@kq_npm/client3d_webgl_vue 4.5.28-beta → 4.5.30

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 +518 -262
  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 +27093 -14116
  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 +20321 -7165
  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 +27093 -14116
  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 +27093 -14116
  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 +970 -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 +1947 -0
  66. package/windyslicing/style/index.js +3 -0
  67. package/windyslicing/style/windyslicing.css +1 -0
  68. package/wireframesketch/index.js +142 -110
@@ -2,11 +2,11 @@
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
3
  module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/const-image"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/const-image", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
6
- else {
7
- var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/const-image"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/const-image"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
8
- for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
- }
5
+ define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/const-image", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], 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/const-image"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util"));
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/const-image"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
10
10
  })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__6277__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
@@ -25,10 +25,12 @@ return /******/ (function() { // webpackBootstrap
25
25
  */
26
26
 
27
27
 
28
+
28
29
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
29
30
  _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
30
31
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
31
32
  };
33
+
32
34
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
35
 
34
36
  /***/ }),
@@ -40,27 +42,6 @@ module.exports = require("@kq_npm/client_icons_vue");
40
42
 
41
43
  /***/ }),
42
44
 
43
- /***/ 8470:
44
- /***/ (function(module) {
45
-
46
- module.exports = require("core-js/modules/esnext.iterator.constructor.js");
47
-
48
- /***/ }),
49
-
50
- /***/ 8697:
51
- /***/ (function(module) {
52
-
53
- module.exports = require("core-js/modules/esnext.iterator.find.js");
54
-
55
- /***/ }),
56
-
57
- /***/ 2170:
58
- /***/ (function(module) {
59
-
60
- module.exports = require("core-js/modules/esnext.iterator.map.js");
61
-
62
- /***/ }),
63
-
64
45
  /***/ 9389:
65
46
  /***/ (function(module) {
66
47
 
@@ -110,59 +91,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
110
91
 
111
92
  /***/ }),
112
93
 
113
- /***/ 5301:
94
+ /***/ 8270:
114
95
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
115
96
 
116
-
117
- // EXPORTS
118
- __webpack_require__.d(__webpack_exports__, {
119
- "Z": function() { return /* binding */ _defineProperty; }
120
- });
121
-
122
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
123
- function _typeof(o) {
124
- "@babel/helpers - typeof";
125
-
126
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
127
- return typeof o;
128
- } : function (o) {
129
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
130
- }, _typeof(o);
131
- }
132
-
133
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
134
-
135
- function toPrimitive(t, r) {
136
- if ("object" != _typeof(t) || !t) return t;
137
- var e = t[Symbol.toPrimitive];
138
- if (void 0 !== e) {
139
- var i = e.call(t, r || "default");
140
- if ("object" != _typeof(i)) return i;
141
- throw new TypeError("@@toPrimitive must return a primitive value.");
97
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
98
+ /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
99
+ /* harmony export */ });
100
+ function _defineProperty(obj, key, value) {
101
+ if (key in obj) {
102
+ Object.defineProperty(obj, key, {
103
+ value: value,
104
+ enumerable: true,
105
+ configurable: true,
106
+ writable: true
107
+ });
108
+ } else {
109
+ obj[key] = value;
142
110
  }
143
- return ("string" === r ? String : Number)(t);
144
- }
145
-
146
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
147
-
148
-
149
- function toPropertyKey(t) {
150
- var i = toPrimitive(t, "string");
151
- return "symbol" == _typeof(i) ? i : i + "";
152
- }
153
-
154
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
155
111
 
156
- function _defineProperty(e, r, t) {
157
- return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
158
- value: t,
159
- enumerable: !0,
160
- configurable: !0,
161
- writable: !0
162
- }) : e[r] = t, e;
112
+ return obj;
163
113
  }
164
114
 
165
-
166
115
  /***/ })
167
116
 
168
117
  /******/ });
@@ -245,18 +194,12 @@ __webpack_require__.d(__webpack_exports__, {
245
194
  "default": function() { return /* reexport */ IsolineAnalysis; }
246
195
  });
247
196
 
248
- // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
249
- var esnext_iterator_constructor_js_ = __webpack_require__(8470);
250
- // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
251
- var esnext_iterator_find_js_ = __webpack_require__(8697);
252
- // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
253
- var esnext_iterator_map_js_ = __webpack_require__(2170);
254
197
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
255
198
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
256
199
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
257
200
  var gis_utils_ = __webpack_require__(7135);
258
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
259
- var defineProperty = __webpack_require__(5301);
201
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
202
+ var defineProperty = __webpack_require__(8270);
260
203
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
261
204
  var const_image_ = __webpack_require__(6277);
262
205
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js
@@ -264,31 +207,35 @@ var message = __webpack_require__(1349);
264
207
  ;// CONCATENATED MODULE: ./src/webgl/isolineanalysis/IsolineAnalysisViewModel.js
265
208
 
266
209
 
267
-
268
-
269
210
  /*
270
211
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
271
212
  * All rights reserved.
272
213
  */
214
+ //等值线分析逻辑类
273
215
 
274
- //等值线分析逻辑类
275
216
 
276
217
  class IsolineAnalysisViewModel {
218
+ //等值线分析三维对象
219
+ //等高面高度区间
220
+ //等高面区间颜色数组
221
+ //等高面渐变纹理图片
222
+ //绘制管理对象
223
+ //绘制完成监听事件
224
+ //等值线分析存储参数对象
277
225
  constructor(scenceView, options) {
278
226
  (0,defineProperty/* default */.Z)(this, "_elevation", null);
279
- //等值线分析三维对象
227
+
280
228
  (0,defineProperty/* default */.Z)(this, "_surfaceColorTableValue", [0.0, 0.1, 0.2, 0.3, 0.4]);
281
- //等高面高度区间
229
+
282
230
  (0,defineProperty/* default */.Z)(this, "_surfaceColorTable", ["#2a2828", "#2747E0", "#D33B7D", "#D33038", "#FF9742"]);
283
- //等高面区间颜色数组
231
+
284
232
  (0,defineProperty/* default */.Z)(this, "_surfaceColorImage", null);
285
- //等高面渐变纹理图片
233
+
286
234
  (0,defineProperty/* default */.Z)(this, "_drawManager", null);
287
- //绘制管理对象
235
+
288
236
  (0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
289
- //绘制完成监听事件
290
- (0,defineProperty/* default */.Z)(this, "_colorImages", [
291
- //渐变纹理编号和图片地址对象
237
+
238
+ (0,defineProperty/* default */.Z)(this, "_colorImages", [//渐变纹理编号和图片地址对象
292
239
  {
293
240
  value: "0",
294
241
  src: const_image_.RED_TO_PURPLE_URL
@@ -299,83 +246,100 @@ class IsolineAnalysisViewModel {
299
246
  value: "2",
300
247
  src: const_image_.GREEN_TO_BLUE_URL
301
248
  }]);
249
+
302
250
  (0,defineProperty/* default */.Z)(this, "_options", null);
303
- //等值线分析存储参数对象
251
+
304
252
  (0,defineProperty/* default */.Z)(this, "_language", {});
253
+
305
254
  this._language = scenceView._language;
306
255
  this._options = options;
307
256
  this._options.viewer = scenceView._viewer;
308
257
  this._options.viewer.scene.globe.depthTestAgainstTerrain = true;
309
258
  this._options.colorImage = this.getImagePath(this._options.colorImage);
310
259
  this._surfaceColorImage = this._options.colorImage;
260
+
311
261
  if (options.firstCurve.color) {
312
262
  options.firstCurve.color = Cesium.Color.fromCssColorString(options.firstCurve.color);
313
263
  }
264
+
314
265
  if (options.rememberCurve.color) {
315
266
  options.rememberCurve.color = Cesium.Color.fromCssColorString(options.rememberCurve.color);
316
267
  }
268
+
317
269
  if (options.timeCurve.color) {
318
270
  options.timeCurve.color = Cesium.Color.fromCssColorString(options.timeCurve.color);
319
271
  }
272
+
320
273
  if (options.helpCurve.color) {
321
274
  options.helpCurve.color = Cesium.Color.fromCssColorString(options.helpCurve.color);
322
- }
323
- // scenceView._viewer.imageryLayers.addImageryProvider(new Cesium.SingleTileImageryProvider({
275
+ } // scenceView._viewer.imageryLayers.addImageryProvider(new Cesium.SingleTileImageryProvider({
324
276
  // url: './images/5e1e7ff00b274.jpg"'
325
277
  // }));
278
+
279
+
326
280
  options.positions = Cesium.Cartesian3.fromDegreesArray([86.207634, 28.056729, 86.102906, 28.00936]);
327
281
  this._elevation = new Cesium.Kq3dContourAnalysis(options);
282
+
328
283
  this._elevation.destroy();
284
+
329
285
  this._elevation = null;
330
286
  this._drawManager = scenceView._drawManager;
331
287
  var that = this;
332
288
  that._removeEventListener = that._drawManager.drawFinishedEvent.addEventListener(shape => {
333
289
  if (shape) {
334
290
  that._options.positions = shape._controlPoints;
291
+
335
292
  that._drawManager.clear();
293
+
336
294
  switch (that._options.filltype) {
337
295
  case 0:
338
296
  that._options.type = Cesium.Kq3dContourAnalysisType.LINE;
339
297
  break;
298
+
340
299
  case 1:
341
300
  that._options.type = Cesium.Kq3dContourAnalysisType.SURFACE;
342
301
  break;
302
+
343
303
  case 2:
344
304
  that._options.type = Cesium.Kq3dContourAnalysisType.SUFACE_LINE;
345
305
  break;
346
306
  }
307
+
347
308
  that._elevation = new Cesium.Kq3dContourAnalysis(that._options);
348
309
  }
349
310
  });
350
- }
351
- // 设置等高面区间
311
+ } // 设置等高面区间
312
+
313
+
352
314
  setColorTableHeight(heights) {
353
315
  this._surfaceColorTableValue = heights.map(function (item) {
354
316
  return item / 8000;
355
317
  });
356
318
  this.changeSurfaceFillStyle(0);
357
- }
358
- // 设置等高面填充样式
319
+ } // 设置等高面填充样式
320
+
321
+
359
322
  setColorTable(newValue) {
360
323
  this._surfaceColorTable = newValue;
361
324
  this.changeSurfaceFillStyle(0);
362
- }
325
+ } //设置填充图片
326
+
363
327
 
364
- //设置填充图片
365
328
  setFillStyleImage(image) {
366
329
  this._options.colorImage = image;
367
330
  this._surfaceColorImage = image;
368
331
  if (this._elevation) this._elevation.colorImage = image;
369
- }
332
+ } //设置填充样式
333
+
370
334
 
371
- //设置填充样式
372
335
  setFillStyle(value) {
373
336
  this.changeSurfaceFillStyle(value);
374
- }
337
+ } //修改等高面填充样式
338
+
375
339
 
376
- //修改等高面填充样式
377
340
  changeSurfaceFillStyle(value) {
378
341
  if (!this._elevation) return;
342
+
379
343
  switch (value) {
380
344
  case 0:
381
345
  // 自定义颜色表
@@ -383,41 +347,49 @@ class IsolineAnalysisViewModel {
383
347
  this._elevation.colorTable = this._surfaceColorTable;
384
348
  this._elevation.colorTableValue = this._surfaceColorTableValue;
385
349
  break;
350
+
386
351
  case 1:
387
352
  // 图片纹理
388
353
  this._elevation.colorImage = this._surfaceColorImage;
389
354
  break;
390
355
  }
391
- }
356
+ } //获取图片路径
357
+
392
358
 
393
- //获取图片路径
394
359
  getImagePath(value) {
395
360
  var imagePath = "";
361
+
396
362
  var image = this._colorImages.find(item => item.value === value);
363
+
397
364
  if (image) {
398
365
  imagePath = image.src;
399
366
  }
367
+
400
368
  return imagePath;
401
- }
369
+ } //修改填充图片
370
+
402
371
 
403
- //修改填充图片
404
372
  setColorLine(value) {
405
373
  var path = "";
374
+
406
375
  switch (value) {
407
376
  case 0:
408
377
  path = const_image_.RED_TO_PURPLE_URL;
409
378
  break;
379
+
410
380
  case 1:
411
381
  path = const_image_.PURPLE_TO_YELLOW_URL;
412
382
  break;
383
+
413
384
  case 2:
414
385
  path = const_image_.GREEN_TO_BLUE_URL;
415
386
  break;
416
387
  }
388
+
417
389
  return path;
418
- }
390
+ } //设置填充类型
391
+
419
392
 
