sag-vxe-pc 1.0.0
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 +21 -0
- package/README.md +42 -0
- package/dist/sag-vxe-pc.es.js +32262 -0
- package/dist/sag-vxe-pc.umd.js +291 -0
- package/dist/style.css +1 -0
- package/package.json +103 -0
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sag-modal-body{overflow-y:auto}.sag-vxe-page-dialog-wrap,.sag-vxe-page-wrapper .sag-modal-mask{position:absolute!important}.sag-vxe-page-wrapper .sag-collapse-header{padding:8px 16px!important}.sag-vxe-page-wrapper .sag-collapse-content-box{padding:1px!important}.sag-vxe-page-wrapper .sag-btn-sm{padding:0 13px!important;font-size:14px!important;border-radius:8px!important}.sag-vxe-page-wrapper .sag-btn-primary{color:#fff!important;background-color:#1890ff!important;box-shadow:0 2px #0591ff1a!important}.sag-vxe-page-wrapper .sag-btn-primary:hover{background-color:#40a0ff!important}.sag-vxe-page-wrapper .sag-btn-warning{color:#fff!important;background-color:#e6a23c!important;box-shadow:0 2px #0591ff1a!important}.sag-vxe-page-wrapper .sag-btn-warning:hover{background-color:#ecb869!important}.sag-vxe-page-wrapper .sag-btn-success{color:#fff!important;background-color:#67c23a!important;box-shadow:0 2px #0591ff1a!important}.sag-vxe-page-wrapper .sag-btn-success:hover{background-color:#85cf60!important}.sag-vxe-page-wrapper .sag-btn-danger{color:#fff!important;background-color:#f56c6c!important;box-shadow:0 2px #0591ff1a!important}.sag-vxe-page-wrapper .sag-btn-danger:hover{background-color:#f89c9c!important}.sag-vxe-page-wrapper .sag-btn-info{color:#fff!important;background-color:#909399!important;box-shadow:0 2px #0591ff1a!important}.sag-vxe-page-wrapper .sag-btn-info:hover{background-color:#abadb1!important}.sag-vxe-page-wrapper .sag-select-selection-overflow{white-space:nowrap!important;display:inline-block!important;text-overflow:ellipsis;overflow:hidden}.sag-vxe-page-wrapper .sag-dropdown-menu-item{clear:both;margin:0;padding:5px 12px;color:#000000e0;font-weight:400;font-size:14px;line-height:1.5714285714;cursor:pointer;transition:all .2s}.sag-vxe-page-wrapper{margin:1px 1px 0}.sag-vxe-page-wrapper .sag-vxe-page-link{text-decoration:none;color:#3645e8}.sag-vxe-page-wrapper .sag-vxe-page-button-link{text-decoration:none;color:#1677ff}.sag-vxe-page-wrapper .sag-vxe-page-table-wrapper{margin:5px 0;z-index:1}.sag-vxe-page-wrapper .sag-vxe-page-form .vxe-form--item-content:has(.sag-vxe-page-ant-selectPull){width:120px}.sag-vxe-page-wrapper .sag-vxe-page-form .vxe-form--item-valid{line-height:.8em!important}.sag-vxe-page-wrapper .sag-vxe-page-table .vxe-tools--wrapper,.sag-vxe-page-wrapper .sag-vxe-page-table .vxe-tools--operate{padding-right:12px}.sag-vxe-page-wrapper .sag-vxe-page-table .vxe-buttons--wrapper{padding-left:12px}.sag-vxe-page-wrapper .sag-vxe-page-table .vxe-page--toolbar{padding-left:10px!important;padding-right:10px!important;padding-top:.4em!important}.sag-vxe-page-wrapper .sag-vxe-page-table .vxe-table--header-wrapper{font-weight:700!important}
|
package/package.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "sag-vxe-pc",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"repository": "https://xxxx.git",
|
|
6
|
+
"author": "xsy <460493958@qq.com>",
|
|
7
|
+
"homepage": "https://www.xxx.com",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"module": "./dist/sag-vxe-pc.es.js",
|
|
12
|
+
"main": "./dist/sag-vxe-pc.umd.js",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"import": "./dist/sag-vxe-pc.es.js",
|
|
16
|
+
"require": "./dist/sag-vxe-pc.umd.js"
|
|
17
|
+
},
|
|
18
|
+
"./dist/style.css": {
|
|
19
|
+
"import": "./dist/style.css",
|
|
20
|
+
"require": "./dist/style.css"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"keywords": [
|
|
24
|
+
"test"
|
|
25
|
+
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"build": "set NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=production vue-tsc && vite build",
|
|
28
|
+
"preview": "vite preview",
|
|
29
|
+
"lint": "eslint src",
|
|
30
|
+
"fix": "eslint src --fix",
|
|
31
|
+
"format": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\"",
|
|
32
|
+
"lint:eslint": "eslint src/**/*.{ts,vue} --cache --fix",
|
|
33
|
+
"lint:style": "stylelint src/**/*.{css,scss,vue} --cache --fix",
|
|
34
|
+
"prepare": "husky install",
|
|
35
|
+
"commitlint": "commitlint --config commitlint.config.cjs -e -V",
|
|
36
|
+
"commit": "git add . && git-cz"
|
|
37
|
+
},
|
|
38
|
+
"config": {
|
|
39
|
+
"commitizen": {
|
|
40
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"vxe-pc-ui": "4.10.29",
|
|
45
|
+
"vxe-table": "4.17.20",
|
|
46
|
+
"xe-utils": "3.7.9",
|
|
47
|
+
"exceljs": "4.4.0",
|
|
48
|
+
"file-saver": "2.0.5",
|
|
49
|
+
"ant-design-vue": "4.0.6",
|
|
50
|
+
"dayjs": "1.11.9"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@babel/core": "7.22.17",
|
|
54
|
+
"@babel/eslint-parser": "7.22.15",
|
|
55
|
+
"@commitlint/cli": "17.7.1",
|
|
56
|
+
"@commitlint/config-conventional": "17.6.3",
|
|
57
|
+
"@types/nprogress": "0.2.0",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
59
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
60
|
+
"@vitejs/plugin-vue": "4.3.4",
|
|
61
|
+
"commitizen": "4.3.0",
|
|
62
|
+
"consola": "3.2.3",
|
|
63
|
+
"cross-env": "7.0.3",
|
|
64
|
+
"cz-conventional-changelog": "3.3.0",
|
|
65
|
+
"dotenv": "8.6.0",
|
|
66
|
+
"eslint": "8.49.0",
|
|
67
|
+
"eslint-config-prettier": "8.10.0",
|
|
68
|
+
"eslint-plugin-import": "2.28.1",
|
|
69
|
+
"eslint-plugin-node": "11.1.0",
|
|
70
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
71
|
+
"eslint-plugin-vue": "9.17.0",
|
|
72
|
+
"husky": "8.0.3",
|
|
73
|
+
"nprogress": "0.2.0",
|
|
74
|
+
"postcss": "8.4.29",
|
|
75
|
+
"postcss-html": "1.5.0",
|
|
76
|
+
"postcss-scss": "4.0.8",
|
|
77
|
+
"postcss-less": "6.0.0",
|
|
78
|
+
"prettier": "2.8.8",
|
|
79
|
+
"qs": "6.11.2",
|
|
80
|
+
"rimraf": "4.4.1",
|
|
81
|
+
"rollup-plugin-visualizer": "5.9.2",
|
|
82
|
+
"sass": "1.66.1",
|
|
83
|
+
"sass-loader": "13.3.2",
|
|
84
|
+
"stylelint": "15.10.3",
|
|
85
|
+
"stylelint-config-prettier": "9.0.5",
|
|
86
|
+
"stylelint-config-recess-order": "4.3.0",
|
|
87
|
+
"stylelint-config-recommended-scss": "11.0.0",
|
|
88
|
+
"stylelint-config-standard": "33.0.0",
|
|
89
|
+
"stylelint-config-standard-scss": "9.0.0",
|
|
90
|
+
"stylelint-config-standard-vue": "1.0.0",
|
|
91
|
+
"stylelint-order": "6.0.3",
|
|
92
|
+
"stylelint-scss": "5.1.0",
|
|
93
|
+
"typescript": "5.2.2",
|
|
94
|
+
"unplugin-vue-components": "0.25.2",
|
|
95
|
+
"unplugin-vue-define-options": "1.3.5",
|
|
96
|
+
"vite": "4.4.9",
|
|
97
|
+
"vite-plugin-style-import": "2.0.0",
|
|
98
|
+
"vite-plugin-svg-icons": "2.0.1",
|
|
99
|
+
"vite-plugin-vue-setup-extend": "0.4.0",
|
|
100
|
+
"vue-tsc": "1.8.10",
|
|
101
|
+
"vue": "3.4.27"
|
|
102
|
+
}
|
|
103
|
+
}
|