ll-plus 2.0.20 → 2.1.1
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/component.mjs +4 -0
- package/es/component.mjs.map +1 -1
- package/es/components/advanced-filtering/index.d.ts +59 -0
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +58 -0
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +1 -0
- package/es/components/button/index.d.ts +57 -0
- package/es/components/button/src/button.vue.d.ts +61 -4
- package/es/components/button/src/button.vue2.mjs +6 -5
- package/es/components/button/src/button.vue2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +0 -4
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +57 -0
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +57 -0
- package/es/components/drawer/src/drawer.d.ts +0 -1
- package/es/components/drawer/src/drawer.mjs +1 -5
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +0 -4
- package/es/components/drawer/src/drawer.vue2.mjs +1 -2
- package/es/components/drawer/src/drawer.vue2.mjs.map +1 -1
- package/es/components/form/index.d.ts +2 -1
- package/es/components/form/index.mjs +3 -1
- package/es/components/form/index.mjs.map +1 -1
- package/es/components/form/src/config/components.d.ts +1 -0
- package/es/components/form/src/config/components.mjs +5 -0
- package/es/components/form/src/config/components.mjs.map +1 -0
- package/es/components/form/src/{form.d.ts → config/form.d.ts} +15 -7
- package/es/components/form/src/{form.mjs → config/form.mjs} +2 -2
- package/es/components/form/src/config/form.mjs.map +1 -0
- package/es/components/form/src/config/index.d.ts +2 -0
- package/es/components/form/src/config/index.mjs +5 -0
- package/es/components/form/src/config/index.mjs.map +1 -0
- package/es/components/form/src/form.vue.d.ts +2 -1
- package/es/components/form/src/form.vue2.mjs +11 -2
- package/es/components/form/src/form.vue2.mjs.map +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +3 -1
- package/es/components/index.mjs.map +1 -1
- package/es/components/modal/index.d.ts +57 -0
- package/es/components/modal/src/modal.vue.d.ts +57 -0
- package/es/components/radio/index.d.ts +637 -0
- package/es/components/radio/index.mjs +14 -0
- package/es/components/radio/index.mjs.map +1 -0
- package/es/components/radio/src/radio-button.vue.d.ts +118 -0
- package/es/components/radio/src/radio-button.vue.mjs +8 -0
- package/es/components/radio/src/radio-button.vue.mjs.map +1 -0
- package/es/components/radio/src/radio-button.vue2.mjs +34 -0
- package/es/components/radio/src/radio-button.vue2.mjs.map +1 -0
- package/es/components/radio/src/radio-group.vue.d.ts +91 -0
- package/es/components/radio/src/radio-group.vue.mjs +8 -0
- package/es/components/radio/src/radio-group.vue.mjs.map +1 -0
- package/es/components/radio/src/radio-group.vue2.mjs +34 -0
- package/es/components/radio/src/radio-group.vue2.mjs.map +1 -0
- package/es/components/radio/src/radio.d.ts +10 -0
- package/es/components/radio/src/radio.mjs +2 -0
- package/es/components/radio/src/radio.mjs.map +1 -0
- package/es/components/radio/src/radio.vue.d.ts +420 -0
- package/es/components/radio/src/radio.vue.mjs +8 -0
- package/es/components/radio/src/radio.vue.mjs.map +1 -0
- package/es/components/radio/src/radio.vue2.mjs +34 -0
- package/es/components/radio/src/radio.vue2.mjs.map +1 -0
- package/es/components/tree-search/index.d.ts +0 -3
- package/es/components/tree-search/src/config/tree-search.d.ts +0 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +0 -3
- package/es/index.mjs +3 -1
- package/es/index.mjs.map +1 -1
- package/index.full.js +157 -59
- package/index.full.min.js +18 -18
- 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 +155 -61
- package/lib/component.js +40 -36
- package/lib/component.js.map +1 -1
- package/lib/components/advanced-filtering/index.d.ts +59 -0
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +58 -0
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +1 -0
- package/lib/components/button/index.d.ts +57 -0
- package/lib/components/button/src/button.vue.d.ts +61 -4
- package/lib/components/button/src/button.vue2.js +5 -4
- package/lib/components/button/src/button.vue2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +0 -4
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +57 -0
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +57 -0
- package/lib/components/drawer/src/drawer.d.ts +0 -1
- package/lib/components/drawer/src/drawer.js +1 -5
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +0 -4
- package/lib/components/drawer/src/drawer.vue2.js +1 -2
- package/lib/components/drawer/src/drawer.vue2.js.map +1 -1
- package/lib/components/form/index.d.ts +2 -1
- package/lib/components/form/index.js +4 -1
- package/lib/components/form/index.js.map +1 -1
- package/lib/components/form/src/config/components.d.ts +1 -0
- package/lib/components/form/src/config/components.js +7 -0
- package/lib/components/form/src/config/components.js.map +1 -0
- package/{types/packages/components/form/src → lib/components/form/src/config}/form.d.ts +15 -7
- package/lib/components/form/src/{form.js → config/form.js} +2 -2
- package/lib/components/form/src/config/form.js.map +1 -0
- package/lib/components/form/src/config/index.d.ts +2 -0
- package/lib/components/form/src/config/index.js +10 -0
- package/lib/components/form/src/config/index.js.map +1 -0
- package/lib/components/form/src/form.vue.d.ts +2 -1
- package/lib/components/form/src/form.vue2.js +11 -2
- package/lib/components/form/src/form.vue2.js.map +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +42 -36
- package/lib/components/index.js.map +1 -1
- package/lib/components/modal/index.d.ts +57 -0
- package/lib/components/modal/src/modal.vue.d.ts +57 -0
- package/lib/components/radio/index.d.ts +637 -0
- package/lib/components/radio/index.js +18 -0
- package/lib/components/radio/index.js.map +1 -0
- package/lib/components/radio/src/radio-button.vue.d.ts +118 -0
- package/lib/components/radio/src/radio-button.vue.js +12 -0
- package/lib/components/radio/src/radio-button.vue.js.map +1 -0
- package/lib/components/radio/src/radio-button.vue2.js +38 -0
- package/lib/components/radio/src/radio-button.vue2.js.map +1 -0
- package/lib/components/radio/src/radio-group.vue.d.ts +91 -0
- package/lib/components/radio/src/radio-group.vue.js +12 -0
- package/lib/components/radio/src/radio-group.vue.js.map +1 -0
- package/lib/components/radio/src/radio-group.vue2.js +38 -0
- package/lib/components/radio/src/radio-group.vue2.js.map +1 -0
- package/lib/components/radio/src/radio.d.ts +10 -0
- package/lib/components/radio/src/radio.js +4 -0
- package/lib/components/radio/src/radio.js.map +1 -0
- package/lib/components/radio/src/radio.vue.d.ts +420 -0
- package/lib/components/radio/src/radio.vue.js +12 -0
- package/lib/components/radio/src/radio.vue.js.map +1 -0
- package/lib/components/radio/src/radio.vue2.js +38 -0
- package/lib/components/radio/src/radio.vue2.js.map +1 -0
- package/lib/components/tree-search/index.d.ts +0 -3
- package/lib/components/tree-search/src/config/tree-search.d.ts +0 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +0 -3
- package/lib/index.js +42 -36
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +59 -0
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +58 -0
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +1 -0
- package/types/packages/components/button/index.d.ts +57 -0
- package/types/packages/components/button/src/button.vue.d.ts +61 -4
- package/types/packages/components/drawer/index.d.ts +0 -4
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +57 -0
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +57 -0
- package/types/packages/components/drawer/src/drawer.d.ts +0 -1
- package/types/packages/components/drawer/src/drawer.vue.d.ts +0 -4
- package/types/packages/components/form/index.d.ts +2 -1
- package/types/packages/components/form/src/config/components.d.ts +1 -0
- package/{lib/components/form/src → types/packages/components/form/src/config}/form.d.ts +15 -7
- package/types/packages/components/form/src/config/index.d.ts +2 -0
- package/types/packages/components/form/src/form.vue.d.ts +2 -1
- package/types/packages/components/index.d.ts +1 -0
- package/types/packages/components/modal/index.d.ts +57 -0
- package/types/packages/components/modal/src/modal.vue.d.ts +57 -0
- package/types/packages/components/radio/index.d.ts +637 -0
- package/types/packages/components/radio/src/radio-button.vue.d.ts +118 -0
- package/types/packages/components/radio/src/radio-group.vue.d.ts +91 -0
- package/types/packages/components/radio/src/radio.d.ts +10 -0
- package/types/packages/components/radio/src/radio.vue.d.ts +420 -0
- package/types/packages/components/tree-search/index.d.ts +0 -3
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +0 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +0 -3
- package/es/components/form/src/form.mjs.map +0 -1
- package/lib/components/form/src/form.js.map +0 -1
|
@@ -1901,6 +1901,63 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1901
1901
|
};
|
|
1902
1902
|
}>>, {}, {}>;
|
|
1903
1903
|
};
|
|
1904
|
+
readonly LlIcon: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1905
|
+
readonly iconName: {
|
|
1906
|
+
readonly type: import("vue").PropType<string>;
|
|
1907
|
+
readonly required: false;
|
|
1908
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1909
|
+
__epPropKey: true;
|
|
1910
|
+
};
|
|
1911
|
+
readonly color: {
|
|
1912
|
+
readonly type: import("vue").PropType<string>;
|
|
1913
|
+
readonly required: false;
|
|
1914
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1915
|
+
__epPropKey: true;
|
|
1916
|
+
};
|
|
1917
|
+
readonly size: {
|
|
1918
|
+
readonly type: import("vue").PropType<import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1919
|
+
readonly required: false;
|
|
1920
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1921
|
+
__epPropKey: true;
|
|
1922
|
+
};
|
|
1923
|
+
}, {
|
|
1924
|
+
props: import("@vue/shared").LooseRequired<{
|
|
1925
|
+
readonly size?: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
1926
|
+
readonly color?: string | undefined;
|
|
1927
|
+
readonly iconName?: string | undefined;
|
|
1928
|
+
} & {}>;
|
|
1929
|
+
iconName: import("vue").ComputedRef<string>;
|
|
1930
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1931
|
+
bem: {
|
|
1932
|
+
b: (blockSuffix?: string) => string;
|
|
1933
|
+
e: (element?: string) => string;
|
|
1934
|
+
m: (modifier?: string) => string;
|
|
1935
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1936
|
+
em: (element: string, modifier: string) => string;
|
|
1937
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1938
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1939
|
+
is: (name?: string) => string;
|
|
1940
|
+
};
|
|
1941
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1942
|
+
readonly iconName: {
|
|
1943
|
+
readonly type: import("vue").PropType<string>;
|
|
1944
|
+
readonly required: false;
|
|
1945
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1946
|
+
__epPropKey: true;
|
|
1947
|
+
};
|
|
1948
|
+
readonly color: {
|
|
1949
|
+
readonly type: import("vue").PropType<string>;
|
|
1950
|
+
readonly required: false;
|
|
1951
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1952
|
+
__epPropKey: true;
|
|
1953
|
+
};
|
|
1954
|
+
readonly size: {
|
|
1955
|
+
readonly type: import("vue").PropType<import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1956
|
+
readonly required: false;
|
|
1957
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1958
|
+
__epPropKey: true;
|
|
1959
|
+
};
|
|
1960
|
+
}>>, {}, {}>>;
|
|
1904
1961
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1905
1962
|
readonly label: {
|
|
1906
1963
|
readonly type: import("vue").PropType<string>;
|
|
@@ -17,7 +17,6 @@ export declare const drawerProps: {
|
|
|
17
17
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
18
18
|
readonly useClose: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
19
19
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
20
|
-
readonly useCancelConfirm: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
21
20
|
readonly cancelConfirmOptions: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, null, boolean>;
|
|
22
21
|
};
|
|
23
22
|
export declare const drawerEmits: {
|
|
@@ -8,7 +8,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9
9
|
readonly useClose: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10
10
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
11
|
-
readonly useCancelConfirm: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12
11
|
readonly cancelConfirmOptions: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, null, boolean>;
|
|
13
12
|
}, {
|
|
14
13
|
props: import("@vue/shared").LooseRequired<{
|
|
@@ -21,7 +20,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
20
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
21
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
22
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
|
-
readonly useCancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
25
23
|
readonly cancelConfirmOptions: Record<string, any>;
|
|
26
24
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
27
25
|
readonly onClose?: (() => any) | undefined;
|
|
@@ -540,7 +538,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
540
538
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
541
539
|
readonly useClose: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
542
540
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
543
|
-
readonly useCancelConfirm: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
544
541
|
readonly cancelConfirmOptions: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, null, boolean>;
|
|
545
542
|
}>> & {
|
|
546
543
|
"onUpdate:open"?: (() => any) | undefined;
|
|
@@ -557,7 +554,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
557
554
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
558
555
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
559
556
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
560
|
-
readonly useCancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
561
557
|
readonly cancelConfirmOptions: Record<string, any>;
|
|
562
558
|
}, {}>;
|
|
563
559
|
export default _default;
|
|
@@ -1390,6 +1390,7 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
1390
1390
|
resetFields: () => Promise<any>;
|
|
1391
1391
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1392
1392
|
getFormItemClass: (item?: any) => string;
|
|
1393
|
+
readonly checkedType: string[];
|
|
1393
1394
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1394
1395
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
1395
1396
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -2763,7 +2764,7 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
2763
2764
|
};
|
|
2764
2765
|
}, {}>>;
|
|
2765
2766
|
export default LlForm;
|
|
2766
|
-
export * from './src/
|
|
2767
|
+
export * from './src/config';
|
|
2767
2768
|
declare module 'vue' {
|
|
2768
2769
|
interface GlobalComponents {
|
|
2769
2770
|
LlForm: typeof Form;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const checkedType: string[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ExtractPropTypes } from 'vue';
|
|
2
2
|
import type { FormItemProps, ColProps } from 'ant-design-vue';
|
|
3
|
-
import type { TooltipProps } from '
|
|
4
|
-
import type Form from '
|
|
5
|
-
type FormType<T = any> = ('input' | 'input-number' | 'cascader' | 'checkbox' | 'checkbox-
|
|
3
|
+
import type { TooltipProps } from 'll-plus/es/components';
|
|
4
|
+
import type Form from '../form.vue';
|
|
5
|
+
type FormType<T = any> = ('input' | 'input-number' | 'cascader' | 'checkbox' | 'checkbox-group' | 'code-editor' | 'date-picker' | 'time-picker' | 'date-range' | 'time-range' | 'radio' | 'radio-group' | 'select' | 'switch' | 'textarea' | 'upload-image') & T;
|
|
6
6
|
export interface BasicFormColumn extends FormItemProps {
|
|
7
7
|
label?: string;
|
|
8
8
|
key: string;
|
|
@@ -958,7 +958,9 @@ export declare const formProps: {
|
|
|
958
958
|
default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
|
|
959
959
|
};
|
|
960
960
|
wrap: {
|
|
961
|
-
type: BooleanConstructor;
|
|
961
|
+
type: BooleanConstructor; /**
|
|
962
|
+
* @description 展开的行变化时触发
|
|
963
|
+
*/
|
|
962
964
|
default: any;
|
|
963
965
|
};
|
|
964
966
|
}>>) | (() => Partial<ExtractPropTypes<{
|
|
@@ -1004,7 +1006,9 @@ export declare const formProps: {
|
|
|
1004
1006
|
default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
|
|
1005
1007
|
};
|
|
1006
1008
|
wrap: {
|
|
1007
|
-
type: BooleanConstructor;
|
|
1009
|
+
type: BooleanConstructor; /**
|
|
1010
|
+
* @description 展开的行变化时触发
|
|
1011
|
+
*/
|
|
1008
1012
|
default: any;
|
|
1009
1013
|
};
|
|
1010
1014
|
}>>) | ((new (...args: any[]) => Partial<ExtractPropTypes<{
|
|
@@ -1050,7 +1054,9 @@ export declare const formProps: {
|
|
|
1050
1054
|
default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
|
|
1051
1055
|
};
|
|
1052
1056
|
wrap: {
|
|
1053
|
-
type: BooleanConstructor;
|
|
1057
|
+
type: BooleanConstructor; /**
|
|
1058
|
+
* @description 展开的行变化时触发
|
|
1059
|
+
*/
|
|
1054
1060
|
default: any;
|
|
1055
1061
|
};
|
|
1056
1062
|
}>>) | (() => Partial<ExtractPropTypes<{
|
|
@@ -1096,7 +1102,9 @@ export declare const formProps: {
|
|
|
1096
1102
|
default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
|
|
1097
1103
|
};
|
|
1098
1104
|
wrap: {
|
|
1099
|
-
type: BooleanConstructor;
|
|
1105
|
+
type: BooleanConstructor; /**
|
|
1106
|
+
* @description 展开的行变化时触发
|
|
1107
|
+
*/
|
|
1100
1108
|
default: any;
|
|
1101
1109
|
};
|
|
1102
1110
|
}>>))[], unknown, unknown, () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type FormColumn } from './config';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
4
4
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -1390,6 +1390,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1390
1390
|
resetFields: () => Promise<any>;
|
|
1391
1391
|
getBindValue: (item: FormColumn) => import("lodash").Omit<any, "label">;
|
|
1392
1392
|
getFormItemClass: (item?: any) => string;
|
|
1393
|
+
readonly checkedType: string[];
|
|
1393
1394
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1394
1395
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
1395
1396
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -1857,6 +1857,63 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1857
1857
|
};
|
|
1858
1858
|
}>>, {}, {}>;
|
|
1859
1859
|
};
|
|
1860
|
+
readonly LlIcon: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1861
|
+
readonly iconName: {
|
|
1862
|
+
readonly type: import("vue").PropType<string>;
|
|
1863
|
+
readonly required: false;
|
|
1864
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1865
|
+
__epPropKey: true;
|
|
1866
|
+
};
|
|
1867
|
+
readonly color: {
|
|
1868
|
+
readonly type: import("vue").PropType<string>;
|
|
1869
|
+
readonly required: false;
|
|
1870
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1871
|
+
__epPropKey: true;
|
|
1872
|
+
};
|
|
1873
|
+
readonly size: {
|
|
1874
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1875
|
+
readonly required: false;
|
|
1876
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1877
|
+
__epPropKey: true;
|
|
1878
|
+
};
|
|
1879
|
+
}, {
|
|
1880
|
+
props: import("@vue/shared").LooseRequired<{
|
|
1881
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
1882
|
+
readonly color?: string | undefined;
|
|
1883
|
+
readonly iconName?: string | undefined;
|
|
1884
|
+
} & {}>;
|
|
1885
|
+
iconName: import("vue").ComputedRef<string>;
|
|
1886
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1887
|
+
bem: {
|
|
1888
|
+
b: (blockSuffix?: string) => string;
|
|
1889
|
+
e: (element?: string) => string;
|
|
1890
|
+
m: (modifier?: string) => string;
|
|
1891
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1892
|
+
em: (element: string, modifier: string) => string;
|
|
1893
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1894
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1895
|
+
is: (name?: string) => string;
|
|
1896
|
+
};
|
|
1897
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1898
|
+
readonly iconName: {
|
|
1899
|
+
readonly type: import("vue").PropType<string>;
|
|
1900
|
+
readonly required: false;
|
|
1901
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1902
|
+
__epPropKey: true;
|
|
1903
|
+
};
|
|
1904
|
+
readonly color: {
|
|
1905
|
+
readonly type: import("vue").PropType<string>;
|
|
1906
|
+
readonly required: false;
|
|
1907
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1908
|
+
__epPropKey: true;
|
|
1909
|
+
};
|
|
1910
|
+
readonly size: {
|
|
1911
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1912
|
+
readonly required: false;
|
|
1913
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1914
|
+
__epPropKey: true;
|
|
1915
|
+
};
|
|
1916
|
+
}>>, {}, {}>>;
|
|
1860
1917
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1861
1918
|
readonly label: {
|
|
1862
1919
|
readonly type: import("vue").PropType<string>;
|
|
@@ -1856,6 +1856,63 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1856
1856
|
};
|
|
1857
1857
|
}>>, {}, {}>;
|
|
1858
1858
|
};
|
|
1859
|
+
readonly LlIcon: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1860
|
+
readonly iconName: {
|
|
1861
|
+
readonly type: import("vue").PropType<string>;
|
|
1862
|
+
readonly required: false;
|
|
1863
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1864
|
+
__epPropKey: true;
|
|
1865
|
+
};
|
|
1866
|
+
readonly color: {
|
|
1867
|
+
readonly type: import("vue").PropType<string>;
|
|
1868
|
+
readonly required: false;
|
|
1869
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1870
|
+
__epPropKey: true;
|
|
1871
|
+
};
|
|
1872
|
+
readonly size: {
|
|
1873
|
+
readonly type: import("vue").PropType<import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1874
|
+
readonly required: false;
|
|
1875
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1876
|
+
__epPropKey: true;
|
|
1877
|
+
};
|
|
1878
|
+
}, {
|
|
1879
|
+
props: import("@vue/shared").LooseRequired<{
|
|
1880
|
+
readonly size?: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
1881
|
+
readonly color?: string | undefined;
|
|
1882
|
+
readonly iconName?: string | undefined;
|
|
1883
|
+
} & {}>;
|
|
1884
|
+
iconName: import("vue").ComputedRef<string>;
|
|
1885
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1886
|
+
bem: {
|
|
1887
|
+
b: (blockSuffix?: string) => string;
|
|
1888
|
+
e: (element?: string) => string;
|
|
1889
|
+
m: (modifier?: string) => string;
|
|
1890
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1891
|
+
em: (element: string, modifier: string) => string;
|
|
1892
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1893
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1894
|
+
is: (name?: string) => string;
|
|
1895
|
+
};
|
|
1896
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1897
|
+
readonly iconName: {
|
|
1898
|
+
readonly type: import("vue").PropType<string>;
|
|
1899
|
+
readonly required: false;
|
|
1900
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1901
|
+
__epPropKey: true;
|
|
1902
|
+
};
|
|
1903
|
+
readonly color: {
|
|
1904
|
+
readonly type: import("vue").PropType<string>;
|
|
1905
|
+
readonly required: false;
|
|
1906
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1907
|
+
__epPropKey: true;
|
|
1908
|
+
};
|
|
1909
|
+
readonly size: {
|
|
1910
|
+
readonly type: import("vue").PropType<import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1911
|
+
readonly required: false;
|
|
1912
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1913
|
+
__epPropKey: true;
|
|
1914
|
+
};
|
|
1915
|
+
}>>, {}, {}>>;
|
|
1859
1916
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1860
1917
|
readonly label: {
|
|
1861
1918
|
readonly type: import("vue").PropType<string>;
|