@kq_npm/client3d_webgl_vue 4.5.47 → 4.5.49

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 (46) hide show
  1. package/adddata/index.js +14 -8
  2. package/aspectanalysis/index.js +8 -3
  3. package/boxclip/index.js +8 -3
  4. package/buildpointmodel/index.js +8 -3
  5. package/buildpolygonmodel/index.js +110 -49
  6. package/buildpolylinemodel/index.js +8 -3
  7. package/clientPrint/index.js +548 -72
  8. package/excavatefillanalysis/index.js +8 -3
  9. package/fixedzoomin/index.js +7 -5
  10. package/fixedzoomout/index.js +7 -5
  11. package/flight/index.js +8 -3
  12. package/floodanalysis/index.js +8 -3
  13. package/geologicalbodyanalysis/index.js +8 -3
  14. package/gpuspatialquery/index.js +8 -3
  15. package/heatmap3d/index.js +8 -3
  16. package/index.js +513 -66
  17. package/isolineanalysis/index.js +8 -3
  18. package/limitheightanalysis/index.js +8 -3
  19. package/measure/index.js +8 -3
  20. package/modelFlat/index.js +8 -3
  21. package/modeledit/index.js +8 -3
  22. package/modelexcavate/index.js +8 -3
  23. package/modelmaterialedit/index.js +596 -0
  24. package/modelmaterialedit/style/index.js +3 -0
  25. package/modelmaterialedit/style/modelmaterialedit.css +1 -0
  26. package/modelprofileanalysis/index.js +8 -3
  27. package/modelselect/index.js +8 -3
  28. package/package.json +1 -1
  29. package/planeclip/index.js +8 -3
  30. package/scaneffect/index.js +8 -3
  31. package/sceneadvancedtoimage/index.js +8 -3
  32. package/sceneapp/index.js +548 -72
  33. package/sceneview/index.js +548 -72
  34. package/shadowanalysis/index.js +8 -3
  35. package/sightlineanalysis/index.js +8 -3
  36. package/skylineanalysis/index.js +8 -3
  37. package/slopeanalysis/index.js +8 -3
  38. package/slopeaspectanalysis/index.js +8 -3
  39. package/style.css +1 -1
  40. package/terrainoperation/index.js +8 -3
  41. package/terrainprofileanalysis/index.js +8 -3
  42. package/videofusion/index.js +8 -3
  43. package/videoproject/index.js +8 -3
  44. package/webgl.es.js +537 -121
  45. package/windyslicing/index.js +8 -3
  46. package/wireframesketch/index.js +8 -3
package/webgl.es.js CHANGED
@@ -535,61 +535,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
535
535
 
536
536
  /***/ }),
537
537
 
538
- /***/ 8014:
539
- /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
540
-
541
- "use strict";
542
-
543
-
544
- if (true) {
545
- module.exports = __webpack_require__(43415)
546
- } else // removed by dead control flow
547
- {}
548
-
549
-
550
- /***/ }),
551
-
552
- /***/ 13583:
553
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
554
-
555
- "use strict";
556
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(76314);
557
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
558
- // Imports
559
-
560
- var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
561
- // Module
562
- ___CSS_LOADER_EXPORT___.push([module.id, ".gp[data-v-b1608504]{display:flex;flex-direction:column;align-items:flex-start}.gp .palette[data-v-b1608504]{width:257px;height:16px}.gp .csh[data-v-b1608504]{width:257px;height:17.5px;position:relative;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAATUlEQVQ4T2NkwAH+////HybFyMjIiE0ZVkGQQpBmkB6QGaOaEUHHiByq6CEKCzBcMQLWjCMmcOkBi4NjgSKb8SWS0XjGDB28GYNQrgIAPsNjBG37r7sAAAAASUVORK5CYII=),crosshair !important}", ""]);
563
- // Exports
564
- /* harmony default export */ __webpack_exports__.A = (___CSS_LOADER_EXPORT___);
565
-
566
-
567
- /***/ }),
568
-
569
- /***/ 14171:
570
- /***/ (function(__unused_webpack_module, exports) {
571
-
572
- "use strict";
573
- /*!
574
- * devtools-if v9.2.0-beta.36
575
- * (c) 2022 kazuya kawaguchi
576
- * Released under the MIT License.
577
- */
578
-
579
-
580
- Object.defineProperty(exports, "__esModule", ({ value: true }));
581
-
582
- const IntlifyDevToolsHooks = {
583
- I18nInit: 'i18n:init',
584
- FunctionTranslate: 'function:translate'
585
- };
586
-
587
- exports.IntlifyDevToolsHooks = IntlifyDevToolsHooks;
588
-
589
-
590
- /***/ }),
591
-
592
- /***/ 14556:
538
+ /***/ 5281:
593
539
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
594
540
 
595
541
  "use strict";
@@ -599,7 +545,7 @@ __webpack_require__.d(__webpack_exports__, {
599
545
  am: function() { return /* reexport */ ClientPrint; }
600
546
  });
601
547
 
