@kq_npm/client3d_webgl_vue 4.5.13 → 4.5.15

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.
Files changed (53) hide show
  1. package/adddata/index.js +3 -2
  2. package/aspectanalysis/index.js +3 -2
  3. package/baseterraingallery/index.js +1 -1
  4. package/boxclip/index.js +14 -13
  5. package/clientPrint/index.js +877 -587
  6. package/comparemap/index.js +5 -5
  7. package/compass/index.js +1 -1
  8. package/excavatefillanalysis/index.js +3 -2
  9. package/fixedzoomin/index.js +1 -1
  10. package/fixedzoomout/index.js +1 -1
  11. package/flight/index.js +1 -1
  12. package/floodanalysis/index.js +5 -4
  13. package/geologicalbodyanalysis/index.js +5 -4
  14. package/gpuspatialquery/index.js +5 -4
  15. package/hawkeye/index.js +3 -2
  16. package/headertemp/index.js +2 -2
  17. package/heatmap3d/index.js +22 -20
  18. package/index.js +872 -582
  19. package/isolineanalysis/index.js +46 -43
  20. package/light/index.js +11 -10
  21. package/limitheightanalysis/index.js +3 -2
  22. package/measure/index.js +4 -5
  23. package/modelFlat/index.js +3 -2
  24. package/modelexcavate/index.js +3 -2
  25. package/modelfilter/index.js +13 -12
  26. package/modelprofileanalysis/index.js +3 -2
  27. package/modelselect/index.js +3 -2
  28. package/package.json +1 -1
  29. package/particleeffect/index.js +15 -14
  30. package/planeclip/index.js +3 -2
  31. package/resetview/index.js +1 -1
  32. package/roller/index.js +2 -2
  33. package/scaneffect/index.js +5 -4
  34. package/sceneadvancedtoimage/index.js +3 -2
  35. package/sceneapp/index.js +506 -268
  36. package/sceneset/index.js +23 -22
  37. package/scenetohdimage/index.js +5 -4
  38. package/sceneview/index.js +877 -587
  39. package/screenshot/index.js +3 -2
  40. package/shadowanalysis/index.js +16 -13
  41. package/sightlineanalysis/index.js +6 -5
  42. package/skylineanalysis/index.js +5 -4
  43. package/slopeanalysis/index.js +17 -13
  44. package/slopeaspectanalysis/index.js +17 -13
  45. package/statusbar/index.js +1 -1
  46. package/terrainoperation/index.js +3 -2
  47. package/terrainprofileanalysis/index.js +3 -2
  48. package/underground/index.js +5 -4
  49. package/videofusion/index.js +12 -11
  50. package/videoproject/index.js +10 -9
  51. package/viewshedanalysis/index.js +3 -2
  52. package/weathereffect/index.js +11 -10
  53. package/wireframesketch/index.js +3 -2
