@kq_npm/client3d_webgl_vue 3.0.0-beta → 3.0.2-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +203 -2
- package/aspectanalysis/index.js +223 -7
- package/baseterraingallery/index.js +233 -18
- package/boxclip/index.js +225 -9
- package/excavatefillanalysis/index.js +230 -14
- package/flight/index.js +204 -5
- package/floodanalysis/index.js +242 -11
- package/gpuspatialquery/index.js +222 -6
- package/headertemp/index.js +251 -0
- package/index.js +1367 -279
- package/isolineanalysis/index.js +250 -34
- package/measure/index.js +206 -4
- package/modelselect/index.js +224 -8
- package/modelselect/style/modelselect.css +1 -1
- package/package.json +1 -1
- package/particleeffect/index.js +223 -32
- package/planeclip/index.js +226 -10
- package/profileanalysis/index.js +225 -9
- package/roller/index.js +218 -4
- package/roller/style/roller.css +1 -1
- package/scenceview/index.js +1480 -289
- package/screenshot/index.js +221 -6
- package/screenshot/style/screenshot.css +1 -1
- package/shadowanalysis/index.js +236 -16
- package/sightlineanalysis/index.js +222 -6
- package/skylineanalysis/index.js +224 -8
- package/slopeanalysis/index.js +237 -21
- package/style.css +1 -1
- package/terrainoperation/index.js +228 -12
- package/viewshedanalysis/index.js +222 -6
- package/viewshedanalysis/style/viewshedanalysis.css +1 -1
- package/weathereffect/index.js +221 -29
package/scenceview/index.js
CHANGED
|
@@ -116,6 +116,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
116
116
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
117
117
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
118
118
|
var icons_vue_ = __webpack_require__(8422);
|
|
119
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
120
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
119
121
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
120
122
|
var gis_utils_ = __webpack_require__(826);
|
|
121
123
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
@@ -903,6 +905,8 @@ class AddDataViewModel {
|
|
|
903
905
|
}
|
|
904
906
|
|
|
905
907
|
}
|
|
908
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
909
|
+
var headertemp = __webpack_require__(519);
|
|
906
910
|
;// 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
|
|
907
911
|
|
|
908
912
|
const _hoisted_1 = {
|
|
@@ -940,6 +944,8 @@ const _hoisted_11 = {
|
|
|
940
944
|
|
|
941
945
|
|
|
942
946
|
|
|
947
|
+
|
|
948
|
+
|
|
943
949
|
//accept=".zip,.geojson,.topojson,.json,.kml,.kmz,.czml,.csv,.xls,.xlsx,.txt"
|
|
944
950
|
|
|
945
951
|
const __default__ = {
|
|
@@ -950,7 +956,7 @@ const __default__ = {
|
|
|
950
956
|
// 是否显示阴影
|
|
951
957
|
showShadow: {
|
|
952
958
|
type: Boolean,
|
|
953
|
-
default:
|
|
959
|
+
default: true
|
|
954
960
|
},
|
|
955
961
|
// 当前展示的tab标签页
|
|
956
962
|
activeName: {
|
|
@@ -961,6 +967,30 @@ const __default__ = {
|
|
|
961
967
|
loadCallback: {
|
|
962
968
|
type: Function,
|
|
963
969
|
default: null
|
|
970
|
+
},
|
|
971
|
+
// 是否生成HeaderTemp
|
|
972
|
+
showHeaderTemp: {
|
|
973
|
+
type: Boolean,
|
|
974
|
+
default: false
|
|
975
|
+
},
|
|
976
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
977
|
+
isCollapseHeaderTemp: {
|
|
978
|
+
type: Boolean,
|
|
979
|
+
default: false
|
|
980
|
+
},
|
|
981
|
+
// HeaderTemp标题
|
|
982
|
+
headerTempTitle: {
|
|
983
|
+
type: String
|
|
984
|
+
},
|
|
985
|
+
// HeaderTemp图标
|
|
986
|
+
headerTempIcon: {
|
|
987
|
+
type: [Object, String],
|
|
988
|
+
default: client_icons_vue_.IconAddData
|
|
989
|
+
},
|
|
990
|
+
// HeaderTemp Title&Icon的位置
|
|
991
|
+
isRight: {
|
|
992
|
+
type: Boolean,
|
|
993
|
+
default: true
|
|
964
994
|
}
|
|
965
995
|
},
|
|
966
996
|
|
|
@@ -1206,7 +1236,16 @@ const __default__ = {
|
|
|
1206
1236
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-add-data", {
|
|
1207
1237
|
'kq-box-shadow': __props.showShadow
|
|
1208
1238
|
}])
|
|
1209
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
1239
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
1240
|
+
key: 0,
|
|
1241
|
+
showShadow: __props.showShadow,
|
|
1242
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addData,
|
|
1243
|
+
headerTempIcon: __props.headerTempIcon,
|
|
1244
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
1245
|
+
isRight: __props.isRight
|
|
1246
|
+
}, null, 8
|
|
1247
|
+
/* PROPS */
|
|
1248
|
+
, ["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, {
|
|
1210
1249
|
modelValue: props.activeName,
|
|
1211
1250
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => props.activeName = $event),
|
|
1212
1251
|
onTabChange: handleChange
|
|
@@ -1559,8 +1598,8 @@ class AspectAnalysisViewModel {
|
|
|
1559
1598
|
viewer: scenceView._viewer
|
|
1560
1599
|
};
|
|
1561
1600
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
1601
|
+
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
1562
1602
|
|
|
1563
|
-
this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
1564
1603
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
1565
1604
|
var that = this;
|
|
1566
1605
|
this._aspectAnalysis = new Cesium.Kq3dAspect(options);
|
|
@@ -1640,17 +1679,20 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
1640
1679
|
var gis_utils_ = __webpack_require__(826);
|
|
1641
1680
|
// EXTERNAL MODULE: ./src/webgl/aspectanalysis/AspectAnalysisViewModel.js
|
|
1642
1681
|
var AspectAnalysisViewModel = __webpack_require__(8132);
|
|
1682
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
1683
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
1684
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
1685
|
+
var headertemp = __webpack_require__(519);
|
|
1643
1686
|
;// 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
|
|
1644
1687
|
|
|
1645
1688
|
const _hoisted_1 = {
|
|
1646
|
-
class: "kq3d-aspect-analysis"
|
|
1647
|
-
};
|
|
1648
|
-
const _hoisted_2 = {
|
|
1649
1689
|
class: "kq3d-aspect-analysis-footer"
|
|
1650
1690
|
};
|
|
1651
1691
|
|
|
1652
1692
|
|
|
1653
1693
|
|
|
1694
|
+
|
|
1695
|
+
|
|
1654
1696
|
const __default__ = {
|
|
1655
1697
|
name: "Kq3dAspectAnalysis"
|
|
1656
1698
|
};
|
|
@@ -1659,6 +1701,35 @@ const __default__ = {
|
|
|
1659
1701
|
// 设置参数
|
|
1660
1702
|
settingParams: {
|
|
1661
1703
|
type: Object
|
|
1704
|
+
},
|
|
1705
|
+
// 是否显示阴影效果
|
|
1706
|
+
showShadow: {
|
|
1707
|
+
type: Boolean,
|
|
1708
|
+
default: true
|
|
1709
|
+
},
|
|
1710
|
+
// 是否生成HeaderTemp
|
|
1711
|
+
showHeaderTemp: {
|
|
1712
|
+
type: Boolean,
|
|
1713
|
+
default: false
|
|
1714
|
+
},
|
|
1715
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
1716
|
+
isCollapseHeaderTemp: {
|
|
1717
|
+
type: Boolean,
|
|
1718
|
+
default: false
|
|
1719
|
+
},
|
|
1720
|
+
// HeaderTemp标题
|
|
1721
|
+
headerTempTitle: {
|
|
1722
|
+
type: String
|
|
1723
|
+
},
|
|
1724
|
+
// HeaderTemp图标
|
|
1725
|
+
headerTempIcon: {
|
|
1726
|
+
type: [Object, String],
|
|
1727
|
+
default: client_icons_vue_.IconAspectAnalysis
|
|
1728
|
+
},
|
|
1729
|
+
// HeaderTemp Title&Icon的位置
|
|
1730
|
+
isRight: {
|
|
1731
|
+
type: Boolean,
|
|
1732
|
+
default: true
|
|
1662
1733
|
}
|
|
1663
1734
|
},
|
|
1664
1735
|
|
|
@@ -1771,7 +1842,20 @@ const __default__ = {
|
|
|
1771
1842
|
|
|
1772
1843
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
1773
1844
|
|
|
1774
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
1845
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
1846
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-aspect-analysis", {
|
|
1847
|
+
'kq-box-shadow': __props.showShadow
|
|
1848
|
+
}])
|
|
1849
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
1850
|
+
key: 0,
|
|
1851
|
+
showShadow: __props.showShadow,
|
|
1852
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).aspectAnalysis,
|
|
1853
|
+
headerTempIcon: __props.headerTempIcon,
|
|
1854
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
1855
|
+
isRight: __props.isRight
|
|
1856
|
+
}, null, 8
|
|
1857
|
+
/* PROPS */
|
|
1858
|
+
, ["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, {
|
|
1775
1859
|
class: "kq3d-aspect-analysis-tip"
|
|
1776
1860
|
}, {
|
|
1777
1861
|
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
|
|
@@ -1941,7 +2025,7 @@ const __default__ = {
|
|
|
1941
2025
|
|
|
1942
2026
|
}, 8
|
|
1943
2027
|
/* PROPS */
|
|
1944
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
2028
|
+
, ["model-value"]), (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_button, {
|
|
1945
2029
|
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1946
2030
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1947
2031
|
type: "primary"
|
|
@@ -1966,7 +2050,9 @@ const __default__ = {
|
|
|
1966
2050
|
|
|
1967
2051
|
}, 8
|
|
1968
2052
|
/* PROPS */
|
|
1969
|
-
, ["title"])])]
|
|
2053
|
+
, ["title"])])], 2
|
|
2054
|
+
/* CLASS */
|
|
2055
|
+
);
|
|
1970
2056
|
};
|
|
1971
2057
|
}
|
|
1972
2058
|
|
|
@@ -2096,38 +2182,41 @@ var gis_utils_ = __webpack_require__(826);
|
|
|
2096
2182
|
var BaseterrainGalleryViewModel = __webpack_require__(2109);
|
|
2097
2183
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
2098
2184
|
var const_image_ = __webpack_require__(9702);
|
|
2185
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
2186
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
2187
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
2188
|
+
var headertemp = __webpack_require__(519);
|
|
2099
2189
|
;// 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
|
|
2100
2190
|
|
|
2101
2191
|
const _hoisted_1 = {
|
|
2102
|
-
class: "kq3d-baseterrain-gallery"
|
|
2103
|
-
};
|
|
2104
|
-
const _hoisted_2 = {
|
|
2105
2192
|
class: "divSpan"
|
|
2106
2193
|
};
|
|
2107
|
-
const
|
|
2194
|
+
const _hoisted_2 = {
|
|
2108
2195
|
class: "divImg"
|
|
2109
2196
|
};
|
|
2110
|
-
const
|
|
2111
|
-
const
|
|
2197
|
+
const _hoisted_3 = ["src"];
|
|
2198
|
+
const _hoisted_4 = {
|
|
2112
2199
|
class: "divText"
|
|
2113
2200
|
};
|
|
2114
|
-
const
|
|
2201
|
+
const _hoisted_5 = {
|
|
2115
2202
|
class: "text"
|
|
2116
2203
|
};
|
|
2117
|
-
const
|
|
2204
|
+
const _hoisted_6 = {
|
|
2118
2205
|
class: "divImg"
|
|
2119
2206
|
};
|
|
2120
|
-
const
|
|
2121
|
-
const
|
|
2207
|
+
const _hoisted_7 = ["src"];
|
|
2208
|
+
const _hoisted_8 = {
|
|
2122
2209
|
class: "divText"
|
|
2123
2210
|
};
|
|
2124
|
-
const
|
|
2211
|
+
const _hoisted_9 = {
|
|
2125
2212
|
class: "text"
|
|
2126
2213
|
};
|
|
2127
2214
|
|
|
2128
2215
|
|
|
2129
2216
|
|
|
2130
2217
|
|
|
2218
|
+
|
|
2219
|
+
|
|
2131
2220
|
const __default__ = {
|
|
2132
2221
|
name: "Kq3dBaseterrainGallery"
|
|
2133
2222
|
};
|
|
@@ -2136,6 +2225,34 @@ const __default__ = {
|
|
|
2136
2225
|
selectIndex: {
|
|
2137
2226
|
type: Number,
|
|
2138
2227
|
default: 2
|
|
2228
|
+
},
|
|
2229
|
+
showShadow: {
|
|
2230
|
+
type: Boolean,
|
|
2231
|
+
default: true
|
|
2232
|
+
},
|
|
2233
|
+
// 是否生成HeaderTemp
|
|
2234
|
+
showHeaderTemp: {
|
|
2235
|
+
type: Boolean,
|
|
2236
|
+
default: false
|
|
2237
|
+
},
|
|
2238
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
2239
|
+
isCollapseHeaderTemp: {
|
|
2240
|
+
type: Boolean,
|
|
2241
|
+
default: false
|
|
2242
|
+
},
|
|
2243
|
+
// HeaderTemp标题
|
|
2244
|
+
headerTempTitle: {
|
|
2245
|
+
type: String
|
|
2246
|
+
},
|
|
2247
|
+
// HeaderTemp图标
|
|
2248
|
+
headerTempIcon: {
|
|
2249
|
+
type: [Object, String],
|
|
2250
|
+
default: client_icons_vue_.IconBaseterrainGallery
|
|
2251
|
+
},
|
|
2252
|
+
// HeaderTemp Title&Icon的位置
|
|
2253
|
+
isRight: {
|
|
2254
|
+
type: Boolean,
|
|
2255
|
+
default: true
|
|
2139
2256
|
}
|
|
2140
2257
|
},
|
|
2141
2258
|
|
|
@@ -2213,7 +2330,20 @@ const __default__ = {
|
|
|
2213
2330
|
|
|
2214
2331
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
2215
2332
|
|
|
2216
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
2333
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
2334
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-baseterrain-gallery", {
|
|
2335
|
+
'kq-box-shadow': __props.showShadow
|
|
2336
|
+
}])
|
|
2337
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
2338
|
+
key: 0,
|
|
2339
|
+
showShadow: __props.showShadow,
|
|
2340
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).onlineTerrain,
|
|
2341
|
+
headerTempIcon: __props.headerTempIcon,
|
|
2342
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
2343
|
+
isRight: __props.isRight
|
|
2344
|
+
}, null, 8
|
|
2345
|
+
/* PROPS */
|
|
2346
|
+
, ["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, {
|
|
2217
2347
|
style: {
|
|
2218
2348
|
"line-height": "48px",
|
|
2219
2349
|
"height": "48px"
|
|
@@ -2222,7 +2352,7 @@ const __default__ = {
|
|
|
2222
2352
|
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, {
|
|
2223
2353
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).onlineTerrain
|
|
2224
2354
|
}, {
|
|
2225
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
2355
|
+
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_1, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentTerrain)), 1
|
|
2226
2356
|
/* TEXT */
|
|
2227
2357
|
)]),
|
|
2228
2358
|
_: 1
|
|
@@ -2243,12 +2373,12 @@ const __default__ = {
|
|
|
2243
2373
|
onClick: _cache[0] || (_cache[0] = $event => clickHandler(1)),
|
|
2244
2374
|
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' : '')
|
|
2245
2375
|
}, {
|
|
2246
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
2376
|
+
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_.createElementVNode)("img", {
|
|
2247
2377
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.CESIUM_TERRAiIN_URL),
|
|
2248
2378
|
alt: ""
|
|
2249
2379
|
}, null, 8
|
|
2250
2380
|
/* PROPS */
|
|
2251
|
-
,
|
|
2381
|
+
, _hoisted_3)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("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_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cesiumTerrain), 1
|
|
2252
2382
|
/* TEXT */
|
|
2253
2383
|
)])]),
|
|
2254
2384
|
_: 1
|
|
@@ -2260,12 +2390,12 @@ const __default__ = {
|
|
|
2260
2390
|
onClick: _cache[1] || (_cache[1] = $event => clickHandler(2)),
|
|
2261
2391
|
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' : '')
|
|
2262
2392
|
}, {
|
|
2263
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
2393
|
+
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_.createElementVNode)("img", {
|
|
2264
2394
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.NO_TERRAiIN_URL),
|
|
2265
2395
|
alt: ""
|
|
2266
2396
|
}, null, 8
|
|
2267
2397
|
/* PROPS */
|
|
2268
|
-
,
|
|
2398
|
+
, _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_.createElementVNode)("div", _hoisted_9, (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
|
|
2269
2399
|
/* TEXT */
|
|
2270
2400
|
)])]),
|
|
2271
2401
|
_: 1
|
|
@@ -2285,7 +2415,9 @@ const __default__ = {
|
|
|
2285
2415
|
_: 1
|
|
2286
2416
|
/* STABLE */
|
|
2287
2417
|
|
|
2288
|
-
})]
|
|
2418
|
+
})], 2
|
|
2419
|
+
/* CLASS */
|
|
2420
|
+
);
|
|
2289
2421
|
};
|
|
2290
2422
|
}
|
|
2291
2423
|
|
|
@@ -2535,23 +2667,26 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
2535
2667
|
var gis_utils_ = __webpack_require__(826);
|
|
2536
2668
|
// EXTERNAL MODULE: ./src/webgl/boxclip/BoxClipViewModel.js
|
|
2537
2669
|
var BoxClipViewModel = __webpack_require__(219);
|
|
2670
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
2671
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
2672
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
2673
|
+
var headertemp = __webpack_require__(519);
|
|
2538
2674
|
;// 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
|
|
2539
2675
|
|
|
2540
2676
|
const _hoisted_1 = {
|
|
2541
|
-
class: "kq3d-box-clip"
|
|
2677
|
+
class: "kq3d-box-clip-span"
|
|
2542
2678
|
};
|
|
2543
2679
|
const _hoisted_2 = {
|
|
2544
2680
|
class: "kq3d-box-clip-span"
|
|
2545
2681
|
};
|
|
2546
2682
|
const _hoisted_3 = {
|
|
2547
|
-
class: "kq3d-box-clip-span"
|
|
2548
|
-
};
|
|
2549
|
-
const _hoisted_4 = {
|
|
2550
2683
|
class: "kq3d-box-clip-footer"
|
|
2551
2684
|
};
|
|
2552
2685
|
|
|
2553
2686
|
|
|
2554
2687
|
|
|
2688
|
+
|
|
2689
|
+
|
|
2555
2690
|
const __default__ = {
|
|
2556
2691
|
name: "Kq3dBoxClip"
|
|
2557
2692
|
};
|
|
@@ -2560,6 +2695,35 @@ const __default__ = {
|
|
|
2560
2695
|
// 设置参数
|
|
2561
2696
|
settingParams: {
|
|
2562
2697
|
type: Object
|
|
2698
|
+
},
|
|
2699
|
+
// 是否显示阴影效果
|
|
2700
|
+
showShadow: {
|
|
2701
|
+
type: Boolean,
|
|
2702
|
+
default: true
|
|
2703
|
+
},
|
|
2704
|
+
// 是否生成HeaderTemp
|
|
2705
|
+
showHeaderTemp: {
|
|
2706
|
+
type: Boolean,
|
|
2707
|
+
default: false
|
|
2708
|
+
},
|
|
2709
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
2710
|
+
isCollapseHeaderTemp: {
|
|
2711
|
+
type: Boolean,
|
|
2712
|
+
default: false
|
|
2713
|
+
},
|
|
2714
|
+
// HeaderTemp标题
|
|
2715
|
+
headerTempTitle: {
|
|
2716
|
+
type: String
|
|
2717
|
+
},
|
|
2718
|
+
// HeaderTemp图标
|
|
2719
|
+
headerTempIcon: {
|
|
2720
|
+
type: [Object, String],
|
|
2721
|
+
default: client_icons_vue_.IconBoxClip
|
|
2722
|
+
},
|
|
2723
|
+
// HeaderTemp Title&Icon的位置
|
|
2724
|
+
isRight: {
|
|
2725
|
+
type: Boolean,
|
|
2726
|
+
default: true
|
|
2563
2727
|
}
|
|
2564
2728
|
},
|
|
2565
2729
|
|
|
@@ -2721,7 +2885,20 @@ const __default__ = {
|
|
|
2721
2885
|
|
|
2722
2886
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
2723
2887
|
|
|
2724
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
2888
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
2889
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-box-clip", {
|
|
2890
|
+
'kq-box-shadow': __props.showShadow
|
|
2891
|
+
}])
|
|
2892
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
2893
|
+
key: 0,
|
|
2894
|
+
showShadow: __props.showShadow,
|
|
2895
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).boxClip,
|
|
2896
|
+
headerTempIcon: __props.headerTempIcon,
|
|
2897
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
2898
|
+
isRight: __props.isRight
|
|
2899
|
+
}, null, 8
|
|
2900
|
+
/* PROPS */
|
|
2901
|
+
, ["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, {
|
|
2725
2902
|
gutter: 20,
|
|
2726
2903
|
class: "rowClass"
|
|
2727
2904
|
}, {
|
|
@@ -2729,7 +2906,7 @@ const __default__ = {
|
|
|
2729
2906
|
span: 6,
|
|
2730
2907
|
class: "colClass"
|
|
2731
2908
|
}, {
|
|
2732
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
2909
|
+
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_1, (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
|
|
2733
2910
|
/* TEXT */
|
|
2734
2911
|
)]),
|
|
2735
2912
|
_: 1
|
|
@@ -2782,7 +2959,7 @@ const __default__ = {
|
|
|
2782
2959
|
span: 6,
|
|
2783
2960
|
class: "colClass"
|
|
2784
2961
|
}, {
|
|
2785
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
2962
|
+
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).clipPattern), 1
|
|
2786
2963
|
/* TEXT */
|
|
2787
2964
|
)]),
|
|
2788
2965
|
_: 1
|
|
@@ -3311,7 +3488,7 @@ const __default__ = {
|
|
|
3311
3488
|
|
|
3312
3489
|
}, 8
|
|
3313
3490
|
/* PROPS */
|
|
3314
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
3491
|
+
, ["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, {
|
|
3315
3492
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clip(), ["stop"])),
|
|
3316
3493
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clip,
|
|
3317
3494
|
type: "primary"
|
|
@@ -3336,7 +3513,9 @@ const __default__ = {
|
|
|
3336
3513
|
|
|
3337
3514
|
}, 8
|
|
3338
3515
|
/* PROPS */
|
|
3339
|
-
, ["title"])])]
|
|
3516
|
+
, ["title"])])], 2
|
|
3517
|
+
/* CLASS */
|
|
3518
|
+
);
|
|
3340
3519
|
};
|
|
3341
3520
|
}
|
|
3342
3521
|
|
|
@@ -4146,30 +4325,33 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
4146
4325
|
var gis_utils_ = __webpack_require__(826);
|
|
4147
4326
|
// EXTERNAL MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysisViewModel.js
|
|
4148
4327
|
var ExcavateFillAnalysisViewModel = __webpack_require__(5183);
|
|
4328
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
4329
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
4330
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
4331
|
+
var headertemp = __webpack_require__(519);
|
|
4149
4332
|
;// 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
|
|
4150
4333
|
|
|
4151
4334
|
const _hoisted_1 = {
|
|
4152
|
-
class: "kq3d-excavate-fill-analysis"
|
|
4153
|
-
};
|
|
4154
|
-
const _hoisted_2 = {
|
|
4155
4335
|
class: "kq3d-excavate-fill-analysis-content"
|
|
4156
4336
|
};
|
|
4157
|
-
const
|
|
4337
|
+
const _hoisted_2 = {
|
|
4158
4338
|
class: "kq3d-excavate-fill-analysis-footer"
|
|
4159
4339
|
};
|
|
4160
|
-
const
|
|
4161
|
-
key:
|
|
4340
|
+
const _hoisted_3 = {
|
|
4341
|
+
key: 1,
|
|
4162
4342
|
class: "kq3d-excavate-fill-analysis-result"
|
|
4163
4343
|
};
|
|
4164
|
-
const
|
|
4344
|
+
const _hoisted_4 = {
|
|
4165
4345
|
class: "kq3d-excavate-fill-analysis-result-div"
|
|
4166
4346
|
};
|
|
4167
|
-
const
|
|
4347
|
+
const _hoisted_5 = {
|
|
4168
4348
|
class: "title"
|
|
4169
4349
|
};
|
|
4170
4350
|
|
|
4171
4351
|
|
|
4172
4352
|
|
|
4353
|
+
|
|
4354
|
+
|
|
4173
4355
|
const __default__ = {
|
|
4174
4356
|
name: "Kq3dExcavateFillAnalysis"
|
|
4175
4357
|
};
|
|
@@ -4178,6 +4360,35 @@ const __default__ = {
|
|
|
4178
4360
|
// 设置参数
|
|
4179
4361
|
settingParams: {
|
|
4180
4362
|
type: Object
|
|
4363
|
+
},
|
|
4364
|
+
// 是否显示阴影效果
|
|
4365
|
+
showShadow: {
|
|
4366
|
+
type: Boolean,
|
|
4367
|
+
default: true
|
|
4368
|
+
},
|
|
4369
|
+
// 是否生成HeaderTemp
|
|
4370
|
+
showHeaderTemp: {
|
|
4371
|
+
type: Boolean,
|
|
4372
|
+
default: false
|
|
4373
|
+
},
|
|
4374
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
4375
|
+
isCollapseHeaderTemp: {
|
|
4376
|
+
type: Boolean,
|
|
4377
|
+
default: false
|
|
4378
|
+
},
|
|
4379
|
+
// HeaderTemp标题
|
|
4380
|
+
headerTempTitle: {
|
|
4381
|
+
type: String
|
|
4382
|
+
},
|
|
4383
|
+
// HeaderTemp图标
|
|
4384
|
+
headerTempIcon: {
|
|
4385
|
+
type: [Object, String],
|
|
4386
|
+
default: client_icons_vue_.IconExcavateFillAnalysis
|
|
4387
|
+
},
|
|
4388
|
+
// HeaderTemp Title&Icon的位置
|
|
4389
|
+
isRight: {
|
|
4390
|
+
type: Boolean,
|
|
4391
|
+
default: true
|
|
4181
4392
|
}
|
|
4182
4393
|
},
|
|
4183
4394
|
|
|
@@ -4330,7 +4541,20 @@ const __default__ = {
|
|
|
4330
4541
|
|
|
4331
4542
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
4332
4543
|
|
|
4333
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
4544
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
4545
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-excavate-fill-analysis", {
|
|
4546
|
+
'kq-box-shadow': __props.showShadow
|
|
4547
|
+
}])
|
|
4548
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
4549
|
+
key: 0,
|
|
4550
|
+
showShadow: __props.showShadow,
|
|
4551
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).excavateFillAnalysis,
|
|
4552
|
+
headerTempIcon: __props.headerTempIcon,
|
|
4553
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
4554
|
+
isRight: __props.isRight
|
|
4555
|
+
}, null, 8
|
|
4556
|
+
/* PROPS */
|
|
4557
|
+
, ["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, {
|
|
4334
4558
|
style: {
|
|
4335
4559
|
"display": "flex"
|
|
4336
4560
|
}
|
|
@@ -4342,7 +4566,7 @@ const __default__ = {
|
|
|
4342
4566
|
})
|
|
4343
4567
|
}, (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
|
|
4344
4568
|
/* TEXT, STYLE */
|
|
4345
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
4569
|
+
), (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, {
|
|
4346
4570
|
style: {
|
|
4347
4571
|
"display": "flex"
|
|
4348
4572
|
}
|
|
@@ -4480,7 +4704,7 @@ const __default__ = {
|
|
|
4480
4704
|
|
|
4481
4705
|
}, 8
|
|
4482
4706
|
/* PROPS */
|
|
4483
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
4707
|
+
, ["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, {
|
|
4484
4708
|
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
4485
4709
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
4486
4710
|
type: "primary"
|
|
@@ -4505,13 +4729,13 @@ const __default__ = {
|
|
|
4505
4729
|
|
|
4506
4730
|
}, 8
|
|
4507
4731
|
/* PROPS */
|
|
4508
|
-
, ["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",
|
|
4732
|
+
, ["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_3, [(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_row, {
|
|
4509
4733
|
class: "kq3d-excavate-fill-analysis-result-title"
|
|
4510
4734
|
}, {
|
|
4511
4735
|
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, {
|
|
4512
4736
|
span: 18
|
|
4513
4737
|
}, {
|
|
4514
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
4738
|
+
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_5, (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
|
|
4515
4739
|
/* TEXT */
|
|
4516
4740
|
)]),
|
|
4517
4741
|
_: 1
|
|
@@ -4535,7 +4759,9 @@ const __default__ = {
|
|
|
4535
4759
|
_: 1
|
|
4536
4760
|
/* STABLE */
|
|
4537
4761
|
|
|
4538
|
-
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]
|
|
4762
|
+
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 2
|
|
4763
|
+
/* CLASS */
|
|
4764
|
+
);
|
|
4539
4765
|
};
|
|
4540
4766
|
}
|
|
4541
4767
|
|
|
@@ -5114,10 +5340,12 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
5114
5340
|
var gis_utils_ = __webpack_require__(826);
|
|
5115
5341
|
// EXTERNAL MODULE: ./src/webgl/flight/FlightViewModel.js
|
|
5116
5342
|
var FlightViewModel = __webpack_require__(5372);
|
|
5343
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
5344
|
+
var headertemp = __webpack_require__(519);
|
|
5117
5345
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
|
|
5118
5346
|
|
|
5119
5347
|
const _hoisted_1 = {
|
|
5120
|
-
key:
|
|
5348
|
+
key: 1
|
|
5121
5349
|
};
|
|
5122
5350
|
const _hoisted_2 = {
|
|
5123
5351
|
class: "kq-flight3d-btns"
|
|
@@ -5126,7 +5354,7 @@ const _hoisted_3 = {
|
|
|
5126
5354
|
class: "kq-flight3d-list-title"
|
|
5127
5355
|
};
|
|
5128
5356
|
const _hoisted_4 = {
|
|
5129
|
-
key:
|
|
5357
|
+
key: 2
|
|
5130
5358
|
};
|
|
5131
5359
|
const _hoisted_5 = {
|
|
5132
5360
|
class: "kq-flight3d-add-title"
|
|
@@ -5148,14 +5376,16 @@ const _hoisted_8 = {
|
|
|
5148
5376
|
|
|
5149
5377
|
|
|
5150
5378
|
|
|
5379
|
+
|
|
5151
5380
|
const __default__ = {
|
|
5152
5381
|
name: "Kq3dFlight"
|
|
5153
5382
|
};
|
|
5154
5383
|
/* harmony default export */ var Flightvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
5155
5384
|
props: {
|
|
5385
|
+
// 是否显示阴影效果
|
|
5156
5386
|
showShadow: {
|
|
5157
5387
|
type: Boolean,
|
|
5158
|
-
default:
|
|
5388
|
+
default: true
|
|
5159
5389
|
},
|
|
5160
5390
|
// 加载外部飞行路径数据方法
|
|
5161
5391
|
loadFlightPath: {
|
|
@@ -5168,6 +5398,30 @@ const __default__ = {
|
|
|
5168
5398
|
// 外部删除飞行路径方法
|
|
5169
5399
|
deleteFlightPath: {
|
|
5170
5400
|
type: Function
|
|
5401
|
+
},
|
|
5402
|
+
// 是否生成HeaderTemp
|
|
5403
|
+
showHeaderTemp: {
|
|
5404
|
+
type: Boolean,
|
|
5405
|
+
default: false
|
|
5406
|
+
},
|
|
5407
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
5408
|
+
isCollapseHeaderTemp: {
|
|
5409
|
+
type: Boolean,
|
|
5410
|
+
default: false
|
|
5411
|
+
},
|
|
5412
|
+
// HeaderTemp标题
|
|
5413
|
+
headerTempTitle: {
|
|
5414
|
+
type: String
|
|
5415
|
+
},
|
|
5416
|
+
// HeaderTemp图标
|
|
5417
|
+
headerTempIcon: {
|
|
5418
|
+
type: [Object, String],
|
|
5419
|
+
default: client_icons_vue_.IconFlight
|
|
5420
|
+
},
|
|
5421
|
+
// HeaderTemp Title&Icon的位置
|
|
5422
|
+
isRight: {
|
|
5423
|
+
type: Boolean,
|
|
5424
|
+
default: true
|
|
5171
5425
|
}
|
|
5172
5426
|
},
|
|
5173
5427
|
|
|
@@ -5548,7 +5802,16 @@ const __default__ = {
|
|
|
5548
5802
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq-flight3d", {
|
|
5549
5803
|
'kq-box-shadow': __props.showShadow
|
|
5550
5804
|
}])
|
|
5551
|
-
}, [
|
|
5805
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
5806
|
+
key: 0,
|
|
5807
|
+
showShadow: __props.showShadow,
|
|
5808
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flight,
|
|
5809
|
+
headerTempIcon: __props.headerTempIcon,
|
|
5810
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
5811
|
+
isRight: __props.isRight
|
|
5812
|
+
}, null, 8
|
|
5813
|
+
/* PROPS */
|
|
5814
|
+
, ["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)(isAdd) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(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, {
|
|
5552
5815
|
onClick: addPath,
|
|
5553
5816
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addPath
|
|
5554
5817
|
}, {
|
|
@@ -5951,7 +6214,7 @@ const __default__ = {
|
|
|
5951
6214
|
_: 1
|
|
5952
6215
|
/* STABLE */
|
|
5953
6216
|
|
|
5954
|
-
})])]))
|
|
6217
|
+
})])]))], 2
|
|
5955
6218
|
/* CLASS */
|
|
5956
6219
|
);
|
|
5957
6220
|
};
|
|
@@ -6207,19 +6470,22 @@ class FloodAnalysisViewModel {
|
|
|
6207
6470
|
}
|
|
6208
6471
|
|
|
6209
6472
|
}
|
|
6473
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
6474
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
6475
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
6476
|
+
var headertemp = __webpack_require__(519);
|
|
6210
6477
|
;// 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
|
|
6211
6478
|
|
|
6212
|
-
const _hoisted_1 =
|
|
6213
|
-
|
|
6214
|
-
};
|
|
6215
|
-
const _hoisted_2 = ["src"];
|
|
6216
|
-
const _hoisted_3 = {
|
|
6479
|
+
const _hoisted_1 = ["src"];
|
|
6480
|
+
const _hoisted_2 = {
|
|
6217
6481
|
class: "kq3d-flood-analysis-footer"
|
|
6218
6482
|
};
|
|
6219
6483
|
|
|
6220
6484
|
|
|
6221
6485
|
|
|
6222
6486
|
|
|
6487
|
+
|
|
6488
|
+
|
|
6223
6489
|
const __default__ = {
|
|
6224
6490
|
name: "Kq3dFloodAnalysis"
|
|
6225
6491
|
};
|
|
@@ -6235,6 +6501,35 @@ const __default__ = {
|
|
|
6235
6501
|
// 设置参数
|
|
6236
6502
|
settingParams: {
|
|
6237
6503
|
type: Object
|
|
6504
|
+
},
|
|
6505
|
+
// 是否显示阴影效果
|
|
6506
|
+
showShadow: {
|
|
6507
|
+
type: Boolean,
|
|
6508
|
+
default: true
|
|
6509
|
+
},
|
|
6510
|
+
// 是否生成HeaderTemp
|
|
6511
|
+
showHeaderTemp: {
|
|
6512
|
+
type: Boolean,
|
|
6513
|
+
default: false
|
|
6514
|
+
},
|
|
6515
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
6516
|
+
isCollapseHeaderTemp: {
|
|
6517
|
+
type: Boolean,
|
|
6518
|
+
default: false
|
|
6519
|
+
},
|
|
6520
|
+
// HeaderTemp标题
|
|
6521
|
+
headerTempTitle: {
|
|
6522
|
+
type: String
|
|
6523
|
+
},
|
|
6524
|
+
// HeaderTemp图标
|
|
6525
|
+
headerTempIcon: {
|
|
6526
|
+
type: [Object, String],
|
|
6527
|
+
default: client_icons_vue_.IconFloodAnalysis
|
|
6528
|
+
},
|
|
6529
|
+
// HeaderTemp Title&Icon的位置
|
|
6530
|
+
isRight: {
|
|
6531
|
+
type: Boolean,
|
|
6532
|
+
default: true
|
|
6238
6533
|
}
|
|
6239
6534
|
},
|
|
6240
6535
|
|
|
@@ -6243,7 +6538,8 @@ const __default__ = {
|
|
|
6243
6538
|
}) {
|
|
6244
6539
|
const props = __props;
|
|
6245
6540
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
6246
|
-
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
6541
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
6542
|
+
let headerTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 淹没色调图片
|
|
6247
6543
|
|
|
6248
6544
|
const colorImages = [{
|
|
6249
6545
|
value: "0",
|
|
@@ -6303,7 +6599,21 @@ const __default__ = {
|
|
|
6303
6599
|
minHeight: formItem.floodMinHeight,
|
|
6304
6600
|
maxHeight: formItem.floodMaxHeight,
|
|
6305
6601
|
colorImage: formItem.floodColorImage
|
|
6306
|
-
});
|
|
6602
|
+
}); //设置HeaderTemp标题
|
|
6603
|
+
|
|
6604
|
+
if (props.headerTempTitle) {
|
|
6605
|
+
headerTitle.value = props.headerTempTitle;
|
|
6606
|
+
} else {
|
|
6607
|
+
if (props.isShowMode) {
|
|
6608
|
+
headerTitle.value = scenceView._language.floodAnalysis;
|
|
6609
|
+
} else {
|
|
6610
|
+
if (formItem.floodMode === 0) {
|
|
6611
|
+
headerTitle.value = scenceView._language.floodTerrain + scenceView._language.floodAnalysis1;
|
|
6612
|
+
} else if (formItem.floodMode === 1) {
|
|
6613
|
+
headerTitle.value = scenceView._language.floodModel + scenceView._language.floodAnalysis1;
|
|
6614
|
+
}
|
|
6615
|
+
}
|
|
6616
|
+
}
|
|
6307
6617
|
}
|
|
6308
6618
|
});
|
|
6309
6619
|
}); //获取图片路径
|
|
@@ -6405,7 +6715,20 @@ const __default__ = {
|
|
|
6405
6715
|
|
|
6406
6716
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
6407
6717
|
|
|
6408
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
6718
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
6719
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-flood-analysis", {
|
|
6720
|
+
'kq-box-shadow': __props.showShadow
|
|
6721
|
+
}])
|
|
6722
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
6723
|
+
key: 0,
|
|
6724
|
+
showShadow: __props.showShadow,
|
|
6725
|
+
headerTempTitle: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTitle),
|
|
6726
|
+
headerTempIcon: __props.headerTempIcon,
|
|
6727
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
6728
|
+
isRight: __props.isRight
|
|
6729
|
+
}, null, 8
|
|
6730
|
+
/* PROPS */
|
|
6731
|
+
, ["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, {
|
|
6409
6732
|
class: "kq3d-flood-analysis-tip"
|
|
6410
6733
|
}, {
|
|
6411
6734
|
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
|
|
@@ -6740,7 +7063,7 @@ const __default__ = {
|
|
|
6740
7063
|
alt: ""
|
|
6741
7064
|
}, null, 8
|
|
6742
7065
|
/* PROPS */
|
|
6743
|
-
,
|
|
7066
|
+
, _hoisted_1)]),
|
|
6744
7067
|
_: 2
|
|
6745
7068
|
/* DYNAMIC */
|
|
6746
7069
|
|
|
@@ -6781,7 +7104,7 @@ const __default__ = {
|
|
|
6781
7104
|
|
|
6782
7105
|
}, 8
|
|
6783
7106
|
/* PROPS */
|
|
6784
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
7107
|
+
, ["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, {
|
|
6785
7108
|
onClick: _cache[22] || (_cache[22] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
6786
7109
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
6787
7110
|
type: "primary"
|
|
@@ -6806,7 +7129,9 @@ const __default__ = {
|
|
|
6806
7129
|
|
|
6807
7130
|
}, 8
|
|
6808
7131
|
/* PROPS */
|
|
6809
|
-
, ["title"])])]
|
|
7132
|
+
, ["title"])])], 2
|
|
7133
|
+
/* CLASS */
|
|
7134
|
+
);
|
|
6810
7135
|
};
|
|
6811
7136
|
}
|
|
6812
7137
|
|
|
@@ -7148,6 +7473,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
7148
7473
|
|
|
7149
7474
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
7150
7475
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
7476
|
+
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
7477
|
+
var icons_vue_ = __webpack_require__(8422);
|
|
7151
7478
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
7152
7479
|
var gis_utils_ = __webpack_require__(826);
|
|
7153
7480
|
;// CONCATENATED MODULE: external "xe-utils"
|
|
@@ -7155,18 +7482,19 @@ var external_xe_utils_namespaceObject = require("xe-utils");
|
|
|
7155
7482
|
var external_xe_utils_default = /*#__PURE__*/__webpack_require__.n(external_xe_utils_namespaceObject);
|
|
7156
7483
|
// EXTERNAL MODULE: ./src/webgl/gpuspatialquery/GPUSpatialQueryViewModel.js
|
|
7157
7484
|
var GPUSpatialQueryViewModel = __webpack_require__(7775);
|
|
7485
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
7486
|
+
var headertemp = __webpack_require__(519);
|
|
7158
7487
|
;// 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
|
|
7159
7488
|
|
|
7160
7489
|
const _hoisted_1 = {
|
|
7161
|
-
class: "kq3d-gpu-spatial-query"
|
|
7162
|
-
};
|
|
7163
|
-
const _hoisted_2 = {
|
|
7164
7490
|
class: "kq3d-gpu-spatial-query-footer"
|
|
7165
7491
|
};
|
|
7166
7492
|
|
|
7167
7493
|
|
|
7168
7494
|
|
|
7169
7495
|
|
|
7496
|
+
|
|
7497
|
+
|
|
7170
7498
|
const __default__ = {
|
|
7171
7499
|
name: "Kq3dGPUSpatialQuery"
|
|
7172
7500
|
};
|
|
@@ -7197,17 +7525,46 @@ const __default__ = {
|
|
|
7197
7525
|
// 设置参数
|
|
7198
7526
|
settingParams: {
|
|
7199
7527
|
type: Object
|
|
7200
|
-
}
|
|
7201
|
-
|
|
7202
|
-
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
|
|
7210
|
-
|
|
7528
|
+
},
|
|
7529
|
+
// 是否显示阴影效果
|
|
7530
|
+
showShadow: {
|
|
7531
|
+
type: Boolean,
|
|
7532
|
+
default: true
|
|
7533
|
+
},
|
|
7534
|
+
// 是否生成HeaderTemp
|
|
7535
|
+
showHeaderTemp: {
|
|
7536
|
+
type: Boolean,
|
|
7537
|
+
default: false
|
|
7538
|
+
},
|
|
7539
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
7540
|
+
isCollapseHeaderTemp: {
|
|
7541
|
+
type: Boolean,
|
|
7542
|
+
default: false
|
|
7543
|
+
},
|
|
7544
|
+
// HeaderTemp标题
|
|
7545
|
+
headerTempTitle: {
|
|
7546
|
+
type: String
|
|
7547
|
+
},
|
|
7548
|
+
// HeaderTemp图标
|
|
7549
|
+
headerTempIcon: {
|
|
7550
|
+
type: [Object, String],
|
|
7551
|
+
default: icons_vue_.Search
|
|
7552
|
+
},
|
|
7553
|
+
// HeaderTemp Title&Icon的位置
|
|
7554
|
+
isRight: {
|
|
7555
|
+
type: Boolean,
|
|
7556
|
+
default: true
|
|
7557
|
+
}
|
|
7558
|
+
},
|
|
7559
|
+
|
|
7560
|
+
setup(__props, {
|
|
7561
|
+
expose
|
|
7562
|
+
}) {
|
|
7563
|
+
const props = __props;
|
|
7564
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
7565
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 获取组件传参
|
|
7566
|
+
|
|
7567
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
7211
7568
|
volumeType: props.volumeType || 0,
|
|
7212
7569
|
// 查询体类型
|
|
7213
7570
|
positionMode: props.positionMode || 0,
|
|
@@ -7327,7 +7684,20 @@ const __default__ = {
|
|
|
7327
7684
|
|
|
7328
7685
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
7329
7686
|
|
|
7330
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
7687
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
7688
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-gpu-spatial-query", {
|
|
7689
|
+
'kq-box-shadow': __props.showShadow
|
|
7690
|
+
}])
|
|
7691
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
7692
|
+
key: 0,
|
|
7693
|
+
showShadow: __props.showShadow,
|
|
7694
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).spatialQuery,
|
|
7695
|
+
headerTempIcon: __props.headerTempIcon,
|
|
7696
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
7697
|
+
isRight: __props.isRight
|
|
7698
|
+
}, null, 8
|
|
7699
|
+
/* PROPS */
|
|
7700
|
+
, ["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, {
|
|
7331
7701
|
"label-width": "100px",
|
|
7332
7702
|
"label-position": "left"
|
|
7333
7703
|
}, {
|
|
@@ -7686,7 +8056,7 @@ const __default__ = {
|
|
|
7686
8056
|
|
|
7687
8057
|
}, 8
|
|
7688
8058
|
/* PROPS */
|
|
7689
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
8059
|
+
, ["model-value"]), (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_button, {
|
|
7690
8060
|
onClick: _cache[20] || (_cache[20] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => query(), ["stop"])),
|
|
7691
8061
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gpuQuery,
|
|
7692
8062
|
type: "primary"
|
|
@@ -7711,7 +8081,9 @@ const __default__ = {
|
|
|
7711
8081
|
|
|
7712
8082
|
}, 8
|
|
7713
8083
|
/* PROPS */
|
|
7714
|
-
, ["title"])])]
|
|
8084
|
+
, ["title"])])], 2
|
|
8085
|
+
/* CLASS */
|
|
8086
|
+
);
|
|
7715
8087
|
};
|
|
7716
8088
|
}
|
|
7717
8089
|
|
|
@@ -7930,6 +8302,161 @@ Hawkeye.install = (Vue, opts) => {
|
|
|
7930
8302
|
|
|
7931
8303
|
|
|
7932
8304
|
|
|
8305
|
+
/***/ }),
|
|
8306
|
+
|
|
8307
|
+
/***/ 519:
|
|
8308
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8309
|
+
|
|
8310
|
+
|
|
8311
|
+
// EXPORTS
|
|
8312
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
8313
|
+
"default": function() { return /* reexport */ HeaderTemp; }
|
|
8314
|
+
});
|
|
8315
|
+
|
|
8316
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
8317
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
8318
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
8319
|
+
var util_ = __webpack_require__(9519);
|
|
8320
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
|
|
8321
|
+
|
|
8322
|
+
const _hoisted_1 = {
|
|
8323
|
+
class: "kq-control-header-temp"
|
|
8324
|
+
};
|
|
8325
|
+
const _hoisted_2 = {
|
|
8326
|
+
class: "_title"
|
|
8327
|
+
};
|
|
8328
|
+
|
|
8329
|
+
|
|
8330
|
+
const __default__ = {
|
|
8331
|
+
name: "Kq3dHeaderTemp"
|
|
8332
|
+
};
|
|
8333
|
+
/* harmony default export */ var HeaderTempvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
8334
|
+
props: {
|
|
8335
|
+
// 是否显示阴影效果
|
|
8336
|
+
showShadow: {
|
|
8337
|
+
type: Boolean,
|
|
8338
|
+
default: true
|
|
8339
|
+
},
|
|
8340
|
+
// HeaderTemp标题
|
|
8341
|
+
headerTempTitle: {
|
|
8342
|
+
type: String,
|
|
8343
|
+
default: ""
|
|
8344
|
+
},
|
|
8345
|
+
// HeaderTemp图标
|
|
8346
|
+
headerTempIcon: {
|
|
8347
|
+
type: Object
|
|
8348
|
+
},
|
|
8349
|
+
// HeaderTemp是否折叠
|
|
8350
|
+
isCollapse: {
|
|
8351
|
+
type: Boolean,
|
|
8352
|
+
default: false
|
|
8353
|
+
},
|
|
8354
|
+
// HeaderTemp Title&Icon的位置
|
|
8355
|
+
isRight: {
|
|
8356
|
+
type: Boolean,
|
|
8357
|
+
default: true
|
|
8358
|
+
}
|
|
8359
|
+
},
|
|
8360
|
+
|
|
8361
|
+
setup(__props, {
|
|
8362
|
+
expose
|
|
8363
|
+
}) {
|
|
8364
|
+
const props = __props;
|
|
8365
|
+
const proxy = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)(); // 获取组件传参
|
|
8366
|
+
// 图标组件
|
|
8367
|
+
|
|
8368
|
+
let iconBtn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
8369
|
+
let isCollapse = props.isCollapse;
|
|
8370
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
8371
|
+
iconBtn.value = props.headerTempIcon;
|
|
8372
|
+
let dom = proxy.parent.vnode.el;
|
|
8373
|
+
|
|
8374
|
+
if (!props.isRight) {
|
|
8375
|
+
(0,util_.addClass)(dom, ["kq-is-show", "kq-is-left"]);
|
|
8376
|
+
}
|
|
8377
|
+
|
|
8378
|
+
if (isCollapse) {
|
|
8379
|
+
if (props.showShadow) {
|
|
8380
|
+
(0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
8381
|
+
(0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
8382
|
+
} else {
|
|
8383
|
+
(0,util_.addClass)(dom, "kq-is-hide");
|
|
8384
|
+
(0,util_.removeClass)(dom, "kq-is-show");
|
|
8385
|
+
}
|
|
8386
|
+
}
|
|
8387
|
+
}); // 图标按钮点击事件
|
|
8388
|
+
|
|
8389
|
+
function btnClick() {
|
|
8390
|
+
isCollapse = !isCollapse;
|
|
8391
|
+
let dom = proxy.parent.vnode.el;
|
|
8392
|
+
|
|
8393
|
+
if (isCollapse) {
|
|
8394
|
+
// 折叠
|
|
8395
|
+
if (props.showShadow) {
|
|
8396
|
+
(0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
8397
|
+
(0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
8398
|
+
} else {
|
|
8399
|
+
(0,util_.addClass)(dom, "kq-is-hide");
|
|
8400
|
+
(0,util_.removeClass)(dom, "kq-is-show");
|
|
8401
|
+
}
|
|
8402
|
+
} else {
|
|
8403
|
+
// 展开
|
|
8404
|
+
if (props.showShadow) {
|
|
8405
|
+
(0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
8406
|
+
(0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
8407
|
+
} else {
|
|
8408
|
+
(0,util_.addClass)(dom, "kq-is-show");
|
|
8409
|
+
(0,util_.removeClass)(dom, "kq-is-hide");
|
|
8410
|
+
}
|
|
8411
|
+
}
|
|
8412
|
+
}
|
|
8413
|
+
|
|
8414
|
+
expose({
|
|
8415
|
+
btnClick
|
|
8416
|
+
});
|
|
8417
|
+
return (_ctx, _cache) => {
|
|
8418
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
8419
|
+
|
|
8420
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(__props.headerTempTitle), 1
|
|
8421
|
+
/* TEXT */
|
|
8422
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
8423
|
+
class: "_btn kq-control-header-temp_btn",
|
|
8424
|
+
onClick: btnClick
|
|
8425
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
8426
|
+
size: 16
|
|
8427
|
+
}, {
|
|
8428
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((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)(iconBtn))))]),
|
|
8429
|
+
_: 1
|
|
8430
|
+
/* STABLE */
|
|
8431
|
+
|
|
8432
|
+
})])]);
|
|
8433
|
+
};
|
|
8434
|
+
}
|
|
8435
|
+
|
|
8436
|
+
}));
|
|
8437
|
+
;// CONCATENATED MODULE: ./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
|
|
8438
|
+
|
|
8439
|
+
;// CONCATENATED MODULE: ./src/webgl/headertemp/HeaderTemp.vue
|
|
8440
|
+
|
|
8441
|
+
|
|
8442
|
+
|
|
8443
|
+
const __exports__ = HeaderTempvue_type_script_setup_true_lang_js;
|
|
8444
|
+
|
|
8445
|
+
/* harmony default export */ var HeaderTemp = (__exports__);
|
|
8446
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
8447
|
+
var init_js_ = __webpack_require__(5406);
|
|
8448
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
8449
|
+
;// CONCATENATED MODULE: ./src/webgl/headertemp/index.js
|
|
8450
|
+
|
|
8451
|
+
|
|
8452
|
+
|
|
8453
|
+
HeaderTemp.install = (Vue, opts) => {
|
|
8454
|
+
init_js_default()(Vue, opts);
|
|
8455
|
+
Vue.component(HeaderTemp.name, HeaderTemp);
|
|
8456
|
+
};
|
|
8457
|
+
|
|
8458
|
+
|
|
8459
|
+
|
|
7933
8460
|
/***/ }),
|
|
7934
8461
|
|
|
7935
8462
|
/***/ 9783:
|
|
@@ -8289,79 +8816,82 @@ class IsolineAnalysisViewModel {
|
|
|
8289
8816
|
}
|
|
8290
8817
|
|
|
8291
8818
|
}
|
|
8819
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
8820
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
8821
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
8822
|
+
var headertemp = __webpack_require__(519);
|
|
8292
8823
|
;// 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
|
|
8293
8824
|
|
|
8294
8825
|
const _hoisted_1 = {
|
|
8295
|
-
class: "kq3d-isoline-analysis"
|
|
8296
|
-
};
|
|
8297
|
-
const _hoisted_2 = {
|
|
8298
8826
|
class: "kq3d-isoline-analysis-span"
|
|
8299
8827
|
};
|
|
8300
|
-
const
|
|
8828
|
+
const _hoisted_2 = {
|
|
8301
8829
|
key: 0
|
|
8302
8830
|
};
|
|
8303
|
-
const
|
|
8831
|
+
const _hoisted_3 = {
|
|
8304
8832
|
class: "kq3d-isoline-analysis-heightspan"
|
|
8305
8833
|
};
|
|
8306
|
-
const
|
|
8834
|
+
const _hoisted_4 = {
|
|
8307
8835
|
key: 1
|
|
8308
8836
|
};
|
|
8309
|
-
const
|
|
8837
|
+
const _hoisted_5 = {
|
|
8310
8838
|
style: {
|
|
8311
8839
|
"width": "15%",
|
|
8312
8840
|
"text-align": "left"
|
|
8313
8841
|
}
|
|
8314
8842
|
};
|
|
8315
8843
|
|
|
8316
|
-
const
|
|
8844
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
8317
8845
|
class: "kq3d-isoline-analysis-line"
|
|
8318
8846
|
}, null, -1
|
|
8319
8847
|
/* HOISTED */
|
|
8320
8848
|
);
|
|
8321
8849
|
|
|
8322
|
-
const
|
|
8850
|
+
const _hoisted_7 = {
|
|
8323
8851
|
style: {
|
|
8324
8852
|
"width": "15%",
|
|
8325
8853
|
"text-align": "right"
|
|
8326
8854
|
}
|
|
8327
8855
|
};
|
|
8328
|
-
const
|
|
8329
|
-
const
|
|
8856
|
+
const _hoisted_8 = ["src"];
|
|
8857
|
+
const _hoisted_9 = {
|
|
8330
8858
|
key: 0
|
|
8331
8859
|
};
|
|
8332
|
-
const
|
|
8860
|
+
const _hoisted_10 = {
|
|
8333
8861
|
class: "kq3d-isoline-analysis-heightspan"
|
|
8334
8862
|
};
|
|
8335
|
-
const
|
|
8863
|
+
const _hoisted_11 = {
|
|
8336
8864
|
key: 1
|
|
8337
8865
|
};
|
|
8338
|
-
const
|
|
8866
|
+
const _hoisted_12 = {
|
|
8339
8867
|
style: {
|
|
8340
8868
|
"width": "15%",
|
|
8341
8869
|
"text-align": "left"
|
|
8342
8870
|
}
|
|
8343
8871
|
};
|
|
8344
8872
|
|
|
8345
|
-
const
|
|
8873
|
+
const _hoisted_13 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
8346
8874
|
class: "kq3d-isoline-analysis-line"
|
|
8347
8875
|
}, null, -1
|
|
8348
8876
|
/* HOISTED */
|
|
8349
8877
|
);
|
|
8350
8878
|
|
|
8351
|
-
const
|
|
8879
|
+
const _hoisted_14 = {
|
|
8352
8880
|
style: {
|
|
8353
8881
|
"width": "15%",
|
|
8354
8882
|
"text-align": "right"
|
|
8355
8883
|
}
|
|
8356
8884
|
};
|
|
8357
|
-
const
|
|
8358
|
-
const
|
|
8885
|
+
const _hoisted_15 = ["src"];
|
|
8886
|
+
const _hoisted_16 = {
|
|
8359
8887
|
class: "kq3d-isoline-analysis-footer"
|
|
8360
8888
|
};
|
|
8361
8889
|
|
|
8362
8890
|
|
|
8363
8891
|
|
|
8364
8892
|
|
|
8893
|
+
|
|
8894
|
+
|
|
8365
8895
|
const __default__ = {
|
|
8366
8896
|
name: "Kq3dIsolineAnalysis"
|
|
8367
8897
|
};
|
|
@@ -8370,6 +8900,35 @@ const __default__ = {
|
|
|
8370
8900
|
// 设置参数
|
|
8371
8901
|
settingParams: {
|
|
8372
8902
|
type: Object
|
|
8903
|
+
},
|
|
8904
|
+
// 是否显示阴影效果
|
|
8905
|
+
showShadow: {
|
|
8906
|
+
type: Boolean,
|
|
8907
|
+
default: true
|
|
8908
|
+
},
|
|
8909
|
+
// 是否生成HeaderTemp
|
|
8910
|
+
showHeaderTemp: {
|
|
8911
|
+
type: Boolean,
|
|
8912
|
+
default: false
|
|
8913
|
+
},
|
|
8914
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
8915
|
+
isCollapseHeaderTemp: {
|
|
8916
|
+
type: Boolean,
|
|
8917
|
+
default: false
|
|
8918
|
+
},
|
|
8919
|
+
// HeaderTemp标题
|
|
8920
|
+
headerTempTitle: {
|
|
8921
|
+
type: String
|
|
8922
|
+
},
|
|
8923
|
+
// HeaderTemp图标
|
|
8924
|
+
headerTempIcon: {
|
|
8925
|
+
type: [Object, String],
|
|
8926
|
+
default: client_icons_vue_.IconIsolineAnalysis
|
|
8927
|
+
},
|
|
8928
|
+
// HeaderTemp Title&Icon的位置
|
|
8929
|
+
isRight: {
|
|
8930
|
+
type: Boolean,
|
|
8931
|
+
default: true
|
|
8373
8932
|
}
|
|
8374
8933
|
},
|
|
8375
8934
|
|
|
@@ -8700,13 +9259,26 @@ const __default__ = {
|
|
|
8700
9259
|
|
|
8701
9260
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
8702
9261
|
|
|
8703
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
9262
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
9263
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-isoline-analysis", {
|
|
9264
|
+
'kq-box-shadow': __props.showShadow
|
|
9265
|
+
}])
|
|
9266
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
9267
|
+
key: 0,
|
|
9268
|
+
showShadow: __props.showShadow,
|
|
9269
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).isolineAnalysis,
|
|
9270
|
+
headerTempIcon: __props.headerTempIcon,
|
|
9271
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
9272
|
+
isRight: __props.isRight
|
|
9273
|
+
}, null, 8
|
|
9274
|
+
/* PROPS */
|
|
9275
|
+
, ["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, {
|
|
8704
9276
|
gutter: 20
|
|
8705
9277
|
}, {
|
|
8706
9278
|
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, {
|
|
8707
9279
|
span: 6
|
|
8708
9280
|
}, {
|
|
8709
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
9281
|
+
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_1, (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
|
|
8710
9282
|
/* TEXT */
|
|
8711
9283
|
)]),
|
|
8712
9284
|
_: 1
|
|
@@ -9407,7 +9979,7 @@ const __default__ = {
|
|
|
9407
9979
|
_: 1
|
|
9408
9980
|
/* STABLE */
|
|
9409
9981
|
|
|
9410
|
-
}), (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",
|
|
9982
|
+
}), (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_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
9411
9983
|
style: {
|
|
9412
9984
|
"display": "flex"
|
|
9413
9985
|
}
|
|
@@ -9465,7 +10037,7 @@ const __default__ = {
|
|
|
9465
10037
|
"controls-position": "right"
|
|
9466
10038
|
}, null, 8
|
|
9467
10039
|
/* PROPS */
|
|
9468
|
-
, ["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",
|
|
10040
|
+
, ["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
|
|
9469
10041
|
/* TEXT */
|
|
9470
10042
|
), 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, {
|
|
9471
10043
|
key: 2,
|
|
@@ -9520,7 +10092,7 @@ const __default__ = {
|
|
|
9520
10092
|
);
|
|
9521
10093
|
}), 128
|
|
9522
10094
|
/* KEYED_FRAGMENT */
|
|
9523
|
-
))])) : (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",
|
|
10095
|
+
))])) : (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_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
9524
10096
|
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, {
|
|
9525
10097
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
9526
10098
|
}, {
|
|
@@ -9529,9 +10101,9 @@ const __default__ = {
|
|
|
9529
10101
|
"display": "flex"
|
|
9530
10102
|
}
|
|
9531
10103
|
}, {
|
|
9532
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
10104
|
+
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_5, (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
|
|
9533
10105
|
/* TEXT */
|
|
9534
|
-
),
|
|
10106
|
+
), _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, (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
|
|
9535
10107
|
/* TEXT */
|
|
9536
10108
|
)]),
|
|
9537
10109
|
_: 1
|
|
@@ -9553,7 +10125,7 @@ const __default__ = {
|
|
|
9553
10125
|
alt: "无"
|
|
9554
10126
|
}, null, 8
|
|
9555
10127
|
/* PROPS */
|
|
9556
|
-
,
|
|
10128
|
+
, _hoisted_8)]),
|
|
9557
10129
|
_: 2
|
|
9558
10130
|
/* DYNAMIC */
|
|
9559
10131
|
|
|
@@ -10235,7 +10807,7 @@ const __default__ = {
|
|
|
10235
10807
|
_: 1
|
|
10236
10808
|
/* STABLE */
|
|
10237
10809
|
|
|
10238
|
-
}), (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",
|
|
10810
|
+
}), (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_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
10239
10811
|
style: {
|
|
10240
10812
|
"display": "flex"
|
|
10241
10813
|
}
|
|
@@ -10293,7 +10865,7 @@ const __default__ = {
|
|
|
10293
10865
|
"controls-position": "right"
|
|
10294
10866
|
}, null, 8
|
|
10295
10867
|
/* PROPS */
|
|
10296
|
-
, ["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",
|
|
10868
|
+
, ["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_10, (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
|
|
10297
10869
|
/* TEXT */
|
|
10298
10870
|
), 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, {
|
|
10299
10871
|
key: 2,
|
|
@@ -10348,7 +10920,7 @@ const __default__ = {
|
|
|
10348
10920
|
);
|
|
10349
10921
|
}), 128
|
|
10350
10922
|
/* KEYED_FRAGMENT */
|
|
10351
|
-
))])) : (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",
|
|
10923
|
+
))])) : (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_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
10352
10924
|
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, {
|
|
10353
10925
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
10354
10926
|
}, {
|
|
@@ -10357,9 +10929,9 @@ const __default__ = {
|
|
|
10357
10929
|
"display": "flex"
|
|
10358
10930
|
}
|
|
10359
10931
|
}, {
|
|
10360
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
10932
|
+
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_12, (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
|
|
10361
10933
|
/* TEXT */
|
|
10362
|
-
),
|
|
10934
|
+
), _hoisted_13, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_14, (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
|
|
10363
10935
|
/* TEXT */
|
|
10364
10936
|
)]),
|
|
10365
10937
|
_: 1
|
|
@@ -10381,7 +10953,7 @@ const __default__ = {
|
|
|
10381
10953
|
alt: ""
|
|
10382
10954
|
}, null, 8
|
|
10383
10955
|
/* PROPS */
|
|
10384
|
-
,
|
|
10956
|
+
, _hoisted_15)]),
|
|
10385
10957
|
_: 2
|
|
10386
10958
|
/* DYNAMIC */
|
|
10387
10959
|
|
|
@@ -10434,7 +11006,7 @@ const __default__ = {
|
|
|
10434
11006
|
|
|
10435
11007
|
}, 8
|
|
10436
11008
|
/* PROPS */
|
|
10437
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
11009
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_16, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
10438
11010
|
onClick: _cache[110] || (_cache[110] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
10439
11011
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
10440
11012
|
type: "primary"
|
|
@@ -10459,7 +11031,9 @@ const __default__ = {
|
|
|
10459
11031
|
|
|
10460
11032
|
}, 8
|
|
10461
11033
|
/* PROPS */
|
|
10462
|
-
, ["title"])])]
|
|
11034
|
+
, ["title"])])], 2
|
|
11035
|
+
/* CLASS */
|
|
11036
|
+
);
|
|
10463
11037
|
};
|
|
10464
11038
|
}
|
|
10465
11039
|
|
|
@@ -10642,6 +11216,8 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
10642
11216
|
var gis_utils_ = __webpack_require__(826);
|
|
10643
11217
|
// EXTERNAL MODULE: ./src/webgl/measure/MeasureViewModel.js
|
|
10644
11218
|
var MeasureViewModel = __webpack_require__(193);
|
|
11219
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
11220
|
+
var headertemp = __webpack_require__(519);
|
|
10645
11221
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/measure/Measure.vue?vue&type=script&setup=true&lang=js
|
|
10646
11222
|
|
|
10647
11223
|
const _hoisted_1 = {
|
|
@@ -10651,13 +11227,16 @@ const _hoisted_2 = {
|
|
|
10651
11227
|
class: "panel"
|
|
10652
11228
|
};
|
|
10653
11229
|
const _hoisted_3 = {
|
|
10654
|
-
class: "title"
|
|
11230
|
+
class: "title",
|
|
11231
|
+
style: {
|
|
11232
|
+
"line-height": "14px"
|
|
11233
|
+
}
|
|
10655
11234
|
};
|
|
10656
11235
|
const _hoisted_4 = {
|
|
10657
11236
|
class: "kq-measure3d-btns"
|
|
10658
11237
|
};
|
|
10659
11238
|
const _hoisted_5 = {
|
|
10660
|
-
key:
|
|
11239
|
+
key: 1,
|
|
10661
11240
|
class: "kq-measure3d-tip"
|
|
10662
11241
|
};
|
|
10663
11242
|
const _hoisted_6 = {
|
|
@@ -10667,7 +11246,7 @@ const _hoisted_7 = {
|
|
|
10667
11246
|
key: 1
|
|
10668
11247
|
};
|
|
10669
11248
|
const _hoisted_8 = {
|
|
10670
|
-
key:
|
|
11249
|
+
key: 2,
|
|
10671
11250
|
class: "kq-measure3d-result"
|
|
10672
11251
|
};
|
|
10673
11252
|
const _hoisted_9 = {
|
|
@@ -10751,14 +11330,40 @@ const _hoisted_32 = {
|
|
|
10751
11330
|
|
|
10752
11331
|
|
|
10753
11332
|
|
|
11333
|
+
|
|
10754
11334
|
const __default__ = {
|
|
10755
11335
|
name: "Kq3dMeasure"
|
|
10756
11336
|
};
|
|
10757
11337
|
/* harmony default export */ var Measurevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
10758
11338
|
props: {
|
|
11339
|
+
// 是否显示阴影效果
|
|
10759
11340
|
showShadow: {
|
|
11341
|
+
type: Boolean,
|
|
11342
|
+
default: true
|
|
11343
|
+
},
|
|
11344
|
+
// 是否生成HeaderTemp
|
|
11345
|
+
showHeaderTemp: {
|
|
10760
11346
|
type: Boolean,
|
|
10761
11347
|
default: false
|
|
11348
|
+
},
|
|
11349
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
11350
|
+
isCollapseHeaderTemp: {
|
|
11351
|
+
type: Boolean,
|
|
11352
|
+
default: false
|
|
11353
|
+
},
|
|
11354
|
+
// HeaderTemp标题
|
|
11355
|
+
headerTempTitle: {
|
|
11356
|
+
type: String
|
|
11357
|
+
},
|
|
11358
|
+
// HeaderTemp图标
|
|
11359
|
+
headerTempIcon: {
|
|
11360
|
+
type: [Object, String],
|
|
11361
|
+
default: client_icons_vue_.IconMeasure2D
|
|
11362
|
+
},
|
|
11363
|
+
// HeaderTemp Title&Icon的位置
|
|
11364
|
+
isRight: {
|
|
11365
|
+
type: Boolean,
|
|
11366
|
+
default: true
|
|
10762
11367
|
}
|
|
10763
11368
|
},
|
|
10764
11369
|
|
|
@@ -10991,7 +11596,16 @@ const __default__ = {
|
|
|
10991
11596
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq-measure3d", {
|
|
10992
11597
|
'kq-box-shadow': __props.showShadow
|
|
10993
11598
|
}])
|
|
10994
|
-
}, [
|
|
11599
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
11600
|
+
key: 0,
|
|
11601
|
+
showShadow: __props.showShadow,
|
|
11602
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measure,
|
|
11603
|
+
headerTempIcon: __props.headerTempIcon,
|
|
11604
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
11605
|
+
isRight: __props.isRight
|
|
11606
|
+
}, null, 8
|
|
11607
|
+
/* PROPS */
|
|
11608
|
+
, ["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_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("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).mode), 1
|
|
10995
11609
|
/* TEXT */
|
|
10996
11610
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
10997
11611
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode),
|
|
@@ -11323,19 +11937,22 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
11323
11937
|
var gis_utils_ = __webpack_require__(826);
|
|
11324
11938
|
// EXTERNAL MODULE: ./src/webgl/modelselect/ModelSelectViewModel.js
|
|
11325
11939
|
var ModelSelectViewModel = __webpack_require__(5394);
|
|
11940
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
11941
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
11942
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
11943
|
+
var headertemp = __webpack_require__(519);
|
|
11326
11944
|
;// 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
|
|
11327
11945
|
|
|
11328
11946
|
const _hoisted_1 = {
|
|
11329
|
-
class: "kq3d-model-select"
|
|
11330
|
-
};
|
|
11331
|
-
const _hoisted_2 = {
|
|
11332
11947
|
class: "modelTree"
|
|
11333
11948
|
};
|
|
11334
|
-
const
|
|
11949
|
+
const _hoisted_2 = {
|
|
11335
11950
|
class: "footer-buttons"
|
|
11336
11951
|
};
|
|
11337
11952
|
|
|
11338
11953
|
|
|
11954
|
+
|
|
11955
|
+
|
|
11339
11956
|
// 树绑定字段
|
|
11340
11957
|
|
|
11341
11958
|
const __default__ = {
|
|
@@ -11352,6 +11969,35 @@ const __default__ = {
|
|
|
11352
11969
|
// 外部字段别名映射
|
|
11353
11970
|
aliasNameReflection: {
|
|
11354
11971
|
type: Function
|
|
11972
|
+
},
|
|
11973
|
+
// 是否显示阴影效果
|
|
11974
|
+
showShadow: {
|
|
11975
|
+
type: Boolean,
|
|
11976
|
+
default: true
|
|
11977
|
+
},
|
|
11978
|
+
// 是否生成HeaderTemp
|
|
11979
|
+
showHeaderTemp: {
|
|
11980
|
+
type: Boolean,
|
|
11981
|
+
default: false
|
|
11982
|
+
},
|
|
11983
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
11984
|
+
isCollapseHeaderTemp: {
|
|
11985
|
+
type: Boolean,
|
|
11986
|
+
default: false
|
|
11987
|
+
},
|
|
11988
|
+
// HeaderTemp标题
|
|
11989
|
+
headerTempTitle: {
|
|
11990
|
+
type: String
|
|
11991
|
+
},
|
|
11992
|
+
// HeaderTemp图标
|
|
11993
|
+
headerTempIcon: {
|
|
11994
|
+
type: [Object, String],
|
|
11995
|
+
default: client_icons_vue_.IconModelSelect
|
|
11996
|
+
},
|
|
11997
|
+
// HeaderTemp Title&Icon的位置
|
|
11998
|
+
isRight: {
|
|
11999
|
+
type: Boolean,
|
|
12000
|
+
default: true
|
|
11355
12001
|
}
|
|
11356
12002
|
},
|
|
11357
12003
|
|
|
@@ -11449,11 +12095,24 @@ const __default__ = {
|
|
|
11449
12095
|
|
|
11450
12096
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
11451
12097
|
|
|
11452
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
12098
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
12099
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-model-select", {
|
|
12100
|
+
'kq-box-shadow': __props.showShadow
|
|
12101
|
+
}])
|
|
12102
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
12103
|
+
key: 0,
|
|
12104
|
+
showShadow: __props.showShadow,
|
|
12105
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).modelPick,
|
|
12106
|
+
headerTempIcon: __props.headerTempIcon,
|
|
12107
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
12108
|
+
isRight: __props.isRight
|
|
12109
|
+
}, null, 8
|
|
12110
|
+
/* PROPS */
|
|
12111
|
+
, ["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, {
|
|
11453
12112
|
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, {
|
|
11454
12113
|
span: 8
|
|
11455
12114
|
}, {
|
|
11456
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
12115
|
+
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_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scrollbar, {
|
|
11457
12116
|
class: "scrollbarClass"
|
|
11458
12117
|
}, {
|
|
11459
12118
|
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, {
|
|
@@ -11515,7 +12174,7 @@ const __default__ = {
|
|
|
11515
12174
|
_: 1
|
|
11516
12175
|
/* STABLE */
|
|
11517
12176
|
|
|
11518
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
12177
|
+
}), (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, {
|
|
11519
12178
|
onClick: _cache[0] || (_cache[0] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => pick(), ["stop"])),
|
|
11520
12179
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pick,
|
|
11521
12180
|
type: "primary"
|
|
@@ -11540,7 +12199,9 @@ const __default__ = {
|
|
|
11540
12199
|
|
|
11541
12200
|
}, 8
|
|
11542
12201
|
/* PROPS */
|
|
11543
|
-
, ["title"])])]
|
|
12202
|
+
, ["title"])])], 2
|
|
12203
|
+
/* CLASS */
|
|
12204
|
+
);
|
|
11544
12205
|
};
|
|
11545
12206
|
}
|
|
11546
12207
|
|
|
@@ -11629,8 +12290,7 @@ class ParticleEffectViewModel {
|
|
|
11629
12290
|
var that = this;
|
|
11630
12291
|
that._removeEventListener = that._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
11631
12292
|
if (shape && shape.type === "marker") {
|
|
11632
|
-
that._drawManager.clear();
|
|
11633
|
-
|
|
12293
|
+
// that._drawManager.clear();
|
|
11634
12294
|
let position = shape.position;
|
|
11635
12295
|
|
|
11636
12296
|
if (position) {
|
|
@@ -11709,33 +12369,19 @@ class ParticleEffectViewModel {
|
|
|
11709
12369
|
|
|
11710
12370
|
|
|
11711
12371
|
addParticleEffect(options) {
|
|
11712
|
-
|
|
11713
|
-
var flag = false;
|
|
11714
|
-
var models = this._scene.primitives._primitives;
|
|
12372
|
+
let mode = options.mode;
|
|
11715
12373
|
|
|
11716
|
-
|
|
11717
|
-
|
|
11718
|
-
|
|
11719
|
-
}
|
|
12374
|
+
if (mode !== "flame" && mode !== "smoke") {
|
|
12375
|
+
console.log("This mode is not supported.");
|
|
12376
|
+
return;
|
|
11720
12377
|
}
|
|
11721
12378
|
|
|
11722
|
-
if (
|
|
11723
|
-
|
|
11724
|
-
|
|
11725
|
-
if (mode !== "flame" && mode !== "smoke") {
|
|
11726
|
-
console.log("This mode is not supported.");
|
|
11727
|
-
return;
|
|
11728
|
-
}
|
|
11729
|
-
|
|
11730
|
-
if (options.gravity) this.setGravity(options.gravity);
|
|
11731
|
-
this._options = options;
|
|
12379
|
+
if (options.gravity) this.setGravity(options.gravity);
|
|
12380
|
+
this._options = options;
|
|
11732
12381
|
|
|
11733
|
-
|
|
11734
|
-
|
|
11735
|
-
|
|
11736
|
-
} else {
|
|
11737
|
-
throw "请添加模型后添加特效!";
|
|
11738
|
-
}
|
|
12382
|
+
this._drawManager.startDraw("marker", {
|
|
12383
|
+
image: null
|
|
12384
|
+
});
|
|
11739
12385
|
} //清除粒子特效
|
|
11740
12386
|
|
|
11741
12387
|
|
|
@@ -11827,18 +12473,18 @@ class ParticleEffectViewModel {
|
|
|
11827
12473
|
}
|
|
11828
12474
|
|
|
11829
12475
|
}
|
|
12476
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
12477
|
+
var headertemp = __webpack_require__(519);
|
|
11830
12478
|
;// 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
|
|
11831
12479
|
|
|
11832
12480
|
const _hoisted_1 = {
|
|
11833
|
-
class: "kq3d-particle-effect"
|
|
11834
|
-
};
|
|
11835
|
-
const _hoisted_2 = {
|
|
11836
12481
|
class: "kq3d-particle-effect-footer"
|
|
11837
12482
|
};
|
|
11838
12483
|
|
|
11839
12484
|
|
|
11840
12485
|
|
|
11841
12486
|
|
|
12487
|
+
|
|
11842
12488
|
const __default__ = {
|
|
11843
12489
|
name: "Kq3dParticleEffect"
|
|
11844
12490
|
};
|
|
@@ -11847,6 +12493,35 @@ const __default__ = {
|
|
|
11847
12493
|
// 设置参数
|
|
11848
12494
|
settingParams: {
|
|
11849
12495
|
type: Object
|
|
12496
|
+
},
|
|
12497
|
+
// 是否显示阴影效果
|
|
12498
|
+
showShadow: {
|
|
12499
|
+
type: Boolean,
|
|
12500
|
+
default: true
|
|
12501
|
+
},
|
|
12502
|
+
// 是否生成HeaderTemp
|
|
12503
|
+
showHeaderTemp: {
|
|
12504
|
+
type: Boolean,
|
|
12505
|
+
default: false
|
|
12506
|
+
},
|
|
12507
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
12508
|
+
isCollapseHeaderTemp: {
|
|
12509
|
+
type: Boolean,
|
|
12510
|
+
default: false
|
|
12511
|
+
},
|
|
12512
|
+
// HeaderTemp标题
|
|
12513
|
+
headerTempTitle: {
|
|
12514
|
+
type: String
|
|
12515
|
+
},
|
|
12516
|
+
// HeaderTemp图标
|
|
12517
|
+
headerTempIcon: {
|
|
12518
|
+
type: [Object, String],
|
|
12519
|
+
default: client_icons_vue_.IconParticleEffect
|
|
12520
|
+
},
|
|
12521
|
+
// HeaderTemp Title&Icon的位置
|
|
12522
|
+
isRight: {
|
|
12523
|
+
type: Boolean,
|
|
12524
|
+
default: true
|
|
11850
12525
|
}
|
|
11851
12526
|
},
|
|
11852
12527
|
|
|
@@ -11887,7 +12562,7 @@ const __default__ = {
|
|
|
11887
12562
|
|
|
11888
12563
|
function changeMode(mode) {
|
|
11889
12564
|
if (formItem.mode !== mode) {
|
|
11890
|
-
viewModel && viewModel.clear();
|
|
12565
|
+
// viewModel && viewModel.clear();
|
|
11891
12566
|
formItem.mode = mode;
|
|
11892
12567
|
|
|
11893
12568
|
if (mode === "flame") {
|
|
@@ -11994,7 +12669,20 @@ const __default__ = {
|
|
|
11994
12669
|
|
|
11995
12670
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
11996
12671
|
|
|
11997
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
12672
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
12673
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-particle-effect", {
|
|
12674
|
+
'kq-box-shadow': __props.showShadow
|
|
12675
|
+
}])
|
|
12676
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
12677
|
+
key: 0,
|
|
12678
|
+
showShadow: __props.showShadow,
|
|
12679
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).particleEffect,
|
|
12680
|
+
headerTempIcon: __props.headerTempIcon,
|
|
12681
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
12682
|
+
isRight: __props.isRight
|
|
12683
|
+
}, null, 8
|
|
12684
|
+
/* PROPS */
|
|
12685
|
+
, ["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, {
|
|
11998
12686
|
gutter: 20,
|
|
11999
12687
|
class: "rowclass"
|
|
12000
12688
|
}, {
|
|
@@ -12559,7 +13247,7 @@ const __default__ = {
|
|
|
12559
13247
|
|
|
12560
13248
|
}, 8
|
|
12561
13249
|
/* PROPS */
|
|
12562
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13250
|
+
, ["model-value"]), (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_button, {
|
|
12563
13251
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => add(), ["stop"])),
|
|
12564
13252
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).add,
|
|
12565
13253
|
type: "primary"
|
|
@@ -12584,7 +13272,9 @@ const __default__ = {
|
|
|
12584
13272
|
|
|
12585
13273
|
}, 8
|
|
12586
13274
|
/* PROPS */
|
|
12587
|
-
, ["title"])])]
|
|
13275
|
+
, ["title"])])], 2
|
|
13276
|
+
/* CLASS */
|
|
13277
|
+
);
|
|
12588
13278
|
};
|
|
12589
13279
|
}
|
|
12590
13280
|
|
|
@@ -12817,10 +13507,14 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
12817
13507
|
var gis_utils_ = __webpack_require__(826);
|
|
12818
13508
|
// EXTERNAL MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
12819
13509
|
var PlaneClipViewModel = __webpack_require__(5673);
|
|
13510
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
13511
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
13512
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
13513
|
+
var headertemp = __webpack_require__(519);
|
|
12820
13514
|
;// 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
|
|
12821
13515
|
|
|
12822
13516
|
const _hoisted_1 = {
|
|
12823
|
-
class: "kq3d-plane-clip"
|
|
13517
|
+
class: "kq3d-plane-clip-span"
|
|
12824
13518
|
};
|
|
12825
13519
|
const _hoisted_2 = {
|
|
12826
13520
|
class: "kq3d-plane-clip-span"
|
|
@@ -12829,14 +13523,13 @@ const _hoisted_3 = {
|
|
|
12829
13523
|
class: "kq3d-plane-clip-span"
|
|
12830
13524
|
};
|
|
12831
13525
|
const _hoisted_4 = {
|
|
12832
|
-
class: "kq3d-plane-clip-span"
|
|
12833
|
-
};
|
|
12834
|
-
const _hoisted_5 = {
|
|
12835
13526
|
class: "kq3d-plane-clip-footer"
|
|
12836
13527
|
};
|
|
12837
13528
|
|
|
12838
13529
|
|
|
12839
13530
|
|
|
13531
|
+
|
|
13532
|
+
|
|
12840
13533
|
const __default__ = {
|
|
12841
13534
|
name: "Kq3dPlaneClip"
|
|
12842
13535
|
};
|
|
@@ -12845,6 +13538,35 @@ const __default__ = {
|
|
|
12845
13538
|
// 设置参数
|
|
12846
13539
|
settingParams: {
|
|
12847
13540
|
type: Object
|
|
13541
|
+
},
|
|
13542
|
+
// 是否显示阴影效果
|
|
13543
|
+
showShadow: {
|
|
13544
|
+
type: Boolean,
|
|
13545
|
+
default: true
|
|
13546
|
+
},
|
|
13547
|
+
// 是否生成HeaderTemp
|
|
13548
|
+
showHeaderTemp: {
|
|
13549
|
+
type: Boolean,
|
|
13550
|
+
default: false
|
|
13551
|
+
},
|
|
13552
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
13553
|
+
isCollapseHeaderTemp: {
|
|
13554
|
+
type: Boolean,
|
|
13555
|
+
default: false
|
|
13556
|
+
},
|
|
13557
|
+
// HeaderTemp标题
|
|
13558
|
+
headerTempTitle: {
|
|
13559
|
+
type: String
|
|
13560
|
+
},
|
|
13561
|
+
// HeaderTemp图标
|
|
13562
|
+
headerTempIcon: {
|
|
13563
|
+
type: [Object, String],
|
|
13564
|
+
default: client_icons_vue_.IconPlaneClip
|
|
13565
|
+
},
|
|
13566
|
+
// HeaderTemp Title&Icon的位置
|
|
13567
|
+
isRight: {
|
|
13568
|
+
type: Boolean,
|
|
13569
|
+
default: true
|
|
12848
13570
|
}
|
|
12849
13571
|
},
|
|
12850
13572
|
|
|
@@ -12974,7 +13696,20 @@ const __default__ = {
|
|
|
12974
13696
|
|
|
12975
13697
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
12976
13698
|
|
|
12977
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
13699
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
13700
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-plane-clip", {
|
|
13701
|
+
'kq-box-shadow': __props.showShadow
|
|
13702
|
+
}])
|
|
13703
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
13704
|
+
key: 0,
|
|
13705
|
+
showShadow: __props.showShadow,
|
|
13706
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).planeClip,
|
|
13707
|
+
headerTempIcon: __props.headerTempIcon,
|
|
13708
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
13709
|
+
isRight: __props.isRight
|
|
13710
|
+
}, null, 8
|
|
13711
|
+
/* PROPS */
|
|
13712
|
+
, ["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, {
|
|
12978
13713
|
gutter: 20,
|
|
12979
13714
|
class: "rowClass"
|
|
12980
13715
|
}, {
|
|
@@ -12982,7 +13717,7 @@ const __default__ = {
|
|
|
12982
13717
|
span: 6,
|
|
12983
13718
|
class: "colClass"
|
|
12984
13719
|
}, {
|
|
12985
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
13720
|
+
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_1, (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
|
|
12986
13721
|
/* TEXT */
|
|
12987
13722
|
)]),
|
|
12988
13723
|
_: 1
|
|
@@ -13036,7 +13771,7 @@ const __default__ = {
|
|
|
13036
13771
|
span: 6,
|
|
13037
13772
|
class: "colClass"
|
|
13038
13773
|
}, {
|
|
13039
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
13774
|
+
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).clipStyle), 1
|
|
13040
13775
|
/* TEXT */
|
|
13041
13776
|
)]),
|
|
13042
13777
|
_: 1
|
|
@@ -13088,7 +13823,7 @@ const __default__ = {
|
|
|
13088
13823
|
span: 6,
|
|
13089
13824
|
class: "colClass"
|
|
13090
13825
|
}, {
|
|
13091
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
13826
|
+
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
|
|
13092
13827
|
/* TEXT */
|
|
13093
13828
|
)]),
|
|
13094
13829
|
_: 1
|
|
@@ -13271,7 +14006,7 @@ const __default__ = {
|
|
|
13271
14006
|
|
|
13272
14007
|
}, 8
|
|
13273
14008
|
/* PROPS */
|
|
13274
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
14009
|
+
, ["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, {
|
|
13275
14010
|
onClick: _cache[14] || (_cache[14] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clip(), ["stop"])),
|
|
13276
14011
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clip,
|
|
13277
14012
|
type: "primary"
|
|
@@ -13296,7 +14031,9 @@ const __default__ = {
|
|
|
13296
14031
|
|
|
13297
14032
|
}, 8
|
|
13298
14033
|
/* PROPS */
|
|
13299
|
-
, ["title"])])]
|
|
14034
|
+
, ["title"])])], 2
|
|
14035
|
+
/* CLASS */
|
|
14036
|
+
);
|
|
13300
14037
|
};
|
|
13301
14038
|
}
|
|
13302
14039
|
|
|
@@ -13606,24 +14343,27 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
13606
14343
|
var gis_utils_ = __webpack_require__(826);
|
|
13607
14344
|
// EXTERNAL MODULE: ./src/webgl/profileanalysis/ProfileAnalysisViewModel.js
|
|
13608
14345
|
var ProfileAnalysisViewModel = __webpack_require__(6132);
|
|
14346
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
14347
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
14348
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
14349
|
+
var headertemp = __webpack_require__(519);
|
|
13609
14350
|
;// 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
|
|
13610
14351
|
|
|
13611
14352
|
const _hoisted_1 = {
|
|
13612
|
-
class: "kq3d-profile-analysis"
|
|
13613
|
-
};
|
|
13614
|
-
const _hoisted_2 = {
|
|
13615
14353
|
class: "kq3d-profile-analysis-footer"
|
|
13616
14354
|
};
|
|
13617
|
-
const
|
|
14355
|
+
const _hoisted_2 = {
|
|
13618
14356
|
class: "kq3d-profile-analysis-result"
|
|
13619
14357
|
};
|
|
13620
|
-
const
|
|
14358
|
+
const _hoisted_3 = {
|
|
13621
14359
|
id: "resultCahrt",
|
|
13622
14360
|
class: "resultCahrt"
|
|
13623
14361
|
};
|
|
13624
14362
|
|
|
13625
14363
|
|
|
13626
14364
|
|
|
14365
|
+
|
|
14366
|
+
|
|
13627
14367
|
const __default__ = {
|
|
13628
14368
|
name: "Kq3dProfileAnalysis"
|
|
13629
14369
|
};
|
|
@@ -13632,6 +14372,35 @@ const __default__ = {
|
|
|
13632
14372
|
// 设置参数
|
|
13633
14373
|
settingParams: {
|
|
13634
14374
|
type: Object
|
|
14375
|
+
},
|
|
14376
|
+
// 是否显示阴影效果
|
|
14377
|
+
showShadow: {
|
|
14378
|
+
type: Boolean,
|
|
14379
|
+
default: true
|
|
14380
|
+
},
|
|
14381
|
+
// 是否生成HeaderTemp
|
|
14382
|
+
showHeaderTemp: {
|
|
14383
|
+
type: Boolean,
|
|
14384
|
+
default: false
|
|
14385
|
+
},
|
|
14386
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
14387
|
+
isCollapseHeaderTemp: {
|
|
14388
|
+
type: Boolean,
|
|
14389
|
+
default: false
|
|
14390
|
+
},
|
|
14391
|
+
// HeaderTemp标题
|
|
14392
|
+
headerTempTitle: {
|
|
14393
|
+
type: String
|
|
14394
|
+
},
|
|
14395
|
+
// HeaderTemp图标
|
|
14396
|
+
headerTempIcon: {
|
|
14397
|
+
type: [Object, String],
|
|
14398
|
+
default: client_icons_vue_.IconProfileAnalysis
|
|
14399
|
+
},
|
|
14400
|
+
// HeaderTemp Title&Icon的位置
|
|
14401
|
+
isRight: {
|
|
14402
|
+
type: Boolean,
|
|
14403
|
+
default: true
|
|
13635
14404
|
}
|
|
13636
14405
|
},
|
|
13637
14406
|
|
|
@@ -13765,7 +14534,20 @@ const __default__ = {
|
|
|
13765
14534
|
|
|
13766
14535
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
13767
14536
|
|
|
13768
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
14537
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
14538
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-profile-analysis", {
|
|
14539
|
+
'kq-box-shadow': __props.showShadow
|
|
14540
|
+
}])
|
|
14541
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
14542
|
+
key: 0,
|
|
14543
|
+
showShadow: __props.showShadow,
|
|
14544
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).profileAnalysis,
|
|
14545
|
+
headerTempIcon: __props.headerTempIcon,
|
|
14546
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
14547
|
+
isRight: __props.isRight
|
|
14548
|
+
}, null, 8
|
|
14549
|
+
/* PROPS */
|
|
14550
|
+
, ["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, {
|
|
13769
14551
|
class: "kq3d-profile-analysis-tip"
|
|
13770
14552
|
}, {
|
|
13771
14553
|
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
|
|
@@ -14039,7 +14821,7 @@ const __default__ = {
|
|
|
14039
14821
|
|
|
14040
14822
|
}, 8
|
|
14041
14823
|
/* PROPS */
|
|
14042
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
14824
|
+
, ["model-value"]), (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_button, {
|
|
14043
14825
|
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
14044
14826
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
14045
14827
|
type: "primary"
|
|
@@ -14064,9 +14846,11 @@ const __default__ = {
|
|
|
14064
14846
|
|
|
14065
14847
|
}, 8
|
|
14066
14848
|
/* PROPS */
|
|
14067
|
-
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
14849
|
+
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, null, 512
|
|
14068
14850
|
/* NEED_PATCH */
|
|
14069
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultCahrtVis)]])])]
|
|
14851
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultCahrtVis)]])])], 2
|
|
14852
|
+
/* CLASS */
|
|
14853
|
+
);
|
|
14070
14854
|
};
|
|
14071
14855
|
}
|
|
14072
14856
|
|
|
@@ -14477,10 +15261,14 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14477
15261
|
|
|
14478
15262
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
14479
15263
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
15264
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
15265
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
14480
15266
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
14481
15267
|
var gis_utils_ = __webpack_require__(826);
|
|
14482
15268
|
// EXTERNAL MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
14483
15269
|
var RollerViewModel = __webpack_require__(6561);
|
|
15270
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
15271
|
+
var headertemp = __webpack_require__(519);
|
|
14484
15272
|
;// 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
|
|
14485
15273
|
|
|
14486
15274
|
const _hoisted_1 = {
|
|
@@ -14492,6 +15280,8 @@ const _hoisted_2 = {
|
|
|
14492
15280
|
|
|
14493
15281
|
|
|
14494
15282
|
|
|
15283
|
+
|
|
15284
|
+
|
|
14495
15285
|
const __default__ = {
|
|
14496
15286
|
name: "Kq3dRoller"
|
|
14497
15287
|
};
|
|
@@ -14505,6 +15295,34 @@ const __default__ = {
|
|
|
14505
15295
|
right: {
|
|
14506
15296
|
type: Number,
|
|
14507
15297
|
default: 16
|
|
15298
|
+
},
|
|
15299
|
+
showShadow: {
|
|
15300
|
+
type: Boolean,
|
|
15301
|
+
default: true
|
|
15302
|
+
},
|
|
15303
|
+
// 是否生成HeaderTemp
|
|
15304
|
+
showHeaderTemp: {
|
|
15305
|
+
type: Boolean,
|
|
15306
|
+
default: false
|
|
15307
|
+
},
|
|
15308
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
15309
|
+
isCollapseHeaderTemp: {
|
|
15310
|
+
type: Boolean,
|
|
15311
|
+
default: false
|
|
15312
|
+
},
|
|
15313
|
+
// HeaderTemp标题
|
|
15314
|
+
headerTempTitle: {
|
|
15315
|
+
type: String
|
|
15316
|
+
},
|
|
15317
|
+
// HeaderTemp图标
|
|
15318
|
+
headerTempIcon: {
|
|
15319
|
+
type: [Object, String],
|
|
15320
|
+
default: client_icons_vue_.IconRoller
|
|
15321
|
+
},
|
|
15322
|
+
// HeaderTemp Title&Icon的位置
|
|
15323
|
+
isRight: {
|
|
15324
|
+
type: Boolean,
|
|
15325
|
+
default: true
|
|
14508
15326
|
}
|
|
14509
15327
|
},
|
|
14510
15328
|
|
|
@@ -14583,9 +15401,20 @@ const __default__ = {
|
|
|
14583
15401
|
const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table");
|
|
14584
15402
|
|
|
14585
15403
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
14586
|
-
class: "kq3d-roller",
|
|
15404
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-roller", {
|
|
15405
|
+
'kq-box-shadow': __props.showShadow
|
|
15406
|
+
}]),
|
|
14587
15407
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)('top: ' + props.top + 'px; right: ' + props.right + 'px;')
|
|
14588
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
15408
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
15409
|
+
key: 0,
|
|
15410
|
+
showShadow: __props.showShadow,
|
|
15411
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roller,
|
|
15412
|
+
headerTempIcon: __props.headerTempIcon,
|
|
15413
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
15414
|
+
isRight: __props.isRight
|
|
15415
|
+
}, null, 8
|
|
15416
|
+
/* PROPS */
|
|
15417
|
+
, ["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, {
|
|
14589
15418
|
style: {
|
|
14590
15419
|
"margin-bottom": "8px"
|
|
14591
15420
|
}
|
|
@@ -14758,8 +15587,8 @@ const __default__ = {
|
|
|
14758
15587
|
|
|
14759
15588
|
}, 512
|
|
14760
15589
|
/* NEED_PATCH */
|
|
14761
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode !== null]])])],
|
|
14762
|
-
/* STYLE */
|
|
15590
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode !== null]])])], 6
|
|
15591
|
+
/* CLASS, STYLE */
|
|
14763
15592
|
);
|
|
14764
15593
|
};
|
|
14765
15594
|
}
|
|
@@ -14960,20 +15789,23 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14960
15789
|
|
|
14961
15790
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
14962
15791
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
15792
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
15793
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
14963
15794
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
14964
15795
|
var gis_utils_ = __webpack_require__(826);
|
|
14965
15796
|
// EXTERNAL MODULE: ./src/webgl/screenshot/ScreenshotViewModel.js
|
|
14966
15797
|
var ScreenshotViewModel = __webpack_require__(1248);
|
|
15798
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
15799
|
+
var headertemp = __webpack_require__(519);
|
|
14967
15800
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/screenshot/Screenshot.vue?vue&type=script&setup=true&lang=js
|
|
14968
15801
|
|
|
14969
15802
|
const _hoisted_1 = {
|
|
14970
|
-
class: "kq3d-screenshot"
|
|
14971
|
-
};
|
|
14972
|
-
const _hoisted_2 = {
|
|
14973
15803
|
class: "kq3d-screenshot-footer"
|
|
14974
15804
|
};
|
|
14975
15805
|
|
|
14976
15806
|
|
|
15807
|
+
|
|
15808
|
+
|
|
14977
15809
|
// 场景宽度
|
|
14978
15810
|
|
|
14979
15811
|
const __default__ = {
|
|
@@ -14984,6 +15816,34 @@ const __default__ = {
|
|
|
14984
15816
|
// 设置参数
|
|
14985
15817
|
settingParams: {
|
|
14986
15818
|
type: Object
|
|
15819
|
+
},
|
|
15820
|
+
showShadow: {
|
|
15821
|
+
type: Boolean,
|
|
15822
|
+
default: true
|
|
15823
|
+
},
|
|
15824
|
+
// 是否生成HeaderTemp
|
|
15825
|
+
showHeaderTemp: {
|
|
15826
|
+
type: Boolean,
|
|
15827
|
+
default: false
|
|
15828
|
+
},
|
|
15829
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
15830
|
+
isCollapseHeaderTemp: {
|
|
15831
|
+
type: Boolean,
|
|
15832
|
+
default: false
|
|
15833
|
+
},
|
|
15834
|
+
// HeaderTemp标题
|
|
15835
|
+
headerTempTitle: {
|
|
15836
|
+
type: String
|
|
15837
|
+
},
|
|
15838
|
+
// HeaderTemp图标
|
|
15839
|
+
headerTempIcon: {
|
|
15840
|
+
type: [Object, String],
|
|
15841
|
+
default: client_icons_vue_.IconScreenshot
|
|
15842
|
+
},
|
|
15843
|
+
// HeaderTemp Title&Icon的位置
|
|
15844
|
+
isRight: {
|
|
15845
|
+
type: Boolean,
|
|
15846
|
+
default: true
|
|
14987
15847
|
}
|
|
14988
15848
|
},
|
|
14989
15849
|
|
|
@@ -15093,7 +15953,20 @@ const __default__ = {
|
|
|
15093
15953
|
|
|
15094
15954
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
15095
15955
|
|
|
15096
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
15956
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
15957
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-screenshot", {
|
|
15958
|
+
'kq-box-shadow': __props.showShadow
|
|
15959
|
+
}])
|
|
15960
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
15961
|
+
key: 0,
|
|
15962
|
+
showShadow: __props.showShadow,
|
|
15963
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).screenshot,
|
|
15964
|
+
headerTempIcon: __props.headerTempIcon,
|
|
15965
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
15966
|
+
isRight: __props.isRight
|
|
15967
|
+
}, null, 8
|
|
15968
|
+
/* PROPS */
|
|
15969
|
+
, ["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, {
|
|
15097
15970
|
"label-width": "120px",
|
|
15098
15971
|
"label-position": "left"
|
|
15099
15972
|
}, {
|
|
@@ -15248,7 +16121,7 @@ const __default__ = {
|
|
|
15248
16121
|
_: 1
|
|
15249
16122
|
/* STABLE */
|
|
15250
16123
|
|
|
15251
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
16124
|
+
}), (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_button, {
|
|
15252
16125
|
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => sceneFigure(), ["stop"])),
|
|
15253
16126
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).screenshotTips,
|
|
15254
16127
|
type: "primary"
|
|
@@ -15261,7 +16134,9 @@ const __default__ = {
|
|
|
15261
16134
|
|
|
15262
16135
|
}, 8
|
|
15263
16136
|
/* PROPS */
|
|
15264
|
-
, ["title"])])]
|
|
16137
|
+
, ["title"])])], 2
|
|
16138
|
+
/* CLASS */
|
|
16139
|
+
);
|
|
15265
16140
|
};
|
|
15266
16141
|
}
|
|
15267
16142
|
|
|
@@ -15332,6 +16207,7 @@ class ShadowAnalysisViewModel {
|
|
|
15332
16207
|
};
|
|
15333
16208
|
this._globaOptions.viewer.shadows = true;
|
|
15334
16209
|
this._globaOptions.viewer.shouldAnimate = true;
|
|
16210
|
+
this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
15335
16211
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
15336
16212
|
this._globaOptions.viewer.scene.postProcessStages.fxaa.enabled = true;
|
|
15337
16213
|
this._globaOptions.viewer.shadowMap.darkness = 0.8;
|
|
@@ -15516,7 +16392,10 @@ class ShadowAnalysisViewModel {
|
|
|
15516
16392
|
|
|
15517
16393
|
|
|
15518
16394
|
destroy() {
|
|
15519
|
-
this.clear();
|
|
16395
|
+
this.clear();
|
|
16396
|
+
this._globaOptions.viewer.shadows = false;
|
|
16397
|
+
this._globaOptions.viewer.shouldAnimate = false;
|
|
16398
|
+
this._globaOptions.viewer.scene.globe.enableLighting = false; //移除监听事件
|
|
15520
16399
|
|
|
15521
16400
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
15522
16401
|
this._globaOptions._drawFinishedEventListener = null;
|
|
@@ -15545,35 +16424,38 @@ var gis_utils_ = __webpack_require__(826);
|
|
|
15545
16424
|
var ShadowAnalysisViewModel = __webpack_require__(4167);
|
|
15546
16425
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
15547
16426
|
var const_image_ = __webpack_require__(9702);
|
|
16427
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
16428
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
16429
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
16430
|
+
var headertemp = __webpack_require__(519);
|
|
15548
16431
|
;// 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
|
|
15549
16432
|
|
|
15550
|
-
const _hoisted_1 = {
|
|
15551
|
-
class: "kq3d-shadow-analysis"
|
|
15552
|
-
};
|
|
15553
|
-
const _hoisted_2 = {
|
|
16433
|
+
const _hoisted_1 = {
|
|
15554
16434
|
class: "kq3d-shadow-analysis-span"
|
|
15555
16435
|
};
|
|
15556
|
-
const
|
|
16436
|
+
const _hoisted_2 = {
|
|
15557
16437
|
class: "kq3d-shadow-analysis-span"
|
|
15558
16438
|
};
|
|
15559
16439
|
|
|
15560
|
-
const
|
|
16440
|
+
const _hoisted_3 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1
|
|
15561
16441
|
/* HOISTED */
|
|
15562
16442
|
);
|
|
15563
16443
|
|
|
15564
|
-
const
|
|
16444
|
+
const _hoisted_4 = ["src"];
|
|
15565
16445
|
|
|
15566
|
-
const
|
|
16446
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1
|
|
15567
16447
|
/* HOISTED */
|
|
15568
16448
|
);
|
|
15569
16449
|
|
|
15570
|
-
const
|
|
16450
|
+
const _hoisted_6 = {
|
|
15571
16451
|
class: "kq3d-shadow-analysis-footer"
|
|
15572
16452
|
};
|
|
15573
16453
|
|
|
15574
16454
|
|
|
15575
16455
|
|
|
15576
16456
|
|
|
16457
|
+
|
|
16458
|
+
|
|
15577
16459
|
const __default__ = {
|
|
15578
16460
|
name: "Kq3dShadowAnalysis"
|
|
15579
16461
|
};
|
|
@@ -15582,6 +16464,35 @@ const __default__ = {
|
|
|
15582
16464
|
// 设置参数
|
|
15583
16465
|
settingParams: {
|
|
15584
16466
|
type: Object
|
|
16467
|
+
},
|
|
16468
|
+
// 是否显示阴影效果
|
|
16469
|
+
showShadow: {
|
|
16470
|
+
type: Boolean,
|
|
16471
|
+
default: true
|
|
16472
|
+
},
|
|
16473
|
+
// 是否生成HeaderTemp
|
|
16474
|
+
showHeaderTemp: {
|
|
16475
|
+
type: Boolean,
|
|
16476
|
+
default: false
|
|
16477
|
+
},
|
|
16478
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
16479
|
+
isCollapseHeaderTemp: {
|
|
16480
|
+
type: Boolean,
|
|
16481
|
+
default: false
|
|
16482
|
+
},
|
|
16483
|
+
// HeaderTemp标题
|
|
16484
|
+
headerTempTitle: {
|
|
16485
|
+
type: String
|
|
16486
|
+
},
|
|
16487
|
+
// HeaderTemp图标
|
|
16488
|
+
headerTempIcon: {
|
|
16489
|
+
type: [Object, String],
|
|
16490
|
+
default: client_icons_vue_.IconShadowAnalysis
|
|
16491
|
+
},
|
|
16492
|
+
// HeaderTemp Title&Icon的位置
|
|
16493
|
+
isRight: {
|
|
16494
|
+
type: Boolean,
|
|
16495
|
+
default: true
|
|
15585
16496
|
}
|
|
15586
16497
|
},
|
|
15587
16498
|
|
|
@@ -15825,14 +16736,27 @@ const __default__ = {
|
|
|
15825
16736
|
|
|
15826
16737
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
15827
16738
|
|
|
15828
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
16739
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
16740
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-shadow-analysis", {
|
|
16741
|
+
'kq-box-shadow': __props.showShadow
|
|
16742
|
+
}])
|
|
16743
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
16744
|
+
key: 0,
|
|
16745
|
+
showShadow: __props.showShadow,
|
|
16746
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowAnalysis,
|
|
16747
|
+
headerTempIcon: __props.headerTempIcon,
|
|
16748
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
16749
|
+
isRight: __props.isRight
|
|
16750
|
+
}, null, 8
|
|
16751
|
+
/* PROPS */
|
|
16752
|
+
, ["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, {
|
|
15829
16753
|
class: "kq3d-shadow-analysis-datetime"
|
|
15830
16754
|
}, {
|
|
15831
16755
|
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, {
|
|
15832
16756
|
span: 4,
|
|
15833
16757
|
class: "colDate"
|
|
15834
16758
|
}, {
|
|
15835
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
16759
|
+
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_1, (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
|
|
15836
16760
|
/* TEXT */
|
|
15837
16761
|
)]),
|
|
15838
16762
|
_: 1
|
|
@@ -15866,7 +16790,7 @@ const __default__ = {
|
|
|
15866
16790
|
span: 4,
|
|
15867
16791
|
class: "colTime"
|
|
15868
16792
|
}, {
|
|
15869
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
16793
|
+
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).time), 1
|
|
15870
16794
|
/* TEXT */
|
|
15871
16795
|
)]),
|
|
15872
16796
|
_: 1
|
|
@@ -16262,12 +17186,12 @@ const __default__ = {
|
|
|
16262
17186
|
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, {
|
|
16263
17187
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
|
|
16264
17188
|
}, {
|
|
16265
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
17189
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
16266
17190
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
|
|
16267
17191
|
alt: ""
|
|
16268
17192
|
}, null, 8
|
|
16269
17193
|
/* PROPS */
|
|
16270
|
-
,
|
|
17194
|
+
, _hoisted_4), _hoisted_5]),
|
|
16271
17195
|
_: 1
|
|
16272
17196
|
/* STABLE */
|
|
16273
17197
|
|
|
@@ -16293,7 +17217,7 @@ const __default__ = {
|
|
|
16293
17217
|
|
|
16294
17218
|
}, 8
|
|
16295
17219
|
/* PROPS */
|
|
16296
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
17220
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
16297
17221
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
16298
17222
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
16299
17223
|
type: "primary"
|
|
@@ -16331,7 +17255,9 @@ const __default__ = {
|
|
|
16331
17255
|
|
|
16332
17256
|
}, 8
|
|
16333
17257
|
/* PROPS */
|
|
16334
|
-
, ["title"])])]
|
|
17258
|
+
, ["title"])])], 2
|
|
17259
|
+
/* CLASS */
|
|
17260
|
+
);
|
|
16335
17261
|
};
|
|
16336
17262
|
}
|
|
16337
17263
|
|
|
@@ -16651,17 +17577,20 @@ class SightlineAnalysisViewModel {
|
|
|
16651
17577
|
}
|
|
16652
17578
|
|
|
16653
17579
|
}
|
|
17580
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
17581
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
17582
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
17583
|
+
var headertemp = __webpack_require__(519);
|
|
16654
17584
|
;// 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
|
|
16655
17585
|
|
|
16656
17586
|
const _hoisted_1 = {
|
|
16657
|
-
class: "kq3d-sightline-analysis"
|
|
16658
|
-
};
|
|
16659
|
-
const _hoisted_2 = {
|
|
16660
17587
|
class: "kq3d-sightline-analysis-footer"
|
|
16661
17588
|
};
|
|
16662
17589
|
|
|
16663
17590
|
|
|
16664
17591
|
|
|
17592
|
+
|
|
17593
|
+
|
|
16665
17594
|
const __default__ = {
|
|
16666
17595
|
name: "Kq3dSightlineAnalysis"
|
|
16667
17596
|
};
|
|
@@ -16670,6 +17599,35 @@ const __default__ = {
|
|
|
16670
17599
|
// 设置参数
|
|
16671
17600
|
settingParams: {
|
|
16672
17601
|
type: Object
|
|
17602
|
+
},
|
|
17603
|
+
// 是否显示阴影效果
|
|
17604
|
+
showShadow: {
|
|
17605
|
+
type: Boolean,
|
|
17606
|
+
default: true
|
|
17607
|
+
},
|
|
17608
|
+
// 是否生成HeaderTemp
|
|
17609
|
+
showHeaderTemp: {
|
|
17610
|
+
type: Boolean,
|
|
17611
|
+
default: false
|
|
17612
|
+
},
|
|
17613
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
17614
|
+
isCollapseHeaderTemp: {
|
|
17615
|
+
type: Boolean,
|
|
17616
|
+
default: false
|
|
17617
|
+
},
|
|
17618
|
+
// HeaderTemp标题
|
|
17619
|
+
headerTempTitle: {
|
|
17620
|
+
type: String
|
|
17621
|
+
},
|
|
17622
|
+
// HeaderTemp图标
|
|
17623
|
+
headerTempIcon: {
|
|
17624
|
+
type: [Object, String],
|
|
17625
|
+
default: client_icons_vue_.IconSightlineAnalysis
|
|
17626
|
+
},
|
|
17627
|
+
// HeaderTemp Title&Icon的位置
|
|
17628
|
+
isRight: {
|
|
17629
|
+
type: Boolean,
|
|
17630
|
+
default: true
|
|
16673
17631
|
}
|
|
16674
17632
|
},
|
|
16675
17633
|
|
|
@@ -16775,7 +17733,20 @@ const __default__ = {
|
|
|
16775
17733
|
|
|
16776
17734
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
16777
17735
|
|
|
16778
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
17736
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
17737
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-sightline-analysis", {
|
|
17738
|
+
'kq-box-shadow': __props.showShadow
|
|
17739
|
+
}])
|
|
17740
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
17741
|
+
key: 0,
|
|
17742
|
+
showShadow: __props.showShadow,
|
|
17743
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sightlineAnalysis,
|
|
17744
|
+
headerTempIcon: __props.headerTempIcon,
|
|
17745
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
17746
|
+
isRight: __props.isRight
|
|
17747
|
+
}, null, 8
|
|
17748
|
+
/* PROPS */
|
|
17749
|
+
, ["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, {
|
|
16779
17750
|
class: "kq3d-sightline-analysis-tip"
|
|
16780
17751
|
}, {
|
|
16781
17752
|
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
|
|
@@ -16889,7 +17860,7 @@ const __default__ = {
|
|
|
16889
17860
|
|
|
16890
17861
|
}, 8
|
|
16891
17862
|
/* PROPS */
|
|
16892
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
17863
|
+
, ["model-value"]), (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_button, {
|
|
16893
17864
|
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(addSeePoint, ["stop"]),
|
|
16894
17865
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).seePoint,
|
|
16895
17866
|
type: "primary"
|
|
@@ -16927,7 +17898,9 @@ const __default__ = {
|
|
|
16927
17898
|
|
|
16928
17899
|
}, 8
|
|
16929
17900
|
/* PROPS */
|
|
16930
|
-
, ["onClick", "title"])])]
|
|
17901
|
+
, ["onClick", "title"])])], 2
|
|
17902
|
+
/* CLASS */
|
|
17903
|
+
);
|
|
16931
17904
|
};
|
|
16932
17905
|
}
|
|
16933
17906
|
|
|
@@ -17252,20 +18225,21 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
17252
18225
|
var gis_utils_ = __webpack_require__(826);
|
|
17253
18226
|
// EXTERNAL MODULE: ./src/webgl/skylineanalysis/SkylineAnalysisViewModel.js
|
|
17254
18227
|
var SkylineAnalysisViewModel = __webpack_require__(3084);
|
|
18228
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
18229
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
18230
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
18231
|
+
var headertemp = __webpack_require__(519);
|
|
17255
18232
|
;// CONCATENATED MODULE: external "echarts"
|
|
17256
18233
|
var external_echarts_namespaceObject = require("echarts");
|
|
17257
18234
|
;// 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
|
|
17258
18235
|
|
|
17259
18236
|
const _hoisted_1 = {
|
|
17260
|
-
class: "kq3d-skyline-analysis"
|
|
17261
|
-
};
|
|
17262
|
-
const _hoisted_2 = {
|
|
17263
18237
|
class: "kq3d-skyline-analysis-footer"
|
|
17264
18238
|
};
|
|
17265
|
-
const
|
|
18239
|
+
const _hoisted_2 = {
|
|
17266
18240
|
class: "kq3d-skyline-analysis-result"
|
|
17267
18241
|
};
|
|
17268
|
-
const
|
|
18242
|
+
const _hoisted_3 = {
|
|
17269
18243
|
key: 0,
|
|
17270
18244
|
id: "resultEcahrt",
|
|
17271
18245
|
class: "resultEcahrt"
|
|
@@ -17273,6 +18247,8 @@ const _hoisted_4 = {
|
|
|
17273
18247
|
|
|
17274
18248
|
|
|
17275
18249
|
|
|
18250
|
+
|
|
18251
|
+
|
|
17276
18252
|
// 语言
|
|
17277
18253
|
|
|
17278
18254
|
const __default__ = {
|
|
@@ -17283,6 +18259,35 @@ const __default__ = {
|
|
|
17283
18259
|
// 设置参数
|
|
17284
18260
|
settingParams: {
|
|
17285
18261
|
type: Object
|
|
18262
|
+
},
|
|
18263
|
+
// 是否显示阴影效果
|
|
18264
|
+
showShadow: {
|
|
18265
|
+
type: Boolean,
|
|
18266
|
+
default: true
|
|
18267
|
+
},
|
|
18268
|
+
// 是否生成HeaderTemp
|
|
18269
|
+
showHeaderTemp: {
|
|
18270
|
+
type: Boolean,
|
|
18271
|
+
default: false
|
|
18272
|
+
},
|
|
18273
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
18274
|
+
isCollapseHeaderTemp: {
|
|
18275
|
+
type: Boolean,
|
|
18276
|
+
default: false
|
|
18277
|
+
},
|
|
18278
|
+
// HeaderTemp标题
|
|
18279
|
+
headerTempTitle: {
|
|
18280
|
+
type: String
|
|
18281
|
+
},
|
|
18282
|
+
// HeaderTemp图标
|
|
18283
|
+
headerTempIcon: {
|
|
18284
|
+
type: [Object, String],
|
|
18285
|
+
default: client_icons_vue_.IconSkylineAnalysis
|
|
18286
|
+
},
|
|
18287
|
+
// HeaderTemp Title&Icon的位置
|
|
18288
|
+
isRight: {
|
|
18289
|
+
type: Boolean,
|
|
18290
|
+
default: true
|
|
17286
18291
|
}
|
|
17287
18292
|
},
|
|
17288
18293
|
|
|
@@ -17414,7 +18419,20 @@ const __default__ = {
|
|
|
17414
18419
|
|
|
17415
18420
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
17416
18421
|
|
|
17417
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
18422
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
18423
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-skyline-analysis", {
|
|
18424
|
+
'kq-box-shadow': __props.showShadow
|
|
18425
|
+
}])
|
|
18426
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
18427
|
+
key: 0,
|
|
18428
|
+
showShadow: __props.showShadow,
|
|
18429
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineAnalysis,
|
|
18430
|
+
headerTempIcon: __props.headerTempIcon,
|
|
18431
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
18432
|
+
isRight: __props.isRight
|
|
18433
|
+
}, null, 8
|
|
18434
|
+
/* PROPS */
|
|
18435
|
+
, ["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, {
|
|
17418
18436
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
17419
18437
|
class: "kq3d-skyline-analysis-collapse"
|
|
17420
18438
|
}, {
|
|
@@ -17592,7 +18610,7 @@ const __default__ = {
|
|
|
17592
18610
|
|
|
17593
18611
|
}, 8
|
|
17594
18612
|
/* PROPS */
|
|
17595
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
18613
|
+
, ["model-value"]), (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, {
|
|
17596
18614
|
gutter: 20,
|
|
17597
18615
|
class: "btnClass"
|
|
17598
18616
|
}, {
|
|
@@ -17685,7 +18703,9 @@ const __default__ = {
|
|
|
17685
18703
|
_: 1
|
|
17686
18704
|
/* STABLE */
|
|
17687
18705
|
|
|
17688
|
-
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
18706
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(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_3)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2
|
|
18707
|
+
/* CLASS */
|
|
18708
|
+
);
|
|
17689
18709
|
};
|
|
17690
18710
|
}
|
|
17691
18711
|
|
|
@@ -17783,8 +18803,8 @@ class SlopeAnalysisViewModel {
|
|
|
17783
18803
|
colorImage: this.getImagePath(viewModel.colorImage)
|
|
17784
18804
|
};
|
|
17785
18805
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
18806
|
+
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
17786
18807
|
|
|
17787
|
-
this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
17788
18808
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
17789
18809
|
var that = this;
|
|
17790
18810
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
@@ -17992,46 +19012,49 @@ class SlopeAnalysisViewModel {
|
|
|
17992
19012
|
}
|
|
17993
19013
|
|
|
17994
19014
|
}
|
|
19015
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
19016
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
19017
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
19018
|
+
var headertemp = __webpack_require__(519);
|
|
17995
19019
|
;// 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
|
|
17996
19020
|
|
|
17997
19021
|
const _hoisted_1 = {
|
|
17998
|
-
class: "kq3d-slope-analysis"
|
|
17999
|
-
};
|
|
18000
|
-
const _hoisted_2 = {
|
|
18001
19022
|
key: 0
|
|
18002
19023
|
};
|
|
18003
|
-
const
|
|
19024
|
+
const _hoisted_2 = {
|
|
18004
19025
|
class: "kq3d-slope-analysis-span"
|
|
18005
19026
|
};
|
|
18006
|
-
const
|
|
19027
|
+
const _hoisted_3 = {
|
|
18007
19028
|
key: 1
|
|
18008
19029
|
};
|
|
18009
19030
|
|
|
18010
|
-
const
|
|
19031
|
+
const _hoisted_4 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1
|
|
18011
19032
|
/* HOISTED */
|
|
18012
19033
|
);
|
|
18013
19034
|
|
|
18014
|
-
const
|
|
19035
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
18015
19036
|
class: "kq3d-slope-analysis-line"
|
|
18016
19037
|
}, null, -1
|
|
18017
19038
|
/* HOISTED */
|
|
18018
19039
|
);
|
|
18019
19040
|
|
|
18020
|
-
const
|
|
19041
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1
|
|
18021
19042
|
/* HOISTED */
|
|
18022
19043
|
);
|
|
18023
19044
|
|
|
18024
|
-
const
|
|
18025
|
-
const
|
|
19045
|
+
const _hoisted_7 = ["src"];
|
|
19046
|
+
const _hoisted_8 = {
|
|
18026
19047
|
key: 2
|
|
18027
19048
|
};
|
|
18028
|
-
const
|
|
19049
|
+
const _hoisted_9 = {
|
|
18029
19050
|
class: "kq3d-slope-analysis-footer"
|
|
18030
19051
|
};
|
|
18031
19052
|
|
|
18032
19053
|
|
|
18033
19054
|
|
|
18034
19055
|
|
|
19056
|
+
|
|
19057
|
+
|
|
18035
19058
|
const __default__ = {
|
|
18036
19059
|
name: "Kq3dSlopeAnalysis"
|
|
18037
19060
|
};
|
|
@@ -18040,6 +19063,35 @@ const __default__ = {
|
|
|
18040
19063
|
// 设置参数
|
|
18041
19064
|
settingParams: {
|
|
18042
19065
|
type: Object
|
|
19066
|
+
},
|
|
19067
|
+
// 是否显示阴影效果
|
|
19068
|
+
showShadow: {
|
|
19069
|
+
type: Boolean,
|
|
19070
|
+
default: true
|
|
19071
|
+
},
|
|
19072
|
+
// 是否生成HeaderTemp
|
|
19073
|
+
showHeaderTemp: {
|
|
19074
|
+
type: Boolean,
|
|
19075
|
+
default: false
|
|
19076
|
+
},
|
|
19077
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
19078
|
+
isCollapseHeaderTemp: {
|
|
19079
|
+
type: Boolean,
|
|
19080
|
+
default: false
|
|
19081
|
+
},
|
|
19082
|
+
// HeaderTemp标题
|
|
19083
|
+
headerTempTitle: {
|
|
19084
|
+
type: String
|
|
19085
|
+
},
|
|
19086
|
+
// HeaderTemp图标
|
|
19087
|
+
headerTempIcon: {
|
|
19088
|
+
type: [Object, String],
|
|
19089
|
+
default: client_icons_vue_.IconSlopeAnalysis
|
|
19090
|
+
},
|
|
19091
|
+
// HeaderTemp Title&Icon的位置
|
|
19092
|
+
isRight: {
|
|
19093
|
+
type: Boolean,
|
|
19094
|
+
default: true
|
|
18043
19095
|
}
|
|
18044
19096
|
},
|
|
18045
19097
|
|
|
@@ -18240,8 +19292,21 @@ const __default__ = {
|
|
|
18240
19292
|
|
|
18241
19293
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
18242
19294
|
|
|
18243
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
19295
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
19296
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-slope-analysis", {
|
|
19297
|
+
'kq-box-shadow': __props.showShadow
|
|
19298
|
+
}])
|
|
19299
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
18244
19300
|
key: 0,
|
|
19301
|
+
showShadow: __props.showShadow,
|
|
19302
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeAnalysis,
|
|
19303
|
+
headerTempIcon: __props.headerTempIcon,
|
|
19304
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
19305
|
+
isRight: __props.isRight
|
|
19306
|
+
}, null, 8
|
|
19307
|
+
/* PROPS */
|
|
19308
|
+
, ["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, {
|
|
19309
|
+
key: 1,
|
|
18245
19310
|
class: "kq3d-slope-analysis-tip"
|
|
18246
19311
|
}, {
|
|
18247
19312
|
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
|
|
@@ -18305,7 +19370,7 @@ const __default__ = {
|
|
|
18305
19370
|
_: 1
|
|
18306
19371
|
/* STABLE */
|
|
18307
19372
|
|
|
18308
|
-
}), (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",
|
|
19373
|
+
}), (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_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
18309
19374
|
style: {
|
|
18310
19375
|
"display": "flex"
|
|
18311
19376
|
}
|
|
@@ -18364,7 +19429,7 @@ const __default__ = {
|
|
|
18364
19429
|
"controls-position": "right"
|
|
18365
19430
|
}, null, 8
|
|
18366
19431
|
/* PROPS */
|
|
18367
|
-
, ["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",
|
|
19432
|
+
, ["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_2, (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
|
|
18368
19433
|
/* TEXT */
|
|
18369
19434
|
), 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, {
|
|
18370
19435
|
key: 2,
|
|
@@ -18419,7 +19484,7 @@ const __default__ = {
|
|
|
18419
19484
|
);
|
|
18420
19485
|
}), 128
|
|
18421
19486
|
/* KEYED_FRAGMENT */
|
|
18422
|
-
))])) : (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",
|
|
19487
|
+
))])) : (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_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
18423
19488
|
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, {
|
|
18424
19489
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
18425
19490
|
}, {
|
|
@@ -18428,7 +19493,7 @@ const __default__ = {
|
|
|
18428
19493
|
"display": "flex"
|
|
18429
19494
|
}
|
|
18430
19495
|
}, {
|
|
18431
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6
|
|
19496
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_4, _hoisted_5, _hoisted_6]),
|
|
18432
19497
|
_: 1
|
|
18433
19498
|
/* STABLE */
|
|
18434
19499
|
|
|
@@ -18448,7 +19513,7 @@ const __default__ = {
|
|
|
18448
19513
|
alt: ""
|
|
18449
19514
|
}, null, 8
|
|
18450
19515
|
/* PROPS */
|
|
18451
|
-
,
|
|
19516
|
+
, _hoisted_7)]),
|
|
18452
19517
|
_: 2
|
|
18453
19518
|
/* DYNAMIC */
|
|
18454
19519
|
|
|
@@ -18473,7 +19538,7 @@ const __default__ = {
|
|
|
18473
19538
|
_: 1
|
|
18474
19539
|
/* STABLE */
|
|
18475
19540
|
|
|
18476
|
-
})])) : (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",
|
|
19541
|
+
})])) : (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_8, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
18477
19542
|
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, {
|
|
18478
19543
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
18479
19544
|
}, {
|
|
@@ -18683,7 +19748,7 @@ const __default__ = {
|
|
|
18683
19748
|
|
|
18684
19749
|
}, 8
|
|
18685
19750
|
/* PROPS */
|
|
18686
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
19751
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
18687
19752
|
onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
18688
19753
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
18689
19754
|
type: "primary"
|
|
@@ -18708,7 +19773,9 @@ const __default__ = {
|
|
|
18708
19773
|
|
|
18709
19774
|
}, 8
|
|
18710
19775
|
/* PROPS */
|
|
18711
|
-
, ["title"])])]
|
|
19776
|
+
, ["title"])])], 2
|
|
19777
|
+
/* CLASS */
|
|
19778
|
+
);
|
|
18712
19779
|
};
|
|
18713
19780
|
}
|
|
18714
19781
|
|
|
@@ -19133,23 +20200,26 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
19133
20200
|
var gis_utils_ = __webpack_require__(826);
|
|
19134
20201
|
// EXTERNAL MODULE: ./src/webgl/terrainoperation/TerrainOperationViewModel.js
|
|
19135
20202
|
var TerrainOperationViewModel = __webpack_require__(5925);
|
|
20203
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
20204
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
20205
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
20206
|
+
var headertemp = __webpack_require__(519);
|
|
19136
20207
|
;// 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
|
|
19137
20208
|
|
|
19138
20209
|
const _hoisted_1 = {
|
|
19139
|
-
class: "kq3d-terrain-operation-analysis"
|
|
19140
|
-
};
|
|
19141
|
-
const _hoisted_2 = {
|
|
19142
20210
|
class: "kq3d-terrain-operation-analysis-span"
|
|
19143
20211
|
};
|
|
19144
|
-
const
|
|
20212
|
+
const _hoisted_2 = {
|
|
19145
20213
|
key: 0
|
|
19146
20214
|
};
|
|
19147
|
-
const
|
|
20215
|
+
const _hoisted_3 = {
|
|
19148
20216
|
class: "kq3d-terrain-operation-analysis-footer"
|
|
19149
20217
|
};
|
|
19150
20218
|
|
|
19151
20219
|
|
|
19152
20220
|
|
|
20221
|
+
|
|
20222
|
+
|
|
19153
20223
|
const __default__ = {
|
|
19154
20224
|
name: "Kq3dTerrainOperation"
|
|
19155
20225
|
};
|
|
@@ -19163,6 +20233,35 @@ const __default__ = {
|
|
|
19163
20233
|
operationMode: {
|
|
19164
20234
|
type: Number,
|
|
19165
20235
|
default: 0
|
|
20236
|
+
},
|
|
20237
|
+
// 是否显示阴影效果
|
|
20238
|
+
showShadow: {
|
|
20239
|
+
type: Boolean,
|
|
20240
|
+
default: true
|
|
20241
|
+
},
|
|
20242
|
+
// 是否生成HeaderTemp
|
|
20243
|
+
showHeaderTemp: {
|
|
20244
|
+
type: Boolean,
|
|
20245
|
+
default: false
|
|
20246
|
+
},
|
|
20247
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
20248
|
+
isCollapseHeaderTemp: {
|
|
20249
|
+
type: Boolean,
|
|
20250
|
+
default: false
|
|
20251
|
+
},
|
|
20252
|
+
// HeaderTemp标题
|
|
20253
|
+
headerTempTitle: {
|
|
20254
|
+
type: String
|
|
20255
|
+
},
|
|
20256
|
+
// HeaderTemp图标
|
|
20257
|
+
headerTempIcon: {
|
|
20258
|
+
type: [Object, String],
|
|
20259
|
+
default: client_icons_vue_.IconTerrainOperation
|
|
20260
|
+
},
|
|
20261
|
+
// HeaderTemp Title&Icon的位置
|
|
20262
|
+
isRight: {
|
|
20263
|
+
type: Boolean,
|
|
20264
|
+
default: true
|
|
19166
20265
|
}
|
|
19167
20266
|
},
|
|
19168
20267
|
|
|
@@ -19247,8 +20346,21 @@ const __default__ = {
|
|
|
19247
20346
|
|
|
19248
20347
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
19249
20348
|
|
|
19250
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
19251
|
-
|
|
20349
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
20350
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-terrain-operation-analysis", {
|
|
20351
|
+
'kq-box-shadow': __props.showShadow
|
|
20352
|
+
}])
|
|
20353
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
20354
|
+
key: 0,
|
|
20355
|
+
showShadow: __props.showShadow,
|
|
20356
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).terrainOperation,
|
|
20357
|
+
headerTempIcon: __props.headerTempIcon,
|
|
20358
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
20359
|
+
isRight: __props.isRight
|
|
20360
|
+
}, null, 8
|
|
20361
|
+
/* PROPS */
|
|
20362
|
+
, ["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, {
|
|
20363
|
+
key: 1
|
|
19252
20364
|
}, {
|
|
19253
20365
|
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, {
|
|
19254
20366
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle,
|
|
@@ -19283,13 +20395,13 @@ const __default__ = {
|
|
|
19283
20395
|
/* STABLE */
|
|
19284
20396
|
|
|
19285
20397
|
})) : (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, {
|
|
19286
|
-
key:
|
|
20398
|
+
key: 2,
|
|
19287
20399
|
gutter: 10
|
|
19288
20400
|
}, {
|
|
19289
20401
|
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, {
|
|
19290
20402
|
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
19291
20403
|
}, {
|
|
19292
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
20404
|
+
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_1, (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
|
|
19293
20405
|
/* TEXT */
|
|
19294
20406
|
)]),
|
|
19295
20407
|
_: 1
|
|
@@ -19345,13 +20457,13 @@ const __default__ = {
|
|
|
19345
20457
|
}, {
|
|
19346
20458
|
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
|
|
19347
20459
|
/* TEXT */
|
|
19348
|
-
), (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",
|
|
20460
|
+
), (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_2, (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
|
|
19349
20461
|
/* TEXT */
|
|
19350
20462
|
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
19351
20463
|
_: 1
|
|
19352
20464
|
/* STABLE */
|
|
19353
20465
|
|
|
19354
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
20466
|
+
}), (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, {
|
|
19355
20467
|
onClick: _cache[7] || (_cache[7] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startOperation(), ["stop"])),
|
|
19356
20468
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startOperation,
|
|
19357
20469
|
type: "primary"
|
|
@@ -19376,7 +20488,9 @@ const __default__ = {
|
|
|
19376
20488
|
|
|
19377
20489
|
}, 8
|
|
19378
20490
|
/* PROPS */
|
|
19379
|
-
, ["title"])])]
|
|
20491
|
+
, ["title"])])], 2
|
|
20492
|
+
/* CLASS */
|
|
20493
|
+
);
|
|
19380
20494
|
};
|
|
19381
20495
|
}
|
|
19382
20496
|
|
|
@@ -19739,17 +20853,20 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
19739
20853
|
var gis_utils_ = __webpack_require__(826);
|
|
19740
20854
|
// EXTERNAL MODULE: ./src/webgl/viewshedanalysis/ViewshedAnalysisViewModel.js
|
|
19741
20855
|
var ViewshedAnalysisViewModel = __webpack_require__(9721);
|
|
20856
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
20857
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
20858
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
20859
|
+
var headertemp = __webpack_require__(519);
|
|
19742
20860
|
;// 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
|
|
19743
20861
|
|
|
19744
20862
|
const _hoisted_1 = {
|
|
19745
|
-
class: "kq3d-viewshed-analysis"
|
|
19746
|
-
};
|
|
19747
|
-
const _hoisted_2 = {
|
|
19748
20863
|
class: "kq3d-viewshed-analysis-footer"
|
|
19749
20864
|
};
|
|
19750
20865
|
|
|
19751
20866
|
|
|
19752
20867
|
|
|
20868
|
+
|
|
20869
|
+
|
|
19753
20870
|
const __default__ = {
|
|
19754
20871
|
name: "Kq3dViewshedAnalysis"
|
|
19755
20872
|
};
|
|
@@ -19758,6 +20875,35 @@ const __default__ = {
|
|
|
19758
20875
|
// 设置参数
|
|
19759
20876
|
settingParams: {
|
|
19760
20877
|
type: Object
|
|
20878
|
+
},
|
|
20879
|
+
// 是否显示阴影效果
|
|
20880
|
+
showShadow: {
|
|
20881
|
+
type: Boolean,
|
|
20882
|
+
default: true
|
|
20883
|
+
},
|
|
20884
|
+
// 是否生成HeaderTemp
|
|
20885
|
+
showHeaderTemp: {
|
|
20886
|
+
type: Boolean,
|
|
20887
|
+
default: false
|
|
20888
|
+
},
|
|
20889
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
20890
|
+
isCollapseHeaderTemp: {
|
|
20891
|
+
type: Boolean,
|
|
20892
|
+
default: false
|
|
20893
|
+
},
|
|
20894
|
+
// HeaderTemp标题
|
|
20895
|
+
headerTempTitle: {
|
|
20896
|
+
type: String
|
|
20897
|
+
},
|
|
20898
|
+
// HeaderTemp图标
|
|
20899
|
+
headerTempIcon: {
|
|
20900
|
+
type: [Object, String],
|
|
20901
|
+
default: client_icons_vue_.IconViewshedAnalysis
|
|
20902
|
+
},
|
|
20903
|
+
// HeaderTemp Title&Icon的位置
|
|
20904
|
+
isRight: {
|
|
20905
|
+
type: Boolean,
|
|
20906
|
+
default: true
|
|
19761
20907
|
}
|
|
19762
20908
|
},
|
|
19763
20909
|
|
|
@@ -19887,7 +21033,20 @@ const __default__ = {
|
|
|
19887
21033
|
|
|
19888
21034
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
19889
21035
|
|
|
19890
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
21036
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
21037
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-viewshed-analysis", {
|
|
21038
|
+
'kq-box-shadow': __props.showShadow
|
|
21039
|
+
}])
|
|
21040
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
21041
|
+
key: 0,
|
|
21042
|
+
showShadow: __props.showShadow,
|
|
21043
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).viewshedAnalysis,
|
|
21044
|
+
headerTempIcon: __props.headerTempIcon,
|
|
21045
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
21046
|
+
isRight: __props.isRight
|
|
21047
|
+
}, null, 8
|
|
21048
|
+
/* PROPS */
|
|
21049
|
+
, ["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, {
|
|
19891
21050
|
class: "kq3d-viewshed-analysis-tip"
|
|
19892
21051
|
}, {
|
|
19893
21052
|
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
|
|
@@ -20133,7 +21292,7 @@ const __default__ = {
|
|
|
20133
21292
|
|
|
20134
21293
|
}, 8
|
|
20135
21294
|
/* PROPS */
|
|
20136
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
21295
|
+
, ["model-value"]), (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_button, {
|
|
20137
21296
|
onClick: _cache[16] || (_cache[16] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
20138
21297
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
20139
21298
|
type: "primary"
|
|
@@ -20158,7 +21317,9 @@ const __default__ = {
|
|
|
20158
21317
|
|
|
20159
21318
|
}, 8
|
|
20160
21319
|
/* PROPS */
|
|
20161
|
-
, ["title"])])]
|
|
21320
|
+
, ["title"])])], 2
|
|
21321
|
+
/* CLASS */
|
|
21322
|
+
);
|
|
20162
21323
|
};
|
|
20163
21324
|
}
|
|
20164
21325
|
|
|
@@ -20292,33 +21453,19 @@ class WeatherEffectViewModel {
|
|
|
20292
21453
|
|
|
20293
21454
|
|
|
20294
21455
|
addWeatherEffect(options) {
|
|
20295
|
-
|
|
20296
|
-
var flag = false;
|
|
20297
|
-
var models = this._scene.primitives._primitives;
|
|
21456
|
+
let mode = options.mode;
|
|
20298
21457
|
|
|
20299
|
-
|
|
20300
|
-
|
|
20301
|
-
|
|
20302
|
-
}
|
|
21458
|
+
if (mode !== "rain" && mode !== "snow") {
|
|
21459
|
+
console.log("This mode is not supported.");
|
|
21460
|
+
return;
|
|
20303
21461
|
}
|
|
20304
21462
|
|
|
20305
|
-
if (
|
|
20306
|
-
|
|
20307
|
-
|
|
20308
|
-
if (mode !== "rain" && mode !== "snow") {
|
|
20309
|
-
console.log("This mode is not supported.");
|
|
20310
|
-
return;
|
|
20311
|
-
}
|
|
20312
|
-
|
|
20313
|
-
if (options.gravity) this.setGravity(options.gravity);
|
|
20314
|
-
this._options = options;
|
|
21463
|
+
if (options.gravity) this.setGravity(options.gravity);
|
|
21464
|
+
this._options = options;
|
|
20315
21465
|
|
|
20316
|
-
|
|
20317
|
-
|
|
20318
|
-
|
|
20319
|
-
} else {
|
|
20320
|
-
throw "请添加模型后添加特效!";
|
|
20321
|
-
}
|
|
21466
|
+
this._drawManager.startDraw("marker", {
|
|
21467
|
+
image: null
|
|
21468
|
+
});
|
|
20322
21469
|
} //清除天气特效
|
|
20323
21470
|
|
|
20324
21471
|
|
|
@@ -20392,18 +21539,18 @@ class WeatherEffectViewModel {
|
|
|
20392
21539
|
}
|
|
20393
21540
|
|
|
20394
21541
|
}
|
|
21542
|
+
// EXTERNAL MODULE: ./src/webgl/headertemp/index.js + 3 modules
|
|
21543
|
+
var headertemp = __webpack_require__(519);
|
|
20395
21544
|
;// 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
|
|
20396
21545
|
|
|
20397
21546
|
const _hoisted_1 = {
|
|
20398
|
-
class: "kq3d-weather-effect"
|
|
20399
|
-
};
|
|
20400
|
-
const _hoisted_2 = {
|
|
20401
21547
|
class: "kq3d-weather-effect-footer"
|
|
20402
21548
|
};
|
|
20403
21549
|
|
|
20404
21550
|
|
|
20405
21551
|
|
|
20406
21552
|
|
|
21553
|
+
|
|
20407
21554
|
const __default__ = {
|
|
20408
21555
|
name: "Kq3dWeatherEffect"
|
|
20409
21556
|
};
|
|
@@ -20412,6 +21559,35 @@ const __default__ = {
|
|
|
20412
21559
|
// 设置参数
|
|
20413
21560
|
settingParams: {
|
|
20414
21561
|
type: Object
|
|
21562
|
+
},
|
|
21563
|
+
// 是否显示阴影效果
|
|
21564
|
+
showShadow: {
|
|
21565
|
+
type: Boolean,
|
|
21566
|
+
default: true
|
|
21567
|
+
},
|
|
21568
|
+
// 是否生成HeaderTemp
|
|
21569
|
+
showHeaderTemp: {
|
|
21570
|
+
type: Boolean,
|
|
21571
|
+
default: false
|
|
21572
|
+
},
|
|
21573
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
21574
|
+
isCollapseHeaderTemp: {
|
|
21575
|
+
type: Boolean,
|
|
21576
|
+
default: false
|
|
21577
|
+
},
|
|
21578
|
+
// HeaderTemp标题
|
|
21579
|
+
headerTempTitle: {
|
|
21580
|
+
type: String
|
|
21581
|
+
},
|
|
21582
|
+
// HeaderTemp图标
|
|
21583
|
+
headerTempIcon: {
|
|
21584
|
+
type: [Object, String],
|
|
21585
|
+
default: client_icons_vue_.IconWeatherEffect
|
|
21586
|
+
},
|
|
21587
|
+
// HeaderTemp Title&Icon的位置
|
|
21588
|
+
isRight: {
|
|
21589
|
+
type: Boolean,
|
|
21590
|
+
default: true
|
|
20415
21591
|
}
|
|
20416
21592
|
},
|
|
20417
21593
|
|
|
@@ -20537,7 +21713,20 @@ const __default__ = {
|
|
|
20537
21713
|
|
|
20538
21714
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
20539
21715
|
|
|
20540
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section",
|
|
21716
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
21717
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-weather-effect", {
|
|
21718
|
+
'kq-box-shadow': __props.showShadow
|
|
21719
|
+
}])
|
|
21720
|
+
}, [__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_.unref)(headertemp["default"]), {
|
|
21721
|
+
key: 0,
|
|
21722
|
+
showShadow: __props.showShadow,
|
|
21723
|
+
headerTempTitle: __props.headerTempTitle || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).weatherEffect,
|
|
21724
|
+
headerTempIcon: __props.headerTempIcon,
|
|
21725
|
+
isCollapse: __props.isCollapseHeaderTemp,
|
|
21726
|
+
isRight: __props.isRight
|
|
21727
|
+
}, null, 8
|
|
21728
|
+
/* PROPS */
|
|
21729
|
+
, ["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, {
|
|
20541
21730
|
gutter: 20,
|
|
20542
21731
|
class: "rowclass"
|
|
20543
21732
|
}, {
|
|
@@ -20946,7 +22135,7 @@ const __default__ = {
|
|
|
20946
22135
|
|
|
20947
22136
|
}, 8
|
|
20948
22137
|
/* PROPS */
|
|
20949
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
22138
|
+
, ["model-value"]), (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_button, {
|
|
20950
22139
|
onClick: _cache[26] || (_cache[26] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => add(), ["stop"])),
|
|
20951
22140
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).add,
|
|
20952
22141
|
type: "primary"
|
|
@@ -20971,7 +22160,9 @@ const __default__ = {
|
|
|
20971
22160
|
|
|
20972
22161
|
}, 8
|
|
20973
22162
|
/* PROPS */
|
|
20974
|
-
, ["title"])])]
|
|
22163
|
+
, ["title"])])], 2
|
|
22164
|
+
/* CLASS */
|
|
22165
|
+
);
|
|
20975
22166
|
};
|
|
20976
22167
|
}
|
|
20977
22168
|
|