@kq_npm/client3d_webgl_vue 4.5.31 → 4.5.32

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 (55) hide show
  1. package/adddata/index.js +226 -495
  2. package/aspectanalysis/index.js +71 -182
  3. package/baseterraingallery/index.js +40 -102
  4. package/boxclip/index.js +197 -423
  5. package/clientPrint/index.js +6953 -17145
  6. package/comparemap/index.js +165 -216
  7. package/compass/index.js +20 -47
  8. package/excavatefillanalysis/index.js +101 -206
  9. package/fixedzoomin/index.js +20 -43
  10. package/fixedzoomout/index.js +18 -42
  11. package/flight/index.js +206 -353
  12. package/floodanalysis/index.js +145 -328
  13. package/geologicalbodyanalysis/index.js +114 -241
  14. package/gpuspatialquery/index.js +146 -340
  15. package/hawkeye/index.js +78 -80
  16. package/headertemp/index.js +8 -19
  17. package/heatmap3d/index.js +304 -645
  18. package/index.js +6525 -16962
  19. package/isolineanalysis/index.js +451 -1183
  20. package/light/index.js +308 -486
  21. package/limitheightanalysis/index.js +107 -204
  22. package/measure/index.js +145 -331
  23. package/modelFlat/index.js +114 -183
  24. package/modelexcavate/index.js +78 -172
  25. package/modelfilter/index.js +127 -252
  26. package/modelprofileanalysis/index.js +154 -297
  27. package/modelselect/index.js +90 -128
  28. package/package.json +1 -1
  29. package/particleeffect/index.js +170 -381
  30. package/planeclip/index.js +146 -281
  31. package/resetview/index.js +12 -31
  32. package/roller/index.js +252 -353
  33. package/scaneffect/index.js +178 -518
  34. package/sceneadvancedtoimage/index.js +152 -337
  35. package/sceneapp/index.js +6953 -17145
  36. package/sceneset/index.js +299 -838
  37. package/scenetohdimage/index.js +105 -276
  38. package/sceneview/index.js +6953 -17145
  39. package/screenshot/index.js +204 -281
  40. package/shadowanalysis/index.js +175 -386
  41. package/sightlineanalysis/index.js +135 -245
  42. package/skylineanalysis/index.js +108 -289
  43. package/slopeanalysis/index.js +174 -378
  44. package/slopeaspectanalysis/index.js +206 -466
  45. package/statusbar/index.js +37 -39
  46. package/terrainoperation/index.js +124 -218
  47. package/terrainprofileanalysis/index.js +66 -118
  48. package/typhoontrac/index.js +165 -321
  49. package/underground/index.js +16 -40
  50. package/videofusion/index.js +214 -470
  51. package/videoproject/index.js +220 -472
  52. package/viewshedanalysis/index.js +93 -230
  53. package/weathereffect/index.js +111 -295
  54. package/windyslicing/index.js +262 -695
  55. package/wireframesketch/index.js +49 -106
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
19
19
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
20
20
  /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
21
21
  /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
22
- /*
23
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
- * All rights reserved.
22
+ /*
23
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
+ * All rights reserved.
25
25
  */
26
26
 
27
27
 
28
-
29
28
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
30
29
  _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
31
30
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
32
31
  };
33
-
34
32
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
35
33
 
36
34
  /***/ }),
@@ -42,6 +40,27 @@ module.exports = require("@kq_npm/client_icons_vue");
42
40
 
43
41
  /***/ }),
44
42
 
43
+ /***/ 2118:
44
+ /***/ (function(module) {
45
+
46
+ module.exports = require("core-js/modules/es.array.push.js");
47
+
48
+ /***/ }),
49
+
50
+ /***/ 8470:
51
+ /***/ (function(module) {
52
+
53
+ module.exports = require("core-js/modules/esnext.iterator.constructor.js");
54
+
55
+ /***/ }),
56
+
57
+ /***/ 1058:
58
+ /***/ (function(module) {
59
+
60
+ module.exports = require("core-js/modules/esnext.iterator.for-each.js");
61
+
62
+ /***/ }),
63
+
45
64
  /***/ 9389:
