gds-plus-design-vue 1.1.62 → 1.1.64
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 +84 -84
- package/lib/{index.72bd765a.mjs → index.32120001.mjs} +8812 -5966
- package/lib/{main.866bc142.mjs → main.665d9127.mjs} +3 -3
- package/lib/style.css +2 -2
- package/locale/en_US.js +23 -2
- package/locale/id_ID.js +23 -2
- package/locale/vi_VN.js +23 -2
- package/locale/zh_CN.js +23 -2
- 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: {
|
|
@@ -2528,7 +2533,8 @@ export default {
|
|
|
2528
2533
|
advancedcomponents: {
|
|
2529
2534
|
customComponent: "Custom Component",
|
|
2530
2535
|
approval: "Approval",
|
|
2531
|
-
auditLog: "Audit Log"
|
|
2536
|
+
auditLog: "Audit Log",
|
|
2537
|
+
approvalHistory: "Approval History"
|
|
2532
2538
|
},
|
|
2533
2539
|
/*页面组件*/
|
|
2534
2540
|
pagecomponents: {
|
|
@@ -2576,6 +2582,7 @@ export default {
|
|
|
2576
2582
|
refreshData: "Refresh data",
|
|
2577
2583
|
downLoadData: "Drop down to load data",
|
|
2578
2584
|
LoadData: "load data",
|
|
2585
|
+
getData: "获取数据",
|
|
2579
2586
|
deleteIdData: "Delete data based on ID",
|
|
2580
2587
|
previewComponents: "Preview components",
|
|
2581
2588
|
filePreview: "File preview",
|
|
@@ -2608,6 +2615,20 @@ export default {
|
|
|
2608
2615
|
userOwnershipName: 'User ownership name',
|
|
2609
2616
|
userBelongs: 'User ownership type',
|
|
2610
2617
|
userName: 'user(name)',
|
|
2611
|
-
}
|
|
2618
|
+
},
|
|
2619
|
+
// 提示信息管理
|
|
2620
|
+
promptManagement: {
|
|
2621
|
+
name: "名称",
|
|
2622
|
+
explain: "说明",
|
|
2623
|
+
status: "状态",
|
|
2624
|
+
hintCode: "提示编码",
|
|
2625
|
+
hintInfo: "提示信息",
|
|
2626
|
+
hintSeverity: "严重程度",
|
|
2627
|
+
systemCode: "所属系统",
|
|
2628
|
+
typeCode: "所属分类",
|
|
2629
|
+
moduleCode: "所属模块",
|
|
2630
|
+
hintDescription: "提示描述",
|
|
2631
|
+
parameters: "参数",
|
|
2632
|
+
},
|
|
2612
2633
|
}
|
|
2613
2634
|
};
|
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: {
|
|
@@ -2530,7 +2535,8 @@ export default {
|
|
|
2530
2535
|
advancedcomponents: {
|
|
2531
2536
|
customComponent: "自定义组件",
|
|
2532
2537
|
approval: "审批",
|
|
2533
|
-
auditLog: "审计日志"
|
|
2538
|
+
auditLog: "审计日志",
|
|
2539
|
+
approvalHistory: "审批历史"
|
|
2534
2540
|
},
|
|
2535
2541
|
/*页面组件*/
|
|
2536
2542
|
pagecomponents: {
|
|
@@ -2578,6 +2584,7 @@ export default {
|
|
|
2578
2584
|
refreshData: "Menyegarkan data",
|
|
2579
2585
|
downLoadData: "Drop down untuk memuat data",
|
|
2580
2586
|
LoadData: "untuk memuat data",
|
|
2587
|
+
getData: "获取数据",
|
|
2581
2588
|
deleteIdData: "Hapus data berdasarkan ID",
|
|
2582
2589
|
previewComponents: "Pratinjau komponen",
|
|
2583
2590
|
filePreview: "Pratinjau file",
|
|
@@ -2610,6 +2617,20 @@ export default {
|
|
|
2610
2617
|
userOwnershipName: '用户所属名称',
|
|
2611
2618
|
userBelongs: '用户所属类型',
|
|
2612
2619
|
userName: '用户(姓名)',
|
|
2613
|
-
}
|
|
2620
|
+
},
|
|
2621
|
+
// 提示信息管理
|
|
2622
|
+
promptManagement: {
|
|
2623
|
+
name: "名称",
|
|
2624
|
+
explain: "说明",
|
|
2625
|
+
status: "状态",
|
|
2626
|
+
hintCode: "提示编码",
|
|
2627
|
+
hintInfo: "提示信息",
|
|
2628
|
+
hintSeverity: "严重程度",
|
|
2629
|
+
systemCode: "所属系统",
|
|
2630
|
+
typeCode: "所属分类",
|
|
2631
|
+
moduleCode: "所属模块",
|
|
2632
|
+
hintDescription: "提示描述",
|
|
2633
|
+
parameters: "参数",
|
|
2634
|
+
},
|
|
2614
2635
|
}
|
|
2615
2636
|
};
|
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: {
|
|
@@ -2530,7 +2535,8 @@ export default {
|
|
|
2530
2535
|
advancedcomponents: {
|
|
2531
2536
|
customComponent: "自定义组件",
|
|
2532
2537
|
approval: "审批",
|
|
2533
|
-
auditLog: "审计日志"
|
|
2538
|
+
auditLog: "审计日志",
|
|
2539
|
+
approvalHistory: "审批历史"
|
|
2534
2540
|
},
|
|
2535
2541
|
/*页面组件*/
|
|
2536
2542
|
pagecomponents: {
|
|
@@ -2578,6 +2584,7 @@ export default {
|
|
|
2578
2584
|
refreshData: "Làm mới dữ liệu",
|
|
2579
2585
|
downLoadData: "Drop down để tải dữ liệu",
|
|
2580
2586
|
LoadData: "để tải dữ liệu",
|
|
2587
|
+
getData: "获取数据",
|
|
2581
2588
|
deleteIdData: "Xóa dữ liệu dựa trên ID",
|
|
2582
2589
|
previewComponents: "Xem trước các thành phần",
|
|
2583
2590
|
filePreview: "Xem trước tập tin",
|
|
@@ -2610,6 +2617,20 @@ export default {
|
|
|
2610
2617
|
userOwnershipName: '用户所属名称',
|
|
2611
2618
|
userBelongs: '用户所属类型',
|
|
2612
2619
|
userName: '用户(姓名)',
|
|
2613
|
-
}
|
|
2620
|
+
},
|
|
2621
|
+
// 提示信息管理
|
|
2622
|
+
promptManagement: {
|
|
2623
|
+
name: "名称",
|
|
2624
|
+
explain: "说明",
|
|
2625
|
+
status: "状态",
|
|
2626
|
+
hintCode: "提示编码",
|
|
2627
|
+
hintInfo: "提示信息",
|
|
2628
|
+
hintSeverity: "严重程度",
|
|
2629
|
+
systemCode: "所属系统",
|
|
2630
|
+
typeCode: "所属分类",
|
|
2631
|
+
moduleCode: "所属模块",
|
|
2632
|
+
hintDescription: "提示描述",
|
|
2633
|
+
parameters: "参数",
|
|
2634
|
+
},
|
|
2614
2635
|
}
|
|
2615
2636
|
};
|
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: {
|
|
@@ -2533,7 +2538,8 @@ export default {
|
|
|
2533
2538
|
advancedcomponents: {
|
|
2534
2539
|
customComponent: "自定义组件",
|
|
2535
2540
|
approval: "审批",
|
|
2536
|
-
auditLog: "审计日志"
|
|
2541
|
+
auditLog: "审计日志",
|
|
2542
|
+
approvalHistory: "审批历史"
|
|
2537
2543
|
},
|
|
2538
2544
|
/*页面组件*/
|
|
2539
2545
|
pagecomponents: {
|
|
@@ -2581,6 +2587,7 @@ export default {
|
|
|
2581
2587
|
refreshData: "刷新数据",
|
|
2582
2588
|
downLoadData: "下拉加载数据",
|
|
2583
2589
|
LoadData: "加载数据",
|
|
2590
|
+
getData: "获取数据",
|
|
2584
2591
|
deleteIdData: "根据ID删除数据",
|
|
2585
2592
|
previewComponents: "预览组件",
|
|
2586
2593
|
filePreview: "文件预览",
|
|
@@ -2613,6 +2620,20 @@ export default {
|
|
|
2613
2620
|
userOwnershipName: '用户所属名称',
|
|
2614
2621
|
userBelongs: '用户所属类型',
|
|
2615
2622
|
userName: '用户(姓名)',
|
|
2616
|
-
}
|
|
2623
|
+
},
|
|
2624
|
+
// 提示信息管理
|
|
2625
|
+
promptManagement: {
|
|
2626
|
+
name: "名称",
|
|
2627
|
+
explain: "说明",
|
|
2628
|
+
status: "状态",
|
|
2629
|
+
hintCode: "提示编码",
|
|
2630
|
+
hintInfo: "提示信息",
|
|
2631
|
+
hintSeverity: "严重程度",
|
|
2632
|
+
systemCode: "所属系统",
|
|
2633
|
+
typeCode: "所属分类",
|
|
2634
|
+
moduleCode: "所属模块",
|
|
2635
|
+
hintDescription: "提示描述",
|
|
2636
|
+
parameters: "参数",
|
|
2637
|
+
},
|
|
2617
2638
|
}
|
|
2618
2639
|
};
|