ll-plus 2.13.13 → 2.13.14
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/components/advanced-filtering/index.d.ts +702 -702
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/es/components/api-component/index.d.ts +8 -8
- package/es/components/api-component/src/api-component.vue.d.ts +8 -8
- package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button-group.vue.d.ts +6 -6
- package/es/components/checkbox/index.d.ts +280 -280
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +6 -6
- package/es/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/es/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/es/components/dropdown-button-simple/index.d.ts +14 -14
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/es/components/empty/index.d.ts +2 -2
- package/es/components/empty/src/empty.vue.d.ts +2 -2
- package/es/components/form/index.d.ts +301 -301
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +301 -301
- package/es/components/icon-base/index.d.ts +8 -8
- package/es/components/icon-base/src/icon-base.d.ts +4 -4
- package/es/components/icon-base/src/icon-base.vue.d.ts +8 -8
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/image/index.d.ts +6 -6
- package/es/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/es/components/image/src/image.vue.d.ts +3 -3
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/input-number/src/input-number.vue.d.ts +2 -2
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/es/components/new-drawer/index.d.ts +2 -2
- package/es/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/new-modal/index.d.ts +5 -5
- package/es/components/new-modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +2 -2
- package/es/components/number-range/src/number-range.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +20 -20
- package/es/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/es/components/qrcode/index.d.ts +4 -4
- package/es/components/qrcode/src/qrcode.d.ts +1 -1
- package/es/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +280 -280
- package/es/components/radio/src/radio-group.vue.d.ts +280 -280
- package/es/components/radio/src/radio.d.ts +112 -112
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/tabs/index.d.ts +1 -1
- package/es/components/tabs/src/tabs.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +6 -6
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/es/components/upload-image/index.d.ts +6 -6
- package/es/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/es/components/watermark/index.d.ts +6 -6
- package/es/components/watermark/src/watermark.vue.d.ts +6 -6
- package/lib/components/advanced-filtering/index.d.ts +702 -702
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/lib/components/api-component/index.d.ts +8 -8
- package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
- package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button-group.vue.d.ts +6 -6
- package/lib/components/checkbox/index.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +6 -6
- package/lib/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/lib/components/dropdown-button-simple/index.d.ts +14 -14
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/lib/components/empty/index.d.ts +2 -2
- package/lib/components/empty/src/empty.vue.d.ts +2 -2
- package/lib/components/form/index.d.ts +301 -301
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +301 -301
- package/lib/components/icon-base/index.d.ts +8 -8
- package/lib/components/icon-base/src/icon-base.d.ts +4 -4
- package/lib/components/icon-base/src/icon-base.vue.d.ts +8 -8
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/image/index.d.ts +6 -6
- package/lib/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/lib/components/image/src/image.vue.d.ts +3 -3
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/lib/components/new-drawer/index.d.ts +2 -2
- package/lib/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/new-modal/index.d.ts +5 -5
- package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +2 -2
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +20 -20
- package/lib/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/lib/components/qrcode/index.d.ts +4 -4
- package/lib/components/qrcode/src/qrcode.d.ts +1 -1
- package/lib/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +280 -280
- package/lib/components/radio/src/radio-group.vue.d.ts +280 -280
- package/lib/components/radio/src/radio.d.ts +112 -112
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/tabs/index.d.ts +1 -1
- package/lib/components/tabs/src/tabs.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +6 -6
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/lib/components/upload-image/index.d.ts +6 -6
- package/lib/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/lib/components/watermark/index.d.ts +6 -6
- package/lib/components/watermark/src/watermark.vue.d.ts +6 -6
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +702 -702
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/types/packages/components/api-component/index.d.ts +8 -8
- package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +6 -6
- package/types/packages/components/button/src/button-group.vue.d.ts +6 -6
- package/types/packages/components/checkbox/index.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +6 -6
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/types/packages/components/dropdown-button-simple/index.d.ts +14 -14
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/types/packages/components/empty/index.d.ts +2 -2
- package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
- package/types/packages/components/form/index.d.ts +301 -301
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +301 -301
- package/types/packages/components/icon-base/index.d.ts +8 -8
- package/types/packages/components/icon-base/src/icon-base.d.ts +4 -4
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +8 -8
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/image/index.d.ts +6 -6
- package/types/packages/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/types/packages/components/image/src/image.vue.d.ts +3 -3
- package/types/packages/components/input-number/index.d.ts +2 -2
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/types/packages/components/new-drawer/index.d.ts +2 -2
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/types/packages/components/new-modal/index.d.ts +5 -5
- package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +2 -2
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +20 -20
- package/types/packages/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/types/packages/components/qrcode/index.d.ts +4 -4
- package/types/packages/components/qrcode/src/qrcode.d.ts +1 -1
- package/types/packages/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/types/packages/components/radio/index.d.ts +280 -280
- package/types/packages/components/radio/src/radio-group.vue.d.ts +280 -280
- package/types/packages/components/radio/src/radio.d.ts +112 -112
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/tabs/index.d.ts +1 -1
- package/types/packages/components/tabs/src/tabs.vue.d.ts +1 -1
- package/types/packages/components/tooltip/index.d.ts +6 -6
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/types/packages/components/upload-image/index.d.ts +6 -6
- package/types/packages/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/types/packages/components/watermark/index.d.ts +6 -6
- package/types/packages/components/watermark/src/watermark.vue.d.ts +6 -6
|
@@ -353,8 +353,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
353
353
|
default: string | string[];
|
|
354
354
|
};
|
|
355
355
|
size: {
|
|
356
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
357
|
-
default: import("ant-design-vue/es/
|
|
356
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
357
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
358
358
|
};
|
|
359
359
|
disabled: {
|
|
360
360
|
type: BooleanConstructor;
|
|
@@ -576,8 +576,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
576
576
|
default: string | string[];
|
|
577
577
|
};
|
|
578
578
|
size: {
|
|
579
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
580
|
-
default: import("ant-design-vue/es/
|
|
579
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
580
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
581
581
|
};
|
|
582
582
|
disabled: {
|
|
583
583
|
type: BooleanConstructor;
|
|
@@ -799,8 +799,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
799
799
|
default: string | string[];
|
|
800
800
|
};
|
|
801
801
|
size: {
|
|
802
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
803
|
-
default: import("ant-design-vue/es/
|
|
802
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
803
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
804
804
|
};
|
|
805
805
|
disabled: {
|
|
806
806
|
type: BooleanConstructor;
|
|
@@ -1022,8 +1022,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1022
1022
|
default: string | string[];
|
|
1023
1023
|
};
|
|
1024
1024
|
size: {
|
|
1025
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1026
|
-
default: import("ant-design-vue/es/
|
|
1025
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1026
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1027
1027
|
};
|
|
1028
1028
|
disabled: {
|
|
1029
1029
|
type: BooleanConstructor;
|
|
@@ -1055,39 +1055,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1055
1055
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1056
1056
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1057
1057
|
align: {
|
|
1058
|
-
type: import("vue").PropType<"
|
|
1059
|
-
xs?: "
|
|
1060
|
-
sm?: "
|
|
1061
|
-
md?: "
|
|
1062
|
-
lg?: "
|
|
1063
|
-
xl?: "
|
|
1064
|
-
xxl?: "
|
|
1058
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1059
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1060
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1061
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1062
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1063
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1064
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1065
1065
|
}>;
|
|
1066
|
-
default: "
|
|
1067
|
-
xs?: "
|
|
1068
|
-
sm?: "
|
|
1069
|
-
md?: "
|
|
1070
|
-
lg?: "
|
|
1071
|
-
xl?: "
|
|
1072
|
-
xxl?: "
|
|
1066
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1067
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1068
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1069
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1070
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1071
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1072
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1073
1073
|
};
|
|
1074
1074
|
};
|
|
1075
1075
|
justify: {
|
|
1076
|
-
type: import("vue").PropType<"start" | "
|
|
1077
|
-
xs?: "start" | "
|
|
1078
|
-
sm?: "start" | "
|
|
1079
|
-
md?: "start" | "
|
|
1080
|
-
lg?: "start" | "
|
|
1081
|
-
xl?: "start" | "
|
|
1082
|
-
xxl?: "start" | "
|
|
1076
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1077
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1078
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1079
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1080
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1081
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1082
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1083
1083
|
}>;
|
|
1084
|
-
default: "start" | "
|
|
1085
|
-
xs?: "start" | "
|
|
1086
|
-
sm?: "start" | "
|
|
1087
|
-
md?: "start" | "
|
|
1088
|
-
lg?: "start" | "
|
|
1089
|
-
xl?: "start" | "
|
|
1090
|
-
xxl?: "start" | "
|
|
1084
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1085
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1086
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1087
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1088
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1089
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1090
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1091
1091
|
};
|
|
1092
1092
|
};
|
|
1093
1093
|
prefixCls: StringConstructor;
|
|
@@ -1101,39 +1101,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1101
1101
|
};
|
|
1102
1102
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1103
1103
|
align: {
|
|
1104
|
-
type: import("vue").PropType<"
|
|
1105
|
-
xs?: "
|
|
1106
|
-
sm?: "
|
|
1107
|
-
md?: "
|
|
1108
|
-
lg?: "
|
|
1109
|
-
xl?: "
|
|
1110
|
-
xxl?: "
|
|
1104
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1105
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1106
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1107
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1108
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1109
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1110
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1111
1111
|
}>;
|
|
1112
|
-
default: "
|
|
1113
|
-
xs?: "
|
|
1114
|
-
sm?: "
|
|
1115
|
-
md?: "
|
|
1116
|
-
lg?: "
|
|
1117
|
-
xl?: "
|
|
1118
|
-
xxl?: "
|
|
1112
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1113
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1114
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1115
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1116
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1117
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1118
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1119
1119
|
};
|
|
1120
1120
|
};
|
|
1121
1121
|
justify: {
|
|
1122
|
-
type: import("vue").PropType<"start" | "
|
|
1123
|
-
xs?: "start" | "
|
|
1124
|
-
sm?: "start" | "
|
|
1125
|
-
md?: "start" | "
|
|
1126
|
-
lg?: "start" | "
|
|
1127
|
-
xl?: "start" | "
|
|
1128
|
-
xxl?: "start" | "
|
|
1122
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1123
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1124
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1125
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1126
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1127
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1128
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1129
1129
|
}>;
|
|
1130
|
-
default: "start" | "
|
|
1131
|
-
xs?: "start" | "
|
|
1132
|
-
sm?: "start" | "
|
|
1133
|
-
md?: "start" | "
|
|
1134
|
-
lg?: "start" | "
|
|
1135
|
-
xl?: "start" | "
|
|
1136
|
-
xxl?: "start" | "
|
|
1130
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1131
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1132
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1133
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1134
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1135
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1136
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1137
1137
|
};
|
|
1138
1138
|
};
|
|
1139
1139
|
prefixCls: StringConstructor;
|
|
@@ -1147,39 +1147,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1147
1147
|
};
|
|
1148
1148
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1149
1149
|
align: {
|
|
1150
|
-
type: import("vue").PropType<"
|
|
1151
|
-
xs?: "
|
|
1152
|
-
sm?: "
|
|
1153
|
-
md?: "
|
|
1154
|
-
lg?: "
|
|
1155
|
-
xl?: "
|
|
1156
|
-
xxl?: "
|
|
1150
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1151
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1152
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1153
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1154
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1155
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1156
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1157
1157
|
}>;
|
|
1158
|
-
default: "
|
|
1159
|
-
xs?: "
|
|
1160
|
-
sm?: "
|
|
1161
|
-
md?: "
|
|
1162
|
-
lg?: "
|
|
1163
|
-
xl?: "
|
|
1164
|
-
xxl?: "
|
|
1158
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1159
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1160
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1161
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1162
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1163
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1164
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1165
1165
|
};
|
|
1166
1166
|
};
|
|
1167
1167
|
justify: {
|
|
1168
|
-
type: import("vue").PropType<"start" | "
|
|
1169
|
-
xs?: "start" | "
|
|
1170
|
-
sm?: "start" | "
|
|
1171
|
-
md?: "start" | "
|
|
1172
|
-
lg?: "start" | "
|
|
1173
|
-
xl?: "start" | "
|
|
1174
|
-
xxl?: "start" | "
|
|
1168
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1169
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1170
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1171
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1172
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1173
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1174
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1175
1175
|
}>;
|
|
1176
|
-
default: "start" | "
|
|
1177
|
-
xs?: "start" | "
|
|
1178
|
-
sm?: "start" | "
|
|
1179
|
-
md?: "start" | "
|
|
1180
|
-
lg?: "start" | "
|
|
1181
|
-
xl?: "start" | "
|
|
1182
|
-
xxl?: "start" | "
|
|
1176
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1177
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1178
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1179
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1180
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1181
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1182
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1183
1183
|
};
|
|
1184
1184
|
};
|
|
1185
1185
|
prefixCls: StringConstructor;
|
|
@@ -1193,39 +1193,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1193
1193
|
};
|
|
1194
1194
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1195
1195
|
align: {
|
|
1196
|
-
type: import("vue").PropType<"
|
|
1197
|
-
xs?: "
|
|
1198
|
-
sm?: "
|
|
1199
|
-
md?: "
|
|
1200
|
-
lg?: "
|
|
1201
|
-
xl?: "
|
|
1202
|
-
xxl?: "
|
|
1196
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1197
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1198
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1199
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1200
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1201
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1202
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1203
1203
|
}>;
|
|
1204
|
-
default: "
|
|
1205
|
-
xs?: "
|
|
1206
|
-
sm?: "
|
|
1207
|
-
md?: "
|
|
1208
|
-
lg?: "
|
|
1209
|
-
xl?: "
|
|
1210
|
-
xxl?: "
|
|
1204
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1205
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1206
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1207
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1208
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1209
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1210
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1211
1211
|
};
|
|
1212
1212
|
};
|
|
1213
1213
|
justify: {
|
|
1214
|
-
type: import("vue").PropType<"start" | "
|
|
1215
|
-
xs?: "start" | "
|
|
1216
|
-
sm?: "start" | "
|
|
1217
|
-
md?: "start" | "
|
|
1218
|
-
lg?: "start" | "
|
|
1219
|
-
xl?: "start" | "
|
|
1220
|
-
xxl?: "start" | "
|
|
1214
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1215
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1216
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1217
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1218
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1219
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1220
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1221
1221
|
}>;
|
|
1222
|
-
default: "start" | "
|
|
1223
|
-
xs?: "start" | "
|
|
1224
|
-
sm?: "start" | "
|
|
1225
|
-
md?: "start" | "
|
|
1226
|
-
lg?: "start" | "
|
|
1227
|
-
xl?: "start" | "
|
|
1228
|
-
xxl?: "start" | "
|
|
1222
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1223
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1224
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1225
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1226
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1227
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1228
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1229
1229
|
};
|
|
1230
1230
|
};
|
|
1231
1231
|
prefixCls: StringConstructor;
|
|
@@ -1445,8 +1445,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1445
1445
|
default: string | string[];
|
|
1446
1446
|
};
|
|
1447
1447
|
size: {
|
|
1448
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1449
|
-
default: import("ant-design-vue/es/
|
|
1448
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1449
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1450
1450
|
};
|
|
1451
1451
|
disabled: {
|
|
1452
1452
|
type: BooleanConstructor;
|
|
@@ -1477,39 +1477,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1477
1477
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1478
1478
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1479
1479
|
align: {
|
|
1480
|
-
type: import("vue").PropType<"
|
|
1481
|
-
xs?: "
|
|
1482
|
-
sm?: "
|
|
1483
|
-
md?: "
|
|
1484
|
-
lg?: "
|
|
1485
|
-
xl?: "
|
|
1486
|
-
xxl?: "
|
|
1480
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1481
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1482
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1483
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1484
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1485
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1486
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1487
1487
|
}>;
|
|
1488
|
-
default: "
|
|
1489
|
-
xs?: "
|
|
1490
|
-
sm?: "
|
|
1491
|
-
md?: "
|
|
1492
|
-
lg?: "
|
|
1493
|
-
xl?: "
|
|
1494
|
-
xxl?: "
|
|
1488
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1489
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1490
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1491
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1492
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1493
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1494
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1495
1495
|
};
|
|
1496
1496
|
};
|
|
1497
1497
|
justify: {
|
|
1498
|
-
type: import("vue").PropType<"start" | "
|
|
1499
|
-
xs?: "start" | "
|
|
1500
|
-
sm?: "start" | "
|
|
1501
|
-
md?: "start" | "
|
|
1502
|
-
lg?: "start" | "
|
|
1503
|
-
xl?: "start" | "
|
|
1504
|
-
xxl?: "start" | "
|
|
1498
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1499
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1500
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1501
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1502
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1503
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1504
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1505
1505
|
}>;
|
|
1506
|
-
default: "start" | "
|
|
1507
|
-
xs?: "start" | "
|
|
1508
|
-
sm?: "start" | "
|
|
1509
|
-
md?: "start" | "
|
|
1510
|
-
lg?: "start" | "
|
|
1511
|
-
xl?: "start" | "
|
|
1512
|
-
xxl?: "start" | "
|
|
1506
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1507
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1508
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1509
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1510
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1511
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1512
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1513
1513
|
};
|
|
1514
1514
|
};
|
|
1515
1515
|
prefixCls: StringConstructor;
|
|
@@ -1637,7 +1637,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1637
1637
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
1638
1638
|
computedFormOptions: import("vue").ComputedRef<{
|
|
1639
1639
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
1640
|
-
size?: import("ant-design-vue/es/
|
|
1640
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
1641
1641
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
1642
1642
|
span: (StringConstructor | NumberConstructor)[];
|
|
1643
1643
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -1997,8 +1997,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1997
1997
|
default: string | string[];
|
|
1998
1998
|
};
|
|
1999
1999
|
size: {
|
|
2000
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2001
|
-
default: import("ant-design-vue/es/
|
|
2000
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2001
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2002
2002
|
};
|
|
2003
2003
|
disabled: {
|
|
2004
2004
|
type: BooleanConstructor;
|
|
@@ -2220,8 +2220,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2220
2220
|
default: string | string[];
|
|
2221
2221
|
};
|
|
2222
2222
|
size: {
|
|
2223
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2224
|
-
default: import("ant-design-vue/es/
|
|
2223
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2224
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2225
2225
|
};
|
|
2226
2226
|
disabled: {
|
|
2227
2227
|
type: BooleanConstructor;
|
|
@@ -2443,8 +2443,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2443
2443
|
default: string | string[];
|
|
2444
2444
|
};
|
|
2445
2445
|
size: {
|
|
2446
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2447
|
-
default: import("ant-design-vue/es/
|
|
2446
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2447
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2448
2448
|
};
|
|
2449
2449
|
disabled: {
|
|
2450
2450
|
type: BooleanConstructor;
|
|
@@ -2666,8 +2666,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2666
2666
|
default: string | string[];
|
|
2667
2667
|
};
|
|
2668
2668
|
size: {
|
|
2669
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2670
|
-
default: import("ant-design-vue/es/
|
|
2669
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2670
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2671
2671
|
};
|
|
2672
2672
|
disabled: {
|
|
2673
2673
|
type: BooleanConstructor;
|
|
@@ -2699,39 +2699,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2699
2699
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
2700
2700
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2701
2701
|
align: {
|
|
2702
|
-
type: import("vue").PropType<"
|
|
2703
|
-
xs?: "
|
|
2704
|
-
sm?: "
|
|
2705
|
-
md?: "
|
|
2706
|
-
lg?: "
|
|
2707
|
-
xl?: "
|
|
2708
|
-
xxl?: "
|
|
2702
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2703
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2704
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2705
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2706
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2707
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2708
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2709
2709
|
}>;
|
|
2710
|
-
default: "
|
|
2711
|
-
xs?: "
|
|
2712
|
-
sm?: "
|
|
2713
|
-
md?: "
|
|
2714
|
-
lg?: "
|
|
2715
|
-
xl?: "
|
|
2716
|
-
xxl?: "
|
|
2710
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2711
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2712
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2713
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2714
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2715
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2716
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2717
2717
|
};
|
|
2718
2718
|
};
|
|
2719
2719
|
justify: {
|
|
2720
|
-
type: import("vue").PropType<"start" | "
|
|
2721
|
-
xs?: "start" | "
|
|
2722
|
-
sm?: "start" | "
|
|
2723
|
-
md?: "start" | "
|
|
2724
|
-
lg?: "start" | "
|
|
2725
|
-
xl?: "start" | "
|
|
2726
|
-
xxl?: "start" | "
|
|
2720
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2721
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2722
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2723
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2724
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2725
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2726
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2727
2727
|
}>;
|
|
2728
|
-
default: "start" | "
|
|
2729
|
-
xs?: "start" | "
|
|
2730
|
-
sm?: "start" | "
|
|
2731
|
-
md?: "start" | "
|
|
2732
|
-
lg?: "start" | "
|
|
2733
|
-
xl?: "start" | "
|
|
2734
|
-
xxl?: "start" | "
|
|
2728
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2729
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2730
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2731
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2732
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2733
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2734
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2735
2735
|
};
|
|
2736
2736
|
};
|
|
2737
2737
|
prefixCls: StringConstructor;
|
|
@@ -2745,39 +2745,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2745
2745
|
};
|
|
2746
2746
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2747
2747
|
align: {
|
|
2748
|
-
type: import("vue").PropType<"
|
|
2749
|
-
xs?: "
|
|
2750
|
-
sm?: "
|
|
2751
|
-
md?: "
|
|
2752
|
-
lg?: "
|
|
2753
|
-
xl?: "
|
|
2754
|
-
xxl?: "
|
|
2748
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2749
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2750
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2751
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2752
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2753
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2754
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2755
2755
|
}>;
|
|
2756
|
-
default: "
|
|
2757
|
-
xs?: "
|
|
2758
|
-
sm?: "
|
|
2759
|
-
md?: "
|
|
2760
|
-
lg?: "
|
|
2761
|
-
xl?: "
|
|
2762
|
-
xxl?: "
|
|
2756
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2757
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2758
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2759
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2760
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2761
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2762
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2763
2763
|
};
|
|
2764
2764
|
};
|
|
2765
2765
|
justify: {
|
|
2766
|
-
type: import("vue").PropType<"start" | "
|
|
2767
|
-
xs?: "start" | "
|
|
2768
|
-
sm?: "start" | "
|
|
2769
|
-
md?: "start" | "
|
|
2770
|
-
lg?: "start" | "
|
|
2771
|
-
xl?: "start" | "
|
|
2772
|
-
xxl?: "start" | "
|
|
2766
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2767
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2768
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2769
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2770
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2771
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2772
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2773
2773
|
}>;
|
|
2774
|
-
default: "start" | "
|
|
2775
|
-
xs?: "start" | "
|
|
2776
|
-
sm?: "start" | "
|
|
2777
|
-
md?: "start" | "
|
|
2778
|
-
lg?: "start" | "
|
|
2779
|
-
xl?: "start" | "
|
|
2780
|
-
xxl?: "start" | "
|
|
2774
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2775
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2776
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2777
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2778
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2779
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2780
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2781
2781
|
};
|
|
2782
2782
|
};
|
|
2783
2783
|
prefixCls: StringConstructor;
|
|
@@ -2791,39 +2791,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2791
2791
|
};
|
|
2792
2792
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2793
2793
|
align: {
|
|
2794
|
-
type: import("vue").PropType<"
|
|
2795
|
-
xs?: "
|
|
2796
|
-
sm?: "
|
|
2797
|
-
md?: "
|
|
2798
|
-
lg?: "
|
|
2799
|
-
xl?: "
|
|
2800
|
-
xxl?: "
|
|
2794
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2795
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2796
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2797
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2798
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2799
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2800
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2801
2801
|
}>;
|
|
2802
|
-
default: "
|
|
2803
|
-
xs?: "
|
|
2804
|
-
sm?: "
|
|
2805
|
-
md?: "
|
|
2806
|
-
lg?: "
|
|
2807
|
-
xl?: "
|
|
2808
|
-
xxl?: "
|
|
2802
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2803
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2804
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2805
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2806
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2807
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2808
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2809
2809
|
};
|
|
2810
2810
|
};
|
|
2811
2811
|
justify: {
|
|
2812
|
-
type: import("vue").PropType<"start" | "
|
|
2813
|
-
xs?: "start" | "
|
|
2814
|
-
sm?: "start" | "
|
|
2815
|
-
md?: "start" | "
|
|
2816
|
-
lg?: "start" | "
|
|
2817
|
-
xl?: "start" | "
|
|
2818
|
-
xxl?: "start" | "
|
|
2812
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2813
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2814
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2815
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2816
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2817
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2818
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2819
2819
|
}>;
|
|
2820
|
-
default: "start" | "
|
|
2821
|
-
xs?: "start" | "
|
|
2822
|
-
sm?: "start" | "
|
|
2823
|
-
md?: "start" | "
|
|
2824
|
-
lg?: "start" | "
|
|
2825
|
-
xl?: "start" | "
|
|
2826
|
-
xxl?: "start" | "
|
|
2820
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2821
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2822
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2823
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2824
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2825
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2826
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2827
2827
|
};
|
|
2828
2828
|
};
|
|
2829
2829
|
prefixCls: StringConstructor;
|
|
@@ -2837,39 +2837,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2837
2837
|
};
|
|
2838
2838
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2839
2839
|
align: {
|
|
2840
|
-
type: import("vue").PropType<"
|
|
2841
|
-
xs?: "
|
|
2842
|
-
sm?: "
|
|
2843
|
-
md?: "
|
|
2844
|
-
lg?: "
|
|
2845
|
-
xl?: "
|
|
2846
|
-
xxl?: "
|
|
2840
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2841
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2842
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2843
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2844
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2845
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2846
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2847
2847
|
}>;
|
|
2848
|
-
default: "
|
|
2849
|
-
xs?: "
|
|
2850
|
-
sm?: "
|
|
2851
|
-
md?: "
|
|
2852
|
-
lg?: "
|
|
2853
|
-
xl?: "
|
|
2854
|
-
xxl?: "
|
|
2848
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2849
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2850
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2851
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2852
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2853
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2854
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2855
2855
|
};
|
|
2856
2856
|
};
|
|
2857
2857
|
justify: {
|
|
2858
|
-
type: import("vue").PropType<"start" | "
|
|
2859
|
-
xs?: "start" | "
|
|
2860
|
-
sm?: "start" | "
|
|
2861
|
-
md?: "start" | "
|
|
2862
|
-
lg?: "start" | "
|
|
2863
|
-
xl?: "start" | "
|
|
2864
|
-
xxl?: "start" | "
|
|
2858
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2859
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2860
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2861
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2862
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2863
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2864
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2865
2865
|
}>;
|
|
2866
|
-
default: "start" | "
|
|
2867
|
-
xs?: "start" | "
|
|
2868
|
-
sm?: "start" | "
|
|
2869
|
-
md?: "start" | "
|
|
2870
|
-
lg?: "start" | "
|
|
2871
|
-
xl?: "start" | "
|
|
2872
|
-
xxl?: "start" | "
|
|
2866
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2867
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2868
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2869
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2870
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2871
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2872
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2873
2873
|
};
|
|
2874
2874
|
};
|
|
2875
2875
|
prefixCls: StringConstructor;
|
|
@@ -3088,8 +3088,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3088
3088
|
default: string | string[];
|
|
3089
3089
|
};
|
|
3090
3090
|
size: {
|
|
3091
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3092
|
-
default: import("ant-design-vue/es/
|
|
3091
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3092
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3093
3093
|
};
|
|
3094
3094
|
disabled: {
|
|
3095
3095
|
type: BooleanConstructor;
|
|
@@ -3120,39 +3120,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3120
3120
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3121
3121
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3122
3122
|
align: {
|
|
3123
|
-
type: import("vue").PropType<"
|
|
3124
|
-
xs?: "
|
|
3125
|
-
sm?: "
|
|
3126
|
-
md?: "
|
|
3127
|
-
lg?: "
|
|
3128
|
-
xl?: "
|
|
3129
|
-
xxl?: "
|
|
3123
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3124
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3125
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3126
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3127
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3128
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3129
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3130
3130
|
}>;
|
|
3131
|
-
default: "
|
|
3132
|
-
xs?: "
|
|
3133
|
-
sm?: "
|
|
3134
|
-
md?: "
|
|
3135
|
-
lg?: "
|
|
3136
|
-
xl?: "
|
|
3137
|
-
xxl?: "
|
|
3131
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3132
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3133
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3134
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3135
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3136
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3137
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3138
3138
|
};
|
|
3139
3139
|
};
|
|
3140
3140
|
justify: {
|
|
3141
|
-
type: import("vue").PropType<"start" | "
|
|
3142
|
-
xs?: "start" | "
|
|
3143
|
-
sm?: "start" | "
|
|
3144
|
-
md?: "start" | "
|
|
3145
|
-
lg?: "start" | "
|
|
3146
|
-
xl?: "start" | "
|
|
3147
|
-
xxl?: "start" | "
|
|
3141
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3142
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3143
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3144
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3145
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3146
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3147
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3148
3148
|
}>;
|
|
3149
|
-
default: "start" | "
|
|
3150
|
-
xs?: "start" | "
|
|
3151
|
-
sm?: "start" | "
|
|
3152
|
-
md?: "start" | "
|
|
3153
|
-
lg?: "start" | "
|
|
3154
|
-
xl?: "start" | "
|
|
3155
|
-
xxl?: "start" | "
|
|
3149
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3150
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3151
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3152
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3153
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3154
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3155
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3156
3156
|
};
|
|
3157
3157
|
};
|
|
3158
3158
|
prefixCls: StringConstructor;
|
|
@@ -3374,8 +3374,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3374
3374
|
default: string | string[];
|
|
3375
3375
|
};
|
|
3376
3376
|
size: {
|
|
3377
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3378
|
-
default: import("ant-design-vue/es/
|
|
3377
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3378
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3379
3379
|
};
|
|
3380
3380
|
disabled: {
|
|
3381
3381
|
type: BooleanConstructor;
|
|
@@ -3597,8 +3597,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3597
3597
|
default: string | string[];
|
|
3598
3598
|
};
|
|
3599
3599
|
size: {
|
|
3600
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3601
|
-
default: import("ant-design-vue/es/
|
|
3600
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3601
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3602
3602
|
};
|
|
3603
3603
|
disabled: {
|
|
3604
3604
|
type: BooleanConstructor;
|
|
@@ -3820,8 +3820,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3820
3820
|
default: string | string[];
|
|
3821
3821
|
};
|
|
3822
3822
|
size: {
|
|
3823
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3824
|
-
default: import("ant-design-vue/es/
|
|
3823
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3824
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3825
3825
|
};
|
|
3826
3826
|
disabled: {
|
|
3827
3827
|
type: BooleanConstructor;
|
|
@@ -4043,8 +4043,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4043
4043
|
default: string | string[];
|
|
4044
4044
|
};
|
|
4045
4045
|
size: {
|
|
4046
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4047
|
-
default: import("ant-design-vue/es/
|
|
4046
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4047
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4048
4048
|
};
|
|
4049
4049
|
disabled: {
|
|
4050
4050
|
type: BooleanConstructor;
|
|
@@ -4076,39 +4076,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4076
4076
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4077
4077
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4078
4078
|
align: {
|
|
4079
|
-
type: import("vue").PropType<"
|
|
4080
|
-
xs?: "
|
|
4081
|
-
sm?: "
|
|
4082
|
-
md?: "
|
|
4083
|
-
lg?: "
|
|
4084
|
-
xl?: "
|
|
4085
|
-
xxl?: "
|
|
4079
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4080
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4081
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4082
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4083
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4084
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4085
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4086
4086
|
}>;
|
|
4087
|
-
default: "
|
|
4088
|
-
xs?: "
|
|
4089
|
-
sm?: "
|
|
4090
|
-
md?: "
|
|
4091
|
-
lg?: "
|
|
4092
|
-
xl?: "
|
|
4093
|
-
xxl?: "
|
|
4087
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4088
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4089
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4090
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4091
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4092
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4093
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4094
4094
|
};
|
|
4095
4095
|
};
|
|
4096
4096
|
justify: {
|
|
4097
|
-
type: import("vue").PropType<"start" | "
|
|
4098
|
-
xs?: "start" | "
|
|
4099
|
-
sm?: "start" | "
|
|
4100
|
-
md?: "start" | "
|
|
4101
|
-
lg?: "start" | "
|
|
4102
|
-
xl?: "start" | "
|
|
4103
|
-
xxl?: "start" | "
|
|
4097
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4098
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4099
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4100
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4101
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4102
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4103
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4104
4104
|
}>;
|
|
4105
|
-
default: "start" | "
|
|
4106
|
-
xs?: "start" | "
|
|
4107
|
-
sm?: "start" | "
|
|
4108
|
-
md?: "start" | "
|
|
4109
|
-
lg?: "start" | "
|
|
4110
|
-
xl?: "start" | "
|
|
4111
|
-
xxl?: "start" | "
|
|
4105
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4106
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4107
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4108
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4109
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4110
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4111
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4112
4112
|
};
|
|
4113
4113
|
};
|
|
4114
4114
|
prefixCls: StringConstructor;
|
|
@@ -4122,39 +4122,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4122
4122
|
};
|
|
4123
4123
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4124
4124
|
align: {
|
|
4125
|
-
type: import("vue").PropType<"
|
|
4126
|
-
xs?: "
|
|
4127
|
-
sm?: "
|
|
4128
|
-
md?: "
|
|
4129
|
-
lg?: "
|
|
4130
|
-
xl?: "
|
|
4131
|
-
xxl?: "
|
|
4125
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4126
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4127
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4128
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4129
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4130
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4131
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4132
4132
|
}>;
|
|
4133
|
-
default: "
|
|
4134
|
-
xs?: "
|
|
4135
|
-
sm?: "
|
|
4136
|
-
md?: "
|
|
4137
|
-
lg?: "
|
|
4138
|
-
xl?: "
|
|
4139
|
-
xxl?: "
|
|
4133
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4134
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4135
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4136
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4137
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4138
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4139
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4140
4140
|
};
|
|
4141
4141
|
};
|
|
4142
4142
|
justify: {
|
|
4143
|
-
type: import("vue").PropType<"start" | "
|
|
4144
|
-
xs?: "start" | "
|
|
4145
|
-
sm?: "start" | "
|
|
4146
|
-
md?: "start" | "
|
|
4147
|
-
lg?: "start" | "
|
|
4148
|
-
xl?: "start" | "
|
|
4149
|
-
xxl?: "start" | "
|
|
4143
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4144
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4145
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4146
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4147
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4148
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4149
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4150
4150
|
}>;
|
|
4151
|
-
default: "start" | "
|
|
4152
|
-
xs?: "start" | "
|
|
4153
|
-
sm?: "start" | "
|
|
4154
|
-
md?: "start" | "
|
|
4155
|
-
lg?: "start" | "
|
|
4156
|
-
xl?: "start" | "
|
|
4157
|
-
xxl?: "start" | "
|
|
4151
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4152
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4153
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4154
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4155
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4156
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4157
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4158
4158
|
};
|
|
4159
4159
|
};
|
|
4160
4160
|
prefixCls: StringConstructor;
|
|
@@ -4168,39 +4168,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4168
4168
|
};
|
|
4169
4169
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4170
4170
|
align: {
|
|
4171
|
-
type: import("vue").PropType<"
|
|
4172
|
-
xs?: "
|
|
4173
|
-
sm?: "
|
|
4174
|
-
md?: "
|
|
4175
|
-
lg?: "
|
|
4176
|
-
xl?: "
|
|
4177
|
-
xxl?: "
|
|
4171
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4172
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4173
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4174
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4175
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4176
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4177
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4178
4178
|
}>;
|
|
4179
|
-
default: "
|
|
4180
|
-
xs?: "
|
|
4181
|
-
sm?: "
|
|
4182
|
-
md?: "
|
|
4183
|
-
lg?: "
|
|
4184
|
-
xl?: "
|
|
4185
|
-
xxl?: "
|
|
4179
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4180
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4181
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4182
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4183
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4184
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4185
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4186
4186
|
};
|
|
4187
4187
|
};
|
|
4188
4188
|
justify: {
|
|
4189
|
-
type: import("vue").PropType<"start" | "
|
|
4190
|
-
xs?: "start" | "
|
|
4191
|
-
sm?: "start" | "
|
|
4192
|
-
md?: "start" | "
|
|
4193
|
-
lg?: "start" | "
|
|
4194
|
-
xl?: "start" | "
|
|
4195
|
-
xxl?: "start" | "
|
|
4189
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4190
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4191
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4192
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4193
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4194
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4195
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4196
4196
|
}>;
|
|
4197
|
-
default: "start" | "
|
|
4198
|
-
xs?: "start" | "
|
|
4199
|
-
sm?: "start" | "
|
|
4200
|
-
md?: "start" | "
|
|
4201
|
-
lg?: "start" | "
|
|
4202
|
-
xl?: "start" | "
|
|
4203
|
-
xxl?: "start" | "
|
|
4197
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4198
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4199
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4200
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4201
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4202
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4203
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4204
4204
|
};
|
|
4205
4205
|
};
|
|
4206
4206
|
prefixCls: StringConstructor;
|
|
@@ -4214,39 +4214,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4214
4214
|
};
|
|
4215
4215
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4216
4216
|
align: {
|
|
4217
|
-
type: import("vue").PropType<"
|
|
4218
|
-
xs?: "
|
|
4219
|
-
sm?: "
|
|
4220
|
-
md?: "
|
|
4221
|
-
lg?: "
|
|
4222
|
-
xl?: "
|
|
4223
|
-
xxl?: "
|
|
4217
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4218
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4219
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4220
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4221
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4222
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4223
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4224
4224
|
}>;
|
|
4225
|
-
default: "
|
|
4226
|
-
xs?: "
|
|
4227
|
-
sm?: "
|
|
4228
|
-
md?: "
|
|
4229
|
-
lg?: "
|
|
4230
|
-
xl?: "
|
|
4231
|
-
xxl?: "
|
|
4225
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4226
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4227
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4228
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4229
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4230
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4231
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4232
4232
|
};
|
|
4233
4233
|
};
|
|
4234
4234
|
justify: {
|
|
4235
|
-
type: import("vue").PropType<"start" | "
|
|
4236
|
-
xs?: "start" | "
|
|
4237
|
-
sm?: "start" | "
|
|
4238
|
-
md?: "start" | "
|
|
4239
|
-
lg?: "start" | "
|
|
4240
|
-
xl?: "start" | "
|
|
4241
|
-
xxl?: "start" | "
|
|
4235
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4236
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4237
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4238
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4239
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4240
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4241
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4242
4242
|
}>;
|
|
4243
|
-
default: "start" | "
|
|
4244
|
-
xs?: "start" | "
|
|
4245
|
-
sm?: "start" | "
|
|
4246
|
-
md?: "start" | "
|
|
4247
|
-
lg?: "start" | "
|
|
4248
|
-
xl?: "start" | "
|
|
4249
|
-
xxl?: "start" | "
|
|
4243
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4244
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4245
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4246
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4247
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4248
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4249
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4250
4250
|
};
|
|
4251
4251
|
};
|
|
4252
4252
|
prefixCls: StringConstructor;
|
|
@@ -4466,8 +4466,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4466
4466
|
default: string | string[];
|
|
4467
4467
|
};
|
|
4468
4468
|
size: {
|
|
4469
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4470
|
-
default: import("ant-design-vue/es/
|
|
4469
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4470
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4471
4471
|
};
|
|
4472
4472
|
disabled: {
|
|
4473
4473
|
type: BooleanConstructor;
|
|
@@ -4498,39 +4498,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4498
4498
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4499
4499
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4500
4500
|
align: {
|
|
4501
|
-
type: import("vue").PropType<"
|
|
4502
|
-
xs?: "
|
|
4503
|
-
sm?: "
|
|
4504
|
-
md?: "
|
|
4505
|
-
lg?: "
|
|
4506
|
-
xl?: "
|
|
4507
|
-
xxl?: "
|
|
4501
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4502
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4503
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4504
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4505
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4506
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4507
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4508
4508
|
}>;
|
|
4509
|
-
default: "
|
|
4510
|
-
xs?: "
|
|
4511
|
-
sm?: "
|
|
4512
|
-
md?: "
|
|
4513
|
-
lg?: "
|
|
4514
|
-
xl?: "
|
|
4515
|
-
xxl?: "
|
|
4509
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4510
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4511
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4512
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4513
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4514
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4515
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4516
4516
|
};
|
|
4517
4517
|
};
|
|
4518
4518
|
justify: {
|
|
4519
|
-
type: import("vue").PropType<"start" | "
|
|
4520
|
-
xs?: "start" | "
|
|
4521
|
-
sm?: "start" | "
|
|
4522
|
-
md?: "start" | "
|
|
4523
|
-
lg?: "start" | "
|
|
4524
|
-
xl?: "start" | "
|
|
4525
|
-
xxl?: "start" | "
|
|
4519
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4520
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4521
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4522
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4523
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4524
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4525
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4526
4526
|
}>;
|
|
4527
|
-
default: "start" | "
|
|
4528
|
-
xs?: "start" | "
|
|
4529
|
-
sm?: "start" | "
|
|
4530
|
-
md?: "start" | "
|
|
4531
|
-
lg?: "start" | "
|
|
4532
|
-
xl?: "start" | "
|
|
4533
|
-
xxl?: "start" | "
|
|
4527
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4528
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4529
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4530
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4531
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4532
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4533
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4534
4534
|
};
|
|
4535
4535
|
};
|
|
4536
4536
|
prefixCls: StringConstructor;
|
|
@@ -4658,7 +4658,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4658
4658
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
4659
4659
|
computedFormOptions: import("vue").ComputedRef<{
|
|
4660
4660
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
4661
|
-
size?: import("ant-design-vue/es/
|
|
4661
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
4662
4662
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4663
4663
|
span: (StringConstructor | NumberConstructor)[];
|
|
4664
4664
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -5014,8 +5014,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5014
5014
|
default: string | string[];
|
|
5015
5015
|
};
|
|
5016
5016
|
size: {
|
|
5017
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5018
|
-
default: import("ant-design-vue/es/
|
|
5017
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5018
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5019
5019
|
};
|
|
5020
5020
|
disabled: {
|
|
5021
5021
|
type: BooleanConstructor;
|
|
@@ -5046,39 +5046,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5046
5046
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5047
5047
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5048
5048
|
align: {
|
|
5049
|
-
type: import("vue").PropType<"
|
|
5050
|
-
xs?: "
|
|
5051
|
-
sm?: "
|
|
5052
|
-
md?: "
|
|
5053
|
-
lg?: "
|
|
5054
|
-
xl?: "
|
|
5055
|
-
xxl?: "
|
|
5049
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5050
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5051
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5052
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5053
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5054
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5055
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5056
5056
|
}>;
|
|
5057
|
-
default: "
|
|
5058
|
-
xs?: "
|
|
5059
|
-
sm?: "
|
|
5060
|
-
md?: "
|
|
5061
|
-
lg?: "
|
|
5062
|
-
xl?: "
|
|
5063
|
-
xxl?: "
|
|
5057
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5058
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5059
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5060
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5061
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5062
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5063
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5064
5064
|
};
|
|
5065
5065
|
};
|
|
5066
5066
|
justify: {
|
|
5067
|
-
type: import("vue").PropType<"start" | "
|
|
5068
|
-
xs?: "start" | "
|
|
5069
|
-
sm?: "start" | "
|
|
5070
|
-
md?: "start" | "
|
|
5071
|
-
lg?: "start" | "
|
|
5072
|
-
xl?: "start" | "
|
|
5073
|
-
xxl?: "start" | "
|
|
5067
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5068
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5069
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5070
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5071
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5072
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5073
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5074
5074
|
}>;
|
|
5075
|
-
default: "start" | "
|
|
5076
|
-
xs?: "start" | "
|
|
5077
|
-
sm?: "start" | "
|
|
5078
|
-
md?: "start" | "
|
|
5079
|
-
lg?: "start" | "
|
|
5080
|
-
xl?: "start" | "
|
|
5081
|
-
xxl?: "start" | "
|
|
5075
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5076
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5077
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5078
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5079
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5080
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5081
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5082
5082
|
};
|
|
5083
5083
|
};
|
|
5084
5084
|
prefixCls: StringConstructor;
|
|
@@ -5319,8 +5319,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5319
5319
|
default: string | string[];
|
|
5320
5320
|
};
|
|
5321
5321
|
size: {
|
|
5322
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5323
|
-
default: import("ant-design-vue/es/
|
|
5322
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5323
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5324
5324
|
};
|
|
5325
5325
|
disabled: {
|
|
5326
5326
|
type: BooleanConstructor;
|
|
@@ -5693,8 +5693,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5693
5693
|
default: string | string[];
|
|
5694
5694
|
};
|
|
5695
5695
|
size: {
|
|
5696
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5697
|
-
default: import("ant-design-vue/es/
|
|
5696
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5697
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5698
5698
|
};
|
|
5699
5699
|
disabled: {
|
|
5700
5700
|
type: BooleanConstructor;
|
|
@@ -5916,8 +5916,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5916
5916
|
default: string | string[];
|
|
5917
5917
|
};
|
|
5918
5918
|
size: {
|
|
5919
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5920
|
-
default: import("ant-design-vue/es/
|
|
5919
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5920
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5921
5921
|
};
|
|
5922
5922
|
disabled: {
|
|
5923
5923
|
type: BooleanConstructor;
|
|
@@ -6139,8 +6139,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6139
6139
|
default: string | string[];
|
|
6140
6140
|
};
|
|
6141
6141
|
size: {
|
|
6142
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6143
|
-
default: import("ant-design-vue/es/
|
|
6142
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6143
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6144
6144
|
};
|
|
6145
6145
|
disabled: {
|
|
6146
6146
|
type: BooleanConstructor;
|
|
@@ -6362,8 +6362,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6362
6362
|
default: string | string[];
|
|
6363
6363
|
};
|
|
6364
6364
|
size: {
|
|
6365
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6366
|
-
default: import("ant-design-vue/es/
|
|
6365
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6366
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6367
6367
|
};
|
|
6368
6368
|
disabled: {
|
|
6369
6369
|
type: BooleanConstructor;
|
|
@@ -6395,39 +6395,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6395
6395
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6396
6396
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6397
6397
|
align: {
|
|
6398
|
-
type: import("vue").PropType<"
|
|
6399
|
-
xs?: "
|
|
6400
|
-
sm?: "
|
|
6401
|
-
md?: "
|
|
6402
|
-
lg?: "
|
|
6403
|
-
xl?: "
|
|
6404
|
-
xxl?: "
|
|
6398
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6399
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6400
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6401
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6402
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6403
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6404
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6405
6405
|
}>;
|
|
6406
|
-
default: "
|
|
6407
|
-
xs?: "
|
|
6408
|
-
sm?: "
|
|
6409
|
-
md?: "
|
|
6410
|
-
lg?: "
|
|
6411
|
-
xl?: "
|
|
6412
|
-
xxl?: "
|
|
6406
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6407
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6408
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6409
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6410
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6411
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6412
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6413
6413
|
};
|
|
6414
6414
|
};
|
|
6415
6415
|
justify: {
|
|
6416
|
-
type: import("vue").PropType<"start" | "
|
|
6417
|
-
xs?: "start" | "
|
|
6418
|
-
sm?: "start" | "
|
|
6419
|
-
md?: "start" | "
|
|
6420
|
-
lg?: "start" | "
|
|
6421
|
-
xl?: "start" | "
|
|
6422
|
-
xxl?: "start" | "
|
|
6416
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6417
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6418
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6419
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6420
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6421
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6422
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6423
6423
|
}>;
|
|
6424
|
-
default: "start" | "
|
|
6425
|
-
xs?: "start" | "
|
|
6426
|
-
sm?: "start" | "
|
|
6427
|
-
md?: "start" | "
|
|
6428
|
-
lg?: "start" | "
|
|
6429
|
-
xl?: "start" | "
|
|
6430
|
-
xxl?: "start" | "
|
|
6424
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6425
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6426
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6427
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6428
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6429
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6430
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6431
6431
|
};
|
|
6432
6432
|
};
|
|
6433
6433
|
prefixCls: StringConstructor;
|
|
@@ -6441,39 +6441,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6441
6441
|
};
|
|
6442
6442
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6443
6443
|
align: {
|
|
6444
|
-
type: import("vue").PropType<"
|
|
6445
|
-
xs?: "
|
|
6446
|
-
sm?: "
|
|
6447
|
-
md?: "
|
|
6448
|
-
lg?: "
|
|
6449
|
-
xl?: "
|
|
6450
|
-
xxl?: "
|
|
6444
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6445
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6446
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6447
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6448
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6449
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6450
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6451
6451
|
}>;
|
|
6452
|
-
default: "
|
|
6453
|
-
xs?: "
|
|
6454
|
-
sm?: "
|
|
6455
|
-
md?: "
|
|
6456
|
-
lg?: "
|
|
6457
|
-
xl?: "
|
|
6458
|
-
xxl?: "
|
|
6452
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6453
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6454
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6455
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6456
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6457
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6458
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6459
6459
|
};
|
|
6460
6460
|
};
|
|
6461
6461
|
justify: {
|
|
6462
|
-
type: import("vue").PropType<"start" | "
|
|
6463
|
-
xs?: "start" | "
|
|
6464
|
-
sm?: "start" | "
|
|
6465
|
-
md?: "start" | "
|
|
6466
|
-
lg?: "start" | "
|
|
6467
|
-
xl?: "start" | "
|
|
6468
|
-
xxl?: "start" | "
|
|
6462
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6463
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6464
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6465
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6466
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6467
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6468
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6469
6469
|
}>;
|
|
6470
|
-
default: "start" | "
|
|
6471
|
-
xs?: "start" | "
|
|
6472
|
-
sm?: "start" | "
|
|
6473
|
-
md?: "start" | "
|
|
6474
|
-
lg?: "start" | "
|
|
6475
|
-
xl?: "start" | "
|
|
6476
|
-
xxl?: "start" | "
|
|
6470
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6471
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6472
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6473
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6474
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6475
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6476
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6477
6477
|
};
|
|
6478
6478
|
};
|
|
6479
6479
|
prefixCls: StringConstructor;
|
|
@@ -6487,39 +6487,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6487
6487
|
};
|
|
6488
6488
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6489
6489
|
align: {
|
|
6490
|
-
type: import("vue").PropType<"
|
|
6491
|
-
xs?: "
|
|
6492
|
-
sm?: "
|
|
6493
|
-
md?: "
|
|
6494
|
-
lg?: "
|
|
6495
|
-
xl?: "
|
|
6496
|
-
xxl?: "
|
|
6490
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6491
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6492
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6493
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6494
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6495
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6496
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6497
6497
|
}>;
|
|
6498
|
-
default: "
|
|
6499
|
-
xs?: "
|
|
6500
|
-
sm?: "
|
|
6501
|
-
md?: "
|
|
6502
|
-
lg?: "
|
|
6503
|
-
xl?: "
|
|
6504
|
-
xxl?: "
|
|
6498
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6499
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6500
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6501
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6502
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6503
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6504
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6505
6505
|
};
|
|
6506
6506
|
};
|
|
6507
6507
|
justify: {
|
|
6508
|
-
type: import("vue").PropType<"start" | "
|
|
6509
|
-
xs?: "start" | "
|
|
6510
|
-
sm?: "start" | "
|
|
6511
|
-
md?: "start" | "
|
|
6512
|
-
lg?: "start" | "
|
|
6513
|
-
xl?: "start" | "
|
|
6514
|
-
xxl?: "start" | "
|
|
6508
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6509
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6510
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6511
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6512
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6513
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6514
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6515
6515
|
}>;
|
|
6516
|
-
default: "start" | "
|
|
6517
|
-
xs?: "start" | "
|
|
6518
|
-
sm?: "start" | "
|
|
6519
|
-
md?: "start" | "
|
|
6520
|
-
lg?: "start" | "
|
|
6521
|
-
xl?: "start" | "
|
|
6522
|
-
xxl?: "start" | "
|
|
6516
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6517
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6518
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6519
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6520
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6521
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6522
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6523
6523
|
};
|
|
6524
6524
|
};
|
|
6525
6525
|
prefixCls: StringConstructor;
|
|
@@ -6533,39 +6533,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6533
6533
|
};
|
|
6534
6534
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6535
6535
|
align: {
|
|
6536
|
-
type: import("vue").PropType<"
|
|
6537
|
-
xs?: "
|
|
6538
|
-
sm?: "
|
|
6539
|
-
md?: "
|
|
6540
|
-
lg?: "
|
|
6541
|
-
xl?: "
|
|
6542
|
-
xxl?: "
|
|
6536
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6537
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6538
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6539
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6540
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6541
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6542
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6543
6543
|
}>;
|
|
6544
|
-
default: "
|
|
6545
|
-
xs?: "
|
|
6546
|
-
sm?: "
|
|
6547
|
-
md?: "
|
|
6548
|
-
lg?: "
|
|
6549
|
-
xl?: "
|
|
6550
|
-
xxl?: "
|
|
6544
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6545
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6546
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6547
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6548
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6549
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6550
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6551
6551
|
};
|
|
6552
6552
|
};
|
|
6553
6553
|
justify: {
|
|
6554
|
-
type: import("vue").PropType<"start" | "
|
|
6555
|
-
xs?: "start" | "
|
|
6556
|
-
sm?: "start" | "
|
|
6557
|
-
md?: "start" | "
|
|
6558
|
-
lg?: "start" | "
|
|
6559
|
-
xl?: "start" | "
|
|
6560
|
-
xxl?: "start" | "
|
|
6554
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6555
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6556
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6557
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6558
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6559
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6560
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6561
6561
|
}>;
|
|
6562
|
-
default: "start" | "
|
|
6563
|
-
xs?: "start" | "
|
|
6564
|
-
sm?: "start" | "
|
|
6565
|
-
md?: "start" | "
|
|
6566
|
-
lg?: "start" | "
|
|
6567
|
-
xl?: "start" | "
|
|
6568
|
-
xxl?: "start" | "
|
|
6562
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6563
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6564
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6565
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6566
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6567
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6568
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6569
6569
|
};
|
|
6570
6570
|
};
|
|
6571
6571
|
prefixCls: StringConstructor;
|
|
@@ -6785,8 +6785,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6785
6785
|
default: string | string[];
|
|
6786
6786
|
};
|
|
6787
6787
|
size: {
|
|
6788
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6789
|
-
default: import("ant-design-vue/es/
|
|
6788
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6789
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6790
6790
|
};
|
|
6791
6791
|
disabled: {
|
|
6792
6792
|
type: BooleanConstructor;
|
|
@@ -6817,39 +6817,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6817
6817
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6818
6818
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6819
6819
|
align: {
|
|
6820
|
-
type: import("vue").PropType<"
|
|
6821
|
-
xs?: "
|
|
6822
|
-
sm?: "
|
|
6823
|
-
md?: "
|
|
6824
|
-
lg?: "
|
|
6825
|
-
xl?: "
|
|
6826
|
-
xxl?: "
|
|
6820
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6821
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6822
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6823
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6824
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6825
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6826
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6827
6827
|
}>;
|
|
6828
|
-
default: "
|
|
6829
|
-
xs?: "
|
|
6830
|
-
sm?: "
|
|
6831
|
-
md?: "
|
|
6832
|
-
lg?: "
|
|
6833
|
-
xl?: "
|
|
6834
|
-
xxl?: "
|
|
6828
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6829
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6830
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6831
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6832
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6833
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6834
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6835
6835
|
};
|
|
6836
6836
|
};
|
|
6837
6837
|
justify: {
|
|
6838
|
-
type: import("vue").PropType<"start" | "
|
|
6839
|
-
xs?: "start" | "
|
|
6840
|
-
sm?: "start" | "
|
|
6841
|
-
md?: "start" | "
|
|
6842
|
-
lg?: "start" | "
|
|
6843
|
-
xl?: "start" | "
|
|
6844
|
-
xxl?: "start" | "
|
|
6838
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6839
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6840
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6841
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6842
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6843
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6844
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6845
6845
|
}>;
|
|
6846
|
-
default: "start" | "
|
|
6847
|
-
xs?: "start" | "
|
|
6848
|
-
sm?: "start" | "
|
|
6849
|
-
md?: "start" | "
|
|
6850
|
-
lg?: "start" | "
|
|
6851
|
-
xl?: "start" | "
|
|
6852
|
-
xxl?: "start" | "
|
|
6846
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6847
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6848
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6849
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6850
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6851
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6852
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6853
6853
|
};
|
|
6854
6854
|
};
|
|
6855
6855
|
prefixCls: StringConstructor;
|
|
@@ -6977,7 +6977,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6977
6977
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
6978
6978
|
computedFormOptions: import("vue").ComputedRef<{
|
|
6979
6979
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
6980
|
-
size?: import("ant-design-vue/es/
|
|
6980
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
6981
6981
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
6982
6982
|
span: (StringConstructor | NumberConstructor)[];
|
|
6983
6983
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -7337,8 +7337,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7337
7337
|
default: string | string[];
|
|
7338
7338
|
};
|
|
7339
7339
|
size: {
|
|
7340
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7341
|
-
default: import("ant-design-vue/es/
|
|
7340
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7341
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7342
7342
|
};
|
|
7343
7343
|
disabled: {
|
|
7344
7344
|
type: BooleanConstructor;
|
|
@@ -7560,8 +7560,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7560
7560
|
default: string | string[];
|
|
7561
7561
|
};
|
|
7562
7562
|
size: {
|
|
7563
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7564
|
-
default: import("ant-design-vue/es/
|
|
7563
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7564
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7565
7565
|
};
|
|
7566
7566
|
disabled: {
|
|
7567
7567
|
type: BooleanConstructor;
|
|
@@ -7783,8 +7783,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7783
7783
|
default: string | string[];
|
|
7784
7784
|
};
|
|
7785
7785
|
size: {
|
|
7786
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7787
|
-
default: import("ant-design-vue/es/
|
|
7786
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7787
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7788
7788
|
};
|
|
7789
7789
|
disabled: {
|
|
7790
7790
|
type: BooleanConstructor;
|
|
@@ -8006,8 +8006,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8006
8006
|
default: string | string[];
|
|
8007
8007
|
};
|
|
8008
8008
|
size: {
|
|
8009
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8010
|
-
default: import("ant-design-vue/es/
|
|
8009
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8010
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8011
8011
|
};
|
|
8012
8012
|
disabled: {
|
|
8013
8013
|
type: BooleanConstructor;
|
|
@@ -8039,39 +8039,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8039
8039
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
8040
8040
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8041
8041
|
align: {
|
|
8042
|
-
type: import("vue").PropType<"
|
|
8043
|
-
xs?: "
|
|
8044
|
-
sm?: "
|
|
8045
|
-
md?: "
|
|
8046
|
-
lg?: "
|
|
8047
|
-
xl?: "
|
|
8048
|
-
xxl?: "
|
|
8042
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8043
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8044
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8045
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8046
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8047
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8048
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8049
8049
|
}>;
|
|
8050
|
-
default: "
|
|
8051
|
-
xs?: "
|
|
8052
|
-
sm?: "
|
|
8053
|
-
md?: "
|
|
8054
|
-
lg?: "
|
|
8055
|
-
xl?: "
|
|
8056
|
-
xxl?: "
|
|
8050
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8051
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8052
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8053
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8054
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8055
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8056
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8057
8057
|
};
|
|
8058
8058
|
};
|
|
8059
8059
|
justify: {
|
|
8060
|
-
type: import("vue").PropType<"start" | "
|
|
8061
|
-
xs?: "start" | "
|
|
8062
|
-
sm?: "start" | "
|
|
8063
|
-
md?: "start" | "
|
|
8064
|
-
lg?: "start" | "
|
|
8065
|
-
xl?: "start" | "
|
|
8066
|
-
xxl?: "start" | "
|
|
8060
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8061
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8062
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8063
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8064
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8065
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8066
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8067
8067
|
}>;
|
|
8068
|
-
default: "start" | "
|
|
8069
|
-
xs?: "start" | "
|
|
8070
|
-
sm?: "start" | "
|
|
8071
|
-
md?: "start" | "
|
|
8072
|
-
lg?: "start" | "
|
|
8073
|
-
xl?: "start" | "
|
|
8074
|
-
xxl?: "start" | "
|
|
8068
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8069
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8070
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8071
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8072
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8073
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8074
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8075
8075
|
};
|
|
8076
8076
|
};
|
|
8077
8077
|
prefixCls: StringConstructor;
|
|
@@ -8085,39 +8085,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8085
8085
|
};
|
|
8086
8086
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8087
8087
|
align: {
|
|
8088
|
-
type: import("vue").PropType<"
|
|
8089
|
-
xs?: "
|
|
8090
|
-
sm?: "
|
|
8091
|
-
md?: "
|
|
8092
|
-
lg?: "
|
|
8093
|
-
xl?: "
|
|
8094
|
-
xxl?: "
|
|
8088
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8089
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8090
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8091
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8092
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8093
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8094
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8095
8095
|
}>;
|
|
8096
|
-
default: "
|
|
8097
|
-
xs?: "
|
|
8098
|
-
sm?: "
|
|
8099
|
-
md?: "
|
|
8100
|
-
lg?: "
|
|
8101
|
-
xl?: "
|
|
8102
|
-
xxl?: "
|
|
8096
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8097
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8098
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8099
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8100
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8101
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8102
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8103
8103
|
};
|
|
8104
8104
|
};
|
|
8105
8105
|
justify: {
|
|
8106
|
-
type: import("vue").PropType<"start" | "
|
|
8107
|
-
xs?: "start" | "
|
|
8108
|
-
sm?: "start" | "
|
|
8109
|
-
md?: "start" | "
|
|
8110
|
-
lg?: "start" | "
|
|
8111
|
-
xl?: "start" | "
|
|
8112
|
-
xxl?: "start" | "
|
|
8106
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8107
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8108
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8109
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8110
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8111
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8112
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8113
8113
|
}>;
|
|
8114
|
-
default: "start" | "
|
|
8115
|
-
xs?: "start" | "
|
|
8116
|
-
sm?: "start" | "
|
|
8117
|
-
md?: "start" | "
|
|
8118
|
-
lg?: "start" | "
|
|
8119
|
-
xl?: "start" | "
|
|
8120
|
-
xxl?: "start" | "
|
|
8114
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8115
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8116
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8117
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8118
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8119
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8120
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8121
8121
|
};
|
|
8122
8122
|
};
|
|
8123
8123
|
prefixCls: StringConstructor;
|
|
@@ -8131,39 +8131,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8131
8131
|
};
|
|
8132
8132
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8133
8133
|
align: {
|
|
8134
|
-
type: import("vue").PropType<"
|
|
8135
|
-
xs?: "
|
|
8136
|
-
sm?: "
|
|
8137
|
-
md?: "
|
|
8138
|
-
lg?: "
|
|
8139
|
-
xl?: "
|
|
8140
|
-
xxl?: "
|
|
8134
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8135
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8136
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8137
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8138
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8139
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8140
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8141
8141
|
}>;
|
|
8142
|
-
default: "
|
|
8143
|
-
xs?: "
|
|
8144
|
-
sm?: "
|
|
8145
|
-
md?: "
|
|
8146
|
-
lg?: "
|
|
8147
|
-
xl?: "
|
|
8148
|
-
xxl?: "
|
|
8142
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8143
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8144
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8145
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8146
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8147
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8148
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8149
8149
|
};
|
|
8150
8150
|
};
|
|
8151
8151
|
justify: {
|
|
8152
|
-
type: import("vue").PropType<"start" | "
|
|
8153
|
-
xs?: "start" | "
|
|
8154
|
-
sm?: "start" | "
|
|
8155
|
-
md?: "start" | "
|
|
8156
|
-
lg?: "start" | "
|
|
8157
|
-
xl?: "start" | "
|
|
8158
|
-
xxl?: "start" | "
|
|
8152
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8153
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8154
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8155
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8156
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8157
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8158
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8159
8159
|
}>;
|
|
8160
|
-
default: "start" | "
|
|
8161
|
-
xs?: "start" | "
|
|
8162
|
-
sm?: "start" | "
|
|
8163
|
-
md?: "start" | "
|
|
8164
|
-
lg?: "start" | "
|
|
8165
|
-
xl?: "start" | "
|
|
8166
|
-
xxl?: "start" | "
|
|
8160
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8161
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8162
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8163
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8164
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8165
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8166
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8167
8167
|
};
|
|
8168
8168
|
};
|
|
8169
8169
|
prefixCls: StringConstructor;
|
|
@@ -8177,39 +8177,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8177
8177
|
};
|
|
8178
8178
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8179
8179
|
align: {
|
|
8180
|
-
type: import("vue").PropType<"
|
|
8181
|
-
xs?: "
|
|
8182
|
-
sm?: "
|
|
8183
|
-
md?: "
|
|
8184
|
-
lg?: "
|
|
8185
|
-
xl?: "
|
|
8186
|
-
xxl?: "
|
|
8180
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8181
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8182
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8183
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8184
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8185
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8186
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8187
8187
|
}>;
|
|
8188
|
-
default: "
|
|
8189
|
-
xs?: "
|
|
8190
|
-
sm?: "
|
|
8191
|
-
md?: "
|
|
8192
|
-
lg?: "
|
|
8193
|
-
xl?: "
|
|
8194
|
-
xxl?: "
|
|
8188
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8189
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8190
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8191
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8192
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8193
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8194
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8195
8195
|
};
|
|
8196
8196
|
};
|
|
8197
8197
|
justify: {
|
|
8198
|
-
type: import("vue").PropType<"start" | "
|
|
8199
|
-
xs?: "start" | "
|
|
8200
|
-
sm?: "start" | "
|
|
8201
|
-
md?: "start" | "
|
|
8202
|
-
lg?: "start" | "
|
|
8203
|
-
xl?: "start" | "
|
|
8204
|
-
xxl?: "start" | "
|
|
8198
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8199
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8200
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8201
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8202
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8203
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8204
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8205
8205
|
}>;
|
|
8206
|
-
default: "start" | "
|
|
8207
|
-
xs?: "start" | "
|
|
8208
|
-
sm?: "start" | "
|
|
8209
|
-
md?: "start" | "
|
|
8210
|
-
lg?: "start" | "
|
|
8211
|
-
xl?: "start" | "
|
|
8212
|
-
xxl?: "start" | "
|
|
8206
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8207
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8208
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8209
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8210
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8211
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8212
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8213
8213
|
};
|
|
8214
8214
|
};
|
|
8215
8215
|
prefixCls: StringConstructor;
|
|
@@ -8428,8 +8428,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8428
8428
|
default: string | string[];
|
|
8429
8429
|
};
|
|
8430
8430
|
size: {
|
|
8431
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8432
|
-
default: import("ant-design-vue/es/
|
|
8431
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8432
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8433
8433
|
};
|
|
8434
8434
|
disabled: {
|
|
8435
8435
|
type: BooleanConstructor;
|
|
@@ -8460,39 +8460,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8460
8460
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8461
8461
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8462
8462
|
align: {
|
|
8463
|
-
type: import("vue").PropType<"
|
|
8464
|
-
xs?: "
|
|
8465
|
-
sm?: "
|
|
8466
|
-
md?: "
|
|
8467
|
-
lg?: "
|
|
8468
|
-
xl?: "
|
|
8469
|
-
xxl?: "
|
|
8463
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8464
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8465
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8466
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8467
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8468
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8469
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8470
8470
|
}>;
|
|
8471
|
-
default: "
|
|
8472
|
-
xs?: "
|
|
8473
|
-
sm?: "
|
|
8474
|
-
md?: "
|
|
8475
|
-
lg?: "
|
|
8476
|
-
xl?: "
|
|
8477
|
-
xxl?: "
|
|
8471
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8472
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8473
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8474
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8475
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8476
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8477
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8478
8478
|
};
|
|
8479
8479
|
};
|
|
8480
8480
|
justify: {
|
|
8481
|
-
type: import("vue").PropType<"start" | "
|
|
8482
|
-
xs?: "start" | "
|
|
8483
|
-
sm?: "start" | "
|
|
8484
|
-
md?: "start" | "
|
|
8485
|
-
lg?: "start" | "
|
|
8486
|
-
xl?: "start" | "
|
|
8487
|
-
xxl?: "start" | "
|
|
8481
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8482
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8483
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8484
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8485
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8486
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8487
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8488
8488
|
}>;
|
|
8489
|
-
default: "start" | "
|
|
8490
|
-
xs?: "start" | "
|
|
8491
|
-
sm?: "start" | "
|
|
8492
|
-
md?: "start" | "
|
|
8493
|
-
lg?: "start" | "
|
|
8494
|
-
xl?: "start" | "
|
|
8495
|
-
xxl?: "start" | "
|
|
8489
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8490
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8491
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8492
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8493
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8494
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8495
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8496
8496
|
};
|
|
8497
8497
|
};
|
|
8498
8498
|
prefixCls: StringConstructor;
|
|
@@ -8714,8 +8714,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8714
8714
|
default: string | string[];
|
|
8715
8715
|
};
|
|
8716
8716
|
size: {
|
|
8717
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8718
|
-
default: import("ant-design-vue/es/
|
|
8717
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8718
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8719
8719
|
};
|
|
8720
8720
|
disabled: {
|
|
8721
8721
|
type: BooleanConstructor;
|
|
@@ -8937,8 +8937,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8937
8937
|
default: string | string[];
|
|
8938
8938
|
};
|
|
8939
8939
|
size: {
|
|
8940
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8941
|
-
default: import("ant-design-vue/es/
|
|
8940
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8941
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8942
8942
|
};
|
|
8943
8943
|
disabled: {
|
|
8944
8944
|
type: BooleanConstructor;
|
|
@@ -9160,8 +9160,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9160
9160
|
default: string | string[];
|
|
9161
9161
|
};
|
|
9162
9162
|
size: {
|
|
9163
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9164
|
-
default: import("ant-design-vue/es/
|
|
9163
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9164
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9165
9165
|
};
|
|
9166
9166
|
disabled: {
|
|
9167
9167
|
type: BooleanConstructor;
|
|
@@ -9383,8 +9383,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9383
9383
|
default: string | string[];
|
|
9384
9384
|
};
|
|
9385
9385
|
size: {
|
|
9386
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9387
|
-
default: import("ant-design-vue/es/
|
|
9386
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9387
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9388
9388
|
};
|
|
9389
9389
|
disabled: {
|
|
9390
9390
|
type: BooleanConstructor;
|
|
@@ -9416,39 +9416,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9416
9416
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9417
9417
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9418
9418
|
align: {
|
|
9419
|
-
type: import("vue").PropType<"
|
|
9420
|
-
xs?: "
|
|
9421
|
-
sm?: "
|
|
9422
|
-
md?: "
|
|
9423
|
-
lg?: "
|
|
9424
|
-
xl?: "
|
|
9425
|
-
xxl?: "
|
|
9419
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9420
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9421
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9422
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9423
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9424
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9425
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9426
9426
|
}>;
|
|
9427
|
-
default: "
|
|
9428
|
-
xs?: "
|
|
9429
|
-
sm?: "
|
|
9430
|
-
md?: "
|
|
9431
|
-
lg?: "
|
|
9432
|
-
xl?: "
|
|
9433
|
-
xxl?: "
|
|
9427
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9428
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9429
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9430
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9431
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9432
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9433
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9434
9434
|
};
|
|
9435
9435
|
};
|
|
9436
9436
|
justify: {
|
|
9437
|
-
type: import("vue").PropType<"start" | "
|
|
9438
|
-
xs?: "start" | "
|
|
9439
|
-
sm?: "start" | "
|
|
9440
|
-
md?: "start" | "
|
|
9441
|
-
lg?: "start" | "
|
|
9442
|
-
xl?: "start" | "
|
|
9443
|
-
xxl?: "start" | "
|
|
9437
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9438
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9439
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9440
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9441
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9442
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9443
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9444
9444
|
}>;
|
|
9445
|
-
default: "start" | "
|
|
9446
|
-
xs?: "start" | "
|
|
9447
|
-
sm?: "start" | "
|
|
9448
|
-
md?: "start" | "
|
|
9449
|
-
lg?: "start" | "
|
|
9450
|
-
xl?: "start" | "
|
|
9451
|
-
xxl?: "start" | "
|
|
9445
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9446
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9447
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9448
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9449
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9450
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9451
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9452
9452
|
};
|
|
9453
9453
|
};
|
|
9454
9454
|
prefixCls: StringConstructor;
|
|
@@ -9462,39 +9462,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9462
9462
|
};
|
|
9463
9463
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9464
9464
|
align: {
|
|
9465
|
-
type: import("vue").PropType<"
|
|
9466
|
-
xs?: "
|
|
9467
|
-
sm?: "
|
|
9468
|
-
md?: "
|
|
9469
|
-
lg?: "
|
|
9470
|
-
xl?: "
|
|
9471
|
-
xxl?: "
|
|
9465
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9466
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9467
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9468
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9469
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9470
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9471
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9472
9472
|
}>;
|
|
9473
|
-
default: "
|
|
9474
|
-
xs?: "
|
|
9475
|
-
sm?: "
|
|
9476
|
-
md?: "
|
|
9477
|
-
lg?: "
|
|
9478
|
-
xl?: "
|
|
9479
|
-
xxl?: "
|
|
9473
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9474
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9475
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9476
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9477
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9478
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9479
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9480
9480
|
};
|
|
9481
9481
|
};
|
|
9482
9482
|
justify: {
|
|
9483
|
-
type: import("vue").PropType<"start" | "
|
|
9484
|
-
xs?: "start" | "
|
|
9485
|
-
sm?: "start" | "
|
|
9486
|
-
md?: "start" | "
|
|
9487
|
-
lg?: "start" | "
|
|
9488
|
-
xl?: "start" | "
|
|
9489
|
-
xxl?: "start" | "
|
|
9483
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9484
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9485
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9486
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9487
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9488
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9489
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9490
9490
|
}>;
|
|
9491
|
-
default: "start" | "
|
|
9492
|
-
xs?: "start" | "
|
|
9493
|
-
sm?: "start" | "
|
|
9494
|
-
md?: "start" | "
|
|
9495
|
-
lg?: "start" | "
|
|
9496
|
-
xl?: "start" | "
|
|
9497
|
-
xxl?: "start" | "
|
|
9491
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9492
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9493
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9494
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9495
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9496
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9497
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9498
9498
|
};
|
|
9499
9499
|
};
|
|
9500
9500
|
prefixCls: StringConstructor;
|
|
@@ -9508,39 +9508,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9508
9508
|
};
|
|
9509
9509
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9510
9510
|
align: {
|
|
9511
|
-
type: import("vue").PropType<"
|
|
9512
|
-
xs?: "
|
|
9513
|
-
sm?: "
|
|
9514
|
-
md?: "
|
|
9515
|
-
lg?: "
|
|
9516
|
-
xl?: "
|
|
9517
|
-
xxl?: "
|
|
9511
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9512
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9513
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9514
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9515
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9516
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9517
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9518
9518
|
}>;
|
|
9519
|
-
default: "
|
|
9520
|
-
xs?: "
|
|
9521
|
-
sm?: "
|
|
9522
|
-
md?: "
|
|
9523
|
-
lg?: "
|
|
9524
|
-
xl?: "
|
|
9525
|
-
xxl?: "
|
|
9519
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9520
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9521
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9522
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9523
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9524
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9525
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9526
9526
|
};
|
|
9527
9527
|
};
|
|
9528
9528
|
justify: {
|
|
9529
|
-
type: import("vue").PropType<"start" | "
|
|
9530
|
-
xs?: "start" | "
|
|
9531
|
-
sm?: "start" | "
|
|
9532
|
-
md?: "start" | "
|
|
9533
|
-
lg?: "start" | "
|
|
9534
|
-
xl?: "start" | "
|
|
9535
|
-
xxl?: "start" | "
|
|
9529
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9530
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9531
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9532
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9533
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9534
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9535
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9536
9536
|
}>;
|
|
9537
|
-
default: "start" | "
|
|
9538
|
-
xs?: "start" | "
|
|
9539
|
-
sm?: "start" | "
|
|
9540
|
-
md?: "start" | "
|
|
9541
|
-
lg?: "start" | "
|
|
9542
|
-
xl?: "start" | "
|
|
9543
|
-
xxl?: "start" | "
|
|
9537
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9538
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9539
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9540
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9541
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9542
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9543
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9544
9544
|
};
|
|
9545
9545
|
};
|
|
9546
9546
|
prefixCls: StringConstructor;
|
|
@@ -9554,39 +9554,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9554
9554
|
};
|
|
9555
9555
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9556
9556
|
align: {
|
|
9557
|
-
type: import("vue").PropType<"
|
|
9558
|
-
xs?: "
|
|
9559
|
-
sm?: "
|
|
9560
|
-
md?: "
|
|
9561
|
-
lg?: "
|
|
9562
|
-
xl?: "
|
|
9563
|
-
xxl?: "
|
|
9557
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9558
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9559
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9560
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9561
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9562
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9563
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9564
9564
|
}>;
|
|
9565
|
-
default: "
|
|
9566
|
-
xs?: "
|
|
9567
|
-
sm?: "
|
|
9568
|
-
md?: "
|
|
9569
|
-
lg?: "
|
|
9570
|
-
xl?: "
|
|
9571
|
-
xxl?: "
|
|
9565
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9566
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9567
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9568
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9569
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9570
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9571
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9572
9572
|
};
|
|
9573
9573
|
};
|
|
9574
9574
|
justify: {
|
|
9575
|
-
type: import("vue").PropType<"start" | "
|
|
9576
|
-
xs?: "start" | "
|
|
9577
|
-
sm?: "start" | "
|
|
9578
|
-
md?: "start" | "
|
|
9579
|
-
lg?: "start" | "
|
|
9580
|
-
xl?: "start" | "
|
|
9581
|
-
xxl?: "start" | "
|
|
9575
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9576
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9577
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9578
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9579
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9580
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9581
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9582
9582
|
}>;
|
|
9583
|
-
default: "start" | "
|
|
9584
|
-
xs?: "start" | "
|
|
9585
|
-
sm?: "start" | "
|
|
9586
|
-
md?: "start" | "
|
|
9587
|
-
lg?: "start" | "
|
|
9588
|
-
xl?: "start" | "
|
|
9589
|
-
xxl?: "start" | "
|
|
9583
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9584
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9585
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9586
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9587
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9588
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9589
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9590
9590
|
};
|
|
9591
9591
|
};
|
|
9592
9592
|
prefixCls: StringConstructor;
|
|
@@ -9806,8 +9806,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9806
9806
|
default: string | string[];
|
|
9807
9807
|
};
|
|
9808
9808
|
size: {
|
|
9809
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9810
|
-
default: import("ant-design-vue/es/
|
|
9809
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9810
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9811
9811
|
};
|
|
9812
9812
|
disabled: {
|
|
9813
9813
|
type: BooleanConstructor;
|
|
@@ -9838,39 +9838,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9838
9838
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9839
9839
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9840
9840
|
align: {
|
|
9841
|
-
type: import("vue").PropType<"
|
|
9842
|
-
xs?: "
|
|
9843
|
-
sm?: "
|
|
9844
|
-
md?: "
|
|
9845
|
-
lg?: "
|
|
9846
|
-
xl?: "
|
|
9847
|
-
xxl?: "
|
|
9841
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9842
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9843
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9844
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9845
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9846
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9847
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9848
9848
|
}>;
|
|
9849
|
-
default: "
|
|
9850
|
-
xs?: "
|
|
9851
|
-
sm?: "
|
|
9852
|
-
md?: "
|
|
9853
|
-
lg?: "
|
|
9854
|
-
xl?: "
|
|
9855
|
-
xxl?: "
|
|
9849
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9850
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9851
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9852
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9853
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9854
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9855
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9856
9856
|
};
|
|
9857
9857
|
};
|
|
9858
9858
|
justify: {
|
|
9859
|
-
type: import("vue").PropType<"start" | "
|
|
9860
|
-
xs?: "start" | "
|
|
9861
|
-
sm?: "start" | "
|
|
9862
|
-
md?: "start" | "
|
|
9863
|
-
lg?: "start" | "
|
|
9864
|
-
xl?: "start" | "
|
|
9865
|
-
xxl?: "start" | "
|
|
9859
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9860
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9861
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9862
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9863
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9864
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9865
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9866
9866
|
}>;
|
|
9867
|
-
default: "start" | "
|
|
9868
|
-
xs?: "start" | "
|
|
9869
|
-
sm?: "start" | "
|
|
9870
|
-
md?: "start" | "
|
|
9871
|
-
lg?: "start" | "
|
|
9872
|
-
xl?: "start" | "
|
|
9873
|
-
xxl?: "start" | "
|
|
9867
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9868
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9869
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9870
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9871
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9872
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9873
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9874
9874
|
};
|
|
9875
9875
|
};
|
|
9876
9876
|
prefixCls: StringConstructor;
|
|
@@ -9998,7 +9998,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9998
9998
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
9999
9999
|
computedFormOptions: import("vue").ComputedRef<{
|
|
10000
10000
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
10001
|
-
size?: import("ant-design-vue/es/
|
|
10001
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
10002
10002
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
10003
10003
|
span: (StringConstructor | NumberConstructor)[];
|
|
10004
10004
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -10354,8 +10354,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10354
10354
|
default: string | string[];
|
|
10355
10355
|
};
|
|
10356
10356
|
size: {
|
|
10357
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10358
|
-
default: import("ant-design-vue/es/
|
|
10357
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10358
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10359
10359
|
};
|
|
10360
10360
|
disabled: {
|
|
10361
10361
|
type: BooleanConstructor;
|
|
@@ -10386,39 +10386,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10386
10386
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10387
10387
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10388
10388
|
align: {
|
|
10389
|
-
type: import("vue").PropType<"
|
|
10390
|
-
xs?: "
|
|
10391
|
-
sm?: "
|
|
10392
|
-
md?: "
|
|
10393
|
-
lg?: "
|
|
10394
|
-
xl?: "
|
|
10395
|
-
xxl?: "
|
|
10389
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
10390
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10391
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10392
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10393
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10394
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10395
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10396
10396
|
}>;
|
|
10397
|
-
default: "
|
|
10398
|
-
xs?: "
|
|
10399
|
-
sm?: "
|
|
10400
|
-
md?: "
|
|
10401
|
-
lg?: "
|
|
10402
|
-
xl?: "
|
|
10403
|
-
xxl?: "
|
|
10397
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
10398
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10399
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10400
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10401
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10402
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10403
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10404
10404
|
};
|
|
10405
10405
|
};
|
|
10406
10406
|
justify: {
|
|
10407
|
-
type: import("vue").PropType<"start" | "
|
|
10408
|
-
xs?: "start" | "
|
|
10409
|
-
sm?: "start" | "
|
|
10410
|
-
md?: "start" | "
|
|
10411
|
-
lg?: "start" | "
|
|
10412
|
-
xl?: "start" | "
|
|
10413
|
-
xxl?: "start" | "
|
|
10407
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
10408
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10409
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10410
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10411
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10412
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10413
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10414
10414
|
}>;
|
|
10415
|
-
default: "start" | "
|
|
10416
|
-
xs?: "start" | "
|
|
10417
|
-
sm?: "start" | "
|
|
10418
|
-
md?: "start" | "
|
|
10419
|
-
lg?: "start" | "
|
|
10420
|
-
xl?: "start" | "
|
|
10421
|
-
xxl?: "start" | "
|
|
10415
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
10416
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10417
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10418
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10419
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10420
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10421
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10422
10422
|
};
|
|
10423
10423
|
};
|
|
10424
10424
|
prefixCls: StringConstructor;
|
|
@@ -10659,8 +10659,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10659
10659
|
default: string | string[];
|
|
10660
10660
|
};
|
|
10661
10661
|
size: {
|
|
10662
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10663
|
-
default: import("ant-design-vue/es/
|
|
10662
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10663
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10664
10664
|
};
|
|
10665
10665
|
disabled: {
|
|
10666
10666
|
type: BooleanConstructor;
|
|
@@ -10987,8 +10987,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10987
10987
|
default: string | string[];
|
|
10988
10988
|
};
|
|
10989
10989
|
size: {
|
|
10990
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10991
|
-
default: import("ant-design-vue/es/
|
|
10990
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10991
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10992
10992
|
};
|
|
10993
10993
|
disabled: {
|
|
10994
10994
|
type: BooleanConstructor;
|
|
@@ -11210,8 +11210,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11210
11210
|
default: string | string[];
|
|
11211
11211
|
};
|
|
11212
11212
|
size: {
|
|
11213
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11214
|
-
default: import("ant-design-vue/es/
|
|
11213
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11214
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11215
11215
|
};
|
|
11216
11216
|
disabled: {
|
|
11217
11217
|
type: BooleanConstructor;
|
|
@@ -11433,8 +11433,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11433
11433
|
default: string | string[];
|
|
11434
11434
|
};
|
|
11435
11435
|
size: {
|
|
11436
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11437
|
-
default: import("ant-design-vue/es/
|
|
11436
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11437
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11438
11438
|
};
|
|
11439
11439
|
disabled: {
|
|
11440
11440
|
type: BooleanConstructor;
|
|
@@ -11656,8 +11656,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11656
11656
|
default: string | string[];
|
|
11657
11657
|
};
|
|
11658
11658
|
size: {
|
|
11659
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11660
|
-
default: import("ant-design-vue/es/
|
|
11659
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11660
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11661
11661
|
};
|
|
11662
11662
|
disabled: {
|
|
11663
11663
|
type: BooleanConstructor;
|
|
@@ -11689,39 +11689,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11689
11689
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
11690
11690
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11691
11691
|
align: {
|
|
11692
|
-
type: import("vue").PropType<"
|
|
11693
|
-
xs?: "
|
|
11694
|
-
sm?: "
|
|
11695
|
-
md?: "
|
|
11696
|
-
lg?: "
|
|
11697
|
-
xl?: "
|
|
11698
|
-
xxl?: "
|
|
11692
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11693
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11694
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11695
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11696
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11697
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11698
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11699
11699
|
}>;
|
|
11700
|
-
default: "
|
|
11701
|
-
xs?: "
|
|
11702
|
-
sm?: "
|
|
11703
|
-
md?: "
|
|
11704
|
-
lg?: "
|
|
11705
|
-
xl?: "
|
|
11706
|
-
xxl?: "
|
|
11700
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11701
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11702
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11703
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11704
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11705
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11706
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11707
11707
|
};
|
|
11708
11708
|
};
|
|
11709
11709
|
justify: {
|
|
11710
|
-
type: import("vue").PropType<"start" | "
|
|
11711
|
-
xs?: "start" | "
|
|
11712
|
-
sm?: "start" | "
|
|
11713
|
-
md?: "start" | "
|
|
11714
|
-
lg?: "start" | "
|
|
11715
|
-
xl?: "start" | "
|
|
11716
|
-
xxl?: "start" | "
|
|
11710
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11711
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11712
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11713
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11714
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11715
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11716
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11717
11717
|
}>;
|
|
11718
|
-
default: "start" | "
|
|
11719
|
-
xs?: "start" | "
|
|
11720
|
-
sm?: "start" | "
|
|
11721
|
-
md?: "start" | "
|
|
11722
|
-
lg?: "start" | "
|
|
11723
|
-
xl?: "start" | "
|
|
11724
|
-
xxl?: "start" | "
|
|
11718
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11719
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11720
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11721
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11722
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11723
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11724
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11725
11725
|
};
|
|
11726
11726
|
};
|
|
11727
11727
|
prefixCls: StringConstructor;
|
|
@@ -11735,39 +11735,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11735
11735
|
};
|
|
11736
11736
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11737
11737
|
align: {
|
|
11738
|
-
type: import("vue").PropType<"
|
|
11739
|
-
xs?: "
|
|
11740
|
-
sm?: "
|
|
11741
|
-
md?: "
|
|
11742
|
-
lg?: "
|
|
11743
|
-
xl?: "
|
|
11744
|
-
xxl?: "
|
|
11738
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11739
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11740
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11741
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11742
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11743
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11744
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11745
11745
|
}>;
|
|
11746
|
-
default: "
|
|
11747
|
-
xs?: "
|
|
11748
|
-
sm?: "
|
|
11749
|
-
md?: "
|
|
11750
|
-
lg?: "
|
|
11751
|
-
xl?: "
|
|
11752
|
-
xxl?: "
|
|
11746
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11747
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11748
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11749
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11750
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11751
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11752
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11753
11753
|
};
|
|
11754
11754
|
};
|
|
11755
11755
|
justify: {
|
|
11756
|
-
type: import("vue").PropType<"start" | "
|
|
11757
|
-
xs?: "start" | "
|
|
11758
|
-
sm?: "start" | "
|
|
11759
|
-
md?: "start" | "
|
|
11760
|
-
lg?: "start" | "
|
|
11761
|
-
xl?: "start" | "
|
|
11762
|
-
xxl?: "start" | "
|
|
11756
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11757
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11758
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11759
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11760
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11761
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11762
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11763
11763
|
}>;
|
|
11764
|
-
default: "start" | "
|
|
11765
|
-
xs?: "start" | "
|
|
11766
|
-
sm?: "start" | "
|
|
11767
|
-
md?: "start" | "
|
|
11768
|
-
lg?: "start" | "
|
|
11769
|
-
xl?: "start" | "
|
|
11770
|
-
xxl?: "start" | "
|
|
11764
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11765
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11766
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11767
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11768
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11769
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11770
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11771
11771
|
};
|
|
11772
11772
|
};
|
|
11773
11773
|
prefixCls: StringConstructor;
|
|
@@ -11781,39 +11781,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11781
11781
|
};
|
|
11782
11782
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11783
11783
|
align: {
|
|
11784
|
-
type: import("vue").PropType<"
|
|
11785
|
-
xs?: "
|
|
11786
|
-
sm?: "
|
|
11787
|
-
md?: "
|
|
11788
|
-
lg?: "
|
|
11789
|
-
xl?: "
|
|
11790
|
-
xxl?: "
|
|
11784
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11785
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11786
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11787
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11788
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11789
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11790
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11791
11791
|
}>;
|
|
11792
|
-
default: "
|
|
11793
|
-
xs?: "
|
|
11794
|
-
sm?: "
|
|
11795
|
-
md?: "
|
|
11796
|
-
lg?: "
|
|
11797
|
-
xl?: "
|
|
11798
|
-
xxl?: "
|
|
11792
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11793
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11794
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11795
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11796
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11797
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11798
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11799
11799
|
};
|
|
11800
11800
|
};
|
|
11801
11801
|
justify: {
|
|
11802
|
-
type: import("vue").PropType<"start" | "
|
|
11803
|
-
xs?: "start" | "
|
|
11804
|
-
sm?: "start" | "
|
|
11805
|
-
md?: "start" | "
|
|
11806
|
-
lg?: "start" | "
|
|
11807
|
-
xl?: "start" | "
|
|
11808
|
-
xxl?: "start" | "
|
|
11802
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11803
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11804
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11805
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11806
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11807
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11808
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11809
11809
|
}>;
|
|
11810
|
-
default: "start" | "
|
|
11811
|
-
xs?: "start" | "
|
|
11812
|
-
sm?: "start" | "
|
|
11813
|
-
md?: "start" | "
|
|
11814
|
-
lg?: "start" | "
|
|
11815
|
-
xl?: "start" | "
|
|
11816
|
-
xxl?: "start" | "
|
|
11810
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11811
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11812
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11813
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11814
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11815
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11816
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11817
11817
|
};
|
|
11818
11818
|
};
|
|
11819
11819
|
prefixCls: StringConstructor;
|
|
@@ -11827,39 +11827,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11827
11827
|
};
|
|
11828
11828
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11829
11829
|
align: {
|
|
11830
|
-
type: import("vue").PropType<"
|
|
11831
|
-
xs?: "
|
|
11832
|
-
sm?: "
|
|
11833
|
-
md?: "
|
|
11834
|
-
lg?: "
|
|
11835
|
-
xl?: "
|
|
11836
|
-
xxl?: "
|
|
11830
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11831
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11832
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11833
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11834
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11835
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11836
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11837
11837
|
}>;
|
|
11838
|
-
default: "
|
|
11839
|
-
xs?: "
|
|
11840
|
-
sm?: "
|
|
11841
|
-
md?: "
|
|
11842
|
-
lg?: "
|
|
11843
|
-
xl?: "
|
|
11844
|
-
xxl?: "
|
|
11838
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11839
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11840
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11841
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11842
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11843
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11844
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11845
11845
|
};
|
|
11846
11846
|
};
|
|
11847
11847
|
justify: {
|
|
11848
|
-
type: import("vue").PropType<"start" | "
|
|
11849
|
-
xs?: "start" | "
|
|
11850
|
-
sm?: "start" | "
|
|
11851
|
-
md?: "start" | "
|
|
11852
|
-
lg?: "start" | "
|
|
11853
|
-
xl?: "start" | "
|
|
11854
|
-
xxl?: "start" | "
|
|
11848
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11849
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11850
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11851
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11852
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11853
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11854
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11855
11855
|
}>;
|
|
11856
|
-
default: "start" | "
|
|
11857
|
-
xs?: "start" | "
|
|
11858
|
-
sm?: "start" | "
|
|
11859
|
-
md?: "start" | "
|
|
11860
|
-
lg?: "start" | "
|
|
11861
|
-
xl?: "start" | "
|
|
11862
|
-
xxl?: "start" | "
|
|
11856
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11857
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11858
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11859
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11860
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11861
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11862
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11863
11863
|
};
|
|
11864
11864
|
};
|
|
11865
11865
|
prefixCls: StringConstructor;
|
|
@@ -12079,8 +12079,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12079
12079
|
default: string | string[];
|
|
12080
12080
|
};
|
|
12081
12081
|
size: {
|
|
12082
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12083
|
-
default: import("ant-design-vue/es/
|
|
12082
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12083
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12084
12084
|
};
|
|
12085
12085
|
disabled: {
|
|
12086
12086
|
type: BooleanConstructor;
|
|
@@ -12111,39 +12111,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12111
12111
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12112
12112
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12113
12113
|
align: {
|
|
12114
|
-
type: import("vue").PropType<"
|
|
12115
|
-
xs?: "
|
|
12116
|
-
sm?: "
|
|
12117
|
-
md?: "
|
|
12118
|
-
lg?: "
|
|
12119
|
-
xl?: "
|
|
12120
|
-
xxl?: "
|
|
12114
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12115
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12116
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12117
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12118
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12119
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12120
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12121
12121
|
}>;
|
|
12122
|
-
default: "
|
|
12123
|
-
xs?: "
|
|
12124
|
-
sm?: "
|
|
12125
|
-
md?: "
|
|
12126
|
-
lg?: "
|
|
12127
|
-
xl?: "
|
|
12128
|
-
xxl?: "
|
|
12122
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12123
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12124
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12125
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12126
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12127
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12128
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12129
12129
|
};
|
|
12130
12130
|
};
|
|
12131
12131
|
justify: {
|
|
12132
|
-
type: import("vue").PropType<"start" | "
|
|
12133
|
-
xs?: "start" | "
|
|
12134
|
-
sm?: "start" | "
|
|
12135
|
-
md?: "start" | "
|
|
12136
|
-
lg?: "start" | "
|
|
12137
|
-
xl?: "start" | "
|
|
12138
|
-
xxl?: "start" | "
|
|
12132
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12133
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12134
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12135
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12136
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12137
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12138
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12139
12139
|
}>;
|
|
12140
|
-
default: "start" | "
|
|
12141
|
-
xs?: "start" | "
|
|
12142
|
-
sm?: "start" | "
|
|
12143
|
-
md?: "start" | "
|
|
12144
|
-
lg?: "start" | "
|
|
12145
|
-
xl?: "start" | "
|
|
12146
|
-
xxl?: "start" | "
|
|
12140
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12141
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12142
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12143
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12144
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12145
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12146
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12147
12147
|
};
|
|
12148
12148
|
};
|
|
12149
12149
|
prefixCls: StringConstructor;
|
|
@@ -12271,7 +12271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12271
12271
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
12272
12272
|
computedFormOptions: import("vue").ComputedRef<{
|
|
12273
12273
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
12274
|
-
size?: import("ant-design-vue/es/
|
|
12274
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
12275
12275
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12276
12276
|
span: (StringConstructor | NumberConstructor)[];
|
|
12277
12277
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -12631,8 +12631,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12631
12631
|
default: string | string[];
|
|
12632
12632
|
};
|
|
12633
12633
|
size: {
|
|
12634
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12635
|
-
default: import("ant-design-vue/es/
|
|
12634
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12635
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12636
12636
|
};
|
|
12637
12637
|
disabled: {
|
|
12638
12638
|
type: BooleanConstructor;
|
|
@@ -12854,8 +12854,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12854
12854
|
default: string | string[];
|
|
12855
12855
|
};
|
|
12856
12856
|
size: {
|
|
12857
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12858
|
-
default: import("ant-design-vue/es/
|
|
12857
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12858
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12859
12859
|
};
|
|
12860
12860
|
disabled: {
|
|
12861
12861
|
type: BooleanConstructor;
|
|
@@ -13077,8 +13077,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13077
13077
|
default: string | string[];
|
|
13078
13078
|
};
|
|
13079
13079
|
size: {
|
|
13080
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13081
|
-
default: import("ant-design-vue/es/
|
|
13080
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13081
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13082
13082
|
};
|
|
13083
13083
|
disabled: {
|
|
13084
13084
|
type: BooleanConstructor;
|
|
@@ -13300,8 +13300,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13300
13300
|
default: string | string[];
|
|
13301
13301
|
};
|
|
13302
13302
|
size: {
|
|
13303
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13304
|
-
default: import("ant-design-vue/es/
|
|
13303
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13304
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13305
13305
|
};
|
|
13306
13306
|
disabled: {
|
|
13307
13307
|
type: BooleanConstructor;
|
|
@@ -13333,39 +13333,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13333
13333
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13334
13334
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13335
13335
|
align: {
|
|
13336
|
-
type: import("vue").PropType<"
|
|
13337
|
-
xs?: "
|
|
13338
|
-
sm?: "
|
|
13339
|
-
md?: "
|
|
13340
|
-
lg?: "
|
|
13341
|
-
xl?: "
|
|
13342
|
-
xxl?: "
|
|
13336
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13337
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13338
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13339
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13340
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13341
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13342
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13343
13343
|
}>;
|
|
13344
|
-
default: "
|
|
13345
|
-
xs?: "
|
|
13346
|
-
sm?: "
|
|
13347
|
-
md?: "
|
|
13348
|
-
lg?: "
|
|
13349
|
-
xl?: "
|
|
13350
|
-
xxl?: "
|
|
13344
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13345
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13346
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13347
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13348
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13349
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13350
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13351
13351
|
};
|
|
13352
13352
|
};
|
|
13353
13353
|
justify: {
|
|
13354
|
-
type: import("vue").PropType<"start" | "
|
|
13355
|
-
xs?: "start" | "
|
|
13356
|
-
sm?: "start" | "
|
|
13357
|
-
md?: "start" | "
|
|
13358
|
-
lg?: "start" | "
|
|
13359
|
-
xl?: "start" | "
|
|
13360
|
-
xxl?: "start" | "
|
|
13354
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13355
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13356
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13357
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13358
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13359
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13360
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13361
13361
|
}>;
|
|
13362
|
-
default: "start" | "
|
|
13363
|
-
xs?: "start" | "
|
|
13364
|
-
sm?: "start" | "
|
|
13365
|
-
md?: "start" | "
|
|
13366
|
-
lg?: "start" | "
|
|
13367
|
-
xl?: "start" | "
|
|
13368
|
-
xxl?: "start" | "
|
|
13362
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13363
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13364
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13365
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13366
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13367
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13368
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13369
13369
|
};
|
|
13370
13370
|
};
|
|
13371
13371
|
prefixCls: StringConstructor;
|
|
@@ -13379,39 +13379,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13379
13379
|
};
|
|
13380
13380
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13381
13381
|
align: {
|
|
13382
|
-
type: import("vue").PropType<"
|
|
13383
|
-
xs?: "
|
|
13384
|
-
sm?: "
|
|
13385
|
-
md?: "
|
|
13386
|
-
lg?: "
|
|
13387
|
-
xl?: "
|
|
13388
|
-
xxl?: "
|
|
13382
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13383
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13384
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13385
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13386
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13387
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13388
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13389
13389
|
}>;
|
|
13390
|
-
default: "
|
|
13391
|
-
xs?: "
|
|
13392
|
-
sm?: "
|
|
13393
|
-
md?: "
|
|
13394
|
-
lg?: "
|
|
13395
|
-
xl?: "
|
|
13396
|
-
xxl?: "
|
|
13390
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13391
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13392
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13393
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13394
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13395
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13396
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13397
13397
|
};
|
|
13398
13398
|
};
|
|
13399
13399
|
justify: {
|
|
13400
|
-
type: import("vue").PropType<"start" | "
|
|
13401
|
-
xs?: "start" | "
|
|
13402
|
-
sm?: "start" | "
|
|
13403
|
-
md?: "start" | "
|
|
13404
|
-
lg?: "start" | "
|
|
13405
|
-
xl?: "start" | "
|
|
13406
|
-
xxl?: "start" | "
|
|
13400
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13401
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13402
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13403
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13404
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13405
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13406
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13407
13407
|
}>;
|
|
13408
|
-
default: "start" | "
|
|
13409
|
-
xs?: "start" | "
|
|
13410
|
-
sm?: "start" | "
|
|
13411
|
-
md?: "start" | "
|
|
13412
|
-
lg?: "start" | "
|
|
13413
|
-
xl?: "start" | "
|
|
13414
|
-
xxl?: "start" | "
|
|
13408
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13409
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13410
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13411
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13412
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13413
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13414
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13415
13415
|
};
|
|
13416
13416
|
};
|
|
13417
13417
|
prefixCls: StringConstructor;
|
|
@@ -13425,39 +13425,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13425
13425
|
};
|
|
13426
13426
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13427
13427
|
align: {
|
|
13428
|
-
type: import("vue").PropType<"
|
|
13429
|
-
xs?: "
|
|
13430
|
-
sm?: "
|
|
13431
|
-
md?: "
|
|
13432
|
-
lg?: "
|
|
13433
|
-
xl?: "
|
|
13434
|
-
xxl?: "
|
|
13428
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13429
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13430
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13431
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13432
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13433
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13434
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13435
13435
|
}>;
|
|
13436
|
-
default: "
|
|
13437
|
-
xs?: "
|
|
13438
|
-
sm?: "
|
|
13439
|
-
md?: "
|
|
13440
|
-
lg?: "
|
|
13441
|
-
xl?: "
|
|
13442
|
-
xxl?: "
|
|
13436
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13437
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13438
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13439
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13440
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13441
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13442
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13443
13443
|
};
|
|
13444
13444
|
};
|
|
13445
13445
|
justify: {
|
|
13446
|
-
type: import("vue").PropType<"start" | "
|
|
13447
|
-
xs?: "start" | "
|
|
13448
|
-
sm?: "start" | "
|
|
13449
|
-
md?: "start" | "
|
|
13450
|
-
lg?: "start" | "
|
|
13451
|
-
xl?: "start" | "
|
|
13452
|
-
xxl?: "start" | "
|
|
13446
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13447
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13448
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13449
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13450
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13451
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13452
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13453
13453
|
}>;
|
|
13454
|
-
default: "start" | "
|
|
13455
|
-
xs?: "start" | "
|
|
13456
|
-
sm?: "start" | "
|
|
13457
|
-
md?: "start" | "
|
|
13458
|
-
lg?: "start" | "
|
|
13459
|
-
xl?: "start" | "
|
|
13460
|
-
xxl?: "start" | "
|
|
13454
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13455
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13456
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13457
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13458
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13459
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13460
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13461
13461
|
};
|
|
13462
13462
|
};
|
|
13463
13463
|
prefixCls: StringConstructor;
|
|
@@ -13471,39 +13471,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13471
13471
|
};
|
|
13472
13472
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13473
13473
|
align: {
|
|
13474
|
-
type: import("vue").PropType<"
|
|
13475
|
-
xs?: "
|
|
13476
|
-
sm?: "
|
|
13477
|
-
md?: "
|
|
13478
|
-
lg?: "
|
|
13479
|
-
xl?: "
|
|
13480
|
-
xxl?: "
|
|
13474
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13475
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13476
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13477
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13478
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13479
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13480
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13481
13481
|
}>;
|
|
13482
|
-
default: "
|
|
13483
|
-
xs?: "
|
|
13484
|
-
sm?: "
|
|
13485
|
-
md?: "
|
|
13486
|
-
lg?: "
|
|
13487
|
-
xl?: "
|
|
13488
|
-
xxl?: "
|
|
13482
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13483
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13484
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13485
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13486
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13487
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13488
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13489
13489
|
};
|
|
13490
13490
|
};
|
|
13491
13491
|
justify: {
|
|
13492
|
-
type: import("vue").PropType<"start" | "
|
|
13493
|
-
xs?: "start" | "
|
|
13494
|
-
sm?: "start" | "
|
|
13495
|
-
md?: "start" | "
|
|
13496
|
-
lg?: "start" | "
|
|
13497
|
-
xl?: "start" | "
|
|
13498
|
-
xxl?: "start" | "
|
|
13492
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13493
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13494
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13495
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13496
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13497
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13498
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13499
13499
|
}>;
|
|
13500
|
-
default: "start" | "
|
|
13501
|
-
xs?: "start" | "
|
|
13502
|
-
sm?: "start" | "
|
|
13503
|
-
md?: "start" | "
|
|
13504
|
-
lg?: "start" | "
|
|
13505
|
-
xl?: "start" | "
|
|
13506
|
-
xxl?: "start" | "
|
|
13500
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13501
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13502
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13503
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13504
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13505
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13506
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13507
13507
|
};
|
|
13508
13508
|
};
|
|
13509
13509
|
prefixCls: StringConstructor;
|
|
@@ -13722,8 +13722,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13722
13722
|
default: string | string[];
|
|
13723
13723
|
};
|
|
13724
13724
|
size: {
|
|
13725
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13726
|
-
default: import("ant-design-vue/es/
|
|
13725
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13726
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13727
13727
|
};
|
|
13728
13728
|
disabled: {
|
|
13729
13729
|
type: BooleanConstructor;
|
|
@@ -13754,39 +13754,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13754
13754
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13755
13755
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13756
13756
|
align: {
|
|
13757
|
-
type: import("vue").PropType<"
|
|
13758
|
-
xs?: "
|
|
13759
|
-
sm?: "
|
|
13760
|
-
md?: "
|
|
13761
|
-
lg?: "
|
|
13762
|
-
xl?: "
|
|
13763
|
-
xxl?: "
|
|
13757
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13758
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13759
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13760
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13761
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13762
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13763
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13764
13764
|
}>;
|
|
13765
|
-
default: "
|
|
13766
|
-
xs?: "
|
|
13767
|
-
sm?: "
|
|
13768
|
-
md?: "
|
|
13769
|
-
lg?: "
|
|
13770
|
-
xl?: "
|
|
13771
|
-
xxl?: "
|
|
13765
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13766
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13767
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13768
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13769
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13770
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13771
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13772
13772
|
};
|
|
13773
13773
|
};
|
|
13774
13774
|
justify: {
|
|
13775
|
-
type: import("vue").PropType<"start" | "
|
|
13776
|
-
xs?: "start" | "
|
|
13777
|
-
sm?: "start" | "
|
|
13778
|
-
md?: "start" | "
|
|
13779
|
-
lg?: "start" | "
|
|
13780
|
-
xl?: "start" | "
|
|
13781
|
-
xxl?: "start" | "
|
|
13775
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13776
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13777
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13778
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13779
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13780
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13781
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13782
13782
|
}>;
|
|
13783
|
-
default: "start" | "
|
|
13784
|
-
xs?: "start" | "
|
|
13785
|
-
sm?: "start" | "
|
|
13786
|
-
md?: "start" | "
|
|
13787
|
-
lg?: "start" | "
|
|
13788
|
-
xl?: "start" | "
|
|
13789
|
-
xxl?: "start" | "
|
|
13783
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13784
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13785
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13786
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13787
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13788
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13789
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13790
13790
|
};
|
|
13791
13791
|
};
|
|
13792
13792
|
prefixCls: StringConstructor;
|
|
@@ -14008,8 +14008,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14008
14008
|
default: string | string[];
|
|
14009
14009
|
};
|
|
14010
14010
|
size: {
|
|
14011
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14012
|
-
default: import("ant-design-vue/es/
|
|
14011
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14012
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14013
14013
|
};
|
|
14014
14014
|
disabled: {
|
|
14015
14015
|
type: BooleanConstructor;
|
|
@@ -14231,8 +14231,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14231
14231
|
default: string | string[];
|
|
14232
14232
|
};
|
|
14233
14233
|
size: {
|
|
14234
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14235
|
-
default: import("ant-design-vue/es/
|
|
14234
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14235
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14236
14236
|
};
|
|
14237
14237
|
disabled: {
|
|
14238
14238
|
type: BooleanConstructor;
|
|
@@ -14454,8 +14454,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14454
14454
|
default: string | string[];
|
|
14455
14455
|
};
|
|
14456
14456
|
size: {
|
|
14457
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14458
|
-
default: import("ant-design-vue/es/
|
|
14457
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14458
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14459
14459
|
};
|
|
14460
14460
|
disabled: {
|
|
14461
14461
|
type: BooleanConstructor;
|
|
@@ -14677,8 +14677,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14677
14677
|
default: string | string[];
|
|
14678
14678
|
};
|
|
14679
14679
|
size: {
|
|
14680
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14681
|
-
default: import("ant-design-vue/es/
|
|
14680
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14681
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14682
14682
|
};
|
|
14683
14683
|
disabled: {
|
|
14684
14684
|
type: BooleanConstructor;
|
|
@@ -14710,39 +14710,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14710
14710
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
14711
14711
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14712
14712
|
align: {
|
|
14713
|
-
type: import("vue").PropType<"
|
|
14714
|
-
xs?: "
|
|
14715
|
-
sm?: "
|
|
14716
|
-
md?: "
|
|
14717
|
-
lg?: "
|
|
14718
|
-
xl?: "
|
|
14719
|
-
xxl?: "
|
|
14713
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14714
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14715
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14716
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14717
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14718
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14719
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14720
14720
|
}>;
|
|
14721
|
-
default: "
|
|
14722
|
-
xs?: "
|
|
14723
|
-
sm?: "
|
|
14724
|
-
md?: "
|
|
14725
|
-
lg?: "
|
|
14726
|
-
xl?: "
|
|
14727
|
-
xxl?: "
|
|
14721
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14722
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14723
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14724
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14725
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14726
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14727
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14728
14728
|
};
|
|
14729
14729
|
};
|
|
14730
14730
|
justify: {
|
|
14731
|
-
type: import("vue").PropType<"start" | "
|
|
14732
|
-
xs?: "start" | "
|
|
14733
|
-
sm?: "start" | "
|
|
14734
|
-
md?: "start" | "
|
|
14735
|
-
lg?: "start" | "
|
|
14736
|
-
xl?: "start" | "
|
|
14737
|
-
xxl?: "start" | "
|
|
14731
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14732
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14733
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14734
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14735
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14736
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14737
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14738
14738
|
}>;
|
|
14739
|
-
default: "start" | "
|
|
14740
|
-
xs?: "start" | "
|
|
14741
|
-
sm?: "start" | "
|
|
14742
|
-
md?: "start" | "
|
|
14743
|
-
lg?: "start" | "
|
|
14744
|
-
xl?: "start" | "
|
|
14745
|
-
xxl?: "start" | "
|
|
14739
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14740
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14741
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14742
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14743
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14744
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14745
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14746
14746
|
};
|
|
14747
14747
|
};
|
|
14748
14748
|
prefixCls: StringConstructor;
|
|
@@ -14756,39 +14756,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14756
14756
|
};
|
|
14757
14757
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14758
14758
|
align: {
|
|
14759
|
-
type: import("vue").PropType<"
|
|
14760
|
-
xs?: "
|
|
14761
|
-
sm?: "
|
|
14762
|
-
md?: "
|
|
14763
|
-
lg?: "
|
|
14764
|
-
xl?: "
|
|
14765
|
-
xxl?: "
|
|
14759
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14760
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14761
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14762
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14763
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14764
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14765
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14766
14766
|
}>;
|
|
14767
|
-
default: "
|
|
14768
|
-
xs?: "
|
|
14769
|
-
sm?: "
|
|
14770
|
-
md?: "
|
|
14771
|
-
lg?: "
|
|
14772
|
-
xl?: "
|
|
14773
|
-
xxl?: "
|
|
14767
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14768
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14769
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14770
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14771
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14772
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14773
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14774
14774
|
};
|
|
14775
14775
|
};
|
|
14776
14776
|
justify: {
|
|
14777
|
-
type: import("vue").PropType<"start" | "
|
|
14778
|
-
xs?: "start" | "
|
|
14779
|
-
sm?: "start" | "
|
|
14780
|
-
md?: "start" | "
|
|
14781
|
-
lg?: "start" | "
|
|
14782
|
-
xl?: "start" | "
|
|
14783
|
-
xxl?: "start" | "
|
|
14777
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14778
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14779
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14780
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14781
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14782
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14783
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14784
14784
|
}>;
|
|
14785
|
-
default: "start" | "
|
|
14786
|
-
xs?: "start" | "
|
|
14787
|
-
sm?: "start" | "
|
|
14788
|
-
md?: "start" | "
|
|
14789
|
-
lg?: "start" | "
|
|
14790
|
-
xl?: "start" | "
|
|
14791
|
-
xxl?: "start" | "
|
|
14785
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14786
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14787
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14788
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14789
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14790
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14791
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14792
14792
|
};
|
|
14793
14793
|
};
|
|
14794
14794
|
prefixCls: StringConstructor;
|
|
@@ -14802,39 +14802,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14802
14802
|
};
|
|
14803
14803
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14804
14804
|
align: {
|
|
14805
|
-
type: import("vue").PropType<"
|
|
14806
|
-
xs?: "
|
|
14807
|
-
sm?: "
|
|
14808
|
-
md?: "
|
|
14809
|
-
lg?: "
|
|
14810
|
-
xl?: "
|
|
14811
|
-
xxl?: "
|
|
14805
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14806
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14807
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14808
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14809
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14810
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14811
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14812
14812
|
}>;
|
|
14813
|
-
default: "
|
|
14814
|
-
xs?: "
|
|
14815
|
-
sm?: "
|
|
14816
|
-
md?: "
|
|
14817
|
-
lg?: "
|
|
14818
|
-
xl?: "
|
|
14819
|
-
xxl?: "
|
|
14813
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14814
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14815
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14816
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14817
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14818
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14819
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14820
14820
|
};
|
|
14821
14821
|
};
|
|
14822
14822
|
justify: {
|
|
14823
|
-
type: import("vue").PropType<"start" | "
|
|
14824
|
-
xs?: "start" | "
|
|
14825
|
-
sm?: "start" | "
|
|
14826
|
-
md?: "start" | "
|
|
14827
|
-
lg?: "start" | "
|
|
14828
|
-
xl?: "start" | "
|
|
14829
|
-
xxl?: "start" | "
|
|
14823
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14824
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14825
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14826
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14827
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14828
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14829
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14830
14830
|
}>;
|
|
14831
|
-
default: "start" | "
|
|
14832
|
-
xs?: "start" | "
|
|
14833
|
-
sm?: "start" | "
|
|
14834
|
-
md?: "start" | "
|
|
14835
|
-
lg?: "start" | "
|
|
14836
|
-
xl?: "start" | "
|
|
14837
|
-
xxl?: "start" | "
|
|
14831
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14832
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14833
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14834
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14835
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14836
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14837
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14838
14838
|
};
|
|
14839
14839
|
};
|
|
14840
14840
|
prefixCls: StringConstructor;
|
|
@@ -14848,39 +14848,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14848
14848
|
};
|
|
14849
14849
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14850
14850
|
align: {
|
|
14851
|
-
type: import("vue").PropType<"
|
|
14852
|
-
xs?: "
|
|
14853
|
-
sm?: "
|
|
14854
|
-
md?: "
|
|
14855
|
-
lg?: "
|
|
14856
|
-
xl?: "
|
|
14857
|
-
xxl?: "
|
|
14851
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14852
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14853
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14854
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14855
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14856
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14857
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14858
14858
|
}>;
|
|
14859
|
-
default: "
|
|
14860
|
-
xs?: "
|
|
14861
|
-
sm?: "
|
|
14862
|
-
md?: "
|
|
14863
|
-
lg?: "
|
|
14864
|
-
xl?: "
|
|
14865
|
-
xxl?: "
|
|
14859
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14860
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14861
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14862
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14863
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14864
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14865
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14866
14866
|
};
|
|
14867
14867
|
};
|
|
14868
14868
|
justify: {
|
|
14869
|
-
type: import("vue").PropType<"start" | "
|
|
14870
|
-
xs?: "start" | "
|
|
14871
|
-
sm?: "start" | "
|
|
14872
|
-
md?: "start" | "
|
|
14873
|
-
lg?: "start" | "
|
|
14874
|
-
xl?: "start" | "
|
|
14875
|
-
xxl?: "start" | "
|
|
14869
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14870
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14871
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14872
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14873
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14874
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14875
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14876
14876
|
}>;
|
|
14877
|
-
default: "start" | "
|
|
14878
|
-
xs?: "start" | "
|
|
14879
|
-
sm?: "start" | "
|
|
14880
|
-
md?: "start" | "
|
|
14881
|
-
lg?: "start" | "
|
|
14882
|
-
xl?: "start" | "
|
|
14883
|
-
xxl?: "start" | "
|
|
14877
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14878
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14879
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14880
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14881
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14882
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14883
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14884
14884
|
};
|
|
14885
14885
|
};
|
|
14886
14886
|
prefixCls: StringConstructor;
|
|
@@ -15100,8 +15100,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15100
15100
|
default: string | string[];
|
|
15101
15101
|
};
|
|
15102
15102
|
size: {
|
|
15103
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15104
|
-
default: import("ant-design-vue/es/
|
|
15103
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15104
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15105
15105
|
};
|
|
15106
15106
|
disabled: {
|
|
15107
15107
|
type: BooleanConstructor;
|
|
@@ -15132,39 +15132,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15132
15132
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15133
15133
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15134
15134
|
align: {
|
|
15135
|
-
type: import("vue").PropType<"
|
|
15136
|
-
xs?: "
|
|
15137
|
-
sm?: "
|
|
15138
|
-
md?: "
|
|
15139
|
-
lg?: "
|
|
15140
|
-
xl?: "
|
|
15141
|
-
xxl?: "
|
|
15135
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
15136
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15137
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15138
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15139
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15140
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15141
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15142
15142
|
}>;
|
|
15143
|
-
default: "
|
|
15144
|
-
xs?: "
|
|
15145
|
-
sm?: "
|
|
15146
|
-
md?: "
|
|
15147
|
-
lg?: "
|
|
15148
|
-
xl?: "
|
|
15149
|
-
xxl?: "
|
|
15143
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
15144
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15145
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15146
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15147
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15148
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15149
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15150
15150
|
};
|
|
15151
15151
|
};
|
|
15152
15152
|
justify: {
|
|
15153
|
-
type: import("vue").PropType<"start" | "
|
|
15154
|
-
xs?: "start" | "
|
|
15155
|
-
sm?: "start" | "
|
|
15156
|
-
md?: "start" | "
|
|
15157
|
-
lg?: "start" | "
|
|
15158
|
-
xl?: "start" | "
|
|
15159
|
-
xxl?: "start" | "
|
|
15153
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
15154
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15155
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15156
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15157
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15158
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15159
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15160
15160
|
}>;
|
|
15161
|
-
default: "start" | "
|
|
15162
|
-
xs?: "start" | "
|
|
15163
|
-
sm?: "start" | "
|
|
15164
|
-
md?: "start" | "
|
|
15165
|
-
lg?: "start" | "
|
|
15166
|
-
xl?: "start" | "
|
|
15167
|
-
xxl?: "start" | "
|
|
15161
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
15162
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15163
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15164
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15165
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15166
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15167
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15168
15168
|
};
|
|
15169
15169
|
};
|
|
15170
15170
|
prefixCls: StringConstructor;
|
|
@@ -15292,7 +15292,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15292
15292
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
15293
15293
|
computedFormOptions: import("vue").ComputedRef<{
|
|
15294
15294
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
15295
|
-
size?: import("ant-design-vue/es/
|
|
15295
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
15296
15296
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
15297
15297
|
span: (StringConstructor | NumberConstructor)[];
|
|
15298
15298
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -15648,8 +15648,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15648
15648
|
default: string | string[];
|
|
15649
15649
|
};
|
|
15650
15650
|
size: {
|
|
15651
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15652
|
-
default: import("ant-design-vue/es/
|
|
15651
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15652
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15653
15653
|
};
|
|
15654
15654
|
disabled: {
|
|
15655
15655
|
type: BooleanConstructor;
|
|
@@ -15680,39 +15680,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15680
15680
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15681
15681
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15682
15682
|
align: {
|
|
15683
|
-
type: import("vue").PropType<"
|
|
15684
|
-
xs?: "
|
|
15685
|
-
sm?: "
|
|
15686
|
-
md?: "
|
|
15687
|
-
lg?: "
|
|
15688
|
-
xl?: "
|
|
15689
|
-
xxl?: "
|
|
15683
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
15684
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15685
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15686
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15687
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15688
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15689
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15690
15690
|
}>;
|
|
15691
|
-
default: "
|
|
15692
|
-
xs?: "
|
|
15693
|
-
sm?: "
|
|
15694
|
-
md?: "
|
|
15695
|
-
lg?: "
|
|
15696
|
-
xl?: "
|
|
15697
|
-
xxl?: "
|
|
15691
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
15692
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15693
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15694
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15695
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15696
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15697
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15698
15698
|
};
|
|
15699
15699
|
};
|
|
15700
15700
|
justify: {
|
|
15701
|
-
type: import("vue").PropType<"start" | "
|
|
15702
|
-
xs?: "start" | "
|
|
15703
|
-
sm?: "start" | "
|
|
15704
|
-
md?: "start" | "
|
|
15705
|
-
lg?: "start" | "
|
|
15706
|
-
xl?: "start" | "
|
|
15707
|
-
xxl?: "start" | "
|
|
15701
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
15702
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15703
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15704
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15705
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15706
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15707
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15708
15708
|
}>;
|
|
15709
|
-
default: "start" | "
|
|
15710
|
-
xs?: "start" | "
|
|
15711
|
-
sm?: "start" | "
|
|
15712
|
-
md?: "start" | "
|
|
15713
|
-
lg?: "start" | "
|
|
15714
|
-
xl?: "start" | "
|
|
15715
|
-
xxl?: "start" | "
|
|
15709
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
15710
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15711
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15712
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15713
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15714
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15715
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
15716
15716
|
};
|
|
15717
15717
|
};
|
|
15718
15718
|
prefixCls: StringConstructor;
|
|
@@ -15953,8 +15953,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15953
15953
|
default: string | string[];
|
|
15954
15954
|
};
|
|
15955
15955
|
size: {
|
|
15956
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15957
|
-
default: import("ant-design-vue/es/
|
|
15956
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15957
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15958
15958
|
};
|
|
15959
15959
|
disabled: {
|
|
15960
15960
|
type: BooleanConstructor;
|