ll-plus 2.6.12 → 2.6.13
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 +510 -510
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +258 -258
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +248 -248
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +10 -10
- package/es/components/api-component/src/api-component.vue.d.ts +10 -10
- package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/es/components/api-component/src/components/click-input.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/es/components/avatar/index.d.ts +5 -5
- package/es/components/avatar/src/avatar.d.ts +1 -1
- package/es/components/avatar/src/avatar.vue.d.ts +5 -5
- package/es/components/breadcrumb-card/index.d.ts +5 -5
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
- package/es/components/button/index.d.ts +2 -2
- package/es/components/button/src/button.vue.d.ts +2 -2
- package/es/components/cascader/index.d.ts +8 -8
- package/es/components/cascader/src/cascader.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +317 -317
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/es/components/checkbox/src/checkbox.d.ts +96 -96
- package/es/components/code-editor/index.d.ts +4 -4
- package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/es/components/cropper/index.d.ts +8 -8
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +6 -6
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +13 -13
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +13 -13
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +86 -86
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- 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 +244 -244
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +96 -96
- package/es/components/form/src/form.vue.d.ts +243 -243
- package/es/components/icon-base/index.d.ts +1 -1
- package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/es/components/image/index.d.ts +4 -4
- package/es/components/image/src/image-preview-group.vue.d.ts +2 -2
- package/es/components/image/src/image.vue.d.ts +2 -2
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/index.d.ts +1175 -1175
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +390 -390
- package/es/components/key-value/src/key-value.vue.d.ts +1175 -1175
- package/es/components/modal/index.d.ts +6 -6
- package/es/components/modal/src/modal.vue.d.ts +6 -6
- package/es/components/new-drawer/index.d.ts +25 -25
- package/es/components/new-drawer/src/drawer.d.ts +4 -4
- package/es/components/new-drawer/src/drawer.vue.d.ts +25 -25
- package/es/components/new-modal/index.d.ts +19 -19
- package/es/components/new-modal/src/modal.d.ts +4 -4
- package/es/components/new-modal/src/modal.vue.d.ts +19 -19
- 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 +4 -4
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +10 -10
- package/es/components/radio/src/radio-group.vue.d.ts +5 -5
- package/es/components/radio/src/radio.vue.d.ts +5 -5
- package/es/components/rich-text-editor/index.d.ts +7 -7
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
- package/es/components/select/index.d.ts +16 -16
- package/es/components/select/src/select-option.vue.d.ts +1 -1
- package/es/components/select/src/select.vue.d.ts +15 -15
- package/es/components/select-group/index.d.ts +3 -3
- package/es/components/select-group/src/select-group.vue.d.ts +3 -3
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +9 -9
- package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/es/components/upload-drag/index.d.ts +8 -8
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
- package/es/components/uri-input/index.d.ts +2 -2
- package/es/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +6 -11
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
- package/index.full.js +5 -10
- package/index.full.min.js +1 -1
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +15 -15
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +5 -10
- package/lib/components/advanced-filtering/index.d.ts +510 -510
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +258 -258
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +248 -248
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +10 -10
- package/lib/components/api-component/src/api-component.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/click-input.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/lib/components/avatar/index.d.ts +5 -5
- package/lib/components/avatar/src/avatar.d.ts +1 -1
- package/lib/components/avatar/src/avatar.vue.d.ts +5 -5
- package/lib/components/breadcrumb-card/index.d.ts +5 -5
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
- package/lib/components/button/index.d.ts +2 -2
- package/lib/components/button/src/button.vue.d.ts +2 -2
- package/lib/components/cascader/index.d.ts +8 -8
- package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +317 -317
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/lib/components/checkbox/src/checkbox.d.ts +96 -96
- package/lib/components/code-editor/index.d.ts +4 -4
- package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/lib/components/cropper/index.d.ts +8 -8
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +6 -6
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +13 -13
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +13 -13
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +86 -86
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- 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 +244 -244
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +96 -96
- package/lib/components/form/src/form.vue.d.ts +243 -243
- package/lib/components/icon-base/index.d.ts +1 -1
- package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/lib/components/image/index.d.ts +4 -4
- package/lib/components/image/src/image-preview-group.vue.d.ts +2 -2
- package/lib/components/image/src/image.vue.d.ts +2 -2
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/index.d.ts +1175 -1175
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +390 -390
- package/lib/components/key-value/src/key-value.vue.d.ts +1175 -1175
- package/lib/components/modal/index.d.ts +6 -6
- package/lib/components/modal/src/modal.vue.d.ts +6 -6
- package/lib/components/new-drawer/index.d.ts +25 -25
- package/lib/components/new-drawer/src/drawer.d.ts +4 -4
- package/lib/components/new-drawer/src/drawer.vue.d.ts +25 -25
- package/lib/components/new-modal/index.d.ts +19 -19
- package/lib/components/new-modal/src/modal.d.ts +4 -4
- package/lib/components/new-modal/src/modal.vue.d.ts +19 -19
- 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 +4 -4
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +10 -10
- package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
- package/lib/components/radio/src/radio.vue.d.ts +5 -5
- package/lib/components/rich-text-editor/index.d.ts +7 -7
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
- package/lib/components/select/index.d.ts +16 -16
- package/lib/components/select/src/select-option.vue.d.ts +1 -1
- package/lib/components/select/src/select.vue.d.ts +15 -15
- package/lib/components/select-group/index.d.ts +3 -3
- package/lib/components/select-group/src/select-group.vue.d.ts +3 -3
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +9 -9
- package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/lib/components/upload-drag/index.d.ts +8 -8
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
- package/lib/components/uri-input/index.d.ts +2 -2
- package/lib/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +5 -10
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +510 -510
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +258 -258
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +248 -248
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/types/packages/components/api-component/index.d.ts +10 -10
- package/types/packages/components/api-component/src/api-component.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/types/packages/components/avatar/index.d.ts +5 -5
- package/types/packages/components/avatar/src/avatar.d.ts +1 -1
- package/types/packages/components/avatar/src/avatar.vue.d.ts +5 -5
- package/types/packages/components/breadcrumb-card/index.d.ts +5 -5
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
- package/types/packages/components/button/index.d.ts +2 -2
- package/types/packages/components/button/src/button.vue.d.ts +2 -2
- package/types/packages/components/cascader/index.d.ts +8 -8
- package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
- package/types/packages/components/checkbox/index.d.ts +317 -317
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/types/packages/components/checkbox/src/checkbox.d.ts +96 -96
- package/types/packages/components/code-editor/index.d.ts +4 -4
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/types/packages/components/cropper/index.d.ts +8 -8
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +6 -6
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +13 -13
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +13 -13
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +86 -86
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- 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 +244 -244
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +96 -96
- package/types/packages/components/form/src/form.vue.d.ts +243 -243
- package/types/packages/components/icon-base/index.d.ts +1 -1
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/types/packages/components/image/index.d.ts +4 -4
- package/types/packages/components/image/src/image-preview-group.vue.d.ts +2 -2
- package/types/packages/components/image/src/image.vue.d.ts +2 -2
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/index.d.ts +1175 -1175
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +390 -390
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1175 -1175
- package/types/packages/components/modal/index.d.ts +6 -6
- package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/new-drawer/index.d.ts +25 -25
- package/types/packages/components/new-drawer/src/drawer.d.ts +4 -4
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +25 -25
- package/types/packages/components/new-modal/index.d.ts +19 -19
- package/types/packages/components/new-modal/src/modal.d.ts +4 -4
- package/types/packages/components/new-modal/src/modal.vue.d.ts +19 -19
- 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 +4 -4
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +4 -4
- package/types/packages/components/radio/index.d.ts +10 -10
- package/types/packages/components/radio/src/radio-group.vue.d.ts +5 -5
- package/types/packages/components/radio/src/radio.vue.d.ts +5 -5
- package/types/packages/components/rich-text-editor/index.d.ts +7 -7
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
- package/types/packages/components/select/index.d.ts +16 -16
- package/types/packages/components/select/src/select-option.vue.d.ts +1 -1
- package/types/packages/components/select/src/select.vue.d.ts +15 -15
- package/types/packages/components/select-group/index.d.ts +3 -3
- package/types/packages/components/select-group/src/select-group.vue.d.ts +3 -3
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +9 -9
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/types/packages/components/upload-drag/index.d.ts +8 -8
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
- package/types/packages/components/uri-input/index.d.ts +2 -2
- package/types/packages/components/uri-input/src/uri-input.vue.d.ts +2 -2
|
@@ -42,9 +42,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
43
43
|
}, {
|
|
44
44
|
props: import("@vue/shared").LooseRequired<{
|
|
45
|
-
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
47
45
|
readonly value: KeyValueItem[];
|
|
46
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
47
|
+
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
48
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
49
|
readonly keyLabel: string;
|
|
50
50
|
readonly valueLabel: string;
|
|
@@ -1079,39 +1079,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1079
1079
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1080
1080
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1081
1081
|
align: {
|
|
1082
|
-
type: import("vue").PropType<"
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1082
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1083
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1084
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1085
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1086
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1087
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1088
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1089
1089
|
}>;
|
|
1090
|
-
default: "
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1090
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1091
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1092
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1093
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1094
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1095
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1096
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1097
1097
|
};
|
|
1098
1098
|
};
|
|
1099
1099
|
justify: {
|
|
1100
1100
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1101
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1102
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1103
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1104
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1105
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1106
1101
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1102
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1103
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1104
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1105
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1106
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1107
1107
|
}>;
|
|
1108
1108
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1109
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1110
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1111
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1112
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1113
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1114
1109
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1110
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1111
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1112
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1113
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1114
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1115
1115
|
};
|
|
1116
1116
|
};
|
|
1117
1117
|
prefixCls: StringConstructor;
|
|
@@ -1125,39 +1125,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1125
1125
|
};
|
|
1126
1126
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1127
1127
|
align: {
|
|
1128
|
-
type: import("vue").PropType<"
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1128
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1129
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1130
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1131
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1132
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1133
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1134
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1135
1135
|
}>;
|
|
1136
|
-
default: "
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1136
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1137
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1138
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1139
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1140
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1141
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1142
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1143
1143
|
};
|
|
1144
1144
|
};
|
|
1145
1145
|
justify: {
|
|
1146
1146
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1147
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1148
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1149
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1150
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1151
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1152
1147
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1148
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1149
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1150
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1151
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1152
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1153
1153
|
}>;
|
|
1154
1154
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1155
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1156
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1157
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1158
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1159
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1160
1155
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1156
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1157
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1158
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1159
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1160
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1161
1161
|
};
|
|
1162
1162
|
};
|
|
1163
1163
|
prefixCls: StringConstructor;
|
|
@@ -1171,39 +1171,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1171
1171
|
};
|
|
1172
1172
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1173
1173
|
align: {
|
|
1174
|
-
type: import("vue").PropType<"
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1174
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1175
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1176
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1177
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1178
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1179
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1180
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1181
1181
|
}>;
|
|
1182
|
-
default: "
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1182
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1183
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1184
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1185
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1186
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1187
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1188
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1189
1189
|
};
|
|
1190
1190
|
};
|
|
1191
1191
|
justify: {
|
|
1192
1192
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1193
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1194
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1195
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1196
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1197
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1198
1193
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1194
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1195
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1196
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1197
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1198
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1199
1199
|
}>;
|
|
1200
1200
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1201
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1202
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1203
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1204
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1205
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1206
1201
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1202
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1203
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1204
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1205
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1206
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1207
1207
|
};
|
|
1208
1208
|
};
|
|
1209
1209
|
prefixCls: StringConstructor;
|
|
@@ -1217,39 +1217,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1217
1217
|
};
|
|
1218
1218
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1219
1219
|
align: {
|
|
1220
|
-
type: import("vue").PropType<"
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1220
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1221
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1222
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1223
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1224
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1225
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1226
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1227
1227
|
}>;
|
|
1228
|
-
default: "
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1228
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1229
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1230
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1231
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1232
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1233
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1234
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1235
1235
|
};
|
|
1236
1236
|
};
|
|
1237
1237
|
justify: {
|
|
1238
1238
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1239
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1240
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1241
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1242
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1243
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1244
1239
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1240
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1241
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1242
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1243
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1244
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1245
1245
|
}>;
|
|
1246
1246
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1247
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1248
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1249
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1250
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1251
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1252
1247
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1248
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1249
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1250
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1251
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1252
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1253
1253
|
};
|
|
1254
1254
|
};
|
|
1255
1255
|
prefixCls: StringConstructor;
|
|
@@ -1269,7 +1269,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1269
1269
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
1270
1270
|
}, {
|
|
1271
1271
|
props: import("@vue/shared").LooseRequired<{
|
|
1272
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1273
1272
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1274
1273
|
layout: import("vue-types").VueTypeDef<string>;
|
|
1275
1274
|
labelCol: {
|
|
@@ -1494,41 +1493,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1494
1493
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1495
1494
|
};
|
|
1496
1495
|
}>>;
|
|
1496
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1497
1497
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1498
1498
|
align: {
|
|
1499
|
-
type: import("vue").PropType<"
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1499
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1500
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1501
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1502
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1503
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1504
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1505
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1506
1506
|
}>;
|
|
1507
|
-
default: "
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1507
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1508
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1509
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1510
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1511
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1512
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1513
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1514
1514
|
};
|
|
1515
1515
|
};
|
|
1516
1516
|
justify: {
|
|
1517
1517
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1518
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1519
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1520
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1521
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1522
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1523
1518
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1519
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1520
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1521
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1522
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1523
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1524
1524
|
}>;
|
|
1525
1525
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1526
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1527
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1528
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1529
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1530
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1531
1526
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1527
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1528
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1529
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1530
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1531
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1532
1532
|
};
|
|
1533
1533
|
};
|
|
1534
1534
|
prefixCls: StringConstructor;
|
|
@@ -1595,7 +1595,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1595
1595
|
} & {}>;
|
|
1596
1596
|
emits: (event: "changeField", item: any) => void;
|
|
1597
1597
|
formData: import("ll-plus/es/index").FormData;
|
|
1598
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "
|
|
1598
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1599
1599
|
handleChange: (...arg: any[]) => void;
|
|
1600
1600
|
readonly checkedType: string[];
|
|
1601
1601
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -2519,39 +2519,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2519
2519
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
2520
2520
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2521
2521
|
align: {
|
|
2522
|
-
type: import("vue").PropType<"
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2522
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2523
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2524
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2525
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2526
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2527
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2528
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2529
2529
|
}>;
|
|
2530
|
-
default: "
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2530
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2531
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2532
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2533
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2534
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2535
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2536
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2537
2537
|
};
|
|
2538
2538
|
};
|
|
2539
2539
|
justify: {
|
|
2540
2540
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2541
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2542
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2543
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2544
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2545
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2546
2541
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2542
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2543
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2544
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2545
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2546
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2547
2547
|
}>;
|
|
2548
2548
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2549
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2550
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2551
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2552
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2553
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2554
2549
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2550
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2551
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2552
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2553
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2554
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2555
2555
|
};
|
|
2556
2556
|
};
|
|
2557
2557
|
prefixCls: StringConstructor;
|
|
@@ -2565,39 +2565,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2565
2565
|
};
|
|
2566
2566
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2567
2567
|
align: {
|
|
2568
|
-
type: import("vue").PropType<"
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2568
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2569
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2570
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2571
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2572
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2573
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2574
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2575
2575
|
}>;
|
|
2576
|
-
default: "
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2576
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2577
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2578
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2579
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2580
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2581
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2582
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2583
2583
|
};
|
|
2584
2584
|
};
|
|
2585
2585
|
justify: {
|
|
2586
2586
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2587
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2588
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2589
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2590
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2591
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2592
2587
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2588
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2589
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2590
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2591
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2592
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2593
2593
|
}>;
|
|
2594
2594
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2595
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2596
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2597
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2598
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2599
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2600
2595
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2596
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2597
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2598
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2599
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2600
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2601
2601
|
};
|
|
2602
2602
|
};
|
|
2603
2603
|
prefixCls: StringConstructor;
|
|
@@ -2611,39 +2611,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2611
2611
|
};
|
|
2612
2612
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2613
2613
|
align: {
|
|
2614
|
-
type: import("vue").PropType<"
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2614
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2615
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2616
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2617
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2618
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2619
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2620
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2621
2621
|
}>;
|
|
2622
|
-
default: "
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2622
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2623
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2624
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2625
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2626
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2627
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2628
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2629
2629
|
};
|
|
2630
2630
|
};
|
|
2631
2631
|
justify: {
|
|
2632
2632
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2633
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2634
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2635
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2636
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2637
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2638
2633
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2634
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2635
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2636
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2637
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2638
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2639
2639
|
}>;
|
|
2640
2640
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2641
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2642
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2643
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2644
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2645
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2646
2641
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2642
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2643
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2644
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2645
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2646
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2647
2647
|
};
|
|
2648
2648
|
};
|
|
2649
2649
|
prefixCls: StringConstructor;
|
|
@@ -2657,39 +2657,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2657
2657
|
};
|
|
2658
2658
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2659
2659
|
align: {
|
|
2660
|
-
type: import("vue").PropType<"
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2660
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2661
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2662
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2663
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2664
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2665
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2666
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2667
2667
|
}>;
|
|
2668
|
-
default: "
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2668
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2669
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2670
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2671
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2672
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2673
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2674
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2675
2675
|
};
|
|
2676
2676
|
};
|
|
2677
2677
|
justify: {
|
|
2678
2678
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2679
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2680
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2681
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2682
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2683
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2684
2679
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2680
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2681
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2682
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2683
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2684
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2685
2685
|
}>;
|
|
2686
2686
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2687
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2688
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2689
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2690
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2691
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2692
2687
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2688
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2689
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2690
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2691
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2692
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2693
2693
|
};
|
|
2694
2694
|
};
|
|
2695
2695
|
prefixCls: StringConstructor;
|
|
@@ -2708,7 +2708,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2708
2708
|
}>> & {
|
|
2709
2709
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
2710
2710
|
}, {
|
|
2711
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2712
2711
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2713
2712
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2714
2713
|
labelCol: {
|
|
@@ -2933,41 +2932,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2933
2932
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2934
2933
|
};
|
|
2935
2934
|
}>>;
|
|
2935
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2936
2936
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2937
2937
|
align: {
|
|
2938
|
-
type: import("vue").PropType<"
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2938
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2939
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2940
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2941
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2942
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2943
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2944
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2945
2945
|
}>;
|
|
2946
|
-
default: "
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2946
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2947
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2948
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2949
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2950
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2951
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2952
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2953
2953
|
};
|
|
2954
2954
|
};
|
|
2955
2955
|
justify: {
|
|
2956
2956
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2957
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2958
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2959
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2960
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2961
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2962
2957
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2958
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2959
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2960
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2961
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2962
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2963
2963
|
}>;
|
|
2964
2964
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2965
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2966
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2967
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2968
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2969
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2970
2965
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2966
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2967
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2968
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2969
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2970
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2971
2971
|
};
|
|
2972
2972
|
};
|
|
2973
2973
|
prefixCls: StringConstructor;
|
|
@@ -3889,39 +3889,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3889
3889
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
3890
3890
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3891
3891
|
align: {
|
|
3892
|
-
type: import("vue").PropType<"
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3892
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3893
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3894
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3895
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3896
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3897
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3898
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3899
3899
|
}>;
|
|
3900
|
-
default: "
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3900
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3901
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3902
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3903
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3904
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3905
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3906
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3907
3907
|
};
|
|
3908
3908
|
};
|
|
3909
3909
|
justify: {
|
|
3910
3910
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3911
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3912
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3913
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3914
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3915
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3916
3911
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3912
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3913
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3914
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3915
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3916
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3917
3917
|
}>;
|
|
3918
3918
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3919
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3920
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3921
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3922
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3923
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3924
3919
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3920
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3921
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3922
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3923
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3924
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3925
3925
|
};
|
|
3926
3926
|
};
|
|
3927
3927
|
prefixCls: StringConstructor;
|
|
@@ -3935,39 +3935,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3935
3935
|
};
|
|
3936
3936
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3937
3937
|
align: {
|
|
3938
|
-
type: import("vue").PropType<"
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3938
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3939
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3940
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3941
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3942
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3943
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3944
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3945
3945
|
}>;
|
|
3946
|
-
default: "
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3946
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3947
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3948
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3949
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3950
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3951
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3952
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3953
3953
|
};
|
|
3954
3954
|
};
|
|
3955
3955
|
justify: {
|
|
3956
3956
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3957
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3958
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3959
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3960
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3961
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3962
3957
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3958
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3959
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3960
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3961
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3962
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3963
3963
|
}>;
|
|
3964
3964
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3965
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3966
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3967
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3968
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3969
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3970
3965
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3966
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3967
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3968
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3969
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3970
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3971
3971
|
};
|
|
3972
3972
|
};
|
|
3973
3973
|
prefixCls: StringConstructor;
|
|
@@ -3981,39 +3981,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3981
3981
|
};
|
|
3982
3982
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3983
3983
|
align: {
|
|
3984
|
-
type: import("vue").PropType<"
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3984
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3985
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3986
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3987
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3988
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3989
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3990
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3991
3991
|
}>;
|
|
3992
|
-
default: "
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3992
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3993
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3994
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3995
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3996
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3997
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3998
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3999
3999
|
};
|
|
4000
4000
|
};
|
|
4001
4001
|
justify: {
|
|
4002
4002
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4003
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4004
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4005
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4006
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4007
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4008
4003
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4009
|
-
}>;
|
|
4010
|
-
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4011
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4012
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4013
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4014
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4015
4004
|
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4005
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4006
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4007
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4008
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4009
|
+
}>;
|
|
4010
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4016
4011
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4012
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4013
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4014
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4015
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4016
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4017
4017
|
};
|
|
4018
4018
|
};
|
|
4019
4019
|
prefixCls: StringConstructor;
|
|
@@ -4027,39 +4027,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4027
4027
|
};
|
|
4028
4028
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4029
4029
|
align: {
|
|
4030
|
-
type: import("vue").PropType<"
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4030
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4031
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4032
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4033
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4034
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4035
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4036
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4037
4037
|
}>;
|
|
4038
|
-
default: "
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4038
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4039
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4040
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4041
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4042
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4043
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4044
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4045
4045
|
};
|
|
4046
4046
|
};
|
|
4047
4047
|
justify: {
|
|
4048
4048
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4049
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4050
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4051
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4052
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4053
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4054
4049
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4050
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4051
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4052
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4053
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4054
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4055
4055
|
}>;
|
|
4056
4056
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4057
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4058
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4059
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4060
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4061
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4062
4057
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4058
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4059
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4060
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4061
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4062
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4063
4063
|
};
|
|
4064
4064
|
};
|
|
4065
4065
|
prefixCls: StringConstructor;
|
|
@@ -4079,7 +4079,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4079
4079
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
4080
4080
|
}, {
|
|
4081
4081
|
props: import("@vue/shared").LooseRequired<{
|
|
4082
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4083
4082
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4084
4083
|
layout: import("vue-types").VueTypeDef<string>;
|
|
4085
4084
|
labelCol: {
|
|
@@ -4304,41 +4303,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4304
4303
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4305
4304
|
};
|
|
4306
4305
|
}>>;
|
|
4306
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4307
4307
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4308
4308
|
align: {
|
|
4309
|
-
type: import("vue").PropType<"
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4309
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4310
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4311
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4312
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4313
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4314
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4315
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4316
4316
|
}>;
|
|
4317
|
-
default: "
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4317
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4318
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4319
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4320
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4321
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4322
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4323
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4324
4324
|
};
|
|
4325
4325
|
};
|
|
4326
4326
|
justify: {
|
|
4327
4327
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4328
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4329
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4330
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4331
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4332
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4333
4328
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4329
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4330
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4331
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4332
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4333
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4334
4334
|
}>;
|
|
4335
4335
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4336
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4337
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4338
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4339
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4340
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4341
4336
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4337
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4338
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4339
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4340
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4341
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4342
4342
|
};
|
|
4343
4343
|
};
|
|
4344
4344
|
prefixCls: StringConstructor;
|
|
@@ -4405,7 +4405,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4405
4405
|
} & {}>;
|
|
4406
4406
|
emits: (event: "changeField", item: any) => void;
|
|
4407
4407
|
formData: import("ll-plus/es/index").FormData;
|
|
4408
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "
|
|
4408
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4409
4409
|
handleChange: (...arg: any[]) => void;
|
|
4410
4410
|
readonly checkedType: string[];
|
|
4411
4411
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -4428,7 +4428,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4428
4428
|
readonly item: any;
|
|
4429
4429
|
}, {}>;
|
|
4430
4430
|
}, {}, {}, {}, {
|
|
4431
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4432
4431
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4433
4432
|
layout: import("vue-types").VueTypeDef<string>;
|
|
4434
4433
|
labelCol: {
|
|
@@ -4653,41 +4652,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4653
4652
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4654
4653
|
};
|
|
4655
4654
|
}>>;
|
|
4655
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4656
4656
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4657
4657
|
align: {
|
|
4658
|
-
type: import("vue").PropType<"
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4658
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4659
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4660
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4661
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4662
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4663
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4664
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4665
4665
|
}>;
|
|
4666
|
-
default: "
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4666
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4667
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4668
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4669
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4670
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4671
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4672
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4673
4673
|
};
|
|
4674
4674
|
};
|
|
4675
4675
|
justify: {
|
|
4676
4676
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4677
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4678
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4679
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4680
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4681
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4682
4677
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4678
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4679
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4680
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4681
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4682
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4683
4683
|
}>;
|
|
4684
4684
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4685
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4686
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4687
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4688
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4689
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4690
4685
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4686
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4687
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4688
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4689
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4690
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4691
4691
|
};
|
|
4692
4692
|
};
|
|
4693
4693
|
prefixCls: StringConstructor;
|
|
@@ -6034,39 +6034,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6034
6034
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6035
6035
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6036
6036
|
align: {
|
|
6037
|
-
type: import("vue").PropType<"
|
|
6038
|
-
|
|
6039
|
-
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6037
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6038
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6039
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6040
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6041
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6042
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6043
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6044
6044
|
}>;
|
|
6045
|
-
default: "
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6045
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6046
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6047
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6048
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6049
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6050
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6051
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6052
6052
|
};
|
|
6053
6053
|
};
|
|
6054
6054
|
justify: {
|
|
6055
6055
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6056
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6057
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6058
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6059
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6060
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6061
6056
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6057
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6058
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6059
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6060
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6061
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6062
6062
|
}>;
|
|
6063
6063
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6064
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6065
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6066
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6067
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6068
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6069
6064
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6065
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6066
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6067
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6068
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6069
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6070
6070
|
};
|
|
6071
6071
|
};
|
|
6072
6072
|
prefixCls: StringConstructor;
|
|
@@ -6080,39 +6080,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6080
6080
|
};
|
|
6081
6081
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6082
6082
|
align: {
|
|
6083
|
-
type: import("vue").PropType<"
|
|
6084
|
-
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6088
|
-
|
|
6089
|
-
|
|
6083
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6084
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6085
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6086
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6087
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6088
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6089
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6090
6090
|
}>;
|
|
6091
|
-
default: "
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6091
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6092
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6093
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6094
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6095
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6096
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6097
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6098
6098
|
};
|
|
6099
6099
|
};
|
|
6100
6100
|
justify: {
|
|
6101
6101
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6102
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6103
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6104
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6105
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6106
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6107
6102
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6103
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6104
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6105
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6106
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6107
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6108
6108
|
}>;
|
|
6109
6109
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6110
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6111
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6112
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6113
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6114
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6115
6110
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6111
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6112
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6113
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6114
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6115
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6116
6116
|
};
|
|
6117
6117
|
};
|
|
6118
6118
|
prefixCls: StringConstructor;
|
|
@@ -6126,39 +6126,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6126
6126
|
};
|
|
6127
6127
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6128
6128
|
align: {
|
|
6129
|
-
type: import("vue").PropType<"
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
|
|
6129
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6130
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6131
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6132
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6133
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6134
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6135
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6136
6136
|
}>;
|
|
6137
|
-
default: "
|
|
6138
|
-
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6137
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6138
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6139
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6140
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6141
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6142
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6143
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6144
6144
|
};
|
|
6145
6145
|
};
|
|
6146
6146
|
justify: {
|
|
6147
6147
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6148
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6149
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6150
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6151
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6152
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6153
6148
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6149
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6150
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6151
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6152
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6153
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6154
6154
|
}>;
|
|
6155
6155
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6156
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6157
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6158
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6159
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6160
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6161
6156
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6157
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6158
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6159
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6160
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6161
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6162
6162
|
};
|
|
6163
6163
|
};
|
|
6164
6164
|
prefixCls: StringConstructor;
|
|
@@ -6172,39 +6172,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6172
6172
|
};
|
|
6173
6173
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6174
6174
|
align: {
|
|
6175
|
-
type: import("vue").PropType<"
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6175
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6176
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6177
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6178
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6179
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6180
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6181
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6182
6182
|
}>;
|
|
6183
|
-
default: "
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
|
|
6183
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6184
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6185
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6186
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6187
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6188
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6189
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6190
6190
|
};
|
|
6191
6191
|
};
|
|
6192
6192
|
justify: {
|
|
6193
6193
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6194
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6195
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6196
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6197
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6198
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6199
6194
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6195
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6196
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6197
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6198
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6199
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6200
6200
|
}>;
|
|
6201
6201
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6202
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6203
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6204
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6205
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6206
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6207
6202
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6203
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6204
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6205
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6206
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6207
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6208
6208
|
};
|
|
6209
6209
|
};
|
|
6210
6210
|
prefixCls: StringConstructor;
|
|
@@ -6224,7 +6224,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6224
6224
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
6225
6225
|
}, {
|
|
6226
6226
|
props: import("@vue/shared").LooseRequired<{
|
|
6227
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6228
6227
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6229
6228
|
layout: import("vue-types").VueTypeDef<string>;
|
|
6230
6229
|
labelCol: {
|
|
@@ -6449,41 +6448,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6449
6448
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
6450
6449
|
};
|
|
6451
6450
|
}>>;
|
|
6451
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6452
6452
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6453
6453
|
align: {
|
|
6454
|
-
type: import("vue").PropType<"
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6460
|
-
|
|
6454
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6455
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6456
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6457
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6458
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6459
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6460
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6461
6461
|
}>;
|
|
6462
|
-
default: "
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
6467
|
-
|
|
6468
|
-
|
|
6462
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6463
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6464
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6465
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6466
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6467
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6468
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6469
6469
|
};
|
|
6470
6470
|
};
|
|
6471
6471
|
justify: {
|
|
6472
6472
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6473
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6474
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6475
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6476
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6477
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6478
6473
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6474
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6475
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6476
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6477
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6478
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6479
6479
|
}>;
|
|
6480
6480
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
6481
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6482
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6483
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6484
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6485
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6486
6481
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6482
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6483
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6484
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6485
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6486
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
6487
6487
|
};
|
|
6488
6488
|
};
|
|
6489
6489
|
prefixCls: StringConstructor;
|
|
@@ -6550,7 +6550,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6550
6550
|
} & {}>;
|
|
6551
6551
|
emits: (event: "changeField", item: any) => void;
|
|
6552
6552
|
formData: import("ll-plus/es/index").FormData;
|
|
6553
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "
|
|
6553
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
6554
6554
|
handleChange: (...arg: any[]) => void;
|
|
6555
6555
|
readonly checkedType: string[];
|
|
6556
6556
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7474,39 +7474,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7474
7474
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
7475
7475
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
7476
7476
|
align: {
|
|
7477
|
-
type: import("vue").PropType<"
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7477
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
7478
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7479
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7480
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7481
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7482
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7483
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7484
7484
|
}>;
|
|
7485
|
-
default: "
|
|
7486
|
-
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
7485
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
7486
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7487
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7488
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7489
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7490
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7491
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7492
7492
|
};
|
|
7493
7493
|
};
|
|
7494
7494
|
justify: {
|
|
7495
7495
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7496
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7497
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7498
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7499
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7500
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7501
7496
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7497
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7498
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7499
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7500
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7501
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7502
7502
|
}>;
|
|
7503
7503
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7504
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7505
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7506
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7507
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7508
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7509
7504
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7505
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7506
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7507
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7508
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7509
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7510
7510
|
};
|
|
7511
7511
|
};
|
|
7512
7512
|
prefixCls: StringConstructor;
|
|
@@ -7520,39 +7520,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7520
7520
|
};
|
|
7521
7521
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
7522
7522
|
align: {
|
|
7523
|
-
type: import("vue").PropType<"
|
|
7524
|
-
|
|
7525
|
-
|
|
7526
|
-
|
|
7527
|
-
|
|
7528
|
-
|
|
7529
|
-
|
|
7523
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
7524
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7525
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7526
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7527
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7528
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7529
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7530
7530
|
}>;
|
|
7531
|
-
default: "
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7537
|
-
|
|
7531
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
7532
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7533
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7534
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7535
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7536
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7537
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7538
7538
|
};
|
|
7539
7539
|
};
|
|
7540
7540
|
justify: {
|
|
7541
7541
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7542
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7543
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7544
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7545
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7546
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7547
7542
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7543
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7544
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7545
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7546
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7547
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7548
7548
|
}>;
|
|
7549
7549
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7550
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7551
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7552
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7553
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7554
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7555
7550
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7551
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7552
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7553
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7554
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7555
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7556
7556
|
};
|
|
7557
7557
|
};
|
|
7558
7558
|
prefixCls: StringConstructor;
|
|
@@ -7566,39 +7566,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7566
7566
|
};
|
|
7567
7567
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
7568
7568
|
align: {
|
|
7569
|
-
type: import("vue").PropType<"
|
|
7570
|
-
|
|
7571
|
-
|
|
7572
|
-
|
|
7573
|
-
|
|
7574
|
-
|
|
7575
|
-
|
|
7569
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
7570
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7571
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7572
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7573
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7574
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7575
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7576
7576
|
}>;
|
|
7577
|
-
default: "
|
|
7578
|
-
|
|
7579
|
-
|
|
7580
|
-
|
|
7581
|
-
|
|
7582
|
-
|
|
7583
|
-
|
|
7577
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
7578
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7579
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7580
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7581
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7582
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7583
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7584
7584
|
};
|
|
7585
7585
|
};
|
|
7586
7586
|
justify: {
|
|
7587
7587
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7588
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7589
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7590
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7591
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7592
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7593
7588
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7589
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7590
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7591
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7592
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7593
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7594
7594
|
}>;
|
|
7595
7595
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7596
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7597
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7598
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7599
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7600
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7601
7596
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7597
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7598
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7599
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7600
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7601
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7602
7602
|
};
|
|
7603
7603
|
};
|
|
7604
7604
|
prefixCls: StringConstructor;
|
|
@@ -7612,39 +7612,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7612
7612
|
};
|
|
7613
7613
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
7614
7614
|
align: {
|
|
7615
|
-
type: import("vue").PropType<"
|
|
7616
|
-
|
|
7617
|
-
|
|
7618
|
-
|
|
7619
|
-
|
|
7620
|
-
|
|
7621
|
-
|
|
7615
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
7616
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7617
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7618
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7619
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7620
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7621
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7622
7622
|
}>;
|
|
7623
|
-
default: "
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
|
|
7623
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
7624
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7625
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7626
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7627
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7628
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7629
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7630
7630
|
};
|
|
7631
7631
|
};
|
|
7632
7632
|
justify: {
|
|
7633
7633
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7634
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7635
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7636
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7637
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7638
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7639
7634
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7635
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7636
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7637
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7638
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7639
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7640
7640
|
}>;
|
|
7641
7641
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7642
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7643
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7644
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7645
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7646
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7647
7642
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7643
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7644
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7645
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7646
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7647
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7648
7648
|
};
|
|
7649
7649
|
};
|
|
7650
7650
|
prefixCls: StringConstructor;
|
|
@@ -7663,7 +7663,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7663
7663
|
}>> & {
|
|
7664
7664
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
7665
7665
|
}, {
|
|
7666
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7667
7666
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7668
7667
|
layout: import("vue-types").VueTypeDef<string>;
|
|
7669
7668
|
labelCol: {
|
|
@@ -7888,41 +7887,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7888
7887
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
7889
7888
|
};
|
|
7890
7889
|
}>>;
|
|
7890
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7891
7891
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7892
7892
|
align: {
|
|
7893
|
-
type: import("vue").PropType<"
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
|
|
7899
|
-
|
|
7893
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
7894
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7895
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7896
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7897
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7898
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7899
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7900
7900
|
}>;
|
|
7901
|
-
default: "
|
|
7902
|
-
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
7907
|
-
|
|
7901
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
7902
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7903
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7904
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7905
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7906
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7907
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7908
7908
|
};
|
|
7909
7909
|
};
|
|
7910
7910
|
justify: {
|
|
7911
7911
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7912
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7913
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7914
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7915
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7916
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7917
7912
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7913
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7914
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7915
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7916
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7917
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7918
7918
|
}>;
|
|
7919
7919
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
7920
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7921
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7922
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7923
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7924
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7925
7920
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7921
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7922
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7923
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7924
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7925
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
7926
7926
|
};
|
|
7927
7927
|
};
|
|
7928
7928
|
prefixCls: StringConstructor;
|
|
@@ -8844,39 +8844,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8844
8844
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
8845
8845
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8846
8846
|
align: {
|
|
8847
|
-
type: import("vue").PropType<"
|
|
8848
|
-
|
|
8849
|
-
|
|
8850
|
-
|
|
8851
|
-
|
|
8852
|
-
|
|
8853
|
-
|
|
8847
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8848
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8849
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8850
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8851
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8852
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8853
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8854
8854
|
}>;
|
|
8855
|
-
default: "
|
|
8856
|
-
|
|
8857
|
-
|
|
8858
|
-
|
|
8859
|
-
|
|
8860
|
-
|
|
8861
|
-
|
|
8855
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8856
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8857
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8858
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8859
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8860
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8861
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8862
8862
|
};
|
|
8863
8863
|
};
|
|
8864
8864
|
justify: {
|
|
8865
8865
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8866
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8867
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8868
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8869
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8870
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8871
8866
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8867
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8868
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8869
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8870
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8871
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8872
8872
|
}>;
|
|
8873
8873
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8874
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8875
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8876
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8877
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8878
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8879
8874
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8875
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8876
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8877
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8878
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8879
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8880
8880
|
};
|
|
8881
8881
|
};
|
|
8882
8882
|
prefixCls: StringConstructor;
|
|
@@ -8890,39 +8890,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8890
8890
|
};
|
|
8891
8891
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8892
8892
|
align: {
|
|
8893
|
-
type: import("vue").PropType<"
|
|
8894
|
-
|
|
8895
|
-
|
|
8896
|
-
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8893
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8894
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8895
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8896
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8897
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8898
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8899
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8900
8900
|
}>;
|
|
8901
|
-
default: "
|
|
8902
|
-
|
|
8903
|
-
|
|
8904
|
-
|
|
8905
|
-
|
|
8906
|
-
|
|
8907
|
-
|
|
8901
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8902
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8903
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8904
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8905
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8906
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8907
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8908
8908
|
};
|
|
8909
8909
|
};
|
|
8910
8910
|
justify: {
|
|
8911
8911
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8912
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8913
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8914
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8915
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8916
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8917
8912
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8913
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8914
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8915
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8916
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8917
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8918
8918
|
}>;
|
|
8919
8919
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8920
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8921
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8922
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8923
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8924
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8925
8920
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8921
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8922
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8923
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8924
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8925
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8926
8926
|
};
|
|
8927
8927
|
};
|
|
8928
8928
|
prefixCls: StringConstructor;
|
|
@@ -8936,39 +8936,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8936
8936
|
};
|
|
8937
8937
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8938
8938
|
align: {
|
|
8939
|
-
type: import("vue").PropType<"
|
|
8940
|
-
|
|
8941
|
-
|
|
8942
|
-
|
|
8943
|
-
|
|
8944
|
-
|
|
8945
|
-
|
|
8939
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8940
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8941
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8942
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8943
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8944
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8945
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8946
8946
|
}>;
|
|
8947
|
-
default: "
|
|
8948
|
-
|
|
8949
|
-
|
|
8950
|
-
|
|
8951
|
-
|
|
8952
|
-
|
|
8953
|
-
|
|
8947
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8948
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8949
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8950
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8951
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8952
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8953
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8954
8954
|
};
|
|
8955
8955
|
};
|
|
8956
8956
|
justify: {
|
|
8957
8957
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8958
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8959
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8960
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8961
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8962
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8963
8958
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8959
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8960
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8961
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8962
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8963
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8964
8964
|
}>;
|
|
8965
8965
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
8966
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8967
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8968
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8969
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8970
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8971
8966
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8967
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8968
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8969
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8970
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8971
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
8972
8972
|
};
|
|
8973
8973
|
};
|
|
8974
8974
|
prefixCls: StringConstructor;
|
|
@@ -8982,39 +8982,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8982
8982
|
};
|
|
8983
8983
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8984
8984
|
align: {
|
|
8985
|
-
type: import("vue").PropType<"
|
|
8986
|
-
|
|
8987
|
-
|
|
8988
|
-
|
|
8989
|
-
|
|
8990
|
-
|
|
8991
|
-
|
|
8985
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8986
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8987
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8988
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8989
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8990
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8991
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8992
8992
|
}>;
|
|
8993
|
-
default: "
|
|
8994
|
-
|
|
8995
|
-
|
|
8996
|
-
|
|
8997
|
-
|
|
8998
|
-
|
|
8999
|
-
|
|
8993
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8994
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8995
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8996
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8997
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8998
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8999
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9000
9000
|
};
|
|
9001
9001
|
};
|
|
9002
9002
|
justify: {
|
|
9003
9003
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9004
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9005
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9006
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9007
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9008
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9009
9004
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9005
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9006
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9007
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9008
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9009
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9010
9010
|
}>;
|
|
9011
9011
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9012
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9013
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9014
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9015
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9016
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9017
9012
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9013
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9014
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9015
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9016
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9017
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9018
9018
|
};
|
|
9019
9019
|
};
|
|
9020
9020
|
prefixCls: StringConstructor;
|
|
@@ -9034,7 +9034,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9034
9034
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
9035
9035
|
}, {
|
|
9036
9036
|
props: import("@vue/shared").LooseRequired<{
|
|
9037
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9038
9037
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9039
9038
|
layout: import("vue-types").VueTypeDef<string>;
|
|
9040
9039
|
labelCol: {
|
|
@@ -9259,41 +9258,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9259
9258
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9260
9259
|
};
|
|
9261
9260
|
}>>;
|
|
9261
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9262
9262
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9263
9263
|
align: {
|
|
9264
|
-
type: import("vue").PropType<"
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9269
|
-
|
|
9270
|
-
|
|
9264
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9265
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9266
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9267
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9268
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9269
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9270
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9271
9271
|
}>;
|
|
9272
|
-
default: "
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
|
|
9278
|
-
|
|
9272
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9273
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9274
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9275
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9276
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9277
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9278
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9279
9279
|
};
|
|
9280
9280
|
};
|
|
9281
9281
|
justify: {
|
|
9282
9282
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9283
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9284
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9285
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9286
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9287
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9288
9283
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9284
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9285
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9286
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9287
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9288
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9289
9289
|
}>;
|
|
9290
9290
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9291
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9292
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9293
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9294
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9295
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9296
9291
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9292
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9293
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9294
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9295
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9296
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9297
9297
|
};
|
|
9298
9298
|
};
|
|
9299
9299
|
prefixCls: StringConstructor;
|
|
@@ -9360,7 +9360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9360
9360
|
} & {}>;
|
|
9361
9361
|
emits: (event: "changeField", item: any) => void;
|
|
9362
9362
|
formData: import("ll-plus/es/index").FormData;
|
|
9363
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "
|
|
9363
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
9364
9364
|
handleChange: (...arg: any[]) => void;
|
|
9365
9365
|
readonly checkedType: string[];
|
|
9366
9366
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9383,7 +9383,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9383
9383
|
readonly item: any;
|
|
9384
9384
|
}, {}>;
|
|
9385
9385
|
}, {}, {}, {}, {
|
|
9386
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9387
9386
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9388
9387
|
layout: import("vue-types").VueTypeDef<string>;
|
|
9389
9388
|
labelCol: {
|
|
@@ -9608,41 +9607,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9608
9607
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9609
9608
|
};
|
|
9610
9609
|
}>>;
|
|
9610
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9611
9611
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9612
9612
|
align: {
|
|
9613
|
-
type: import("vue").PropType<"
|
|
9614
|
-
|
|
9615
|
-
|
|
9616
|
-
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
|
|
9613
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9614
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9615
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9616
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9617
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9618
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9619
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9620
9620
|
}>;
|
|
9621
|
-
default: "
|
|
9622
|
-
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
|
|
9626
|
-
|
|
9627
|
-
|
|
9621
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9622
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9623
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9624
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9625
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9626
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9627
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9628
9628
|
};
|
|
9629
9629
|
};
|
|
9630
9630
|
justify: {
|
|
9631
9631
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9632
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9633
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9634
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9635
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9636
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9637
9632
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9633
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9634
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9635
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9636
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9637
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9638
9638
|
}>;
|
|
9639
9639
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
9640
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9641
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9642
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9643
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9644
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9645
9640
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9641
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9642
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9643
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9644
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9645
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
9646
9646
|
};
|
|
9647
9647
|
};
|
|
9648
9648
|
prefixCls: StringConstructor;
|
|
@@ -10917,39 +10917,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10917
10917
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
10918
10918
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
10919
10919
|
align: {
|
|
10920
|
-
type: import("vue").PropType<"
|
|
10921
|
-
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
10925
|
-
|
|
10926
|
-
|
|
10920
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
10921
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10922
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10923
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10924
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10925
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10926
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10927
10927
|
}>;
|
|
10928
|
-
default: "
|
|
10929
|
-
|
|
10930
|
-
|
|
10931
|
-
|
|
10932
|
-
|
|
10933
|
-
|
|
10934
|
-
|
|
10928
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
10929
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10930
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10931
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10932
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10933
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10934
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10935
10935
|
};
|
|
10936
10936
|
};
|
|
10937
10937
|
justify: {
|
|
10938
10938
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
10939
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10940
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10941
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10942
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10943
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10944
10939
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10940
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10941
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10942
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10943
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10944
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10945
10945
|
}>;
|
|
10946
10946
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
10947
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10948
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10949
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10950
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10951
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10952
10947
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10948
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10949
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10950
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10951
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10952
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10953
10953
|
};
|
|
10954
10954
|
};
|
|
10955
10955
|
prefixCls: StringConstructor;
|
|
@@ -10963,39 +10963,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10963
10963
|
};
|
|
10964
10964
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
10965
10965
|
align: {
|
|
10966
|
-
type: import("vue").PropType<"
|
|
10967
|
-
|
|
10968
|
-
|
|
10969
|
-
|
|
10970
|
-
|
|
10971
|
-
|
|
10972
|
-
|
|
10966
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
10967
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10968
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10969
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10970
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10971
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10972
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10973
10973
|
}>;
|
|
10974
|
-
default: "
|
|
10975
|
-
|
|
10976
|
-
|
|
10977
|
-
|
|
10978
|
-
|
|
10979
|
-
|
|
10980
|
-
|
|
10974
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
10975
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10976
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10977
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10978
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10979
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10980
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10981
10981
|
};
|
|
10982
10982
|
};
|
|
10983
10983
|
justify: {
|
|
10984
10984
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
10985
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10986
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10987
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10988
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10989
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10990
10985
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10986
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10987
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10988
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10989
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10990
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10991
10991
|
}>;
|
|
10992
10992
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
10993
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10994
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10995
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10996
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10997
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10998
10993
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10994
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10995
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10996
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10997
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10998
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
10999
10999
|
};
|
|
11000
11000
|
};
|
|
11001
11001
|
prefixCls: StringConstructor;
|
|
@@ -11009,39 +11009,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11009
11009
|
};
|
|
11010
11010
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11011
11011
|
align: {
|
|
11012
|
-
type: import("vue").PropType<"
|
|
11013
|
-
|
|
11014
|
-
|
|
11015
|
-
|
|
11016
|
-
|
|
11017
|
-
|
|
11018
|
-
|
|
11012
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11013
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11014
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11015
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11016
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11017
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11018
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11019
11019
|
}>;
|
|
11020
|
-
default: "
|
|
11021
|
-
|
|
11022
|
-
|
|
11023
|
-
|
|
11024
|
-
|
|
11025
|
-
|
|
11026
|
-
|
|
11020
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11021
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11022
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11023
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11024
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11025
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11026
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11027
11027
|
};
|
|
11028
11028
|
};
|
|
11029
11029
|
justify: {
|
|
11030
11030
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11031
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11032
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11033
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11034
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11035
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11036
11031
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11032
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11033
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11034
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11035
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11036
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11037
11037
|
}>;
|
|
11038
11038
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11039
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11040
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11041
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11042
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11043
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11044
11039
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11040
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11041
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11042
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11043
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11044
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11045
11045
|
};
|
|
11046
11046
|
};
|
|
11047
11047
|
prefixCls: StringConstructor;
|
|
@@ -11055,39 +11055,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11055
11055
|
};
|
|
11056
11056
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11057
11057
|
align: {
|
|
11058
|
-
type: import("vue").PropType<"
|
|
11059
|
-
|
|
11060
|
-
|
|
11061
|
-
|
|
11062
|
-
|
|
11063
|
-
|
|
11064
|
-
|
|
11058
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11059
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11060
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11061
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11062
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11063
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11064
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11065
11065
|
}>;
|
|
11066
|
-
default: "
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
|
|
11071
|
-
|
|
11072
|
-
|
|
11066
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11067
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11068
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11069
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11070
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11071
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11072
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11073
11073
|
};
|
|
11074
11074
|
};
|
|
11075
11075
|
justify: {
|
|
11076
11076
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11077
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11078
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11079
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11080
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11081
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11082
11077
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11078
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11079
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11080
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11081
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11082
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11083
11083
|
}>;
|
|
11084
11084
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11085
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11086
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11087
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11088
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11089
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11090
11085
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11086
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11087
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11088
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11089
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11090
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11091
11091
|
};
|
|
11092
11092
|
};
|
|
11093
11093
|
prefixCls: StringConstructor;
|
|
@@ -11107,7 +11107,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11107
11107
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
11108
11108
|
}, {
|
|
11109
11109
|
props: import("@vue/shared").LooseRequired<{
|
|
11110
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11111
11110
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
11112
11111
|
layout: import("vue-types").VueTypeDef<string>;
|
|
11113
11112
|
labelCol: {
|
|
@@ -11332,41 +11331,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11332
11331
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
11333
11332
|
};
|
|
11334
11333
|
}>>;
|
|
11334
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11335
11335
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
11336
11336
|
align: {
|
|
11337
|
-
type: import("vue").PropType<"
|
|
11338
|
-
|
|
11339
|
-
|
|
11340
|
-
|
|
11341
|
-
|
|
11342
|
-
|
|
11343
|
-
|
|
11337
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11338
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11339
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11340
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11341
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11342
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11343
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11344
11344
|
}>;
|
|
11345
|
-
default: "
|
|
11346
|
-
|
|
11347
|
-
|
|
11348
|
-
|
|
11349
|
-
|
|
11350
|
-
|
|
11351
|
-
|
|
11345
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11346
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11347
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11348
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11349
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11350
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11351
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11352
11352
|
};
|
|
11353
11353
|
};
|
|
11354
11354
|
justify: {
|
|
11355
11355
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11356
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11357
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11358
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11359
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11360
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11361
11356
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11357
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11358
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11359
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11360
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11361
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11362
11362
|
}>;
|
|
11363
11363
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
11364
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11365
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11366
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11367
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11368
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11369
11364
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11365
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11366
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11367
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11368
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11369
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
11370
11370
|
};
|
|
11371
11371
|
};
|
|
11372
11372
|
prefixCls: StringConstructor;
|
|
@@ -11433,7 +11433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11433
11433
|
} & {}>;
|
|
11434
11434
|
emits: (event: "changeField", item: any) => void;
|
|
11435
11435
|
formData: import("ll-plus/es/index").FormData;
|
|
11436
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "
|
|
11436
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
11437
11437
|
handleChange: (...arg: any[]) => void;
|
|
11438
11438
|
readonly checkedType: string[];
|
|
11439
11439
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -12357,39 +12357,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12357
12357
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12358
12358
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12359
12359
|
align: {
|
|
12360
|
-
type: import("vue").PropType<"
|
|
12361
|
-
|
|
12362
|
-
|
|
12363
|
-
|
|
12364
|
-
|
|
12365
|
-
|
|
12366
|
-
|
|
12360
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12361
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12362
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12363
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12364
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12365
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12366
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12367
12367
|
}>;
|
|
12368
|
-
default: "
|
|
12369
|
-
|
|
12370
|
-
|
|
12371
|
-
|
|
12372
|
-
|
|
12373
|
-
|
|
12374
|
-
|
|
12368
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12369
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12370
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12371
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12372
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12373
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12374
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12375
12375
|
};
|
|
12376
12376
|
};
|
|
12377
12377
|
justify: {
|
|
12378
12378
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12379
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12380
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12381
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12382
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12383
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12384
12379
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12380
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12381
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12382
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12383
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12384
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12385
12385
|
}>;
|
|
12386
12386
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12387
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12388
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12389
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12390
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12391
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12392
12387
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12388
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12389
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12390
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12391
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12392
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12393
12393
|
};
|
|
12394
12394
|
};
|
|
12395
12395
|
prefixCls: StringConstructor;
|
|
@@ -12403,39 +12403,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12403
12403
|
};
|
|
12404
12404
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12405
12405
|
align: {
|
|
12406
|
-
type: import("vue").PropType<"
|
|
12407
|
-
|
|
12408
|
-
|
|
12409
|
-
|
|
12410
|
-
|
|
12411
|
-
|
|
12412
|
-
|
|
12406
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12407
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12408
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12409
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12410
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12411
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12412
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12413
12413
|
}>;
|
|
12414
|
-
default: "
|
|
12415
|
-
|
|
12416
|
-
|
|
12417
|
-
|
|
12418
|
-
|
|
12419
|
-
|
|
12420
|
-
|
|
12414
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12415
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12416
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12417
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12418
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12419
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12420
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12421
12421
|
};
|
|
12422
12422
|
};
|
|
12423
12423
|
justify: {
|
|
12424
12424
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12425
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12426
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12427
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12428
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12429
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12430
12425
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12426
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12427
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12428
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12429
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12430
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12431
12431
|
}>;
|
|
12432
12432
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12433
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12434
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12435
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12436
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12437
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12438
12433
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12434
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12435
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12436
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12437
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12438
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12439
12439
|
};
|
|
12440
12440
|
};
|
|
12441
12441
|
prefixCls: StringConstructor;
|
|
@@ -12449,39 +12449,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12449
12449
|
};
|
|
12450
12450
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12451
12451
|
align: {
|
|
12452
|
-
type: import("vue").PropType<"
|
|
12453
|
-
|
|
12454
|
-
|
|
12455
|
-
|
|
12456
|
-
|
|
12457
|
-
|
|
12458
|
-
|
|
12452
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12453
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12454
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12455
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12456
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12457
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12458
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12459
12459
|
}>;
|
|
12460
|
-
default: "
|
|
12461
|
-
|
|
12462
|
-
|
|
12463
|
-
|
|
12464
|
-
|
|
12465
|
-
|
|
12466
|
-
|
|
12460
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12461
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12462
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12463
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12464
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12465
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12466
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12467
12467
|
};
|
|
12468
12468
|
};
|
|
12469
12469
|
justify: {
|
|
12470
12470
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12471
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12472
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12473
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12474
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12475
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12476
12471
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12472
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12473
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12474
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12475
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12476
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12477
12477
|
}>;
|
|
12478
12478
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12479
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12480
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12481
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12482
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12483
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12484
12479
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12480
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12481
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12482
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12483
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12484
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12485
12485
|
};
|
|
12486
12486
|
};
|
|
12487
12487
|
prefixCls: StringConstructor;
|
|
@@ -12495,39 +12495,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12495
12495
|
};
|
|
12496
12496
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12497
12497
|
align: {
|
|
12498
|
-
type: import("vue").PropType<"
|
|
12499
|
-
|
|
12500
|
-
|
|
12501
|
-
|
|
12502
|
-
|
|
12503
|
-
|
|
12504
|
-
|
|
12498
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12499
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12500
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12501
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12502
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12503
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12504
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12505
12505
|
}>;
|
|
12506
|
-
default: "
|
|
12507
|
-
|
|
12508
|
-
|
|
12509
|
-
|
|
12510
|
-
|
|
12511
|
-
|
|
12512
|
-
|
|
12506
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12507
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12508
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12509
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12510
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12511
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12512
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12513
12513
|
};
|
|
12514
12514
|
};
|
|
12515
12515
|
justify: {
|
|
12516
12516
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12517
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12518
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12519
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12520
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12521
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12522
12517
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12518
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12519
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12520
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12521
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12522
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12523
12523
|
}>;
|
|
12524
12524
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12525
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12526
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12527
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12528
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12529
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12530
12525
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12526
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12527
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12528
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12529
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12530
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12531
12531
|
};
|
|
12532
12532
|
};
|
|
12533
12533
|
prefixCls: StringConstructor;
|
|
@@ -12546,7 +12546,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12546
12546
|
}>> & {
|
|
12547
12547
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
12548
12548
|
}, {
|
|
12549
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12550
12549
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12551
12550
|
layout: import("vue-types").VueTypeDef<string>;
|
|
12552
12551
|
labelCol: {
|
|
@@ -12771,41 +12770,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12771
12770
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
12772
12771
|
};
|
|
12773
12772
|
}>>;
|
|
12773
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12774
12774
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12775
12775
|
align: {
|
|
12776
|
-
type: import("vue").PropType<"
|
|
12777
|
-
|
|
12778
|
-
|
|
12779
|
-
|
|
12780
|
-
|
|
12781
|
-
|
|
12782
|
-
|
|
12776
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12777
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12778
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12779
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12780
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12781
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12782
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12783
12783
|
}>;
|
|
12784
|
-
default: "
|
|
12785
|
-
|
|
12786
|
-
|
|
12787
|
-
|
|
12788
|
-
|
|
12789
|
-
|
|
12790
|
-
|
|
12784
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12785
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12786
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12787
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12788
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12789
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12790
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12791
12791
|
};
|
|
12792
12792
|
};
|
|
12793
12793
|
justify: {
|
|
12794
12794
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12795
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12796
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12797
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12798
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12799
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12800
12795
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12796
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12797
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12798
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12799
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12800
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12801
12801
|
}>;
|
|
12802
12802
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12803
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12804
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12805
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12806
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12807
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12808
12803
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12804
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12805
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12806
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12807
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12808
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12809
12809
|
};
|
|
12810
12810
|
};
|
|
12811
12811
|
prefixCls: StringConstructor;
|
|
@@ -13727,39 +13727,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13727
13727
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13728
13728
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13729
13729
|
align: {
|
|
13730
|
-
type: import("vue").PropType<"
|
|
13731
|
-
|
|
13732
|
-
|
|
13733
|
-
|
|
13734
|
-
|
|
13735
|
-
|
|
13736
|
-
|
|
13730
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13731
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13732
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13733
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13734
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13735
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13736
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13737
13737
|
}>;
|
|
13738
|
-
default: "
|
|
13739
|
-
|
|
13740
|
-
|
|
13741
|
-
|
|
13742
|
-
|
|
13743
|
-
|
|
13744
|
-
|
|
13738
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13739
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13740
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13741
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13742
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13743
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13744
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13745
13745
|
};
|
|
13746
13746
|
};
|
|
13747
13747
|
justify: {
|
|
13748
13748
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13749
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13750
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13751
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13752
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13753
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13754
13749
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13750
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13751
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13752
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13753
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13754
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13755
13755
|
}>;
|
|
13756
13756
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13757
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13758
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13759
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13760
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13761
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13762
13757
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13758
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13759
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13760
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13761
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13762
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13763
13763
|
};
|
|
13764
13764
|
};
|
|
13765
13765
|
prefixCls: StringConstructor;
|
|
@@ -13773,39 +13773,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13773
13773
|
};
|
|
13774
13774
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13775
13775
|
align: {
|
|
13776
|
-
type: import("vue").PropType<"
|
|
13777
|
-
|
|
13778
|
-
|
|
13779
|
-
|
|
13780
|
-
|
|
13781
|
-
|
|
13782
|
-
|
|
13776
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13777
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13778
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13779
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13780
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13781
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13782
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13783
13783
|
}>;
|
|
13784
|
-
default: "
|
|
13785
|
-
|
|
13786
|
-
|
|
13787
|
-
|
|
13788
|
-
|
|
13789
|
-
|
|
13790
|
-
|
|
13784
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13785
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13786
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13787
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13788
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13789
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13790
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13791
13791
|
};
|
|
13792
13792
|
};
|
|
13793
13793
|
justify: {
|
|
13794
13794
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13795
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13796
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13797
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13798
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13799
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13800
13795
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13796
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13797
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13798
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13799
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13800
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13801
13801
|
}>;
|
|
13802
13802
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13803
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13804
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13805
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13806
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13807
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13808
13803
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13804
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13805
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13806
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13807
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13808
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13809
13809
|
};
|
|
13810
13810
|
};
|
|
13811
13811
|
prefixCls: StringConstructor;
|
|
@@ -13819,39 +13819,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13819
13819
|
};
|
|
13820
13820
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13821
13821
|
align: {
|
|
13822
|
-
type: import("vue").PropType<"
|
|
13823
|
-
|
|
13824
|
-
|
|
13825
|
-
|
|
13826
|
-
|
|
13827
|
-
|
|
13828
|
-
|
|
13822
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13823
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13824
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13825
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13826
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13827
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13828
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13829
13829
|
}>;
|
|
13830
|
-
default: "
|
|
13831
|
-
|
|
13832
|
-
|
|
13833
|
-
|
|
13834
|
-
|
|
13835
|
-
|
|
13836
|
-
|
|
13830
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13831
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13832
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13833
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13834
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13835
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13836
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13837
13837
|
};
|
|
13838
13838
|
};
|
|
13839
13839
|
justify: {
|
|
13840
13840
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13841
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13842
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13843
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13844
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13845
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13846
13841
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13842
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13843
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13844
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13845
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13846
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13847
13847
|
}>;
|
|
13848
13848
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13849
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13850
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13851
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13852
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13853
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13854
13849
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13850
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13851
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13852
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13853
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13854
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13855
13855
|
};
|
|
13856
13856
|
};
|
|
13857
13857
|
prefixCls: StringConstructor;
|
|
@@ -13865,39 +13865,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13865
13865
|
};
|
|
13866
13866
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13867
13867
|
align: {
|
|
13868
|
-
type: import("vue").PropType<"
|
|
13869
|
-
|
|
13870
|
-
|
|
13871
|
-
|
|
13872
|
-
|
|
13873
|
-
|
|
13874
|
-
|
|
13868
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13869
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13870
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13871
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13872
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13873
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13874
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13875
13875
|
}>;
|
|
13876
|
-
default: "
|
|
13877
|
-
|
|
13878
|
-
|
|
13879
|
-
|
|
13880
|
-
|
|
13881
|
-
|
|
13882
|
-
|
|
13876
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13877
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13878
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13879
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13880
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13881
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13882
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13883
13883
|
};
|
|
13884
13884
|
};
|
|
13885
13885
|
justify: {
|
|
13886
13886
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13887
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13888
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13889
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13890
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13891
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13892
13887
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13888
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13889
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13890
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13891
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13892
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13893
13893
|
}>;
|
|
13894
13894
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13895
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13896
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13897
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13898
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13899
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13900
13895
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13896
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13897
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13898
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13899
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13900
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13901
13901
|
};
|
|
13902
13902
|
};
|
|
13903
13903
|
prefixCls: StringConstructor;
|
|
@@ -13917,7 +13917,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13917
13917
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
13918
13918
|
}, {
|
|
13919
13919
|
props: import("@vue/shared").LooseRequired<{
|
|
13920
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13921
13920
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13922
13921
|
layout: import("vue-types").VueTypeDef<string>;
|
|
13923
13922
|
labelCol: {
|
|
@@ -14142,41 +14141,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14142
14141
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
14143
14142
|
};
|
|
14144
14143
|
}>>;
|
|
14144
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14145
14145
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14146
14146
|
align: {
|
|
14147
|
-
type: import("vue").PropType<"
|
|
14148
|
-
|
|
14149
|
-
|
|
14150
|
-
|
|
14151
|
-
|
|
14152
|
-
|
|
14153
|
-
|
|
14147
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14148
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14149
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14150
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14151
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14152
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14153
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14154
14154
|
}>;
|
|
14155
|
-
default: "
|
|
14156
|
-
|
|
14157
|
-
|
|
14158
|
-
|
|
14159
|
-
|
|
14160
|
-
|
|
14161
|
-
|
|
14155
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14156
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14157
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14158
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14159
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14160
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14161
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14162
14162
|
};
|
|
14163
14163
|
};
|
|
14164
14164
|
justify: {
|
|
14165
14165
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14166
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14167
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14168
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14169
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14170
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14171
14166
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14167
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14168
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14169
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14170
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14171
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14172
14172
|
}>;
|
|
14173
14173
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14174
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14175
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14176
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14177
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14178
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14179
14174
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14175
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14176
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14177
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14178
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14179
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14180
14180
|
};
|
|
14181
14181
|
};
|
|
14182
14182
|
prefixCls: StringConstructor;
|
|
@@ -14243,7 +14243,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14243
14243
|
} & {}>;
|
|
14244
14244
|
emits: (event: "changeField", item: any) => void;
|
|
14245
14245
|
formData: import("ll-plus/es/index").FormData;
|
|
14246
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "
|
|
14246
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
14247
14247
|
handleChange: (...arg: any[]) => void;
|
|
14248
14248
|
readonly checkedType: string[];
|
|
14249
14249
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -14266,7 +14266,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14266
14266
|
readonly item: any;
|
|
14267
14267
|
}, {}>;
|
|
14268
14268
|
}, {}, {}, {}, {
|
|
14269
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14270
14269
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14271
14270
|
layout: import("vue-types").VueTypeDef<string>;
|
|
14272
14271
|
labelCol: {
|
|
@@ -14491,41 +14490,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14491
14490
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
14492
14491
|
};
|
|
14493
14492
|
}>>;
|
|
14493
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14494
14494
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14495
14495
|
align: {
|
|
14496
|
-
type: import("vue").PropType<"
|
|
14497
|
-
|
|
14498
|
-
|
|
14499
|
-
|
|
14500
|
-
|
|
14501
|
-
|
|
14502
|
-
|
|
14496
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14497
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14498
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14499
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14500
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14501
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14502
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14503
14503
|
}>;
|
|
14504
|
-
default: "
|
|
14505
|
-
|
|
14506
|
-
|
|
14507
|
-
|
|
14508
|
-
|
|
14509
|
-
|
|
14510
|
-
|
|
14504
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14505
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14506
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14507
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14508
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14509
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14510
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14511
14511
|
};
|
|
14512
14512
|
};
|
|
14513
14513
|
justify: {
|
|
14514
14514
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14515
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14516
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14517
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14518
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14519
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14520
14515
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14516
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14517
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14518
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14519
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14520
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14521
14521
|
}>;
|
|
14522
14522
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14523
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14524
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14525
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14526
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14527
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14528
14523
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14524
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14525
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14526
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14527
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14528
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14529
14529
|
};
|
|
14530
14530
|
};
|
|
14531
14531
|
prefixCls: StringConstructor;
|
|
@@ -14917,9 +14917,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14917
14917
|
onDelete?: ((index: number) => any) | undefined;
|
|
14918
14918
|
onAdd?: ((params: import("./config").KeyValueAddEmits) => any) | undefined;
|
|
14919
14919
|
}, {
|
|
14920
|
-
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14921
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14922
14920
|
readonly value: KeyValueItem[];
|
|
14921
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14922
|
+
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14923
14923
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14924
14924
|
readonly keyLabel: string;
|
|
14925
14925
|
readonly valueLabel: string;
|