@@ -380,7 +380,7 @@ const _hoisted_2 = {
380
380
  const __default__ = {
381
381
  name: "Kq3dScreenShot"
382
382
  };
383
- /* harmony default export */ var Screenshotvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
383
+ /* harmony default export */ var Screenshotvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
384
384
  props: {
385
385
  // 设置参数
386
386
  settingParams: {
@@ -422,6 +422,7 @@ const __default__ = {
422
422
  setup(__props, {
423
423
  expose: __expose
424
424
  }) {
425
+ const props = __props;
425
426
  let imgWidthMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
426
427
  // 场景高度
427
428
  let imgHeightMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
@@ -432,7 +433,7 @@ const __default__ = {
432
433
  // 分析类
433
434
  let viewModel = null;
434
435
  // 获取组件传参
435
- const props = __props;
436
+
436
437
  //设置样式
437
438
  var style = {
438
439
  color: {
@@ -472,8 +472,10 @@ const _hoisted_2 = {
472
472
  const _hoisted_3 = {
473
473
  class: "kq3d-shadow-analysis-span"
474
474
  };
475
- const _hoisted_4 = ["src"];
476
- const _hoisted_5 = {
475
+ const _hoisted_4 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1 /* HOISTED */);
476
+ const _hoisted_5 = ["src"];
477
+ const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1 /* HOISTED */);
478
+ const _hoisted_7 = {
477
479
  class: "kq3d-shadow-analysis-footer"
478
480
  };
479
481
 
@@ -486,7 +488,7 @@ const _hoisted_5 = {
486
488
  const __default__ = {
487
489
  name: "Kq3dShadowAnalysis"
488
490
  };
489
- /* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
491
+ /* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
490
492
  props: {
491
493
  // 设置参数
492
494
  settingParams: {
@@ -529,6 +531,7 @@ const __default__ = {
529
531
  setup(__props, {
530
532
  expose: __expose
531
533
  }) {
534
+ const props = __props;
532
535
  const {
533
536
  proxy
534
537
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -564,7 +567,7 @@ const __default__ = {
564
567
  });
565
568
 
566
569
  // 获取组件传参
567
- const props = __props;
570
+
568
571
  // 分析类
569
572
  let viewModel = null;
570
573
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
@@ -994,7 +997,7 @@ const __default__ = {
994
997
  step: 0.1,
995
998
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpacing,
996
999
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing
997
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1000
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
998
1001
  _: 1 /* STABLE */
999
1002
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1000
1003
  span: 8
@@ -1007,7 +1010,7 @@ const __default__ = {
1007
1010
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing,
1008
1011
  step: 0.1,
1009
1012
  "controls-position": "right"
1010
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1013
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1011
1014
  _: 1 /* STABLE */
1012
1015
  })]),
1013
1016
  _: 1 /* STABLE */
@@ -1034,7 +1037,7 @@ const __default__ = {
1034
1037
  step: 0.01,
1035
1038
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
1036
1039
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue
1037
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1040
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1038
1041
  _: 1 /* STABLE */
1039
1042
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1040
1043
  span: 8
@@ -1047,7 +1050,7 @@ const __default__ = {
1047
1050
  step: 0.01,
1048
1051
  onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
1049
1052
  "controls-position": "right"
1050
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1053
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1051
1054
  _: 1 /* STABLE */
1052
1055
  })]),
1053
1056
  _: 1 /* STABLE */
@@ -1074,7 +1077,7 @@ const __default__ = {
1074
1077
  step: 0.1,
1075
1078
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
1076
1079
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale
1077
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1080
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1078
1081
  _: 1 /* STABLE */
1079
1082
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1080
1083
  span: 8
@@ -1087,7 +1090,7 @@ const __default__ = {
1087
1090
  step: 0.1,
1088
1091
  onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
1089
1092
  "controls-position": "right"
1090
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1093
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1091
1094
  _: 1 /* STABLE */
1092
1095
  })]),
1093
1096
  _: 1 /* STABLE */
@@ -1101,10 +1104,10 @@ const __default__ = {
1101
1104
  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, {
1102
1105
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
1103
1106
  }, {
1104
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_cache[36] || (_cache[36] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1 /* HOISTED */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
1107
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
1105
1108
  src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
1106
1109
  alt: ""
1107
- }, null, 8 /* PROPS */, _hoisted_4), _cache[37] || (_cache[37] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1 /* HOISTED */))]),
1110
+ }, null, 8 /* PROPS */, _hoisted_5), _hoisted_6]),
1108
1111
  _: 1 /* STABLE */
1109
1112
  }, 8 /* PROPS */, ["label"])]),
1110
1113
  _: 1 /* STABLE */
@@ -1114,7 +1117,7 @@ const __default__ = {
1114
1117
  _: 1 /* STABLE */
1115
1118
  }, 8 /* PROPS */, ["title"])]),
1116
1119
  _: 1 /* STABLE */
1117
- }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1120
+ }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1118
1121
  onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
1119
1122
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
1120
1123
  type: "primary"
