@kq_npm/client3d_webgl_vue 4.5.22-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.
@@ -382,7 +382,7 @@ class TerrainOperationViewModel {
382
382
  start() {
383
383
  // 判断是否添加了地形
384
384
  if (this._globaOptions.viewer.terrainProvider.availability) {
385
- if (this._globaOptions.viewer.terrainProvider && this._globaOptions.viewer.terrainProvider.constructor.name == "CesiumTerrainProvider") {
385
+ if (this._globaOptions.viewer.terrainProvider && !this._globaOptions.viewer.terrainProvider._heightmapStructure) {
386
386
  this.clear();
387
387
  this._drawManager.startDraw("polygon", {
388
388
  clampToGround: true
@@ -369,7 +369,7 @@ class TerrainProfileAnalysisViewModel {
369
369
  start() {
370
370
  // 判断是否添加了地形
371
371
  if (this._viewer.terrainProvider.availability) {
372
- if (this._viewer.terrainProvider && this._viewer.terrainProvider.constructor.name == "CesiumTerrainProvider") {
372
+ if (this._viewer.terrainProvider && !this._viewer.terrainProvider._heightmapStructure) {
373
373
  this.clear();
374
374
  this._drawManager.startDraw("polyline", {
375
375
  clampToGround: true
@@ -829,7 +829,7 @@ const __default__ = {
829
829
  step: 0.000001,
830
830
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
831
831
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
832
- onInput: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
832
+ onChange: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
833
833
  }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
834
834
  _: 1 /* STABLE */
835
835
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -865,7 +865,7 @@ const __default__ = {
865
865
  step: 0.000001,
866
866
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
867
867
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
868
- onInput: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
868
+ onChange: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
869
869
  }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
870
870
  _: 1 /* STABLE */
871
871
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -901,7 +901,7 @@ const __default__ = {
901
901
  step: 0.1,
902
902
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
903
903
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
904
- onInput: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
904
+ onChange: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
905
905
  }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
906
906
  _: 1 /* STABLE */
907
907
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -937,7 +937,7 @@ const __default__ = {
937
937
  step: 1,
938
938
  min: 10,
939
939
  max: 120,
940
- onInput: _cache[9] || (_cache[9] = $event => paramsChanged('fov'))
940
+ onChange: _cache[9] || (_cache[9] = $event => paramsChanged('fov'))
941
941
  }, null, 8 /* PROPS */, ["modelValue"])]),
942
942
  _: 1 /* STABLE */
943
943
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -950,7 +950,7 @@ const __default__ = {
950
950
  min: 10,
951
951
  max: 120,
952
952
  "controls-position": "right",
953
- onInput: _cache[11] || (_cache[11] = $event => paramsChanged('fov'))
953
+ onChange: _cache[11] || (_cache[11] = $event => paramsChanged('fov'))
954
954
  }, null, 8 /* PROPS */, ["modelValue"])]),
955
955
  _: 1 /* STABLE */
956
956
  })]),
@@ -977,7 +977,7 @@ const __default__ = {
977
977
  step: 0.1,
978
978
  min: 10,
979
979
  max: 200,
980
- onInput: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
980
+ onChange: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
981
981
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
982
982
  _: 1 /* STABLE */
983
983
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -990,7 +990,7 @@ const __default__ = {
990
990
  min: 10,
991
991
  max: 200,
992
992
  "controls-position": "right",
993
- onInput: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
993
+ onChange: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
994
994
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
995
995
  _: 1 /* STABLE */
996
996
  })]),
@@ -1017,7 +1017,7 @@ const __default__ = {
1017
1017
  step: 1,
1018
1018
  min: 0,
1019
1019
  max: 360,
1020
- onInput: _cache[17] || (_cache[17] = $event => paramsChanged('heading'))
1020
+ onChange: _cache[17] || (_cache[17] = $event => paramsChanged('heading'))
1021
1021
  }, null, 8 /* PROPS */, ["modelValue"])]),
1022
1022
  _: 1 /* STABLE */
