@kq_npm/client3d_webgl_vue 2.2.7-beta → 2.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/gpuspatialquery/index.js +56 -24
- package/index.js +238 -94
- package/package.json +1 -1
- package/profileanalysis/index.js +56 -24
- package/shadowanalysis/index.js +84 -30
- package/viewshedanalysis/index.js +42 -16
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.2.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.2.9-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"^9.2.0-beta.36","xlsx":"^0.18.5","css-vars-ponyfill":"^2.4.8","xe-utils":"^3.5.4"}}
|
package/profileanalysis/index.js
CHANGED
|
@@ -350,6 +350,38 @@ const __default__ = {
|
|
|
350
350
|
};
|
|
351
351
|
/* harmony default export */ var ProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
352
352
|
props: {
|
|
353
|
+
minPerspectiveAngle: {
|
|
354
|
+
type: Number,
|
|
355
|
+
default: 0
|
|
356
|
+
},
|
|
357
|
+
maxPerspectiveAngle: {
|
|
358
|
+
type: Number,
|
|
359
|
+
default: 90
|
|
360
|
+
},
|
|
361
|
+
minTargetAreaWidth: {
|
|
362
|
+
type: Number,
|
|
363
|
+
default: 0
|
|
364
|
+
},
|
|
365
|
+
maxTargetAreaWidth: {
|
|
366
|
+
type: Number,
|
|
367
|
+
default: 500
|
|
368
|
+
},
|
|
369
|
+
minTargetAreaHeight: {
|
|
370
|
+
type: Number,
|
|
371
|
+
default: 0
|
|
372
|
+
},
|
|
373
|
+
maxTargetAreaHeight: {
|
|
374
|
+
type: Number,
|
|
375
|
+
default: 500
|
|
376
|
+
},
|
|
377
|
+
minCameraHeight: {
|
|
378
|
+
type: Number,
|
|
379
|
+
default: 0
|
|
380
|
+
},
|
|
381
|
+
maxCameraHeight: {
|
|
382
|
+
type: Number,
|
|
383
|
+
default: 500
|
|
384
|
+
},
|
|
353
385
|
// 设置参数
|
|
354
386
|
settingParams: {
|
|
355
387
|
type: Object
|
|
@@ -495,12 +527,12 @@ const __default__ = {
|
|
|
495
527
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle,
|
|
496
528
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle = $event),
|
|
497
529
|
step: 1,
|
|
498
|
-
min:
|
|
499
|
-
max:
|
|
530
|
+
min: __props.minPerspectiveAngle,
|
|
531
|
+
max: __props.maxPerspectiveAngle,
|
|
500
532
|
onInput: onChangePerspectiveAngle
|
|
501
533
|
}, null, 8
|
|
502
534
|
/* PROPS */
|
|
503
|
-
, ["modelValue"])]),
|
|
535
|
+
, ["modelValue", "min", "max"])]),
|
|
504
536
|
_: 1
|
|
505
537
|
/* STABLE */
|
|
506
538
|
|
|
@@ -510,13 +542,13 @@ const __default__ = {
|
|
|
510
542
|
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, {
|
|
511
543
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle,
|
|
512
544
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle = $event),
|
|
513
|
-
min:
|
|
514
|
-
max:
|
|
545
|
+
min: __props.minPerspectiveAngle,
|
|
546
|
+
max: __props.maxPerspectiveAngle,
|
|
515
547
|
step: 1,
|
|
516
548
|
"controls-position": "right"
|
|
517
549
|
}, null, 8
|
|
518
550
|
/* PROPS */
|
|
519
|
-
, ["modelValue"])]),
|
|
551
|
+
, ["modelValue", "min", "max"])]),
|
|
520
552
|
_: 1
|
|
521
553
|
/* STABLE */
|
|
522
554
|
|
|
@@ -550,12 +582,12 @@ const __default__ = {
|
|
|
550
582
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth,
|
|
551
583
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth = $event),
|
|
552
584
|
step: 1,
|
|
553
|
-
min:
|
|
554
|
-
max:
|
|
585
|
+
min: __props.minTargetAreaWidth,
|
|
586
|
+
max: __props.maxTargetAreaWidth,
|
|
555
587
|
onInput: onChangeTargetAreaWidth
|
|
556
588
|
}, null, 8
|
|
557
589
|
/* PROPS */
|
|
558
|
-
, ["modelValue"])]),
|
|
590
|
+
, ["modelValue", "min", "max"])]),
|
|
559
591
|
_: 1
|
|
560
592
|
/* STABLE */
|
|
561
593
|
|
|
@@ -565,13 +597,13 @@ const __default__ = {
|
|
|
565
597
|
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, {
|
|
566
598
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth,
|
|
567
599
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth = $event),
|
|
568
|
-
min:
|
|
600
|
+
min: __props.minTargetAreaWidth,
|
|
569
601
|
step: 1,
|
|
570
|
-
max:
|
|
602
|
+
max: __props.maxTargetAreaWidth,
|
|
571
603
|
"controls-position": "right"
|
|
572
604
|
}, null, 8
|
|
573
605
|
/* PROPS */
|
|
574
|
-
, ["modelValue"])]),
|
|
606
|
+
, ["modelValue", "min", "max"])]),
|
|
575
607
|
_: 1
|
|
576
608
|
/* STABLE */
|
|
577
609
|
|
|
@@ -605,12 +637,12 @@ const __default__ = {
|
|
|
605
637
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight,
|
|
606
638
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight = $event),
|
|
607
639
|
step: 1,
|
|
608
|
-
min:
|
|
609
|
-
max:
|
|
640
|
+
min: __props.minTargetAreaHeight,
|
|
641
|
+
max: __props.maxTargetAreaHeight,
|
|
610
642
|
onInput: onChangeTargetAreaHeight
|
|
611
643
|
}, null, 8
|
|
612
644
|
/* PROPS */
|
|
613
|
-
, ["modelValue"])]),
|
|
645
|
+
, ["modelValue", "min", "max"])]),
|
|
614
646
|
_: 1
|
|
615
647
|
/* STABLE */
|
|
616
648
|
|
|
@@ -620,13 +652,13 @@ const __default__ = {
|
|
|
620
652
|
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, {
|
|
621
653
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight,
|
|
622
654
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight = $event),
|
|
623
|
-
min:
|
|
655
|
+
min: __props.minTargetAreaHeight,
|
|
624
656
|
step: 1,
|
|
625
|
-
max:
|
|
657
|
+
max: __props.maxTargetAreaHeight,
|
|
626
658
|
"controls-position": "right"
|
|
627
659
|
}, null, 8
|
|
628
660
|
/* PROPS */
|
|
629
|
-
, ["modelValue"])]),
|
|
661
|
+
, ["modelValue", "min", "max"])]),
|
|
630
662
|
_: 1
|
|
631
663
|
/* STABLE */
|
|
632
664
|
|
|
@@ -660,12 +692,12 @@ const __default__ = {
|
|
|
660
692
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight,
|
|
661
693
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight = $event),
|
|
662
694
|
step: 1,
|
|
663
|
-
min:
|
|
664
|
-
max:
|
|
695
|
+
min: __props.minCameraHeight,
|
|
696
|
+
max: __props.maxCameraHeight,
|
|
665
697
|
onInput: onChangeCameraHeight
|
|
666
698
|
}, null, 8
|
|
667
699
|
/* PROPS */
|
|
668
|
-
, ["modelValue"])]),
|
|
700
|
+
, ["modelValue", "min", "max"])]),
|
|
669
701
|
_: 1
|
|
670
702
|
/* STABLE */
|
|
671
703
|
|
|
@@ -675,13 +707,13 @@ const __default__ = {
|
|
|
675
707
|
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, {
|
|
676
708
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight,
|
|
677
709
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight = $event),
|
|
678
|
-
min:
|
|
710
|
+
min: __props.minCameraHeight,
|
|
679
711
|
step: 1,
|
|
680
|
-
max:
|
|
712
|
+
max: __props.maxCameraHeight,
|
|
681
713
|
"controls-position": "right"
|
|
682
714
|
}, null, 8
|
|
683
715
|
/* PROPS */
|
|
684
|
-
, ["modelValue"])]),
|
|
716
|
+
, ["modelValue", "min", "max"])]),
|
|
685
717
|
_: 1
|
|
686
718
|
/* STABLE */
|
|
687
719
|
|
package/shadowanalysis/index.js
CHANGED
|
@@ -335,6 +335,54 @@ const __default__ = {
|
|
|
335
335
|
};
|
|
336
336
|
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
337
337
|
props: {
|
|
338
|
+
minExtrudeHeight: {
|
|
339
|
+
type: Number,
|
|
340
|
+
default: 0
|
|
341
|
+
},
|
|
342
|
+
maxExtrudeHeight: {
|
|
343
|
+
type: Number,
|
|
344
|
+
default: 500
|
|
345
|
+
},
|
|
346
|
+
minBaseHeight: {
|
|
347
|
+
type: Number,
|
|
348
|
+
default: 0
|
|
349
|
+
},
|
|
350
|
+
maxBaseHeight: {
|
|
351
|
+
type: Number,
|
|
352
|
+
default: 100
|
|
353
|
+
},
|
|
354
|
+
minWidth: {
|
|
355
|
+
type: Number,
|
|
356
|
+
default: 0
|
|
357
|
+
},
|
|
358
|
+
maxWidth: {
|
|
359
|
+
type: Number,
|
|
360
|
+
default: 100
|
|
361
|
+
},
|
|
362
|
+
minSpacing: {
|
|
363
|
+
type: Number,
|
|
364
|
+
default: 0
|
|
365
|
+
},
|
|
366
|
+
maxSpacing: {
|
|
367
|
+
type: Number,
|
|
368
|
+
default: 100
|
|
369
|
+
},
|
|
370
|
+
minFilterValue: {
|
|
371
|
+
type: Number,
|
|
372
|
+
default: 0
|
|
373
|
+
},
|
|
374
|
+
maxFilterValue: {
|
|
375
|
+
type: Number,
|
|
376
|
+
default: 1
|
|
377
|
+
},
|
|
378
|
+
minAlphaScale: {
|
|
379
|
+
type: Number,
|
|
380
|
+
default: 0
|
|
381
|
+
},
|
|
382
|
+
maxAlphaScale: {
|
|
383
|
+
type: Number,
|
|
384
|
+
default: 10
|
|
385
|
+
},
|
|
338
386
|
// 设置参数
|
|
339
387
|
settingParams: {
|
|
340
388
|
type: Object
|
|
@@ -640,11 +688,11 @@ const __default__ = {
|
|
|
640
688
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('extrudeHeight')),
|
|
641
689
|
onClick: _cache[7] || (_cache[7] = $event => paramsChanged('extrudeHeight')),
|
|
642
690
|
step: 10,
|
|
643
|
-
min:
|
|
644
|
-
max:
|
|
691
|
+
min: __props.minExtrudeHeight,
|
|
692
|
+
max: __props.maxExtrudeHeight
|
|
645
693
|
}, null, 8
|
|
646
694
|
/* PROPS */
|
|
647
|
-
, ["modelValue"])]),
|
|
695
|
+
, ["modelValue", "min", "max"])]),
|
|
648
696
|
_: 1
|
|
649
697
|
/* STABLE */
|
|
650
698
|
|
|
@@ -654,14 +702,14 @@ const __default__ = {
|
|
|
654
702
|
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, {
|
|
655
703
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).extrudeHeight,
|
|
656
704
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).extrudeHeight = $event),
|
|
657
|
-
min:
|
|
658
|
-
max:
|
|
705
|
+
min: __props.minExtrudeHeight,
|
|
706
|
+
max: __props.maxExtrudeHeight,
|
|
659
707
|
step: 10,
|
|
660
708
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('extrudeHeight')),
|
|
661
709
|
"controls-position": "right"
|
|
662
710
|
}, null, 8
|
|
663
711
|
/* PROPS */
|
|
664
|
-
, ["modelValue"])]),
|
|
712
|
+
, ["modelValue", "min", "max"])]),
|
|
665
713
|
_: 1
|
|
666
714
|
/* STABLE */
|
|
667
715
|
|
|
@@ -697,10 +745,11 @@ const __default__ = {
|
|
|
697
745
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('baseHeight')),
|
|
698
746
|
onClick: _cache[12] || (_cache[12] = $event => paramsChanged('baseHeight')),
|
|
699
747
|
step: 10,
|
|
700
|
-
min:
|
|
748
|
+
min: __props.minBaseHeight,
|
|
749
|
+
max: __props.maxBaseHeight
|
|
701
750
|
}, null, 8
|
|
702
751
|
/* PROPS */
|
|
703
|
-
, ["modelValue"])]),
|
|
752
|
+
, ["modelValue", "min", "max"])]),
|
|
704
753
|
_: 1
|
|
705
754
|
/* STABLE */
|
|
706
755
|
|
|
@@ -711,12 +760,13 @@ const __default__ = {
|
|
|
711
760
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).baseHeight,
|
|
712
761
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).baseHeight = $event),
|
|
713
762
|
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('baseHeight')),
|
|
714
|
-
min:
|
|
763
|
+
min: __props.minBaseHeight,
|
|
764
|
+
max: __props.maxBaseHeight,
|
|
715
765
|
step: 10,
|
|
716
766
|
"controls-position": "right"
|
|
717
767
|
}, null, 8
|
|
718
768
|
/* PROPS */
|
|
719
|
-
, ["modelValue"])]),
|
|
769
|
+
, ["modelValue", "min", "max"])]),
|
|
720
770
|
_: 1
|
|
721
771
|
/* STABLE */
|
|
722
772
|
|
|
@@ -752,10 +802,11 @@ const __default__ = {
|
|
|
752
802
|
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('width')),
|
|
753
803
|
onClick: _cache[17] || (_cache[17] = $event => paramsChanged('width')),
|
|
754
804
|
step: 1,
|
|
755
|
-
min:
|
|
805
|
+
min: __props.minWidth,
|
|
806
|
+
max: __props.maxWidth
|
|
756
807
|
}, null, 8
|
|
757
808
|
/* PROPS */
|
|
758
|
-
, ["modelValue"])]),
|
|
809
|
+
, ["modelValue", "min", "max"])]),
|
|
759
810
|
_: 1
|
|
760
811
|
/* STABLE */
|
|
761
812
|
|
|
@@ -766,12 +817,13 @@ const __default__ = {
|
|
|
766
817
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).width,
|
|
767
818
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).width = $event),
|
|
768
819
|
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('width')),
|
|
769
|
-
min:
|
|
820
|
+
min: __props.minWidth,
|
|
821
|
+
max: __props.maxWidth,
|
|
770
822
|
step: 1,
|
|
771
823
|
"controls-position": "right"
|
|
772
824
|
}, null, 8
|
|
773
825
|
/* PROPS */
|
|
774
|
-
, ["modelValue"])]),
|
|
826
|
+
, ["modelValue", "min", "max"])]),
|
|
775
827
|
_: 1
|
|
776
828
|
/* STABLE */
|
|
777
829
|
|
|
@@ -807,10 +859,11 @@ const __default__ = {
|
|
|
807
859
|
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('spacing')),
|
|
808
860
|
onClick: _cache[22] || (_cache[22] = $event => paramsChanged('spacing')),
|
|
809
861
|
step: 0.1,
|
|
810
|
-
min:
|
|
862
|
+
min: __props.minSpacing,
|
|
863
|
+
max: __props.maxSpacing
|
|
811
864
|
}, null, 8
|
|
812
865
|
/* PROPS */
|
|
813
|
-
, ["modelValue", "step"])]),
|
|
866
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
814
867
|
_: 1
|
|
815
868
|
/* STABLE */
|
|
816
869
|
|
|
@@ -821,12 +874,13 @@ const __default__ = {
|
|
|
821
874
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).spacing,
|
|
822
875
|
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).spacing = $event),
|
|
823
876
|
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('spacing')),
|
|
824
|
-
min:
|
|
877
|
+
min: __props.minSpacing,
|
|
878
|
+
max: __props.maxSpacing,
|
|
825
879
|
step: 0.1,
|
|
826
880
|
"controls-position": "right"
|
|
827
881
|
}, null, 8
|
|
828
882
|
/* PROPS */
|
|
829
|
-
, ["modelValue", "step"])]),
|
|
883
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
830
884
|
_: 1
|
|
831
885
|
/* STABLE */
|
|
832
886
|
|
|
@@ -861,11 +915,11 @@ const __default__ = {
|
|
|
861
915
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue = $event),
|
|
862
916
|
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('filterValue')),
|
|
863
917
|
step: 0.01,
|
|
864
|
-
min:
|
|
865
|
-
max:
|
|
918
|
+
min: __props.minFilterValue,
|
|
919
|
+
max: __props.maxFilterValue
|
|
866
920
|
}, null, 8
|
|
867
921
|
/* PROPS */
|
|
868
|
-
, ["modelValue", "step"])]),
|
|
922
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
869
923
|
_: 1
|
|
870
924
|
/* STABLE */
|
|
871
925
|
|
|
@@ -875,14 +929,14 @@ const __default__ = {
|
|
|
875
929
|
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, {
|
|
876
930
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue,
|
|
877
931
|
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue = $event),
|
|
878
|
-
min:
|
|
879
|
-
max:
|
|
932
|
+
min: __props.minFilterValue,
|
|
933
|
+
max: __props.maxFilterValue,
|
|
880
934
|
step: 0.01,
|
|
881
935
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
|
|
882
936
|
"controls-position": "right"
|
|
883
937
|
}, null, 8
|
|
884
938
|
/* PROPS */
|
|
885
|
-
, ["modelValue", "step"])]),
|
|
939
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
886
940
|
_: 1
|
|
887
941
|
/* STABLE */
|
|
888
942
|
|
|
@@ -917,11 +971,11 @@ const __default__ = {
|
|
|
917
971
|
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale = $event),
|
|
918
972
|
onInput: _cache[30] || (_cache[30] = $event => paramsChanged('alphaScale')),
|
|
919
973
|
step: 0.1,
|
|
920
|
-
min:
|
|
921
|
-
max:
|
|
974
|
+
min: __props.minAlphaScale,
|
|
975
|
+
max: __props.maxAlphaScale
|
|
922
976
|
}, null, 8
|
|
923
977
|
/* PROPS */
|
|
924
|
-
, ["modelValue", "step"])]),
|
|
978
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
925
979
|
_: 1
|
|
926
980
|
/* STABLE */
|
|
927
981
|
|
|
@@ -931,14 +985,14 @@ const __default__ = {
|
|
|
931
985
|
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, {
|
|
932
986
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale,
|
|
933
987
|
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale = $event),
|
|
934
|
-
min:
|
|
935
|
-
max:
|
|
988
|
+
min: __props.minAlphaScale,
|
|
989
|
+
max: __props.maxAlphaScale,
|
|
936
990
|
step: 0.1,
|
|
937
991
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
|
|
938
992
|
"controls-position": "right"
|
|
939
993
|
}, null, 8
|
|
940
994
|
/* PROPS */
|
|
941
|
-
, ["modelValue", "step"])]),
|
|
995
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
942
996
|
_: 1
|
|
943
997
|
/* STABLE */
|
|
944
998
|
|
|
@@ -187,6 +187,30 @@ const __default__ = {
|
|
|
187
187
|
};
|
|
188
188
|
/* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
189
189
|
props: {
|
|
190
|
+
minOffsetHeight: {
|
|
191
|
+
type: Number,
|
|
192
|
+
default: 0
|
|
193
|
+
},
|
|
194
|
+
maxOffsetHeight: {
|
|
195
|
+
type: Number,
|
|
196
|
+
default: 100
|
|
197
|
+
},
|
|
198
|
+
minFovV: {
|
|
199
|
+
type: Number,
|
|
200
|
+
default: 0
|
|
201
|
+
},
|
|
202
|
+
maxFovV: {
|
|
203
|
+
type: Number,
|
|
204
|
+
default: 90
|
|
205
|
+
},
|
|
206
|
+
minFovH: {
|
|
207
|
+
type: Number,
|
|
208
|
+
default: 0
|
|
209
|
+
},
|
|
210
|
+
maxFovH: {
|
|
211
|
+
type: Number,
|
|
212
|
+
default: 180
|
|
213
|
+
},
|
|
190
214
|
// 设置参数
|
|
191
215
|
settingParams: {
|
|
192
216
|
type: Object
|
|
@@ -338,11 +362,12 @@ const __default__ = {
|
|
|
338
362
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight,
|
|
339
363
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight = $event),
|
|
340
364
|
step: 1,
|
|
341
|
-
min:
|
|
365
|
+
min: __props.minOffsetHeight,
|
|
366
|
+
max: __props.maxOffsetHeight,
|
|
342
367
|
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
|
|
343
368
|
}, null, 8
|
|
344
369
|
/* PROPS */
|
|
345
|
-
, ["modelValue"])]),
|
|
370
|
+
, ["modelValue", "min", "max"])]),
|
|
346
371
|
_: 1
|
|
347
372
|
/* STABLE */
|
|
348
373
|
|
|
@@ -352,13 +377,14 @@ const __default__ = {
|
|
|
352
377
|
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, {
|
|
353
378
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight,
|
|
354
379
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight = $event),
|
|
355
|
-
min:
|
|
380
|
+
min: __props.minOffsetHeight,
|
|
381
|
+
max: __props.maxOffsetHeight,
|
|
356
382
|
step: 1,
|
|
357
383
|
"controls-position": "right",
|
|
358
384
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
|
|
359
385
|
}, null, 8
|
|
360
386
|
/* PROPS */
|
|
361
|
-
, ["modelValue"])]),
|
|
387
|
+
, ["modelValue", "min", "max"])]),
|
|
362
388
|
_: 1
|
|
363
389
|
/* STABLE */
|
|
364
390
|
|
|
@@ -392,12 +418,12 @@ const __default__ = {
|
|
|
392
418
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV,
|
|
393
419
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV = $event),
|
|
394
420
|
step: 1,
|
|
395
|
-
min:
|
|
396
|
-
max:
|
|
421
|
+
min: __props.minFovV,
|
|
422
|
+
max: __props.maxFovV,
|
|
397
423
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('fovV'))
|
|
398
424
|
}, null, 8
|
|
399
425
|
/* PROPS */
|
|
400
|
-
, ["modelValue"])]),
|
|
426
|
+
, ["modelValue", "min", "max"])]),
|
|
401
427
|
_: 1
|
|
402
428
|
/* STABLE */
|
|
403
429
|
|
|
@@ -407,14 +433,14 @@ const __default__ = {
|
|
|
407
433
|
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, {
|
|
408
434
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV,
|
|
409
435
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV = $event),
|
|
410
|
-
min:
|
|
411
|
-
max:
|
|
436
|
+
min: __props.minFovV,
|
|
437
|
+
max: __props.maxFovV,
|
|
412
438
|
step: 1,
|
|
413
439
|
"controls-position": "right",
|
|
414
440
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('fovV'))
|
|
415
441
|
}, null, 8
|
|
416
442
|
/* PROPS */
|
|
417
|
-
, ["modelValue"])]),
|
|
443
|
+
, ["modelValue", "min", "max"])]),
|
|
418
444
|
_: 1
|
|
419
445
|
/* STABLE */
|
|
420
446
|
|
|
@@ -448,12 +474,12 @@ const __default__ = {
|
|
|
448
474
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH,
|
|
449
475
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH = $event),
|
|
450
476
|
step: 1,
|
|
451
|
-
min:
|
|
452
|
-
max:
|
|
477
|
+
min: __props.minFovH,
|
|
478
|
+
max: __props.maxFovH,
|
|
453
479
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('fovH'))
|
|
454
480
|
}, null, 8
|
|
455
481
|
/* PROPS */
|
|
456
|
-
, ["modelValue"])]),
|
|
482
|
+
, ["modelValue", "min", "max"])]),
|
|
457
483
|
_: 1
|
|
458
484
|
/* STABLE */
|
|
459
485
|
|
|
@@ -463,14 +489,14 @@ const __default__ = {
|
|
|
463
489
|
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, {
|
|
464
490
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH,
|
|
465
491
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH = $event),
|
|
466
|
-
min:
|
|
467
|
-
max:
|
|
492
|
+
min: __props.minFovH,
|
|
493
|
+
max: __props.maxFovH,
|
|
468
494
|
step: 1,
|
|
469
495
|
"controls-position": "right",
|
|
470
496
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('fovH'))
|
|
471
497
|
}, null, 8
|
|
472
498
|
/* PROPS */
|
|
473
|
-
, ["modelValue"])]),
|
|
499
|
+
, ["modelValue", "min", "max"])]),
|
|
474
500
|
_: 1
|
|
475
501
|
/* STABLE */
|
|
476
502
|
|