@newview/ui 1.1.82 → 1.1.83
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 +71 -71
- package/types/ComForm.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
2
|
+
"name": "@newview/ui",
|
|
3
|
+
"version": "1.1.83",
|
|
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/ComForm.d.ts
CHANGED
|
@@ -1748,7 +1748,7 @@ export interface ComFormItem {
|
|
|
1748
1748
|
*/
|
|
1749
1749
|
type?: "Switch" | "Label" | "Button" | "ButtonNoCol" | "Input" | "InputNumber" | "Select" | "Radio" | "Checkbox" |
|
|
1750
1750
|
"TreeSelect" | "City" | "AutoComplete" | "Slider" | "DatePicker" | "TimePicker" | "Cascader" |
|
|
1751
|
-
"TagSelect" | "Rate" | "ColorPicker" | "IconSelect" | "UploadFile" | 'TextEditor' | 'DicSelect' | 'Structure' | 'StructureType' | "UploadFileList" | "CASign" | "Mile";
|
|
1751
|
+
"TagSelect" | "Rate" | "ColorPicker" | "IconSelect" | "UploadFile" | 'TextEditor' | 'DicSelect' | 'Structure' | 'StructureType' | 'Structure_HC' | "UploadFileList" | "CASign" | "Mile";
|
|
1752
1752
|
|
|
1753
1753
|
/**
|
|
1754
1754
|
* Switch 参数
|