gds-plus-design-vue 1.1.28 → 1.1.29
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 +2 -2
- package/lib/{index.90560b18.mjs → index.5a6a6c88.mjs} +279 -159
- package/lib/{main.a21da510.mjs → main.8c4866ca.mjs} +1 -1
- package/lib/style.css +1 -1
- package/locale/en_US.js +3 -3
- package/locale/id_ID.js +3 -3
- package/locale/vi_VN.js +3 -3
- package/locale/zh_CN.js +3 -3
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -2168,8 +2168,8 @@ export default {
|
|
|
2168
2168
|
text: "Text",
|
|
2169
2169
|
executionFunction: "Execution method",
|
|
2170
2170
|
interactiveMode: "Interaction mode",
|
|
2171
|
-
|
|
2172
|
-
|
|
2171
|
+
systemsMethod: "Systems method",
|
|
2172
|
+
componentMethod: "Component method",
|
|
2173
2173
|
interactiveComponent: "Interactive components",
|
|
2174
2174
|
interactiveMethod: "Interactive methods",
|
|
2175
2175
|
hide: "Hide",
|
|
@@ -2367,7 +2367,7 @@ export default {
|
|
|
2367
2367
|
},
|
|
2368
2368
|
/*功能组件*/
|
|
2369
2369
|
functionalcomponents: {
|
|
2370
|
-
btnGroup: "
|
|
2370
|
+
btnGroup: "Button",
|
|
2371
2371
|
textSearch: "Text Search",
|
|
2372
2372
|
currentTime: "Current Time",
|
|
2373
2373
|
currentUser: "Current User",
|
package/locale/id_ID.js
CHANGED
|
@@ -2171,8 +2171,8 @@ export default {
|
|
|
2171
2171
|
text: "文本",
|
|
2172
2172
|
executionFunction: "执行方法",
|
|
2173
2173
|
interactiveMode: "交互方式",
|
|
2174
|
-
|
|
2175
|
-
|
|
2174
|
+
systemsMethod: "系统方法",
|
|
2175
|
+
componentMethod: "组件方法",
|
|
2176
2176
|
interactiveComponent: "交互组件",
|
|
2177
2177
|
interactiveMethod: "交互方法",
|
|
2178
2178
|
hide: "隐藏",
|
|
@@ -2370,7 +2370,7 @@ export default {
|
|
|
2370
2370
|
},
|
|
2371
2371
|
/*功能组件*/
|
|
2372
2372
|
functionalcomponents: {
|
|
2373
|
-
btnGroup: "
|
|
2373
|
+
btnGroup: "按钮",
|
|
2374
2374
|
textSearch: "文本搜索",
|
|
2375
2375
|
currentTime: "日期时间",
|
|
2376
2376
|
currentUser: "用户",
|
package/locale/vi_VN.js
CHANGED
|
@@ -2170,8 +2170,8 @@ export default {
|
|
|
2170
2170
|
text: "文本",
|
|
2171
2171
|
executionFunction: "执行方法",
|
|
2172
2172
|
interactiveMode: "交互方式",
|
|
2173
|
-
|
|
2174
|
-
|
|
2173
|
+
systemsMethod: "系统方法",
|
|
2174
|
+
componentMethod: "组件方法",
|
|
2175
2175
|
interactiveComponent: "交互组件",
|
|
2176
2176
|
interactiveMethod: "交互方法",
|
|
2177
2177
|
hide: "隐藏",
|
|
@@ -2369,7 +2369,7 @@ export default {
|
|
|
2369
2369
|
},
|
|
2370
2370
|
/*功能组件*/
|
|
2371
2371
|
functionalcomponents: {
|
|
2372
|
-
btnGroup: "
|
|
2372
|
+
btnGroup: "按钮",
|
|
2373
2373
|
textSearch: "文本搜索",
|
|
2374
2374
|
currentTime: "日期时间",
|
|
2375
2375
|
currentUser: "用户",
|
package/locale/zh_CN.js
CHANGED
|
@@ -2170,8 +2170,8 @@ export default {
|
|
|
2170
2170
|
text: "文本",
|
|
2171
2171
|
executionFunction: "执行方法",
|
|
2172
2172
|
interactiveMode: "交互方式",
|
|
2173
|
-
|
|
2174
|
-
|
|
2173
|
+
systemsMethod: "系统方法",
|
|
2174
|
+
componentMethod: "组件方法",
|
|
2175
2175
|
interactiveComponent: "交互组件",
|
|
2176
2176
|
interactiveMethod: "交互方法",
|
|
2177
2177
|
hide: "隐藏",
|
|
@@ -2369,7 +2369,7 @@ export default {
|
|
|
2369
2369
|
},
|
|
2370
2370
|
/*功能组件*/
|
|
2371
2371
|
functionalcomponents: {
|
|
2372
|
-
btnGroup: "
|
|
2372
|
+
btnGroup: "按钮",
|
|
2373
2373
|
textSearch: "文本搜索",
|
|
2374
2374
|
currentTime: "日期时间",
|
|
2375
2375
|
currentUser: "用户",
|