@kq_npm/client3d_webgl_vue 3.0.6-beta → 3.0.8-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 +40 -177
- package/aspectanalysis/index.js +47 -179
- package/aspectanalysis/style/aspectanalysis.css +1 -1
- package/baseterraingallery/index.js +55 -191
- package/baseterraingallery/style/baseterraingallery.css +1 -1
- package/boxclip/index.js +50 -182
- package/boxclip/style/boxclip.css +1 -1
- package/excavatefillanalysis/index.js +60 -181
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -1
- package/floodanalysis/index.js +9 -6
- package/floodanalysis/style/floodanalysis.css +1 -1
- package/gpuspatialquery/index.js +6 -3
- package/gpuspatialquery/style/gpuspatialquery.css +1 -1
- package/index.js +551 -350
- package/isolineanalysis/index.js +34 -31
- package/isolineanalysis/style/isolineanalysis.css +1 -1
- package/modelselect/index.js +9 -6
- package/modelselect/style/modelselect.css +1 -1
- package/package.json +1 -1
- package/particleeffect/index.js +6 -3
- package/particleeffect/style/particleeffect.css +1 -1
- package/planeclip/index.js +10 -7
- package/planeclip/style/planeclip.css +1 -1
- package/profileanalysis/index.js +9 -6
- package/profileanalysis/style/profileanalysis.css +1 -1
- package/roller/index.js +1 -1
- package/roller/style/roller.css +1 -1
- package/scenceview/index.js +413 -214
- package/shadowanalysis/index.js +17 -14
- package/shadowanalysis/style/shadowanalysis.css +1 -1
- package/sightlineanalysis/index.js +6 -3
- package/sightlineanalysis/style/sightlineanalysis.css +1 -1
- package/skylineanalysis/index.js +8 -5
- package/skylineanalysis/style/skylineanalysis.css +1 -1
- package/slopeanalysis/index.js +21 -18
- package/slopeanalysis/style/slopeanalysis.css +1 -1
- package/style.css +1 -1
- package/terrainoperation/index.js +12 -9
- package/terrainoperation/style/terrainoperation.css +1 -1
- package/viewshedanalysis/index.js +6 -3
- package/viewshedanalysis/style/viewshedanalysis.css +1 -1
- package/weathereffect/index.js +7 -4
- package/weathereffect/style/weathereffect.css +1 -1
package/scenceview/index.js
CHANGED
|
@@ -905,8 +905,6 @@ class AddDataViewModel {
|
|
|
905
905
|
}
|
|
906
906
|
|
|
907
907
|
}
|
|
908
|
-
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
909
|
-
var headertemp = __webpack_require__(519);
|
|
910
908
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/adddata/AddData.vue?vue&type=script&setup=true&lang=js
|
|
911
909
|
|
|
912
910
|
const _hoisted_1 = {
|
|
@@ -961,6 +959,11 @@ const __default__ = {
|
|
|
961
959
|
type: Boolean,
|
|
962
960
|
default: true
|
|
963
961
|
},
|
|
962
|
+
|
|
963
|
+
/**
|
|
964
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
965
|
+
*/
|
|
966
|
+
position: [String, Object],
|
|
964
967
|
// 当前展示的tab标签页
|
|
965
968
|
activeName: {
|
|
966
969
|
type: String,
|
|
@@ -1034,9 +1037,22 @@ const __default__ = {
|
|
|
1034
1037
|
}
|
|
1035
1038
|
|
|
1036
1039
|
return flag;
|
|
1037
|
-
});
|
|
1040
|
+
}); // 组件容器Ref
|
|
1041
|
+
|
|
1042
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
1043
|
+
|
|
1044
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
1045
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
1038
1046
|
let viewModel = null;
|
|
1039
1047
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
1048
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
1049
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
1050
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
1051
|
+
});
|
|
1052
|
+
watchCreateHeaderTemp();
|
|
1053
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
1054
|
+
watchCreateHeaderTemp();
|
|
1055
|
+
});
|
|
1040
1056
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
1041
1057
|
if (scenceView) {
|
|
1042
1058
|
language.value = scenceView._language;
|
|
@@ -1153,7 +1169,18 @@ const __default__ = {
|
|
|
1153
1169
|
viewModel = new AddDataViewModel(scenceView, options);
|
|
1154
1170
|
}
|
|
1155
1171
|
});
|
|
1156
|
-
});
|
|
1172
|
+
});
|
|
1173
|
+
/**
|
|
1174
|
+
* @description 监听header生成
|
|
1175
|
+
*/
|
|
1176
|
+
|
|
1177
|
+
const watchCreateHeaderTemp = () => {
|
|
1178
|
+
if (props.showHeaderTemp) {
|
|
1179
|
+
// 生成headerTemp
|
|
1180
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef);
|
|
1181
|
+
}
|
|
1182
|
+
}; // 切换tab页
|
|
1183
|
+
|
|
1157
1184
|
|
|
1158
1185
|
function handleChange(pane) {} // 切换类型
|
|
1159
1186
|
|
|
@@ -1238,17 +1265,16 @@ const __default__ = {
|
|
|
1238
1265
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
1239
1266
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-add-data", {
|
|
1240
1267
|
'kq-box-shadow': __props.showShadow
|
|
1241
|
-
}])
|
|
1242
|
-
|
|
1268
|
+
}]),
|
|
1269
|
+
ref_key: "boxRef",
|
|
1270
|
+
ref: boxRef
|
|
1271
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
1243
1272
|
key: 0,
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
}, null, 8
|
|
1250
|
-
/* PROPS */
|
|
1251
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tabs, {
|
|
1273
|
+
ref_key: "headerTempRef",
|
|
1274
|
+
ref: headerTempRef
|
|
1275
|
+
}, null, 512
|
|
1276
|
+
/* NEED_PATCH */
|
|
1277
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tabs, {
|
|
1252
1278
|
modelValue: props.activeName,
|
|
1253
1279
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => props.activeName = $event),
|
|
1254
1280
|
onTabChange: handleChange
|
|
@@ -1684,11 +1710,14 @@ var gis_utils_ = __webpack_require__(826);
|
|
|
1684
1710
|
var AspectAnalysisViewModel = __webpack_require__(8132);
|
|
1685
1711
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
1686
1712
|
var client_icons_vue_ = __webpack_require__(348);
|
|
1687
|
-
// EXTERNAL MODULE:
|
|
1688
|
-
var
|
|
1713
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
1714
|
+
var util_ = __webpack_require__(9519);
|
|
1689
1715
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
1690
1716
|
|
|
1691
1717
|
const _hoisted_1 = {
|
|
1718
|
+
class: "kq3d-aspect-analysis-box"
|
|
1719
|
+
};
|
|
1720
|
+
const _hoisted_2 = {
|
|
1692
1721
|
class: "kq3d-aspect-analysis-footer"
|
|
1693
1722
|
};
|
|
1694
1723
|
|
|
@@ -1710,6 +1739,11 @@ const __default__ = {
|
|
|
1710
1739
|
type: Boolean,
|
|
1711
1740
|
default: true
|
|
1712
1741
|
},
|
|
1742
|
+
|
|
1743
|
+
/**
|
|
1744
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
1745
|
+
*/
|
|
1746
|
+
position: [String, Object],
|
|
1713
1747
|
// 是否生成HeaderTemp
|
|
1714
1748
|
showHeaderTemp: {
|
|
1715
1749
|
type: Boolean,
|
|
@@ -1764,8 +1798,21 @@ const __default__ = {
|
|
|
1764
1798
|
// 箭头宽度最大值
|
|
1765
1799
|
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
|
|
1766
1800
|
|
|
1767
|
-
});
|
|
1801
|
+
}); // 组件容器Ref
|
|
1802
|
+
|
|
1803
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
1804
|
+
|
|
1805
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
1806
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
1768
1807
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
1808
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
1809
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
1810
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
1811
|
+
});
|
|
1812
|
+
watchCreateHeaderTemp();
|
|
1813
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
1814
|
+
watchCreateHeaderTemp();
|
|
1815
|
+
});
|
|
1769
1816
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
1770
1817
|
|
|
1771
1818
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
@@ -1781,7 +1828,18 @@ const __default__ = {
|
|
|
1781
1828
|
});
|
|
1782
1829
|
}
|
|
1783
1830
|
});
|
|
1784
|
-
});
|
|
1831
|
+
});
|
|
1832
|
+
/**
|
|
1833
|
+
* @description 监听header生成
|
|
1834
|
+
*/
|
|
1835
|
+
|
|
1836
|
+
const watchCreateHeaderTemp = () => {
|
|
1837
|
+
if (props.showHeaderTemp) {
|
|
1838
|
+
// 生成headerTemp
|
|
1839
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef);
|
|
1840
|
+
}
|
|
1841
|
+
}; // 参数改变
|
|
1842
|
+
|
|
1785
1843
|
|
|
1786
1844
|
function paramsChanged(key) {
|
|
1787
1845
|
switch (key) {
|
|
@@ -1848,17 +1906,16 @@ const __default__ = {
|
|
|
1848
1906
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
1849
1907
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-aspect-analysis", {
|
|
1850
1908
|
'kq-box-shadow': __props.showShadow
|
|
1851
|
-
}])
|
|
1852
|
-
|
|
1909
|
+
}]),
|
|
1910
|
+
ref_key: "boxRef",
|
|
1911
|
+
ref: boxRef
|
|
1912
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
1853
1913
|
key: 0,
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
}, null, 8
|
|
1860
|
-
/* PROPS */
|
|
1861
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1914
|
+
ref_key: "headerTempRef",
|
|
1915
|
+
ref: headerTempRef
|
|
1916
|
+
}, null, 512
|
|
1917
|
+
/* NEED_PATCH */
|
|
1918
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1862
1919
|
class: "kq3d-aspect-analysis-tip"
|
|
1863
1920
|
}, {
|
|
1864
1921
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 1
|
|
@@ -2028,7 +2085,7 @@ const __default__ = {
|
|
|
2028
2085
|
|
|
2029
2086
|
}, 8
|
|
2030
2087
|
/* PROPS */
|
|
2031
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
2088
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2032
2089
|
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
2033
2090
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
2034
2091
|
type: "primary"
|
|
@@ -2053,7 +2110,7 @@ const __default__ = {
|
|
|
2053
2110
|
|
|
2054
2111
|
}, 8
|
|
2055
2112
|
/* PROPS */
|
|
2056
|
-
, ["title"])])], 2
|
|
2113
|
+
, ["title"])])])], 2
|
|
2057
2114
|
/* CLASS */
|
|
2058
2115
|
);
|
|
2059
2116
|
};
|
|
@@ -2187,31 +2244,34 @@ var BaseterrainGalleryViewModel = __webpack_require__(2109);
|
|
|
2187
2244
|
var const_image_ = __webpack_require__(9702);
|
|
2188
2245
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
2189
2246
|
var client_icons_vue_ = __webpack_require__(348);
|
|
2190
|
-
// EXTERNAL MODULE:
|
|
2191
|
-
var
|
|
2247
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
2248
|
+
var util_ = __webpack_require__(9519);
|
|
2192
2249
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/baseterraingallery/BaseterrainGallery.vue?vue&type=script&setup=true&lang=js
|
|
2193
2250
|
|
|
2194
2251
|
const _hoisted_1 = {
|
|
2195
|
-
class: "
|
|
2252
|
+
class: "kq3d-baseterrain-gallery-box"
|
|
2196
2253
|
};
|
|
2197
2254
|
const _hoisted_2 = {
|
|
2255
|
+
class: "divSpan"
|
|
2256
|
+
};
|
|
2257
|
+
const _hoisted_3 = {
|
|
2198
2258
|
class: "divImg"
|
|
2199
2259
|
};
|
|
2200
|
-
const
|
|
2201
|
-
const
|
|
2260
|
+
const _hoisted_4 = ["src"];
|
|
2261
|
+
const _hoisted_5 = {
|
|
2202
2262
|
class: "divText"
|
|
2203
2263
|
};
|
|
2204
|
-
const
|
|
2264
|
+
const _hoisted_6 = {
|
|
2205
2265
|
class: "text"
|
|
2206
2266
|
};
|
|
2207
|
-
const
|
|
2267
|
+
const _hoisted_7 = {
|
|
2208
2268
|
class: "divImg"
|
|
2209
2269
|
};
|
|
2210
|
-
const
|
|
2211
|
-
const
|
|
2270
|
+
const _hoisted_8 = ["src"];
|
|
2271
|
+
const _hoisted_9 = {
|
|
2212
2272
|
class: "divText"
|
|
2213
2273
|
};
|
|
2214
|
-
const
|
|
2274
|
+
const _hoisted_10 = {
|
|
2215
2275
|
class: "text"
|
|
2216
2276
|
};
|
|
2217
2277
|
|
|
@@ -2233,6 +2293,11 @@ const __default__ = {
|
|
|
2233
2293
|
type: Boolean,
|
|
2234
2294
|
default: true
|
|
2235
2295
|
},
|
|
2296
|
+
|
|
2297
|
+
/**
|
|
2298
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
2299
|
+
*/
|
|
2300
|
+
position: [String, Object],
|
|
2236
2301
|
// 是否生成HeaderTemp
|
|
2237
2302
|
showHeaderTemp: {
|
|
2238
2303
|
type: Boolean,
|
|
@@ -2269,8 +2334,18 @@ const __default__ = {
|
|
|
2269
2334
|
let currentIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(2);
|
|
2270
2335
|
let currentTerrain = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); //逻辑类对象
|
|
2271
2336
|
|
|
2272
|
-
let viewModel = null;
|
|
2337
|
+
let viewModel = null; // 组件容器Ref
|
|
2338
|
+
|
|
2339
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
2340
|
+
|
|
2341
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
2342
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
2273
2343
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
2344
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
2345
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
2346
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
2347
|
+
});
|
|
2348
|
+
watchCreateHeaderTemp();
|
|
2274
2349
|
currentIndex.value = props.selectIndex;
|
|
2275
2350
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
2276
2351
|
if (scenceView) {
|
|
@@ -2281,6 +2356,16 @@ const __default__ = {
|
|
|
2281
2356
|
}
|
|
2282
2357
|
});
|
|
2283
2358
|
});
|
|
2359
|
+
/**
|
|
2360
|
+
* @description 监听header生成
|
|
2361
|
+
*/
|
|
2362
|
+
|
|
2363
|
+
const watchCreateHeaderTemp = () => {
|
|
2364
|
+
if (props.showHeaderTemp) {
|
|
2365
|
+
// 生成headerTemp
|
|
2366
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef);
|
|
2367
|
+
}
|
|
2368
|
+
};
|
|
2284
2369
|
|
|
2285
2370
|
function changSelectTerrain() {
|
|
2286
2371
|
switch (currentIndex.value) {
|
|
@@ -2336,17 +2421,16 @@ const __default__ = {
|
|
|
2336
2421
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
2337
2422
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-baseterrain-gallery", {
|
|
2338
2423
|
'kq-box-shadow': __props.showShadow
|
|
2339
|
-
}])
|
|
2340
|
-
|
|
2424
|
+
}]),
|
|
2425
|
+
ref_key: "boxRef",
|
|
2426
|
+
ref: boxRef
|
|
2427
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
2341
2428
|
key: 0,
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
}, null, 8
|
|
2348
|
-
/* PROPS */
|
|
2349
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
2429
|
+
ref_key: "headerTempRef",
|
|
2430
|
+
ref: headerTempRef
|
|
2431
|
+
}, null, 512
|
|
2432
|
+
/* NEED_PATCH */
|
|
2433
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
2350
2434
|
style: {
|
|
2351
2435
|
"line-height": "48px",
|
|
2352
2436
|
"height": "48px"
|
|
@@ -2355,7 +2439,7 @@ const __default__ = {
|
|
|
2355
2439
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2356
2440
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).onlineTerrain
|
|
2357
2441
|
}, {
|
|
2358
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
2442
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentTerrain)), 1
|
|
2359
2443
|
/* TEXT */
|
|
2360
2444
|
)]),
|
|
2361
2445
|
_: 1
|
|
@@ -2372,16 +2456,16 @@ const __default__ = {
|
|
|
2372
2456
|
span: 24
|
|
2373
2457
|
}, {
|
|
2374
2458
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, null, {
|
|
2375
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row @click=\"clickHandler(0)\" :class=\"currentIndex == 0 ? 'active' : ''\">\r\n
|
|
2459
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row @click=\"clickHandler(0)\" :class=\"currentIndex == 0 ? 'active' : ''\">\r\n <kq-col :span=\"5\">\r\n <img :src=\"TDT_TERRAiIN_URL\" alt=\"\" />\r\n </kq-col>\r\n <kq-col :span=\"19\">{{ language.tiandituTerrain }} </kq-col>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
2376
2460
|
onClick: _cache[0] || (_cache[0] = $event => clickHandler(1)),
|
|
2377
2461
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentIndex) == 1 ? 'active' : '')
|
|
2378
2462
|
}, {
|
|
2379
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
2463
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
2380
2464
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.CESIUM_TERRAiIN_URL),
|
|
2381
2465
|
alt: ""
|
|
2382
2466
|
}, null, 8
|
|
2383
2467
|
/* PROPS */
|
|
2384
|
-
,
|
|
2468
|
+
, _hoisted_4)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cesiumTerrain), 1
|
|
2385
2469
|
/* TEXT */
|
|
2386
2470
|
)])]),
|
|
2387
2471
|
_: 1
|
|
@@ -2393,12 +2477,12 @@ const __default__ = {
|
|
|
2393
2477
|
onClick: _cache[1] || (_cache[1] = $event => clickHandler(2)),
|
|
2394
2478
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentIndex) == 2 ? 'active' : '')
|
|
2395
2479
|
}, {
|
|
2396
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
2480
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
2397
2481
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.NO_TERRAiIN_URL),
|
|
2398
2482
|
alt: ""
|
|
2399
2483
|
}, null, 8
|
|
2400
2484
|
/* PROPS */
|
|
2401
|
-
,
|
|
2485
|
+
, _hoisted_8)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).ellipsoidTerrain), 1
|
|
2402
2486
|
/* TEXT */
|
|
2403
2487
|
)])]),
|
|
2404
2488
|
_: 1
|
|
@@ -2418,7 +2502,7 @@ const __default__ = {
|
|
|
2418
2502
|
_: 1
|
|
2419
2503
|
/* STABLE */
|
|
2420
2504
|
|
|
2421
|
-
})], 2
|
|
2505
|
+
})])], 2
|
|
2422
2506
|
/* CLASS */
|
|
2423
2507
|
);
|
|
2424
2508
|
};
|
|
@@ -2672,17 +2756,20 @@ var gis_utils_ = __webpack_require__(826);
|
|
|
2672
2756
|
var BoxClipViewModel = __webpack_require__(219);
|
|
2673
2757
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
2674
2758
|
var client_icons_vue_ = __webpack_require__(348);
|
|
2675
|
-
// EXTERNAL MODULE:
|
|
2676
|
-
var
|
|
2759
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
2760
|
+
var util_ = __webpack_require__(9519);
|
|
2677
2761
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/boxclip/BoxClip.vue?vue&type=script&setup=true&lang=js
|
|
2678
2762
|
|
|
2679
2763
|
const _hoisted_1 = {
|
|
2680
|
-
class: "kq3d-box-clip-
|
|
2764
|
+
class: "kq3d-box-clip-box"
|
|
2681
2765
|
};
|
|
2682
2766
|
const _hoisted_2 = {
|
|
2683
2767
|
class: "kq3d-box-clip-span"
|
|
2684
2768
|
};
|
|
2685
2769
|
const _hoisted_3 = {
|
|
2770
|
+
class: "kq3d-box-clip-span"
|
|
2771
|
+
};
|
|
2772
|
+
const _hoisted_4 = {
|
|
2686
2773
|
class: "kq3d-box-clip-footer"
|
|
2687
2774
|
};
|
|
2688
2775
|
|
|
@@ -2704,6 +2791,11 @@ const __default__ = {
|
|
|
2704
2791
|
type: Boolean,
|
|
2705
2792
|
default: true
|
|
2706
2793
|
},
|
|
2794
|
+
|
|
2795
|
+
/**
|
|
2796
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
2797
|
+
*/
|
|
2798
|
+
position: [String, Object],
|
|
2707
2799
|
// 是否生成HeaderTemp
|
|
2708
2800
|
showHeaderTemp: {
|
|
2709
2801
|
type: Boolean,
|
|
@@ -2755,8 +2847,21 @@ const __default__ = {
|
|
|
2755
2847
|
clipHeight: props.settingParams && props.settingParams.clipHeight || 4.7,
|
|
2756
2848
|
clipRotation: props.settingParams && props.settingParams.clipRotation || 90
|
|
2757
2849
|
});
|
|
2758
|
-
let viewModel = null;
|
|
2850
|
+
let viewModel = null; // 组件容器Ref
|
|
2851
|
+
|
|
2852
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
2853
|
+
|
|
2854
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
2855
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
2759
2856
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
2857
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
2858
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
2859
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
2860
|
+
});
|
|
2861
|
+
watchCreateHeaderTemp();
|
|
2862
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
2863
|
+
watchCreateHeaderTemp();
|
|
2864
|
+
});
|
|
2760
2865
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
2761
2866
|
//父组 件ScenceView初始化完成后执行
|
|
2762
2867
|
|
|
@@ -2789,7 +2894,18 @@ const __default__ = {
|
|
|
2789
2894
|
}
|
|
2790
2895
|
}
|
|
2791
2896
|
}, 1000);
|
|
2792
|
-
});
|
|
2897
|
+
});
|
|
2898
|
+
/**
|
|
2899
|
+
* @description 监听header生成
|
|
2900
|
+
*/
|
|
2901
|
+
|
|
2902
|
+
const watchCreateHeaderTemp = () => {
|
|
2903
|
+
if (props.showHeaderTemp) {
|
|
2904
|
+
// 生成headerTemp
|
|
2905
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef);
|
|
2906
|
+
}
|
|
2907
|
+
}; // 参数改变
|
|
2908
|
+
|
|
2793
2909
|
|
|
2794
2910
|
function paramsChanged(key) {
|
|
2795
2911
|
switch (key) {
|
|
@@ -2891,17 +3007,16 @@ const __default__ = {
|
|
|
2891
3007
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
2892
3008
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-box-clip", {
|
|
2893
3009
|
'kq-box-shadow': __props.showShadow
|
|
2894
|
-
}])
|
|
2895
|
-
|
|
3010
|
+
}]),
|
|
3011
|
+
ref_key: "boxRef",
|
|
3012
|
+
ref: boxRef
|
|
3013
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
2896
3014
|
key: 0,
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
}, null, 8
|
|
2903
|
-
/* PROPS */
|
|
2904
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
3015
|
+
ref_key: "headerTempRef",
|
|
3016
|
+
ref: headerTempRef
|
|
3017
|
+
}, null, 512
|
|
3018
|
+
/* NEED_PATCH */
|
|
3019
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
2905
3020
|
gutter: 20,
|
|
2906
3021
|
class: "rowClass"
|
|
2907
3022
|
}, {
|
|
@@ -2909,7 +3024,7 @@ const __default__ = {
|
|
|
2909
3024
|
span: 6,
|
|
2910
3025
|
class: "colClass"
|
|
2911
3026
|
}, {
|
|
2912
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
3027
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipObj), 1
|
|
2913
3028
|
/* TEXT */
|
|
2914
3029
|
)]),
|
|
2915
3030
|
_: 1
|
|
@@ -2962,7 +3077,7 @@ const __default__ = {
|
|
|
2962
3077
|
span: 6,
|
|
2963
3078
|
class: "colClass"
|
|
2964
3079
|
}, {
|
|
2965
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
3080
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipPattern), 1
|
|
2966
3081
|
/* TEXT */
|
|
2967
3082
|
)]),
|
|
2968
3083
|
_: 1
|
|
@@ -3491,7 +3606,7 @@ const __default__ = {
|
|
|
3491
3606
|
|
|
3492
3607
|
}, 8
|
|
3493
3608
|
/* PROPS */
|
|
3494
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
3609
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
3495
3610
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clip(), ["stop"])),
|
|
3496
3611
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clip,
|
|
3497
3612
|
type: "primary"
|
|
@@ -3516,7 +3631,7 @@ const __default__ = {
|
|
|
3516
3631
|
|
|
3517
3632
|
}, 8
|
|
3518
3633
|
/* PROPS */
|
|
3519
|
-
, ["title"])])], 2
|
|
3634
|
+
, ["title"])])])], 2
|
|
3520
3635
|
/* CLASS */
|
|
3521
3636
|
);
|
|
3522
3637
|
};
|
|
@@ -4330,24 +4445,27 @@ var gis_utils_ = __webpack_require__(826);
|
|
|
4330
4445
|
var ExcavateFillAnalysisViewModel = __webpack_require__(5183);
|
|
4331
4446
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
4332
4447
|
var client_icons_vue_ = __webpack_require__(348);
|
|
4333
|
-
// EXTERNAL MODULE:
|
|
4334
|
-
var
|
|
4448
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
4449
|
+
var util_ = __webpack_require__(9519);
|
|
4335
4450
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/excavatefillanalysis/ExcavateFillAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
4336
4451
|
|
|
4337
4452
|
const _hoisted_1 = {
|
|
4338
|
-
class: "kq3d-excavate-fill-analysis-
|
|
4453
|
+
class: "kq3d-excavate-fill-analysis-box"
|
|
4339
4454
|
};
|
|
4340
4455
|
const _hoisted_2 = {
|
|
4341
|
-
class: "kq3d-excavate-fill-analysis-
|
|
4456
|
+
class: "kq3d-excavate-fill-analysis-content"
|
|
4342
4457
|
};
|
|
4343
4458
|
const _hoisted_3 = {
|
|
4344
|
-
|
|
4345
|
-
class: "kq3d-excavate-fill-analysis-result"
|
|
4459
|
+
class: "kq3d-excavate-fill-analysis-footer"
|
|
4346
4460
|
};
|
|
4347
4461
|
const _hoisted_4 = {
|
|
4348
|
-
|
|
4462
|
+
key: 0,
|
|
4463
|
+
class: "kq3d-excavate-fill-analysis-result"
|
|
4349
4464
|
};
|
|
4350
4465
|
const _hoisted_5 = {
|
|
4466
|
+
class: "kq3d-excavate-fill-analysis-result-div"
|
|
4467
|
+
};
|
|
4468
|
+
const _hoisted_6 = {
|
|
4351
4469
|
class: "title"
|
|
4352
4470
|
};
|
|
4353
4471
|
|
|
@@ -4369,6 +4487,11 @@ const __default__ = {
|
|
|
4369
4487
|
type: Boolean,
|
|
4370
4488
|
default: true
|
|
4371
4489
|
},
|
|
4490
|
+
|
|
4491
|
+
/**
|
|
4492
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
4493
|
+
*/
|
|
4494
|
+
position: [String, Object],
|
|
4372
4495
|
// 是否生成HeaderTemp
|
|
4373
4496
|
showHeaderTemp: {
|
|
4374
4497
|
type: Boolean,
|
|
@@ -4423,8 +4546,21 @@ const __default__ = {
|
|
|
4423
4546
|
fillColor: props.settingParams && props.settingParams.fillColor || "#E6A23C" // // 填方颜色
|
|
4424
4547
|
|
|
4425
4548
|
});
|
|
4426
|
-
let viewModel = null;
|
|
4549
|
+
let viewModel = null; // 组件容器Ref
|
|
4550
|
+
|
|
4551
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
4552
|
+
|
|
4553
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
4554
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
4427
4555
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
4556
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
4557
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
4558
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
4559
|
+
});
|
|
4560
|
+
watchCreateHeaderTemp();
|
|
4561
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
4562
|
+
watchCreateHeaderTemp();
|
|
4563
|
+
});
|
|
4428
4564
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
4429
4565
|
|
|
4430
4566
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
@@ -4457,7 +4593,18 @@ const __default__ = {
|
|
|
4457
4593
|
});
|
|
4458
4594
|
}
|
|
4459
4595
|
});
|
|
4460
|
-
});
|
|
4596
|
+
});
|
|
4597
|
+
/**
|
|
4598
|
+
* @description 监听header生成
|
|
4599
|
+
*/
|
|
4600
|
+
|
|
4601
|
+
const watchCreateHeaderTemp = () => {
|
|
4602
|
+
if (props.showHeaderTemp) {
|
|
4603
|
+
// 生成headerTemp
|
|
4604
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef);
|
|
4605
|
+
}
|
|
4606
|
+
}; //开始分析
|
|
4607
|
+
|
|
4461
4608
|
|
|
4462
4609
|
function startAnalysis() {
|
|
4463
4610
|
// this.clearResult();
|
|
@@ -4524,6 +4671,8 @@ const __default__ = {
|
|
|
4524
4671
|
clearResult
|
|
4525
4672
|
});
|
|
4526
4673
|
return (_ctx, _cache) => {
|
|
4674
|
+
const _component_HeaderTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("HeaderTemp");
|
|
4675
|
+
|
|
4527
4676
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
4528
4677
|
|
|
4529
4678
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
@@ -4547,9 +4696,17 @@ const __default__ = {
|
|
|
4547
4696
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
4548
4697
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-excavate-fill-analysis", {
|
|
4549
4698
|
'kq-box-shadow': __props.showShadow
|
|
4550
|
-
}])
|
|
4551
|
-
|
|
4699
|
+
}]),
|
|
4700
|
+
ref_key: "boxRef",
|
|
4701
|
+
ref: boxRef
|
|
4702
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
4552
4703
|
key: 0,
|
|
4704
|
+
ref_key: "headerTempRef",
|
|
4705
|
+
ref: headerTempRef
|
|
4706
|
+
}, null, 512
|
|
4707
|
+
/* NEED_PATCH */
|
|
4708
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), __props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_HeaderTemp, {
|
|
4709
|
+
key: 1,
|
|
4553
4710
|
showShadow: __props.showShadow,
|
|
4554
4711
|
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).excavateFillAnalysis,
|
|
4555
4712
|
headerTempIcon: __props.headerTempIcon,
|
|
@@ -4557,7 +4714,7 @@ const __default__ = {
|
|
|
4557
4714
|
isRight: __props.isRight
|
|
4558
4715
|
}, null, 8
|
|
4559
4716
|
/* PROPS */
|
|
4560
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
4717
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
4561
4718
|
style: {
|
|
4562
4719
|
"display": "flex"
|
|
4563
4720
|
}
|
|
@@ -4569,7 +4726,7 @@ const __default__ = {
|
|
|
4569
4726
|
})
|
|
4570
4727
|
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).altitudeHeight), 5
|
|
4571
4728
|
/* TEXT, STYLE */
|
|
4572
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
4729
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
4573
4730
|
style: {
|
|
4574
4731
|
"display": "flex"
|
|
4575
4732
|
}
|
|
@@ -4707,7 +4864,7 @@ const __default__ = {
|
|
|
4707
4864
|
|
|
4708
4865
|
}, 8
|
|
4709
4866
|
/* PROPS */
|
|
4710
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
4867
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
4711
4868
|
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
4712
4869
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
4713
4870
|
type: "primary"
|
|
@@ -4732,19 +4889,19 @@ const __default__ = {
|
|
|
4732
4889
|
|
|
4733
4890
|
}, 8
|
|
4734
4891
|
/* PROPS */
|
|
4735
|
-
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
4892
|
+
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
4736
4893
|
class: "kq3d-excavate-fill-analysis-result-title"
|
|
4737
4894
|
}, {
|
|
4738
4895
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
4739
4896
|
span: 18
|
|
4740
4897
|
}, {
|
|
4741
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
4898
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisResult), 1
|
|
4742
4899
|
/* TEXT */
|
|
4743
4900
|
)]),
|
|
4744
4901
|
_: 1
|
|
4745
4902
|
/* STABLE */
|
|
4746
4903
|
|
|
4747
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-col :span=\"6\" class=\"btn\">\r\n
|
|
4904
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-col :span=\"6\" class=\"btn\">\r\n <kq-icon @click=\"closeBtn()\">\r\n <Close />\r\n </kq-icon>\r\n </kq-col> ")]),
|
|
4748
4905
|
_: 1
|
|
4749
4906
|
/* STABLE */
|
|
4750
4907
|
|
|
@@ -4762,7 +4919,7 @@ const __default__ = {
|
|
|
4762
4919
|
_: 1
|
|
4763
4920
|
/* STABLE */
|
|
4764
4921
|
|
|
4765
|
-
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 2
|
|
4922
|
+
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2
|
|
4766
4923
|
/* CLASS */
|
|
4767
4924
|
);
|
|
4768
4925
|
};
|
|
@@ -6482,8 +6639,11 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
6482
6639
|
var headertemp = __webpack_require__(519);
|
|
6483
6640
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/floodanalysis/FloodAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
6484
6641
|
|
|
6485
|
-
const _hoisted_1 =
|
|
6486
|
-
|
|
6642
|
+
const _hoisted_1 = {
|
|
6643
|
+
class: "kq3d-flood-analysis-box"
|
|
6644
|
+
};
|
|
6645
|
+
const _hoisted_2 = ["src"];
|
|
6646
|
+
const _hoisted_3 = {
|
|
6487
6647
|
class: "kq3d-flood-analysis-footer"
|
|
6488
6648
|
};
|
|
6489
6649
|
|
|
@@ -6734,7 +6894,7 @@ const __default__ = {
|
|
|
6734
6894
|
isRight: __props.isRight
|
|
6735
6895
|
}, null, 8
|
|
6736
6896
|
/* PROPS */
|
|
6737
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
6897
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
6738
6898
|
class: "kq3d-flood-analysis-tip"
|
|
6739
6899
|
}, {
|
|
6740
6900
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodTips), 1
|
|
@@ -7069,7 +7229,7 @@ const __default__ = {
|
|
|
7069
7229
|
alt: ""
|
|
7070
7230
|
}, null, 8
|
|
7071
7231
|
/* PROPS */
|
|
7072
|
-
,
|
|
7232
|
+
, _hoisted_2)]),
|
|
7073
7233
|
_: 2
|
|
7074
7234
|
/* DYNAMIC */
|
|
7075
7235
|
|
|
@@ -7110,7 +7270,7 @@ const __default__ = {
|
|
|
7110
7270
|
|
|
7111
7271
|
}, 8
|
|
7112
7272
|
/* PROPS */
|
|
7113
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
7273
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
7114
7274
|
onClick: _cache[22] || (_cache[22] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
7115
7275
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
7116
7276
|
type: "primary"
|
|
@@ -7135,7 +7295,7 @@ const __default__ = {
|
|
|
7135
7295
|
|
|
7136
7296
|
}, 8
|
|
7137
7297
|
/* PROPS */
|
|
7138
|
-
, ["title"])])], 2
|
|
7298
|
+
, ["title"])])])], 2
|
|
7139
7299
|
/* CLASS */
|
|
7140
7300
|
);
|
|
7141
7301
|
};
|
|
@@ -7493,6 +7653,9 @@ var headertemp = __webpack_require__(519);
|
|
|
7493
7653
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/gpuspatialquery/GPUSpatialQuery.vue?vue&type=script&setup=true&lang=js
|
|
7494
7654
|
|
|
7495
7655
|
const _hoisted_1 = {
|
|
7656
|
+
class: "kq3d-gpu-spatial-query-box"
|
|
7657
|
+
};
|
|
7658
|
+
const _hoisted_2 = {
|
|
7496
7659
|
class: "kq3d-gpu-spatial-query-footer"
|
|
7497
7660
|
};
|
|
7498
7661
|
|
|
@@ -7703,7 +7866,7 @@ const __default__ = {
|
|
|
7703
7866
|
isRight: __props.isRight
|
|
7704
7867
|
}, null, 8
|
|
7705
7868
|
/* PROPS */
|
|
7706
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
7869
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
7707
7870
|
"label-width": "100px",
|
|
7708
7871
|
"label-position": "left"
|
|
7709
7872
|
}, {
|
|
@@ -8062,7 +8225,7 @@ const __default__ = {
|
|
|
8062
8225
|
|
|
8063
8226
|
}, 8
|
|
8064
8227
|
/* PROPS */
|
|
8065
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
8228
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
8066
8229
|
onClick: _cache[20] || (_cache[20] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => query(), ["stop"])),
|
|
8067
8230
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gpuQuery,
|
|
8068
8231
|
type: "primary"
|
|
@@ -8087,7 +8250,7 @@ const __default__ = {
|
|
|
8087
8250
|
|
|
8088
8251
|
}, 8
|
|
8089
8252
|
/* PROPS */
|
|
8090
|
-
, ["title"])])], 2
|
|
8253
|
+
, ["title"])])])], 2
|
|
8091
8254
|
/* CLASS */
|
|
8092
8255
|
);
|
|
8093
8256
|
};
|
|
@@ -8837,67 +9000,70 @@ var headertemp = __webpack_require__(519);
|
|
|
8837
9000
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/isolineanalysis/IsolineAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
8838
9001
|
|
|
8839
9002
|
const _hoisted_1 = {
|
|
8840
|
-
class: "kq3d-isoline-analysis-
|
|
9003
|
+
class: "kq3d-isoline-analysis-box"
|
|
8841
9004
|
};
|
|
8842
9005
|
const _hoisted_2 = {
|
|
8843
|
-
|
|
9006
|
+
class: "kq3d-isoline-analysis-span"
|
|
8844
9007
|
};
|
|
8845
9008
|
const _hoisted_3 = {
|
|
8846
|
-
|
|
9009
|
+
key: 0
|
|
8847
9010
|
};
|
|
8848
9011
|
const _hoisted_4 = {
|
|
8849
|
-
|
|
9012
|
+
class: "kq3d-isoline-analysis-heightspan"
|
|
8850
9013
|
};
|
|
8851
9014
|
const _hoisted_5 = {
|
|
9015
|
+
key: 1
|
|
9016
|
+
};
|
|
9017
|
+
const _hoisted_6 = {
|
|
8852
9018
|
style: {
|
|
8853
9019
|
"width": "15%",
|
|
8854
9020
|
"text-align": "left"
|
|
8855
9021
|
}
|
|
8856
9022
|
};
|
|
8857
9023
|
|
|
8858
|
-
const
|
|
9024
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
8859
9025
|
class: "kq3d-isoline-analysis-line"
|
|
8860
9026
|
}, null, -1
|
|
8861
9027
|
/* HOISTED */
|
|
8862
9028
|
);
|
|
8863
9029
|
|
|
8864
|
-
const
|
|
9030
|
+
const _hoisted_8 = {
|
|
8865
9031
|
style: {
|
|
8866
9032
|
"width": "15%",
|
|
8867
9033
|
"text-align": "right"
|
|
8868
9034
|
}
|
|
8869
9035
|
};
|
|
8870
|
-
const
|
|
8871
|
-
const
|
|
9036
|
+
const _hoisted_9 = ["src"];
|
|
9037
|
+
const _hoisted_10 = {
|
|
8872
9038
|
key: 0
|
|
8873
9039
|
};
|
|
8874
|
-
const
|
|
9040
|
+
const _hoisted_11 = {
|
|
8875
9041
|
class: "kq3d-isoline-analysis-heightspan"
|
|
8876
9042
|
};
|
|
8877
|
-
const
|
|
9043
|
+
const _hoisted_12 = {
|
|
8878
9044
|
key: 1
|
|
8879
9045
|
};
|
|
8880
|
-
const
|
|
9046
|
+
const _hoisted_13 = {
|
|
8881
9047
|
style: {
|
|
8882
9048
|
"width": "15%",
|
|
8883
9049
|
"text-align": "left"
|
|
8884
9050
|
}
|
|
8885
9051
|
};
|
|
8886
9052
|
|
|
8887
|
-
const
|
|
9053
|
+
const _hoisted_14 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
8888
9054
|
class: "kq3d-isoline-analysis-line"
|
|
8889
9055
|
}, null, -1
|
|
8890
9056
|
/* HOISTED */
|
|
8891
9057
|
);
|
|
8892
9058
|
|
|
8893
|
-
const
|
|
9059
|
+
const _hoisted_15 = {
|
|
8894
9060
|
style: {
|
|
8895
9061
|
"width": "15%",
|
|
8896
9062
|
"text-align": "right"
|
|
8897
9063
|
}
|
|
8898
9064
|
};
|
|
8899
|
-
const
|
|
8900
|
-
const
|
|
9065
|
+
const _hoisted_16 = ["src"];
|
|
9066
|
+
const _hoisted_17 = {
|
|
8901
9067
|
class: "kq3d-isoline-analysis-footer"
|
|
8902
9068
|
};
|
|
8903
9069
|
|
|
@@ -9286,13 +9452,13 @@ const __default__ = {
|
|
|
9286
9452
|
isRight: __props.isRight
|
|
9287
9453
|
}, null, 8
|
|
9288
9454
|
/* PROPS */
|
|
9289
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
9455
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
9290
9456
|
gutter: 20
|
|
9291
9457
|
}, {
|
|
9292
9458
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
9293
9459
|
span: 6
|
|
9294
9460
|
}, {
|
|
9295
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
9461
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fillType), 1
|
|
9296
9462
|
/* TEXT */
|
|
9297
9463
|
)]),
|
|
9298
9464
|
_: 1
|
|
@@ -9993,7 +10159,7 @@ const __default__ = {
|
|
|
9993
10159
|
_: 1
|
|
9994
10160
|
/* STABLE */
|
|
9995
10161
|
|
|
9996
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
10162
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
9997
10163
|
style: {
|
|
9998
10164
|
"display": "flex"
|
|
9999
10165
|
}
|
|
@@ -10051,7 +10217,7 @@ const __default__ = {
|
|
|
10051
10217
|
"controls-position": "right"
|
|
10052
10218
|
}, null, 8
|
|
10053
10219
|
/* PROPS */
|
|
10054
|
-
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
10220
|
+
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1
|
|
10055
10221
|
/* TEXT */
|
|
10056
10222
|
), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
10057
10223
|
key: 2,
|
|
@@ -10106,7 +10272,7 @@ const __default__ = {
|
|
|
10106
10272
|
);
|
|
10107
10273
|
}), 128
|
|
10108
10274
|
/* KEYED_FRAGMENT */
|
|
10109
|
-
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
10275
|
+
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
10110
10276
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
10111
10277
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
10112
10278
|
}, {
|
|
@@ -10115,9 +10281,9 @@ const __default__ = {
|
|
|
10115
10281
|
"display": "flex"
|
|
10116
10282
|
}
|
|
10117
10283
|
}, {
|
|
10118
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
10284
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1
|
|
10119
10285
|
/* TEXT */
|
|
10120
|
-
),
|
|
10286
|
+
), _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1
|
|
10121
10287
|
/* TEXT */
|
|
10122
10288
|
)]),
|
|
10123
10289
|
_: 1
|
|
@@ -10139,7 +10305,7 @@ const __default__ = {
|
|
|
10139
10305
|
alt: "无"
|
|
10140
10306
|
}, null, 8
|
|
10141
10307
|
/* PROPS */
|
|
10142
|
-
,
|
|
10308
|
+
, _hoisted_9)]),
|
|
10143
10309
|
_: 2
|
|
10144
10310
|
/* DYNAMIC */
|
|
10145
10311
|
|
|
@@ -10821,7 +10987,7 @@ const __default__ = {
|
|
|
10821
10987
|
_: 1
|
|
10822
10988
|
/* STABLE */
|
|
10823
10989
|
|
|
10824
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
10990
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
10825
10991
|
style: {
|
|
10826
10992
|
"display": "flex"
|
|
10827
10993
|
}
|
|
@@ -10879,7 +11045,7 @@ const __default__ = {
|
|
|
10879
11045
|
"controls-position": "right"
|
|
10880
11046
|
}, null, 8
|
|
10881
11047
|
/* PROPS */
|
|
10882
|
-
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
11048
|
+
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_11, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1
|
|
10883
11049
|
/* TEXT */
|
|
10884
11050
|
), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
10885
11051
|
key: 2,
|
|
@@ -10934,7 +11100,7 @@ const __default__ = {
|
|
|
10934
11100
|
);
|
|
10935
11101
|
}), 128
|
|
10936
11102
|
/* KEYED_FRAGMENT */
|
|
10937
|
-
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
11103
|
+
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_12, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
10938
11104
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
10939
11105
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
10940
11106
|
}, {
|
|
@@ -10943,9 +11109,9 @@ const __default__ = {
|
|
|
10943
11109
|
"display": "flex"
|
|
10944
11110
|
}
|
|
10945
11111
|
}, {
|
|
10946
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
11112
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_13, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1
|
|
10947
11113
|
/* TEXT */
|
|
10948
|
-
),
|
|
11114
|
+
), _hoisted_14, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_15, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1
|
|
10949
11115
|
/* TEXT */
|
|
10950
11116
|
)]),
|
|
10951
11117
|
_: 1
|
|
@@ -10967,7 +11133,7 @@ const __default__ = {
|
|
|
10967
11133
|
alt: ""
|
|
10968
11134
|
}, null, 8
|
|
10969
11135
|
/* PROPS */
|
|
10970
|
-
,
|
|
11136
|
+
, _hoisted_16)]),
|
|
10971
11137
|
_: 2
|
|
10972
11138
|
/* DYNAMIC */
|
|
10973
11139
|
|
|
@@ -11020,7 +11186,7 @@ const __default__ = {
|
|
|
11020
11186
|
|
|
11021
11187
|
}, 8
|
|
11022
11188
|
/* PROPS */
|
|
11023
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
11189
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
11024
11190
|
onClick: _cache[110] || (_cache[110] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
11025
11191
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
11026
11192
|
type: "primary"
|
|
@@ -11045,7 +11211,7 @@ const __default__ = {
|
|
|
11045
11211
|
|
|
11046
11212
|
}, 8
|
|
11047
11213
|
/* PROPS */
|
|
11048
|
-
, ["title"])])], 2
|
|
11214
|
+
, ["title"])])])], 2
|
|
11049
11215
|
/* CLASS */
|
|
11050
11216
|
);
|
|
11051
11217
|
};
|
|
@@ -11961,9 +12127,12 @@ var headertemp = __webpack_require__(519);
|
|
|
11961
12127
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/modelselect/ModelSelect.vue?vue&type=script&setup=true&lang=js
|
|
11962
12128
|
|
|
11963
12129
|
const _hoisted_1 = {
|
|
11964
|
-
class: "
|
|
12130
|
+
class: "kq3d-model-select-box"
|
|
11965
12131
|
};
|
|
11966
12132
|
const _hoisted_2 = {
|
|
12133
|
+
class: "modelTree"
|
|
12134
|
+
};
|
|
12135
|
+
const _hoisted_3 = {
|
|
11967
12136
|
class: "footer-buttons"
|
|
11968
12137
|
};
|
|
11969
12138
|
|
|
@@ -11980,7 +12149,7 @@ const __default__ = {
|
|
|
11980
12149
|
//指定组件绑定的viewer对象的div的id
|
|
11981
12150
|
mapTarget: String,
|
|
11982
12151
|
modeFiled: {
|
|
11983
|
-
default:
|
|
12152
|
+
default: "id",
|
|
11984
12153
|
type: String
|
|
11985
12154
|
},
|
|
11986
12155
|
// 外部字段别名映射
|
|
@@ -12125,11 +12294,11 @@ const __default__ = {
|
|
|
12125
12294
|
isRight: __props.isRight
|
|
12126
12295
|
}, null, 8
|
|
12127
12296
|
/* PROPS */
|
|
12128
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
12297
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
12129
12298
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
12130
12299
|
span: 8
|
|
12131
12300
|
}, {
|
|
12132
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
12301
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scrollbar, {
|
|
12133
12302
|
class: "scrollbarClass"
|
|
12134
12303
|
}, {
|
|
12135
12304
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_KqTree, {
|
|
@@ -12191,7 +12360,7 @@ const __default__ = {
|
|
|
12191
12360
|
_: 1
|
|
12192
12361
|
/* STABLE */
|
|
12193
12362
|
|
|
12194
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
12363
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
12195
12364
|
onClick: _cache[0] || (_cache[0] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => pick(), ["stop"])),
|
|
12196
12365
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pick,
|
|
12197
12366
|
type: "primary"
|
|
@@ -12216,7 +12385,7 @@ const __default__ = {
|
|
|
12216
12385
|
|
|
12217
12386
|
}, 8
|
|
12218
12387
|
/* PROPS */
|
|
12219
|
-
, ["title"])])], 2
|
|
12388
|
+
, ["title"])])])], 2
|
|
12220
12389
|
/* CLASS */
|
|
12221
12390
|
);
|
|
12222
12391
|
};
|
|
@@ -12495,6 +12664,9 @@ var headertemp = __webpack_require__(519);
|
|
|
12495
12664
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/particleeffect/ParticleEffect.vue?vue&type=script&setup=true&lang=js
|
|
12496
12665
|
|
|
12497
12666
|
const _hoisted_1 = {
|
|
12667
|
+
class: "kq3d-particle-effect-box"
|
|
12668
|
+
};
|
|
12669
|
+
const _hoisted_2 = {
|
|
12498
12670
|
class: "kq3d-particle-effect-footer"
|
|
12499
12671
|
};
|
|
12500
12672
|
|
|
@@ -12699,7 +12871,7 @@ const __default__ = {
|
|
|
12699
12871
|
isRight: __props.isRight
|
|
12700
12872
|
}, null, 8
|
|
12701
12873
|
/* PROPS */
|
|
12702
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
12874
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
12703
12875
|
gutter: 20,
|
|
12704
12876
|
class: "rowclass"
|
|
12705
12877
|
}, {
|
|
@@ -13264,7 +13436,7 @@ const __default__ = {
|
|
|
13264
13436
|
|
|
13265
13437
|
}, 8
|
|
13266
13438
|
/* PROPS */
|
|
13267
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13439
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
13268
13440
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => add(), ["stop"])),
|
|
13269
13441
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).add,
|
|
13270
13442
|
type: "primary"
|
|
@@ -13289,7 +13461,7 @@ const __default__ = {
|
|
|
13289
13461
|
|
|
13290
13462
|
}, 8
|
|
13291
13463
|
/* PROPS */
|
|
13292
|
-
, ["title"])])], 2
|
|
13464
|
+
, ["title"])])])], 2
|
|
13293
13465
|
/* CLASS */
|
|
13294
13466
|
);
|
|
13295
13467
|
};
|
|
@@ -13531,7 +13703,7 @@ var headertemp = __webpack_require__(519);
|
|
|
13531
13703
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/planeclip/PlaneClip.vue?vue&type=script&setup=true&lang=js
|
|
13532
13704
|
|
|
13533
13705
|
const _hoisted_1 = {
|
|
13534
|
-
class: "kq3d-plane-clip-
|
|
13706
|
+
class: "kq3d-plane-clip-box"
|
|
13535
13707
|
};
|
|
13536
13708
|
const _hoisted_2 = {
|
|
13537
13709
|
class: "kq3d-plane-clip-span"
|
|
@@ -13540,6 +13712,9 @@ const _hoisted_3 = {
|
|
|
13540
13712
|
class: "kq3d-plane-clip-span"
|
|
13541
13713
|
};
|
|
13542
13714
|
const _hoisted_4 = {
|
|
13715
|
+
class: "kq3d-plane-clip-span"
|
|
13716
|
+
};
|
|
13717
|
+
const _hoisted_5 = {
|
|
13543
13718
|
class: "kq3d-plane-clip-footer"
|
|
13544
13719
|
};
|
|
13545
13720
|
|
|
@@ -13726,7 +13901,7 @@ const __default__ = {
|
|
|
13726
13901
|
isRight: __props.isRight
|
|
13727
13902
|
}, null, 8
|
|
13728
13903
|
/* PROPS */
|
|
13729
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
13904
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
13730
13905
|
gutter: 20,
|
|
13731
13906
|
class: "rowClass"
|
|
13732
13907
|
}, {
|
|
@@ -13734,7 +13909,7 @@ const __default__ = {
|
|
|
13734
13909
|
span: 6,
|
|
13735
13910
|
class: "colClass"
|
|
13736
13911
|
}, {
|
|
13737
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
13912
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipObj), 1
|
|
13738
13913
|
/* TEXT */
|
|
13739
13914
|
)]),
|
|
13740
13915
|
_: 1
|
|
@@ -13788,7 +13963,7 @@ const __default__ = {
|
|
|
13788
13963
|
span: 6,
|
|
13789
13964
|
class: "colClass"
|
|
13790
13965
|
}, {
|
|
13791
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
13966
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipStyle), 1
|
|
13792
13967
|
/* TEXT */
|
|
13793
13968
|
)]),
|
|
13794
13969
|
_: 1
|
|
@@ -13840,7 +14015,7 @@ const __default__ = {
|
|
|
13840
14015
|
span: 6,
|
|
13841
14016
|
class: "colClass"
|
|
13842
14017
|
}, {
|
|
13843
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
14018
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipPattern), 1
|
|
13844
14019
|
/* TEXT */
|
|
13845
14020
|
)]),
|
|
13846
14021
|
_: 1
|
|
@@ -14023,7 +14198,7 @@ const __default__ = {
|
|
|
14023
14198
|
|
|
14024
14199
|
}, 8
|
|
14025
14200
|
/* PROPS */
|
|
14026
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
14201
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
14027
14202
|
onClick: _cache[14] || (_cache[14] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clip(), ["stop"])),
|
|
14028
14203
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clip,
|
|
14029
14204
|
type: "primary"
|
|
@@ -14048,7 +14223,7 @@ const __default__ = {
|
|
|
14048
14223
|
|
|
14049
14224
|
}, 8
|
|
14050
14225
|
/* PROPS */
|
|
14051
|
-
, ["title"])])], 2
|
|
14226
|
+
, ["title"])])])], 2
|
|
14052
14227
|
/* CLASS */
|
|
14053
14228
|
);
|
|
14054
14229
|
};
|
|
@@ -14367,12 +14542,15 @@ var headertemp = __webpack_require__(519);
|
|
|
14367
14542
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/profileanalysis/ProfileAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
14368
14543
|
|
|
14369
14544
|
const _hoisted_1 = {
|
|
14370
|
-
class: "kq3d-profile-analysis-
|
|
14545
|
+
class: "kq3d-profile-analysis-box"
|
|
14371
14546
|
};
|
|
14372
14547
|
const _hoisted_2 = {
|
|
14373
|
-
class: "kq3d-profile-analysis-
|
|
14548
|
+
class: "kq3d-profile-analysis-footer"
|
|
14374
14549
|
};
|
|
14375
14550
|
const _hoisted_3 = {
|
|
14551
|
+
class: "kq3d-profile-analysis-result"
|
|
14552
|
+
};
|
|
14553
|
+
const _hoisted_4 = {
|
|
14376
14554
|
id: "resultCahrt",
|
|
14377
14555
|
class: "resultCahrt"
|
|
14378
14556
|
};
|
|
@@ -14564,7 +14742,7 @@ const __default__ = {
|
|
|
14564
14742
|
isRight: __props.isRight
|
|
14565
14743
|
}, null, 8
|
|
14566
14744
|
/* PROPS */
|
|
14567
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
14745
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
14568
14746
|
class: "kq3d-profile-analysis-tip"
|
|
14569
14747
|
}, {
|
|
14570
14748
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).profileTips), 1
|
|
@@ -14838,7 +15016,7 @@ const __default__ = {
|
|
|
14838
15016
|
|
|
14839
15017
|
}, 8
|
|
14840
15018
|
/* PROPS */
|
|
14841
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
15019
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
14842
15020
|
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
14843
15021
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
14844
15022
|
type: "primary"
|
|
@@ -14863,9 +15041,9 @@ const __default__ = {
|
|
|
14863
15041
|
|
|
14864
15042
|
}, 8
|
|
14865
15043
|
/* PROPS */
|
|
14866
|
-
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
15044
|
+
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, null, 512
|
|
14867
15045
|
/* NEED_PATCH */
|
|
14868
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultCahrtVis)]])])], 2
|
|
15046
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultCahrtVis)]])])])], 2
|
|
14869
15047
|
/* CLASS */
|
|
14870
15048
|
);
|
|
14871
15049
|
};
|
|
@@ -15289,7 +15467,7 @@ var headertemp = __webpack_require__(519);
|
|
|
15289
15467
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/roller/Roller.vue?vue&type=script&setup=true&lang=js
|
|
15290
15468
|
|
|
15291
15469
|
const _hoisted_1 = {
|
|
15292
|
-
class: "kq3d-roller-form"
|
|
15470
|
+
class: "kq3d-roller-form kq3d-roller-box"
|
|
15293
15471
|
};
|
|
15294
15472
|
const _hoisted_2 = {
|
|
15295
15473
|
class: "kq3d-roller-span"
|
|
@@ -16448,23 +16626,26 @@ var headertemp = __webpack_require__(519);
|
|
|
16448
16626
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/shadowanalysis/ShadowAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
16449
16627
|
|
|
16450
16628
|
const _hoisted_1 = {
|
|
16451
|
-
class: "kq3d-shadow-analysis-
|
|
16629
|
+
class: "kq3d-shadow-analysis-box"
|
|
16452
16630
|
};
|
|
16453
16631
|
const _hoisted_2 = {
|
|
16454
16632
|
class: "kq3d-shadow-analysis-span"
|
|
16455
16633
|
};
|
|
16634
|
+
const _hoisted_3 = {
|
|
16635
|
+
class: "kq3d-shadow-analysis-span"
|
|
16636
|
+
};
|
|
16456
16637
|
|
|
16457
|
-
const
|
|
16638
|
+
const _hoisted_4 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1
|
|
16458
16639
|
/* HOISTED */
|
|
16459
16640
|
);
|
|
16460
16641
|
|
|
16461
|
-
const
|
|
16642
|
+
const _hoisted_5 = ["src"];
|
|
16462
16643
|
|
|
16463
|
-
const
|
|
16644
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1
|
|
16464
16645
|
/* HOISTED */
|
|
16465
16646
|
);
|
|
16466
16647
|
|
|
16467
|
-
const
|
|
16648
|
+
const _hoisted_7 = {
|
|
16468
16649
|
class: "kq3d-shadow-analysis-footer"
|
|
16469
16650
|
};
|
|
16470
16651
|
|
|
@@ -16766,14 +16947,14 @@ const __default__ = {
|
|
|
16766
16947
|
isRight: __props.isRight
|
|
16767
16948
|
}, null, 8
|
|
16768
16949
|
/* PROPS */
|
|
16769
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
16950
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
16770
16951
|
class: "kq3d-shadow-analysis-datetime"
|
|
16771
16952
|
}, {
|
|
16772
16953
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
16773
16954
|
span: 4,
|
|
16774
16955
|
class: "colDate"
|
|
16775
16956
|
}, {
|
|
16776
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
16957
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analyseDate), 1
|
|
16777
16958
|
/* TEXT */
|
|
16778
16959
|
)]),
|
|
16779
16960
|
_: 1
|
|
@@ -16807,7 +16988,7 @@ const __default__ = {
|
|
|
16807
16988
|
span: 4,
|
|
16808
16989
|
class: "colTime"
|
|
16809
16990
|
}, {
|
|
16810
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
16991
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).time), 1
|
|
16811
16992
|
/* TEXT */
|
|
16812
16993
|
)]),
|
|
16813
16994
|
_: 1
|
|
@@ -16837,7 +17018,7 @@ const __default__ = {
|
|
|
16837
17018
|
_: 1
|
|
16838
17019
|
/* STABLE */
|
|
16839
17020
|
|
|
16840
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row class=\"kq3d-shadow-analysis-datetime\">\r\n
|
|
17021
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row class=\"kq3d-shadow-analysis-datetime\">\r\n <kq-col :span=\"6\">\r\n <span class=\"kq3d-shadow-analysis-span\">{{ language.analysisYear }}</span>\r\n </kq-col>\r\n <kq-col :span=\"18\">\r\n <kq-date-picker v-model=\"year\" align=\"right\" type=\"year\" format=\"YYYY年\"></kq-date-picker>\r\n <kq-row :gutter=\"20\">\r\n <kq-col :span=\"20\">\r\n <kq-slider\r\n v-model=\"month\"\r\n :step=\"1\"\r\n :min=\"formItem.1\"\r\n :max=\"formItem.12\"\r\n range\r\n :show-tooltip=\"false\"\r\n @change=\"changeMonth\"\r\n :marks=\"monthMarks\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"4\" class=\"kq3d-shadow-analysis-timeline\">\r\n <kq-icon @click=\"playOrPauseMonth\">\r\n <IconVideoPlay v-if=\"!playMonth\" />\r\n <IconVideoPause v-else />\r\n </kq-icon>\r\n </kq-col>\r\n </kq-row>\r\n </kq-col>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
16841
17022
|
class: "kq3d-shadow-analysis-tip"
|
|
16842
17023
|
}, {
|
|
16843
17024
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowTips), 1
|
|
@@ -17203,12 +17384,12 @@ const __default__ = {
|
|
|
17203
17384
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
17204
17385
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
|
|
17205
17386
|
}, {
|
|
17206
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
17387
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
17207
17388
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
|
|
17208
17389
|
alt: ""
|
|
17209
17390
|
}, null, 8
|
|
17210
17391
|
/* PROPS */
|
|
17211
|
-
,
|
|
17392
|
+
, _hoisted_5), _hoisted_6]),
|
|
17212
17393
|
_: 1
|
|
17213
17394
|
/* STABLE */
|
|
17214
17395
|
|
|
@@ -17218,7 +17399,7 @@ const __default__ = {
|
|
|
17218
17399
|
_: 1
|
|
17219
17400
|
/* STABLE */
|
|
17220
17401
|
|
|
17221
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row :gutter=\"20\" style=\"display: flex\">\r\n
|
|
17402
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row :gutter=\"20\" style=\"display: flex\">\r\n <kq-col :span=\"12\">\r\n <kq-checkbox v-model=\"formItem.showBuilding\">{{ language.showBuilding }}</kq-checkbox>\r\n </kq-col>\r\n <kq-col :span=\"12\">\r\n <kq-checkbox v-model=\"formItem.showVoxel\">{{ language.showVoxel }}</kq-checkbox>\r\n </kq-col>\r\n </kq-row> ")]),
|
|
17222
17403
|
_: 1
|
|
17223
17404
|
/* STABLE */
|
|
17224
17405
|
|
|
@@ -17234,7 +17415,7 @@ const __default__ = {
|
|
|
17234
17415
|
|
|
17235
17416
|
}, 8
|
|
17236
17417
|
/* PROPS */
|
|
17237
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
17418
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
17238
17419
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
17239
17420
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
17240
17421
|
type: "primary"
|
|
@@ -17272,7 +17453,7 @@ const __default__ = {
|
|
|
17272
17453
|
|
|
17273
17454
|
}, 8
|
|
17274
17455
|
/* PROPS */
|
|
17275
|
-
, ["title"])])], 2
|
|
17456
|
+
, ["title"])])])], 2
|
|
17276
17457
|
/* CLASS */
|
|
17277
17458
|
);
|
|
17278
17459
|
};
|
|
@@ -17601,6 +17782,9 @@ var headertemp = __webpack_require__(519);
|
|
|
17601
17782
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sightlineanalysis/SightlineAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
17602
17783
|
|
|
17603
17784
|
const _hoisted_1 = {
|
|
17785
|
+
class: "kq3d-sightline-analysis-box"
|
|
17786
|
+
};
|
|
17787
|
+
const _hoisted_2 = {
|
|
17604
17788
|
class: "kq3d-sightline-analysis-footer"
|
|
17605
17789
|
};
|
|
17606
17790
|
|
|
@@ -17763,7 +17947,7 @@ const __default__ = {
|
|
|
17763
17947
|
isRight: __props.isRight
|
|
17764
17948
|
}, null, 8
|
|
17765
17949
|
/* PROPS */
|
|
17766
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
17950
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
17767
17951
|
class: "kq3d-sightline-analysis-tip"
|
|
17768
17952
|
}, {
|
|
17769
17953
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sightTips), 1
|
|
@@ -17877,7 +18061,7 @@ const __default__ = {
|
|
|
17877
18061
|
|
|
17878
18062
|
}, 8
|
|
17879
18063
|
/* PROPS */
|
|
17880
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
18064
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
17881
18065
|
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(addSeePoint, ["stop"]),
|
|
17882
18066
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).seePoint,
|
|
17883
18067
|
type: "primary"
|
|
@@ -17915,7 +18099,7 @@ const __default__ = {
|
|
|
17915
18099
|
|
|
17916
18100
|
}, 8
|
|
17917
18101
|
/* PROPS */
|
|
17918
|
-
, ["onClick", "title"])])], 2
|
|
18102
|
+
, ["onClick", "title"])])])], 2
|
|
17919
18103
|
/* CLASS */
|
|
17920
18104
|
);
|
|
17921
18105
|
};
|
|
@@ -18251,12 +18435,15 @@ var external_echarts_namespaceObject = require("echarts");
|
|
|
18251
18435
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/skylineanalysis/SkylineAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
18252
18436
|
|
|
18253
18437
|
const _hoisted_1 = {
|
|
18254
|
-
class: "kq3d-skyline-analysis-
|
|
18438
|
+
class: "kq3d-skyline-analysis-box"
|
|
18255
18439
|
};
|
|
18256
18440
|
const _hoisted_2 = {
|
|
18257
|
-
class: "kq3d-skyline-analysis-
|
|
18441
|
+
class: "kq3d-skyline-analysis-footer"
|
|
18258
18442
|
};
|
|
18259
18443
|
const _hoisted_3 = {
|
|
18444
|
+
class: "kq3d-skyline-analysis-result"
|
|
18445
|
+
};
|
|
18446
|
+
const _hoisted_4 = {
|
|
18260
18447
|
key: 0,
|
|
18261
18448
|
id: "resultEcahrt",
|
|
18262
18449
|
class: "resultEcahrt"
|
|
@@ -18449,7 +18636,7 @@ const __default__ = {
|
|
|
18449
18636
|
isRight: __props.isRight
|
|
18450
18637
|
}, null, 8
|
|
18451
18638
|
/* PROPS */
|
|
18452
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
18639
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
18453
18640
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
18454
18641
|
class: "kq3d-skyline-analysis-collapse"
|
|
18455
18642
|
}, {
|
|
@@ -18627,7 +18814,7 @@ const __default__ = {
|
|
|
18627
18814
|
|
|
18628
18815
|
}, 8
|
|
18629
18816
|
/* PROPS */
|
|
18630
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
18817
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
18631
18818
|
gutter: 20,
|
|
18632
18819
|
class: "btnClass"
|
|
18633
18820
|
}, {
|
|
@@ -18720,7 +18907,7 @@ const __default__ = {
|
|
|
18720
18907
|
_: 1
|
|
18721
18908
|
/* STABLE */
|
|
18722
18909
|
|
|
18723
|
-
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
18910
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultEcahrtVis) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])])], 2
|
|
18724
18911
|
/* CLASS */
|
|
18725
18912
|
);
|
|
18726
18913
|
};
|
|
@@ -19036,34 +19223,37 @@ var headertemp = __webpack_require__(519);
|
|
|
19036
19223
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/slopeanalysis/SlopeAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
19037
19224
|
|
|
19038
19225
|
const _hoisted_1 = {
|
|
19039
|
-
|
|
19226
|
+
class: "kq3d-slope-analysis-box"
|
|
19040
19227
|
};
|
|
19041
19228
|
const _hoisted_2 = {
|
|
19042
|
-
|
|
19229
|
+
key: 0
|
|
19043
19230
|
};
|
|
19044
19231
|
const _hoisted_3 = {
|
|
19232
|
+
class: "kq3d-slope-analysis-span"
|
|
19233
|
+
};
|
|
19234
|
+
const _hoisted_4 = {
|
|
19045
19235
|
key: 1
|
|
19046
19236
|
};
|
|
19047
19237
|
|
|
19048
|
-
const
|
|
19238
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1
|
|
19049
19239
|
/* HOISTED */
|
|
19050
19240
|
);
|
|
19051
19241
|
|
|
19052
|
-
const
|
|
19242
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
19053
19243
|
class: "kq3d-slope-analysis-line"
|
|
19054
19244
|
}, null, -1
|
|
19055
19245
|
/* HOISTED */
|
|
19056
19246
|
);
|
|
19057
19247
|
|
|
19058
|
-
const
|
|
19248
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1
|
|
19059
19249
|
/* HOISTED */
|
|
19060
19250
|
);
|
|
19061
19251
|
|
|
19062
|
-
const
|
|
19063
|
-
const
|
|
19252
|
+
const _hoisted_8 = ["src"];
|
|
19253
|
+
const _hoisted_9 = {
|
|
19064
19254
|
key: 2
|
|
19065
19255
|
};
|
|
19066
|
-
const
|
|
19256
|
+
const _hoisted_10 = {
|
|
19067
19257
|
class: "kq3d-slope-analysis-footer"
|
|
19068
19258
|
};
|
|
19069
19259
|
|
|
@@ -19322,8 +19512,8 @@ const __default__ = {
|
|
|
19322
19512
|
isRight: __props.isRight
|
|
19323
19513
|
}, null, 8
|
|
19324
19514
|
/* PROPS */
|
|
19325
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle !== 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
19326
|
-
key:
|
|
19515
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle !== 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
19516
|
+
key: 0,
|
|
19327
19517
|
class: "kq3d-slope-analysis-tip"
|
|
19328
19518
|
}, {
|
|
19329
19519
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 1
|
|
@@ -19387,7 +19577,7 @@ const __default__ = {
|
|
|
19387
19577
|
_: 1
|
|
19388
19578
|
/* STABLE */
|
|
19389
19579
|
|
|
19390
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'tableColor' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
19580
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'tableColor' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
19391
19581
|
style: {
|
|
19392
19582
|
"display": "flex"
|
|
19393
19583
|
}
|
|
@@ -19446,7 +19636,7 @@ const __default__ = {
|
|
|
19446
19636
|
"controls-position": "right"
|
|
19447
19637
|
}, null, 8
|
|
19448
19638
|
/* PROPS */
|
|
19449
|
-
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
19639
|
+
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1
|
|
19450
19640
|
/* TEXT */
|
|
19451
19641
|
), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
19452
19642
|
key: 2,
|
|
@@ -19501,7 +19691,7 @@ const __default__ = {
|
|
|
19501
19691
|
);
|
|
19502
19692
|
}), 128
|
|
19503
19693
|
/* KEYED_FRAGMENT */
|
|
19504
|
-
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'colorImage' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
19694
|
+
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'colorImage' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
19505
19695
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
19506
19696
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
19507
19697
|
}, {
|
|
@@ -19510,7 +19700,7 @@ const __default__ = {
|
|
|
19510
19700
|
"display": "flex"
|
|
19511
19701
|
}
|
|
19512
19702
|
}, {
|
|
19513
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
19703
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
|
|
19514
19704
|
_: 1
|
|
19515
19705
|
/* STABLE */
|
|
19516
19706
|
|
|
@@ -19530,7 +19720,7 @@ const __default__ = {
|
|
|
19530
19720
|
alt: ""
|
|
19531
19721
|
}, null, 8
|
|
19532
19722
|
/* PROPS */
|
|
19533
|
-
,
|
|
19723
|
+
, _hoisted_8)]),
|
|
19534
19724
|
_: 2
|
|
19535
19725
|
/* DYNAMIC */
|
|
19536
19726
|
|
|
@@ -19555,7 +19745,7 @@ const __default__ = {
|
|
|
19555
19745
|
_: 1
|
|
19556
19746
|
/* STABLE */
|
|
19557
19747
|
|
|
19558
|
-
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
19748
|
+
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
19559
19749
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
19560
19750
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
19561
19751
|
}, {
|
|
@@ -19765,7 +19955,7 @@ const __default__ = {
|
|
|
19765
19955
|
|
|
19766
19956
|
}, 8
|
|
19767
19957
|
/* PROPS */
|
|
19768
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
19958
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
19769
19959
|
onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
19770
19960
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
19771
19961
|
type: "primary"
|
|
@@ -19790,7 +19980,7 @@ const __default__ = {
|
|
|
19790
19980
|
|
|
19791
19981
|
}, 8
|
|
19792
19982
|
/* PROPS */
|
|
19793
|
-
, ["title"])])], 2
|
|
19983
|
+
, ["title"])])])], 2
|
|
19794
19984
|
/* CLASS */
|
|
19795
19985
|
);
|
|
19796
19986
|
};
|
|
@@ -20224,12 +20414,15 @@ var headertemp = __webpack_require__(519);
|
|
|
20224
20414
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/terrainoperation/TerrainOperation.vue?vue&type=script&setup=true&lang=js
|
|
20225
20415
|
|
|
20226
20416
|
const _hoisted_1 = {
|
|
20227
|
-
class: "kq3d-terrain-operation-analysis-
|
|
20417
|
+
class: "kq3d-terrain-operation-analysis-box"
|
|
20228
20418
|
};
|
|
20229
20419
|
const _hoisted_2 = {
|
|
20230
|
-
|
|
20420
|
+
class: "kq3d-terrain-operation-analysis-span"
|
|
20231
20421
|
};
|
|
20232
20422
|
const _hoisted_3 = {
|
|
20423
|
+
key: 0
|
|
20424
|
+
};
|
|
20425
|
+
const _hoisted_4 = {
|
|
20233
20426
|
class: "kq3d-terrain-operation-analysis-footer"
|
|
20234
20427
|
};
|
|
20235
20428
|
|
|
@@ -20376,8 +20569,8 @@ const __default__ = {
|
|
|
20376
20569
|
isRight: __props.isRight
|
|
20377
20570
|
}, null, 8
|
|
20378
20571
|
/* PROPS */
|
|
20379
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), __props.operationMode === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
20380
|
-
key:
|
|
20572
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [__props.operationMode === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
20573
|
+
key: 0
|
|
20381
20574
|
}, {
|
|
20382
20575
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
20383
20576
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle,
|
|
@@ -20412,13 +20605,13 @@ const __default__ = {
|
|
|
20412
20605
|
/* STABLE */
|
|
20413
20606
|
|
|
20414
20607
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
20415
|
-
key:
|
|
20608
|
+
key: 1,
|
|
20416
20609
|
gutter: 10
|
|
20417
20610
|
}, {
|
|
20418
20611
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
20419
20612
|
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
20420
20613
|
}, {
|
|
20421
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
20614
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).excavationDepth), 1
|
|
20422
20615
|
/* TEXT */
|
|
20423
20616
|
)]),
|
|
20424
20617
|
_: 1
|
|
@@ -20474,13 +20667,13 @@ const __default__ = {
|
|
|
20474
20667
|
}, {
|
|
20475
20668
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 1
|
|
20476
20669
|
/* TEXT */
|
|
20477
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle === 2 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p",
|
|
20670
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle === 2 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)("(" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).reverseDrawPolygon + ")"), 1
|
|
20478
20671
|
/* TEXT */
|
|
20479
20672
|
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
20480
20673
|
_: 1
|
|
20481
20674
|
/* STABLE */
|
|
20482
20675
|
|
|
20483
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
20676
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
20484
20677
|
onClick: _cache[7] || (_cache[7] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startOperation(), ["stop"])),
|
|
20485
20678
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startOperation,
|
|
20486
20679
|
type: "primary"
|
|
@@ -20505,7 +20698,7 @@ const __default__ = {
|
|
|
20505
20698
|
|
|
20506
20699
|
}, 8
|
|
20507
20700
|
/* PROPS */
|
|
20508
|
-
, ["title"])])], 2
|
|
20701
|
+
, ["title"])])])], 2
|
|
20509
20702
|
/* CLASS */
|
|
20510
20703
|
);
|
|
20511
20704
|
};
|
|
@@ -20877,6 +21070,9 @@ var headertemp = __webpack_require__(519);
|
|
|
20877
21070
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/viewshedanalysis/ViewshedAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
20878
21071
|
|
|
20879
21072
|
const _hoisted_1 = {
|
|
21073
|
+
class: "kq3d-viewshed-analysis-box"
|
|
21074
|
+
};
|
|
21075
|
+
const _hoisted_2 = {
|
|
20880
21076
|
class: "kq3d-viewshed-analysis-footer"
|
|
20881
21077
|
};
|
|
20882
21078
|
|
|
@@ -21063,7 +21259,7 @@ const __default__ = {
|
|
|
21063
21259
|
isRight: __props.isRight
|
|
21064
21260
|
}, null, 8
|
|
21065
21261
|
/* PROPS */
|
|
21066
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
21262
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
21067
21263
|
class: "kq3d-viewshed-analysis-tip"
|
|
21068
21264
|
}, {
|
|
21069
21265
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).viewshedTips), 1
|
|
@@ -21309,7 +21505,7 @@ const __default__ = {
|
|
|
21309
21505
|
|
|
21310
21506
|
}, 8
|
|
21311
21507
|
/* PROPS */
|
|
21312
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
21508
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
21313
21509
|
onClick: _cache[16] || (_cache[16] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
21314
21510
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
21315
21511
|
type: "primary"
|
|
@@ -21334,7 +21530,7 @@ const __default__ = {
|
|
|
21334
21530
|
|
|
21335
21531
|
}, 8
|
|
21336
21532
|
/* PROPS */
|
|
21337
|
-
, ["title"])])], 2
|
|
21533
|
+
, ["title"])])])], 2
|
|
21338
21534
|
/* CLASS */
|
|
21339
21535
|
);
|
|
21340
21536
|
};
|
|
@@ -21561,6 +21757,9 @@ var headertemp = __webpack_require__(519);
|
|
|
21561
21757
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/weathereffect/WeatherEffect.vue?vue&type=script&setup=true&lang=js
|
|
21562
21758
|
|
|
21563
21759
|
const _hoisted_1 = {
|
|
21760
|
+
class: "kq3d-weather-effect-box"
|
|
21761
|
+
};
|
|
21762
|
+
const _hoisted_2 = {
|
|
21564
21763
|
class: "kq3d-weather-effect-footer"
|
|
21565
21764
|
};
|
|
21566
21765
|
|
|
@@ -21743,7 +21942,7 @@ const __default__ = {
|
|
|
21743
21942
|
isRight: __props.isRight
|
|
21744
21943
|
}, null, 8
|
|
21745
21944
|
/* PROPS */
|
|
21746
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
21945
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
21747
21946
|
gutter: 20,
|
|
21748
21947
|
class: "rowclass"
|
|
21749
21948
|
}, {
|
|
@@ -21960,7 +22159,7 @@ const __default__ = {
|
|
|
21960
22159
|
_: 1
|
|
21961
22160
|
/* STABLE */
|
|
21962
22161
|
|
|
21963
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row>\r\n
|
|
22162
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row>\r\n <kq-form-item :label=\"language.lifeCycle\">\r\n <kq-row style=\"display: flex\">\r\n <kq-col :span=\"16\">\r\n <kq-slider v-model=\"formItem.lifeCycle\" :step=\"1\" :min=\"1\" :max=\"50\" @input=\"paramsChanged('lifeCycle')\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"8\">\r\n <kq-input-number\r\n v-model=\"formItem.lifeCycle\"\r\n :step=\"1\"\r\n :min=\"1\"\r\n :max=\"50\"\r\n controls-position=\"right\"\r\n @input=\"paramsChanged('lifeCycle')\">\r\n </kq-input-number>\r\n </kq-col>\r\n </kq-row>\r\n </kq-form-item>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
21964
22163
|
class: "rowclass"
|
|
21965
22164
|
}, {
|
|
21966
22165
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -22152,7 +22351,7 @@ const __default__ = {
|
|
|
22152
22351
|
|
|
22153
22352
|
}, 8
|
|
22154
22353
|
/* PROPS */
|
|
22155
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
22354
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
22156
22355
|
onClick: _cache[26] || (_cache[26] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => add(), ["stop"])),
|
|
22157
22356
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).add,
|
|
22158
22357
|
type: "primary"
|
|
@@ -22177,7 +22376,7 @@ const __default__ = {
|
|
|
22177
22376
|
|
|
22178
22377
|
}, 8
|
|
22179
22378
|
/* PROPS */
|
|
22180
|
-
, ["title"])])], 2
|
|
22379
|
+
, ["title"])])])], 2
|
|
22181
22380
|
/* CLASS */
|
|
22182
22381
|
);
|
|
22183
22382
|
};
|