420
- //设置填充类型
421
393
  setFillType(value) {
422
394
  // if(!this._elevation) return;
423
395
  switch (value) {
@@ -426,30 +398,36 @@ class IsolineAnalysisViewModel {
426
398
  this._options.type = Cesium.Kq3dContourAnalysisType.LINE;
427
399
  if (this._elevation) this._elevation.type = Cesium.Kq3dContourAnalysisType.LINE;
428
400
  break;
401
+
429
402
  case 1:
430
403
  this._options.filltype = "surface_img";
431
404
  this._options.type = Cesium.Kq3dContourAnalysisType.SURFACE;
405
+
432
406
  if (this._elevation) {
433
- this._elevation.type = Cesium.Kq3dContourAnalysisType.SURFACE;
434
- // this._surfaceColorImage = this.setColorLine(value);
407
+ this._elevation.type = Cesium.Kq3dContourAnalysisType.SURFACE; // this._surfaceColorImage = this.setColorLine(value);
408
+
435
409
  this._elevation.colorImage = this._surfaceColorImage;
436
410
  }
411
+
437
412
  break;
413
+
438
414
  case 2:
439
415
  this._options.filltype = "surface_img";
440
416
  this._options.type = Cesium.Kq3dContourAnalysisType.SUFACE_LINE;
417
+
441
418
  if (this._elevation) {
442
419
  this._elevation.type = Cesium.Kq3dContourAnalysisType.SUFACE_LINE;
443
420
  this._elevation.colorImage = this._surfaceColorImage;
444
421
  }
422
+
445
423
  break;
446
424
  }
447
- }
425
+ } //开始分析
426
+
448
427
 
449
- //开始分析
450
428
  start() {
451
- var that = this;
452
- // 判断是否添加了地形
429
+ var that = this; // 判断是否添加了地形
430
+
453
431
  if (that._options.viewer.terrainProvider.availability) {
454
432
  that._drawManager.startDraw("polygon", {
455
433
  clampToGround: true
@@ -460,109 +438,127 @@ class IsolineAnalysisViewModel {
460
438
  type: "warning"
461
439
  });
462
440
  }
463
- }
441
+ } //清除全部结果
442
+
464
443
 
465
- //清除全部结果
466
444
  clear() {
467
445
  this._drawManager && this._drawManager.stopDraw();
468
446
  this._elevation && this._elevation.destroy();
469
447
  this._elevation = null;
470
- }
471
- //销毁
448
+ } //销毁
449
+
450
+
472
451
  destroy() {
473
452
  this._drawManager && this._drawManager.stopDraw();
474
453
  this._elevation && this._elevation.destroy();
475
- this._elevation = null;
476
- //移除监听事件
454
+ this._elevation = null; //移除监听事件
455
+
477
456
  this._removeEventListener && this._removeEventListener();
478
457
  this._removeEventListener = null;
479
- }
480
- //设置首曲线显隐
458
+ } //设置首曲线显隐
459
+
460
+
481
461
  setElevationMarking(show) {
482
462
  this._options.label = show;
483
463
  if (this._elevation) this._elevation._isLabel = this._options.label;
484
- }
485
- //设置首曲线显隐
464
+ } //设置首曲线显隐
465
+
466
+
486
467
  setFirstCurve(show) {
487
468
  this._options.firstCurve.show = show;
488
469
  if (this._elevation) this._elevation.firstCurve = this._options.firstCurve;
489
- }
490
- //设置首曲线间隔
470
+ } //设置首曲线间隔
471
+
472
+
491
473
  setFirstCurveSpace(spaceing) {
492
474
  this._options.spaceing = Number(spaceing);
493
475
  if (this._elevation) this._elevation.spaceing = this._options.spaceing;
494
- }
495
- //设置首曲线宽度
476
+ } //设置首曲线宽度
477
+
478
+
496
479
  setFirstCurveWidth(width) {
497
480
  this._options.firstCurve.width = Number(width);
498
481
  if (this._elevation) this._elevation.firstCurve = this._options.firstCurve;
499
- }
500
- //设置首曲线颜色
482
+ } //设置首曲线颜色
483
+
484
+
501
485
  setFirstCurveColor(color) {
502
486
  this._options.firstCurve.color = new Cesium.Color.fromCssColorString(color);
503
487
  if (this._elevation) this._elevation.firstCurve = this._options.firstCurve;
504
- }
488
+ } //设置计曲线显隐
489
+
505
490
 
506
- //设置计曲线显隐
507
491
  setRememberCurve(show) {
508
492
  this._options.rememberCurve.show = show;
509
493
  if (this._elevation) this._elevation.rememberCurve = this._options.rememberCurve;
510
- }
511
- //设置计曲线宽度
494
+ } //设置计曲线宽度
495
+
496
+
512
497
  setRememberCurveWidth(width) {
513
498
  this._options.rememberCurve.width = Number(width);
514
499
  if (this._elevation) this._elevation.rememberCurve = this._options.rememberCurve;
515
- }
516
- //设置计曲线颜色
500
+ } //设置计曲线颜色
501
+
502
+
517
503
  setRememberCurveColor(color) {
518
504
  this._options.rememberCurve.color = new Cesium.Color.fromCssColorString(color);
519
505
  if (this._elevation) this._elevation.rememberCurve = this._options.rememberCurve;
520
- }
521
- //设置间曲线显隐
506
+ } //设置间曲线显隐
507
+
508
+
522
509
  setIntervalCurve(show) {
523
510
  this._options.timeCurve.show = show;
524
511
  if (this._elevation) this._elevation.timeCurve = this._options.timeCurve;
525
- }
526
- //设置间曲线宽度
512
+ } //设置间曲线宽度
513
+
514
+
527
515
  setIntervalCurveWidth(width) {
528
516
  this._options.timeCurve.width = Number(width);
529
517
  if (this._elevation) this._elevation.timeCurve = this._options.timeCurve;
530
- }
531
- //设置间曲线颜色
518
+ } //设置间曲线颜色
519
+
520
+
532
521
  setIntervalCurveColor(color) {
533
522
  this._options.timeCurve.color = new Cesium.Color.fromCssColorString(color);
534
523
  if (this._elevation) this._elevation.timeCurve = this._options.timeCurve;
535
- }
536
- //设置助曲线显隐
524
+ } //设置助曲线显隐
525
+
526
+
537
527
  setExtraCurve(show) {
538
528
  this._options.helpCurve.show = show;
539
529
  if (this._elevation) this._elevation.helpCurve = this._options.helpCurve;
540
- }
541
- //设置助曲线宽度
530
+ } //设置助曲线宽度
531
+
532
+
542
533
  setExtraCurveWidth(width) {
543
534
  this._options.helpCurve.width = Number(width);
544
535
  if (this._elevation) this._elevation.helpCurve = this._options.helpCurve;
545
- }
546
- //设置助曲线颜色
536
+ } //设置助曲线颜色
537
+
538
+
547
539
  setExtraCurveColor(color) {
548
540
  if (this._elevation) this._elevation.helpCurve = this._options.helpCurve;
549
541
  this._options.helpCurve.color = new Cesium.Color.fromCssColorString(color);
550
- }
551
- //设置面透明度
542
+ } //设置面透明度
543
+
544
+
552
545
  setSurfaceAlpha(alpha) {
553
546
  this._options.surfaceAlpha = Number(alpha);
554
547
  if (this._elevation) this._elevation.surfaceAlpha = Number(alpha);
555
- }
556
- //设置最小高度
548
+ } //设置最小高度
549
+
550
+
557
551
  setMinHeight(minHeight) {
558
552
  this._options.minHeight = Number(minHeight);
559
553
  if (this._elevation) this._elevation.minHeight = Number(minHeight);
560
- }
561
- //设置最大高度
554
+ } //设置最大高度
555
+
556
+
562
557
  setMaxHeight(maxHeight) {
563
558
  this._options.maxHeight = Number(maxHeight);
564
559
  if (this._elevation) this._elevation.maxHeight = Number(maxHeight);
565
560
  }
561
+
566
562
  }
567
563
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
568
564
  var client_icons_vue_ = __webpack_require__(348);
@@ -570,10 +566,7 @@ var client_icons_vue_ = __webpack_require__(348);
570
566
  var util_ = __webpack_require__(3458);
571
567
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
572
568
  var vue_i18n_cjs_js_ = __webpack_require__(7080);
573
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/isolineanalysis/IsolineAnalysis.vue?vue&type=script&setup=true&lang=js
574
-
575
-
576
-
569
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/isolineanalysis/IsolineAnalysis.vue?vue&type=script&setup=true&lang=js
577
570
 
578
571
  const _hoisted_1 = {
579
572
  class: "kq3d-isoline-analysis-box"
@@ -599,9 +592,13 @@ const _hoisted_7 = {
599
592
  "text-align": "left"
600
593
  }
601
594
  };
595
+
602
596
  const _hoisted_8 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
603
597
  class: "kq3d-isoline-analysis-line"
604
- }, null, -1 /* HOISTED */);
598
+ }, null, -1
599
+ /* HOISTED */
600
+ );
601
+
605
602
  const _hoisted_9 = {
606
603
  style: {
607
604
  "width": "15%",
@@ -627,9 +624,13 @@ const _hoisted_15 = {
627
624
  "text-align": "left"
628
625
  }
629
626
  };
627
+
630
628
  const _hoisted_16 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
631
629
  class: "kq3d-isoline-analysis-line"
632
- }, null, -1 /* HOISTED */);
630
+ }, null, -1
631
+ /* HOISTED */
632
+ );
633
+
633
634
  const _hoisted_17 = {
634
635
  style: {
635
636
  "width": "15%",
@@ -661,6 +662,7 @@ const __default__ = {
661
662
  type: Boolean,
662
663
  default: true
663
664
  },
665
+
664
666
  /**
665
667
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
666
668
  */
@@ -690,6 +692,7 @@ const __default__ = {
690
692
  default: true
691
693
  }
692
694
  },
695
+
693
696
  setup(__props, {
694
697
  expose: __expose
695
698
  }) {
@@ -728,9 +731,7 @@ const __default__ = {
728
731
  value: "2",
729
732
  src: const_image_.GREEN_TO_BLUE_URL
730
733
  }];
731
- let activeName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("line");
732
-
733
- // 获取组件传参
734
+ let activeName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("line"); // 获取组件传参
734
735
 
735
736
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
736
737
  collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == "" ? "" : "setting"),
@@ -794,17 +795,16 @@ const __default__ = {
794
795
  maxHeight: props.settingParams && props.settingParams.maxHeight || 5100,
795
796
  // 最大高度
796
797
  surfaceAlpha: props.settingParams && props.settingParams.surfaceAlpha || 0.6 // 面透明度
798
+
797
799
  });
798
- let viewModel = null;
800
+ let viewModel = null; // 组件容器Ref
799
801
 
800
- // 组件容器Ref
801
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
802
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
802
803
 
803
- // 生成组件默认header
804
804
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
805
805
  let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
806
- let maxHeight = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(300);
807
- // 国际化
806
+ let maxHeight = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(300); // 国际化
807
+
808
808
  let {
809
809
  locale,
810
810
  messages
@@ -826,10 +826,13 @@ const __default__ = {
826
826
  watchCreateHeaderTemp();
827
827
  });
828
828
  });
829
+
829
830
  if (props.settingParams && props.settingParams.boxScrollHeight && props.settingParams.boxScrollHeight > 0) {
830
831
  maxHeight.value = props.settingParams.boxScrollHeight;
831
832
  }
833
+
832
834
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
835
+
833
836
  gis_utils_.utils.getWebMap(null, scenceView => {
834
837
  if (scenceView) {
835
838
  var options = {
@@ -868,20 +871,21 @@ const __default__ = {
868
871
  }
869
872
  });
870
873
  });
871
-
872
874
  /**
873
875
  * @description 监听header生成
874
876
  */
877
+
875
878
  const watchCreateHeaderTemp = () => {
876
879
  if (props.showHeaderTemp) {
877
880
  // 生成headerTemp
878
881
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
879
882
  }
880
- };
883
+ }; // 刷新自定义样式数组
884
+
881
885
 
