@kq_npm/client3d_webgl_vue 4.2.7-beta → 4.2.9-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/index.js +404 -129
- package/isolineanalysis/index.js +237 -109
- package/package.json +1 -1
- package/sceneset/index.js +164 -17
- package/sceneview/index.js +403 -128
package/sceneview/index.js
CHANGED
|
@@ -12916,6 +12916,12 @@ class IsolineAnalysisViewModel {
|
|
|
12916
12916
|
setFirstCurve(show) {
|
|
12917
12917
|
this._options.firstCurve.show = show;
|
|
12918
12918
|
if (this._elevation) this._elevation.firstCurve = this._options.firstCurve;
|
|
12919
|
+
} //设置首曲线间隔
|
|
12920
|
+
|
|
12921
|
+
|
|
12922
|
+
setFirstCurveSpace(spaceing) {
|
|
12923
|
+
this._options.spaceing = Number(spaceing);
|
|
12924
|
+
if (this._elevation) this._elevation.spaceing = this._options.spaceing;
|
|
12919
12925
|
} //设置首曲线宽度
|
|
12920
12926
|
|
|
12921
12927
|
|
|
@@ -13180,10 +13186,16 @@ const __default__ = {
|
|
|
13180
13186
|
// 高程标注
|
|
13181
13187
|
firstCurve: props.settingParams && props.settingParams.firstCurve !== undefined || true,
|
|
13182
13188
|
// 首曲线
|
|
13189
|
+
spaceing: props.settingParams && props.settingParams.spaceing || 500,
|
|
13190
|
+
// 首曲线间隔
|
|
13191
|
+
minSpaceing: props.settingParams && props.settingParams.minSpaceing || 10,
|
|
13192
|
+
// 首曲线间隔最小值
|
|
13193
|
+
maxSpaceing: props.settingParams && props.settingParams.maxSpaceing || 1000,
|
|
13194
|
+
// 首曲线间隔最大值
|
|
13183
13195
|
firstCurveWidth: props.settingParams && props.settingParams.firstCurveWidth || 2,
|
|
13184
13196
|
// 首曲线宽度
|
|
13185
13197
|
minFirstCurveWidth: props.settingParams && props.settingParams.minFirstCurveWidth || 0,
|
|
13186
|
-
//
|
|
13198
|
+
// 首曲线宽度最小值
|
|
13187
13199
|
maxFirstCurveWidth: props.settingParams && props.settingParams.maxFirstCurveWidth || 5,
|
|
13188
13200
|
// 首曲线宽度最大值
|
|
13189
13201
|
firstCurveColor: props.settingParams && props.settingParams.firstCurveColor || "#E6A23C",
|
|
@@ -13259,7 +13271,7 @@ const __default__ = {
|
|
|
13259
13271
|
var options = {
|
|
13260
13272
|
minHeight: formItem.minHeight,
|
|
13261
13273
|
maxHeight: formItem.maxHeight,
|
|
13262
|
-
spaceing:
|
|
13274
|
+
spaceing: formItem.spaceing,
|
|
13263
13275
|
filltype: formItem.fillType,
|
|
13264
13276
|
fillStyle: formItem.fillStyle,
|
|
13265
13277
|
colorTableValue: [0.0, 0.1, 0.2, 0.3, 0.4],
|
|
@@ -13366,6 +13378,10 @@ const __default__ = {
|
|
|
13366
13378
|
viewModel.setFirstCurve(formItem.firstCurve);
|
|
13367
13379
|
break;
|
|
13368
13380
|
|
|
13381
|
+
case "firstCurveSpace":
|
|
13382
|
+
viewModel.setFirstCurveSpace(formItem.spaceing);
|
|
13383
|
+
break;
|
|
13384
|
+
|
|
13369
13385
|
case "firstCurveWidth":
|
|
13370
13386
|
viewModel.setFirstCurveWidth(formItem.firstCurveWidth);
|
|
13371
13387
|
break;
|
|
@@ -13620,6 +13636,62 @@ const __default__ = {
|
|
|
13620
13636
|
/* STABLE */
|
|
13621
13637
|
|
|
13622
13638
|
}), (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, {
|
|
13639
|
+
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, {
|
|
13640
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveSpace
|
|
13641
|
+
}, {
|
|
13642
|
+
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, {
|
|
13643
|
+
style: {
|
|
13644
|
+
"display": "flex"
|
|
13645
|
+
}
|
|
13646
|
+
}, {
|
|
13647
|
+
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, {
|
|
13648
|
+
span: 16
|
|
13649
|
+
}, {
|
|
13650
|
+
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, {
|
|
13651
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing,
|
|
13652
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing = $event),
|
|
13653
|
+
step: 10,
|
|
13654
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
13655
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
13656
|
+
onInput: _cache[6] || (_cache[6] = $event => paramsChanged('firstCurveSpace'))
|
|
13657
|
+
}, null, 8
|
|
13658
|
+
/* PROPS */
|
|
13659
|
+
, ["modelValue", "min", "max"])]),
|
|
13660
|
+
_: 1
|
|
13661
|
+
/* STABLE */
|
|
13662
|
+
|
|
13663
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13664
|
+
span: 8
|
|
13665
|
+
}, {
|
|
13666
|
+
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, {
|
|
13667
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing,
|
|
13668
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing = $event),
|
|
13669
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
13670
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
13671
|
+
step: 10,
|
|
13672
|
+
onInput: _cache[8] || (_cache[8] = $event => paramsChanged('firstCurveSpace')),
|
|
13673
|
+
"controls-position": "right"
|
|
13674
|
+
}, null, 8
|
|
13675
|
+
/* PROPS */
|
|
13676
|
+
, ["modelValue", "min", "max"])]),
|
|
13677
|
+
_: 1
|
|
13678
|
+
/* STABLE */
|
|
13679
|
+
|
|
13680
|
+
})]),
|
|
13681
|
+
_: 1
|
|
13682
|
+
/* STABLE */
|
|
13683
|
+
|
|
13684
|
+
})]),
|
|
13685
|
+
_: 1
|
|
13686
|
+
/* STABLE */
|
|
13687
|
+
|
|
13688
|
+
}, 8
|
|
13689
|
+
/* PROPS */
|
|
13690
|
+
, ["label"])]),
|
|
13691
|
+
_: 1
|
|
13692
|
+
/* STABLE */
|
|
13693
|
+
|
|
13694
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
13623
13695
|
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, {
|
|
13624
13696
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveWidth
|
|
13625
13697
|
}, {
|
|
@@ -13633,11 +13705,11 @@ const __default__ = {
|
|
|
13633
13705
|
}, {
|
|
13634
13706
|
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, {
|
|
13635
13707
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
|
|
13636
|
-
"onUpdate:modelValue": _cache[
|
|
13708
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
|
|
13637
13709
|
step: 0.1,
|
|
13638
13710
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
13639
13711
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
13640
|
-
onInput: _cache[
|
|
13712
|
+
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('firstCurveWidth'))
|
|
13641
13713
|
}, null, 8
|
|
13642
13714
|
/* PROPS */
|
|
13643
13715
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -13649,11 +13721,11 @@ const __default__ = {
|
|
|
13649
13721
|
}, {
|
|
13650
13722
|
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, {
|
|
13651
13723
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
|
|
13652
|
-
"onUpdate:modelValue": _cache[
|
|
13724
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
|
|
13653
13725
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
13654
13726
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
13655
13727
|
step: 0.1,
|
|
13656
|
-
onInput: _cache[
|
|
13728
|
+
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('firstCurveWidth')),
|
|
13657
13729
|
"controls-position": "right"
|
|
13658
13730
|
}, null, 8
|
|
13659
13731
|
/* PROPS */
|
|
@@ -13681,8 +13753,8 @@ const __default__ = {
|
|
|
13681
13753
|
}, {
|
|
13682
13754
|
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, {
|
|
13683
13755
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor,
|
|
13684
|
-
"onUpdate:modelValue": _cache[
|
|
13685
|
-
onChange: _cache[
|
|
13756
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor = $event),
|
|
13757
|
+
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('firstCurveColor'))
|
|
13686
13758
|
}, null, 8
|
|
13687
13759
|
/* PROPS */
|
|
13688
13760
|
, ["modelValue"])]),
|
|
@@ -13703,8 +13775,8 @@ const __default__ = {
|
|
|
13703
13775
|
}, {
|
|
13704
13776
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
13705
13777
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve,
|
|
13706
|
-
"onUpdate:modelValue": _cache[
|
|
13707
|
-
onChange: _cache[
|
|
13778
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve = $event),
|
|
13779
|
+
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('rememberCurve'))
|
|
13708
13780
|
}, null, 8
|
|
13709
13781
|
/* PROPS */
|
|
13710
13782
|
, ["modelValue"])]),
|
|
@@ -13731,11 +13803,11 @@ const __default__ = {
|
|
|
13731
13803
|
}, {
|
|
13732
13804
|
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, {
|
|
13733
13805
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
|
|
13734
|
-
"onUpdate:modelValue": _cache[
|
|
13806
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
|
|
13735
13807
|
step: 0.1,
|
|
13736
13808
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
13737
13809
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
13738
|
-
onInput: _cache[
|
|
13810
|
+
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('rememberCurveWidth'))
|
|
13739
13811
|
}, null, 8
|
|
13740
13812
|
/* PROPS */
|
|
13741
13813
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -13747,11 +13819,11 @@ const __default__ = {
|
|
|
13747
13819
|
}, {
|
|
13748
13820
|
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, {
|
|
13749
13821
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
|
|
13750
|
-
"onUpdate:modelValue": _cache[
|
|
13822
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
|
|
13751
13823
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
13752
13824
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
13753
13825
|
step: 0.1,
|
|
13754
|
-
onInput: _cache[
|
|
13826
|
+
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('rememberCurveWidth')),
|
|
13755
13827
|
"controls-position": "right"
|
|
13756
13828
|
}, null, 8
|
|
13757
13829
|
/* PROPS */
|
|
@@ -13779,8 +13851,8 @@ const __default__ = {
|
|
|
13779
13851
|
}, {
|
|
13780
13852
|
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, {
|
|
13781
13853
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor,
|
|
13782
|
-
"onUpdate:modelValue": _cache[
|
|
13783
|
-
onChange: _cache[
|
|
13854
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor = $event),
|
|
13855
|
+
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('rememberCurveColor'))
|
|
13784
13856
|
}, null, 8
|
|
13785
13857
|
/* PROPS */
|
|
13786
13858
|
, ["modelValue"])]),
|
|
@@ -13801,8 +13873,8 @@ const __default__ = {
|
|
|
13801
13873
|
}, {
|
|
13802
13874
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
13803
13875
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve,
|
|
13804
|
-
"onUpdate:modelValue": _cache[
|
|
13805
|
-
onChange: _cache[
|
|
13876
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve = $event),
|
|
13877
|
+
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('intervalCurve'))
|
|
13806
13878
|
}, null, 8
|
|
13807
13879
|
/* PROPS */
|
|
13808
13880
|
, ["modelValue"])]),
|
|
@@ -13829,11 +13901,11 @@ const __default__ = {
|
|
|
13829
13901
|
}, {
|
|
13830
13902
|
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, {
|
|
13831
13903
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
|
|
13832
|
-
"onUpdate:modelValue": _cache[
|
|
13904
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
|
|
13833
13905
|
step: 0.1,
|
|
13834
13906
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
13835
13907
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
13836
|
-
onInput: _cache[
|
|
13908
|
+
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('intervalCurveWidth'))
|
|
13837
13909
|
}, null, 8
|
|
13838
13910
|
/* PROPS */
|
|
13839
13911
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -13845,11 +13917,11 @@ const __default__ = {
|
|
|
13845
13917
|
}, {
|
|
13846
13918
|
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, {
|
|
13847
13919
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
|
|
13848
|
-
"onUpdate:modelValue": _cache[
|
|
13920
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
|
|
13849
13921
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
13850
13922
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
13851
13923
|
step: 0.1,
|
|
13852
|
-
onInput: _cache[
|
|
13924
|
+
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('intervalCurveWidth')),
|
|
13853
13925
|
"controls-position": "right"
|
|
13854
13926
|
}, null, 8
|
|
13855
13927
|
/* PROPS */
|
|
@@ -13877,8 +13949,8 @@ const __default__ = {
|
|
|
13877
13949
|
}, {
|
|
13878
13950
|
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, {
|
|
13879
13951
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor,
|
|
13880
|
-
"onUpdate:modelValue": _cache[
|
|
13881
|
-
onChange: _cache[
|
|
13952
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor = $event),
|
|
13953
|
+
onChange: _cache[30] || (_cache[30] = $event => paramsChanged('intervalCurveColor'))
|
|
13882
13954
|
}, null, 8
|
|
13883
13955
|
/* PROPS */
|
|
13884
13956
|
, ["modelValue"])]),
|
|
@@ -13899,8 +13971,8 @@ const __default__ = {
|
|
|
13899
13971
|
}, {
|
|
13900
13972
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
13901
13973
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve,
|
|
13902
|
-
"onUpdate:modelValue": _cache[
|
|
13903
|
-
onChange: _cache[
|
|
13974
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve = $event),
|
|
13975
|
+
onChange: _cache[32] || (_cache[32] = $event => paramsChanged('extraCurve'))
|
|
13904
13976
|
}, null, 8
|
|
13905
13977
|
/* PROPS */
|
|
13906
13978
|
, ["modelValue"])]),
|
|
@@ -13927,11 +13999,11 @@ const __default__ = {
|
|
|
13927
13999
|
}, {
|
|
13928
14000
|
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, {
|
|
13929
14001
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
|
|
13930
|
-
"onUpdate:modelValue": _cache[
|
|
14002
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
|
|
13931
14003
|
step: 0.1,
|
|
13932
14004
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
13933
14005
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
13934
|
-
onInput: _cache[
|
|
14006
|
+
onInput: _cache[34] || (_cache[34] = $event => paramsChanged('extraCurveWidth'))
|
|
13935
14007
|
}, null, 8
|
|
13936
14008
|
/* PROPS */
|
|
13937
14009
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -13943,11 +14015,11 @@ const __default__ = {
|
|
|
13943
14015
|
}, {
|
|
13944
14016
|
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, {
|
|
13945
14017
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
|
|
13946
|
-
"onUpdate:modelValue": _cache[
|
|
14018
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
|
|
13947
14019
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
13948
14020
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
13949
14021
|
step: 0.1,
|
|
13950
|
-
onInput: _cache[
|
|
14022
|
+
onInput: _cache[36] || (_cache[36] = $event => paramsChanged('extraCurveWidth')),
|
|
13951
14023
|
"controls-position": "right"
|
|
13952
14024
|
}, null, 8
|
|
13953
14025
|
/* PROPS */
|
|
@@ -13975,8 +14047,8 @@ const __default__ = {
|
|
|
13975
14047
|
}, {
|
|
13976
14048
|
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, {
|
|
13977
14049
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor,
|
|
13978
|
-
"onUpdate:modelValue": _cache[
|
|
13979
|
-
onChange: _cache[
|
|
14050
|
+
"onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor = $event),
|
|
14051
|
+
onChange: _cache[38] || (_cache[38] = $event => paramsChanged('extraCurveColor'))
|
|
13980
14052
|
}, null, 8
|
|
13981
14053
|
/* PROPS */
|
|
13982
14054
|
, ["modelValue"])]),
|
|
@@ -14012,7 +14084,7 @@ const __default__ = {
|
|
|
14012
14084
|
}, {
|
|
14013
14085
|
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, {
|
|
14014
14086
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle,
|
|
14015
|
-
"onUpdate:modelValue": _cache[
|
|
14087
|
+
"onUpdate:modelValue": _cache[39] || (_cache[39] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle = $event),
|
|
14016
14088
|
onChange: onChangeFillStyle
|
|
14017
14089
|
}, {
|
|
14018
14090
|
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, {
|
|
@@ -14055,11 +14127,11 @@ const __default__ = {
|
|
|
14055
14127
|
}, {
|
|
14056
14128
|
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, {
|
|
14057
14129
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha,
|
|
14058
|
-
"onUpdate:modelValue": _cache[
|
|
14130
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha = $event),
|
|
14059
14131
|
min: 0,
|
|
14060
14132
|
max: 1,
|
|
14061
14133
|
step: 0.01,
|
|
14062
|
-
onInput: _cache[
|
|
14134
|
+
onInput: _cache[41] || (_cache[41] = $event => paramsChanged('alpha'))
|
|
14063
14135
|
}, null, 8
|
|
14064
14136
|
/* PROPS */
|
|
14065
14137
|
, ["modelValue", "step"])]),
|
|
@@ -14071,12 +14143,12 @@ const __default__ = {
|
|
|
14071
14143
|
}, {
|
|
14072
14144
|
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, {
|
|
14073
14145
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha,
|
|
14074
|
-
"onUpdate:modelValue": _cache[
|
|
14146
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha = $event),
|
|
14075
14147
|
min: 0,
|
|
14076
14148
|
max: 1,
|
|
14077
14149
|
step: 0.01,
|
|
14078
14150
|
"controls-position": "right",
|
|
14079
|
-
onInput: _cache[
|
|
14151
|
+
onInput: _cache[43] || (_cache[43] = $event => paramsChanged('alpha'))
|
|
14080
14152
|
}, null, 8
|
|
14081
14153
|
/* PROPS */
|
|
14082
14154
|
, ["modelValue", "step"])]),
|
|
@@ -14111,11 +14183,11 @@ const __default__ = {
|
|
|
14111
14183
|
}, {
|
|
14112
14184
|
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, {
|
|
14113
14185
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
14114
|
-
"onUpdate:modelValue": _cache[
|
|
14186
|
+
"onUpdate:modelValue": _cache[44] || (_cache[44] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight = $event),
|
|
14115
14187
|
min: 0,
|
|
14116
14188
|
step: 100,
|
|
14117
14189
|
max: 8000,
|
|
14118
|
-
onInput: _cache[
|
|
14190
|
+
onInput: _cache[45] || (_cache[45] = $event => paramsChanged('minHeight'))
|
|
14119
14191
|
}, null, 8
|
|
14120
14192
|
/* PROPS */
|
|
14121
14193
|
, ["modelValue"])]),
|
|
@@ -14127,12 +14199,12 @@ const __default__ = {
|
|
|
14127
14199
|
}, {
|
|
14128
14200
|
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, {
|
|
14129
14201
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
14130
|
-
"onUpdate:modelValue": _cache[
|
|
14202
|
+
"onUpdate:modelValue": _cache[46] || (_cache[46] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight = $event),
|
|
14131
14203
|
min: 0,
|
|
14132
14204
|
step: 100,
|
|
14133
14205
|
max: 8000,
|
|
14134
14206
|
"controls-position": "right",
|
|
14135
|
-
onInput: _cache[
|
|
14207
|
+
onInput: _cache[47] || (_cache[47] = $event => paramsChanged('minHeight'))
|
|
14136
14208
|
}, null, 8
|
|
14137
14209
|
/* PROPS */
|
|
14138
14210
|
, ["modelValue"])]),
|
|
@@ -14167,11 +14239,11 @@ const __default__ = {
|
|
|
14167
14239
|
}, {
|
|
14168
14240
|
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, {
|
|
14169
14241
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
14170
|
-
"onUpdate:modelValue": _cache[
|
|
14242
|
+
"onUpdate:modelValue": _cache[48] || (_cache[48] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight = $event),
|
|
14171
14243
|
min: 0,
|
|
14172
14244
|
step: 100,
|
|
14173
14245
|
max: 8000,
|
|
14174
|
-
onInput: _cache[
|
|
14246
|
+
onInput: _cache[49] || (_cache[49] = $event => paramsChanged('maxHeight'))
|
|
14175
14247
|
}, null, 8
|
|
14176
14248
|
/* PROPS */
|
|
14177
14249
|
, ["modelValue"])]),
|
|
@@ -14183,12 +14255,12 @@ const __default__ = {
|
|
|
14183
14255
|
}, {
|
|
14184
14256
|
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, {
|
|
14185
14257
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
14186
|
-
"onUpdate:modelValue": _cache[
|
|
14258
|
+
"onUpdate:modelValue": _cache[50] || (_cache[50] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight = $event),
|
|
14187
14259
|
min: 0,
|
|
14188
14260
|
step: 100,
|
|
14189
14261
|
max: 8000,
|
|
14190
14262
|
"controls-position": "right",
|
|
14191
|
-
onInput: _cache[
|
|
14263
|
+
onInput: _cache[51] || (_cache[51] = $event => paramsChanged('maxHeight'))
|
|
14192
14264
|
}, null, 8
|
|
14193
14265
|
/* PROPS */
|
|
14194
14266
|
, ["modelValue"])]),
|
|
@@ -14253,7 +14325,7 @@ const __default__ = {
|
|
|
14253
14325
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
14254
14326
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
14255
14327
|
disabled: true,
|
|
14256
|
-
onInput: _cache[
|
|
14328
|
+
onInput: _cache[52] || (_cache[52] = $event => paramsChanged('colorTableHeight')),
|
|
14257
14329
|
"controls-position": "right"
|
|
14258
14330
|
}, null, 8
|
|
14259
14331
|
/* PROPS */
|
|
@@ -14263,7 +14335,7 @@ const __default__ = {
|
|
|
14263
14335
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
14264
14336
|
disabled: true,
|
|
14265
14337
|
step: 1,
|
|
14266
|
-
onInput: _cache[
|
|
14338
|
+
onInput: _cache[53] || (_cache[53] = $event => paramsChanged('colorTableHeight')),
|
|
14267
14339
|
"controls-position": "right"
|
|
14268
14340
|
}, null, 8
|
|
14269
14341
|
/* PROPS */
|
|
@@ -14276,7 +14348,7 @@ const __default__ = {
|
|
|
14276
14348
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
14277
14349
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableHeight,
|
|
14278
14350
|
step: 1,
|
|
14279
|
-
onInput: _cache[
|
|
14351
|
+
onInput: _cache[54] || (_cache[54] = $event => paramsChanged('colorTableHeight')),
|
|
14280
14352
|
"controls-position": "right"
|
|
14281
14353
|
}, null, 8
|
|
14282
14354
|
/* PROPS */
|
|
@@ -14286,7 +14358,7 @@ const __default__ = {
|
|
|
14286
14358
|
"onUpdate:modelValue": $event => item.colorTableHeight = $event,
|
|
14287
14359
|
step: 1,
|
|
14288
14360
|
disabled: true,
|
|
14289
|
-
onInput: _cache[
|
|
14361
|
+
onInput: _cache[55] || (_cache[55] = $event => paramsChanged('colorTableHeight')),
|
|
14290
14362
|
"controls-position": "right"
|
|
14291
14363
|
}, null, 8
|
|
14292
14364
|
/* PROPS */
|
|
@@ -14302,7 +14374,7 @@ const __default__ = {
|
|
|
14302
14374
|
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, {
|
|
14303
14375
|
modelValue: item.colorTable,
|
|
14304
14376
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
14305
|
-
onChange: _cache[
|
|
14377
|
+
onChange: _cache[56] || (_cache[56] = $event => paramsChanged('colorTable'))
|
|
14306
14378
|
}, null, 8
|
|
14307
14379
|
/* PROPS */
|
|
14308
14380
|
, ["modelValue", "onUpdate:modelValue"])]),
|
|
@@ -14341,8 +14413,8 @@ const __default__ = {
|
|
|
14341
14413
|
|
|
14342
14414
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
14343
14415
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
14344
|
-
"onUpdate:modelValue": _cache[
|
|
14345
|
-
onChange: _cache[
|
|
14416
|
+
"onUpdate:modelValue": _cache[57] || (_cache[57] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
14417
|
+
onChange: _cache[58] || (_cache[58] = $event => paramsChanged('image'))
|
|
14346
14418
|
}, {
|
|
14347
14419
|
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) => {
|
|
14348
14420
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
@@ -14387,7 +14459,7 @@ const __default__ = {
|
|
|
14387
14459
|
})) : (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, {
|
|
14388
14460
|
key: 2,
|
|
14389
14461
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(activeName),
|
|
14390
|
-
"onUpdate:modelValue": _cache[
|
|
14462
|
+
"onUpdate:modelValue": _cache[117] || (_cache[117] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(activeName) ? activeName.value = $event : activeName = $event),
|
|
14391
14463
|
onTabChange: _ctx.handleChange
|
|
14392
14464
|
}, {
|
|
14393
14465
|
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_tab_pane, {
|
|
@@ -14404,8 +14476,8 @@ const __default__ = {
|
|
|
14404
14476
|
}, {
|
|
14405
14477
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
14406
14478
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).elevationMarking,
|
|
14407
|
-
"onUpdate:modelValue": _cache[
|
|
14408
|
-
onChange: _cache[
|
|
14479
|
+
"onUpdate:modelValue": _cache[59] || (_cache[59] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).elevationMarking = $event),
|
|
14480
|
+
onChange: _cache[60] || (_cache[60] = $event => paramsChanged('elevationMarking'))
|
|
14409
14481
|
}, null, 8
|
|
14410
14482
|
/* PROPS */
|
|
14411
14483
|
, ["modelValue"])]),
|
|
@@ -14424,8 +14496,8 @@ const __default__ = {
|
|
|
14424
14496
|
}, {
|
|
14425
14497
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
14426
14498
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve,
|
|
14427
|
-
"onUpdate:modelValue": _cache[
|
|
14428
|
-
onChange: _cache[
|
|
14499
|
+
"onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve = $event),
|
|
14500
|
+
onChange: _cache[62] || (_cache[62] = $event => paramsChanged('firstCurve'))
|
|
14429
14501
|
}, null, 8
|
|
14430
14502
|
/* PROPS */
|
|
14431
14503
|
, ["modelValue"])]),
|
|
@@ -14439,6 +14511,62 @@ const __default__ = {
|
|
|
14439
14511
|
/* STABLE */
|
|
14440
14512
|
|
|
14441
14513
|
}), (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, {
|
|
14514
|
+
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, {
|
|
14515
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveSpace
|
|
14516
|
+
}, {
|
|
14517
|
+
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, {
|
|
14518
|
+
style: {
|
|
14519
|
+
"display": "flex"
|
|
14520
|
+
}
|
|
14521
|
+
}, {
|
|
14522
|
+
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, {
|
|
14523
|
+
span: 16
|
|
14524
|
+
}, {
|
|
14525
|
+
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, {
|
|
14526
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing,
|
|
14527
|
+
"onUpdate:modelValue": _cache[63] || (_cache[63] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing = $event),
|
|
14528
|
+
step: 10,
|
|
14529
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
14530
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
14531
|
+
onInput: _cache[64] || (_cache[64] = $event => paramsChanged('firstCurveSpace'))
|
|
14532
|
+
}, null, 8
|
|
14533
|
+
/* PROPS */
|
|
14534
|
+
, ["modelValue", "min", "max"])]),
|
|
14535
|
+
_: 1
|
|
14536
|
+
/* STABLE */
|
|
14537
|
+
|
|
14538
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14539
|
+
span: 8
|
|
14540
|
+
}, {
|
|
14541
|
+
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, {
|
|
14542
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing,
|
|
14543
|
+
"onUpdate:modelValue": _cache[65] || (_cache[65] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing = $event),
|
|
14544
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
14545
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
14546
|
+
step: 10,
|
|
14547
|
+
onInput: _cache[66] || (_cache[66] = $event => paramsChanged('firstCurveSpace')),
|
|
14548
|
+
"controls-position": "right"
|
|
14549
|
+
}, null, 8
|
|
14550
|
+
/* PROPS */
|
|
14551
|
+
, ["modelValue", "min", "max"])]),
|
|
14552
|
+
_: 1
|
|
14553
|
+
/* STABLE */
|
|
14554
|
+
|
|
14555
|
+
})]),
|
|
14556
|
+
_: 1
|
|
14557
|
+
/* STABLE */
|
|
14558
|
+
|
|
14559
|
+
})]),
|
|
14560
|
+
_: 1
|
|
14561
|
+
/* STABLE */
|
|
14562
|
+
|
|
14563
|
+
}, 8
|
|
14564
|
+
/* PROPS */
|
|
14565
|
+
, ["label"])]),
|
|
14566
|
+
_: 1
|
|
14567
|
+
/* STABLE */
|
|
14568
|
+
|
|
14569
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
14442
14570
|
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, {
|
|
14443
14571
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveWidth
|
|
14444
14572
|
}, {
|
|
@@ -14452,11 +14580,11 @@ const __default__ = {
|
|
|
14452
14580
|
}, {
|
|
14453
14581
|
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, {
|
|
14454
14582
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
|
|
14455
|
-
"onUpdate:modelValue": _cache[
|
|
14583
|
+
"onUpdate:modelValue": _cache[67] || (_cache[67] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
|
|
14456
14584
|
step: 0.1,
|
|
14457
14585
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
14458
14586
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
14459
|
-
onInput: _cache[
|
|
14587
|
+
onInput: _cache[68] || (_cache[68] = $event => paramsChanged('firstCurveWidth'))
|
|
14460
14588
|
}, null, 8
|
|
14461
14589
|
/* PROPS */
|
|
14462
14590
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -14468,11 +14596,11 @@ const __default__ = {
|
|
|
14468
14596
|
}, {
|
|
14469
14597
|
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, {
|
|
14470
14598
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
|
|
14471
|
-
"onUpdate:modelValue": _cache[
|
|
14599
|
+
"onUpdate:modelValue": _cache[69] || (_cache[69] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
|
|
14472
14600
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
14473
14601
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
14474
14602
|
step: 0.1,
|
|
14475
|
-
onInput: _cache[
|
|
14603
|
+
onInput: _cache[70] || (_cache[70] = $event => paramsChanged('firstCurveWidth')),
|
|
14476
14604
|
"controls-position": "right"
|
|
14477
14605
|
}, null, 8
|
|
14478
14606
|
/* PROPS */
|
|
@@ -14500,8 +14628,8 @@ const __default__ = {
|
|
|
14500
14628
|
}, {
|
|
14501
14629
|
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, {
|
|
14502
14630
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor,
|
|
14503
|
-
"onUpdate:modelValue": _cache[
|
|
14504
|
-
onChange: _cache[
|
|
14631
|
+
"onUpdate:modelValue": _cache[71] || (_cache[71] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor = $event),
|
|
14632
|
+
onChange: _cache[72] || (_cache[72] = $event => paramsChanged('firstCurveColor'))
|
|
14505
14633
|
}, null, 8
|
|
14506
14634
|
/* PROPS */
|
|
14507
14635
|
, ["modelValue"])]),
|
|
@@ -14522,8 +14650,8 @@ const __default__ = {
|
|
|
14522
14650
|
}, {
|
|
14523
14651
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
14524
14652
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve,
|
|
14525
|
-
"onUpdate:modelValue": _cache[
|
|
14526
|
-
onChange: _cache[
|
|
14653
|
+
"onUpdate:modelValue": _cache[73] || (_cache[73] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve = $event),
|
|
14654
|
+
onChange: _cache[74] || (_cache[74] = $event => paramsChanged('rememberCurve'))
|
|
14527
14655
|
}, null, 8
|
|
14528
14656
|
/* PROPS */
|
|
14529
14657
|
, ["modelValue"])]),
|
|
@@ -14550,11 +14678,11 @@ const __default__ = {
|
|
|
14550
14678
|
}, {
|
|
14551
14679
|
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, {
|
|
14552
14680
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
|
|
14553
|
-
"onUpdate:modelValue": _cache[
|
|
14681
|
+
"onUpdate:modelValue": _cache[75] || (_cache[75] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
|
|
14554
14682
|
step: 0.1,
|
|
14555
14683
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
14556
14684
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
14557
|
-
onInput: _cache[
|
|
14685
|
+
onInput: _cache[76] || (_cache[76] = $event => paramsChanged('rememberCurveWidth'))
|
|
14558
14686
|
}, null, 8
|
|
14559
14687
|
/* PROPS */
|
|
14560
14688
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -14566,11 +14694,11 @@ const __default__ = {
|
|
|
14566
14694
|
}, {
|
|
14567
14695
|
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, {
|
|
14568
14696
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
|
|
14569
|
-
"onUpdate:modelValue": _cache[
|
|
14697
|
+
"onUpdate:modelValue": _cache[77] || (_cache[77] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
|
|
14570
14698
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
14571
14699
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
14572
14700
|
step: 0.1,
|
|
14573
|
-
onInput: _cache[
|
|
14701
|
+
onInput: _cache[78] || (_cache[78] = $event => paramsChanged('rememberCurveWidth')),
|
|
14574
14702
|
"controls-position": "right"
|
|
14575
14703
|
}, null, 8
|
|
14576
14704
|
/* PROPS */
|
|
@@ -14598,8 +14726,8 @@ const __default__ = {
|
|
|
14598
14726
|
}, {
|
|
14599
14727
|
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, {
|
|
14600
14728
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor,
|
|
14601
|
-
"onUpdate:modelValue": _cache[
|
|
14602
|
-
onChange: _cache[
|
|
14729
|
+
"onUpdate:modelValue": _cache[79] || (_cache[79] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor = $event),
|
|
14730
|
+
onChange: _cache[80] || (_cache[80] = $event => paramsChanged('rememberCurveColor'))
|
|
14603
14731
|
}, null, 8
|
|
14604
14732
|
/* PROPS */
|
|
14605
14733
|
, ["modelValue"])]),
|
|
@@ -14620,8 +14748,8 @@ const __default__ = {
|
|
|
14620
14748
|
}, {
|
|
14621
14749
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
14622
14750
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve,
|
|
14623
|
-
"onUpdate:modelValue": _cache[
|
|
14624
|
-
onChange: _cache[
|
|
14751
|
+
"onUpdate:modelValue": _cache[81] || (_cache[81] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve = $event),
|
|
14752
|
+
onChange: _cache[82] || (_cache[82] = $event => paramsChanged('intervalCurve'))
|
|
14625
14753
|
}, null, 8
|
|
14626
14754
|
/* PROPS */
|
|
14627
14755
|
, ["modelValue"])]),
|
|
@@ -14648,11 +14776,11 @@ const __default__ = {
|
|
|
14648
14776
|
}, {
|
|
14649
14777
|
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, {
|
|
14650
14778
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
|
|
14651
|
-
"onUpdate:modelValue": _cache[
|
|
14779
|
+
"onUpdate:modelValue": _cache[83] || (_cache[83] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
|
|
14652
14780
|
step: 0.1,
|
|
14653
14781
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
14654
14782
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
14655
|
-
onInput: _cache[
|
|
14783
|
+
onInput: _cache[84] || (_cache[84] = $event => paramsChanged('intervalCurveWidth'))
|
|
14656
14784
|
}, null, 8
|
|
14657
14785
|
/* PROPS */
|
|
14658
14786
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -14664,11 +14792,11 @@ const __default__ = {
|
|
|
14664
14792
|
}, {
|
|
14665
14793
|
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, {
|
|
14666
14794
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
|
|
14667
|
-
"onUpdate:modelValue": _cache[
|
|
14795
|
+
"onUpdate:modelValue": _cache[85] || (_cache[85] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
|
|
14668
14796
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
14669
14797
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
14670
14798
|
step: 0.1,
|
|
14671
|
-
onInput: _cache[
|
|
14799
|
+
onInput: _cache[86] || (_cache[86] = $event => paramsChanged('intervalCurveWidth')),
|
|
14672
14800
|
"controls-position": "right"
|
|
14673
14801
|
}, null, 8
|
|
14674
14802
|
/* PROPS */
|
|
@@ -14696,8 +14824,8 @@ const __default__ = {
|
|
|
14696
14824
|
}, {
|
|
14697
14825
|
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, {
|
|
14698
14826
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor,
|
|
14699
|
-
"onUpdate:modelValue": _cache[
|
|
14700
|
-
onChange: _cache[
|
|
14827
|
+
"onUpdate:modelValue": _cache[87] || (_cache[87] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor = $event),
|
|
14828
|
+
onChange: _cache[88] || (_cache[88] = $event => paramsChanged('intervalCurveColor'))
|
|
14701
14829
|
}, null, 8
|
|
14702
14830
|
/* PROPS */
|
|
14703
14831
|
, ["modelValue"])]),
|
|
@@ -14718,8 +14846,8 @@ const __default__ = {
|
|
|
14718
14846
|
}, {
|
|
14719
14847
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
14720
14848
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve,
|
|
14721
|
-
"onUpdate:modelValue": _cache[
|
|
14722
|
-
onChange: _cache[
|
|
14849
|
+
"onUpdate:modelValue": _cache[89] || (_cache[89] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve = $event),
|
|
14850
|
+
onChange: _cache[90] || (_cache[90] = $event => paramsChanged('extraCurve'))
|
|
14723
14851
|
}, null, 8
|
|
14724
14852
|
/* PROPS */
|
|
14725
14853
|
, ["modelValue"])]),
|
|
@@ -14746,11 +14874,11 @@ const __default__ = {
|
|
|
14746
14874
|
}, {
|
|
14747
14875
|
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, {
|
|
14748
14876
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
|
|
14749
|
-
"onUpdate:modelValue": _cache[
|
|
14877
|
+
"onUpdate:modelValue": _cache[91] || (_cache[91] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
|
|
14750
14878
|
step: 0.1,
|
|
14751
14879
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
14752
14880
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
14753
|
-
onInput: _cache[
|
|
14881
|
+
onInput: _cache[92] || (_cache[92] = $event => paramsChanged('extraCurveWidth'))
|
|
14754
14882
|
}, null, 8
|
|
14755
14883
|
/* PROPS */
|
|
14756
14884
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -14762,11 +14890,11 @@ const __default__ = {
|
|
|
14762
14890
|
}, {
|
|
14763
14891
|
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, {
|
|
14764
14892
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
|
|
14765
|
-
"onUpdate:modelValue": _cache[
|
|
14893
|
+
"onUpdate:modelValue": _cache[93] || (_cache[93] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
|
|
14766
14894
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
14767
14895
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
14768
14896
|
step: 0.1,
|
|
14769
|
-
onInput: _cache[
|
|
14897
|
+
onInput: _cache[94] || (_cache[94] = $event => paramsChanged('extraCurveWidth')),
|
|
14770
14898
|
"controls-position": "right"
|
|
14771
14899
|
}, null, 8
|
|
14772
14900
|
/* PROPS */
|
|
@@ -14794,8 +14922,8 @@ const __default__ = {
|
|
|
14794
14922
|
}, {
|
|
14795
14923
|
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, {
|
|
14796
14924
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor,
|
|
14797
|
-
"onUpdate:modelValue": _cache[
|
|
14798
|
-
onChange: _cache[
|
|
14925
|
+
"onUpdate:modelValue": _cache[95] || (_cache[95] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor = $event),
|
|
14926
|
+
onChange: _cache[96] || (_cache[96] = $event => paramsChanged('extraCurveColor'))
|
|
14799
14927
|
}, null, 8
|
|
14800
14928
|
/* PROPS */
|
|
14801
14929
|
, ["modelValue"])]),
|
|
@@ -14840,7 +14968,7 @@ const __default__ = {
|
|
|
14840
14968
|
}, {
|
|
14841
14969
|
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, {
|
|
14842
14970
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle,
|
|
14843
|
-
"onUpdate:modelValue": _cache[
|
|
14971
|
+
"onUpdate:modelValue": _cache[97] || (_cache[97] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle = $event),
|
|
14844
14972
|
onChange: onChangeFillStyle
|
|
14845
14973
|
}, {
|
|
14846
14974
|
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, {
|
|
@@ -14883,11 +15011,11 @@ const __default__ = {
|
|
|
14883
15011
|
}, {
|
|
14884
15012
|
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, {
|
|
14885
15013
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha,
|
|
14886
|
-
"onUpdate:modelValue": _cache[
|
|
15014
|
+
"onUpdate:modelValue": _cache[98] || (_cache[98] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha = $event),
|
|
14887
15015
|
min: 0,
|
|
14888
15016
|
max: 1,
|
|
14889
15017
|
step: 0.01,
|
|
14890
|
-
onInput: _cache[
|
|
15018
|
+
onInput: _cache[99] || (_cache[99] = $event => paramsChanged('alpha'))
|
|
14891
15019
|
}, null, 8
|
|
14892
15020
|
/* PROPS */
|
|
14893
15021
|
, ["modelValue", "step"])]),
|
|
@@ -14899,12 +15027,12 @@ const __default__ = {
|
|
|
14899
15027
|
}, {
|
|
14900
15028
|
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, {
|
|
14901
15029
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha,
|
|
14902
|
-
"onUpdate:modelValue": _cache[
|
|
15030
|
+
"onUpdate:modelValue": _cache[100] || (_cache[100] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha = $event),
|
|
14903
15031
|
min: 0,
|
|
14904
15032
|
max: 1,
|
|
14905
15033
|
step: 0.01,
|
|
14906
15034
|
"controls-position": "right",
|
|
14907
|
-
onInput: _cache[
|
|
15035
|
+
onInput: _cache[101] || (_cache[101] = $event => paramsChanged('alpha'))
|
|
14908
15036
|
}, null, 8
|
|
14909
15037
|
/* PROPS */
|
|
14910
15038
|
, ["modelValue", "step"])]),
|
|
@@ -14939,11 +15067,11 @@ const __default__ = {
|
|
|
14939
15067
|
}, {
|
|
14940
15068
|
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, {
|
|
14941
15069
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
14942
|
-
"onUpdate:modelValue": _cache[
|
|
15070
|
+
"onUpdate:modelValue": _cache[102] || (_cache[102] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight = $event),
|
|
14943
15071
|
min: 0,
|
|
14944
15072
|
step: 100,
|
|
14945
15073
|
max: 8000,
|
|
14946
|
-
onInput: _cache[
|
|
15074
|
+
onInput: _cache[103] || (_cache[103] = $event => paramsChanged('minHeight'))
|
|
14947
15075
|
}, null, 8
|
|
14948
15076
|
/* PROPS */
|
|
14949
15077
|
, ["modelValue"])]),
|
|
@@ -14955,12 +15083,12 @@ const __default__ = {
|
|
|
14955
15083
|
}, {
|
|
14956
15084
|
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, {
|
|
14957
15085
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
14958
|
-
"onUpdate:modelValue": _cache[
|
|
15086
|
+
"onUpdate:modelValue": _cache[104] || (_cache[104] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight = $event),
|
|
14959
15087
|
min: 0,
|
|
14960
15088
|
step: 100,
|
|
14961
15089
|
max: 8000,
|
|
14962
15090
|
"controls-position": "right",
|
|
14963
|
-
onInput: _cache[
|
|
15091
|
+
onInput: _cache[105] || (_cache[105] = $event => paramsChanged('minHeight'))
|
|
14964
15092
|
}, null, 8
|
|
14965
15093
|
/* PROPS */
|
|
14966
15094
|
, ["modelValue"])]),
|
|
@@ -14995,11 +15123,11 @@ const __default__ = {
|
|
|
14995
15123
|
}, {
|
|
14996
15124
|
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, {
|
|
14997
15125
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
14998
|
-
"onUpdate:modelValue": _cache[
|
|
15126
|
+
"onUpdate:modelValue": _cache[106] || (_cache[106] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight = $event),
|
|
14999
15127
|
min: 0,
|
|
15000
15128
|
step: 100,
|
|
15001
15129
|
max: 8000,
|
|
15002
|
-
onInput: _cache[
|
|
15130
|
+
onInput: _cache[107] || (_cache[107] = $event => paramsChanged('maxHeight'))
|
|
15003
15131
|
}, null, 8
|
|
15004
15132
|
/* PROPS */
|
|
15005
15133
|
, ["modelValue"])]),
|
|
@@ -15011,12 +15139,12 @@ const __default__ = {
|
|
|
15011
15139
|
}, {
|
|
15012
15140
|
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, {
|
|
15013
15141
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
15014
|
-
"onUpdate:modelValue": _cache[
|
|
15142
|
+
"onUpdate:modelValue": _cache[108] || (_cache[108] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight = $event),
|
|
15015
15143
|
min: 0,
|
|
15016
15144
|
step: 100,
|
|
15017
15145
|
max: 8000,
|
|
15018
15146
|
"controls-position": "right",
|
|
15019
|
-
onInput: _cache[
|
|
15147
|
+
onInput: _cache[109] || (_cache[109] = $event => paramsChanged('maxHeight'))
|
|
15020
15148
|
}, null, 8
|
|
15021
15149
|
/* PROPS */
|
|
15022
15150
|
, ["modelValue"])]),
|
|
@@ -15081,7 +15209,7 @@ const __default__ = {
|
|
|
15081
15209
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
15082
15210
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
15083
15211
|
disabled: true,
|
|
15084
|
-
onInput: _cache[
|
|
15212
|
+
onInput: _cache[110] || (_cache[110] = $event => paramsChanged('colorTableHeight')),
|
|
15085
15213
|
"controls-position": "right"
|
|
15086
15214
|
}, null, 8
|
|
15087
15215
|
/* PROPS */
|
|
@@ -15091,7 +15219,7 @@ const __default__ = {
|
|
|
15091
15219
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
15092
15220
|
disabled: true,
|
|
15093
15221
|
step: 1,
|
|
15094
|
-
onInput: _cache[
|
|
15222
|
+
onInput: _cache[111] || (_cache[111] = $event => paramsChanged('colorTableHeight')),
|
|
15095
15223
|
"controls-position": "right"
|
|
15096
15224
|
}, null, 8
|
|
15097
15225
|
/* PROPS */
|
|
@@ -15104,7 +15232,7 @@ const __default__ = {
|
|
|
15104
15232
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
15105
15233
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableHeight,
|
|
15106
15234
|
step: 1,
|
|
15107
|
-
onInput: _cache[
|
|
15235
|
+
onInput: _cache[112] || (_cache[112] = $event => paramsChanged('colorTableHeight')),
|
|
15108
15236
|
"controls-position": "right"
|
|
15109
15237
|
}, null, 8
|
|
15110
15238
|
/* PROPS */
|
|
@@ -15114,7 +15242,7 @@ const __default__ = {
|
|
|
15114
15242
|
"onUpdate:modelValue": $event => item.colorTableHeight = $event,
|
|
15115
15243
|
step: 1,
|
|
15116
15244
|
disabled: true,
|
|
15117
|
-
onInput: _cache[
|
|
15245
|
+
onInput: _cache[113] || (_cache[113] = $event => paramsChanged('colorTableHeight')),
|
|
15118
15246
|
"controls-position": "right"
|
|
15119
15247
|
}, null, 8
|
|
15120
15248
|
/* PROPS */
|
|
@@ -15130,7 +15258,7 @@ const __default__ = {
|
|
|
15130
15258
|
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, {
|
|
15131
15259
|
modelValue: item.colorTable,
|
|
15132
15260
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
15133
|
-
onChange: _cache[
|
|
15261
|
+
onChange: _cache[114] || (_cache[114] = $event => paramsChanged('colorTable'))
|
|
15134
15262
|
}, null, 8
|
|
15135
15263
|
/* PROPS */
|
|
15136
15264
|
, ["modelValue", "onUpdate:modelValue"])]),
|
|
@@ -15169,8 +15297,8 @@ const __default__ = {
|
|
|
15169
15297
|
|
|
15170
15298
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
15171
15299
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
15172
|
-
"onUpdate:modelValue": _cache[
|
|
15173
|
-
onChange: _cache[
|
|
15300
|
+
"onUpdate:modelValue": _cache[115] || (_cache[115] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
15301
|
+
onChange: _cache[116] || (_cache[116] = $event => paramsChanged('image'))
|
|
15174
15302
|
}, {
|
|
15175
15303
|
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) => {
|
|
15176
15304
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
@@ -15237,7 +15365,7 @@ const __default__ = {
|
|
|
15237
15365
|
}, 8
|
|
15238
15366
|
/* PROPS */
|
|
15239
15367
|
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
15240
|
-
onClick: _cache[
|
|
15368
|
+
onClick: _cache[118] || (_cache[118] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
15241
15369
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
15242
15370
|
type: "primary"
|
|
15243
15371
|
}, {
|
|
@@ -15250,7 +15378,7 @@ const __default__ = {
|
|
|
15250
15378
|
}, 8
|
|
15251
15379
|
/* PROPS */
|
|
15252
15380
|
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
15253
|
-
onClick: _cache[
|
|
15381
|
+
onClick: _cache[119] || (_cache[119] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
15254
15382
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
15255
15383
|
}, {
|
|
15256
15384
|
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
|
|
@@ -25209,7 +25337,7 @@ ScanEffect.install = (Vue, opts) => {
|
|
|
25209
25337
|
|
|
25210
25338
|
/***/ }),
|
|
25211
25339
|
|
|
25212
|
-
/***/
|
|
25340
|
+
/***/ 5802:
|
|
25213
25341
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
25214
25342
|
|
|
25215
25343
|
"use strict";
|
|
@@ -25667,6 +25795,16 @@ class SceneSetViewModel {
|
|
|
25667
25795
|
|
|
25668
25796
|
setSurfaceTransparency(val) {
|
|
25669
25797
|
this._undergroundManager.transparent = Number(val);
|
|
25798
|
+
} // 设置地形夸张系数
|
|
25799
|
+
|
|
25800
|
+
|
|
25801
|
+
setExaggerationFactor(val) {
|
|
25802
|
+
this._viewer.scene.globe.terrainExaggeration = Number(val);
|
|
25803
|
+
} // 设置地形夸张基准高度
|
|
25804
|
+
|
|
25805
|
+
|
|
25806
|
+
setAltitudeHeight(val) {
|
|
25807
|
+
this._viewer.scene.globe.terrainExaggerationRelativeHeight = Number(val);
|
|
25670
25808
|
} // 销毁
|
|
25671
25809
|
|
|
25672
25810
|
|
|
@@ -25685,6 +25823,8 @@ class SceneSetViewModel {
|
|
|
25685
25823
|
this._removeChangedEvent = null;
|
|
25686
25824
|
this.setSkyBoxStyle("default");
|
|
25687
25825
|
this._viewer.scene.skyBox = this._defaultSkyBox;
|
|
25826
|
+
this._viewer.scene.globe.terrainExaggeration = 1.0;
|
|
25827
|
+
this._viewer.scene.globe.terrainExaggerationRelativeHeight = 0;
|
|
25688
25828
|
}
|
|
25689
25829
|
|
|
25690
25830
|
}
|
|
@@ -25777,6 +25917,13 @@ const __default__ = {
|
|
|
25777
25917
|
fps: false,
|
|
25778
25918
|
deep: false,
|
|
25779
25919
|
skyBox: false
|
|
25920
|
+
}); // 地形参数
|
|
25921
|
+
|
|
25922
|
+
let terrainParams = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
25923
|
+
exaggerationFactor: 1.0,
|
|
25924
|
+
// 夸张系数
|
|
25925
|
+
altitudeHeight: 0 // 基准高度
|
|
25926
|
+
|
|
25780
25927
|
}); //其他参数
|
|
25781
25928
|
|
|
25782
25929
|
let otherParams = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -25917,6 +26064,14 @@ const __default__ = {
|
|
|
25917
26064
|
viewModel.setSurfaceTransparency(otherParams.transparency);
|
|
25918
26065
|
break;
|
|
25919
26066
|
|
|
26067
|
+
case "exaggerationFactor":
|
|
26068
|
+
viewModel.setExaggerationFactor(terrainParams.exaggerationFactor);
|
|
26069
|
+
break;
|
|
26070
|
+
|
|
26071
|
+
case "altitudeHeight":
|
|
26072
|
+
viewModel.setAltitudeHeight(terrainParams.altitudeHeight);
|
|
26073
|
+
break;
|
|
26074
|
+
|
|
25920
26075
|
default:
|
|
25921
26076
|
break;
|
|
25922
26077
|
}
|
|
@@ -26941,6 +27096,126 @@ const __default__ = {
|
|
|
26941
27096
|
_: 1
|
|
26942
27097
|
/* STABLE */
|
|
26943
27098
|
|
|
27099
|
+
}, 8
|
|
27100
|
+
/* PROPS */
|
|
27101
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
27102
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).terrainExaggeration,
|
|
27103
|
+
name: "terrain"
|
|
27104
|
+
}, {
|
|
27105
|
+
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, {
|
|
27106
|
+
"label-width": "90px",
|
|
27107
|
+
"label-position": "left"
|
|
27108
|
+
}, {
|
|
27109
|
+
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, {
|
|
27110
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).exaggerationFactor
|
|
27111
|
+
}, {
|
|
27112
|
+
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, {
|
|
27113
|
+
style: {
|
|
27114
|
+
"display": "flex"
|
|
27115
|
+
}
|
|
27116
|
+
}, {
|
|
27117
|
+
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, {
|
|
27118
|
+
span: 16
|
|
27119
|
+
}, {
|
|
27120
|
+
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, {
|
|
27121
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(terrainParams).exaggerationFactor,
|
|
27122
|
+
"onUpdate:modelValue": _cache[70] || (_cache[70] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(terrainParams).exaggerationFactor = $event),
|
|
27123
|
+
step: 0.1,
|
|
27124
|
+
min: 0,
|
|
27125
|
+
max: 10,
|
|
27126
|
+
onInput: _cache[71] || (_cache[71] = $event => paramsChanged('exaggerationFactor'))
|
|
27127
|
+
}, null, 8
|
|
27128
|
+
/* PROPS */
|
|
27129
|
+
, ["modelValue", "step"])]),
|
|
27130
|
+
_: 1
|
|
27131
|
+
/* STABLE */
|
|
27132
|
+
|
|
27133
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
27134
|
+
span: 8
|
|
27135
|
+
}, {
|
|
27136
|
+
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, {
|
|
27137
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(terrainParams).exaggerationFactor,
|
|
27138
|
+
"onUpdate:modelValue": _cache[72] || (_cache[72] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(terrainParams).exaggerationFactor = $event),
|
|
27139
|
+
step: 0.1,
|
|
27140
|
+
min: 0,
|
|
27141
|
+
max: 10,
|
|
27142
|
+
"controls-position": "right",
|
|
27143
|
+
onInput: _cache[73] || (_cache[73] = $event => paramsChanged('exaggerationFactor'))
|
|
27144
|
+
}, null, 8
|
|
27145
|
+
/* PROPS */
|
|
27146
|
+
, ["modelValue", "step"])]),
|
|
27147
|
+
_: 1
|
|
27148
|
+
/* STABLE */
|
|
27149
|
+
|
|
27150
|
+
})]),
|
|
27151
|
+
_: 1
|
|
27152
|
+
/* STABLE */
|
|
27153
|
+
|
|
27154
|
+
})]),
|
|
27155
|
+
_: 1
|
|
27156
|
+
/* STABLE */
|
|
27157
|
+
|
|
27158
|
+
}, 8
|
|
27159
|
+
/* PROPS */
|
|
27160
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
27161
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).altitudeHeight
|
|
27162
|
+
}, {
|
|
27163
|
+
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, {
|
|
27164
|
+
style: {
|
|
27165
|
+
"display": "flex"
|
|
27166
|
+
}
|
|
27167
|
+
}, {
|
|
27168
|
+
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, {
|
|
27169
|
+
span: 16
|
|
27170
|
+
}, {
|
|
27171
|
+
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, {
|
|
27172
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(terrainParams).altitudeHeight,
|
|
27173
|
+
"onUpdate:modelValue": _cache[74] || (_cache[74] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(terrainParams).altitudeHeight = $event),
|
|
27174
|
+
step: 1,
|
|
27175
|
+
min: -1000,
|
|
27176
|
+
max: 1000,
|
|
27177
|
+
onInput: _cache[75] || (_cache[75] = $event => paramsChanged('altitudeHeight'))
|
|
27178
|
+
}, null, 8
|
|
27179
|
+
/* PROPS */
|
|
27180
|
+
, ["modelValue"])]),
|
|
27181
|
+
_: 1
|
|
27182
|
+
/* STABLE */
|
|
27183
|
+
|
|
27184
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
27185
|
+
span: 8
|
|
27186
|
+
}, {
|
|
27187
|
+
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, {
|
|
27188
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(terrainParams).altitudeHeight,
|
|
27189
|
+
"onUpdate:modelValue": _cache[76] || (_cache[76] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(terrainParams).altitudeHeight = $event),
|
|
27190
|
+
step: 1,
|
|
27191
|
+
min: -1000,
|
|
27192
|
+
max: 1000,
|
|
27193
|
+
"controls-position": "right",
|
|
27194
|
+
onInput: _cache[77] || (_cache[77] = $event => paramsChanged('altitudeHeight'))
|
|
27195
|
+
}, null, 8
|
|
27196
|
+
/* PROPS */
|
|
27197
|
+
, ["modelValue"])]),
|
|
27198
|
+
_: 1
|
|
27199
|
+
/* STABLE */
|
|
27200
|
+
|
|
27201
|
+
})]),
|
|
27202
|
+
_: 1
|
|
27203
|
+
/* STABLE */
|
|
27204
|
+
|
|
27205
|
+
})]),
|
|
27206
|
+
_: 1
|
|
27207
|
+
/* STABLE */
|
|
27208
|
+
|
|
27209
|
+
}, 8
|
|
27210
|
+
/* PROPS */
|
|
27211
|
+
, ["label"])]),
|
|
27212
|
+
_: 1
|
|
27213
|
+
/* STABLE */
|
|
27214
|
+
|
|
27215
|
+
})]),
|
|
27216
|
+
_: 1
|
|
27217
|
+
/* STABLE */
|
|
27218
|
+
|
|
26944
27219
|
}, 8
|
|
26945
27220
|
/* PROPS */
|
|
26946
27221
|
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
@@ -26957,8 +27232,8 @@ const __default__ = {
|
|
|
26957
27232
|
}, {
|
|
26958
27233
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
26959
27234
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).viewMode,
|
|
26960
|
-
"onUpdate:modelValue": _cache[
|
|
26961
|
-
onChange: _cache[
|
|
27235
|
+
"onUpdate:modelValue": _cache[78] || (_cache[78] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).viewMode = $event),
|
|
27236
|
+
onChange: _cache[79] || (_cache[79] = $event => paramsChanged('viewMode'))
|
|
26962
27237
|
}, {
|
|
26963
27238
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
|
|
26964
27239
|
label: "3d"
|
|
@@ -27005,8 +27280,8 @@ const __default__ = {
|
|
|
27005
27280
|
}, {
|
|
27006
27281
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
27007
27282
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).grid,
|
|
27008
|
-
"onUpdate:modelValue": _cache[
|
|
27009
|
-
onChange: _cache[
|
|
27283
|
+
"onUpdate:modelValue": _cache[80] || (_cache[80] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).grid = $event),
|
|
27284
|
+
onChange: _cache[81] || (_cache[81] = $event => paramsChanged('grid'))
|
|
27010
27285
|
}, {
|
|
27011
27286
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
|
|
27012
27287
|
label: "no"
|
|
@@ -27052,9 +27327,9 @@ const __default__ = {
|
|
|
27052
27327
|
}, {
|
|
27053
27328
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_switch, {
|
|
27054
27329
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).underground,
|
|
27055
|
-
"onUpdate:modelValue": _cache[
|
|
27330
|
+
"onUpdate:modelValue": _cache[82] || (_cache[82] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).underground = $event),
|
|
27056
27331
|
"controls-position": "left",
|
|
27057
|
-
onChange: _cache[
|
|
27332
|
+
onChange: _cache[83] || (_cache[83] = $event => paramsChanged('underground'))
|
|
27058
27333
|
}, null, 8
|
|
27059
27334
|
/* PROPS */
|
|
27060
27335
|
, ["modelValue"])]),
|
|
@@ -27076,11 +27351,11 @@ const __default__ = {
|
|
|
27076
27351
|
}, {
|
|
27077
27352
|
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, {
|
|
27078
27353
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).transparency,
|
|
27079
|
-
"onUpdate:modelValue": _cache[
|
|
27354
|
+
"onUpdate:modelValue": _cache[84] || (_cache[84] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).transparency = $event),
|
|
27080
27355
|
step: 0.01,
|
|
27081
27356
|
min: 0,
|
|
27082
27357
|
max: 1,
|
|
27083
|
-
onInput: _cache[
|
|
27358
|
+
onInput: _cache[85] || (_cache[85] = $event => paramsChanged('transparency'))
|
|
27084
27359
|
}, null, 8
|
|
27085
27360
|
/* PROPS */
|
|
27086
27361
|
, ["modelValue", "step"])]),
|
|
@@ -27092,12 +27367,12 @@ const __default__ = {
|
|
|
27092
27367
|
}, {
|
|
27093
27368
|
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, {
|
|
27094
27369
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).transparency,
|
|
27095
|
-
"onUpdate:modelValue": _cache[
|
|
27370
|
+
"onUpdate:modelValue": _cache[86] || (_cache[86] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(otherParams).transparency = $event),
|
|
27096
27371
|
step: 0.01,
|
|
27097
27372
|
min: 0,
|
|
27098
27373
|
max: 1,
|
|
27099
27374
|
"controls-position": "right",
|
|
27100
|
-
onInput: _cache[
|
|
27375
|
+
onInput: _cache[87] || (_cache[87] = $event => paramsChanged('transparency'))
|
|
27101
27376
|
}, null, 8
|
|
27102
27377
|
/* PROPS */
|
|
27103
27378
|
, ["modelValue", "step"])]),
|
|
@@ -27142,9 +27417,9 @@ const __default__ = {
|
|
|
27142
27417
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
27143
27418
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
27144
27419
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
27145
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
27146
|
-
var
|
|
27147
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
27420
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=75fa85b8&lang=scss
|
|
27421
|
+
var SceneSetvue_type_style_index_0_id_75fa85b8_lang_scss = __webpack_require__(632);
|
|
27422
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=75fa85b8&lang=scss
|
|
27148
27423
|
|
|
27149
27424
|
|
|
27150
27425
|
|
|
@@ -27153,12 +27428,12 @@ var options = {};
|
|
|
27153
27428
|
options.insert = "head";
|
|
27154
27429
|
options.singleton = false;
|
|
27155
27430
|
|
|
27156
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
27431
|
+
var update = injectStylesIntoStyleTag_default()(SceneSetvue_type_style_index_0_id_75fa85b8_lang_scss/* default */.Z, options);
|
|
27157
27432
|
|
|
27158
27433
|
|
|
27159
27434
|
|
|
27160
|
-
/* harmony default export */ var
|
|
27161
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
27435
|
+
/* harmony default export */ var sceneset_SceneSetvue_type_style_index_0_id_75fa85b8_lang_scss = (SceneSetvue_type_style_index_0_id_75fa85b8_lang_scss/* default.locals */.Z.locals || {});
|
|
27436
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=75fa85b8&lang=scss
|
|
27162
27437
|
|
|
27163
27438
|
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue
|
|
27164
27439
|
|
|
@@ -37805,7 +38080,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".coord-sightline{background:rgba(42,42
|
|
|
37805
38080
|
|
|
37806
38081
|
/***/ }),
|
|
37807
38082
|
|
|
37808
|
-
/***/
|
|
38083
|
+
/***/ 632:
|
|
37809
38084
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
37810
38085
|
|
|
37811
38086
|
"use strict";
|
|
@@ -38422,7 +38697,7 @@ var videoproject = __webpack_require__(7413);
|
|
|
38422
38697
|
// EXTERNAL MODULE: ./src/webgl/videofusion/index.js + 3 modules
|
|
38423
38698
|
var videofusion = __webpack_require__(7942);
|
|
38424
38699
|
// EXTERNAL MODULE: ./src/webgl/sceneset/index.js + 7 modules
|
|
38425
|
-
var sceneset = __webpack_require__(
|
|
38700
|
+
var sceneset = __webpack_require__(5802);
|
|
38426
38701
|
// EXTERNAL MODULE: ./src/webgl/light/index.js + 3 modules
|
|
38427
38702
|
var light = __webpack_require__(9001);
|
|
38428
38703
|
// EXTERNAL MODULE: ./src/webgl/geologicalbodyanalysis/index.js + 4 modules
|