ll-plus 2.3.3 → 2.3.4
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 +303 -303
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +36 -36
- package/es/components/api-component/src/api-component.vue.d.ts +36 -36
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/api-url.vue.d.ts +7 -7
- package/es/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/es/components/api-component/src/components/params-table.vue.d.ts +22 -22
- package/es/components/api-component/src/config/api-component.d.ts +1 -1
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +86 -86
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +1 -1
- package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/index.d.ts +686 -686
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/es/components/key-value/src/components/key-value-item.vue2.mjs +1 -1
- package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/components/key-value/src/key-value.vue.d.ts +686 -686
- package/es/components/modal/index.d.ts +5 -5
- package/es/components/modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +2 -2
- package/es/components/number-range/src/number-range.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +3 -3
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- 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/components/main-table.vue2.mjs +7 -0
- package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
- 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/table/src/table.vue2.mjs +14 -3
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +17 -17
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/es/components/upload-drag/index.d.ts +6 -6
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/es/components/uri-input/index.d.ts +2 -2
- package/es/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/index.full.js +22 -4
- package/index.full.min.js +2 -2
- 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 +22 -4
- package/lib/components/advanced-filtering/index.d.ts +303 -303
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +36 -36
- package/lib/components/api-component/src/api-component.vue.d.ts +36 -36
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/api-url.vue.d.ts +7 -7
- package/lib/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/lib/components/api-component/src/components/params-table.vue.d.ts +22 -22
- package/lib/components/api-component/src/config/api-component.d.ts +1 -1
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +86 -86
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +1 -1
- package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/index.d.ts +686 -686
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/lib/components/key-value/src/components/key-value-item.vue2.js +1 -1
- package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/components/key-value/src/key-value.vue.d.ts +686 -686
- package/lib/components/modal/index.d.ts +5 -5
- package/lib/components/modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +2 -2
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +3 -3
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- 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/components/main-table.vue2.js +7 -0
- package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
- 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/table/src/table.vue2.js +14 -3
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +17 -17
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/lib/components/upload-drag/index.d.ts +6 -6
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/lib/components/uri-input/index.d.ts +2 -2
- package/lib/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +303 -303
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/types/packages/components/api-component/index.d.ts +36 -36
- package/types/packages/components/api-component/src/api-component.vue.d.ts +36 -36
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +7 -7
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +22 -22
- package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +1 -1
- package/types/packages/components/button/src/button.vue.d.ts +1 -1
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +86 -86
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +1 -1
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/index.d.ts +686 -686
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/types/packages/components/key-value/src/key-value.vue.d.ts +686 -686
- package/types/packages/components/modal/index.d.ts +5 -5
- package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +2 -2
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +3 -3
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/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/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +17 -17
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/types/packages/components/upload-drag/index.d.ts +6 -6
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/types/packages/components/uri-input/index.d.ts +2 -2
- package/types/packages/components/uri-input/src/uri-input.vue.d.ts +2 -2
|
@@ -42,8 +42,8 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
42
42
|
readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
43
43
|
}, {
|
|
44
44
|
props: import("@vue/shared").LooseRequired<{
|
|
45
|
-
readonly value: import("./src/config").KeyValueItem[];
|
|
46
45
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
+
readonly value: import("./src/config").KeyValueItem[];
|
|
47
47
|
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
48
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
49
|
readonly keyLabel: string;
|
|
@@ -1079,21 +1079,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1079
1079
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1080
1080
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1081
1081
|
align: {
|
|
1082
|
-
type: import("vue").PropType<"
|
|
1083
|
-
xs?: "
|
|
1084
|
-
sm?: "
|
|
1085
|
-
md?: "
|
|
1086
|
-
lg?: "
|
|
1087
|
-
xl?: "
|
|
1088
|
-
xxl?: "
|
|
1082
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
1083
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1084
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1085
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1086
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1087
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1088
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1089
1089
|
}>;
|
|
1090
|
-
default: "
|
|
1091
|
-
xs?: "
|
|
1092
|
-
sm?: "
|
|
1093
|
-
md?: "
|
|
1094
|
-
lg?: "
|
|
1095
|
-
xl?: "
|
|
1096
|
-
xxl?: "
|
|
1090
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
1091
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1092
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1093
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1094
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1095
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1096
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1097
1097
|
};
|
|
1098
1098
|
};
|
|
1099
1099
|
justify: {
|
|
@@ -1125,21 +1125,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1125
1125
|
};
|
|
1126
1126
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1127
1127
|
align: {
|
|
1128
|
-
type: import("vue").PropType<"
|
|
1129
|
-
xs?: "
|
|
1130
|
-
sm?: "
|
|
1131
|
-
md?: "
|
|
1132
|
-
lg?: "
|
|
1133
|
-
xl?: "
|
|
1134
|
-
xxl?: "
|
|
1128
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
1129
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1130
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1131
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1132
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1133
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1134
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1135
1135
|
}>;
|
|
1136
|
-
default: "
|
|
1137
|
-
xs?: "
|
|
1138
|
-
sm?: "
|
|
1139
|
-
md?: "
|
|
1140
|
-
lg?: "
|
|
1141
|
-
xl?: "
|
|
1142
|
-
xxl?: "
|
|
1136
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
1137
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1138
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1139
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1140
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1141
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1142
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1143
1143
|
};
|
|
1144
1144
|
};
|
|
1145
1145
|
justify: {
|
|
@@ -1171,21 +1171,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1171
1171
|
};
|
|
1172
1172
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1173
1173
|
align: {
|
|
1174
|
-
type: import("vue").PropType<"
|
|
1175
|
-
xs?: "
|
|
1176
|
-
sm?: "
|
|
1177
|
-
md?: "
|
|
1178
|
-
lg?: "
|
|
1179
|
-
xl?: "
|
|
1180
|
-
xxl?: "
|
|
1174
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
1175
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1176
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1177
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1178
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1179
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1180
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1181
1181
|
}>;
|
|
1182
|
-
default: "
|
|
1183
|
-
xs?: "
|
|
1184
|
-
sm?: "
|
|
1185
|
-
md?: "
|
|
1186
|
-
lg?: "
|
|
1187
|
-
xl?: "
|
|
1188
|
-
xxl?: "
|
|
1182
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
1183
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1184
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1185
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1186
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1187
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1188
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1189
1189
|
};
|
|
1190
1190
|
};
|
|
1191
1191
|
justify: {
|
|
@@ -1217,21 +1217,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1217
1217
|
};
|
|
1218
1218
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1219
1219
|
align: {
|
|
1220
|
-
type: import("vue").PropType<"
|
|
1221
|
-
xs?: "
|
|
1222
|
-
sm?: "
|
|
1223
|
-
md?: "
|
|
1224
|
-
lg?: "
|
|
1225
|
-
xl?: "
|
|
1226
|
-
xxl?: "
|
|
1220
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
1221
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1222
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1223
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1224
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1225
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1226
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1227
1227
|
}>;
|
|
1228
|
-
default: "
|
|
1229
|
-
xs?: "
|
|
1230
|
-
sm?: "
|
|
1231
|
-
md?: "
|
|
1232
|
-
lg?: "
|
|
1233
|
-
xl?: "
|
|
1234
|
-
xxl?: "
|
|
1228
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
1229
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1230
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1231
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1232
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1233
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1234
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1235
1235
|
};
|
|
1236
1236
|
};
|
|
1237
1237
|
justify: {
|
|
@@ -1267,6 +1267,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1267
1267
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1268
1268
|
}>>, {
|
|
1269
1269
|
props: import("@vue/shared").LooseRequired<{
|
|
1270
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1270
1271
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1271
1272
|
layout: import("vue-types").VueTypeDef<string>;
|
|
1272
1273
|
labelCol: {
|
|
@@ -1491,24 +1492,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1491
1492
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1492
1493
|
};
|
|
1493
1494
|
}>>;
|
|
1494
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1495
1495
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1496
1496
|
align: {
|
|
1497
|
-
type: import("vue").PropType<"
|
|
1498
|
-
xs?: "
|
|
1499
|
-
sm?: "
|
|
1500
|
-
md?: "
|
|
1501
|
-
lg?: "
|
|
1502
|
-
xl?: "
|
|
1503
|
-
xxl?: "
|
|
1497
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
1498
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1499
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1500
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1501
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1502
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1503
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1504
1504
|
}>;
|
|
1505
|
-
default: "
|
|
1506
|
-
xs?: "
|
|
1507
|
-
sm?: "
|
|
1508
|
-
md?: "
|
|
1509
|
-
lg?: "
|
|
1510
|
-
xl?: "
|
|
1511
|
-
xxl?: "
|
|
1505
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
1506
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1507
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1508
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1509
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1510
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1511
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
1512
1512
|
};
|
|
1513
1513
|
};
|
|
1514
1514
|
justify: {
|
|
@@ -2502,21 +2502,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2502
2502
|
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>;
|
|
2503
2503
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2504
2504
|
align: {
|
|
2505
|
-
type: import("vue").PropType<"
|
|
2506
|
-
xs?: "
|
|
2507
|
-
sm?: "
|
|
2508
|
-
md?: "
|
|
2509
|
-
lg?: "
|
|
2510
|
-
xl?: "
|
|
2511
|
-
xxl?: "
|
|
2505
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
2506
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2507
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2508
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2509
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2510
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2511
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2512
2512
|
}>;
|
|
2513
|
-
default: "
|
|
2514
|
-
xs?: "
|
|
2515
|
-
sm?: "
|
|
2516
|
-
md?: "
|
|
2517
|
-
lg?: "
|
|
2518
|
-
xl?: "
|
|
2519
|
-
xxl?: "
|
|
2513
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
2514
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2515
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2516
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2517
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2518
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2519
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2520
2520
|
};
|
|
2521
2521
|
};
|
|
2522
2522
|
justify: {
|
|
@@ -2548,21 +2548,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2548
2548
|
};
|
|
2549
2549
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2550
2550
|
align: {
|
|
2551
|
-
type: import("vue").PropType<"
|
|
2552
|
-
xs?: "
|
|
2553
|
-
sm?: "
|
|
2554
|
-
md?: "
|
|
2555
|
-
lg?: "
|
|
2556
|
-
xl?: "
|
|
2557
|
-
xxl?: "
|
|
2551
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
2552
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2553
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2554
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2555
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2556
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2557
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2558
2558
|
}>;
|
|
2559
|
-
default: "
|
|
2560
|
-
xs?: "
|
|
2561
|
-
sm?: "
|
|
2562
|
-
md?: "
|
|
2563
|
-
lg?: "
|
|
2564
|
-
xl?: "
|
|
2565
|
-
xxl?: "
|
|
2559
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
2560
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2561
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2562
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2563
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2564
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2565
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2566
2566
|
};
|
|
2567
2567
|
};
|
|
2568
2568
|
justify: {
|
|
@@ -2594,21 +2594,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2594
2594
|
};
|
|
2595
2595
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2596
2596
|
align: {
|
|
2597
|
-
type: import("vue").PropType<"
|
|
2598
|
-
xs?: "
|
|
2599
|
-
sm?: "
|
|
2600
|
-
md?: "
|
|
2601
|
-
lg?: "
|
|
2602
|
-
xl?: "
|
|
2603
|
-
xxl?: "
|
|
2597
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
2598
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2599
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2600
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2601
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2602
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2603
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2604
2604
|
}>;
|
|
2605
|
-
default: "
|
|
2606
|
-
xs?: "
|
|
2607
|
-
sm?: "
|
|
2608
|
-
md?: "
|
|
2609
|
-
lg?: "
|
|
2610
|
-
xl?: "
|
|
2611
|
-
xxl?: "
|
|
2605
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
2606
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2607
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2608
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2609
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2610
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2611
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2612
2612
|
};
|
|
2613
2613
|
};
|
|
2614
2614
|
justify: {
|
|
@@ -2640,21 +2640,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2640
2640
|
};
|
|
2641
2641
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2642
2642
|
align: {
|
|
2643
|
-
type: import("vue").PropType<"
|
|
2644
|
-
xs?: "
|
|
2645
|
-
sm?: "
|
|
2646
|
-
md?: "
|
|
2647
|
-
lg?: "
|
|
2648
|
-
xl?: "
|
|
2649
|
-
xxl?: "
|
|
2643
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
2644
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2645
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2646
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2647
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2648
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2649
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2650
2650
|
}>;
|
|
2651
|
-
default: "
|
|
2652
|
-
xs?: "
|
|
2653
|
-
sm?: "
|
|
2654
|
-
md?: "
|
|
2655
|
-
lg?: "
|
|
2656
|
-
xl?: "
|
|
2657
|
-
xxl?: "
|
|
2651
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
2652
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2653
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2654
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2655
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2656
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2657
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2658
2658
|
};
|
|
2659
2659
|
};
|
|
2660
2660
|
justify: {
|
|
@@ -2689,6 +2689,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2689
2689
|
}, boolean>;
|
|
2690
2690
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2691
2691
|
}>>, {
|
|
2692
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2692
2693
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2693
2694
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2694
2695
|
labelCol: {
|
|
@@ -2913,24 +2914,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2913
2914
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2914
2915
|
};
|
|
2915
2916
|
}>>;
|
|
2916
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2917
2917
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2918
2918
|
align: {
|
|
2919
|
-
type: import("vue").PropType<"
|
|
2920
|
-
xs?: "
|
|
2921
|
-
sm?: "
|
|
2922
|
-
md?: "
|
|
2923
|
-
lg?: "
|
|
2924
|
-
xl?: "
|
|
2925
|
-
xxl?: "
|
|
2919
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
2920
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2921
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2922
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2923
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2924
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2925
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2926
2926
|
}>;
|
|
2927
|
-
default: "
|
|
2928
|
-
xs?: "
|
|
2929
|
-
sm?: "
|
|
2930
|
-
md?: "
|
|
2931
|
-
lg?: "
|
|
2932
|
-
xl?: "
|
|
2933
|
-
xxl?: "
|
|
2927
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
2928
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2929
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2930
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2931
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2932
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2933
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
2934
2934
|
};
|
|
2935
2935
|
};
|
|
2936
2936
|
justify: {
|
|
@@ -3870,21 +3870,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
3870
3870
|
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>;
|
|
3871
3871
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3872
3872
|
align: {
|
|
3873
|
-
type: import("vue").PropType<"
|
|
3874
|
-
xs?: "
|
|
3875
|
-
sm?: "
|
|
3876
|
-
md?: "
|
|
3877
|
-
lg?: "
|
|
3878
|
-
xl?: "
|
|
3879
|
-
xxl?: "
|
|
3873
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
3874
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3875
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3876
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3877
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3878
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3879
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3880
3880
|
}>;
|
|
3881
|
-
default: "
|
|
3882
|
-
xs?: "
|
|
3883
|
-
sm?: "
|
|
3884
|
-
md?: "
|
|
3885
|
-
lg?: "
|
|
3886
|
-
xl?: "
|
|
3887
|
-
xxl?: "
|
|
3881
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
3882
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3883
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3884
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3885
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3886
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3887
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3888
3888
|
};
|
|
3889
3889
|
};
|
|
3890
3890
|
justify: {
|
|
@@ -3916,21 +3916,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
3916
3916
|
};
|
|
3917
3917
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3918
3918
|
align: {
|
|
3919
|
-
type: import("vue").PropType<"
|
|
3920
|
-
xs?: "
|
|
3921
|
-
sm?: "
|
|
3922
|
-
md?: "
|
|
3923
|
-
lg?: "
|
|
3924
|
-
xl?: "
|
|
3925
|
-
xxl?: "
|
|
3919
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
3920
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3921
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3922
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3923
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3924
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3925
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3926
3926
|
}>;
|
|
3927
|
-
default: "
|
|
3928
|
-
xs?: "
|
|
3929
|
-
sm?: "
|
|
3930
|
-
md?: "
|
|
3931
|
-
lg?: "
|
|
3932
|
-
xl?: "
|
|
3933
|
-
xxl?: "
|
|
3927
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
3928
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3929
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3930
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3931
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3932
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3933
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3934
3934
|
};
|
|
3935
3935
|
};
|
|
3936
3936
|
justify: {
|
|
@@ -3962,21 +3962,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
3962
3962
|
};
|
|
3963
3963
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3964
3964
|
align: {
|
|
3965
|
-
type: import("vue").PropType<"
|
|
3966
|
-
xs?: "
|
|
3967
|
-
sm?: "
|
|
3968
|
-
md?: "
|
|
3969
|
-
lg?: "
|
|
3970
|
-
xl?: "
|
|
3971
|
-
xxl?: "
|
|
3965
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
3966
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3967
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3968
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3969
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3970
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3971
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3972
3972
|
}>;
|
|
3973
|
-
default: "
|
|
3974
|
-
xs?: "
|
|
3975
|
-
sm?: "
|
|
3976
|
-
md?: "
|
|
3977
|
-
lg?: "
|
|
3978
|
-
xl?: "
|
|
3979
|
-
xxl?: "
|
|
3973
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
3974
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3975
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3976
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3977
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3978
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3979
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
3980
3980
|
};
|
|
3981
3981
|
};
|
|
3982
3982
|
justify: {
|
|
@@ -4008,21 +4008,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4008
4008
|
};
|
|
4009
4009
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4010
4010
|
align: {
|
|
4011
|
-
type: import("vue").PropType<"
|
|
4012
|
-
xs?: "
|
|
4013
|
-
sm?: "
|
|
4014
|
-
md?: "
|
|
4015
|
-
lg?: "
|
|
4016
|
-
xl?: "
|
|
4017
|
-
xxl?: "
|
|
4011
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
4012
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4013
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4014
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4015
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4016
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4017
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4018
4018
|
}>;
|
|
4019
|
-
default: "
|
|
4020
|
-
xs?: "
|
|
4021
|
-
sm?: "
|
|
4022
|
-
md?: "
|
|
4023
|
-
lg?: "
|
|
4024
|
-
xl?: "
|
|
4025
|
-
xxl?: "
|
|
4019
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
4020
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4021
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4022
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4023
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4024
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4025
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4026
4026
|
};
|
|
4027
4027
|
};
|
|
4028
4028
|
justify: {
|
|
@@ -4058,6 +4058,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4058
4058
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4059
4059
|
}>>, {
|
|
4060
4060
|
props: import("@vue/shared").LooseRequired<{
|
|
4061
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4061
4062
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4062
4063
|
layout: import("vue-types").VueTypeDef<string>;
|
|
4063
4064
|
labelCol: {
|
|
@@ -4282,24 +4283,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4282
4283
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4283
4284
|
};
|
|
4284
4285
|
}>>;
|
|
4285
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4286
4286
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4287
4287
|
align: {
|
|
4288
|
-
type: import("vue").PropType<"
|
|
4289
|
-
xs?: "
|
|
4290
|
-
sm?: "
|
|
4291
|
-
md?: "
|
|
4292
|
-
lg?: "
|
|
4293
|
-
xl?: "
|
|
4294
|
-
xxl?: "
|
|
4288
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
4289
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4290
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4291
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4292
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4293
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4294
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4295
4295
|
}>;
|
|
4296
|
-
default: "
|
|
4297
|
-
xs?: "
|
|
4298
|
-
sm?: "
|
|
4299
|
-
md?: "
|
|
4300
|
-
lg?: "
|
|
4301
|
-
xl?: "
|
|
4302
|
-
xxl?: "
|
|
4296
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
4297
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4298
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4299
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4300
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4301
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4302
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4303
4303
|
};
|
|
4304
4304
|
};
|
|
4305
4305
|
justify: {
|
|
@@ -4394,6 +4394,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4394
4394
|
readonly item: any;
|
|
4395
4395
|
}, {}>;
|
|
4396
4396
|
}, {}, {}, {}, {
|
|
4397
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4397
4398
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4398
4399
|
layout: import("vue-types").VueTypeDef<string>;
|
|
4399
4400
|
labelCol: {
|
|
@@ -4618,24 +4619,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4618
4619
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4619
4620
|
};
|
|
4620
4621
|
}>>;
|
|
4621
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4622
4622
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4623
4623
|
align: {
|
|
4624
|
-
type: import("vue").PropType<"
|
|
4625
|
-
xs?: "
|
|
4626
|
-
sm?: "
|
|
4627
|
-
md?: "
|
|
4628
|
-
lg?: "
|
|
4629
|
-
xl?: "
|
|
4630
|
-
xxl?: "
|
|
4624
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
4625
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4626
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4627
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4628
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4629
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4630
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4631
4631
|
}>;
|
|
4632
|
-
default: "
|
|
4633
|
-
xs?: "
|
|
4634
|
-
sm?: "
|
|
4635
|
-
md?: "
|
|
4636
|
-
lg?: "
|
|
4637
|
-
xl?: "
|
|
4638
|
-
xxl?: "
|
|
4632
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
4633
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4634
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4635
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4636
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4637
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4638
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
4639
4639
|
};
|
|
4640
4640
|
};
|
|
4641
4641
|
justify: {
|
|
@@ -5999,21 +5999,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
5999
5999
|
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>;
|
|
6000
6000
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6001
6001
|
align: {
|
|
6002
|
-
type: import("vue").PropType<"
|
|
6003
|
-
xs?: "
|
|
6004
|
-
sm?: "
|
|
6005
|
-
md?: "
|
|
6006
|
-
lg?: "
|
|
6007
|
-
xl?: "
|
|
6008
|
-
xxl?: "
|
|
6002
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
6003
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6004
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6005
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6006
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6007
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6008
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6009
6009
|
}>;
|
|
6010
|
-
default: "
|
|
6011
|
-
xs?: "
|
|
6012
|
-
sm?: "
|
|
6013
|
-
md?: "
|
|
6014
|
-
lg?: "
|
|
6015
|
-
xl?: "
|
|
6016
|
-
xxl?: "
|
|
6010
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
6011
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6012
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6013
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6014
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6015
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6016
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6017
6017
|
};
|
|
6018
6018
|
};
|
|
6019
6019
|
justify: {
|
|
@@ -6045,21 +6045,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6045
6045
|
};
|
|
6046
6046
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6047
6047
|
align: {
|
|
6048
|
-
type: import("vue").PropType<"
|
|
6049
|
-
xs?: "
|
|
6050
|
-
sm?: "
|
|
6051
|
-
md?: "
|
|
6052
|
-
lg?: "
|
|
6053
|
-
xl?: "
|
|
6054
|
-
xxl?: "
|
|
6048
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
6049
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6050
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6051
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6052
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6053
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6054
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6055
6055
|
}>;
|
|
6056
|
-
default: "
|
|
6057
|
-
xs?: "
|
|
6058
|
-
sm?: "
|
|
6059
|
-
md?: "
|
|
6060
|
-
lg?: "
|
|
6061
|
-
xl?: "
|
|
6062
|
-
xxl?: "
|
|
6056
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
6057
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6058
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6059
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6060
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6061
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6062
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6063
6063
|
};
|
|
6064
6064
|
};
|
|
6065
6065
|
justify: {
|
|
@@ -6091,21 +6091,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6091
6091
|
};
|
|
6092
6092
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6093
6093
|
align: {
|
|
6094
|
-
type: import("vue").PropType<"
|
|
6095
|
-
xs?: "
|
|
6096
|
-
sm?: "
|
|
6097
|
-
md?: "
|
|
6098
|
-
lg?: "
|
|
6099
|
-
xl?: "
|
|
6100
|
-
xxl?: "
|
|
6094
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
6095
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6096
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6097
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6098
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6099
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6100
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6101
6101
|
}>;
|
|
6102
|
-
default: "
|
|
6103
|
-
xs?: "
|
|
6104
|
-
sm?: "
|
|
6105
|
-
md?: "
|
|
6106
|
-
lg?: "
|
|
6107
|
-
xl?: "
|
|
6108
|
-
xxl?: "
|
|
6102
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
6103
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6104
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6105
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6106
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6107
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6108
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6109
6109
|
};
|
|
6110
6110
|
};
|
|
6111
6111
|
justify: {
|
|
@@ -6137,21 +6137,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6137
6137
|
};
|
|
6138
6138
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6139
6139
|
align: {
|
|
6140
|
-
type: import("vue").PropType<"
|
|
6141
|
-
xs?: "
|
|
6142
|
-
sm?: "
|
|
6143
|
-
md?: "
|
|
6144
|
-
lg?: "
|
|
6145
|
-
xl?: "
|
|
6146
|
-
xxl?: "
|
|
6140
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
6141
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6142
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6143
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6144
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6145
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6146
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6147
6147
|
}>;
|
|
6148
|
-
default: "
|
|
6149
|
-
xs?: "
|
|
6150
|
-
sm?: "
|
|
6151
|
-
md?: "
|
|
6152
|
-
lg?: "
|
|
6153
|
-
xl?: "
|
|
6154
|
-
xxl?: "
|
|
6148
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
6149
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6150
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6151
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6152
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6153
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6154
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6155
6155
|
};
|
|
6156
6156
|
};
|
|
6157
6157
|
justify: {
|
|
@@ -6187,6 +6187,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6187
6187
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6188
6188
|
}>>, {
|
|
6189
6189
|
props: import("@vue/shared").LooseRequired<{
|
|
6190
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6190
6191
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6191
6192
|
layout: import("vue-types").VueTypeDef<string>;
|
|
6192
6193
|
labelCol: {
|
|
@@ -6411,24 +6412,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6411
6412
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
6412
6413
|
};
|
|
6413
6414
|
}>>;
|
|
6414
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6415
6415
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6416
6416
|
align: {
|
|
6417
|
-
type: import("vue").PropType<"
|
|
6418
|
-
xs?: "
|
|
6419
|
-
sm?: "
|
|
6420
|
-
md?: "
|
|
6421
|
-
lg?: "
|
|
6422
|
-
xl?: "
|
|
6423
|
-
xxl?: "
|
|
6417
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
6418
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6419
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6420
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6421
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6422
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6423
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6424
6424
|
}>;
|
|
6425
|
-
default: "
|
|
6426
|
-
xs?: "
|
|
6427
|
-
sm?: "
|
|
6428
|
-
md?: "
|
|
6429
|
-
lg?: "
|
|
6430
|
-
xl?: "
|
|
6431
|
-
xxl?: "
|
|
6425
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
6426
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6427
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6428
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6429
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6430
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6431
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
6432
6432
|
};
|
|
6433
6433
|
};
|
|
6434
6434
|
justify: {
|
|
@@ -7422,21 +7422,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7422
7422
|
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>;
|
|
7423
7423
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
7424
7424
|
align: {
|
|
7425
|
-
type: import("vue").PropType<"
|
|
7426
|
-
xs?: "
|
|
7427
|
-
sm?: "
|
|
7428
|
-
md?: "
|
|
7429
|
-
lg?: "
|
|
7430
|
-
xl?: "
|
|
7431
|
-
xxl?: "
|
|
7425
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
7426
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7427
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7428
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7429
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7430
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7431
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7432
7432
|
}>;
|
|
7433
|
-
default: "
|
|
7434
|
-
xs?: "
|
|
7435
|
-
sm?: "
|
|
7436
|
-
md?: "
|
|
7437
|
-
lg?: "
|
|
7438
|
-
xl?: "
|
|
7439
|
-
xxl?: "
|
|
7433
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
7434
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7435
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7436
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7437
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7438
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7439
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7440
7440
|
};
|
|
7441
7441
|
};
|
|
7442
7442
|
justify: {
|
|
@@ -7468,21 +7468,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7468
7468
|
};
|
|
7469
7469
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
7470
7470
|
align: {
|
|
7471
|
-
type: import("vue").PropType<"
|
|
7472
|
-
xs?: "
|
|
7473
|
-
sm?: "
|
|
7474
|
-
md?: "
|
|
7475
|
-
lg?: "
|
|
7476
|
-
xl?: "
|
|
7477
|
-
xxl?: "
|
|
7471
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
7472
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7473
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7474
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7475
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7476
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7477
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7478
7478
|
}>;
|
|
7479
|
-
default: "
|
|
7480
|
-
xs?: "
|
|
7481
|
-
sm?: "
|
|
7482
|
-
md?: "
|
|
7483
|
-
lg?: "
|
|
7484
|
-
xl?: "
|
|
7485
|
-
xxl?: "
|
|
7479
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
7480
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7481
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7482
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7483
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7484
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7485
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7486
7486
|
};
|
|
7487
7487
|
};
|
|
7488
7488
|
justify: {
|
|
@@ -7514,21 +7514,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7514
7514
|
};
|
|
7515
7515
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
7516
7516
|
align: {
|
|
7517
|
-
type: import("vue").PropType<"
|
|
7518
|
-
xs?: "
|
|
7519
|
-
sm?: "
|
|
7520
|
-
md?: "
|
|
7521
|
-
lg?: "
|
|
7522
|
-
xl?: "
|
|
7523
|
-
xxl?: "
|
|
7517
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
7518
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7519
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7520
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7521
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7522
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7523
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7524
7524
|
}>;
|
|
7525
|
-
default: "
|
|
7526
|
-
xs?: "
|
|
7527
|
-
sm?: "
|
|
7528
|
-
md?: "
|
|
7529
|
-
lg?: "
|
|
7530
|
-
xl?: "
|
|
7531
|
-
xxl?: "
|
|
7525
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
7526
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7527
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7528
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7529
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7530
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7531
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7532
7532
|
};
|
|
7533
7533
|
};
|
|
7534
7534
|
justify: {
|
|
@@ -7560,21 +7560,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7560
7560
|
};
|
|
7561
7561
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
7562
7562
|
align: {
|
|
7563
|
-
type: import("vue").PropType<"
|
|
7564
|
-
xs?: "
|
|
7565
|
-
sm?: "
|
|
7566
|
-
md?: "
|
|
7567
|
-
lg?: "
|
|
7568
|
-
xl?: "
|
|
7569
|
-
xxl?: "
|
|
7563
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
7564
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7565
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7566
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7567
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7568
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7569
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7570
7570
|
}>;
|
|
7571
|
-
default: "
|
|
7572
|
-
xs?: "
|
|
7573
|
-
sm?: "
|
|
7574
|
-
md?: "
|
|
7575
|
-
lg?: "
|
|
7576
|
-
xl?: "
|
|
7577
|
-
xxl?: "
|
|
7571
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
7572
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7573
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7574
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7575
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7576
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7577
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7578
7578
|
};
|
|
7579
7579
|
};
|
|
7580
7580
|
justify: {
|
|
@@ -7609,6 +7609,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7609
7609
|
}, boolean>;
|
|
7610
7610
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7611
7611
|
}>>, {
|
|
7612
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7612
7613
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7613
7614
|
layout: import("vue-types").VueTypeDef<string>;
|
|
7614
7615
|
labelCol: {
|
|
@@ -7833,24 +7834,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7833
7834
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
7834
7835
|
};
|
|
7835
7836
|
}>>;
|
|
7836
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7837
7837
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7838
7838
|
align: {
|
|
7839
|
-
type: import("vue").PropType<"
|
|
7840
|
-
xs?: "
|
|
7841
|
-
sm?: "
|
|
7842
|
-
md?: "
|
|
7843
|
-
lg?: "
|
|
7844
|
-
xl?: "
|
|
7845
|
-
xxl?: "
|
|
7839
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
7840
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7841
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7842
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7843
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7844
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7845
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7846
7846
|
}>;
|
|
7847
|
-
default: "
|
|
7848
|
-
xs?: "
|
|
7849
|
-
sm?: "
|
|
7850
|
-
md?: "
|
|
7851
|
-
lg?: "
|
|
7852
|
-
xl?: "
|
|
7853
|
-
xxl?: "
|
|
7847
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
7848
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7849
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7850
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7851
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7852
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7853
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
7854
7854
|
};
|
|
7855
7855
|
};
|
|
7856
7856
|
justify: {
|
|
@@ -8790,21 +8790,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8790
8790
|
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>;
|
|
8791
8791
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8792
8792
|
align: {
|
|
8793
|
-
type: import("vue").PropType<"
|
|
8794
|
-
xs?: "
|
|
8795
|
-
sm?: "
|
|
8796
|
-
md?: "
|
|
8797
|
-
lg?: "
|
|
8798
|
-
xl?: "
|
|
8799
|
-
xxl?: "
|
|
8793
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
8794
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8795
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8796
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8797
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8798
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8799
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8800
8800
|
}>;
|
|
8801
|
-
default: "
|
|
8802
|
-
xs?: "
|
|
8803
|
-
sm?: "
|
|
8804
|
-
md?: "
|
|
8805
|
-
lg?: "
|
|
8806
|
-
xl?: "
|
|
8807
|
-
xxl?: "
|
|
8801
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
8802
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8803
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8804
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8805
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8806
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8807
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8808
8808
|
};
|
|
8809
8809
|
};
|
|
8810
8810
|
justify: {
|
|
@@ -8836,21 +8836,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8836
8836
|
};
|
|
8837
8837
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8838
8838
|
align: {
|
|
8839
|
-
type: import("vue").PropType<"
|
|
8840
|
-
xs?: "
|
|
8841
|
-
sm?: "
|
|
8842
|
-
md?: "
|
|
8843
|
-
lg?: "
|
|
8844
|
-
xl?: "
|
|
8845
|
-
xxl?: "
|
|
8839
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
8840
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8841
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8842
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8843
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8844
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8845
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8846
8846
|
}>;
|
|
8847
|
-
default: "
|
|
8848
|
-
xs?: "
|
|
8849
|
-
sm?: "
|
|
8850
|
-
md?: "
|
|
8851
|
-
lg?: "
|
|
8852
|
-
xl?: "
|
|
8853
|
-
xxl?: "
|
|
8847
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
8848
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8849
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8850
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8851
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8852
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8853
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8854
8854
|
};
|
|
8855
8855
|
};
|
|
8856
8856
|
justify: {
|
|
@@ -8882,21 +8882,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8882
8882
|
};
|
|
8883
8883
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8884
8884
|
align: {
|
|
8885
|
-
type: import("vue").PropType<"
|
|
8886
|
-
xs?: "
|
|
8887
|
-
sm?: "
|
|
8888
|
-
md?: "
|
|
8889
|
-
lg?: "
|
|
8890
|
-
xl?: "
|
|
8891
|
-
xxl?: "
|
|
8885
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
8886
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8887
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8888
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8889
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8890
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8891
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8892
8892
|
}>;
|
|
8893
|
-
default: "
|
|
8894
|
-
xs?: "
|
|
8895
|
-
sm?: "
|
|
8896
|
-
md?: "
|
|
8897
|
-
lg?: "
|
|
8898
|
-
xl?: "
|
|
8899
|
-
xxl?: "
|
|
8893
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
8894
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8895
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8896
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8897
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8898
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8899
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8900
8900
|
};
|
|
8901
8901
|
};
|
|
8902
8902
|
justify: {
|
|
@@ -8928,21 +8928,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8928
8928
|
};
|
|
8929
8929
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8930
8930
|
align: {
|
|
8931
|
-
type: import("vue").PropType<"
|
|
8932
|
-
xs?: "
|
|
8933
|
-
sm?: "
|
|
8934
|
-
md?: "
|
|
8935
|
-
lg?: "
|
|
8936
|
-
xl?: "
|
|
8937
|
-
xxl?: "
|
|
8931
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
8932
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8933
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8934
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8935
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8936
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8937
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8938
8938
|
}>;
|
|
8939
|
-
default: "
|
|
8940
|
-
xs?: "
|
|
8941
|
-
sm?: "
|
|
8942
|
-
md?: "
|
|
8943
|
-
lg?: "
|
|
8944
|
-
xl?: "
|
|
8945
|
-
xxl?: "
|
|
8939
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
8940
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8941
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8942
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8943
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8944
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8945
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
8946
8946
|
};
|
|
8947
8947
|
};
|
|
8948
8948
|
justify: {
|
|
@@ -8978,6 +8978,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8978
8978
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8979
8979
|
}>>, {
|
|
8980
8980
|
props: import("@vue/shared").LooseRequired<{
|
|
8981
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8981
8982
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8982
8983
|
layout: import("vue-types").VueTypeDef<string>;
|
|
8983
8984
|
labelCol: {
|
|
@@ -9202,24 +9203,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9202
9203
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9203
9204
|
};
|
|
9204
9205
|
}>>;
|
|
9205
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9206
9206
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9207
9207
|
align: {
|
|
9208
|
-
type: import("vue").PropType<"
|
|
9209
|
-
xs?: "
|
|
9210
|
-
sm?: "
|
|
9211
|
-
md?: "
|
|
9212
|
-
lg?: "
|
|
9213
|
-
xl?: "
|
|
9214
|
-
xxl?: "
|
|
9208
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
9209
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9210
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9211
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9212
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9213
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9214
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9215
9215
|
}>;
|
|
9216
|
-
default: "
|
|
9217
|
-
xs?: "
|
|
9218
|
-
sm?: "
|
|
9219
|
-
md?: "
|
|
9220
|
-
lg?: "
|
|
9221
|
-
xl?: "
|
|
9222
|
-
xxl?: "
|
|
9216
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
9217
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9218
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9219
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9220
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9221
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9222
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9223
9223
|
};
|
|
9224
9224
|
};
|
|
9225
9225
|
justify: {
|
|
@@ -9314,6 +9314,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9314
9314
|
readonly item: any;
|
|
9315
9315
|
}, {}>;
|
|
9316
9316
|
}, {}, {}, {}, {
|
|
9317
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9317
9318
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9318
9319
|
layout: import("vue-types").VueTypeDef<string>;
|
|
9319
9320
|
labelCol: {
|
|
@@ -9538,24 +9539,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9538
9539
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9539
9540
|
};
|
|
9540
9541
|
}>>;
|
|
9541
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9542
9542
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9543
9543
|
align: {
|
|
9544
|
-
type: import("vue").PropType<"
|
|
9545
|
-
xs?: "
|
|
9546
|
-
sm?: "
|
|
9547
|
-
md?: "
|
|
9548
|
-
lg?: "
|
|
9549
|
-
xl?: "
|
|
9550
|
-
xxl?: "
|
|
9544
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
9545
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9546
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9547
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9548
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9549
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9550
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9551
9551
|
}>;
|
|
9552
|
-
default: "
|
|
9553
|
-
xs?: "
|
|
9554
|
-
sm?: "
|
|
9555
|
-
md?: "
|
|
9556
|
-
lg?: "
|
|
9557
|
-
xl?: "
|
|
9558
|
-
xxl?: "
|
|
9552
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
9553
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9554
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9555
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9556
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9557
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9558
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
9559
9559
|
};
|
|
9560
9560
|
};
|
|
9561
9561
|
justify: {
|
|
@@ -10846,21 +10846,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10846
10846
|
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>;
|
|
10847
10847
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
10848
10848
|
align: {
|
|
10849
|
-
type: import("vue").PropType<"
|
|
10850
|
-
xs?: "
|
|
10851
|
-
sm?: "
|
|
10852
|
-
md?: "
|
|
10853
|
-
lg?: "
|
|
10854
|
-
xl?: "
|
|
10855
|
-
xxl?: "
|
|
10849
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
10850
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10851
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10852
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10853
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10854
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10855
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10856
10856
|
}>;
|
|
10857
|
-
default: "
|
|
10858
|
-
xs?: "
|
|
10859
|
-
sm?: "
|
|
10860
|
-
md?: "
|
|
10861
|
-
lg?: "
|
|
10862
|
-
xl?: "
|
|
10863
|
-
xxl?: "
|
|
10857
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
10858
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10859
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10860
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10861
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10862
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10863
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10864
10864
|
};
|
|
10865
10865
|
};
|
|
10866
10866
|
justify: {
|
|
@@ -10892,21 +10892,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10892
10892
|
};
|
|
10893
10893
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
10894
10894
|
align: {
|
|
10895
|
-
type: import("vue").PropType<"
|
|
10896
|
-
xs?: "
|
|
10897
|
-
sm?: "
|
|
10898
|
-
md?: "
|
|
10899
|
-
lg?: "
|
|
10900
|
-
xl?: "
|
|
10901
|
-
xxl?: "
|
|
10895
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
10896
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10897
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10898
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10899
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10900
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10901
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10902
10902
|
}>;
|
|
10903
|
-
default: "
|
|
10904
|
-
xs?: "
|
|
10905
|
-
sm?: "
|
|
10906
|
-
md?: "
|
|
10907
|
-
lg?: "
|
|
10908
|
-
xl?: "
|
|
10909
|
-
xxl?: "
|
|
10903
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
10904
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10905
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10906
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10907
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10908
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10909
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10910
10910
|
};
|
|
10911
10911
|
};
|
|
10912
10912
|
justify: {
|
|
@@ -10938,21 +10938,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10938
10938
|
};
|
|
10939
10939
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
10940
10940
|
align: {
|
|
10941
|
-
type: import("vue").PropType<"
|
|
10942
|
-
xs?: "
|
|
10943
|
-
sm?: "
|
|
10944
|
-
md?: "
|
|
10945
|
-
lg?: "
|
|
10946
|
-
xl?: "
|
|
10947
|
-
xxl?: "
|
|
10941
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
10942
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10943
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10944
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10945
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10946
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10947
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10948
10948
|
}>;
|
|
10949
|
-
default: "
|
|
10950
|
-
xs?: "
|
|
10951
|
-
sm?: "
|
|
10952
|
-
md?: "
|
|
10953
|
-
lg?: "
|
|
10954
|
-
xl?: "
|
|
10955
|
-
xxl?: "
|
|
10949
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
10950
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10951
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10952
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10953
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10954
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10955
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10956
10956
|
};
|
|
10957
10957
|
};
|
|
10958
10958
|
justify: {
|
|
@@ -10984,21 +10984,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10984
10984
|
};
|
|
10985
10985
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
10986
10986
|
align: {
|
|
10987
|
-
type: import("vue").PropType<"
|
|
10988
|
-
xs?: "
|
|
10989
|
-
sm?: "
|
|
10990
|
-
md?: "
|
|
10991
|
-
lg?: "
|
|
10992
|
-
xl?: "
|
|
10993
|
-
xxl?: "
|
|
10987
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
10988
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10989
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10990
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10991
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10992
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10993
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10994
10994
|
}>;
|
|
10995
|
-
default: "
|
|
10996
|
-
xs?: "
|
|
10997
|
-
sm?: "
|
|
10998
|
-
md?: "
|
|
10999
|
-
lg?: "
|
|
11000
|
-
xl?: "
|
|
11001
|
-
xxl?: "
|
|
10995
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
10996
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10997
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10998
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
10999
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11000
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11001
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11002
11002
|
};
|
|
11003
11003
|
};
|
|
11004
11004
|
justify: {
|
|
@@ -11034,6 +11034,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11034
11034
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
11035
11035
|
}>>, {
|
|
11036
11036
|
props: import("@vue/shared").LooseRequired<{
|
|
11037
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11037
11038
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
11038
11039
|
layout: import("vue-types").VueTypeDef<string>;
|
|
11039
11040
|
labelCol: {
|
|
@@ -11258,24 +11259,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11258
11259
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
11259
11260
|
};
|
|
11260
11261
|
}>>;
|
|
11261
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11262
11262
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
11263
11263
|
align: {
|
|
11264
|
-
type: import("vue").PropType<"
|
|
11265
|
-
xs?: "
|
|
11266
|
-
sm?: "
|
|
11267
|
-
md?: "
|
|
11268
|
-
lg?: "
|
|
11269
|
-
xl?: "
|
|
11270
|
-
xxl?: "
|
|
11264
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
11265
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11266
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11267
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11268
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11269
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11270
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11271
11271
|
}>;
|
|
11272
|
-
default: "
|
|
11273
|
-
xs?: "
|
|
11274
|
-
sm?: "
|
|
11275
|
-
md?: "
|
|
11276
|
-
lg?: "
|
|
11277
|
-
xl?: "
|
|
11278
|
-
xxl?: "
|
|
11272
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
11273
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11274
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11275
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11276
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11277
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11278
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
11279
11279
|
};
|
|
11280
11280
|
};
|
|
11281
11281
|
justify: {
|
|
@@ -12269,21 +12269,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12269
12269
|
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>;
|
|
12270
12270
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12271
12271
|
align: {
|
|
12272
|
-
type: import("vue").PropType<"
|
|
12273
|
-
xs?: "
|
|
12274
|
-
sm?: "
|
|
12275
|
-
md?: "
|
|
12276
|
-
lg?: "
|
|
12277
|
-
xl?: "
|
|
12278
|
-
xxl?: "
|
|
12272
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
12273
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12274
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12275
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12276
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12277
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12278
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12279
12279
|
}>;
|
|
12280
|
-
default: "
|
|
12281
|
-
xs?: "
|
|
12282
|
-
sm?: "
|
|
12283
|
-
md?: "
|
|
12284
|
-
lg?: "
|
|
12285
|
-
xl?: "
|
|
12286
|
-
xxl?: "
|
|
12280
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
12281
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12282
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12283
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12284
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12285
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12286
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12287
12287
|
};
|
|
12288
12288
|
};
|
|
12289
12289
|
justify: {
|
|
@@ -12315,21 +12315,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12315
12315
|
};
|
|
12316
12316
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12317
12317
|
align: {
|
|
12318
|
-
type: import("vue").PropType<"
|
|
12319
|
-
xs?: "
|
|
12320
|
-
sm?: "
|
|
12321
|
-
md?: "
|
|
12322
|
-
lg?: "
|
|
12323
|
-
xl?: "
|
|
12324
|
-
xxl?: "
|
|
12318
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
12319
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12320
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12321
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12322
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12323
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12324
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12325
12325
|
}>;
|
|
12326
|
-
default: "
|
|
12327
|
-
xs?: "
|
|
12328
|
-
sm?: "
|
|
12329
|
-
md?: "
|
|
12330
|
-
lg?: "
|
|
12331
|
-
xl?: "
|
|
12332
|
-
xxl?: "
|
|
12326
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
12327
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12328
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12329
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12330
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12331
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12332
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12333
12333
|
};
|
|
12334
12334
|
};
|
|
12335
12335
|
justify: {
|
|
@@ -12361,21 +12361,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12361
12361
|
};
|
|
12362
12362
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12363
12363
|
align: {
|
|
12364
|
-
type: import("vue").PropType<"
|
|
12365
|
-
xs?: "
|
|
12366
|
-
sm?: "
|
|
12367
|
-
md?: "
|
|
12368
|
-
lg?: "
|
|
12369
|
-
xl?: "
|
|
12370
|
-
xxl?: "
|
|
12364
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
12365
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12366
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12367
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12368
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12369
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12370
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12371
12371
|
}>;
|
|
12372
|
-
default: "
|
|
12373
|
-
xs?: "
|
|
12374
|
-
sm?: "
|
|
12375
|
-
md?: "
|
|
12376
|
-
lg?: "
|
|
12377
|
-
xl?: "
|
|
12378
|
-
xxl?: "
|
|
12372
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
12373
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12374
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12375
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12376
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12377
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12378
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12379
12379
|
};
|
|
12380
12380
|
};
|
|
12381
12381
|
justify: {
|
|
@@ -12407,21 +12407,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12407
12407
|
};
|
|
12408
12408
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12409
12409
|
align: {
|
|
12410
|
-
type: import("vue").PropType<"
|
|
12411
|
-
xs?: "
|
|
12412
|
-
sm?: "
|
|
12413
|
-
md?: "
|
|
12414
|
-
lg?: "
|
|
12415
|
-
xl?: "
|
|
12416
|
-
xxl?: "
|
|
12410
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
12411
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12412
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12413
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12414
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12415
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12416
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12417
12417
|
}>;
|
|
12418
|
-
default: "
|
|
12419
|
-
xs?: "
|
|
12420
|
-
sm?: "
|
|
12421
|
-
md?: "
|
|
12422
|
-
lg?: "
|
|
12423
|
-
xl?: "
|
|
12424
|
-
xxl?: "
|
|
12418
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
12419
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12420
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12421
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12422
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12423
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12424
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12425
12425
|
};
|
|
12426
12426
|
};
|
|
12427
12427
|
justify: {
|
|
@@ -12456,6 +12456,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12456
12456
|
}, boolean>;
|
|
12457
12457
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12458
12458
|
}>>, {
|
|
12459
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12459
12460
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12460
12461
|
layout: import("vue-types").VueTypeDef<string>;
|
|
12461
12462
|
labelCol: {
|
|
@@ -12680,24 +12681,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12680
12681
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
12681
12682
|
};
|
|
12682
12683
|
}>>;
|
|
12683
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12684
12684
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12685
12685
|
align: {
|
|
12686
|
-
type: import("vue").PropType<"
|
|
12687
|
-
xs?: "
|
|
12688
|
-
sm?: "
|
|
12689
|
-
md?: "
|
|
12690
|
-
lg?: "
|
|
12691
|
-
xl?: "
|
|
12692
|
-
xxl?: "
|
|
12686
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
12687
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12688
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12689
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12690
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12691
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12692
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12693
12693
|
}>;
|
|
12694
|
-
default: "
|
|
12695
|
-
xs?: "
|
|
12696
|
-
sm?: "
|
|
12697
|
-
md?: "
|
|
12698
|
-
lg?: "
|
|
12699
|
-
xl?: "
|
|
12700
|
-
xxl?: "
|
|
12694
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
12695
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12696
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12697
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12698
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12699
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12700
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
12701
12701
|
};
|
|
12702
12702
|
};
|
|
12703
12703
|
justify: {
|
|
@@ -13637,21 +13637,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13637
13637
|
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>;
|
|
13638
13638
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13639
13639
|
align: {
|
|
13640
|
-
type: import("vue").PropType<"
|
|
13641
|
-
xs?: "
|
|
13642
|
-
sm?: "
|
|
13643
|
-
md?: "
|
|
13644
|
-
lg?: "
|
|
13645
|
-
xl?: "
|
|
13646
|
-
xxl?: "
|
|
13640
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
13641
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13642
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13643
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13644
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13645
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13646
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13647
13647
|
}>;
|
|
13648
|
-
default: "
|
|
13649
|
-
xs?: "
|
|
13650
|
-
sm?: "
|
|
13651
|
-
md?: "
|
|
13652
|
-
lg?: "
|
|
13653
|
-
xl?: "
|
|
13654
|
-
xxl?: "
|
|
13648
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
13649
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13650
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13651
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13652
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13653
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13654
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13655
13655
|
};
|
|
13656
13656
|
};
|
|
13657
13657
|
justify: {
|
|
@@ -13683,21 +13683,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13683
13683
|
};
|
|
13684
13684
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13685
13685
|
align: {
|
|
13686
|
-
type: import("vue").PropType<"
|
|
13687
|
-
xs?: "
|
|
13688
|
-
sm?: "
|
|
13689
|
-
md?: "
|
|
13690
|
-
lg?: "
|
|
13691
|
-
xl?: "
|
|
13692
|
-
xxl?: "
|
|
13686
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
13687
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13688
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13689
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13690
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13691
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13692
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13693
13693
|
}>;
|
|
13694
|
-
default: "
|
|
13695
|
-
xs?: "
|
|
13696
|
-
sm?: "
|
|
13697
|
-
md?: "
|
|
13698
|
-
lg?: "
|
|
13699
|
-
xl?: "
|
|
13700
|
-
xxl?: "
|
|
13694
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
13695
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13696
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13697
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13698
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13699
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13700
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13701
13701
|
};
|
|
13702
13702
|
};
|
|
13703
13703
|
justify: {
|
|
@@ -13729,21 +13729,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13729
13729
|
};
|
|
13730
13730
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13731
13731
|
align: {
|
|
13732
|
-
type: import("vue").PropType<"
|
|
13733
|
-
xs?: "
|
|
13734
|
-
sm?: "
|
|
13735
|
-
md?: "
|
|
13736
|
-
lg?: "
|
|
13737
|
-
xl?: "
|
|
13738
|
-
xxl?: "
|
|
13732
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
13733
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13734
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13735
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13736
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13737
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13738
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13739
13739
|
}>;
|
|
13740
|
-
default: "
|
|
13741
|
-
xs?: "
|
|
13742
|
-
sm?: "
|
|
13743
|
-
md?: "
|
|
13744
|
-
lg?: "
|
|
13745
|
-
xl?: "
|
|
13746
|
-
xxl?: "
|
|
13740
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
13741
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13742
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13743
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13744
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13745
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13746
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13747
13747
|
};
|
|
13748
13748
|
};
|
|
13749
13749
|
justify: {
|
|
@@ -13775,21 +13775,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13775
13775
|
};
|
|
13776
13776
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13777
13777
|
align: {
|
|
13778
|
-
type: import("vue").PropType<"
|
|
13779
|
-
xs?: "
|
|
13780
|
-
sm?: "
|
|
13781
|
-
md?: "
|
|
13782
|
-
lg?: "
|
|
13783
|
-
xl?: "
|
|
13784
|
-
xxl?: "
|
|
13778
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
13779
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13780
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13781
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13782
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13783
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13784
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13785
13785
|
}>;
|
|
13786
|
-
default: "
|
|
13787
|
-
xs?: "
|
|
13788
|
-
sm?: "
|
|
13789
|
-
md?: "
|
|
13790
|
-
lg?: "
|
|
13791
|
-
xl?: "
|
|
13792
|
-
xxl?: "
|
|
13786
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
13787
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13788
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13789
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13790
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13791
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13792
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
13793
13793
|
};
|
|
13794
13794
|
};
|
|
13795
13795
|
justify: {
|
|
@@ -13825,6 +13825,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13825
13825
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
13826
13826
|
}>>, {
|
|
13827
13827
|
props: import("@vue/shared").LooseRequired<{
|
|
13828
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13828
13829
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13829
13830
|
layout: import("vue-types").VueTypeDef<string>;
|
|
13830
13831
|
labelCol: {
|
|
@@ -14049,24 +14050,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14049
14050
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
14050
14051
|
};
|
|
14051
14052
|
}>>;
|
|
14052
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14053
14053
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14054
14054
|
align: {
|
|
14055
|
-
type: import("vue").PropType<"
|
|
14056
|
-
xs?: "
|
|
14057
|
-
sm?: "
|
|
14058
|
-
md?: "
|
|
14059
|
-
lg?: "
|
|
14060
|
-
xl?: "
|
|
14061
|
-
xxl?: "
|
|
14055
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
14056
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14057
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14058
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14059
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14060
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14061
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14062
14062
|
}>;
|
|
14063
|
-
default: "
|
|
14064
|
-
xs?: "
|
|
14065
|
-
sm?: "
|
|
14066
|
-
md?: "
|
|
14067
|
-
lg?: "
|
|
14068
|
-
xl?: "
|
|
14069
|
-
xxl?: "
|
|
14063
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
14064
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14065
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14066
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14067
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14068
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14069
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14070
14070
|
};
|
|
14071
14071
|
};
|
|
14072
14072
|
justify: {
|
|
@@ -14161,6 +14161,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14161
14161
|
readonly item: any;
|
|
14162
14162
|
}, {}>;
|
|
14163
14163
|
}, {}, {}, {}, {
|
|
14164
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14164
14165
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14165
14166
|
layout: import("vue-types").VueTypeDef<string>;
|
|
14166
14167
|
labelCol: {
|
|
@@ -14385,24 +14386,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14385
14386
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
14386
14387
|
};
|
|
14387
14388
|
}>>;
|
|
14388
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14389
14389
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14390
14390
|
align: {
|
|
14391
|
-
type: import("vue").PropType<"
|
|
14392
|
-
xs?: "
|
|
14393
|
-
sm?: "
|
|
14394
|
-
md?: "
|
|
14395
|
-
lg?: "
|
|
14396
|
-
xl?: "
|
|
14397
|
-
xxl?: "
|
|
14391
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
14392
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14393
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14394
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14395
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14396
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14397
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14398
14398
|
}>;
|
|
14399
|
-
default: "
|
|
14400
|
-
xs?: "
|
|
14401
|
-
sm?: "
|
|
14402
|
-
md?: "
|
|
14403
|
-
lg?: "
|
|
14404
|
-
xl?: "
|
|
14405
|
-
xxl?: "
|
|
14399
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
14400
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14401
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14402
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14403
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14404
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14405
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
14406
14406
|
};
|
|
14407
14407
|
};
|
|
14408
14408
|
justify: {
|
|
@@ -14811,8 +14811,8 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14811
14811
|
onDelete?: ((index: number) => any) | undefined;
|
|
14812
14812
|
onAdd?: ((params: import("./src/config").KeyValueAddEmits) => any) | undefined;
|
|
14813
14813
|
}, {
|
|
14814
|
-
readonly value: import("./src/config").KeyValueItem[];
|
|
14815
14814
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14815
|
+
readonly value: import("./src/config").KeyValueItem[];
|
|
14816
14816
|
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14817
14817
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14818
14818
|
readonly keyLabel: string;
|