882
- // 刷新自定义样式数组
883
886
  function refactorArr(type) {
884
887
  if (!dataList || !dataList.length) return;
888
+
885
889
  if (type == "height") {
886
890
  formItem.colorTableHeight = dataList.map(item => {
887
891
  return item.colorTableHeight;
@@ -893,113 +897,136 @@ const __default__ = {
893
897
  });
894
898
  formItem.colorTable.shift();
895
899
  }
896
- }
900
+ } //开始分析
901
+
897
902
 
898
- //开始分析
899
903
  function startAnalysis() {
900
904
  viewModel && viewModel.start();
901
- }
905
+ } //修改填充类型
906
+
902
907
 
903
- //修改填充类型
904
908
  const onChangeSelect = value => {
905
909
  viewModel.setFillType(value);
906
- };
910
+ }; //修改填充样式
911
+
907
912
 
908
- //修改填充样式
909
913
  const onChangeFillStyle = value => {
910
914
  viewModel.setFillStyle(value);
911
- };
915
+ }; //清除结果
916
+
912
917
 
913
- //清除结果
914
918
  function clearResult() {
915
919
  viewModel && viewModel.clear();
916
- }
920
+ } // 销毁
921
+
917
922
 
918
- // 销毁
919
923
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
920
924
  viewModel && viewModel.destroy();
921
- });
925
+ }); //获取图片路径
922
926
 
923
- //获取图片路径
924
927
  function getImagePath(value) {
925
928
  var imagePath = "";
926
929
  var image = colorImages.find(item => item.value === value);
930
+
927
931
  if (image) {
928
932
  imagePath = image.src;
929
933
  }
934
+
930
935
  return imagePath;
931
936
  }
937
+
932
938
  function paramsChanged(key) {
933
939
  switch (key) {
934
940
  case "elevationMarking":
935
941
  viewModel.setElevationMarking(formItem.elevationMarking);
936
942
  break;
943
+
937
944
  case "firstCurve":
938
945
  viewModel.setFirstCurve(formItem.firstCurve);
939
946
  break;
947
+
940
948
  case "firstCurveSpace":
941
949
  viewModel.setFirstCurveSpace(formItem.spaceing);
942
950
  break;
951
+
943
952
  case "firstCurveWidth":
944
953
  viewModel.setFirstCurveWidth(formItem.firstCurveWidth);
945
954
  break;
955
+
946
956
  case "firstCurveColor":
947
957
  viewModel.setFirstCurveColor(formItem.firstCurveColor);
948
958
  break;
959
+
949
960
  case "rememberCurve":
950
961
  viewModel.setRememberCurve(formItem.rememberCurve);
951
962
  break;
963
+
952
964
  case "rememberCurveWidth":
953
965
  viewModel.setRememberCurveWidth(formItem.rememberCurveWidth);
954
966
  break;
967
+
955
968
  case "rememberCurveColor":
956
969
  viewModel.setRememberCurveColor(formItem.rememberCurveColor);
957
970
  break;
971
+
958
972
  case "intervalCurve":
959
973
  viewModel.setIntervalCurve(formItem.intervalCurve);
960
974
  break;
975
+
961
976
  case "intervalCurveWidth":
962
977
  viewModel.setIntervalCurveWidth(formItem.intervalCurveWidth);
963
978
  break;
979
+
964
980
  case "intervalCurveColor":
965
981
  viewModel.setIntervalCurveColor(formItem.intervalCurveColor);
966
982
  break;
983
+
967
984
  case "extraCurve":
968
985
  viewModel.setExtraCurve(formItem.extraCurve);
969
986
  break;
987
+
970
988
  case "extraCurveWidth":
971
989
  viewModel.setExtraCurveWidth(formItem.extraCurveWidth);
972
990
  break;
991
+
973
992
  case "extraCurveColor":
974
993
  viewModel.setExtraCurveColor(formItem.extraCurveColor);
975
994
  break;
995
+
976
996
  case "alpha":
977
997
  viewModel.setSurfaceAlpha(formItem.surfaceAlpha);
978
998
  break;
999
+
979
1000
  case "minHeight":
980
1001
  viewModel.setMinHeight(formItem.minHeight);
981
1002
  break;
1003
+
982
1004
  case "maxHeight":
983
1005
  viewModel.setMaxHeight(formItem.maxHeight);
984
1006
  break;
1007
+
985
1008
  case "colorTableHeight":
986
1009
  // 自定义填充样式区间
987
1010
  refactorArr("height");
988
1011
  viewModel.setColorTableHeight(formItem.colorTableHeight);
989
1012
  break;
1013
+
990
1014
  case "colorTable":
991
1015
  // 自定义填充样式颜色
992
1016
  refactorArr("color");
993
1017
  viewModel.setColorTable(formItem.colorTable);
994
1018
  break;
1019
+
995
1020
  case "image":
996
1021
  var imageUrl = getImagePath(formItem.colorImage);
997
1022
  viewModel.setFillStyleImage(imageUrl);
998
1023
  break;
1024
+
999
1025
  default:
1000
1026
  break;
1001
1027
  }
1002
1028
  }
1029
+
1003
1030
  __expose({
1004
1031
  refactorArr,
1005
1032
  startAnalysis,
@@ -1009,26 +1036,46 @@ const __default__ = {
1009
1036
  getImagePath,
1010
1037
  paramsChanged
1011
1038
  });
1039
+
1012
1040
  return (_ctx, _cache) => {
1013
1041
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
1042
+
1014
1043
  const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
1044
+
1015
1045
  const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
1046
+
1016
1047
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
1048
+
1017
1049
  const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
1050
+
1018
1051
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
1052
+
1019
1053
  const _component_kq_divider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-divider");
1054
+
1020
1055
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
1056
+
1021
1057
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
1058
+
1022
1059
  const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
1060
+
1023
1061
  const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
1062
+
1024
1063
  const _component_kq_scrollbar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scrollbar");
1064
+
1025
1065
  const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
1066
+
1026
1067
  const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
1068
+
1027
1069
  const _component_kq_tab_pane = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tab-pane");
1070
+
1028
1071
  const _component_kq_tabs = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tabs");
1072
+
1029
1073
  const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
1074
+
1030
1075
  const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
1076
+
1031
1077
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
1078
+
1032
1079
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
1033
1080
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-isoline-analysis", {
1034
1081
  'kq-box-shadow': __props.showShadow
@@ -1039,14 +1086,20 @@ const __default__ = {
1039
1086
  key: 0,
1040
1087
  ref_key: "headerTempRef",
1041
1088
  ref: headerTempRef
1042
- }, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1089
+ }, null, 512
1090
+ /* NEED_PATCH */
1091
+ )) : (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_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1043
1092
  gutter: 20
1044
1093
  }, {
1045
1094
  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, {
1046
1095
  span: 6
1047
1096
  }, {
1048
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fillType), 1 /* TEXT */)]),
1049
- _: 1 /* STABLE */
1097
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fillType), 1
1098
+ /* TEXT */
1099
+ )]),
1100
+ _: 1
1101
+ /* STABLE */
1102
+
1050
1103
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1051
1104
  span: 18
1052
1105
  }, {
@@ -1058,27 +1111,47 @@ const __default__ = {
1058
1111
  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_option, {
1059
1112
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).contourLine,
1060
1113
  value: 0
1061
- }, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
1114
+ }, null, 8
1115
+ /* PROPS */
1116
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
1062
1117
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).contourSurface,
1063
1118
  value: 1
1064
- }, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
1119
+ }, null, 8
1120
+ /* PROPS */
1121
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
1065
1122
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).contourLineSurface,
1066
1123
  value: 2
1067
- }, null, 8 /* PROPS */, ["label"])]),
1068
- _: 1 /* STABLE */
1069
- }, 8 /* PROPS */, ["modelValue"])]),
1070
- _: 1 /* STABLE */
1124
+ }, null, 8
1125
+ /* PROPS */
1126
+ , ["label"])]),
1127
+ _: 1
1128
+ /* STABLE */
1129
+
1130
+ }, 8
1131
+ /* PROPS */
1132
+ , ["modelValue"])]),
1133
+ _: 1
1134
+ /* STABLE */
1135
+
1071
1136
  })]),
1072
- _: 1 /* STABLE */
1073
- }, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillTypeShow]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1137
+ _: 1
1138
+ /* STABLE */
1139
+
1140
+ }, 512
1141
+ /* NEED_PATCH */
1142
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillTypeShow]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1074
1143
  class: "kq3d-isoline-analysis-tip"
1075
1144
  }, {
1076
1145
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", {
1077
1146
  style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
1078
1147
  'margin-top': (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillTypeShow ? '16px' : '0px'
1079
1148
  })
1080
- }, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 5 /* TEXT, STYLE */)]),
1081
- _: 1 /* STABLE */
1149
+ }, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 5
1150
+ /* TEXT, STYLE */
1151
+ )]),
1152
+ _: 1
1153
+ /* STABLE */
1154
+
1082
1155
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
1083
1156
  "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
1084
1157
  class: "kq3d-isoline-analysis-collapse"
@@ -1104,10 +1177,18 @@ const __default__ = {
1104
1177
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).elevationMarking,
1105
1178
  "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).elevationMarking = $event),
1106
1179
  onChange: _cache[2] || (_cache[2] = $event => paramsChanged('elevationMarking'))
1107
- }, null, 8 /* PROPS */, ["modelValue"])]),
1108
- _: 1 /* STABLE */
1109
- }, 8 /* PROPS */, ["label"])]),
1110
- _: 1 /* STABLE */
1180
+ }, null, 8
1181
+ /* PROPS */
1182
+ , ["modelValue"])]),
1183
+ _: 1
1184
+ /* STABLE */
1185
+
1186
+ }, 8
1187
+ /* PROPS */
1188
+ , ["label"])]),
1189
+ _: 1
1190
+ /* STABLE */
1191
+
1111
1192
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1112
1193
  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, {
1113
1194
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurve
@@ -1116,10 +1197,18 @@ const __default__ = {
1116
1197
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve,
1117
1198
  "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve = $event),
1118
1199
  onChange: _cache[4] || (_cache[4] = $event => paramsChanged('firstCurve'))
1119
- }, null, 8 /* PROPS */, ["modelValue"])]),
1120
- _: 1 /* STABLE */
1121
- }, 8 /* PROPS */, ["label"])]),
1122
- _: 1 /* STABLE */
1200
+ }, null, 8
1201
+ /* PROPS */
1202
+ , ["modelValue"])]),
1203
+ _: 1
1204
+ /* STABLE */
1205
+
1206
+ }, 8
1207
+ /* PROPS */
1208
+ , ["label"])]),
1209
+ _: 1
1210
+ /* STABLE */
1211
+
1123
1212
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1124
1213
  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, {
1125
1214
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveSpace
@@ -1139,8 +1228,12 @@ const __default__ = {
1139
1228
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
1140
1229
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
1141
1230
  onChange: _cache[6] || (_cache[6] = $event => paramsChanged('firstCurveSpace'))
1142
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1143
- _: 1 /* STABLE */
1231
+ }, null, 8
1232
+ /* PROPS */
1233
+ , ["modelValue", "min", "max"])]),
1234
+ _: 1
1235
+ /* STABLE */
1236
+
1144
1237
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1145
1238
  span: 8
1146
1239
  }, {
@@ -1152,14 +1245,26 @@ const __default__ = {
1152
1245
  step: 10,
1153
1246
  onChange: _cache[8] || (_cache[8] = $event => paramsChanged('firstCurveSpace')),
1154
1247
  "controls-position": "right"
1155
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1156
- _: 1 /* STABLE */
1248
+ }, null, 8
1249
+ /* PROPS */
1250
+ , ["modelValue", "min", "max"])]),
1251
+ _: 1
1252
+ /* STABLE */
1253
+
1157
1254
  })]),
1158
- _: 1 /* STABLE */
1255
+ _: 1
1256
+ /* STABLE */
1257
+
1159
1258
  })]),
