@kq_npm/client3d_webgl_vue 4.5.23-beta → 4.5.24

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.
@@ -593,7 +593,7 @@ const __default__ = {
593
593
  min: 200,
594
594
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(imgWidthMax),
595
595
  "controls-position": "right",
596
- onInput: _cache[3] || (_cache[3] = $event => paramsChanged('imgWidth'))
596
+ onChange: _cache[3] || (_cache[3] = $event => paramsChanged('imgWidth'))
597
597
  }, null, 8 /* PROPS */, ["modelValue", "max"])]),
598
598
  _: 1 /* STABLE */
599
599
  })]),
@@ -621,7 +621,7 @@ const __default__ = {
621
621
  min: 100,
622
622
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(imgHeightMax),
623
623
  "controls-position": "right",
624
- onInput: _cache[5] || (_cache[5] = $event => paramsChanged('imgHeight'))
624
+ onChange: _cache[5] || (_cache[5] = $event => paramsChanged('imgHeight'))
625
625
  }, null, 8 /* PROPS */, ["modelValue", "max"])]),
626
626
  _: 1 /* STABLE */
627
627
  })]),
@@ -1036,7 +1036,7 @@ const __default__ = {
1036
1036
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1037
1037
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).filterValue,
1038
1038
  "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).filterValue = $event),
1039
- onInput: _cache[26] || (_cache[26] = $event => paramsChanged('filterValue')),
1039
+ onChange: _cache[26] || (_cache[26] = $event => paramsChanged('filterValue')),
1040
1040
  step: 0.01,
1041
1041
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
1042
1042
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue
@@ -1051,7 +1051,7 @@ const __default__ = {
1051
1051
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
1052
1052
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue,
1053
1053
  step: 0.01,
1054
- onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
1054
+ onChange: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
1055
1055
  "controls-position": "right"
1056
1056
  }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1057
1057
  _: 1 /* STABLE */
@@ -1076,7 +1076,7 @@ const __default__ = {
1076
1076
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
1077
1077
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alphaScale,
1078
1078
  "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alphaScale = $event),
1079
- onInput: _cache[30] || (_cache[30] = $event => paramsChanged('alphaScale')),
1079
+ onChange: _cache[30] || (_cache[30] = $event => paramsChanged('alphaScale')),
1080
1080
  step: 0.1,
1081
1081
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
1082
1082
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale
@@ -1091,7 +1091,7 @@ const __default__ = {
1091
1091
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
1092
1092
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale,
1093
1093
  step: 0.1,
1094
- onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
1094
+ onChange: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
1095
1095
  "controls-position": "right"
1096
1096
  }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1097
1097
  _: 1 /* STABLE */
@@ -1089,7 +1089,7 @@ const __default__ = {
1089
1089
  "label-width": "120px",
1090
1090
  "label-position": "left"
1091
1091
  }, {
1092
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row>\r\n <kq-form-item :label=\"language.lineWidth\">\r\n <kq-row style=\"display: flex\">\r\n <kq-col :span=\"16\">\r\n <kq-slider v-model=\"formItem.lineWidth\" :min=\"1\" :max=\"10\" @input=\"paramsChanged('lineWidth')\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"8\">\r\n <kq-input-number v-model=\"formItem.lineWidth\" :min=\"1\" :max=\"10\" controls-position=\"right\" @input=\"paramsChanged('lineWidth')\">\r\n </kq-input-number>\r\n </kq-col>\r\n </kq-row>\r\n </kq-form-item>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1092
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row>\r\n <kq-form-item :label=\"language.lineWidth\">\r\n <kq-row style=\"display: flex\">\r\n <kq-col :span=\"16\">\r\n <kq-slider v-model=\"formItem.lineWidth\" :min=\"1\" :max=\"10\" @change=\"paramsChanged('lineWidth')\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"8\">\r\n <kq-input-number v-model=\"formItem.lineWidth\" :min=\"1\" :max=\"10\" controls-position=\"right\" @change=\"paramsChanged('lineWidth')\">\r\n </kq-input-number>\r\n </kq-col>\r\n </kq-row>\r\n </kq-form-item>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1093
1093
  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, {
1094
1094
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).visibleColor
1095
1095
  }, {
@@ -387,7 +387,7 @@ class SlopeAnalysisViewModel {
387
387
  start() {
388
388
  // 判断是否添加了地形
389
389
  if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
390
- if (this._globaOptions.viewModel.viewer.terrainProvider && this._globaOptions.viewModel.viewer.terrainProvider instanceof Cesium.CesiumTerrainProvider) {
390
+ if (this._globaOptions.viewModel.viewer.terrainProvider && !this._globaOptions.viewModel.viewer.terrainProvider._heightmapStructure) {
391
391
  if (this._globaOptions.viewModel.fillStyle === "slopeFilter") {
392
392
  // 坡度过滤不需要进行绘制
393
393
  this._slopeAnalysis = new Cesium.Kq3dSlope({
@@ -896,7 +896,7 @@ const __default__ = {
896
896
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
897
897
  "onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
898
898
  disabled: true,
899
- onInput: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
899
+ onChange: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
900
900
  "controls-position": "right"
901
901
  }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
902
902
  key: 1,
@@ -904,7 +904,7 @@ const __default__ = {
904
904
  "onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
905
905
  disabled: true,
906
906
  step: 1,
907
- onInput: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
907
+ onChange: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
908
908
  "controls-position": "right"
909
909
  }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1 /* TEXT */), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
910
910
  key: 2,
@@ -913,7 +913,7 @@ const __default__ = {
913
913
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
914
914
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableDegree,
915
915
  step: 1,
916
- onInput: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
916
+ onChange: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
917
917
  "controls-position": "right"
918
918
  }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
919
919
  key: 3,
@@ -921,7 +921,7 @@ const __default__ = {
921
921
  "onUpdate:modelValue": $event => item.colorTableDegree = $event,
922
922
  step: 1,
923
923
  disabled: true,
924
- onInput: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
924
+ onChange: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
925
925
  "controls-position": "right"
926
926
  }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
927
927
  _: 2 /* DYNAMIC */
@@ -989,7 +989,7 @@ const __default__ = {
989
989
  step: 1,
990
990
  min: 0,
991
991
  max: 90,
992
- onInput: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
992
+ onChange: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
993
993
  }, null, 8 /* PROPS */, ["modelValue"])]),
994
994
  _: 1 /* STABLE */
995
995
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1002,7 +1002,7 @@ const __default__ = {
1002
1002
  min: 0,
1003
1003
  max: 90,
1004
1004
  "controls-position": "right",
1005
- onInput: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
1005
+ onChange: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
1006
1006
  }, null, 8 /* PROPS */, ["modelValue"])]),
1007
1007
  _: 1 /* STABLE */
1008
1008
  })]),
