@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.
- package/es/core/ConfigProvider/index.d.ts +95 -2
- package/es/core/Input/index.vue.d.ts +6 -6
- package/es/core/Modal/index.vue.d.ts +14 -14
- package/es/core/Select/index.vue.d.ts +2 -2
- package/es/core/Table/components/CellEditors/Boolean.d.ts +6 -6
- package/es/core/Table/components/CellEditors/Select.d.ts +2 -2
- package/es/core/Table/components/TableSet/ColumnSetBody.vue.d.ts +5 -5
- package/es/core/Table/hooks/useTableFilters.d.ts +1 -0
- package/es/core/Table/index.vue.d.ts +2 -2
- package/es/index.mjs +17335 -16910
- package/es/locales/lang/bn.d.ts +25 -0
- package/es/locales/lang/en.d.ts +25 -0
- package/es/locales/lang/vi.d.ts +25 -0
- package/es/locales/lang/zh-cn.d.ts +25 -0
- package/es/locales/useLocale.d.ts +25 -0
- package/es/style.css +1 -1
- package/lib/core/ConfigProvider/index.d.ts +95 -2
- package/lib/core/Input/index.vue.d.ts +6 -6
- package/lib/core/Modal/index.vue.d.ts +14 -14
- package/lib/core/Select/index.vue.d.ts +2 -2
- package/lib/core/Table/components/CellEditors/Boolean.d.ts +6 -6
- package/lib/core/Table/components/CellEditors/Select.d.ts +2 -2
- package/lib/core/Table/components/TableSet/ColumnSetBody.vue.d.ts +5 -5
- package/lib/core/Table/hooks/useTableFilters.d.ts +1 -0
- package/lib/core/Table/index.vue.d.ts +2 -2
- package/lib/index.js +7 -7
- package/lib/locales/lang/bn.d.ts +25 -0
- package/lib/locales/lang/en.d.ts +25 -0
- package/lib/locales/lang/vi.d.ts +25 -0
- package/lib/locales/lang/zh-cn.d.ts +25 -0
- package/lib/locales/useLocale.d.ts +25 -0
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/es/locales/lang/bn.d.ts
CHANGED
|
@@ -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;
|
package/es/locales/lang/en.d.ts
CHANGED
|
@@ -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;
|
package/es/locales/lang/vi.d.ts
CHANGED
|
@@ -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;
|