@kq_npm/client3d_webgl_vue 4.0.5-beta → 4.0.7-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.
Files changed (66) hide show
  1. package/adddata/index.js +114 -198
  2. package/aspectanalysis/index.js +23 -25
  3. package/baseterraingallery/index.js +7 -8
  4. package/boxclip/index.js +23 -25
  5. package/clientPrint/index.js +4 -6
  6. package/comparemap/index.js +51 -22
  7. package/compass/index.js +4 -4
  8. package/excavatefillanalysis/index.js +23 -25
  9. package/fixedzoomin/index.js +4 -4
  10. package/fixedzoomout/index.js +4 -4
  11. package/flight/index.js +25 -27
  12. package/floodanalysis/index.js +23 -27
  13. package/geologicalbodyanalysis/index.js +900 -0
  14. package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +1 -0
  15. package/geologicalbodyanalysis/style/index.js +3 -0
  16. package/gpuspatialquery/index.js +25 -25
  17. package/hawkeye/index.js +7 -8
  18. package/headertemp/index.js +4 -5
  19. package/index.js +21021 -14725
  20. package/isolineanalysis/index.js +22 -24
  21. package/light/index.js +1067 -0
  22. package/light/style/index.js +3 -0
  23. package/light/style/light.css +1 -0
  24. package/limitheightanalysis/index.js +751 -0
  25. package/limitheightanalysis/style/index.js +3 -0
  26. package/limitheightanalysis/style/limitheightanalysis.css +1 -0
  27. package/measure/index.js +46 -38
  28. package/modelFlat/index.js +483 -0
  29. package/modelFlat/style/index.js +3 -0
  30. package/modelFlat/style/modelFlat.css +1 -0
  31. package/modelfilter/index.js +296 -336
  32. package/modelfilter/style/modelfilter.css +1 -1
  33. package/modelprofileanalysis/index.js +7 -8
  34. package/modelselect/index.js +20 -157
  35. package/package.json +1 -1
  36. package/particleeffect/index.js +6 -142
  37. package/planeclip/index.js +23 -25
  38. package/resetview/index.js +4 -4
  39. package/roller/index.js +7 -8
  40. package/scaneffect/index.js +1730 -0
  41. package/scaneffect/style/index.js +3 -0
  42. package/scaneffect/style/scaneffect.css +1 -0
  43. package/scenceview/index.js +13823 -7365
  44. package/sceneset/index.js +2097 -0
  45. package/sceneset/style/index.js +3 -0
  46. package/sceneset/style/sceneset.css +1 -0
  47. package/screenshot/index.js +7 -8
  48. package/shadowanalysis/index.js +20 -158
  49. package/sightlineanalysis/index.js +26 -19
  50. package/sightlineanalysis/style/divpoint.css +1 -1
  51. package/skylineanalysis/index.js +23 -25
  52. package/slopeanalysis/index.js +22 -24
  53. package/statusbar/index.js +4 -4
  54. package/style.css +1 -1
  55. package/terrainoperation/index.js +20 -157
  56. package/terrainprofileanalysis/index.js +620 -0
  57. package/terrainprofileanalysis/style/index.js +3 -0
  58. package/terrainprofileanalysis/style/terrainprofileanalysis.css +1 -0
  59. package/underground/index.js +7 -8
  60. package/videofusion/index.js +23 -35
  61. package/videoproject/index.js +23 -35
  62. package/viewshedanalysis/index.js +4 -5
  63. package/weathereffect/index.js +6 -142
  64. package/wireframesketch/index.js +521 -0
  65. package/wireframesketch/style/index.js +3 -0
  66. package/wireframesketch/style/wireframesketch.css +1 -0