1160
- _: 1 /* STABLE */
1161
- }, 8 /* PROPS */, ["label"])]),
1162
- _: 1 /* STABLE */
1259
+ _: 1
1260
+ /* STABLE */
1261
+
1262
+ }, 8
1263
+ /* PROPS */
1264
+ , ["label"])]),
1265
+ _: 1
1266
+ /* STABLE */
1267
+
1163
1268
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1164
1269
  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, {
1165
1270
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveWidth
@@ -1179,8 +1284,12 @@ const __default__ = {
1179
1284
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
1180
1285
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
1181
1286
  onChange: _cache[10] || (_cache[10] = $event => paramsChanged('firstCurveWidth'))
1182
- }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1183
- _: 1 /* STABLE */
1287
+ }, null, 8
1288
+ /* PROPS */
1289
+ , ["modelValue", "step", "min", "max"])]),
1290
+ _: 1
1291
+ /* STABLE */
1292
+
1184
1293
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1185
1294
  span: 8
1186
1295
  }, {
@@ -1192,14 +1301,26 @@ const __default__ = {
1192
1301
  step: 0.1,
1193
1302
  onChange: _cache[12] || (_cache[12] = $event => paramsChanged('firstCurveWidth')),
1194
1303
  "controls-position": "right"
1195
- }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1196
- _: 1 /* STABLE */
1304
+ }, null, 8
1305
+ /* PROPS */
1306
+ , ["modelValue", "min", "max", "step"])]),
1307
+ _: 1
1308
+ /* STABLE */
1309
+
1197
1310
  })]),
1198
- _: 1 /* STABLE */
1311
+ _: 1
1312
+ /* STABLE */
1313
+
1199
1314
  })]),
1200
- _: 1 /* STABLE */
1201
- }, 8 /* PROPS */, ["label"])]),
1202
- _: 1 /* STABLE */
1315
+ _: 1
1316
+ /* STABLE */
1317
+
1318
+ }, 8
1319
+ /* PROPS */
1320
+ , ["label"])]),
1321
+ _: 1
1322
+ /* STABLE */
1323
+
1203
1324
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1204
1325
  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, {
1205
1326
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveColor
@@ -1208,11 +1329,21 @@ const __default__ = {
1208
1329
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor,
1209
1330
  "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor = $event),
1210
1331
  onChange: _cache[14] || (_cache[14] = $event => paramsChanged('firstCurveColor'))
1211
- }, null, 8 /* PROPS */, ["modelValue"])]),
1212
- _: 1 /* STABLE */
1213
- }, 8 /* PROPS */, ["label"])]),
1214
- _: 1 /* STABLE */
1215
- })], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1332
+ }, null, 8
1333
+ /* PROPS */
1334
+ , ["modelValue"])]),
1335
+ _: 1
1336
+ /* STABLE */
1337
+
1338
+ }, 8
1339
+ /* PROPS */
1340
+ , ["label"])]),
1341
+ _: 1
1342
+ /* STABLE */
1343
+
1344
+ })], 512
1345
+ /* NEED_PATCH */
1346
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1216
1347
  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, {
1217
1348
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).rememberCurve
1218
1349
  }, {
@@ -1220,10 +1351,18 @@ const __default__ = {
1220
1351
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve,
1221
1352
  "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve = $event),
1222
1353
  onChange: _cache[16] || (_cache[16] = $event => paramsChanged('rememberCurve'))
1223
- }, null, 8 /* PROPS */, ["modelValue"])]),
1224
- _: 1 /* STABLE */
1225
- }, 8 /* PROPS */, ["label"])]),
1226
- _: 1 /* STABLE */
1354
+ }, null, 8
1355
+ /* PROPS */
1356
+ , ["modelValue"])]),
1357
+ _: 1
1358
+ /* STABLE */
1359
+
1360
+ }, 8
1361
+ /* PROPS */
1362
+ , ["label"])]),
1363
+ _: 1
1364
+ /* STABLE */
1365
+
1227
1366
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1228
1367
  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, {
1229
1368
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).rememberCurveWidth
@@ -1243,8 +1382,12 @@ const __default__ = {
1243
1382
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
1244
1383
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
1245
1384
  onChange: _cache[18] || (_cache[18] = $event => paramsChanged('rememberCurveWidth'))
1246
- }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1247
- _: 1 /* STABLE */
1385
+ }, null, 8
1386
+ /* PROPS */
1387
+ , ["modelValue", "step", "min", "max"])]),
1388
+ _: 1
1389
+ /* STABLE */
1390
+
1248
1391
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1249
1392
  span: 8
1250
1393
  }, {
@@ -1256,14 +1399,26 @@ const __default__ = {
1256
1399
  step: 0.1,
1257
1400
  onChange: _cache[20] || (_cache[20] = $event => paramsChanged('rememberCurveWidth')),
1258
1401
  "controls-position": "right"
1259
- }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1260
- _: 1 /* STABLE */
1402
+ }, null, 8
1403
+ /* PROPS */
1404
+ , ["modelValue", "min", "max", "step"])]),
1405
+ _: 1
1406
+ /* STABLE */
1407
+
1261
1408
  })]),
1262
- _: 1 /* STABLE */
1409
+ _: 1
1410
+ /* STABLE */
1411
+
1263
1412
  })]),
1264
- _: 1 /* STABLE */
1265
- }, 8 /* PROPS */, ["label"])]),
1266
- _: 1 /* STABLE */
1413
+ _: 1
1414
+ /* STABLE */
1415
+
1416
+ }, 8
1417
+ /* PROPS */
1418
+ , ["label"])]),
1419
+ _: 1
1420
+ /* STABLE */
1421
+
1267
1422
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1268
1423
  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, {
1269
1424
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).rememberCurveColor
@@ -1272,11 +1427,21 @@ const __default__ = {
1272
1427
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor,
1273
1428
  "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor = $event),
1274
1429
  onChange: _cache[22] || (_cache[22] = $event => paramsChanged('rememberCurveColor'))
1275
- }, null, 8 /* PROPS */, ["modelValue"])]),
1276
- _: 1 /* STABLE */
1277
- }, 8 /* PROPS */, ["label"])]),
1278
- _: 1 /* STABLE */
1279
- })], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1430
+ }, null, 8
1431
+ /* PROPS */
1432
+ , ["modelValue"])]),
1433
+ _: 1
1434
+ /* STABLE */
1435
+
1436
+ }, 8
1437
+ /* PROPS */
1438
+ , ["label"])]),
1439
+ _: 1
1440
+ /* STABLE */
1441
+
1442
+ })], 512
1443
+ /* NEED_PATCH */
1444
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1280
1445
  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, {
1281
1446
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).intervalCurve
1282
1447
  }, {
@@ -1284,10 +1449,18 @@ const __default__ = {
1284
1449
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve,
1285
1450
  "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve = $event),
1286
1451
  onChange: _cache[24] || (_cache[24] = $event => paramsChanged('intervalCurve'))
1287
- }, null, 8 /* PROPS */, ["modelValue"])]),
1288
- _: 1 /* STABLE */
1289
- }, 8 /* PROPS */, ["label"])]),
1290
- _: 1 /* STABLE */
1452
+ }, null, 8
1453
+ /* PROPS */
1454
+ , ["modelValue"])]),
1455
+ _: 1
1456
+ /* STABLE */
1457
+
1458
+ }, 8
1459
+ /* PROPS */
1460
+ , ["label"])]),
1461
+ _: 1
1462
+ /* STABLE */
1463
+
1291
1464
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1292
1465
  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, {
1293
1466
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).intervalCurveWidth
@@ -1307,8 +1480,12 @@ const __default__ = {
1307
1480
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
1308
1481
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
1309
1482
  onChange: _cache[26] || (_cache[26] = $event => paramsChanged('intervalCurveWidth'))
1310
- }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1311
- _: 1 /* STABLE */
1483
+ }, null, 8
1484
+ /* PROPS */
1485
+ , ["modelValue", "step", "min", "max"])]),
1486
+ _: 1
1487
+ /* STABLE */
1488
+
1312
1489
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1313
1490
  span: 8
1314
1491
  }, {
@@ -1320,14 +1497,26 @@ const __default__ = {
1320
1497
  step: 0.1,
1321
1498
  onChange: _cache[28] || (_cache[28] = $event => paramsChanged('intervalCurveWidth')),
1322
1499
  "controls-position": "right"
1323
- }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1324
- _: 1 /* STABLE */
1500
+ }, null, 8
1501
+ /* PROPS */
1502
+ , ["modelValue", "min", "max", "step"])]),
1503
+ _: 1
1504
+ /* STABLE */
1505
+
1325
1506
  })]),
1326
- _: 1 /* STABLE */
1507
+ _: 1
1508
+ /* STABLE */
1509
+
1327
1510
  })]),
1328
- _: 1 /* STABLE */
1329
- }, 8 /* PROPS */, ["label"])]),
1330
- _: 1 /* STABLE */
1511
+ _: 1
1512
+ /* STABLE */
1513
+
1514
+ }, 8
1515
+ /* PROPS */
1516
+ , ["label"])]),
1517
+ _: 1
1518
+ /* STABLE */
1519
+
1331
1520
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1332
1521
  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, {
1333
1522
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).intervalCurveColor
@@ -1336,11 +1525,21 @@ const __default__ = {
1336
1525
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor,
1337
1526
  "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor = $event),
1338
1527
  onChange: _cache[30] || (_cache[30] = $event => paramsChanged('intervalCurveColor'))
1339
- }, null, 8 /* PROPS */, ["modelValue"])]),
1340
- _: 1 /* STABLE */
1341
- }, 8 /* PROPS */, ["label"])]),
1342
- _: 1 /* STABLE */
1343
- })], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1528
+ }, null, 8
1529
+ /* PROPS */
1530
+ , ["modelValue"])]),
1531
+ _: 1
1532
+ /* STABLE */
1533
+
1534
+ }, 8
1535
+ /* PROPS */
1536
+ , ["label"])]),
1537
+ _: 1
1538
+ /* STABLE */
1539
+
1540
+ })], 512
1541
+ /* NEED_PATCH */
1542
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1344
1543
  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, {
1345
1544
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).extraCurve
1346
1545
  }, {
@@ -1348,10 +1547,18 @@ const __default__ = {
1348
1547
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve,
1349
1548
  "onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve = $event),
1350
1549
  onChange: _cache[32] || (_cache[32] = $event => paramsChanged('extraCurve'))
1351
- }, null, 8 /* PROPS */, ["modelValue"])]),
1352
- _: 1 /* STABLE */
1353
- }, 8 /* PROPS */, ["label"])]),
1354
- _: 1 /* STABLE */
1550
+ }, null, 8
1551
+ /* PROPS */
1552
+ , ["modelValue"])]),
1553
+ _: 1
1554
+ /* STABLE */
1555
+
1556
+ }, 8
1557
+ /* PROPS */
1558
+ , ["label"])]),
1559
+ _: 1
1560
+ /* STABLE */
1561
+
1355
1562
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1356
1563
  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, {
1357
1564
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).extraCurveWidth
@@ -1371,8 +1578,12 @@ const __default__ = {
1371
1578
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
1372
1579
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
1373
1580
  onChange: _cache[34] || (_cache[34] = $event => paramsChanged('extraCurveWidth'))
1374
- }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1375
- _: 1 /* STABLE */
1581
+ }, null, 8
1582
+ /* PROPS */
1583
+ , ["modelValue", "step", "min", "max"])]),
1584
+ _: 1
1585
+ /* STABLE */
1586
+
1376
1587
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1377
1588
  span: 8
1378
1589
  }, {
@@ -1384,14 +1595,26 @@ const __default__ = {
1384
1595
  step: 0.1,
1385
1596
  onChange: _cache[36] || (_cache[36] = $event => paramsChanged('extraCurveWidth')),
1386
1597
  "controls-position": "right"
1387
- }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1388
- _: 1 /* STABLE */
1598
+ }, null, 8
1599
+ /* PROPS */
1600
+ , ["modelValue", "min", "max", "step"])]),
1601
+ _: 1
1602
+ /* STABLE */
1603
+
1389
1604
  })]),
1390
- _: 1 /* STABLE */
1605
+ _: 1
1606
+ /* STABLE */
1607
+
1391
1608
  })]),
