@kq_npm/client3d_webgl_vue 0.1.1-beta → 0.1.3-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 +9 -1
- package/package.json +1 -1
- package/scenceview/index.js +9 -1
package/index.js
CHANGED
|
@@ -2083,7 +2083,9 @@ const __default__ = {
|
|
|
2083
2083
|
}
|
|
2084
2084
|
},
|
|
2085
2085
|
|
|
2086
|
-
setup(__props
|
|
2086
|
+
setup(__props, {
|
|
2087
|
+
expose
|
|
2088
|
+
}) {
|
|
2087
2089
|
const props = __props;
|
|
2088
2090
|
const {
|
|
2089
2091
|
proxy
|
|
@@ -2138,6 +2140,12 @@ const __default__ = {
|
|
|
2138
2140
|
viewModel && viewModel.resetOrientation();
|
|
2139
2141
|
}
|
|
2140
2142
|
|
|
2143
|
+
expose({
|
|
2144
|
+
zoomIn,
|
|
2145
|
+
zoomOut,
|
|
2146
|
+
resetView,
|
|
2147
|
+
resetOrientation
|
|
2148
|
+
});
|
|
2141
2149
|
return (_ctx, _cache) => {
|
|
2142
2150
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-icon");
|
|
2143
2151
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.1.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.1.3-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"}}
|
package/scenceview/index.js
CHANGED
|
@@ -1663,7 +1663,9 @@ const __default__ = {
|
|
|
1663
1663
|
}
|
|
1664
1664
|
},
|
|
1665
1665
|
|
|
1666
|
-
setup(__props
|
|
1666
|
+
setup(__props, {
|
|
1667
|
+
expose
|
|
1668
|
+
}) {
|
|
1667
1669
|
const props = __props;
|
|
1668
1670
|
const {
|
|
1669
1671
|
proxy
|
|
@@ -1718,6 +1720,12 @@ const __default__ = {
|
|
|
1718
1720
|
viewModel && viewModel.resetOrientation();
|
|
1719
1721
|
}
|
|
1720
1722
|
|
|
1723
|
+
expose({
|
|
1724
|
+
zoomIn,
|
|
1725
|
+
zoomOut,
|
|
1726
|
+
resetView,
|
|
1727
|
+
resetOrientation
|
|
1728
|
+
});
|
|
1721
1729
|
return (_ctx, _cache) => {
|
|
1722
1730
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-icon");
|
|
1723
1731
|
|