46
65
  /***/ (function(module) {
47
66
 
@@ -101,7 +120,6 @@ function _defineProperty(obj, key, value) {
101
120
  } else {
102
121
  obj[key] = value;
103
122
  }
104
-
105
123
  return obj;
106
124
  }
107
125
 
@@ -195,11 +213,19 @@ var gis_utils_ = __webpack_require__(7135);
195
213
  var client_icons_vue_ = __webpack_require__(348);
196
214
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
197
215
  var defineProperty = __webpack_require__(8270);
216
+ // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
217
+ var es_array_push_js_ = __webpack_require__(2118);
218
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
219
+ var esnext_iterator_constructor_js_ = __webpack_require__(8470);
220
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
221
+ var esnext_iterator_for_each_js_ = __webpack_require__(1058);
198
222
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js
199
223
  var message = __webpack_require__(1349);
200
224
  ;// CONCATENATED MODULE: ./src/webgl/limitheightanalysis/LimitHeightAnalysisViewModel.js
201
225
 
202
226
 
227
+
228
+
203
229
  /*
204
230
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
205
231
  * All rights reserved.
@@ -207,51 +233,40 @@ var message = __webpack_require__(1349);
207
233
  //限高分析逻辑类
208
234
 
209
235
  class LimitHeightAnalysisViewModel {
210
- //三维viewer对象
211
- //限高分析存储参数对象
212
236
  constructor(scenceView, options) {
213
237
  (0,defineProperty/* default */.Z)(this, "_viewer", null);
214
-
238
+ //三维viewer对象
215
239
  (0,defineProperty/* default */.Z)(this, "_options", {});
216
-
240
+ //限高分析存储参数对象
217
241
  (0,defineProperty/* default */.Z)(this, "_drawManager", null);
218
-
219
242
  (0,defineProperty/* default */.Z)(this, "_drawFinishedEventListener", null);
220
-
221
243
  (0,defineProperty/* default */.Z)(this, "_limitHeightAnalysis", null);
222
-
223
244
  (0,defineProperty/* default */.Z)(this, "_language", {});
224
-
225
245
  this._viewer = scenceView._viewer;
226
246
  this._options = options;
227
247
  this._drawManager = scenceView._drawManager;
228
248
  this._language = scenceView._language;
229
249
  this._viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
230
-
231
250
  this._viewer.scene.postProcessStages._fxaa.enabled = true;
232
251
  var that = this;
233
252
  this._drawFinishedEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
234
253
  if (shape) {
235
254
  that._options.positions = shape._controlPoints;
236
255
  that.drawPolygon();
237
-
238
256
  that._drawManager.clear();
239
257
  }
240
258
  });
241
- } // 绘制限高分析,显示分析体
242
-
243
-
259
+ }
260
+ // 绘制限高分析,显示分析体
244
261
  drawPolygon() {
245
262
  if (!this._options.positions) return;
246
263
  var newPositions = [];
247
-
248
264
  this._options.positions.forEach(item => {
249
265
  var newPos = window.Cesium.Cartographic.fromCartesian(item);
250
266
  newPositions.push(newPos.longitude);
251
267
  newPositions.push(newPos.latitude);
252
268
  newPositions.push(newPos.height);
253
269
  });
254
-
255
270
  var options = {
256
271
  viewer: this._viewer,
257
272
  baseHeight: Number(this._options.baseHeight),
@@ -263,25 +278,20 @@ class LimitHeightAnalysisViewModel {
263
278
  classificationType: window.Cesium.ClassificationType.CESIUM_3D_TILE
264
279
  };
265
280
  this._limitHeightAnalysis = new window.Cesium.Kq3dLimitHeightAnalysis(options);
266
-
267
281
  this._limitHeightAnalysis.add();
268
- } // 开始分析
269
-
270
-
282
+ }
283
+ // 开始分析
271
284
  start() {
272
285
  // 判断是否添加了模型
273
286
  var flag = false;
274
287
  var models = this._viewer.scene.primitives._primitives;
275
-
276
288
  for (let i = 0; i < models.length; i++) {
277
289
  if (models[i] instanceof Cesium.Cesium3DTileset && models[i]._url) {
278
290
  flag = true;
279
291
  }
280
292
  }
281
-
282
293
  if (flag) {
283
294
  this.clear();
284
-
285
295
  if (this._drawManager) {
286
296
  this._drawManager.startDraw("polygon", {
287
297
  clampToGround: true
@@ -293,49 +303,42 @@ class LimitHeightAnalysisViewModel {
293
303
  type: "warning"
294
304
  });
295
305
  }
296
- } // 修改基底高度
297
-
298
-
306
+ }
307
+ // 修改基底高度
299
308
  changeBaseHeight(val) {
300
309
  this._options.baseHeight = val;
301
310
  this.clear();
302
311
  this.drawPolygon();
303
- } // 修改限制高度
304
-
305
-
312
+ }
313
+ // 修改限制高度
306
314
  changeLimitHeight(val) {
307
315
  this._options.limitHeight = val;
308
316
  this.clear();
309
317
  this.drawPolygon();
310
- } // 修改限制高度颜色
311
-
312
-
318
+ }
319
+ // 修改限制高度颜色
313
320
  changeLimitHeightColor(val) {
314
321
  this._options.limitHeightColor = val;
315
322
  this.clear();
316
323
  this.drawPolygon();
317
- } // 修改超出高度颜色
318
-
319
-
324
+ }
325
+ // 修改超出高度颜色
320
326
  changeOverHeightColor(val) {
321
327
  this._options.overHeightColor = val;
322
328
  this.clear();
323
329
  this.drawPolygon();
324
- } // 清除全部
325
-
326
-
330
+ }
331
+ // 清除全部
327
332
  clear() {
328
333
  this._limitHeightAnalysis && this._limitHeightAnalysis.remove();
329
334
  this._drawManager && this._drawManager.stopDraw();
330
- } // 销毁
331
-
332
-
335
+ }
336
+ // 销毁
333
337
  destroy() {
334
338
  this.clear();
335
339
  this._drawFinishedEventListener && this._drawFinishedEventListener();
336
340
  this._drawFinishedEventListener = null;
337
341
  }
