zhytech-ui 1.1.39 → 1.1.40
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/README.md +5 -0
- package/dist/src/components/filePreview/components/videoPreview.vue.d.ts +11 -48
- package/dist/src/components/filePreview/index.vue.d.ts +9 -2
- package/dist/src/components/filePreview/types/filePreviewType.d.ts +99 -86
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +17890 -15608
- package/dist/zhytech-ui.umd.js +235 -31
- package/package.json +107 -106
package/package.json
CHANGED
|
@@ -1,106 +1,107 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "zhytech-ui",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"private": false,
|
|
5
|
-
"type": "module",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "vite --force",
|
|
8
|
-
"build": "vite build",
|
|
9
|
-
"preview": "vite preview",
|
|
10
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
11
|
-
"format": "prettier --write src/",
|
|
12
|
-
"test": "npm run build && npm pack"
|
|
13
|
-
},
|
|
14
|
-
"files": [
|
|
15
|
-
"dist"
|
|
16
|
-
],
|
|
17
|
-
"description": "基于Vue3 + ElementPlus + TypeScript封装的组件库",
|
|
18
|
-
"author": "SJZ",
|
|
19
|
-
"keywords": [
|
|
20
|
-
"zhytech-ui",
|
|
21
|
-
"ui",
|
|
22
|
-
"form",
|
|
23
|
-
"vue"
|
|
24
|
-
],
|
|
25
|
-
"license": "MIT",
|
|
26
|
-
"main": "./dist/zhytech-ui.umd.js",
|
|
27
|
-
"module": "./dist/zhytech-ui.es.js",
|
|
28
|
-
"types": "./dist/src/index.d.ts",
|
|
29
|
-
"style": "./dist/style.css",
|
|
30
|
-
"exports": {
|
|
31
|
-
".": {
|
|
32
|
-
"import": "./dist/zhytech-ui.es.js",
|
|
33
|
-
"require": "./dist/zhytech-ui.umd.js",
|
|
34
|
-
"types": "./dist/src/index.d.ts"
|
|
35
|
-
},
|
|
36
|
-
"./dist/style.css": "./dist/style.css"
|
|
37
|
-
},
|
|
38
|
-
"publishConfig": {
|
|
39
|
-
"registry": "https://registry.npmjs.org/"
|
|
40
|
-
},
|
|
41
|
-
"volta": {
|
|
42
|
-
"node": "18.16.0"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@js-preview/docx": "^1.6.4",
|
|
46
|
-
"@js-preview/excel": "^1.7.14",
|
|
47
|
-
"@vueuse/core": "^10.4.1",
|
|
48
|
-
"@wangeditor/editor": "5.1.23",
|
|
49
|
-
"@wangeditor/editor-for-vue": "5.1.12",
|
|
50
|
-
"axios": "^1.4.0",
|
|
51
|
-
"core-js": "^3.39.0",
|
|
52
|
-
"dayjs": "^1.11.13",
|
|
53
|
-
"element-plus": "2.6.1",
|
|
54
|
-
"markdown-it": "^14.1.0",
|
|
55
|
-
"postcss-pxtorem": "^6.0.0",
|
|
56
|
-
"pptx-preview": "^1.0.1",
|
|
57
|
-
"sortablejs": "^1.15.0",
|
|
58
|
-
"vue": "^3.4.37",
|
|
59
|
-
"vue-router": "^4.2.0",
|
|
60
|
-
"vue3-puzzle-vcode": "^1.1.7",
|
|
61
|
-
"vue3-video-play": "^1.3.1"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@
|
|
68
|
-
"@unocss/
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@vue/eslint-config-
|
|
72
|
-
"@vue/
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"eslint
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"sass
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"unocss
|
|
86
|
-
"
|
|
87
|
-
"unplugin-
|
|
88
|
-
"
|
|
89
|
-
"vite
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"@js-preview/
|
|
95
|
-
"@
|
|
96
|
-
"@
|
|
97
|
-
"@wangeditor/editor
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"vue
|
|
105
|
-
|
|
106
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "zhytech-ui",
|
|
3
|
+
"version": "1.1.40",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "vite --force",
|
|
8
|
+
"build": "vite build",
|
|
9
|
+
"preview": "vite preview",
|
|
10
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
11
|
+
"format": "prettier --write src/",
|
|
12
|
+
"test": "npm run build && npm pack"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"description": "基于Vue3 + ElementPlus + TypeScript封装的组件库",
|
|
18
|
+
"author": "SJZ",
|
|
19
|
+
"keywords": [
|
|
20
|
+
"zhytech-ui",
|
|
21
|
+
"ui",
|
|
22
|
+
"form",
|
|
23
|
+
"vue"
|
|
24
|
+
],
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"main": "./dist/zhytech-ui.umd.js",
|
|
27
|
+
"module": "./dist/zhytech-ui.es.js",
|
|
28
|
+
"types": "./dist/src/index.d.ts",
|
|
29
|
+
"style": "./dist/style.css",
|
|
30
|
+
"exports": {
|
|
31
|
+
".": {
|
|
32
|
+
"import": "./dist/zhytech-ui.es.js",
|
|
33
|
+
"require": "./dist/zhytech-ui.umd.js",
|
|
34
|
+
"types": "./dist/src/index.d.ts"
|
|
35
|
+
},
|
|
36
|
+
"./dist/style.css": "./dist/style.css"
|
|
37
|
+
},
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"registry": "https://registry.npmjs.org/"
|
|
40
|
+
},
|
|
41
|
+
"volta": {
|
|
42
|
+
"node": "18.16.0"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@js-preview/docx": "^1.6.4",
|
|
46
|
+
"@js-preview/excel": "^1.7.14",
|
|
47
|
+
"@vueuse/core": "^10.4.1",
|
|
48
|
+
"@wangeditor/editor": "5.1.23",
|
|
49
|
+
"@wangeditor/editor-for-vue": "5.1.12",
|
|
50
|
+
"axios": "^1.4.0",
|
|
51
|
+
"core-js": "^3.39.0",
|
|
52
|
+
"dayjs": "^1.11.13",
|
|
53
|
+
"element-plus": "2.6.1",
|
|
54
|
+
"markdown-it": "^14.1.0",
|
|
55
|
+
"postcss-pxtorem": "^6.0.0",
|
|
56
|
+
"pptx-preview": "^1.0.1",
|
|
57
|
+
"sortablejs": "^1.15.0",
|
|
58
|
+
"vue": "^3.4.37",
|
|
59
|
+
"vue-router": "^4.2.0",
|
|
60
|
+
"vue3-puzzle-vcode": "^1.1.7",
|
|
61
|
+
"vue3-video-play": "^1.3.1",
|
|
62
|
+
"xgplayer": "^3.0.23"
|
|
63
|
+
},
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@rushstack/eslint-patch": "^1.2.0",
|
|
66
|
+
"@tsconfig/node18": "^2.0.1",
|
|
67
|
+
"@types/node": "^18.16.8",
|
|
68
|
+
"@unocss/eslint-config": "^0.65.1",
|
|
69
|
+
"@unocss/preset-rem-to-px": "^0.65.1",
|
|
70
|
+
"@vitejs/plugin-vue": "^4.2.3",
|
|
71
|
+
"@vue/eslint-config-prettier": "^7.1.0",
|
|
72
|
+
"@vue/eslint-config-typescript": "^11.0.3",
|
|
73
|
+
"@vue/tsconfig": "^0.4.0",
|
|
74
|
+
"autoprefixer": "^10.4.20",
|
|
75
|
+
"core-js": "^3.39.0",
|
|
76
|
+
"eslint": "^8.39.0",
|
|
77
|
+
"eslint-plugin-vue": "^9.11.0",
|
|
78
|
+
"node-sass": "8.0.0",
|
|
79
|
+
"postcss-loader": "^8.1.1",
|
|
80
|
+
"prettier": "^2.8.8",
|
|
81
|
+
"sass": "1.77.0",
|
|
82
|
+
"sass-loader": "^13.3.1",
|
|
83
|
+
"style-loader": "^3.3.3",
|
|
84
|
+
"typescript": "~5.0.4",
|
|
85
|
+
"unocss": "^0.65.1",
|
|
86
|
+
"unocss-preset-theme": "^0.14.1",
|
|
87
|
+
"unplugin-auto-import": "^0.16.4",
|
|
88
|
+
"unplugin-vue-components": "^0.25.1",
|
|
89
|
+
"vite": "^4.3.5",
|
|
90
|
+
"vite-plugin-dts": "^4.5.4",
|
|
91
|
+
"vue-tsc": "^1.6.4"
|
|
92
|
+
},
|
|
93
|
+
"peerDependencies": {
|
|
94
|
+
"@js-preview/docx": "^1.6.4",
|
|
95
|
+
"@js-preview/excel": "^1.7.14",
|
|
96
|
+
"@vueuse/core": "^10.4.1",
|
|
97
|
+
"@wangeditor/editor": "5.1.23",
|
|
98
|
+
"@wangeditor/editor-for-vue": "5.1.12",
|
|
99
|
+
"axios": "^1.4.0",
|
|
100
|
+
"dayjs": "^1.11.13",
|
|
101
|
+
"element-plus": "2.6.1",
|
|
102
|
+
"pptx-preview": "^1.0.1",
|
|
103
|
+
"sortablejs": "^1.15.0",
|
|
104
|
+
"vue": "^3.4.37",
|
|
105
|
+
"vue-router": "^4.2.0"
|
|
106
|
+
}
|
|
107
|
+
}
|