602
- // UNUSED EXPORTS: Kq3dAddData, Kq3dAddDataViewModel, Kq3dAspectAnalysis, Kq3dAspectAnalysisViewModel, Kq3dBaseterrainGallery, Kq3dBaseterrainGalleryViewModel, Kq3dBoxClip, Kq3dBoxClipViewModel, Kq3dBuildPointModel, Kq3dBuildPointModelViewModel, Kq3dBuildPolygonModel, Kq3dBuildPolygonModelViewModel, Kq3dBuildPolylineModel, Kq3dBuildPolylineModelViewModel, Kq3dCompareMap, Kq3dCompareMapViewModel, Kq3dCompass, Kq3dCompassViewModel, Kq3dExcavateFillAnalysis, Kq3dExcavateFillAnalysisViewModel, Kq3dFixedZoomin, Kq3dFixedZoominViewModel, Kq3dFixedZoomout, Kq3dFixedZoomoutViewModel, Kq3dFlight, Kq3dFlightViewModel, Kq3dFloodAnalysis, Kq3dFloodAnalysisViewModel, Kq3dGPUSpatialQuery, Kq3dGPUSpatialQueryViewModel, Kq3dGeologicalBodyAnalysis, Kq3dGeologicalBodyAnalysisViewModel, Kq3dHawkeye, Kq3dHawkeyeViewModel, Kq3dHeatmap, Kq3dHeatmapViewModel, Kq3dIsolineAnalysis, Kq3dIsolineAnalysisViewModel, Kq3dLight, Kq3dLightViewModel, Kq3dLimitHeightAnalysis, Kq3dLimitHeightAnalysisViewModel, Kq3dMeasure, Kq3dMeasureViewModel, Kq3dModelEdit, Kq3dModelEditViewModel, Kq3dModelExcavate, Kq3dModelExcavateViewModel, Kq3dModelFilter, Kq3dModelFilterViewModel, Kq3dModelFlat, Kq3dModelFlatViewModel, Kq3dModelProfileAnalysis, Kq3dModelProfileAnalysisViewModel, Kq3dModelSelect, Kq3dModelSelectViewModel, Kq3dParticleEffect, Kq3dParticleEffectViewModel, Kq3dPlaneClip, Kq3dPlaneClipViewModel, Kq3dRadarScanAnalysis, Kq3dRadarScanAnalysisViewModel, Kq3dResetView, Kq3dResetViewViewModel, Kq3dRoller, Kq3dRollerViewModel, Kq3dScanEffect, Kq3dScanEffectViewModel, Kq3dSceneAdvancedToImage, Kq3dSceneAdvancedToImageViewModel, Kq3dSceneSet, Kq3dSceneSetViewModel, Kq3dSceneToHDImage, Kq3dSceneToHDImageViewModel, Kq3dScreenShot, Kq3dScreenshotViewModel, Kq3dShadowAnalysis, Kq3dShadowAnalysisViewModel, Kq3dSightlineAnalysis, Kq3dSightlineAnalysisViewModel, Kq3dSkylineAnalysis, Kq3dSkylineAnalysisViewModel, Kq3dSlopeAnalysis, Kq3dSlopeAnalysisViewModel, Kq3dSlopeAspectAnalysis, Kq3dSlopeAspectAnalysisViewModel, Kq3dStatusBar, Kq3dStatusBarViewModel, Kq3dTerrainOperation, Kq3dTerrainOperationViewModel, Kq3dTerrainProfileAnalysis, Kq3dTerrainProfileAnalysisViewModel, Kq3dTyphoonTrac, Kq3dTyphoonTracViewModel, Kq3dUnderground, Kq3dUndergroundViewModel, Kq3dVideoFusion, Kq3dVideoFusionViewModel, Kq3dVideoProject, Kq3dVideoProjectViewModel, Kq3dViewshedAnalysis, Kq3dViewshedAnalysisViewModel, Kq3dWeatherEffect, Kq3dWeatherEffectViewModel, Kq3dWindySlicing, Kq3dWindySlicingViewModel, Kq3dWireframeSketch, Kq3dWireframeSketchViewModel, KqSceneApp, KqSceneView, KqSceneViewViewModel, default, webglComponents
548
+ // UNUSED EXPORTS: Kq3dAddData, Kq3dAddDataViewModel, Kq3dAspectAnalysis, Kq3dAspectAnalysisViewModel, Kq3dBaseterrainGallery, Kq3dBaseterrainGalleryViewModel, Kq3dBoxClip, Kq3dBoxClipViewModel, Kq3dBuildPointModel, Kq3dBuildPointModelViewModel, Kq3dBuildPolygonModel, Kq3dBuildPolygonModelViewModel, Kq3dBuildPolylineModel, Kq3dBuildPolylineModelViewModel, Kq3dCompareMap, Kq3dCompareMapViewModel, Kq3dCompass, Kq3dCompassViewModel, Kq3dExcavateFillAnalysis, Kq3dExcavateFillAnalysisViewModel, Kq3dFixedZoomin, Kq3dFixedZoominViewModel, Kq3dFixedZoomout, Kq3dFixedZoomoutViewModel, Kq3dFlight, Kq3dFlightViewModel, Kq3dFloodAnalysis, Kq3dFloodAnalysisViewModel, Kq3dGPUSpatialQuery, Kq3dGPUSpatialQueryViewModel, Kq3dGeologicalBodyAnalysis, Kq3dGeologicalBodyAnalysisViewModel, Kq3dHawkeye, Kq3dHawkeyeViewModel, Kq3dHeatmap, Kq3dHeatmapViewModel, Kq3dIsolineAnalysis, Kq3dIsolineAnalysisViewModel, Kq3dLight, Kq3dLightViewModel, Kq3dLimitHeightAnalysis, Kq3dLimitHeightAnalysisViewModel, Kq3dMeasure, Kq3dMeasureViewModel, Kq3dModelEdit, Kq3dModelEditViewModel, Kq3dModelExcavate, Kq3dModelExcavateViewModel, Kq3dModelFilter, Kq3dModelFilterViewModel, Kq3dModelFlat, Kq3dModelFlatViewModel, Kq3dModelMaterialEdit, Kq3dModelMaterialEditViewModel, Kq3dModelProfileAnalysis, Kq3dModelProfileAnalysisViewModel, Kq3dModelSelect, Kq3dModelSelectViewModel, Kq3dParticleEffect, Kq3dParticleEffectViewModel, Kq3dPlaneClip, Kq3dPlaneClipViewModel, Kq3dRadarScanAnalysis, Kq3dRadarScanAnalysisViewModel, Kq3dResetView, Kq3dResetViewViewModel, Kq3dRoller, Kq3dRollerViewModel, Kq3dScanEffect, Kq3dScanEffectViewModel, Kq3dSceneAdvancedToImage, Kq3dSceneAdvancedToImageViewModel, Kq3dSceneSet, Kq3dSceneSetViewModel, Kq3dSceneToHDImage, Kq3dSceneToHDImageViewModel, Kq3dScreenShot, Kq3dScreenshotViewModel, Kq3dShadowAnalysis, Kq3dShadowAnalysisViewModel, Kq3dSightlineAnalysis, Kq3dSightlineAnalysisViewModel, Kq3dSkylineAnalysis, Kq3dSkylineAnalysisViewModel, Kq3dSlopeAnalysis, Kq3dSlopeAnalysisViewModel, Kq3dSlopeAspectAnalysis, Kq3dSlopeAspectAnalysisViewModel, Kq3dStatusBar, Kq3dStatusBarViewModel, Kq3dTerrainOperation, Kq3dTerrainOperationViewModel, Kq3dTerrainProfileAnalysis, Kq3dTerrainProfileAnalysisViewModel, Kq3dTyphoonTrac, Kq3dTyphoonTracViewModel, Kq3dUnderground, Kq3dUndergroundViewModel, Kq3dVideoFusion, Kq3dVideoFusionViewModel, Kq3dVideoProject, Kq3dVideoProjectViewModel, Kq3dViewshedAnalysis, Kq3dViewshedAnalysisViewModel, Kq3dWeatherEffect, Kq3dWeatherEffectViewModel, Kq3dWindySlicing, Kq3dWindySlicingViewModel, Kq3dWireframeSketch, Kq3dWireframeSketchViewModel, KqSceneApp, KqSceneView, KqSceneViewViewModel, default, webglComponents
603
549
 
604
550
  // EXTERNAL MODULE: external "function(){try{return Vue}catch(e){return {}}}()"
605
551
  var external_function_try_return_Vue_catch_e_return_ = __webpack_require__(27019);
@@ -5769,9 +5715,9 @@ const __exports__ = SceneViewvue_type_script_setup_true_lang_js;
5769
5715
  // EXTERNAL MODULE: ./src/init.js
5770
5716
  var init = __webpack_require__(61455);
5771
5717
  ;// ./src/webgl/sceneview/index.js
5772
- /*
5773
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
5774
- * All rights reserved.
5718
+ /*
5719
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
5720
+ * All rights reserved.
5775
5721
  */
5776
5722
 
5777
5723
 
@@ -5781,6 +5727,7 @@ SceneView.install = (Vue, opts) => {
5781
5727
  Vue.component(SceneView.name, SceneView);
5782
5728
  };
5783
5729
 
5730
+ kq_npm_client3d_webgl_vue.KqSceneView = SceneView;
5784
5731
  // EXTERNAL MODULE: ./node_modules/@element-plus/icons-vue/dist/index.js
5785
5732
  var dist = __webpack_require__(48548);
5786
5733
  ;// ./src/webgl/fixedzoomout/FixedZoomoutViewModel.js
@@ -5947,9 +5894,9 @@ const FixedZoomout_exports_ = FixedZoomoutvue_type_script_setup_true_lang_js;
5947
5894
 
5948
5895
  /* harmony default export */ var FixedZoomout = (FixedZoomout_exports_);
5949
5896
  ;// ./src/webgl/fixedzoomout/index.js
5950
- /*
5951
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
5952
- * All rights reserved.
5897
+ /*
5898
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
5899
+ * All rights reserved.
5953
5900
  */
5954
5901
 
5955
5902
 
