@kq_npm/client3d_webgl_vue 2.6.9-beta → 2.7.0-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 +256 -152
- package/aspectanalysis/index.js +209 -141
- package/baseterraingallery/index.js +182 -107
- package/boxclip/index.js +306 -238
- package/comparemap/index.js +219 -137
- package/compass/index.js +169 -94
- package/excavatefillanalysis/index.js +225 -157
- package/fixedzoomin/index.js +167 -92
- package/fixedzoomout/index.js +167 -92
- package/flight/index.js +298 -199
- package/floodanalysis/index.js +236 -170
- package/gpuspatialquery/index.js +280 -212
- package/hawkeye/index.js +143 -75
- package/index.js +4 -6
- package/isolineanalysis/index.js +552 -486
- package/measure/index.js +236 -154
- package/modelselect/index.js +184 -116
- package/package.json +1 -1
- package/particleeffect/index.js +258 -185
- package/planeclip/index.js +245 -177
- package/profileanalysis/index.js +252 -184
- package/resetview/index.js +132 -57
- package/roller/index.js +202 -134
- package/scenceview/index.js +21480 -94
- package/screenshot/index.js +203 -135
- package/shadowanalysis/index.js +317 -242
- package/sightlineanalysis/index.js +134 -96
- package/skylineanalysis/index.js +239 -171
- package/slopeanalysis/index.js +238 -172
- package/statusbar/index.js +84 -53
- package/terrainoperation/index.js +204 -136
- package/underground/index.js +164 -96
- package/viewshedanalysis/index.js +243 -175
- package/weathereffect/index.js +222 -149
package/slopeanalysis/index.js
CHANGED
|
@@ -1,7 +1,83 @@
|
|
|
1
1
|
/******/ (function() { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
|
-
/******/
|
|
4
|
-
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 9702:
|
|
6
|
+
/***/ (function(module) {
|
|
7
|
+
|
|
8
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/const-image");
|
|
9
|
+
|
|
10
|
+
/***/ }),
|
|
11
|
+
|
|
12
|
+
/***/ 826:
|
|
13
|
+
/***/ (function(module) {
|
|
14
|
+
|
|
15
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
16
|
+
|
|
17
|
+
/***/ }),
|
|
18
|
+
|
|
19
|
+
/***/ 5406:
|
|
20
|
+
/***/ (function(module) {
|
|
21
|
+
|
|
22
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
23
|
+
|
|
24
|
+
/***/ }),
|
|
25
|
+
|
|
26
|
+
/***/ 637:
|
|
27
|
+
/***/ (function(module) {
|
|
28
|
+
|
|
29
|
+
module.exports = require("vue");
|
|
30
|
+
|
|
31
|
+
/***/ }),
|
|
32
|
+
|
|
33
|
+
/***/ 8270:
|
|
34
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
35
|
+
|
|
36
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
37
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
38
|
+
/* harmony export */ });
|
|
39
|
+
function _defineProperty(obj, key, value) {
|
|
40
|
+
if (key in obj) {
|
|
41
|
+
Object.defineProperty(obj, key, {
|
|
42
|
+
value: value,
|
|
43
|
+
enumerable: true,
|
|
44
|
+
configurable: true,
|
|
45
|
+
writable: true
|
|
46
|
+
});
|
|
47
|
+
} else {
|
|
48
|
+
obj[key] = value;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
return obj;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/***/ })
|
|
55
|
+
|
|
56
|
+
/******/ });
|
|
57
|
+
/************************************************************************/
|
|
58
|
+
/******/ // The module cache
|
|
59
|
+
/******/ var __webpack_module_cache__ = {};
|
|
60
|
+
/******/
|
|
61
|
+
/******/ // The require function
|
|
62
|
+
/******/ function __webpack_require__(moduleId) {
|
|
63
|
+
/******/ // Check if module is in cache
|
|
64
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
65
|
+
/******/ if (cachedModule !== undefined) {
|
|
66
|
+
/******/ return cachedModule.exports;
|
|
67
|
+
/******/ }
|
|
68
|
+
/******/ // Create a new module (and put it into the cache)
|
|
69
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
70
|
+
/******/ // no module.id needed
|
|
71
|
+
/******/ // no module.loaded needed
|
|
72
|
+
/******/ exports: {}
|
|
73
|
+
/******/ };
|
|
74
|
+
/******/
|
|
75
|
+
/******/ // Execute the module function
|
|
76
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
77
|
+
/******/
|
|
78
|
+
/******/ // Return the exports of the module
|
|
79
|
+
/******/ return module.exports;
|
|
80
|
+
/******/ }
|
|
5
81
|
/******/
|
|
6
82
|
/************************************************************************/
|
|
7
83
|
/******/ /* webpack/runtime/compat get default export */
|
|
@@ -46,6 +122,8 @@
|
|
|
46
122
|
/******/
|
|
47
123
|
/************************************************************************/
|
|
48
124
|
var __webpack_exports__ = {};
|
|
125
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
126
|
+
!function() {
|
|
49
127
|
// ESM COMPAT FLAG
|
|
50
128
|
__webpack_require__.r(__webpack_exports__);
|
|
51
129
|
|
|
@@ -55,27 +133,14 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
55
133
|
"default": function() { return /* reexport */ SlopeAnalysis; }
|
|
56
134
|
});
|
|
57
135
|
|
|
58
|
-
|
|
59
|
-
var
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
value: value,
|
|
67
|
-
enumerable: true,
|
|
68
|
-
configurable: true,
|
|
69
|
-
writable: true
|
|
70
|
-
});
|
|
71
|
-
} else {
|
|
72
|
-
obj[key] = value;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
return obj;
|
|
76
|
-
}
|
|
77
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
78
|
-
var const_image_namespaceObject = require("@kq_npm/client_common_vue/_utils/const-image");
|
|
136
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
137
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
138
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
139
|
+
var gis_utils_ = __webpack_require__(826);
|
|
140
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
141
|
+
var defineProperty = __webpack_require__(8270);
|
|
142
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
143
|
+
var const_image_ = __webpack_require__(9702);
|
|
79
144
|
;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/SlopeAnalysisViewModel.js
|
|
80
145
|
|
|
81
146
|
// 分析逻辑类
|
|
@@ -83,27 +148,27 @@ var const_image_namespaceObject = require("@kq_npm/client_common_vue/_utils/cons
|
|
|
83
148
|
class SlopeAnalysisViewModel {
|
|
84
149
|
// 坡度坡向三维对象
|
|
85
150
|
constructor(scenceView, viewModel) {
|
|
86
|
-
|
|
151
|
+
(0,defineProperty/* default */.Z)(this, "_slopeAnalysis", null);
|
|
87
152
|
|
|
88
|
-
|
|
153
|
+
(0,defineProperty/* default */.Z)(this, "_globaOptions", {
|
|
89
154
|
//全局参数
|
|
90
155
|
viewer: null,
|
|
91
156
|
_drawManager: null
|
|
92
157
|
});
|
|
93
158
|
|
|
94
|
-
|
|
159
|
+
(0,defineProperty/* default */.Z)(this, "_defaultPositions", [//默认分析坐标
|
|
95
160
|
new Cesium.Cartesian3(320344.97912128427, 5634145.630522612, 2962308.690344629), new Cesium.Cartesian3(324448.6451820951, 5639835.805638826, 2951088.4423702545), new Cesium.Cartesian3(320344.97912128427, 5634145.630522612, 2962308.690344629)]);
|
|
96
161
|
|
|
97
|
-
|
|
162
|
+
(0,defineProperty/* default */.Z)(this, "_colorImages", [//渐变图片集合
|
|
98
163
|
{
|
|
99
164
|
value: "0",
|
|
100
|
-
src:
|
|
165
|
+
src: const_image_.RED_TO_PURPLE_URL
|
|
101
166
|
}, {
|
|
102
167
|
value: "1",
|
|
103
|
-
src:
|
|
168
|
+
src: const_image_.PURPLE_TO_YELLOW_URL
|
|
104
169
|
}, {
|
|
105
170
|
value: "2",
|
|
106
|
-
src:
|
|
171
|
+
src: const_image_.GREEN_TO_BLUE_URL
|
|
107
172
|
}]);
|
|
108
173
|
|
|
109
174
|
this._globaOptions.viewer = scenceView._viewer;
|
|
@@ -278,19 +343,19 @@ class SlopeAnalysisViewModel {
|
|
|
278
343
|
|
|
279
344
|
switch (key) {
|
|
280
345
|
case 0:
|
|
281
|
-
path =
|
|
346
|
+
path = const_image_.RED_TO_PURPLE_URL;
|
|
282
347
|
break;
|
|
283
348
|
|
|
284
349
|
case 1:
|
|
285
|
-
path =
|
|
350
|
+
path = const_image_.PURPLE_TO_YELLOW_URL;
|
|
286
351
|
break;
|
|
287
352
|
|
|
288
353
|
case 2:
|
|
289
|
-
path =
|
|
354
|
+
path = const_image_.GREEN_TO_BLUE_URL;
|
|
290
355
|
break;
|
|
291
356
|
|
|
292
357
|
default:
|
|
293
|
-
path =
|
|
358
|
+
path = const_image_.RED_TO_PURPLE_URL;
|
|
294
359
|
break;
|
|
295
360
|
}
|
|
296
361
|
|
|
@@ -348,17 +413,17 @@ const _hoisted_4 = {
|
|
|
348
413
|
key: 1
|
|
349
414
|
};
|
|
350
415
|
|
|
351
|
-
const _hoisted_5 = /*#__PURE__*/(0,
|
|
416
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1
|
|
352
417
|
/* HOISTED */
|
|
353
418
|
);
|
|
354
419
|
|
|
355
|
-
const _hoisted_6 = /*#__PURE__*/(0,
|
|
420
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
356
421
|
class: "kq3d-slope-analysis-line"
|
|
357
422
|
}, null, -1
|
|
358
423
|
/* HOISTED */
|
|
359
424
|
);
|
|
360
425
|
|
|
361
|
-
const _hoisted_7 = /*#__PURE__*/(0,
|
|
426
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1
|
|
362
427
|
/* HOISTED */
|
|
363
428
|
);
|
|
364
429
|
|
|
@@ -390,11 +455,11 @@ const __default__ = {
|
|
|
390
455
|
const props = __props;
|
|
391
456
|
const {
|
|
392
457
|
proxy
|
|
393
|
-
} = (0,
|
|
394
|
-
let currentLang = (0,
|
|
395
|
-
let language = (0,
|
|
396
|
-
let collapseValue = (0,
|
|
397
|
-
let dataList = (0,
|
|
458
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
459
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
460
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
461
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
462
|
+
let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
398
463
|
colorTableDegree: 0,
|
|
399
464
|
colorTable: null
|
|
400
465
|
}, {
|
|
@@ -415,20 +480,20 @@ const __default__ = {
|
|
|
415
480
|
}]);
|
|
416
481
|
const colorImages = [{
|
|
417
482
|
value: 0,
|
|
418
|
-
src:
|
|
483
|
+
src: const_image_.RED_TO_PURPLE_URL
|
|
419
484
|
}, {
|
|
420
485
|
value: 1,
|
|
421
|
-
src:
|
|
486
|
+
src: const_image_.PURPLE_TO_YELLOW_URL
|
|
422
487
|
}, {
|
|
423
488
|
value: 2,
|
|
424
|
-
src:
|
|
489
|
+
src: const_image_.GREEN_TO_BLUE_URL
|
|
425
490
|
}]; //计算属性
|
|
426
491
|
// 获取组件传参
|
|
427
492
|
// 分析类
|
|
428
493
|
|
|
429
494
|
let viewModel = null; // 默认参数
|
|
430
495
|
|
|
431
|
-
let formItem = (0,
|
|
496
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
432
497
|
fillStyle: props.settingParams && props.settingParams.fillStyle || "tableColor",
|
|
433
498
|
colorTableDegree: props.settingParams && props.settingParams.colorTableDegree || [10, 20, 30, 40, 90],
|
|
434
499
|
colorTable: props.settingParams && props.settingParams.colorTable || ["#00FF00", "#0000FF", "#FFFF00", "#FF7F00", "#FF0000"],
|
|
@@ -438,10 +503,10 @@ const __default__ = {
|
|
|
438
503
|
slopeColorAlpha: props.settingParams && props.settingParams.slopeColorAlpha || 0.3,
|
|
439
504
|
slopeColorText: props.settingParams && props.settingParams.slopeColorText || "#FF0000"
|
|
440
505
|
});
|
|
441
|
-
(0,
|
|
506
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
442
507
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
443
508
|
|
|
444
|
-
|
|
509
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
445
510
|
if (scenceView) {
|
|
446
511
|
language.value = scenceView._language;
|
|
447
512
|
refactorArr();
|
|
@@ -542,7 +607,7 @@ const __default__ = {
|
|
|
542
607
|
} // 销毁
|
|
543
608
|
|
|
544
609
|
|
|
545
|
-
(0,
|
|
610
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
546
611
|
viewModel && viewModel.destroy();
|
|
547
612
|
});
|
|
548
613
|
expose({
|
|
@@ -553,80 +618,80 @@ const __default__ = {
|
|
|
553
618
|
clearResult
|
|
554
619
|
});
|
|
555
620
|
return (_ctx, _cache) => {
|
|
556
|
-
const _component_kq_row = (0,
|
|
621
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
557
622
|
|
|
558
|
-
const _component_kq_option = (0,
|
|
623
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
559
624
|
|
|
560
|
-
const _component_kq_select = (0,
|
|
625
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
561
626
|
|
|
562
|
-
const _component_kq_form_item = (0,
|
|
627
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
563
628
|
|
|
564
|
-
const _component_kq_col = (0,
|
|
629
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
565
630
|
|
|
566
|
-
const _component_kq_input_number = (0,
|
|
631
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
567
632
|
|
|
568
|
-
const _component_kq_color_picker = (0,
|
|
633
|
+
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
569
634
|
|
|
570
|
-
const _component_kq_radio = (0,
|
|
635
|
+
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
571
636
|
|
|
572
|
-
const _component_kq_radio_group = (0,
|
|
637
|
+
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
573
638
|
|
|
574
|
-
const _component_kq_slider = (0,
|
|
639
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
575
640
|
|
|
576
|
-
const _component_kq_form = (0,
|
|
641
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
577
642
|
|
|
578
|
-
const _component_kq_collapse_item = (0,
|
|
643
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
579
644
|
|
|
580
|
-
const _component_kq_collapse = (0,
|
|
645
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
581
646
|
|
|
582
|
-
const _component_kq_button = (0,
|
|
647
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
583
648
|
|
|
584
|
-
return (0,
|
|
649
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle !== 'slopeFilter' ? ((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, {
|
|
585
650
|
key: 0,
|
|
586
651
|
class: "kq3d-slope-analysis-tip"
|
|
587
652
|
}, {
|
|
588
|
-
default: (0,
|
|
653
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 1
|
|
589
654
|
/* TEXT */
|
|
590
655
|
)]),
|
|
591
656
|
_: 1
|
|
592
657
|
/* STABLE */
|
|
593
658
|
|
|
594
|
-
})) : (0,
|
|
595
|
-
"model-value": (0,
|
|
659
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
660
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
596
661
|
}, {
|
|
597
|
-
default: (0,
|
|
598
|
-
title: (0,
|
|
662
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
663
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
599
664
|
name: "setting"
|
|
600
665
|
}, {
|
|
601
|
-
default: (0,
|
|
602
|
-
"label-width": (0,
|
|
666
|
+
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, {
|
|
667
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '120px',
|
|
603
668
|
"label-position": "left"
|
|
604
669
|
}, {
|
|
605
|
-
default: (0,
|
|
670
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
606
671
|
style: {
|
|
607
672
|
"display": "block"
|
|
608
673
|
}
|
|
609
674
|
}, {
|
|
610
|
-
default: (0,
|
|
611
|
-
label: (0,
|
|
675
|
+
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, {
|
|
676
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fillStyle
|
|
612
677
|
}, {
|
|
613
|
-
default: (0,
|
|
614
|
-
modelValue: (0,
|
|
615
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
678
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
679
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle,
|
|
680
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle = $event),
|
|
616
681
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('fillStyle'))
|
|
617
682
|
}, {
|
|
618
|
-
default: (0,
|
|
619
|
-
label: (0,
|
|
683
|
+
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, {
|
|
684
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).customColorScheme,
|
|
620
685
|
value: "tableColor"
|
|
621
686
|
}, null, 8
|
|
622
687
|
/* PROPS */
|
|
623
|
-
, ["label"]), (0,
|
|
624
|
-
label: (0,
|
|
688
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
689
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientTexture,
|
|
625
690
|
value: "colorImage"
|
|
626
691
|
}, null, 8
|
|
627
692
|
/* PROPS */
|
|
628
|
-
, ["label"]), (0,
|
|
629
|
-
label: (0,
|
|
693
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
694
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeFilter,
|
|
630
695
|
value: "slopeFilter"
|
|
631
696
|
}, null, 8
|
|
632
697
|
/* PROPS */
|
|
@@ -646,24 +711,24 @@ const __default__ = {
|
|
|
646
711
|
_: 1
|
|
647
712
|
/* STABLE */
|
|
648
713
|
|
|
649
|
-
}), (0,
|
|
714
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'tableColor' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
650
715
|
style: {
|
|
651
716
|
"display": "flex"
|
|
652
717
|
}
|
|
653
718
|
}, {
|
|
654
|
-
default: (0,
|
|
719
|
+
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, {
|
|
655
720
|
span: 18
|
|
656
721
|
}, {
|
|
657
|
-
default: (0,
|
|
722
|
+
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).setSlopeRange), 1
|
|
658
723
|
/* TEXT */
|
|
659
724
|
)]),
|
|
660
725
|
_: 1
|
|
661
726
|
/* STABLE */
|
|
662
727
|
|
|
663
|
-
}), (0,
|
|
728
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
664
729
|
span: 6
|
|
665
730
|
}, {
|
|
666
|
-
default: (0,
|
|
731
|
+
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
|
|
667
732
|
/* TEXT */
|
|
668
733
|
)]),
|
|
669
734
|
_: 1
|
|
@@ -673,52 +738,52 @@ const __default__ = {
|
|
|
673
738
|
_: 1
|
|
674
739
|
/* STABLE */
|
|
675
740
|
|
|
676
|
-
}), ((0,
|
|
677
|
-
return (0,
|
|
741
|
+
}), ((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) => {
|
|
742
|
+
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, {
|
|
678
743
|
key: index,
|
|
679
744
|
style: {
|
|
680
745
|
"display": "flex",
|
|
681
746
|
"padding-bottom": "8px"
|
|
682
747
|
}
|
|
683
748
|
}, {
|
|
684
|
-
default: (0,
|
|
749
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [index > 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, {
|
|
685
750
|
key: 0
|
|
686
|
-
}, [(0,
|
|
751
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
687
752
|
span: 18
|
|
688
753
|
}, {
|
|
689
|
-
default: (0,
|
|
754
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [index === 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, {
|
|
690
755
|
key: 0,
|
|
691
|
-
modelValue: (0,
|
|
692
|
-
"onUpdate:modelValue": $event => (0,
|
|
756
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
757
|
+
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
|
|
693
758
|
disabled: true,
|
|
694
759
|
onInput: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
|
|
695
760
|
"controls-position": "right"
|
|
696
761
|
}, null, 8
|
|
697
762
|
/* PROPS */
|
|
698
|
-
, ["modelValue", "onUpdate:modelValue"])) : (0,
|
|
763
|
+
, ["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, {
|
|
699
764
|
key: 1,
|
|
700
|
-
modelValue: (0,
|
|
701
|
-
"onUpdate:modelValue": $event => (0,
|
|
765
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
766
|
+
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
|
|
702
767
|
disabled: true,
|
|
703
768
|
step: 1,
|
|
704
769
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
|
|
705
770
|
"controls-position": "right"
|
|
706
771
|
}, null, 8
|
|
707
772
|
/* PROPS */
|
|
708
|
-
, ["modelValue", "onUpdate:modelValue"])) : (0,
|
|
773
|
+
, ["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_3, (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
|
|
709
774
|
/* TEXT */
|
|
710
|
-
), index > 0 && index < (0,
|
|
775
|
+
), 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, {
|
|
711
776
|
key: 2,
|
|
712
777
|
modelValue: item.colorTableDegree,
|
|
713
778
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
714
|
-
min: (0,
|
|
715
|
-
max: (0,
|
|
779
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
780
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableDegree,
|
|
716
781
|
step: 1,
|
|
717
782
|
onInput: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
|
|
718
783
|
"controls-position": "right"
|
|
719
784
|
}, null, 8
|
|
720
785
|
/* PROPS */
|
|
721
|
-
, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,
|
|
786
|
+
, ["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, {
|
|
722
787
|
key: 3,
|
|
723
788
|
modelValue: item.colorTableDegree,
|
|
724
789
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -728,16 +793,16 @@ const __default__ = {
|
|
|
728
793
|
"controls-position": "right"
|
|
729
794
|
}, null, 8
|
|
730
795
|
/* PROPS */
|
|
731
|
-
, ["modelValue", "onUpdate:modelValue"])) : (0,
|
|
796
|
+
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
732
797
|
_: 2
|
|
733
798
|
/* DYNAMIC */
|
|
734
799
|
|
|
735
800
|
}, 1024
|
|
736
801
|
/* DYNAMIC_SLOTS */
|
|
737
|
-
), (0,
|
|
802
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
738
803
|
span: 6
|
|
739
804
|
}, {
|
|
740
|
-
default: (0,
|
|
805
|
+
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, {
|
|
741
806
|
modelValue: item.colorTable,
|
|
742
807
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
743
808
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('colorTable'))
|
|
@@ -751,7 +816,7 @@ const __default__ = {
|
|
|
751
816
|
/* DYNAMIC_SLOTS */
|
|
752
817
|
)], 64
|
|
753
818
|
/* STABLE_FRAGMENT */
|
|
754
|
-
)) : (0,
|
|
819
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
755
820
|
_: 2
|
|
756
821
|
/* DYNAMIC */
|
|
757
822
|
|
|
@@ -760,30 +825,30 @@ const __default__ = {
|
|
|
760
825
|
);
|
|
761
826
|
}), 128
|
|
762
827
|
/* KEYED_FRAGMENT */
|
|
763
|
-
))])) : (0,
|
|
764
|
-
default: (0,
|
|
765
|
-
label: (0,
|
|
828
|
+
))])) : (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 === 'colorImage' ? ((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, null, {
|
|
829
|
+
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, {
|
|
830
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
766
831
|
}, {
|
|
767
|
-
default: (0,
|
|
832
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
768
833
|
style: {
|
|
769
834
|
"display": "flex"
|
|
770
835
|
}
|
|
771
836
|
}, {
|
|
772
|
-
default: (0,
|
|
837
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
|
|
773
838
|
_: 1
|
|
774
839
|
/* STABLE */
|
|
775
840
|
|
|
776
|
-
}), (0,
|
|
777
|
-
modelValue: (0,
|
|
778
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,
|
|
841
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
842
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
843
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
779
844
|
onChange: _cache[8] || (_cache[8] = $event => paramsChanged('colorImage'))
|
|
780
845
|
}, {
|
|
781
|
-
default: (0,
|
|
782
|
-
return (0,
|
|
846
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)(colorImages, (item, index) => {
|
|
847
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
783
848
|
key: index,
|
|
784
849
|
label: index
|
|
785
850
|
}, {
|
|
786
|
-
default: (0,
|
|
851
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
787
852
|
class: "kq3d-slope-analysis-legend",
|
|
788
853
|
src: item.src,
|
|
789
854
|
alt: ""
|
|
@@ -814,21 +879,21 @@ const __default__ = {
|
|
|
814
879
|
_: 1
|
|
815
880
|
/* STABLE */
|
|
816
881
|
|
|
817
|
-
})])) : (0,
|
|
818
|
-
default: (0,
|
|
819
|
-
label: (0,
|
|
882
|
+
})])) : (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 === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
883
|
+
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, {
|
|
884
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
820
885
|
}, {
|
|
821
|
-
default: (0,
|
|
886
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
822
887
|
style: {
|
|
823
888
|
"display": "flex"
|
|
824
889
|
}
|
|
825
890
|
}, {
|
|
826
|
-
default: (0,
|
|
891
|
+
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, {
|
|
827
892
|
span: 16
|
|
828
893
|
}, {
|
|
829
|
-
default: (0,
|
|
830
|
-
modelValue: (0,
|
|
831
|
-
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (0,
|
|
894
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
895
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope,
|
|
896
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope = $event),
|
|
832
897
|
step: 1,
|
|
833
898
|
min: 0,
|
|
834
899
|
max: 90,
|
|
@@ -839,12 +904,12 @@ const __default__ = {
|
|
|
839
904
|
_: 1
|
|
840
905
|
/* STABLE */
|
|
841
906
|
|
|
842
|
-
}), (0,
|
|
907
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
843
908
|
span: 8
|
|
844
909
|
}, {
|
|
845
|
-
default: (0,
|
|
846
|
-
modelValue: (0,
|
|
847
|
-
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (0,
|
|
910
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
911
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope,
|
|
912
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope = $event),
|
|
848
913
|
step: 1,
|
|
849
914
|
min: 0,
|
|
850
915
|
max: 90,
|
|
@@ -870,21 +935,21 @@ const __default__ = {
|
|
|
870
935
|
_: 1
|
|
871
936
|
/* STABLE */
|
|
872
937
|
|
|
873
|
-
}), (0,
|
|
874
|
-
default: (0,
|
|
875
|
-
label: (0,
|
|
938
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
939
|
+
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, {
|
|
940
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).maxSlope
|
|
876
941
|
}, {
|
|
877
|
-
default: (0,
|
|
942
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
878
943
|
style: {
|
|
879
944
|
"display": "flex"
|
|
880
945
|
}
|
|
881
946
|
}, {
|
|
882
|
-
default: (0,
|
|
947
|
+
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, {
|
|
883
948
|
span: 16
|
|
884
949
|
}, {
|
|
885
|
-
default: (0,
|
|
886
|
-
modelValue: (0,
|
|
887
|
-
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,
|
|
950
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
951
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope,
|
|
952
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope = $event),
|
|
888
953
|
step: 1,
|
|
889
954
|
min: 0,
|
|
890
955
|
max: 90,
|
|
@@ -895,12 +960,12 @@ const __default__ = {
|
|
|
895
960
|
_: 1
|
|
896
961
|
/* STABLE */
|
|
897
962
|
|
|
898
|
-
}), (0,
|
|
963
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
899
964
|
span: 8
|
|
900
965
|
}, {
|
|
901
|
-
default: (0,
|
|
902
|
-
modelValue: (0,
|
|
903
|
-
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,
|
|
966
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
967
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope,
|
|
968
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope = $event),
|
|
904
969
|
step: 1,
|
|
905
970
|
min: 0,
|
|
906
971
|
max: 90,
|
|
@@ -926,21 +991,21 @@ const __default__ = {
|
|
|
926
991
|
_: 1
|
|
927
992
|
/* STABLE */
|
|
928
993
|
|
|
929
|
-
}), (0,
|
|
930
|
-
default: (0,
|
|
931
|
-
label: (0,
|
|
994
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
995
|
+
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, {
|
|
996
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
932
997
|
}, {
|
|
933
|
-
default: (0,
|
|
998
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
934
999
|
style: {
|
|
935
1000
|
"display": "flex"
|
|
936
1001
|
}
|
|
937
1002
|
}, {
|
|
938
|
-
default: (0,
|
|
1003
|
+
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, {
|
|
939
1004
|
span: 16
|
|
940
1005
|
}, {
|
|
941
|
-
default: (0,
|
|
942
|
-
modelValue: (0,
|
|
943
|
-
"onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (0,
|
|
1006
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1007
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha,
|
|
1008
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha = $event),
|
|
944
1009
|
min: 0,
|
|
945
1010
|
max: 1,
|
|
946
1011
|
step: 0.01,
|
|
@@ -951,12 +1016,12 @@ const __default__ = {
|
|
|
951
1016
|
_: 1
|
|
952
1017
|
/* STABLE */
|
|
953
1018
|
|
|
954
|
-
}), (0,
|
|
1019
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
955
1020
|
span: 8
|
|
956
1021
|
}, {
|
|
957
|
-
default: (0,
|
|
958
|
-
modelValue: (0,
|
|
959
|
-
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,
|
|
1022
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1023
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha,
|
|
1024
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha = $event),
|
|
960
1025
|
min: 0,
|
|
961
1026
|
max: 1,
|
|
962
1027
|
step: 0.01,
|
|
@@ -982,17 +1047,17 @@ const __default__ = {
|
|
|
982
1047
|
_: 1
|
|
983
1048
|
/* STABLE */
|
|
984
1049
|
|
|
985
|
-
}), (0,
|
|
1050
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
986
1051
|
style: {
|
|
987
1052
|
"padding-bottom": "8px"
|
|
988
1053
|
}
|
|
989
1054
|
}, {
|
|
990
|
-
default: (0,
|
|
991
|
-
label: (0,
|
|
1055
|
+
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, {
|
|
1056
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).color
|
|
992
1057
|
}, {
|
|
993
|
-
default: (0,
|
|
994
|
-
modelValue: (0,
|
|
995
|
-
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,
|
|
1058
|
+
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, {
|
|
1059
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText,
|
|
1060
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText = $event),
|
|
996
1061
|
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('slopeColorText'))
|
|
997
1062
|
}, null, 8
|
|
998
1063
|
/* PROPS */
|
|
@@ -1006,7 +1071,7 @@ const __default__ = {
|
|
|
1006
1071
|
_: 1
|
|
1007
1072
|
/* STABLE */
|
|
1008
1073
|
|
|
1009
|
-
})])) : (0,
|
|
1074
|
+
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1010
1075
|
_: 1
|
|
1011
1076
|
/* STABLE */
|
|
1012
1077
|
|
|
@@ -1024,12 +1089,12 @@ const __default__ = {
|
|
|
1024
1089
|
|
|
1025
1090
|
}, 8
|
|
1026
1091
|
/* PROPS */
|
|
1027
|
-
, ["model-value"]), (0,
|
|
1028
|
-
onClick: _cache[23] || (_cache[23] = (0,
|
|
1029
|
-
title: (0,
|
|
1092
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1093
|
+
onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1094
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1030
1095
|
type: "primary"
|
|
1031
1096
|
}, {
|
|
1032
|
-
default: (0,
|
|
1097
|
+
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
|
|
1033
1098
|
/* TEXT */
|
|
1034
1099
|
)]),
|
|
1035
1100
|
_: 1
|
|
@@ -1037,11 +1102,11 @@ const __default__ = {
|
|
|
1037
1102
|
|
|
1038
1103
|
}, 8
|
|
1039
1104
|
/* PROPS */
|
|
1040
|
-
, ["title"]), (0,
|
|
1041
|
-
onClick: _cache[24] || (_cache[24] = (0,
|
|
1042
|
-
title: (0,
|
|
1105
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1106
|
+
onClick: _cache[24] || (_cache[24] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1107
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1043
1108
|
}, {
|
|
1044
|
-
default: (0,
|
|
1109
|
+
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
|
|
1045
1110
|
/* TEXT */
|
|
1046
1111
|
)]),
|
|
1047
1112
|
_: 1
|
|
@@ -1063,9 +1128,9 @@ const __default__ = {
|
|
|
1063
1128
|
const __exports__ = SlopeAnalysisvue_type_script_setup_true_lang_js;
|
|
1064
1129
|
|
|
1065
1130
|
/* harmony default export */ var SlopeAnalysis = (__exports__);
|
|
1066
|
-
|
|
1067
|
-
var
|
|
1068
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
1131
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1132
|
+
var init_js_ = __webpack_require__(5406);
|
|
1133
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1069
1134
|
;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/index.js
|
|
1070
1135
|
|
|
1071
1136
|
|
|
@@ -1077,6 +1142,7 @@ SlopeAnalysis.install = (Vue, opts) => {
|
|
|
1077
1142
|
};
|
|
1078
1143
|
|
|
1079
1144
|
|
|
1145
|
+
}();
|
|
1080
1146
|
module.exports = __webpack_exports__;
|
|
1081
1147
|
/******/ })()
|
|
1082
1148
|
;
|