ll-plus 2.6.19 → 2.6.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 +288 -288
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- 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 +144 -144
- 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 +143 -143
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +40 -34
- package/es/components/input/src/input.d.ts +1 -0
- package/es/components/input/src/input.vue.d.ts +40 -34
- package/es/components/key-value/index.d.ts +690 -690
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
- package/es/components/key-value/src/key-value.vue.d.ts +690 -690
- 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 +2 -2
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/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/input/src/input.mjs +7 -0
- package/es/packages/components/input/src/input.mjs.map +1 -1
- package/es/packages/components/input/src/input.vue2.mjs +4 -2
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/upload-image/src/upload-image.vue2.mjs +2 -1
- package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
- package/index.full.js +13 -3
- package/index.full.min.js +2 -2
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +2 -2
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +13 -3
- package/lib/components/advanced-filtering/index.d.ts +288 -288
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- 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 +144 -144
- 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 +143 -143
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +40 -34
- package/lib/components/input/src/input.d.ts +1 -0
- package/lib/components/input/src/input.vue.d.ts +40 -34
- package/lib/components/key-value/index.d.ts +690 -690
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
- package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
- 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 +2 -2
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/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/input/src/input.js +7 -0
- package/lib/packages/components/input/src/input.js.map +1 -1
- package/lib/packages/components/input/src/input.vue2.js +4 -2
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/upload-image/src/upload-image.vue2.js +2 -1
- package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/index.css +2 -2
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/css/upload-image.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +4 -4
- package/types/packages/components/advanced-filtering/index.d.ts +288 -288
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- 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 +144 -144
- 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 +143 -143
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +40 -34
- package/types/packages/components/input/src/input.d.ts +1 -0
- package/types/packages/components/input/src/input.vue.d.ts +40 -34
- package/types/packages/components/key-value/index.d.ts +690 -690
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
- package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
- 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 +2 -2
- 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 +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/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<"middle" | "top" | "bottom" | "stretch" | {
|
|
1083
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1084
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1085
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1086
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1087
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1088
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1089
1089
|
}>;
|
|
1090
|
-
default: "
|
|
1091
|
-
xs?: "
|
|
1092
|
-
sm?: "
|
|
1093
|
-
md?: "
|
|
1094
|
-
lg?: "
|
|
1095
|
-
xl?: "
|
|
1096
|
-
xxl?: "
|
|
1090
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1091
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1092
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1093
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1094
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1095
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1096
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1097
1097
|
};
|
|
1098
1098
|
};
|
|
1099
1099
|
justify: {
|
|
@@ -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<"middle" | "top" | "bottom" | "stretch" | {
|
|
1129
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1130
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1131
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1132
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1133
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1134
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1135
1135
|
}>;
|
|
1136
|
-
default: "
|
|
1137
|
-
xs?: "
|
|
1138
|
-
sm?: "
|
|
1139
|
-
md?: "
|
|
1140
|
-
lg?: "
|
|
1141
|
-
xl?: "
|
|
1142
|
-
xxl?: "
|
|
1136
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1137
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1138
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1139
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1140
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1141
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1142
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1143
1143
|
};
|
|
1144
1144
|
};
|
|
1145
1145
|
justify: {
|
|
@@ -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<"middle" | "top" | "bottom" | "stretch" | {
|
|
1175
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1176
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1177
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1178
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1179
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1180
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1181
1181
|
}>;
|
|
1182
|
-
default: "
|
|
1183
|
-
xs?: "
|
|
1184
|
-
sm?: "
|
|
1185
|
-
md?: "
|
|
1186
|
-
lg?: "
|
|
1187
|
-
xl?: "
|
|
1188
|
-
xxl?: "
|
|
1182
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1183
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1184
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1185
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1186
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1187
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1188
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1189
1189
|
};
|
|
1190
1190
|
};
|
|
1191
1191
|
justify: {
|
|
@@ -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<"middle" | "top" | "bottom" | "stretch" | {
|
|
1221
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1222
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1223
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1224
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1225
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1226
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1227
1227
|
}>;
|
|
1228
|
-
default: "
|
|
1229
|
-
xs?: "
|
|
1230
|
-
sm?: "
|
|
1231
|
-
md?: "
|
|
1232
|
-
lg?: "
|
|
1233
|
-
xl?: "
|
|
1234
|
-
xxl?: "
|
|
1228
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1229
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1230
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1231
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1232
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1233
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1234
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1235
1235
|
};
|
|
1236
1236
|
};
|
|
1237
1237
|
justify: {
|
|
@@ -1500,21 +1500,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1500
1500
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1501
1501
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1502
1502
|
align: {
|
|
1503
|
-
type: import("vue").PropType<"
|
|
1504
|
-
xs?: "
|
|
1505
|
-
sm?: "
|
|
1506
|
-
md?: "
|
|
1507
|
-
lg?: "
|
|
1508
|
-
xl?: "
|
|
1509
|
-
xxl?: "
|
|
1503
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1504
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1505
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1506
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1507
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1508
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1509
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1510
1510
|
}>;
|
|
1511
|
-
default: "
|
|
1512
|
-
xs?: "
|
|
1513
|
-
sm?: "
|
|
1514
|
-
md?: "
|
|
1515
|
-
lg?: "
|
|
1516
|
-
xl?: "
|
|
1517
|
-
xxl?: "
|
|
1511
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1512
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1513
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1514
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1515
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1516
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1517
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1518
1518
|
};
|
|
1519
1519
|
};
|
|
1520
1520
|
justify: {
|
|
@@ -1586,7 +1586,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1586
1586
|
emits: (event: "changeField", item: any) => void;
|
|
1587
1587
|
formData: import("ll-plus/es/index").FormData;
|
|
1588
1588
|
componentRef: import("vue").Ref<any>;
|
|
1589
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1589
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1590
1590
|
handleChange: (...arg: any[]) => void;
|
|
1591
1591
|
focus: () => Promise<void>;
|
|
1592
1592
|
getItem: () => any;
|
|
@@ -1638,7 +1638,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1638
1638
|
emits: (event: "changeField", item: any) => void;
|
|
1639
1639
|
formData: import("ll-plus/es/index").FormData;
|
|
1640
1640
|
componentRef: import("vue").Ref<any>;
|
|
1641
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1641
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1642
1642
|
handleChange: (...arg: any[]) => void;
|
|
1643
1643
|
focus: () => Promise<void>;
|
|
1644
1644
|
getItem: () => any;
|
|
@@ -1781,7 +1781,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1781
1781
|
emits: (event: "changeField", item: any) => void;
|
|
1782
1782
|
formData: import("ll-plus/es/index").FormData;
|
|
1783
1783
|
componentRef: import("vue").Ref<any>;
|
|
1784
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1784
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1785
1785
|
handleChange: (...arg: any[]) => void;
|
|
1786
1786
|
focus: () => Promise<void>;
|
|
1787
1787
|
getItem: () => any;
|
|
@@ -2707,21 +2707,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2707
2707
|
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>;
|
|
2708
2708
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2709
2709
|
align: {
|
|
2710
|
-
type: import("vue").PropType<"
|
|
2711
|
-
xs?: "
|
|
2712
|
-
sm?: "
|
|
2713
|
-
md?: "
|
|
2714
|
-
lg?: "
|
|
2715
|
-
xl?: "
|
|
2716
|
-
xxl?: "
|
|
2710
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2711
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2712
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2713
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2714
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2715
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2716
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2717
2717
|
}>;
|
|
2718
|
-
default: "
|
|
2719
|
-
xs?: "
|
|
2720
|
-
sm?: "
|
|
2721
|
-
md?: "
|
|
2722
|
-
lg?: "
|
|
2723
|
-
xl?: "
|
|
2724
|
-
xxl?: "
|
|
2718
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2719
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2720
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2721
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2722
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2723
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2724
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2725
2725
|
};
|
|
2726
2726
|
};
|
|
2727
2727
|
justify: {
|
|
@@ -2753,21 +2753,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2753
2753
|
};
|
|
2754
2754
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2755
2755
|
align: {
|
|
2756
|
-
type: import("vue").PropType<"
|
|
2757
|
-
xs?: "
|
|
2758
|
-
sm?: "
|
|
2759
|
-
md?: "
|
|
2760
|
-
lg?: "
|
|
2761
|
-
xl?: "
|
|
2762
|
-
xxl?: "
|
|
2756
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2757
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2758
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2759
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2760
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2761
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2762
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2763
2763
|
}>;
|
|
2764
|
-
default: "
|
|
2765
|
-
xs?: "
|
|
2766
|
-
sm?: "
|
|
2767
|
-
md?: "
|
|
2768
|
-
lg?: "
|
|
2769
|
-
xl?: "
|
|
2770
|
-
xxl?: "
|
|
2764
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2765
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2766
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2767
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2768
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2769
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2770
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2771
2771
|
};
|
|
2772
2772
|
};
|
|
2773
2773
|
justify: {
|
|
@@ -2799,21 +2799,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2799
2799
|
};
|
|
2800
2800
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2801
2801
|
align: {
|
|
2802
|
-
type: import("vue").PropType<"
|
|
2803
|
-
xs?: "
|
|
2804
|
-
sm?: "
|
|
2805
|
-
md?: "
|
|
2806
|
-
lg?: "
|
|
2807
|
-
xl?: "
|
|
2808
|
-
xxl?: "
|
|
2802
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2803
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2804
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2805
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2806
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2807
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2808
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2809
2809
|
}>;
|
|
2810
|
-
default: "
|
|
2811
|
-
xs?: "
|
|
2812
|
-
sm?: "
|
|
2813
|
-
md?: "
|
|
2814
|
-
lg?: "
|
|
2815
|
-
xl?: "
|
|
2816
|
-
xxl?: "
|
|
2810
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2811
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2812
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2813
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2814
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2815
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2816
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2817
2817
|
};
|
|
2818
2818
|
};
|
|
2819
2819
|
justify: {
|
|
@@ -2845,21 +2845,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2845
2845
|
};
|
|
2846
2846
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2847
2847
|
align: {
|
|
2848
|
-
type: import("vue").PropType<"
|
|
2849
|
-
xs?: "
|
|
2850
|
-
sm?: "
|
|
2851
|
-
md?: "
|
|
2852
|
-
lg?: "
|
|
2853
|
-
xl?: "
|
|
2854
|
-
xxl?: "
|
|
2848
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2849
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2850
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2851
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2852
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2853
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2854
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2855
2855
|
}>;
|
|
2856
|
-
default: "
|
|
2857
|
-
xs?: "
|
|
2858
|
-
sm?: "
|
|
2859
|
-
md?: "
|
|
2860
|
-
lg?: "
|
|
2861
|
-
xl?: "
|
|
2862
|
-
xxl?: "
|
|
2856
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2857
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2858
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2859
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2860
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2861
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2862
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2863
2863
|
};
|
|
2864
2864
|
};
|
|
2865
2865
|
justify: {
|
|
@@ -3127,21 +3127,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3127
3127
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3128
3128
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3129
3129
|
align: {
|
|
3130
|
-
type: import("vue").PropType<"
|
|
3131
|
-
xs?: "
|
|
3132
|
-
sm?: "
|
|
3133
|
-
md?: "
|
|
3134
|
-
lg?: "
|
|
3135
|
-
xl?: "
|
|
3136
|
-
xxl?: "
|
|
3130
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3131
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3132
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3133
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3134
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3135
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3136
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3137
3137
|
}>;
|
|
3138
|
-
default: "
|
|
3139
|
-
xs?: "
|
|
3140
|
-
sm?: "
|
|
3141
|
-
md?: "
|
|
3142
|
-
lg?: "
|
|
3143
|
-
xl?: "
|
|
3144
|
-
xxl?: "
|
|
3138
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3139
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3140
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3141
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3142
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3143
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3144
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3145
3145
|
};
|
|
3146
3146
|
};
|
|
3147
3147
|
justify: {
|
|
@@ -4083,21 +4083,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4083
4083
|
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>;
|
|
4084
4084
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4085
4085
|
align: {
|
|
4086
|
-
type: import("vue").PropType<"
|
|
4087
|
-
xs?: "
|
|
4088
|
-
sm?: "
|
|
4089
|
-
md?: "
|
|
4090
|
-
lg?: "
|
|
4091
|
-
xl?: "
|
|
4092
|
-
xxl?: "
|
|
4086
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4087
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4088
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4089
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4090
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4091
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4092
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4093
4093
|
}>;
|
|
4094
|
-
default: "
|
|
4095
|
-
xs?: "
|
|
4096
|
-
sm?: "
|
|
4097
|
-
md?: "
|
|
4098
|
-
lg?: "
|
|
4099
|
-
xl?: "
|
|
4100
|
-
xxl?: "
|
|
4094
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4095
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4096
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4097
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4098
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4099
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4100
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4101
4101
|
};
|
|
4102
4102
|
};
|
|
4103
4103
|
justify: {
|
|
@@ -4129,21 +4129,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4129
4129
|
};
|
|
4130
4130
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4131
4131
|
align: {
|
|
4132
|
-
type: import("vue").PropType<"
|
|
4133
|
-
xs?: "
|
|
4134
|
-
sm?: "
|
|
4135
|
-
md?: "
|
|
4136
|
-
lg?: "
|
|
4137
|
-
xl?: "
|
|
4138
|
-
xxl?: "
|
|
4132
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4133
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4134
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4135
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4136
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4137
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4138
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4139
4139
|
}>;
|
|
4140
|
-
default: "
|
|
4141
|
-
xs?: "
|
|
4142
|
-
sm?: "
|
|
4143
|
-
md?: "
|
|
4144
|
-
lg?: "
|
|
4145
|
-
xl?: "
|
|
4146
|
-
xxl?: "
|
|
4140
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4141
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4142
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4143
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4144
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4145
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4146
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4147
4147
|
};
|
|
4148
4148
|
};
|
|
4149
4149
|
justify: {
|
|
@@ -4175,21 +4175,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4175
4175
|
};
|
|
4176
4176
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4177
4177
|
align: {
|
|
4178
|
-
type: import("vue").PropType<"
|
|
4179
|
-
xs?: "
|
|
4180
|
-
sm?: "
|
|
4181
|
-
md?: "
|
|
4182
|
-
lg?: "
|
|
4183
|
-
xl?: "
|
|
4184
|
-
xxl?: "
|
|
4178
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4179
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4180
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4181
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4182
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4183
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4184
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4185
4185
|
}>;
|
|
4186
|
-
default: "
|
|
4187
|
-
xs?: "
|
|
4188
|
-
sm?: "
|
|
4189
|
-
md?: "
|
|
4190
|
-
lg?: "
|
|
4191
|
-
xl?: "
|
|
4192
|
-
xxl?: "
|
|
4186
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4187
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4188
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4189
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4190
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4191
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4192
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4193
4193
|
};
|
|
4194
4194
|
};
|
|
4195
4195
|
justify: {
|
|
@@ -4221,21 +4221,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4221
4221
|
};
|
|
4222
4222
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4223
4223
|
align: {
|
|
4224
|
-
type: import("vue").PropType<"
|
|
4225
|
-
xs?: "
|
|
4226
|
-
sm?: "
|
|
4227
|
-
md?: "
|
|
4228
|
-
lg?: "
|
|
4229
|
-
xl?: "
|
|
4230
|
-
xxl?: "
|
|
4224
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4225
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4226
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4227
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4228
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4229
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4230
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4231
4231
|
}>;
|
|
4232
|
-
default: "
|
|
4233
|
-
xs?: "
|
|
4234
|
-
sm?: "
|
|
4235
|
-
md?: "
|
|
4236
|
-
lg?: "
|
|
4237
|
-
xl?: "
|
|
4238
|
-
xxl?: "
|
|
4232
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4233
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4234
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4235
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4236
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4237
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4238
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4239
4239
|
};
|
|
4240
4240
|
};
|
|
4241
4241
|
justify: {
|
|
@@ -4504,21 +4504,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4504
4504
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4505
4505
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4506
4506
|
align: {
|
|
4507
|
-
type: import("vue").PropType<"
|
|
4508
|
-
xs?: "
|
|
4509
|
-
sm?: "
|
|
4510
|
-
md?: "
|
|
4511
|
-
lg?: "
|
|
4512
|
-
xl?: "
|
|
4513
|
-
xxl?: "
|
|
4507
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4508
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4509
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4510
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4511
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4512
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4513
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4514
4514
|
}>;
|
|
4515
|
-
default: "
|
|
4516
|
-
xs?: "
|
|
4517
|
-
sm?: "
|
|
4518
|
-
md?: "
|
|
4519
|
-
lg?: "
|
|
4520
|
-
xl?: "
|
|
4521
|
-
xxl?: "
|
|
4515
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4516
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4517
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4518
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4519
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4520
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4521
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4522
4522
|
};
|
|
4523
4523
|
};
|
|
4524
4524
|
justify: {
|
|
@@ -4590,7 +4590,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4590
4590
|
emits: (event: "changeField", item: any) => void;
|
|
4591
4591
|
formData: import("ll-plus/es/index").FormData;
|
|
4592
4592
|
componentRef: import("vue").Ref<any>;
|
|
4593
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4593
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4594
4594
|
handleChange: (...arg: any[]) => void;
|
|
4595
4595
|
focus: () => Promise<void>;
|
|
4596
4596
|
getItem: () => any;
|
|
@@ -4642,7 +4642,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4642
4642
|
emits: (event: "changeField", item: any) => void;
|
|
4643
4643
|
formData: import("ll-plus/es/index").FormData;
|
|
4644
4644
|
componentRef: import("vue").Ref<any>;
|
|
4645
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4645
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4646
4646
|
handleChange: (...arg: any[]) => void;
|
|
4647
4647
|
focus: () => Promise<void>;
|
|
4648
4648
|
getItem: () => any;
|
|
@@ -4785,7 +4785,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4785
4785
|
emits: (event: "changeField", item: any) => void;
|
|
4786
4786
|
formData: import("ll-plus/es/index").FormData;
|
|
4787
4787
|
componentRef: import("vue").Ref<any>;
|
|
4788
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4788
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4789
4789
|
handleChange: (...arg: any[]) => void;
|
|
4790
4790
|
focus: () => Promise<void>;
|
|
4791
4791
|
getItem: () => any;
|
|
@@ -5038,21 +5038,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5038
5038
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5039
5039
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5040
5040
|
align: {
|
|
5041
|
-
type: import("vue").PropType<"
|
|
5042
|
-
xs?: "
|
|
5043
|
-
sm?: "
|
|
5044
|
-
md?: "
|
|
5045
|
-
lg?: "
|
|
5046
|
-
xl?: "
|
|
5047
|
-
xxl?: "
|
|
5041
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5042
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5043
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5044
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5045
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5046
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5047
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5048
5048
|
}>;
|
|
5049
|
-
default: "
|
|
5050
|
-
xs?: "
|
|
5051
|
-
sm?: "
|
|
5052
|
-
md?: "
|
|
5053
|
-
lg?: "
|
|
5054
|
-
xl?: "
|
|
5055
|
-
xxl?: "
|
|
5049
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5050
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5051
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5052
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5053
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5054
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5055
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5056
5056
|
};
|
|
5057
5057
|
};
|
|
5058
5058
|
justify: {
|
|
@@ -6419,21 +6419,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6419
6419
|
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>;
|
|
6420
6420
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6421
6421
|
align: {
|
|
6422
|
-
type: import("vue").PropType<"
|
|
6423
|
-
xs?: "
|
|
6424
|
-
sm?: "
|
|
6425
|
-
md?: "
|
|
6426
|
-
lg?: "
|
|
6427
|
-
xl?: "
|
|
6428
|
-
xxl?: "
|
|
6422
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6423
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6424
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6425
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6426
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6427
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6428
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6429
6429
|
}>;
|
|
6430
|
-
default: "
|
|
6431
|
-
xs?: "
|
|
6432
|
-
sm?: "
|
|
6433
|
-
md?: "
|
|
6434
|
-
lg?: "
|
|
6435
|
-
xl?: "
|
|
6436
|
-
xxl?: "
|
|
6430
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6431
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6432
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6433
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6434
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6435
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6436
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6437
6437
|
};
|
|
6438
6438
|
};
|
|
6439
6439
|
justify: {
|
|
@@ -6465,21 +6465,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6465
6465
|
};
|
|
6466
6466
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6467
6467
|
align: {
|
|
6468
|
-
type: import("vue").PropType<"
|
|
6469
|
-
xs?: "
|
|
6470
|
-
sm?: "
|
|
6471
|
-
md?: "
|
|
6472
|
-
lg?: "
|
|
6473
|
-
xl?: "
|
|
6474
|
-
xxl?: "
|
|
6468
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6469
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6470
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6471
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6472
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6473
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6474
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6475
6475
|
}>;
|
|
6476
|
-
default: "
|
|
6477
|
-
xs?: "
|
|
6478
|
-
sm?: "
|
|
6479
|
-
md?: "
|
|
6480
|
-
lg?: "
|
|
6481
|
-
xl?: "
|
|
6482
|
-
xxl?: "
|
|
6476
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6477
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6478
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6479
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6480
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6481
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6482
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6483
6483
|
};
|
|
6484
6484
|
};
|
|
6485
6485
|
justify: {
|
|
@@ -6511,21 +6511,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6511
6511
|
};
|
|
6512
6512
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6513
6513
|
align: {
|
|
6514
|
-
type: import("vue").PropType<"
|
|
6515
|
-
xs?: "
|
|
6516
|
-
sm?: "
|
|
6517
|
-
md?: "
|
|
6518
|
-
lg?: "
|
|
6519
|
-
xl?: "
|
|
6520
|
-
xxl?: "
|
|
6514
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6515
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6516
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6517
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6518
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6519
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6520
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6521
6521
|
}>;
|
|
6522
|
-
default: "
|
|
6523
|
-
xs?: "
|
|
6524
|
-
sm?: "
|
|
6525
|
-
md?: "
|
|
6526
|
-
lg?: "
|
|
6527
|
-
xl?: "
|
|
6528
|
-
xxl?: "
|
|
6522
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6523
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6524
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6525
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6526
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6527
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6528
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6529
6529
|
};
|
|
6530
6530
|
};
|
|
6531
6531
|
justify: {
|
|
@@ -6557,21 +6557,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6557
6557
|
};
|
|
6558
6558
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6559
6559
|
align: {
|
|
6560
|
-
type: import("vue").PropType<"
|
|
6561
|
-
xs?: "
|
|
6562
|
-
sm?: "
|
|
6563
|
-
md?: "
|
|
6564
|
-
lg?: "
|
|
6565
|
-
xl?: "
|
|
6566
|
-
xxl?: "
|
|
6560
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6561
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6562
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6563
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6564
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6565
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6566
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6567
6567
|
}>;
|
|
6568
|
-
default: "
|
|
6569
|
-
xs?: "
|
|
6570
|
-
sm?: "
|
|
6571
|
-
md?: "
|
|
6572
|
-
lg?: "
|
|
6573
|
-
xl?: "
|
|
6574
|
-
xxl?: "
|
|
6568
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6569
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6570
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6571
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6572
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6573
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6574
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6575
6575
|
};
|
|
6576
6576
|
};
|
|
6577
6577
|
justify: {
|
|
@@ -6840,21 +6840,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6840
6840
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6841
6841
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6842
6842
|
align: {
|
|
6843
|
-
type: import("vue").PropType<"
|
|
6844
|
-
xs?: "
|
|
6845
|
-
sm?: "
|
|
6846
|
-
md?: "
|
|
6847
|
-
lg?: "
|
|
6848
|
-
xl?: "
|
|
6849
|
-
xxl?: "
|
|
6843
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6844
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6845
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6846
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6847
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6848
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6849
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6850
6850
|
}>;
|
|
6851
|
-
default: "
|
|
6852
|
-
xs?: "
|
|
6853
|
-
sm?: "
|
|
6854
|
-
md?: "
|
|
6855
|
-
lg?: "
|
|
6856
|
-
xl?: "
|
|
6857
|
-
xxl?: "
|
|
6851
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6852
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6853
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6854
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6855
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6856
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6857
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6858
6858
|
};
|
|
6859
6859
|
};
|
|
6860
6860
|
justify: {
|
|
@@ -6926,7 +6926,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6926
6926
|
emits: (event: "changeField", item: any) => void;
|
|
6927
6927
|
formData: import("ll-plus/es/index").FormData;
|
|
6928
6928
|
componentRef: import("vue").Ref<any>;
|
|
6929
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6929
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
6930
6930
|
handleChange: (...arg: any[]) => void;
|
|
6931
6931
|
focus: () => Promise<void>;
|
|
6932
6932
|
getItem: () => any;
|
|
@@ -6978,7 +6978,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6978
6978
|
emits: (event: "changeField", item: any) => void;
|
|
6979
6979
|
formData: import("ll-plus/es/index").FormData;
|
|
6980
6980
|
componentRef: import("vue").Ref<any>;
|
|
6981
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6981
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
6982
6982
|
handleChange: (...arg: any[]) => void;
|
|
6983
6983
|
focus: () => Promise<void>;
|
|
6984
6984
|
getItem: () => any;
|
|
@@ -7121,7 +7121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7121
7121
|
emits: (event: "changeField", item: any) => void;
|
|
7122
7122
|
formData: import("ll-plus/es/index").FormData;
|
|
7123
7123
|
componentRef: import("vue").Ref<any>;
|
|
7124
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
7124
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
7125
7125
|
handleChange: (...arg: any[]) => void;
|
|
7126
7126
|
focus: () => Promise<void>;
|
|
7127
7127
|
getItem: () => any;
|
|
@@ -8047,21 +8047,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8047
8047
|
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>;
|
|
8048
8048
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8049
8049
|
align: {
|
|
8050
|
-
type: import("vue").PropType<"
|
|
8051
|
-
xs?: "
|
|
8052
|
-
sm?: "
|
|
8053
|
-
md?: "
|
|
8054
|
-
lg?: "
|
|
8055
|
-
xl?: "
|
|
8056
|
-
xxl?: "
|
|
8050
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8051
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8052
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8053
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8054
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8055
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8056
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8057
8057
|
}>;
|
|
8058
|
-
default: "
|
|
8059
|
-
xs?: "
|
|
8060
|
-
sm?: "
|
|
8061
|
-
md?: "
|
|
8062
|
-
lg?: "
|
|
8063
|
-
xl?: "
|
|
8064
|
-
xxl?: "
|
|
8058
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8059
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8060
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8061
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8062
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8063
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8064
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8065
8065
|
};
|
|
8066
8066
|
};
|
|
8067
8067
|
justify: {
|
|
@@ -8093,21 +8093,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8093
8093
|
};
|
|
8094
8094
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8095
8095
|
align: {
|
|
8096
|
-
type: import("vue").PropType<"
|
|
8097
|
-
xs?: "
|
|
8098
|
-
sm?: "
|
|
8099
|
-
md?: "
|
|
8100
|
-
lg?: "
|
|
8101
|
-
xl?: "
|
|
8102
|
-
xxl?: "
|
|
8096
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8097
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8098
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8099
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8100
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8101
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8102
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8103
8103
|
}>;
|
|
8104
|
-
default: "
|
|
8105
|
-
xs?: "
|
|
8106
|
-
sm?: "
|
|
8107
|
-
md?: "
|
|
8108
|
-
lg?: "
|
|
8109
|
-
xl?: "
|
|
8110
|
-
xxl?: "
|
|
8104
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8105
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8106
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8107
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8108
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8109
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8110
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8111
8111
|
};
|
|
8112
8112
|
};
|
|
8113
8113
|
justify: {
|
|
@@ -8139,21 +8139,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8139
8139
|
};
|
|
8140
8140
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8141
8141
|
align: {
|
|
8142
|
-
type: import("vue").PropType<"
|
|
8143
|
-
xs?: "
|
|
8144
|
-
sm?: "
|
|
8145
|
-
md?: "
|
|
8146
|
-
lg?: "
|
|
8147
|
-
xl?: "
|
|
8148
|
-
xxl?: "
|
|
8142
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8143
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8144
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8145
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8146
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8147
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8148
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8149
8149
|
}>;
|
|
8150
|
-
default: "
|
|
8151
|
-
xs?: "
|
|
8152
|
-
sm?: "
|
|
8153
|
-
md?: "
|
|
8154
|
-
lg?: "
|
|
8155
|
-
xl?: "
|
|
8156
|
-
xxl?: "
|
|
8150
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8151
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8152
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8153
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8154
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8155
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8156
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8157
8157
|
};
|
|
8158
8158
|
};
|
|
8159
8159
|
justify: {
|
|
@@ -8185,21 +8185,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8185
8185
|
};
|
|
8186
8186
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8187
8187
|
align: {
|
|
8188
|
-
type: import("vue").PropType<"
|
|
8189
|
-
xs?: "
|
|
8190
|
-
sm?: "
|
|
8191
|
-
md?: "
|
|
8192
|
-
lg?: "
|
|
8193
|
-
xl?: "
|
|
8194
|
-
xxl?: "
|
|
8188
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8189
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8190
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8191
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8192
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8193
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8194
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8195
8195
|
}>;
|
|
8196
|
-
default: "
|
|
8197
|
-
xs?: "
|
|
8198
|
-
sm?: "
|
|
8199
|
-
md?: "
|
|
8200
|
-
lg?: "
|
|
8201
|
-
xl?: "
|
|
8202
|
-
xxl?: "
|
|
8196
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8197
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8198
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8199
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8200
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8201
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8202
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8203
8203
|
};
|
|
8204
8204
|
};
|
|
8205
8205
|
justify: {
|
|
@@ -8467,21 +8467,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8467
8467
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8468
8468
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8469
8469
|
align: {
|
|
8470
|
-
type: import("vue").PropType<"
|
|
8471
|
-
xs?: "
|
|
8472
|
-
sm?: "
|
|
8473
|
-
md?: "
|
|
8474
|
-
lg?: "
|
|
8475
|
-
xl?: "
|
|
8476
|
-
xxl?: "
|
|
8470
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8471
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8472
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8473
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8474
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8475
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8476
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8477
8477
|
}>;
|
|
8478
|
-
default: "
|
|
8479
|
-
xs?: "
|
|
8480
|
-
sm?: "
|
|
8481
|
-
md?: "
|
|
8482
|
-
lg?: "
|
|
8483
|
-
xl?: "
|
|
8484
|
-
xxl?: "
|
|
8478
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8479
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8480
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8481
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8482
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8483
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8484
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8485
8485
|
};
|
|
8486
8486
|
};
|
|
8487
8487
|
justify: {
|
|
@@ -9423,21 +9423,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9423
9423
|
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>;
|
|
9424
9424
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9425
9425
|
align: {
|
|
9426
|
-
type: import("vue").PropType<"
|
|
9427
|
-
xs?: "
|
|
9428
|
-
sm?: "
|
|
9429
|
-
md?: "
|
|
9430
|
-
lg?: "
|
|
9431
|
-
xl?: "
|
|
9432
|
-
xxl?: "
|
|
9426
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9427
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9428
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9429
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9430
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9431
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9432
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9433
9433
|
}>;
|
|
9434
|
-
default: "
|
|
9435
|
-
xs?: "
|
|
9436
|
-
sm?: "
|
|
9437
|
-
md?: "
|
|
9438
|
-
lg?: "
|
|
9439
|
-
xl?: "
|
|
9440
|
-
xxl?: "
|
|
9434
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9435
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9436
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9437
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9438
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9439
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9440
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9441
9441
|
};
|
|
9442
9442
|
};
|
|
9443
9443
|
justify: {
|
|
@@ -9469,21 +9469,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9469
9469
|
};
|
|
9470
9470
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9471
9471
|
align: {
|
|
9472
|
-
type: import("vue").PropType<"
|
|
9473
|
-
xs?: "
|
|
9474
|
-
sm?: "
|
|
9475
|
-
md?: "
|
|
9476
|
-
lg?: "
|
|
9477
|
-
xl?: "
|
|
9478
|
-
xxl?: "
|
|
9472
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9473
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9474
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9475
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9476
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9477
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9478
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9479
9479
|
}>;
|
|
9480
|
-
default: "
|
|
9481
|
-
xs?: "
|
|
9482
|
-
sm?: "
|
|
9483
|
-
md?: "
|
|
9484
|
-
lg?: "
|
|
9485
|
-
xl?: "
|
|
9486
|
-
xxl?: "
|
|
9480
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9481
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9482
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9483
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9484
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9485
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9486
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9487
9487
|
};
|
|
9488
9488
|
};
|
|
9489
9489
|
justify: {
|
|
@@ -9515,21 +9515,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9515
9515
|
};
|
|
9516
9516
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9517
9517
|
align: {
|
|
9518
|
-
type: import("vue").PropType<"
|
|
9519
|
-
xs?: "
|
|
9520
|
-
sm?: "
|
|
9521
|
-
md?: "
|
|
9522
|
-
lg?: "
|
|
9523
|
-
xl?: "
|
|
9524
|
-
xxl?: "
|
|
9518
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9519
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9520
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9521
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9522
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9523
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9524
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9525
9525
|
}>;
|
|
9526
|
-
default: "
|
|
9527
|
-
xs?: "
|
|
9528
|
-
sm?: "
|
|
9529
|
-
md?: "
|
|
9530
|
-
lg?: "
|
|
9531
|
-
xl?: "
|
|
9532
|
-
xxl?: "
|
|
9526
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9527
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9528
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9529
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9530
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9531
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9532
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9533
9533
|
};
|
|
9534
9534
|
};
|
|
9535
9535
|
justify: {
|
|
@@ -9561,21 +9561,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9561
9561
|
};
|
|
9562
9562
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9563
9563
|
align: {
|
|
9564
|
-
type: import("vue").PropType<"
|
|
9565
|
-
xs?: "
|
|
9566
|
-
sm?: "
|
|
9567
|
-
md?: "
|
|
9568
|
-
lg?: "
|
|
9569
|
-
xl?: "
|
|
9570
|
-
xxl?: "
|
|
9564
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9565
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9566
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9567
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9568
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9569
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9570
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9571
9571
|
}>;
|
|
9572
|
-
default: "
|
|
9573
|
-
xs?: "
|
|
9574
|
-
sm?: "
|
|
9575
|
-
md?: "
|
|
9576
|
-
lg?: "
|
|
9577
|
-
xl?: "
|
|
9578
|
-
xxl?: "
|
|
9572
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9573
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9574
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9575
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9576
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9577
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9578
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9579
9579
|
};
|
|
9580
9580
|
};
|
|
9581
9581
|
justify: {
|
|
@@ -9844,21 +9844,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9844
9844
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9845
9845
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9846
9846
|
align: {
|
|
9847
|
-
type: import("vue").PropType<"
|
|
9848
|
-
xs?: "
|
|
9849
|
-
sm?: "
|
|
9850
|
-
md?: "
|
|
9851
|
-
lg?: "
|
|
9852
|
-
xl?: "
|
|
9853
|
-
xxl?: "
|
|
9847
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9848
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9849
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9850
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9851
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9852
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9853
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9854
9854
|
}>;
|
|
9855
|
-
default: "
|
|
9856
|
-
xs?: "
|
|
9857
|
-
sm?: "
|
|
9858
|
-
md?: "
|
|
9859
|
-
lg?: "
|
|
9860
|
-
xl?: "
|
|
9861
|
-
xxl?: "
|
|
9855
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9856
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9857
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9858
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9859
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9860
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9861
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9862
9862
|
};
|
|
9863
9863
|
};
|
|
9864
9864
|
justify: {
|
|
@@ -9930,7 +9930,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9930
9930
|
emits: (event: "changeField", item: any) => void;
|
|
9931
9931
|
formData: import("ll-plus/es/index").FormData;
|
|
9932
9932
|
componentRef: import("vue").Ref<any>;
|
|
9933
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9933
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
9934
9934
|
handleChange: (...arg: any[]) => void;
|
|
9935
9935
|
focus: () => Promise<void>;
|
|
9936
9936
|
getItem: () => any;
|
|
@@ -9982,7 +9982,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9982
9982
|
emits: (event: "changeField", item: any) => void;
|
|
9983
9983
|
formData: import("ll-plus/es/index").FormData;
|
|
9984
9984
|
componentRef: import("vue").Ref<any>;
|
|
9985
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9985
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
9986
9986
|
handleChange: (...arg: any[]) => void;
|
|
9987
9987
|
focus: () => Promise<void>;
|
|
9988
9988
|
getItem: () => any;
|
|
@@ -10125,7 +10125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10125
10125
|
emits: (event: "changeField", item: any) => void;
|
|
10126
10126
|
formData: import("ll-plus/es/index").FormData;
|
|
10127
10127
|
componentRef: import("vue").Ref<any>;
|
|
10128
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
10128
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
10129
10129
|
handleChange: (...arg: any[]) => void;
|
|
10130
10130
|
focus: () => Promise<void>;
|
|
10131
10131
|
getItem: () => any;
|
|
@@ -10378,21 +10378,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10378
10378
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10379
10379
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10380
10380
|
align: {
|
|
10381
|
-
type: import("vue").PropType<"
|
|
10382
|
-
xs?: "
|
|
10383
|
-
sm?: "
|
|
10384
|
-
md?: "
|
|
10385
|
-
lg?: "
|
|
10386
|
-
xl?: "
|
|
10387
|
-
xxl?: "
|
|
10381
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
10382
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10383
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10384
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10385
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10386
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10387
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10388
10388
|
}>;
|
|
10389
|
-
default: "
|
|
10390
|
-
xs?: "
|
|
10391
|
-
sm?: "
|
|
10392
|
-
md?: "
|
|
10393
|
-
lg?: "
|
|
10394
|
-
xl?: "
|
|
10395
|
-
xxl?: "
|
|
10389
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
10390
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10391
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10392
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10393
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10394
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10395
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10396
10396
|
};
|
|
10397
10397
|
};
|
|
10398
10398
|
justify: {
|
|
@@ -11687,21 +11687,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11687
11687
|
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>;
|
|
11688
11688
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11689
11689
|
align: {
|
|
11690
|
-
type: import("vue").PropType<"
|
|
11691
|
-
xs?: "
|
|
11692
|
-
sm?: "
|
|
11693
|
-
md?: "
|
|
11694
|
-
lg?: "
|
|
11695
|
-
xl?: "
|
|
11696
|
-
xxl?: "
|
|
11690
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11691
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11692
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11693
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11694
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11695
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11696
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11697
11697
|
}>;
|
|
11698
|
-
default: "
|
|
11699
|
-
xs?: "
|
|
11700
|
-
sm?: "
|
|
11701
|
-
md?: "
|
|
11702
|
-
lg?: "
|
|
11703
|
-
xl?: "
|
|
11704
|
-
xxl?: "
|
|
11698
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11699
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11700
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11701
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11702
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11703
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11704
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11705
11705
|
};
|
|
11706
11706
|
};
|
|
11707
11707
|
justify: {
|
|
@@ -11733,21 +11733,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11733
11733
|
};
|
|
11734
11734
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11735
11735
|
align: {
|
|
11736
|
-
type: import("vue").PropType<"
|
|
11737
|
-
xs?: "
|
|
11738
|
-
sm?: "
|
|
11739
|
-
md?: "
|
|
11740
|
-
lg?: "
|
|
11741
|
-
xl?: "
|
|
11742
|
-
xxl?: "
|
|
11736
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11737
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11738
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11739
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11740
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11741
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11742
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11743
11743
|
}>;
|
|
11744
|
-
default: "
|
|
11745
|
-
xs?: "
|
|
11746
|
-
sm?: "
|
|
11747
|
-
md?: "
|
|
11748
|
-
lg?: "
|
|
11749
|
-
xl?: "
|
|
11750
|
-
xxl?: "
|
|
11744
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11745
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11746
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11747
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11748
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11749
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11750
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11751
11751
|
};
|
|
11752
11752
|
};
|
|
11753
11753
|
justify: {
|
|
@@ -11779,21 +11779,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11779
11779
|
};
|
|
11780
11780
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11781
11781
|
align: {
|
|
11782
|
-
type: import("vue").PropType<"
|
|
11783
|
-
xs?: "
|
|
11784
|
-
sm?: "
|
|
11785
|
-
md?: "
|
|
11786
|
-
lg?: "
|
|
11787
|
-
xl?: "
|
|
11788
|
-
xxl?: "
|
|
11782
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11783
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11784
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11785
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11786
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11787
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11788
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11789
11789
|
}>;
|
|
11790
|
-
default: "
|
|
11791
|
-
xs?: "
|
|
11792
|
-
sm?: "
|
|
11793
|
-
md?: "
|
|
11794
|
-
lg?: "
|
|
11795
|
-
xl?: "
|
|
11796
|
-
xxl?: "
|
|
11790
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11791
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11792
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11793
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11794
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11795
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11796
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11797
11797
|
};
|
|
11798
11798
|
};
|
|
11799
11799
|
justify: {
|
|
@@ -11825,21 +11825,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11825
11825
|
};
|
|
11826
11826
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11827
11827
|
align: {
|
|
11828
|
-
type: import("vue").PropType<"
|
|
11829
|
-
xs?: "
|
|
11830
|
-
sm?: "
|
|
11831
|
-
md?: "
|
|
11832
|
-
lg?: "
|
|
11833
|
-
xl?: "
|
|
11834
|
-
xxl?: "
|
|
11828
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11829
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11830
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11831
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11832
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11833
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11834
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11835
11835
|
}>;
|
|
11836
|
-
default: "
|
|
11837
|
-
xs?: "
|
|
11838
|
-
sm?: "
|
|
11839
|
-
md?: "
|
|
11840
|
-
lg?: "
|
|
11841
|
-
xl?: "
|
|
11842
|
-
xxl?: "
|
|
11836
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11837
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11838
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11839
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11840
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11841
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11842
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11843
11843
|
};
|
|
11844
11844
|
};
|
|
11845
11845
|
justify: {
|
|
@@ -12108,21 +12108,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12108
12108
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12109
12109
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12110
12110
|
align: {
|
|
12111
|
-
type: import("vue").PropType<"
|
|
12112
|
-
xs?: "
|
|
12113
|
-
sm?: "
|
|
12114
|
-
md?: "
|
|
12115
|
-
lg?: "
|
|
12116
|
-
xl?: "
|
|
12117
|
-
xxl?: "
|
|
12111
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12112
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12113
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12114
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12115
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12116
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12117
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12118
12118
|
}>;
|
|
12119
|
-
default: "
|
|
12120
|
-
xs?: "
|
|
12121
|
-
sm?: "
|
|
12122
|
-
md?: "
|
|
12123
|
-
lg?: "
|
|
12124
|
-
xl?: "
|
|
12125
|
-
xxl?: "
|
|
12119
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12120
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12121
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12122
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12123
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12124
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12125
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12126
12126
|
};
|
|
12127
12127
|
};
|
|
12128
12128
|
justify: {
|
|
@@ -12194,7 +12194,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12194
12194
|
emits: (event: "changeField", item: any) => void;
|
|
12195
12195
|
formData: import("ll-plus/es/index").FormData;
|
|
12196
12196
|
componentRef: import("vue").Ref<any>;
|
|
12197
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12197
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12198
12198
|
handleChange: (...arg: any[]) => void;
|
|
12199
12199
|
focus: () => Promise<void>;
|
|
12200
12200
|
getItem: () => any;
|
|
@@ -12246,7 +12246,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12246
12246
|
emits: (event: "changeField", item: any) => void;
|
|
12247
12247
|
formData: import("ll-plus/es/index").FormData;
|
|
12248
12248
|
componentRef: import("vue").Ref<any>;
|
|
12249
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12249
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12250
12250
|
handleChange: (...arg: any[]) => void;
|
|
12251
12251
|
focus: () => Promise<void>;
|
|
12252
12252
|
getItem: () => any;
|
|
@@ -12389,7 +12389,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12389
12389
|
emits: (event: "changeField", item: any) => void;
|
|
12390
12390
|
formData: import("ll-plus/es/index").FormData;
|
|
12391
12391
|
componentRef: import("vue").Ref<any>;
|
|
12392
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12392
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12393
12393
|
handleChange: (...arg: any[]) => void;
|
|
12394
12394
|
focus: () => Promise<void>;
|
|
12395
12395
|
getItem: () => any;
|
|
@@ -13315,21 +13315,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13315
13315
|
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>;
|
|
13316
13316
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13317
13317
|
align: {
|
|
13318
|
-
type: import("vue").PropType<"
|
|
13319
|
-
xs?: "
|
|
13320
|
-
sm?: "
|
|
13321
|
-
md?: "
|
|
13322
|
-
lg?: "
|
|
13323
|
-
xl?: "
|
|
13324
|
-
xxl?: "
|
|
13318
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13319
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13320
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13321
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13322
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13323
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13324
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13325
13325
|
}>;
|
|
13326
|
-
default: "
|
|
13327
|
-
xs?: "
|
|
13328
|
-
sm?: "
|
|
13329
|
-
md?: "
|
|
13330
|
-
lg?: "
|
|
13331
|
-
xl?: "
|
|
13332
|
-
xxl?: "
|
|
13326
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13327
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13328
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13329
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13330
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13331
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13332
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13333
13333
|
};
|
|
13334
13334
|
};
|
|
13335
13335
|
justify: {
|
|
@@ -13361,21 +13361,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13361
13361
|
};
|
|
13362
13362
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13363
13363
|
align: {
|
|
13364
|
-
type: import("vue").PropType<"
|
|
13365
|
-
xs?: "
|
|
13366
|
-
sm?: "
|
|
13367
|
-
md?: "
|
|
13368
|
-
lg?: "
|
|
13369
|
-
xl?: "
|
|
13370
|
-
xxl?: "
|
|
13364
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13365
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13366
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13367
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13368
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13369
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13370
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13371
13371
|
}>;
|
|
13372
|
-
default: "
|
|
13373
|
-
xs?: "
|
|
13374
|
-
sm?: "
|
|
13375
|
-
md?: "
|
|
13376
|
-
lg?: "
|
|
13377
|
-
xl?: "
|
|
13378
|
-
xxl?: "
|
|
13372
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13373
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13374
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13375
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13376
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13377
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13378
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13379
13379
|
};
|
|
13380
13380
|
};
|
|
13381
13381
|
justify: {
|
|
@@ -13407,21 +13407,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13407
13407
|
};
|
|
13408
13408
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13409
13409
|
align: {
|
|
13410
|
-
type: import("vue").PropType<"
|
|
13411
|
-
xs?: "
|
|
13412
|
-
sm?: "
|
|
13413
|
-
md?: "
|
|
13414
|
-
lg?: "
|
|
13415
|
-
xl?: "
|
|
13416
|
-
xxl?: "
|
|
13410
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13411
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13412
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13413
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13414
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13415
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13416
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13417
13417
|
}>;
|
|
13418
|
-
default: "
|
|
13419
|
-
xs?: "
|
|
13420
|
-
sm?: "
|
|
13421
|
-
md?: "
|
|
13422
|
-
lg?: "
|
|
13423
|
-
xl?: "
|
|
13424
|
-
xxl?: "
|
|
13418
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13419
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13420
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13421
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13422
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13423
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13424
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13425
13425
|
};
|
|
13426
13426
|
};
|
|
13427
13427
|
justify: {
|
|
@@ -13453,21 +13453,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13453
13453
|
};
|
|
13454
13454
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13455
13455
|
align: {
|
|
13456
|
-
type: import("vue").PropType<"
|
|
13457
|
-
xs?: "
|
|
13458
|
-
sm?: "
|
|
13459
|
-
md?: "
|
|
13460
|
-
lg?: "
|
|
13461
|
-
xl?: "
|
|
13462
|
-
xxl?: "
|
|
13456
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13457
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13458
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13459
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13460
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13461
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13462
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13463
13463
|
}>;
|
|
13464
|
-
default: "
|
|
13465
|
-
xs?: "
|
|
13466
|
-
sm?: "
|
|
13467
|
-
md?: "
|
|
13468
|
-
lg?: "
|
|
13469
|
-
xl?: "
|
|
13470
|
-
xxl?: "
|
|
13464
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13465
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13466
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13467
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13468
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13469
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13470
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13471
13471
|
};
|
|
13472
13472
|
};
|
|
13473
13473
|
justify: {
|
|
@@ -13735,21 +13735,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13735
13735
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13736
13736
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13737
13737
|
align: {
|
|
13738
|
-
type: import("vue").PropType<"
|
|
13739
|
-
xs?: "
|
|
13740
|
-
sm?: "
|
|
13741
|
-
md?: "
|
|
13742
|
-
lg?: "
|
|
13743
|
-
xl?: "
|
|
13744
|
-
xxl?: "
|
|
13738
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13739
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13740
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13741
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13742
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13743
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13744
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13745
13745
|
}>;
|
|
13746
|
-
default: "
|
|
13747
|
-
xs?: "
|
|
13748
|
-
sm?: "
|
|
13749
|
-
md?: "
|
|
13750
|
-
lg?: "
|
|
13751
|
-
xl?: "
|
|
13752
|
-
xxl?: "
|
|
13746
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13747
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13748
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13749
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13750
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13751
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13752
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13753
13753
|
};
|
|
13754
13754
|
};
|
|
13755
13755
|
justify: {
|
|
@@ -14691,21 +14691,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14691
14691
|
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>;
|
|
14692
14692
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14693
14693
|
align: {
|
|
14694
|
-
type: import("vue").PropType<"
|
|
14695
|
-
xs?: "
|
|
14696
|
-
sm?: "
|
|
14697
|
-
md?: "
|
|
14698
|
-
lg?: "
|
|
14699
|
-
xl?: "
|
|
14700
|
-
xxl?: "
|
|
14694
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14695
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14696
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14697
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14698
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14699
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14700
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14701
14701
|
}>;
|
|
14702
|
-
default: "
|
|
14703
|
-
xs?: "
|
|
14704
|
-
sm?: "
|
|
14705
|
-
md?: "
|
|
14706
|
-
lg?: "
|
|
14707
|
-
xl?: "
|
|
14708
|
-
xxl?: "
|
|
14702
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14703
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14704
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14705
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14706
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14707
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14708
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14709
14709
|
};
|
|
14710
14710
|
};
|
|
14711
14711
|
justify: {
|
|
@@ -14737,21 +14737,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14737
14737
|
};
|
|
14738
14738
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14739
14739
|
align: {
|
|
14740
|
-
type: import("vue").PropType<"
|
|
14741
|
-
xs?: "
|
|
14742
|
-
sm?: "
|
|
14743
|
-
md?: "
|
|
14744
|
-
lg?: "
|
|
14745
|
-
xl?: "
|
|
14746
|
-
xxl?: "
|
|
14740
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14741
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14742
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14743
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14744
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14745
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14746
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14747
14747
|
}>;
|
|
14748
|
-
default: "
|
|
14749
|
-
xs?: "
|
|
14750
|
-
sm?: "
|
|
14751
|
-
md?: "
|
|
14752
|
-
lg?: "
|
|
14753
|
-
xl?: "
|
|
14754
|
-
xxl?: "
|
|
14748
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14749
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14750
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14751
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14752
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14753
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14754
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14755
14755
|
};
|
|
14756
14756
|
};
|
|
14757
14757
|
justify: {
|
|
@@ -14783,21 +14783,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14783
14783
|
};
|
|
14784
14784
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14785
14785
|
align: {
|
|
14786
|
-
type: import("vue").PropType<"
|
|
14787
|
-
xs?: "
|
|
14788
|
-
sm?: "
|
|
14789
|
-
md?: "
|
|
14790
|
-
lg?: "
|
|
14791
|
-
xl?: "
|
|
14792
|
-
xxl?: "
|
|
14786
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14787
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14788
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14789
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14790
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14791
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14792
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14793
14793
|
}>;
|
|
14794
|
-
default: "
|
|
14795
|
-
xs?: "
|
|
14796
|
-
sm?: "
|
|
14797
|
-
md?: "
|
|
14798
|
-
lg?: "
|
|
14799
|
-
xl?: "
|
|
14800
|
-
xxl?: "
|
|
14794
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14795
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14796
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14797
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14798
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14799
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14800
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14801
14801
|
};
|
|
14802
14802
|
};
|
|
14803
14803
|
justify: {
|
|
@@ -14829,21 +14829,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14829
14829
|
};
|
|
14830
14830
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14831
14831
|
align: {
|
|
14832
|
-
type: import("vue").PropType<"
|
|
14833
|
-
xs?: "
|
|
14834
|
-
sm?: "
|
|
14835
|
-
md?: "
|
|
14836
|
-
lg?: "
|
|
14837
|
-
xl?: "
|
|
14838
|
-
xxl?: "
|
|
14832
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14833
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14834
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14835
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14836
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14837
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14838
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14839
14839
|
}>;
|
|
14840
|
-
default: "
|
|
14841
|
-
xs?: "
|
|
14842
|
-
sm?: "
|
|
14843
|
-
md?: "
|
|
14844
|
-
lg?: "
|
|
14845
|
-
xl?: "
|
|
14846
|
-
xxl?: "
|
|
14840
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14841
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14842
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14843
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14844
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14845
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14846
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14847
14847
|
};
|
|
14848
14848
|
};
|
|
14849
14849
|
justify: {
|
|
@@ -15112,21 +15112,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15112
15112
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15113
15113
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15114
15114
|
align: {
|
|
15115
|
-
type: import("vue").PropType<"
|
|
15116
|
-
xs?: "
|
|
15117
|
-
sm?: "
|
|
15118
|
-
md?: "
|
|
15119
|
-
lg?: "
|
|
15120
|
-
xl?: "
|
|
15121
|
-
xxl?: "
|
|
15115
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
15116
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15117
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15118
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15119
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15120
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15121
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15122
15122
|
}>;
|
|
15123
|
-
default: "
|
|
15124
|
-
xs?: "
|
|
15125
|
-
sm?: "
|
|
15126
|
-
md?: "
|
|
15127
|
-
lg?: "
|
|
15128
|
-
xl?: "
|
|
15129
|
-
xxl?: "
|
|
15123
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
15124
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15125
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15126
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15127
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15128
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15129
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15130
15130
|
};
|
|
15131
15131
|
};
|
|
15132
15132
|
justify: {
|
|
@@ -15198,7 +15198,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15198
15198
|
emits: (event: "changeField", item: any) => void;
|
|
15199
15199
|
formData: import("ll-plus/es/index").FormData;
|
|
15200
15200
|
componentRef: import("vue").Ref<any>;
|
|
15201
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15201
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
15202
15202
|
handleChange: (...arg: any[]) => void;
|
|
15203
15203
|
focus: () => Promise<void>;
|
|
15204
15204
|
getItem: () => any;
|
|
@@ -15250,7 +15250,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15250
15250
|
emits: (event: "changeField", item: any) => void;
|
|
15251
15251
|
formData: import("ll-plus/es/index").FormData;
|
|
15252
15252
|
componentRef: import("vue").Ref<any>;
|
|
15253
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15253
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
15254
15254
|
handleChange: (...arg: any[]) => void;
|
|
15255
15255
|
focus: () => Promise<void>;
|
|
15256
15256
|
getItem: () => any;
|
|
@@ -15393,7 +15393,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15393
15393
|
emits: (event: "changeField", item: any) => void;
|
|
15394
15394
|
formData: import("ll-plus/es/index").FormData;
|
|
15395
15395
|
componentRef: import("vue").Ref<any>;
|
|
15396
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15396
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
15397
15397
|
handleChange: (...arg: any[]) => void;
|
|
15398
15398
|
focus: () => Promise<void>;
|
|
15399
15399
|
getItem: () => any;
|
|
@@ -15646,21 +15646,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15646
15646
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15647
15647
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15648
15648
|
align: {
|
|
15649
|
-
type: import("vue").PropType<"
|
|
15650
|
-
xs?: "
|
|
15651
|
-
sm?: "
|
|
15652
|
-
md?: "
|
|
15653
|
-
lg?: "
|
|
15654
|
-
xl?: "
|
|
15655
|
-
xxl?: "
|
|
15649
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
15650
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15651
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15652
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15653
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15654
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15655
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15656
15656
|
}>;
|
|
15657
|
-
default: "
|
|
15658
|
-
xs?: "
|
|
15659
|
-
sm?: "
|
|
15660
|
-
md?: "
|
|
15661
|
-
lg?: "
|
|
15662
|
-
xl?: "
|
|
15663
|
-
xxl?: "
|
|
15657
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
15658
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15659
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15660
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15661
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15662
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15663
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15664
15664
|
};
|
|
15665
15665
|
};
|
|
15666
15666
|
justify: {
|