@@ -5959,6 +5906,7 @@ FixedZoomout.install = (Vue, opts) => {
5959
5906
  Vue.component(FixedZoomout.name, FixedZoomout);
5960
5907
  };
5961
5908
 
5909
+ kq_npm_client3d_webgl_vue.Kq3dFixedZoomout = FixedZoomout;
5962
5910
  ;// ./src/webgl/fixedzoomin/FixedZoominViewModel.js
5963
5911
 
5964
5912
  /*
@@ -6123,9 +6071,9 @@ const FixedZoomin_exports_ = FixedZoominvue_type_script_setup_true_lang_js;
6123
6071
 
6124
6072
  /* harmony default export */ var FixedZoomin = (FixedZoomin_exports_);
6125
6073
  ;// ./src/webgl/fixedzoomin/index.js
6126
- /*
6127
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
6128
- * All rights reserved.
6074
+ /*
6075
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
6076
+ * All rights reserved.
6129
6077
  */
6130
6078
 
6131
6079
 
@@ -6135,6 +6083,7 @@ FixedZoomin.install = (Vue, opts) => {
6135
6083
  Vue.component(FixedZoomin.name, FixedZoomin);
6136
6084
  };
6137
6085
 
6086
+ kq_npm_client3d_webgl_vue.Kq3dFixedZoomin = FixedZoomin;
6138
6087
  ;// ./src/webgl/resetview/ResetViewViewModel.js
6139
6088
 
6140
6089
  /*
@@ -38511,9 +38460,9 @@ const AddData_exports_ = AddDatavue_type_script_setup_true_lang_js;
38511
38460
 
38512
38461
  /* harmony default export */ var AddData = (AddData_exports_);
38513
38462
  ;// ./src/webgl/adddata/index.js
38514
- /*
38515
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
38516
- * All rights reserved.
38463
+ /*
38464
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
38465
+ * All rights reserved.
38517
38466
  */
38518
38467
 
38519
38468
 
@@ -38523,6 +38472,7 @@ AddData.install = (Vue, opts) => {
38523
38472
  Vue.component(AddData.name, AddData);
38524
38473
  };
38525
38474
 
38475
+ kq_npm_client3d_webgl_vue.Kq3dAddData = AddData;
38526
38476
  ;// ./src/webgl/particleeffect/ParticleEffectViewModel.js
38527
38477
 
38528
38478
 
@@ -47757,7 +47707,9 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
47757
47707
  floorImageHeight: props?.settingParams?.floorImageHeight ?? 9,
47758
47708
  minFloorImage: props?.settingParams?.minFloorImage ?? 1,
47759
47709
  // 贴图最小值
47760
- maxFloorImage: props?.settingParams?.maxFloorImage ?? 10 // 贴图最大值
47710
+ maxFloorImage: props?.settingParams?.maxFloorImage ?? 10,
47711
+ // 贴图最大值
47712
+ pyramidHeight: props?.settingParams?.pyramidHeight ?? 20 //金字塔顶高度
47761
47713
  });
47762
47714
  let SMID_Data = (0,external_function_try_return_Vue_catch_e_return_.ref)(["KID>1", "KID<2"]);
47763
47715
  // 组件容器Ref
@@ -47790,6 +47742,12 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
47790
47742
  }, {
47791
47743
  name: locale.value.webgl.flatRoofParapet,
47792
47744
  value: "flatRoofParapet"
47745
+ }, {
47746
+ name: locale.value.webgl.pyramidalRoof,
47747
+ value: "pyramidalRoof"
47748
+ }, {
47749
+ name: locale.value.webgl.doublePitchRoof,
47750
+ value: "doublePitchRoof"
47793
47751
  }]);
47794
47752
  // 重复模式
47795
47753
  const repetitionTypes = (0,external_function_try_return_Vue_catch_e_return_.ref)([{
@@ -47983,7 +47941,7 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
47983
47941
  }, {
47984
47942
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [ false ? (0) : (0,external_function_try_return_Vue_catch_e_return_.createCommentVNode)("v-if", true), false ? (0) : (0,external_function_try_return_Vue_catch_e_return_.createCommentVNode)("v-if", true), false ? (0) : (0,external_function_try_return_Vue_catch_e_return_.createCommentVNode)("v-if", true), false ? (0) : (0,external_function_try_return_Vue_catch_e_return_.createCommentVNode)("v-if", true), (0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_collapse, {
47985
47943
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).collapseValue,
47986
- "onUpdate:modelValue": _cache[64] || (_cache[64] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).collapseValue = $event),
47944
+ "onUpdate:modelValue": _cache[69] || (_cache[69] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).collapseValue = $event),
47987
47945
  accordion: ""
47988
47946
  }, {
47989
47947
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_collapse_item, {
@@ -48062,7 +48020,48 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48062
48020
  _: 1 /* STABLE */
48063
48021
  }, 8 /* PROPS */, ["label"])]),
48064
48022
  _: 1 /* STABLE */
48065
- }, 512 /* NEED_PATCH */), [[external_function_try_return_Vue_catch_e_return_.vShow, (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorTopType == 'flatRoofParapet']]), (0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, null, {
48023
+ }, 512 /* NEED_PATCH */), [[external_function_try_return_Vue_catch_e_return_.vShow, (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorTopType == 'flatRoofParapet']]), (0,external_function_try_return_Vue_catch_e_return_.withDirectives)((0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, null, {
48024
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_form_item, {
48025
+ label: (0,external_function_try_return_Vue_catch_e_return_.unref)(t)('webgl.pyramidHeight') + '(m)'
48026
+ }, {
48027
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, {
48028
+ style: {
48029
+ "display": "flex"
48030
+ }
48031
+ }, {
48032
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_col, {
48033
+ span: 16
48034
+ }, {
48035
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_slider, {
48036
+ modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).pyramidHeight,
48037
+ "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).pyramidHeight = $event),
48038
+ onChange: _cache[20] || (_cache[20] = $event => paramsChanged('pyramidHeight')),
48039
+ onClick: _cache[21] || (_cache[21] = $event => paramsChanged('pyramidHeight')),
48040
+ step: 0.2,
48041
+ min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minParapetWallHeight,
48042
+ max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxParapetWallHeight
48043
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
48044
+ _: 1 /* STABLE */
48045
+ }), (0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_col, {
48046
+ span: 8
48047
+ }, {
48048
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_input_number, {
48049
+ modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).pyramidHeight,
48050
+ "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).pyramidHeight = $event),
48051
+ onChange: _cache[23] || (_cache[23] = $event => paramsChanged('pyramidHeight')),
48052
+ min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minParapetWallHeight,
48053
+ max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxParapetWallHeight,
48054
+ step: 0.2,
48055
+ "controls-position": "right"
48056
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
48057
+ _: 1 /* STABLE */
48058
+ })]),
48059
+ _: 1 /* STABLE */
48060
+ })]),
48061
+ _: 1 /* STABLE */
48062
+ }, 8 /* PROPS */, ["label"])]),
48063
+ _: 1 /* STABLE */
48064
+ }, 512 /* NEED_PATCH */), [[external_function_try_return_Vue_catch_e_return_.vShow, (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorTopType == 'pyramidalRoof']]), (0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, null, {
48066
48065
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_form_item, {
48067
48066
  label: (0,external_function_try_return_Vue_catch_e_return_.unref)(locale).webgl.scanColor
48068
48067
  }, {
@@ -48078,8 +48077,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48078
48077
  }, {
48079
48078
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_color_picker, {
48080
48079
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).fillColor,
48081
- "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).fillColor = $event),
48082
- onChange: _cache[20] || (_cache[20] = $event => paramsChanged('fillColor'))
48080
+ "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).fillColor = $event),
48081
+ onChange: _cache[25] || (_cache[25] = $event => paramsChanged('fillColor'))
48083
48082
  }, null, 8 /* PROPS */, ["modelValue"])]),
