@kq_npm/client3d_webgl_vue 4.5.20-beta → 4.5.21-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/adddata/index.js +2 -2
- package/clientPrint/index.js +1579 -1002
- package/comparemap/index.js +17 -13
- package/flight/index.js +1 -1
- package/index.js +1544 -1002
- package/isolineanalysis/index.js +598 -576
- package/isolineanalysis/style/isolineanalysis.css +1 -1
- package/modelselect/index.js +3 -1
- package/package.json +1 -1
- package/roller/index.js +20 -13
- package/sceneapp/index.js +44700 -4326
- package/sceneview/index.js +1579 -1002
- package/style.css +1 -1
package/adddata/index.js
CHANGED
|
@@ -1833,8 +1833,6 @@ const __default__ = {
|
|
|
1833
1833
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
1834
1834
|
let selectTypeIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
1835
1835
|
|
|
1836
|
-
//URL服务支持的数据源类型
|
|
1837
|
-
let dataSourceTypeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
1838
1836
|
//选择的数据源类型
|
|
1839
1837
|
let dataSourceType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
1840
1838
|
let dataSource = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -1848,6 +1846,8 @@ const __default__ = {
|
|
|
1848
1846
|
|
|
1849
1847
|
// 获取组件传参
|
|
1850
1848
|
|
|
1849
|
+
//URL服务支持的数据源类型
|
|
1850
|
+
let dataSourceTypeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(setDataSourceType());
|
|
1851
1851
|
let operatorArray = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
|
|
1852
1852
|
let array = [];
|
|
1853
1853
|
let list = [...fileList.value];
|