@@ -1029,7 +1029,7 @@ const __default__ = {
1029
1029
  step: 1,
1030
1030
  min: 0,
1031
1031
  max: 90,
1032
- onInput: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
1032
+ onChange: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
1033
1033
  }, null, 8 /* PROPS */, ["modelValue"])]),
1034
1034
  _: 1 /* STABLE */
1035
1035
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1042,7 +1042,7 @@ const __default__ = {
1042
1042
  min: 0,
1043
1043
  max: 90,
1044
1044
  "controls-position": "right",
1045
- onInput: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
1045
+ onChange: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
1046
1046
  }, null, 8 /* PROPS */, ["modelValue"])]),
1047
1047
  _: 1 /* STABLE */
1048
1048
  })]),
@@ -1069,7 +1069,7 @@ const __default__ = {
1069
1069
  min: 0,
1070
1070
  max: 1,
1071
1071
  step: 0.01,
1072
- onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
1072
+ onChange: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
1073
1073
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1074
1074
  _: 1 /* STABLE */
1075
1075
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1082,7 +1082,7 @@ const __default__ = {
1082
1082
  max: 1,
1083
1083
  step: 0.01,
1084
1084
  "controls-position": "right",
1085
- onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
1085
+ onChange: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
1086
1086
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1087
1087
  _: 1 /* STABLE */
1088
1088
  })]),
