gds-plus-design-vue 1.1.45 → 1.1.47
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 +64 -64
- package/lib/{index.3ebdc524.mjs → index.ba2c251f.mjs} +4800 -3619
- package/lib/{main.387f006d.mjs → main.9949625b.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +18 -4
- package/locale/id_ID.js +18 -4
- package/locale/vi_VN.js +18 -4
- package/locale/zh_CN.js +16 -3
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -515,7 +515,11 @@ export default {
|
|
|
515
515
|
btnRules: "Button Rules",
|
|
516
516
|
basicInformation: "Basic information",
|
|
517
517
|
tablePrimaryKeyTip: "The table does not have a primary key field set",
|
|
518
|
-
columnPrimaryKeyTip: "Display column without primary key field configured"
|
|
518
|
+
columnPrimaryKeyTip: "Display column without primary key field configured",
|
|
519
|
+
lastWeek: "Within a week",
|
|
520
|
+
lastMonth: "Last month",
|
|
521
|
+
pastThreeMonths: "In the past three months",
|
|
522
|
+
filterFields: "Filter fields"
|
|
519
523
|
},
|
|
520
524
|
/*表单*/
|
|
521
525
|
form: {
|
|
@@ -857,7 +861,9 @@ export default {
|
|
|
857
861
|
beenSet: "Cc",
|
|
858
862
|
withdrawed: "Ditarik",
|
|
859
863
|
labelBtn: "Hak operasi",
|
|
860
|
-
assApply: "
|
|
864
|
+
assApply: "Re apply",
|
|
865
|
+
btnHistory: 'Load more approval history'
|
|
866
|
+
|
|
861
867
|
},
|
|
862
868
|
/*高级查找*/
|
|
863
869
|
advancedFind: {
|
|
@@ -1101,7 +1107,7 @@ export default {
|
|
|
1101
1107
|
showSymbol: "Symbol point",
|
|
1102
1108
|
labelFontSize: "X-axis font size",
|
|
1103
1109
|
sequenceConfig: "Sequence configuration",
|
|
1104
|
-
|
|
1110
|
+
displayRules: "Display rules",
|
|
1105
1111
|
notConfigured: "Not configured",
|
|
1106
1112
|
configured: "Configured",
|
|
1107
1113
|
},
|
|
@@ -2008,6 +2014,7 @@ export default {
|
|
|
2008
2014
|
pleaseClickOnTheDetailsGenerator: "Please click on the details generator",
|
|
2009
2015
|
pleaseClickOnChartBuilder: "Please click on the chart generator",
|
|
2010
2016
|
pleaseClickOnFormGenerator: "Please click on the table generator",
|
|
2017
|
+
pleaseClickFiltering: "Please click on the filter generator"
|
|
2011
2018
|
},
|
|
2012
2019
|
/*目录属性*/
|
|
2013
2020
|
directory: {
|
|
@@ -2077,6 +2084,7 @@ export default {
|
|
|
2077
2084
|
fieldConfiguration: "Field configuration",
|
|
2078
2085
|
displayColumn: "Display columns",
|
|
2079
2086
|
chartGenerator: "Chart Generator",
|
|
2087
|
+
filteringGenerator: "Filter Generator",
|
|
2080
2088
|
selectionView: "Select View",
|
|
2081
2089
|
selectionChart: "Select Chart",
|
|
2082
2090
|
add: "Add",
|
|
@@ -2324,7 +2332,11 @@ export default {
|
|
|
2324
2332
|
timer: "Timer",
|
|
2325
2333
|
spaceTrim: "Remove spaces",
|
|
2326
2334
|
aroundSpace: "Front and back spaces",
|
|
2327
|
-
allSpace: "All spaces"
|
|
2335
|
+
allSpace: "All spaces",
|
|
2336
|
+
interactiveName: "Interaction Name",
|
|
2337
|
+
foldField: "Folding filter options",
|
|
2338
|
+
valueChange: "Value change",
|
|
2339
|
+
clickBtn: "Click on the button"
|
|
2328
2340
|
},
|
|
2329
2341
|
/*集群列表 */
|
|
2330
2342
|
colony: {
|
|
@@ -2498,6 +2510,8 @@ export default {
|
|
|
2498
2510
|
filePreview: "File preview",
|
|
2499
2511
|
globalComponents: "Global components",
|
|
2500
2512
|
pageComponents: "On page components",
|
|
2513
|
+
filterData: "Filter data",
|
|
2514
|
+
enlargeChart: "Enlarge the chart",
|
|
2501
2515
|
}
|
|
2502
2516
|
}
|
|
2503
2517
|
};
|
package/locale/id_ID.js
CHANGED
|
@@ -515,7 +515,11 @@ export default {
|
|
|
515
515
|
btnRules: "Aturan Tombol",
|
|
516
516
|
basicInformation: "Informasi dasar",
|
|
517
517
|
tablePrimaryKeyTip: "Tabel tidak memiliki set bidang kunci utama",
|
|
518
|
-
columnPrimaryKeyTip: "Tampilkan kolom tanpa bidang kunci utama yang dikonfigurasi"
|
|
518
|
+
columnPrimaryKeyTip: "Tampilkan kolom tanpa bidang kunci utama yang dikonfigurasi",
|
|
519
|
+
lastWeek: "Dalam waktu seminggu",
|
|
520
|
+
lastMonth: "bulan lalu",
|
|
521
|
+
pastThreeMonths: "Dalam tiga bulan terakhir",
|
|
522
|
+
filterFields: "Bidang filter"
|
|
519
523
|
},
|
|
520
524
|
/*表单*/
|
|
521
525
|
form: {
|
|
@@ -857,7 +861,9 @@ export default {
|
|
|
857
861
|
beenSet: "Cc",
|
|
858
862
|
withdrawed: "Ditarik",
|
|
859
863
|
labelBtn: "Hak operasi",
|
|
860
|
-
assApply: "
|
|
864
|
+
assApply: "Re apply",
|
|
865
|
+
btnHistory: 'Load more approval history'
|
|
866
|
+
|
|
861
867
|
},
|
|
862
868
|
/*高级查找*/
|
|
863
869
|
advancedFind: {
|
|
@@ -1101,7 +1107,7 @@ export default {
|
|
|
1101
1107
|
showSymbol: "Simbol titik",
|
|
1102
1108
|
labelFontSize: "Ukuran font sumbu X",
|
|
1103
1109
|
sequenceConfig: "Konfigurasi urutan",
|
|
1104
|
-
|
|
1110
|
+
displayRules: "Tampilkan aturan",
|
|
1105
1111
|
notConfigured: "Tidak dikonfigurasi",
|
|
1106
1112
|
configured: "Dikonfigurasi",
|
|
1107
1113
|
},
|
|
@@ -2010,6 +2016,7 @@ export default {
|
|
|
2010
2016
|
pleaseClickOnTheDetailsGenerator: "请点击详情生成器",
|
|
2011
2017
|
pleaseClickOnChartBuilder: "请点击图表生成器",
|
|
2012
2018
|
pleaseClickOnFormGenerator: "请点击表格生成器",
|
|
2019
|
+
pleaseClickFiltering: "请点击筛选生成器"
|
|
2013
2020
|
},
|
|
2014
2021
|
/*目录属性*/
|
|
2015
2022
|
directory: {
|
|
@@ -2079,6 +2086,7 @@ export default {
|
|
|
2079
2086
|
fieldConfiguration: "字段配置",
|
|
2080
2087
|
displayColumn: "显示列",
|
|
2081
2088
|
chartGenerator: "图表生成器",
|
|
2089
|
+
filteringGenerator: "Filter Generator",
|
|
2082
2090
|
selectionView: "选择视图",
|
|
2083
2091
|
selectionChart: "选择图表",
|
|
2084
2092
|
add: "新增",
|
|
@@ -2326,7 +2334,11 @@ export default {
|
|
|
2326
2334
|
timer: "timer",
|
|
2327
2335
|
spaceTrim: "Hapus ruang",
|
|
2328
2336
|
aroundSpace: "Ruang depan dan belakang",
|
|
2329
|
-
allSpace: "Semua ruang"
|
|
2337
|
+
allSpace: "Semua ruang",
|
|
2338
|
+
interactiveName: "Nama Interaksi",
|
|
2339
|
+
foldField: "Pilihan filter lipat",
|
|
2340
|
+
valueChange: "Perubahan nilai",
|
|
2341
|
+
clickBtn: "Klik pada tombol"
|
|
2330
2342
|
},
|
|
2331
2343
|
/*集群列表 */
|
|
2332
2344
|
colony: {
|
|
@@ -2500,6 +2512,8 @@ export default {
|
|
|
2500
2512
|
filePreview: "Pratinjau file",
|
|
2501
2513
|
globalComponents: "Komponen global",
|
|
2502
2514
|
pageComponents: "Pada komponen halaman",
|
|
2515
|
+
filterData: "Filter data",
|
|
2516
|
+
enlargeChart: "Membesarkan grafik",
|
|
2503
2517
|
}
|
|
2504
2518
|
}
|
|
2505
2519
|
};
|
package/locale/vi_VN.js
CHANGED
|
@@ -515,7 +515,11 @@ export default {
|
|
|
515
515
|
btnRules: "Quy tắc nút",
|
|
516
516
|
basicInformation: "Thông tin cơ bản",
|
|
517
517
|
tablePrimaryKeyTip: "Bảng không có một bộ trường khóa chính",
|
|
518
|
-
columnPrimaryKeyTip: "Cột hiển thị mà không có trường khóa chính được cấu hình"
|
|
518
|
+
columnPrimaryKeyTip: "Cột hiển thị mà không có trường khóa chính được cấu hình",
|
|
519
|
+
lastWeek: "Trong vòng một tuần",
|
|
520
|
+
lastMonth: "Tháng trước",
|
|
521
|
+
pastThreeMonths: "Trong ba tháng qua",
|
|
522
|
+
filterFields: "Các trường lọc"
|
|
519
523
|
},
|
|
520
524
|
/*表单*/
|
|
521
525
|
form: {
|
|
@@ -857,7 +861,9 @@ export default {
|
|
|
857
861
|
beenSet: "Bản sao chép",
|
|
858
862
|
withdrawed: "Rút tiền",
|
|
859
863
|
labelBtn: "Quyền hoạt động",
|
|
860
|
-
assApply: "
|
|
864
|
+
assApply: "Áp dụng lại",
|
|
865
|
+
btnHistory: 'Tải thêm lịch sử phê duyệt'
|
|
866
|
+
|
|
861
867
|
},
|
|
862
868
|
/*高级查找*/
|
|
863
869
|
advancedFind: {
|
|
@@ -1101,7 +1107,7 @@ export default {
|
|
|
1101
1107
|
showSymbol: "Điểm biểu tượng",
|
|
1102
1108
|
labelFontSize: "Kích thước phông chữ trục X",
|
|
1103
1109
|
sequenceConfig: "Cấu hình chuỗi",
|
|
1104
|
-
|
|
1110
|
+
displayRules: "Quy tắc hiển thị",
|
|
1105
1111
|
notConfigured: "Không cấu hình",
|
|
1106
1112
|
configured: "Cấu hình",
|
|
1107
1113
|
},
|
|
@@ -2010,6 +2016,7 @@ export default {
|
|
|
2010
2016
|
pleaseClickOnTheDetailsGenerator: "请点击详情生成器",
|
|
2011
2017
|
pleaseClickOnChartBuilder: "请点击图表生成器",
|
|
2012
2018
|
pleaseClickOnFormGenerator: "请点击表格生成器",
|
|
2019
|
+
pleaseClickFiltering:"请点击筛选生成器"
|
|
2013
2020
|
},
|
|
2014
2021
|
/*目录属性*/
|
|
2015
2022
|
directory: {
|
|
@@ -2079,6 +2086,7 @@ export default {
|
|
|
2079
2086
|
fieldConfiguration: "字段配置",
|
|
2080
2087
|
displayColumn: "显示列",
|
|
2081
2088
|
chartGenerator: "图表生成器",
|
|
2089
|
+
filteringGenerator: "Máy phát lọc",
|
|
2082
2090
|
selectionView: "选择视图",
|
|
2083
2091
|
selectionChart: "选择图表",
|
|
2084
2092
|
add: "新增",
|
|
@@ -2326,7 +2334,11 @@ export default {
|
|
|
2326
2334
|
timer: "Thời gian",
|
|
2327
2335
|
spaceTrim: "Xóa các khoảng trống",
|
|
2328
2336
|
aroundSpace: "Không gian phía trước và phía sau",
|
|
2329
|
-
allSpace: "Tất cả không gian"
|
|
2337
|
+
allSpace: "Tất cả không gian",
|
|
2338
|
+
interactiveName: "Tên tương tác",
|
|
2339
|
+
foldField: "Tùy chọn lọc gấp",
|
|
2340
|
+
valueChange: "Thay đổi giá trị",
|
|
2341
|
+
clickBtn: "Nhấp vào nút"
|
|
2330
2342
|
},
|
|
2331
2343
|
/*集群列表 */
|
|
2332
2344
|
colony: {
|
|
@@ -2500,6 +2512,8 @@ export default {
|
|
|
2500
2512
|
filePreview: "Xem trước tập tin",
|
|
2501
2513
|
globalComponents: "Các thành phần toàn cầu",
|
|
2502
2514
|
pageComponents: "Trên các thành phần trang",
|
|
2515
|
+
filterData: "Dữ liệu lọc",
|
|
2516
|
+
enlargeChart: "Mở rộng biểu đồ",
|
|
2503
2517
|
}
|
|
2504
2518
|
}
|
|
2505
2519
|
};
|
package/locale/zh_CN.js
CHANGED
|
@@ -515,7 +515,11 @@ export default {
|
|
|
515
515
|
btnRules: "按钮规则",
|
|
516
516
|
basicInformation: "基础信息",
|
|
517
517
|
tablePrimaryKeyTip: "表未设置主键字段",
|
|
518
|
-
columnPrimaryKeyTip: "显示列未配置主键字段"
|
|
518
|
+
columnPrimaryKeyTip: "显示列未配置主键字段",
|
|
519
|
+
lastWeek: "最近一周",
|
|
520
|
+
lastMonth: "最近一个月",
|
|
521
|
+
pastThreeMonths: "最近三个月",
|
|
522
|
+
filterFields: "筛选字段"
|
|
519
523
|
},
|
|
520
524
|
/*表单*/
|
|
521
525
|
form: {
|
|
@@ -858,6 +862,7 @@ export default {
|
|
|
858
862
|
withdrawed: "已撤回",
|
|
859
863
|
labelBtn: "操作权限",
|
|
860
864
|
assApply: "再次申请",
|
|
865
|
+
btnHistory: '加载更多审批历史'
|
|
861
866
|
},
|
|
862
867
|
/*高级查找*/
|
|
863
868
|
advancedFind: {
|
|
@@ -1101,7 +1106,7 @@ export default {
|
|
|
1101
1106
|
showSymbol: "符号点",
|
|
1102
1107
|
labelFontSize: "X轴字体大小",
|
|
1103
1108
|
sequenceConfig: "序列配置",
|
|
1104
|
-
|
|
1109
|
+
displayRules: "显示规则",
|
|
1105
1110
|
notConfigured: "未配置",
|
|
1106
1111
|
configured: "已配置",
|
|
1107
1112
|
},
|
|
@@ -2010,6 +2015,7 @@ export default {
|
|
|
2010
2015
|
pleaseClickOnTheDetailsGenerator: "请点击详情生成器",
|
|
2011
2016
|
pleaseClickOnChartBuilder: "请点击图表生成器",
|
|
2012
2017
|
pleaseClickOnFormGenerator: "请点击表格生成器",
|
|
2018
|
+
pleaseClickFiltering: "请点击筛选生成器"
|
|
2013
2019
|
},
|
|
2014
2020
|
/*目录属性*/
|
|
2015
2021
|
directory: {
|
|
@@ -2079,6 +2085,7 @@ export default {
|
|
|
2079
2085
|
fieldConfiguration: "字段配置",
|
|
2080
2086
|
displayColumn: "显示列",
|
|
2081
2087
|
chartGenerator: "图表生成器",
|
|
2088
|
+
filteringGenerator: "过滤生成器",
|
|
2082
2089
|
selectionView: "选择视图",
|
|
2083
2090
|
selectionChart: "选择图表",
|
|
2084
2091
|
add: "新增",
|
|
@@ -2326,7 +2333,11 @@ export default {
|
|
|
2326
2333
|
timer: "计时器",
|
|
2327
2334
|
spaceTrim: "去除空格",
|
|
2328
2335
|
aroundSpace: "前后空格",
|
|
2329
|
-
allSpace: "所有空格"
|
|
2336
|
+
allSpace: "所有空格",
|
|
2337
|
+
interactiveName: "交互名称",
|
|
2338
|
+
foldField: "折叠筛选项",
|
|
2339
|
+
valueChange: "值变化",
|
|
2340
|
+
clickBtn: "点击按钮"
|
|
2330
2341
|
},
|
|
2331
2342
|
/*集群列表 */
|
|
2332
2343
|
colony: {
|
|
@@ -2500,6 +2511,8 @@ export default {
|
|
|
2500
2511
|
filePreview: "文件预览",
|
|
2501
2512
|
globalComponents: "全局组件",
|
|
2502
2513
|
pageComponents: "页面内组件",
|
|
2514
|
+
filterData: "筛选数据",
|
|
2515
|
+
enlargeChart: "放大图表",
|
|
2503
2516
|
}
|
|
2504
2517
|
}
|
|
2505
2518
|
};
|