48084
48083
  _: 1 /* STABLE */
48085
48084
  })]),
@@ -48099,8 +48098,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48099
48098
  }, {
48100
48099
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_select, {
48101
48100
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImage,
48102
- "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImage = $event),
48103
- onChange: _cache[22] || (_cache[22] = $event => paramsChanged('floorImage')),
48101
+ "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImage = $event),
48102
+ onChange: _cache[27] || (_cache[27] = $event => paramsChanged('floorImage')),
48104
48103
  style: {
48105
48104
  "width": "100%"
48106
48105
  }
@@ -48130,8 +48129,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48130
48129
  }, {
48131
48130
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_select, {
48132
48131
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).repetitionType,
48133
- "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).repetitionType = $event),
48134
- onChange: _cache[24] || (_cache[24] = $event => paramsChanged('repetitionType')),
48132
+ "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).repetitionType = $event),
48133
+ onChange: _cache[29] || (_cache[29] = $event => paramsChanged('repetitionType')),
48135
48134
  style: {
48136
48135
  "width": "100%"
48137
48136
  }
@@ -48164,9 +48163,9 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48164
48163
  }, {
48165
48164
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_slider, {
48166
48165
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageWidth,
48167
- "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageWidth = $event),
48168
- onChange: _cache[26] || (_cache[26] = $event => paramsChanged('floorImageWidth')),
48169
- onClick: _cache[27] || (_cache[27] = $event => paramsChanged('floorImageWidth')),
48166
+ "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageWidth = $event),
48167
+ onChange: _cache[31] || (_cache[31] = $event => paramsChanged('floorImageWidth')),
48168
+ onClick: _cache[32] || (_cache[32] = $event => paramsChanged('floorImageWidth')),
48170
48169
  step: 1,
48171
48170
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorImage,
48172
48171
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorImage
@@ -48177,8 +48176,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48177
48176
  }, {
48178
48177
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_input_number, {
48179
48178
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageWidth,
48180
- "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageWidth = $event),
48181
- onChange: _cache[29] || (_cache[29] = $event => paramsChanged('floorImageWidth')),
48179
+ "onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageWidth = $event),
48180
+ onChange: _cache[34] || (_cache[34] = $event => paramsChanged('floorImageWidth')),
48182
48181
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorImage,
48183
48182
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorImage,
48184
48183
  step: 1,
@@ -48205,9 +48204,9 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48205
48204
  }, {
48206
48205
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_slider, {
48207
48206
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageHeight,
48208
- "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageHeight = $event),
48209
- onChange: _cache[31] || (_cache[31] = $event => paramsChanged('floorImageHeight')),
48210
- onClick: _cache[32] || (_cache[32] = $event => paramsChanged('floorImageHeight')),
48207
+ "onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageHeight = $event),
48208
+ onChange: _cache[36] || (_cache[36] = $event => paramsChanged('floorImageHeight')),
48209
+ onClick: _cache[37] || (_cache[37] = $event => paramsChanged('floorImageHeight')),
48211
48210
  step: 1,
48212
48211
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorImage,
48213
48212
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorImage
@@ -48218,8 +48217,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48218
48217
  }, {
48219
48218
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_input_number, {
48220
48219
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageHeight,
48221
- "onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageHeight = $event),
48222
- onChange: _cache[34] || (_cache[34] = $event => paramsChanged('floorImageHeight')),
48220
+ "onUpdate:modelValue": _cache[38] || (_cache[38] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorImageHeight = $event),
48221
+ onChange: _cache[39] || (_cache[39] = $event => paramsChanged('floorImageHeight')),
48223
48222
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorImage,
48224
48223
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorImage,
48225
48224
  step: 1,
@@ -48243,8 +48242,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48243
48242
  }, {
48244
48243
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_select, {
48245
48244
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).roofImage,
48246
- "onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).roofImage = $event),
48247
- onChange: _cache[36] || (_cache[36] = $event => paramsChanged('roofImage')),
48245
+ "onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).roofImage = $event),
48246
+ onChange: _cache[41] || (_cache[41] = $event => paramsChanged('roofImage')),
48248
48247
  style: {
48249
48248
  "width": "100%"
48250
48249
  }
@@ -48283,9 +48282,9 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48283
48282
  }, {
48284
48283
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_slider, {
48285
48284
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight,
48286
- "onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight = $event),
48287
- onChange: _cache[38] || (_cache[38] = $event => paramsChanged('baseHeight')),
48288
- onClick: _cache[39] || (_cache[39] = $event => paramsChanged('baseHeight')),
48285
+ "onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight = $event),
48286
+ onChange: _cache[43] || (_cache[43] = $event => paramsChanged('baseHeight')),
48287
+ onClick: _cache[44] || (_cache[44] = $event => paramsChanged('baseHeight')),
48289
48288
  step: 10,
48290
48289
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minBaseHeight,
48291
48290
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxBaseHeight
@@ -48296,8 +48295,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48296
48295
  }, {
48297
48296
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_input_number, {
48298
48297
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight,
48299
- "onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight = $event),
48300
- onChange: _cache[41] || (_cache[41] = $event => paramsChanged('baseHeight')),
48298
+ "onUpdate:modelValue": _cache[45] || (_cache[45] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight = $event),
48299
+ onChange: _cache[46] || (_cache[46] = $event => paramsChanged('baseHeight')),
48301
48300
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minBaseHeight,
48302
48301
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxBaseHeight,
48303
48302
  step: 10,
@@ -48324,9 +48323,9 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48324
48323
  }, {
48325
48324
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_slider, {
48326
48325
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight,
48327
- "onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight = $event),
48328
- onChange: _cache[43] || (_cache[43] = $event => paramsChanged('floorHeight')),
48329
- onClick: _cache[44] || (_cache[44] = $event => paramsChanged('floorHeight')),
48326
+ "onUpdate:modelValue": _cache[47] || (_cache[47] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight = $event),
48327
+ onChange: _cache[48] || (_cache[48] = $event => paramsChanged('floorHeight')),
48328
+ onClick: _cache[49] || (_cache[49] = $event => paramsChanged('floorHeight')),
48330
48329
  step: 10,
48331
48330
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorHeight,
48332
48331
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorHeight
@@ -48337,8 +48336,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48337
48336
  }, {
48338
48337
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_input_number, {
48339
48338
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight,
48340
- "onUpdate:modelValue": _cache[45] || (_cache[45] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight = $event),
48341
- onChange: _cache[46] || (_cache[46] = $event => paramsChanged('floorHeight')),
48339
+ "onUpdate:modelValue": _cache[50] || (_cache[50] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight = $event),
48340
+ onChange: _cache[51] || (_cache[51] = $event => paramsChanged('floorHeight')),
48342
48341
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorHeight,
48343
48342
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorHeight,
48344
48343
  step: 10,
@@ -48352,7 +48351,7 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48352
48351
  }, 8 /* PROPS */, ["label"])]),
48353
48352
  _: 1 /* STABLE */
48354
48353
  }, 512 /* NEED_PATCH */), [[external_function_try_return_Vue_catch_e_return_.vShow, !(0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).perPositionHeight && !(0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).clampToGround]]), (0,external_function_try_return_Vue_catch_e_return_.withDirectives)((0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", BuildPolygonModelvue_type_script_setup_true_lang_js_hoisted_2, [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_button, {
48355
- onClick: _cache[47] || (_cache[47] = (0,external_function_try_return_Vue_catch_e_return_.withModifiers)($event => generated('monomer'), ["stop"])),
48354
+ onClick: _cache[52] || (_cache[52] = (0,external_function_try_return_Vue_catch_e_return_.withModifiers)($event => generated('monomer'), ["stop"])),
48356
48355
  title: (0,external_function_try_return_Vue_catch_e_return_.unref)(locale).webgl.generated,
48357
48356
  type: "primary"
48358
48357
  }, {
@@ -48378,9 +48377,9 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48378
48377
  }, {
48379
48378
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_slider, {
48380
48379
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorCount,
48381
- "onUpdate:modelValue": _cache[48] || (_cache[48] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorCount = $event),
48382
- onChange: _cache[49] || (_cache[49] = $event => paramsChanged('floorCount')),
48383
- onClick: _cache[50] || (_cache[50] = $event => paramsChanged('floorCount')),
48380
+ "onUpdate:modelValue": _cache[53] || (_cache[53] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorCount = $event),
48381
+ onChange: _cache[54] || (_cache[54] = $event => paramsChanged('floorCount')),
48382
+ onClick: _cache[55] || (_cache[55] = $event => paramsChanged('floorCount')),
48384
48383
  step: 1,
48385
48384
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorCount,
48386
48385
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorCount
@@ -48391,11 +48390,11 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48391
48390
  }, {
48392
48391
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_input_number, {
48393
48392
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorCount,
48394
- "onUpdate:modelValue": _cache[51] || (_cache[51] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorCount = $event),
48393
+ "onUpdate:modelValue": _cache[56] || (_cache[56] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorCount = $event),
48395
48394
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorCount,
48396
48395
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorCount,
48397
48396
  step: 1,
48398
- onChange: _cache[52] || (_cache[52] = $event => paramsChanged('floorCount')),
48397
+ onChange: _cache[57] || (_cache[57] = $event => paramsChanged('floorCount')),
48399
48398
  "controls-position": "right"
48400
48399
  }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
48401
48400
  _: 1 /* STABLE */
@@ -48419,9 +48418,9 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48419
48418
  }, {
48420
48419
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_slider, {
48421
48420
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight,
48422
- "onUpdate:modelValue": _cache[53] || (_cache[53] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight = $event),
48423
- onChange: _cache[54] || (_cache[54] = $event => paramsChanged('floorHeight')),
48424
- onClick: _cache[55] || (_cache[55] = $event => paramsChanged('floorHeight')),
48421
+ "onUpdate:modelValue": _cache[58] || (_cache[58] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight = $event),
48422
+ onChange: _cache[59] || (_cache[59] = $event => paramsChanged('floorHeight')),
48423
+ onClick: _cache[60] || (_cache[60] = $event => paramsChanged('floorHeight')),
48425
48424
  step: 1,
48426
48425
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorHeight,
48427
48426
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorHeight
@@ -48432,8 +48431,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48432
48431
  }, {
48433
48432
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_input_number, {
48434
48433
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight,
48435
- "onUpdate:modelValue": _cache[56] || (_cache[56] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight = $event),
48436
- onChange: _cache[57] || (_cache[57] = $event => paramsChanged('floorHeight')),
48434
+ "onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).floorHeight = $event),
48435
+ onChange: _cache[62] || (_cache[62] = $event => paramsChanged('floorHeight')),
48437
48436
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minFloorHeight,
48438
48437
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxFloorHeight,
48439
48438
  step: 1,
@@ -48460,9 +48459,9 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48460
48459
  }, {
48461
48460
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_slider, {
48462
48461
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight,
48463
- "onUpdate:modelValue": _cache[58] || (_cache[58] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight = $event),
48464
- onChange: _cache[59] || (_cache[59] = $event => paramsChanged('baseHeight')),
48465
- onClick: _cache[60] || (_cache[60] = $event => paramsChanged('baseHeight')),
48462
+ "onUpdate:modelValue": _cache[63] || (_cache[63] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight = $event),
48463
+ onChange: _cache[64] || (_cache[64] = $event => paramsChanged('baseHeight')),
48464
+ onClick: _cache[65] || (_cache[65] = $event => paramsChanged('baseHeight')),
48466
48465
  step: 10,
48467
48466
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minBaseHeight,
48468
48467
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxBaseHeight
@@ -48473,8 +48472,8 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48473
48472
  }, {
48474
48473
  default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_input_number, {
48475
48474
  modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight,
48476
- "onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight = $event),
48477
- onChange: _cache[62] || (_cache[62] = $event => paramsChanged('baseHeight')),
48475
+ "onUpdate:modelValue": _cache[66] || (_cache[66] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).baseHeight = $event),
48476
+ onChange: _cache[67] || (_cache[67] = $event => paramsChanged('baseHeight')),
48478
48477
  min: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).minBaseHeight,
48479
48478
  max: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).maxBaseHeight,
48480
48479
  step: 10,
@@ -48488,7 +48487,7 @@ const BuildPolygonModelvue_type_script_setup_true_lang_js_default_ = {
48488
48487
  }, 8 /* PROPS */, ["label"])]),
48489
48488
  _: 1 /* STABLE */
48490
48489
  }, 512 /* NEED_PATCH */), [[external_function_try_return_Vue_catch_e_return_.vShow, !(0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).perPositionHeight && !(0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).clampToGround]]), (0,external_function_try_return_Vue_catch_e_return_.withDirectives)((0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", BuildPolygonModelvue_type_script_setup_true_lang_js_hoisted_3, [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_button, {
48491
- onClick: _cache[63] || (_cache[63] = (0,external_function_try_return_Vue_catch_e_return_.withModifiers)($event => generated('multi'), ["stop"])),
48490
+ onClick: _cache[68] || (_cache[68] = (0,external_function_try_return_Vue_catch_e_return_.withModifiers)($event => generated('multi'), ["stop"])),
48492
48491
  title: (0,external_function_try_return_Vue_catch_e_return_.unref)(locale).webgl.generated,
48493
48492
  type: "primary"
48494
48493
  }, {
@@ -50970,10 +50969,369 @@ BuildPolylineModel.install = (Vue, opts) => {
50970
50969
  Vue.component(BuildPolylineModel.name, BuildPolylineModel);
50971
50970
  };
50972
50971
 
50972
+ ;// ./src/webgl/modelmaterialedit/ModelMaterialEditViewModel.js
50973
+
50974
+ /*
50975
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
50976
+ * All rights reserved.
50977
+ */
50978
+
50979
+ class ModelMaterialEditViewModel_BuildPolygonModelViewModel {
50980
+ constructor(scenceView, formItem) {
50981
+ (0,defineProperty/* default */.A)(this, "_options", {});
50982
+ (0,defineProperty/* default */.A)(this, "_scenceView", null);
50983
+ this._scenceView = scenceView;
50984
+ this._options = formItem;
50985
+ }
50986
+ //清除
50987
+ clear() {}
50988
+ //销毁
50989
+ destroy() {
50990
+ this.clear();
50991
+ }
50992
+ }
50993
+ ;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/modelmaterialedit/ModelMaterialEdit.vue?vue&type=script&setup=true&lang=js
50994
+
50995
+ const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_1 = {
50996
+ class: "kq3d-model-material-edit-box"
50997
+ };
50998
+ const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_2 = {
50999
+ class: "thumbnail-container"
51000
+ };
51001
+ const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_3 = {
51002
+ class: "thumbnails-grid"
51003
+ };
51004
+ const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_4 = {
51005
+ class: "thumbnail-name"
51006
+ };
51007
+ const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_5 = ["src", "alt"];
51008
+ const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_6 = {
51009
+ class: "thumbnail-name"
51010
+ };
51011
+
51012
+
51013
+
51014
+
51015
+
51016
+
51017
+
51018
+ const ModelMaterialEditvue_type_script_setup_true_lang_js_default_ = {
51019
+ name: "Kq3dModelMaterialEdit"
51020
+ };
51021
+ /* harmony default export */ var ModelMaterialEditvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(ModelMaterialEditvue_type_script_setup_true_lang_js_default_, {
51022
+ props: {
51023
+ mapTarget: {
51024
+ type: String
51025
+ },
51026
+ settingParams: {
51027
+ type: String
51028
+ },
51029
+ // 是否显示阴影
51030
+ showShadow: {
51031
+ type: Boolean,
51032
+ default: true
51033
+ },
51034
+ /**
51035
+ * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
51036
+ */
51037
+ position: [String, Object],
51038
+ // 是否生成HeaderTemp
51039
+ showHeaderTemp: {
51040
+ type: Boolean,
51041
+ default: false
51042
+ },
51043
+ // 是否折叠HeaderTemp,showHeaderTemp为true时生效
51044
+ isCollapseHeaderTemp: {
51045
+ type: Boolean,
51046
+ default: false
51047
+ },
51048
+ // HeaderTemp标题
51049
+ headerTempTitle: {
51050
+ type: String
51051
+ },
51052
+ // HeaderTemp图标
51053
+ headerTempIcon: {
51054
+ type: [Object, String],
51055
+ default: client_icons_vue/* IconModelMaterialEdit */.qow
51056
+ },
51057
+ // HeaderTemp Title&Icon的位置
51058
+ isRight: {
51059
+ type: Boolean,
51060
+ default: true
51061
+ }
51062
+ },
51063
+ setup(__props, {
51064
+ expose: __expose
51065
+ }) {
51066
+ const {
51067
+ t,
51068
+ lang,
51069
+ locale
51070
+ } = (0,useGlobalConfig/* useLocale */.Ym)();
51071
+ // 获取组件传参
51072
+ const props = __props;
51073
+ // 关联数据
51074
+ let formItem = (0,external_function_try_return_Vue_catch_e_return_.reactive)({
51075
+ collapseValue: props?.settingParams?.collapseValue ?? "setting",
51076
+ // 默认展开属性设置
51077
+ materialPart: props?.settingParams?.materialPart ?? "",
51078
+ // 材质部位
51079
+ materialGroup: props?.settingParams?.materialGroup ?? "" // 材质分组
51080
+ });
51081
+ let materialParts = (0,external_function_try_return_Vue_catch_e_return_.ref)([locale.value.webgl.roof, locale.value.webgl.facade]);
51082
+ let materialGroups = (0,external_function_try_return_Vue_catch_e_return_.ref)([locale.value.webgl.wallTile, locale.value.webgl.road, locale.value.webgl.metal]);
51083
+ let materialImages = (0,external_function_try_return_Vue_catch_e_return_.ref)([{
51084
+ name: "自然风光",
51085
+ url: "https://picsum.photos/100/80?random=1"
51086
+ }, {
51087
+ name: "城市建筑",
51088
+ url: "https://picsum.photos/100/80?random=2"
51089
+ }, {
51090
+ name: "可爱动物",
51091
+ url: "https://picsum.photos/100/80?random=3"
51092
+ }, {
51093
+ name: "美食佳肴",
51094
+ url: "https://picsum.photos/100/80?random=4"
51095
+ }, {
51096
+ name: "科技产品",
51097
+ url: "https://picsum.photos/100/80?random=5"
51098
+ }, {
51099
+ name: "艺术设计",
51100
+ url: "https://picsum.photos/100/80?random=6"
51101
+ }, {
51102
+ name: "旅行记忆",
51103
+ url: "https://picsum.photos/100/80?random=7"
51104
+ }, {
51105
+ name: "人物肖像",
51106
+ url: "https://picsum.photos/100/80?random=8"
51107
+ }, {
51108
+ name: "艺术设计",
51109
+ url: "https://picsum.photos/100/80?random=6"
51110
+ }, {
51111
+ name: "旅行记忆",
51112
+ url: "https://picsum.photos/100/80?random=7"
51113
+ }, {
51114
+ name: "人物肖像",
51115
+ url: "https://picsum.photos/100/80?random=8"
51116
+ }]);
51117
+ let showNotification = (0,external_function_try_return_Vue_catch_e_return_.ref)(false);
51118
+ let notificationText = (0,external_function_try_return_Vue_catch_e_return_.ref)("");
51119
+ // 组件容器Ref
51120
+ let boxRef = (0,external_function_try_return_Vue_catch_e_return_.ref)(null);
51121
+ // 生成组件默认header
51122
+ let headerTemp = (0,external_function_try_return_Vue_catch_e_return_.ref)();
51123
+ let headerTempRef = (0,external_function_try_return_Vue_catch_e_return_.ref)();
51124
+ let viewModel = null;
51125
+ (0,external_function_try_return_Vue_catch_e_return_.onMounted)(() => {
51126
+ (0,util/* updatePosition */.Xg)(boxRef.value, props);
51127
+ (0,external_function_try_return_Vue_catch_e_return_.watch)(() => props.position, (newVal, oldVal) => {
51128
+ (0,util/* updatePosition */.Xg)(boxRef.value, props);
51129
+ });
51130
+ watchCreateHeaderTemp();
51131
+ (0,external_function_try_return_Vue_catch_e_return_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
51132
+ (0,external_function_try_return_Vue_catch_e_return_.nextTick)(() => {
51133
+ watchCreateHeaderTemp();
51134
+ });
51135
+ });
51136
+ gis_utils/* utils */.Wp.getWebMap(props.mapTarget, scenceView => {
51137
+ if (scenceView) {
51138
+ viewModel = new ModelMaterialEditViewModel_BuildPolygonModelViewModel(scenceView, formItem);
51139
+ }
51140
+ });
51141
+ });
51142
+
51143
+ /**
51144
+ * @description 监听header生成
51145
+ */
51146
+ const watchCreateHeaderTemp = () => {
51147
+ if (props.showHeaderTemp) {
51148
+ // 生成headerTemp
51149
+ headerTemp.value = (0,util/* createHeaderTemp */.Gx)(boxRef.value, (0,external_function_try_return_Vue_catch_e_return_.toRefs)(props), headerTempRef, "webgl.modelMaterialEditTitle");
51150
+ }
51151
+ };
51152
+ //
51153
+ function paramsChanged(key) {}
51154
+ // 添加图片
51155
+ function addImage() {}
51156
+ function clear() {
51157
+ viewModel?.clear();
51158
+ }
51159
+ // 销毁
51160
+ (0,external_function_try_return_Vue_catch_e_return_.onBeforeUnmount)(() => {
51161
+ clear();
51162
+ });
51163
+ __expose({});
51164
+ return (_ctx, _cache) => {
51165
+ const _component_kq_option = (0,external_function_try_return_Vue_catch_e_return_.resolveComponent)("kq-option");
51166
+ const _component_kq_select = (0,external_function_try_return_Vue_catch_e_return_.resolveComponent)("kq-select");
51167
+ const _component_kq_row = (0,external_function_try_return_Vue_catch_e_return_.resolveComponent)("kq-row");
51168
+ const _component_kq_form_item = (0,external_function_try_return_Vue_catch_e_return_.resolveComponent)("kq-form-item");
51169
+ const _component_kq_radio_button = (0,external_function_try_return_Vue_catch_e_return_.resolveComponent)("kq-radio-button");
51170
+ const _component_kq_radio_group = (0,external_function_try_return_Vue_catch_e_return_.resolveComponent)("kq-radio-group");
51171
+ const _component_kq_form = (0,external_function_try_return_Vue_catch_e_return_.resolveComponent)("kq-form");
51172
+ return (0,external_function_try_return_Vue_catch_e_return_.openBlock)(), (0,external_function_try_return_Vue_catch_e_return_.createElementBlock)("section", {
51173
+ class: (0,external_function_try_return_Vue_catch_e_return_.normalizeClass)(["kq3d-model-material-edit", {
51174
+ 'kq-box-shadow': __props.showShadow
51175
+ }]),
51176
+ ref_key: "boxRef",
51177
+ ref: boxRef
51178
+ }, [__props.showHeaderTemp ? ((0,external_function_try_return_Vue_catch_e_return_.openBlock)(), (0,external_function_try_return_Vue_catch_e_return_.createBlock)((0,external_function_try_return_Vue_catch_e_return_.resolveDynamicComponent)((0,external_function_try_return_Vue_catch_e_return_.unref)(headerTemp)), {
51179
+ key: 0,
51180
+ ref_key: "headerTempRef",
51181
+ ref: headerTempRef
51182
+ }, null, 512 /* NEED_PATCH */)) : (0,external_function_try_return_Vue_catch_e_return_.createCommentVNode)("v-if", true), (0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_1, [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_form, {
51183
+ "label-width": (0,external_function_try_return_Vue_catch_e_return_.unref)(lang) === 'zh' ? '100px' : '120px',
51184
+ "label-position": "left"
51185
+ }, {
51186
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, null, {
51187
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_form_item, {
51188
+ label: (0,external_function_try_return_Vue_catch_e_return_.unref)(locale).webgl.materialPart
51189
+ }, {
51190
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, {
51191
+ style: {
51192
+ "display": "flex"
51193
+ }
51194
+ }, {
51195
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_select, {
51196
+ modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).materialPart,
51197
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).materialPart = $event),
51198
+ onChange: _cache[1] || (_cache[1] = $event => paramsChanged('materialPart')),
51199
+ style: {
51200
+ "width": "100%"
51201
+ }
51202
+ }, {
51203
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [((0,external_function_try_return_Vue_catch_e_return_.openBlock)(true), (0,external_function_try_return_Vue_catch_e_return_.createElementBlock)(external_function_try_return_Vue_catch_e_return_.Fragment, null, (0,external_function_try_return_Vue_catch_e_return_.renderList)((0,external_function_try_return_Vue_catch_e_return_.unref)(materialParts), (item, index) => {
51204
+ return (0,external_function_try_return_Vue_catch_e_return_.openBlock)(), (0,external_function_try_return_Vue_catch_e_return_.createBlock)(_component_kq_option, {
51205
+ label: item,
51206
+ key: index,
51207
+ value: item
51208
+ }, null, 8 /* PROPS */, ["label", "value"]);
51209
+ }), 128 /* KEYED_FRAGMENT */))]),
51210
+ _: 1 /* STABLE */
51211
+ }, 8 /* PROPS */, ["modelValue"])]),
51212
+ _: 1 /* STABLE */
51213
+ })]),
51214
+ _: 1 /* STABLE */
51215
+ }, 8 /* PROPS */, ["label"])]),
51216
+ _: 1 /* STABLE */
51217
+ }), (0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, null, {
51218
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_form_item, {
51219
+ label: (0,external_function_try_return_Vue_catch_e_return_.unref)(locale).webgl.materialGroup
51220
+ }, {
51221
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, {
51222
+ style: {
51223
+ "display": "flex"
51224
+ }
51225
+ }, {
51226
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_select, {
51227
+ modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).materialGroup,
51228
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).materialGroup = $event),
51229
+ onChange: _cache[3] || (_cache[3] = $event => paramsChanged('materialGroup')),
51230
+ style: {
51231
+ "width": "100%"
51232
+ }
51233
+ }, {
51234
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [((0,external_function_try_return_Vue_catch_e_return_.openBlock)(true), (0,external_function_try_return_Vue_catch_e_return_.createElementBlock)(external_function_try_return_Vue_catch_e_return_.Fragment, null, (0,external_function_try_return_Vue_catch_e_return_.renderList)((0,external_function_try_return_Vue_catch_e_return_.unref)(materialGroups), (item, index) => {
51235
+ return (0,external_function_try_return_Vue_catch_e_return_.openBlock)(), (0,external_function_try_return_Vue_catch_e_return_.createBlock)(_component_kq_option, {
51236
+ label: item,
51237
+ key: index,
51238
+ value: item
51239
+ }, null, 8 /* PROPS */, ["label", "value"]);
51240
+ }), 128 /* KEYED_FRAGMENT */))]),
51241
+ _: 1 /* STABLE */
51242
+ }, 8 /* PROPS */, ["modelValue"])]),
51243
+ _: 1 /* STABLE */
51244
+ })]),
51245
+ _: 1 /* STABLE */
51246
+ }, 8 /* PROPS */, ["label"])]),
51247
+ _: 1 /* STABLE */
51248
+ }), (0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, null, {
51249
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_2, [(0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_3, [(0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", {
51250
+ class: "thumbnail-item",
51251
+ onClick: addImage
51252
+ }, [_cache[6] || (_cache[6] = (0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", {
51253
+ class: "add-image"
51254
+ }, [(0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", {
51255
+ class: "add-icon"
51256
+ }, "+")], -1 /* CACHED */)), (0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_4, (0,external_function_try_return_Vue_catch_e_return_.toDisplayString)((0,external_function_try_return_Vue_catch_e_return_.unref)(locale).webgl.newMaterial), 1 /* TEXT */)]), ((0,external_function_try_return_Vue_catch_e_return_.openBlock)(true), (0,external_function_try_return_Vue_catch_e_return_.createElementBlock)(external_function_try_return_Vue_catch_e_return_.Fragment, null, (0,external_function_try_return_Vue_catch_e_return_.renderList)((0,external_function_try_return_Vue_catch_e_return_.unref)(materialImages), (image, index) => {
51257
+ return (0,external_function_try_return_Vue_catch_e_return_.openBlock)(), (0,external_function_try_return_Vue_catch_e_return_.createElementBlock)("div", {
51258
+ class: "thumbnail-item",
51259
+ key: index
51260
+ }, [(0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("img", {
51261
+ src: image.url,
51262
+ alt: image.name,
51263
+ class: "thumbnail-img"
51264
+ }, null, 8 /* PROPS */, ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_5), (0,external_function_try_return_Vue_catch_e_return_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_6, (0,external_function_try_return_Vue_catch_e_return_.toDisplayString)(image.name), 1 /* TEXT */)]);
51265
+ }), 128 /* KEYED_FRAGMENT */))])])]),
51266
+ _: 1 /* STABLE */
51267
+ }), (0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, {
51268
+ style: {
51269
+ "margin-bootom": "0px"
51270
+ }
51271
+ }, {
51272
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_form_item, {
51273
+ label: (0,external_function_try_return_Vue_catch_e_return_.unref)(locale).webgl.materialType
51274
+ }, {
51275
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_row, {
51276
+ style: {
51277
+ "display": "flex"
51278
+ }
51279
+ }, {
51280
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_radio_group, {
51281
+ modelValue: (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).materialType,
51282
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_function_try_return_Vue_catch_e_return_.unref)(formItem).materialType = $event),
51283
+ onChange: _cache[5] || (_cache[5] = $event => paramsChanged('materialType'))
51284
+ }, {
51285
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_radio_button, {
51286
+ label: 1
51287
+ }, {
51288
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createTextVNode)((0,external_function_try_return_Vue_catch_e_return_.toDisplayString)((0,external_function_try_return_Vue_catch_e_return_.unref)(t)('webgl.commonMaterial')), 1 /* TEXT */)]),
51289
+ _: 1 /* STABLE */
51290
+ }), (0,external_function_try_return_Vue_catch_e_return_.createVNode)(_component_kq_radio_button, {
51291
+ label: 2
51292
+ }, {
51293
+ default: (0,external_function_try_return_Vue_catch_e_return_.withCtx)(() => [(0,external_function_try_return_Vue_catch_e_return_.createTextVNode)((0,external_function_try_return_Vue_catch_e_return_.toDisplayString)((0,external_function_try_return_Vue_catch_e_return_.unref)(t)('webgl.pbrMaterial')), 1 /* TEXT */)]),
51294
+ _: 1 /* STABLE */
51295
+ })]),
51296
+ _: 1 /* STABLE */
51297
+ }, 8 /* PROPS */, ["modelValue"])]),
51298
+ _: 1 /* STABLE */
51299
+ })]),
51300
+ _: 1 /* STABLE */
51301
+ }, 8 /* PROPS */, ["label"])]),
51302
+ _: 1 /* STABLE */
51303
+ })]),
51304
+ _: 1 /* STABLE */
51305
+ }, 8 /* PROPS */, ["label-width"])])], 2 /* CLASS */);
51306
+ };
51307
+ }
51308
+ }));
51309
+ ;// ./src/webgl/modelmaterialedit/ModelMaterialEdit.vue?vue&type=script&setup=true&lang=js
51310
+
51311
+ ;// ./src/webgl/modelmaterialedit/ModelMaterialEdit.vue
51312
+
51313
+
51314
+
51315
+ const ModelMaterialEdit_exports_ = ModelMaterialEditvue_type_script_setup_true_lang_js;
51316
+
51317
+ /* harmony default export */ var ModelMaterialEdit = (ModelMaterialEdit_exports_);
51318
+ ;// ./src/webgl/modelmaterialedit/index.js
51319
+ /*
51320
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
51321
+ * All rights reserved.
51322
+ */
51323
+
51324
+
51325
+
51326
+ ModelMaterialEdit.install = (Vue, opts) => {
51327
+ (0,init/* default */.A)(Vue, opts);
51328
+ Vue.component(ModelMaterialEdit.name, ModelMaterialEdit);
51329
+ };
51330
+
50973
51331
  // EXTERNAL MODULE: ./src/common/_utils/api/resourceApi.js
