gds-plus-design-vue 1.1.34 → 1.1.36
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 +1 -1
- package/lib/gd-initial.umd.js +4 -6
- package/lib/{index.a1d814d1.mjs → index.ca6180b4.mjs} +224 -84
- package/lib/{main.685cc523.mjs → main.d23ad4e2.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +2 -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 -1
package/locale/en_US.js
CHANGED
|
@@ -2301,7 +2301,8 @@ export default {
|
|
|
2301
2301
|
callbackComponent: "Callback component",
|
|
2302
2302
|
callbackMethod: "Callback method",
|
|
2303
2303
|
bindValue: "Bind value",
|
|
2304
|
-
associationBinding: "Association binding"
|
|
2304
|
+
associationBinding: "Association binding",
|
|
2305
|
+
timer: "Timer"
|
|
2305
2306
|
},
|
|
2306
2307
|
/*集群列表 */
|
|
2307
2308
|
colony: {
|
package/locale/id_ID.js
CHANGED
|
@@ -2303,7 +2303,8 @@ export default {
|
|
|
2303
2303
|
callbackComponent: "Komponen panggilan kembali",
|
|
2304
2304
|
callbackMethod: "Metode panggilan kembali",
|
|
2305
2305
|
bindValue: "Nilai mengikat",
|
|
2306
|
-
associationBinding: "Asosiasi mengikat"
|
|
2306
|
+
associationBinding: "Asosiasi mengikat",
|
|
2307
|
+
timer:"timer"
|
|
2307
2308
|
},
|
|
2308
2309
|
/*集群列表 */
|
|
2309
2310
|
colony: {
|
package/locale/vi_VN.js
CHANGED
|
@@ -2303,7 +2303,8 @@ export default {
|
|
|
2303
2303
|
callbackComponent: "Thành phần callback",
|
|
2304
2304
|
callbackMethod: "Phương pháp gọi lại",
|
|
2305
2305
|
bindValue: "Giá trị ràng buộc",
|
|
2306
|
-
associationBinding: "Hiệp hội ràng buộc"
|
|
2306
|
+
associationBinding: "Hiệp hội ràng buộc",
|
|
2307
|
+
timer:"Thời gian"
|
|
2307
2308
|
},
|
|
2308
2309
|
/*集群列表 */
|
|
2309
2310
|
colony: {
|
package/locale/zh_CN.js
CHANGED