1023
1023
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1030,7 +1030,7 @@ const __default__ = {
1030
1030
  min: 0,
1031
1031
  max: 360,
1032
1032
  "controls-position": "right",
1033
- onInput: _cache[19] || (_cache[19] = $event => paramsChanged('heading'))
1033
+ onChange: _cache[19] || (_cache[19] = $event => paramsChanged('heading'))
1034
1034
  }, null, 8 /* PROPS */, ["modelValue"])]),
1035
1035
  _: 1 /* STABLE */
1036
1036
  })]),
@@ -1057,7 +1057,7 @@ const __default__ = {
1057
1057
  step: 1,
1058
1058
  min: -90,
1059
1059
  max: 90,
1060
- onInput: _cache[21] || (_cache[21] = $event => paramsChanged('pitch'))
1060
+ onChange: _cache[21] || (_cache[21] = $event => paramsChanged('pitch'))
1061
1061
  }, null, 8 /* PROPS */, ["modelValue"])]),
1062
1062
  _: 1 /* STABLE */
1063
1063
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1070,7 +1070,7 @@ const __default__ = {
1070
1070
  min: -90,
1071
1071
  max: 90,
1072
1072
  "controls-position": "right",
1073
- onInput: _cache[23] || (_cache[23] = $event => paramsChanged('pitch'))
1073
+ onChange: _cache[23] || (_cache[23] = $event => paramsChanged('pitch'))
1074
1074
  }, null, 8 /* PROPS */, ["modelValue"])]),
1075
1075
  _: 1 /* STABLE */
1076
1076
  })]),
@@ -1097,7 +1097,7 @@ const __default__ = {
1097
1097
  step: 1,
1098
1098
  min: 0,
1099
1099
  max: 360,
1100
- onInput: _cache[25] || (_cache[25] = $event => paramsChanged('roll'))
1100
+ onChange: _cache[25] || (_cache[25] = $event => paramsChanged('roll'))
1101
1101
  }, null, 8 /* PROPS */, ["modelValue"])]),
1102
1102
  _: 1 /* STABLE */
1103
1103
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1110,7 +1110,7 @@ const __default__ = {
1110
1110
  min: 0,
1111
1111
  max: 360,
1112
1112
  "controls-position": "right",
1113
- onInput: _cache[27] || (_cache[27] = $event => paramsChanged('roll'))
1113
+ onChange: _cache[27] || (_cache[27] = $event => paramsChanged('roll'))
1114
1114
  }, null, 8 /* PROPS */, ["modelValue"])]),
1115
1115
  _: 1 /* STABLE */
1116
1116
  })]),
@@ -1137,7 +1137,7 @@ const __default__ = {
1137
1137
  step: 0.01,
1138
1138
  min: 0,
1139
1139
  max: 1,
1140
- onInput: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
1140
+ onChange: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
1141
1141
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1142
1142
  _: 1 /* STABLE */
1143
1143
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1150,7 +1150,7 @@ const __default__ = {
1150
1150
  min: 0,
1151
1151
  max: 1,
1152
1152
  "controls-position": "right",
1153
- onInput: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
1153
+ onChange: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
1154
1154
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1155
1155
  _: 1 /* STABLE */
1156
1156
  })]),
@@ -1177,7 +1177,7 @@ const __default__ = {
1177
1177
  step: 0.01,
1178
1178
  min: 0,
1179
1179
  max: 1,
1180
- onInput: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
1180
+ onChange: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
1181
1181
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1182
1182
  _: 1 /* STABLE */
1183
1183
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1190,7 +1190,7 @@ const __default__ = {
1190
1190
  min: 0,
1191
1191
  max: 1,
1192
1192
  "controls-position": "right",
1193
- onInput: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
1193
+ onChange: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
1194
1194
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1195
1195
  _: 1 /* STABLE */
1196
1196
  })]),
@@ -856,7 +856,7 @@ const __default__ = {
856
856
  step: 0.000001,
857
857
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
858
858
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
859
- onInput: _cache[6] || (_cache[6] = $event => paramsChanged('longitude'))
859
+ onChange: _cache[6] || (_cache[6] = $event => paramsChanged('longitude'))
860
860
  }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
