rk-web-core 0.9.83 → 0.9.85
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.
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "rk-web-core",
|
|
3
|
-
"description": "iep core utils",
|
|
4
|
-
"version": "0.9.
|
|
5
|
-
"author": "",
|
|
6
|
-
"main": "rk-web-core.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
|
9
|
-
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
|
10
|
-
},
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"vue": "^2.6.14",
|
|
13
|
-
"store": "^2.0.12",
|
|
14
|
-
"lodash": "^4.17.21",
|
|
15
|
-
"nprogress": "^0.2.0",
|
|
16
|
-
"vuex": "^3.4.0",
|
|
17
|
-
"crypto-js": "^4.1.1",
|
|
18
|
-
"vue-router": "^3.5.3",
|
|
19
|
-
"@micro-zoe/micro-app": "^0.8.3",
|
|
20
|
-
"axios": "^0.21.1",
|
|
21
|
-
"rk-web-map": "^0.3.
|
|
22
|
-
},
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@babel/runtime": "^7.15.4",
|
|
25
|
-
"babel-core": "^6.26.0",
|
|
26
|
-
"babel-loader": "^7.1.5",
|
|
27
|
-
"babel-plugin-dynamic-import-webpack": "^1.1.0",
|
|
28
|
-
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
29
|
-
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
30
|
-
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
31
|
-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
32
|
-
"babel-plugin-transform-runtime": "^6.23.0",
|
|
33
|
-
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
|
34
|
-
"babel-preset-env": "^1.7.0",
|
|
35
|
-
"babel-preset-stage-3": "^6.24.1",
|
|
36
|
-
"classnames": "^2.3.1",
|
|
37
|
-
"cross-env": "^7.0.3",
|
|
38
|
-
"css-loader": "^3.0.0",
|
|
39
|
-
"extract-css-chunks-webpack-plugin": "^4.9.0",
|
|
40
|
-
"extract-text-webpack-plugin": "^3.0.2",
|
|
41
|
-
"file-loader": "^6.2.0",
|
|
42
|
-
"html-loader": "^1.3.0",
|
|
43
|
-
"html-webpack-plugin": "^4.4.1",
|
|
44
|
-
"less": "^3.9.0",
|
|
45
|
-
"less-loader": "^6.0.0",
|
|
46
|
-
"mini-css-extract-plugin": "^0.11.0",
|
|
47
|
-
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
48
|
-
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
49
|
-
"vue-loader": "^15.6.2",
|
|
50
|
-
"vue-svg-loader": "^0.16.0",
|
|
51
|
-
"vue-template-compiler": "^2.6.14",
|
|
52
|
-
"webpack": "^4.44.1",
|
|
53
|
-
"webpack-cli": "^3.3.12",
|
|
54
|
-
"webpack-dev-server": "^3.11.0",
|
|
55
|
-
"webpackbar": "^4.0.0"
|
|
56
|
-
},
|
|
57
|
-
"browserslist": [
|
|
58
|
-
"> 1%",
|
|
59
|
-
"last 2 versions",
|
|
60
|
-
"not ie <= 8"
|
|
61
|
-
]
|
|
62
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "rk-web-core",
|
|
3
|
+
"description": "iep core utils",
|
|
4
|
+
"version": "0.9.85",
|
|
5
|
+
"author": "",
|
|
6
|
+
"main": "rk-web-core.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
|
9
|
+
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"vue": "^2.6.14",
|
|
13
|
+
"store": "^2.0.12",
|
|
14
|
+
"lodash": "^4.17.21",
|
|
15
|
+
"nprogress": "^0.2.0",
|
|
16
|
+
"vuex": "^3.4.0",
|
|
17
|
+
"crypto-js": "^4.1.1",
|
|
18
|
+
"vue-router": "^3.5.3",
|
|
19
|
+
"@micro-zoe/micro-app": "^0.8.3",
|
|
20
|
+
"axios": "^0.21.1",
|
|
21
|
+
"rk-web-map": "^0.3.40"
|
|
22
|
+
},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@babel/runtime": "^7.15.4",
|
|
25
|
+
"babel-core": "^6.26.0",
|
|
26
|
+
"babel-loader": "^7.1.5",
|
|
27
|
+
"babel-plugin-dynamic-import-webpack": "^1.1.0",
|
|
28
|
+
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
29
|
+
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
30
|
+
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
31
|
+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
32
|
+
"babel-plugin-transform-runtime": "^6.23.0",
|
|
33
|
+
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
|
34
|
+
"babel-preset-env": "^1.7.0",
|
|
35
|
+
"babel-preset-stage-3": "^6.24.1",
|
|
36
|
+
"classnames": "^2.3.1",
|
|
37
|
+
"cross-env": "^7.0.3",
|
|
38
|
+
"css-loader": "^3.0.0",
|
|
39
|
+
"extract-css-chunks-webpack-plugin": "^4.9.0",
|
|
40
|
+
"extract-text-webpack-plugin": "^3.0.2",
|
|
41
|
+
"file-loader": "^6.2.0",
|
|
42
|
+
"html-loader": "^1.3.0",
|
|
43
|
+
"html-webpack-plugin": "^4.4.1",
|
|
44
|
+
"less": "^3.9.0",
|
|
45
|
+
"less-loader": "^6.0.0",
|
|
46
|
+
"mini-css-extract-plugin": "^0.11.0",
|
|
47
|
+
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
48
|
+
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
49
|
+
"vue-loader": "^15.6.2",
|
|
50
|
+
"vue-svg-loader": "^0.16.0",
|
|
51
|
+
"vue-template-compiler": "^2.6.14",
|
|
52
|
+
"webpack": "^4.44.1",
|
|
53
|
+
"webpack-cli": "^3.3.12",
|
|
54
|
+
"webpack-dev-server": "^3.11.0",
|
|
55
|
+
"webpackbar": "^4.0.0"
|
|
56
|
+
},
|
|
57
|
+
"browserslist": [
|
|
58
|
+
"> 1%",
|
|
59
|
+
"last 2 versions",
|
|
60
|
+
"not ie <= 8"
|
|
61
|
+
]
|
|
62
|
+
}
|
package/rk-web-core.css
CHANGED
|
@@ -575,7 +575,6 @@
|
|
|
575
575
|
padding: 10px 20px;
|
|
576
576
|
}
|
|
577
577
|
.header-extend-content-header-title {
|
|
578
|
-
font-family: creative;
|
|
579
578
|
display: flex;
|
|
580
579
|
justify-content: center;
|
|
581
580
|
align-items: center;
|
|
@@ -631,7 +630,7 @@
|
|
|
631
630
|
background: rgba(0, 0, 0, 0.46);
|
|
632
631
|
}
|
|
633
632
|
.app-dropdown-dark .ant-popover-arrow {
|
|
634
|
-
border-color: rgba(0, 0, 0, 0.46)
|
|
633
|
+
border-color: rgba(0, 0, 0, 0.46);
|
|
635
634
|
}
|
|
636
635
|
.app-dropdown-dark span {
|
|
637
636
|
color: #ffffff;
|