@newview/ui 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/package.json +21 -21
  2. package/types/Grid.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -34,33 +34,33 @@
34
34
  "@newview/base-vue": "^0.0.3",
35
35
  "@newview/infrastructure": "^0.0.4",
36
36
  "@newview/tools": "^0.0.1",
37
- "ace-builds": "^1.23.1",
38
- "bin-editor-next": "^1.1.0",
39
- "dayjs": "^1.11.7",
40
- "jquery": "^3.6.3",
41
- "jszip": "^3.10.1",
42
- "linq": "^4.0.1",
43
- "monaco-editor": "^0.36.1",
44
- "qrcodejs2": "^0.0.2",
45
- "sass": "^1.56.2",
46
- "view-ui-plus": "^1.3.1",
47
- "vue": "^3.2.45",
37
+ "ace-builds": "1.23.1",
38
+ "bin-editor-next": "1.1.0",
39
+ "dayjs": "1.11.7",
40
+ "jquery": "3.6.3",
41
+ "jszip": "3.10.1",
42
+ "linq": "4.0.1",
43
+ "monaco-editor": "0.36.1",
44
+ "qrcodejs2": "0.0.2",
45
+ "sass": "1.56.2",
46
+ "view-ui-plus": "1.3.1",
47
+ "vue": "3.2.45",
48
48
  "vue-router": "^4.1.6",
49
49
  "vxe-table": "4.3.7",
50
50
  "x2js": "^3.4.4",
51
- "xe-utils": "^3.5.7",
51
+ "xe-utils": "3.5.7",
52
52
  "xlsx": "^0.15.6"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/file-saver": "^2.0.5",
56
- "@types/jquery": "^3.5.16",
55
+ "@types/file-saver": "2.0.5",
56
+ "@types/jquery": "3.5.16",
57
57
  "@types/node": "^18.11.18",
58
- "@vitejs/plugin-vue": "^4.0.0",
59
- "file-saver": "^2.0.5",
60
- "npm-run-all": "^4.1.5",
61
- "terser": "^5.16.8",
58
+ "@vitejs/plugin-vue": "4.0.0",
59
+ "file-saver": "2.0.5",
60
+ "npm-run-all": "4.1.5",
61
+ "terser": "5.16.8",
62
62
  "typescript": "^4.9.3",
63
- "vite": "^4.0.0",
64
- "vue-tsc": "^1.0.11"
63
+ "vite": "4.0.0",
64
+ "vue-tsc": "1.0.11"
65
65
  }
66
66
  }
package/types/Grid.d.ts CHANGED
@@ -541,7 +541,7 @@ export declare class GridInstance extends BaseInstance {
541
541
  * @param value
542
542
  * @param isOnlyAddSetValue
543
543
  */
544
- setGloablValue(key: string, value: any, isOnlyAddSetValue: boolean = false): void;
544
+ setGloablValue(key: string, value: any, isOnlyAddSetValue?: boolean): void;
545
545
 
546
546
  /**
547
547
  * 填充全局值到Row