861
861
  _: 1 /* STABLE */
862
862
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -892,7 +892,7 @@ const __default__ = {
892
892
  step: 0.000001,
893
893
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
894
894
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
895
- onInput: _cache[8] || (_cache[8] = $event => paramsChanged('latitude'))
895
+ onChange: _cache[8] || (_cache[8] = $event => paramsChanged('latitude'))
896
896
  }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
897
897
  _: 1 /* STABLE */
898
898
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -928,7 +928,7 @@ const __default__ = {
928
928
  step: 0.1,
929
929
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
930
930
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
931
- onInput: _cache[10] || (_cache[10] = $event => paramsChanged('height'))
931
+ onChange: _cache[10] || (_cache[10] = $event => paramsChanged('height'))
932
932
  }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
933
933
  _: 1 /* STABLE */
934
934
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -964,7 +964,7 @@ const __default__ = {
964
964
  step: 1,
965
965
  min: 10,
966
966
  max: 120,
967
- onInput: _cache[12] || (_cache[12] = $event => paramsChanged('fov'))
967
+ onChange: _cache[12] || (_cache[12] = $event => paramsChanged('fov'))
968
968
  }, null, 8 /* PROPS */, ["modelValue"])]),
969
969
  _: 1 /* STABLE */
970
970
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -977,7 +977,7 @@ const __default__ = {
977
977
  min: 10,
978
978
  max: 120,
979
979
  "controls-position": "right",
980
- onInput: _cache[14] || (_cache[14] = $event => paramsChanged('fov'))
980
+ onChange: _cache[14] || (_cache[14] = $event => paramsChanged('fov'))
981
981
  }, null, 8 /* PROPS */, ["modelValue"])]),
982
982
  _: 1 /* STABLE */
983
983
  })]),
@@ -1004,7 +1004,7 @@ const __default__ = {
1004
1004
  step: 0.01,
1005
1005
  min: 0.5,
1006
1006
  max: 2,
1007
- onInput: _cache[16] || (_cache[16] = $event => paramsChanged('aspectRatio'))
1007
+ onChange: _cache[16] || (_cache[16] = $event => paramsChanged('aspectRatio'))
1008
1008
  }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
1009
1009
  _: 1 /* STABLE */
1010
1010
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1017,7 +1017,7 @@ const __default__ = {
1017
1017
  min: 0.5,
1018
1018
  max: 2,
1019
1019
  "controls-position": "right",
1020
- onInput: _cache[18] || (_cache[18] = $event => paramsChanged('aspectRatio'))
1020
+ onChange: _cache[18] || (_cache[18] = $event => paramsChanged('aspectRatio'))
1021
1021
  }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
1022
1022
  _: 1 /* STABLE */
1023
1023
  })]),
@@ -1044,7 +1044,7 @@ const __default__ = {
1044
1044
  step: 0.1,
1045
1045
  min: 10,
1046
1046
  max: 200,
1047
- onInput: _cache[20] || (_cache[20] = $event => paramsChanged('far'))
1047
+ onChange: _cache[20] || (_cache[20] = $event => paramsChanged('far'))
1048
1048
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1049
1049
  _: 1 /* STABLE */
1050
1050
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1057,7 +1057,7 @@ const __default__ = {
1057
1057
  min: 10,
1058
1058
  max: 200,
1059
1059
  "controls-position": "right",
1060
- onInput: _cache[22] || (_cache[22] = $event => paramsChanged('far'))
1060
+ onChange: _cache[22] || (_cache[22] = $event => paramsChanged('far'))
1061
1061
  }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1062
1062
  _: 1 /* STABLE */
1063
1063
  })]),
@@ -1084,7 +1084,7 @@ const __default__ = {
1084
1084
  step: 1,
1085
1085
  min: 0,
1086
1086
  max: 360,
1087
- onInput: _cache[24] || (_cache[24] = $event => paramsChanged('heading'))
1087
+ onChange: _cache[24] || (_cache[24] = $event => paramsChanged('heading'))
1088
1088
  }, null, 8 /* PROPS */, ["modelValue"])]),
