@kq_npm/client3d_webgl_vue 2.2.6-beta → 2.2.8-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/gpuspatialquery/index.js +56 -24
- package/index.js +249 -95
- package/package.json +1 -1
- package/profileanalysis/index.js +56 -24
- package/scenceview/index.js +11 -1
- package/shadowanalysis/index.js +84 -30
- package/viewshedanalysis/index.js +42 -16
package/index.js
CHANGED
|
@@ -2597,7 +2597,7 @@ class ScenceViewViewModel extends (mitt_default()) {
|
|
|
2597
2597
|
break;
|
|
2598
2598
|
|
|
2599
2599
|
case "tile":
|
|
2600
|
-
console.log("tile,123");
|
|
2600
|
+
//console.log("tile,123");
|
|
2601
2601
|
layer = this._viewer.imageryLayers.addImageryProvider(new Cesium.UrlTemplateImageryProvider({
|
|
2602
2602
|
url: layerConfig.url,
|
|
2603
2603
|
minimumLevel: layerConfig.minZoom,
|
|
@@ -2607,6 +2607,16 @@ class ScenceViewViewModel extends (mitt_default()) {
|
|
|
2607
2607
|
break;
|
|
2608
2608
|
}
|
|
2609
2609
|
|
|
2610
|
+
if (layer) {
|
|
2611
|
+
if (layerConfig.minimumTerrainLevel !== undefined) {
|
|
2612
|
+
layer.minimumTerrainLevel = layerConfig.minimumTerrainLevel;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
if (layerConfig.maximumTerrainLevel !== undefined) {
|
|
2616
|
+
layer.maximumTerrainLevel = layerConfig.maximumTerrainLevel;
|
|
2617
|
+
}
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2610
2620
|
return layer;
|
|
2611
2621
|
}
|
|
2612
2622
|
/**
|
|
@@ -5610,6 +5620,38 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5610
5620
|
}
|
|
5611
5621
|
|
|
5612
5622
|
},
|
|
5623
|
+
minScale: {
|
|
5624
|
+
type: Number,
|
|
5625
|
+
default: 0.1
|
|
5626
|
+
},
|
|
5627
|
+
maxScale: {
|
|
5628
|
+
type: Number,
|
|
5629
|
+
default: 10
|
|
5630
|
+
},
|
|
5631
|
+
minXRotate: {
|
|
5632
|
+
type: Number,
|
|
5633
|
+
default: 0
|
|
5634
|
+
},
|
|
5635
|
+
maxXRotate: {
|
|
5636
|
+
type: Number,
|
|
5637
|
+
default: 120
|
|
5638
|
+
},
|
|
5639
|
+
minYRotate: {
|
|
5640
|
+
type: Number,
|
|
5641
|
+
default: 0
|
|
5642
|
+
},
|
|
5643
|
+
maxYRotate: {
|
|
5644
|
+
type: Number,
|
|
5645
|
+
default: 90
|
|
5646
|
+
},
|
|
5647
|
+
minZRotate: {
|
|
5648
|
+
type: Number,
|
|
5649
|
+
default: 0
|
|
5650
|
+
},
|
|
5651
|
+
maxZRotate: {
|
|
5652
|
+
type: Number,
|
|
5653
|
+
default: 90
|
|
5654
|
+
},
|
|
5613
5655
|
// 设置参数
|
|
5614
5656
|
settingParams: {
|
|
5615
5657
|
type: Object
|
|
@@ -5855,12 +5897,12 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5855
5897
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale,
|
|
5856
5898
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale = $event),
|
|
5857
5899
|
step: 0.1,
|
|
5858
|
-
min:
|
|
5859
|
-
max:
|
|
5900
|
+
min: __props.minScale,
|
|
5901
|
+
max: __props.maxScale,
|
|
5860
5902
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('scale'))
|
|
5861
5903
|
}, null, 8
|
|
5862
5904
|
/* PROPS */
|
|
5863
|
-
, ["modelValue", "step", "min"])]),
|
|
5905
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
5864
5906
|
_: 1
|
|
5865
5907
|
/* STABLE */
|
|
5866
5908
|
|
|
@@ -5870,14 +5912,14 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5870
5912
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
5871
5913
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale,
|
|
5872
5914
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale = $event),
|
|
5873
|
-
min:
|
|
5874
|
-
max:
|
|
5915
|
+
min: __props.minScale,
|
|
5916
|
+
max: __props.maxScale,
|
|
5875
5917
|
step: 0.1,
|
|
5876
5918
|
"controls-position": "right",
|
|
5877
5919
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('scale'))
|
|
5878
5920
|
}, null, 8
|
|
5879
5921
|
/* PROPS */
|
|
5880
|
-
, ["modelValue", "min", "step"])]),
|
|
5922
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
5881
5923
|
_: 1
|
|
5882
5924
|
/* STABLE */
|
|
5883
5925
|
|
|
@@ -5911,12 +5953,12 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5911
5953
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate,
|
|
5912
5954
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate = $event),
|
|
5913
5955
|
step: 1,
|
|
5914
|
-
min:
|
|
5915
|
-
max:
|
|
5956
|
+
min: __props.minXRotate,
|
|
5957
|
+
max: __props.maxXRotate,
|
|
5916
5958
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('xRotate'))
|
|
5917
5959
|
}, null, 8
|
|
5918
5960
|
/* PROPS */
|
|
5919
|
-
, ["modelValue"])]),
|
|
5961
|
+
, ["modelValue", "min", "max"])]),
|
|
5920
5962
|
_: 1
|
|
5921
5963
|
/* STABLE */
|
|
5922
5964
|
|
|
@@ -5926,14 +5968,14 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5926
5968
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
5927
5969
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate,
|
|
5928
5970
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate = $event),
|
|
5929
|
-
min:
|
|
5930
|
-
max:
|
|
5971
|
+
min: __props.minXRotate,
|
|
5972
|
+
max: __props.maxXRotate,
|
|
5931
5973
|
step: 1,
|
|
5932
5974
|
"controls-position": "right",
|
|
5933
5975
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('xRotate'))
|
|
5934
5976
|
}, null, 8
|
|
5935
5977
|
/* PROPS */
|
|
5936
|
-
, ["modelValue"])]),
|
|
5978
|
+
, ["modelValue", "min", "max"])]),
|
|
5937
5979
|
_: 1
|
|
5938
5980
|
/* STABLE */
|
|
5939
5981
|
|
|
@@ -5967,12 +6009,12 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5967
6009
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate,
|
|
5968
6010
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate = $event),
|
|
5969
6011
|
step: 1,
|
|
5970
|
-
min:
|
|
5971
|
-
max:
|
|
6012
|
+
min: __props.minXRotate,
|
|
6013
|
+
max: __props.maxXRotate,
|
|
5972
6014
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('yRotate'))
|
|
5973
6015
|
}, null, 8
|
|
5974
6016
|
/* PROPS */
|
|
5975
|
-
, ["modelValue"])]),
|
|
6017
|
+
, ["modelValue", "min", "max"])]),
|
|
5976
6018
|
_: 1
|
|
5977
6019
|
/* STABLE */
|
|
5978
6020
|
|
|
@@ -5982,14 +6024,14 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5982
6024
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
5983
6025
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate,
|
|
5984
6026
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate = $event),
|
|
5985
|
-
min:
|
|
5986
|
-
max:
|
|
6027
|
+
min: __props.minXRotate,
|
|
6028
|
+
max: __props.maxXRotate,
|
|
5987
6029
|
step: 1,
|
|
5988
6030
|
"controls-position": "right",
|
|
5989
6031
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('yRotate'))
|
|
5990
6032
|
}, null, 8
|
|
5991
6033
|
/* PROPS */
|
|
5992
|
-
, ["modelValue"])]),
|
|
6034
|
+
, ["modelValue", "min", "max"])]),
|
|
5993
6035
|
_: 1
|
|
5994
6036
|
/* STABLE */
|
|
5995
6037
|
|
|
@@ -6023,12 +6065,12 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6023
6065
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate,
|
|
6024
6066
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate = $event),
|
|
6025
6067
|
step: 1,
|
|
6026
|
-
min:
|
|
6027
|
-
max:
|
|
6068
|
+
min: __props.minZRotate,
|
|
6069
|
+
max: __props.maxZRotate,
|
|
6028
6070
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('zRotate'))
|
|
6029
6071
|
}, null, 8
|
|
6030
6072
|
/* PROPS */
|
|
6031
|
-
, ["modelValue"])]),
|
|
6073
|
+
, ["modelValue", "min", "max"])]),
|
|
6032
6074
|
_: 1
|
|
6033
6075
|
/* STABLE */
|
|
6034
6076
|
|
|
@@ -6038,14 +6080,14 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6038
6080
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
6039
6081
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate,
|
|
6040
6082
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate = $event),
|
|
6041
|
-
min:
|
|
6042
|
-
max:
|
|
6083
|
+
min: __props.minZRotate,
|
|
6084
|
+
max: __props.maxZRotate,
|
|
6043
6085
|
step: 1,
|
|
6044
6086
|
"controls-position": "right",
|
|
6045
6087
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('zRotate'))
|
|
6046
6088
|
}, null, 8
|
|
6047
6089
|
/* PROPS */
|
|
6048
|
-
, ["modelValue"])]),
|
|
6090
|
+
, ["modelValue", "min", "max"])]),
|
|
6049
6091
|
_: 1
|
|
6050
6092
|
/* STABLE */
|
|
6051
6093
|
|
|
@@ -7136,6 +7178,30 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7136
7178
|
};
|
|
7137
7179
|
/* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(ViewshedAnalysisvue_type_script_setup_true_lang_js_default_, {
|
|
7138
7180
|
props: {
|
|
7181
|
+
minOffsetHeight: {
|
|
7182
|
+
type: Number,
|
|
7183
|
+
default: 0
|
|
7184
|
+
},
|
|
7185
|
+
maxOffsetHeight: {
|
|
7186
|
+
type: Number,
|
|
7187
|
+
default: 100
|
|
7188
|
+
},
|
|
7189
|
+
minFovV: {
|
|
7190
|
+
type: Number,
|
|
7191
|
+
default: 0
|
|
7192
|
+
},
|
|
7193
|
+
maxFovV: {
|
|
7194
|
+
type: Number,
|
|
7195
|
+
default: 90
|
|
7196
|
+
},
|
|
7197
|
+
minFovH: {
|
|
7198
|
+
type: Number,
|
|
7199
|
+
default: 0
|
|
7200
|
+
},
|
|
7201
|
+
maxFovH: {
|
|
7202
|
+
type: Number,
|
|
7203
|
+
default: 180
|
|
7204
|
+
},
|
|
7139
7205
|
// 设置参数
|
|
7140
7206
|
settingParams: {
|
|
7141
7207
|
type: Object
|
|
@@ -7287,11 +7353,12 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7287
7353
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight,
|
|
7288
7354
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight = $event),
|
|
7289
7355
|
step: 1,
|
|
7290
|
-
min:
|
|
7356
|
+
min: __props.minOffsetHeight,
|
|
7357
|
+
max: __props.maxOffsetHeight,
|
|
7291
7358
|
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
|
|
7292
7359
|
}, null, 8
|
|
7293
7360
|
/* PROPS */
|
|
7294
|
-
, ["modelValue"])]),
|
|
7361
|
+
, ["modelValue", "min", "max"])]),
|
|
7295
7362
|
_: 1
|
|
7296
7363
|
/* STABLE */
|
|
7297
7364
|
|
|
@@ -7301,13 +7368,14 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7301
7368
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
7302
7369
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight,
|
|
7303
7370
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight = $event),
|
|
7304
|
-
min:
|
|
7371
|
+
min: __props.minOffsetHeight,
|
|
7372
|
+
max: __props.maxOffsetHeight,
|
|
7305
7373
|
step: 1,
|
|
7306
7374
|
"controls-position": "right",
|
|
7307
7375
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
|
|
7308
7376
|
}, null, 8
|
|
7309
7377
|
/* PROPS */
|
|
7310
|
-
, ["modelValue"])]),
|
|
7378
|
+
, ["modelValue", "min", "max"])]),
|
|
7311
7379
|
_: 1
|
|
7312
7380
|
/* STABLE */
|
|
7313
7381
|
|
|
@@ -7341,12 +7409,12 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7341
7409
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV,
|
|
7342
7410
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV = $event),
|
|
7343
7411
|
step: 1,
|
|
7344
|
-
min:
|
|
7345
|
-
max:
|
|
7412
|
+
min: __props.minFovV,
|
|
7413
|
+
max: __props.maxFovV,
|
|
7346
7414
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('fovV'))
|
|
7347
7415
|
}, null, 8
|
|
7348
7416
|
/* PROPS */
|
|
7349
|
-
, ["modelValue"])]),
|
|
7417
|
+
, ["modelValue", "min", "max"])]),
|
|
7350
7418
|
_: 1
|
|
7351
7419
|
/* STABLE */
|
|
7352
7420
|
|
|
@@ -7356,14 +7424,14 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7356
7424
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
7357
7425
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV,
|
|
7358
7426
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV = $event),
|
|
7359
|
-
min:
|
|
7360
|
-
max:
|
|
7427
|
+
min: __props.minFovV,
|
|
7428
|
+
max: __props.maxFovV,
|
|
7361
7429
|
step: 1,
|
|
7362
7430
|
"controls-position": "right",
|
|
7363
7431
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('fovV'))
|
|
7364
7432
|
}, null, 8
|
|
7365
7433
|
/* PROPS */
|
|
7366
|
-
, ["modelValue"])]),
|
|
7434
|
+
, ["modelValue", "min", "max"])]),
|
|
7367
7435
|
_: 1
|
|
7368
7436
|
/* STABLE */
|
|
7369
7437
|
|
|
@@ -7397,12 +7465,12 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7397
7465
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH,
|
|
7398
7466
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH = $event),
|
|
7399
7467
|
step: 1,
|
|
7400
|
-
min:
|
|
7401
|
-
max:
|
|
7468
|
+
min: __props.minFovH,
|
|
7469
|
+
max: __props.maxFovH,
|
|
7402
7470
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('fovH'))
|
|
7403
7471
|
}, null, 8
|
|
7404
7472
|
/* PROPS */
|
|
7405
|
-
, ["modelValue"])]),
|
|
7473
|
+
, ["modelValue", "min", "max"])]),
|
|
7406
7474
|
_: 1
|
|
7407
7475
|
/* STABLE */
|
|
7408
7476
|
|
|
@@ -7412,14 +7480,14 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7412
7480
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
7413
7481
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH,
|
|
7414
7482
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH = $event),
|
|
7415
|
-
min:
|
|
7416
|
-
max:
|
|
7483
|
+
min: __props.minFovH,
|
|
7484
|
+
max: __props.maxFovH,
|
|
7417
7485
|
step: 1,
|
|
7418
7486
|
"controls-position": "right",
|
|
7419
7487
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('fovH'))
|
|
7420
7488
|
}, null, 8
|
|
7421
7489
|
/* PROPS */
|
|
7422
|
-
, ["modelValue"])]),
|
|
7490
|
+
, ["modelValue", "min", "max"])]),
|
|
7423
7491
|
_: 1
|
|
7424
7492
|
/* STABLE */
|
|
7425
7493
|
|
|
@@ -7804,6 +7872,54 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7804
7872
|
};
|
|
7805
7873
|
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(ShadowAnalysisvue_type_script_setup_true_lang_js_default_, {
|
|
7806
7874
|
props: {
|
|
7875
|
+
minExtrudeHeight: {
|
|
7876
|
+
type: Number,
|
|
7877
|
+
default: 0
|
|
7878
|
+
},
|
|
7879
|
+
maxExtrudeHeight: {
|
|
7880
|
+
type: Number,
|
|
7881
|
+
default: 500
|
|
7882
|
+
},
|
|
7883
|
+
minBaseHeight: {
|
|
7884
|
+
type: Number,
|
|
7885
|
+
default: 0
|
|
7886
|
+
},
|
|
7887
|
+
maxBaseHeight: {
|
|
7888
|
+
type: Number,
|
|
7889
|
+
default: 100
|
|
7890
|
+
},
|
|
7891
|
+
minWidth: {
|
|
7892
|
+
type: Number,
|
|
7893
|
+
default: 0
|
|
7894
|
+
},
|
|
7895
|
+
maxWidth: {
|
|
7896
|
+
type: Number,
|
|
7897
|
+
default: 100
|
|
7898
|
+
},
|
|
7899
|
+
minSpacing: {
|
|
7900
|
+
type: Number,
|
|
7901
|
+
default: 0
|
|
7902
|
+
},
|
|
7903
|
+
maxSpacing: {
|
|
7904
|
+
type: Number,
|
|
7905
|
+
default: 100
|
|
7906
|
+
},
|
|
7907
|
+
minFilterValue: {
|
|
7908
|
+
type: Number,
|
|
7909
|
+
default: 0
|
|
7910
|
+
},
|
|
7911
|
+
maxFilterValue: {
|
|
7912
|
+
type: Number,
|
|
7913
|
+
default: 1
|
|
7914
|
+
},
|
|
7915
|
+
minAlphaScale: {
|
|
7916
|
+
type: Number,
|
|
7917
|
+
default: 0
|
|
7918
|
+
},
|
|
7919
|
+
maxAlphaScale: {
|
|
7920
|
+
type: Number,
|
|
7921
|
+
default: 10
|
|
7922
|
+
},
|
|
7807
7923
|
// 设置参数
|
|
7808
7924
|
settingParams: {
|
|
7809
7925
|
type: Object
|
|
@@ -8109,11 +8225,11 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8109
8225
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('extrudeHeight')),
|
|
8110
8226
|
onClick: _cache[7] || (_cache[7] = $event => paramsChanged('extrudeHeight')),
|
|
8111
8227
|
step: 10,
|
|
8112
|
-
min:
|
|
8113
|
-
max:
|
|
8228
|
+
min: __props.minExtrudeHeight,
|
|
8229
|
+
max: __props.maxExtrudeHeight
|
|
8114
8230
|
}, null, 8
|
|
8115
8231
|
/* PROPS */
|
|
8116
|
-
, ["modelValue"])]),
|
|
8232
|
+
, ["modelValue", "min", "max"])]),
|
|
8117
8233
|
_: 1
|
|
8118
8234
|
/* STABLE */
|
|
8119
8235
|
|
|
@@ -8123,14 +8239,14 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8123
8239
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
8124
8240
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).extrudeHeight,
|
|
8125
8241
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).extrudeHeight = $event),
|
|
8126
|
-
min:
|
|
8127
|
-
max:
|
|
8242
|
+
min: __props.minExtrudeHeight,
|
|
8243
|
+
max: __props.maxExtrudeHeight,
|
|
8128
8244
|
step: 10,
|
|
8129
8245
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('extrudeHeight')),
|
|
8130
8246
|
"controls-position": "right"
|
|
8131
8247
|
}, null, 8
|
|
8132
8248
|
/* PROPS */
|
|
8133
|
-
, ["modelValue"])]),
|
|
8249
|
+
, ["modelValue", "min", "max"])]),
|
|
8134
8250
|
_: 1
|
|
8135
8251
|
/* STABLE */
|
|
8136
8252
|
|
|
@@ -8166,10 +8282,11 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8166
8282
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('baseHeight')),
|
|
8167
8283
|
onClick: _cache[12] || (_cache[12] = $event => paramsChanged('baseHeight')),
|
|
8168
8284
|
step: 10,
|
|
8169
|
-
min:
|
|
8285
|
+
min: __props.minBaseHeight,
|
|
8286
|
+
max: __props.maxBaseHeight
|
|
8170
8287
|
}, null, 8
|
|
8171
8288
|
/* PROPS */
|
|
8172
|
-
, ["modelValue"])]),
|
|
8289
|
+
, ["modelValue", "min", "max"])]),
|
|
8173
8290
|
_: 1
|
|
8174
8291
|
/* STABLE */
|
|
8175
8292
|
|
|
@@ -8180,12 +8297,13 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8180
8297
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).baseHeight,
|
|
8181
8298
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).baseHeight = $event),
|
|
8182
8299
|
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('baseHeight')),
|
|
8183
|
-
min:
|
|
8300
|
+
min: __props.minBaseHeight,
|
|
8301
|
+
max: __props.maxBaseHeight,
|
|
8184
8302
|
step: 10,
|
|
8185
8303
|
"controls-position": "right"
|
|
8186
8304
|
}, null, 8
|
|
8187
8305
|
/* PROPS */
|
|
8188
|
-
, ["modelValue"])]),
|
|
8306
|
+
, ["modelValue", "min", "max"])]),
|
|
8189
8307
|
_: 1
|
|
8190
8308
|
/* STABLE */
|
|
8191
8309
|
|
|
@@ -8221,10 +8339,11 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8221
8339
|
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('width')),
|
|
8222
8340
|
onClick: _cache[17] || (_cache[17] = $event => paramsChanged('width')),
|
|
8223
8341
|
step: 1,
|
|
8224
|
-
min:
|
|
8342
|
+
min: __props.minWidth,
|
|
8343
|
+
max: __props.maxWidth
|
|
8225
8344
|
}, null, 8
|
|
8226
8345
|
/* PROPS */
|
|
8227
|
-
, ["modelValue"])]),
|
|
8346
|
+
, ["modelValue", "min", "max"])]),
|
|
8228
8347
|
_: 1
|
|
8229
8348
|
/* STABLE */
|
|
8230
8349
|
|
|
@@ -8235,12 +8354,13 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8235
8354
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).width,
|
|
8236
8355
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).width = $event),
|
|
8237
8356
|
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('width')),
|
|
8238
|
-
min:
|
|
8357
|
+
min: __props.minWidth,
|
|
8358
|
+
max: __props.maxWidth,
|
|
8239
8359
|
step: 1,
|
|
8240
8360
|
"controls-position": "right"
|
|
8241
8361
|
}, null, 8
|
|
8242
8362
|
/* PROPS */
|
|
8243
|
-
, ["modelValue"])]),
|
|
8363
|
+
, ["modelValue", "min", "max"])]),
|
|
8244
8364
|
_: 1
|
|
8245
8365
|
/* STABLE */
|
|
8246
8366
|
|
|
@@ -8276,10 +8396,11 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8276
8396
|
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('spacing')),
|
|
8277
8397
|
onClick: _cache[22] || (_cache[22] = $event => paramsChanged('spacing')),
|
|
8278
8398
|
step: 0.1,
|
|
8279
|
-
min:
|
|
8399
|
+
min: __props.minSpacing,
|
|
8400
|
+
max: __props.maxSpacing
|
|
8280
8401
|
}, null, 8
|
|
8281
8402
|
/* PROPS */
|
|
8282
|
-
, ["modelValue", "step"])]),
|
|
8403
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
8283
8404
|
_: 1
|
|
8284
8405
|
/* STABLE */
|
|
8285
8406
|
|
|
@@ -8290,12 +8411,13 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8290
8411
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).spacing,
|
|
8291
8412
|
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).spacing = $event),
|
|
8292
8413
|
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('spacing')),
|
|
8293
|
-
min:
|
|
8414
|
+
min: __props.minSpacing,
|
|
8415
|
+
max: __props.maxSpacing,
|
|
8294
8416
|
step: 0.1,
|
|
8295
8417
|
"controls-position": "right"
|
|
8296
8418
|
}, null, 8
|
|
8297
8419
|
/* PROPS */
|
|
8298
|
-
, ["modelValue", "step"])]),
|
|
8420
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
8299
8421
|
_: 1
|
|
8300
8422
|
/* STABLE */
|
|
8301
8423
|
|
|
@@ -8330,11 +8452,11 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8330
8452
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue = $event),
|
|
8331
8453
|
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('filterValue')),
|
|
8332
8454
|
step: 0.01,
|
|
8333
|
-
min:
|
|
8334
|
-
max:
|
|
8455
|
+
min: __props.minFilterValue,
|
|
8456
|
+
max: __props.maxFilterValue
|
|
8335
8457
|
}, null, 8
|
|
8336
8458
|
/* PROPS */
|
|
8337
|
-
, ["modelValue", "step"])]),
|
|
8459
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
8338
8460
|
_: 1
|
|
8339
8461
|
/* STABLE */
|
|
8340
8462
|
|
|
@@ -8344,14 +8466,14 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8344
8466
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
8345
8467
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue,
|
|
8346
8468
|
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue = $event),
|
|
8347
|
-
min:
|
|
8348
|
-
max:
|
|
8469
|
+
min: __props.minFilterValue,
|
|
8470
|
+
max: __props.maxFilterValue,
|
|
8349
8471
|
step: 0.01,
|
|
8350
8472
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
|
|
8351
8473
|
"controls-position": "right"
|
|
8352
8474
|
}, null, 8
|
|
8353
8475
|
/* PROPS */
|
|
8354
|
-
, ["modelValue", "step"])]),
|
|
8476
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
8355
8477
|
_: 1
|
|
8356
8478
|
/* STABLE */
|
|
8357
8479
|
|
|
@@ -8386,11 +8508,11 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8386
8508
|
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale = $event),
|
|
8387
8509
|
onInput: _cache[30] || (_cache[30] = $event => paramsChanged('alphaScale')),
|
|
8388
8510
|
step: 0.1,
|
|
8389
|
-
min:
|
|
8390
|
-
max:
|
|
8511
|
+
min: __props.minAlphaScale,
|
|
8512
|
+
max: __props.maxAlphaScale
|
|
8391
8513
|
}, null, 8
|
|
8392
8514
|
/* PROPS */
|
|
8393
|
-
, ["modelValue", "step"])]),
|
|
8515
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
8394
8516
|
_: 1
|
|
8395
8517
|
/* STABLE */
|
|
8396
8518
|
|
|
@@ -8400,14 +8522,14 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8400
8522
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
8401
8523
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale,
|
|
8402
8524
|
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale = $event),
|
|
8403
|
-
min:
|
|
8404
|
-
max:
|
|
8525
|
+
min: __props.minAlphaScale,
|
|
8526
|
+
max: __props.maxAlphaScale,
|
|
8405
8527
|
step: 0.1,
|
|
8406
8528
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
|
|
8407
8529
|
"controls-position": "right"
|
|
8408
8530
|
}, null, 8
|
|
8409
8531
|
/* PROPS */
|
|
8410
|
-
, ["modelValue", "step"])]),
|
|
8532
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
8411
8533
|
_: 1
|
|
8412
8534
|
/* STABLE */
|
|
8413
8535
|
|
|
@@ -8801,6 +8923,38 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8801
8923
|
};
|
|
8802
8924
|
/* harmony default export */ var ProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(ProfileAnalysisvue_type_script_setup_true_lang_js_default_, {
|
|
8803
8925
|
props: {
|
|
8926
|
+
minPerspectiveAngle: {
|
|
8927
|
+
type: Number,
|
|
8928
|
+
default: 0
|
|
8929
|
+
},
|
|
8930
|
+
maxPerspectiveAngle: {
|
|
8931
|
+
type: Number,
|
|
8932
|
+
default: 90
|
|
8933
|
+
},
|
|
8934
|
+
minTargetAreaWidth: {
|
|
8935
|
+
type: Number,
|
|
8936
|
+
default: 0
|
|
8937
|
+
},
|
|
8938
|
+
maxTargetAreaWidth: {
|
|
8939
|
+
type: Number,
|
|
8940
|
+
default: 500
|
|
8941
|
+
},
|
|
8942
|
+
minTargetAreaHeight: {
|
|
8943
|
+
type: Number,
|
|
8944
|
+
default: 0
|
|
8945
|
+
},
|
|
8946
|
+
maxTargetAreaHeight: {
|
|
8947
|
+
type: Number,
|
|
8948
|
+
default: 500
|
|
8949
|
+
},
|
|
8950
|
+
minCameraHeight: {
|
|
8951
|
+
type: Number,
|
|
8952
|
+
default: 0
|
|
8953
|
+
},
|
|
8954
|
+
maxCameraHeight: {
|
|
8955
|
+
type: Number,
|
|
8956
|
+
default: 500
|
|
8957
|
+
},
|
|
8804
8958
|
// 设置参数
|
|
8805
8959
|
settingParams: {
|
|
8806
8960
|
type: Object
|
|
@@ -8946,12 +9100,12 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8946
9100
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle,
|
|
8947
9101
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle = $event),
|
|
8948
9102
|
step: 1,
|
|
8949
|
-
min:
|
|
8950
|
-
max:
|
|
9103
|
+
min: __props.minPerspectiveAngle,
|
|
9104
|
+
max: __props.maxPerspectiveAngle,
|
|
8951
9105
|
onInput: onChangePerspectiveAngle
|
|
8952
9106
|
}, null, 8
|
|
8953
9107
|
/* PROPS */
|
|
8954
|
-
, ["modelValue"])]),
|
|
9108
|
+
, ["modelValue", "min", "max"])]),
|
|
8955
9109
|
_: 1
|
|
8956
9110
|
/* STABLE */
|
|
8957
9111
|
|
|
@@ -8961,13 +9115,13 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8961
9115
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
8962
9116
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle,
|
|
8963
9117
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle = $event),
|
|
8964
|
-
min:
|
|
8965
|
-
max:
|
|
9118
|
+
min: __props.minPerspectiveAngle,
|
|
9119
|
+
max: __props.maxPerspectiveAngle,
|
|
8966
9120
|
step: 1,
|
|
8967
9121
|
"controls-position": "right"
|
|
8968
9122
|
}, null, 8
|
|
8969
9123
|
/* PROPS */
|
|
8970
|
-
, ["modelValue"])]),
|
|
9124
|
+
, ["modelValue", "min", "max"])]),
|
|
8971
9125
|
_: 1
|
|
8972
9126
|
/* STABLE */
|
|
8973
9127
|
|
|
@@ -9001,12 +9155,12 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9001
9155
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth,
|
|
9002
9156
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth = $event),
|
|
9003
9157
|
step: 1,
|
|
9004
|
-
min:
|
|
9005
|
-
max:
|
|
9158
|
+
min: __props.minTargetAreaWidth,
|
|
9159
|
+
max: __props.maxTargetAreaWidth,
|
|
9006
9160
|
onInput: onChangeTargetAreaWidth
|
|
9007
9161
|
}, null, 8
|
|
9008
9162
|
/* PROPS */
|
|
9009
|
-
, ["modelValue"])]),
|
|
9163
|
+
, ["modelValue", "min", "max"])]),
|
|
9010
9164
|
_: 1
|
|
9011
9165
|
/* STABLE */
|
|
9012
9166
|
|
|
@@ -9016,13 +9170,13 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9016
9170
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
9017
9171
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth,
|
|
9018
9172
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth = $event),
|
|
9019
|
-
min:
|
|
9173
|
+
min: __props.minTargetAreaWidth,
|
|
9020
9174
|
step: 1,
|
|
9021
|
-
max:
|
|
9175
|
+
max: __props.maxTargetAreaWidth,
|
|
9022
9176
|
"controls-position": "right"
|
|
9023
9177
|
}, null, 8
|
|
9024
9178
|
/* PROPS */
|
|
9025
|
-
, ["modelValue"])]),
|
|
9179
|
+
, ["modelValue", "min", "max"])]),
|
|
9026
9180
|
_: 1
|
|
9027
9181
|
/* STABLE */
|
|
9028
9182
|
|
|
@@ -9056,12 +9210,12 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9056
9210
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight,
|
|
9057
9211
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight = $event),
|
|
9058
9212
|
step: 1,
|
|
9059
|
-
min:
|
|
9060
|
-
max:
|
|
9213
|
+
min: __props.minTargetAreaHeight,
|
|
9214
|
+
max: __props.maxTargetAreaHeight,
|
|
9061
9215
|
onInput: onChangeTargetAreaHeight
|
|
9062
9216
|
}, null, 8
|
|
9063
9217
|
/* PROPS */
|
|
9064
|
-
, ["modelValue"])]),
|
|
9218
|
+
, ["modelValue", "min", "max"])]),
|
|
9065
9219
|
_: 1
|
|
9066
9220
|
/* STABLE */
|
|
9067
9221
|
|
|
@@ -9071,13 +9225,13 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9071
9225
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
9072
9226
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight,
|
|
9073
9227
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight = $event),
|
|
9074
|
-
min:
|
|
9228
|
+
min: __props.minTargetAreaHeight,
|
|
9075
9229
|
step: 1,
|
|
9076
|
-
max:
|
|
9230
|
+
max: __props.maxTargetAreaHeight,
|
|
9077
9231
|
"controls-position": "right"
|
|
9078
9232
|
}, null, 8
|
|
9079
9233
|
/* PROPS */
|
|
9080
|
-
, ["modelValue"])]),
|
|
9234
|
+
, ["modelValue", "min", "max"])]),
|
|
9081
9235
|
_: 1
|
|
9082
9236
|
/* STABLE */
|
|
9083
9237
|
|
|
@@ -9111,12 +9265,12 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9111
9265
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight,
|
|
9112
9266
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight = $event),
|
|
9113
9267
|
step: 1,
|
|
9114
|
-
min:
|
|
9115
|
-
max:
|
|
9268
|
+
min: __props.minCameraHeight,
|
|
9269
|
+
max: __props.maxCameraHeight,
|
|
9116
9270
|
onInput: onChangeCameraHeight
|
|
9117
9271
|
}, null, 8
|
|
9118
9272
|
/* PROPS */
|
|
9119
|
-
, ["modelValue"])]),
|
|
9273
|
+
, ["modelValue", "min", "max"])]),
|
|
9120
9274
|
_: 1
|
|
9121
9275
|
/* STABLE */
|
|
9122
9276
|
|
|
@@ -9126,13 +9280,13 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9126
9280
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
9127
9281
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight,
|
|
9128
9282
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight = $event),
|
|
9129
|
-
min:
|
|
9283
|
+
min: __props.minCameraHeight,
|
|
9130
9284
|
step: 1,
|
|
9131
|
-
max:
|
|
9285
|
+
max: __props.maxCameraHeight,
|
|
9132
9286
|
"controls-position": "right"
|
|
9133
9287
|
}, null, 8
|
|
9134
9288
|
/* PROPS */
|
|
9135
|
-
, ["modelValue"])]),
|
|
9289
|
+
, ["modelValue", "min", "max"])]),
|
|
9136
9290
|
_: 1
|
|
9137
9291
|
/* STABLE */
|
|
9138
9292
|
|