@newview/ui 1.1.70 → 1.1.71

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,73 +1,73 @@
1
1
  {
2
- "name": "@newview/ui",
3
- "version": "1.1.70",
4
- "author": "newview",
5
- "type": "module",
6
- "main": "./dist/newview-ui.umd.cjs",
7
- "module": "./dist/newview-ui.js",
8
- "typings": "types/index.d.ts",
9
- "files": ["dist/*", "types/*", "package.json", "tsconfig.json", "tsconfig.node.json", "vite.config.ts", "README.md"],
10
- "exports": {
11
- "./dist/style.css": "./dist/style.css",
12
- "./css": "./dist/style.css",
13
- ".": {
14
- "import": "./dist/newview-ui.js",
15
- "require": "./dist/newview-ui.umd.cjs"
16
- }
17
- },
18
- "scripts": {
19
- "dev": "vite",
20
- "build": "run-p type-check build-watch",
21
- "preview": "vite preview",
22
- "build-only": "vite build",
23
- "build-watch": "vite build --watch",
24
- "type-check": "vue-tsc --noEmit",
25
- "p": "npm publish --access public",
26
- "build-p": "run-p type-check build-only p"
27
- },
28
- "dependencies": {
29
- "@js-preview/docx": "^1.6.2",
30
- "@newview/base-vue": "^1.1.0",
31
- "@newview/infrastructure": "^1.1.0",
32
- "@newview/tools": "^1.1.0",
33
- "@microsoft/fetch-event-source": "^2.0.1",
34
- "gsap": "^3.12.5",
35
- "particlesjs": "^2.2.3",
36
- "three": "^0.160.1",
37
- "md-editor-v3": "^4.20.2",
38
- "ace-builds": "1.23.1",
39
- "axios": "1.6.2",
40
- "bin-editor-next": "1.1.0",
41
- "dayjs": "1.11.7",
42
- "docx": "8.2.2",
43
- "jquery": "3.6.3",
44
- "jszip": "3.10.1",
45
- "linq": "4.0.1",
46
- "monaco-editor": "0.36.1",
47
- "qrcodejs2": "0.0.2",
48
- "sass": "1.56.2",
49
- "sortablejs": "^1.15.0",
50
- "view-ui-plus": "1.3.1",
51
- "vue": "3.2.45",
52
- "vue-draggable-next": "^2.2.1",
53
- "vue-router": "4.1.6",
54
- "vuedraggable": "^4.1.0",
55
- "vxe-table": "4.3.7",
56
- "x2js": "3.4.4",
57
- "xe-utils": "3.5.7",
58
- "xlsx-style-vite": "0.0.2",
59
- "xlsx": "0.15.6"
60
- },
61
- "devDependencies": {
62
- "@types/file-saver": "2.0.5",
63
- "@types/jquery": "3.5.16",
64
- "@types/node": "^18.11.18",
65
- "@vitejs/plugin-vue": "4.0.0",
66
- "file-saver": "2.0.5",
67
- "npm-run-all": "4.1.5",
68
- "terser": "5.16.8",
69
- "typescript": "4.9.3",
70
- "vite": "4.0.0",
71
- "vue-tsc": "1.0.11"
72
- }
2
+ "name": "@newview/ui",
3
+ "version": "1.1.71",
4
+ "author": "newview",
5
+ "type": "module",
6
+ "main": "./dist/newview-ui.umd.cjs",
7
+ "module": "./dist/newview-ui.js",
8
+ "typings": "types/index.d.ts",
9
+ "files": ["dist/*", "types/*", "package.json", "tsconfig.json", "tsconfig.node.json", "vite.config.ts", "README.md"],
10
+ "exports": {
11
+ "./dist/style.css": "./dist/style.css",
12
+ "./css": "./dist/style.css",
13
+ ".": {
14
+ "import": "./dist/newview-ui.js",
15
+ "require": "./dist/newview-ui.umd.cjs"
16
+ }
17
+ },
18
+ "scripts": {
19
+ "dev": "vite",
20
+ "build": "run-p type-check build-watch",
21
+ "preview": "vite preview",
22
+ "build-only": "vite build",
23
+ "build-watch": "vite build --watch",
24
+ "type-check": "vue-tsc --noEmit",
25
+ "p": "npm publish --access public",
26
+ "build-p": "run-p type-check build-only p"
27
+ },
28
+ "dependencies": {
29
+ "@js-preview/docx": "^1.6.2",
30
+ "core-js": "^3.39.0",
31
+ "@newview/base-vue": "^1.1.0",
32
+ "@newview/infrastructure": "^1.1.0",
33
+ "@newview/tools": "^1.1.0",
34
+ "@microsoft/fetch-event-source": "^2.0.1",
35
+ "gsap": "^3.12.5",
36
+ "particlesjs": "^2.2.3",
37
+ "three": "^0.160.1",
38
+ "ace-builds": "1.23.1",
39
+ "axios": "1.6.2",
40
+ "bin-editor-next": "1.1.0",
41
+ "dayjs": "1.11.7",
42
+ "docx": "8.2.2",
43
+ "jquery": "3.6.3",
44
+ "jszip": "3.10.1",
45
+ "linq": "4.0.1",
46
+ "monaco-editor": "0.36.1",
47
+ "qrcodejs2": "0.0.2",
48
+ "sass": "1.56.2",
49
+ "sortablejs": "^1.15.0",
50
+ "view-ui-plus": "1.3.1",
51
+ "vue": "3.2.45",
52
+ "vue-draggable-next": "^2.2.1",
53
+ "vue-router": "4.1.6",
54
+ "vuedraggable": "^4.1.0",
55
+ "vxe-table": "4.3.7",
56
+ "x2js": "3.4.4",
57
+ "xe-utils": "3.5.7",
58
+ "xlsx-style-vite": "0.0.2",
59
+ "xlsx": "0.15.6"
60
+ },
61
+ "devDependencies": {
62
+ "@types/file-saver": "2.0.5",
63
+ "@types/jquery": "3.5.16",
64
+ "@types/node": "^18.11.18",
65
+ "@vitejs/plugin-vue": "4.0.0",
66
+ "file-saver": "2.0.5",
67
+ "npm-run-all": "4.1.5",
68
+ "terser": "5.16.8",
69
+ "typescript": "4.9.3",
70
+ "vite": "4.0.0",
71
+ "vue-tsc": "1.0.11"
72
+ }
73
73
  }
package/types/Grid.d.ts CHANGED
@@ -151,7 +151,12 @@ export interface GridInputNumberProp {
151
151
  /**
152
152
  * 每次改变的步伐,可以是小数 默认值: 1
153
153
  */
154
- step?: number
154
+ step?: number,
155
+
156
+ /**
157
+ * 是否只读
158
+ */
159
+ readonly?: boolean
155
160
  }
156
161
 
157
162
  /**
package/vite.config.ts CHANGED
@@ -36,6 +36,7 @@ export default defineConfig({
36
36
  "vuedraggable",
37
37
  "sortablejs",
38
38
  "@js-preview/docx",
39
+ "core-js"
39
40
  ],
40
41
  output: {
41
42
  globals: {