gds-plus-design-vue 1.1.62 → 1.1.63
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 +53 -52
- package/lib/gd-initial.umd.js +71 -71
- package/lib/{index.72bd765a.mjs → index.841c99a5.mjs} +7981 -5713
- package/lib/{main.866bc142.mjs → main.4ac5b69f.mjs} +3 -3
- package/lib/style.css +2 -2
- package/locale/en_US.js +21 -1
- package/locale/id_ID.js +21 -1
- package/locale/vi_VN.js +21 -1
- package/locale/zh_CN.js +21 -1
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -2405,6 +2405,11 @@ export default {
|
|
|
2405
2405
|
total: "Total data",
|
|
2406
2406
|
pagesize: "Number of items per page",
|
|
2407
2407
|
currentpage: "Current page",
|
|
2408
|
+
initialization: "Initialize based on ID",
|
|
2409
|
+
idData: "Retrieve data based on ID",
|
|
2410
|
+
formData: "Get form data",
|
|
2411
|
+
accessType: "Data acquisition method",
|
|
2412
|
+
numericalFormat: "Numerical formatting"
|
|
2408
2413
|
},
|
|
2409
2414
|
/*集群列表 */
|
|
2410
2415
|
colony: {
|
|
@@ -2576,6 +2581,7 @@ export default {
|
|
|
2576
2581
|
refreshData: "Refresh data",
|
|
2577
2582
|
downLoadData: "Drop down to load data",
|
|
2578
2583
|
LoadData: "load data",
|
|
2584
|
+
getData: "获取数据",
|
|
2579
2585
|
deleteIdData: "Delete data based on ID",
|
|
2580
2586
|
previewComponents: "Preview components",
|
|
2581
2587
|
filePreview: "File preview",
|
|
@@ -2608,6 +2614,20 @@ export default {
|
|
|
2608
2614
|
userOwnershipName: 'User ownership name',
|
|
2609
2615
|
userBelongs: 'User ownership type',
|
|
2610
2616
|
userName: 'user(name)',
|
|
2611
|
-
}
|
|
2617
|
+
},
|
|
2618
|
+
// 提示信息管理
|
|
2619
|
+
promptManagement: {
|
|
2620
|
+
name: "名称",
|
|
2621
|
+
explain: "说明",
|
|
2622
|
+
status: "状态",
|
|
2623
|
+
hintCode: "提示编码",
|
|
2624
|
+
hintInfo: "提示信息",
|
|
2625
|
+
hintSeverity: "严重程度",
|
|
2626
|
+
systemCode: "所属系统",
|
|
2627
|
+
typeCode: "所属分类",
|
|
2628
|
+
moduleCode: "所属模块",
|
|
2629
|
+
hintDescription: "提示描述",
|
|
2630
|
+
parameters: "参数",
|
|
2631
|
+
},
|
|
2612
2632
|
}
|
|
2613
2633
|
};
|
package/locale/id_ID.js
CHANGED
|
@@ -2407,6 +2407,11 @@ export default {
|
|
|
2407
2407
|
total: "Tổng số dữ liệu",
|
|
2408
2408
|
pagesize: "Số lượng mỗi trang",
|
|
2409
2409
|
currentpage: "Số trang hiện tại",
|
|
2410
|
+
initialization: "Initialize based on ID",
|
|
2411
|
+
idData: "Retrieve data based on ID",
|
|
2412
|
+
formData: "Get form data",
|
|
2413
|
+
accessType: "Metode akuisisi data",
|
|
2414
|
+
numericalFormat: "Format numerik"
|
|
2410
2415
|
},
|
|
2411
2416
|
/*集群列表 */
|
|
2412
2417
|
colony: {
|
|
@@ -2578,6 +2583,7 @@ export default {
|
|
|
2578
2583
|
refreshData: "Menyegarkan data",
|
|
2579
2584
|
downLoadData: "Drop down untuk memuat data",
|
|
2580
2585
|
LoadData: "untuk memuat data",
|
|
2586
|
+
getData: "获取数据",
|
|
2581
2587
|
deleteIdData: "Hapus data berdasarkan ID",
|
|
2582
2588
|
previewComponents: "Pratinjau komponen",
|
|
2583
2589
|
filePreview: "Pratinjau file",
|
|
@@ -2610,6 +2616,20 @@ export default {
|
|
|
2610
2616
|
userOwnershipName: '用户所属名称',
|
|
2611
2617
|
userBelongs: '用户所属类型',
|
|
2612
2618
|
userName: '用户(姓名)',
|
|
2613
|
-
}
|
|
2619
|
+
},
|
|
2620
|
+
// 提示信息管理
|
|
2621
|
+
promptManagement: {
|
|
2622
|
+
name: "名称",
|
|
2623
|
+
explain: "说明",
|
|
2624
|
+
status: "状态",
|
|
2625
|
+
hintCode: "提示编码",
|
|
2626
|
+
hintInfo: "提示信息",
|
|
2627
|
+
hintSeverity: "严重程度",
|
|
2628
|
+
systemCode: "所属系统",
|
|
2629
|
+
typeCode: "所属分类",
|
|
2630
|
+
moduleCode: "所属模块",
|
|
2631
|
+
hintDescription: "提示描述",
|
|
2632
|
+
parameters: "参数",
|
|
2633
|
+
},
|
|
2614
2634
|
}
|
|
2615
2635
|
};
|
package/locale/vi_VN.js
CHANGED
|
@@ -2407,6 +2407,11 @@ export default {
|
|
|
2407
2407
|
total: "Tổng số dữ liệu",
|
|
2408
2408
|
pagesize: "Số lượng mỗi trang",
|
|
2409
2409
|
currentpage: "Số trang hiện tại",
|
|
2410
|
+
initialization: "Khởi tạo theo id",
|
|
2411
|
+
idData: "Lấy dữ liệu theo id",
|
|
2412
|
+
formData: "Lấy dữ liệu biểu mẫu",
|
|
2413
|
+
accessType: "Phương pháp thu thập dữ liệu",
|
|
2414
|
+
numericalFormat: "Định dạng số"
|
|
2410
2415
|
},
|
|
2411
2416
|
/*集群列表 */
|
|
2412
2417
|
colony: {
|
|
@@ -2578,6 +2583,7 @@ export default {
|
|
|
2578
2583
|
refreshData: "Làm mới dữ liệu",
|
|
2579
2584
|
downLoadData: "Drop down để tải dữ liệu",
|
|
2580
2585
|
LoadData: "để tải dữ liệu",
|
|
2586
|
+
getData: "获取数据",
|
|
2581
2587
|
deleteIdData: "Xóa dữ liệu dựa trên ID",
|
|
2582
2588
|
previewComponents: "Xem trước các thành phần",
|
|
2583
2589
|
filePreview: "Xem trước tập tin",
|
|
@@ -2610,6 +2616,20 @@ export default {
|
|
|
2610
2616
|
userOwnershipName: '用户所属名称',
|
|
2611
2617
|
userBelongs: '用户所属类型',
|
|
2612
2618
|
userName: '用户(姓名)',
|
|
2613
|
-
}
|
|
2619
|
+
},
|
|
2620
|
+
// 提示信息管理
|
|
2621
|
+
promptManagement: {
|
|
2622
|
+
name: "名称",
|
|
2623
|
+
explain: "说明",
|
|
2624
|
+
status: "状态",
|
|
2625
|
+
hintCode: "提示编码",
|
|
2626
|
+
hintInfo: "提示信息",
|
|
2627
|
+
hintSeverity: "严重程度",
|
|
2628
|
+
systemCode: "所属系统",
|
|
2629
|
+
typeCode: "所属分类",
|
|
2630
|
+
moduleCode: "所属模块",
|
|
2631
|
+
hintDescription: "提示描述",
|
|
2632
|
+
parameters: "参数",
|
|
2633
|
+
},
|
|
2614
2634
|
}
|
|
2615
2635
|
};
|
package/locale/zh_CN.js
CHANGED
|
@@ -2409,6 +2409,11 @@ export default {
|
|
|
2409
2409
|
total: "数据总数",
|
|
2410
2410
|
pagesize: "每页条数",
|
|
2411
2411
|
currentpage: "选中页数",
|
|
2412
|
+
initialization: "根据id初始化",
|
|
2413
|
+
idData: "根据id获取数据",
|
|
2414
|
+
formData: "获取表单数据",
|
|
2415
|
+
accessType: "数据获取方式",
|
|
2416
|
+
numericalFormat: "数值格式化"
|
|
2412
2417
|
},
|
|
2413
2418
|
/*集群列表 */
|
|
2414
2419
|
colony: {
|
|
@@ -2581,6 +2586,7 @@ export default {
|
|
|
2581
2586
|
refreshData: "刷新数据",
|
|
2582
2587
|
downLoadData: "下拉加载数据",
|
|
2583
2588
|
LoadData: "加载数据",
|
|
2589
|
+
getData: "获取数据",
|
|
2584
2590
|
deleteIdData: "根据ID删除数据",
|
|
2585
2591
|
previewComponents: "预览组件",
|
|
2586
2592
|
filePreview: "文件预览",
|
|
@@ -2613,6 +2619,20 @@ export default {
|
|
|
2613
2619
|
userOwnershipName: '用户所属名称',
|
|
2614
2620
|
userBelongs: '用户所属类型',
|
|
2615
2621
|
userName: '用户(姓名)',
|
|
2616
|
-
}
|
|
2622
|
+
},
|
|
2623
|
+
// 提示信息管理
|
|
2624
|
+
promptManagement: {
|
|
2625
|
+
name: "名称",
|
|
2626
|
+
explain: "说明",
|
|
2627
|
+
status: "状态",
|
|
2628
|
+
hintCode: "提示编码",
|
|
2629
|
+
hintInfo: "提示信息",
|
|
2630
|
+
hintSeverity: "严重程度",
|
|
2631
|
+
systemCode: "所属系统",
|
|
2632
|
+
typeCode: "所属分类",
|
|
2633
|
+
moduleCode: "所属模块",
|
|
2634
|
+
hintDescription: "提示描述",
|
|
2635
|
+
parameters: "参数",
|
|
2636
|
+
},
|
|
2617
2637
|
}
|
|
2618
2638
|
};
|