@kq_npm/client3d_webgl_vue 4.5.29-beta → 4.5.31

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 (68) hide show
  1. package/adddata/index.js +519 -263
  2. package/adddata/style/adddata.css +1 -1
  3. package/aspectanalysis/index.js +201 -123
  4. package/baseterraingallery/index.js +123 -94
  5. package/baseterraingallery/style/baseterraingallery.css +1 -1
  6. package/boxclip/index.js +442 -249
  7. package/clientPrint/index.js +20228 -7467
  8. package/clientPrint/style/clientPrint.css +1 -1
  9. package/comparemap/index.js +243 -213
  10. package/compass/index.js +68 -74
  11. package/excavatefillanalysis/index.js +225 -143
  12. package/fixedzoomin/index.js +82 -72
  13. package/fixedzoomout/index.js +80 -71
  14. package/flight/index.js +371 -257
  15. package/flight/style/flight.css +1 -1
  16. package/floodanalysis/index.js +347 -199
  17. package/geologicalbodyanalysis/index.js +260 -166
  18. package/gpuspatialquery/index.js +359 -198
  19. package/hawkeye/index.js +100 -131
  20. package/headertemp/index.js +25 -14
  21. package/heatmap3d/index.js +678 -366
  22. package/heatmap3d/style/heatmap3d.css +1 -1
  23. package/index.js +19746 -6806
  24. package/isolineanalysis/index.js +1202 -504
  25. package/light/index.js +494 -349
  26. package/limitheightanalysis/index.js +223 -159
  27. package/measure/index.js +353 -198
  28. package/modelFlat/index.js +204 -167
  29. package/modelexcavate/index.js +191 -130
  30. package/modelfilter/index.js +271 -179
  31. package/modelprofileanalysis/index.js +316 -206
  32. package/modelselect/index.js +147 -142
  33. package/package.json +1 -1
  34. package/particleeffect/index.js +403 -225
  35. package/planeclip/index.js +300 -198
  36. package/resetview/index.js +52 -66
  37. package/roller/index.js +372 -304
  38. package/scaneffect/index.js +537 -230
  39. package/sceneadvancedtoimage/index.js +358 -205
  40. package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
  41. package/sceneapp/index.js +20228 -7467
  42. package/sceneset/index.js +864 -350
  43. package/scenetohdimage/index.js +297 -159
  44. package/scenetohdimage/style/scenetohdimage.css +1 -1
  45. package/sceneview/index.js +20228 -7467
  46. package/sceneview/style/sceneview.css +1 -1
  47. package/screenshot/index.js +301 -257
  48. package/shadowanalysis/index.js +405 -217
  49. package/sightlineanalysis/index.js +271 -183
  50. package/sightlineanalysis/style/divpoint.css +1 -1
  51. package/skylineanalysis/index.js +308 -160
  52. package/slopeanalysis/index.js +397 -227
  53. package/slopeaspectanalysis/index.js +485 -259
  54. package/statusbar/index.js +65 -88
  55. package/style.css +1 -1
  56. package/terrainoperation/index.js +237 -176
  57. package/terrainprofileanalysis/index.js +138 -120
  58. package/typhoontrac/index.js +1004 -234
  59. package/typhoontrac/style/typhoontrac.css +1 -1
  60. package/underground/index.js +61 -70
  61. package/videofusion/index.js +488 -265
  62. package/videoproject/index.js +490 -271
  63. package/viewshedanalysis/index.js +255 -151
  64. package/weathereffect/index.js +317 -166
  65. package/windyslicing/index.js +2198 -0
  66. package/windyslicing/style/index.js +3 -0
  67. package/windyslicing/style/windyslicing.css +1 -0
  68. package/wireframesketch/index.js +142 -110