1089
1089
  _: 1 /* STABLE */
1090
1090
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1097,7 +1097,7 @@ const __default__ = {
1097
1097
  min: 0,
1098
1098
  max: 360,
1099
1099
  "controls-position": "right",
1100
- onInput: _cache[26] || (_cache[26] = $event => paramsChanged('heading'))
1100
+ onChange: _cache[26] || (_cache[26] = $event => paramsChanged('heading'))
1101
1101
  }, null, 8 /* PROPS */, ["modelValue"])]),
1102
1102
  _: 1 /* STABLE */
1103
1103
  })]),
@@ -1124,7 +1124,7 @@ const __default__ = {
1124
1124
  step: 1,
1125
1125
  min: -90,
1126
1126
  max: 90,
1127
- onInput: _cache[28] || (_cache[28] = $event => paramsChanged('pitch'))
1127
+ onChange: _cache[28] || (_cache[28] = $event => paramsChanged('pitch'))
1128
1128
  }, null, 8 /* PROPS */, ["modelValue"])]),
1129
1129
  _: 1 /* STABLE */
1130
1130
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1137,7 +1137,7 @@ const __default__ = {
1137
1137
  min: -90,
1138
1138
  max: 90,
1139
1139
  "controls-position": "right",
1140
- onInput: _cache[30] || (_cache[30] = $event => paramsChanged('pitch'))
1140
+ onChange: _cache[30] || (_cache[30] = $event => paramsChanged('pitch'))
1141
1141
  }, null, 8 /* PROPS */, ["modelValue"])]),
1142
1142
  _: 1 /* STABLE */
1143
1143
  })]),
@@ -1164,7 +1164,7 @@ const __default__ = {
1164
1164
  step: 1,
1165
1165
  min: 0,
1166
1166
  max: 360,
1167
- onInput: _cache[32] || (_cache[32] = $event => paramsChanged('roll'))
1167
+ onChange: _cache[32] || (_cache[32] = $event => paramsChanged('roll'))
1168
1168
  }, null, 8 /* PROPS */, ["modelValue"])]),
1169
1169
  _: 1 /* STABLE */
1170
1170
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -1177,7 +1177,7 @@ const __default__ = {
1177
1177
  min: 0,
1178
1178
  max: 360,
1179
1179
  "controls-position": "right",
1180
- onInput: _cache[34] || (_cache[34] = $event => paramsChanged('roll'))
1180
+ onChange: _cache[34] || (_cache[34] = $event => paramsChanged('roll'))
1181
1181
  }, null, 8 /* PROPS */, ["modelValue"])]),
1182
1182
  _: 1 /* STABLE */
1183
1183
  })]),
@@ -580,7 +580,7 @@ const __default__ = {
580
580
  step: 1,
581
581
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minOffsetHeight,
582
582
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxOffsetHeight,
583
- onInput: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
583
+ onChange: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
584
584
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
585
585
  _: 1 /* STABLE */
586
586
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -593,7 +593,7 @@ const __default__ = {
593
593
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxOffsetHeight,
594
594
  step: 1,
595
595
  "controls-position": "right",
596
- onInput: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
596
+ onChange: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
597
597
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
598
598
  _: 1 /* STABLE */
599
599
  })]),
@@ -620,7 +620,7 @@ const __default__ = {
620
620
  step: 1,
621
621
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFovV,
622
622
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFovV,
623
- onInput: _cache[5] || (_cache[5] = $event => paramsChanged('fovV'))
623
+ onChange: _cache[5] || (_cache[5] = $event => paramsChanged('fovV'))
624
624
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
625
625
  _: 1 /* STABLE */
626
626
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -633,7 +633,7 @@ const __default__ = {
633
633
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFovV,
634
634
  step: 1,
635
635
  "controls-position": "right",
636
- onInput: _cache[7] || (_cache[7] = $event => paramsChanged('fovV'))
636
+ onChange: _cache[7] || (_cache[7] = $event => paramsChanged('fovV'))
637
637
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
638
638
  _: 1 /* STABLE */
639
639
  })]),
