gds-plus-design-vue 1.1.37 → 1.1.39
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 +97 -15
- package/lib/gd-initial.umd.js +12 -12
- package/lib/{index.ce2dbd2c.mjs → index.67d78ec6.mjs} +599 -333
- package/lib/{main.09269fc3.mjs → main.17be1ce8.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +5 -1
- package/locale/id_ID.js +5 -1
- package/locale/vi_VN.js +6 -1
- package/locale/zh_CN.js +5 -1
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -1872,6 +1872,7 @@ export default {
|
|
|
1872
1872
|
bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
|
|
1873
1873
|
bind: "Bind",
|
|
1874
1874
|
browserNotSupported: "Your browser does not support full-screen mode",
|
|
1875
|
+
phoneInvalid: "Please enter the correct phone number"
|
|
1875
1876
|
},
|
|
1876
1877
|
/*设计器*/
|
|
1877
1878
|
pageDesigner: {
|
|
@@ -2302,7 +2303,10 @@ export default {
|
|
|
2302
2303
|
callbackMethod: "Callback method",
|
|
2303
2304
|
bindValue: "Bind value",
|
|
2304
2305
|
associationBinding: "Association binding",
|
|
2305
|
-
timer: "Timer"
|
|
2306
|
+
timer: "Timer",
|
|
2307
|
+
spaceTrim: "Remove spaces",
|
|
2308
|
+
aroundSpace: "Front and back spaces",
|
|
2309
|
+
allSpace: "All spaces"
|
|
2306
2310
|
},
|
|
2307
2311
|
/*集群列表 */
|
|
2308
2312
|
colony: {
|
package/locale/id_ID.js
CHANGED
|
@@ -1874,6 +1874,7 @@ export default {
|
|
|
1874
1874
|
bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
|
|
1875
1875
|
bind: "Bind",
|
|
1876
1876
|
browserNotSupported: "Mode layar penuh tidak didukung oleh peramban anda",
|
|
1877
|
+
phoneInvalid: "Please enter the correct phone number"
|
|
1877
1878
|
},
|
|
1878
1879
|
/*设计器*/
|
|
1879
1880
|
pageDesigner: {
|
|
@@ -2304,7 +2305,10 @@ export default {
|
|
|
2304
2305
|
callbackMethod: "Metode panggilan kembali",
|
|
2305
2306
|
bindValue: "Nilai mengikat",
|
|
2306
2307
|
associationBinding: "Asosiasi mengikat",
|
|
2307
|
-
timer:"timer"
|
|
2308
|
+
timer: "timer",
|
|
2309
|
+
spaceTrim: "Hapus ruang",
|
|
2310
|
+
aroundSpace: "Ruang depan dan belakang",
|
|
2311
|
+
allSpace: "Semua ruang"
|
|
2308
2312
|
},
|
|
2309
2313
|
/*集群列表 */
|
|
2310
2314
|
colony: {
|
package/locale/vi_VN.js
CHANGED
|
@@ -1874,6 +1874,8 @@ export default {
|
|
|
1874
1874
|
bindTip: "Kiểm tra phát hiện tài khoản doanh nghiệp của bạn chưa khóa tài khoản cá nhân, có khóa tài khoản cá nhân không?",
|
|
1875
1875
|
bind: "Trị",
|
|
1876
1876
|
browserNotSupported: "Trình duyệt của bạn không hỗ trợ chế độ toàn màn hình",
|
|
1877
|
+
phoneInvalid: "Vui lòng nhập đúng số điện thoại di động"
|
|
1878
|
+
|
|
1877
1879
|
},
|
|
1878
1880
|
/*设计器*/
|
|
1879
1881
|
pageDesigner: {
|
|
@@ -2304,7 +2306,10 @@ export default {
|
|
|
2304
2306
|
callbackMethod: "Phương pháp gọi lại",
|
|
2305
2307
|
bindValue: "Giá trị ràng buộc",
|
|
2306
2308
|
associationBinding: "Hiệp hội ràng buộc",
|
|
2307
|
-
timer:"Thời gian"
|
|
2309
|
+
timer: "Thời gian",
|
|
2310
|
+
spaceTrim: "Xóa các khoảng trống",
|
|
2311
|
+
aroundSpace: "Không gian phía trước và phía sau",
|
|
2312
|
+
allSpace: "Tất cả không gian"
|
|
2308
2313
|
},
|
|
2309
2314
|
/*集群列表 */
|
|
2310
2315
|
colony: {
|
package/locale/zh_CN.js
CHANGED
|
@@ -1874,6 +1874,7 @@ export default {
|
|
|
1874
1874
|
bindTip: "检测到您的企微账号尚未绑定个人账号,是否绑定个人账号?",
|
|
1875
1875
|
bind: "绑定",
|
|
1876
1876
|
browserNotSupported: "您的浏览器不支持全屏模式",
|
|
1877
|
+
phoneInvalid: "请输入正确的手机号码"
|
|
1877
1878
|
},
|
|
1878
1879
|
/*设计器*/
|
|
1879
1880
|
pageDesigner: {
|
|
@@ -2304,7 +2305,10 @@ export default {
|
|
|
2304
2305
|
callbackMethod: "回调方法",
|
|
2305
2306
|
bindValue: "绑定值",
|
|
2306
2307
|
associationBinding: "关联绑定",
|
|
2307
|
-
timer: "计时器"
|
|
2308
|
+
timer: "计时器",
|
|
2309
|
+
spaceTrim: "去除空格",
|
|
2310
|
+
aroundSpace: "前后空格",
|
|
2311
|
+
allSpace: "所有空格"
|
|
2308
2312
|
},
|
|
2309
2313
|
/*集群列表 */
|
|
2310
2314
|
colony: {
|