@kq_npm/client3d_webgl_vue 0.3.0-beta → 0.3.2-beta
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/index.js +1 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -500,8 +500,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
500
500
|
"webglComponents": function() { return /* reexport */ webglComponents; }
|
|
501
501
|
});
|
|
502
502
|
|
|
503
|
-
;// CONCATENATED MODULE: external "@kq_npm/client3d_webgl_vue/style.css"
|
|
504
|
-
var style_css_namespaceObject = require("@kq_npm/client3d_webgl_vue/style.css");
|
|
505
503
|
;// CONCATENATED MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
506
504
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject = require("vue");
|
|
507
505
|
;// CONCATENATED MODULE: external "@kq_npm/client_icons_vue"
|
|
@@ -20198,7 +20196,7 @@ const install = function (Vue, opts = {}) {
|
|
|
20198
20196
|
* Description: webgl 组件包的总入口文件
|
|
20199
20197
|
* LastEditors: 朱鹏超
|
|
20200
20198
|
*/
|
|
20201
|
-
|
|
20199
|
+
// import "@/webgl/style.scss";
|
|
20202
20200
|
|
|
20203
20201
|
/* harmony default export */ var webgl = (components);
|
|
20204
20202
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.3.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.3.2-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"^9.2.0-beta.36","xlsx":"^0.18.5","@turf/turf":"^6.5.0","css-vars-ponyfill":"^2.4.7","xe-utils":"^3.5.4"}}
|