gds-plus-design-vue 1.1.32 → 1.1.34

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
@@ -130,7 +130,9 @@ export default {
130
130
  moveTip: 'Whether to move the current node?',
131
131
  opportunityTip: 'Please select the business opportunity record that needs to be operated on!',
132
132
  opportunityTipOne: 'Only one business opportunity record can be selected!',
133
- fileNotFoundTip: "The specified file was not found!"
133
+ fileNotFoundTip: "The specified file was not found!",
134
+ noMoreData: "No more data available at the moment",
135
+ loadMoreData: "Click to load more"
134
136
  },
135
137
  /*登录及登录成功提示*/
136
138
  login: {
package/locale/id_ID.js CHANGED
@@ -130,7 +130,9 @@ export default {
130
130
  moveTip: 'Whether to move the current node?',
131
131
  opportunityTip: 'Please select the business opportunity record that needs to be operated on!',
132
132
  opportunityTipOne: 'Only one business opportunity record can be selected!',
133
- fileNotFoundTip: "File yang ditentukan tidak ditemukan!"
133
+ fileNotFoundTip: "File yang ditentukan tidak ditemukan!",
134
+ noMoreData: "Tidak ada lagi data yang tersedia saat ini",
135
+ loadMoreData: "Klik untuk load lebih lanjut"
134
136
  },
135
137
  /*登录及登录成功提示*/
136
138
  login: {
package/locale/vi_VN.js CHANGED
@@ -130,7 +130,9 @@ export default {
130
130
  moveTip: 'Có di chuyển nút hiện thời hay không?',
131
131
  opportunityTip: 'Vui lòng chọn bản ghi cơ hội cần hoạt động!',
132
132
  opportunityTipOne: 'Chỉ có thể chọn một bản ghi cơ hội!',
133
- fileNotFoundTip: "Tập tin được chỉ định không được tìm thấy!"
133
+ fileNotFoundTip: "Tập tin được chỉ định không được tìm thấy!",
134
+ noMoreData: "Không còn dữ liệu có sẵn tại thời điểm này",
135
+ loadMoreData: "Nhấp để tải thêm"
134
136
  },
135
137
  /*登录及登录成功提示*/
136
138
  login: {
package/locale/zh_CN.js CHANGED
@@ -130,7 +130,9 @@ export default {
130
130
  moveTip: '是否移动当前节点?',
131
131
  opportunityTip: '请选择需要操作的商机记录!',
132
132
  opportunityTipOne: '只能选择一条商机记录!',
133
- fileNotFoundTip: "未找到指定文件!"
133
+ fileNotFoundTip: "未找到指定文件!",
134
+ noMoreData: "暂无更多数据",
135
+ loadMoreData: "点击加载更多"
134
136
  },
135
137
  /*登录及登录成功提示*/
136
138
  login: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gds-plus-design-vue",
3
- "version": "1.1.32",
3
+ "version": "1.1.34",
4
4
  "description": "高得CRM-PLUS框架Vue组件",
5
5
  "files": [
6
6
  "lib",
@@ -31,10 +31,6 @@
31
31
  "dependencies": {
32
32
  "@babel/core": "7.22.20",
33
33
  "@babel/preset-env": "7.20.2",
34
- "@vue-office/docx": "^1.6.3",
35
- "@vue-office/excel": "^1.7.14",
36
- "@vue-office/pdf": "^2.0.10",
37
- "@vue-office/pptx": "^1.0.1",
38
34
  "axios": "1.6.2",
39
35
  "default-passive-events": "2.0.0",
40
36
  "el-tree-transfer": "^2.4.7",
@@ -45,13 +41,11 @@
45
41
  "path-browserify": "1.0.1",
46
42
  "path-to-regexp": "2.4.0",
47
43
  "print-js": "^1.6.0",
48
- "qrcode": "^1.5.4",
49
44
  "quill": "^2.0.2",
50
45
  "screenfull": "^6.0.2",
51
46
  "sortablejs": "^1.15.6",
52
47
  "umy-ui": "^1.1.7",
53
48
  "vue": "^2.7.15",
54
- "vue-demi": "^0.14.6",
55
49
  "vue-i18n": "^8.27.1",
56
50
  "vue-ls": "^3.2.2",
57
51
  "vue-quill-editor": "^3.0.6",
@@ -75,7 +69,7 @@
75
69
  "echarts": "5.4.3",
76
70
  "eslint": "6.7.2",
77
71
  "eslint-plugin-vue": "6.2.2",
78
- "gds-plus-design-vue": "1.0.0",
72
+ "gds-plus-design-vue": "1.1.33",
79
73
  "fast-glob": "3.3.1",
80
74
  "fuse.js": "3.4.4",
81
75
  "highlight.js": "11.9.0",