rk-web-core 0.10.80 → 0.10.83
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],{372:function(n,t,e){var r={"./App.vue":375};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=372},373:function(n,t,e){"use strict";e.r(t);var r=e(374),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},374:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"app",data:function(){return{}}}},375:function(n,t,e){"use strict";e.r(t);var r=e(377),o=e(373);for(var i in o)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(i);var u=e(376),a=Object(u.a)(o.default,r.a,r.b,!1,null,null,null);t.default=a.exports},376: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}))},377: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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rk-web-core",
|
|
3
3
|
"description": "iep core utils",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.83",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "rk-web-core.js",
|
|
7
7
|
"scripts": {
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@micro-zoe/micro-app": "^0.8.5",
|
|
14
|
-
"axios": "^0.
|
|
14
|
+
"axios": "^0.27.2",
|
|
15
15
|
"crypto-js": "^4.1.1",
|
|
16
16
|
"lodash": "^4.17.21",
|
|
17
17
|
"nprogress": "^0.2.0",
|
|
18
18
|
"resize-observer-polyfill": "^1.5.1",
|
|
19
19
|
"store": "^2.0.12",
|
|
20
|
-
"vue": "^2.6.14",
|
|
21
|
-
"vue-router": "^3.5.3",
|
|
22
|
-
"vuex": "^3.4.0",
|
|
23
20
|
"rk-web-map": "^0.3.82"
|
|
24
21
|
},
|
|
25
22
|
"devDependencies": {
|
|
23
|
+
"vue": "^2.6.14",
|
|
24
|
+
"vue-router": "^3.5.3",
|
|
25
|
+
"vuex": "^3.4.0",
|
|
26
26
|
"@babel/runtime": "^7.15.4",
|
|
27
27
|
"babel-core": "^6.26.0",
|
|
28
28
|
"babel-loader": "^7.1.5",
|
package/rk-web-core.css
CHANGED
|
@@ -186,6 +186,65 @@ html {
|
|
|
186
186
|
height: 100%;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
+
* {
|
|
190
|
+
margin: 0;
|
|
191
|
+
}
|
|
192
|
+
html {
|
|
193
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
194
|
+
}
|
|
195
|
+
.rk-web-core {
|
|
196
|
+
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;
|
|
197
|
+
}
|
|
198
|
+
.rk-web-core-full-layout {
|
|
199
|
+
height: 100%;
|
|
200
|
+
}
|
|
201
|
+
.maptalks {
|
|
202
|
+
position: relative;
|
|
203
|
+
height: 100%;
|
|
204
|
+
}
|
|
205
|
+
.sk-chase-box {
|
|
206
|
+
height: 100%;
|
|
207
|
+
}
|
|
208
|
+
.rk-web-core-extension {
|
|
209
|
+
width: 50px;
|
|
210
|
+
height: 50px;
|
|
211
|
+
background: var(--antd-wave-shadow-color);
|
|
212
|
+
border-radius: 50%;
|
|
213
|
+
touch-action: none;
|
|
214
|
+
/*防止谷歌浏览器监听touch事件时报错*/
|
|
215
|
+
animation: light 1s ease-in-out infinite alternate;
|
|
216
|
+
position: fixed;
|
|
217
|
+
top: 50%;
|
|
218
|
+
transform: translateY(-50%);
|
|
219
|
+
right: 70px;
|
|
220
|
+
z-index: 999;
|
|
221
|
+
cursor: pointer;
|
|
222
|
+
display: flex;
|
|
223
|
+
justify-content: center;
|
|
224
|
+
align-items: center;
|
|
225
|
+
}
|
|
226
|
+
.rk-web-core-extension svg {
|
|
227
|
+
fill: #ffffff;
|
|
228
|
+
}
|
|
229
|
+
.rk-web-core-extension-group {
|
|
230
|
+
display: grid;
|
|
231
|
+
grid-template-columns: 1fr;
|
|
232
|
+
gap: 12px;
|
|
233
|
+
}
|
|
234
|
+
.rk-web-core-extension-group-item {
|
|
235
|
+
display: flex;
|
|
236
|
+
justify-content: center;
|
|
237
|
+
align-items: center;
|
|
238
|
+
}
|
|
239
|
+
@keyframes light {
|
|
240
|
+
from {
|
|
241
|
+
box-shadow: 0 0 4px var(--antd-wave-shadow-color);
|
|
242
|
+
}
|
|
243
|
+
to {
|
|
244
|
+
box-shadow: 0 0 20px var(--antd-wave-shadow-color);
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
189
248
|
* {
|
|
190
249
|
margin: 0;
|
|
191
250
|
}
|
|
@@ -862,6 +921,9 @@ html {
|
|
|
862
921
|
transition: all 300ms;
|
|
863
922
|
border-bottom: 1px solid #f0f0f0;
|
|
864
923
|
}
|
|
924
|
+
.rk-web-core-app-external-cell:last-child {
|
|
925
|
+
border-bottom: none;
|
|
926
|
+
}
|
|
865
927
|
.rk-web-core-app-external-cell:hover {
|
|
866
928
|
transition: all 300ms;
|
|
867
929
|
color: #ffffff;
|