1392
- _: 1 /* STABLE */
1393
- }, 8 /* PROPS */, ["label"])]),
1394
- _: 1 /* STABLE */
1609
+ _: 1
1610
+ /* STABLE */
1611
+
1612
+ }, 8
1613
+ /* PROPS */
1614
+ , ["label"])]),
1615
+ _: 1
1616
+ /* STABLE */
1617
+
1395
1618
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1396
1619
  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, {
1397
1620
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).extraCurveColor
@@ -1400,15 +1623,33 @@ const __default__ = {
1400
1623
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor,
1401
1624
  "onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor = $event),
1402
1625
  onChange: _cache[38] || (_cache[38] = $event => paramsChanged('extraCurveColor'))
1403
- }, null, 8 /* PROPS */, ["modelValue"])]),
1404
- _: 1 /* STABLE */
1405
- }, 8 /* PROPS */, ["label"])]),
1406
- _: 1 /* STABLE */
1407
- })], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve]])]),
1408
- _: 1 /* STABLE */
1409
- }, 8 /* PROPS */, ["label-width"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])]),
1410
- _: 1 /* STABLE */
1411
- }, 8 /* PROPS */, ["max-height"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillType === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_form, {
1626
+ }, null, 8
1627
+ /* PROPS */
1628
+ , ["modelValue"])]),
1629
+ _: 1
1630
+ /* STABLE */
1631
+
1632
+ }, 8
1633
+ /* PROPS */
1634
+ , ["label"])]),
1635
+ _: 1
1636
+ /* STABLE */
1637
+
1638
+ })], 512
1639
+ /* NEED_PATCH */
1640
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve]])]),
1641
+ _: 1
1642
+ /* STABLE */
1643
+
1644
+ }, 8
1645
+ /* PROPS */
1646
+ , ["label-width"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])]),
1647
+ _: 1
1648
+ /* STABLE */
1649
+
1650
+ }, 8
1651
+ /* PROPS */
1652
+ , ["max-height"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillType === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_form, {
1412
1653
  key: 0,
1413
1654
  "label-width": "100px",
1414
1655
  "label-position": "left"
@@ -1429,15 +1670,29 @@ const __default__ = {
1429
1670
  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_option, {
1430
1671
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).customColorScheme,
1431
1672
  value: 0
1432
- }, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
1673
+ }, null, 8
1674
+ /* PROPS */
1675
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
1433
1676
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientTexture,
1434
1677
  value: 1
1435
- }, null, 8 /* PROPS */, ["label"])]),
1436
- _: 1 /* STABLE */
1437
- }, 8 /* PROPS */, ["modelValue"])]),
1438
- _: 1 /* STABLE */
1439
- }, 8 /* PROPS */, ["label"])]),
1440
- _: 1 /* STABLE */
1678
+ }, null, 8
1679
+ /* PROPS */
1680
+ , ["label"])]),
1681
+ _: 1
1682
+ /* STABLE */
1683
+
1684
+ }, 8
1685
+ /* PROPS */
1686
+ , ["modelValue"])]),
1687
+ _: 1
1688
+ /* STABLE */
1689
+
1690
+ }, 8
1691
+ /* PROPS */
1692
+ , ["label"])]),
1693
+ _: 1
1694
+ /* STABLE */
1695
+
1441
1696
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1442
1697
  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, {
1443
1698
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).surfaceAlpha
@@ -1457,8 +1712,12 @@ const __default__ = {
1457
1712
  max: 1,
1458
1713
  step: 0.01,
1459
1714
  onChange: _cache[41] || (_cache[41] = $event => paramsChanged('alpha'))
1460
- }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1461
- _: 1 /* STABLE */
1715
+ }, null, 8
1716
+ /* PROPS */
1717
+ , ["modelValue", "step"])]),
1718
+ _: 1
1719
+ /* STABLE */
1720
+
1462
1721
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1463
1722
  span: 8
1464
1723
  }, {
@@ -1470,14 +1729,26 @@ const __default__ = {
1470
1729
  step: 0.01,
1471
1730
  "controls-position": "right",
1472
1731
  onChange: _cache[43] || (_cache[43] = $event => paramsChanged('alpha'))
1473
- }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1474
- _: 1 /* STABLE */
1732
+ }, null, 8
1733
+ /* PROPS */
1734
+ , ["modelValue", "step"])]),
1735
+ _: 1
1736
+ /* STABLE */
1737
+
1475
1738
  })]),
1476
- _: 1 /* STABLE */
1739
+ _: 1
1740
+ /* STABLE */
1741
+
1477
1742
  })]),
1478
- _: 1 /* STABLE */
1479
- }, 8 /* PROPS */, ["label"])]),
1480
- _: 1 /* STABLE */
1743
+ _: 1
1744
+ /* STABLE */
1745
+
1746
+ }, 8
1747
+ /* PROPS */
1748
+ , ["label"])]),
1749
+ _: 1
1750
+ /* STABLE */
1751
+
1481
1752
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1482
1753
  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, {
1483
1754
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).isolineMinHeight
@@ -1497,8 +1768,12 @@ const __default__ = {
1497
1768
  step: 100,
1498
1769
  max: 8000,
1499
1770
  onChange: _cache[45] || (_cache[45] = $event => paramsChanged('minHeight'))
1500
- }, null, 8 /* PROPS */, ["modelValue"])]),
1501
- _: 1 /* STABLE */
1771
+ }, null, 8
1772
+ /* PROPS */
1773
+ , ["modelValue"])]),
1774
+ _: 1
1775
+ /* STABLE */
1776
+
1502
1777
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1503
1778
  span: 8
1504
1779
  }, {
@@ -1510,14 +1785,26 @@ const __default__ = {
1510
1785
  max: 8000,
1511
1786
  "controls-position": "right",
1512
1787
  onChange: _cache[47] || (_cache[47] = $event => paramsChanged('minHeight'))
1513
- }, null, 8 /* PROPS */, ["modelValue"])]),
1514
- _: 1 /* STABLE */
1788
+ }, null, 8
1789
+ /* PROPS */
1790
+ , ["modelValue"])]),
1791
+ _: 1
1792
+ /* STABLE */
1793
+
1515
1794
  })]),
1516
- _: 1 /* STABLE */
1795
+ _: 1
1796
+ /* STABLE */
1797
+
1517
1798
  })]),
1518
- _: 1 /* STABLE */
1519
- }, 8 /* PROPS */, ["label"])]),
1520
- _: 1 /* STABLE */
1799
+ _: 1
1800
+ /* STABLE */
1801
+
1802
+ }, 8
1803
+ /* PROPS */
1804
+ , ["label"])]),
1805
+ _: 1
1806
+ /* STABLE */
1807
+
1521
1808
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1522
1809
  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, {
1523
1810
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).isolineMaxHeight
@@ -1537,8 +1824,12 @@ const __default__ = {
1537
1824
  step: 100,
1538
1825
  max: 8000,
1539
1826
  onChange: _cache[49] || (_cache[49] = $event => paramsChanged('maxHeight'))
1540
- }, null, 8 /* PROPS */, ["modelValue"])]),
1541
- _: 1 /* STABLE */
1827
+ }, null, 8
1828
+ /* PROPS */
1829
+ , ["modelValue"])]),
1830
+ _: 1
1831
+ /* STABLE */
1832
+
1542
1833
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1543
1834
  span: 8
1544
1835
  }, {
@@ -1550,14 +1841,26 @@ const __default__ = {
1550
1841
  max: 8000,
1551
1842
  "controls-position": "right",
1552
1843
  onChange: _cache[51] || (_cache[51] = $event => paramsChanged('maxHeight'))
1553
- }, null, 8 /* PROPS */, ["modelValue"])]),
1554
- _: 1 /* STABLE */
1844
+ }, null, 8
1845
+ /* PROPS */
1846
+ , ["modelValue"])]),
1847
+ _: 1
1848
+ /* STABLE */
1849
+
1555
1850
  })]),
1556
- _: 1 /* STABLE */
1851
+ _: 1
1852
+ /* STABLE */
1853
+
1557
1854
  })]),
1558
- _: 1 /* STABLE */
1559
- }, 8 /* PROPS */, ["label"])]),
1560
- _: 1 /* STABLE */
1855
+ _: 1
1856
+ /* STABLE */
1857
+
1858
+ }, 8
1859
+ /* PROPS */
1860
+ , ["label"])]),
1861
+ _: 1
1862
+ /* STABLE */
1863
+
1561
1864
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1562
1865
  style: {
1563
1866
  "display": "flex"
@@ -1566,15 +1869,25 @@ const __default__ = {
1566
1869
  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, {
1567
1870
  span: 18
1568
1871
  }, {
1569
- 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).setHeightRange), 1 /* TEXT */)]),
1570
- _: 1 /* STABLE */
1872
+ 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).setHeightRange), 1
1873
+ /* TEXT */
1874
+ )]),
1875
+ _: 1
1876
+ /* STABLE */
1877
+
1571
1878
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1572
1879
  span: 6
1573
1880
  }, {
1574
- 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).setColor), 1 /* TEXT */)]),
1575
- _: 1 /* STABLE */
1881
+ 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).setColor), 1
1882
+ /* TEXT */
1883
+ )]),
1884
+ _: 1
1885
+ /* STABLE */
1886
+
1576
1887
  })]),
1577
- _: 1 /* STABLE */
1888
+ _: 1
1889
+ /* STABLE */
1890
+
1578
1891
  }), ((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)(dataList), (item, index) => {
1579
1892
  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_row, {
1580
1893
  key: index,
@@ -1594,7 +1907,9 @@ const __default__ = {
1594
1907
  disabled: true,
1595
1908
  onChange: _cache[52] || (_cache[52] = $event => paramsChanged('colorTableHeight')),
1596
1909
  "controls-position": "right"
1597
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
1910
+ }, null, 8
1911
+ /* PROPS */
1912
+ , ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
1598
1913
  key: 1,
1599
1914
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
1600
1915
  "onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
@@ -1602,7 +1917,11 @@ const __default__ = {
1602
1917
  step: 1,
1603
1918
  onChange: _cache[53] || (_cache[53] = $event => paramsChanged('colorTableHeight')),
1604
1919
  "controls-position": "right"
1605
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1 /* TEXT */), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
1920
+ }, null, 8
1921
+ /* PROPS */
1922
+ , ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1
1923
+ /* TEXT */
1924
+ ), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
1606
1925
  key: 2,
1607
1926
  modelValue: item.colorTableHeight,
1608
1927
  "onUpdate:modelValue": $event => item.colorTableHeight = $event,
@@ -1611,7 +1930,9 @@ const __default__ = {
1611
1930
  step: 1,
1612
1931
  onChange: _cache[54] || (_cache[54] = $event => paramsChanged('colorTableHeight')),
1613
1932
  "controls-position": "right"
1614
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
1933
+ }, null, 8
1934
+ /* PROPS */
1935
+ , ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
1615
1936
  key: 3,
1616
1937
  modelValue: item.colorTableHeight,
1617
1938
  "onUpdate:modelValue": $event => item.colorTableHeight = $event,
@@ -1619,21 +1940,41 @@ const __default__ = {
1619
1940
  disabled: true,
1620
1941
  onChange: _cache[55] || (_cache[55] = $event => paramsChanged('colorTableHeight')),
1621
1942
  "controls-position": "right"
1622
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
1623
- _: 2 /* DYNAMIC */
1624
- }, 1024 /* DYNAMIC_SLOTS */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1943
+ }, null, 8
1944
+ /* PROPS */
1945
+ , ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
1946
+ _: 2
1947
+ /* DYNAMIC */
1948
+
1949
+ }, 1024
1950
+ /* DYNAMIC_SLOTS */
1951
+ ), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1625
1952
  span: 6
