rk-web-core 0.9.83 → 0.9.87
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
(window.webpackJsonprk_web_core=window.webpackJsonprk_web_core||[]).push([[1],{
|
|
1
|
+
(window.webpackJsonprk_web_core=window.webpackJsonprk_web_core||[]).push([[1],{297:function(n,t,e){var r={"./App.vue":300};function o(n){var t=i(n);return e(t)}function i(n){if(!e.o(r,n)){var t=new Error("Cannot find module '"+n+"'");throw t.code="MODULE_NOT_FOUND",t}return r[n]}o.keys=function(){return Object.keys(r)},o.resolve=i,n.exports=o,o.id=297},298:function(n,t,e){"use strict";e.r(t);var r=e(299),o=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(i);t.default=o.a},299:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"app",data:function(){return{}}}},300:function(n,t,e){"use strict";e.r(t);var r=e(302),o=e(298);for(var i in o)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(i);var u=e(301),a=Object(u.a)(o.default,r.a,r.b,!1,null,null,null);t.default=a.exports},301:function(n,t,e){"use strict";function r(n,t,e,r,o,i,u,a){var s,c="function"==typeof n?n.options:n;if(t&&(c.render=t,c.staticRenderFns=e,c._compiled=!0),r&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),u?(s=function(n){(n=n||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(n=__VUE_SSR_CONTEXT__),o&&o.call(this,n),n&&n._registeredComponents&&n._registeredComponents.add(u)},c._ssrRegister=s):o&&(s=a?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),s)if(c.functional){c._injectStyles=s;var f=c.render;c.render=function(n,t){return s.call(t),f(n,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,s):[s]}return{exports:n,options:c}}e.d(t,"a",(function(){return r}))},302:function(n,t,e){"use strict";e.d(t,"a",(function(){return r})),e.d(t,"b",(function(){return o}));var r=function(){var n=this.$createElement;return(this._self._c||n)("div",{attrs:{id:"app"}})},o=[]}}]);
|
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.87",
|
|
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.50"
|
|
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;
|