gds-plus-design-vue 1.1.36 → 1.1.38
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.ca6180b4.mjs → index.261e13fe.mjs} +419 -182
- package/lib/{main.d23ad4e2.mjs → main.34b6a2eb.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +4 -1
- package/locale/id_ID.js +4 -1
- package/locale/vi_VN.js +4 -1
- package/locale/zh_CN.js +4 -1
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -2302,7 +2302,10 @@ export default {
|
|
|
2302
2302
|
callbackMethod: "Callback method",
|
|
2303
2303
|
bindValue: "Bind value",
|
|
2304
2304
|
associationBinding: "Association binding",
|
|
2305
|
-
timer: "Timer"
|
|
2305
|
+
timer: "Timer",
|
|
2306
|
+
spaceTrim: "Remove spaces",
|
|
2307
|
+
aroundSpace: "Front and back spaces",
|
|
2308
|
+
allSpace: "All spaces"
|
|
2306
2309
|
},
|
|
2307
2310
|
/*集群列表 */
|
|
2308
2311
|
colony: {
|
package/locale/id_ID.js
CHANGED
|
@@ -2304,7 +2304,10 @@ export default {
|
|
|
2304
2304
|
callbackMethod: "Metode panggilan kembali",
|
|
2305
2305
|
bindValue: "Nilai mengikat",
|
|
2306
2306
|
associationBinding: "Asosiasi mengikat",
|
|
2307
|
-
timer:"timer"
|
|
2307
|
+
timer: "timer",
|
|
2308
|
+
spaceTrim: "Hapus ruang",
|
|
2309
|
+
aroundSpace: "Ruang depan dan belakang",
|
|
2310
|
+
allSpace: "Semua ruang"
|
|
2308
2311
|
},
|
|
2309
2312
|
/*集群列表 */
|
|
2310
2313
|
colony: {
|
package/locale/vi_VN.js
CHANGED
|
@@ -2304,7 +2304,10 @@ export default {
|
|
|
2304
2304
|
callbackMethod: "Phương pháp gọi lại",
|
|
2305
2305
|
bindValue: "Giá trị ràng buộc",
|
|
2306
2306
|
associationBinding: "Hiệp hội ràng buộc",
|
|
2307
|
-
timer:"Thời gian"
|
|
2307
|
+
timer: "Thời gian",
|
|
2308
|
+
spaceTrim: "Xóa các khoảng trống",
|
|
2309
|
+
aroundSpace: "Không gian phía trước và phía sau",
|
|
2310
|
+
allSpace: "Tất cả không gian"
|
|
2308
2311
|
},
|
|
2309
2312
|
/*集群列表 */
|
|
2310
2313
|
colony: {
|
package/locale/zh_CN.js
CHANGED
|
@@ -2304,7 +2304,10 @@ export default {
|
|
|
2304
2304
|
callbackMethod: "回调方法",
|
|
2305
2305
|
bindValue: "绑定值",
|
|
2306
2306
|
associationBinding: "关联绑定",
|
|
2307
|
-
timer: "计时器"
|
|
2307
|
+
timer: "计时器",
|
|
2308
|
+
spaceTrim: "去除空格",
|
|
2309
|
+
aroundSpace: "前后空格",
|
|
2310
|
+
allSpace: "所有空格"
|
|
2308
2311
|
},
|
|
2309
2312
|
/*集群列表 */
|
|
2310
2313
|
colony: {
|