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