@wx-design/components 1.5.4 → 1.5.5

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 (33) hide show
  1. package/es/core/ConfigProvider/index.d.ts +95 -2
  2. package/es/core/Input/index.vue.d.ts +6 -6
  3. package/es/core/Modal/index.vue.d.ts +14 -14
  4. package/es/core/Select/index.vue.d.ts +2 -2
  5. package/es/core/Table/components/CellEditors/Boolean.d.ts +6 -6
  6. package/es/core/Table/components/CellEditors/Select.d.ts +2 -2
  7. package/es/core/Table/components/TableSet/ColumnSetBody.vue.d.ts +5 -5
  8. package/es/core/Table/hooks/useTableFilters.d.ts +1 -0
  9. package/es/core/Table/index.vue.d.ts +2 -2
  10. package/es/index.mjs +17335 -16910
  11. package/es/locales/lang/bn.d.ts +25 -0
  12. package/es/locales/lang/en.d.ts +25 -0
  13. package/es/locales/lang/vi.d.ts +25 -0
  14. package/es/locales/lang/zh-cn.d.ts +25 -0
  15. package/es/locales/useLocale.d.ts +25 -0
  16. package/es/style.css +1 -1
  17. package/lib/core/ConfigProvider/index.d.ts +95 -2
  18. package/lib/core/Input/index.vue.d.ts +6 -6
  19. package/lib/core/Modal/index.vue.d.ts +14 -14
  20. package/lib/core/Select/index.vue.d.ts +2 -2
  21. package/lib/core/Table/components/CellEditors/Boolean.d.ts +6 -6
  22. package/lib/core/Table/components/CellEditors/Select.d.ts +2 -2
  23. package/lib/core/Table/components/TableSet/ColumnSetBody.vue.d.ts +5 -5
  24. package/lib/core/Table/hooks/useTableFilters.d.ts +1 -0
  25. package/lib/core/Table/index.vue.d.ts +2 -2
  26. package/lib/index.js +7 -7
  27. package/lib/locales/lang/bn.d.ts +25 -0
  28. package/lib/locales/lang/en.d.ts +25 -0
  29. package/lib/locales/lang/vi.d.ts +25 -0
  30. package/lib/locales/lang/zh-cn.d.ts +25 -0
  31. package/lib/locales/useLocale.d.ts +25 -0
  32. package/lib/style.css +1 -1
  33. package/package.json +1 -1
@@ -18,6 +18,31 @@ declare const _default: {
18
18
  selectAll: string;
19
19
  filter: string;
20
20
  reset: string;
21
+ custom: string;
22
+ customFilter: {
23
+ title: string;
24
+ condition1: string;
25
+ condition2: string;
26
+ confirm: string;
27
+ cancel: string;
28
+ required: string;
29
+ operators: {
30
+ eq: string;
31
+ gt: string;
32
+ gte: string;
33
+ lt: string;
34
+ lte: string;
35
+ null: string;
36
+ notNull: string;
37
+ like: string;
38
+ startsWith: string;
39
+ endsWith: string;
40
+ };
41
+ connectors: {
42
+ and: string;
43
+ or: string;
44
+ };
45
+ };
21
46
  };
22
47
  filterTags: {
23
48
  label: string;
@@ -18,6 +18,31 @@ declare const _default: {
18
18
  selectAll: string;
19
19
  filter: string;
20
20
  reset: string;
21
+ custom: string;
22
+ customFilter: {
23
+ title: string;
24
+ condition1: string;
25
+ condition2: string;
26
+ confirm: string;
27
+ cancel: string;
28
+ required: string;
29
+ operators: {
30
+ eq: string;
31
+ gt: string;
32
+ gte: string;
33
+ lt: string;
34
+ lte: string;
35
+ null: string;
36
+ notNull: string;
37
+ like: string;
38
+ startsWith: string;
39
+ endsWith: string;
40
+ };
41
+ connectors: {
42
+ and: string;
43
+ or: string;
44
+ };
45
+ };
21
46
  };
22
47
  filterTags: {
23
48
  label: string;
@@ -18,6 +18,31 @@ declare const _default: {
18
18
  selectAll: string;
19
19
  filter: string;
20
20
  reset: string;
21
+ custom: string;
22
+ customFilter: {
23
+ title: string;
24
+ condition1: string;
25
+ condition2: string;
26
+ confirm: string;
27
+ cancel: string;
28
+ required: string;
29
+ operators: {
30
+ eq: string;
31
+ gt: string;
32
+ gte: string;
33
+ lt: string;
34
+ lte: string;
35
+ null: string;
36
+ notNull: string;
37
+ like: string;
38
+ startsWith: string;
39
+ endsWith: string;
40
+ };
41
+ connectors: {
42
+ and: string;
43
+ or: string;
44
+ };
45
+ };
21
46
  };
22
47
  filterTags: {
23
48
  label: string;
@@ -18,6 +18,31 @@ declare const _default: {
18
18
  selectAll: string;
19
19
  filter: string;
20
20
  reset: string;
21
+ custom: string;
22
+ customFilter: {
23
+ title: string;
24
+ condition1: string;
25
+ condition2: string;
26
+ confirm: string;
27
+ cancel: string;
28
+ required: string;
29
+ operators: {
30
+ eq: string;
31
+ gt: string;
32
+ gte: string;
33
+ lt: string;
34
+ lte: string;
35
+ null: string;
36
+ notNull: string;
37
+ like: string;
38
+ startsWith: string;
39
+ endsWith: string;
40
+ };
41
+ connectors: {
42
+ and: string;
43
+ or: string;
44
+ };
45
+ };
21
46
  };
22
47
  filterTags: {
23
48
  label: string;
@@ -20,6 +20,31 @@ declare const useLocale: (lang: Ref<string>) => {
20
20
  selectAll: string;
21
21
  filter: string;
22
22
  reset: string;
23
+ custom: string;
24
+ customFilter: {
25
+ title: string;
26
+ condition1: string;
27
+ condition2: string;
28
+ confirm: string;
29
+ cancel: string;
30
+ required: string;
31
+ operators: {
32
+ eq: string;
33
+ gt: string;
34
+ gte: string;
35
+ lt: string;
36
+ lte: string;
37
+ null: string;
38
+ notNull: string;
39
+ like: string;
40
+ startsWith: string;
41
+ endsWith: string;
42
+ };
43
+ connectors: {
44
+ and: string;
45
+ or: string;
46
+ };
47
+ };
23
48
  };
24
49
  filterTags: {
25
50
  label: string;