@vxe-ui/plugin-menu 3.3.1 → 3.3.2
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/LICENSE +20 -20
- package/README.md +35 -35
- package/dist/index.umd.js +12 -4
- package/dist/index.umd.min.js +1 -1
- package/es/index.esm.js +14 -4
- package/es/index.js +14 -4
- package/lib/index.common.js +12 -4
- package/lib/index.js +12 -4
- package/lib/index.umd.js +12 -4
- package/lib/index.umd.min.js +1 -1
- package/package.json +77 -76
- package/src/index.ts +1482 -1474
- package/types/index.d.ts +15 -15
package/package.json
CHANGED
|
@@ -1,76 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@vxe-ui/plugin-menu",
|
|
3
|
-
"version": "3.3.
|
|
4
|
-
"description": "Vxe UI plug-in supports context menu.",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
"@
|
|
24
|
-
"@babel/
|
|
25
|
-
"@babel/
|
|
26
|
-
"@
|
|
27
|
-
"@
|
|
28
|
-
"@typescript-eslint/
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"eslint
|
|
32
|
-
"eslint-config-
|
|
33
|
-
"eslint-
|
|
34
|
-
"eslint-
|
|
35
|
-
"eslint-plugin-
|
|
36
|
-
"eslint-plugin-
|
|
37
|
-
"eslint-plugin-
|
|
38
|
-
"eslint-plugin-
|
|
39
|
-
"eslint-plugin-
|
|
40
|
-
"
|
|
41
|
-
"gulp
|
|
42
|
-
"gulp-
|
|
43
|
-
"gulp-
|
|
44
|
-
"gulp-
|
|
45
|
-
"gulp-
|
|
46
|
-
"gulp-
|
|
47
|
-
"gulp-
|
|
48
|
-
"gulp-
|
|
49
|
-
"gulp-
|
|
50
|
-
"gulp-
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"vxe-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@vxe-ui/plugin-menu",
|
|
3
|
+
"version": "3.3.2",
|
|
4
|
+
"description": "Vxe UI plug-in supports context menu.",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"update": "npm install --legacy-peer-deps",
|
|
7
|
+
"lib": "gulp build"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"types",
|
|
11
|
+
"dist",
|
|
12
|
+
"es",
|
|
13
|
+
"lib",
|
|
14
|
+
"src"
|
|
15
|
+
],
|
|
16
|
+
"main": "lib/index.common.js",
|
|
17
|
+
"module": "es/index.esm.js",
|
|
18
|
+
"unpkg": "lib/index.umd.js",
|
|
19
|
+
"jsdelivr": "lib/index.umd.js",
|
|
20
|
+
"style": "lib/style.css",
|
|
21
|
+
"typings": "types/index.d.ts",
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@types/node": "20.14.8",
|
|
24
|
+
"@babel/core": "~7.28.6",
|
|
25
|
+
"@babel/preset-env": "~7.28.6",
|
|
26
|
+
"@babel/runtime": "~7.28.6",
|
|
27
|
+
"@rollup/plugin-commonjs": "^29.0.0",
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "~4.6.1",
|
|
29
|
+
"@typescript-eslint/parser": "~4.6.1",
|
|
30
|
+
"del": "~6.0.0",
|
|
31
|
+
"eslint": "~7.13.0",
|
|
32
|
+
"eslint-config-prettier": "~6.15.0",
|
|
33
|
+
"eslint-config-standard": "~16.0.1",
|
|
34
|
+
"eslint-friendly-formatter": "~4.0.1",
|
|
35
|
+
"eslint-plugin-import": "~2.22.1",
|
|
36
|
+
"eslint-plugin-node": "~11.1.0",
|
|
37
|
+
"eslint-plugin-prettier": "~3.1.4",
|
|
38
|
+
"eslint-plugin-promise": "~4.2.1",
|
|
39
|
+
"eslint-plugin-standard": "~4.0.2",
|
|
40
|
+
"eslint-plugin-typescript": "~0.14.0",
|
|
41
|
+
"gulp": "~4.0.2",
|
|
42
|
+
"gulp-autoprefixer": "~8.0.0",
|
|
43
|
+
"gulp-babel": "~8.0.0",
|
|
44
|
+
"gulp-clean-css": "~4.3.0",
|
|
45
|
+
"gulp-concat": "~2.6.1",
|
|
46
|
+
"gulp-rename": "~2.0.0",
|
|
47
|
+
"gulp-replace": "~1.1.3",
|
|
48
|
+
"gulp-sass": "~5.1.0",
|
|
49
|
+
"gulp-sourcemaps": "~3.0.0",
|
|
50
|
+
"gulp-typescript": "~5.0.1",
|
|
51
|
+
"gulp-uglify": "~3.0.2",
|
|
52
|
+
"markdown-doctest": "~1.1.0",
|
|
53
|
+
"prettier": "~2.1.2",
|
|
54
|
+
"rollup": "^4.53.3",
|
|
55
|
+
"sass": "~1.55.0",
|
|
56
|
+
"typescript": "~4.7.4",
|
|
57
|
+
"vue": "2.6.14",
|
|
58
|
+
"vxe-pc-ui": "~3.14.15",
|
|
59
|
+
"vxe-table": "~3.20.13"
|
|
60
|
+
},
|
|
61
|
+
"repository": {
|
|
62
|
+
"type": "git",
|
|
63
|
+
"url": "git+https://github.com/x-extends/vxe-ui-plugins.git"
|
|
64
|
+
},
|
|
65
|
+
"keywords": [
|
|
66
|
+
"vxe-ui-plugins"
|
|
67
|
+
],
|
|
68
|
+
"author": {
|
|
69
|
+
"name": "Xu Liangzhan",
|
|
70
|
+
"email": "xu_liangzhan@163.com"
|
|
71
|
+
},
|
|
72
|
+
"license": "MIT",
|
|
73
|
+
"bugs": {
|
|
74
|
+
"url": "https://github.com/x-extends/vxe-ui-plugins/issues"
|
|
75
|
+
},
|
|
76
|
+
"homepage": "https://github.com/x-extends/vxe-ui-plugins#readme"
|
|
77
|
+
}
|