gds-plus-design-vue 1.0.21 → 1.0.23
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/lib/gd-initial.mjs +5 -5
- package/lib/gd-initial.umd.js +22 -22
- package/lib/{index.0ed92bf2.mjs → index.8c3514dc.mjs} +112 -83
- package/lib/{main.64c08f2b.mjs → main.7703d8d0.mjs} +289 -81
- package/lib/style.css +2 -2
- package/locale/en_US.js +4 -1
- package/locale/id_ID.js +2 -1
- package/locale/vi_VN.js +2 -1
- package/locale/zh_CN.js +2 -1
- package/package.json +1 -2
package/locale/en_US.js
CHANGED
|
@@ -1701,7 +1701,10 @@ export default {
|
|
|
1701
1701
|
error: "error",
|
|
1702
1702
|
code401Tip: "Tips:",
|
|
1703
1703
|
code401Ok: "Log in again",
|
|
1704
|
-
switchApp: "Application switching exception!"
|
|
1704
|
+
switchApp: "Application switching exception!",
|
|
1705
|
+
success: "Success",
|
|
1706
|
+
fail: "Fail",
|
|
1707
|
+
forcedOffline: "You have been forcibly taken offline!"
|
|
1705
1708
|
}
|
|
1706
1709
|
}
|
|
1707
1710
|
};
|
package/locale/id_ID.js
CHANGED
|
@@ -1703,7 +1703,8 @@ export default {
|
|
|
1703
1703
|
code401Ok: "Daftar masuk lagi",
|
|
1704
1704
|
switchApp: "Penggantian aplikasi pengecualian!",
|
|
1705
1705
|
success: "sukses",
|
|
1706
|
-
fail: "Gagal"
|
|
1706
|
+
fail: "Gagal",
|
|
1707
|
+
forcedOffline: "Anda telah terpaksa diambil offline!"
|
|
1707
1708
|
}
|
|
1708
1709
|
}
|
|
1709
1710
|
};
|
package/locale/vi_VN.js
CHANGED
|
@@ -1703,7 +1703,8 @@ export default {
|
|
|
1703
1703
|
code401Ok: "Đăng nhập lại",
|
|
1704
1704
|
switchApp: "Ứng dụng chuyển đổi ngoại lệ!",
|
|
1705
1705
|
success: "thành công",
|
|
1706
|
-
fail: 'Thất bại'
|
|
1706
|
+
fail: 'Thất bại',
|
|
1707
|
+
forcedOffline: "Anh đã bị buộc phải rời khỏi dây chuyền!"
|
|
1707
1708
|
}
|
|
1708
1709
|
}
|
|
1709
1710
|
};
|
package/locale/zh_CN.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gds-plus-design-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"description": "高得CRM-PLUS框架Vue组件",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"path-to-regexp": "2.4.0",
|
|
42
42
|
"qrcode": "^1.5.4",
|
|
43
43
|
"quill": "^2.0.2",
|
|
44
|
-
"rollup-plugin-visualizer": "^5.14.0",
|
|
45
44
|
"screenfull": "^6.0.2",
|
|
46
45
|
"sortablejs": "^1.15.6",
|
|
47
46
|
"umy-ui": "^1.1.7",
|