50974
51332
  var resourceApi = __webpack_require__(39597);
50975
- // EXTERNAL MODULE: ./src/common/index.js + 1138 modules
50976
- var common = __webpack_require__(14028);
51333
+ // EXTERNAL MODULE: ./src/common/index.js + 695 modules
51334
+ var common = __webpack_require__(39837);
50977
51335
  // EXTERNAL MODULE: ./node_modules/vue-i18n/dist/vue-i18n.cjs.js
50978
51336
  var vue_i18n_cjs = __webpack_require__(75252);
50979
51337
  ;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=script&setup=true&lang=js
@@ -53186,6 +53544,9 @@ SceneApp.install = (Vue, opts) => {
53186
53544
  // 三维地理设计-构建点模型
53187
53545
 
53188
53546
 
53547
+ // 三维地理设计-构建点模型
53548
+
53549
+
53189
53550
 
53190
53551
  const webglComponents = {
53191
53552
  KqSceneView: SceneView,
@@ -53244,7 +53605,8 @@ const webglComponents = {
53244
53605
  Kq3dModelEdit: ModelEdit,
53245
53606
  Kq3dBuildPolygonModel: BuildPolygonModel,
53246
53607
  Kq3dBuildPointModel: BuildPointModel,
53247
- Kq3dBuildPolylineModel: BuildPolylineModel
53608
+ Kq3dBuildPolylineModel: BuildPolylineModel,
53609
+ Kq3dModelMaterialEdit: ModelMaterialEdit
53248
53610
  };
53249
53611
 
53250
53612
  // 全局引入
@@ -53275,6 +53637,60 @@ const install = function (Vue, opts = {}) {
53275
53637
  /* harmony default export */ var webgl = ((/* unused pure expression or super */ null && (VueKqClient)));
53276
53638
 
53277
53639
 
53640
+ /***/ }),
53641
+
53642
+ /***/ 8014:
53643
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
53644
+
53645
+ "use strict";
53646
+
53647
+
53648
+ if (true) {
53649
+ module.exports = __webpack_require__(43415)
53650
+ } else // removed by dead control flow
53651
+ {}
53652
+
53653
+
53654
+ /***/ }),
53655
+
53656
+ /***/ 13583:
53657
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
53658
+
53659
+ "use strict";
53660
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(76314);
53661
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
53662
+ // Imports
53663
+
53664
+ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
53665
+ // Module
53666
+ ___CSS_LOADER_EXPORT___.push([module.id, ".gp[data-v-b1608504]{display:flex;flex-direction:column;align-items:flex-start}.gp .palette[data-v-b1608504]{width:257px;height:16px}.gp .csh[data-v-b1608504]{width:257px;height:17.5px;position:relative;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAATUlEQVQ4T2NkwAH+////HybFyMjIiE0ZVkGQQpBmkB6QGaOaEUHHiByq6CEKCzBcMQLWjCMmcOkBi4NjgSKb8SWS0XjGDB28GYNQrgIAPsNjBG37r7sAAAAASUVORK5CYII=),crosshair !important}", ""]);
53667
+ // Exports
53668
+ /* harmony default export */ __webpack_exports__.A = (___CSS_LOADER_EXPORT___);
53669
+
53670
+
53671
+ /***/ }),
53672
+
53673
+ /***/ 14171:
53674
+ /***/ (function(__unused_webpack_module, exports) {
53675
+
53676
+ "use strict";
53677
+ /*!
53678
+ * devtools-if v9.2.0-beta.36
53679
+ * (c) 2022 kazuya kawaguchi
53680
+ * Released under the MIT License.
53681
+ */
53682
+
53683
+
53684
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
53685
+
53686
+ const IntlifyDevToolsHooks = {
53687
+ I18nInit: 'i18n:init',
53688
+ FunctionTranslate: 'function:translate'
53689
+ };
53690
+
53691
+ exports.IntlifyDevToolsHooks = IntlifyDevToolsHooks;
53692
+
53693
+
53278
53694
  /***/ }),
53279
53695
 
53280
53696
  /***/ 15622:
@@ -55367,7 +55783,7 @@ module.exports = function availableTypedArrays() {
55367
55783
 
55368
55784
  "use strict";
55369
55785
  /* harmony import */ var _common_utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(29909);
55370
- /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(14028);
55786
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39837);
55371
55787
  /*
55372
55788
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
55373
55789
  * All rights reserved.
@@ -71439,6 +71855,6 @@ module.exports = function regexTester(regex) {
71439
71855
  },
71440
71856
  /******/ function(__webpack_require__) { // webpackRuntimeModules
71441
71857
  /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
71442
- /******/ var __webpack_exports__ = (__webpack_exec__(14556));
71858
+ /******/ var __webpack_exports__ = (__webpack_exec__(5281));
71443
71859
  /******/ }
71444
71860
  ]);