1626
1953
  }, {
1627
1954
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
1628
1955
  modelValue: item.colorTable,
1629
1956
  "onUpdate:modelValue": $event => item.colorTable = $event,
1630
1957
  onChange: _cache[56] || (_cache[56] = $event => paramsChanged('colorTable'))
1631
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])]),
1632
- _: 2 /* DYNAMIC */
1633
- }, 1024 /* DYNAMIC_SLOTS */)], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
1634
- _: 2 /* DYNAMIC */
1635
- }, 1024 /* DYNAMIC_SLOTS */);
1636
- }), 128 /* KEYED_FRAGMENT */))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1958
+ }, null, 8
1959
+ /* PROPS */
1960
+ , ["modelValue", "onUpdate:modelValue"])]),
1961
+ _: 2
1962
+ /* DYNAMIC */
1963
+
1964
+ }, 1024
1965
+ /* DYNAMIC_SLOTS */
1966
+ )], 64
1967
+ /* STABLE_FRAGMENT */
1968
+ )) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
1969
+ _: 2
1970
+ /* DYNAMIC */
1971
+
1972
+ }, 1024
1973
+ /* DYNAMIC_SLOTS */
1974
+ );
1975
+ }), 128
1976
+ /* KEYED_FRAGMENT */
1977
+ ))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1637
1978
  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, {
1638
1979
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
1639
1980
  }, {
@@ -1642,8 +1983,14 @@ const __default__ = {
1642
1983
  "display": "flex"
1643
1984
  }
1644
1985
  }, {
1645
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1 /* TEXT */), _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1 /* TEXT */)]),
1646
- _: 1 /* STABLE */
1986
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1
1987
+ /* TEXT */
1988
+ ), _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1
1989
+ /* TEXT */
1990
+ )]),
1991
+ _: 1
1992
+ /* STABLE */
1993
+
1647
1994
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
1648
1995
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
1649
1996
  "onUpdate:modelValue": _cache[57] || (_cache[57] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
@@ -1658,17 +2005,37 @@ const __default__ = {
1658
2005
  class: "kq3d-isoline-analysis-legend",
1659
2006
  src: item.src,
1660
2007
  alt: "无"
1661
- }, null, 8 /* PROPS */, _hoisted_10)]),
1662
- _: 2 /* DYNAMIC */
1663
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
1664
- }), 64 /* STABLE_FRAGMENT */))]),
1665
- _: 1 /* STABLE */
1666
- }, 8 /* PROPS */, ["modelValue"])]),
1667
- _: 1 /* STABLE */
1668
- }, 8 /* PROPS */, ["label"])]),
1669
- _: 1 /* STABLE */
2008
+ }, null, 8
2009
+ /* PROPS */
2010
+ , _hoisted_10)]),
2011
+ _: 2
2012
+ /* DYNAMIC */
2013
+
2014
+ }, 1032
2015
+ /* PROPS, DYNAMIC_SLOTS */
2016
+ , ["label"]);
2017
+ }), 64
2018
+ /* STABLE_FRAGMENT */
2019
+ ))]),
2020
+ _: 1
2021
+ /* STABLE */
2022
+
2023
+ }, 8
2024
+ /* PROPS */
2025
+ , ["modelValue"])]),
2026
+ _: 1
2027
+ /* STABLE */
2028
+
2029
+ }, 8
2030
+ /* PROPS */
2031
+ , ["label"])]),
2032
+ _: 1
2033
+ /* STABLE */
2034
+
1670
2035
  })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
1671
- _: 1 /* STABLE */
2036
+ _: 1
2037
+ /* STABLE */
2038
+
1672
2039
  })) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillType === 2 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_tabs, {
1673
2040
  key: 1,
1674
2041
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(activeName),
@@ -1695,10 +2062,18 @@ const __default__ = {
1695
2062
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).elevationMarking,
1696
2063
  "onUpdate:modelValue": _cache[59] || (_cache[59] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).elevationMarking = $event),
1697
2064
  onChange: _cache[60] || (_cache[60] = $event => paramsChanged('elevationMarking'))
1698
- }, null, 8 /* PROPS */, ["modelValue"])]),
1699
- _: 1 /* STABLE */
1700
- }, 8 /* PROPS */, ["label"])]),
1701
- _: 1 /* STABLE */
2065
+ }, null, 8
2066
+ /* PROPS */
2067
+ , ["modelValue"])]),
2068
+ _: 1
2069
+ /* STABLE */
2070
+
2071
+ }, 8
2072
+ /* PROPS */
2073
+ , ["label"])]),
2074
+ _: 1
2075
+ /* STABLE */
2076
+
1702
2077
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1703
2078
  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, {
1704
2079
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurve
@@ -1707,10 +2082,18 @@ const __default__ = {
1707
2082
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve,
1708
2083
  "onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve = $event),
1709
2084
  onChange: _cache[62] || (_cache[62] = $event => paramsChanged('firstCurve'))
1710
- }, null, 8 /* PROPS */, ["modelValue"])]),
1711
- _: 1 /* STABLE */
1712
- }, 8 /* PROPS */, ["label"])]),
1713
- _: 1 /* STABLE */
2085
+ }, null, 8
2086
+ /* PROPS */
2087
+ , ["modelValue"])]),
2088
+ _: 1
2089
+ /* STABLE */
2090
+
2091
+ }, 8
2092
+ /* PROPS */
2093
+ , ["label"])]),
2094
+ _: 1
2095
+ /* STABLE */
2096
+
1714
2097
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1715
2098
  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, {
1716
2099
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveSpace
@@ -1730,8 +2113,12 @@ const __default__ = {
1730
2113
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
1731
2114
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
1732
2115
  onChange: _cache[64] || (_cache[64] = $event => paramsChanged('firstCurveSpace'))
1733
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1734
- _: 1 /* STABLE */
2116
+ }, null, 8
2117
+ /* PROPS */
2118
+ , ["modelValue", "min", "max"])]),
2119
+ _: 1
2120
+ /* STABLE */
2121
+
1735
2122
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1736
2123
  span: 8
1737
2124
  }, {
@@ -1743,14 +2130,26 @@ const __default__ = {
1743
2130
  step: 10,
1744
2131
  onChange: _cache[66] || (_cache[66] = $event => paramsChanged('firstCurveSpace')),
1745
2132
  "controls-position": "right"
1746
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1747
- _: 1 /* STABLE */
2133
+ }, null, 8
2134
+ /* PROPS */
2135
+ , ["modelValue", "min", "max"])]),
2136
+ _: 1
2137
+ /* STABLE */
2138
+
1748
2139
  })]),
1749
- _: 1 /* STABLE */
2140
+ _: 1
2141
+ /* STABLE */
2142
+
1750
2143
  })]),
1751
- _: 1 /* STABLE */
1752
- }, 8 /* PROPS */, ["label"])]),
1753
- _: 1 /* STABLE */
2144
+ _: 1
2145
+ /* STABLE */
2146
+
2147
+ }, 8
2148
+ /* PROPS */
2149
+ , ["label"])]),
2150
+ _: 1
2151
+ /* STABLE */
2152
+
1754
2153
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1755
2154
  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, {
1756
2155
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveWidth
@@ -1770,8 +2169,12 @@ const __default__ = {
1770
2169
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
1771
2170
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
1772
2171
  onChange: _cache[68] || (_cache[68] = $event => paramsChanged('firstCurveWidth'))
1773
- }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1774
- _: 1 /* STABLE */
2172
+ }, null, 8
2173
+ /* PROPS */
2174
+ , ["modelValue", "step", "min", "max"])]),
2175
+ _: 1
2176
+ /* STABLE */
2177
+
1775
2178
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1776
2179
  span: 8
1777
2180
  }, {
@@ -1783,14 +2186,26 @@ const __default__ = {
1783
2186
  step: 0.1,
1784
2187
  onChange: _cache[70] || (_cache[70] = $event => paramsChanged('firstCurveWidth')),
1785
2188
  "controls-position": "right"
1786
- }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1787
- _: 1 /* STABLE */
2189
+ }, null, 8
2190
+ /* PROPS */
2191
+ , ["modelValue", "min", "max", "step"])]),
2192
+ _: 1
2193
+ /* STABLE */
2194
+
1788
2195
  })]),
1789
- _: 1 /* STABLE */
2196
+ _: 1
2197
+ /* STABLE */
2198
+
1790
2199
  })]),
1791
- _: 1 /* STABLE */
1792
- }, 8 /* PROPS */, ["label"])]),
1793
- _: 1 /* STABLE */
2200
+ _: 1
2201
+ /* STABLE */
2202
+
2203
+ }, 8
2204
+ /* PROPS */
2205
+ , ["label"])]),
2206
+ _: 1
2207
+ /* STABLE */
2208
+
1794
2209
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1795
2210
  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, {
1796
2211
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveColor
@@ -1799,11 +2214,21 @@ const __default__ = {
1799
2214
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor,
1800
2215
  "onUpdate:modelValue": _cache[71] || (_cache[71] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor = $event),
1801
2216
  onChange: _cache[72] || (_cache[72] = $event => paramsChanged('firstCurveColor'))
1802
- }, null, 8 /* PROPS */, ["modelValue"])]),
1803
- _: 1 /* STABLE */
1804
- }, 8 /* PROPS */, ["label"])]),
1805
- _: 1 /* STABLE */
1806
- })], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2217
+ }, null, 8
2218
+ /* PROPS */
2219
+ , ["modelValue"])]),
2220
+ _: 1
2221
+ /* STABLE */
2222
+
2223
+ }, 8
2224
+ /* PROPS */
2225
+ , ["label"])]),
2226
+ _: 1
2227
+ /* STABLE */
2228
+
2229
+ })], 512
2230
+ /* NEED_PATCH */
2231
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1807
2232
  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, {
1808
2233
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).rememberCurve
1809
2234
  }, {
@@ -1811,10 +2236,18 @@ const __default__ = {
1811
2236
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve,
1812
2237
  "onUpdate:modelValue": _cache[73] || (_cache[73] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve = $event),
1813
2238
  onChange: _cache[74] || (_cache[74] = $event => paramsChanged('rememberCurve'))
1814
- }, null, 8 /* PROPS */, ["modelValue"])]),
1815
- _: 1 /* STABLE */
1816
- }, 8 /* PROPS */, ["label"])]),
1817
- _: 1 /* STABLE */
2239
+ }, null, 8
2240
+ /* PROPS */
2241
+ , ["modelValue"])]),
2242
+ _: 1
2243
+ /* STABLE */
2244
+
2245
+ }, 8
2246
+ /* PROPS */
2247
+ , ["label"])]),
2248
+ _: 1
2249
+ /* STABLE */
2250
+
1818
2251
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1819
2252
  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, {
1820
2253
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).rememberCurveWidth
@@ -1834,8 +2267,12 @@ const __default__ = {
1834
2267
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
1835
2268
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
1836
2269
  onChange: _cache[76] || (_cache[76] = $event => paramsChanged('rememberCurveWidth'))
1837
- }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1838
- _: 1 /* STABLE */
2270
+ }, null, 8
2271
+ /* PROPS */
2272
+ , ["modelValue", "step", "min", "max"])]),
2273
+ _: 1
2274
+ /* STABLE */
2275
+
1839
2276
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1840
2277
  span: 8
1841
2278
  }, {
@@ -1847,14 +2284,26 @@ const __default__ = {
1847
2284
  step: 0.1,
1848
2285
  onChange: _cache[78] || (_cache[78] = $event => paramsChanged('rememberCurveWidth')),
1849
2286
  "controls-position": "right"
1850
- }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1851
- _: 1 /* STABLE */
2287
+ }, null, 8
2288
+ /* PROPS */
2289
+ , ["modelValue", "min", "max", "step"])]),
2290
+ _: 1
2291
+ /* STABLE */
2292
+
1852
2293
  })]),
1853
- _: 1 /* STABLE */
2294
+ _: 1
2295
+ /* STABLE */
2296
+
1854
2297
  })]),