@@ -891,7 +891,7 @@ const _hoisted_2 = {
891
891
  const __default__ = {
892
892
  name: "Kq3dSightlineAnalysis"
893
893
  };
894
- /* harmony default export */ var SightlineAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
894
+ /* harmony default export */ var SightlineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
895
895
  props: {
896
896
  // 设置参数
897
897
  settingParams: {
@@ -934,6 +934,7 @@ const __default__ = {
934
934
  setup(__props, {
935
935
  expose: __expose
936
936
  }) {
937
+ const props = __props;
937
938
  const {
938
939
  proxy
939
940
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -941,7 +942,7 @@ const __default__ = {
941
942
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
942
943
 
943
944
  // 获取组件传参
944
- const props = __props;
945
+
945
946
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
946
947
  lineWidth: props.settingParams && props.settingParams.lineWidth || 5,
947
948
  visibleColor: props.settingParams && props.settingParams.visibleColor || "#00ff00",
@@ -1144,20 +1145,20 @@ const __default__ = {
1144
1145
  }, {
1145
1146
  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).seePoint), 1 /* TEXT */)]),
1146
1147
  _: 1 /* STABLE */
1147
- }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1148
+ }, 8 /* PROPS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1148
1149
  onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(addTargetPoint, ["stop"]),
1149
1150
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetPoint,
1150
1151
  type: "primary"
1151
1152
  }, {
1152
1153
  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).targetPoint), 1 /* TEXT */)]),
1153
1154
  _: 1 /* STABLE */
1154
- }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1155
+ }, 8 /* PROPS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1155
1156
  onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(clearResult, ["stop"]),
1156
1157
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
1157
1158
  }, {
1158
1159
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult), 1 /* TEXT */)]),
1159
1160
  _: 1 /* STABLE */
1160
- }, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
1161
+ }, 8 /* PROPS */, ["onClick", "title"])])])], 2 /* CLASS */);
1161
1162
  };
1162
1163
  }
1163
1164
  }));
@@ -532,7 +532,7 @@ const _hoisted_4 = {
532
532
  const __default__ = {
533
533
  name: "Kq3dSkylineAnalysis"
534
534
  };
535
- /* harmony default export */ var SkylineAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
535
+ /* harmony default export */ var SkylineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
536
536
  props: {
537
537
  // 设置参数
538
538
  settingParams: {
@@ -575,6 +575,7 @@ const __default__ = {
575
575
  setup(__props, {
576
576
  expose: __expose
577
577
  }) {
578
+ const props = __props;
578
579
  const {
579
580
  proxy
580
581
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -586,7 +587,7 @@ const __default__ = {
586
587
  // chart显示
587
588
  let resultEcahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
588
589
  // 获取组件传参
589
- const props = __props;
590
+
590
591
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
591
592
  skylineColor: props.settingParams && props.settingParams.skylineColor || "#ff0000",
592
593
  // 天际线颜色
@@ -855,7 +856,7 @@ const __default__ = {
855
856
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeightBodyAlpha,
856
857
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
857
858
  onInput: onChangeLimitHeightBodyAlpha
858
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
859
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
859
860
  _: 1 /* STABLE */
860
861
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
861
862
  span: 8
@@ -867,7 +868,7 @@ const __default__ = {
867
868
  step: 0.1,
868
869
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
869
870
  "controls-position": "right"
870
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
871
+ }, null, 8 /* PROPS */, ["modelValue", "min", "step", "max"])]),
871
872
  _: 1 /* STABLE */
872
873
  })]),
873
874
  _: 1 /* STABLE */
@@ -533,11 +533,16 @@ const _hoisted_3 = {
533
533
  const _hoisted_4 = {
534
534
  key: 1
535
535
  };
536
- const _hoisted_5 = ["src"];
537
- const _hoisted_6 = {
536
+ const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */);
537
+ const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
538
+ class: "kq3d-slope-analysis-line"
539
+ }, null, -1 /* HOISTED */);
540
+ const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */);
541
+ const _hoisted_8 = ["src"];
542
+ const _hoisted_9 = {
538
543
  key: 2
539
544
  };