338
-
339
342
  }
340
343
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
341
344
  var util_ = __webpack_require__(3458);
@@ -369,7 +372,6 @@ const __default__ = {
369
372
  type: Boolean,
370
373
  default: true
371
374
  },
372
-
373
375
  /**
374
376
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
375
377
  */
@@ -399,7 +401,6 @@ const __default__ = {
399
401
  default: true
400
402
  }
401
403
  },
402
-
403
404
  setup(__props, {
404
405
  expose: __expose
405
406
  }) {
@@ -408,7 +409,9 @@ const __default__ = {
408
409
  proxy
409
410
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
410
411
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
411
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]); // 获取组件传参
412
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
413
+
414
+ // 获取组件传参
412
415
 
413
416
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
414
417
  collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
@@ -432,15 +435,17 @@ const __default__ = {
432
435
  overHeightColor: props.settingParams && props.settingParams.overHeightColor || "#FF0000",
433
436
  // 超出高度颜色
434
437
  overHeightColorAlpha: props.settingParams && props.settingParams.overHeightColorAlpha || 0.6 // 超出高度颜色透明度
435
-
436
438
  });
437
- let viewModel = null; // 组件容器Ref
439
+ let viewModel = null;
438
440
 
439
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
441
+ // 组件容器Ref
442
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
440
443
 
444
+ // 生成组件默认header
441
445
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
442
- let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
446
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
443
447
 
448
+ // 国际化
444
449
  let {
445
450
  locale,
446
451
  messages
@@ -463,7 +468,6 @@ const __default__ = {
463
468
  });
464
469
  });
465
470
  currentLang.value = proxy.$i18n.locale; // 获取当前语言类型
466
-
467
471
  gis_utils_.utils.getWebMap(null, scenceView => {
468
472
  if (scenceView) {
469
473
  viewModel = new LimitHeightAnalysisViewModel(scenceView, {
@@ -477,84 +481,66 @@ const __default__ = {
477
481
  }
478
482
  });
479
483
  });
484
+
480
485
  /**
481
486
  * @description 监听header生成
482
487
  */
483
-
484
488
  const watchCreateHeaderTemp = () => {
485
489
  if (props.showHeaderTemp) {
486
490
  // 生成headerTemp
487
491
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
488
492
  }
489
- }; // 参数切换
490
-
491
-
493
+ };
494
+ // 参数切换
492
495
  function paramsChanged(key) {
493
496
  switch (key) {
494
497
  case "baseHeight":
495
498
  viewModel && viewModel.changeBaseHeight(formItem.baseHeight);
496
499
  break;
497
-
498
500
  case "limitHeight":
499
501
  viewModel && viewModel.changeLimitHeight(formItem.limitHeight);
500
502
  break;
501
-
502
503
  case "limitHeightColor":
503
504
  viewModel && viewModel.changeLimitHeightColor(formItem.limitHeightColor);
504
505
  break;
505
-
506
506
  case "overHeightColor":
507
507
  viewModel && viewModel.changeOverHeightColor(formItem.overHeightColor);
508
508
  break;
509
-
510
509
  default:
511
510
  break;
512
511
  }
513
- } //开始分析
514
-
515
-
512
+ }
513
+ //开始分析
516
514
  function startAnalysis() {
517
515
  viewModel && viewModel.start();
518
- } //清除结果
519
-
516
+ }
520
517
 
