lew-ui 2.6.37 → 2.7.3
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/LICENSE +21 -21
- package/README.md +46 -46
- package/README.zh-CN.md +48 -48
- package/dist/components/cascader/src/LewCascader.vue.d.ts +21 -0
- package/dist/components/cascader/src/props.d.ts +10 -0
- package/dist/components/select/src/LewSelect.vue.d.ts +36 -0
- package/dist/components/select/src/props.d.ts +16 -0
- package/dist/components/select/src/util.d.ts +1 -1
- package/dist/components/select-multiple/src/LewSelectMultiple.vue.d.ts +35 -1
- package/dist/components/select-multiple/src/props.d.ts +15 -0
- package/dist/components/slider/src/LewSlider.vue.d.ts +4 -4
- package/dist/components/slider-range/src/LewSliderRange.vue.d.ts +8 -4
- package/dist/components/text-trim/src/text-trim.d.ts +1 -1
- package/dist/components/tree/src/LewTree.vue.d.ts +5 -5
- package/dist/components/tree/src/props.d.ts +1 -1
- package/dist/components/tree/src/transformTree.d.ts +3 -3
- package/dist/components/tree-select/src/LewTreeSelect.vue.d.ts +31 -8
- package/dist/components/tree-select/src/props.d.ts +13 -2
- package/dist/index.mjs +1263 -471
- package/dist/index.umd.js +4 -4
- package/dist/locals/de.d.ts +15 -0
- package/dist/locals/en.d.ts +15 -0
- package/dist/locals/es.d.ts +15 -0
- package/dist/locals/fr.d.ts +15 -0
- package/dist/locals/it.d.ts +15 -0
- package/dist/locals/ja.d.ts +15 -0
- package/dist/locals/ko.d.ts +15 -0
- package/dist/locals/pt.d.ts +15 -0
- package/dist/locals/zh.d.ts +3 -0
- package/dist/methods/dialog/src/LewDialog.vue.d.ts +2 -0
- package/dist/methods/dialog/src/props.d.ts +1 -0
- package/dist/methods/notification/src/index.d.ts +5 -5
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts +4 -4
- package/package.json +2 -2
package/dist/locals/de.d.ts
CHANGED
|
@@ -16,14 +16,29 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
select: {
|
|
18
18
|
placeholder: string;
|
|
19
|
+
resultCount: string;
|
|
20
|
+
noResult: string;
|
|
21
|
+
searchPlaceholder: string;
|
|
19
22
|
};
|
|
20
23
|
selectMultiple: {
|
|
21
24
|
placeholder: string;
|
|
25
|
+
resultCount: string;
|
|
26
|
+
noResult: string;
|
|
27
|
+
searchPlaceholder: string;
|
|
22
28
|
};
|
|
23
29
|
cascader: {
|
|
24
30
|
placeholder: string;
|
|
25
31
|
closeText: string;
|
|
26
32
|
okText: string;
|
|
33
|
+
noResult: string;
|
|
34
|
+
};
|
|
35
|
+
tree: {
|
|
36
|
+
resultCount: string;
|
|
37
|
+
noResult: string;
|
|
38
|
+
searchPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
treeSelect: {
|
|
41
|
+
placeholder: string;
|
|
27
42
|
};
|
|
28
43
|
textarea: {
|
|
29
44
|
placeholder: string;
|
package/dist/locals/en.d.ts
CHANGED
|
@@ -16,14 +16,29 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
select: {
|
|
18
18
|
placeholder: string;
|
|
19
|
+
resultCount: string;
|
|
20
|
+
noResult: string;
|
|
21
|
+
searchPlaceholder: string;
|
|
19
22
|
};
|
|
20
23
|
selectMultiple: {
|
|
21
24
|
placeholder: string;
|
|
25
|
+
resultCount: string;
|
|
26
|
+
noResult: string;
|
|
27
|
+
searchPlaceholder: string;
|
|
22
28
|
};
|
|
23
29
|
cascader: {
|
|
24
30
|
placeholder: string;
|
|
25
31
|
closeText: string;
|
|
26
32
|
okText: string;
|
|
33
|
+
noResult: string;
|
|
34
|
+
};
|
|
35
|
+
tree: {
|
|
36
|
+
resultCount: string;
|
|
37
|
+
noResult: string;
|
|
38
|
+
searchPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
treeSelect: {
|
|
41
|
+
placeholder: string;
|
|
27
42
|
};
|
|
28
43
|
textarea: {
|
|
29
44
|
placeholder: string;
|
package/dist/locals/es.d.ts
CHANGED
|
@@ -16,14 +16,29 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
select: {
|
|
18
18
|
placeholder: string;
|
|
19
|
+
resultCount: string;
|
|
20
|
+
noResult: string;
|
|
21
|
+
searchPlaceholder: string;
|
|
19
22
|
};
|
|
20
23
|
selectMultiple: {
|
|
21
24
|
placeholder: string;
|
|
25
|
+
resultCount: string;
|
|
26
|
+
noResult: string;
|
|
27
|
+
searchPlaceholder: string;
|
|
22
28
|
};
|
|
23
29
|
cascader: {
|
|
24
30
|
placeholder: string;
|
|
25
31
|
closeText: string;
|
|
26
32
|
okText: string;
|
|
33
|
+
noResult: string;
|
|
34
|
+
};
|
|
35
|
+
tree: {
|
|
36
|
+
resultCount: string;
|
|
37
|
+
noResult: string;
|
|
38
|
+
searchPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
treeSelect: {
|
|
41
|
+
placeholder: string;
|
|
27
42
|
};
|
|
28
43
|
textarea: {
|
|
29
44
|
placeholder: string;
|
package/dist/locals/fr.d.ts
CHANGED
|
@@ -16,14 +16,29 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
select: {
|
|
18
18
|
placeholder: string;
|
|
19
|
+
resultCount: string;
|
|
20
|
+
noResult: string;
|
|
21
|
+
searchPlaceholder: string;
|
|
19
22
|
};
|
|
20
23
|
selectMultiple: {
|
|
21
24
|
placeholder: string;
|
|
25
|
+
resultCount: string;
|
|
26
|
+
noResult: string;
|
|
27
|
+
searchPlaceholder: string;
|
|
22
28
|
};
|
|
23
29
|
cascader: {
|
|
24
30
|
placeholder: string;
|
|
25
31
|
closeText: string;
|
|
26
32
|
okText: string;
|
|
33
|
+
noResult: string;
|
|
34
|
+
};
|
|
35
|
+
tree: {
|
|
36
|
+
resultCount: string;
|
|
37
|
+
noResult: string;
|
|
38
|
+
searchPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
treeSelect: {
|
|
41
|
+
placeholder: string;
|
|
27
42
|
};
|
|
28
43
|
textarea: {
|
|
29
44
|
placeholder: string;
|
package/dist/locals/it.d.ts
CHANGED
|
@@ -16,14 +16,29 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
select: {
|
|
18
18
|
placeholder: string;
|
|
19
|
+
resultCount: string;
|
|
20
|
+
noResult: string;
|
|
21
|
+
searchPlaceholder: string;
|
|
19
22
|
};
|
|
20
23
|
selectMultiple: {
|
|
21
24
|
placeholder: string;
|
|
25
|
+
resultCount: string;
|
|
26
|
+
noResult: string;
|
|
27
|
+
searchPlaceholder: string;
|
|
22
28
|
};
|
|
23
29
|
cascader: {
|
|
24
30
|
placeholder: string;
|
|
25
31
|
closeText: string;
|
|
26
32
|
okText: string;
|
|
33
|
+
noResult: string;
|
|
34
|
+
};
|
|
35
|
+
tree: {
|
|
36
|
+
resultCount: string;
|
|
37
|
+
noResult: string;
|
|
38
|
+
searchPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
treeSelect: {
|
|
41
|
+
placeholder: string;
|
|
27
42
|
};
|
|
28
43
|
textarea: {
|
|
29
44
|
placeholder: string;
|
package/dist/locals/ja.d.ts
CHANGED
|
@@ -16,14 +16,29 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
select: {
|
|
18
18
|
placeholder: string;
|
|
19
|
+
resultCount: string;
|
|
20
|
+
noResult: string;
|
|
21
|
+
searchPlaceholder: string;
|
|
19
22
|
};
|
|
20
23
|
selectMultiple: {
|
|
21
24
|
placeholder: string;
|
|
25
|
+
resultCount: string;
|
|
26
|
+
noResult: string;
|
|
27
|
+
searchPlaceholder: string;
|
|
22
28
|
};
|
|
23
29
|
cascader: {
|
|
24
30
|
placeholder: string;
|
|
25
31
|
closeText: string;
|
|
26
32
|
okText: string;
|
|
33
|
+
noResult: string;
|
|
34
|
+
};
|
|
35
|
+
tree: {
|
|
36
|
+
resultCount: string;
|
|
37
|
+
noResult: string;
|
|
38
|
+
searchPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
treeSelect: {
|
|
41
|
+
placeholder: string;
|
|
27
42
|
};
|
|
28
43
|
textarea: {
|
|
29
44
|
placeholder: string;
|
package/dist/locals/ko.d.ts
CHANGED
|
@@ -16,14 +16,29 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
select: {
|
|
18
18
|
placeholder: string;
|
|
19
|
+
resultCount: string;
|
|
20
|
+
noResult: string;
|
|
21
|
+
searchPlaceholder: string;
|
|
19
22
|
};
|
|
20
23
|
selectMultiple: {
|
|
21
24
|
placeholder: string;
|
|
25
|
+
resultCount: string;
|
|
26
|
+
noResult: string;
|
|
27
|
+
searchPlaceholder: string;
|
|
22
28
|
};
|
|
23
29
|
cascader: {
|
|
24
30
|
placeholder: string;
|
|
25
31
|
closeText: string;
|
|
26
32
|
okText: string;
|
|
33
|
+
noResult: string;
|
|
34
|
+
};
|
|
35
|
+
tree: {
|
|
36
|
+
resultCount: string;
|
|
37
|
+
noResult: string;
|
|
38
|
+
searchPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
treeSelect: {
|
|
41
|
+
placeholder: string;
|
|
27
42
|
};
|
|
28
43
|
textarea: {
|
|
29
44
|
placeholder: string;
|
package/dist/locals/pt.d.ts
CHANGED
|
@@ -16,14 +16,29 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
select: {
|
|
18
18
|
placeholder: string;
|
|
19
|
+
resultCount: string;
|
|
20
|
+
noResult: string;
|
|
21
|
+
searchPlaceholder: string;
|
|
19
22
|
};
|
|
20
23
|
selectMultiple: {
|
|
21
24
|
placeholder: string;
|
|
25
|
+
resultCount: string;
|
|
26
|
+
noResult: string;
|
|
27
|
+
searchPlaceholder: string;
|
|
22
28
|
};
|
|
23
29
|
cascader: {
|
|
24
30
|
placeholder: string;
|
|
25
31
|
closeText: string;
|
|
26
32
|
okText: string;
|
|
33
|
+
noResult: string;
|
|
34
|
+
};
|
|
35
|
+
tree: {
|
|
36
|
+
resultCount: string;
|
|
37
|
+
noResult: string;
|
|
38
|
+
searchPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
treeSelect: {
|
|
41
|
+
placeholder: string;
|
|
27
42
|
};
|
|
28
43
|
textarea: {
|
|
29
44
|
placeholder: string;
|
package/dist/locals/zh.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
42
42
|
transformOrigin: {
|
|
43
43
|
type: StringConstructor;
|
|
44
44
|
default: string;
|
|
45
|
+
hidden: boolean;
|
|
45
46
|
description: string;
|
|
46
47
|
};
|
|
47
48
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -86,6 +87,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
86
87
|
transformOrigin: {
|
|
87
88
|
type: StringConstructor;
|
|
88
89
|
default: string;
|
|
90
|
+
hidden: boolean;
|
|
89
91
|
description: string;
|
|
90
92
|
};
|
|
91
93
|
}>> & Readonly<{
|
|
@@ -18,19 +18,19 @@ export interface NotificationInstance {
|
|
|
18
18
|
}
|
|
19
19
|
export declare const LewNotification: {
|
|
20
20
|
name: string;
|
|
21
|
-
warning: ({ title, content, duration, showProgress, width }: NotificationParamsTyped) => {
|
|
21
|
+
warning: ({ title, content, duration, showProgress, width, }: NotificationParamsTyped) => {
|
|
22
22
|
close: () => void;
|
|
23
23
|
};
|
|
24
|
-
info: ({ title, content, duration, showProgress, width }: NotificationParamsTyped) => {
|
|
24
|
+
info: ({ title, content, duration, showProgress, width, }: NotificationParamsTyped) => {
|
|
25
25
|
close: () => void;
|
|
26
26
|
};
|
|
27
|
-
normal: ({ title, content, duration, showProgress, width }: NotificationParamsTyped) => {
|
|
27
|
+
normal: ({ title, content, duration, showProgress, width, }: NotificationParamsTyped) => {
|
|
28
28
|
close: () => void;
|
|
29
29
|
};
|
|
30
|
-
success: ({ title, content, duration, showProgress, width }: NotificationParamsTyped) => {
|
|
30
|
+
success: ({ title, content, duration, showProgress, width, }: NotificationParamsTyped) => {
|
|
31
31
|
close: () => void;
|
|
32
32
|
};
|
|
33
|
-
error: ({ title, content, duration, showProgress, width }: NotificationParamsTyped) => {
|
|
33
|
+
error: ({ title, content, duration, showProgress, width, }: NotificationParamsTyped) => {
|
|
34
34
|
close: () => void;
|
|
35
35
|
};
|
|
36
36
|
};
|