ll-plus 2.7.9 → 2.7.11
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 +314 -314
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +159 -159
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +151 -151
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +32 -32
- package/es/components/api-component/src/api-component.vue.d.ts +32 -32
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- 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/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +6 -6
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +4 -4
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/dropdown-button-simple/index.d.ts +12 -12
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +12 -12
- package/es/components/easy-cron/index.d.ts +77 -77
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
- 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 +148 -148
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +148 -148
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/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 +720 -720
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
- package/es/components/key-value/src/key-value.vue.d.ts +720 -720
- package/es/components/modal/index.d.ts +4 -4
- package/es/components/modal/src/modal.vue.d.ts +4 -4
- package/es/components/new-drawer/index.d.ts +13 -13
- package/es/components/new-drawer/src/drawer.vue.d.ts +13 -13
- package/es/components/new-modal/index.d.ts +5 -5
- package/es/components/new-modal/src/modal.vue.d.ts +5 -5
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/select-group/index.d.ts +4 -4
- package/es/components/select-group/src/select-group.vue.d.ts +4 -4
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/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-search/index.d.ts +15 -15
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/lib/components/advanced-filtering/index.d.ts +314 -314
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +159 -159
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +151 -151
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +32 -32
- package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- 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/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +6 -6
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +4 -4
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/dropdown-button-simple/index.d.ts +12 -12
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +12 -12
- package/lib/components/easy-cron/index.d.ts +77 -77
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
- 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 +148 -148
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +148 -148
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/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 +720 -720
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
- package/lib/components/key-value/src/key-value.vue.d.ts +720 -720
- package/lib/components/modal/index.d.ts +4 -4
- package/lib/components/modal/src/modal.vue.d.ts +4 -4
- package/lib/components/new-drawer/index.d.ts +13 -13
- package/lib/components/new-drawer/src/drawer.vue.d.ts +13 -13
- package/lib/components/new-modal/index.d.ts +5 -5
- package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/select-group/index.d.ts +4 -4
- package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/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-search/index.d.ts +15 -15
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +1 -1
- package/theme-chalk/css/api-component.css +1 -1
- package/theme-chalk/css/cascader.css +1 -1
- package/theme-chalk/css/checkbox.css +1 -1
- package/theme-chalk/css/code-editor.css +1 -1
- package/theme-chalk/css/cropper.css +1 -1
- package/theme-chalk/css/descriptions.css +1 -1
- package/theme-chalk/css/drawer.css +1 -1
- package/theme-chalk/css/dropdown-button-simple.css +1 -1
- package/theme-chalk/css/dropdown.css +1 -1
- package/theme-chalk/css/easy-cron.css +1 -1
- package/theme-chalk/css/form.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/input-number.css +1 -1
- package/theme-chalk/css/input.css +1 -1
- package/theme-chalk/css/key-value.css +1 -1
- package/theme-chalk/css/markdown-editor.css +1 -1
- package/theme-chalk/css/modal.css +1 -1
- package/theme-chalk/css/new-drawer.css +1 -1
- package/theme-chalk/css/new-modal.css +1 -1
- package/theme-chalk/css/number-range.css +1 -1
- package/theme-chalk/css/rich-text-editor.css +1 -1
- package/theme-chalk/css/switch.css +1 -1
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/css/tabs-simple.css +1 -1
- package/theme-chalk/css/tag-group.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +314 -314
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +159 -159
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +151 -151
- 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 +32 -32
- package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- 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/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +6 -6
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +4 -4
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/dropdown-button-simple/index.d.ts +12 -12
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +12 -12
- package/types/packages/components/easy-cron/index.d.ts +77 -77
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
- 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 +148 -148
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +148 -148
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/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 +720 -720
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
- package/types/packages/components/key-value/src/key-value.vue.d.ts +720 -720
- package/types/packages/components/modal/index.d.ts +4 -4
- package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/new-drawer/index.d.ts +13 -13
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +13 -13
- package/types/packages/components/new-modal/index.d.ts +5 -5
- package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/select-group/index.d.ts +4 -4
- package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/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-search/index.d.ts +15 -15
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
|
@@ -1081,21 +1081,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1081
1081
|
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>;
|
|
1082
1082
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1083
1083
|
align: {
|
|
1084
|
-
type: import("vue").PropType<"middle" | "
|
|
1085
|
-
xs?: "middle" | "
|
|
1086
|
-
sm?: "middle" | "
|
|
1087
|
-
md?: "middle" | "
|
|
1088
|
-
lg?: "middle" | "
|
|
1089
|
-
xl?: "middle" | "
|
|
1090
|
-
xxl?: "middle" | "
|
|
1084
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1085
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1086
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1087
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1088
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1089
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1090
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1091
1091
|
}>;
|
|
1092
|
-
default: "middle" | "
|
|
1093
|
-
xs?: "middle" | "
|
|
1094
|
-
sm?: "middle" | "
|
|
1095
|
-
md?: "middle" | "
|
|
1096
|
-
lg?: "middle" | "
|
|
1097
|
-
xl?: "middle" | "
|
|
1098
|
-
xxl?: "middle" | "
|
|
1092
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1093
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1094
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1095
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1096
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1097
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1098
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1099
1099
|
};
|
|
1100
1100
|
};
|
|
1101
1101
|
justify: {
|
|
@@ -1127,21 +1127,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1127
1127
|
};
|
|
1128
1128
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1129
1129
|
align: {
|
|
1130
|
-
type: import("vue").PropType<"middle" | "
|
|
1131
|
-
xs?: "middle" | "
|
|
1132
|
-
sm?: "middle" | "
|
|
1133
|
-
md?: "middle" | "
|
|
1134
|
-
lg?: "middle" | "
|
|
1135
|
-
xl?: "middle" | "
|
|
1136
|
-
xxl?: "middle" | "
|
|
1130
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1131
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1132
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1133
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1134
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1135
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1136
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1137
1137
|
}>;
|
|
1138
|
-
default: "middle" | "
|
|
1139
|
-
xs?: "middle" | "
|
|
1140
|
-
sm?: "middle" | "
|
|
1141
|
-
md?: "middle" | "
|
|
1142
|
-
lg?: "middle" | "
|
|
1143
|
-
xl?: "middle" | "
|
|
1144
|
-
xxl?: "middle" | "
|
|
1138
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1139
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1140
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1141
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1142
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1143
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1144
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1145
1145
|
};
|
|
1146
1146
|
};
|
|
1147
1147
|
justify: {
|
|
@@ -1173,21 +1173,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1173
1173
|
};
|
|
1174
1174
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1175
1175
|
align: {
|
|
1176
|
-
type: import("vue").PropType<"middle" | "
|
|
1177
|
-
xs?: "middle" | "
|
|
1178
|
-
sm?: "middle" | "
|
|
1179
|
-
md?: "middle" | "
|
|
1180
|
-
lg?: "middle" | "
|
|
1181
|
-
xl?: "middle" | "
|
|
1182
|
-
xxl?: "middle" | "
|
|
1176
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1177
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1178
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1179
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1180
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1181
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1182
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1183
1183
|
}>;
|
|
1184
|
-
default: "middle" | "
|
|
1185
|
-
xs?: "middle" | "
|
|
1186
|
-
sm?: "middle" | "
|
|
1187
|
-
md?: "middle" | "
|
|
1188
|
-
lg?: "middle" | "
|
|
1189
|
-
xl?: "middle" | "
|
|
1190
|
-
xxl?: "middle" | "
|
|
1184
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1185
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1186
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1187
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1188
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1189
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1190
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1191
1191
|
};
|
|
1192
1192
|
};
|
|
1193
1193
|
justify: {
|
|
@@ -1219,21 +1219,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1219
1219
|
};
|
|
1220
1220
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1221
1221
|
align: {
|
|
1222
|
-
type: import("vue").PropType<"middle" | "
|
|
1223
|
-
xs?: "middle" | "
|
|
1224
|
-
sm?: "middle" | "
|
|
1225
|
-
md?: "middle" | "
|
|
1226
|
-
lg?: "middle" | "
|
|
1227
|
-
xl?: "middle" | "
|
|
1228
|
-
xxl?: "middle" | "
|
|
1222
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1223
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1224
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1225
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1226
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1227
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1228
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1229
1229
|
}>;
|
|
1230
|
-
default: "middle" | "
|
|
1231
|
-
xs?: "middle" | "
|
|
1232
|
-
sm?: "middle" | "
|
|
1233
|
-
md?: "middle" | "
|
|
1234
|
-
lg?: "middle" | "
|
|
1235
|
-
xl?: "middle" | "
|
|
1236
|
-
xxl?: "middle" | "
|
|
1230
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1231
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1232
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1233
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1234
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1235
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1236
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1237
1237
|
};
|
|
1238
1238
|
};
|
|
1239
1239
|
justify: {
|
|
@@ -1274,6 +1274,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1274
1274
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
props: import("@vue/shared").LooseRequired<{
|
|
1277
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1278
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1277
1279
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1278
1280
|
layout: import("vue-types").VueTypeDef<string>;
|
|
1279
1281
|
labelCol: {
|
|
@@ -1498,25 +1500,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1498
1500
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1499
1501
|
};
|
|
1500
1502
|
}>>;
|
|
1501
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1502
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1503
1503
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1504
1504
|
align: {
|
|
1505
|
-
type: import("vue").PropType<"middle" | "
|
|
1506
|
-
xs?: "middle" | "
|
|
1507
|
-
sm?: "middle" | "
|
|
1508
|
-
md?: "middle" | "
|
|
1509
|
-
lg?: "middle" | "
|
|
1510
|
-
xl?: "middle" | "
|
|
1511
|
-
xxl?: "middle" | "
|
|
1505
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1506
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1507
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1508
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1509
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1510
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1511
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1512
1512
|
}>;
|
|
1513
|
-
default: "middle" | "
|
|
1514
|
-
xs?: "middle" | "
|
|
1515
|
-
sm?: "middle" | "
|
|
1516
|
-
md?: "middle" | "
|
|
1517
|
-
lg?: "middle" | "
|
|
1518
|
-
xl?: "middle" | "
|
|
1519
|
-
xxl?: "middle" | "
|
|
1513
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1514
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1515
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1516
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1517
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1518
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1519
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1520
1520
|
};
|
|
1521
1521
|
};
|
|
1522
1522
|
justify: {
|
|
@@ -1653,6 +1653,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1653
1653
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
1654
1654
|
computedFormOptions: import("vue").ComputedRef<{
|
|
1655
1655
|
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
1656
|
+
disabled?: boolean | undefined;
|
|
1657
|
+
rules?: {
|
|
1658
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
1659
|
+
} | undefined;
|
|
1656
1660
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
1657
1661
|
span: (NumberConstructor | StringConstructor)[];
|
|
1658
1662
|
order: (NumberConstructor | StringConstructor)[];
|
|
@@ -1727,15 +1731,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1727
1731
|
model?: {
|
|
1728
1732
|
[key: string]: any;
|
|
1729
1733
|
} | undefined;
|
|
1730
|
-
rules?: {
|
|
1731
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
1732
|
-
} | undefined;
|
|
1733
1734
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
1734
1735
|
validateOnRuleChange?: boolean | undefined;
|
|
1735
1736
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
1736
1737
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
1737
1738
|
validateTrigger?: string | string[] | undefined;
|
|
1738
|
-
disabled?: boolean | undefined;
|
|
1739
1739
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
1740
1740
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
1741
1741
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -2709,21 +2709,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2709
2709
|
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>;
|
|
2710
2710
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2711
2711
|
align: {
|
|
2712
|
-
type: import("vue").PropType<"middle" | "
|
|
2713
|
-
xs?: "middle" | "
|
|
2714
|
-
sm?: "middle" | "
|
|
2715
|
-
md?: "middle" | "
|
|
2716
|
-
lg?: "middle" | "
|
|
2717
|
-
xl?: "middle" | "
|
|
2718
|
-
xxl?: "middle" | "
|
|
2712
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2713
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2714
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2715
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2716
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2717
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2718
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2719
2719
|
}>;
|
|
2720
|
-
default: "middle" | "
|
|
2721
|
-
xs?: "middle" | "
|
|
2722
|
-
sm?: "middle" | "
|
|
2723
|
-
md?: "middle" | "
|
|
2724
|
-
lg?: "middle" | "
|
|
2725
|
-
xl?: "middle" | "
|
|
2726
|
-
xxl?: "middle" | "
|
|
2720
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2721
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2722
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2723
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2724
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2725
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2726
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2727
2727
|
};
|
|
2728
2728
|
};
|
|
2729
2729
|
justify: {
|
|
@@ -2755,21 +2755,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2755
2755
|
};
|
|
2756
2756
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2757
2757
|
align: {
|
|
2758
|
-
type: import("vue").PropType<"middle" | "
|
|
2759
|
-
xs?: "middle" | "
|
|
2760
|
-
sm?: "middle" | "
|
|
2761
|
-
md?: "middle" | "
|
|
2762
|
-
lg?: "middle" | "
|
|
2763
|
-
xl?: "middle" | "
|
|
2764
|
-
xxl?: "middle" | "
|
|
2758
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2759
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2760
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2761
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2762
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2763
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2764
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2765
2765
|
}>;
|
|
2766
|
-
default: "middle" | "
|
|
2767
|
-
xs?: "middle" | "
|
|
2768
|
-
sm?: "middle" | "
|
|
2769
|
-
md?: "middle" | "
|
|
2770
|
-
lg?: "middle" | "
|
|
2771
|
-
xl?: "middle" | "
|
|
2772
|
-
xxl?: "middle" | "
|
|
2766
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2767
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2768
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2769
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2770
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2771
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2772
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2773
2773
|
};
|
|
2774
2774
|
};
|
|
2775
2775
|
justify: {
|
|
@@ -2801,21 +2801,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2801
2801
|
};
|
|
2802
2802
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2803
2803
|
align: {
|
|
2804
|
-
type: import("vue").PropType<"middle" | "
|
|
2805
|
-
xs?: "middle" | "
|
|
2806
|
-
sm?: "middle" | "
|
|
2807
|
-
md?: "middle" | "
|
|
2808
|
-
lg?: "middle" | "
|
|
2809
|
-
xl?: "middle" | "
|
|
2810
|
-
xxl?: "middle" | "
|
|
2804
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2805
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2806
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2807
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2808
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2809
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2810
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2811
2811
|
}>;
|
|
2812
|
-
default: "middle" | "
|
|
2813
|
-
xs?: "middle" | "
|
|
2814
|
-
sm?: "middle" | "
|
|
2815
|
-
md?: "middle" | "
|
|
2816
|
-
lg?: "middle" | "
|
|
2817
|
-
xl?: "middle" | "
|
|
2818
|
-
xxl?: "middle" | "
|
|
2812
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2813
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2814
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2815
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2816
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2817
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2818
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2819
2819
|
};
|
|
2820
2820
|
};
|
|
2821
2821
|
justify: {
|
|
@@ -2847,21 +2847,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2847
2847
|
};
|
|
2848
2848
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2849
2849
|
align: {
|
|
2850
|
-
type: import("vue").PropType<"middle" | "
|
|
2851
|
-
xs?: "middle" | "
|
|
2852
|
-
sm?: "middle" | "
|
|
2853
|
-
md?: "middle" | "
|
|
2854
|
-
lg?: "middle" | "
|
|
2855
|
-
xl?: "middle" | "
|
|
2856
|
-
xxl?: "middle" | "
|
|
2850
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2851
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2852
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2853
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2854
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2855
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2856
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2857
2857
|
}>;
|
|
2858
|
-
default: "middle" | "
|
|
2859
|
-
xs?: "middle" | "
|
|
2860
|
-
sm?: "middle" | "
|
|
2861
|
-
md?: "middle" | "
|
|
2862
|
-
lg?: "middle" | "
|
|
2863
|
-
xl?: "middle" | "
|
|
2864
|
-
xxl?: "middle" | "
|
|
2858
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2859
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2860
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2861
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2862
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2863
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2864
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2865
2865
|
};
|
|
2866
2866
|
};
|
|
2867
2867
|
justify: {
|
|
@@ -2901,6 +2901,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2901
2901
|
}>> & {
|
|
2902
2902
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
2903
2903
|
}, {
|
|
2904
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2905
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2904
2906
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2905
2907
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2906
2908
|
labelCol: {
|
|
@@ -3125,25 +3127,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3125
3127
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
3126
3128
|
};
|
|
3127
3129
|
}>>;
|
|
3128
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3129
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3130
3130
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3131
3131
|
align: {
|
|
3132
|
-
type: import("vue").PropType<"middle" | "
|
|
3133
|
-
xs?: "middle" | "
|
|
3134
|
-
sm?: "middle" | "
|
|
3135
|
-
md?: "middle" | "
|
|
3136
|
-
lg?: "middle" | "
|
|
3137
|
-
xl?: "middle" | "
|
|
3138
|
-
xxl?: "middle" | "
|
|
3132
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
3133
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3134
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3135
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3136
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3137
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3138
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3139
3139
|
}>;
|
|
3140
|
-
default: "middle" | "
|
|
3141
|
-
xs?: "middle" | "
|
|
3142
|
-
sm?: "middle" | "
|
|
3143
|
-
md?: "middle" | "
|
|
3144
|
-
lg?: "middle" | "
|
|
3145
|
-
xl?: "middle" | "
|
|
3146
|
-
xxl?: "middle" | "
|
|
3140
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
3141
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3142
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3143
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3144
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3145
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3146
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3147
3147
|
};
|
|
3148
3148
|
};
|
|
3149
3149
|
justify: {
|
|
@@ -4085,21 +4085,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4085
4085
|
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>;
|
|
4086
4086
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4087
4087
|
align: {
|
|
4088
|
-
type: import("vue").PropType<"middle" | "
|
|
4089
|
-
xs?: "middle" | "
|
|
4090
|
-
sm?: "middle" | "
|
|
4091
|
-
md?: "middle" | "
|
|
4092
|
-
lg?: "middle" | "
|
|
4093
|
-
xl?: "middle" | "
|
|
4094
|
-
xxl?: "middle" | "
|
|
4088
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
4089
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4090
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4091
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4092
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4093
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4094
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4095
4095
|
}>;
|
|
4096
|
-
default: "middle" | "
|
|
4097
|
-
xs?: "middle" | "
|
|
4098
|
-
sm?: "middle" | "
|
|
4099
|
-
md?: "middle" | "
|
|
4100
|
-
lg?: "middle" | "
|
|
4101
|
-
xl?: "middle" | "
|
|
4102
|
-
xxl?: "middle" | "
|
|
4096
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
4097
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4098
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4099
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4100
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4101
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4102
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4103
4103
|
};
|
|
4104
4104
|
};
|
|
4105
4105
|
justify: {
|
|
@@ -4131,21 +4131,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4131
4131
|
};
|
|
4132
4132
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4133
4133
|
align: {
|
|
4134
|
-
type: import("vue").PropType<"middle" | "
|
|
4135
|
-
xs?: "middle" | "
|
|
4136
|
-
sm?: "middle" | "
|
|
4137
|
-
md?: "middle" | "
|
|
4138
|
-
lg?: "middle" | "
|
|
4139
|
-
xl?: "middle" | "
|
|
4140
|
-
xxl?: "middle" | "
|
|
4134
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
4135
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4136
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4137
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4138
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4139
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4140
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4141
4141
|
}>;
|
|
4142
|
-
default: "middle" | "
|
|
4143
|
-
xs?: "middle" | "
|
|
4144
|
-
sm?: "middle" | "
|
|
4145
|
-
md?: "middle" | "
|
|
4146
|
-
lg?: "middle" | "
|
|
4147
|
-
xl?: "middle" | "
|
|
4148
|
-
xxl?: "middle" | "
|
|
4142
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
4143
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4144
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4145
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4146
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4147
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4148
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4149
4149
|
};
|
|
4150
4150
|
};
|
|
4151
4151
|
justify: {
|
|
@@ -4177,21 +4177,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4177
4177
|
};
|
|
4178
4178
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4179
4179
|
align: {
|
|
4180
|
-
type: import("vue").PropType<"middle" | "
|
|
4181
|
-
xs?: "middle" | "
|
|
4182
|
-
sm?: "middle" | "
|
|
4183
|
-
md?: "middle" | "
|
|
4184
|
-
lg?: "middle" | "
|
|
4185
|
-
xl?: "middle" | "
|
|
4186
|
-
xxl?: "middle" | "
|
|
4180
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
4181
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4182
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4183
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4184
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4185
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4186
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4187
4187
|
}>;
|
|
4188
|
-
default: "middle" | "
|
|
4189
|
-
xs?: "middle" | "
|
|
4190
|
-
sm?: "middle" | "
|
|
4191
|
-
md?: "middle" | "
|
|
4192
|
-
lg?: "middle" | "
|
|
4193
|
-
xl?: "middle" | "
|
|
4194
|
-
xxl?: "middle" | "
|
|
4188
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
4189
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4190
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4191
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4192
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4193
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4194
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4195
4195
|
};
|
|
4196
4196
|
};
|
|
4197
4197
|
justify: {
|
|
@@ -4223,21 +4223,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4223
4223
|
};
|
|
4224
4224
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4225
4225
|
align: {
|
|
4226
|
-
type: import("vue").PropType<"middle" | "
|
|
4227
|
-
xs?: "middle" | "
|
|
4228
|
-
sm?: "middle" | "
|
|
4229
|
-
md?: "middle" | "
|
|
4230
|
-
lg?: "middle" | "
|
|
4231
|
-
xl?: "middle" | "
|
|
4232
|
-
xxl?: "middle" | "
|
|
4226
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
4227
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4228
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4229
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4230
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4231
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4232
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4233
4233
|
}>;
|
|
4234
|
-
default: "middle" | "
|
|
4235
|
-
xs?: "middle" | "
|
|
4236
|
-
sm?: "middle" | "
|
|
4237
|
-
md?: "middle" | "
|
|
4238
|
-
lg?: "middle" | "
|
|
4239
|
-
xl?: "middle" | "
|
|
4240
|
-
xxl?: "middle" | "
|
|
4234
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
4235
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4236
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4237
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4238
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4239
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4240
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4241
4241
|
};
|
|
4242
4242
|
};
|
|
4243
4243
|
justify: {
|
|
@@ -4278,6 +4278,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4278
4278
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
4279
4279
|
}, {
|
|
4280
4280
|
props: import("@vue/shared").LooseRequired<{
|
|
4281
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4282
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4281
4283
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4282
4284
|
layout: import("vue-types").VueTypeDef<string>;
|
|
4283
4285
|
labelCol: {
|
|
@@ -4502,25 +4504,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4502
4504
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4503
4505
|
};
|
|
4504
4506
|
}>>;
|
|
4505
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4506
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4507
4507
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4508
4508
|
align: {
|
|
4509
|
-
type: import("vue").PropType<"middle" | "
|
|
4510
|
-
xs?: "middle" | "
|
|
4511
|
-
sm?: "middle" | "
|
|
4512
|
-
md?: "middle" | "
|
|
4513
|
-
lg?: "middle" | "
|
|
4514
|
-
xl?: "middle" | "
|
|
4515
|
-
xxl?: "middle" | "
|
|
4509
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
4510
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4511
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4512
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4513
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4514
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4515
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4516
4516
|
}>;
|
|
4517
|
-
default: "middle" | "
|
|
4518
|
-
xs?: "middle" | "
|
|
4519
|
-
sm?: "middle" | "
|
|
4520
|
-
md?: "middle" | "
|
|
4521
|
-
lg?: "middle" | "
|
|
4522
|
-
xl?: "middle" | "
|
|
4523
|
-
xxl?: "middle" | "
|
|
4517
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
4518
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4519
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4520
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4521
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4522
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4523
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4524
4524
|
};
|
|
4525
4525
|
};
|
|
4526
4526
|
justify: {
|
|
@@ -4657,6 +4657,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4657
4657
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
4658
4658
|
computedFormOptions: import("vue").ComputedRef<{
|
|
4659
4659
|
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
4660
|
+
disabled?: boolean | undefined;
|
|
4661
|
+
rules?: {
|
|
4662
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4663
|
+
} | undefined;
|
|
4660
4664
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4661
4665
|
span: (NumberConstructor | StringConstructor)[];
|
|
4662
4666
|
order: (NumberConstructor | StringConstructor)[];
|
|
@@ -4731,15 +4735,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4731
4735
|
model?: {
|
|
4732
4736
|
[key: string]: any;
|
|
4733
4737
|
} | undefined;
|
|
4734
|
-
rules?: {
|
|
4735
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4736
|
-
} | undefined;
|
|
4737
4738
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
4738
4739
|
validateOnRuleChange?: boolean | undefined;
|
|
4739
4740
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
4740
4741
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
4741
4742
|
validateTrigger?: string | string[] | undefined;
|
|
4742
|
-
disabled?: boolean | undefined;
|
|
4743
4743
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
4744
4744
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
4745
4745
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -4812,6 +4812,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4812
4812
|
readonly item: any;
|
|
4813
4813
|
}, {}>;
|
|
4814
4814
|
}, {}, {}, {}, {
|
|
4815
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4816
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4815
4817
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4816
4818
|
layout: import("vue-types").VueTypeDef<string>;
|
|
4817
4819
|
labelCol: {
|
|
@@ -5036,25 +5038,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5036
5038
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
5037
5039
|
};
|
|
5038
5040
|
}>>;
|
|
5039
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5040
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5041
5041
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5042
5042
|
align: {
|
|
5043
|
-
type: import("vue").PropType<"middle" | "
|
|
5044
|
-
xs?: "middle" | "
|
|
5045
|
-
sm?: "middle" | "
|
|
5046
|
-
md?: "middle" | "
|
|
5047
|
-
lg?: "middle" | "
|
|
5048
|
-
xl?: "middle" | "
|
|
5049
|
-
xxl?: "middle" | "
|
|
5043
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
5044
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5045
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5046
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5047
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5048
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5049
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5050
5050
|
}>;
|
|
5051
|
-
default: "middle" | "
|
|
5052
|
-
xs?: "middle" | "
|
|
5053
|
-
sm?: "middle" | "
|
|
5054
|
-
md?: "middle" | "
|
|
5055
|
-
lg?: "middle" | "
|
|
5056
|
-
xl?: "middle" | "
|
|
5057
|
-
xxl?: "middle" | "
|
|
5051
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
5052
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5053
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5054
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5055
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5056
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5057
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
5058
5058
|
};
|
|
5059
5059
|
};
|
|
5060
5060
|
justify: {
|
|
@@ -6422,21 +6422,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6422
6422
|
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>;
|
|
6423
6423
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6424
6424
|
align: {
|
|
6425
|
-
type: import("vue").PropType<"middle" | "
|
|
6426
|
-
xs?: "middle" | "
|
|
6427
|
-
sm?: "middle" | "
|
|
6428
|
-
md?: "middle" | "
|
|
6429
|
-
lg?: "middle" | "
|
|
6430
|
-
xl?: "middle" | "
|
|
6431
|
-
xxl?: "middle" | "
|
|
6425
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6426
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6427
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6428
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6429
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6430
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6431
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6432
6432
|
}>;
|
|
6433
|
-
default: "middle" | "
|
|
6434
|
-
xs?: "middle" | "
|
|
6435
|
-
sm?: "middle" | "
|
|
6436
|
-
md?: "middle" | "
|
|
6437
|
-
lg?: "middle" | "
|
|
6438
|
-
xl?: "middle" | "
|
|
6439
|
-
xxl?: "middle" | "
|
|
6433
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6434
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6435
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6436
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6437
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6438
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6439
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6440
6440
|
};
|
|
6441
6441
|
};
|
|
6442
6442
|
justify: {
|
|
@@ -6468,21 +6468,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6468
6468
|
};
|
|
6469
6469
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6470
6470
|
align: {
|
|
6471
|
-
type: import("vue").PropType<"middle" | "
|
|
6472
|
-
xs?: "middle" | "
|
|
6473
|
-
sm?: "middle" | "
|
|
6474
|
-
md?: "middle" | "
|
|
6475
|
-
lg?: "middle" | "
|
|
6476
|
-
xl?: "middle" | "
|
|
6477
|
-
xxl?: "middle" | "
|
|
6471
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6472
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6473
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6474
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6475
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6476
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6477
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6478
6478
|
}>;
|
|
6479
|
-
default: "middle" | "
|
|
6480
|
-
xs?: "middle" | "
|
|
6481
|
-
sm?: "middle" | "
|
|
6482
|
-
md?: "middle" | "
|
|
6483
|
-
lg?: "middle" | "
|
|
6484
|
-
xl?: "middle" | "
|
|
6485
|
-
xxl?: "middle" | "
|
|
6479
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6480
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6481
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6482
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6483
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6484
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6485
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6486
6486
|
};
|
|
6487
6487
|
};
|
|
6488
6488
|
justify: {
|
|
@@ -6514,21 +6514,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6514
6514
|
};
|
|
6515
6515
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6516
6516
|
align: {
|
|
6517
|
-
type: import("vue").PropType<"middle" | "
|
|
6518
|
-
xs?: "middle" | "
|
|
6519
|
-
sm?: "middle" | "
|
|
6520
|
-
md?: "middle" | "
|
|
6521
|
-
lg?: "middle" | "
|
|
6522
|
-
xl?: "middle" | "
|
|
6523
|
-
xxl?: "middle" | "
|
|
6517
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6518
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6519
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6520
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6521
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6522
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6523
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6524
6524
|
}>;
|
|
6525
|
-
default: "middle" | "
|
|
6526
|
-
xs?: "middle" | "
|
|
6527
|
-
sm?: "middle" | "
|
|
6528
|
-
md?: "middle" | "
|
|
6529
|
-
lg?: "middle" | "
|
|
6530
|
-
xl?: "middle" | "
|
|
6531
|
-
xxl?: "middle" | "
|
|
6525
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6526
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6527
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6528
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6529
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6530
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6531
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6532
6532
|
};
|
|
6533
6533
|
};
|
|
6534
6534
|
justify: {
|
|
@@ -6560,21 +6560,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6560
6560
|
};
|
|
6561
6561
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6562
6562
|
align: {
|
|
6563
|
-
type: import("vue").PropType<"middle" | "
|
|
6564
|
-
xs?: "middle" | "
|
|
6565
|
-
sm?: "middle" | "
|
|
6566
|
-
md?: "middle" | "
|
|
6567
|
-
lg?: "middle" | "
|
|
6568
|
-
xl?: "middle" | "
|
|
6569
|
-
xxl?: "middle" | "
|
|
6563
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6564
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6565
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6566
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6567
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6568
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6569
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6570
6570
|
}>;
|
|
6571
|
-
default: "middle" | "
|
|
6572
|
-
xs?: "middle" | "
|
|
6573
|
-
sm?: "middle" | "
|
|
6574
|
-
md?: "middle" | "
|
|
6575
|
-
lg?: "middle" | "
|
|
6576
|
-
xl?: "middle" | "
|
|
6577
|
-
xxl?: "middle" | "
|
|
6571
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6572
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6573
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6574
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6575
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6576
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6577
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6578
6578
|
};
|
|
6579
6579
|
};
|
|
6580
6580
|
justify: {
|
|
@@ -6615,6 +6615,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6615
6615
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
6616
6616
|
}, {
|
|
6617
6617
|
props: import("@vue/shared").LooseRequired<{
|
|
6618
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6619
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6618
6620
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6619
6621
|
layout: import("vue-types").VueTypeDef<string>;
|
|
6620
6622
|
labelCol: {
|
|
@@ -6839,25 +6841,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6839
6841
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
6840
6842
|
};
|
|
6841
6843
|
}>>;
|
|
6842
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6843
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6844
6844
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6845
6845
|
align: {
|
|
6846
|
-
type: import("vue").PropType<"middle" | "
|
|
6847
|
-
xs?: "middle" | "
|
|
6848
|
-
sm?: "middle" | "
|
|
6849
|
-
md?: "middle" | "
|
|
6850
|
-
lg?: "middle" | "
|
|
6851
|
-
xl?: "middle" | "
|
|
6852
|
-
xxl?: "middle" | "
|
|
6846
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6847
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6848
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6849
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6850
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6851
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6852
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6853
6853
|
}>;
|
|
6854
|
-
default: "middle" | "
|
|
6855
|
-
xs?: "middle" | "
|
|
6856
|
-
sm?: "middle" | "
|
|
6857
|
-
md?: "middle" | "
|
|
6858
|
-
lg?: "middle" | "
|
|
6859
|
-
xl?: "middle" | "
|
|
6860
|
-
xxl?: "middle" | "
|
|
6854
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6855
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6856
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6857
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6858
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6859
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6860
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6861
6861
|
};
|
|
6862
6862
|
};
|
|
6863
6863
|
justify: {
|
|
@@ -6994,6 +6994,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6994
6994
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
6995
6995
|
computedFormOptions: import("vue").ComputedRef<{
|
|
6996
6996
|
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
6997
|
+
disabled?: boolean | undefined;
|
|
6998
|
+
rules?: {
|
|
6999
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
7000
|
+
} | undefined;
|
|
6997
7001
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
6998
7002
|
span: (NumberConstructor | StringConstructor)[];
|
|
6999
7003
|
order: (NumberConstructor | StringConstructor)[];
|
|
@@ -7068,15 +7072,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7068
7072
|
model?: {
|
|
7069
7073
|
[key: string]: any;
|
|
7070
7074
|
} | undefined;
|
|
7071
|
-
rules?: {
|
|
7072
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
7073
|
-
} | undefined;
|
|
7074
7075
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
7075
7076
|
validateOnRuleChange?: boolean | undefined;
|
|
7076
7077
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
7077
7078
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
7078
7079
|
validateTrigger?: string | string[] | undefined;
|
|
7079
|
-
disabled?: boolean | undefined;
|
|
7080
7080
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
7081
7081
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
7082
7082
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -8050,21 +8050,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8050
8050
|
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>;
|
|
8051
8051
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8052
8052
|
align: {
|
|
8053
|
-
type: import("vue").PropType<"middle" | "
|
|
8054
|
-
xs?: "middle" | "
|
|
8055
|
-
sm?: "middle" | "
|
|
8056
|
-
md?: "middle" | "
|
|
8057
|
-
lg?: "middle" | "
|
|
8058
|
-
xl?: "middle" | "
|
|
8059
|
-
xxl?: "middle" | "
|
|
8053
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8054
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8055
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8056
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8057
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8058
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8059
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8060
8060
|
}>;
|
|
8061
|
-
default: "middle" | "
|
|
8062
|
-
xs?: "middle" | "
|
|
8063
|
-
sm?: "middle" | "
|
|
8064
|
-
md?: "middle" | "
|
|
8065
|
-
lg?: "middle" | "
|
|
8066
|
-
xl?: "middle" | "
|
|
8067
|
-
xxl?: "middle" | "
|
|
8061
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8062
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8063
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8064
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8065
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8066
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8067
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8068
8068
|
};
|
|
8069
8069
|
};
|
|
8070
8070
|
justify: {
|
|
@@ -8096,21 +8096,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8096
8096
|
};
|
|
8097
8097
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8098
8098
|
align: {
|
|
8099
|
-
type: import("vue").PropType<"middle" | "
|
|
8100
|
-
xs?: "middle" | "
|
|
8101
|
-
sm?: "middle" | "
|
|
8102
|
-
md?: "middle" | "
|
|
8103
|
-
lg?: "middle" | "
|
|
8104
|
-
xl?: "middle" | "
|
|
8105
|
-
xxl?: "middle" | "
|
|
8099
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8100
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8101
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8102
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8103
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8104
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8105
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8106
8106
|
}>;
|
|
8107
|
-
default: "middle" | "
|
|
8108
|
-
xs?: "middle" | "
|
|
8109
|
-
sm?: "middle" | "
|
|
8110
|
-
md?: "middle" | "
|
|
8111
|
-
lg?: "middle" | "
|
|
8112
|
-
xl?: "middle" | "
|
|
8113
|
-
xxl?: "middle" | "
|
|
8107
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8108
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8109
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8110
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8111
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8112
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8113
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8114
8114
|
};
|
|
8115
8115
|
};
|
|
8116
8116
|
justify: {
|
|
@@ -8142,21 +8142,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8142
8142
|
};
|
|
8143
8143
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8144
8144
|
align: {
|
|
8145
|
-
type: import("vue").PropType<"middle" | "
|
|
8146
|
-
xs?: "middle" | "
|
|
8147
|
-
sm?: "middle" | "
|
|
8148
|
-
md?: "middle" | "
|
|
8149
|
-
lg?: "middle" | "
|
|
8150
|
-
xl?: "middle" | "
|
|
8151
|
-
xxl?: "middle" | "
|
|
8145
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8146
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8147
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8148
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8149
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8150
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8151
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8152
8152
|
}>;
|
|
8153
|
-
default: "middle" | "
|
|
8154
|
-
xs?: "middle" | "
|
|
8155
|
-
sm?: "middle" | "
|
|
8156
|
-
md?: "middle" | "
|
|
8157
|
-
lg?: "middle" | "
|
|
8158
|
-
xl?: "middle" | "
|
|
8159
|
-
xxl?: "middle" | "
|
|
8153
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8154
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8155
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8156
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8157
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8158
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8159
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8160
8160
|
};
|
|
8161
8161
|
};
|
|
8162
8162
|
justify: {
|
|
@@ -8188,21 +8188,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8188
8188
|
};
|
|
8189
8189
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8190
8190
|
align: {
|
|
8191
|
-
type: import("vue").PropType<"middle" | "
|
|
8192
|
-
xs?: "middle" | "
|
|
8193
|
-
sm?: "middle" | "
|
|
8194
|
-
md?: "middle" | "
|
|
8195
|
-
lg?: "middle" | "
|
|
8196
|
-
xl?: "middle" | "
|
|
8197
|
-
xxl?: "middle" | "
|
|
8191
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8192
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8193
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8194
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8195
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8196
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8197
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8198
8198
|
}>;
|
|
8199
|
-
default: "middle" | "
|
|
8200
|
-
xs?: "middle" | "
|
|
8201
|
-
sm?: "middle" | "
|
|
8202
|
-
md?: "middle" | "
|
|
8203
|
-
lg?: "middle" | "
|
|
8204
|
-
xl?: "middle" | "
|
|
8205
|
-
xxl?: "middle" | "
|
|
8199
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8200
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8201
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8202
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8203
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8204
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8205
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8206
8206
|
};
|
|
8207
8207
|
};
|
|
8208
8208
|
justify: {
|
|
@@ -8242,6 +8242,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8242
8242
|
}>> & {
|
|
8243
8243
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
8244
8244
|
}, {
|
|
8245
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8246
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8245
8247
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8246
8248
|
layout: import("vue-types").VueTypeDef<string>;
|
|
8247
8249
|
labelCol: {
|
|
@@ -8466,25 +8468,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8466
8468
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
8467
8469
|
};
|
|
8468
8470
|
}>>;
|
|
8469
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8470
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8471
8471
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8472
8472
|
align: {
|
|
8473
|
-
type: import("vue").PropType<"middle" | "
|
|
8474
|
-
xs?: "middle" | "
|
|
8475
|
-
sm?: "middle" | "
|
|
8476
|
-
md?: "middle" | "
|
|
8477
|
-
lg?: "middle" | "
|
|
8478
|
-
xl?: "middle" | "
|
|
8479
|
-
xxl?: "middle" | "
|
|
8473
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8474
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8475
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8476
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8477
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8478
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8479
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8480
8480
|
}>;
|
|
8481
|
-
default: "middle" | "
|
|
8482
|
-
xs?: "middle" | "
|
|
8483
|
-
sm?: "middle" | "
|
|
8484
|
-
md?: "middle" | "
|
|
8485
|
-
lg?: "middle" | "
|
|
8486
|
-
xl?: "middle" | "
|
|
8487
|
-
xxl?: "middle" | "
|
|
8481
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8482
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8483
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8484
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8485
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8486
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8487
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8488
8488
|
};
|
|
8489
8489
|
};
|
|
8490
8490
|
justify: {
|
|
@@ -9426,21 +9426,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9426
9426
|
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>;
|
|
9427
9427
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9428
9428
|
align: {
|
|
9429
|
-
type: import("vue").PropType<"middle" | "
|
|
9430
|
-
xs?: "middle" | "
|
|
9431
|
-
sm?: "middle" | "
|
|
9432
|
-
md?: "middle" | "
|
|
9433
|
-
lg?: "middle" | "
|
|
9434
|
-
xl?: "middle" | "
|
|
9435
|
-
xxl?: "middle" | "
|
|
9429
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
9430
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9431
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9432
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9433
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9434
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9435
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9436
9436
|
}>;
|
|
9437
|
-
default: "middle" | "
|
|
9438
|
-
xs?: "middle" | "
|
|
9439
|
-
sm?: "middle" | "
|
|
9440
|
-
md?: "middle" | "
|
|
9441
|
-
lg?: "middle" | "
|
|
9442
|
-
xl?: "middle" | "
|
|
9443
|
-
xxl?: "middle" | "
|
|
9437
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
9438
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9439
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9440
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9441
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9442
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9443
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9444
9444
|
};
|
|
9445
9445
|
};
|
|
9446
9446
|
justify: {
|
|
@@ -9472,21 +9472,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9472
9472
|
};
|
|
9473
9473
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9474
9474
|
align: {
|
|
9475
|
-
type: import("vue").PropType<"middle" | "
|
|
9476
|
-
xs?: "middle" | "
|
|
9477
|
-
sm?: "middle" | "
|
|
9478
|
-
md?: "middle" | "
|
|
9479
|
-
lg?: "middle" | "
|
|
9480
|
-
xl?: "middle" | "
|
|
9481
|
-
xxl?: "middle" | "
|
|
9475
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
9476
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9477
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9478
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9479
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9480
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9481
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9482
9482
|
}>;
|
|
9483
|
-
default: "middle" | "
|
|
9484
|
-
xs?: "middle" | "
|
|
9485
|
-
sm?: "middle" | "
|
|
9486
|
-
md?: "middle" | "
|
|
9487
|
-
lg?: "middle" | "
|
|
9488
|
-
xl?: "middle" | "
|
|
9489
|
-
xxl?: "middle" | "
|
|
9483
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
9484
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9485
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9486
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9487
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9488
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9489
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9490
9490
|
};
|
|
9491
9491
|
};
|
|
9492
9492
|
justify: {
|
|
@@ -9518,21 +9518,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9518
9518
|
};
|
|
9519
9519
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9520
9520
|
align: {
|
|
9521
|
-
type: import("vue").PropType<"middle" | "
|
|
9522
|
-
xs?: "middle" | "
|
|
9523
|
-
sm?: "middle" | "
|
|
9524
|
-
md?: "middle" | "
|
|
9525
|
-
lg?: "middle" | "
|
|
9526
|
-
xl?: "middle" | "
|
|
9527
|
-
xxl?: "middle" | "
|
|
9521
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
9522
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9523
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9524
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9525
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9526
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9527
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9528
9528
|
}>;
|
|
9529
|
-
default: "middle" | "
|
|
9530
|
-
xs?: "middle" | "
|
|
9531
|
-
sm?: "middle" | "
|
|
9532
|
-
md?: "middle" | "
|
|
9533
|
-
lg?: "middle" | "
|
|
9534
|
-
xl?: "middle" | "
|
|
9535
|
-
xxl?: "middle" | "
|
|
9529
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
9530
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9531
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9532
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9533
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9534
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9535
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9536
9536
|
};
|
|
9537
9537
|
};
|
|
9538
9538
|
justify: {
|
|
@@ -9564,21 +9564,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9564
9564
|
};
|
|
9565
9565
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9566
9566
|
align: {
|
|
9567
|
-
type: import("vue").PropType<"middle" | "
|
|
9568
|
-
xs?: "middle" | "
|
|
9569
|
-
sm?: "middle" | "
|
|
9570
|
-
md?: "middle" | "
|
|
9571
|
-
lg?: "middle" | "
|
|
9572
|
-
xl?: "middle" | "
|
|
9573
|
-
xxl?: "middle" | "
|
|
9567
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
9568
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9569
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9570
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9571
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9572
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9573
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9574
9574
|
}>;
|
|
9575
|
-
default: "middle" | "
|
|
9576
|
-
xs?: "middle" | "
|
|
9577
|
-
sm?: "middle" | "
|
|
9578
|
-
md?: "middle" | "
|
|
9579
|
-
lg?: "middle" | "
|
|
9580
|
-
xl?: "middle" | "
|
|
9581
|
-
xxl?: "middle" | "
|
|
9575
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
9576
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9577
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9578
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9579
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9580
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9581
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9582
9582
|
};
|
|
9583
9583
|
};
|
|
9584
9584
|
justify: {
|
|
@@ -9619,6 +9619,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9619
9619
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
9620
9620
|
}, {
|
|
9621
9621
|
props: import("@vue/shared").LooseRequired<{
|
|
9622
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9623
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9622
9624
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9623
9625
|
layout: import("vue-types").VueTypeDef<string>;
|
|
9624
9626
|
labelCol: {
|
|
@@ -9843,25 +9845,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9843
9845
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9844
9846
|
};
|
|
9845
9847
|
}>>;
|
|
9846
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9847
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9848
9848
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9849
9849
|
align: {
|
|
9850
|
-
type: import("vue").PropType<"middle" | "
|
|
9851
|
-
xs?: "middle" | "
|
|
9852
|
-
sm?: "middle" | "
|
|
9853
|
-
md?: "middle" | "
|
|
9854
|
-
lg?: "middle" | "
|
|
9855
|
-
xl?: "middle" | "
|
|
9856
|
-
xxl?: "middle" | "
|
|
9850
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
9851
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9852
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9853
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9854
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9855
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9856
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9857
9857
|
}>;
|
|
9858
|
-
default: "middle" | "
|
|
9859
|
-
xs?: "middle" | "
|
|
9860
|
-
sm?: "middle" | "
|
|
9861
|
-
md?: "middle" | "
|
|
9862
|
-
lg?: "middle" | "
|
|
9863
|
-
xl?: "middle" | "
|
|
9864
|
-
xxl?: "middle" | "
|
|
9858
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
9859
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9860
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9861
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9862
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9863
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9864
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9865
9865
|
};
|
|
9866
9866
|
};
|
|
9867
9867
|
justify: {
|
|
@@ -9998,6 +9998,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9998
9998
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
9999
9999
|
computedFormOptions: import("vue").ComputedRef<{
|
|
10000
10000
|
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
10001
|
+
disabled?: boolean | undefined;
|
|
10002
|
+
rules?: {
|
|
10003
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
10004
|
+
} | undefined;
|
|
10001
10005
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
10002
10006
|
span: (NumberConstructor | StringConstructor)[];
|
|
10003
10007
|
order: (NumberConstructor | StringConstructor)[];
|
|
@@ -10072,15 +10076,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10072
10076
|
model?: {
|
|
10073
10077
|
[key: string]: any;
|
|
10074
10078
|
} | undefined;
|
|
10075
|
-
rules?: {
|
|
10076
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
10077
|
-
} | undefined;
|
|
10078
10079
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
10079
10080
|
validateOnRuleChange?: boolean | undefined;
|
|
10080
10081
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
10081
10082
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
10082
10083
|
validateTrigger?: string | string[] | undefined;
|
|
10083
|
-
disabled?: boolean | undefined;
|
|
10084
10084
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
10085
10085
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
10086
10086
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -10153,6 +10153,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10153
10153
|
readonly item: any;
|
|
10154
10154
|
}, {}>;
|
|
10155
10155
|
}, {}, {}, {}, {
|
|
10156
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10157
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10156
10158
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10157
10159
|
layout: import("vue-types").VueTypeDef<string>;
|
|
10158
10160
|
labelCol: {
|
|
@@ -10377,25 +10379,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10377
10379
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
10378
10380
|
};
|
|
10379
10381
|
}>>;
|
|
10380
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10381
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10382
10382
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10383
10383
|
align: {
|
|
10384
|
-
type: import("vue").PropType<"middle" | "
|
|
10385
|
-
xs?: "middle" | "
|
|
10386
|
-
sm?: "middle" | "
|
|
10387
|
-
md?: "middle" | "
|
|
10388
|
-
lg?: "middle" | "
|
|
10389
|
-
xl?: "middle" | "
|
|
10390
|
-
xxl?: "middle" | "
|
|
10384
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
10385
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10386
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10387
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10388
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10389
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10390
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10391
10391
|
}>;
|
|
10392
|
-
default: "middle" | "
|
|
10393
|
-
xs?: "middle" | "
|
|
10394
|
-
sm?: "middle" | "
|
|
10395
|
-
md?: "middle" | "
|
|
10396
|
-
lg?: "middle" | "
|
|
10397
|
-
xl?: "middle" | "
|
|
10398
|
-
xxl?: "middle" | "
|
|
10392
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
10393
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10394
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10395
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10396
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10397
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10398
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10399
10399
|
};
|
|
10400
10400
|
};
|
|
10401
10401
|
justify: {
|
|
@@ -11691,21 +11691,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11691
11691
|
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>;
|
|
11692
11692
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11693
11693
|
align: {
|
|
11694
|
-
type: import("vue").PropType<"middle" | "
|
|
11695
|
-
xs?: "middle" | "
|
|
11696
|
-
sm?: "middle" | "
|
|
11697
|
-
md?: "middle" | "
|
|
11698
|
-
lg?: "middle" | "
|
|
11699
|
-
xl?: "middle" | "
|
|
11700
|
-
xxl?: "middle" | "
|
|
11694
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
11695
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11696
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11697
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11698
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11699
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11700
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11701
11701
|
}>;
|
|
11702
|
-
default: "middle" | "
|
|
11703
|
-
xs?: "middle" | "
|
|
11704
|
-
sm?: "middle" | "
|
|
11705
|
-
md?: "middle" | "
|
|
11706
|
-
lg?: "middle" | "
|
|
11707
|
-
xl?: "middle" | "
|
|
11708
|
-
xxl?: "middle" | "
|
|
11702
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
11703
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11704
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11705
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11706
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11707
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11708
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11709
11709
|
};
|
|
11710
11710
|
};
|
|
11711
11711
|
justify: {
|
|
@@ -11737,21 +11737,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11737
11737
|
};
|
|
11738
11738
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11739
11739
|
align: {
|
|
11740
|
-
type: import("vue").PropType<"middle" | "
|
|
11741
|
-
xs?: "middle" | "
|
|
11742
|
-
sm?: "middle" | "
|
|
11743
|
-
md?: "middle" | "
|
|
11744
|
-
lg?: "middle" | "
|
|
11745
|
-
xl?: "middle" | "
|
|
11746
|
-
xxl?: "middle" | "
|
|
11740
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
11741
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11742
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11743
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11744
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11745
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11746
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11747
11747
|
}>;
|
|
11748
|
-
default: "middle" | "
|
|
11749
|
-
xs?: "middle" | "
|
|
11750
|
-
sm?: "middle" | "
|
|
11751
|
-
md?: "middle" | "
|
|
11752
|
-
lg?: "middle" | "
|
|
11753
|
-
xl?: "middle" | "
|
|
11754
|
-
xxl?: "middle" | "
|
|
11748
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
11749
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11750
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11751
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11752
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11753
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11754
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11755
11755
|
};
|
|
11756
11756
|
};
|
|
11757
11757
|
justify: {
|
|
@@ -11783,21 +11783,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11783
11783
|
};
|
|
11784
11784
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11785
11785
|
align: {
|
|
11786
|
-
type: import("vue").PropType<"middle" | "
|
|
11787
|
-
xs?: "middle" | "
|
|
11788
|
-
sm?: "middle" | "
|
|
11789
|
-
md?: "middle" | "
|
|
11790
|
-
lg?: "middle" | "
|
|
11791
|
-
xl?: "middle" | "
|
|
11792
|
-
xxl?: "middle" | "
|
|
11786
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
11787
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11788
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11789
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11790
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11791
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11792
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11793
11793
|
}>;
|
|
11794
|
-
default: "middle" | "
|
|
11795
|
-
xs?: "middle" | "
|
|
11796
|
-
sm?: "middle" | "
|
|
11797
|
-
md?: "middle" | "
|
|
11798
|
-
lg?: "middle" | "
|
|
11799
|
-
xl?: "middle" | "
|
|
11800
|
-
xxl?: "middle" | "
|
|
11794
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
11795
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11796
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11797
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11798
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11799
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11800
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11801
11801
|
};
|
|
11802
11802
|
};
|
|
11803
11803
|
justify: {
|
|
@@ -11829,21 +11829,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11829
11829
|
};
|
|
11830
11830
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11831
11831
|
align: {
|
|
11832
|
-
type: import("vue").PropType<"middle" | "
|
|
11833
|
-
xs?: "middle" | "
|
|
11834
|
-
sm?: "middle" | "
|
|
11835
|
-
md?: "middle" | "
|
|
11836
|
-
lg?: "middle" | "
|
|
11837
|
-
xl?: "middle" | "
|
|
11838
|
-
xxl?: "middle" | "
|
|
11832
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
11833
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11834
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11835
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11836
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11837
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11838
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11839
11839
|
}>;
|
|
11840
|
-
default: "middle" | "
|
|
11841
|
-
xs?: "middle" | "
|
|
11842
|
-
sm?: "middle" | "
|
|
11843
|
-
md?: "middle" | "
|
|
11844
|
-
lg?: "middle" | "
|
|
11845
|
-
xl?: "middle" | "
|
|
11846
|
-
xxl?: "middle" | "
|
|
11840
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
11841
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11842
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11843
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11844
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11845
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11846
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11847
11847
|
};
|
|
11848
11848
|
};
|
|
11849
11849
|
justify: {
|
|
@@ -11884,6 +11884,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11884
11884
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
11885
11885
|
}, {
|
|
11886
11886
|
props: import("@vue/shared").LooseRequired<{
|
|
11887
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11888
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11887
11889
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
11888
11890
|
layout: import("vue-types").VueTypeDef<string>;
|
|
11889
11891
|
labelCol: {
|
|
@@ -12108,25 +12110,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12108
12110
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
12109
12111
|
};
|
|
12110
12112
|
}>>;
|
|
12111
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12112
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12113
12113
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12114
12114
|
align: {
|
|
12115
|
-
type: import("vue").PropType<"middle" | "
|
|
12116
|
-
xs?: "middle" | "
|
|
12117
|
-
sm?: "middle" | "
|
|
12118
|
-
md?: "middle" | "
|
|
12119
|
-
lg?: "middle" | "
|
|
12120
|
-
xl?: "middle" | "
|
|
12121
|
-
xxl?: "middle" | "
|
|
12115
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
12116
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12117
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12118
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12119
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12120
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12121
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12122
12122
|
}>;
|
|
12123
|
-
default: "middle" | "
|
|
12124
|
-
xs?: "middle" | "
|
|
12125
|
-
sm?: "middle" | "
|
|
12126
|
-
md?: "middle" | "
|
|
12127
|
-
lg?: "middle" | "
|
|
12128
|
-
xl?: "middle" | "
|
|
12129
|
-
xxl?: "middle" | "
|
|
12123
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
12124
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12125
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12126
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12127
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12128
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12129
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12130
12130
|
};
|
|
12131
12131
|
};
|
|
12132
12132
|
justify: {
|
|
@@ -12263,6 +12263,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12263
12263
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
12264
12264
|
computedFormOptions: import("vue").ComputedRef<{
|
|
12265
12265
|
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
12266
|
+
disabled?: boolean | undefined;
|
|
12267
|
+
rules?: {
|
|
12268
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
12269
|
+
} | undefined;
|
|
12266
12270
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12267
12271
|
span: (NumberConstructor | StringConstructor)[];
|
|
12268
12272
|
order: (NumberConstructor | StringConstructor)[];
|
|
@@ -12337,15 +12341,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12337
12341
|
model?: {
|
|
12338
12342
|
[key: string]: any;
|
|
12339
12343
|
} | undefined;
|
|
12340
|
-
rules?: {
|
|
12341
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
12342
|
-
} | undefined;
|
|
12343
12344
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
12344
12345
|
validateOnRuleChange?: boolean | undefined;
|
|
12345
12346
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
12346
12347
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
12347
12348
|
validateTrigger?: string | string[] | undefined;
|
|
12348
|
-
disabled?: boolean | undefined;
|
|
12349
12349
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
12350
12350
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
12351
12351
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -13319,21 +13319,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13319
13319
|
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>;
|
|
13320
13320
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13321
13321
|
align: {
|
|
13322
|
-
type: import("vue").PropType<"middle" | "
|
|
13323
|
-
xs?: "middle" | "
|
|
13324
|
-
sm?: "middle" | "
|
|
13325
|
-
md?: "middle" | "
|
|
13326
|
-
lg?: "middle" | "
|
|
13327
|
-
xl?: "middle" | "
|
|
13328
|
-
xxl?: "middle" | "
|
|
13322
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13323
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13324
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13325
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13326
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13327
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13328
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13329
13329
|
}>;
|
|
13330
|
-
default: "middle" | "
|
|
13331
|
-
xs?: "middle" | "
|
|
13332
|
-
sm?: "middle" | "
|
|
13333
|
-
md?: "middle" | "
|
|
13334
|
-
lg?: "middle" | "
|
|
13335
|
-
xl?: "middle" | "
|
|
13336
|
-
xxl?: "middle" | "
|
|
13330
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13331
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13332
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13333
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13334
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13335
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13336
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13337
13337
|
};
|
|
13338
13338
|
};
|
|
13339
13339
|
justify: {
|
|
@@ -13365,21 +13365,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13365
13365
|
};
|
|
13366
13366
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13367
13367
|
align: {
|
|
13368
|
-
type: import("vue").PropType<"middle" | "
|
|
13369
|
-
xs?: "middle" | "
|
|
13370
|
-
sm?: "middle" | "
|
|
13371
|
-
md?: "middle" | "
|
|
13372
|
-
lg?: "middle" | "
|
|
13373
|
-
xl?: "middle" | "
|
|
13374
|
-
xxl?: "middle" | "
|
|
13368
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13369
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13370
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13371
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13372
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13373
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13374
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13375
13375
|
}>;
|
|
13376
|
-
default: "middle" | "
|
|
13377
|
-
xs?: "middle" | "
|
|
13378
|
-
sm?: "middle" | "
|
|
13379
|
-
md?: "middle" | "
|
|
13380
|
-
lg?: "middle" | "
|
|
13381
|
-
xl?: "middle" | "
|
|
13382
|
-
xxl?: "middle" | "
|
|
13376
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13377
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13378
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13379
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13380
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13381
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13382
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13383
13383
|
};
|
|
13384
13384
|
};
|
|
13385
13385
|
justify: {
|
|
@@ -13411,21 +13411,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13411
13411
|
};
|
|
13412
13412
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13413
13413
|
align: {
|
|
13414
|
-
type: import("vue").PropType<"middle" | "
|
|
13415
|
-
xs?: "middle" | "
|
|
13416
|
-
sm?: "middle" | "
|
|
13417
|
-
md?: "middle" | "
|
|
13418
|
-
lg?: "middle" | "
|
|
13419
|
-
xl?: "middle" | "
|
|
13420
|
-
xxl?: "middle" | "
|
|
13414
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13415
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13416
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13417
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13418
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13419
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13420
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13421
13421
|
}>;
|
|
13422
|
-
default: "middle" | "
|
|
13423
|
-
xs?: "middle" | "
|
|
13424
|
-
sm?: "middle" | "
|
|
13425
|
-
md?: "middle" | "
|
|
13426
|
-
lg?: "middle" | "
|
|
13427
|
-
xl?: "middle" | "
|
|
13428
|
-
xxl?: "middle" | "
|
|
13422
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13423
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13424
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13425
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13426
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13427
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13428
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13429
13429
|
};
|
|
13430
13430
|
};
|
|
13431
13431
|
justify: {
|
|
@@ -13457,21 +13457,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13457
13457
|
};
|
|
13458
13458
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13459
13459
|
align: {
|
|
13460
|
-
type: import("vue").PropType<"middle" | "
|
|
13461
|
-
xs?: "middle" | "
|
|
13462
|
-
sm?: "middle" | "
|
|
13463
|
-
md?: "middle" | "
|
|
13464
|
-
lg?: "middle" | "
|
|
13465
|
-
xl?: "middle" | "
|
|
13466
|
-
xxl?: "middle" | "
|
|
13460
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13461
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13462
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13463
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13464
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13465
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13466
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13467
13467
|
}>;
|
|
13468
|
-
default: "middle" | "
|
|
13469
|
-
xs?: "middle" | "
|
|
13470
|
-
sm?: "middle" | "
|
|
13471
|
-
md?: "middle" | "
|
|
13472
|
-
lg?: "middle" | "
|
|
13473
|
-
xl?: "middle" | "
|
|
13474
|
-
xxl?: "middle" | "
|
|
13468
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13469
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13470
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13471
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13472
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13473
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13474
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13475
13475
|
};
|
|
13476
13476
|
};
|
|
13477
13477
|
justify: {
|
|
@@ -13511,6 +13511,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13511
13511
|
}>> & {
|
|
13512
13512
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
13513
13513
|
}, {
|
|
13514
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13515
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13514
13516
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13515
13517
|
layout: import("vue-types").VueTypeDef<string>;
|
|
13516
13518
|
labelCol: {
|
|
@@ -13735,25 +13737,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13735
13737
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
13736
13738
|
};
|
|
13737
13739
|
}>>;
|
|
13738
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13739
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13740
13740
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13741
13741
|
align: {
|
|
13742
|
-
type: import("vue").PropType<"middle" | "
|
|
13743
|
-
xs?: "middle" | "
|
|
13744
|
-
sm?: "middle" | "
|
|
13745
|
-
md?: "middle" | "
|
|
13746
|
-
lg?: "middle" | "
|
|
13747
|
-
xl?: "middle" | "
|
|
13748
|
-
xxl?: "middle" | "
|
|
13742
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13743
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13744
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13745
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13746
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13747
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13748
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13749
13749
|
}>;
|
|
13750
|
-
default: "middle" | "
|
|
13751
|
-
xs?: "middle" | "
|
|
13752
|
-
sm?: "middle" | "
|
|
13753
|
-
md?: "middle" | "
|
|
13754
|
-
lg?: "middle" | "
|
|
13755
|
-
xl?: "middle" | "
|
|
13756
|
-
xxl?: "middle" | "
|
|
13750
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13751
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13752
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13753
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13754
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13755
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13756
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13757
13757
|
};
|
|
13758
13758
|
};
|
|
13759
13759
|
justify: {
|
|
@@ -14695,21 +14695,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14695
14695
|
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>;
|
|
14696
14696
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14697
14697
|
align: {
|
|
14698
|
-
type: import("vue").PropType<"middle" | "
|
|
14699
|
-
xs?: "middle" | "
|
|
14700
|
-
sm?: "middle" | "
|
|
14701
|
-
md?: "middle" | "
|
|
14702
|
-
lg?: "middle" | "
|
|
14703
|
-
xl?: "middle" | "
|
|
14704
|
-
xxl?: "middle" | "
|
|
14698
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
14699
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14700
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14701
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14702
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14703
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14704
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14705
14705
|
}>;
|
|
14706
|
-
default: "middle" | "
|
|
14707
|
-
xs?: "middle" | "
|
|
14708
|
-
sm?: "middle" | "
|
|
14709
|
-
md?: "middle" | "
|
|
14710
|
-
lg?: "middle" | "
|
|
14711
|
-
xl?: "middle" | "
|
|
14712
|
-
xxl?: "middle" | "
|
|
14706
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
14707
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14708
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14709
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14710
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14711
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14712
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14713
14713
|
};
|
|
14714
14714
|
};
|
|
14715
14715
|
justify: {
|
|
@@ -14741,21 +14741,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14741
14741
|
};
|
|
14742
14742
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14743
14743
|
align: {
|
|
14744
|
-
type: import("vue").PropType<"middle" | "
|
|
14745
|
-
xs?: "middle" | "
|
|
14746
|
-
sm?: "middle" | "
|
|
14747
|
-
md?: "middle" | "
|
|
14748
|
-
lg?: "middle" | "
|
|
14749
|
-
xl?: "middle" | "
|
|
14750
|
-
xxl?: "middle" | "
|
|
14744
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
14745
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14746
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14747
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14748
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14749
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14750
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14751
14751
|
}>;
|
|
14752
|
-
default: "middle" | "
|
|
14753
|
-
xs?: "middle" | "
|
|
14754
|
-
sm?: "middle" | "
|
|
14755
|
-
md?: "middle" | "
|
|
14756
|
-
lg?: "middle" | "
|
|
14757
|
-
xl?: "middle" | "
|
|
14758
|
-
xxl?: "middle" | "
|
|
14752
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
14753
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14754
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14755
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14756
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14757
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14758
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14759
14759
|
};
|
|
14760
14760
|
};
|
|
14761
14761
|
justify: {
|
|
@@ -14787,21 +14787,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14787
14787
|
};
|
|
14788
14788
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14789
14789
|
align: {
|
|
14790
|
-
type: import("vue").PropType<"middle" | "
|
|
14791
|
-
xs?: "middle" | "
|
|
14792
|
-
sm?: "middle" | "
|
|
14793
|
-
md?: "middle" | "
|
|
14794
|
-
lg?: "middle" | "
|
|
14795
|
-
xl?: "middle" | "
|
|
14796
|
-
xxl?: "middle" | "
|
|
14790
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
14791
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14792
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14793
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14794
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14795
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14796
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14797
14797
|
}>;
|
|
14798
|
-
default: "middle" | "
|
|
14799
|
-
xs?: "middle" | "
|
|
14800
|
-
sm?: "middle" | "
|
|
14801
|
-
md?: "middle" | "
|
|
14802
|
-
lg?: "middle" | "
|
|
14803
|
-
xl?: "middle" | "
|
|
14804
|
-
xxl?: "middle" | "
|
|
14798
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
14799
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14800
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14801
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14802
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14803
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14804
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14805
14805
|
};
|
|
14806
14806
|
};
|
|
14807
14807
|
justify: {
|
|
@@ -14833,21 +14833,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14833
14833
|
};
|
|
14834
14834
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14835
14835
|
align: {
|
|
14836
|
-
type: import("vue").PropType<"middle" | "
|
|
14837
|
-
xs?: "middle" | "
|
|
14838
|
-
sm?: "middle" | "
|
|
14839
|
-
md?: "middle" | "
|
|
14840
|
-
lg?: "middle" | "
|
|
14841
|
-
xl?: "middle" | "
|
|
14842
|
-
xxl?: "middle" | "
|
|
14836
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
14837
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14838
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14839
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14840
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14841
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14842
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14843
14843
|
}>;
|
|
14844
|
-
default: "middle" | "
|
|
14845
|
-
xs?: "middle" | "
|
|
14846
|
-
sm?: "middle" | "
|
|
14847
|
-
md?: "middle" | "
|
|
14848
|
-
lg?: "middle" | "
|
|
14849
|
-
xl?: "middle" | "
|
|
14850
|
-
xxl?: "middle" | "
|
|
14844
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
14845
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14846
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14847
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14848
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14849
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14850
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14851
14851
|
};
|
|
14852
14852
|
};
|
|
14853
14853
|
justify: {
|
|
@@ -14888,6 +14888,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14888
14888
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
14889
14889
|
}, {
|
|
14890
14890
|
props: import("@vue/shared").LooseRequired<{
|
|
14891
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14892
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14891
14893
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14892
14894
|
layout: import("vue-types").VueTypeDef<string>;
|
|
14893
14895
|
labelCol: {
|
|
@@ -15112,25 +15114,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15112
15114
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
15113
15115
|
};
|
|
15114
15116
|
}>>;
|
|
15115
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15116
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15117
15117
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15118
15118
|
align: {
|
|
15119
|
-
type: import("vue").PropType<"middle" | "
|
|
15120
|
-
xs?: "middle" | "
|
|
15121
|
-
sm?: "middle" | "
|
|
15122
|
-
md?: "middle" | "
|
|
15123
|
-
lg?: "middle" | "
|
|
15124
|
-
xl?: "middle" | "
|
|
15125
|
-
xxl?: "middle" | "
|
|
15119
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
15120
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15121
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15122
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15123
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15124
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15125
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15126
15126
|
}>;
|
|
15127
|
-
default: "middle" | "
|
|
15128
|
-
xs?: "middle" | "
|
|
15129
|
-
sm?: "middle" | "
|
|
15130
|
-
md?: "middle" | "
|
|
15131
|
-
lg?: "middle" | "
|
|
15132
|
-
xl?: "middle" | "
|
|
15133
|
-
xxl?: "middle" | "
|
|
15127
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
15128
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15129
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15130
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15131
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15132
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15133
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15134
15134
|
};
|
|
15135
15135
|
};
|
|
15136
15136
|
justify: {
|
|
@@ -15267,6 +15267,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15267
15267
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
15268
15268
|
computedFormOptions: import("vue").ComputedRef<{
|
|
15269
15269
|
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
15270
|
+
disabled?: boolean | undefined;
|
|
15271
|
+
rules?: {
|
|
15272
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
15273
|
+
} | undefined;
|
|
15270
15274
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
15271
15275
|
span: (NumberConstructor | StringConstructor)[];
|
|
15272
15276
|
order: (NumberConstructor | StringConstructor)[];
|
|
@@ -15341,15 +15345,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15341
15345
|
model?: {
|
|
15342
15346
|
[key: string]: any;
|
|
15343
15347
|
} | undefined;
|
|
15344
|
-
rules?: {
|
|
15345
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
15346
|
-
} | undefined;
|
|
15347
15348
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
15348
15349
|
validateOnRuleChange?: boolean | undefined;
|
|
15349
15350
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
15350
15351
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
15351
15352
|
validateTrigger?: string | string[] | undefined;
|
|
15352
|
-
disabled?: boolean | undefined;
|
|
15353
15353
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
15354
15354
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
15355
15355
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -15422,6 +15422,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15422
15422
|
readonly item: any;
|
|
15423
15423
|
}, {}>;
|
|
15424
15424
|
}, {}, {}, {}, {
|
|
15425
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15426
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15425
15427
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15426
15428
|
layout: import("vue-types").VueTypeDef<string>;
|
|
15427
15429
|
labelCol: {
|
|
@@ -15646,25 +15648,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15646
15648
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
15647
15649
|
};
|
|
15648
15650
|
}>>;
|
|
15649
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15650
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15651
15651
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15652
15652
|
align: {
|
|
15653
|
-
type: import("vue").PropType<"middle" | "
|
|
15654
|
-
xs?: "middle" | "
|
|
15655
|
-
sm?: "middle" | "
|
|
15656
|
-
md?: "middle" | "
|
|
15657
|
-
lg?: "middle" | "
|
|
15658
|
-
xl?: "middle" | "
|
|
15659
|
-
xxl?: "middle" | "
|
|
15653
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
15654
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15655
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15656
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15657
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15658
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15659
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15660
15660
|
}>;
|
|
15661
|
-
default: "middle" | "
|
|
15662
|
-
xs?: "middle" | "
|
|
15663
|
-
sm?: "middle" | "
|
|
15664
|
-
md?: "middle" | "
|
|
15665
|
-
lg?: "middle" | "
|
|
15666
|
-
xl?: "middle" | "
|
|
15667
|
-
xxl?: "middle" | "
|
|
15661
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
15662
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15663
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15664
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15665
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15666
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15667
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
15668
15668
|
};
|
|
15669
15669
|
};
|
|
15670
15670
|
justify: {
|