wini-web-components 2.3.2 → 2.3.4
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/dist/component/dialog/dialog.d.ts +2 -21
- package/dist/component/dialog/dialog.js +55 -16
- package/dist/component/import-file/import-file.d.ts +8 -3
- package/dist/component/import-file/import-file.js +55 -26
- package/dist/index.js +1 -1
- package/dist/language/i18n.js +2 -0
- package/package.json +1 -1
package/dist/language/i18n.js
CHANGED
|
@@ -45,6 +45,7 @@ var resources = {
|
|
|
45
45
|
remove: "Remove",
|
|
46
46
|
choose: "Choose",
|
|
47
47
|
select: "Select",
|
|
48
|
+
add: "Add",
|
|
48
49
|
all: "All",
|
|
49
50
|
noResultFound: "No result found",
|
|
50
51
|
ofItems: "of {{totalItem}} items",
|
|
@@ -97,6 +98,7 @@ var resources = {
|
|
|
97
98
|
remove: "Xóa",
|
|
98
99
|
choose: "Chọn",
|
|
99
100
|
select: "Chọn",
|
|
101
|
+
add: "Thêm",
|
|
100
102
|
all: "Tất cả",
|
|
101
103
|
noResultFound: "Không tìm thấy kết quả",
|
|
102
104
|
ofItems: "trên {{totalItem}} kết quả",
|