@@ -0,0 +1,751 @@
1
+ /******/ (function() { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 1769:
6
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
+
8
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9
+ /* harmony export */ "Z": function() { return /* binding */ LimitHeightAnalysisViewModel; }
10
+ /* harmony export */ });
11
+ /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
12
+
13
+ //限高分析逻辑类
14
+ class LimitHeightAnalysisViewModel {
15
+ //三维viewer对象
16
+ //限高分析存储参数对象
17
+ constructor(scenceView, options) {
18
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
19
+
20
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
21
+
22
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawManager", null);
23
+
24
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawFinishedEventListener", null);
25
+
26
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_limitHeightAnalysis", null);
27
+
28
+ this._viewer = scenceView._viewer;
29
+ this._options = options;
30
+ this._drawManager = scenceView._drawManager;
31
+ this._viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
32
+
33
+ this._viewer.scene.postProcessStages._fxaa.enabled = true;
34
+ var that = this;
35
+ this._drawFinishedEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
36
+ if (shape) {
37
+ that._options.positions = shape._controlPoints;
38
+ that.drawPolygon();
39
+
40
+ that._drawManager.clear();
41
+ }
42
+ });
43
+ } // 绘制限高分析,显示分析体
44
+
45
+
46
+ drawPolygon() {
47
+ if (!this._options.positions) return;
48
+ var newPositions = [];
49
+
50
+ this._options.positions.forEach(item => {
51
+ var newPos = window.Cesium.Cartographic.fromCartesian(item);
52
+ newPositions.push(newPos.longitude);
53
+ newPositions.push(newPos.latitude);
54
+ newPositions.push(newPos.height);
55
+ });
56
+
57
+ var options = {
58
+ viewer: this._viewer,
59
+ baseHeight: Number(this._options.baseHeight),
60
+ limitHeight: Number(this._options.limitHeight),
61
+ limitColor: window.Cesium.Color.fromCssColorString(this._options.limitHeightColor).withAlpha(this._options.limitColorAlpha),
62
+ overColor: window.Cesium.Color.fromCssColorString(this._options.overHeightColor).withAlpha(this._options.overHeightColorAlpha),
63
+ positions: newPositions,
64
+ perPositionHeight: false,
65
+ classificationType: window.Cesium.ClassificationType.CESIUM_3D_TILE
66
+ };
67
+ this._limitHeightAnalysis = new window.Cesium.Kq3dLimitHeightAnalysis(options);
68
+
69
+ this._limitHeightAnalysis.add();
70
+ } // 开始分析
71
+
72
+
73
+ start() {
74
+ this.clear();
75
+
76
+ if (this._drawManager) {
77
+ this._drawManager.startDraw("polygon", {
78
+ clampToGround: true
79
+ });
80
+ }
81
+ } // 修改基底高度
82
+
83
+
84
+ changeBaseHeight(val) {
85
+ this._options.baseHeight = val;
86
+ this.clear();
87
+ this.drawPolygon();
88
+ } // 修改限制高度
89
+
90
+
91
+ changeLimitHeight(val) {
92
+ this._options.limitHeight = val;
93
+ this.clear();
94
+ this.drawPolygon();
95
+ } // 修改限制高度颜色
96
+
97
+
98
+ changeLimitHeightColor(val) {
99
+ this._options.limitHeightColor = val;
100
+ this.clear();
101
+ this.drawPolygon();
102
+ } // 修改超出高度颜色
103
+
104
+
105
+ changeOverHeightColor(val) {
106
+ this._options.overHeightColor = val;
107
+ this.clear();
108
+ this.drawPolygon();
109
+ } // 清除全部
110
+
111
+
112
+ clear() {
113
+ this._limitHeightAnalysis && this._limitHeightAnalysis.remove();
114
+ this._drawManager && this._drawManager.stopDraw();
115
+ } // 销毁
116
+
117
+
118
+ destroy() {
119
+ this._limitHeightAnalysis && this._limitHeightAnalysis.destroy();
120
+ }
121
+
122
+ }
123
+
124
+ /***/ }),
125
+
126
+ /***/ 348:
127
+ /***/ (function(module) {
128
+
129
+ module.exports = require("@kq_npm/client_icons_vue");
130
+
131
+ /***/ }),
132
+
133
+ /***/ 7080:
134
+ /***/ (function(module) {
135
+
136
+ module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
137
+
138
+ /***/ }),
139
+
140
+ /***/ 826:
141
+ /***/ (function(module) {
142
+
143
+ module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
144
+
145
+ /***/ }),
146
+
147
+ /***/ 9519:
148
+ /***/ (function(module) {
149
+
150
+ module.exports = require("@kq_npm/client_common_vue/_utils/util");
151
+
152
+ /***/ }),
153
+
154
+ /***/ 5406:
155
+ /***/ (function(module) {
156
+
157
+ module.exports = require("@kq_npm/client_common_vue/init.js");
158
+
159
+ /***/ }),
160
+
161
+ /***/ 637:
162
+ /***/ (function(module) {
163
+
164
+ module.exports = require("vue");
165
+
166
+ /***/ }),
167
+
168
+ /***/ 8270:
169
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
170
+
171
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
172
+ /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
173
+ /* harmony export */ });
174
+ function _defineProperty(obj, key, value) {
175
+ if (key in obj) {
176
+ Object.defineProperty(obj, key, {
177
+ value: value,
178
+ enumerable: true,
179
+ configurable: true,
180
+ writable: true
181
+ });
182
+ } else {
183
+ obj[key] = value;
184
+ }
185
+
186
+ return obj;
187
+ }
188
+
189
+ /***/ })
190
+
191
+ /******/ });
192
+ /************************************************************************/
193
+ /******/ // The module cache
194
+ /******/ var __webpack_module_cache__ = {};
195
+ /******/
196
+ /******/ // The require function
197
+ /******/ function __webpack_require__(moduleId) {
198
+ /******/ // Check if module is in cache
199
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
200
+ /******/ if (cachedModule !== undefined) {
201
+ /******/ return cachedModule.exports;
202
+ /******/ }
203
+ /******/ // Create a new module (and put it into the cache)
204
+ /******/ var module = __webpack_module_cache__[moduleId] = {
205
+ /******/ // no module.id needed
206
+ /******/ // no module.loaded needed
207
+ /******/ exports: {}
208
+ /******/ };
209
+ /******/
210
+ /******/ // Execute the module function
211
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
212
+ /******/
213
+ /******/ // Return the exports of the module
214
+ /******/ return module.exports;
215
+ /******/ }
216
+ /******/
217
+ /************************************************************************/
218
+ /******/ /* webpack/runtime/compat get default export */
219
+ /******/ !function() {
220
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
221
+ /******/ __webpack_require__.n = function(module) {
222
+ /******/ var getter = module && module.__esModule ?
223
+ /******/ function() { return module['default']; } :
224
+ /******/ function() { return module; };
225
+ /******/ __webpack_require__.d(getter, { a: getter });
226
+ /******/ return getter;
227
+ /******/ };
228
+ /******/ }();
229
+ /******/
230
+ /******/ /* webpack/runtime/define property getters */
231
+ /******/ !function() {
232
+ /******/ // define getter functions for harmony exports
233
+ /******/ __webpack_require__.d = function(exports, definition) {
234
+ /******/ for(var key in definition) {
235
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
236
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
237
+ /******/ }
238
+ /******/ }
239
+ /******/ };
240
+ /******/ }();
241
+ /******/
242
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
243
+ /******/ !function() {
244
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
245
+ /******/ }();
246
+ /******/
247
+ /******/ /* webpack/runtime/make namespace object */
248
+ /******/ !function() {
249
+ /******/ // define __esModule on exports
250
+ /******/ __webpack_require__.r = function(exports) {
251
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
252
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
253
+ /******/ }
254
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
255
+ /******/ };
256
+ /******/ }();
257
+ /******/
258
+ /************************************************************************/
259
+ var __webpack_exports__ = {};
260
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
261
+ !function() {
262
+ // ESM COMPAT FLAG
263
+ __webpack_require__.r(__webpack_exports__);
264
+
265
+ // EXPORTS
266
+ __webpack_require__.d(__webpack_exports__, {
267
+ "LimitHeightAnalysisViewModel": function() { return /* reexport */ LimitHeightAnalysisViewModel/* default */.Z; },
268
+ "default": function() { return /* reexport */ LimitHeightAnalysis; }
269
+ });
270
+
271
+ // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
272
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
273
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
274
+ var gis_utils_ = __webpack_require__(826);
275
+ // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
276
+ var client_icons_vue_ = __webpack_require__(348);
277
+ // EXTERNAL MODULE: ./src/webgl/limitheightanalysis/LimitHeightAnalysisViewModel.js
278
+ var LimitHeightAnalysisViewModel = __webpack_require__(1769);
279
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
280
+ var util_ = __webpack_require__(9519);
281
+ // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
282
+ var vue_i18n_cjs_js_ = __webpack_require__(7080);
283
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/limitheightanalysis/LimitHeightAnalysis.vue?vue&type=script&setup=true&lang=js
284
+
285
+ const _hoisted_1 = {
286
+ class: "kq3d-limitheight-analysis-box"
287
+ };
288
+ const _hoisted_2 = {
289
+ class: "kq3d-limitheight-analysis-footer"
290
+ };
291
+
292
+
293
+
294
+
295
+
296
+
297
+ const __default__ = {
298
+ name: "Kq3dLimitHeightAnalysis"
299
+ };
300
+ /* harmony default export */ var LimitHeightAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
301
+ props: {
302
+ // 设置参数
303
+ settingParams: {
304
+ type: Object
305
+ },
306
+ // 是否显示阴影效果
307
+ showShadow: {
308
+ type: Boolean,
309
+ default: true
310
+ },
311
+
312
+ /**
313
+ * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
314
+ */
315
+ position: [String, Object],
316
+ // 是否生成HeaderTemp
317
+ showHeaderTemp: {
318
+ type: Boolean,
319
+ default: false
320
+ },
321
+ // 是否折叠HeaderTemp,showHeaderTemp为true时生效
322
+ isCollapseHeaderTemp: {
323
+ type: Boolean,
324
+ default: false
325
+ },
326
+ // HeaderTemp标题
327
+ headerTempTitle: {
328
+ type: String
329
+ },
330
+ // HeaderTemp图标
331
+ headerTempIcon: {
332
+ type: [Object, String],
333
+ default: client_icons_vue_.IconHeightLimitAnalysis
334
+ },
335
+ // HeaderTemp Title&Icon的位置
336
+ isRight: {
337
+ type: Boolean,
338
+ default: true
339
+ }
340
+ },
341
+
342
+ setup(__props, {
343
+ expose
344
+ }) {
345
+ const props = __props;
346
+ const {
347
+ proxy
348
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
349
+ let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
350
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
351
+ let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 获取组件传参
352
+
353
+ let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
354
+ baseHeight: props.settingParams && props.settingParams.baseHeight || 100,
355
+ // 基底高度
356
+ minBaseHeight: props.settingParams && props.settingParams.minBaseHeight || 0,
357
+ // 基底高度范围最小值
358
+ maxBaseHeight: props.settingParams && props.settingParams.maxBaseHeight || 300,
359
+ // 基底高度范围最大值
360
+ limitHeight: props.settingParams && props.settingParams.limitHeight || 100,
361
+ // 限制高度
362
+ minLimitHeight: props.settingParams && props.settingParams.minLimitHeight || 0,
363
+ // 限制高度范围最小值
364
+ maxLimitHeight: props.settingParams && props.settingParams.maxLimitHeight || 300,
365
+ // 限制高度范围最大值
366
+ limitHeightColor: props.settingParams && props.settingParams.limitHeightColor || "#99F599",
367
+ // 限制高度颜色
368
+ limitColorAlpha: props.settingParams && props.settingParams.limitColorAlpha || 0.3,
369
+ // 限制高度颜色透明度
370
+ overHeightColor: props.settingParams && props.settingParams.overHeightColor || "#FF0000",
371
+ // 超出高度颜色
372
+ overHeightColorAlpha: props.settingParams && props.settingParams.overHeightColorAlpha || 0.6 // 超出高度颜色透明度
373
+
374
+ });
375
+ let viewModel = null; // 组件容器Ref
376
+
377
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
378
+
379
+ let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
380
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
381
+
382
+ let {
383
+ locale,
384
+ messages
385
+ } = (0,vue_i18n_cjs_js_.useI18n)();
386
+ let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
387
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
388
+ language.value = messages.value[newVal]["webgl"];
389
+ headerTempTitle.value = language.value.limitHeightAnalysis;
390
+ });
391
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
392
+ (0,util_.updatePosition)(boxRef.value, props);
393
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
394
+ (0,util_.updatePosition)(boxRef.value, props);
395
+ });
396
+ watchCreateHeaderTemp();
397
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
398
+ watchCreateHeaderTemp();
399
+ });
400
+ currentLang.value = proxy.$i18n.locale; // 获取当前语言类型
401
+
402
+ gis_utils_.utils.getWebMap(null, scenceView => {
403
+ if (scenceView) {
404
+ viewModel = new LimitHeightAnalysisViewModel/* default */.Z(scenceView, {
405
+ baseHeight: formItem.baseHeight,
406
+ limitHeight: formItem.limitHeight,
407
+ limitHeightColor: formItem.limitHeightColor,
408
+ limitColorAlpha: formItem.limitColorAlpha,
409
+ overHeightColor: formItem.overHeightColor,
410
+ overHeightColorAlpha: formItem.overHeightColorAlpha
411
+ });
412
+ }
413
+ });
414
+ });
415
+ /**
416
+ * @description 监听header生成
417
+ */
418
+
419
+ const watchCreateHeaderTemp = () => {
420
+ if (props.showHeaderTemp) {
421
+ // 生成headerTemp
422
+ headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
423
+ }
424
+ }; // 参数切换
425
+
426
+
427
+ function paramsChanged(key) {
428
+ switch (key) {
429
+ case "baseHeight":
430
+ viewModel && viewModel.changeBaseHeight(formItem.baseHeight);
431
+ break;
432
+
433
+ case "limitHeight":
434
+ viewModel && viewModel.changeLimitHeight(formItem.limitHeight);
435
+ break;
436
+
437
+ case "limitHeightColor":
438
+ viewModel && viewModel.changeLimitHeightColor(formItem.limitHeightColor);
439
+ break;
440
+
441
+ case "overHeightColor":
442
+ viewModel && viewModel.changeOverHeightColor(formItem.overHeightColor);
443
+ break;
444
+
445
+ default:
446
+ break;
447
+ }
448
+ } //开始分析
449
+
450
+
451
+ function startAnalysis() {
452
+ viewModel && viewModel.start();
453
+ } //清除结果
454
+
455
+
456
+ function clearResult() {
457
+ if (viewModel) viewModel._options.positions = null;
458
+ viewModel && viewModel.clear();
459
+ } // 销毁
460
+
461
+
462
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
463
+ viewModel && viewModel.destroy();
464
+ });
465
+ expose({
466
+ paramsChanged,
467
+ startAnalysis,
468
+ clearResult
469
+ });
470
+ return (_ctx, _cache) => {
471
+ const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
472
+
473
+ const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
474
+
475
+ const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
476
+
477
+ const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
478
+
479
+ const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
480
+
481
+ const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
482
+
483
+ const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
484
+
485
+ const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
486
+
487
+ const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
488
+
489
+ const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
490
+
491
+ return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
492
+ class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-limitheight-analysis", {
493
+ 'kq-box-shadow': __props.showShadow
494
+ }]),
495
+ ref_key: "boxRef",
496
+ ref: boxRef
497
+ }, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
498
+ key: 0,
499
+ ref_key: "headerTempRef",
500
+ ref: headerTempRef
501
+ }, null, 512
502
+ /* NEED_PATCH */
503
+ )) : (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, {
504
+ class: "kq3d-limitheight-analysis-tip"
505
+ }, {
506
+ 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
507
+ /* TEXT */
508
+ )]),
509
+ _: 1
510
+ /* STABLE */
511
+
512
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
513
+ "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
514
+ }, {
515
+ 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_collapse_item, {
516
+ title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
517
+ name: "setting"
518
+ }, {
519
+ 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, {
520
+ "label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '110px' : '140px',
521
+ "label-position": "left"
522
+ }, {
523
+ 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_row, null, {
524
+ 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, {
525
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).baseHeight
526
+ }, {
527
+ 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_row, {
528
+ style: {
529
+ "display": "flex"
530
+ }
531
+ }, {
532
+ 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, {
533
+ span: 16
534
+ }, {
535
+ 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_slider, {
536
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
537
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight = $event),
538
+ step: 1,
539
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
540
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
541
+ onInput: _cache[1] || (_cache[1] = $event => paramsChanged('baseHeight'))
542
+ }, null, 8
543
+ /* PROPS */
544
+ , ["modelValue", "min", "max"])]),
545
+ _: 1
546
+ /* STABLE */
547
+
548
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
549
+ span: 8
550
+ }, {
551
+ 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_input_number, {
552
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
553
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight = $event),
554
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
555
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
556
+ step: 1,
557
+ "controls-position": "right",
558
+ onInput: _cache[3] || (_cache[3] = $event => paramsChanged('baseHeight'))
559
+ }, null, 8
560
+ /* PROPS */
561
+ , ["modelValue", "min", "max"])]),
562
+ _: 1
563
+ /* STABLE */
564
+
565
+ })]),
566
+ _: 1
567
+ /* STABLE */
568
+
569
+ })]),
570
+ _: 1
571
+ /* STABLE */
572
+
573
+ }, 8
574
+ /* PROPS */
575
+ , ["label"])]),
576
+ _: 1
577
+ /* STABLE */
578
+
579
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
580
+ 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, {
581
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeight
582
+ }, {
583
+ 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_row, {
584
+ style: {
585
+ "display": "flex"
586
+ }
587
+ }, {
588
+ 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, {
589
+ span: 16
590
+ }, {
591
+ 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_slider, {
592
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeight,
593
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeight = $event),
594
+ step: 1,
595
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeight,
596
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeight,
597
+ onInput: _cache[5] || (_cache[5] = $event => paramsChanged('limitHeight'))
598
+ }, null, 8
599
+ /* PROPS */
600
+ , ["modelValue", "min", "max"])]),
601
+ _: 1
602
+ /* STABLE */
603
+
604
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
605
+ span: 8
606
+ }, {
607
+ 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_input_number, {
608
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeight,
609
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeight = $event),
610
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeight,
611
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeight,
612
+ step: 1,
613
+ "controls-position": "right",
614
+ onInput: _cache[7] || (_cache[7] = $event => paramsChanged('limitHeight'))
615
+ }, null, 8
616
+ /* PROPS */
617
+ , ["modelValue", "min", "max"])]),
618
+ _: 1
619
+ /* STABLE */
620
+
621
+ })]),
622
+ _: 1
623
+ /* STABLE */
624
+
625
+ })]),
626
+ _: 1
627
+ /* STABLE */
628
+
629
+ }, 8
630
+ /* PROPS */
631
+ , ["label"])]),
632
+ _: 1
633
+ /* STABLE */
634
+
635
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
636
+ 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, {
637
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeightColor
638
+ }, {
639
+ 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_color_picker, {
640
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightColor,
641
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightColor = $event),
642
+ onChange: _cache[9] || (_cache[9] = $event => paramsChanged('limitHeightColor'))
643
+ }, null, 8
644
+ /* PROPS */
645
+ , ["modelValue"])]),
646
+ _: 1
647
+ /* STABLE */
648
+
649
+ }, 8
650
+ /* PROPS */
651
+ , ["label"])]),
652
+ _: 1
653
+ /* STABLE */
654
+
655
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
656
+ 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, {
657
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).overHeightColor
658
+ }, {
659
+ 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_color_picker, {
660
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).overHeightColor,
661
+ "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).overHeightColor = $event),
662
+ onChange: _cache[11] || (_cache[11] = $event => paramsChanged('overHeightColor'))
663
+ }, null, 8
664
+ /* PROPS */
665
+ , ["modelValue"])]),
666
+ _: 1
667
+ /* STABLE */
668
+
669
+ }, 8
670
+ /* PROPS */
671
+ , ["label"])]),
672
+ _: 1
673
+ /* STABLE */
674
+
675
+ })]),
676
+ _: 1
677
+ /* STABLE */
678
+
679
+ }, 8
680
+ /* PROPS */
681
+ , ["label-width"])]),
682
+ _: 1
683
+ /* STABLE */
684
+
685
+ }, 8
686
+ /* PROPS */
687
+ , ["title"])]),
688
+ _: 1
689
+ /* STABLE */
690
+
691
+ }, 8
692
+ /* PROPS */
693
+ , ["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, {
694
+ onClick: _cache[12] || (_cache[12] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
695
+ title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
696
+ type: "primary"
697
+ }, {
698
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1
699
+ /* TEXT */
700
+ )]),
701
+ _: 1
702
+ /* STABLE */
703
+
704
+ }, 8
705
+ /* PROPS */
706
+ , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
707
+ onClick: _cache[13] || (_cache[13] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
708
+ title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
709
+ }, {
710
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult), 1
711
+ /* TEXT */
712
+ )]),
713
+ _: 1
714
+ /* STABLE */
715
+
716
+ }, 8
717
+ /* PROPS */
718
+ , ["title"])])])], 2
719
+ /* CLASS */
720
+ );
721
+ };
722
+ }
723
+
724
+ }));
725
+ ;// CONCATENATED MODULE: ./src/webgl/limitheightanalysis/LimitHeightAnalysis.vue?vue&type=script&setup=true&lang=js
726
+
727
+ ;// CONCATENATED MODULE: ./src/webgl/limitheightanalysis/LimitHeightAnalysis.vue
728
+
729
+
730
+
731
+ const __exports__ = LimitHeightAnalysisvue_type_script_setup_true_lang_js;
732
+
733
+ /* harmony default export */ var LimitHeightAnalysis = (__exports__);
734
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
735
+ var init_js_ = __webpack_require__(5406);
736
+ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
737
+ ;// CONCATENATED MODULE: ./src/webgl/limitheightanalysis/index.js
738
+
739
+
740
+
741
+
742
+ LimitHeightAnalysis.install = (Vue, opts) => {
743
+ init_js_default()(Vue, opts);
744
+ Vue.component(LimitHeightAnalysis.name, LimitHeightAnalysis);
745
+ };
746
+
747
+
748
+ }();
749
+ module.exports = __webpack_exports__;
750
+ /******/ })()
751
+ ;