rk-web-core 0.10.8 → 0.10.11

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/package.json CHANGED
@@ -1,62 +1,62 @@
1
- {
2
- "name": "rk-web-core",
3
- "description": "iep core utils",
4
- "version": "0.10.8",
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.58"
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.10.11",
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.60"
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
@@ -1,6 +1,9 @@
1
1
  * {
2
2
  margin: 0;
3
3
  }
4
+ .rk-web-core {
5
+ 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;
6
+ }
4
7
  .rk-web-core-full-layout {
5
8
  height: 100%;
6
9
  }
@@ -15,6 +18,9 @@
15
18
  * {
16
19
  margin: 0;
17
20
  }
21
+ .rk-web-core {
22
+ 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;
23
+ }
18
24
  .rk-web-core-full-layout {
19
25
  height: 100%;
20
26
  }
@@ -58,6 +64,7 @@
58
64
  }
59
65
  .rk-web-core-layout {
60
66
  height: 100%;
67
+ 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;
61
68
  }
62
69
  .rk-web-core-layout-content {
63
70
  height: 100%;
@@ -67,6 +74,9 @@
67
74
  * {
68
75
  margin: 0;
69
76
  }
77
+ .rk-web-core {
78
+ 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;
79
+ }
70
80
  .rk-web-core-full-layout {
71
81
  height: 100%;
72
82
  }
@@ -162,6 +172,9 @@
162
172
  * {
163
173
  margin: 0;
164
174
  }
175
+ .rk-web-core {
176
+ 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;
177
+ }
165
178
  .rk-web-core-full-layout {
166
179
  height: 100%;
167
180
  }
@@ -226,6 +239,9 @@
226
239
  * {
227
240
  margin: 0;
228
241
  }
242
+ .rk-web-core {
243
+ 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;
244
+ }
229
245
  .rk-web-core-full-layout {
230
246
  height: 100%;
231
247
  }
@@ -326,6 +342,9 @@
326
342
  * {
327
343
  margin: 0;
328
344
  }
345
+ .rk-web-core {
346
+ 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;
347
+ }
329
348
  .rk-web-core-full-layout {
330
349
  height: 100%;
331
350
  }
@@ -422,6 +441,9 @@
422
441
  * {
423
442
  margin: 0;
424
443
  }
444
+ .rk-web-core {
445
+ 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;
446
+ }
425
447
  .rk-web-core-full-layout {
426
448
  height: 100%;
427
449
  }