1855
- _: 1 /* STABLE */
1856
- }, 8 /* PROPS */, ["label"])]),
1857
- _: 1 /* STABLE */
2298
+ _: 1
2299
+ /* STABLE */
2300
+
2301
+ }, 8
2302
+ /* PROPS */
2303
+ , ["label"])]),
2304
+ _: 1
2305
+ /* STABLE */
2306
+
1858
2307
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1859
2308
  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, {
1860
2309
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).rememberCurveColor
@@ -1863,11 +2312,21 @@ const __default__ = {
1863
2312
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor,
1864
2313
  "onUpdate:modelValue": _cache[79] || (_cache[79] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor = $event),
1865
2314
  onChange: _cache[80] || (_cache[80] = $event => paramsChanged('rememberCurveColor'))
1866
- }, null, 8 /* PROPS */, ["modelValue"])]),
1867
- _: 1 /* STABLE */
1868
- }, 8 /* PROPS */, ["label"])]),
1869
- _: 1 /* STABLE */
1870
- })], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2315
+ }, null, 8
2316
+ /* PROPS */
2317
+ , ["modelValue"])]),
2318
+ _: 1
2319
+ /* STABLE */
2320
+
2321
+ }, 8
2322
+ /* PROPS */
2323
+ , ["label"])]),
2324
+ _: 1
2325
+ /* STABLE */
2326
+
2327
+ })], 512
2328
+ /* NEED_PATCH */
2329
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1871
2330
  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, {
1872
2331
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).intervalCurve
1873
2332
  }, {
@@ -1875,10 +2334,18 @@ const __default__ = {
1875
2334
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve,
1876
2335
  "onUpdate:modelValue": _cache[81] || (_cache[81] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve = $event),
1877
2336
  onChange: _cache[82] || (_cache[82] = $event => paramsChanged('intervalCurve'))
1878
- }, null, 8 /* PROPS */, ["modelValue"])]),
1879
- _: 1 /* STABLE */
1880
- }, 8 /* PROPS */, ["label"])]),
1881
- _: 1 /* STABLE */
2337
+ }, null, 8
2338
+ /* PROPS */
2339
+ , ["modelValue"])]),
2340
+ _: 1
2341
+ /* STABLE */
2342
+
2343
+ }, 8
2344
+ /* PROPS */
2345
+ , ["label"])]),
2346
+ _: 1
2347
+ /* STABLE */
2348
+
1882
2349
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1883
2350
  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, {
1884
2351
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).intervalCurveWidth
@@ -1898,8 +2365,12 @@ const __default__ = {
1898
2365
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
1899
2366
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
1900
2367
  onChange: _cache[84] || (_cache[84] = $event => paramsChanged('intervalCurveWidth'))
1901
- }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1902
- _: 1 /* STABLE */
2368
+ }, null, 8
2369
+ /* PROPS */
2370
+ , ["modelValue", "step", "min", "max"])]),
2371
+ _: 1
2372
+ /* STABLE */
2373
+
1903
2374
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1904
2375
  span: 8
1905
2376
  }, {
@@ -1911,14 +2382,26 @@ const __default__ = {
1911
2382
  step: 0.1,
1912
2383
  onChange: _cache[86] || (_cache[86] = $event => paramsChanged('intervalCurveWidth')),
1913
2384
  "controls-position": "right"
1914
- }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1915
- _: 1 /* STABLE */
2385
+ }, null, 8
2386
+ /* PROPS */
2387
+ , ["modelValue", "min", "max", "step"])]),
2388
+ _: 1
2389
+ /* STABLE */
2390
+
1916
2391
  })]),
1917
- _: 1 /* STABLE */
2392
+ _: 1
2393
+ /* STABLE */
2394
+
1918
2395
  })]),
1919
- _: 1 /* STABLE */
1920
- }, 8 /* PROPS */, ["label"])]),
1921
- _: 1 /* STABLE */
2396
+ _: 1
2397
+ /* STABLE */
2398
+
2399
+ }, 8
2400
+ /* PROPS */
2401
+ , ["label"])]),
2402
+ _: 1
2403
+ /* STABLE */
2404
+
1922
2405
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1923
2406
  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, {
1924
2407
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).intervalCurveColor
@@ -1927,11 +2410,21 @@ const __default__ = {
1927
2410
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor,
1928
2411
  "onUpdate:modelValue": _cache[87] || (_cache[87] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor = $event),
1929
2412
  onChange: _cache[88] || (_cache[88] = $event => paramsChanged('intervalCurveColor'))
1930
- }, null, 8 /* PROPS */, ["modelValue"])]),
1931
- _: 1 /* STABLE */
1932
- }, 8 /* PROPS */, ["label"])]),
1933
- _: 1 /* STABLE */
1934
- })], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2413
+ }, null, 8
2414
+ /* PROPS */
2415
+ , ["modelValue"])]),
2416
+ _: 1
2417
+ /* STABLE */
2418
+
2419
+ }, 8
2420
+ /* PROPS */
2421
+ , ["label"])]),
2422
+ _: 1
2423
+ /* STABLE */
2424
+
2425
+ })], 512
2426
+ /* NEED_PATCH */
2427
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1935
2428
  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, {
1936
2429
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).extraCurve
1937
2430
  }, {
@@ -1939,10 +2432,18 @@ const __default__ = {
1939
2432
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve,
1940
2433
  "onUpdate:modelValue": _cache[89] || (_cache[89] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve = $event),
1941
2434
  onChange: _cache[90] || (_cache[90] = $event => paramsChanged('extraCurve'))
1942
- }, null, 8 /* PROPS */, ["modelValue"])]),
1943
- _: 1 /* STABLE */
1944
- }, 8 /* PROPS */, ["label"])]),
1945
- _: 1 /* STABLE */
2435
+ }, null, 8
2436
+ /* PROPS */
2437
+ , ["modelValue"])]),
2438
+ _: 1
2439
+ /* STABLE */
2440
+
2441
+ }, 8
2442
+ /* PROPS */
2443
+ , ["label"])]),
2444
+ _: 1
2445
+ /* STABLE */
2446
+
1946
2447
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1947
2448
  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, {
1948
2449
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).extraCurveWidth
@@ -1962,8 +2463,12 @@ const __default__ = {
1962
2463
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
1963
2464
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
1964
2465
  onChange: _cache[92] || (_cache[92] = $event => paramsChanged('extraCurveWidth'))
1965
- }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1966
- _: 1 /* STABLE */
2466
+ }, null, 8
2467
+ /* PROPS */
2468
+ , ["modelValue", "step", "min", "max"])]),
2469
+ _: 1
2470
+ /* STABLE */
2471
+
1967
2472
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1968
2473
  span: 8
1969
2474
  }, {
@@ -1975,14 +2480,26 @@ const __default__ = {
1975
2480
  step: 0.1,
1976
2481
  onChange: _cache[94] || (_cache[94] = $event => paramsChanged('extraCurveWidth')),
1977
2482
  "controls-position": "right"
1978
- }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1979
- _: 1 /* STABLE */
2483
+ }, null, 8
2484
+ /* PROPS */
2485
+ , ["modelValue", "min", "max", "step"])]),
2486
+ _: 1
2487
+ /* STABLE */
2488
+
1980
2489
  })]),
1981
- _: 1 /* STABLE */
2490
+ _: 1
2491
+ /* STABLE */
2492
+
1982
2493
  })]),
1983
- _: 1 /* STABLE */
1984
- }, 8 /* PROPS */, ["label"])]),
1985
- _: 1 /* STABLE */
2494
+ _: 1
2495
+ /* STABLE */
2496
+
2497
+ }, 8
2498
+ /* PROPS */
2499
+ , ["label"])]),
2500
+ _: 1
2501
+ /* STABLE */
2502
+
1986
2503
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1987
2504
  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, {
1988
2505
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).extraCurveColor
@@ -1991,17 +2508,39 @@ const __default__ = {
1991
2508
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor,
1992
2509
  "onUpdate:modelValue": _cache[95] || (_cache[95] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor = $event),
1993
2510
  onChange: _cache[96] || (_cache[96] = $event => paramsChanged('extraCurveColor'))
1994
- }, null, 8 /* PROPS */, ["modelValue"])]),
1995
- _: 1 /* STABLE */
1996
- }, 8 /* PROPS */, ["label"])]),
1997
- _: 1 /* STABLE */
1998
- })], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve]])]),
1999
- _: 1 /* STABLE */
2000
- }, 8 /* PROPS */, ["label-width"])])]),
2001
- _: 1 /* STABLE */
2002
- }, 8 /* PROPS */, ["max-height"])])]),
2003
- _: 1 /* STABLE */
2004
- }, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tab_pane, {
2511
+ }, null, 8
2512
+ /* PROPS */
2513
+ , ["modelValue"])]),
2514
+ _: 1
2515
+ /* STABLE */
2516
+
2517
+ }, 8
2518
+ /* PROPS */
2519
+ , ["label"])]),
2520
+ _: 1
2521
+ /* STABLE */
2522
+
2523
+ })], 512
2524
+ /* NEED_PATCH */
2525
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve]])]),
2526
+ _: 1
2527
+ /* STABLE */
2528
+
2529
+ }, 8
2530
+ /* PROPS */
2531
+ , ["label-width"])])]),
2532
+ _: 1
2533
+ /* STABLE */
2534
+
2535
+ }, 8
2536
+ /* PROPS */
2537
+ , ["max-height"])])]),
2538
+ _: 1
2539
+ /* STABLE */
2540
+
2541
+ }, 8
2542
+ /* PROPS */
2543
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tab_pane, {
2005
2544
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).contourSurface,
2006
2545
  name: "surface"
2007
2546
  }, {
@@ -2025,15 +2564,29 @@ const __default__ = {
2025
2564
  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_option, {
2026
2565
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).customColorScheme,
2027
2566
  value: 0
2028
- }, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
2567
+ }, null, 8
2568
+ /* PROPS */
2569
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
2029
2570
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientTexture,
2030
2571
  value: 1
2031
- }, null, 8 /* PROPS */, ["label"])]),
2032
- _: 1 /* STABLE */
2033
- }, 8 /* PROPS */, ["modelValue"])]),
2034
- _: 1 /* STABLE */
2035
- }, 8 /* PROPS */, ["label"])]),
2036
- _: 1 /* STABLE */
2572
+ }, null, 8
2573
+ /* PROPS */
2574
+ , ["label"])]),
2575
+ _: 1
2576
+ /* STABLE */
2577
+
2578
+ }, 8
2579
+ /* PROPS */
2580
+ , ["modelValue"])]),
2581
+ _: 1
2582
+ /* STABLE */
2583
+
2584
+ }, 8
2585
+ /* PROPS */
2586
+ , ["label"])]),
2587
+ _: 1
2588
+ /* STABLE */
2589
+
2037
2590
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2038
2591
  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, {
2039
2592
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).surfaceAlpha
@@ -2053,8 +2606,12 @@ const __default__ = {
2053
2606
  max: 1,
2054
2607
  step: 0.01,
2055
2608
  onChange: _cache[99] || (_cache[99] = $event => paramsChanged('alpha'))
2056
- }, null, 8 /* PROPS */, ["modelValue", "step"])]),
2057
- _: 1 /* STABLE */
2609
+ }, null, 8
2610
+ /* PROPS */
2611
+ , ["modelValue", "step"])]),
2612
+ _: 1
2613
+ /* STABLE */
2614
+
2058
2615
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2059
2616
  span: 8
2060
2617
  }, {
@@ -2066,14 +2623,26 @@ const __default__ = {
2066
2623
  step: 0.01,
2067
2624
  "controls-position": "right",
2068
2625
  onChange: _cache[101] || (_cache[101] = $event => paramsChanged('alpha'))
2069
- }, null, 8 /* PROPS */, ["modelValue", "step"])]),
2070
- _: 1 /* STABLE */
2626
+ }, null, 8
2627
+ /* PROPS */
2628
+ , ["modelValue", "step"])]),
2629
+ _: 1
2630
+ /* STABLE */
2631
+
2071
2632
  })]),
2072
- _: 1 /* STABLE */
2633
+ _: 1
2634
+ /* STABLE */
2635
+
2073
2636
  })]),
2074
- _: 1 /* STABLE */
2075
- }, 8 /* PROPS */, ["label"])]),
2076
- _: 1 /* STABLE */
2637
+ _: 1
2638
+ /* STABLE */
2639
+
2640
+ }, 8
2641
+ /* PROPS */
2642
+ , ["label"])]),
2643
+ _: 1
2644
+ /* STABLE */
2645
+
2077
2646
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2078
2647
  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, {
2079
2648
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).isolineMinHeight
@@ -2093,8 +2662,12 @@ const __default__ = {
2093
2662
  step: 100,
2094
2663
  max: 8000,
2095
2664
  onChange: _cache[103] || (_cache[103] = $event => paramsChanged('minHeight'))
2096
- }, null, 8 /* PROPS */, ["modelValue"])]),
2097
- _: 1 /* STABLE */
2665
+ }, null, 8
2666
+ /* PROPS */
2667
+ , ["modelValue"])]),
2668
+ _: 1
2669
+ /* STABLE */
2670
+
2098
2671
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2099
2672
  span: 8
2100
2673
  }, {
@@ -2106,14 +2679,26 @@ const __default__ = {
2106
2679
  max: 8000,
2107
2680
  "controls-position": "right",
2108
2681
  onChange: _cache[105] || (_cache[105] = $event => paramsChanged('minHeight'))
2109
- }, null, 8 /* PROPS */, ["modelValue"])]),
2110
- _: 1 /* STABLE */
2682
+ }, null, 8
2683
+ /* PROPS */
2684
+ , ["modelValue"])]),
2685
+ _: 1
2686
+ /* STABLE */
2687
+
2111
2688
  })]),
