ll-plus 2.5.19 → 2.5.21
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 +284 -284
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +8 -8
- package/es/components/cascader/src/cascader.vue.d.ts +8 -8
- 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/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/easy-cron/index.d.ts +95 -95
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +141 -141
- package/es/components/input/index.d.ts +33 -33
- package/es/components/input/src/input.vue.d.ts +33 -33
- package/es/components/key-value/index.d.ts +678 -678
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/es/components/key-value/src/key-value.vue.d.ts +678 -678
- package/es/components/modal/index.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +1 -1
- package/es/components/new-drawer/index.d.ts +7 -7
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/new-modal/index.d.ts +2 -2
- package/es/components/new-modal/src/modal.vue.d.ts +2 -2
- 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 +4 -4
- package/es/components/select/src/select.vue.d.ts +4 -4
- package/es/components/select-group/index.d.ts +1 -1
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +1 -1
- 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 +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/packages/components/icon-base/src/icon-base.vue2.mjs +1 -1
- package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
- package/es/packages/components/number-range/src/number-range.vue2.mjs +23 -15
- package/es/packages/components/number-range/src/number-range.vue2.mjs.map +1 -1
- package/index.full.js +23 -15
- package/index.full.min.js +16 -16
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +16 -16
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +23 -15
- package/lib/components/advanced-filtering/index.d.ts +284 -284
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +8 -8
- package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
- 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/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/easy-cron/index.d.ts +95 -95
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +141 -141
- package/lib/components/input/index.d.ts +33 -33
- package/lib/components/input/src/input.vue.d.ts +33 -33
- package/lib/components/key-value/index.d.ts +678 -678
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
- package/lib/components/modal/index.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +1 -1
- package/lib/components/new-drawer/index.d.ts +7 -7
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/new-modal/index.d.ts +2 -2
- package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
- 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 +4 -4
- package/lib/components/select/src/select.vue.d.ts +4 -4
- package/lib/components/select-group/index.d.ts +1 -1
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
- 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 +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/packages/components/icon-base/src/icon-base.vue2.js +1 -1
- package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
- package/lib/packages/components/number-range/src/number-range.vue2.js +22 -14
- package/lib/packages/components/number-range/src/number-range.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/form.css +1 -1
- package/theme-chalk/css/icon-base.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/number-range.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +284 -284
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/cascader/index.d.ts +8 -8
- package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
- package/types/packages/components/checkbox/index.d.ts +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/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/easy-cron/index.d.ts +95 -95
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +141 -141
- package/types/packages/components/input/index.d.ts +33 -33
- package/types/packages/components/input/src/input.vue.d.ts +33 -33
- package/types/packages/components/key-value/index.d.ts +678 -678
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
- package/types/packages/components/modal/index.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
- package/types/packages/components/new-drawer/index.d.ts +7 -7
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/types/packages/components/new-modal/index.d.ts +2 -2
- package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
- 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 +4 -4
- package/types/packages/components/select/src/select.vue.d.ts +4 -4
- package/types/packages/components/select-group/index.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
- 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 +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
|
@@ -1079,21 +1079,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1079
1079
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1080
1080
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1081
1081
|
align: {
|
|
1082
|
-
type: import("vue").PropType<"
|
|
1083
|
-
xs?: "
|
|
1084
|
-
sm?: "
|
|
1085
|
-
md?: "
|
|
1086
|
-
lg?: "
|
|
1087
|
-
xl?: "
|
|
1088
|
-
xxl?: "
|
|
1082
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1083
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1084
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1085
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1086
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1087
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1088
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1089
1089
|
}>;
|
|
1090
|
-
default: "
|
|
1091
|
-
xs?: "
|
|
1092
|
-
sm?: "
|
|
1093
|
-
md?: "
|
|
1094
|
-
lg?: "
|
|
1095
|
-
xl?: "
|
|
1096
|
-
xxl?: "
|
|
1090
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1091
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1092
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1093
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1094
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1095
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1096
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1097
1097
|
};
|
|
1098
1098
|
};
|
|
1099
1099
|
justify: {
|
|
@@ -1125,21 +1125,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1125
1125
|
};
|
|
1126
1126
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1127
1127
|
align: {
|
|
1128
|
-
type: import("vue").PropType<"
|
|
1129
|
-
xs?: "
|
|
1130
|
-
sm?: "
|
|
1131
|
-
md?: "
|
|
1132
|
-
lg?: "
|
|
1133
|
-
xl?: "
|
|
1134
|
-
xxl?: "
|
|
1128
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1129
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1130
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1131
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1132
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1133
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1134
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1135
1135
|
}>;
|
|
1136
|
-
default: "
|
|
1137
|
-
xs?: "
|
|
1138
|
-
sm?: "
|
|
1139
|
-
md?: "
|
|
1140
|
-
lg?: "
|
|
1141
|
-
xl?: "
|
|
1142
|
-
xxl?: "
|
|
1136
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1137
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1138
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1139
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1140
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1141
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1142
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1143
1143
|
};
|
|
1144
1144
|
};
|
|
1145
1145
|
justify: {
|
|
@@ -1171,21 +1171,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1171
1171
|
};
|
|
1172
1172
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1173
1173
|
align: {
|
|
1174
|
-
type: import("vue").PropType<"
|
|
1175
|
-
xs?: "
|
|
1176
|
-
sm?: "
|
|
1177
|
-
md?: "
|
|
1178
|
-
lg?: "
|
|
1179
|
-
xl?: "
|
|
1180
|
-
xxl?: "
|
|
1174
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1175
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1176
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1177
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1178
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1179
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1180
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1181
1181
|
}>;
|
|
1182
|
-
default: "
|
|
1183
|
-
xs?: "
|
|
1184
|
-
sm?: "
|
|
1185
|
-
md?: "
|
|
1186
|
-
lg?: "
|
|
1187
|
-
xl?: "
|
|
1188
|
-
xxl?: "
|
|
1182
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1183
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1184
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1185
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1186
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1187
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1188
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1189
1189
|
};
|
|
1190
1190
|
};
|
|
1191
1191
|
justify: {
|
|
@@ -1217,21 +1217,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1217
1217
|
};
|
|
1218
1218
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1219
1219
|
align: {
|
|
1220
|
-
type: import("vue").PropType<"
|
|
1221
|
-
xs?: "
|
|
1222
|
-
sm?: "
|
|
1223
|
-
md?: "
|
|
1224
|
-
lg?: "
|
|
1225
|
-
xl?: "
|
|
1226
|
-
xxl?: "
|
|
1220
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1221
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1222
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1223
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1224
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1225
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1226
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1227
1227
|
}>;
|
|
1228
|
-
default: "
|
|
1229
|
-
xs?: "
|
|
1230
|
-
sm?: "
|
|
1231
|
-
md?: "
|
|
1232
|
-
lg?: "
|
|
1233
|
-
xl?: "
|
|
1234
|
-
xxl?: "
|
|
1228
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1229
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1230
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1231
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1232
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1233
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1234
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1235
1235
|
};
|
|
1236
1236
|
};
|
|
1237
1237
|
justify: {
|
|
@@ -1496,21 +1496,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1496
1496
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1497
1497
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1498
1498
|
align: {
|
|
1499
|
-
type: import("vue").PropType<"
|
|
1500
|
-
xs?: "
|
|
1501
|
-
sm?: "
|
|
1502
|
-
md?: "
|
|
1503
|
-
lg?: "
|
|
1504
|
-
xl?: "
|
|
1505
|
-
xxl?: "
|
|
1499
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1500
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1501
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1502
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1503
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1504
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1505
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1506
1506
|
}>;
|
|
1507
|
-
default: "
|
|
1508
|
-
xs?: "
|
|
1509
|
-
sm?: "
|
|
1510
|
-
md?: "
|
|
1511
|
-
lg?: "
|
|
1512
|
-
xl?: "
|
|
1513
|
-
xxl?: "
|
|
1507
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1508
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1509
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1510
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1511
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1512
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1513
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1514
1514
|
};
|
|
1515
1515
|
};
|
|
1516
1516
|
justify: {
|
|
@@ -1595,7 +1595,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1595
1595
|
} & {}>;
|
|
1596
1596
|
emits: (event: "changeField", item: any) => void;
|
|
1597
1597
|
formData: import("ll-plus/es/index").FormData;
|
|
1598
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1598
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1599
1599
|
handleChange: (...arg: any[]) => void;
|
|
1600
1600
|
readonly checkedType: string[];
|
|
1601
1601
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -2519,21 +2519,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2519
2519
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
2520
2520
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2521
2521
|
align: {
|
|
2522
|
-
type: import("vue").PropType<"
|
|
2523
|
-
xs?: "
|
|
2524
|
-
sm?: "
|
|
2525
|
-
md?: "
|
|
2526
|
-
lg?: "
|
|
2527
|
-
xl?: "
|
|
2528
|
-
xxl?: "
|
|
2522
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2523
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2524
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2525
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2526
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2527
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2528
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2529
2529
|
}>;
|
|
2530
|
-
default: "
|
|
2531
|
-
xs?: "
|
|
2532
|
-
sm?: "
|
|
2533
|
-
md?: "
|
|
2534
|
-
lg?: "
|
|
2535
|
-
xl?: "
|
|
2536
|
-
xxl?: "
|
|
2530
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2531
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2532
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2533
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2534
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2535
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2536
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2537
2537
|
};
|
|
2538
2538
|
};
|
|
2539
2539
|
justify: {
|
|
@@ -2565,21 +2565,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2565
2565
|
};
|
|
2566
2566
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2567
2567
|
align: {
|
|
2568
|
-
type: import("vue").PropType<"
|
|
2569
|
-
xs?: "
|
|
2570
|
-
sm?: "
|
|
2571
|
-
md?: "
|
|
2572
|
-
lg?: "
|
|
2573
|
-
xl?: "
|
|
2574
|
-
xxl?: "
|
|
2568
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2569
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2570
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2571
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2572
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2573
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2574
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2575
2575
|
}>;
|
|
2576
|
-
default: "
|
|
2577
|
-
xs?: "
|
|
2578
|
-
sm?: "
|
|
2579
|
-
md?: "
|
|
2580
|
-
lg?: "
|
|
2581
|
-
xl?: "
|
|
2582
|
-
xxl?: "
|
|
2576
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2577
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2578
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2579
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2580
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2581
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2582
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2583
2583
|
};
|
|
2584
2584
|
};
|
|
2585
2585
|
justify: {
|
|
@@ -2611,21 +2611,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2611
2611
|
};
|
|
2612
2612
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2613
2613
|
align: {
|
|
2614
|
-
type: import("vue").PropType<"
|
|
2615
|
-
xs?: "
|
|
2616
|
-
sm?: "
|
|
2617
|
-
md?: "
|
|
2618
|
-
lg?: "
|
|
2619
|
-
xl?: "
|
|
2620
|
-
xxl?: "
|
|
2614
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2615
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2616
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2617
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2618
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2619
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2620
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2621
2621
|
}>;
|
|
2622
|
-
default: "
|
|
2623
|
-
xs?: "
|
|
2624
|
-
sm?: "
|
|
2625
|
-
md?: "
|
|
2626
|
-
lg?: "
|
|
2627
|
-
xl?: "
|
|
2628
|
-
xxl?: "
|
|
2622
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2623
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2624
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2625
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2626
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2627
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2628
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2629
2629
|
};
|
|
2630
2630
|
};
|
|
2631
2631
|
justify: {
|
|
@@ -2657,21 +2657,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2657
2657
|
};
|
|
2658
2658
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2659
2659
|
align: {
|
|
2660
|
-
type: import("vue").PropType<"
|
|
2661
|
-
xs?: "
|
|
2662
|
-
sm?: "
|
|
2663
|
-
md?: "
|
|
2664
|
-
lg?: "
|
|
2665
|
-
xl?: "
|
|
2666
|
-
xxl?: "
|
|
2660
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2661
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2662
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2663
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2664
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2665
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2666
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2667
2667
|
}>;
|
|
2668
|
-
default: "
|
|
2669
|
-
xs?: "
|
|
2670
|
-
sm?: "
|
|
2671
|
-
md?: "
|
|
2672
|
-
lg?: "
|
|
2673
|
-
xl?: "
|
|
2674
|
-
xxl?: "
|
|
2668
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2669
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2670
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2671
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2672
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2673
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2674
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2675
2675
|
};
|
|
2676
2676
|
};
|
|
2677
2677
|
justify: {
|
|
@@ -2935,21 +2935,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2935
2935
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2936
2936
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2937
2937
|
align: {
|
|
2938
|
-
type: import("vue").PropType<"
|
|
2939
|
-
xs?: "
|
|
2940
|
-
sm?: "
|
|
2941
|
-
md?: "
|
|
2942
|
-
lg?: "
|
|
2943
|
-
xl?: "
|
|
2944
|
-
xxl?: "
|
|
2938
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2939
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2940
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2941
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2942
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2943
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2944
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2945
2945
|
}>;
|
|
2946
|
-
default: "
|
|
2947
|
-
xs?: "
|
|
2948
|
-
sm?: "
|
|
2949
|
-
md?: "
|
|
2950
|
-
lg?: "
|
|
2951
|
-
xl?: "
|
|
2952
|
-
xxl?: "
|
|
2946
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2947
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2948
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2949
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2950
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2951
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2952
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2953
2953
|
};
|
|
2954
2954
|
};
|
|
2955
2955
|
justify: {
|
|
@@ -3889,21 +3889,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3889
3889
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
3890
3890
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3891
3891
|
align: {
|
|
3892
|
-
type: import("vue").PropType<"
|
|
3893
|
-
xs?: "
|
|
3894
|
-
sm?: "
|
|
3895
|
-
md?: "
|
|
3896
|
-
lg?: "
|
|
3897
|
-
xl?: "
|
|
3898
|
-
xxl?: "
|
|
3892
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3893
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3894
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3895
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3896
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3897
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3898
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3899
3899
|
}>;
|
|
3900
|
-
default: "
|
|
3901
|
-
xs?: "
|
|
3902
|
-
sm?: "
|
|
3903
|
-
md?: "
|
|
3904
|
-
lg?: "
|
|
3905
|
-
xl?: "
|
|
3906
|
-
xxl?: "
|
|
3900
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3901
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3902
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3903
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3904
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3905
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3906
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3907
3907
|
};
|
|
3908
3908
|
};
|
|
3909
3909
|
justify: {
|
|
@@ -3935,21 +3935,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3935
3935
|
};
|
|
3936
3936
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3937
3937
|
align: {
|
|
3938
|
-
type: import("vue").PropType<"
|
|
3939
|
-
xs?: "
|
|
3940
|
-
sm?: "
|
|
3941
|
-
md?: "
|
|
3942
|
-
lg?: "
|
|
3943
|
-
xl?: "
|
|
3944
|
-
xxl?: "
|
|
3938
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3939
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3940
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3941
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3942
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3943
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3944
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3945
3945
|
}>;
|
|
3946
|
-
default: "
|
|
3947
|
-
xs?: "
|
|
3948
|
-
sm?: "
|
|
3949
|
-
md?: "
|
|
3950
|
-
lg?: "
|
|
3951
|
-
xl?: "
|
|
3952
|
-
xxl?: "
|
|
3946
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3947
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3948
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3949
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3950
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3951
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3952
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3953
3953
|
};
|
|
3954
3954
|
};
|
|
3955
3955
|
justify: {
|
|
@@ -3981,21 +3981,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3981
3981
|
};
|
|
3982
3982
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3983
3983
|
align: {
|
|
3984
|
-
type: import("vue").PropType<"
|
|
3985
|
-
xs?: "
|
|
3986
|
-
sm?: "
|
|
3987
|
-
md?: "
|
|
3988
|
-
lg?: "
|
|
3989
|
-
xl?: "
|
|
3990
|
-
xxl?: "
|
|
3984
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3985
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3986
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3987
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3988
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3989
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3990
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3991
3991
|
}>;
|
|
3992
|
-
default: "
|
|
3993
|
-
xs?: "
|
|
3994
|
-
sm?: "
|
|
3995
|
-
md?: "
|
|
3996
|
-
lg?: "
|
|
3997
|
-
xl?: "
|
|
3998
|
-
xxl?: "
|
|
3992
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3993
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3994
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3995
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3996
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3997
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3998
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3999
3999
|
};
|
|
4000
4000
|
};
|
|
4001
4001
|
justify: {
|
|
@@ -4027,21 +4027,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4027
4027
|
};
|
|
4028
4028
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4029
4029
|
align: {
|
|
4030
|
-
type: import("vue").PropType<"
|
|
4031
|
-
xs?: "
|
|
4032
|
-
sm?: "
|
|
4033
|
-
md?: "
|
|
4034
|
-
lg?: "
|
|
4035
|
-
xl?: "
|
|
4036
|
-
xxl?: "
|
|
4030
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4031
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4032
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4033
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4034
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4035
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4036
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4037
4037
|
}>;
|
|
4038
|
-
default: "
|
|
4039
|
-
xs?: "
|
|
4040
|
-
sm?: "
|
|
4041
|
-
md?: "
|
|
4042
|
-
lg?: "
|
|
4043
|
-
xl?: "
|
|
4044
|
-
xxl?: "
|
|
4038
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4039
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4040
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4041
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4042
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4043
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4044
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4045
4045
|
};
|
|
4046
4046
|
};
|
|
4047
4047
|
justify: {
|
|
@@ -4306,21 +4306,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4306
4306
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4307
4307
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4308
4308
|
align: {
|
|
4309
|
-
type: import("vue").PropType<"
|
|
4310
|
-
xs?: "
|
|
4311
|
-
sm?: "
|
|
4312
|
-
md?: "
|
|
4313
|
-
lg?: "
|
|
4314
|
-
xl?: "
|
|
4315
|
-
xxl?: "
|
|
4309
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4310
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4311
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4312
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4313
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4314
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4315
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4316
4316
|
}>;
|
|
4317
|
-
default: "
|
|
4318
|
-
xs?: "
|
|
4319
|
-
sm?: "
|
|
4320
|
-
md?: "
|
|
4321
|
-
lg?: "
|
|
4322
|
-
xl?: "
|
|
4323
|
-
xxl?: "
|
|
4317
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4318
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4319
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4320
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4321
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4322
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4323
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4324
4324
|
};
|
|
4325
4325
|
};
|
|
4326
4326
|
justify: {
|
|
@@ -4405,7 +4405,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4405
4405
|
} & {}>;
|
|
4406
4406
|
emits: (event: "changeField", item: any) => void;
|
|
4407
4407
|
formData: import("ll-plus/es/index").FormData;
|
|
4408
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4408
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4409
4409
|
handleChange: (...arg: any[]) => void;
|
|
4410
4410
|
readonly checkedType: string[];
|
|
4411
4411
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -4655,21 +4655,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4655
4655
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4656
4656
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4657
4657
|
align: {
|
|
4658
|
-
type: import("vue").PropType<"
|
|
4659
|
-
xs?: "
|
|
4660
|
-
sm?: "
|
|
4661
|
-
md?: "
|
|
4662
|
-
lg?: "
|
|
4663
|
-
xl?: "
|
|
4664
|
-
xxl?: "
|
|
4658
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4659
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4660
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4661
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4662
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4663
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4664
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4665
4665
|
}>;
|
|
4666
|
-
default: "
|
|
4667
|
-
xs?: "
|
|
4668
|
-
sm?: "
|
|
4669
|
-
md?: "
|
|
4670
|
-
lg?: "
|
|
4671
|
-
xl?: "
|
|
4672
|
-
xxl?: "
|
|
4666
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4667
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4668
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4669
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4670
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4671
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4672
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4673
4673
|
};
|
|
4674
4674
|
};
|
|
4675
4675
|
justify: {
|
|
@@ -6034,21 +6034,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6034
6034
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6035
6035
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6036
6036
|
align: {
|
|
6037
|
-
type: import("vue").PropType<"
|
|
6038
|
-
xs?: "
|
|
6039
|
-
sm?: "
|
|
6040
|
-
md?: "
|
|
6041
|
-
lg?: "
|
|
6042
|
-
xl?: "
|
|
6043
|
-
xxl?: "
|
|
6037
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6038
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6039
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6040
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6041
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6042
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6043
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6044
6044
|
}>;
|
|
6045
|
-
default: "
|
|
6046
|
-
xs?: "
|
|
6047
|
-
sm?: "
|
|
6048
|
-
md?: "
|
|
6049
|
-
lg?: "
|
|
6050
|
-
xl?: "
|
|
6051
|
-
xxl?: "
|
|
6045
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6046
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6047
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6048
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6049
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6050
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6051
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6052
6052
|
};
|
|
6053
6053
|
};
|
|
6054
6054
|
justify: {
|
|
@@ -6080,21 +6080,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6080
6080
|
};
|
|
6081
6081
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6082
6082
|
align: {
|
|
6083
|
-
type: import("vue").PropType<"
|
|
6084
|
-
xs?: "
|
|
6085
|
-
sm?: "
|
|
6086
|
-
md?: "
|
|
6087
|
-
lg?: "
|
|
6088
|
-
xl?: "
|
|
6089
|
-
xxl?: "
|
|
6083
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6084
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6085
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6086
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6087
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6088
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6089
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6090
6090
|
}>;
|
|
6091
|
-
default: "
|
|
6092
|
-
xs?: "
|
|
6093
|
-
sm?: "
|
|
6094
|
-
md?: "
|
|
6095
|
-
lg?: "
|
|
6096
|
-
xl?: "
|
|
6097
|
-
xxl?: "
|
|
6091
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6092
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6093
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6094
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6095
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6096
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6097
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6098
6098
|
};
|
|
6099
6099
|
};
|
|
6100
6100
|
justify: {
|
|
@@ -6126,21 +6126,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6126
6126
|
};
|
|
6127
6127
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6128
6128
|
align: {
|
|
6129
|
-
type: import("vue").PropType<"
|
|
6130
|
-
xs?: "
|
|
6131
|
-
sm?: "
|
|
6132
|
-
md?: "
|
|
6133
|
-
lg?: "
|
|
6134
|
-
xl?: "
|
|
6135
|
-
xxl?: "
|
|
6129
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6130
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6131
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6132
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6133
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6134
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6135
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6136
6136
|
}>;
|
|
6137
|
-
default: "
|
|
6138
|
-
xs?: "
|
|
6139
|
-
sm?: "
|
|
6140
|
-
md?: "
|
|
6141
|
-
lg?: "
|
|
6142
|
-
xl?: "
|
|
6143
|
-
xxl?: "
|
|
6137
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6138
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6139
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6140
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6141
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6142
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6143
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6144
6144
|
};
|
|
6145
6145
|
};
|
|
6146
6146
|
justify: {
|
|
@@ -6172,21 +6172,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6172
6172
|
};
|
|
6173
6173
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6174
6174
|
align: {
|
|
6175
|
-
type: import("vue").PropType<"
|
|
6176
|
-
xs?: "
|
|
6177
|
-
sm?: "
|
|
6178
|
-
md?: "
|
|
6179
|
-
lg?: "
|
|
6180
|
-
xl?: "
|
|
6181
|
-
xxl?: "
|
|
6175
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6176
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6177
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6178
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6179
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6180
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6181
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6182
6182
|
}>;
|
|
6183
|
-
default: "
|
|
6184
|
-
xs?: "
|
|
6185
|
-
sm?: "
|
|
6186
|
-
md?: "
|
|
6187
|
-
lg?: "
|
|
6188
|
-
xl?: "
|
|
6189
|
-
xxl?: "
|
|
6183
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6184
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6185
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6186
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6187
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6188
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6189
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6190
6190
|
};
|
|
6191
6191
|
};
|
|
6192
6192
|
justify: {
|
|
@@ -6451,21 +6451,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6451
6451
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6452
6452
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6453
6453
|
align: {
|
|
6454
|
-
type: import("vue").PropType<"
|
|
6455
|
-
xs?: "
|
|
6456
|
-
sm?: "
|
|
6457
|
-
md?: "
|
|
6458
|
-
lg?: "
|
|
6459
|
-
xl?: "
|
|
6460
|
-
xxl?: "
|
|
6454
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6455
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6456
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6457
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6458
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6459
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6460
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6461
6461
|
}>;
|
|
6462
|
-
default: "
|
|
6463
|
-
xs?: "
|
|
6464
|
-
sm?: "
|
|
6465
|
-
md?: "
|
|
6466
|
-
lg?: "
|
|
6467
|
-
xl?: "
|
|
6468
|
-
xxl?: "
|
|
6462
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6463
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6464
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6465
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6466
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6467
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6468
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6469
6469
|
};
|
|
6470
6470
|
};
|
|
6471
6471
|
justify: {
|
|
@@ -6550,7 +6550,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6550
6550
|
} & {}>;
|
|
6551
6551
|
emits: (event: "changeField", item: any) => void;
|
|
6552
6552
|
formData: import("ll-plus/es/index").FormData;
|
|
6553
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6553
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
6554
6554
|
handleChange: (...arg: any[]) => void;
|
|
6555
6555
|
readonly checkedType: string[];
|
|
6556
6556
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7474,21 +7474,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7474
7474
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
7475
7475
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
7476
7476
|
align: {
|
|
7477
|
-
type: import("vue").PropType<"
|
|
7478
|
-
xs?: "
|
|
7479
|
-
sm?: "
|
|
7480
|
-
md?: "
|
|
7481
|
-
lg?: "
|
|
7482
|
-
xl?: "
|
|
7483
|
-
xxl?: "
|
|
7477
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
7478
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7479
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7480
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7481
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7482
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7483
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7484
7484
|
}>;
|
|
7485
|
-
default: "
|
|
7486
|
-
xs?: "
|
|
7487
|
-
sm?: "
|
|
7488
|
-
md?: "
|
|
7489
|
-
lg?: "
|
|
7490
|
-
xl?: "
|
|
7491
|
-
xxl?: "
|
|
7485
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
7486
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7487
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7488
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7489
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7490
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7491
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7492
7492
|
};
|
|
7493
7493
|
};
|
|
7494
7494
|
justify: {
|
|
@@ -7520,21 +7520,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7520
7520
|
};
|
|
7521
7521
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
7522
7522
|
align: {
|
|
7523
|
-
type: import("vue").PropType<"
|
|
7524
|
-
xs?: "
|
|
7525
|
-
sm?: "
|
|
7526
|
-
md?: "
|
|
7527
|
-
lg?: "
|
|
7528
|
-
xl?: "
|
|
7529
|
-
xxl?: "
|
|
7523
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
7524
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7525
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7526
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7527
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7528
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7529
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7530
7530
|
}>;
|
|
7531
|
-
default: "
|
|
7532
|
-
xs?: "
|
|
7533
|
-
sm?: "
|
|
7534
|
-
md?: "
|
|
7535
|
-
lg?: "
|
|
7536
|
-
xl?: "
|
|
7537
|
-
xxl?: "
|
|
7531
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
7532
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7533
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7534
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7535
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7536
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7537
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7538
7538
|
};
|
|
7539
7539
|
};
|
|
7540
7540
|
justify: {
|
|
@@ -7566,21 +7566,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7566
7566
|
};
|
|
7567
7567
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
7568
7568
|
align: {
|
|
7569
|
-
type: import("vue").PropType<"
|
|
7570
|
-
xs?: "
|
|
7571
|
-
sm?: "
|
|
7572
|
-
md?: "
|
|
7573
|
-
lg?: "
|
|
7574
|
-
xl?: "
|
|
7575
|
-
xxl?: "
|
|
7569
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
7570
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7571
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7572
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7573
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7574
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7575
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7576
7576
|
}>;
|
|
7577
|
-
default: "
|
|
7578
|
-
xs?: "
|
|
7579
|
-
sm?: "
|
|
7580
|
-
md?: "
|
|
7581
|
-
lg?: "
|
|
7582
|
-
xl?: "
|
|
7583
|
-
xxl?: "
|
|
7577
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
7578
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7579
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7580
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7581
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7582
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7583
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7584
7584
|
};
|
|
7585
7585
|
};
|
|
7586
7586
|
justify: {
|
|
@@ -7612,21 +7612,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7612
7612
|
};
|
|
7613
7613
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
7614
7614
|
align: {
|
|
7615
|
-
type: import("vue").PropType<"
|
|
7616
|
-
xs?: "
|
|
7617
|
-
sm?: "
|
|
7618
|
-
md?: "
|
|
7619
|
-
lg?: "
|
|
7620
|
-
xl?: "
|
|
7621
|
-
xxl?: "
|
|
7615
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
7616
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7617
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7618
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7619
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7620
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7621
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7622
7622
|
}>;
|
|
7623
|
-
default: "
|
|
7624
|
-
xs?: "
|
|
7625
|
-
sm?: "
|
|
7626
|
-
md?: "
|
|
7627
|
-
lg?: "
|
|
7628
|
-
xl?: "
|
|
7629
|
-
xxl?: "
|
|
7623
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
7624
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7625
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7626
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7627
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7628
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7629
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7630
7630
|
};
|
|
7631
7631
|
};
|
|
7632
7632
|
justify: {
|
|
@@ -7890,21 +7890,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7890
7890
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7891
7891
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7892
7892
|
align: {
|
|
7893
|
-
type: import("vue").PropType<"
|
|
7894
|
-
xs?: "
|
|
7895
|
-
sm?: "
|
|
7896
|
-
md?: "
|
|
7897
|
-
lg?: "
|
|
7898
|
-
xl?: "
|
|
7899
|
-
xxl?: "
|
|
7893
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
7894
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7895
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7896
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7897
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7898
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7899
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7900
7900
|
}>;
|
|
7901
|
-
default: "
|
|
7902
|
-
xs?: "
|
|
7903
|
-
sm?: "
|
|
7904
|
-
md?: "
|
|
7905
|
-
lg?: "
|
|
7906
|
-
xl?: "
|
|
7907
|
-
xxl?: "
|
|
7901
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
7902
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7903
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7904
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7905
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7906
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7907
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
7908
7908
|
};
|
|
7909
7909
|
};
|
|
7910
7910
|
justify: {
|
|
@@ -8844,21 +8844,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8844
8844
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
8845
8845
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8846
8846
|
align: {
|
|
8847
|
-
type: import("vue").PropType<"
|
|
8848
|
-
xs?: "
|
|
8849
|
-
sm?: "
|
|
8850
|
-
md?: "
|
|
8851
|
-
lg?: "
|
|
8852
|
-
xl?: "
|
|
8853
|
-
xxl?: "
|
|
8847
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8848
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8849
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8850
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8851
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8852
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8853
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8854
8854
|
}>;
|
|
8855
|
-
default: "
|
|
8856
|
-
xs?: "
|
|
8857
|
-
sm?: "
|
|
8858
|
-
md?: "
|
|
8859
|
-
lg?: "
|
|
8860
|
-
xl?: "
|
|
8861
|
-
xxl?: "
|
|
8855
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8856
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8857
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8858
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8859
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8860
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8861
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8862
8862
|
};
|
|
8863
8863
|
};
|
|
8864
8864
|
justify: {
|
|
@@ -8890,21 +8890,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8890
8890
|
};
|
|
8891
8891
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8892
8892
|
align: {
|
|
8893
|
-
type: import("vue").PropType<"
|
|
8894
|
-
xs?: "
|
|
8895
|
-
sm?: "
|
|
8896
|
-
md?: "
|
|
8897
|
-
lg?: "
|
|
8898
|
-
xl?: "
|
|
8899
|
-
xxl?: "
|
|
8893
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8894
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8895
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8896
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8897
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8898
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8899
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8900
8900
|
}>;
|
|
8901
|
-
default: "
|
|
8902
|
-
xs?: "
|
|
8903
|
-
sm?: "
|
|
8904
|
-
md?: "
|
|
8905
|
-
lg?: "
|
|
8906
|
-
xl?: "
|
|
8907
|
-
xxl?: "
|
|
8901
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8902
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8903
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8904
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8905
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8906
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8907
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8908
8908
|
};
|
|
8909
8909
|
};
|
|
8910
8910
|
justify: {
|
|
@@ -8936,21 +8936,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8936
8936
|
};
|
|
8937
8937
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8938
8938
|
align: {
|
|
8939
|
-
type: import("vue").PropType<"
|
|
8940
|
-
xs?: "
|
|
8941
|
-
sm?: "
|
|
8942
|
-
md?: "
|
|
8943
|
-
lg?: "
|
|
8944
|
-
xl?: "
|
|
8945
|
-
xxl?: "
|
|
8939
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8940
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8941
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8942
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8943
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8944
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8945
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8946
8946
|
}>;
|
|
8947
|
-
default: "
|
|
8948
|
-
xs?: "
|
|
8949
|
-
sm?: "
|
|
8950
|
-
md?: "
|
|
8951
|
-
lg?: "
|
|
8952
|
-
xl?: "
|
|
8953
|
-
xxl?: "
|
|
8947
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8948
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8949
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8950
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8951
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8952
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8953
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8954
8954
|
};
|
|
8955
8955
|
};
|
|
8956
8956
|
justify: {
|
|
@@ -8982,21 +8982,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8982
8982
|
};
|
|
8983
8983
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8984
8984
|
align: {
|
|
8985
|
-
type: import("vue").PropType<"
|
|
8986
|
-
xs?: "
|
|
8987
|
-
sm?: "
|
|
8988
|
-
md?: "
|
|
8989
|
-
lg?: "
|
|
8990
|
-
xl?: "
|
|
8991
|
-
xxl?: "
|
|
8985
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8986
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8987
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8988
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8989
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8990
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8991
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8992
8992
|
}>;
|
|
8993
|
-
default: "
|
|
8994
|
-
xs?: "
|
|
8995
|
-
sm?: "
|
|
8996
|
-
md?: "
|
|
8997
|
-
lg?: "
|
|
8998
|
-
xl?: "
|
|
8999
|
-
xxl?: "
|
|
8993
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8994
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8995
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8996
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8997
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8998
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8999
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9000
9000
|
};
|
|
9001
9001
|
};
|
|
9002
9002
|
justify: {
|
|
@@ -9261,21 +9261,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9261
9261
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9262
9262
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9263
9263
|
align: {
|
|
9264
|
-
type: import("vue").PropType<"
|
|
9265
|
-
xs?: "
|
|
9266
|
-
sm?: "
|
|
9267
|
-
md?: "
|
|
9268
|
-
lg?: "
|
|
9269
|
-
xl?: "
|
|
9270
|
-
xxl?: "
|
|
9264
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9265
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9266
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9267
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9268
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9269
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9270
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9271
9271
|
}>;
|
|
9272
|
-
default: "
|
|
9273
|
-
xs?: "
|
|
9274
|
-
sm?: "
|
|
9275
|
-
md?: "
|
|
9276
|
-
lg?: "
|
|
9277
|
-
xl?: "
|
|
9278
|
-
xxl?: "
|
|
9272
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9273
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9274
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9275
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9276
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9277
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9278
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9279
9279
|
};
|
|
9280
9280
|
};
|
|
9281
9281
|
justify: {
|
|
@@ -9360,7 +9360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9360
9360
|
} & {}>;
|
|
9361
9361
|
emits: (event: "changeField", item: any) => void;
|
|
9362
9362
|
formData: import("ll-plus/es/index").FormData;
|
|
9363
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9363
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
9364
9364
|
handleChange: (...arg: any[]) => void;
|
|
9365
9365
|
readonly checkedType: string[];
|
|
9366
9366
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9610,21 +9610,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9610
9610
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9611
9611
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9612
9612
|
align: {
|
|
9613
|
-
type: import("vue").PropType<"
|
|
9614
|
-
xs?: "
|
|
9615
|
-
sm?: "
|
|
9616
|
-
md?: "
|
|
9617
|
-
lg?: "
|
|
9618
|
-
xl?: "
|
|
9619
|
-
xxl?: "
|
|
9613
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9614
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9615
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9616
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9617
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9618
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9619
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9620
9620
|
}>;
|
|
9621
|
-
default: "
|
|
9622
|
-
xs?: "
|
|
9623
|
-
sm?: "
|
|
9624
|
-
md?: "
|
|
9625
|
-
lg?: "
|
|
9626
|
-
xl?: "
|
|
9627
|
-
xxl?: "
|
|
9621
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9622
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9623
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9624
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9625
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9626
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9627
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9628
9628
|
};
|
|
9629
9629
|
};
|
|
9630
9630
|
justify: {
|
|
@@ -10917,21 +10917,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10917
10917
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
10918
10918
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
10919
10919
|
align: {
|
|
10920
|
-
type: import("vue").PropType<"
|
|
10921
|
-
xs?: "
|
|
10922
|
-
sm?: "
|
|
10923
|
-
md?: "
|
|
10924
|
-
lg?: "
|
|
10925
|
-
xl?: "
|
|
10926
|
-
xxl?: "
|
|
10920
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
10921
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10922
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10923
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10924
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10925
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10926
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10927
10927
|
}>;
|
|
10928
|
-
default: "
|
|
10929
|
-
xs?: "
|
|
10930
|
-
sm?: "
|
|
10931
|
-
md?: "
|
|
10932
|
-
lg?: "
|
|
10933
|
-
xl?: "
|
|
10934
|
-
xxl?: "
|
|
10928
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
10929
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10930
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10931
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10932
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10933
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10934
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10935
10935
|
};
|
|
10936
10936
|
};
|
|
10937
10937
|
justify: {
|
|
@@ -10963,21 +10963,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10963
10963
|
};
|
|
10964
10964
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
10965
10965
|
align: {
|
|
10966
|
-
type: import("vue").PropType<"
|
|
10967
|
-
xs?: "
|
|
10968
|
-
sm?: "
|
|
10969
|
-
md?: "
|
|
10970
|
-
lg?: "
|
|
10971
|
-
xl?: "
|
|
10972
|
-
xxl?: "
|
|
10966
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
10967
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10968
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10969
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10970
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10971
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10972
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10973
10973
|
}>;
|
|
10974
|
-
default: "
|
|
10975
|
-
xs?: "
|
|
10976
|
-
sm?: "
|
|
10977
|
-
md?: "
|
|
10978
|
-
lg?: "
|
|
10979
|
-
xl?: "
|
|
10980
|
-
xxl?: "
|
|
10974
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
10975
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10976
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10977
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10978
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10979
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10980
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10981
10981
|
};
|
|
10982
10982
|
};
|
|
10983
10983
|
justify: {
|
|
@@ -11009,21 +11009,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11009
11009
|
};
|
|
11010
11010
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11011
11011
|
align: {
|
|
11012
|
-
type: import("vue").PropType<"
|
|
11013
|
-
xs?: "
|
|
11014
|
-
sm?: "
|
|
11015
|
-
md?: "
|
|
11016
|
-
lg?: "
|
|
11017
|
-
xl?: "
|
|
11018
|
-
xxl?: "
|
|
11012
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11013
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11014
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11015
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11016
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11017
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11018
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11019
11019
|
}>;
|
|
11020
|
-
default: "
|
|
11021
|
-
xs?: "
|
|
11022
|
-
sm?: "
|
|
11023
|
-
md?: "
|
|
11024
|
-
lg?: "
|
|
11025
|
-
xl?: "
|
|
11026
|
-
xxl?: "
|
|
11020
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11021
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11022
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11023
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11024
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11025
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11026
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11027
11027
|
};
|
|
11028
11028
|
};
|
|
11029
11029
|
justify: {
|
|
@@ -11055,21 +11055,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11055
11055
|
};
|
|
11056
11056
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11057
11057
|
align: {
|
|
11058
|
-
type: import("vue").PropType<"
|
|
11059
|
-
xs?: "
|
|
11060
|
-
sm?: "
|
|
11061
|
-
md?: "
|
|
11062
|
-
lg?: "
|
|
11063
|
-
xl?: "
|
|
11064
|
-
xxl?: "
|
|
11058
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11059
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11060
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11061
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11062
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11063
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11064
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11065
11065
|
}>;
|
|
11066
|
-
default: "
|
|
11067
|
-
xs?: "
|
|
11068
|
-
sm?: "
|
|
11069
|
-
md?: "
|
|
11070
|
-
lg?: "
|
|
11071
|
-
xl?: "
|
|
11072
|
-
xxl?: "
|
|
11066
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11067
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11068
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11069
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11070
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11071
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11072
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11073
11073
|
};
|
|
11074
11074
|
};
|
|
11075
11075
|
justify: {
|
|
@@ -11334,21 +11334,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11334
11334
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11335
11335
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
11336
11336
|
align: {
|
|
11337
|
-
type: import("vue").PropType<"
|
|
11338
|
-
xs?: "
|
|
11339
|
-
sm?: "
|
|
11340
|
-
md?: "
|
|
11341
|
-
lg?: "
|
|
11342
|
-
xl?: "
|
|
11343
|
-
xxl?: "
|
|
11337
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11338
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11339
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11340
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11341
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11342
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11343
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11344
11344
|
}>;
|
|
11345
|
-
default: "
|
|
11346
|
-
xs?: "
|
|
11347
|
-
sm?: "
|
|
11348
|
-
md?: "
|
|
11349
|
-
lg?: "
|
|
11350
|
-
xl?: "
|
|
11351
|
-
xxl?: "
|
|
11345
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11346
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11347
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11348
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11349
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11350
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11351
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11352
11352
|
};
|
|
11353
11353
|
};
|
|
11354
11354
|
justify: {
|
|
@@ -11433,7 +11433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11433
11433
|
} & {}>;
|
|
11434
11434
|
emits: (event: "changeField", item: any) => void;
|
|
11435
11435
|
formData: import("ll-plus/es/index").FormData;
|
|
11436
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
11436
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
11437
11437
|
handleChange: (...arg: any[]) => void;
|
|
11438
11438
|
readonly checkedType: string[];
|
|
11439
11439
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -12357,21 +12357,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12357
12357
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12358
12358
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12359
12359
|
align: {
|
|
12360
|
-
type: import("vue").PropType<"
|
|
12361
|
-
xs?: "
|
|
12362
|
-
sm?: "
|
|
12363
|
-
md?: "
|
|
12364
|
-
lg?: "
|
|
12365
|
-
xl?: "
|
|
12366
|
-
xxl?: "
|
|
12360
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12361
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12362
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12363
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12364
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12365
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12366
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12367
12367
|
}>;
|
|
12368
|
-
default: "
|
|
12369
|
-
xs?: "
|
|
12370
|
-
sm?: "
|
|
12371
|
-
md?: "
|
|
12372
|
-
lg?: "
|
|
12373
|
-
xl?: "
|
|
12374
|
-
xxl?: "
|
|
12368
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12369
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12370
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12371
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12372
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12373
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12374
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12375
12375
|
};
|
|
12376
12376
|
};
|
|
12377
12377
|
justify: {
|
|
@@ -12403,21 +12403,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12403
12403
|
};
|
|
12404
12404
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12405
12405
|
align: {
|
|
12406
|
-
type: import("vue").PropType<"
|
|
12407
|
-
xs?: "
|
|
12408
|
-
sm?: "
|
|
12409
|
-
md?: "
|
|
12410
|
-
lg?: "
|
|
12411
|
-
xl?: "
|
|
12412
|
-
xxl?: "
|
|
12406
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12407
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12408
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12409
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12410
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12411
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12412
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12413
12413
|
}>;
|
|
12414
|
-
default: "
|
|
12415
|
-
xs?: "
|
|
12416
|
-
sm?: "
|
|
12417
|
-
md?: "
|
|
12418
|
-
lg?: "
|
|
12419
|
-
xl?: "
|
|
12420
|
-
xxl?: "
|
|
12414
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12415
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12416
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12417
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12418
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12419
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12420
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12421
12421
|
};
|
|
12422
12422
|
};
|
|
12423
12423
|
justify: {
|
|
@@ -12449,21 +12449,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12449
12449
|
};
|
|
12450
12450
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12451
12451
|
align: {
|
|
12452
|
-
type: import("vue").PropType<"
|
|
12453
|
-
xs?: "
|
|
12454
|
-
sm?: "
|
|
12455
|
-
md?: "
|
|
12456
|
-
lg?: "
|
|
12457
|
-
xl?: "
|
|
12458
|
-
xxl?: "
|
|
12452
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12453
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12454
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12455
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12456
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12457
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12458
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12459
12459
|
}>;
|
|
12460
|
-
default: "
|
|
12461
|
-
xs?: "
|
|
12462
|
-
sm?: "
|
|
12463
|
-
md?: "
|
|
12464
|
-
lg?: "
|
|
12465
|
-
xl?: "
|
|
12466
|
-
xxl?: "
|
|
12460
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12461
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12462
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12463
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12464
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12465
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12466
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12467
12467
|
};
|
|
12468
12468
|
};
|
|
12469
12469
|
justify: {
|
|
@@ -12495,21 +12495,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12495
12495
|
};
|
|
12496
12496
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12497
12497
|
align: {
|
|
12498
|
-
type: import("vue").PropType<"
|
|
12499
|
-
xs?: "
|
|
12500
|
-
sm?: "
|
|
12501
|
-
md?: "
|
|
12502
|
-
lg?: "
|
|
12503
|
-
xl?: "
|
|
12504
|
-
xxl?: "
|
|
12498
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12499
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12500
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12501
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12502
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12503
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12504
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12505
12505
|
}>;
|
|
12506
|
-
default: "
|
|
12507
|
-
xs?: "
|
|
12508
|
-
sm?: "
|
|
12509
|
-
md?: "
|
|
12510
|
-
lg?: "
|
|
12511
|
-
xl?: "
|
|
12512
|
-
xxl?: "
|
|
12506
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12507
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12508
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12509
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12510
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12511
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12512
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12513
12513
|
};
|
|
12514
12514
|
};
|
|
12515
12515
|
justify: {
|
|
@@ -12773,21 +12773,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12773
12773
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12774
12774
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12775
12775
|
align: {
|
|
12776
|
-
type: import("vue").PropType<"
|
|
12777
|
-
xs?: "
|
|
12778
|
-
sm?: "
|
|
12779
|
-
md?: "
|
|
12780
|
-
lg?: "
|
|
12781
|
-
xl?: "
|
|
12782
|
-
xxl?: "
|
|
12776
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12777
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12778
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12779
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12780
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12781
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12782
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12783
12783
|
}>;
|
|
12784
|
-
default: "
|
|
12785
|
-
xs?: "
|
|
12786
|
-
sm?: "
|
|
12787
|
-
md?: "
|
|
12788
|
-
lg?: "
|
|
12789
|
-
xl?: "
|
|
12790
|
-
xxl?: "
|
|
12784
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12785
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12786
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12787
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12788
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12789
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12790
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12791
12791
|
};
|
|
12792
12792
|
};
|
|
12793
12793
|
justify: {
|
|
@@ -13727,21 +13727,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13727
13727
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13728
13728
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13729
13729
|
align: {
|
|
13730
|
-
type: import("vue").PropType<"
|
|
13731
|
-
xs?: "
|
|
13732
|
-
sm?: "
|
|
13733
|
-
md?: "
|
|
13734
|
-
lg?: "
|
|
13735
|
-
xl?: "
|
|
13736
|
-
xxl?: "
|
|
13730
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13731
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13732
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13733
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13734
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13735
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13736
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13737
13737
|
}>;
|
|
13738
|
-
default: "
|
|
13739
|
-
xs?: "
|
|
13740
|
-
sm?: "
|
|
13741
|
-
md?: "
|
|
13742
|
-
lg?: "
|
|
13743
|
-
xl?: "
|
|
13744
|
-
xxl?: "
|
|
13738
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13739
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13740
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13741
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13742
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13743
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13744
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13745
13745
|
};
|
|
13746
13746
|
};
|
|
13747
13747
|
justify: {
|
|
@@ -13773,21 +13773,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13773
13773
|
};
|
|
13774
13774
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13775
13775
|
align: {
|
|
13776
|
-
type: import("vue").PropType<"
|
|
13777
|
-
xs?: "
|
|
13778
|
-
sm?: "
|
|
13779
|
-
md?: "
|
|
13780
|
-
lg?: "
|
|
13781
|
-
xl?: "
|
|
13782
|
-
xxl?: "
|
|
13776
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13777
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13778
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13779
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13780
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13781
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13782
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13783
13783
|
}>;
|
|
13784
|
-
default: "
|
|
13785
|
-
xs?: "
|
|
13786
|
-
sm?: "
|
|
13787
|
-
md?: "
|
|
13788
|
-
lg?: "
|
|
13789
|
-
xl?: "
|
|
13790
|
-
xxl?: "
|
|
13784
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13785
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13786
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13787
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13788
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13789
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13790
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13791
13791
|
};
|
|
13792
13792
|
};
|
|
13793
13793
|
justify: {
|
|
@@ -13819,21 +13819,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13819
13819
|
};
|
|
13820
13820
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13821
13821
|
align: {
|
|
13822
|
-
type: import("vue").PropType<"
|
|
13823
|
-
xs?: "
|
|
13824
|
-
sm?: "
|
|
13825
|
-
md?: "
|
|
13826
|
-
lg?: "
|
|
13827
|
-
xl?: "
|
|
13828
|
-
xxl?: "
|
|
13822
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13823
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13824
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13825
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13826
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13827
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13828
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13829
13829
|
}>;
|
|
13830
|
-
default: "
|
|
13831
|
-
xs?: "
|
|
13832
|
-
sm?: "
|
|
13833
|
-
md?: "
|
|
13834
|
-
lg?: "
|
|
13835
|
-
xl?: "
|
|
13836
|
-
xxl?: "
|
|
13830
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13831
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13832
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13833
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13834
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13835
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13836
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13837
13837
|
};
|
|
13838
13838
|
};
|
|
13839
13839
|
justify: {
|
|
@@ -13865,21 +13865,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13865
13865
|
};
|
|
13866
13866
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13867
13867
|
align: {
|
|
13868
|
-
type: import("vue").PropType<"
|
|
13869
|
-
xs?: "
|
|
13870
|
-
sm?: "
|
|
13871
|
-
md?: "
|
|
13872
|
-
lg?: "
|
|
13873
|
-
xl?: "
|
|
13874
|
-
xxl?: "
|
|
13868
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13869
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13870
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13871
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13872
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13873
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13874
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13875
13875
|
}>;
|
|
13876
|
-
default: "
|
|
13877
|
-
xs?: "
|
|
13878
|
-
sm?: "
|
|
13879
|
-
md?: "
|
|
13880
|
-
lg?: "
|
|
13881
|
-
xl?: "
|
|
13882
|
-
xxl?: "
|
|
13876
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13877
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13878
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13879
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13880
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13881
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13882
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13883
13883
|
};
|
|
13884
13884
|
};
|
|
13885
13885
|
justify: {
|
|
@@ -14144,21 +14144,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14144
14144
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14145
14145
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14146
14146
|
align: {
|
|
14147
|
-
type: import("vue").PropType<"
|
|
14148
|
-
xs?: "
|
|
14149
|
-
sm?: "
|
|
14150
|
-
md?: "
|
|
14151
|
-
lg?: "
|
|
14152
|
-
xl?: "
|
|
14153
|
-
xxl?: "
|
|
14147
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14148
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14149
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14150
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14151
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14152
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14153
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14154
14154
|
}>;
|
|
14155
|
-
default: "
|
|
14156
|
-
xs?: "
|
|
14157
|
-
sm?: "
|
|
14158
|
-
md?: "
|
|
14159
|
-
lg?: "
|
|
14160
|
-
xl?: "
|
|
14161
|
-
xxl?: "
|
|
14155
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14156
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14157
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14158
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14159
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14160
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14161
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14162
14162
|
};
|
|
14163
14163
|
};
|
|
14164
14164
|
justify: {
|
|
@@ -14243,7 +14243,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14243
14243
|
} & {}>;
|
|
14244
14244
|
emits: (event: "changeField", item: any) => void;
|
|
14245
14245
|
formData: import("ll-plus/es/index").FormData;
|
|
14246
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
14246
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
14247
14247
|
handleChange: (...arg: any[]) => void;
|
|
14248
14248
|
readonly checkedType: string[];
|
|
14249
14249
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -14493,21 +14493,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14493
14493
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14494
14494
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14495
14495
|
align: {
|
|
14496
|
-
type: import("vue").PropType<"
|
|
14497
|
-
xs?: "
|
|
14498
|
-
sm?: "
|
|
14499
|
-
md?: "
|
|
14500
|
-
lg?: "
|
|
14501
|
-
xl?: "
|
|
14502
|
-
xxl?: "
|
|
14496
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14497
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14498
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14499
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14500
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14501
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14502
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14503
14503
|
}>;
|
|
14504
|
-
default: "
|
|
14505
|
-
xs?: "
|
|
14506
|
-
sm?: "
|
|
14507
|
-
md?: "
|
|
14508
|
-
lg?: "
|
|
14509
|
-
xl?: "
|
|
14510
|
-
xxl?: "
|
|
14504
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14505
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14506
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14507
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14508
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14509
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14510
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14511
14511
|
};
|
|
14512
14512
|
};
|
|
14513
14513
|
justify: {
|