518
+ //清除结果
521
519
  function clearResult() {
522
520
  if (viewModel) viewModel._options.positions = null;
523
521
  viewModel && viewModel.clear();
524
- } // 销毁
525
-
522
+ }
526
523
 
524
+ // 销毁
527
525
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
528
526
  viewModel && viewModel.destroy();
529
527
  });
530
-
531
528
  __expose({
532
529
  paramsChanged,
533
530
  startAnalysis,
534
531
  clearResult
535
532
  });
536
-
537
533
  return (_ctx, _cache) => {
538
534
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
539
-
540
535
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
541
-
542
536
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
543
-
544
537
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
545
-
546
538
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
547
-
548
539
  const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
549
-
550
540
  const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
551
-
552
541
  const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
553
-
554
542
  const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
555
-
556
543
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
557
-
558
544
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
559
545
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-limitheight-analysis", {
560
546
  'kq-box-shadow': __props.showShadow
@@ -565,17 +551,11 @@ const __default__ = {
565
551
  key: 0,
566
552
  ref_key: "headerTempRef",
567
553
  ref: headerTempRef
568
- }, null, 512
569
- /* NEED_PATCH */
570
- )) : (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, {
554
+ }, null, 512 /* NEED_PATCH */)) : (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, {
571
555
  class: "kq3d-limitheight-analysis-tip"
572
556
  }, {
573
- 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
574
- /* TEXT */
575
- )]),
576
- _: 1
577
- /* STABLE */
578
-
557
+ 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 /* TEXT */)]),
558
+ _: 1 /* STABLE */
579
559
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
580
560
  "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
581
561
  }, {
@@ -606,12 +586,8 @@ const __default__ = {
606
586
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
607
587
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
608
588
  onChange: _cache[1] || (_cache[1] = $event => paramsChanged('baseHeight'))
609
- }, null, 8
610
- /* PROPS */
611
- , ["modelValue", "min", "max"])]),
612
- _: 1
613
- /* STABLE */
614
-
589
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
590
+ _: 1 /* STABLE */
615
591
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
616
592
  span: 8
617
593
  }, {
@@ -623,26 +599,14 @@ const __default__ = {
623
599
  step: 1,
624
600
  "controls-position": "right",
625
601
  onChange: _cache[3] || (_cache[3] = $event => paramsChanged('baseHeight'))
626
- }, null, 8
627
- /* PROPS */
628
- , ["modelValue", "min", "max"])]),
629
- _: 1
630
- /* STABLE */
631
-
602
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
603
+ _: 1 /* STABLE */
632
604
  })]),
633
- _: 1
634
- /* STABLE */
635
-
605
+ _: 1 /* STABLE */
636
606
  })]),
637
- _: 1
638
- /* STABLE */
639
-
640
- }, 8
641
- /* PROPS */
642
- , ["label"])]),
643
- _: 1
644
- /* STABLE */
645
-
607
+ _: 1 /* STABLE */
608
+ }, 8 /* PROPS */, ["label"])]),
609
+ _: 1 /* STABLE */
646
610
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
647
611
  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, {
648
612
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeight
@@ -662,12 +626,8 @@ const __default__ = {
662
626
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeight,
663
627
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeight,
664
628
  onChange: _cache[5] || (_cache[5] = $event => paramsChanged('limitHeight'))
665
- }, null, 8
666
- /* PROPS */
667
- , ["modelValue", "min", "max"])]),
668
- _: 1
669
- /* STABLE */
670
-
629
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
630
+ _: 1 /* STABLE */
671
631
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
672
632
  span: 8
673
633
  }, {
@@ -679,26 +639,14 @@ const __default__ = {
679
639
  step: 1,
680
640
  "controls-position": "right",
681
641
  onChange: _cache[7] || (_cache[7] = $event => paramsChanged('limitHeight'))
682
- }, null, 8
683
- /* PROPS */
684
- , ["modelValue", "min", "max"])]),
685
- _: 1
686
- /* STABLE */
687
-
642
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
643
+ _: 1 /* STABLE */
688
644
  })]),
