ll-plus 2.1.14 → 2.1.15
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 +504 -504
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +255 -255
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +245 -245
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/avatar/index.d.ts +4 -4
- package/es/components/avatar/src/avatar.d.ts +1 -1
- package/es/components/avatar/src/avatar.vue.d.ts +4 -4
- package/es/components/button/index.d.ts +2 -2
- package/es/components/button/src/button.vue.d.ts +2 -2
- package/es/components/cascader/index.d.ts +8 -8
- package/es/components/cascader/src/cascader.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +317 -317
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/es/components/checkbox/src/checkbox.d.ts +96 -96
- package/es/components/code-editor/index.d.ts +4 -4
- package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +11 -11
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/form/index.d.ts +278 -242
- package/es/components/form/index.mjs +3 -1
- package/es/components/form/index.mjs.map +1 -1
- package/es/components/form/src/components/form-component.vue.mjs +2 -2
- package/es/components/form/src/config/form.d.ts +96 -96
- package/es/components/form/src/form.vue.d.ts +242 -242
- package/es/components/form/src/form.vue2.mjs +3 -3
- 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/index.mjs +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 +2 -2
- package/es/components/key-value/src/key-value.vue.d.ts +2 -2
- package/es/components/modal/index.d.ts +6 -6
- package/es/components/modal/src/modal.vue.d.ts +6 -6
- 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/radio/index.d.ts +10 -10
- package/es/components/radio/src/radio-group.vue.d.ts +5 -5
- package/es/components/radio/src/radio.vue.d.ts +5 -5
- package/es/components/select/index.d.ts +16 -16
- package/es/components/select/src/select-option.vue.d.ts +1 -1
- package/es/components/select/src/select.vue.d.ts +15 -15
- 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 +9 -9
- package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/es/components/upload-drag/index.d.ts +8 -8
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
- package/es/index.mjs +1 -1
- package/index.full.js +5 -3
- package/index.full.min.js +13 -13
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +11 -11
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +5 -4
- package/lib/components/advanced-filtering/index.d.ts +504 -504
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +255 -255
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +245 -245
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/avatar/index.d.ts +4 -4
- package/lib/components/avatar/src/avatar.d.ts +1 -1
- package/lib/components/avatar/src/avatar.vue.d.ts +4 -4
- package/lib/components/button/index.d.ts +2 -2
- package/lib/components/button/src/button.vue.d.ts +2 -2
- package/lib/components/cascader/index.d.ts +8 -8
- package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +317 -317
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/lib/components/checkbox/src/checkbox.d.ts +96 -96
- package/lib/components/code-editor/index.d.ts +4 -4
- package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +11 -11
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/form/index.d.ts +278 -242
- package/lib/components/form/index.js +3 -0
- package/lib/components/form/index.js.map +1 -1
- package/lib/components/form/src/components/form-component.vue.js +2 -2
- package/lib/components/form/src/config/form.d.ts +96 -96
- package/lib/components/form/src/form.vue.d.ts +242 -242
- 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/index.js +1 -0
- package/lib/components/index.js.map +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 +2 -2
- package/lib/components/key-value/src/key-value.vue.d.ts +2 -2
- package/lib/components/modal/index.d.ts +6 -6
- package/lib/components/modal/src/modal.vue.d.ts +6 -6
- 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/radio/index.d.ts +10 -10
- package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
- package/lib/components/radio/src/radio.vue.d.ts +5 -5
- package/lib/components/select/index.d.ts +16 -16
- package/lib/components/select/src/select-option.vue.d.ts +1 -1
- package/lib/components/select/src/select.vue.d.ts +15 -15
- 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 +9 -9
- package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/lib/components/upload-drag/index.d.ts +8 -8
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/button.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/table.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +504 -504
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +255 -255
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +245 -245
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/types/packages/components/avatar/index.d.ts +4 -4
- package/types/packages/components/avatar/src/avatar.d.ts +1 -1
- package/types/packages/components/avatar/src/avatar.vue.d.ts +4 -4
- package/types/packages/components/button/index.d.ts +2 -2
- package/types/packages/components/button/src/button.vue.d.ts +2 -2
- package/types/packages/components/cascader/index.d.ts +8 -8
- package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
- package/types/packages/components/checkbox/index.d.ts +317 -317
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/types/packages/components/checkbox/src/checkbox.d.ts +96 -96
- package/types/packages/components/code-editor/index.d.ts +4 -4
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +11 -11
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/form/index.d.ts +278 -242
- package/types/packages/components/form/src/config/form.d.ts +96 -96
- package/types/packages/components/form/src/form.vue.d.ts +242 -242
- 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 +2 -2
- package/types/packages/components/key-value/src/key-value.vue.d.ts +2 -2
- package/types/packages/components/modal/index.d.ts +6 -6
- package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
- 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/radio/index.d.ts +10 -10
- package/types/packages/components/radio/src/radio-group.vue.d.ts +5 -5
- package/types/packages/components/radio/src/radio.vue.d.ts +5 -5
- package/types/packages/components/select/index.d.ts +16 -16
- package/types/packages/components/select/src/select-option.vue.d.ts +1 -1
- package/types/packages/components/select/src/select.vue.d.ts +15 -15
- 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 +9 -9
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/types/packages/components/upload-drag/index.d.ts +8 -8
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
|
@@ -1,4 +1,39 @@
|
|
|
1
|
+
import FormComponent from './src/components/form-component.vue';
|
|
1
2
|
import Form from './src/form.vue';
|
|
3
|
+
export declare const LlFormComponent: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4
|
+
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5
|
+
(): any;
|
|
6
|
+
new (): any;
|
|
7
|
+
readonly prototype: any;
|
|
8
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
9
|
+
(): any;
|
|
10
|
+
new (): any;
|
|
11
|
+
readonly prototype: any;
|
|
12
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
13
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData) | ((new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
14
|
+
}, {
|
|
15
|
+
props: import("@vue/shared").LooseRequired<{
|
|
16
|
+
readonly formData: import("./src/config").FormData;
|
|
17
|
+
readonly item: any;
|
|
18
|
+
} & {}>;
|
|
19
|
+
formData: import("./src/config").FormData;
|
|
20
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
21
|
+
readonly checkedType: string[];
|
|
22
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
24
|
+
(): any;
|
|
25
|
+
new (): any;
|
|
26
|
+
readonly prototype: any;
|
|
27
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
28
|
+
(): any;
|
|
29
|
+
new (): any;
|
|
30
|
+
readonly prototype: any;
|
|
31
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
32
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData) | ((new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
33
|
+
}>>, {
|
|
34
|
+
readonly formData: import("./src/config").FormData;
|
|
35
|
+
readonly item: any;
|
|
36
|
+
}, {}>>;
|
|
2
37
|
export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
38
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
4
39
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -899,39 +934,39 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
899
934
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData) | ((new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
900
935
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
901
936
|
align: {
|
|
902
|
-
type: import("vue").PropType<"
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
937
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
938
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
939
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
940
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
941
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
942
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
943
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
909
944
|
}>;
|
|
910
|
-
default: "
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
945
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
946
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
947
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
948
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
949
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
950
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
951
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
917
952
|
};
|
|
918
953
|
};
|
|
919
954
|
justify: {
|
|
920
955
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
921
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
922
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
923
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
924
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
925
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
926
956
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
957
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
958
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
959
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
960
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
961
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
927
962
|
}>;
|
|
928
963
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
929
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
930
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
931
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
932
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
933
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
934
964
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
965
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
966
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
967
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
968
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
969
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
935
970
|
};
|
|
936
971
|
};
|
|
937
972
|
prefixCls: StringConstructor;
|
|
@@ -945,39 +980,39 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
945
980
|
};
|
|
946
981
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
947
982
|
align: {
|
|
948
|
-
type: import("vue").PropType<"
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
983
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
984
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
985
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
986
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
987
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
988
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
989
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
955
990
|
}>;
|
|
956
|
-
default: "
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
991
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
992
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
993
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
994
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
995
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
996
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
997
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
963
998
|
};
|
|
964
999
|
};
|
|
965
1000
|
justify: {
|
|
966
1001
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
967
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
968
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
969
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
970
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
971
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
972
1002
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1003
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1004
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1005
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1006
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1007
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
973
1008
|
}>;
|
|
974
1009
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
975
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
976
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
977
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
978
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
979
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
980
1010
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1011
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1012
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1013
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1014
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1015
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
981
1016
|
};
|
|
982
1017
|
};
|
|
983
1018
|
prefixCls: StringConstructor;
|
|
@@ -991,39 +1026,39 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
991
1026
|
};
|
|
992
1027
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
993
1028
|
align: {
|
|
994
|
-
type: import("vue").PropType<"
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1029
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1030
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1031
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1032
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1033
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1034
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1035
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1001
1036
|
}>;
|
|
1002
|
-
default: "
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1037
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1038
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1039
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1040
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1041
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1042
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1043
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1009
1044
|
};
|
|
1010
1045
|
};
|
|
1011
1046
|
justify: {
|
|
1012
1047
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1013
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1014
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1015
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1016
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1017
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1018
1048
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1049
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1050
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1051
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1052
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1053
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1019
1054
|
}>;
|
|
1020
1055
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1021
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1022
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1023
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1024
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1025
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1026
1056
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1057
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1058
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1059
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1060
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1061
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1027
1062
|
};
|
|
1028
1063
|
};
|
|
1029
1064
|
prefixCls: StringConstructor;
|
|
@@ -1037,39 +1072,39 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
1037
1072
|
};
|
|
1038
1073
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1039
1074
|
align: {
|
|
1040
|
-
type: import("vue").PropType<"
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1075
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1076
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1077
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1078
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1079
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1080
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1081
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1047
1082
|
}>;
|
|
1048
|
-
default: "
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1083
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1084
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1085
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1086
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1087
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1088
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1089
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1055
1090
|
};
|
|
1056
1091
|
};
|
|
1057
1092
|
justify: {
|
|
1058
1093
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1059
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1060
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1061
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1062
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1063
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1064
1094
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1095
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1096
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1097
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1098
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1099
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1065
1100
|
}>;
|
|
1066
1101
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1067
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1068
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1069
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1070
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1071
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1072
1102
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1103
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1104
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1105
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1106
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1107
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1073
1108
|
};
|
|
1074
1109
|
};
|
|
1075
1110
|
prefixCls: StringConstructor;
|
|
@@ -1087,7 +1122,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
1087
1122
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1088
1123
|
}, {
|
|
1089
1124
|
props: import("@vue/shared").LooseRequired<{
|
|
1090
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1091
1125
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1092
1126
|
layout: import("vue-types").VueTypeDef<string>;
|
|
1093
1127
|
labelCol: {
|
|
@@ -1312,41 +1346,42 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
1312
1346
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1313
1347
|
};
|
|
1314
1348
|
}>>;
|
|
1349
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1315
1350
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1316
1351
|
align: {
|
|
1317
|
-
type: import("vue").PropType<"
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1352
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1353
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1354
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1355
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1356
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1357
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1358
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1324
1359
|
}>;
|
|
1325
|
-
default: "
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1360
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1361
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1362
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1363
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1364
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1365
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1366
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1332
1367
|
};
|
|
1333
1368
|
};
|
|
1334
1369
|
justify: {
|
|
1335
1370
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1336
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1337
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1338
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1339
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1340
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1341
1371
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1372
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1373
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1374
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1375
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1376
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1342
1377
|
}>;
|
|
1343
1378
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
1344
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1345
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1346
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1347
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1348
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1349
1379
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1380
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1381
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1382
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1383
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1384
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
1350
1385
|
};
|
|
1351
1386
|
};
|
|
1352
1387
|
prefixCls: StringConstructor;
|
|
@@ -2322,39 +2357,39 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
2322
2357
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData) | ((new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
2323
2358
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2324
2359
|
align: {
|
|
2325
|
-
type: import("vue").PropType<"
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2360
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2361
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2362
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2363
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2364
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2365
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2366
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2332
2367
|
}>;
|
|
2333
|
-
default: "
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2368
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2369
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2370
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2371
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2372
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2373
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2374
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2340
2375
|
};
|
|
2341
2376
|
};
|
|
2342
2377
|
justify: {
|
|
2343
2378
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2344
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2345
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2346
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2347
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2348
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2349
2379
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2380
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2381
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2382
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2383
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2384
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2350
2385
|
}>;
|
|
2351
2386
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2352
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2353
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2354
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2355
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2356
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2357
2387
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2388
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2389
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2390
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2391
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2392
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2358
2393
|
};
|
|
2359
2394
|
};
|
|
2360
2395
|
prefixCls: StringConstructor;
|
|
@@ -2368,39 +2403,39 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
2368
2403
|
};
|
|
2369
2404
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2370
2405
|
align: {
|
|
2371
|
-
type: import("vue").PropType<"
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2406
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2407
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2408
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2409
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2410
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2411
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2412
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2378
2413
|
}>;
|
|
2379
|
-
default: "
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2414
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2415
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2416
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2417
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2418
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2419
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2420
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2386
2421
|
};
|
|
2387
2422
|
};
|
|
2388
2423
|
justify: {
|
|
2389
2424
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2390
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2391
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2392
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2393
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2394
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2395
2425
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2426
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2427
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2428
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2429
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2430
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2396
2431
|
}>;
|
|
2397
2432
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2398
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2399
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2400
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2401
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2402
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2403
2433
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2434
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2435
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2436
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2437
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2438
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2404
2439
|
};
|
|
2405
2440
|
};
|
|
2406
2441
|
prefixCls: StringConstructor;
|
|
@@ -2414,39 +2449,39 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
2414
2449
|
};
|
|
2415
2450
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2416
2451
|
align: {
|
|
2417
|
-
type: import("vue").PropType<"
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2452
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2453
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2454
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2455
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2456
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2457
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2458
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2424
2459
|
}>;
|
|
2425
|
-
default: "
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2460
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2461
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2462
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2463
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2464
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2465
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2466
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2432
2467
|
};
|
|
2433
2468
|
};
|
|
2434
2469
|
justify: {
|
|
2435
2470
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2436
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2437
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2438
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2439
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2440
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2441
2471
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2472
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2473
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2474
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2475
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2476
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2442
2477
|
}>;
|
|
2443
2478
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2444
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2445
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2446
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2447
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2448
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2449
2479
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2480
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2481
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2482
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2483
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2484
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2450
2485
|
};
|
|
2451
2486
|
};
|
|
2452
2487
|
prefixCls: StringConstructor;
|
|
@@ -2460,39 +2495,39 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
2460
2495
|
};
|
|
2461
2496
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2462
2497
|
align: {
|
|
2463
|
-
type: import("vue").PropType<"
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2498
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2499
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2500
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2501
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2502
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2503
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2504
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2470
2505
|
}>;
|
|
2471
|
-
default: "
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2506
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2507
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2508
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2509
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2510
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2511
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2512
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2478
2513
|
};
|
|
2479
2514
|
};
|
|
2480
2515
|
justify: {
|
|
2481
2516
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2482
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2483
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2484
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2485
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2486
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2487
2517
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2518
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2519
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2520
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2521
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2522
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2488
2523
|
}>;
|
|
2489
2524
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2490
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2491
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2492
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2493
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2494
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2495
2525
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2526
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2527
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2528
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2529
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2530
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2496
2531
|
};
|
|
2497
2532
|
};
|
|
2498
2533
|
prefixCls: StringConstructor;
|
|
@@ -2509,7 +2544,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
2509
2544
|
}, boolean>;
|
|
2510
2545
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2511
2546
|
}>>, {
|
|
2512
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2513
2547
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2514
2548
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2515
2549
|
labelCol: {
|
|
@@ -2734,41 +2768,42 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
2734
2768
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2735
2769
|
};
|
|
2736
2770
|
}>>;
|
|
2771
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2737
2772
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2738
2773
|
align: {
|
|
2739
|
-
type: import("vue").PropType<"
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2774
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2775
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2776
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2777
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2778
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2779
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2780
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2746
2781
|
}>;
|
|
2747
|
-
default: "
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2782
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2783
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2784
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2785
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2786
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2787
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2788
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2754
2789
|
};
|
|
2755
2790
|
};
|
|
2756
2791
|
justify: {
|
|
2757
2792
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2758
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2759
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2760
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2761
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2762
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2763
2793
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2794
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2795
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2796
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2797
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2798
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2764
2799
|
}>;
|
|
2765
2800
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
2766
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2767
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2768
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2769
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2770
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2771
2801
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2802
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2803
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2804
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2805
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2806
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
2772
2807
|
};
|
|
2773
2808
|
};
|
|
2774
2809
|
prefixCls: StringConstructor;
|
|
@@ -2788,6 +2823,7 @@ export default LlForm;
|
|
|
2788
2823
|
export * from './src/config';
|
|
2789
2824
|
declare module 'vue' {
|
|
2790
2825
|
interface GlobalComponents {
|
|
2826
|
+
LlFormComponent: typeof FormComponent;
|
|
2791
2827
|
LlForm: typeof Form;
|
|
2792
2828
|
}
|
|
2793
2829
|
}
|