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.
Files changed (35) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +46 -46
  3. package/README.zh-CN.md +48 -48
  4. package/dist/components/cascader/src/LewCascader.vue.d.ts +21 -0
  5. package/dist/components/cascader/src/props.d.ts +10 -0
  6. package/dist/components/select/src/LewSelect.vue.d.ts +36 -0
  7. package/dist/components/select/src/props.d.ts +16 -0
  8. package/dist/components/select/src/util.d.ts +1 -1
  9. package/dist/components/select-multiple/src/LewSelectMultiple.vue.d.ts +35 -1
  10. package/dist/components/select-multiple/src/props.d.ts +15 -0
  11. package/dist/components/slider/src/LewSlider.vue.d.ts +4 -4
  12. package/dist/components/slider-range/src/LewSliderRange.vue.d.ts +8 -4
  13. package/dist/components/text-trim/src/text-trim.d.ts +1 -1
  14. package/dist/components/tree/src/LewTree.vue.d.ts +5 -5
  15. package/dist/components/tree/src/props.d.ts +1 -1
  16. package/dist/components/tree/src/transformTree.d.ts +3 -3
  17. package/dist/components/tree-select/src/LewTreeSelect.vue.d.ts +31 -8
  18. package/dist/components/tree-select/src/props.d.ts +13 -2
  19. package/dist/index.mjs +1263 -471
  20. package/dist/index.umd.js +4 -4
  21. package/dist/locals/de.d.ts +15 -0
  22. package/dist/locals/en.d.ts +15 -0
  23. package/dist/locals/es.d.ts +15 -0
  24. package/dist/locals/fr.d.ts +15 -0
  25. package/dist/locals/it.d.ts +15 -0
  26. package/dist/locals/ja.d.ts +15 -0
  27. package/dist/locals/ko.d.ts +15 -0
  28. package/dist/locals/pt.d.ts +15 -0
  29. package/dist/locals/zh.d.ts +3 -0
  30. package/dist/methods/dialog/src/LewDialog.vue.d.ts +2 -0
  31. package/dist/methods/dialog/src/props.d.ts +1 -0
  32. package/dist/methods/notification/src/index.d.ts +5 -5
  33. package/dist/style.css +1 -1
  34. package/dist/utils/index.d.ts +4 -4
  35. package/package.json +2 -2
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -37,6 +37,9 @@ declare const _default: {
37
37
  noResult: string;
38
38
  searchPlaceholder: string;
39
39
  };
40
+ treeSelect: {
41
+ placeholder: string;
42
+ };
40
43
  textarea: {
41
44
  placeholder: string;
42
45
  };
@@ -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<{
@@ -40,6 +40,7 @@ export declare const dialogProps: {
40
40
  transformOrigin: {
41
41
  type: StringConstructor;
42
42
  default: string;
43
+ hidden: boolean;
43
44
  description: string;
44
45
  };
45
46
  };
@@ -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
  };