rk-web-core 0.11.59 → 0.11.60

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],{410:function(n,e,t){var r={"./App.vue":413,"./core/components/loading/src/loading.vue":107,"./core/layouts/AppSetting.vue":164};function u(n){var e=o(n);return t(e)}function o(n){if(!t.o(r,n)){var e=new Error("Cannot find module '"+n+"'");throw e.code="MODULE_NOT_FOUND",e}return r[n]}u.keys=function(){return Object.keys(r)},u.resolve=o,n.exports=u,u.id=410},411:function(n,e,t){"use strict";t.r(e);var r=t(412),u=t.n(r);for(var o in r)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(o);e.default=u.a},412:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"app",data:function(){return{}}}},413:function(n,e,t){"use strict";t.r(e);var r=t(414),u=t(411);for(var o in u)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(o);var i=t(67),a=Object(i.a)(u.default,r.a,r.b,!1,null,null,null);e.default=a.exports},414:function(n,e,t){"use strict";t.d(e,"a",(function(){return r})),t.d(e,"b",(function(){return u}));var r=function(){var n=this.$createElement;return(this._self._c||n)("div",{attrs:{id:"app"}})},u=[]}}]);
1
+ (window.webpackJsonprk_web_core=window.webpackJsonprk_web_core||[]).push([[1],{410:function(n,e,t){var r={"./App.vue":413,"./core/components/loading/src/loading.vue":107,"./core/layouts/AppSetting.vue":164};function u(n){var e=o(n);return t(e)}function o(n){if(!t.o(r,n)){var e=new Error("Cannot find module '"+n+"'");throw e.code="MODULE_NOT_FOUND",e}return r[n]}u.keys=function(){return Object.keys(r)},u.resolve=o,n.exports=u,u.id=410},411:function(n,e,t){"use strict";t.r(e);var r=t(412),u=t.n(r);for(var o in r)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(o);e.default=u.a},412:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"app",data:function(){return{}}}},413:function(n,e,t){"use strict";t.r(e);var r=t(414),u=t(411);for(var o in u)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(o);var i=t(68),a=Object(i.a)(u.default,r.a,r.b,!1,null,null,null);e.default=a.exports},414:function(n,e,t){"use strict";t.d(e,"a",(function(){return r})),t.d(e,"b",(function(){return u}));var r=function(){var n=this.$createElement;return(this._self._c||n)("div",{attrs:{id:"app"}})},u=[]}}]);
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
- {
2
- "name": "rk-web-core",
3
- "description": "iep core utils",
4
- "version": "0.11.59",
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
- "@micro-zoe/micro-app": "^0.8.5",
13
- "axios": "^0.27.2",
14
- "crypto-js": "^4.1.1",
15
- "lodash": "^4.17.21",
16
- "nprogress": "^0.2.0",
17
- "resize-observer-polyfill": "^1.5.1",
18
- "store": "^2.0.12",
19
- "rk-web-map": "^0.3.94",
20
- "jsencrypt": "^3.0.1",
21
- "md5": "^2.3.0"
22
- },
23
- "devDependencies": {
24
- "vue": "^2.6.14",
25
- "vue-router": "^3.5.3",
26
- "vuex": "^3.4.0",
27
- "@babel/runtime": "^7.15.4",
28
- "babel-core": "^6.26.0",
29
- "babel-loader": "^7.1.5",
30
- "babel-plugin-dynamic-import-webpack": "^1.1.0",
31
- "babel-plugin-syntax-jsx": "^6.18.0",
32
- "babel-plugin-transform-class-properties": "^6.24.1",
33
- "babel-plugin-transform-object-assign": "^6.22.0",
34
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
35
- "babel-plugin-transform-runtime": "^6.23.0",
36
- "babel-plugin-transform-vue-jsx": "^3.7.0",
37
- "babel-preset-env": "^1.7.0",
38
- "babel-preset-stage-3": "^6.24.1",
39
- "classnames": "^2.3.1",
40
- "cross-env": "^7.0.3",
41
- "css-loader": "^3.0.0",
42
- "extract-css-chunks-webpack-plugin": "^4.9.0",
43
- "extract-text-webpack-plugin": "^3.0.2",
44
- "file-loader": "^6.2.0",
45
- "html-loader": "^1.3.0",
46
- "html-webpack-plugin": "^4.4.1",
47
- "less": "^3.9.0",
48
- "less-loader": "^6.0.0",
49
- "mini-css-extract-plugin": "^0.11.0",
50
- "optimize-css-assets-webpack-plugin": "^6.0.1",
51
- "uglifyjs-webpack-plugin": "^2.2.0",
52
- "vue-loader": "^15.6.2",
53
- "vue-svg-loader": "^0.16.0",
54
- "vue-template-compiler": "^2.6.14",
55
- "webpack": "^4.44.1",
56
- "webpack-cli": "^3.3.12",
57
- "webpack-dev-server": "^3.11.0",
58
- "webpackbar": "^4.0.0"
59
- },
60
- "browserslist": [
61
- "> 1%",
62
- "last 2 versions",
63
- "not ie <= 8"
64
- ]
65
- }
1
+ {
2
+ "name": "rk-web-core",
3
+ "description": "iep core utils",
4
+ "version": "0.11.60",
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
+ "@micro-zoe/micro-app": "^0.8.5",
13
+ "axios": "^0.27.2",
14
+ "crypto-js": "^4.1.1",
15
+ "lodash": "^4.17.21",
16
+ "nprogress": "^0.2.0",
17
+ "resize-observer-polyfill": "^1.5.1",
18
+ "store": "^2.0.12",
19
+ "rk-web-map": "^0.3.94",
20
+ "jsencrypt": "^3.0.1",
21
+ "md5": "^2.3.0"
22
+ },
23
+ "devDependencies": {
24
+ "vue": "^2.6.14",
25
+ "vue-router": "^3.5.3",
26
+ "vuex": "^3.4.0",
27
+ "@babel/runtime": "^7.15.4",
28
+ "babel-core": "^6.26.0",
29
+ "babel-loader": "^7.1.5",
30
+ "babel-plugin-dynamic-import-webpack": "^1.1.0",
31
+ "babel-plugin-syntax-jsx": "^6.18.0",
32
+ "babel-plugin-transform-class-properties": "^6.24.1",
33
+ "babel-plugin-transform-object-assign": "^6.22.0",
34
+ "babel-plugin-transform-object-rest-spread": "^6.26.0",
35
+ "babel-plugin-transform-runtime": "^6.23.0",
36
+ "babel-plugin-transform-vue-jsx": "^3.7.0",
37
+ "babel-preset-env": "^1.7.0",
38
+ "babel-preset-stage-3": "^6.24.1",
39
+ "classnames": "^2.3.1",
40
+ "cross-env": "^7.0.3",
41
+ "css-loader": "^3.0.0",
42
+ "extract-css-chunks-webpack-plugin": "^4.9.0",
43
+ "extract-text-webpack-plugin": "^3.0.2",
44
+ "file-loader": "^6.2.0",
45
+ "html-loader": "^1.3.0",
46
+ "html-webpack-plugin": "^4.4.1",
47
+ "less": "^3.9.0",
48
+ "less-loader": "^6.0.0",
49
+ "mini-css-extract-plugin": "^0.11.0",
50
+ "optimize-css-assets-webpack-plugin": "^6.0.1",
51
+ "uglifyjs-webpack-plugin": "^2.2.0",
52
+ "vue-loader": "^15.6.2",
53
+ "vue-svg-loader": "^0.16.0",
54
+ "vue-template-compiler": "^2.6.14",
55
+ "webpack": "^4.44.1",
56
+ "webpack-cli": "^3.3.12",
57
+ "webpack-dev-server": "^3.11.0",
58
+ "webpackbar": "^4.0.0"
59
+ },
60
+ "browserslist": [
61
+ "> 1%",
62
+ "last 2 versions",
63
+ "not ie <= 8"
64
+ ]
65
+ }
package/rk-web-core.css CHANGED
@@ -1,19 +1,3 @@
1
- * {
2
- margin: 0;
3
- }
4
- html {
5
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
6
- }
7
- .rk-web-core {
8
- 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;
9
- }
10
- .maptalks {
11
- position: relative;
12
- height: 100%;
13
- }
14
- .sk-chase-box {
15
- height: 100%;
16
- }
17
1
  .rk-web-core-no-allow {
18
2
  width: 100%;
19
3
  height: 100%;
@@ -183,22 +167,6 @@ html {
183
167
  height: 100%;
184
168
  }
185
169
 
186
- * {
187
- margin: 0;
188
- }
189
- html {
190
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
191
- }
192
- .rk-web-core {
193
- 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;
194
- }
195
- .maptalks {
196
- position: relative;
197
- height: 100%;
198
- }
199
- .sk-chase-box {
200
- height: 100%;
201
- }
202
170
  .rk-web-core-extension {
203
171
  width: 50px;
204
172
  height: 50px;
@@ -239,15 +207,13 @@ html {
239
207
  }
240
208
  }
241
209
 
210
+
242
211
  * {
243
212
  margin: 0;
244
213
  }
245
214
  html {
246
215
  --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
247
216
  }
248
- .rk-web-core {
249
- 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;
250
- }
251
217
  .maptalks {
252
218
  position: relative;
253
219
  height: 100%;
@@ -255,23 +221,9 @@ html {
255
221
  .sk-chase-box {
256
222
  height: 100%;
257
223
  }
258
-
259
- * {
260
- margin: 0;
261
- }
262
- html {
263
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
264
- }
265
224
  .rk-web-core {
266
225
  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;
267
226
  }
268
- .maptalks {
269
- position: relative;
270
- height: 100%;
271
- }
272
- .sk-chase-box {
273
- height: 100%;
274
- }
275
227
  .rk-web-core-basic-layout {
276
228
  height: 100%;
277
229
  }
@@ -469,22 +421,6 @@ html {
469
421
  height: 12px;
470
422
  }
471
423
 
472
- * {
473
- margin: 0;
474
- }
475
- html {
476
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
477
- }
478
- .rk-web-core {
479
- 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;
480
- }
481
- .maptalks {
482
- position: relative;
483
- height: 100%;
484
- }
485
- .sk-chase-box {
486
- height: 100%;
487
- }
488
424
  .rk-web-core-layout-theme-dark .rk-web-core-header-light-inner {
489
425
  background: #062846;
490
426
  }
@@ -590,22 +526,6 @@ html {
590
526
  z-index: 9;
591
527
  }
592
528
 
593
- * {
594
- margin: 0;
595
- }
596
- html {
597
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
598
- }
599
- .rk-web-core {
600
- 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;
601
- }
602
- .maptalks {
603
- position: relative;
604
- height: 100%;
605
- }
606
- .sk-chase-box {
607
- height: 100%;
608
- }
609
529
  .rk-web-core-logo {
610
530
  height: 100%;
611
531
  cursor: pointer;
@@ -657,22 +577,6 @@ html {
657
577
  z-index: 1;
658
578
  }
659
579
 
660
- * {
661
- margin: 0;
662
- }
663
- html {
664
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
665
- }
666
- .rk-web-core {
667
- 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;
668
- }
669
- .maptalks {
670
- position: relative;
671
- height: 100%;
672
- }
673
- .sk-chase-box {
674
- height: 100%;
675
- }
676
580
  .rk-web-core-slider {
677
581
  background: #ffffff;
678
582
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
@@ -868,22 +772,6 @@ html {
868
772
  background-image: none;
869
773
  }
870
774
 
871
- * {
872
- margin: 0;
873
- }
874
- html {
875
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
876
- }
877
- .rk-web-core {
878
- 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;
879
- }
880
- .maptalks {
881
- position: relative;
882
- height: 100%;
883
- }
884
- .sk-chase-box {
885
- height: 100%;
886
- }
887
775
  .rk-web-core-app-external-link {
888
776
  font-size: 14px;
889
777
  font-weight: 400;
@@ -988,22 +876,6 @@ html {
988
876
  color: var(--antd-wave-shadow-color);
989
877
  }
990
878
 
991
- * {
992
- margin: 0;
993
- }
994
- html {
995
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
996
- }
997
- .rk-web-core {
998
- 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;
999
- }
1000
- .maptalks {
1001
- position: relative;
1002
- height: 100%;
1003
- }
1004
- .sk-chase-box {
1005
- height: 100%;
1006
- }
1007
879
  .rk-web-core-header-info-group {
1008
880
  display: flex;
1009
881
  justify-content: flex-start;
@@ -1234,22 +1106,6 @@ html {
1234
1106
  color: #ffffff;
1235
1107
  }
1236
1108
 
1237
- * {
1238
- margin: 0;
1239
- }
1240
- html {
1241
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
1242
- }
1243
- .rk-web-core {
1244
- 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;
1245
- }
1246
- .maptalks {
1247
- position: relative;
1248
- height: 100%;
1249
- }
1250
- .sk-chase-box {
1251
- height: 100%;
1252
- }
1253
1109
  @keyframes rotate {
1254
1110
  100% {
1255
1111
  transform: rotate(1turn);
@@ -1502,22 +1358,6 @@ html {
1502
1358
  }
1503
1359
  }
1504
1360
 
1505
- * {
1506
- margin: 0;
1507
- }
1508
- html {
1509
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
1510
- }
1511
- .rk-web-core {
1512
- 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;
1513
- }
1514
- .maptalks {
1515
- position: relative;
1516
- height: 100%;
1517
- }
1518
- .sk-chase-box {
1519
- height: 100%;
1520
- }
1521
1361
  .fade-enter-active,
1522
1362
  .fade-leave-active {
1523
1363
  transition: opacity 0.5s ease;
@@ -1729,22 +1569,6 @@ html {
1729
1569
  }
1730
1570
  }
1731
1571
 
1732
- * {
1733
- margin: 0;
1734
- }
1735
- html {
1736
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
1737
- }
1738
- .rk-web-core {
1739
- 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;
1740
- }
1741
- .maptalks {
1742
- position: relative;
1743
- height: 100%;
1744
- }
1745
- .sk-chase-box {
1746
- height: 100%;
1747
- }
1748
1572
  .rk-web-core-version {
1749
1573
  background: #fafafa;
1750
1574
  box-shadow: 0 0 24px 0 rgba(49, 77, 67, 0.1);
@@ -1953,44 +1777,12 @@ html {
1953
1777
  background: var(--antd-wave-shadow-color);
1954
1778
  }
1955
1779
 
1956
- * {
1957
- margin: 0;
1958
- }
1959
- html {
1960
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
1961
- }
1962
- .rk-web-core {
1963
- 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;
1964
- }
1965
- .maptalks {
1966
- position: relative;
1967
- height: 100%;
1968
- }
1969
- .sk-chase-box {
1970
- height: 100%;
1971
- }
1972
1780
  .rk-web-core-app-user-avatar {
1973
1781
  height: 38px;
1974
1782
  border-radius: 100%;
1975
1783
  margin: 0 10px 0 20px;
1976
1784
  }
1977
1785
 
1978
- * {
1979
- margin: 0;
1980
- }
1981
- html {
1982
- --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
1983
- }
1984
- .rk-web-core {
1985
- 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;
1986
- }
1987
- .maptalks {
1988
- position: relative;
1989
- height: 100%;
1990
- }
1991
- .sk-chase-box {
1992
- height: 100%;
1993
- }
1994
1786
  .rk-web-core-app-setting-layout {
1995
1787
  display: flex;
1996
1788
  flex-direction: column;