ll-plus 2.4.13 → 2.4.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/component.mjs +3 -0
- package/es/component.mjs.map +1 -1
- package/es/components/advanced-filtering/index.d.ts +2 -2
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +1 -1
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +1 -1
- package/es/components/cropper/index.d.ts +0 -1
- package/es/components/cropper/src/cropper-modal.vue.d.ts +0 -1
- package/es/components/form/index.d.ts +2 -2
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/form.vue.d.ts +1 -1
- package/es/components/image/index.d.ts +255 -0
- package/es/components/image/src/image-preview-group.vue.d.ts +121 -0
- package/es/components/image/src/image.d.ts +63 -0
- package/es/components/image/src/image.vue.d.ts +126 -0
- package/es/components/index.d.ts +1 -0
- package/es/components/key-value/index.d.ts +6 -6
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/es/components/key-value/src/key-value.vue.d.ts +6 -6
- package/es/components/select-group/index.d.ts +1 -0
- package/es/components/select-group/src/select-group.vue.d.ts +1 -0
- package/es/index.mjs +2 -0
- package/es/index.mjs.map +1 -1
- package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs +6 -6
- package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs.map +1 -1
- package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +1 -6
- package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs +16 -27
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs.map +1 -1
- package/es/packages/components/form/src/components/form-component.vue2.mjs +1 -1
- package/es/packages/components/form/src/components/form-component.vue2.mjs.map +1 -1
- package/es/packages/components/image/index.mjs +12 -0
- package/es/packages/components/image/index.mjs.map +1 -0
- package/es/packages/components/image/src/image-preview-group.vue.mjs +8 -0
- package/es/packages/components/image/src/image-preview-group.vue.mjs.map +1 -0
- package/es/packages/components/image/src/image-preview-group.vue2.mjs +32 -0
- package/es/packages/components/image/src/image-preview-group.vue2.mjs.map +1 -0
- package/es/packages/components/image/src/image.mjs +74 -0
- package/es/packages/components/image/src/image.mjs.map +1 -0
- package/es/packages/components/image/src/image.vue.mjs +8 -0
- package/es/packages/components/image/src/image.vue.mjs.map +1 -0
- package/es/packages/components/image/src/image.vue2.mjs +46 -0
- package/es/packages/components/image/src/image.vue2.mjs.map +1 -0
- package/es/packages/components/index.mjs +2 -0
- package/es/packages/components/index.mjs.map +1 -1
- package/es/packages/components/select-group/src/select-group.vue2.mjs +25 -23
- package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
- package/index.full.js +288 -161
- package/index.full.min.js +25 -25
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +24 -24
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +285 -162
- package/lib/component.js +68 -65
- package/lib/component.js.map +1 -1
- package/lib/components/advanced-filtering/index.d.ts +2 -2
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +1 -1
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +1 -1
- package/lib/components/cropper/index.d.ts +0 -1
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +0 -1
- package/lib/components/form/index.d.ts +2 -2
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/form.vue.d.ts +1 -1
- package/lib/components/image/index.d.ts +255 -0
- package/lib/components/image/src/image-preview-group.vue.d.ts +121 -0
- package/lib/components/image/src/image.d.ts +63 -0
- package/lib/components/image/src/image.vue.d.ts +126 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/key-value/index.d.ts +6 -6
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
- package/lib/components/select-group/index.d.ts +1 -0
- package/lib/components/select-group/src/select-group.vue.d.ts +1 -0
- package/lib/index.js +70 -64
- package/lib/index.js.map +1 -1
- package/lib/packages/components/advanced-filtering/src/advanced-filtering.js +5 -5
- package/lib/packages/components/advanced-filtering/src/advanced-filtering.js.map +1 -1
- package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +1 -6
- package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js +16 -27
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js.map +1 -1
- package/lib/packages/components/form/src/components/form-component.vue2.js +1 -1
- package/lib/packages/components/form/src/components/form-component.vue2.js.map +1 -1
- package/lib/packages/components/image/index.js +20 -0
- package/lib/packages/components/image/index.js.map +1 -0
- package/lib/packages/components/image/src/image-preview-group.vue.js +12 -0
- package/lib/packages/components/image/src/image-preview-group.vue.js.map +1 -0
- package/lib/packages/components/image/src/image-preview-group.vue2.js +36 -0
- package/lib/packages/components/image/src/image-preview-group.vue2.js.map +1 -0
- package/lib/packages/components/image/src/image.js +77 -0
- package/lib/packages/components/image/src/image.js.map +1 -0
- package/lib/packages/components/image/src/image.vue.js +12 -0
- package/lib/packages/components/image/src/image.vue.js.map +1 -0
- package/lib/packages/components/image/src/image.vue2.js +50 -0
- package/lib/packages/components/image/src/image.vue2.js.map +1 -0
- package/lib/packages/components/index.js +70 -64
- package/lib/packages/components/index.js.map +1 -1
- package/lib/packages/components/select-group/src/select-group.vue2.js +24 -22
- package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/images.css +1 -0
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +84 -0
- package/types/packages/components/advanced-filtering/index.d.ts +2 -2
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +1 -1
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +1 -1
- package/types/packages/components/cropper/index.d.ts +0 -1
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +0 -1
- package/types/packages/components/form/index.d.ts +2 -2
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/form.vue.d.ts +1 -1
- package/types/packages/components/image/index.d.ts +255 -0
- package/types/packages/components/image/src/image-preview-group.vue.d.ts +121 -0
- package/types/packages/components/image/src/image.d.ts +63 -0
- package/types/packages/components/image/src/image.vue.d.ts +126 -0
- package/types/packages/components/index.d.ts +1 -0
- package/types/packages/components/key-value/index.d.ts +6 -6
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
- package/types/packages/components/select-group/index.d.ts +1 -0
- package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -0
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
readonly alt: {
|
|
3
|
+
readonly type: import("vue").PropType<string>;
|
|
4
|
+
readonly required: false;
|
|
5
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6
|
+
__epPropKey: true;
|
|
7
|
+
};
|
|
8
|
+
readonly fallback: {
|
|
9
|
+
readonly type: import("vue").PropType<string>;
|
|
10
|
+
readonly required: false;
|
|
11
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
|
+
__epPropKey: true;
|
|
13
|
+
};
|
|
14
|
+
readonly width: {
|
|
15
|
+
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>>;
|
|
16
|
+
readonly required: false;
|
|
17
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
|
+
__epPropKey: true;
|
|
19
|
+
};
|
|
20
|
+
readonly height: {
|
|
21
|
+
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>>;
|
|
22
|
+
readonly required: false;
|
|
23
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
|
+
__epPropKey: true;
|
|
25
|
+
};
|
|
26
|
+
readonly placeholder: {
|
|
27
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
28
|
+
readonly required: false;
|
|
29
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
|
+
__epPropKey: true;
|
|
31
|
+
};
|
|
32
|
+
readonly preview: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType) | ((new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType))[], unknown, unknown, true, boolean>;
|
|
33
|
+
readonly src: {
|
|
34
|
+
readonly type: import("vue").PropType<string>;
|
|
35
|
+
readonly required: false;
|
|
36
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
+
__epPropKey: true;
|
|
38
|
+
};
|
|
39
|
+
readonly previewMask: {
|
|
40
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => false | (() => any)) | (() => false | (() => any)) | ((new (...args: any[]) => false | (() => any)) | (() => false | (() => any)))[], unknown, unknown>>;
|
|
41
|
+
readonly required: false;
|
|
42
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
|
+
__epPropKey: true;
|
|
44
|
+
};
|
|
45
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
46
|
+
readonly borderRadius: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "6px", boolean>;
|
|
47
|
+
}, {
|
|
48
|
+
props: import("@vue/shared").LooseRequired<{
|
|
49
|
+
readonly borderRadius: string;
|
|
50
|
+
readonly preview: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType) | ((new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType))[], unknown, unknown>;
|
|
51
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
|
+
readonly height?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
53
|
+
readonly width?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
54
|
+
readonly placeholder?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
55
|
+
readonly src?: string | undefined;
|
|
56
|
+
readonly alt?: string | undefined;
|
|
57
|
+
readonly previewMask?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => false | (() => any)) | (() => false | (() => any)) | ((new (...args: any[]) => false | (() => any)) | (() => false | (() => any)))[], unknown, unknown> | undefined;
|
|
58
|
+
readonly fallback?: string | undefined;
|
|
59
|
+
} & {}>;
|
|
60
|
+
bem: {
|
|
61
|
+
b: (blockSuffix?: string) => string;
|
|
62
|
+
e: (element?: string) => string;
|
|
63
|
+
m: (modifier?: string) => string;
|
|
64
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
65
|
+
em: (element: string, modifier: string) => string;
|
|
66
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
67
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
68
|
+
is: (name?: string) => string;
|
|
69
|
+
};
|
|
70
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
71
|
+
readonly alt: {
|
|
72
|
+
readonly type: import("vue").PropType<string>;
|
|
73
|
+
readonly required: false;
|
|
74
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
|
+
__epPropKey: true;
|
|
76
|
+
};
|
|
77
|
+
readonly fallback: {
|
|
78
|
+
readonly type: import("vue").PropType<string>;
|
|
79
|
+
readonly required: false;
|
|
80
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
|
+
__epPropKey: true;
|
|
82
|
+
};
|
|
83
|
+
readonly width: {
|
|
84
|
+
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>>;
|
|
85
|
+
readonly required: false;
|
|
86
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
+
__epPropKey: true;
|
|
88
|
+
};
|
|
89
|
+
readonly height: {
|
|
90
|
+
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>>;
|
|
91
|
+
readonly required: false;
|
|
92
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
|
+
__epPropKey: true;
|
|
94
|
+
};
|
|
95
|
+
readonly placeholder: {
|
|
96
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
97
|
+
readonly required: false;
|
|
98
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
+
__epPropKey: true;
|
|
100
|
+
};
|
|
101
|
+
readonly preview: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType) | ((new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType))[], unknown, unknown, true, boolean>;
|
|
102
|
+
readonly src: {
|
|
103
|
+
readonly type: import("vue").PropType<string>;
|
|
104
|
+
readonly required: false;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
+
__epPropKey: true;
|
|
107
|
+
};
|
|
108
|
+
readonly previewMask: {
|
|
109
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => false | (() => any)) | (() => false | (() => any)) | ((new (...args: any[]) => false | (() => any)) | (() => false | (() => any)))[], unknown, unknown>>;
|
|
110
|
+
readonly required: false;
|
|
111
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
+
__epPropKey: true;
|
|
113
|
+
};
|
|
114
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
115
|
+
readonly borderRadius: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "6px", boolean>;
|
|
116
|
+
}>>, {
|
|
117
|
+
readonly borderRadius: string;
|
|
118
|
+
readonly preview: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType) | ((new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType))[], unknown, unknown>;
|
|
119
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
120
|
+
}, {}>;
|
|
121
|
+
export default _default;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
|
2
|
+
import type Image from './image.vue';
|
|
3
|
+
import type ImagePreviewGroup from './image-preview-group.vue';
|
|
4
|
+
export interface ImagePreviewType {
|
|
5
|
+
visible?: boolean;
|
|
6
|
+
onVisibleChange?: (visible: any, prevVisible: any) => void;
|
|
7
|
+
getContainer?: string | HTMLElement | (() => HTMLElement);
|
|
8
|
+
src?: string;
|
|
9
|
+
maskClassName?: string;
|
|
10
|
+
current?: number;
|
|
11
|
+
}
|
|
12
|
+
export declare const imageProps: {
|
|
13
|
+
readonly alt: {
|
|
14
|
+
readonly type: import("vue").PropType<string>;
|
|
15
|
+
readonly required: false;
|
|
16
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
|
+
__epPropKey: true;
|
|
18
|
+
};
|
|
19
|
+
readonly fallback: {
|
|
20
|
+
readonly type: import("vue").PropType<string>;
|
|
21
|
+
readonly required: false;
|
|
22
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
|
+
__epPropKey: true;
|
|
24
|
+
};
|
|
25
|
+
readonly width: {
|
|
26
|
+
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>>;
|
|
27
|
+
readonly required: false;
|
|
28
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
29
|
+
__epPropKey: true;
|
|
30
|
+
};
|
|
31
|
+
readonly height: {
|
|
32
|
+
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>>;
|
|
33
|
+
readonly required: false;
|
|
34
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
|
+
__epPropKey: true;
|
|
36
|
+
};
|
|
37
|
+
readonly placeholder: {
|
|
38
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
39
|
+
readonly required: false;
|
|
40
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
+
__epPropKey: true;
|
|
42
|
+
};
|
|
43
|
+
readonly preview: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | ImagePreviewType) | (() => boolean | ImagePreviewType) | ((new (...args: any[]) => boolean | ImagePreviewType) | (() => boolean | ImagePreviewType))[], unknown, unknown, true, boolean>;
|
|
44
|
+
readonly src: {
|
|
45
|
+
readonly type: import("vue").PropType<string>;
|
|
46
|
+
readonly required: false;
|
|
47
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
+
__epPropKey: true;
|
|
49
|
+
};
|
|
50
|
+
readonly previewMask: {
|
|
51
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => false | (() => any)) | (() => false | (() => any)) | ((new (...args: any[]) => false | (() => any)) | (() => false | (() => any)))[], unknown, unknown>>;
|
|
52
|
+
readonly required: false;
|
|
53
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
|
+
__epPropKey: true;
|
|
55
|
+
};
|
|
56
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
57
|
+
readonly borderRadius: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "6px", boolean>;
|
|
58
|
+
};
|
|
59
|
+
export type ImageProps = ExtractPropTypes<typeof imageProps>;
|
|
60
|
+
export type ImagePreviewGroupProps = ExtractPropTypes<typeof imageProps>;
|
|
61
|
+
export type ImageInstance = InstanceType<typeof Image>;
|
|
62
|
+
export type ImagePreviewGroupInstance = InstanceType<typeof ImagePreviewGroup>;
|
|
63
|
+
export declare const FALL_BACK_IMG = "data:image/jpeg;base64,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";
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
readonly alt: {
|
|
3
|
+
readonly type: import("vue").PropType<string>;
|
|
4
|
+
readonly required: false;
|
|
5
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6
|
+
__epPropKey: true;
|
|
7
|
+
};
|
|
8
|
+
readonly fallback: {
|
|
9
|
+
readonly type: import("vue").PropType<string>;
|
|
10
|
+
readonly required: false;
|
|
11
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
|
+
__epPropKey: true;
|
|
13
|
+
};
|
|
14
|
+
readonly width: {
|
|
15
|
+
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>>;
|
|
16
|
+
readonly required: false;
|
|
17
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
|
+
__epPropKey: true;
|
|
19
|
+
};
|
|
20
|
+
readonly height: {
|
|
21
|
+
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>>;
|
|
22
|
+
readonly required: false;
|
|
23
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
|
+
__epPropKey: true;
|
|
25
|
+
};
|
|
26
|
+
readonly placeholder: {
|
|
27
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
28
|
+
readonly required: false;
|
|
29
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
|
+
__epPropKey: true;
|
|
31
|
+
};
|
|
32
|
+
readonly preview: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType) | ((new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType))[], unknown, unknown, true, boolean>;
|
|
33
|
+
readonly src: {
|
|
34
|
+
readonly type: import("vue").PropType<string>;
|
|
35
|
+
readonly required: false;
|
|
36
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
+
__epPropKey: true;
|
|
38
|
+
};
|
|
39
|
+
readonly previewMask: {
|
|
40
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => false | (() => any)) | (() => false | (() => any)) | ((new (...args: any[]) => false | (() => any)) | (() => false | (() => any)))[], unknown, unknown>>;
|
|
41
|
+
readonly required: false;
|
|
42
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
|
+
__epPropKey: true;
|
|
44
|
+
};
|
|
45
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
46
|
+
readonly borderRadius: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "6px", boolean>;
|
|
47
|
+
}, {
|
|
48
|
+
props: import("@vue/shared").LooseRequired<{
|
|
49
|
+
readonly borderRadius: string;
|
|
50
|
+
readonly preview: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType) | ((new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType))[], unknown, unknown>;
|
|
51
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
|
+
readonly height?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
53
|
+
readonly width?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
54
|
+
readonly placeholder?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
55
|
+
readonly src?: string | undefined;
|
|
56
|
+
readonly alt?: string | undefined;
|
|
57
|
+
readonly previewMask?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => false | (() => any)) | (() => false | (() => any)) | ((new (...args: any[]) => false | (() => any)) | (() => false | (() => any)))[], unknown, unknown> | undefined;
|
|
58
|
+
readonly fallback?: string | undefined;
|
|
59
|
+
} & {}>;
|
|
60
|
+
bem: {
|
|
61
|
+
b: (blockSuffix?: string) => string;
|
|
62
|
+
e: (element?: string) => string;
|
|
63
|
+
m: (modifier?: string) => string;
|
|
64
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
65
|
+
em: (element: string, modifier: string) => string;
|
|
66
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
67
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
68
|
+
is: (name?: string) => string;
|
|
69
|
+
};
|
|
70
|
+
computedFallback: import("vue").ComputedRef<string>;
|
|
71
|
+
getImageClass: import("vue").ComputedRef<string>;
|
|
72
|
+
getImageStyle: import("vue").ComputedRef<{
|
|
73
|
+
borderRadius: string;
|
|
74
|
+
}>;
|
|
75
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
+
readonly alt: {
|
|
77
|
+
readonly type: import("vue").PropType<string>;
|
|
78
|
+
readonly required: false;
|
|
79
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
+
__epPropKey: true;
|
|
81
|
+
};
|
|
82
|
+
readonly fallback: {
|
|
83
|
+
readonly type: import("vue").PropType<string>;
|
|
84
|
+
readonly required: false;
|
|
85
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
|
+
__epPropKey: true;
|
|
87
|
+
};
|
|
88
|
+
readonly width: {
|
|
89
|
+
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>>;
|
|
90
|
+
readonly required: false;
|
|
91
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
+
__epPropKey: true;
|
|
93
|
+
};
|
|
94
|
+
readonly height: {
|
|
95
|
+
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>>;
|
|
96
|
+
readonly required: false;
|
|
97
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
+
__epPropKey: true;
|
|
99
|
+
};
|
|
100
|
+
readonly placeholder: {
|
|
101
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
102
|
+
readonly required: false;
|
|
103
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
|
+
__epPropKey: true;
|
|
105
|
+
};
|
|
106
|
+
readonly preview: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType) | ((new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType))[], unknown, unknown, true, boolean>;
|
|
107
|
+
readonly src: {
|
|
108
|
+
readonly type: import("vue").PropType<string>;
|
|
109
|
+
readonly required: false;
|
|
110
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
+
__epPropKey: true;
|
|
112
|
+
};
|
|
113
|
+
readonly previewMask: {
|
|
114
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => false | (() => any)) | (() => false | (() => any)) | ((new (...args: any[]) => false | (() => any)) | (() => false | (() => any)))[], unknown, unknown>>;
|
|
115
|
+
readonly required: false;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
+
__epPropKey: true;
|
|
118
|
+
};
|
|
119
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
120
|
+
readonly borderRadius: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "6px", boolean>;
|
|
121
|
+
}>>, {
|
|
122
|
+
readonly borderRadius: string;
|
|
123
|
+
readonly preview: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType) | ((new (...args: any[]) => boolean | import("./image").ImagePreviewType) | (() => boolean | import("./image").ImagePreviewType))[], unknown, unknown>;
|
|
124
|
+
readonly isShowBorder: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
125
|
+
}, {}>;
|
|
126
|
+
export default _default;
|
|
@@ -1595,7 +1595,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1595
1595
|
} & {}>;
|
|
1596
1596
|
emits: (event: "changeField", item: any) => void;
|
|
1597
1597
|
formData: import("ll-plus/es/index").FormData;
|
|
1598
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1598
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1599
1599
|
handleChange: (...arg: any[]) => void;
|
|
1600
1600
|
readonly checkedType: string[];
|
|
1601
1601
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -4405,7 +4405,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4405
4405
|
} & {}>;
|
|
4406
4406
|
emits: (event: "changeField", item: any) => void;
|
|
4407
4407
|
formData: import("ll-plus/es/index").FormData;
|
|
4408
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4408
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4409
4409
|
handleChange: (...arg: any[]) => void;
|
|
4410
4410
|
readonly checkedType: string[];
|
|
4411
4411
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -6550,7 +6550,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6550
6550
|
} & {}>;
|
|
6551
6551
|
emits: (event: "changeField", item: any) => void;
|
|
6552
6552
|
formData: import("ll-plus/es/index").FormData;
|
|
6553
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
6553
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
6554
6554
|
handleChange: (...arg: any[]) => void;
|
|
6555
6555
|
readonly checkedType: string[];
|
|
6556
6556
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9360,7 +9360,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9360
9360
|
} & {}>;
|
|
9361
9361
|
emits: (event: "changeField", item: any) => void;
|
|
9362
9362
|
formData: import("ll-plus/es/index").FormData;
|
|
9363
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
9363
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
9364
9364
|
handleChange: (...arg: any[]) => void;
|
|
9365
9365
|
readonly checkedType: string[];
|
|
9366
9366
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11433,7 +11433,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11433
11433
|
} & {}>;
|
|
11434
11434
|
emits: (event: "changeField", item: any) => void;
|
|
11435
11435
|
formData: import("ll-plus/es/index").FormData;
|
|
11436
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
11436
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
11437
11437
|
handleChange: (...arg: any[]) => void;
|
|
11438
11438
|
readonly checkedType: string[];
|
|
11439
11439
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -14243,7 +14243,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14243
14243
|
} & {}>;
|
|
14244
14244
|
emits: (event: "changeField", item: any) => void;
|
|
14245
14245
|
formData: import("ll-plus/es/index").FormData;
|
|
14246
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
14246
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
14247
14247
|
handleChange: (...arg: any[]) => void;
|
|
14248
14248
|
readonly checkedType: string[];
|
|
14249
14249
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -1512,7 +1512,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1512
1512
|
} & {}>;
|
|
1513
1513
|
emits: (event: "changeField", item: any) => void;
|
|
1514
1514
|
formData: import("ll-plus/es/components").FormData;
|
|
1515
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1515
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1516
1516
|
handleChange: (...arg: any[]) => void;
|
|
1517
1517
|
readonly checkedType: string[];
|
|
1518
1518
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -4322,7 +4322,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4322
4322
|
} & {}>;
|
|
4323
4323
|
emits: (event: "changeField", item: any) => void;
|
|
4324
4324
|
formData: import("ll-plus/es/components").FormData;
|
|
4325
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4325
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4326
4326
|
handleChange: (...arg: any[]) => void;
|
|
4327
4327
|
readonly checkedType: string[];
|
|
4328
4328
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -1595,7 +1595,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1595
1595
|
} & {}>;
|
|
1596
1596
|
emits: (event: "changeField", item: any) => void;
|
|
1597
1597
|
formData: import("ll-plus/es/index").FormData;
|
|
1598
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1598
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1599
1599
|
handleChange: (...arg: any[]) => void;
|
|
1600
1600
|
readonly checkedType: string[];
|
|
1601
1601
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -4405,7 +4405,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4405
4405
|
} & {}>;
|
|
4406
4406
|
emits: (event: "changeField", item: any) => void;
|
|
4407
4407
|
formData: import("ll-plus/es/index").FormData;
|
|
4408
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4408
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4409
4409
|
handleChange: (...arg: any[]) => void;
|
|
4410
4410
|
readonly checkedType: string[];
|
|
4411
4411
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -6550,7 +6550,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6550
6550
|
} & {}>;
|
|
6551
6551
|
emits: (event: "changeField", item: any) => void;
|
|
6552
6552
|
formData: import("ll-plus/es/index").FormData;
|
|
6553
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
6553
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
6554
6554
|
handleChange: (...arg: any[]) => void;
|
|
6555
6555
|
readonly checkedType: string[];
|
|
6556
6556
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9360,7 +9360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9360
9360
|
} & {}>;
|
|
9361
9361
|
emits: (event: "changeField", item: any) => void;
|
|
9362
9362
|
formData: import("ll-plus/es/index").FormData;
|
|
9363
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
9363
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
9364
9364
|
handleChange: (...arg: any[]) => void;
|
|
9365
9365
|
readonly checkedType: string[];
|
|
9366
9366
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11433,7 +11433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11433
11433
|
} & {}>;
|
|
11434
11434
|
emits: (event: "changeField", item: any) => void;
|
|
11435
11435
|
formData: import("ll-plus/es/index").FormData;
|
|
11436
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
11436
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
11437
11437
|
handleChange: (...arg: any[]) => void;
|
|
11438
11438
|
readonly checkedType: string[];
|
|
11439
11439
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -14243,7 +14243,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14243
14243
|
} & {}>;
|
|
14244
14244
|
emits: (event: "changeField", item: any) => void;
|
|
14245
14245
|
formData: import("ll-plus/es/index").FormData;
|
|
14246
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
14246
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
14247
14247
|
handleChange: (...arg: any[]) => void;
|
|
14248
14248
|
readonly checkedType: string[];
|
|
14249
14249
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -57,6 +57,7 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
57
57
|
leftSelectWidth: import("vue").ComputedRef<string>;
|
|
58
58
|
handleSelectChange: (_: string, options: any) => void;
|
|
59
59
|
handleChange: () => void;
|
|
60
|
+
setSelectGroup: (selectValue: string, currentValue: any) => void;
|
|
60
61
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
62
|
change: (selectV: string, value?: any) => boolean;
|
|
62
63
|
onSelectChange: (selectV: string, item: import("./src/select-group").SelectGroupData) => boolean;
|
|
@@ -57,6 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
leftSelectWidth: import("vue").ComputedRef<string>;
|
|
58
58
|
handleSelectChange: (_: string, options: any) => void;
|
|
59
59
|
handleChange: () => void;
|
|
60
|
+
setSelectGroup: (selectValue: string, currentValue: any) => void;
|
|
60
61
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
62
|
change: (selectV: string, value?: any) => boolean;
|
|
62
63
|
onSelectChange: (selectV: string, item: SelectGroupData) => boolean;
|