@@ -0,0 +1,2198 @@
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/_types/global-event"), require("@kq_npm/client_common_vue/init.js"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/_types/global-event", "@kq_npm/client_common_vue/init.js"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/_types/global-event"), require("@kq_npm/client_common_vue/init.js"));
8
+ else
9
+ root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/_types/global-event"], root["@kq_npm/client_common_vue/init.js"]);
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__3536__, __WEBPACK_EXTERNAL_MODULE__7997__) {
11
+ return /******/ (function() { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ var __webpack_modules__ = ({
14
+
15
+ /***/ 348:
16
+ /***/ (function(module) {
17
+
18
+ module.exports = require("@kq_npm/client_icons_vue");
19
+
20
+ /***/ }),
21
+
22
+ /***/ 3600:
23
+ /***/ (function(module) {
24
+
25
+ module.exports = require("core-js/modules/es.array.includes.js");
26
+
27
+ /***/ }),
28
+
29
+ /***/ 7080:
30
+ /***/ (function(module) {
31
+
32
+ module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
33
+
34
+ /***/ }),
35
+
36
+ /***/ 3536:
37
+ /***/ (function(module) {
38
+
39
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3536__;
40
+
41
+ /***/ }),
42
+
43
+ /***/ 7135:
44
+ /***/ (function(module) {
45
+
46
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
47
+
48
+ /***/ }),
49
+
50
+ /***/ 3458:
51
+ /***/ (function(module) {
52
+
53
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
54
+
55
+ /***/ }),
56
+
57
+ /***/ 7997:
58
+ /***/ (function(module) {
59
+
60
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
61
+
62
+ /***/ }),
63
+
64
+ /***/ 1895:
65
+ /***/ (function(module) {
66
+
67
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
68
+
69
+ /***/ }),
70
+
71
+ /***/ 8270:
72
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
73
+
74
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
75
+ /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
76
+ /* harmony export */ });
77
+ function _defineProperty(obj, key, value) {
78
+ if (key in obj) {
79
+ Object.defineProperty(obj, key, {
80
+ value: value,
81
+ enumerable: true,
82
+ configurable: true,
83
+ writable: true
84
+ });
85
+ } else {
86
+ obj[key] = value;
87
+ }
88
+
89
+ return obj;
90
+ }
91
+
92
+ /***/ })
93
+
94
+ /******/ });
95
+ /************************************************************************/
96
+ /******/ // The module cache
97
+ /******/ var __webpack_module_cache__ = {};
98
+ /******/
99
+ /******/ // The require function
100
+ /******/ function __webpack_require__(moduleId) {
101
+ /******/ // Check if module is in cache
102
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
103
+ /******/ if (cachedModule !== undefined) {
104
+ /******/ return cachedModule.exports;
105
+ /******/ }
106
+ /******/ // Create a new module (and put it into the cache)
107
+ /******/ var module = __webpack_module_cache__[moduleId] = {
108
+ /******/ // no module.id needed
109
+ /******/ // no module.loaded needed
110
+ /******/ exports: {}
111
+ /******/ };
112
+ /******/
113
+ /******/ // Execute the module function
114
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
115
+ /******/
116
+ /******/ // Return the exports of the module
117
+ /******/ return module.exports;
118
+ /******/ }
119
+ /******/
120
+ /************************************************************************/
121
+ /******/ /* webpack/runtime/compat get default export */
122
+ /******/ !function() {
123
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
124
+ /******/ __webpack_require__.n = function(module) {
125
+ /******/ var getter = module && module.__esModule ?
126
+ /******/ function() { return module['default']; } :
127
+ /******/ function() { return module; };
128
+ /******/ __webpack_require__.d(getter, { a: getter });
129
+ /******/ return getter;
130
+ /******/ };
131
+ /******/ }();
132
+ /******/
133
+ /******/ /* webpack/runtime/define property getters */
134
+ /******/ !function() {
135
+ /******/ // define getter functions for harmony exports
136
+ /******/ __webpack_require__.d = function(exports, definition) {
137
+ /******/ for(var key in definition) {
138
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
139
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
140
+ /******/ }
141
+ /******/ }
142
+ /******/ };
143
+ /******/ }();
144
+ /******/
145
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
146
+ /******/ !function() {
147
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
148
+ /******/ }();
149
+ /******/
150
+ /******/ /* webpack/runtime/make namespace object */
151
+ /******/ !function() {
152
+ /******/ // define __esModule on exports
153
+ /******/ __webpack_require__.r = function(exports) {
154
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
155
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
156
+ /******/ }
157
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
158
+ /******/ };
159
+ /******/ }();
160
+ /******/
161
+ /************************************************************************/
162
+ var __webpack_exports__ = {};
163
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
164
+ !function() {
165
+ // ESM COMPAT FLAG
166
+ __webpack_require__.r(__webpack_exports__);
167
+
168
+ // EXPORTS
169
+ __webpack_require__.d(__webpack_exports__, {
170
+ "WindySlicingViewModel": function() { return /* reexport */ WindySlicingViewModel; },
171
+ "default": function() { return /* reexport */ WindySlicing; }
172
+ });
173
+
174
+ // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
175
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
176
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
177
+ var gis_utils_ = __webpack_require__(7135);
178
+ // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
179
+ var client_icons_vue_ = __webpack_require__(348);
180
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
181
+ var defineProperty = __webpack_require__(8270);
182
+ // EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
183
+ var es_array_includes_js_ = __webpack_require__(3600);
184
+ ;// CONCATENATED MODULE: ./src/webgl/windyslicing/WindySlicingViewModel.js
185
+
186
+
187
+ class WindySlicingViewModel {
188
+ //三维球场景视图对象
189
+ //绘制管理对象
190
+ //绘制完成监听事件
191
+ // 是否线剖切
192
+ // 点剖切
193
+ constructor(scenceView, options, callbackParams) {
194
+ (0,defineProperty/* default */.Z)(this, "_sceneView", null);
195
+
196
+ (0,defineProperty/* default */.Z)(this, "_viewer", null);
197
+
198
+ (0,defineProperty/* default */.Z)(this, "_layerManager", null);
199
+
200
+ (0,defineProperty/* default */.Z)(this, "_options", null);
201
+
202
+ (0,defineProperty/* default */.Z)(this, "_windySlicingDrawManager", null);
203
+
204
+ (0,defineProperty/* default */.Z)(this, "_windySlicingRemoveEventListener", null);
205
+
206
+ (0,defineProperty/* default */.Z)(this, "_windySlicingLayerconfig", null);
207
+
208
+ (0,defineProperty/* default */.Z)(this, "_windySlicingPolylineHandler", null);
209
+
210
+ (0,defineProperty/* default */.Z)(this, "_isDrawPolyline", false);
211
+
212
+ (0,defineProperty/* default */.Z)(this, "_pointSlicingHtmlTag", null);
213
+
214
+ (0,defineProperty/* default */.Z)(this, "_volumePrimitives", []);
215
+
216
+ (0,defineProperty/* default */.Z)(this, "_volumePrimitive", null);
217
+
218
+ (0,defineProperty/* default */.Z)(this, "_currentVolumeOption", null);
219
+
220
+ (0,defineProperty/* default */.Z)(this, "_currentVolumePosition", null);
221
+
222
+ (0,defineProperty/* default */.Z)(this, "callbackParams", null);
223
+
224
+ (0,defineProperty/* default */.Z)(this, "volumelines", null);
225
+
226
+ this._sceneView = scenceView;
227
+ this._layerManager = scenceView._layerManager;
228
+ this._viewer = scenceView._viewer;
229
+ this._options = options || {};
230
+ this._windySlicingDrawManager = this._sceneView._drawManager;
231
+ this._viewer.scene.globe.showGroundAtmosphere = false;
232
+ this._viewer.scene.screenSpaceCameraController.maximumZoomDistance = 20_000_000;
233
+ this.callbackParams = callbackParams;
234
+ var that = this;
235
+ that._windySlicingRemoveEventListener = that._windySlicingDrawManager.drawFinishedEvent.addEventListener(shape => {
236
+ if (shape && shape.type === "rectangle") {
237
+ that.windySlicingRectangleSlicing(shape.bounds);
238
+ this.callbackParams && this.callbackParams("showSlicingSetting", true);
239
+ }
240
+
241
+ that._windySlicingDrawManager.clear();
242
+ });
243
+ this._windySlicingPolylineHandler = new window.Cesium.ScreenSpaceEventHandler(this._viewer.canvas);
244
+ } // 参数切换
245
+
246
+
247
+ paramsChanged(key, val) {
248
+ let that = this;
249
+ if (!this._windySlicingLayerconfig) this.getWindySlicingLayer(this._windySlicingLayerconfig?.guid ?? '');
250
+
251
+ switch (key) {
252
+ case "mode":
253
+ this.removeInputAction();
254
+ this.removeVolumePrimitive();
255
+
256
+ if (this._options.mode === "point") {
257
+ this._windySlicingDrawManager.stopDraw();
258
+
259
+ this.drawPolylineHandler();
260
+ } else if (this._options.mode === "line") {
261
+ this.drawPolylineHandler(function (newPositions) {
262
+ that._isDrawPolyline = false;
263
+ that.windySlicingPolylineSlicing(newPositions);
264
+ });
265
+ this._isDrawPolyline = true;
266
+
267
+ this._windySlicingDrawManager.startDraw("polyline", {
268
+ clampToGround: true
269
+ });
270
+ } else if (this._options.mode === "polygon") {
271
+ this._windySlicingDrawManager.startDraw("rectangle", {
272
+ clampToGround: true
273
+ });
274
+ } else if (this._options.mode === "clear") {
275
+ this.clear();
276
+ }
277
+
278
+ break;
279
+
280
+ case "slicingType":
281
+ this.removeVolumePrimitive();
282
+
283
+ if (this._options.slicingType == 1) {
284
+ if (this._options.styleType == "1") {
285
+ if (this._currentVolumePosition) this.windySlicingRectangleSlicing(this._currentVolumePosition);
286
+ }
287
+ } else {
288
+ this.windyVoxelsSingleSlicing();
289
+ }
290
+
291
+ break;
292
+
293
+ case "styleType":
294
+ this.removeVolumePrimitive();
295
+
296
+ if (this._options.styleType == "1") {
297
+ if (this._currentVolumePosition) this.windySlicingRectangleSlicing(this._currentVolumePosition);
298
+ } else {
299
+ if (this._currentVolumePosition) {
300
+ this.windySlicingSurfaceSection(this._currentVolumePosition, this._windySlicingLayerconfig);
301
+ }
302
+ }
303
+
304
+ break;
305
+
306
+ case "showAxis":
307
+ if (this._volumePrimitive) this._volumePrimitive.showAxis(this._options[key]);
308
+ break;
309
+
310
+ case "enableLayering":
311
+ case "enableLayerings":
312
+ if (this._volumePrimitive) this.setEnableLayeringVisible();
313
+ break;
314
+
315
+ case "layerScale":
316
+ if (this._volumePrimitive) this._volumePrimitive.scale = this._options[key];
317
+ break;
318
+
319
+ case "altitudeControl":
320
+ this.removeVolumePrimitive();
321
+
322
+ if (this._currentVolumePosition) {
323
+ let layerConfig = JSON.parse(JSON.stringify(this._windySlicingLayerconfig));
324
+ this.windySlicingSurfaceSection(this._currentVolumePosition, Object.assign(layerConfig, {
325
+ zValues: val
326
+ }));
327
+ }
328
+
329
+ break;
330
+
331
+ case "destroy":
332
+ this.destroy();
333
+ break;
334
+
335
+ default:
336
+ break;
337
+ }
338
+ } // 分层显隐
339
+
340
+
341
+ setEnableLayeringVisible() {
342
+ let zValues = this._windySlicingLayerconfig?.zValues;
343
+ let zVisibles = [];
344
+
345
+ if (this._options?.enableLayering) {
346
+ for (let i = 0; i < zValues.length; i++) {
347
+ if (this._options?.enableLayerings?.includes(zValues[i])) {
348
+ zVisibles.push(true);
349
+ } else {
350
+ zVisibles.push(false);
351
+ }
352
+ }
353
+
354
+ this._volumePrimitive.updateVisibles(this._windySlicingLayerconfig.unit == 'hpa' ? zVisibles.reverse() : zVisibles);
355
+ } else {
356
+ for (let i = zValues.length; i > 0; i--) {
357
+ zVisibles.push(false);
358
+ }
359
+
360
+ this._volumePrimitive.updateVisibles(zVisibles);
361
+ }
362
+ }
363
+ /**
364
+ * 获取或设置气象剖切图层配置
365
+ * @param {string} [guid] 可选图层guid
366
+ * @returns {Object|null} 图层配置对象或null
367
+ */
368
+
369
+
370
+ getWindySlicingLayer(guid) {
371
+ // 参数校验:确保guid为有效字符串
372
+ const isValidGuid = typeof guid === 'string' && guid.trim() !== ''; // 获取图层配置逻辑
373
+
374
+ this._windySlicingLayerconfig = isValidGuid ? this._layerManager.getLayerDataByGuid(guid) || null : this._layerManager._layerListData?.find(element => element?.addType === 'kqgisweatherserver') || null; // 可选:添加调试信息或错误处理
375
+
376
+ if (!this._windySlicingLayerconfig) {
377
+ console.warn('未找到匹配的气象剖切图层配置');
378
+ }
379
+
380
+ this._windySlicingLayerconfig.groups = this._layerManager._windyViewModel?._PRODUCT_CONFIG[this._windySlicingLayerconfig?.params?.productType]?.groups ?? [];
381
+ this._windySlicingLayerconfig.colors = this._layerManager._windyViewModel?._PRODUCT_CONFIG[this._windySlicingLayerconfig?.params?.productType]?.colors ?? [];
382
+ this._windySlicingLayerconfig.ranges = this._layerManager._windyViewModel?._PRODUCT_CONFIG[this._windySlicingLayerconfig?.params?.productType]?.ranges ?? [];
383
+ this._windySlicingLayerconfig.unit = "m";
384
+
385
+ if (this._windySlicingLayerconfig.groups.includes("AIR_PRESSURE")) {
386
+ this._windySlicingLayerconfig.unit = "hpa";
387
+ }
388
+
389
+ this._windySlicingLayerconfig.zValues = this._windySlicingLayerconfig?.zValues ?? this._windySlicingLayerconfig?.params?.zValues ?? [];
390
+ this.callbackParams && this.callbackParams("slicingLayerConfig", this._windySlicingLayerconfig);
391
+ return this._windySlicingLayerconfig;
392
+ } // 清除剖切分析实例
393
+
394
+
395
+ removeVolumePrimitive() {
396
+ if (this._volumePrimitive) {
397
+ this._viewer.scene.primitives.remove(this._volumePrimitive);
398
+
399
+ this._volumePrimitive = null;
400
+ }
401
+
402
+ if (this._volumePrimitive1) {
403
+ this._viewer.scene.primitives.remove(this._volumePrimitive1);
404
+
405
+ this._volumePrimitive1 = null;
406
+ }
407
+
408
+ if (this._volumePrimitive2) {
409
+ this._viewer.scene.primitives.remove(this._volumePrimitive2);
410
+
411
+ this._volumePrimitive2 = null;
412
+ }
413
+ } // 清除左右鼠标点击事件及弹框
414
+
415
+
416
+ removeInputAction() {
417
+ if (this._windySlicingPolylineHandler) {
418
+ this._windySlicingPolylineHandler.removeInputAction(window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
419
+
420
+ this._windySlicingPolylineHandler.removeInputAction(window.Cesium.ScreenSpaceEventType.RIGHT_CLICK);
421
+ } //清除
422
+
423
+
424
+ if (this._pointSlicingHtmlTag) {
425
+ this._pointSlicingHtmlTag.destroy();
426
+ }
427
+ } // 两点绘制线结果
428
+
429
+
430
+ drawPolylineHandler(callback) {
431
+ let that = this;
432
+ let activeShapePoints = [];
433
+
434
+ this._windySlicingPolylineHandler.setInputAction(function (event) {
435
+ if (that._isDrawPolyline) {
436
+ let earthPosition = that._viewer.scene.pickPosition(event.position);
437
+
438
+ if (window.Cesium.defined(earthPosition)) {
439
+ activeShapePoints.push(earthPosition); //单线分析结果显示
440
+
441
+ if (activeShapePoints.length == 2) {
442
+ that._windySlicingDrawManager.stopDraw();
443
+
444
+ that.removeInputAction();
445
+ var newPositions = [];
446
+ activeShapePoints.forEach(position => {
447
+ var newPosition = that._windySlicingDrawManager.transformPosition(position);
448
+
449
+ newPositions.push({
450
+ x: newPosition[0],
451
+ y: newPosition[1]
452
+ });
453
+ });
454
+ if (callback) callback(newPositions);
455
+ }
456
+ }
457
+ } else {
458
+ let cartographic = that._viewer.scene.globe.ellipsoid.cartesianToCartographic(that._viewer.camera.pickEllipsoid(event.position, that._viewer.scene.globe.ellipsoid));
459
+
460
+ that.getPointSlicingData(cartographic);
461
+ }
462
+ }, window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
463
+
464
+ if (!that._isDrawPolyline) {
465
+ that._windySlicingPolylineHandler.setInputAction(function (event) {
466
+ that.removeInputAction();
467
+ }, window.Cesium.ScreenSpaceEventType.RIGHT_CLICK);
468
+ }
469
+ }
470
+ /**
471
+ * 获取点的气象数据
472
+ * @param {string} [guid] cartographic拾取的点
473
+ */
474
+
475
+
476
+ getPointSlicingData(cartographic) {
477
+ let that = this;
478
+ let X = window.Cesium.Math.toDegrees(cartographic.longitude);
479
+ let Y = window.Cesium.Math.toDegrees(cartographic.latitude);
480
+ let unit = this._windySlicingLayerconfig.unit;
481
+ let data = {
482
+ "collectionName": that._windySlicingLayerconfig?.params?.layer,
483
+ "point": {
484
+ "x": X,
485
+ "y": Y
486
+ },
487
+ "geoSRS": "EPSG:4326",
488
+ type: 1
489
+ }; //清除
490
+
491
+ if (this._pointSlicingHtmlTag) {
492
+ this._pointSlicingHtmlTag.destroy();
493
+ }
494
+
495
+ let url = this._windySlicingLayerconfig?.url.replaceAll("/wmts", "").replace("/image", "/image/identify");
496
+ const xhr = new XMLHttpRequest();
497
+ xhr.open('POST', url);
498
+ xhr.setRequestHeader('Content-Type', 'application/json');
499
+
500
+ xhr.onload = function () {
501
+ if (xhr.status >= 200 && xhr.status < 300) {
502
+ const data = JSON.parse(xhr.responseText);
503
+
504
+ if (data) {
505
+ let val;
506
+ let getAllVal = data.result.RasterNameValue;
507
+
508
+ if (that._windySlicingLayerconfig?.params?.layer === 'wind_5' || that._windySlicingLayerconfig?.params?.layer === 'current_global_5') {
509
+ let U = getAllVal[0].value; //经度
510
+
511
+ let V = getAllVal[1].value; //维度
512
+
513
+ let directVal = that.direction(U, V);
514
+ let unitName = that._windySlicingLayerconfig?.params?.layer === 'wind_5' ? '风' : '';
515
+ val = directVal.direct + unitName + '&nbsp;&nbsp;' + directVal.speed.toFixed(2);
516
+ } else if (that._windySlicingLayerconfig?.params?.layer === 'hailang') {
517
+ let hldirectVal = that.direction(null, null, getAllVal[4].value); //波浪平均方向
518
+
519
+ let period = Number(getAllVal[2].value).toFixed(); // 海洋表面温湿度平均周期
520
+
521
+ let alt = Number(getAllVal[0].value).toFixed(); //风浪高度
522
+
523
+ val = hldirectVal.direct + '&nbsp;&nbsp;' + '周期' + '&nbsp;&nbsp;' + period + 's' + '&nbsp;&nbsp;&nbsp;&nbsp;' + alt;
524
+ } else {
525
+ val = Number(getAllVal[0].value);
526
+ }
527
+
528
+ let value = val + '&nbsp;&nbsp;' + unit;
529
+ that.setWindySlicingPointData(value, cartographic); //显示拾取数据
530
+ }
531
+ } else {
532
+ console.error('Request error:', xhr.statusText);
533
+ }
534
+ };
535
+
536
+ xhr.onerror = function () {
537
+ console.error('Request error!');
538
+ };
539
+
540
+ xhr.send(JSON.stringify(data));
541
+ }
542
+ /**
543
+ * 展现气象服务点数据
544
+ * @param {*} val 数值
545
+ * @param {*} position 坐标
546
+ */
547
+
548
+
549
+ setWindySlicingPointData(val, position) {
550
+ let myposition = window.Cesium.Cartesian3.fromRadians(position.longitude, position.latitude, position.height);
551
+ let html = `<div class="pickClass" style="">
552
+ <div style="display: block;position: absolute;left: 0px;right: 0;width: 2px;height: 140px;background: rgba(68,65,65,.84)">
553
+ <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
+ </div>
555
+ </div>`; // 点标注
556
+
557
+ this._pointSlicingHtmlTag = new window.Cesium.Kq3dHtmlTag(this._viewer, {
558
+ html: html,
559
+ position: myposition,
560
+ // 获取到的位置
561
+ anchor: [0, -140],
562
+ // 设置标注的偏移量
563
+ noEvent: false
564
+ });
565
+ } // 重构剖切参数
566
+
567
+
568
+ getSlicingParams(position, params) {
569
+ this._currentVolumePosition = position;
570
+ if (!this._windySlicingLayerconfig) return;
571
+ let colors = this._windySlicingLayerconfig?.colors ?? [];
572
+ let ranges = this._windySlicingLayerconfig?.ranges ?? [];
573
+ let img = colors && this.generateImage(colors);
574
+ if (!img) return;
575
+ this._currentVolumeOption = {
576
+ viewer: this._viewer,
577
+ url: this._windySlicingLayerconfig.url.replaceAll("/wmts", ""),
578
+ collectionName: this._windySlicingLayerconfig?.params?.layer,
579
+ image: img,
580
+ // 高度偏移
581
+ offset: 10000,
582
+ // 高度放大比例
583
+ scale: this._windySlicingLayerconfig.unit == 'hpa' ? 18 : 300,
584
+ unit: this._windySlicingLayerconfig.unit,
585
+ attrRange: [ranges[0], ranges[ranges.length - 1]],
586
+ varName: this._windySlicingLayerconfig?.params?.varNames
587
+ };
588
+ return new Cesium.Kq3dGridVolumeProvider(Object.assign({}, this._currentVolumeOption, params || {}));
589
+ }
590
+ /**
591
+ * 创建线剖切
592
+ * @param {Object} polyline 绘制的线坐标数据
593
+ */
594
+
595
+
596
+ windySlicingPolylineSlicing(polyline) {
597
+ this._volumePrimitive = this.getSlicingParams(polyline);
598
+ let that = this;
599
+ if (!this._volumePrimitive || !this._volumePrimitive.readyPromise) return;
600
+
601
+ this._volumePrimitive.readyPromise.then(() => {
602
+ that._volumePrimitive.showSection(polyline);
603
+ });
604
+
605
+ this.setViewEntity(calculateBoundingBox(polyline)); // 核心计算方法
606
+
607
+ function calculateBoundingBox(points) {
608
+ // 初始化边界值
609
+ let minX = Infinity,
610
+ maxX = -Infinity;
611
+ let minY = Infinity,
612
+ maxY = -Infinity; // 遍历所有坐标点
613
+
614
+ for (const point of points) {
615
+ minX = Math.min(minX, point.x);
616
+ maxX = Math.max(maxX, point.x);
617
+ minY = Math.min(minY, point.y);
618
+ maxY = Math.max(maxY, point.y);
619
+ }
620
+
621
+ return {
622
+ minX: minX,
623
+ // 西经(最小经度)
624
+ maxX: maxX,
625
+ // 东经(最大经度)
626
+ minY: minY,
627
+ // 南纬(最小纬度)
628
+ maxY: maxY // 北纬(最大纬度)
629
+
630
+ };
631
+ }
632
+ }
633
+ /**
634
+ * 面剖切-面分层
635
+ * @param {Object} rect 矩形四至
636
+ */
637
+
638
+
639
+ windySlicingRectangleSlicing(rect) {
640
+ this._volumePrimitive = this.getSlicingParams(rect);
641
+ let that = this;
642
+ if (!this._volumePrimitive || !this._volumePrimitive.readyPromise) return;
643
+
644
+ this._volumePrimitive.readyPromise.then(() => {
645
+ that._volumePrimitive.showSections(rect);
646
+ });
647
+
648
+ this.setViewEntity(rect);
649
+ }
650
+ /**
651
+ * 面剖切-面剖
652
+ * @param {Object} rect 矩形四至
653
+ */
654
+
655
+
656
+ windySlicingSurfaceSection(rect, data) {
657
+ let options = {};
658
+ let zValues = JSON.parse(JSON.stringify(data.zValues));
659
+
660
+ if (!zValues || zValues?.length == 0) {
661
+ zValues = JSON.parse(JSON.stringify(data.ranges));
662
+ }
663
+
664
+ let index = zValues.length - 1;
665
+
666
+ if (data.unit != 'hpa') {
667
+ // options.isReverse = true;
668
+ index = 0;
669
+ zValues = zValues.sort((a, b) => a - b);
670
+ } else {
671
+ zValues = zValues.sort((a, b) => b - a);
672
+ }
673
+
674
+ options.zValues = zValues;
675
+ options.showAxis = true;
676
+ this._volumePrimitive = this.getSlicingParams(rect, options);
677
+ let that = this;
678
+ if (!this._volumePrimitive || !this._volumePrimitive.readyPromise) return;
679
+
680
+ this._volumePrimitive.readyPromise.then(() => {
681
+ if (typeof index != 'undefined') {
682
+ that._volumePrimitive.showPolygonSection(rect, index);
683
+ } else {
684
+ that._volumePrimitive.showPolygonSection(rect);
685
+ }
686
+ });
687
+
688
+ let options1 = JSON.parse(JSON.stringify(options));
689
+ this.volumelines = this.createXYVolume(this.getRectangle(rect));
690
+ options1.showAxis = false;
691
+ this._volumePrimitive1 = this.getSlicingParams(rect, options1);
692
+ if (!this._volumePrimitive1 || !this._volumePrimitive1.readyPromise) return;
693
+
694
+ this._volumePrimitive1.readyPromise.then(() => {
695
+ that._volumePrimitive1.showSection(that.volumelines?.volumeLine1);
696
+ });
697
+
698
+ this._volumePrimitive2 = this.getSlicingParams(rect, options1);
699
+ if (!this._volumePrimitive2 || !this._volumePrimitive2.readyPromise) return;
700
+
701
+ this._volumePrimitive2.readyPromise.then(() => {
702
+ that._volumePrimitive2.showSection(that.volumelines?.volumeLine2);
703
+ });
704
+
705
+ this.setViewEntity(rect);
706
+ }
707
+
708
+ getRectangle(rect) {
709
+ if (typeof rect == 'string') {
710
+ rect = JSON.parse(rect);
711
+ }
712
+
713
+ 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
+ return rectangle;
715
+ }
716
+
717
+ createXYVolume(rectangle) {
718
+ // 获取矩形的四个角点
719
+ var southwest = Cesium.Rectangle.southwest(rectangle); // 西南角经纬度
720
+
721
+ var northwest = Cesium.Rectangle.northwest(rectangle); // 西北角经纬度
722
+
723
+ var northeast = Cesium.Rectangle.northeast(rectangle); // 东北角经纬度
724
+
725
+ var southeast = Cesium.Rectangle.southeast(rectangle); // 东南角经纬度
726
+
727
+ let line1 = [];
728
+ let line2 = [];
729
+ let line3 = [];
730
+ let line4 = []; // 上线
731
+
732
+ line1.push({
733
+ longitude: northeast.longitude / Math.PI * 180,
734
+ latitude: northeast.latitude / Math.PI * 180
735
+ });
736
+ line1.push({
737
+ longitude: northwest.longitude / Math.PI * 180,
738
+ latitude: northwest.latitude / Math.PI * 180
739
+ }); // 下线
740
+
741
+ line2.push({
742
+ longitude: southeast.longitude / Math.PI * 180,
743
+ latitude: southeast.latitude / Math.PI * 180
744
+ });
745
+ line2.push({
746
+ longitude: southwest.longitude / Math.PI * 180,
747
+ latitude: southwest.latitude / Math.PI * 180
748
+ }); // 左线
749
+
750
+ line3.push({
751
+ longitude: northeast.longitude / Math.PI * 180,
752
+ latitude: northeast.latitude / Math.PI * 180
753
+ });
754
+ line3.push({
755
+ longitude: southeast.longitude / Math.PI * 180,
756
+ latitude: southeast.latitude / Math.PI * 180
757
+ }); // 右线
758
+
759
+ line4.push({
760
+ longitude: northwest.longitude / Math.PI * 180,
761
+ latitude: northwest.latitude / Math.PI * 180
762
+ });
763
+ line4.push({
764
+ longitude: southwest.longitude / Math.PI * 180,
765
+ latitude: southwest.latitude / Math.PI * 180
766
+ });
767
+ let volumeLine1 = [],
768
+ volumeLine2 = [];
769
+ volumeLine1.push(this.getLineCenter(line1[0], line1[1]));
770
+ volumeLine1.push(this.getLineCenter(line2[0], line2[1]));
771
+ volumeLine2.push(this.getLineCenter(line3[0], line3[1]));
772
+ volumeLine2.push(this.getLineCenter(line4[0], line4[1]));
773
+ return {
774
+ line1,
775
+ line2,
776
+ line3,
777
+ line4,
778
+ volumeLine1,
779
+ volumeLine2
780
+ };
781
+ } // 获取线段中心点
782
+
783
+
784
+ getLineCenter(startPoint, endPoint) {
785
+ startPoint = Cesium.Cartesian3.fromDegrees(startPoint.longitude, startPoint.latitude);
786
+ endPoint = Cesium.Cartesian3.fromDegrees(endPoint.longitude, endPoint.latitude); // 计算线段中心点
787
+
788
+ let centerPoint = Cesium.Cartesian3.add(startPoint, endPoint, new Cesium.Cartesian3());
789
+ centerPoint = Cesium.Cartesian3.divideByScalar(centerPoint, 2.0, new Cesium.Cartesian3()); // 将中心点转换为经纬度
790
+
791
+ let centerPointCartographic = Cesium.Cartographic.fromCartesian(centerPoint);
792
+ let centerPointLatLon = {
793
+ y: Cesium.Math.toDegrees(centerPointCartographic.latitude),
794
+ x: Cesium.Math.toDegrees(centerPointCartographic.longitude)
795
+ };
796
+ return centerPointLatLon;
797
+ } // 体剖切
798
+
799
+
800
+ windyVoxelsSingleSlicing() {
801
+ if (!Cesium.Kq3dGridVoxelsSingleProviderExt) {
802
+ console.log("Kq3dGridVoxelsSingleProviderExt class cannot be empty");
803
+ return;
804
+ }
805
+
806
+ if (this._currentVolumeOption && this._currentVolumePosition) {
807
+ this._volumePrimitive = new Cesium.Kq3dGridVoxelsSingleProviderExt(this._currentVolumeOption);
808
+ let that = this;
809
+ if (!this._volumePrimitive || !this._volumePrimitive.readyPromise) return;
810
+
811
+ this._volumePrimitive.readyPromise.then(() => {
812
+ that._volumePrimitive.showVoxels(that._currentVolumePosition);
813
+ });
814
+ }
815
+ } // 设置entity视角缩放
816
+
817
+
818
+ setViewEntity(rect) {
819
+ 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
+ let entity = this._viewer.entities.add({
822
+ name: 'Blue translucent, rotated, and extruded ellipse with outline',
823
+ rectangle: {
824
+ coordinates: rectangle,
825
+ material: Cesium.Color.RED.withAlpha(0)
826
+ }
827
+ });
828
+
829
+ this._viewer.flyTo(entity, {
830
+ duration: 1,
831
+ offset: {
832
+ heading: Cesium.Math.toRadians(-30),
833
+ pitch: Cesium.Math.toRadians(-30),
834
+ range: 1100000
835
+ }
836
+ });
837
+
838
+ setTimeout(() => {
839
+ this._viewer.entities.remove(entity);
840
+ }, 1000);
841
+ } // 根据颜色表生成图片
842
+
843
+
844
+ generateImage(colors) {
845
+ var canvas = document.createElement('canvas');
846
+ var context = canvas.getContext('2d'); // 设置画布大小为500x300像素
847
+
848
+ canvas.width = 434;
849
+ canvas.height = 27; // 计算每个颜色所占据的区域大小
850
+
851
+ var scale = 1 / (colors.length - 1); // 创建一个线性渐变
852
+
853
+ const gradient = context.createLinearGradient(0, 0, canvas.width, canvas.height);
854
+ gradient.addColorStop(0, colors[0]); // 渐变开始的颜色
855
+ // 绘制颜色条形
856
+
857
+ for (let i = 1; i < colors.length; i++) {
858
+ gradient.addColorStop(i * scale, colors[i]);
859
+ } // 填充渐变
860
+
861
+
862
+ context.fillStyle = gradient;
863
+ context.fillRect(0, 0, canvas.width, canvas.height);
864
+ var imageDataUrl = canvas.toDataURL('image/png');
865
+ return imageDataUrl;
866
+ } //清除
867
+
868
+
869
+ clear() {
870
+ this.removeVolumePrimitive();
871
+ this.removeInputAction();
872
+ this._isDrawPolyline = false;
873
+
874
+ this._windySlicingDrawManager.stopDraw();
875
+
876
+ this._windySlicingDrawManager.clear();
877
+
878
+ this._currentVolumePosition = null;
879
+ this._currentVolumeOption = null;
880
+ this.volumelines = null;
881
+ } //销毁
882
+
883
+
884
+ destroy() {
885
+ this.clear();
886
+ if (this._options) this._options = {};
887
+
888
+ if (this._windySlicingRemoveEventListener) {
889
+ //移除监听事件
890
+ this._windySlicingRemoveEventListener && this._windySlicingRemoveEventListener();
891
+ this._windySlicingRemoveEventListener = null;
892
+ }
893
+
894
+ this._viewer.scene.globe.showGroundAtmosphere = true;
895
+ this._viewer.scene.screenSpaceCameraController.maximumZoomDistance = Number.POSITIVE_INFINITY;
896
+ }
897
+
898
+ }
899
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
900
+ var util_ = __webpack_require__(3458);
901
+ // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
902
+ var vue_i18n_cjs_js_ = __webpack_require__(7080);
903
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_types/global-event"
904
+ var global_event_ = __webpack_require__(3536);
905
+ var global_event_default = /*#__PURE__*/__webpack_require__.n(global_event_);
906
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/windyslicing/WindySlicing.vue?vue&type=script&setup=true&lang=js
907
+
908
+ const _hoisted_1 = {
909
+ class: "kq3d-windy-slicing-box"
910
+ };
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+ const __default__ = {
919
+ name: "Kq3dWindySlicing"
920
+ };
921
+ /* harmony default export */ var WindySlicingvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
922
+ props: {
923
+ mapTarget: String,
924
+ // 设置参数
925
+ settingParams: {
926
+ type: Object
927
+ },
928
+ // 是否显示阴影效果
929
+ showShadow: {
930
+ type: Boolean,
931
+ default: true
932
+ },
933
+
934
+ /**
935
+ * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
936
+ */
937
+ position: [String, Object],
938
+ // 是否生成HeaderTemp
939
+ showHeaderTemp: {
940
+ type: Boolean,
941
+ default: false
942
+ },
943
+ // 是否折叠HeaderTemp,showHeaderTemp为true时生效
944
+ isCollapseHeaderTemp: {
945
+ type: Boolean,
946
+ default: false
947
+ },
948
+ // HeaderTemp标题
949
+ headerTempTitle: {
950
+ type: String
951
+ },
952
+ // HeaderTemp图标
953
+ headerTempIcon: {
954
+ type: [Object, String],
955
+ default: client_icons_vue_.IconWindySlicing
956
+ },
957
+ // HeaderTemp Title&Icon的位置
958
+ isRight: {
959
+ type: Boolean,
960
+ default: true
961
+ },
962
+ show: {
963
+ type: Boolean,
964
+ default: true
965
+ }
966
+ },
967
+
968
+ setup(__props, {
969
+ expose: __expose
970
+ }) {
971
+ const props = __props;
972
+ const {
973
+ proxy
974
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)(); // 获取组件传参
975
+
976
+ let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
977
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
978
+ let enableLayerings = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
979
+ let unit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("m");
980
+ let showSlicingSetting = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
981
+ let showWindySlicing = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.show);
982
+ let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
983
+ collapseValue: props.settingParams?.collapseValue ?? "setting",
984
+ mode: props.settingParams?.mode ?? "",
985
+ // 绘制类型
986
+ slicingType: props.settingParams?.slicingType ?? 1,
987
+ // 显示方式,1为三维面,3为三维体
988
+ showAxis: props.settingParams?.showAxis ?? true,
989
+ // 经纬网显示
990
+ styleType: props.settingParams?.styleType ?? "1",
991
+ // 剖切样式
992
+ enableLayering: props.settingParams?.enableLayering ?? true,
993
+ // 分层显示
994
+ enableLayerings: props.settingParams?.enableLayerings ?? [],
995
+ // 分层数据选中
996
+ layerScale: props.settingParams?.layerScale ?? 300,
997
+ // 分层缩放
998
+ maxLayerScale: props.settingParams?.maxLayerScale ?? 300,
999
+ // 分层缩放最大值
1000
+ altitudeControl: props.settingParams?.altitudeControl ?? 50,
1001
+ // 高度控制
1002
+ maxAltitudeControl: props.settingParams?.maxAltitudeControl ?? 100,
1003
+ // 高度控制
1004
+ enableLongSection: props.settingParams?.enableLongSection ?? true,
1005
+ // 是否启动经度剖面
1006
+ longSectionValue: props.settingParams?.longSectionValue ?? 50,
1007
+ // 经度剖面值
1008
+ longSectionValueStep: 1,
1009
+ longSectionValueMin: 1,
1010
+ longSectionValueMax: 10,
1011
+ enableLatSection: props.settingParams?.enableLatSection ?? true,
1012
+ // 是否启动纬度剖面
1013
+ latSectionValue: props.settingParams?.latSectionValue ?? 50,
1014
+ // 纬度剖面值
1015
+ latSectionValueStep: 1,
1016
+ latSectionValueMin: 1,
1017
+ latSectionValueMax: 10,
1018
+ enableHeightSection: props.settingParams?.enableHeightSection ?? true,
1019
+ // 高度剖面
1020
+ heightSectionValueMax: 10,
1021
+ //高度剖面最大值
1022
+ heightSectionValue: props.settingParams?.heightSectionValue ?? 50,
1023
+ // 等值面高度
1024
+ bodyDissectionAxis: props.settingParams?.bodyDissectionAxis ?? true,
1025
+ // 体剖切刻度线
1026
+ bodyDissectionAlpha: props.settingParams?.bodyDissectionAlpha ?? 1 //体剖切透明度
1027
+
1028
+ }); // 创建深度复制
1029
+
1030
+ let formItemDef = JSON.parse(JSON.stringify(formItem));
1031
+ 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
+
1036
+ 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)(); // 国际化
1038
+
1039
+ let {
1040
+ locale,
1041
+ messages
1042
+ } = (0,vue_i18n_cjs_js_.useI18n)();
1043
+ let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
1044
+ headerTempTitle.value = language.value.windySlicingAnalysisTitle;
1045
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
1046
+ language.value = messages.value[newVal]["webgl"];
1047
+ headerTempTitle.value = language.value.windySlicingAnalysisTitle;
1048
+ });
1049
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
1050
+ (0,util_.updatePosition)(boxRef.value, props);
1051
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
1052
+ (0,util_.updatePosition)(boxRef.value, props);
1053
+ });
1054
+ watchCreateHeaderTemp();
1055
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
1056
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
1057
+ watchCreateHeaderTemp();
1058
+ });
1059
+ });
1060
+ currentLang.value = proxy.$i18n.locale; // 获取当前语言
1061
+
1062
+ gis_utils_.utils.getWebMap(props.mapTarget, scenceView => {
1063
+ if (scenceView) {
1064
+ viewModel = new WindySlicingViewModel(scenceView, formItem, callbackParams);
1065
+ }
1066
+ });
1067
+ setTimeout(() => {
1068
+ global_event_default().on("windyTypeChange", handleWindyTypeChange);
1069
+ }, 100);
1070
+ });
1071
+ /**
1072
+ * @description 监听header生成
1073
+ */
1074
+
1075
+ const watchCreateHeaderTemp = () => {
1076
+ if (props.showHeaderTemp) {
1077
+ // 生成headerTemp
1078
+ headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
1079
+ }
1080
+ };
1081
+ /**
1082
+ * @description 当前气象图层类型变化
1083
+ * @param {Object} data 气象类型{windyType:WIND}
1084
+ */
1085
+
1086
+
1087
+ const handleWindyTypeChange = data => {
1088
+ clear();
1089
+ Object.assign(formItem, formItemDef);
1090
+
1091
+ if (data?.windyType == "exit") {
1092
+ showWindySlicing.value = false;
1093
+ return;
1094
+ }
1095
+
1096
+ showWindySlicing.value = true;
1097
+ viewModel && viewModel.getWindySlicingLayer(data?.guid ?? "");
1098
+ };
1099
+
1100
+ function callbackParams(key, val) {
1101
+ console.log(val);
1102
+
1103
+ switch (key) {
1104
+ case "showSlicingSetting":
1105
+ showSlicingSetting.value = val;
1106
+ break;
1107
+
1108
+ case "slicingLayerConfig":
1109
+ if (!Array.isArray(val.zValues) || val.zValues.length === 0) {
1110
+ showWindySlicing.value = false;
1111
+ } else {
1112
+ showWindySlicing.value = true;
1113
+ enableLayerings.value = val.zValues;
1114
+ formItem.enableLayerings = val.zValues;
1115
+ viewModel._options["enableLayerings"] = val.zValues;
1116
+ formItem.altitudeControl = val.zValues.length;
1117
+ formItem.maxAltitudeControl = val.zValues.length;
1118
+ }
1119
+
1120
+ unit.value = val.unit;
1121
+ break;
1122
+
1123
+ default:
1124
+ break;
1125
+ }
1126
+ } //切换类型
1127
+
1128
+
1129
+ function changeMode(mode) {
1130
+ if (!viewModel) return;
1131
+
1132
+ if (formItem.mode !== mode) {
1133
+ showSlicingSetting.value = false;
1134
+ formItem.mode = mode;
1135
+ viewModel._options.mode = formItem.mode;
1136
+ viewModel && viewModel.paramsChanged("mode");
1137
+
1138
+ if (mode == "delete") {
1139
+ Object.assign(formItem, formItemDef);
1140
+ }
1141
+ }
1142
+ }
1143
+
1144
+ function paramsChanged(key) {
1145
+ if (!viewModel) return;
1146
+ viewModel._options[key] = formItem[key]; // 处理 slicingType 的特殊逻辑
1147
+
1148
+ let defaultValues = null;
1149
+
1150
+ switch (key) {
1151
+ case "slicingType":
1152
+ const VALID_SLICING_TYPES = {
1153
+ 1: "1",
1154
+ 3: "3"
1155
+ };
1156
+ const newStyleType = VALID_SLICING_TYPES[formItem.slicingType];
1157
+
1158
+ if (newStyleType) {
1159
+ viewModel._options.styleType = formItem.styleType = newStyleType;
1160
+ }
1161
+
1162
+ break;
1163
+
1164
+ case "altitudeControl":
1165
+ let gdzValues = enableLayerings.value.slice(0, formItem.altitudeControl);
1166
+ formItem.heightSectionValueMax = gdzValues.length;
1167
+ defaultValues = gdzValues;
1168
+ if (!viewModel?.volumelines) return;
1169
+ let jdValue = Math.abs(viewModel?.volumelines.line1[0].longitude - viewModel?.volumelines.line1[1].longitude);
1170
+ jdValue = jdValue.toFixed(3);
1171
+ formItem.longSectionValueStep = jdValue / 100;
1172
+ formItem.longSectionValueMin = -(jdValue / 2);
1173
+ formItem.longSectionValueMax = jdValue / 2;
1174
+ formItem.longSectionValue = 0;
1175
+ let wdValue = Math.abs(viewModel?.volumelines.line4[0].latitude - viewModel?.volumelines.line4[1].latitude);
1176
+ wdValue = wdValue.toFixed(3);
1177
+ formItem.latSectionValueStep = wdValue / 100;
1178
+ formItem.latSectionValueMin = -(wdValue / 2);
1179
+ formItem.latSectionValueMax = wdValue / 2;
1180
+ formItem.latSectionValue = 0;
1181
+ break;
1182
+
1183
+ default:
1184
+ break;
1185
+ }
1186
+
1187
+ viewModel.paramsChanged?.(key, defaultValues); // 使用可选链调用方法
1188
+ }
1189
+
1190
+ function clear() {
1191
+ showSlicingSetting.value = false;
1192
+ viewModel && viewModel.clear();
1193
+ } // 显示提示信息
1194
+
1195
+
1196
+ function formatTooltip(val) {
1197
+ return enableLayerings.value[val - 1] + unit.value;
1198
+ } // 销毁
1199
+
1200
+
1201
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
1202
+ viewModel && viewModel.destroy();
1203
+ });
1204
+
1205
+ __expose({
1206
+ changeMode,
1207
+ paramsChanged,
1208
+ clear
1209
+ });
1210
+
1211
+ return (_ctx, _cache) => {
1212
+ const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
1213
+
1214
+ const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
1215
+
1216
+ const _component_kq_radio_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-button");
1217
+
1218
+ const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
1219
+
1220
+ const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
1221
+
1222
+ const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
1223
+
1224
+ const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
1225
+
1226
+ const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
1227
+
1228
+ const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
1229
+
1230
+ const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
1231
+
1232
+ const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
1233
+
1234
+ const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
1235
+
1236
+ const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
1237
+
1238
+ const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
1239
+
1240
+ 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
+ class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-windy-slicing", {
1242
+ 'kq-box-shadow': __props.showShadow
1243
+ }]),
1244
+ ref_key: "boxRef",
1245
+ ref: boxRef
1246
+ }, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
1247
+ key: 0,
1248
+ ref_key: "headerTempRef",
1249
+ 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, {
1253
+ gutter: 20,
1254
+ class: "rowclass"
1255
+ }, {
1256
+ 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_button, {
1257
+ icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconLocation),
1258
+ 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
+ onClick: _cache[0] || (_cache[0] = $event => changeMode('point')),
1260
+ 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, {
1264
+ icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconLine),
1265
+ 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
+ onClick: _cache[1] || (_cache[1] = $event => changeMode('line')),
1267
+ 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, {
1271
+ icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconPolygon),
1272
+ 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
+ onClick: _cache[2] || (_cache[2] = $event => changeMode('polygon')),
1274
+ 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, {
1278
+ icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconPlottingDelete),
1279
+ 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
+ onClick: _cache[3] || (_cache[3] = $event => changeMode('delete')),
1281
+ 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
+
1288
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1289
+ class: "kq3d-windy-slicing-tip"
1290
+ }, {
1291
+ 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
+ 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
+
1299
+ }), (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
+ "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
1301
+ class: "kq3d-windy-slicing-collapse"
1302
+ }, {
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_collapse_item, {
1304
+ title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
1305
+ name: "setting"
1306
+ }, {
1307
+ 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, {
1308
+ "label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '110px' : '160px',
1309
+ "label-position": "left"
1310
+ }, {
1311
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1312
+ class: "rowclass"
1313
+ }, {
1314
+ 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, {
1315
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slicingType
1316
+ }, {
1317
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1318
+ style: {
1319
+ "display": "flex"
1320
+ }
1321
+ }, {
1322
+ 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_group, {
1323
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType,
1324
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slicingType = $event),
1325
+ onChange: _cache[5] || (_cache[5] = $event => paramsChanged('slicingType'))
1326
+ }, {
1327
+ 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
+ label: 1
1329
+ }, {
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
+
1336
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
1337
+ label: 3
1338
+ }, {
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
+
1345
+ })]),
1346
+ _: 1
1347
+ /* STABLE */
1348
+
1349
+ }, 8
1350
+ /* PROPS */
1351
+ , ["modelValue"])]),
1352
+ _: 1
1353
+ /* STABLE */
1354
+
1355
+ })]),
1356
+ _: 1
1357
+ /* STABLE */
1358
+
1359
+ }, 8
1360
+ /* PROPS */
1361
+ , ["label"])]),
1362
+ _: 1
1363
+ /* STABLE */
1364
+
1365
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1366
+ class: "rowclass"
1367
+ }, {
1368
+ 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, {
1369
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slicingStyle
1370
+ }, {
1371
+ 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_group, {
1372
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).styleType,
1373
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).styleType = $event),
1374
+ onChange: _cache[7] || (_cache[7] = $event => paramsChanged('styleType'))
1375
+ }, {
1376
+ 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
+ label: "1"
1378
+ }, {
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, {
1388
+ label: "2"
1389
+ }, {
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, {
1399
+ label: "3"
1400
+ }, {
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
+
1425
+ }), (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
+ key: 0
1427
+ }, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1428
+ class: "rowclass"
1429
+ }, {
1430
+ 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, {
1431
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printlatlng
1432
+ }, {
1433
+ 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, {
1434
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showAxis,
1435
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showAxis = $event),
1436
+ 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
+
1449
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1450
+ 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
+ }, {
1452
+ 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, {
1453
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layering
1454
+ }, {
1455
+ 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, {
1456
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering,
1457
+ "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayering = $event),
1458
+ 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, {
1474
+ class: "rowclass"
1475
+ }, {
1476
+ 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, {
1477
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).hierarchicalScaling
1478
+ }, {
1479
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1480
+ style: {
1481
+ "display": "flex"
1482
+ }
1483
+ }, {
1484
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1485
+ span: 17
1486
+ }, {
1487
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1488
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).layerScale,
1489
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).layerScale = $event),
1490
+ "show-tooltip": false,
1491
+ step: 1,
1492
+ min: 0,
1493
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLayerScale,
1494
+ onChange: _cache[13] || (_cache[13] = $event => paramsChanged('layerScale'))
1495
+ }, null, 8
1496
+ /* PROPS */
1497
+ , ["modelValue", "max"])]),
1498
+ _: 1
1499
+ /* STABLE */
1500
+
1501
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1502
+ span: 7
1503
+ }, {
1504
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
1505
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).layerScale,
1506
+ "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).layerScale = $event),
1507
+ min: 0,
1508
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLayerScale,
1509
+ step: 1,
1510
+ "controls-position": "right",
1511
+ onChange: _cache[15] || (_cache[15] = $event => paramsChanged('layerScale'))
1512
+ }, null, 8
1513
+ /* PROPS */
1514
+ , ["modelValue", "max"])]),
1515
+ _: 1
1516
+ /* STABLE */
1517
+
1518
+ })]),
1519
+ _: 1
1520
+ /* STABLE */
1521
+
1522
+ })]),
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, {
1535
+ 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
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).stratifiedSelection
1537
+ }, {
1538
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1539
+ 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_select, {
1540
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayerings,
1541
+ "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLayerings = $event),
1542
+ multiple: "",
1543
+ "collapse-tags": "",
1544
+ placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pleaseselect,
1545
+ onChange: _cache[17] || (_cache[17] = $event => paramsChanged('enableLayerings'))
1546
+ }, {
1547
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(enableLayerings), item => {
1548
+ return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
1549
+ key: item,
1550
+ label: item + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(unit),
1551
+ 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
+
1567
+ })]),
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, {
1582
+ key: 1
1583
+ }, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1584
+ class: "rowclass"
1585
+ }, {
1586
+ 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, {
1587
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).altitudeControl
1588
+ }, {
1589
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1590
+ style: {
1591
+ "display": "flex"
1592
+ }
1593
+ }, {
1594
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1595
+ span: 17
1596
+ }, {
1597
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1598
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).altitudeControl,
1599
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).altitudeControl = $event),
1600
+ step: 1,
1601
+ min: 1,
1602
+ "format-tooltip": formatTooltip,
1603
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeControl,
1604
+ onChange: _cache[19] || (_cache[19] = $event => paramsChanged('altitudeControl'))
1605
+ }, null, 8
1606
+ /* PROPS */
1607
+ , ["modelValue", "max"])]),
1608
+ _: 1
1609
+ /* STABLE */
1610
+
1611
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1612
+ span: 7
1613
+ }, {
1614
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
1615
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).altitudeControl,
1616
+ "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).altitudeControl = $event),
1617
+ min: 1,
1618
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeControl,
1619
+ step: 1,
1620
+ "controls-position": "right",
1621
+ onChange: _cache[21] || (_cache[21] = $event => paramsChanged('altitudeControl'))
1622
+ }, null, 8
1623
+ /* PROPS */
1624
+ , ["modelValue", "max"])]),
1625
+ _: 1
1626
+ /* STABLE */
1627
+
1628
+ })]),
1629
+ _: 1
1630
+ /* STABLE */
1631
+
1632
+ })]),
1633
+ _: 1
1634
+ /* STABLE */
1635
+
1636
+ }, 8
1637
+ /* PROPS */
1638
+ , ["label"])]),
1639
+ _: 1
1640
+ /* STABLE */
1641
+
1642
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1643
+ class: "rowclass"
1644
+ }, {
1645
+ 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, {
1646
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).longSection
1647
+ }, {
1648
+ 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
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLongSection,
1650
+ "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
+
1663
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1664
+ class: "rowclass"
1665
+ }, {
1666
+ 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, {
1667
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).longSection + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).value
1668
+ }, {
1669
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1670
+ style: {
1671
+ "display": "flex"
1672
+ }
1673
+ }, {
1674
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1675
+ span: 17
1676
+ }, {
1677
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1678
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValue,
1679
+ "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValue = $event),
1680
+ "show-tooltip": false,
1681
+ step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueStep,
1682
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueMin,
1683
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueMax,
1684
+ onChange: _cache[24] || (_cache[24] = $event => paramsChanged('longSectionValue'))
1685
+ }, null, 8
1686
+ /* PROPS */
1687
+ , ["modelValue", "step", "min", "max"])]),
1688
+ _: 1
1689
+ /* STABLE */
1690
+
1691
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1692
+ span: 7
1693
+ }, {
1694
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
1695
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValue,
1696
+ "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValue = $event),
1697
+ step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueStep,
1698
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueMin,
1699
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longSectionValueMax,
1700
+ "controls-position": "right",
1701
+ onChange: _cache[26] || (_cache[26] = $event => paramsChanged('longSectionValue'))
1702
+ }, null, 8
1703
+ /* PROPS */
1704
+ , ["modelValue", "step", "min", "max"])]),
1705
+ _: 1
1706
+ /* STABLE */
1707
+
1708
+ })]),
1709
+ _: 1
1710
+ /* STABLE */
1711
+
1712
+ })]),
1713
+ _: 1
1714
+ /* STABLE */
1715
+
1716
+ }, 8
1717
+ /* PROPS */
1718
+ , ["label"])]),
1719
+ _: 1
1720
+ /* STABLE */
1721
+
1722
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1723
+ class: "rowclass"
1724
+ }, {
1725
+ 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, {
1726
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latSection
1727
+ }, {
1728
+ 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
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableLatSection,
1730
+ "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
+
1743
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1744
+ class: "rowclass"
1745
+ }, {
1746
+ 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, {
1747
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latSection + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).value
1748
+ }, {
1749
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1750
+ style: {
1751
+ "display": "flex"
1752
+ }
1753
+ }, {
1754
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1755
+ span: 17
1756
+ }, {
1757
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1758
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValue,
1759
+ "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValue = $event),
1760
+ "show-tooltip": false,
1761
+ step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueStep,
1762
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueMin,
1763
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueMax,
1764
+ onChange: _cache[29] || (_cache[29] = $event => paramsChanged('latSectionValue'))
1765
+ }, null, 8
1766
+ /* PROPS */
1767
+ , ["modelValue", "step", "min", "max"])]),
1768
+ _: 1
1769
+ /* STABLE */
1770
+
1771
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1772
+ span: 7
1773
+ }, {
1774
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
1775
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValue,
1776
+ "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValue = $event),
1777
+ step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueStep,
1778
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueMin,
1779
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latSectionValueMax,
1780
+ "controls-position": "right",
1781
+ onChange: _cache[31] || (_cache[31] = $event => paramsChanged('latSectionValue'))
1782
+ }, null, 8
1783
+ /* PROPS */
1784
+ , ["modelValue", "step", "min", "max"])]),
1785
+ _: 1
1786
+ /* STABLE */
1787
+
1788
+ })]),
1789
+ _: 1
1790
+ /* STABLE */
1791
+
1792
+ })]),
1793
+ _: 1
1794
+ /* STABLE */
1795
+
1796
+ }, 8
1797
+ /* PROPS */
1798
+ , ["label"])]),
1799
+ _: 1
1800
+ /* STABLE */
1801
+
1802
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1803
+ class: "rowclass"
1804
+ }, {
1805
+ 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, {
1806
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heightSection
1807
+ }, {
1808
+ 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
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableHeightSection,
1810
+ "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
+
1823
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1824
+ class: "rowclass"
1825
+ }, {
1826
+ 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, {
1827
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heightSection + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).value
1828
+ }, {
1829
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1830
+ style: {
1831
+ "display": "flex"
1832
+ }
1833
+ }, {
1834
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1835
+ span: 17
1836
+ }, {
1837
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1838
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heightSectionValue,
1839
+ "onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heightSectionValue = $event),
1840
+ "show-tooltip": false,
1841
+ step: 1,
1842
+ min: 0,
1843
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heightSectionValueMax,
1844
+ onChange: _cache[34] || (_cache[34] = $event => paramsChanged('heightSectionValue'))
1845
+ }, null, 8
1846
+ /* PROPS */
1847
+ , ["modelValue", "max"])]),
1848
+ _: 1
1849
+ /* STABLE */
1850
+
1851
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1852
+ span: 7
1853
+ }, {
1854
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
1855
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heightSectionValue,
1856
+ "onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heightSectionValue = $event),
1857
+ step: 1,
1858
+ min: 0,
1859
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heightSectionValueMax,
1860
+ "controls-position": "right",
1861
+ onChange: _cache[36] || (_cache[36] = $event => paramsChanged('heightSectionValue'))
1862
+ }, null, 8
1863
+ /* PROPS */
1864
+ , ["modelValue", "max"])]),
1865
+ _: 1
1866
+ /* STABLE */
1867
+
1868
+ })]),
1869
+ _: 1
1870
+ /* STABLE */
1871
+
1872
+ })]),
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, {
1885
+ key: 2
1886
+ }, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1887
+ class: "rowclass"
1888
+ }, {
1889
+ 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, {
1890
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printlatlng
1891
+ }, {
1892
+ 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, {
1893
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAxis,
1894
+ "onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAxis = $event),
1895
+ 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
+
1908
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1909
+ class: "rowclass"
1910
+ }, {
1911
+ 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, {
1912
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodAlpha
1913
+ }, {
1914
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1915
+ style: {
1916
+ "display": "flex"
1917
+ }
1918
+ }, {
1919
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1920
+ span: 16
1921
+ }, {
1922
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1923
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha,
1924
+ "onUpdate:modelValue": _cache[39] || (_cache[39] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha = $event),
1925
+ step: 0.01,
1926
+ min: 0,
1927
+ max: 1,
1928
+ onChange: _cache[40] || (_cache[40] = $event => paramsChanged('bodyDissectionAlpha'))
1929
+ }, null, 8
1930
+ /* PROPS */
1931
+ , ["modelValue", "step"])]),
1932
+ _: 1
1933
+ /* STABLE */
1934
+
1935
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1936
+ span: 8
1937
+ }, {
1938
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
1939
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha,
1940
+ "onUpdate:modelValue": _cache[41] || (_cache[41] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha = $event),
1941
+ min: 0,
1942
+ max: 1,
1943
+ step: 0.01,
1944
+ "controls-position": "right",
1945
+ onChange: _cache[42] || (_cache[42] = $event => paramsChanged('bodyDissectionAlpha'))
1946
+ }, null, 8
1947
+ /* PROPS */
1948
+ , ["modelValue", "step"])]),
1949
+ _: 1
1950
+ /* STABLE */
1951
+
1952
+ })]),
1953
+ _: 1
1954
+ /* STABLE */
1955
+
1956
+ })]),
1957
+ _: 1
1958
+ /* STABLE */
1959
+
1960
+ }, 8
1961
+ /* PROPS */
1962
+ , ["label"])]),
1963
+ _: 1
1964
+ /* STABLE */
1965
+
1966
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1967
+ class: "rowclass"
1968
+ }, {
1969
+ 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, {
1970
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).longitude + (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
1971
+ }, {
1972
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1973
+ style: {
1974
+ "display": "flex"
1975
+ }
1976
+ }, {
1977
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1978
+ span: 16
1979
+ }, {
1980
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1981
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha,
1982
+ "onUpdate:modelValue": _cache[43] || (_cache[43] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha = $event),
1983
+ step: 1,
1984
+ min: 0,
1985
+ max: 1000,
1986
+ onChange: _cache[44] || (_cache[44] = $event => paramsChanged('bodyDissectionAlpha'))
1987
+ }, null, 8
1988
+ /* PROPS */
1989
+ , ["modelValue"])]),
1990
+ _: 1
1991
+ /* STABLE */
1992
+
1993
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1994
+ span: 8
1995
+ }, {
1996
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
1997
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha,
1998
+ "onUpdate:modelValue": _cache[45] || (_cache[45] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha = $event),
1999
+ min: 0,
2000
+ max: 1000,
2001
+ step: 1,
2002
+ "controls-position": "right",
2003
+ onChange: _cache[46] || (_cache[46] = $event => paramsChanged('bodyDissectionAlpha'))
2004
+ }, null, 8
2005
+ /* PROPS */
2006
+ , ["modelValue"])]),
2007
+ _: 1
2008
+ /* STABLE */
2009
+
2010
+ })]),
2011
+ _: 1
2012
+ /* STABLE */
2013
+
2014
+ })]),
2015
+ _: 1
2016
+ /* STABLE */
2017
+
2018
+ }, 8
2019
+ /* PROPS */
2020
+ , ["label"])]),
2021
+ _: 1
2022
+ /* STABLE */
2023
+
2024
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
2025
+ class: "rowclass"
2026
+ }, {
2027
+ 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, {
2028
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude + (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
2029
+ }, {
2030
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
2031
+ style: {
2032
+ "display": "flex"
2033
+ }
2034
+ }, {
2035
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2036
+ span: 16
2037
+ }, {
2038
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
2039
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha,
2040
+ "onUpdate:modelValue": _cache[47] || (_cache[47] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha = $event),
2041
+ step: 1,
2042
+ min: 0,
2043
+ max: 1000,
2044
+ onChange: _cache[48] || (_cache[48] = $event => paramsChanged('bodyDissectionAlpha'))
2045
+ }, null, 8
2046
+ /* PROPS */
2047
+ , ["modelValue"])]),
2048
+ _: 1
2049
+ /* STABLE */
2050
+
2051
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2052
+ span: 8
2053
+ }, {
2054
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
2055
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha,
2056
+ "onUpdate:modelValue": _cache[49] || (_cache[49] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha = $event),
2057
+ min: 0,
2058
+ max: 1000,
2059
+ step: 1,
2060
+ "controls-position": "right",
2061
+ onChange: _cache[50] || (_cache[50] = $event => paramsChanged('bodyDissectionAlpha'))
2062
+ }, null, 8
2063
+ /* PROPS */
2064
+ , ["modelValue"])]),
2065
+ _: 1
2066
+ /* STABLE */
2067
+
2068
+ })]),
2069
+ _: 1
2070
+ /* STABLE */
2071
+
2072
+ })]),
2073
+ _: 1
2074
+ /* STABLE */
2075
+
2076
+ }, 8
2077
+ /* PROPS */
2078
+ , ["label"])]),
2079
+ _: 1
2080
+ /* STABLE */
2081
+
2082
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2083
+ 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
+ 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
2085
+ }, {
2086
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
2087
+ style: {
2088
+ "display": "flex"
2089
+ }
2090
+ }, {
2091
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2092
+ span: 16
2093
+ }, {
2094
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
2095
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha,
2096
+ "onUpdate:modelValue": _cache[51] || (_cache[51] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha = $event),
2097
+ step: 1,
2098
+ min: 0,
2099
+ max: 1000,
2100
+ onChange: _cache[52] || (_cache[52] = $event => paramsChanged('bodyDissectionAlpha'))
2101
+ }, null, 8
2102
+ /* PROPS */
2103
+ , ["modelValue"])]),
2104
+ _: 1
2105
+ /* STABLE */
2106
+
2107
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2108
+ span: 8
2109
+ }, {
2110
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
2111
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha,
2112
+ "onUpdate:modelValue": _cache[53] || (_cache[53] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).bodyDissectionAlpha = $event),
2113
+ min: 0,
2114
+ max: 1000,
2115
+ step: 1,
2116
+ "controls-position": "right",
2117
+ onChange: _cache[54] || (_cache[54] = $event => paramsChanged('bodyDissectionAlpha'))
2118
+ }, null, 8
2119
+ /* PROPS */
2120
+ , ["modelValue"])]),
2121
+ _: 1
2122
+ /* STABLE */
2123
+
2124
+ })]),
2125
+ _: 1
2126
+ /* STABLE */
2127
+
2128
+ })]),
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)]]);
2161
+ };
2162
+ }
2163
+
2164
+ }));
2165
+ ;// CONCATENATED MODULE: ./src/webgl/windyslicing/WindySlicing.vue?vue&type=script&setup=true&lang=js
2166
+
2167
+ ;// CONCATENATED MODULE: ./src/webgl/windyslicing/WindySlicing.vue
2168
+
2169
+
2170
+
2171
+ const __exports__ = WindySlicingvue_type_script_setup_true_lang_js;
2172
+
2173
+ /* harmony default export */ var WindySlicing = (__exports__);
2174
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
2175
+ var init_js_ = __webpack_require__(7997);
2176
+ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
2177
+ ;// CONCATENATED MODULE: ./src/webgl/windyslicing/index.js
2178
+ /*
2179
+ * @Author: zqp
2180
+ * @Date: 2025-04-01 14:33:01
2181
+ * @LastEditors: zqp
2182
+ * @LastEditTime: 2025-04-02 11:34:14
2183
+ */
2184
+
2185
+
2186
+
2187
+
2188
+ WindySlicing.install = (Vue, opts) => {
2189
+ init_js_default()(Vue, opts);
2190
+ Vue.component(WindySlicing.name, WindySlicing);
2191
+ };
2192
+
2193
+
2194
+ }();
2195
+ /******/ return __webpack_exports__;
2196
+ /******/ })()
2197
+ ;
2198
+ });