@@ -660,7 +660,7 @@ const __default__ = {
660
660
  step: 1,
661
661
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFovH,
662
662
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFovH,
663
- onInput: _cache[9] || (_cache[9] = $event => paramsChanged('fovH'))
663
+ onChange: _cache[9] || (_cache[9] = $event => paramsChanged('fovH'))
664
664
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
665
665
  _: 1 /* STABLE */
666
666
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -673,7 +673,7 @@ const __default__ = {
673
673
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFovH,
674
674
  step: 1,
675
675
  "controls-position": "right",
676
- onInput: _cache[11] || (_cache[11] = $event => paramsChanged('fovH'))
676
+ onChange: _cache[11] || (_cache[11] = $event => paramsChanged('fovH'))
677
677
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
678
678
  _: 1 /* STABLE */
679
679
  })]),
@@ -621,7 +621,7 @@ const __default__ = {
621
621
  step: 10,
622
622
  min: 10,
623
623
  max: 1000,
624
- onInput: _cache[3] || (_cache[3] = $event => paramsChanged('rangeRadius'))
624
+ onChange: _cache[3] || (_cache[3] = $event => paramsChanged('rangeRadius'))
625
625
  }, null, 8 /* PROPS */, ["modelValue"])]),
626
626
  _: 1 /* STABLE */
627
627
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -634,7 +634,7 @@ const __default__ = {
634
634
  min: 10,
635
635
  max: 1000,
636
636
  "controls-position": "right",
637
- onInput: _cache[5] || (_cache[5] = $event => paramsChanged('rangeRadius'))
637
+ onChange: _cache[5] || (_cache[5] = $event => paramsChanged('rangeRadius'))
638
638
  }, null, 8 /* PROPS */, ["modelValue"])]),
639
639
  _: 1 /* STABLE */
640
640
  })]),
@@ -663,7 +663,7 @@ const __default__ = {
663
663
  step: 100,
664
664
  min: 100,
665
665
  max: 10000,
666
- onInput: _cache[7] || (_cache[7] = $event => paramsChanged('particleNum'))
666
+ onChange: _cache[7] || (_cache[7] = $event => paramsChanged('particleNum'))
667
667
  }, null, 8 /* PROPS */, ["modelValue"])]),
668
668
  _: 1 /* STABLE */
669
669
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -676,7 +676,7 @@ const __default__ = {
676
676
  min: 100,
677
677
  max: 10000,
678
678
  "controls-position": "right",
679
- onInput: _cache[9] || (_cache[9] = $event => paramsChanged('particleNum'))
679
+ onChange: _cache[9] || (_cache[9] = $event => paramsChanged('particleNum'))
680
680
  }, null, 8 /* PROPS */, ["modelValue"])]),
681
681
  _: 1 /* STABLE */
682
682
  })]),
@@ -705,7 +705,7 @@ const __default__ = {
705
705
  step: 0.1,
706
706
  min: 0.1,
707
707
  max: 5,
708
- onInput: _cache[11] || (_cache[11] = $event => paramsChanged('particleSize'))
708
+ onChange: _cache[11] || (_cache[11] = $event => paramsChanged('particleSize'))
709
709
  }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
710
710
  _: 1 /* STABLE */
711
711
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -718,7 +718,7 @@ const __default__ = {
718
718
  min: 0.1,
719
719
  max: 5,
720
720
  "controls-position": "right",
721
- onInput: _cache[13] || (_cache[13] = $event => paramsChanged('particleSize'))
721
+ onChange: _cache[13] || (_cache[13] = $event => paramsChanged('particleSize'))
722
722
  }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
723
723
  _: 1 /* STABLE */
724
724
  })]),
@@ -727,7 +727,7 @@ const __default__ = {
727
727
  _: 1 /* STABLE */
728
728
  }, 8 /* PROPS */, ["label"])]),