540
- const _hoisted_7 = {
545
+ const _hoisted_10 = {
541
546
  class: "kq3d-slope-analysis-footer"
542
547
  };
543
548
 
@@ -550,7 +555,7 @@ const _hoisted_7 = {
550
555
  const __default__ = {
551
556
  name: "Kq3dSlopeAnalysis"
552
557
  };
553
- /* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
558
+ /* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
554
559
  props: {
555
560
  // 设置参数
556
561
  settingParams: {
@@ -593,6 +598,7 @@ const __default__ = {
593
598
  setup(__props, {
594
599
  expose: __expose
595
600
  }) {
601
+ const props = __props;
596
602
  const {
597
603
  proxy
598
604
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -632,7 +638,7 @@ const __default__ = {
632
638
  //计算属性
633
639
 
634
640
  // 获取组件传参
635
- const props = __props;
641
+
636
642
  // 分析类
637
643
  let viewModel = null;
638
644
  // 默认参数
@@ -937,9 +943,7 @@ const __default__ = {
937
943
  "display": "flex"
938
944
  }
939
945
  }, {
940
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[25] || (_cache[25] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
941
- class: "kq3d-slope-analysis-line"
942
- }, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
946
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
943
947
  _: 1 /* STABLE */
944
948
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
945
949
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
@@ -955,7 +959,7 @@ const __default__ = {
955
959
  class: "kq3d-slope-analysis-legend",
956
960
  src: item.src,
957
961
  alt: ""
958
- }, null, 8 /* PROPS */, _hoisted_5)]),
962
+ }, null, 8 /* PROPS */, _hoisted_8)]),
959
963
  _: 2 /* DYNAMIC */
960
964
  }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
961
965
  }), 64 /* STABLE_FRAGMENT */))]),
@@ -964,7 +968,7 @@ const __default__ = {
964
968
  _: 1 /* STABLE */
965
969
  }, 8 /* PROPS */, ["label"])]),
966
970
  _: 1 /* STABLE */
967
- })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
971
+ })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
968
972
  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, {
969
973
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
970
974
  }, {
@@ -1063,7 +1067,7 @@ const __default__ = {
1063
1067
  max: 1,
1064
1068
  step: 0.01,
1065
1069
  onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
1066
- }, null, 8 /* PROPS */, ["modelValue"])]),
1070
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1067
1071
  _: 1 /* STABLE */
1068
1072
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1069
1073
  span: 8
@@ -1076,7 +1080,7 @@ const __default__ = {
1076
1080
  step: 0.01,
1077
1081
  "controls-position": "right",
1078
1082
  onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
1079
- }, null, 8 /* PROPS */, ["modelValue"])]),
1083
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1080
1084
  _: 1 /* STABLE */
1081
1085
  })]),
1082
1086
  _: 1 /* STABLE */
@@ -1106,7 +1110,7 @@ const __default__ = {
1106
1110
  _: 1 /* STABLE */
1107
1111
  }, 8 /* PROPS */, ["title"])]),
1108
1112
  _: 1 /* STABLE */
1109
- }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1113
+ }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1110
1114
  onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
1111
1115
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
1112
1116
  type: "primary"
@@ -545,11 +545,16 @@ const _hoisted_3 = {
545
545
  const _hoisted_4 = {
546
546
  key: 1
547
547
  };
548
- const _hoisted_5 = ["src"];
549
- const _hoisted_6 = {
548
+ const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */);
549
+ const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
550
+ class: "kq3d-slope-aspect-analysis-line"
551
+ }, null, -1 /* HOISTED */);
552
+ const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */);
553
+ const _hoisted_8 = ["src"];
554
+ const _hoisted_9 = {
550
555
  key: 2
551
556
  };
552
- const _hoisted_7 = {
557
+ const _hoisted_10 = {
553
558
  class: "kq3d-slope-aspect-analysis-footer"
554
559
  };
555
560
 
@@ -562,7 +567,7 @@ const _hoisted_7 = {
562
567
  const __default__ = {
563
568
  name: "Kq3dSlopeAspectAnalysis"
564
569
  };
565
- /* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
570
+ /* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
566
571
  props: {
567
572
  // 设置参数
568
573
  settingParams: {
@@ -605,6 +610,7 @@ const __default__ = {
605
610
  setup(__props, {
606
611
  expose: __expose
607
612
  }) {
613
+ const props = __props;
608
614
  const {
609
615
  proxy
610
616
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -643,7 +649,7 @@ const __default__ = {
643
649
  //计算属性
644
650
 
645
651
  // 获取组件传参
646
- const props = __props;
652
+
647
653
  // 分析类
648
654
  let viewModel = null;
649
655
  // 默认参数
@@ -976,9 +982,7 @@ const __default__ = {
976
982
  "display": "flex"
977
983
  }
978
984
  }, {
979
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[35] || (_cache[35] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
980
- class: "kq3d-slope-aspect-analysis-line"
981
- }, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
985
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
982
986
  _: 1 /* STABLE */
983
987
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
984
988
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
@@ -994,7 +998,7 @@ const __default__ = {
994
998
  class: "kq3d-slope-aspect-analysis-legend",
995
999
  src: item.src,
996
1000
  alt: ""
997
- }, null, 8 /* PROPS */, _hoisted_5)]),
1001
+ }, null, 8 /* PROPS */, _hoisted_8)]),
998
1002
  _: 2 /* DYNAMIC */
