@newview/ui 1.1.7 → 1.1.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -34,17 +34,22 @@
34
34
  "@newview/base-vue": "^1.1.0",
35
35
  "@newview/infrastructure": "^1.1.0",
36
36
  "@newview/tools": "^1.1.0",
37
+ "@vue-office/docx": "1.3.0",
37
38
  "ace-builds": "^1.23.1",
39
+ "axios": "1.5.0",
38
40
  "bin-editor-next": "^1.1.0",
39
41
  "dayjs": "1.11.7",
42
+ "docx": "8.2.2",
40
43
  "jquery": "3.6.3",
41
44
  "jszip": "3.10.1",
42
45
  "linq": "4.0.1",
43
46
  "monaco-editor": "0.36.1",
44
47
  "qrcodejs2": "0.0.2",
45
48
  "sass": "1.56.2",
49
+ "sortablejs": "^1.15.0",
46
50
  "view-ui-plus": "1.3.1",
47
51
  "vue": "3.2.45",
52
+ "vue-draggable-next": "^2.2.1",
48
53
  "vue-router": "4.1.6",
49
54
  "vxe-table": "4.3.7",
50
55
  "x2js": "3.4.4",
package/types/Grid.d.ts CHANGED
@@ -266,7 +266,7 @@ export interface GridSetting {
266
266
  /**
267
267
  * 分页组件配置
268
268
  */
269
- pageConfig?: PageConfig
269
+ pageConfig?: PageConfig;
270
270
  /**
271
271
  * 是否显示边框
272
272
  */