rk-web-core 0.10.70 → 0.10.73
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],{337:function(n,t,e){var r={"./App.vue":340};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=337},338:function(n,t,e){"use strict";e.r(t);var r=e(339),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},339:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"app",data:function(){return{}}}},340:function(n,t,e){"use strict";e.r(t);var r=e(342),o=e(338);for(var i in o)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(i);var u=e(341),a=Object(u.a)(o.default,r.a,r.b,!1,null,null,null);t.default=a.exports},341: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}))},342: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,64 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "rk-web-core",
|
|
3
|
-
"description": "iep core utils",
|
|
4
|
-
"version": "0.10.
|
|
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
|
-
"postinstall": "node scripts/postinstall.js || echo \\\"ignore\\\""
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"@micro-zoe/micro-app": "^0.8.5",
|
|
14
|
-
"axios": "^0.21.1",
|
|
15
|
-
"crypto-js": "^4.1.1",
|
|
16
|
-
"lodash": "^4.17.21",
|
|
17
|
-
"nprogress": "^0.2.0",
|
|
18
|
-
"resize-observer-polyfill": "^1.5.1",
|
|
19
|
-
"store": "^2.0.12",
|
|
20
|
-
"vue": "^2.6.14",
|
|
21
|
-
"vue-router": "^3.5.3",
|
|
22
|
-
"vuex": "^3.4.0",
|
|
23
|
-
"rk-web-map": "^0.3.82"
|
|
24
|
-
},
|
|
25
|
-
"devDependencies": {
|
|
26
|
-
"@babel/runtime": "^7.15.4",
|
|
27
|
-
"babel-core": "^6.26.0",
|
|
28
|
-
"babel-loader": "^7.1.5",
|
|
29
|
-
"babel-plugin-dynamic-import-webpack": "^1.1.0",
|
|
30
|
-
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
31
|
-
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
32
|
-
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
33
|
-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
34
|
-
"babel-plugin-transform-runtime": "^6.23.0",
|
|
35
|
-
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
|
36
|
-
"babel-preset-env": "^1.7.0",
|
|
37
|
-
"babel-preset-stage-3": "^6.24.1",
|
|
38
|
-
"classnames": "^2.3.1",
|
|
39
|
-
"cross-env": "^7.0.3",
|
|
40
|
-
"css-loader": "^3.0.0",
|
|
41
|
-
"extract-css-chunks-webpack-plugin": "^4.9.0",
|
|
42
|
-
"extract-text-webpack-plugin": "^3.0.2",
|
|
43
|
-
"file-loader": "^6.2.0",
|
|
44
|
-
"html-loader": "^1.3.0",
|
|
45
|
-
"html-webpack-plugin": "^4.4.1",
|
|
46
|
-
"less": "^3.9.0",
|
|
47
|
-
"less-loader": "^6.0.0",
|
|
48
|
-
"mini-css-extract-plugin": "^0.11.0",
|
|
49
|
-
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
50
|
-
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
51
|
-
"vue-loader": "^15.6.2",
|
|
52
|
-
"vue-svg-loader": "^0.16.0",
|
|
53
|
-
"vue-template-compiler": "^2.6.14",
|
|
54
|
-
"webpack": "^4.44.1",
|
|
55
|
-
"webpack-cli": "^3.3.12",
|
|
56
|
-
"webpack-dev-server": "^3.11.0",
|
|
57
|
-
"webpackbar": "^4.0.0"
|
|
58
|
-
},
|
|
59
|
-
"browserslist": [
|
|
60
|
-
"> 1%",
|
|
61
|
-
"last 2 versions",
|
|
62
|
-
"not ie <= 8"
|
|
63
|
-
]
|
|
64
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "rk-web-core",
|
|
3
|
+
"description": "iep core utils",
|
|
4
|
+
"version": "0.10.73",
|
|
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
|
+
"postinstall": "node scripts/postinstall.js || echo \\\"ignore\\\""
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@micro-zoe/micro-app": "^0.8.5",
|
|
14
|
+
"axios": "^0.21.1",
|
|
15
|
+
"crypto-js": "^4.1.1",
|
|
16
|
+
"lodash": "^4.17.21",
|
|
17
|
+
"nprogress": "^0.2.0",
|
|
18
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
19
|
+
"store": "^2.0.12",
|
|
20
|
+
"vue": "^2.6.14",
|
|
21
|
+
"vue-router": "^3.5.3",
|
|
22
|
+
"vuex": "^3.4.0",
|
|
23
|
+
"rk-web-map": "^0.3.82"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@babel/runtime": "^7.15.4",
|
|
27
|
+
"babel-core": "^6.26.0",
|
|
28
|
+
"babel-loader": "^7.1.5",
|
|
29
|
+
"babel-plugin-dynamic-import-webpack": "^1.1.0",
|
|
30
|
+
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
31
|
+
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
32
|
+
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
33
|
+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
34
|
+
"babel-plugin-transform-runtime": "^6.23.0",
|
|
35
|
+
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
|
36
|
+
"babel-preset-env": "^1.7.0",
|
|
37
|
+
"babel-preset-stage-3": "^6.24.1",
|
|
38
|
+
"classnames": "^2.3.1",
|
|
39
|
+
"cross-env": "^7.0.3",
|
|
40
|
+
"css-loader": "^3.0.0",
|
|
41
|
+
"extract-css-chunks-webpack-plugin": "^4.9.0",
|
|
42
|
+
"extract-text-webpack-plugin": "^3.0.2",
|
|
43
|
+
"file-loader": "^6.2.0",
|
|
44
|
+
"html-loader": "^1.3.0",
|
|
45
|
+
"html-webpack-plugin": "^4.4.1",
|
|
46
|
+
"less": "^3.9.0",
|
|
47
|
+
"less-loader": "^6.0.0",
|
|
48
|
+
"mini-css-extract-plugin": "^0.11.0",
|
|
49
|
+
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
50
|
+
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
51
|
+
"vue-loader": "^15.6.2",
|
|
52
|
+
"vue-svg-loader": "^0.16.0",
|
|
53
|
+
"vue-template-compiler": "^2.6.14",
|
|
54
|
+
"webpack": "^4.44.1",
|
|
55
|
+
"webpack-cli": "^3.3.12",
|
|
56
|
+
"webpack-dev-server": "^3.11.0",
|
|
57
|
+
"webpackbar": "^4.0.0"
|
|
58
|
+
},
|
|
59
|
+
"browserslist": [
|
|
60
|
+
"> 1%",
|
|
61
|
+
"last 2 versions",
|
|
62
|
+
"not ie <= 8"
|
|
63
|
+
]
|
|
64
|
+
}
|
package/rk-web-core.css
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
margin: 0;
|
|
69
69
|
}
|
|
70
70
|
html {
|
|
71
|
-
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.
|
|
71
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
72
72
|
}
|
|
73
73
|
.rk-web-core {
|
|
74
74
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
@@ -88,7 +88,7 @@ html {
|
|
|
88
88
|
margin: 0;
|
|
89
89
|
}
|
|
90
90
|
html {
|
|
91
|
-
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.
|
|
91
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
92
92
|
}
|
|
93
93
|
.rk-web-core {
|
|
94
94
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
@@ -299,7 +299,7 @@ html {
|
|
|
299
299
|
margin: 0;
|
|
300
300
|
}
|
|
301
301
|
html {
|
|
302
|
-
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.
|
|
302
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
303
303
|
}
|
|
304
304
|
.rk-web-core {
|
|
305
305
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
@@ -376,6 +376,7 @@ html {
|
|
|
376
376
|
position: relative;
|
|
377
377
|
}
|
|
378
378
|
.rk-web-core-header-right-nav-item {
|
|
379
|
+
min-width: 60px;
|
|
379
380
|
text-align: center;
|
|
380
381
|
font-size: 16px;
|
|
381
382
|
font-weight: 400;
|
|
@@ -422,7 +423,7 @@ html {
|
|
|
422
423
|
margin: 0;
|
|
423
424
|
}
|
|
424
425
|
html {
|
|
425
|
-
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.
|
|
426
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
426
427
|
}
|
|
427
428
|
.rk-web-core {
|
|
428
429
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
@@ -492,7 +493,7 @@ html {
|
|
|
492
493
|
margin: 0;
|
|
493
494
|
}
|
|
494
495
|
html {
|
|
495
|
-
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.
|
|
496
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
496
497
|
}
|
|
497
498
|
.rk-web-core {
|
|
498
499
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
@@ -665,7 +666,7 @@ html {
|
|
|
665
666
|
margin: 0;
|
|
666
667
|
}
|
|
667
668
|
html {
|
|
668
|
-
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.
|
|
669
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
669
670
|
}
|
|
670
671
|
.rk-web-core {
|
|
671
672
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
@@ -776,7 +777,7 @@ html {
|
|
|
776
777
|
margin: 0;
|
|
777
778
|
}
|
|
778
779
|
html {
|
|
779
|
-
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.
|
|
780
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
780
781
|
}
|
|
781
782
|
.rk-web-core {
|
|
782
783
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
@@ -1024,7 +1025,7 @@ html {
|
|
|
1024
1025
|
margin: 0;
|
|
1025
1026
|
}
|
|
1026
1027
|
html {
|
|
1027
|
-
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.
|
|
1028
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
1028
1029
|
}
|
|
1029
1030
|
.rk-web-core {
|
|
1030
1031
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|