999
1003
  }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
1000
1004
  }), 64 /* STABLE_FRAGMENT */))]),
@@ -1003,7 +1007,7 @@ const __default__ = {
1003
1007
  _: 1 /* STABLE */
1004
1008
  }, 8 /* PROPS */, ["label"])]),
1005
1009
  _: 1 /* STABLE */
1006
- })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1010
+ })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1007
1011
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
1008
1012
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
1009
1013
  }, {
@@ -1102,7 +1106,7 @@ const __default__ = {
1102
1106
  max: 1,
1103
1107
  step: 0.01,
1104
1108
  onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
1105
- }, null, 8 /* PROPS */, ["modelValue"])]),
1109
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1106
1110
  _: 1 /* STABLE */
1107
1111
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1108
1112
  span: 8
@@ -1115,7 +1119,7 @@ const __default__ = {
1115
1119
  step: 0.01,
1116
1120
  "controls-position": "right",
1117
1121
  onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
1118
- }, null, 8 /* PROPS */, ["modelValue"])]),
1122
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1119
1123
  _: 1 /* STABLE */
1120
1124
  })]),
1121
1125
  _: 1 /* STABLE */
@@ -1250,7 +1254,7 @@ const __default__ = {
1250
1254
  _: 1 /* STABLE */
1251
1255
  }, 8 /* PROPS */, ["title"])]),
1252
1256
  _: 1 /* STABLE */
1253
- }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1257
+ }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1254
1258
  onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
1255
1259
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
1256
1260
  type: "primary"
@@ -668,7 +668,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
668
668
  const __default__ = {
669
669
  name: "Kq3dStatusBar"
670
670
  };