@@ -383,7 +383,7 @@ class SlopeAspectAnalysisViewModel {
383
383
  start() {
384
384
  // 判断是否添加了地形
385
385
  if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
386
- if (this._globaOptions.viewModel.viewer.terrainProvider && this._globaOptions.viewModel.viewer.terrainProvider instanceof Cesium.CesiumTerrainProvider) {
386
+ if (this._globaOptions.viewModel.viewer.terrainProvider && !this._globaOptions.viewModel.viewer.terrainProvider._heightmapStructure) {
387
387
  if (this._globaOptions.viewModel.fillStyle === "slopeFilter") {
388
388
  // 坡度过滤不需要进行绘制
389
389
  this._slopeAnalysis = new Cesium.Kq3dSlope({
@@ -934,7 +934,7 @@ const __default__ = {
934
934
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
935
935
  "onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
936
936
  disabled: true,
937
- onInput: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
937
+ onChange: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
938
938
  "controls-position": "right"
939
939
  }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
940
940
  key: 1,
@@ -942,7 +942,7 @@ const __default__ = {
942
942
  "onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
943
943
  disabled: true,
944
944
  step: 1,
945
- onInput: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
945
+ onChange: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
946
946
  "controls-position": "right"
947
947
  }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1 /* TEXT */), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
948
948
  key: 2,
@@ -951,7 +951,7 @@ const __default__ = {
951
951
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
952
952
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableDegree,
953
953
  step: 1,
954
- onInput: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
954
+ onChange: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
955
955
  "controls-position": "right"
956
956
  }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
957
957
  key: 3,
@@ -959,7 +959,7 @@ const __default__ = {
959
959
  "onUpdate:modelValue": $event => item.colorTableDegree = $event,
960
960
  step: 1,
961
961
  disabled: true,
962
- onInput: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
962
+ onChange: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
963
963
  "controls-position": "right"
964
964
  }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
965
965
  _: 2 /* DYNAMIC */
@@ -1027,7 +1027,7 @@ const __default__ = {
1027
1027
  step: 1,
1028
1028
  min: 0,
1029
1029
  max: 90,
1030
- onInput: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
1030
+ onChange: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
1031
1031
  }, null, 8 /* PROPS */, ["modelValue"])]),
1032
1032
  _: 1 /* STABLE */
1033
1033
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1040,7 +1040,7 @@ const __default__ = {
1040
1040
  min: 0,
1041
1041
  max: 90,
1042
1042
  "controls-position": "right",
1043
- onInput: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
1043
+ onChange: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
1044
1044
  }, null, 8 /* PROPS */, ["modelValue"])]),
1045
1045
  _: 1 /* STABLE */
1046
1046
  })]),
@@ -1067,7 +1067,7 @@ const __default__ = {
1067
1067
  step: 1,
1068
1068
  min: 0,
1069
1069
  max: 90,
1070
- onInput: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
1070
+ onChange: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
1071
1071
  }, null, 8 /* PROPS */, ["modelValue"])]),
1072
1072
  _: 1 /* STABLE */
1073
1073
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1080,7 +1080,7 @@ const __default__ = {
1080
1080
  min: 0,
1081
1081
  max: 90,
1082
1082
  "controls-position": "right",
1083
- onInput: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
1083
+ onChange: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
1084
1084
  }, null, 8 /* PROPS */, ["modelValue"])]),
1085
1085
  _: 1 /* STABLE */
1086
1086
  })]),
@@ -1107,7 +1107,7 @@ const __default__ = {
1107
1107
  min: 0,
1108
1108
  max: 1,
1109
1109
  step: 0.01,
1110
- onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
1110
+ onChange: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
1111
1111
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1112
1112
  _: 1 /* STABLE */
1113
1113
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1120,7 +1120,7 @@ const __default__ = {
1120
1120
  max: 1,
1121
1121
  step: 0.01,
1122
1122
  "controls-position": "right",
1123
- onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
1123
+ onChange: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
1124
1124
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1125
1125
  _: 1 /* STABLE */
1126
1126
  })]),
@@ -1176,7 +1176,7 @@ const __default__ = {
1176
1176
  step: 1,
1177
1177
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
1178
1178
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
1179
- onInput: _cache[24] || (_cache[24] = $event => paramsChanged('interval'))
1179
+ onChange: _cache[24] || (_cache[24] = $event => paramsChanged('interval'))
1180
1180
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1181
1181
  _: 1 /* STABLE */
1182
1182
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1189,7 +1189,7 @@ const __default__ = {
1189
1189
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
1190
1190
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
1191
1191
  "controls-position": "right",
1192
- onInput: _cache[26] || (_cache[26] = $event => paramsChanged('interval'))
1192
+ onChange: _cache[26] || (_cache[26] = $event => paramsChanged('interval'))
1193
1193
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1194
1194
  _: 1 /* STABLE */
1195
1195
  })]),
@@ -1216,7 +1216,7 @@ const __default__ = {
1216
1216
  step: 1,
1217
1217
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
1218
1218
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
1219
- onInput: _cache[28] || (_cache[28] = $event => paramsChanged('arrowWidth'))
1219
+ onChange: _cache[28] || (_cache[28] = $event => paramsChanged('arrowWidth'))
1220
1220
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1221
1221
  _: 1 /* STABLE */
1222
1222
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1229,7 +1229,7 @@ const __default__ = {
1229
1229
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
1230
1230
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
1231
1231
  "controls-position": "right",
1232
- onInput: _cache[30] || (_cache[30] = $event => paramsChanged('arrowWidth'))
1232
+ onChange: _cache[30] || (_cache[30] = $event => paramsChanged('arrowWidth'))
1233
1233
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1234
1234
  _: 1 /* STABLE */
1235
1235
  })]),