689
- _: 1
690
- /* STABLE */
691
-
645
+ _: 1 /* STABLE */
692
646
  })]),
693
- _: 1
694
- /* STABLE */
695
-
696
- }, 8
697
- /* PROPS */
698
- , ["label"])]),
699
- _: 1
700
- /* STABLE */
701
-
647
+ _: 1 /* STABLE */
648
+ }, 8 /* PROPS */, ["label"])]),
649
+ _: 1 /* STABLE */
702
650
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
703
651
  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, {
704
652
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeightColor
@@ -707,18 +655,10 @@ const __default__ = {
707
655
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightColor,
708
656
  "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightColor = $event),
709
657
  onChange: _cache[9] || (_cache[9] = $event => paramsChanged('limitHeightColor'))
710
- }, null, 8
711
- /* PROPS */
712
- , ["modelValue"])]),
713
- _: 1
714
- /* STABLE */
715
-
716
- }, 8
717
- /* PROPS */
718
- , ["label"])]),
719
- _: 1
720
- /* STABLE */
721
-
658
+ }, null, 8 /* PROPS */, ["modelValue"])]),
659
+ _: 1 /* STABLE */
660
+ }, 8 /* PROPS */, ["label"])]),
661
+ _: 1 /* STABLE */
722
662
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
723
663
  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, {
724
664
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).overHeightColor
@@ -727,67 +667,32 @@ const __default__ = {
727
667
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).overHeightColor,
728
668
  "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).overHeightColor = $event),
729
669
  onChange: _cache[11] || (_cache[11] = $event => paramsChanged('overHeightColor'))
730
- }, null, 8
731
- /* PROPS */
732
- , ["modelValue"])]),
733
- _: 1
734
- /* STABLE */
735
-
736
- }, 8
737
- /* PROPS */
738
- , ["label"])]),
739
- _: 1
740
- /* STABLE */
741
-
670
+ }, null, 8 /* PROPS */, ["modelValue"])]),
671
+ _: 1 /* STABLE */
672
+ }, 8 /* PROPS */, ["label"])]),
673
+ _: 1 /* STABLE */
742
674
  })]),
743
- _: 1
744
- /* STABLE */
745
-
746
- }, 8
747
- /* PROPS */
748
- , ["label-width"])]),
749
- _: 1
750
- /* STABLE */
751
-
752
- }, 8
753
- /* PROPS */
754
- , ["title"])]),
755
- _: 1
756
- /* STABLE */
757
-
758
- }, 8
759
- /* PROPS */
760
- , ["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, {
675
+ _: 1 /* STABLE */
676
+ }, 8 /* PROPS */, ["label-width"])]),
677
+ _: 1 /* STABLE */
678
+ }, 8 /* PROPS */, ["title"])]),
679
+ _: 1 /* STABLE */
680
+ }, 8 /* PROPS */, ["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, {
761
681
  onClick: _cache[12] || (_cache[12] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
762
682
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
763
683
  type: "primary"
764
684
  }, {
765
- 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
766
- /* TEXT */
767
- )]),
768
- _: 1
769
- /* STABLE */
770
-
771
- }, 8
772
- /* PROPS */
773
- , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
685
+ 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 /* TEXT */)]),
686
+ _: 1 /* STABLE */
687
+ }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
774
688
  onClick: _cache[13] || (_cache[13] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
775
689
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
776
690
  }, {
777
- 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
778
- /* TEXT */
779
- )]),
780
- _: 1
781
- /* STABLE */
782
-
783
- }, 8
784
- /* PROPS */
785
- , ["title"])])])], 2
786
- /* CLASS */
787
- );
691
+ 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 /* TEXT */)]),
692
+ _: 1 /* STABLE */
693
+ }, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
788
694
  };
789
695
  }
790
-
791
696
  }));
792
697
  ;// CONCATENATED MODULE: ./src/webgl/limitheightanalysis/LimitHeightAnalysis.vue?vue&type=script&setup=true&lang=js
793
698
 
@@ -809,13 +714,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
809
714
 
810
715
 
811
716
 
812
-
813
717
  LimitHeightAnalysis.install = (Vue, opts) => {
814
718
  init_js_default()(Vue, opts);
815
719
  Vue.component(LimitHeightAnalysis.name, LimitHeightAnalysis);
816
720
  };
817
721
 
818
-
819
722
  }();
820
723
  /******/ return __webpack_exports__;
821
724
  /******/ })()