@kq_npm/client3d_webgl_vue 4.5.31 → 4.5.33-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 (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
@@ -26,6 +26,27 @@ module.exports = require("core-js/modules/es.array.includes.js");
26
26
 
27
27
  /***/ }),
28
28
 
29
+ /***/ 2118:
30
+ /***/ (function(module) {
31
+
32
+ module.exports = require("core-js/modules/es.array.push.js");
33
+
34
+ /***/ }),
35
+
36
+ /***/ 8470:
37
+ /***/ (function(module) {
38
+
39
+ module.exports = require("core-js/modules/esnext.iterator.constructor.js");
40
+
41
+ /***/ }),
42
+
43
+ /***/ 8697:
44
+ /***/ (function(module) {
45
+
46
+ module.exports = require("core-js/modules/esnext.iterator.find.js");
47
+
48
+ /***/ }),
49
+
29
50
  /***/ 7080:
30
51
  /***/ (function(module) {
31
52
 
@@ -85,7 +106,6 @@ function _defineProperty(obj, key, value) {
85
106
  } else {
86
107
  obj[key] = value;
87
108
  }
88
-
89
109
  return obj;
90
110
  }
91
111
 
@@ -181,48 +201,41 @@ var client_icons_vue_ = __webpack_require__(348);
181
201
  var defineProperty = __webpack_require__(8270);
182
202
  // EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
183
203
  var es_array_includes_js_ = __webpack_require__(3600);
204
+ // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
205
+ var es_array_push_js_ = __webpack_require__(2118);
206
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
207
+ var esnext_iterator_constructor_js_ = __webpack_require__(8470);
208
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
209
+ var esnext_iterator_find_js_ = __webpack_require__(8697);
184
210
  ;// CONCATENATED MODULE: ./src/webgl/windyslicing/WindySlicingViewModel.js
185
211
 
186
212
 
213
+
214
+
215
+
187
216
  class WindySlicingViewModel {
188
- //三维球场景视图对象
189
- //绘制管理对象
190
- //绘制完成监听事件
191
- // 是否线剖切
192
- // 点剖切
193
217
  constructor(scenceView, options, callbackParams) {
194
218
  (0,defineProperty/* default */.Z)(this, "_sceneView", null);
195
-
219
+ //三维球场景视图对象
196
220
  (0,defineProperty/* default */.Z)(this, "_viewer", null);
197
-
198
221
  (0,defineProperty/* default */.Z)(this, "_layerManager", null);
199
-
200
222
  (0,defineProperty/* default */.Z)(this, "_options", null);
201
-
202
223
  (0,defineProperty/* default */.Z)(this, "_windySlicingDrawManager", null);
203
-
224
+ //绘制管理对象
204
225
  (0,defineProperty/* default */.Z)(this, "_windySlicingRemoveEventListener", null);
205
-
226
+ //绘制完成监听事件
206
227
  (0,defineProperty/* default */.Z)(this, "_windySlicingLayerconfig", null);
207
-
208
228
  (0,defineProperty/* default */.Z)(this, "_windySlicingPolylineHandler", null);
209
-
210
229
  (0,defineProperty/* default */.Z)(this, "_isDrawPolyline", false);
211
-
230
+ // 是否线剖切
212
231
  (0,defineProperty/* default */.Z)(this, "_pointSlicingHtmlTag", null);
213
-
232
+ // 点剖切
214
233
  (0,defineProperty/* default */.Z)(this, "_volumePrimitives", []);
215
-
216
234
  (0,defineProperty/* default */.Z)(this, "_volumePrimitive", null);
217
-
218
235
  (0,defineProperty/* default */.Z)(this, "_currentVolumeOption", null);
219
-
220
236
  (0,defineProperty/* default */.Z)(this, "_currentVolumePosition", null);
221
-
222
237
  (0,defineProperty/* default */.Z)(this, "callbackParams", null);
223
-
224
238
  (0,defineProperty/* default */.Z)(this, "volumelines", null);
225
-
226
239
  this._sceneView = scenceView;
227
240
  this._layerManager = scenceView._layerManager;
228
241
  this._viewer = scenceView._viewer;
@@ -237,25 +250,20 @@ class WindySlicingViewModel {
237
250
  that.windySlicingRectangleSlicing(shape.bounds);
238
251
  this.callbackParams && this.callbackParams("showSlicingSetting", true);
239
252
  }
240
-
241
253
  that._windySlicingDrawManager.clear();
242
254
  });
243
255
  this._windySlicingPolylineHandler = new window.Cesium.ScreenSpaceEventHandler(this._viewer.canvas);
244
- } // 参数切换
245
-
246
-
256
+ }
257
+ // 参数切换
247
258
  paramsChanged(key, val) {
248
259
  let that = this;
249
260
  if (!this._windySlicingLayerconfig) this.getWindySlicingLayer(this._windySlicingLayerconfig?.guid ?? '');
250
-
251
261
  switch (key) {
252
262
  case "mode":
253
263
  this.removeInputAction();
254
264
  this.removeVolumePrimitive();
255
-
256
265
  if (this._options.mode === "point") {
257
266
  this._windySlicingDrawManager.stopDraw();
258
-
259
267
  this.drawPolylineHandler();
260
268
  } else if (this._options.mode === "line") {
261
269
  this.drawPolylineHandler(function (newPositions) {
@@ -263,7 +271,6 @@ class WindySlicingViewModel {
263
271
  that.windySlicingPolylineSlicing(newPositions);
264
272
  });
265
273
  this._isDrawPolyline = true;
266
-
267
274
  this._windySlicingDrawManager.startDraw("polyline", {
268
275
  clampToGround: true
269
276
  });
@@ -274,12 +281,9 @@ class WindySlicingViewModel {
274
281
  } else if (this._options.mode === "clear") {
275
282
  this.clear();
276
283
  }
277
-
278
284
  break;
279
-
280
285
  case "slicingType":
281
286
  this.removeVolumePrimitive();
282
-
283
287
  if (this._options.slicingType == 1) {
284
288
  if (this._options.styleType == "1") {
285
289
  if (this._currentVolumePosition) this.windySlicingRectangleSlicing(this._currentVolumePosition);
@@ -287,12 +291,9 @@ class WindySlicingViewModel {
287
291
  } else {
288
292
  this.windyVoxelsSingleSlicing();
289
293
  }
290
-
291
294
  break;
292
-
293
295
  case "styleType":
294
296
  this.removeVolumePrimitive();
295
-
296
297
  if (this._options.styleType == "1") {
297
298
  if (this._currentVolumePosition) this.windySlicingRectangleSlicing(this._currentVolumePosition);
298
299
  } else {
@@ -300,48 +301,37 @@ class WindySlicingViewModel {
300
301
  this.windySlicingSurfaceSection(this._currentVolumePosition, this._windySlicingLayerconfig);
301
302
  }
302
303
  }
303
-
304
304
  break;
305
-
306
305
  case "showAxis":
307
306
  if (this._volumePrimitive) this._volumePrimitive.showAxis(this._options[key]);
308
307
  break;
309
-
310
308
  case "enableLayering":
311
309
  case "enableLayerings":
312
310
  if (this._volumePrimitive) this.setEnableLayeringVisible();
313
311
  break;
314
-
315
312
  case "layerScale":
316
313
  if (this._volumePrimitive) this._volumePrimitive.scale = this._options[key];
317
314
  break;
318
-
319
315
  case "altitudeControl":
320
316
  this.removeVolumePrimitive();
321
-
322
317
  if (this._currentVolumePosition) {
323
318
  let layerConfig = JSON.parse(JSON.stringify(this._windySlicingLayerconfig));
324
319
  this.windySlicingSurfaceSection(this._currentVolumePosition, Object.assign(layerConfig, {
325
320
  zValues: val
326
321
  }));
327
322
  }
328
-
329
323
  break;
330
-
331
324
  case "destroy":
332
325
  this.destroy();
333
326
  break;
334
-
335
327
  default:
336
328
  break;
337
329
  }
338
- } // 分层显隐
339
-
340
-
330
+ }
331
+ // 分层显隐
341
332
  setEnableLayeringVisible() {
342
333
  let zValues = this._windySlicingLayerconfig?.zValues;
343
334
  let zVisibles = [];
344
-
345
335
  if (this._options?.enableLayering) {
346
336
  for (let i = 0; i < zValues.length; i++) {
347
337
  if (this._options?.enableLayerings?.includes(zValues[i])) {
@@ -350,13 +340,11 @@ class WindySlicingViewModel {
350
340
  zVisibles.push(false);
351
341
  }
352
342
  }
353
-
354
343
  this._volumePrimitive.updateVisibles(this._windySlicingLayerconfig.unit == 'hpa' ? zVisibles.reverse() : zVisibles);
355
344
  } else {
356
345
  for (let i = zValues.length; i > 0; i--) {
357
346
  zVisibles.push(false);
358
347
  }
359
-
360
348
  this._volumePrimitive.updateVisibles(zVisibles);
361
349
  }
362
350
  }
@@ -365,87 +353,70 @@ class WindySlicingViewModel {
365
353
  * @param {string} [guid] 可选图层guid
366
354
  * @returns {Object|null} 图层配置对象或null
367
355
  */
368
-
369
-
370
356
  getWindySlicingLayer(guid) {
371
357
  // 参数校验:确保guid为有效字符串
372
- const isValidGuid = typeof guid === 'string' && guid.trim() !== ''; // 获取图层配置逻辑
358
+ const isValidGuid = typeof guid === 'string' && guid.trim() !== '';
373
359
 
374
- this._windySlicingLayerconfig = isValidGuid ? this._layerManager.getLayerDataByGuid(guid) || null : this._layerManager._layerListData?.find(element => element?.addType === 'kqgisweatherserver') || null; // 可选:添加调试信息或错误处理
360
+ // 获取图层配置逻辑
361
+ this._windySlicingLayerconfig = isValidGuid ? this._layerManager.getLayerDataByGuid(guid) || null : this._layerManager._layerListData?.find(element => element?.addType === 'kqgisweatherserver') || null;
375
362
 
363
+ // 可选:添加调试信息或错误处理
376
364
  if (!this._windySlicingLayerconfig) {
377
365
  console.warn('未找到匹配的气象剖切图层配置');
378
366
  }
379
-
380
367
  this._windySlicingLayerconfig.groups = this._layerManager._windyViewModel?._PRODUCT_CONFIG[this._windySlicingLayerconfig?.params?.productType]?.groups ?? [];
381
368
  this._windySlicingLayerconfig.colors = this._layerManager._windyViewModel?._PRODUCT_CONFIG[this._windySlicingLayerconfig?.params?.productType]?.colors ?? [];
382
369
  this._windySlicingLayerconfig.ranges = this._layerManager._windyViewModel?._PRODUCT_CONFIG[this._windySlicingLayerconfig?.params?.productType]?.ranges ?? [];
383
370
  this._windySlicingLayerconfig.unit = "m";
384
-
385
371
  if (this._windySlicingLayerconfig.groups.includes("AIR_PRESSURE")) {
386
372
  this._windySlicingLayerconfig.unit = "hpa";
387
373
  }
388
-
389
374
  this._windySlicingLayerconfig.zValues = this._windySlicingLayerconfig?.zValues ?? this._windySlicingLayerconfig?.params?.zValues ?? [];
390
375
  this.callbackParams && this.callbackParams("slicingLayerConfig", this._windySlicingLayerconfig);
391
376
  return this._windySlicingLayerconfig;
392
- } // 清除剖切分析实例
393
-
394
-
377
+ }
378
+ // 清除剖切分析实例
395
379
  removeVolumePrimitive() {
396
380
  if (this._volumePrimitive) {
397
381
  this._viewer.scene.primitives.remove(this._volumePrimitive);
398
-
399
382
  this._volumePrimitive = null;
400
383
  }
401
-
402
384
  if (this._volumePrimitive1) {
403
385
  this._viewer.scene.primitives.remove(this._volumePrimitive1);
404
-
405
386
  this._volumePrimitive1 = null;
406
387
  }
407
-
408
388
  if (this._volumePrimitive2) {
409
389
  this._viewer.scene.primitives.remove(this._volumePrimitive2);
410
-
411
390
  this._volumePrimitive2 = null;
412
391
  }
413
- } // 清除左右鼠标点击事件及弹框
414
-
415
-
392
+ }
393
+ // 清除左右鼠标点击事件及弹框
416
394
  removeInputAction() {
417
395
  if (this._windySlicingPolylineHandler) {
418
396
  this._windySlicingPolylineHandler.removeInputAction(window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
419
-
420
397
  this._windySlicingPolylineHandler.removeInputAction(window.Cesium.ScreenSpaceEventType.RIGHT_CLICK);
421
- } //清除
422
-
423
-
398
+ }
399
+ //清除
424
400
  if (this._pointSlicingHtmlTag) {
425
401
  this._pointSlicingHtmlTag.destroy();
426
402
  }
427
- } // 两点绘制线结果
428
-
429
-
403
+ }
404
+ // 两点绘制线结果
430
405
  drawPolylineHandler(callback) {
431
406
  let that = this;
432
407
  let activeShapePoints = [];
433
-
434
408
  this._windySlicingPolylineHandler.setInputAction(function (event) {
435
409
  if (that._isDrawPolyline) {
436
410
  let earthPosition = that._viewer.scene.pickPosition(event.position);
437
-
438
411
  if (window.Cesium.defined(earthPosition)) {
439
- activeShapePoints.push(earthPosition); //单线分析结果显示
440
-
412
+ activeShapePoints.push(earthPosition);
413
+ //单线分析结果显示
441
414
  if (activeShapePoints.length == 2) {
442
415
  that._windySlicingDrawManager.stopDraw();
443
-
444
416
  that.removeInputAction();
445
417
  var newPositions = [];
446
418
  activeShapePoints.forEach(position => {
447
419
  var newPosition = that._windySlicingDrawManager.transformPosition(position);
448
-
449
420
  newPositions.push({
450
421
  x: newPosition[0],
451
422
  y: newPosition[1]
@@ -456,11 +427,9 @@ class WindySlicingViewModel {
456
427
  }
457
428
  } else {
458
429
  let cartographic = that._viewer.scene.globe.ellipsoid.cartesianToCartographic(that._viewer.camera.pickEllipsoid(event.position, that._viewer.scene.globe.ellipsoid));
459
-
460
430
  that.getPointSlicingData(cartographic);
461
431
  }
462
432
  }, window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
463
-
464
433
  if (!that._isDrawPolyline) {
465
434
  that._windySlicingPolylineHandler.setInputAction(function (event) {
466
435
  that.removeInputAction();
@@ -471,8 +440,6 @@ class WindySlicingViewModel {
471
440
  * 获取点的气象数据
472
441
  * @param {string} [guid] cartographic拾取的点
473
442
  */
474
-
475
-
476
443
  getPointSlicingData(cartographic) {
477
444
  let that = this;
478
445
  let X = window.Cesium.Math.toDegrees(cartographic.longitude);
@@ -486,45 +453,35 @@ class WindySlicingViewModel {
486
453
  },
487
454
  "geoSRS": "EPSG:4326",
488
455
  type: 1
489
- }; //清除
490
-
456
+ };
457
+ //清除
491
458
  if (this._pointSlicingHtmlTag) {
492
459
  this._pointSlicingHtmlTag.destroy();
493
460
  }
494
-
495
461
  let url = this._windySlicingLayerconfig?.url.replaceAll("/wmts", "").replace("/image", "/image/identify");
496
462
  const xhr = new XMLHttpRequest();
497
463
  xhr.open('POST', url);
498
464
  xhr.setRequestHeader('Content-Type', 'application/json');
499
-
500
465
  xhr.onload = function () {
501
466
  if (xhr.status >= 200 && xhr.status < 300) {
502
467
  const data = JSON.parse(xhr.responseText);
503
-
504
468
  if (data) {
505
469
  let val;
506
470
  let getAllVal = data.result.RasterNameValue;
507
-
508
471
  if (that._windySlicingLayerconfig?.params?.layer === 'wind_5' || that._windySlicingLayerconfig?.params?.layer === 'current_global_5') {
509
472
  let U = getAllVal[0].value; //经度
510
-
511
473
  let V = getAllVal[1].value; //维度
512
-
513
474
  let directVal = that.direction(U, V);
514
475
  let unitName = that._windySlicingLayerconfig?.params?.layer === 'wind_5' ? '风' : '';
515
476
  val = directVal.direct + unitName + '&nbsp;&nbsp;' + directVal.speed.toFixed(2);
516
477
  } else if (that._windySlicingLayerconfig?.params?.layer === 'hailang') {
517
478
  let hldirectVal = that.direction(null, null, getAllVal[4].value); //波浪平均方向
518
-
519
479
  let period = Number(getAllVal[2].value).toFixed(); // 海洋表面温湿度平均周期
520
-
521
480
  let alt = Number(getAllVal[0].value).toFixed(); //风浪高度
522
-
523
481
  val = hldirectVal.direct + '&nbsp;&nbsp;' + '周期' + '&nbsp;&nbsp;' + period + 's' + '&nbsp;&nbsp;&nbsp;&nbsp;' + alt;
524
482
  } else {
525
483
  val = Number(getAllVal[0].value);
526
484
  }
527
-
528
485
  let value = val + '&nbsp;&nbsp;' + unit;
529
486
  that.setWindySlicingPointData(value, cartographic); //显示拾取数据
530
487
  }
@@ -532,11 +489,9 @@ class WindySlicingViewModel {
532
489
  console.error('Request error:', xhr.statusText);
533
490
  }
534
491
  };
535
-
536
492
  xhr.onerror = function () {
537
493
  console.error('Request error!');
538
494
  };
539
-
540
495
  xhr.send(JSON.stringify(data));
541
496
  }
542
497
  /**
@@ -544,16 +499,14 @@ class WindySlicingViewModel {
544
499
  * @param {*} val 数值
545
500
  * @param {*} position 坐标
546
501
  */
547
-
548
-
549
502
  setWindySlicingPointData(val, position) {
550
503
  let myposition = window.Cesium.Cartesian3.fromRadians(position.longitude, position.latitude, position.height);
551
504
  let html = `<div class="pickClass" style="">
552
505
  <div style="display: block;position: absolute;left: 0px;right: 0;width: 2px;height: 140px;background: rgba(68,65,65,.84)">
553
506
  <span style="background:rgba(68,65,65,.84);padding:5px 18px;text-align: center;line-height: 1.9;color: #fff;border-top-right-radius: 20px;border-bottom-right-radius: 20px;white-space: nowrap;cursor: move;display: inline-block;">${val}</span>
554
507
  </div>
555
- </div>`; // 点标注
556
-
508
+ </div>`;
509
+ // 点标注
557
510
  this._pointSlicingHtmlTag = new window.Cesium.Kq3dHtmlTag(this._viewer, {
558
511
  html: html,
559
512
  position: myposition,
@@ -562,9 +515,8 @@ class WindySlicingViewModel {
562
515
  // 设置标注的偏移量
563
516
  noEvent: false
564
517
  });
565
- } // 重构剖切参数
566
-
567
-
518
+ }
519
+ // 重构剖切参数
568
520
  getSlicingParams(position, params) {
569
521
  this._currentVolumePosition = position;
570
522
  if (!this._windySlicingLayerconfig) return;
@@ -591,33 +543,29 @@ class WindySlicingViewModel {
591
543
  * 创建线剖切
592
544
  * @param {Object} polyline 绘制的线坐标数据
593
545
  */
594
-
595
-
596
546
  windySlicingPolylineSlicing(polyline) {
597
547
  this._volumePrimitive = this.getSlicingParams(polyline);
598
548
  let that = this;
599
549
  if (!this._volumePrimitive || !this._volumePrimitive.readyPromise) return;
600
-
601
550
  this._volumePrimitive.readyPromise.then(() => {
602
551
  that._volumePrimitive.showSection(polyline);
603
552
  });
604
-
605
- this.setViewEntity(calculateBoundingBox(polyline)); // 核心计算方法
606
-
553
+ this.setViewEntity(calculateBoundingBox(polyline));
554
+ // 核心计算方法
607
555
  function calculateBoundingBox(points) {
608
556
  // 初始化边界值
609
557
  let minX = Infinity,
610
- maxX = -Infinity;
558
+ maxX = -Infinity;
611
559
  let minY = Infinity,
612
- maxY = -Infinity; // 遍历所有坐标点
560
+ maxY = -Infinity;
613
561
 
562
+ // 遍历所有坐标点
614
563
  for (const point of points) {
615
564
  minX = Math.min(minX, point.x);
616
565
  maxX = Math.max(maxX, point.x);
617
566
  minY = Math.min(minY, point.y);
618
567
  maxY = Math.max(maxY, point.y);
619
568
  }
620
-
621
569
  return {
622
570
  minX: minX,
623
571
  // 西经(最小经度)
@@ -626,7 +574,6 @@ class WindySlicingViewModel {
626
574
  minY: minY,
627
575
  // 南纬(最小纬度)
628
576
  maxY: maxY // 北纬(最大纬度)
629
-
630
577
  };
631
578
  }
632
579
  }
@@ -634,35 +581,26 @@ class WindySlicingViewModel {
634
581
  * 面剖切-面分层
635
582
  * @param {Object} rect 矩形四至
636
583
  */
637
-
638
-
639
584
  windySlicingRectangleSlicing(rect) {
640
585
  this._volumePrimitive = this.getSlicingParams(rect);
641
586
  let that = this;
642
587
  if (!this._volumePrimitive || !this._volumePrimitive.readyPromise) return;
643
-
644
588
  this._volumePrimitive.readyPromise.then(() => {
645
589
  that._volumePrimitive.showSections(rect);
646
590
  });
647
-
648
591
  this.setViewEntity(rect);
649
592
  }
650
593
  /**
651
594
  * 面剖切-面剖
652
595
  * @param {Object} rect 矩形四至
653
596
  */
654
-
655
-
656
597
  windySlicingSurfaceSection(rect, data) {
657
598
  let options = {};
658
599
  let zValues = JSON.parse(JSON.stringify(data.zValues));
659
-
660
600
  if (!zValues || zValues?.length == 0) {
661
601
  zValues = JSON.parse(JSON.stringify(data.ranges));
662
602
  }
663
-
664
603
  let index = zValues.length - 1;
665
-
666
604
  if (data.unit != 'hpa') {
667
605
  // options.isReverse = true;
668
606
  index = 0;
@@ -670,13 +608,11 @@ class WindySlicingViewModel {
670
608
  } else {
671
609
  zValues = zValues.sort((a, b) => b - a);
672
610
  }
673
-
674
611
  options.zValues = zValues;
675
612
  options.showAxis = true;
676
613
  this._volumePrimitive = this.getSlicingParams(rect, options);
677
614
  let that = this;
678
615
  if (!this._volumePrimitive || !this._volumePrimitive.readyPromise) return;
679
-
680
616
  this._volumePrimitive.readyPromise.then(() => {
681
617
  if (typeof index != 'undefined') {
682
618
  that._volumePrimitive.showPolygonSection(rect, index);
@@ -684,51 +620,39 @@ class WindySlicingViewModel {
684
620
  that._volumePrimitive.showPolygonSection(rect);
685
621
  }
686
622
  });
687
-
688
623
  let options1 = JSON.parse(JSON.stringify(options));
689
624
  this.volumelines = this.createXYVolume(this.getRectangle(rect));
690
625
  options1.showAxis = false;
691
626
  this._volumePrimitive1 = this.getSlicingParams(rect, options1);
692
627
  if (!this._volumePrimitive1 || !this._volumePrimitive1.readyPromise) return;
693
-
694
628
  this._volumePrimitive1.readyPromise.then(() => {
695
629
  that._volumePrimitive1.showSection(that.volumelines?.volumeLine1);
696
630
  });
697
-
698
631
  this._volumePrimitive2 = this.getSlicingParams(rect, options1);
699
632
  if (!this._volumePrimitive2 || !this._volumePrimitive2.readyPromise) return;
700
-
701
633
  this._volumePrimitive2.readyPromise.then(() => {
702
634
  that._volumePrimitive2.showSection(that.volumelines?.volumeLine2);
703
635
  });
704
-
705
636
  this.setViewEntity(rect);
706
637
  }
707
-
708
638
  getRectangle(rect) {
709
639
  if (typeof rect == 'string') {
710
640
  rect = JSON.parse(rect);
711
641
  }
712
-
713
642
  let rectangle = new Cesium.Rectangle(Cesium.Math.toRadians(rect.minX), Cesium.Math.toRadians(rect.minY), Cesium.Math.toRadians(rect.maxX), Cesium.Math.toRadians(rect.maxY));
714
643
  return rectangle;
715
644
  }
716
-
717
645
  createXYVolume(rectangle) {
718
646
  // 获取矩形的四个角点
719
647
  var southwest = Cesium.Rectangle.southwest(rectangle); // 西南角经纬度
720
-
721
648
  var northwest = Cesium.Rectangle.northwest(rectangle); // 西北角经纬度
722
-
723
649
  var northeast = Cesium.Rectangle.northeast(rectangle); // 东北角经纬度
724
-
725
650
  var southeast = Cesium.Rectangle.southeast(rectangle); // 东南角经纬度
726
-
727
651
  let line1 = [];
728
652
  let line2 = [];
729
653
  let line3 = [];
730
- let line4 = []; // 上线
731
-
654
+ let line4 = [];
655
+ // 上线
732
656
  line1.push({
733
657
  longitude: northeast.longitude / Math.PI * 180,
734
658
  latitude: northeast.latitude / Math.PI * 180
@@ -736,8 +660,9 @@ class WindySlicingViewModel {
736
660
  line1.push({
737
661
  longitude: northwest.longitude / Math.PI * 180,
738
662
  latitude: northwest.latitude / Math.PI * 180
739
- }); // 下线
663
+ });
740
664
 
665
+ // 下线
741
666
  line2.push({
742
667
  longitude: southeast.longitude / Math.PI * 180,
743
668
  latitude: southeast.latitude / Math.PI * 180
@@ -745,8 +670,8 @@ class WindySlicingViewModel {
745
670
  line2.push({
746
671
  longitude: southwest.longitude / Math.PI * 180,
747
672
  latitude: southwest.latitude / Math.PI * 180
748
- }); // 左线
749
-
673
+ });
674
+ // 左线
750
675
  line3.push({
751
676
  longitude: northeast.longitude / Math.PI * 180,
752
677
  latitude: northeast.latitude / Math.PI * 180
@@ -754,8 +679,8 @@ class WindySlicingViewModel {
754
679
  line3.push({
755
680
  longitude: southeast.longitude / Math.PI * 180,
756
681
  latitude: southeast.latitude / Math.PI * 180
757
- }); // 右线
758
-
682
+ });
683
+ // 右线
759
684
  line4.push({
760
685
  longitude: northwest.longitude / Math.PI * 180,
761
686
  latitude: northwest.latitude / Math.PI * 180
@@ -765,7 +690,7 @@ class WindySlicingViewModel {
765
690
  latitude: southwest.latitude / Math.PI * 180
766
691
  });
767
692
  let volumeLine1 = [],
768
- volumeLine2 = [];
693
+ volumeLine2 = [];
769
694
  volumeLine1.push(this.getLineCenter(line1[0], line1[1]));
770
695
  volumeLine1.push(this.getLineCenter(line2[0], line2[1]));
771
696
  volumeLine2.push(this.getLineCenter(line3[0], line3[1]));
@@ -778,46 +703,42 @@ class WindySlicingViewModel {
778
703
  volumeLine1,
779
704
  volumeLine2
780
705
  };
781
- } // 获取线段中心点
782
-
783
-
706
+ }
707
+ // 获取线段中心点
784
708
  getLineCenter(startPoint, endPoint) {
785
709
  startPoint = Cesium.Cartesian3.fromDegrees(startPoint.longitude, startPoint.latitude);
786
- endPoint = Cesium.Cartesian3.fromDegrees(endPoint.longitude, endPoint.latitude); // 计算线段中心点
787
-
710
+ endPoint = Cesium.Cartesian3.fromDegrees(endPoint.longitude, endPoint.latitude);
711
+ // 计算线段中心点
788
712
  let centerPoint = Cesium.Cartesian3.add(startPoint, endPoint, new Cesium.Cartesian3());
789
- centerPoint = Cesium.Cartesian3.divideByScalar(centerPoint, 2.0, new Cesium.Cartesian3()); // 将中心点转换为经纬度
713
+ centerPoint = Cesium.Cartesian3.divideByScalar(centerPoint, 2.0, new Cesium.Cartesian3());
790
714
 
715
+ // 将中心点转换为经纬度
791
716
  let centerPointCartographic = Cesium.Cartographic.fromCartesian(centerPoint);
792
717
  let centerPointLatLon = {
793
718
  y: Cesium.Math.toDegrees(centerPointCartographic.latitude),
794
719
  x: Cesium.Math.toDegrees(centerPointCartographic.longitude)
795
720
  };
796
721
  return centerPointLatLon;
797
- } // 体剖切
798
-
722
+ }
799
723
 
724
+ // 体剖切
800
725
  windyVoxelsSingleSlicing() {
801
726
  if (!Cesium.Kq3dGridVoxelsSingleProviderExt) {
802
727
  console.log("Kq3dGridVoxelsSingleProviderExt class cannot be empty");
803
728
  return;
804
729
  }
805
-
806
730
  if (this._currentVolumeOption && this._currentVolumePosition) {
807
731
  this._volumePrimitive = new Cesium.Kq3dGridVoxelsSingleProviderExt(this._currentVolumeOption);
808
732
  let that = this;
809
733
  if (!this._volumePrimitive || !this._volumePrimitive.readyPromise) return;
810
-
811
734
  this._volumePrimitive.readyPromise.then(() => {
812
735
  that._volumePrimitive.showVoxels(that._currentVolumePosition);
813
736
  });
814
737
  }
815
- } // 设置entity视角缩放
816
-
817
-
738
+ }
739
+ // 设置entity视角缩放
818
740
  setViewEntity(rect) {
819
741
  var rectangle = new Cesium.Rectangle(Cesium.Math.toRadians(rect.minX), Cesium.Math.toRadians(rect.minY), Cesium.Math.toRadians(rect.maxX), Cesium.Math.toRadians(rect.maxY));
820
-
821
742
  let entity = this._viewer.entities.add({
822
743
  name: 'Blue translucent, rotated, and extruded ellipse with outline',
823
744
  rectangle: {
@@ -825,7 +746,6 @@ class WindySlicingViewModel {
825
746
  material: Cesium.Color.RED.withAlpha(0)
826
747
  }
827
748
  });
828
-
829
749
  this._viewer.flyTo(entity, {
830
750
  duration: 1,
831
751
  offset: {
@@ -834,67 +754,56 @@ class WindySlicingViewModel {
834
754
  range: 1100000
835
755
  }
836
756
  });
837
-
838
757
  setTimeout(() => {
839
758
  this._viewer.entities.remove(entity);
840
759
  }, 1000);
841
- } // 根据颜色表生成图片
842
-
843
-
760
+ }
761
+ // 根据颜色表生成图片
844
762
  generateImage(colors) {
845
763
  var canvas = document.createElement('canvas');
846
- var context = canvas.getContext('2d'); // 设置画布大小为500x300像素
847
-
764
+ var context = canvas.getContext('2d');
765
+ // 设置画布大小为500x300像素
848
766
  canvas.width = 434;
849
- canvas.height = 27; // 计算每个颜色所占据的区域大小
850
-
851
- var scale = 1 / (colors.length - 1); // 创建一个线性渐变
852
-
767
+ canvas.height = 27;
768
+ // 计算每个颜色所占据的区域大小
769
+ var scale = 1 / (colors.length - 1);
770
+ // 创建一个线性渐变
853
771
  const gradient = context.createLinearGradient(0, 0, canvas.width, canvas.height);
854
772
  gradient.addColorStop(0, colors[0]); // 渐变开始的颜色
855
773
  // 绘制颜色条形
856
-
857
774
  for (let i = 1; i < colors.length; i++) {
858
775
  gradient.addColorStop(i * scale, colors[i]);
859
- } // 填充渐变
860
-
861
-
776
+ }
777
+ // 填充渐变
862
778
  context.fillStyle = gradient;
863
779
  context.fillRect(0, 0, canvas.width, canvas.height);
864
780
  var imageDataUrl = canvas.toDataURL('image/png');
865
781
  return imageDataUrl;
866
- } //清除
867
-
782
+ }
868
783
 
784
+ //清除
869
785
  clear() {
870
786
  this.removeVolumePrimitive();
871
787
  this.removeInputAction();
872
788
  this._isDrawPolyline = false;
873
-
874
789
  this._windySlicingDrawManager.stopDraw();
875
-
876
790
  this._windySlicingDrawManager.clear();
877
-
878
791
  this._currentVolumePosition = null;
879
792
  this._currentVolumeOption = null;
880
793
  this.volumelines = null;
881
- } //销毁
882
-
883
-
794
+ }
795
+ //销毁
884
796
  destroy() {
885
797
  this.clear();
886
798
  if (this._options) this._options = {};
887
-
888
799
  if (this._windySlicingRemoveEventListener) {
889
800
  //移除监听事件
890
801
  this._windySlicingRemoveEventListener && this._windySlicingRemoveEventListener();
891
802
  this._windySlicingRemoveEventListener = null;
892
803
  }
893
-
894
804
  this._viewer.scene.globe.showGroundAtmosphere = true;
895
805
  this._viewer.scene.screenSpaceCameraController.maximumZoomDistance = Number.POSITIVE_INFINITY;
896
806
  }
897
-
898
807
  }
899
808
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
900
809
  var util_ = __webpack_require__(3458);
@@ -930,7 +839,6 @@ const __default__ = {
930
839
  type: Boolean,
931
840
  default: true
932
841
  },
933
-
934
842
  /**
935
843
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
936
844
  */
@@ -964,14 +872,14 @@ const __default__ = {
964
872
  default: true
965
873
  }
966
874
  },
967
-
968
875
  setup(__props, {
969
876
  expose: __expose
970
877
  }) {
971
878
  const props = __props;
972
879
  const {
973
880
  proxy
974
- } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)(); // 获取组件传参
881
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
882
+ // 获取组件传参
975
883
 
976
884
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
977
885
  let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
@@ -1024,18 +932,18 @@ const __default__ = {
1024
932
  bodyDissectionAxis: props.settingParams?.bodyDissectionAxis ?? true,
1025
933
  // 体剖切刻度线
1026
934
  bodyDissectionAlpha: props.settingParams?.bodyDissectionAlpha ?? 1 //体剖切透明度
1027
-
1028
- }); // 创建深度复制
1029
-
935
+ });
936
+ // 创建深度复制
1030
937
  let formItemDef = JSON.parse(JSON.stringify(formItem));
1031
938
  delete formItemDef.collapseValue;
1032
- let viewModel = null; // 组件容器Ref
1033
-
1034
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
1035
-
939
+ let viewModel = null;
940
+ // 组件容器Ref
941
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
942
+ // 生成组件默认header
1036
943
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
1037
- let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
944
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
1038
945
 
946
+ // 国际化
1039
947
  let {
1040
948
  locale,
1041
949
  messages
@@ -1058,7 +966,6 @@ const __default__ = {
1058
966
  });
1059
967
  });
1060
968
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
1061
-
1062
969
  gis_utils_.utils.getWebMap(props.mapTarget, scenceView => {
1063
970
  if (scenceView) {
1064
971
  viewModel = new WindySlicingViewModel(scenceView, formItem, callbackParams);
@@ -1071,7 +978,6 @@ const __default__ = {
1071
978
  /**
1072
979
  * @description 监听header生成
1073
980
  */
1074
-
1075
981
  const watchCreateHeaderTemp = () => {
1076
982
  if (props.showHeaderTemp) {
1077
983
  // 生成headerTemp
@@ -1082,29 +988,22 @@ const __default__ = {
1082
988
  * @description 当前气象图层类型变化
1083
989
  * @param {Object} data 气象类型{windyType:WIND}
1084
990
  */
1085
-
1086
-
1087
991
  const handleWindyTypeChange = data => {
1088
992
  clear();
1089
993
  Object.assign(formItem, formItemDef);
1090
-
1091
994
  if (data?.windyType == "exit") {
1092
995
  showWindySlicing.value = false;
1093
996
  return;
1094
997
  }
1095
-
1096
998
  showWindySlicing.value = true;
1097
999
  viewModel && viewModel.getWindySlicingLayer(data?.guid ?? "");
1098
1000
  };
1099
-
1100
1001
  function callbackParams(key, val) {
1101
1002
  console.log(val);
1102
-
1103
1003
  switch (key) {
1104
1004
  case "showSlicingSetting":
1105
1005
  showSlicingSetting.value = val;
1106
1006
  break;
1107
-
1108
1007
  case "slicingLayerConfig":
1109
1008
  if (!Array.isArray(val.zValues) || val.zValues.length === 0) {
1110
1009
  showWindySlicing.value = false;
@@ -1116,37 +1015,30 @@ const __default__ = {
1116
1015
  formItem.altitudeControl = val.zValues.length;
1117
1016
  formItem.maxAltitudeControl = val.zValues.length;
1118
1017
  }
1119
-
1120
1018
  unit.value = val.unit;
1121
1019
  break;
1122
-
1123
1020
  default:
1124
1021
  break;
1125
1022
  }
1126
- } //切换类型
1127
-
1128
-
1023
+ }
1024
+ //切换类型
1129
1025
  function changeMode(mode) {
1130
1026
  if (!viewModel) return;
1131
-
1132
1027
  if (formItem.mode !== mode) {
1133
1028
  showSlicingSetting.value = false;
1134
1029
  formItem.mode = mode;
1135
1030
  viewModel._options.mode = formItem.mode;
1136
1031
  viewModel && viewModel.paramsChanged("mode");
1137
-
1138
1032
  if (mode == "delete") {
1139
1033
  Object.assign(formItem, formItemDef);
1140
1034
  }
1141
1035
  }
1142
1036
  }
1143
-
1144
1037
  function paramsChanged(key) {
1145
1038
  if (!viewModel) return;
1146
- viewModel._options[key] = formItem[key]; // 处理 slicingType 的特殊逻辑
1147
-
1039
+ viewModel._options[key] = formItem[key];
1040
+ // 处理 slicingType 的特殊逻辑
1148
1041
  let defaultValues = null;
1149
-
1150
1042
  switch (key) {
1151
1043
  case "slicingType":
1152
1044
  const VALID_SLICING_TYPES = {
@@ -1154,13 +1046,10 @@ const __default__ = {
1154
1046
  3: "3"
1155
1047
  };
1156
1048
  const newStyleType = VALID_SLICING_TYPES[formItem.slicingType];
1157
-
1158
1049
  if (newStyleType) {
1159
1050
  viewModel._options.styleType = formItem.styleType = newStyleType;
1160
1051
  }
1161
-
1162
1052
  break;
1163
-
1164
1053
  case "altitudeControl":
1165
1054
  let gdzValues = enableLayerings.value.slice(0, formItem.altitudeControl);
1166
1055
  formItem.heightSectionValueMax = gdzValues.length;
@@ -1179,64 +1068,43 @@ const __default__ = {
1179
1068
  formItem.latSectionValueMax = wdValue / 2;
1180
1069
  formItem.latSectionValue = 0;
1181
1070
  break;
1182
-
1183
1071
  default:
1184
1072
  break;
1185
1073
  }
1186
-
1187
1074
  viewModel.paramsChanged?.(key, defaultValues); // 使用可选链调用方法
1188
1075
  }
1189
-
1190
1076
  function clear() {
1191
1077
  showSlicingSetting.value = false;
1192
1078
  viewModel && viewModel.clear();
1193
- } // 显示提示信息
1194
-
1195
-
1079
+ }
1080
+ // 显示提示信息
1196
1081
  function formatTooltip(val) {
1197
1082
  return enableLayerings.value[val - 1] + unit.value;
1198
- } // 销毁
1199
-
1200
-
1083
+ }
1084
+ // 销毁
1201
1085
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
1202
1086
  viewModel && viewModel.destroy();
1203
1087
  });
1204
-
1205
1088
  __expose({
1206
1089
  changeMode,
1207
1090
  paramsChanged,
1208
1091
  clear
1209
1092
  });
1210
-
1211
1093
  return (_ctx, _cache) => {
1212
1094
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
1213
-
1214
1095
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
1215
-
1216
1096
  const _component_kq_radio_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-button");
1217
-
1218
1097
  const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
1219
-
1220
1098
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
1221
-
1222
1099
  const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
1223
-
1224
1100
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
1225
-
1226
1101
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
1227
-
1228
1102
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
1229
-
1230
1103
  const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
1231
-
1232
1104
  const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
1233
-
1234
1105
  const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
1235
-
1236
1106
  const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
1237
-
1238
1107
  const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
1239
-
1240
1108
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
1241
1109
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-windy-slicing", {
1242
1110
  'kq-box-shadow': __props.showShadow
@@ -1247,9 +1115,7 @@ const __default__ = {
1247
1115
  key: 0,
1248
1116
  ref_key: "headerTempRef",
1249
1117
  ref: headerTempRef
1250
- }, null, 512
1251
- /* NEED_PATCH */
1252
- )) : (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, {
1118
+ }, 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, {
1253
1119
  gutter: 20,
1254
1120
  class: "rowclass"
1255
1121
  }, {
@@ -1258,44 +1124,30 @@ const __default__ = {
1258
1124
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(['kq3d-windy-slicing-btn', (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 'point' ? 'kq3d-windy-slicing-btn_active' : '']),
1259
1125
  onClick: _cache[0] || (_cache[0] = $event => changeMode('point')),
1260
1126
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pointSlicing
1261
- }, null, 8
1262
- /* PROPS */
1263
- , ["icon", "class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1127
+ }, null, 8 /* PROPS */, ["icon", "class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1264
1128
  icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconLine),
1265
1129
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(['kq3d-windy-slicing-btn', (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 'line' ? 'kq3d-windy-slicing-btn_active' : '']),
1266
1130
  onClick: _cache[1] || (_cache[1] = $event => changeMode('line')),
1267
1131
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lineSlicing
1268
- }, null, 8
1269
- /* PROPS */
1270
- , ["icon", "class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1132
+ }, null, 8 /* PROPS */, ["icon", "class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1271
1133
  icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconPolygon),
1272
1134
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(['kq3d-windy-slicing-btn', (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 'polygon' ? 'kq3d-windy-slicing-btn_active' : '']),
1273
1135
  onClick: _cache[2] || (_cache[2] = $event => changeMode('polygon')),
1274
1136
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).polygonSlicing
1275
- }, null, 8
1276
- /* PROPS */
1277
- , ["icon", "class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1137
+ }, null, 8 /* PROPS */, ["icon", "class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1278
1138
  icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconPlottingDelete),
1279
1139
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(['kq3d-windy-slicing-btn', (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 'delete' ? 'kq3d-windy-slicing-btn_active' : '']),
1280
1140
  onClick: _cache[3] || (_cache[3] = $event => changeMode('delete')),
1281
1141
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
1282
- }, null, 8
1283
- /* PROPS */
1284
- , ["icon", "class", "title"])]),
1285
- _: 1
1286
- /* STABLE */
1287
-
1142
+ }, null, 8 /* PROPS */, ["icon", "class", "title"])]),
1143
+ _: 1 /* STABLE */
1288
1144
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1289
1145
  class: "kq3d-windy-slicing-tip"
1290
1146
  }, {
1291
1147
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", {
1292
1148
  style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showSlicingSetting) ? 'margin-bottom:16px' : '')
1293
- }, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).windySlicingTips), 5
1294
- /* TEXT, STYLE */
1295
- )]),
1296
- _: 1
1297
- /* STABLE */
1298
-
1149
+ }, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).windySlicingTips), 5 /* TEXT, STYLE */)]),
1150
+ _: 1 /* STABLE */
1299
1151
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
1300
1152
  "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
1301
1153
  class: "kq3d-windy-slicing-collapse"
@@ -1327,41 +1179,21 @@ const __default__ = {
1327
1179
  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_button, {
1328
1180
  label: 1
1329
1181
  }, {
1330
- 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).threeDimensionalSurface), 1
1331
- /* TEXT */
1332
- )]),
1333
- _: 1
1334
- /* STABLE */
1335
-
1182
+ 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).threeDimensionalSurface), 1 /* TEXT */)]),
1183
+ _: 1 /* STABLE */
1336
1184
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
1337
1185
  label: 3
1338
1186
  }, {
1339
- 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).threeDimensional), 1
1340
- /* TEXT */
1341
- )]),
1342
- _: 1
1343
- /* STABLE */
1344
-
1187
+ 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).threeDimensional), 1 /* TEXT */)]),
1188
+ _: 1 /* STABLE */
1345
1189
  })]),
1346
- _: 1
1347
- /* STABLE */
1348
-
1349
- }, 8
1350
- /* PROPS */
1351
- , ["modelValue"])]),
1352
- _: 1
1353
- /* STABLE */
1354
-
1190
+ _: 1 /* STABLE */
1191
+ }, 8 /* PROPS */, ["modelValue"])]),
1192
+ _: 1 /* STABLE */
1355
1193
  })]),
1356
- _: 1
1357
- /* STABLE */
1358
-
1359
- }, 8
1360
- /* PROPS */
1361
- , ["label"])]),
1362
- _: 1
1363
- /* STABLE */
1364
-
1194
+ _: 1 /* STABLE */
1195
+ }, 8 /* PROPS */, ["label"])]),
1196
+ _: 1 /* STABLE */
1365
1197
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1366
1198
  class: "rowclass"
1367
1199
  }, {
@@ -1376,52 +1208,24 @@ const __default__ = {
1376
1208
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
1377
1209
  label: "1"
1378
1210
  }, {
1379
- 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).surfaceStratification), 1
1380
- /* TEXT */
1381
- )]),
1382
- _: 1
1383
- /* STABLE */
1384
-
1385
- }, 512
1386
- /* NEED_PATCH */
1387
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
1211
+ 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).surfaceStratification), 1 /* TEXT */)]),
1212
+ _: 1 /* STABLE */
1213
+ }, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
1388
1214
  label: "2"
1389
1215
  }, {
1390
- 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).surfaceSection), 1
1391
- /* TEXT */
1392
- )]),
1393
- _: 1
1394
- /* STABLE */
1395
-
1396
- }, 512
1397
- /* NEED_PATCH */
1398
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
1216
+ 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).surfaceSection), 1 /* TEXT */)]),
1217
+ _: 1 /* STABLE */
1218
+ }, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
1399
1219
  label: "3"
1400
1220
  }, {
1401
- 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).bodyDissection), 1
1402
- /* TEXT */
1403
- )]),
1404
- _: 1
1405
- /* STABLE */
1406
-
1407
- }, 512
1408
- /* NEED_PATCH */
1409
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType == 3]])]),
1410
- _: 1
1411
- /* STABLE */
1412
-
1413
- }, 8
1414
- /* PROPS */
1415
- , ["modelValue"])]),
1416
- _: 1
1417
- /* STABLE */
1418
-
1419
- }, 8
1420
- /* PROPS */
1421
- , ["label"])]),
1422
- _: 1
1423
- /* STABLE */
1424
-
1221
+ 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).bodyDissection), 1 /* TEXT */)]),
1222
+ _: 1 /* STABLE */
1223
+ }, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType == 3]])]),
1224
+ _: 1 /* STABLE */
1225
+ }, 8 /* PROPS */, ["modelValue"])]),
1226
+ _: 1 /* STABLE */
1227
+ }, 8 /* PROPS */, ["label"])]),
1228
+ _: 1 /* STABLE */
1425
1229
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 面分层设置 "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).styleType === '1' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, {
1426
1230
  key: 0
1427
1231
  }, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
@@ -1434,18 +1238,10 @@ const __default__ = {
1434
1238
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showAxis,
1435
1239
  "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showAxis = $event),
1436
1240
  onChange: _cache[9] || (_cache[9] = $event => paramsChanged('showAxis'))
1437
- }, null, 8
1438
- /* PROPS */
1439
- , ["modelValue"])]),
1440
- _: 1
1441
- /* STABLE */
1442
-
1443
- }, 8
1444
- /* PROPS */
1445
- , ["label"])]),
1446
- _: 1
1447
- /* STABLE */
1448
-
1241
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1242
+ _: 1 /* STABLE */
1243
+ }, 8 /* PROPS */, ["label"])]),
1244
+ _: 1 /* STABLE */
1449
1245
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1450
1246
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering ? 'rowclass' : '')
1451
1247
  }, {
@@ -1456,21 +1252,11 @@ const __default__ = {
1456
1252
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering,
1457
1253
  "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering = $event),
1458
1254
  onChange: _cache[11] || (_cache[11] = $event => paramsChanged('enableLayering'))
1459
- }, null, 8
1460
- /* PROPS */
1461
- , ["modelValue"])]),
1462
- _: 1
1463
- /* STABLE */
1464
-
1465
- }, 8
1466
- /* PROPS */
1467
- , ["label"])]),
1468
- _: 1
1469
- /* STABLE */
1470
-
1471
- }, 8
1472
- /* PROPS */
1473
- , ["class"]), (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, {
1255
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1256
+ _: 1 /* STABLE */
1257
+ }, 8 /* PROPS */, ["label"])]),
1258
+ _: 1 /* STABLE */
1259
+ }, 8 /* PROPS */, ["class"]), (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, {
1474
1260
  class: "rowclass"
1475
1261
  }, {
1476
1262
  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, {
@@ -1492,12 +1278,8 @@ const __default__ = {
1492
1278
  min: 0,
1493
1279
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLayerScale,
1494
1280
  onChange: _cache[13] || (_cache[13] = $event => paramsChanged('layerScale'))
1495
- }, null, 8
1496
- /* PROPS */
1497
- , ["modelValue", "max"])]),
1498
- _: 1
1499
- /* STABLE */
1500
-
1281
+ }, null, 8 /* PROPS */, ["modelValue", "max"])]),
1282
+ _: 1 /* STABLE */
1501
1283
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1502
1284
  span: 7
1503
1285
  }, {
@@ -1509,29 +1291,15 @@ const __default__ = {
1509
1291
  step: 1,
1510
1292
  "controls-position": "right",
1511
1293
  onChange: _cache[15] || (_cache[15] = $event => paramsChanged('layerScale'))
1512
- }, null, 8
1513
- /* PROPS */
1514
- , ["modelValue", "max"])]),
1515
- _: 1
1516
- /* STABLE */
1517
-
1294
+ }, null, 8 /* PROPS */, ["modelValue", "max"])]),
1295
+ _: 1 /* STABLE */
1518
1296
  })]),
1519
- _: 1
1520
- /* STABLE */
1521
-
1297
+ _: 1 /* STABLE */
1522
1298
  })]),
1523
- _: 1
1524
- /* STABLE */
1525
-
1526
- }, 8
1527
- /* PROPS */
1528
- , ["label"])]),
1529
- _: 1
1530
- /* STABLE */
1531
-
1532
- }, 512
1533
- /* NEED_PATCH */
1534
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering]]), (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, null, {
1299
+ _: 1 /* STABLE */
1300
+ }, 8 /* PROPS */, ["label"])]),
1301
+ _: 1 /* STABLE */
1302
+ }, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering]]), (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, null, {
1535
1303
  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, {
1536
1304
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).stratifiedSelection
1537
1305
  }, {
@@ -1549,36 +1317,16 @@ const __default__ = {
1549
1317
  key: item,
1550
1318
  label: item + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(unit),
1551
1319
  value: item
1552
- }, null, 8
1553
- /* PROPS */
1554
- , ["label", "value"]);
1555
- }), 128
1556
- /* KEYED_FRAGMENT */
1557
- ))]),
1558
- _: 1
1559
- /* STABLE */
1560
-
1561
- }, 8
1562
- /* PROPS */
1563
- , ["modelValue", "placeholder"])]),
1564
- _: 1
1565
- /* STABLE */
1566
-
1320
+ }, null, 8 /* PROPS */, ["label", "value"]);
1321
+ }), 128 /* KEYED_FRAGMENT */))]),
1322
+ _: 1 /* STABLE */
1323
+ }, 8 /* PROPS */, ["modelValue", "placeholder"])]),
1324
+ _: 1 /* STABLE */
1567
1325
  })]),
1568
- _: 1
1569
- /* STABLE */
1570
-
1571
- }, 8
1572
- /* PROPS */
1573
- , ["label"])]),
1574
- _: 1
1575
- /* STABLE */
1576
-
1577
- }, 512
1578
- /* NEED_PATCH */
1579
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering]])], 64
1580
- /* STABLE_FRAGMENT */
1581
- )) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 面剖设置 "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).styleType === '2' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, {
1326
+ _: 1 /* STABLE */
1327
+ }, 8 /* PROPS */, ["label"])]),
1328
+ _: 1 /* STABLE */
1329
+ }, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering]])], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 面剖设置 "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).styleType === '2' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, {
1582
1330
  key: 1
1583
1331
  }, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1584
1332
  class: "rowclass"
@@ -1602,12 +1350,8 @@ const __default__ = {
1602
1350
  "format-tooltip": formatTooltip,
1603
1351
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeControl,
1604
1352
  onChange: _cache[19] || (_cache[19] = $event => paramsChanged('altitudeControl'))
1605
- }, null, 8
1606
- /* PROPS */
1607
- , ["modelValue", "max"])]),
1608
- _: 1
1609
- /* STABLE */
1610
-
1353
+ }, null, 8 /* PROPS */, ["modelValue", "max"])]),
1354
+ _: 1 /* STABLE */
1611
1355
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1612
1356
  span: 7
1613
1357
  }, {
@@ -1619,26 +1363,14 @@ const __default__ = {
1619
1363
  step: 1,
1620
1364
  "controls-position": "right",
1621
1365
  onChange: _cache[21] || (_cache[21] = $event => paramsChanged('altitudeControl'))
1622
- }, null, 8
1623
- /* PROPS */
1624
- , ["modelValue", "max"])]),
1625
- _: 1
1626
- /* STABLE */
1627
-
1366
+ }, null, 8 /* PROPS */, ["modelValue", "max"])]),
1367
+ _: 1 /* STABLE */
1628
1368
  })]),
1629
- _: 1
1630
- /* STABLE */
1631
-
1369
+ _: 1 /* STABLE */
1632
1370
  })]),
1633
- _: 1
1634
- /* STABLE */
1635
-
1636
- }, 8
1637
- /* PROPS */
1638
- , ["label"])]),
1639
- _: 1
1640
- /* STABLE */
1641
-
1371
+ _: 1 /* STABLE */
1372
+ }, 8 /* PROPS */, ["label"])]),
1373
+ _: 1 /* STABLE */
1642
1374
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1643
1375
  class: "rowclass"
1644
1376
  }, {
@@ -1648,18 +1380,10 @@ const __default__ = {
1648
1380
  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_switch, {
1649
1381
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLongSection,
1650
1382
  "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLongSection = $event)
1651
- }, null, 8
1652
- /* PROPS */
1653
- , ["modelValue"])]),
1654
- _: 1
1655
- /* STABLE */
1656
-
1657
- }, 8
1658
- /* PROPS */
1659
- , ["label"])]),
1660
- _: 1
1661
- /* STABLE */
1662
-
1383
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1384
+ _: 1 /* STABLE */
1385
+ }, 8 /* PROPS */, ["label"])]),
1386
+ _: 1 /* STABLE */
1663
1387
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1664
1388
  class: "rowclass"
1665
1389
  }, {
@@ -1682,12 +1406,8 @@ const __default__ = {
1682
1406
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueMin,
1683
1407
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueMax,
1684
1408
  onChange: _cache[24] || (_cache[24] = $event => paramsChanged('longSectionValue'))
1685
- }, null, 8
1686
- /* PROPS */
1687
- , ["modelValue", "step", "min", "max"])]),
1688
- _: 1
1689
- /* STABLE */
1690
-
1409
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1410
+ _: 1 /* STABLE */
1691
1411
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1692
1412
  span: 7
1693
1413
  }, {
@@ -1699,26 +1419,14 @@ const __default__ = {
1699
1419
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueMax,
1700
1420
  "controls-position": "right",
1701
1421
  onChange: _cache[26] || (_cache[26] = $event => paramsChanged('longSectionValue'))
1702
- }, null, 8
1703
- /* PROPS */
1704
- , ["modelValue", "step", "min", "max"])]),
1705
- _: 1
1706
- /* STABLE */
1707
-
1422
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1423
+ _: 1 /* STABLE */
1708
1424
  })]),
1709
- _: 1
1710
- /* STABLE */
1711
-
1425
+ _: 1 /* STABLE */
1712
1426
  })]),
1713
- _: 1
1714
- /* STABLE */
1715
-
1716
- }, 8
1717
- /* PROPS */
1718
- , ["label"])]),
1719
- _: 1
1720
- /* STABLE */
1721
-
1427
+ _: 1 /* STABLE */
1428
+ }, 8 /* PROPS */, ["label"])]),
1429
+ _: 1 /* STABLE */
1722
1430
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1723
1431
  class: "rowclass"
1724
1432
  }, {
@@ -1728,18 +1436,10 @@ const __default__ = {
1728
1436
  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_switch, {
1729
1437
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLatSection,
1730
1438
  "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLatSection = $event)
1731
- }, null, 8
1732
- /* PROPS */
1733
- , ["modelValue"])]),
1734
- _: 1
1735
- /* STABLE */
1736
-
1737
- }, 8
1738
- /* PROPS */
1739
- , ["label"])]),
1740
- _: 1
1741
- /* STABLE */
1742
-
1439
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1440
+ _: 1 /* STABLE */
1441
+ }, 8 /* PROPS */, ["label"])]),
1442
+ _: 1 /* STABLE */
1743
1443
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1744
1444
  class: "rowclass"
1745
1445
  }, {
@@ -1762,12 +1462,8 @@ const __default__ = {
1762
1462
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueMin,
1763
1463
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueMax,
1764
1464
  onChange: _cache[29] || (_cache[29] = $event => paramsChanged('latSectionValue'))
1765
- }, null, 8
1766
- /* PROPS */
1767
- , ["modelValue", "step", "min", "max"])]),
1768
- _: 1
1769
- /* STABLE */
1770
-
1465
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1466
+ _: 1 /* STABLE */
1771
1467
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1772
1468
  span: 7
1773
1469
  }, {
@@ -1779,26 +1475,14 @@ const __default__ = {
1779
1475
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueMax,
1780
1476
  "controls-position": "right",
1781
1477
  onChange: _cache[31] || (_cache[31] = $event => paramsChanged('latSectionValue'))
1782
- }, null, 8
1783
- /* PROPS */
1784
- , ["modelValue", "step", "min", "max"])]),
1785
- _: 1
1786
- /* STABLE */
1787
-
1478
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1479
+ _: 1 /* STABLE */
1788
1480
  })]),
1789
- _: 1
1790
- /* STABLE */
1791
-
1481
+ _: 1 /* STABLE */
1792
1482
  })]),
1793
- _: 1
1794
- /* STABLE */
1795
-
1796
- }, 8
1797
- /* PROPS */
1798
- , ["label"])]),
1799
- _: 1
1800
- /* STABLE */
1801
-
1483
+ _: 1 /* STABLE */
1484
+ }, 8 /* PROPS */, ["label"])]),
1485
+ _: 1 /* STABLE */
1802
1486
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1803
1487
  class: "rowclass"
1804
1488
  }, {
@@ -1808,18 +1492,10 @@ const __default__ = {
1808
1492
  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_switch, {
1809
1493
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableHeightSection,
1810
1494
  "onUpdate:modelValue": _cache[32] || (_cache[32] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableHeightSection = $event)
1811
- }, null, 8
1812
- /* PROPS */
1813
- , ["modelValue"])]),
1814
- _: 1
1815
- /* STABLE */
1816
-
1817
- }, 8
1818
- /* PROPS */
1819
- , ["label"])]),
1820
- _: 1
1821
- /* STABLE */
1822
-
1495
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1496
+ _: 1 /* STABLE */
1497
+ }, 8 /* PROPS */, ["label"])]),
1498
+ _: 1 /* STABLE */
1823
1499
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1824
1500
  class: "rowclass"
1825
1501
  }, {
@@ -1842,12 +1518,8 @@ const __default__ = {
1842
1518
  min: 0,
1843
1519
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heightSectionValueMax,
1844
1520
  onChange: _cache[34] || (_cache[34] = $event => paramsChanged('heightSectionValue'))
1845
- }, null, 8
1846
- /* PROPS */
1847
- , ["modelValue", "max"])]),
1848
- _: 1
1849
- /* STABLE */
1850
-
1521
+ }, null, 8 /* PROPS */, ["modelValue", "max"])]),
1522
+ _: 1 /* STABLE */
1851
1523
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1852
1524
  span: 7
1853
1525
  }, {
@@ -1859,29 +1531,15 @@ const __default__ = {
1859
1531
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heightSectionValueMax,
1860
1532
  "controls-position": "right",
1861
1533
  onChange: _cache[36] || (_cache[36] = $event => paramsChanged('heightSectionValue'))
1862
- }, null, 8
1863
- /* PROPS */
1864
- , ["modelValue", "max"])]),
1865
- _: 1
1866
- /* STABLE */
1867
-
1534
+ }, null, 8 /* PROPS */, ["modelValue", "max"])]),
1535
+ _: 1 /* STABLE */
1868
1536
  })]),
1869
- _: 1
1870
- /* STABLE */
1871
-
1537
+ _: 1 /* STABLE */
1872
1538
  })]),
1873
- _: 1
1874
- /* STABLE */
1875
-
1876
- }, 8
1877
- /* PROPS */
1878
- , ["label"])]),
1879
- _: 1
1880
- /* STABLE */
1881
-
1882
- })], 64
1883
- /* STABLE_FRAGMENT */
1884
- )) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 体剖切设置 "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType === 3 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, {
1539
+ _: 1 /* STABLE */
1540
+ }, 8 /* PROPS */, ["label"])]),
1541
+ _: 1 /* STABLE */
1542
+ })], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 体剖切设置 "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType === 3 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, {
1885
1543
  key: 2
1886
1544
  }, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1887
1545
  class: "rowclass"
@@ -1893,18 +1551,10 @@ const __default__ = {
1893
1551
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAxis,
1894
1552
  "onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAxis = $event),
1895
1553
  onChange: _cache[38] || (_cache[38] = $event => paramsChanged('bodyDissectionAxis'))
1896
- }, null, 8
1897
- /* PROPS */
1898
- , ["modelValue"])]),
1899
- _: 1
1900
- /* STABLE */
1901
-
1902
- }, 8
1903
- /* PROPS */
1904
- , ["label"])]),
1905
- _: 1
1906
- /* STABLE */
1907
-
1554
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1555
+ _: 1 /* STABLE */
1556
+ }, 8 /* PROPS */, ["label"])]),
1557
+ _: 1 /* STABLE */
1908
1558
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1909
1559
  class: "rowclass"
1910
1560
  }, {
@@ -1926,12 +1576,8 @@ const __default__ = {
1926
1576
  min: 0,
1927
1577
  max: 1,
1928
1578
  onChange: _cache[40] || (_cache[40] = $event => paramsChanged('bodyDissectionAlpha'))
1929
- }, null, 8
1930
- /* PROPS */
1931
- , ["modelValue", "step"])]),
1932
- _: 1
1933
- /* STABLE */
1934
-
1579
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1580
+ _: 1 /* STABLE */
1935
1581
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1936
1582
  span: 8
1937
1583
  }, {
@@ -1943,26 +1589,14 @@ const __default__ = {
1943
1589
  step: 0.01,
1944
1590
  "controls-position": "right",
1945
1591
  onChange: _cache[42] || (_cache[42] = $event => paramsChanged('bodyDissectionAlpha'))
1946
- }, null, 8
1947
- /* PROPS */
1948
- , ["modelValue", "step"])]),
1949
- _: 1
1950
- /* STABLE */
1951
-
1592
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1593
+ _: 1 /* STABLE */
1952
1594
  })]),
1953
- _: 1
1954
- /* STABLE */
1955
-
1595
+ _: 1 /* STABLE */
1956
1596
  })]),
1957
- _: 1
1958
- /* STABLE */
1959
-
1960
- }, 8
1961
- /* PROPS */
1962
- , ["label"])]),
1963
- _: 1
1964
- /* STABLE */
1965
-
1597
+ _: 1 /* STABLE */
1598
+ }, 8 /* PROPS */, ["label"])]),
1599
+ _: 1 /* STABLE */
1966
1600
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1967
1601
  class: "rowclass"
1968
1602
  }, {
@@ -1984,12 +1618,8 @@ const __default__ = {
1984
1618
  min: 0,
1985
1619
  max: 1000,
1986
1620
  onChange: _cache[44] || (_cache[44] = $event => paramsChanged('bodyDissectionAlpha'))
1987
- }, null, 8
1988
- /* PROPS */
1989
- , ["modelValue"])]),
1990
- _: 1
1991
- /* STABLE */
1992
-
1621
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1622
+ _: 1 /* STABLE */
1993
1623
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1994
1624
  span: 8
1995
1625
  }, {
@@ -2001,26 +1631,14 @@ const __default__ = {
2001
1631
  step: 1,
2002
1632
  "controls-position": "right",
2003
1633
  onChange: _cache[46] || (_cache[46] = $event => paramsChanged('bodyDissectionAlpha'))
2004
- }, null, 8
2005
- /* PROPS */
2006
- , ["modelValue"])]),
2007
- _: 1
2008
- /* STABLE */
2009
-
1634
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1635
+ _: 1 /* STABLE */
2010
1636
  })]),
2011
- _: 1
2012
- /* STABLE */
2013
-
1637
+ _: 1 /* STABLE */
2014
1638
  })]),
2015
- _: 1
2016
- /* STABLE */
2017
-
2018
- }, 8
2019
- /* PROPS */
2020
- , ["label"])]),
2021
- _: 1
2022
- /* STABLE */
2023
-
1639
+ _: 1 /* STABLE */
1640
+ }, 8 /* PROPS */, ["label"])]),
1641
+ _: 1 /* STABLE */
2024
1642
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
2025
1643
  class: "rowclass"
2026
1644
  }, {
@@ -2042,12 +1660,8 @@ const __default__ = {
2042
1660
  min: 0,
2043
1661
  max: 1000,
2044
1662
  onChange: _cache[48] || (_cache[48] = $event => paramsChanged('bodyDissectionAlpha'))
2045
- }, null, 8
2046
- /* PROPS */
2047
- , ["modelValue"])]),
2048
- _: 1
2049
- /* STABLE */
2050
-
1663
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1664
+ _: 1 /* STABLE */
2051
1665
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2052
1666
  span: 8
2053
1667
  }, {
@@ -2059,26 +1673,14 @@ const __default__ = {
2059
1673
  step: 1,
2060
1674
  "controls-position": "right",
2061
1675
  onChange: _cache[50] || (_cache[50] = $event => paramsChanged('bodyDissectionAlpha'))
2062
- }, null, 8
2063
- /* PROPS */
2064
- , ["modelValue"])]),
2065
- _: 1
2066
- /* STABLE */
2067
-
1676
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1677
+ _: 1 /* STABLE */
2068
1678
  })]),
2069
- _: 1
2070
- /* STABLE */
2071
-
1679
+ _: 1 /* STABLE */
2072
1680
  })]),
2073
- _: 1
2074
- /* STABLE */
2075
-
2076
- }, 8
2077
- /* PROPS */
2078
- , ["label"])]),
2079
- _: 1
2080
- /* STABLE */
2081
-
1681
+ _: 1 /* STABLE */
1682
+ }, 8 /* PROPS */, ["label"])]),
1683
+ _: 1 /* STABLE */
2082
1684
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2083
1685
  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, {
2084
1686
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).direction + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clip
@@ -2098,12 +1700,8 @@ const __default__ = {
2098
1700
  min: 0,
2099
1701
  max: 1000,
2100
1702
  onChange: _cache[52] || (_cache[52] = $event => paramsChanged('bodyDissectionAlpha'))
2101
- }, null, 8
2102
- /* PROPS */
2103
- , ["modelValue"])]),
2104
- _: 1
2105
- /* STABLE */
2106
-
1703
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1704
+ _: 1 /* STABLE */
2107
1705
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2108
1706
  span: 8
2109
1707
  }, {
@@ -2115,52 +1713,23 @@ const __default__ = {
2115
1713
  step: 1,
2116
1714
  "controls-position": "right",
2117
1715
  onChange: _cache[54] || (_cache[54] = $event => paramsChanged('bodyDissectionAlpha'))
2118
- }, null, 8
2119
- /* PROPS */
2120
- , ["modelValue"])]),
2121
- _: 1
2122
- /* STABLE */
2123
-
1716
+ }, null, 8 /* PROPS */, ["modelValue"])]),
1717
+ _: 1 /* STABLE */
2124
1718
  })]),
2125
- _: 1
2126
- /* STABLE */
2127
-
1719
+ _: 1 /* STABLE */
2128
1720
  })]),
2129
- _: 1
2130
- /* STABLE */
2131
-
2132
- }, 8
2133
- /* PROPS */
2134
- , ["label"])]),
2135
- _: 1
2136
- /* STABLE */
2137
-
2138
- })], 64
2139
- /* STABLE_FRAGMENT */
2140
- )) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
2141
- _: 1
2142
- /* STABLE */
2143
-
2144
- }, 8
2145
- /* PROPS */
2146
- , ["label-width"])]),
2147
- _: 1
2148
- /* STABLE */
2149
-
2150
- }, 8
2151
- /* PROPS */
2152
- , ["title"])]),
2153
- _: 1
2154
- /* STABLE */
2155
-
2156
- }, 8
2157
- /* PROPS */
2158
- , ["model-value"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showSlicingSetting)]])])], 2
2159
- /* CLASS */
2160
- )), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showWindySlicing)]]);
1721
+ _: 1 /* STABLE */
1722
+ }, 8 /* PROPS */, ["label"])]),
1723
+ _: 1 /* STABLE */
1724
+ })], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
1725
+ _: 1 /* STABLE */
1726
+ }, 8 /* PROPS */, ["label-width"])]),
1727
+ _: 1 /* STABLE */
1728
+ }, 8 /* PROPS */, ["title"])]),
1729
+ _: 1 /* STABLE */
1730
+ }, 8 /* PROPS */, ["model-value"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showSlicingSetting)]])])], 2 /* CLASS */)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showWindySlicing)]]);
2161
1731
  };
2162
1732
  }
2163
-
2164
1733
  }));
2165
1734
  ;// CONCATENATED MODULE: ./src/webgl/windyslicing/WindySlicing.vue?vue&type=script&setup=true&lang=js
2166
1735
 
@@ -2184,13 +1753,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
2184
1753
 
2185
1754
 
2186
1755
 
2187
-
2188
1756
  WindySlicing.install = (Vue, opts) => {
2189
1757
  init_js_default()(Vue, opts);
2190
1758
  Vue.component(WindySlicing.name, WindySlicing);
2191
1759
  };
2192
1760
 
2193
-
2194
1761
  }();
2195
1762
  /******/ return __webpack_exports__;
2196
1763
  /******/ })()