671
- /* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
671
+ /* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
672
672
  props: {
673
673
  // 隐藏分辨率
674
674
  hideResolution: Boolean,
@@ -483,7 +483,7 @@ const _hoisted_4 = {
483
483
  const __default__ = {
484
484
  name: "Kq3dTerrainOperation"
485
485
  };
486
- /* harmony default export */ var TerrainOperationvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
486
+ /* harmony default export */ var TerrainOperationvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
487
487
  props: {
488
488
  // 设置参数
489
489
  settingParams: {
@@ -531,6 +531,7 @@ const __default__ = {
531
531
  setup(__props, {
532
532
  expose: __expose
533
533
  }) {
534
+ const props = __props;
534
535
  const {
535
536
  proxy
536
537
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -538,7 +539,7 @@ const __default__ = {
538
539
  let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
539
540
 
540
541
  // 获取组件传参
541
- const props = __props;
542
+
542
543
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
543
544
  terrainStyle: props.settingParams && props.settingParams.terrainStyle || 1,
544
545
  // 地形操作类型。1:地形开挖;2:地形修改
@@ -428,7 +428,7 @@ const _hoisted_1 = {
428
428
  const __default__ = {
429
429
  name: "Kq3dTerrainProfileAnalysis"
430
430
  };
431
- /* harmony default export */ var TerrainProfileAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
431
+ /* harmony default export */ var TerrainProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
432
432
  props: {
433
433
  //指定组件绑定的viewer对象的div的id
434
434
  mapTarget: String,
@@ -473,6 +473,7 @@ const __default__ = {
473
473
  setup(__props, {
474
474
  expose: __expose
475
475
  }) {
476
+ const props = __props;
476
477
  const {
477
478
  proxy
478
479
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -483,7 +484,7 @@ const __default__ = {
483
484
  let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
484
485
 
485
486
  // 获取组件传参
486
- const props = __props;
487
+
487
488
  // 组件容器Ref
488
489
  let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
489
490
 
@@ -260,7 +260,7 @@ const _hoisted_1 = {
260
260
  const __default__ = {
261
261
  name: "kq3dUnderground"
262
262
  };
263
- /* harmony default export */ var Undergroundvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
263
+ /* harmony default export */ var Undergroundvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
264
264
  props: {
265
265
  /**
266
266
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
@@ -270,14 +270,15 @@ const __default__ = {
270
270
  emits: ["undergroundChange"],
271
271
  setup(__props, {
272
272
  expose: __expose,
273
- emit: __emit
273
+ emit
274
274
  }) {
275
+ const props = __props;
275
276
  const {
276
277
  proxy
277
278
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
278
- const emit = __emit;
279
+
279
280
  //获取组件传参
280
- const props = __props;
281
+
281
282
  //语言
282
283
  let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
283
284
  let isUndergroundMode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
@@ -483,7 +483,7 @@ const _hoisted_3 = {
483
483
  const __default__ = {
484
484
  name: "Kq3dVideoFusion"
485
485
  };
486
- /* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
486
+ /* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
487
487
  props: {
488
488
  // 设置参数
489
489
  settingParams: {
@@ -526,6 +526,7 @@ const __default__ = {
526
526
  setup(__props, {
527
527
  expose: __expose
528
528
  }) {
529
+ const props = __props;
529
530
  const {
530
531
  proxy
531
532
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -533,7 +534,7 @@ const __default__ = {
533
534
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
534
535
 
535
536
  // 获取组件传参
536
- const props = __props;
537
+
537
538
  const lonlatOffset = 0.00001;
538
539
  const heightOffset = 10;
539
540
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
@@ -826,7 +827,7 @@ const __default__ = {
826
827
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
827
828
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
828
829
  onInput: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
829
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
830
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
830
831
  _: 1 /* STABLE */
831
832
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
832
833
  span: 14,
@@ -862,7 +863,7 @@ const __default__ = {
862
863
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
863
864
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
864
865
  onInput: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
865
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
866
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
866
867
  _: 1 /* STABLE */
867
868
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
868
869
  span: 14,
@@ -898,7 +899,7 @@ const __default__ = {
898
899
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
899
900
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
900
901
  onInput: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
901
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
902
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
902
903
  _: 1 /* STABLE */
903
904
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
904
905
  span: 14,
@@ -974,7 +975,7 @@ const __default__ = {
974
975
  min: 10,
975
976
  max: 200,
976
977
  onInput: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
977
- }, null, 8 /* PROPS */, ["modelValue"])]),
978
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
978
979
  _: 1 /* STABLE */
979
980
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
980
981
  span: 8
@@ -987,7 +988,7 @@ const __default__ = {
987
988
  max: 200,
988
989
  "controls-position": "right",
989
990
  onInput: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
990
- }, null, 8 /* PROPS */, ["modelValue"])]),
991
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
991
992
  _: 1 /* STABLE */
992
993
  })]),
993
994
  _: 1 /* STABLE */
@@ -1134,7 +1135,7 @@ const __default__ = {
1134
1135
  min: 0,
1135
1136
  max: 1,
1136
1137
  onInput: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
1137
- }, null, 8 /* PROPS */, ["modelValue"])]),
1138
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1138
1139
  _: 1 /* STABLE */
1139
1140
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1140
1141
  span: 8
@@ -1147,7 +1148,7 @@ const __default__ = {
1147
1148
  max: 1,
1148
1149
  "controls-position": "right",
1149
1150
  onInput: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
1150
- }, null, 8 /* PROPS */, ["modelValue"])]),
1151
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1151
1152
  _: 1 /* STABLE */
1152
1153
  })]),
1153
1154
  _: 1 /* STABLE */
@@ -1174,7 +1175,7 @@ const __default__ = {
1174
1175
  min: 0,
1175
1176
  max: 1,
1176
1177
  onInput: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
1177
- }, null, 8 /* PROPS */, ["modelValue"])]),
1178
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1178
1179
  _: 1 /* STABLE */
1179
1180
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1180
1181
  span: 8
@@ -1187,7 +1188,7 @@ const __default__ = {
1187
1188
  max: 1,
1188
1189
  "controls-position": "right",
1189
1190
  onInput: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
1190
- }, null, 8 /* PROPS */, ["modelValue"])]),
1191
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1191
1192
  _: 1 /* STABLE */
1192
1193
  })]),
1193
1194
  _: 1 /* STABLE */