gds-plus-design-vue 1.0.21 → 1.0.24

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/locale/en_US.js CHANGED
@@ -125,7 +125,8 @@ export default {
125
125
  createdContent: "Do you want to create the selected data?",
126
126
  createdOk: "Confirm creation",
127
127
  readTip: "Please select the data you want to view",
128
- readTipOne: "Only one column of data can be selected"
128
+ readTipOne: "Only one column of data can be selected",
129
+ moveTip:'Whether to move the current node?'
129
130
  },
130
131
  /*登录及登录成功提示*/
131
132
  login: {
@@ -255,6 +256,7 @@ export default {
255
256
  formMode: "Form Open Mode",
256
257
  dialog: "Middle pop-up window",
257
258
  drawer: "Right drawer",
259
+ followSystem: "Follow the system",
258
260
  },
259
261
  /*主题色*/
260
262
  theme: {
@@ -1251,6 +1253,13 @@ export default {
1251
1253
  executionTime: "waktu eksekusi",
1252
1254
  address: "address"
1253
1255
  },
1256
+ /*错误页面*/
1257
+ exception: {
1258
+ err403: "Sorry, you do not have access to this page",
1259
+ err404: "Sorry, the page you visited does not exist or is still under development",
1260
+ err500: "Sorry, there was an error on the server",
1261
+ homepage: "Homepage"
1262
+ },
1254
1263
  /*服务监控*/
1255
1264
  machine: {
1256
1265
  systemInformation: "informasi sistem",
@@ -1701,7 +1710,10 @@ export default {
1701
1710
  error: "error",
1702
1711
  code401Tip: "Tips:",
1703
1712
  code401Ok: "Log in again",
1704
- switchApp: "Application switching exception!"
1713
+ switchApp: "Application switching exception!",
1714
+ success: "Success",
1715
+ fail: "Fail",
1716
+ forcedOffline: "You have been forcibly taken offline!"
1705
1717
  }
1706
1718
  }
1707
1719
  };
package/locale/id_ID.js CHANGED
@@ -125,7 +125,9 @@ export default {
125
125
  createdContent: "Apakah Anda ingin menciptakan data yang dipilih?",
126
126
  createdOk: "Konfirmasi pembuatan",
127
127
  readTip: "Please select the data you want to view",
128
- readTipOne: "Only one column of data can be selected"
128
+ readTipOne: "Only one column of data can be selected",
129
+ moveTip:'Whether to move the current node?'
130
+
129
131
  },
130
132
  /*登录及登录成功提示*/
131
133
  login: {
@@ -256,6 +258,7 @@ export default {
256
258
  formMode: "Mod Buka Bentuk",
257
259
  dialog: "Jendela pop-up tengah",
258
260
  drawer: "laci kanan",
261
+ followSystem: "Ikuti sistem",
259
262
  },
260
263
  /*主题色*/
261
264
  theme: {
@@ -1252,6 +1255,13 @@ export default {
1252
1255
  executionTime: "waktu eksekusi",
1253
1256
  address: "address"
1254
1257
  },
1258
+ /*错误页面*/
1259
+ exception: {
1260
+ err403: "Maaf, Anda tidak memiliki akses ke halaman ini",
1261
+ err404: "Maaf, halaman yang Anda kunjungi tidak ada atau masih dalam pengembangan",
1262
+ err500: "Maaf, ada kesalahan di server",
1263
+ homepage: "Kembali ke halaman rumah"
1264
+ },
1255
1265
  /*服务监控*/
1256
1266
  machine: {
1257
1267
  systemInformation: "informasi sistem",
@@ -1703,7 +1713,8 @@ export default {
1703
1713
  code401Ok: "Daftar masuk lagi",
1704
1714
  switchApp: "Penggantian aplikasi pengecualian!",
1705
1715
  success: "sukses",
1706
- fail: "Gagal"
1716
+ fail: "Gagal",
1717
+ forcedOffline: "Anda telah terpaksa diambil offline!"
1707
1718
  }
1708
1719
  }
1709
1720
  };
package/locale/vi_VN.js CHANGED
@@ -125,7 +125,8 @@ export default {
125
125
  createdContent: "Bạn muốn tạo dữ liệu đã chọn?",
126
126
  createdOk: "Xác nhận tạo",
127
127
  readTip: "Hãy chọn dữ liệu cần xem",
128
- readTipOne: "Chỉ có thể chọn một dãy dữ liệu"
128
+ readTipOne: "Chỉ có thể chọn một dãy dữ liệu",
129
+ moveTip:'Có di chuyển nút hiện thời hay không?'
129
130
  },
130
131
  /*登录及登录成功提示*/
131
132
  login: {
@@ -256,6 +257,7 @@ export default {
256
257
  formMode: "Mẫu mở",
257
258
  dialog: "Cửa sổ bật lên giữa",
258
259
  drawer: "Ngăn kéo bên phải",
260
+ followSystem: "Theo hệ thống",
259
261
  },
260
262
  /*主题色*/
261
263
  theme: {
@@ -1252,6 +1254,13 @@ export default {
1252
1254
  executionTime: "Thời gian thực hiện",
1253
1255
  address: "Địa chỉ"
1254
1256
  },
1257
+ /*错误页面*/
1258
+ exception: {
1259
+ err403: "Xin lỗi, bạn không có quyền truy cập trang này",
1260
+ err404: "Rất tiếc, trang bạn đang truy cập không tồn tại hoặc vẫn đang được phát triển.",
1261
+ err500: "Xin lỗi, có lỗi trên máy chủ",
1262
+ homepage: "Trang chủ"
1263
+ },
1255
1264
  /*服务监控*/
1256
1265
  machine: {
1257
1266
  systemInformation: "Thông tin hệ thống",
@@ -1703,7 +1712,8 @@ export default {
1703
1712
  code401Ok: "Đăng nhập lại",
1704
1713
  switchApp: "Ứng dụng chuyển đổi ngoại lệ!",
1705
1714
  success: "thành công",
1706
- fail: 'Thất bại'
1715
+ fail: 'Thất bại',
1716
+ forcedOffline: "Anh đã bị buộc phải rời khỏi dây chuyền!"
1707
1717
  }
1708
1718
  }
1709
1719
  };
package/locale/zh_CN.js CHANGED
@@ -125,7 +125,8 @@ export default {
125
125
  createdContent: "是否创建选中数据?",
126
126
  createdOk: "确认创建",
127
127
  readTip: "请选择需要查看的数据",
128
- readTipOne: "只能选择一列数据"
128
+ readTipOne: "只能选择一列数据",
129
+ moveTip:'是否移动当前节点?'
129
130
  },
130
131
  /*登录及登录成功提示*/
131
132
  login: {
@@ -257,6 +258,7 @@ export default {
257
258
  formMode: "表单打开模式",
258
259
  dialog: "中间弹窗",
259
260
  drawer: "右侧抽屉",
261
+ followSystem: "跟随系统",
260
262
  },
261
263
  /*主题色*/
262
264
  theme: {
@@ -1118,7 +1120,8 @@ export default {
1118
1120
  selectAll: "所有数据全选",
1119
1121
  component: "所属组件(表)",
1120
1122
  containAssembly: "包含的子组件",
1121
- dataErrorTip: "数据错误,当前数据(表)不存在或者已删除!"
1123
+ dataErrorTip: "数据错误,当前数据(表)不存在或者已删除!",
1124
+
1122
1125
  },
1123
1126
  /*字段安全性*/
1124
1127
  fieldSecurity: {
@@ -1257,6 +1260,13 @@ export default {
1257
1260
  executionTime: "执行时间",
1258
1261
  address: "地址"
1259
1262
  },
1263
+ /*错误页面*/
1264
+ exception: {
1265
+ err403: "抱歉,你无权访问该页面",
1266
+ err404: "抱歉,你访问的页面不存在或仍在开发中",
1267
+ err500: "抱歉,服务器出错了",
1268
+ homepage: "返回首页"
1269
+ },
1260
1270
  /*服务监控*/
1261
1271
  machine: {
1262
1272
  systemInformation: "系统信息",
@@ -1848,7 +1858,8 @@ export default {
1848
1858
  code401Ok: "重新登录",
1849
1859
  switchApp: "应用切换异常!",
1850
1860
  success: "成功",
1851
- fail: '失败'
1861
+ fail: '失败',
1862
+ forcedOffline: "你已被强制下线!"
1852
1863
  }
1853
1864
  }
1854
1865
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gds-plus-design-vue",
3
- "version": "1.0.21",
3
+ "version": "1.0.24",
4
4
  "description": "高得CRM-PLUS框架Vue组件",
5
5
  "files": [
6
6
  "lib",
@@ -30,6 +30,10 @@
30
30
  "dependencies": {
31
31
  "@babel/core": "7.22.20",
32
32
  "@babel/preset-env": "7.20.2",
33
+ "@vue-office/docx": "^1.6.3",
34
+ "@vue-office/excel": "^1.7.14",
35
+ "@vue-office/pdf": "^2.0.10",
36
+ "@vue-office/pptx": "^1.0.1",
33
37
  "axios": "1.6.2",
34
38
  "default-passive-events": "2.0.0",
35
39
  "el-tree-transfer": "^2.4.7",
@@ -39,13 +43,14 @@
39
43
  "moment": "^2.30.1",
40
44
  "path-browserify": "1.0.1",
41
45
  "path-to-regexp": "2.4.0",
46
+ "print-js": "^1.6.0",
42
47
  "qrcode": "^1.5.4",
43
48
  "quill": "^2.0.2",
44
- "rollup-plugin-visualizer": "^5.14.0",
45
49
  "screenfull": "^6.0.2",
46
50
  "sortablejs": "^1.15.6",
47
51
  "umy-ui": "^1.1.7",
48
52
  "vue": "^2.7.15",
53
+ "vue-demi": "^0.14.6",
49
54
  "vue-i18n": "^8.27.1",
50
55
  "vue-ls": "^3.2.2",
51
56
  "vue-quill-editor": "^3.0.6",