ll-plus 2.7.12 → 2.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/advanced-filtering/index.d.ts +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 +88 -88
- 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 +88 -88
- 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 +42 -35
- package/es/components/input/src/input.vue.d.ts +42 -35
- 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.vue2.mjs +10 -2
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +10 -2
- package/index.full.min.js +16 -16
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +16 -16
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +10 -2
- 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 +88 -88
- 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 +88 -88
- 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 +42 -35
- package/lib/components/input/src/input.vue.d.ts +42 -35
- 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.vue2.js +10 -2
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/table.css +1 -1
- 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 +88 -88
- 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 +88 -88
- 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 +42 -35
- package/types/packages/components/input/src/input.vue.d.ts +42 -35
- 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
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -1081,21 +1081,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1081
1081
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1082
1082
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1083
1083
|
align: {
|
|
1084
|
-
type: import("vue").PropType<"
|
|
1085
|
-
xs?: "
|
|
1086
|
-
sm?: "
|
|
1087
|
-
md?: "
|
|
1088
|
-
lg?: "
|
|
1089
|
-
xl?: "
|
|
1090
|
-
xxl?: "
|
|
1084
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1085
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1086
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1087
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1088
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1089
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1090
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1091
1091
|
}>;
|
|
1092
|
-
default: "
|
|
1093
|
-
xs?: "
|
|
1094
|
-
sm?: "
|
|
1095
|
-
md?: "
|
|
1096
|
-
lg?: "
|
|
1097
|
-
xl?: "
|
|
1098
|
-
xxl?: "
|
|
1092
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1093
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1094
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1095
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1096
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1097
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1098
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1099
1099
|
};
|
|
1100
1100
|
};
|
|
1101
1101
|
justify: {
|
|
@@ -1127,21 +1127,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1127
1127
|
};
|
|
1128
1128
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1129
1129
|
align: {
|
|
1130
|
-
type: import("vue").PropType<"
|
|
1131
|
-
xs?: "
|
|
1132
|
-
sm?: "
|
|
1133
|
-
md?: "
|
|
1134
|
-
lg?: "
|
|
1135
|
-
xl?: "
|
|
1136
|
-
xxl?: "
|
|
1130
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1131
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1132
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1133
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1134
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1135
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1136
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1137
1137
|
}>;
|
|
1138
|
-
default: "
|
|
1139
|
-
xs?: "
|
|
1140
|
-
sm?: "
|
|
1141
|
-
md?: "
|
|
1142
|
-
lg?: "
|
|
1143
|
-
xl?: "
|
|
1144
|
-
xxl?: "
|
|
1138
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1139
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1140
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1141
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1142
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1143
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1144
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1145
1145
|
};
|
|
1146
1146
|
};
|
|
1147
1147
|
justify: {
|
|
@@ -1173,21 +1173,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1173
1173
|
};
|
|
1174
1174
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1175
1175
|
align: {
|
|
1176
|
-
type: import("vue").PropType<"
|
|
1177
|
-
xs?: "
|
|
1178
|
-
sm?: "
|
|
1179
|
-
md?: "
|
|
1180
|
-
lg?: "
|
|
1181
|
-
xl?: "
|
|
1182
|
-
xxl?: "
|
|
1176
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1177
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1178
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1179
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1180
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1181
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1182
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1183
1183
|
}>;
|
|
1184
|
-
default: "
|
|
1185
|
-
xs?: "
|
|
1186
|
-
sm?: "
|
|
1187
|
-
md?: "
|
|
1188
|
-
lg?: "
|
|
1189
|
-
xl?: "
|
|
1190
|
-
xxl?: "
|
|
1184
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1185
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1186
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1187
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1188
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1189
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1190
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1191
1191
|
};
|
|
1192
1192
|
};
|
|
1193
1193
|
justify: {
|
|
@@ -1219,21 +1219,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1219
1219
|
};
|
|
1220
1220
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1221
1221
|
align: {
|
|
1222
|
-
type: import("vue").PropType<"
|
|
1223
|
-
xs?: "
|
|
1224
|
-
sm?: "
|
|
1225
|
-
md?: "
|
|
1226
|
-
lg?: "
|
|
1227
|
-
xl?: "
|
|
1228
|
-
xxl?: "
|
|
1222
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1223
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1224
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1225
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1226
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1227
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1228
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1229
1229
|
}>;
|
|
1230
|
-
default: "
|
|
1231
|
-
xs?: "
|
|
1232
|
-
sm?: "
|
|
1233
|
-
md?: "
|
|
1234
|
-
lg?: "
|
|
1235
|
-
xl?: "
|
|
1236
|
-
xxl?: "
|
|
1230
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1231
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1232
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1233
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1234
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1235
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1236
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1237
1237
|
};
|
|
1238
1238
|
};
|
|
1239
1239
|
justify: {
|
|
@@ -1502,21 +1502,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1502
1502
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1503
1503
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1504
1504
|
align: {
|
|
1505
|
-
type: import("vue").PropType<"
|
|
1506
|
-
xs?: "
|
|
1507
|
-
sm?: "
|
|
1508
|
-
md?: "
|
|
1509
|
-
lg?: "
|
|
1510
|
-
xl?: "
|
|
1511
|
-
xxl?: "
|
|
1505
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1506
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1507
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1508
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1509
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1510
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1511
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1512
1512
|
}>;
|
|
1513
|
-
default: "
|
|
1514
|
-
xs?: "
|
|
1515
|
-
sm?: "
|
|
1516
|
-
md?: "
|
|
1517
|
-
lg?: "
|
|
1518
|
-
xl?: "
|
|
1519
|
-
xxl?: "
|
|
1513
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1514
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1515
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1516
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1517
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1518
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1519
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1520
1520
|
};
|
|
1521
1521
|
};
|
|
1522
1522
|
justify: {
|
|
@@ -1588,7 +1588,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1588
1588
|
emits: (event: "changeField", item: any) => void;
|
|
1589
1589
|
formData: import("ll-plus/es/index").FormData;
|
|
1590
1590
|
componentRef: import("vue").Ref<any>;
|
|
1591
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1591
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1592
1592
|
handleChange: (...arg: any[]) => void;
|
|
1593
1593
|
focus: () => Promise<void>;
|
|
1594
1594
|
getItem: () => any;
|
|
@@ -1640,7 +1640,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1640
1640
|
emits: (event: "changeField", item: any) => void;
|
|
1641
1641
|
formData: import("ll-plus/es/index").FormData;
|
|
1642
1642
|
componentRef: import("vue").Ref<any>;
|
|
1643
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1643
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1644
1644
|
handleChange: (...arg: any[]) => void;
|
|
1645
1645
|
focus: () => Promise<void>;
|
|
1646
1646
|
getItem: () => any;
|
|
@@ -1783,7 +1783,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1783
1783
|
emits: (event: "changeField", item: any) => void;
|
|
1784
1784
|
formData: import("ll-plus/es/index").FormData;
|
|
1785
1785
|
componentRef: import("vue").Ref<any>;
|
|
1786
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1786
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1787
1787
|
handleChange: (...arg: any[]) => void;
|
|
1788
1788
|
focus: () => Promise<void>;
|
|
1789
1789
|
getItem: () => any;
|
|
@@ -2709,21 +2709,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2709
2709
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
2710
2710
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2711
2711
|
align: {
|
|
2712
|
-
type: import("vue").PropType<"
|
|
2713
|
-
xs?: "
|
|
2714
|
-
sm?: "
|
|
2715
|
-
md?: "
|
|
2716
|
-
lg?: "
|
|
2717
|
-
xl?: "
|
|
2718
|
-
xxl?: "
|
|
2712
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2713
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2714
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2715
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2716
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2717
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2718
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2719
2719
|
}>;
|
|
2720
|
-
default: "
|
|
2721
|
-
xs?: "
|
|
2722
|
-
sm?: "
|
|
2723
|
-
md?: "
|
|
2724
|
-
lg?: "
|
|
2725
|
-
xl?: "
|
|
2726
|
-
xxl?: "
|
|
2720
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2721
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2722
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2723
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2724
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2725
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2726
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2727
2727
|
};
|
|
2728
2728
|
};
|
|
2729
2729
|
justify: {
|
|
@@ -2755,21 +2755,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2755
2755
|
};
|
|
2756
2756
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2757
2757
|
align: {
|
|
2758
|
-
type: import("vue").PropType<"
|
|
2759
|
-
xs?: "
|
|
2760
|
-
sm?: "
|
|
2761
|
-
md?: "
|
|
2762
|
-
lg?: "
|
|
2763
|
-
xl?: "
|
|
2764
|
-
xxl?: "
|
|
2758
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2759
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2760
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2761
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2762
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2763
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2764
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2765
2765
|
}>;
|
|
2766
|
-
default: "
|
|
2767
|
-
xs?: "
|
|
2768
|
-
sm?: "
|
|
2769
|
-
md?: "
|
|
2770
|
-
lg?: "
|
|
2771
|
-
xl?: "
|
|
2772
|
-
xxl?: "
|
|
2766
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2767
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2768
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2769
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2770
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2771
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2772
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2773
2773
|
};
|
|
2774
2774
|
};
|
|
2775
2775
|
justify: {
|
|
@@ -2801,21 +2801,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2801
2801
|
};
|
|
2802
2802
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2803
2803
|
align: {
|
|
2804
|
-
type: import("vue").PropType<"
|
|
2805
|
-
xs?: "
|
|
2806
|
-
sm?: "
|
|
2807
|
-
md?: "
|
|
2808
|
-
lg?: "
|
|
2809
|
-
xl?: "
|
|
2810
|
-
xxl?: "
|
|
2804
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2805
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2806
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2807
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2808
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2809
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2810
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2811
2811
|
}>;
|
|
2812
|
-
default: "
|
|
2813
|
-
xs?: "
|
|
2814
|
-
sm?: "
|
|
2815
|
-
md?: "
|
|
2816
|
-
lg?: "
|
|
2817
|
-
xl?: "
|
|
2818
|
-
xxl?: "
|
|
2812
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2813
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2814
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2815
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2816
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2817
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2818
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2819
2819
|
};
|
|
2820
2820
|
};
|
|
2821
2821
|
justify: {
|
|
@@ -2847,21 +2847,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2847
2847
|
};
|
|
2848
2848
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2849
2849
|
align: {
|
|
2850
|
-
type: import("vue").PropType<"
|
|
2851
|
-
xs?: "
|
|
2852
|
-
sm?: "
|
|
2853
|
-
md?: "
|
|
2854
|
-
lg?: "
|
|
2855
|
-
xl?: "
|
|
2856
|
-
xxl?: "
|
|
2850
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2851
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2852
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2853
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2854
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2855
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2856
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2857
2857
|
}>;
|
|
2858
|
-
default: "
|
|
2859
|
-
xs?: "
|
|
2860
|
-
sm?: "
|
|
2861
|
-
md?: "
|
|
2862
|
-
lg?: "
|
|
2863
|
-
xl?: "
|
|
2864
|
-
xxl?: "
|
|
2858
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2859
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2860
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2861
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2862
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2863
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2864
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2865
2865
|
};
|
|
2866
2866
|
};
|
|
2867
2867
|
justify: {
|
|
@@ -3129,21 +3129,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
3129
3129
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3130
3130
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3131
3131
|
align: {
|
|
3132
|
-
type: import("vue").PropType<"
|
|
3133
|
-
xs?: "
|
|
3134
|
-
sm?: "
|
|
3135
|
-
md?: "
|
|
3136
|
-
lg?: "
|
|
3137
|
-
xl?: "
|
|
3138
|
-
xxl?: "
|
|
3132
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3133
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3134
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3135
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3136
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3137
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3138
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3139
3139
|
}>;
|
|
3140
|
-
default: "
|
|
3141
|
-
xs?: "
|
|
3142
|
-
sm?: "
|
|
3143
|
-
md?: "
|
|
3144
|
-
lg?: "
|
|
3145
|
-
xl?: "
|
|
3146
|
-
xxl?: "
|
|
3140
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3141
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3142
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3143
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3144
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3145
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3146
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3147
3147
|
};
|
|
3148
3148
|
};
|
|
3149
3149
|
justify: {
|
|
@@ -4085,21 +4085,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4085
4085
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4086
4086
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4087
4087
|
align: {
|
|
4088
|
-
type: import("vue").PropType<"
|
|
4089
|
-
xs?: "
|
|
4090
|
-
sm?: "
|
|
4091
|
-
md?: "
|
|
4092
|
-
lg?: "
|
|
4093
|
-
xl?: "
|
|
4094
|
-
xxl?: "
|
|
4088
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4089
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4090
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4091
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4092
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4093
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4094
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4095
4095
|
}>;
|
|
4096
|
-
default: "
|
|
4097
|
-
xs?: "
|
|
4098
|
-
sm?: "
|
|
4099
|
-
md?: "
|
|
4100
|
-
lg?: "
|
|
4101
|
-
xl?: "
|
|
4102
|
-
xxl?: "
|
|
4096
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4097
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4098
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4099
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4100
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4101
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4102
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4103
4103
|
};
|
|
4104
4104
|
};
|
|
4105
4105
|
justify: {
|
|
@@ -4131,21 +4131,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4131
4131
|
};
|
|
4132
4132
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4133
4133
|
align: {
|
|
4134
|
-
type: import("vue").PropType<"
|
|
4135
|
-
xs?: "
|
|
4136
|
-
sm?: "
|
|
4137
|
-
md?: "
|
|
4138
|
-
lg?: "
|
|
4139
|
-
xl?: "
|
|
4140
|
-
xxl?: "
|
|
4134
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4135
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4136
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4137
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4138
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4139
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4140
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4141
4141
|
}>;
|
|
4142
|
-
default: "
|
|
4143
|
-
xs?: "
|
|
4144
|
-
sm?: "
|
|
4145
|
-
md?: "
|
|
4146
|
-
lg?: "
|
|
4147
|
-
xl?: "
|
|
4148
|
-
xxl?: "
|
|
4142
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4143
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4144
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4145
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4146
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4147
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4148
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4149
4149
|
};
|
|
4150
4150
|
};
|
|
4151
4151
|
justify: {
|
|
@@ -4177,21 +4177,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4177
4177
|
};
|
|
4178
4178
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4179
4179
|
align: {
|
|
4180
|
-
type: import("vue").PropType<"
|
|
4181
|
-
xs?: "
|
|
4182
|
-
sm?: "
|
|
4183
|
-
md?: "
|
|
4184
|
-
lg?: "
|
|
4185
|
-
xl?: "
|
|
4186
|
-
xxl?: "
|
|
4180
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4181
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4182
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4183
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4184
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4185
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4186
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4187
4187
|
}>;
|
|
4188
|
-
default: "
|
|
4189
|
-
xs?: "
|
|
4190
|
-
sm?: "
|
|
4191
|
-
md?: "
|
|
4192
|
-
lg?: "
|
|
4193
|
-
xl?: "
|
|
4194
|
-
xxl?: "
|
|
4188
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4189
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4190
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4191
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4192
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4193
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4194
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4195
4195
|
};
|
|
4196
4196
|
};
|
|
4197
4197
|
justify: {
|
|
@@ -4223,21 +4223,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4223
4223
|
};
|
|
4224
4224
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4225
4225
|
align: {
|
|
4226
|
-
type: import("vue").PropType<"
|
|
4227
|
-
xs?: "
|
|
4228
|
-
sm?: "
|
|
4229
|
-
md?: "
|
|
4230
|
-
lg?: "
|
|
4231
|
-
xl?: "
|
|
4232
|
-
xxl?: "
|
|
4226
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4227
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4228
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4229
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4230
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4231
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4232
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4233
4233
|
}>;
|
|
4234
|
-
default: "
|
|
4235
|
-
xs?: "
|
|
4236
|
-
sm?: "
|
|
4237
|
-
md?: "
|
|
4238
|
-
lg?: "
|
|
4239
|
-
xl?: "
|
|
4240
|
-
xxl?: "
|
|
4234
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4235
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4236
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4237
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4238
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4239
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4240
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4241
4241
|
};
|
|
4242
4242
|
};
|
|
4243
4243
|
justify: {
|
|
@@ -4506,21 +4506,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4506
4506
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4507
4507
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4508
4508
|
align: {
|
|
4509
|
-
type: import("vue").PropType<"
|
|
4510
|
-
xs?: "
|
|
4511
|
-
sm?: "
|
|
4512
|
-
md?: "
|
|
4513
|
-
lg?: "
|
|
4514
|
-
xl?: "
|
|
4515
|
-
xxl?: "
|
|
4509
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4510
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4511
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4512
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4513
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4514
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4515
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4516
4516
|
}>;
|
|
4517
|
-
default: "
|
|
4518
|
-
xs?: "
|
|
4519
|
-
sm?: "
|
|
4520
|
-
md?: "
|
|
4521
|
-
lg?: "
|
|
4522
|
-
xl?: "
|
|
4523
|
-
xxl?: "
|
|
4517
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4518
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4519
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4520
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4521
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4522
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4523
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4524
4524
|
};
|
|
4525
4525
|
};
|
|
4526
4526
|
justify: {
|
|
@@ -4592,7 +4592,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4592
4592
|
emits: (event: "changeField", item: any) => void;
|
|
4593
4593
|
formData: import("ll-plus/es/index").FormData;
|
|
4594
4594
|
componentRef: import("vue").Ref<any>;
|
|
4595
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4595
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4596
4596
|
handleChange: (...arg: any[]) => void;
|
|
4597
4597
|
focus: () => Promise<void>;
|
|
4598
4598
|
getItem: () => any;
|
|
@@ -4644,7 +4644,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4644
4644
|
emits: (event: "changeField", item: any) => void;
|
|
4645
4645
|
formData: import("ll-plus/es/index").FormData;
|
|
4646
4646
|
componentRef: import("vue").Ref<any>;
|
|
4647
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4647
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4648
4648
|
handleChange: (...arg: any[]) => void;
|
|
4649
4649
|
focus: () => Promise<void>;
|
|
4650
4650
|
getItem: () => any;
|
|
@@ -4787,7 +4787,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4787
4787
|
emits: (event: "changeField", item: any) => void;
|
|
4788
4788
|
formData: import("ll-plus/es/index").FormData;
|
|
4789
4789
|
componentRef: import("vue").Ref<any>;
|
|
4790
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4790
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4791
4791
|
handleChange: (...arg: any[]) => void;
|
|
4792
4792
|
focus: () => Promise<void>;
|
|
4793
4793
|
getItem: () => any;
|
|
@@ -5040,21 +5040,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
5040
5040
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5041
5041
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5042
5042
|
align: {
|
|
5043
|
-
type: import("vue").PropType<"
|
|
5044
|
-
xs?: "
|
|
5045
|
-
sm?: "
|
|
5046
|
-
md?: "
|
|
5047
|
-
lg?: "
|
|
5048
|
-
xl?: "
|
|
5049
|
-
xxl?: "
|
|
5043
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5044
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5045
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5046
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5047
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5048
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5049
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5050
5050
|
}>;
|
|
5051
|
-
default: "
|
|
5052
|
-
xs?: "
|
|
5053
|
-
sm?: "
|
|
5054
|
-
md?: "
|
|
5055
|
-
lg?: "
|
|
5056
|
-
xl?: "
|
|
5057
|
-
xxl?: "
|
|
5051
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5052
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5053
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5054
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5055
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5056
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5057
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5058
5058
|
};
|
|
5059
5059
|
};
|
|
5060
5060
|
justify: {
|
|
@@ -6422,21 +6422,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6422
6422
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6423
6423
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6424
6424
|
align: {
|
|
6425
|
-
type: import("vue").PropType<"
|
|
6426
|
-
xs?: "
|
|
6427
|
-
sm?: "
|
|
6428
|
-
md?: "
|
|
6429
|
-
lg?: "
|
|
6430
|
-
xl?: "
|
|
6431
|
-
xxl?: "
|
|
6425
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6426
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6427
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6428
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6429
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6430
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6431
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6432
6432
|
}>;
|
|
6433
|
-
default: "
|
|
6434
|
-
xs?: "
|
|
6435
|
-
sm?: "
|
|
6436
|
-
md?: "
|
|
6437
|
-
lg?: "
|
|
6438
|
-
xl?: "
|
|
6439
|
-
xxl?: "
|
|
6433
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6434
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6435
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6436
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6437
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6438
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6439
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6440
6440
|
};
|
|
6441
6441
|
};
|
|
6442
6442
|
justify: {
|
|
@@ -6468,21 +6468,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6468
6468
|
};
|
|
6469
6469
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6470
6470
|
align: {
|
|
6471
|
-
type: import("vue").PropType<"
|
|
6472
|
-
xs?: "
|
|
6473
|
-
sm?: "
|
|
6474
|
-
md?: "
|
|
6475
|
-
lg?: "
|
|
6476
|
-
xl?: "
|
|
6477
|
-
xxl?: "
|
|
6471
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6472
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6473
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6474
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6475
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6476
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6477
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6478
6478
|
}>;
|
|
6479
|
-
default: "
|
|
6480
|
-
xs?: "
|
|
6481
|
-
sm?: "
|
|
6482
|
-
md?: "
|
|
6483
|
-
lg?: "
|
|
6484
|
-
xl?: "
|
|
6485
|
-
xxl?: "
|
|
6479
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6480
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6481
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6482
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6483
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6484
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6485
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6486
6486
|
};
|
|
6487
6487
|
};
|
|
6488
6488
|
justify: {
|
|
@@ -6514,21 +6514,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6514
6514
|
};
|
|
6515
6515
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6516
6516
|
align: {
|
|
6517
|
-
type: import("vue").PropType<"
|
|
6518
|
-
xs?: "
|
|
6519
|
-
sm?: "
|
|
6520
|
-
md?: "
|
|
6521
|
-
lg?: "
|
|
6522
|
-
xl?: "
|
|
6523
|
-
xxl?: "
|
|
6517
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6518
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6519
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6520
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6521
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6522
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6523
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6524
6524
|
}>;
|
|
6525
|
-
default: "
|
|
6526
|
-
xs?: "
|
|
6527
|
-
sm?: "
|
|
6528
|
-
md?: "
|
|
6529
|
-
lg?: "
|
|
6530
|
-
xl?: "
|
|
6531
|
-
xxl?: "
|
|
6525
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6526
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6527
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6528
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6529
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6530
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6531
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6532
6532
|
};
|
|
6533
6533
|
};
|
|
6534
6534
|
justify: {
|
|
@@ -6560,21 +6560,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6560
6560
|
};
|
|
6561
6561
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6562
6562
|
align: {
|
|
6563
|
-
type: import("vue").PropType<"
|
|
6564
|
-
xs?: "
|
|
6565
|
-
sm?: "
|
|
6566
|
-
md?: "
|
|
6567
|
-
lg?: "
|
|
6568
|
-
xl?: "
|
|
6569
|
-
xxl?: "
|
|
6563
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6564
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6565
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6566
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6567
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6568
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6569
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6570
6570
|
}>;
|
|
6571
|
-
default: "
|
|
6572
|
-
xs?: "
|
|
6573
|
-
sm?: "
|
|
6574
|
-
md?: "
|
|
6575
|
-
lg?: "
|
|
6576
|
-
xl?: "
|
|
6577
|
-
xxl?: "
|
|
6571
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6572
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6573
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6574
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6575
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6576
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6577
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6578
6578
|
};
|
|
6579
6579
|
};
|
|
6580
6580
|
justify: {
|
|
@@ -6843,21 +6843,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6843
6843
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6844
6844
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6845
6845
|
align: {
|
|
6846
|
-
type: import("vue").PropType<"
|
|
6847
|
-
xs?: "
|
|
6848
|
-
sm?: "
|
|
6849
|
-
md?: "
|
|
6850
|
-
lg?: "
|
|
6851
|
-
xl?: "
|
|
6852
|
-
xxl?: "
|
|
6846
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6847
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6848
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6849
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6850
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6851
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6852
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6853
6853
|
}>;
|
|
6854
|
-
default: "
|
|
6855
|
-
xs?: "
|
|
6856
|
-
sm?: "
|
|
6857
|
-
md?: "
|
|
6858
|
-
lg?: "
|
|
6859
|
-
xl?: "
|
|
6860
|
-
xxl?: "
|
|
6854
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6855
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6856
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6857
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6858
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6859
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6860
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6861
6861
|
};
|
|
6862
6862
|
};
|
|
6863
6863
|
justify: {
|
|
@@ -6929,7 +6929,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6929
6929
|
emits: (event: "changeField", item: any) => void;
|
|
6930
6930
|
formData: import("ll-plus/es/index").FormData;
|
|
6931
6931
|
componentRef: import("vue").Ref<any>;
|
|
6932
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6932
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
6933
6933
|
handleChange: (...arg: any[]) => void;
|
|
6934
6934
|
focus: () => Promise<void>;
|
|
6935
6935
|
getItem: () => any;
|
|
@@ -6981,7 +6981,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6981
6981
|
emits: (event: "changeField", item: any) => void;
|
|
6982
6982
|
formData: import("ll-plus/es/index").FormData;
|
|
6983
6983
|
componentRef: import("vue").Ref<any>;
|
|
6984
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6984
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
6985
6985
|
handleChange: (...arg: any[]) => void;
|
|
6986
6986
|
focus: () => Promise<void>;
|
|
6987
6987
|
getItem: () => any;
|
|
@@ -7124,7 +7124,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7124
7124
|
emits: (event: "changeField", item: any) => void;
|
|
7125
7125
|
formData: import("ll-plus/es/index").FormData;
|
|
7126
7126
|
componentRef: import("vue").Ref<any>;
|
|
7127
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
7127
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
7128
7128
|
handleChange: (...arg: any[]) => void;
|
|
7129
7129
|
focus: () => Promise<void>;
|
|
7130
7130
|
getItem: () => any;
|
|
@@ -8050,21 +8050,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8050
8050
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
8051
8051
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8052
8052
|
align: {
|
|
8053
|
-
type: import("vue").PropType<"
|
|
8054
|
-
xs?: "
|
|
8055
|
-
sm?: "
|
|
8056
|
-
md?: "
|
|
8057
|
-
lg?: "
|
|
8058
|
-
xl?: "
|
|
8059
|
-
xxl?: "
|
|
8053
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8054
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8055
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8056
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8057
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8058
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8059
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8060
8060
|
}>;
|
|
8061
|
-
default: "
|
|
8062
|
-
xs?: "
|
|
8063
|
-
sm?: "
|
|
8064
|
-
md?: "
|
|
8065
|
-
lg?: "
|
|
8066
|
-
xl?: "
|
|
8067
|
-
xxl?: "
|
|
8061
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8062
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8063
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8064
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8065
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8066
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8067
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8068
8068
|
};
|
|
8069
8069
|
};
|
|
8070
8070
|
justify: {
|
|
@@ -8096,21 +8096,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8096
8096
|
};
|
|
8097
8097
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8098
8098
|
align: {
|
|
8099
|
-
type: import("vue").PropType<"
|
|
8100
|
-
xs?: "
|
|
8101
|
-
sm?: "
|
|
8102
|
-
md?: "
|
|
8103
|
-
lg?: "
|
|
8104
|
-
xl?: "
|
|
8105
|
-
xxl?: "
|
|
8099
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8100
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8101
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8102
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8103
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8104
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8105
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8106
8106
|
}>;
|
|
8107
|
-
default: "
|
|
8108
|
-
xs?: "
|
|
8109
|
-
sm?: "
|
|
8110
|
-
md?: "
|
|
8111
|
-
lg?: "
|
|
8112
|
-
xl?: "
|
|
8113
|
-
xxl?: "
|
|
8107
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8108
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8109
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8110
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8111
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8112
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8113
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8114
8114
|
};
|
|
8115
8115
|
};
|
|
8116
8116
|
justify: {
|
|
@@ -8142,21 +8142,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8142
8142
|
};
|
|
8143
8143
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8144
8144
|
align: {
|
|
8145
|
-
type: import("vue").PropType<"
|
|
8146
|
-
xs?: "
|
|
8147
|
-
sm?: "
|
|
8148
|
-
md?: "
|
|
8149
|
-
lg?: "
|
|
8150
|
-
xl?: "
|
|
8151
|
-
xxl?: "
|
|
8145
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8146
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8147
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8148
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8149
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8150
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8151
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8152
8152
|
}>;
|
|
8153
|
-
default: "
|
|
8154
|
-
xs?: "
|
|
8155
|
-
sm?: "
|
|
8156
|
-
md?: "
|
|
8157
|
-
lg?: "
|
|
8158
|
-
xl?: "
|
|
8159
|
-
xxl?: "
|
|
8153
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8154
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8155
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8156
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8157
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8158
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8159
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8160
8160
|
};
|
|
8161
8161
|
};
|
|
8162
8162
|
justify: {
|
|
@@ -8188,21 +8188,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8188
8188
|
};
|
|
8189
8189
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8190
8190
|
align: {
|
|
8191
|
-
type: import("vue").PropType<"
|
|
8192
|
-
xs?: "
|
|
8193
|
-
sm?: "
|
|
8194
|
-
md?: "
|
|
8195
|
-
lg?: "
|
|
8196
|
-
xl?: "
|
|
8197
|
-
xxl?: "
|
|
8191
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8192
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8193
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8194
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8195
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8196
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8197
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8198
8198
|
}>;
|
|
8199
|
-
default: "
|
|
8200
|
-
xs?: "
|
|
8201
|
-
sm?: "
|
|
8202
|
-
md?: "
|
|
8203
|
-
lg?: "
|
|
8204
|
-
xl?: "
|
|
8205
|
-
xxl?: "
|
|
8199
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8200
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8201
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8202
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8203
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8204
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8205
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8206
8206
|
};
|
|
8207
8207
|
};
|
|
8208
8208
|
justify: {
|
|
@@ -8470,21 +8470,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8470
8470
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8471
8471
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8472
8472
|
align: {
|
|
8473
|
-
type: import("vue").PropType<"
|
|
8474
|
-
xs?: "
|
|
8475
|
-
sm?: "
|
|
8476
|
-
md?: "
|
|
8477
|
-
lg?: "
|
|
8478
|
-
xl?: "
|
|
8479
|
-
xxl?: "
|
|
8473
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8474
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8475
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8476
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8477
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8478
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8479
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8480
8480
|
}>;
|
|
8481
|
-
default: "
|
|
8482
|
-
xs?: "
|
|
8483
|
-
sm?: "
|
|
8484
|
-
md?: "
|
|
8485
|
-
lg?: "
|
|
8486
|
-
xl?: "
|
|
8487
|
-
xxl?: "
|
|
8481
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8482
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8483
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8484
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8485
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8486
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8487
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8488
8488
|
};
|
|
8489
8489
|
};
|
|
8490
8490
|
justify: {
|
|
@@ -9426,21 +9426,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9426
9426
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9427
9427
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9428
9428
|
align: {
|
|
9429
|
-
type: import("vue").PropType<"
|
|
9430
|
-
xs?: "
|
|
9431
|
-
sm?: "
|
|
9432
|
-
md?: "
|
|
9433
|
-
lg?: "
|
|
9434
|
-
xl?: "
|
|
9435
|
-
xxl?: "
|
|
9429
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9430
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9431
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9432
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9433
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9434
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9435
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9436
9436
|
}>;
|
|
9437
|
-
default: "
|
|
9438
|
-
xs?: "
|
|
9439
|
-
sm?: "
|
|
9440
|
-
md?: "
|
|
9441
|
-
lg?: "
|
|
9442
|
-
xl?: "
|
|
9443
|
-
xxl?: "
|
|
9437
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9438
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9439
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9440
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9441
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9442
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9443
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9444
9444
|
};
|
|
9445
9445
|
};
|
|
9446
9446
|
justify: {
|
|
@@ -9472,21 +9472,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9472
9472
|
};
|
|
9473
9473
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9474
9474
|
align: {
|
|
9475
|
-
type: import("vue").PropType<"
|
|
9476
|
-
xs?: "
|
|
9477
|
-
sm?: "
|
|
9478
|
-
md?: "
|
|
9479
|
-
lg?: "
|
|
9480
|
-
xl?: "
|
|
9481
|
-
xxl?: "
|
|
9475
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9476
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9477
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9478
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9479
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9480
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9481
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9482
9482
|
}>;
|
|
9483
|
-
default: "
|
|
9484
|
-
xs?: "
|
|
9485
|
-
sm?: "
|
|
9486
|
-
md?: "
|
|
9487
|
-
lg?: "
|
|
9488
|
-
xl?: "
|
|
9489
|
-
xxl?: "
|
|
9483
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9484
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9485
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9486
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9487
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9488
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9489
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9490
9490
|
};
|
|
9491
9491
|
};
|
|
9492
9492
|
justify: {
|
|
@@ -9518,21 +9518,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9518
9518
|
};
|
|
9519
9519
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9520
9520
|
align: {
|
|
9521
|
-
type: import("vue").PropType<"
|
|
9522
|
-
xs?: "
|
|
9523
|
-
sm?: "
|
|
9524
|
-
md?: "
|
|
9525
|
-
lg?: "
|
|
9526
|
-
xl?: "
|
|
9527
|
-
xxl?: "
|
|
9521
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9522
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9523
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9524
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9525
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9526
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9527
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9528
9528
|
}>;
|
|
9529
|
-
default: "
|
|
9530
|
-
xs?: "
|
|
9531
|
-
sm?: "
|
|
9532
|
-
md?: "
|
|
9533
|
-
lg?: "
|
|
9534
|
-
xl?: "
|
|
9535
|
-
xxl?: "
|
|
9529
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9530
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9531
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9532
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9533
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9534
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9535
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9536
9536
|
};
|
|
9537
9537
|
};
|
|
9538
9538
|
justify: {
|
|
@@ -9564,21 +9564,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9564
9564
|
};
|
|
9565
9565
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9566
9566
|
align: {
|
|
9567
|
-
type: import("vue").PropType<"
|
|
9568
|
-
xs?: "
|
|
9569
|
-
sm?: "
|
|
9570
|
-
md?: "
|
|
9571
|
-
lg?: "
|
|
9572
|
-
xl?: "
|
|
9573
|
-
xxl?: "
|
|
9567
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9568
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9569
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9570
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9571
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9572
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9573
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9574
9574
|
}>;
|
|
9575
|
-
default: "
|
|
9576
|
-
xs?: "
|
|
9577
|
-
sm?: "
|
|
9578
|
-
md?: "
|
|
9579
|
-
lg?: "
|
|
9580
|
-
xl?: "
|
|
9581
|
-
xxl?: "
|
|
9575
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9576
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9577
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9578
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9579
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9580
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9581
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9582
9582
|
};
|
|
9583
9583
|
};
|
|
9584
9584
|
justify: {
|
|
@@ -9847,21 +9847,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9847
9847
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9848
9848
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9849
9849
|
align: {
|
|
9850
|
-
type: import("vue").PropType<"
|
|
9851
|
-
xs?: "
|
|
9852
|
-
sm?: "
|
|
9853
|
-
md?: "
|
|
9854
|
-
lg?: "
|
|
9855
|
-
xl?: "
|
|
9856
|
-
xxl?: "
|
|
9850
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9851
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9852
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9853
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9854
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9855
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9856
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9857
9857
|
}>;
|
|
9858
|
-
default: "
|
|
9859
|
-
xs?: "
|
|
9860
|
-
sm?: "
|
|
9861
|
-
md?: "
|
|
9862
|
-
lg?: "
|
|
9863
|
-
xl?: "
|
|
9864
|
-
xxl?: "
|
|
9858
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9859
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9860
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9861
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9862
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9863
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9864
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9865
9865
|
};
|
|
9866
9866
|
};
|
|
9867
9867
|
justify: {
|
|
@@ -9933,7 +9933,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9933
9933
|
emits: (event: "changeField", item: any) => void;
|
|
9934
9934
|
formData: import("ll-plus/es/index").FormData;
|
|
9935
9935
|
componentRef: import("vue").Ref<any>;
|
|
9936
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9936
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
9937
9937
|
handleChange: (...arg: any[]) => void;
|
|
9938
9938
|
focus: () => Promise<void>;
|
|
9939
9939
|
getItem: () => any;
|
|
@@ -9985,7 +9985,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9985
9985
|
emits: (event: "changeField", item: any) => void;
|
|
9986
9986
|
formData: import("ll-plus/es/index").FormData;
|
|
9987
9987
|
componentRef: import("vue").Ref<any>;
|
|
9988
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9988
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
9989
9989
|
handleChange: (...arg: any[]) => void;
|
|
9990
9990
|
focus: () => Promise<void>;
|
|
9991
9991
|
getItem: () => any;
|
|
@@ -10128,7 +10128,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10128
10128
|
emits: (event: "changeField", item: any) => void;
|
|
10129
10129
|
formData: import("ll-plus/es/index").FormData;
|
|
10130
10130
|
componentRef: import("vue").Ref<any>;
|
|
10131
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
10131
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
10132
10132
|
handleChange: (...arg: any[]) => void;
|
|
10133
10133
|
focus: () => Promise<void>;
|
|
10134
10134
|
getItem: () => any;
|
|
@@ -10381,21 +10381,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10381
10381
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10382
10382
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10383
10383
|
align: {
|
|
10384
|
-
type: import("vue").PropType<"
|
|
10385
|
-
xs?: "
|
|
10386
|
-
sm?: "
|
|
10387
|
-
md?: "
|
|
10388
|
-
lg?: "
|
|
10389
|
-
xl?: "
|
|
10390
|
-
xxl?: "
|
|
10384
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
10385
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10386
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10387
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10388
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10389
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10390
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10391
10391
|
}>;
|
|
10392
|
-
default: "
|
|
10393
|
-
xs?: "
|
|
10394
|
-
sm?: "
|
|
10395
|
-
md?: "
|
|
10396
|
-
lg?: "
|
|
10397
|
-
xl?: "
|
|
10398
|
-
xxl?: "
|
|
10392
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
10393
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10394
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10395
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10396
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10397
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10398
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10399
10399
|
};
|
|
10400
10400
|
};
|
|
10401
10401
|
justify: {
|
|
@@ -11691,21 +11691,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11691
11691
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
11692
11692
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11693
11693
|
align: {
|
|
11694
|
-
type: import("vue").PropType<"
|
|
11695
|
-
xs?: "
|
|
11696
|
-
sm?: "
|
|
11697
|
-
md?: "
|
|
11698
|
-
lg?: "
|
|
11699
|
-
xl?: "
|
|
11700
|
-
xxl?: "
|
|
11694
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11695
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11696
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11697
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11698
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11699
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11700
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11701
11701
|
}>;
|
|
11702
|
-
default: "
|
|
11703
|
-
xs?: "
|
|
11704
|
-
sm?: "
|
|
11705
|
-
md?: "
|
|
11706
|
-
lg?: "
|
|
11707
|
-
xl?: "
|
|
11708
|
-
xxl?: "
|
|
11702
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11703
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11704
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11705
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11706
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11707
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11708
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11709
11709
|
};
|
|
11710
11710
|
};
|
|
11711
11711
|
justify: {
|
|
@@ -11737,21 +11737,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11737
11737
|
};
|
|
11738
11738
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11739
11739
|
align: {
|
|
11740
|
-
type: import("vue").PropType<"
|
|
11741
|
-
xs?: "
|
|
11742
|
-
sm?: "
|
|
11743
|
-
md?: "
|
|
11744
|
-
lg?: "
|
|
11745
|
-
xl?: "
|
|
11746
|
-
xxl?: "
|
|
11740
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11741
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11742
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11743
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11744
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11745
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11746
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11747
11747
|
}>;
|
|
11748
|
-
default: "
|
|
11749
|
-
xs?: "
|
|
11750
|
-
sm?: "
|
|
11751
|
-
md?: "
|
|
11752
|
-
lg?: "
|
|
11753
|
-
xl?: "
|
|
11754
|
-
xxl?: "
|
|
11748
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11749
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11750
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11751
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11752
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11753
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11754
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11755
11755
|
};
|
|
11756
11756
|
};
|
|
11757
11757
|
justify: {
|
|
@@ -11783,21 +11783,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11783
11783
|
};
|
|
11784
11784
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11785
11785
|
align: {
|
|
11786
|
-
type: import("vue").PropType<"
|
|
11787
|
-
xs?: "
|
|
11788
|
-
sm?: "
|
|
11789
|
-
md?: "
|
|
11790
|
-
lg?: "
|
|
11791
|
-
xl?: "
|
|
11792
|
-
xxl?: "
|
|
11786
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11787
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11788
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11789
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11790
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11791
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11792
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11793
11793
|
}>;
|
|
11794
|
-
default: "
|
|
11795
|
-
xs?: "
|
|
11796
|
-
sm?: "
|
|
11797
|
-
md?: "
|
|
11798
|
-
lg?: "
|
|
11799
|
-
xl?: "
|
|
11800
|
-
xxl?: "
|
|
11794
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11795
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11796
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11797
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11798
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11799
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11800
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11801
11801
|
};
|
|
11802
11802
|
};
|
|
11803
11803
|
justify: {
|
|
@@ -11829,21 +11829,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11829
11829
|
};
|
|
11830
11830
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11831
11831
|
align: {
|
|
11832
|
-
type: import("vue").PropType<"
|
|
11833
|
-
xs?: "
|
|
11834
|
-
sm?: "
|
|
11835
|
-
md?: "
|
|
11836
|
-
lg?: "
|
|
11837
|
-
xl?: "
|
|
11838
|
-
xxl?: "
|
|
11832
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11833
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11834
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11835
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11836
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11837
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11838
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11839
11839
|
}>;
|
|
11840
|
-
default: "
|
|
11841
|
-
xs?: "
|
|
11842
|
-
sm?: "
|
|
11843
|
-
md?: "
|
|
11844
|
-
lg?: "
|
|
11845
|
-
xl?: "
|
|
11846
|
-
xxl?: "
|
|
11840
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11841
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11842
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11843
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11844
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11845
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11846
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11847
11847
|
};
|
|
11848
11848
|
};
|
|
11849
11849
|
justify: {
|
|
@@ -12112,21 +12112,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12112
12112
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12113
12113
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12114
12114
|
align: {
|
|
12115
|
-
type: import("vue").PropType<"
|
|
12116
|
-
xs?: "
|
|
12117
|
-
sm?: "
|
|
12118
|
-
md?: "
|
|
12119
|
-
lg?: "
|
|
12120
|
-
xl?: "
|
|
12121
|
-
xxl?: "
|
|
12115
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12116
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12117
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12118
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12119
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12120
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12121
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12122
12122
|
}>;
|
|
12123
|
-
default: "
|
|
12124
|
-
xs?: "
|
|
12125
|
-
sm?: "
|
|
12126
|
-
md?: "
|
|
12127
|
-
lg?: "
|
|
12128
|
-
xl?: "
|
|
12129
|
-
xxl?: "
|
|
12123
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12124
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12125
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12126
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12127
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12128
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12129
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12130
12130
|
};
|
|
12131
12131
|
};
|
|
12132
12132
|
justify: {
|
|
@@ -12198,7 +12198,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12198
12198
|
emits: (event: "changeField", item: any) => void;
|
|
12199
12199
|
formData: import("ll-plus/es/index").FormData;
|
|
12200
12200
|
componentRef: import("vue").Ref<any>;
|
|
12201
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12201
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12202
12202
|
handleChange: (...arg: any[]) => void;
|
|
12203
12203
|
focus: () => Promise<void>;
|
|
12204
12204
|
getItem: () => any;
|
|
@@ -12250,7 +12250,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12250
12250
|
emits: (event: "changeField", item: any) => void;
|
|
12251
12251
|
formData: import("ll-plus/es/index").FormData;
|
|
12252
12252
|
componentRef: import("vue").Ref<any>;
|
|
12253
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12253
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12254
12254
|
handleChange: (...arg: any[]) => void;
|
|
12255
12255
|
focus: () => Promise<void>;
|
|
12256
12256
|
getItem: () => any;
|
|
@@ -12393,7 +12393,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12393
12393
|
emits: (event: "changeField", item: any) => void;
|
|
12394
12394
|
formData: import("ll-plus/es/index").FormData;
|
|
12395
12395
|
componentRef: import("vue").Ref<any>;
|
|
12396
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12396
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12397
12397
|
handleChange: (...arg: any[]) => void;
|
|
12398
12398
|
focus: () => Promise<void>;
|
|
12399
12399
|
getItem: () => any;
|
|
@@ -13319,21 +13319,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13319
13319
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13320
13320
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13321
13321
|
align: {
|
|
13322
|
-
type: import("vue").PropType<"
|
|
13323
|
-
xs?: "
|
|
13324
|
-
sm?: "
|
|
13325
|
-
md?: "
|
|
13326
|
-
lg?: "
|
|
13327
|
-
xl?: "
|
|
13328
|
-
xxl?: "
|
|
13322
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13323
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13324
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13325
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13326
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13327
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13328
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13329
13329
|
}>;
|
|
13330
|
-
default: "
|
|
13331
|
-
xs?: "
|
|
13332
|
-
sm?: "
|
|
13333
|
-
md?: "
|
|
13334
|
-
lg?: "
|
|
13335
|
-
xl?: "
|
|
13336
|
-
xxl?: "
|
|
13330
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13331
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13332
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13333
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13334
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13335
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13336
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13337
13337
|
};
|
|
13338
13338
|
};
|
|
13339
13339
|
justify: {
|
|
@@ -13365,21 +13365,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13365
13365
|
};
|
|
13366
13366
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13367
13367
|
align: {
|
|
13368
|
-
type: import("vue").PropType<"
|
|
13369
|
-
xs?: "
|
|
13370
|
-
sm?: "
|
|
13371
|
-
md?: "
|
|
13372
|
-
lg?: "
|
|
13373
|
-
xl?: "
|
|
13374
|
-
xxl?: "
|
|
13368
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13369
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13370
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13371
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13372
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13373
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13374
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13375
13375
|
}>;
|
|
13376
|
-
default: "
|
|
13377
|
-
xs?: "
|
|
13378
|
-
sm?: "
|
|
13379
|
-
md?: "
|
|
13380
|
-
lg?: "
|
|
13381
|
-
xl?: "
|
|
13382
|
-
xxl?: "
|
|
13376
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13377
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13378
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13379
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13380
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13381
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13382
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13383
13383
|
};
|
|
13384
13384
|
};
|
|
13385
13385
|
justify: {
|
|
@@ -13411,21 +13411,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13411
13411
|
};
|
|
13412
13412
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13413
13413
|
align: {
|
|
13414
|
-
type: import("vue").PropType<"
|
|
13415
|
-
xs?: "
|
|
13416
|
-
sm?: "
|
|
13417
|
-
md?: "
|
|
13418
|
-
lg?: "
|
|
13419
|
-
xl?: "
|
|
13420
|
-
xxl?: "
|
|
13414
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13415
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13416
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13417
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13418
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13419
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13420
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13421
13421
|
}>;
|
|
13422
|
-
default: "
|
|
13423
|
-
xs?: "
|
|
13424
|
-
sm?: "
|
|
13425
|
-
md?: "
|
|
13426
|
-
lg?: "
|
|
13427
|
-
xl?: "
|
|
13428
|
-
xxl?: "
|
|
13422
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13423
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13424
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13425
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13426
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13427
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13428
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13429
13429
|
};
|
|
13430
13430
|
};
|
|
13431
13431
|
justify: {
|
|
@@ -13457,21 +13457,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13457
13457
|
};
|
|
13458
13458
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13459
13459
|
align: {
|
|
13460
|
-
type: import("vue").PropType<"
|
|
13461
|
-
xs?: "
|
|
13462
|
-
sm?: "
|
|
13463
|
-
md?: "
|
|
13464
|
-
lg?: "
|
|
13465
|
-
xl?: "
|
|
13466
|
-
xxl?: "
|
|
13460
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13461
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13462
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13463
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13464
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13465
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13466
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13467
13467
|
}>;
|
|
13468
|
-
default: "
|
|
13469
|
-
xs?: "
|
|
13470
|
-
sm?: "
|
|
13471
|
-
md?: "
|
|
13472
|
-
lg?: "
|
|
13473
|
-
xl?: "
|
|
13474
|
-
xxl?: "
|
|
13468
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13469
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13470
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13471
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13472
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13473
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13474
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13475
13475
|
};
|
|
13476
13476
|
};
|
|
13477
13477
|
justify: {
|
|
@@ -13739,21 +13739,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13739
13739
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13740
13740
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13741
13741
|
align: {
|
|
13742
|
-
type: import("vue").PropType<"
|
|
13743
|
-
xs?: "
|
|
13744
|
-
sm?: "
|
|
13745
|
-
md?: "
|
|
13746
|
-
lg?: "
|
|
13747
|
-
xl?: "
|
|
13748
|
-
xxl?: "
|
|
13742
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13743
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13744
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13745
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13746
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13747
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13748
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13749
13749
|
}>;
|
|
13750
|
-
default: "
|
|
13751
|
-
xs?: "
|
|
13752
|
-
sm?: "
|
|
13753
|
-
md?: "
|
|
13754
|
-
lg?: "
|
|
13755
|
-
xl?: "
|
|
13756
|
-
xxl?: "
|
|
13750
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13751
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13752
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13753
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13754
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13755
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13756
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13757
13757
|
};
|
|
13758
13758
|
};
|
|
13759
13759
|
justify: {
|
|
@@ -14695,21 +14695,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14695
14695
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
14696
14696
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14697
14697
|
align: {
|
|
14698
|
-
type: import("vue").PropType<"
|
|
14699
|
-
xs?: "
|
|
14700
|
-
sm?: "
|
|
14701
|
-
md?: "
|
|
14702
|
-
lg?: "
|
|
14703
|
-
xl?: "
|
|
14704
|
-
xxl?: "
|
|
14698
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14699
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14700
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14701
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14702
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14703
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14704
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14705
14705
|
}>;
|
|
14706
|
-
default: "
|
|
14707
|
-
xs?: "
|
|
14708
|
-
sm?: "
|
|
14709
|
-
md?: "
|
|
14710
|
-
lg?: "
|
|
14711
|
-
xl?: "
|
|
14712
|
-
xxl?: "
|
|
14706
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14707
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14708
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14709
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14710
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14711
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14712
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14713
14713
|
};
|
|
14714
14714
|
};
|
|
14715
14715
|
justify: {
|
|
@@ -14741,21 +14741,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14741
14741
|
};
|
|
14742
14742
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14743
14743
|
align: {
|
|
14744
|
-
type: import("vue").PropType<"
|
|
14745
|
-
xs?: "
|
|
14746
|
-
sm?: "
|
|
14747
|
-
md?: "
|
|
14748
|
-
lg?: "
|
|
14749
|
-
xl?: "
|
|
14750
|
-
xxl?: "
|
|
14744
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14745
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14746
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14747
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14748
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14749
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14750
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14751
14751
|
}>;
|
|
14752
|
-
default: "
|
|
14753
|
-
xs?: "
|
|
14754
|
-
sm?: "
|
|
14755
|
-
md?: "
|
|
14756
|
-
lg?: "
|
|
14757
|
-
xl?: "
|
|
14758
|
-
xxl?: "
|
|
14752
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14753
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14754
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14755
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14756
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14757
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14758
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14759
14759
|
};
|
|
14760
14760
|
};
|
|
14761
14761
|
justify: {
|
|
@@ -14787,21 +14787,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14787
14787
|
};
|
|
14788
14788
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14789
14789
|
align: {
|
|
14790
|
-
type: import("vue").PropType<"
|
|
14791
|
-
xs?: "
|
|
14792
|
-
sm?: "
|
|
14793
|
-
md?: "
|
|
14794
|
-
lg?: "
|
|
14795
|
-
xl?: "
|
|
14796
|
-
xxl?: "
|
|
14790
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14791
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14792
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14793
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14794
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14795
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14796
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14797
14797
|
}>;
|
|
14798
|
-
default: "
|
|
14799
|
-
xs?: "
|
|
14800
|
-
sm?: "
|
|
14801
|
-
md?: "
|
|
14802
|
-
lg?: "
|
|
14803
|
-
xl?: "
|
|
14804
|
-
xxl?: "
|
|
14798
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14799
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14800
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14801
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14802
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14803
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14804
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14805
14805
|
};
|
|
14806
14806
|
};
|
|
14807
14807
|
justify: {
|
|
@@ -14833,21 +14833,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14833
14833
|
};
|
|
14834
14834
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14835
14835
|
align: {
|
|
14836
|
-
type: import("vue").PropType<"
|
|
14837
|
-
xs?: "
|
|
14838
|
-
sm?: "
|
|
14839
|
-
md?: "
|
|
14840
|
-
lg?: "
|
|
14841
|
-
xl?: "
|
|
14842
|
-
xxl?: "
|
|
14836
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14837
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14838
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14839
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14840
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14841
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14842
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14843
14843
|
}>;
|
|
14844
|
-
default: "
|
|
14845
|
-
xs?: "
|
|
14846
|
-
sm?: "
|
|
14847
|
-
md?: "
|
|
14848
|
-
lg?: "
|
|
14849
|
-
xl?: "
|
|
14850
|
-
xxl?: "
|
|
14844
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14845
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14846
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14847
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14848
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14849
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14850
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14851
14851
|
};
|
|
14852
14852
|
};
|
|
14853
14853
|
justify: {
|
|
@@ -15116,21 +15116,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15116
15116
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15117
15117
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15118
15118
|
align: {
|
|
15119
|
-
type: import("vue").PropType<"
|
|
15120
|
-
xs?: "
|
|
15121
|
-
sm?: "
|
|
15122
|
-
md?: "
|
|
15123
|
-
lg?: "
|
|
15124
|
-
xl?: "
|
|
15125
|
-
xxl?: "
|
|
15119
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
15120
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15121
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15122
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15123
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15124
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15125
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15126
15126
|
}>;
|
|
15127
|
-
default: "
|
|
15128
|
-
xs?: "
|
|
15129
|
-
sm?: "
|
|
15130
|
-
md?: "
|
|
15131
|
-
lg?: "
|
|
15132
|
-
xl?: "
|
|
15133
|
-
xxl?: "
|
|
15127
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
15128
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15129
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15130
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15131
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15132
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15133
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15134
15134
|
};
|
|
15135
15135
|
};
|
|
15136
15136
|
justify: {
|
|
@@ -15202,7 +15202,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15202
15202
|
emits: (event: "changeField", item: any) => void;
|
|
15203
15203
|
formData: import("ll-plus/es/index").FormData;
|
|
15204
15204
|
componentRef: import("vue").Ref<any>;
|
|
15205
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15205
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15206
15206
|
handleChange: (...arg: any[]) => void;
|
|
15207
15207
|
focus: () => Promise<void>;
|
|
15208
15208
|
getItem: () => any;
|
|
@@ -15254,7 +15254,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15254
15254
|
emits: (event: "changeField", item: any) => void;
|
|
15255
15255
|
formData: import("ll-plus/es/index").FormData;
|
|
15256
15256
|
componentRef: import("vue").Ref<any>;
|
|
15257
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15257
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15258
15258
|
handleChange: (...arg: any[]) => void;
|
|
15259
15259
|
focus: () => Promise<void>;
|
|
15260
15260
|
getItem: () => any;
|
|
@@ -15397,7 +15397,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15397
15397
|
emits: (event: "changeField", item: any) => void;
|
|
15398
15398
|
formData: import("ll-plus/es/index").FormData;
|
|
15399
15399
|
componentRef: import("vue").Ref<any>;
|
|
15400
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15400
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15401
15401
|
handleChange: (...arg: any[]) => void;
|
|
15402
15402
|
focus: () => Promise<void>;
|
|
15403
15403
|
getItem: () => any;
|
|
@@ -15650,21 +15650,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15650
15650
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15651
15651
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15652
15652
|
align: {
|
|
15653
|
-
type: import("vue").PropType<"
|
|
15654
|
-
xs?: "
|
|
15655
|
-
sm?: "
|
|
15656
|
-
md?: "
|
|
15657
|
-
lg?: "
|
|
15658
|
-
xl?: "
|
|
15659
|
-
xxl?: "
|
|
15653
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
15654
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15655
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15656
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15657
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15658
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15659
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15660
15660
|
}>;
|
|
15661
|
-
default: "
|
|
15662
|
-
xs?: "
|
|
15663
|
-
sm?: "
|
|
15664
|
-
md?: "
|
|
15665
|
-
lg?: "
|
|
15666
|
-
xl?: "
|
|
15667
|
-
xxl?: "
|
|
15661
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
15662
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15663
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15664
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15665
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15666
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15667
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15668
15668
|
};
|
|
15669
15669
|
};
|
|
15670
15670
|
justify: {
|