2112
- _: 1 /* STABLE */
2689
+ _: 1
2690
+ /* STABLE */
2691
+
2113
2692
  })]),
2114
- _: 1 /* STABLE */
2115
- }, 8 /* PROPS */, ["label"])]),
2116
- _: 1 /* STABLE */
2693
+ _: 1
2694
+ /* STABLE */
2695
+
2696
+ }, 8
2697
+ /* PROPS */
2698
+ , ["label"])]),
2699
+ _: 1
2700
+ /* STABLE */
2701
+
2117
2702
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2118
2703
  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, {
2119
2704
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).isolineMaxHeight
@@ -2133,8 +2718,12 @@ const __default__ = {
2133
2718
  step: 100,
2134
2719
  max: 8000,
2135
2720
  onChange: _cache[107] || (_cache[107] = $event => paramsChanged('maxHeight'))
2136
- }, null, 8 /* PROPS */, ["modelValue"])]),
2137
- _: 1 /* STABLE */
2721
+ }, null, 8
2722
+ /* PROPS */
2723
+ , ["modelValue"])]),
2724
+ _: 1
2725
+ /* STABLE */
2726
+
2138
2727
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2139
2728
  span: 8
2140
2729
  }, {
@@ -2146,14 +2735,26 @@ const __default__ = {
2146
2735
  max: 8000,
2147
2736
  "controls-position": "right",
2148
2737
  onChange: _cache[109] || (_cache[109] = $event => paramsChanged('maxHeight'))
2149
- }, null, 8 /* PROPS */, ["modelValue"])]),
2150
- _: 1 /* STABLE */
2738
+ }, null, 8
2739
+ /* PROPS */
2740
+ , ["modelValue"])]),
2741
+ _: 1
2742
+ /* STABLE */
2743
+
2151
2744
  })]),
2152
- _: 1 /* STABLE */
2745
+ _: 1
2746
+ /* STABLE */
2747
+
2153
2748
  })]),
2154
- _: 1 /* STABLE */
2155
- }, 8 /* PROPS */, ["label"])]),
2156
- _: 1 /* STABLE */
2749
+ _: 1
2750
+ /* STABLE */
2751
+
2752
+ }, 8
2753
+ /* PROPS */
2754
+ , ["label"])]),
2755
+ _: 1
2756
+ /* STABLE */
2757
+
2157
2758
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_12, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
2158
2759
  style: {
2159
2760
  "display": "flex"
@@ -2162,15 +2763,25 @@ const __default__ = {
2162
2763
  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, {
2163
2764
  span: 18
2164
2765
  }, {
2165
- 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).setHeightRange), 1 /* TEXT */)]),
2166
- _: 1 /* STABLE */
2766
+ 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).setHeightRange), 1
2767
+ /* TEXT */
2768
+ )]),
2769
+ _: 1
2770
+ /* STABLE */
2771
+
2167
2772
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2168
2773
  span: 6
2169
2774
  }, {
2170
- 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).setColor), 1 /* TEXT */)]),
2171
- _: 1 /* STABLE */
2775
+ 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).setColor), 1
2776
+ /* TEXT */
2777
+ )]),
2778
+ _: 1
2779
+ /* STABLE */
2780
+
2172
2781
  })]),
2173
- _: 1 /* STABLE */
2782
+ _: 1
2783
+ /* STABLE */
2784
+
2174
2785
  }), ((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)(dataList), (item, index) => {
2175
2786
  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_row, {
2176
2787
  key: index,
@@ -2190,7 +2801,9 @@ const __default__ = {
2190
2801
  disabled: true,
2191
2802
  onChange: _cache[110] || (_cache[110] = $event => paramsChanged('colorTableHeight')),
2192
2803
  "controls-position": "right"
2193
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
2804
+ }, null, 8
2805
+ /* PROPS */
2806
+ , ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
2194
2807
  key: 1,
2195
2808
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
2196
2809
  "onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
@@ -2198,7 +2811,11 @@ const __default__ = {
2198
2811
  step: 1,
2199
2812
  onChange: _cache[111] || (_cache[111] = $event => paramsChanged('colorTableHeight')),
2200
2813
  "controls-position": "right"
2201
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_13, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1 /* TEXT */), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
2814
+ }, null, 8
2815
+ /* PROPS */
2816
+ , ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_13, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1
2817
+ /* TEXT */
2818
+ ), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
2202
2819
  key: 2,
2203
2820
  modelValue: item.colorTableHeight,
2204
2821
  "onUpdate:modelValue": $event => item.colorTableHeight = $event,
@@ -2207,7 +2824,9 @@ const __default__ = {
2207
2824
  step: 1,
2208
2825
  onChange: _cache[112] || (_cache[112] = $event => paramsChanged('colorTableHeight')),
2209
2826
  "controls-position": "right"
2210
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
2827
+ }, null, 8
2828
+ /* PROPS */
2829
+ , ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
2211
2830
  key: 3,
2212
2831
  modelValue: item.colorTableHeight,
2213
2832
  "onUpdate:modelValue": $event => item.colorTableHeight = $event,
@@ -2215,21 +2834,41 @@ const __default__ = {
2215
2834
  disabled: true,
2216
2835
  onChange: _cache[113] || (_cache[113] = $event => paramsChanged('colorTableHeight')),
2217
2836
  "controls-position": "right"
2218
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
2219
- _: 2 /* DYNAMIC */
2220
- }, 1024 /* DYNAMIC_SLOTS */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2837
+ }, null, 8
2838
+ /* PROPS */
2839
+ , ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
2840
+ _: 2
2841
+ /* DYNAMIC */
2842
+
2843
+ }, 1024
2844
+ /* DYNAMIC_SLOTS */
2845
+ ), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
2221
2846
  span: 6
2222
2847
  }, {
2223
2848
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
2224
2849
  modelValue: item.colorTable,
2225
2850
  "onUpdate:modelValue": $event => item.colorTable = $event,
2226
2851
  onChange: _cache[114] || (_cache[114] = $event => paramsChanged('colorTable'))
2227
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])]),
2228
- _: 2 /* DYNAMIC */
2229
- }, 1024 /* DYNAMIC_SLOTS */)], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
2230
- _: 2 /* DYNAMIC */
2231
- }, 1024 /* DYNAMIC_SLOTS */);
2232
- }), 128 /* KEYED_FRAGMENT */))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_14, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2852
+ }, null, 8
2853
+ /* PROPS */
2854
+ , ["modelValue", "onUpdate:modelValue"])]),
2855
+ _: 2
2856
+ /* DYNAMIC */
2857
+
2858
+ }, 1024
2859
+ /* DYNAMIC_SLOTS */
2860
+ )], 64
2861
+ /* STABLE_FRAGMENT */
2862
+ )) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
2863
+ _: 2
2864
+ /* DYNAMIC */
2865
+
2866
+ }, 1024
2867
+ /* DYNAMIC_SLOTS */
2868
+ );
2869
+ }), 128
2870
+ /* KEYED_FRAGMENT */
2871
+ ))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_14, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
2233
2872
  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, {
2234
2873
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
2235
2874
  }, {
@@ -2238,8 +2877,14 @@ const __default__ = {
2238
2877
  "display": "flex"
2239
2878
  }
2240
2879
  }, {
2241
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_15, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1 /* TEXT */), _hoisted_16, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1 /* TEXT */)]),
2242
- _: 1 /* STABLE */
2880
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_15, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1
2881
+ /* TEXT */
2882
+ ), _hoisted_16, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1
2883
+ /* TEXT */
2884
+ )]),
2885
+ _: 1
2886
+ /* STABLE */
2887
+
2243
2888
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
2244
2889
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
2245
2890
  "onUpdate:modelValue": _cache[115] || (_cache[115] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
@@ -2254,41 +2899,92 @@ const __default__ = {
2254
2899
  class: "kq3d-isoline-analysis-legend",
2255
2900
  src: item.src,
2256
2901
  alt: ""
2257
- }, null, 8 /* PROPS */, _hoisted_18)]),
2258
- _: 2 /* DYNAMIC */
2259
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
2260
- }), 64 /* STABLE_FRAGMENT */))]),
2261
- _: 1 /* STABLE */
2262
- }, 8 /* PROPS */, ["modelValue"])]),
2263
- _: 1 /* STABLE */
2264
- }, 8 /* PROPS */, ["label"])]),
2265
- _: 1 /* STABLE */
2902
+ }, null, 8
2903
+ /* PROPS */
2904
+ , _hoisted_18)]),
2905
+ _: 2
2906
+ /* DYNAMIC */
2907
+
2908
+ }, 1032
2909
+ /* PROPS, DYNAMIC_SLOTS */
2910
+ , ["label"]);
2911
+ }), 64
2912
+ /* STABLE_FRAGMENT */
2913
+ ))]),
2914
+ _: 1
2915
+ /* STABLE */
2916
+
2917
+ }, 8
2918
+ /* PROPS */
2919
+ , ["modelValue"])]),
2920
+ _: 1
2921
+ /* STABLE */
2922
+
2923
+ }, 8
2924
+ /* PROPS */
2925
+ , ["label"])]),
2926
+ _: 1
2927
+ /* STABLE */
2928
+
2266
2929
  })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
2267
- _: 1 /* STABLE */
2930
+ _: 1
2931
+ /* STABLE */
2932
+
2268
2933
  })]),
2269
- _: 1 /* STABLE */
2270
- }, 8 /* PROPS */, ["label"])]),
2271
- _: 1 /* STABLE */
2272
- }, 8 /* PROPS */, ["modelValue", "onTabChange"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
2273
- _: 1 /* STABLE */
2274
- }, 8 /* PROPS */, ["title"])]),
2275
- _: 1 /* STABLE */
2276
- }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_19, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
2934
+ _: 1
2935
+ /* STABLE */
2936
+
2937
+ }, 8
2938
+ /* PROPS */
2939
+ , ["label"])]),
2940
+ _: 1
2941
+ /* STABLE */
2942
+
2943
+ }, 8
2944
+ /* PROPS */
2945
+ , ["modelValue", "onTabChange"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
2946
+ _: 1
2947
+ /* STABLE */
2948
+
2949
+ }, 8
2950
+ /* PROPS */
2951
+ , ["title"])]),
2952
+ _: 1
2953
+ /* STABLE */
2954
+
2955
+ }, 8
2956
+ /* PROPS */
2957
+ , ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_19, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
2277
2958
  onClick: _cache[118] || (_cache[118] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
2278
2959
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
2279
2960
  type: "primary"
2280
2961
  }, {
2281
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1 /* TEXT */)]),
2282
- _: 1 /* STABLE */
2283
- }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
2962
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1
2963
+ /* TEXT */
2964
+ )]),
2965
+ _: 1
2966
+ /* STABLE */
2967
+
2968
+ }, 8
2969
+ /* PROPS */
2970
+ , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
2284
2971
  onClick: _cache[119] || (_cache[119] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
2285
2972
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
2286
2973
  }, {
2287
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult), 1 /* TEXT */)]),
2288
- _: 1 /* STABLE */
2289
- }, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
2974
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult), 1
2975
+ /* TEXT */
2976
+ )]),
2977
+ _: 1
2978
+ /* STABLE */
2979
+
2980
+ }, 8
2981
+ /* PROPS */
2982
+ , ["title"])])])], 2
2983
+ /* CLASS */
2984
+ );
2290
2985
  };
2291
2986
  }
2987
+
2292
2988
  }));
2293
2989
  ;// CONCATENATED MODULE: ./src/webgl/isolineanalysis/IsolineAnalysis.vue?vue&type=script&setup=true&lang=js
2294
2990
 
@@ -2310,11 +3006,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
2310
3006
 
2311
3007
 
2312
3008
 
3009
+
2313
3010
  IsolineAnalysis.install = (Vue, opts) => {
2314
3011
  init_js_default()(Vue, opts);
2315
3012
  Vue.component(IsolineAnalysis.name, IsolineAnalysis);
2316
3013
  };
2317
3014
 
3015
+
2318
3016
  }();
2319
3017
  /******/ return __webpack_exports__;
2320
3018
  /******/ })()