729
729
  _: 1 /* STABLE */
730
- }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row>\r\n <kq-form-item :label=\"language.lifeCycle\">\r\n <kq-row style=\"display: flex\">\r\n <kq-col :span=\"16\">\r\n <kq-slider v-model=\"formItem.lifeCycle\" :step=\"1\" :min=\"1\" :max=\"50\" @input=\"paramsChanged('lifeCycle')\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"8\">\r\n <kq-input-number\r\n v-model=\"formItem.lifeCycle\"\r\n :step=\"1\"\r\n :min=\"1\"\r\n :max=\"50\"\r\n controls-position=\"right\"\r\n @input=\"paramsChanged('lifeCycle')\">\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, {
730
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row>\r\n <kq-form-item :label=\"language.lifeCycle\">\r\n <kq-row style=\"display: flex\">\r\n <kq-col :span=\"16\">\r\n <kq-slider v-model=\"formItem.lifeCycle\" :step=\"1\" :min=\"1\" :max=\"50\" @change=\"paramsChanged('lifeCycle')\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"8\">\r\n <kq-input-number\r\n v-model=\"formItem.lifeCycle\"\r\n :step=\"1\"\r\n :min=\"1\"\r\n :max=\"50\"\r\n controls-position=\"right\"\r\n @change=\"paramsChanged('lifeCycle')\">\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, {
731
731
  class: "rowclass"
732
732
  }, {
733
733
  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, {
@@ -747,7 +747,7 @@ const __default__ = {
747
747
  min: 0.1,
748
748
  max: 5.0,
749
749
  step: 0.1,
750
- onInput: _cache[15] || (_cache[15] = $event => paramsChanged('startScale'))
750
+ onChange: _cache[15] || (_cache[15] = $event => paramsChanged('startScale'))
751
751
  }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
752
752
  _: 1 /* STABLE */
753
753
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -760,7 +760,7 @@ const __default__ = {
760
760
  max: 5.0,
761
761
  step: 0.1,
762
762
  "controls-position": "right",
763
- onInput: _cache[17] || (_cache[17] = $event => paramsChanged('startScale'))
763
+ onChange: _cache[17] || (_cache[17] = $event => paramsChanged('startScale'))
764
764
  }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
765
765
  _: 1 /* STABLE */
766
766
  })]),
@@ -789,7 +789,7 @@ const __default__ = {
789
789
  min: 0.1,
790
790
  max: 5.0,
791
791
  step: 0.1,
792
- onInput: _cache[19] || (_cache[19] = $event => paramsChanged('endScale'))
792
+ onChange: _cache[19] || (_cache[19] = $event => paramsChanged('endScale'))
793
793
  }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
794
794
  _: 1 /* STABLE */
795
795
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -802,7 +802,7 @@ const __default__ = {
802
802
  max: 5.0,
803
803
  step: 0.1,
804
804
  "controls-position": "right",
805
- onInput: _cache[21] || (_cache[21] = $event => paramsChanged('endScale'))
805
+ onChange: _cache[21] || (_cache[21] = $event => paramsChanged('endScale'))
806
806
  }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
807
807
  _: 1 /* STABLE */
808
808
  })]),
@@ -831,7 +831,7 @@ const __default__ = {
831
831
  step: 0.1,
832
832
  min: 0.1,
833
833
  max: 5,
834
- onInput: _cache[23] || (_cache[23] = $event => paramsChanged('gravity'))
834
+ onChange: _cache[23] || (_cache[23] = $event => paramsChanged('gravity'))
835
835
  }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
836
836
  _: 1 /* STABLE */
837
837
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -844,7 +844,7 @@ const __default__ = {
844
844
  max: 5,
845
845
  step: 0.1,
846
846
  "controls-position": "right",
847
- onInput: _cache[25] || (_cache[25] = $event => paramsChanged('gravity'))
847
+ onChange: _cache[25] || (_cache[25] = $event => paramsChanged('gravity'))
848
848
  }, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
849
849
  _: 1 /* STABLE */
850
850
  })]),