@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.
- package/adddata/index.js +14 -8
- package/aspectanalysis/index.js +8 -3
- package/boxclip/index.js +8 -3
- package/buildpointmodel/index.js +8 -3
- package/buildpolygonmodel/index.js +110 -49
- package/buildpolylinemodel/index.js +8 -3
- package/clientPrint/index.js +548 -72
- package/excavatefillanalysis/index.js +8 -3
- package/fixedzoomin/index.js +7 -5
- package/fixedzoomout/index.js +7 -5
- package/flight/index.js +8 -3
- package/floodanalysis/index.js +8 -3
- package/geologicalbodyanalysis/index.js +8 -3
- package/gpuspatialquery/index.js +8 -3
- package/heatmap3d/index.js +8 -3
- package/index.js +513 -66
- package/isolineanalysis/index.js +8 -3
- package/limitheightanalysis/index.js +8 -3
- package/measure/index.js +8 -3
- package/modelFlat/index.js +8 -3
- package/modeledit/index.js +8 -3
- package/modelexcavate/index.js +8 -3
- package/modelmaterialedit/index.js +596 -0
- package/modelmaterialedit/style/index.js +3 -0
- package/modelmaterialedit/style/modelmaterialedit.css +1 -0
- package/modelprofileanalysis/index.js +8 -3
- package/modelselect/index.js +8 -3
- package/package.json +1 -1
- package/planeclip/index.js +8 -3
- package/scaneffect/index.js +8 -3
- package/sceneadvancedtoimage/index.js +8 -3
- package/sceneapp/index.js +548 -72
- package/sceneview/index.js +548 -72
- package/shadowanalysis/index.js +8 -3
- package/sightlineanalysis/index.js +8 -3
- package/skylineanalysis/index.js +8 -3
- package/slopeanalysis/index.js +8 -3
- package/slopeaspectanalysis/index.js +8 -3
- package/style.css +1 -1
- package/terrainoperation/index.js +8 -3
- package/terrainprofileanalysis/index.js +8 -3
- package/videofusion/index.js +8 -3
- package/videoproject/index.js +8 -3
- package/webgl.es.js +537 -121
- package/windyslicing/index.js +8 -3
- package/wireframesketch/index.js +8 -3
package/index.js
CHANGED
|
@@ -1176,6 +1176,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1176
1176
|
Kq3dModelFilterViewModel: function() { return /* reexport */ ModelFilterViewModel; },
|
|
1177
1177
|
Kq3dModelFlat: function() { return /* reexport */ ModelFlat; },
|
|
1178
1178
|
Kq3dModelFlatViewModel: function() { return /* reexport */ ModelFlatViewModel; },
|
|
1179
|
+
Kq3dModelMaterialEdit: function() { return /* reexport */ ModelMaterialEdit; },
|
|
1180
|
+
Kq3dModelMaterialEditViewModel: function() { return /* reexport */ ModelMaterialEditViewModel_BuildPolygonModelViewModel; },
|
|
1179
1181
|
Kq3dModelProfileAnalysis: function() { return /* reexport */ ModelProfileAnalysis; },
|
|
1180
1182
|
Kq3dModelProfileAnalysisViewModel: function() { return /* reexport */ ModelProfileAnalysisViewModel; },
|
|
1181
1183
|
Kq3dModelSelect: function() { return /* reexport */ ModelSelect; },
|
|
@@ -2742,6 +2744,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
|
|
|
2742
2744
|
|
|
2743
2745
|
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
2744
2746
|
|
|
2747
|
+
let KqGIS_kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
|
|
2748
|
+
|
|
2749
|
+
__webpack_require__.g.kq_npm_client3d_webgl_vue = KqGIS_kq_npm_client3d_webgl_vue;
|
|
2750
|
+
|
|
2751
|
+
|
|
2745
2752
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
2746
2753
|
var init_js_ = __webpack_require__(455);
|
|
2747
2754
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
@@ -6441,6 +6448,7 @@ const _hoisted_4 = { class: "compass" }
|
|
|
6441
6448
|
|
|
6442
6449
|
|
|
6443
6450
|
|
|
6451
|
+
|
|
6444
6452
|
const __default__ = {
|
|
6445
6453
|
name: "KqSceneView"
|
|
6446
6454
|
};
|
|
@@ -6611,10 +6619,10 @@ const __exports__ = SceneViewvue_type_script_setup_true_lang_js;
|
|
|
6611
6619
|
|
|
6612
6620
|
/* harmony default export */ var SceneView = (__exports__);
|
|
6613
6621
|
;// ./src/webgl/sceneview/index.js
|
|
6614
|
-
/*
|
|
6615
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
6616
|
-
* All rights reserved.
|
|
6617
|
-
*/
|
|
6622
|
+
/*
|
|
6623
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
6624
|
+
* All rights reserved.
|
|
6625
|
+
*/
|
|
6618
6626
|
|
|
6619
6627
|
|
|
6620
6628
|
|
|
@@ -6625,6 +6633,8 @@ SceneView.install = (Vue, opts) => {
|
|
|
6625
6633
|
};
|
|
6626
6634
|
|
|
6627
6635
|
|
|
6636
|
+
|
|
6637
|
+
kq_npm_client3d_webgl_vue.KqSceneView = SceneView;
|
|
6628
6638
|
|
|
6629
6639
|
;// external "@element-plus/icons-vue"
|
|
6630
6640
|
var icons_vue_namespaceObject = require("@element-plus/icons-vue");
|
|
@@ -6806,10 +6816,10 @@ const FixedZoomout_exports_ = FixedZoomoutvue_type_script_setup_true_lang_js;
|
|
|
6806
6816
|
|
|
6807
6817
|
/* harmony default export */ var FixedZoomout = (FixedZoomout_exports_);
|
|
6808
6818
|
;// ./src/webgl/fixedzoomout/index.js
|
|
6809
|
-
/*
|
|
6810
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
6811
|
-
* All rights reserved.
|
|
6812
|
-
*/
|
|
6819
|
+
/*
|
|
6820
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
6821
|
+
* All rights reserved.
|
|
6822
|
+
*/
|
|
6813
6823
|
|
|
6814
6824
|
|
|
6815
6825
|
|
|
@@ -6819,7 +6829,9 @@ FixedZoomout.install = (Vue, opts) => {
|
|
|
6819
6829
|
Vue.component(FixedZoomout.name, FixedZoomout);
|
|
6820
6830
|
};
|
|
6821
6831
|
|
|
6822
|
-
|
|
6832
|
+
|
|
6833
|
+
|
|
6834
|
+
kq_npm_client3d_webgl_vue.Kq3dFixedZoomout = FixedZoomout;
|
|
6823
6835
|
;// ./src/webgl/fixedzoomin/FixedZoominViewModel.js
|
|
6824
6836
|
/*
|
|
6825
6837
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -6997,10 +7009,10 @@ const FixedZoomin_exports_ = FixedZoominvue_type_script_setup_true_lang_js;
|
|
|
6997
7009
|
|
|
6998
7010
|
/* harmony default export */ var FixedZoomin = (FixedZoomin_exports_);
|
|
6999
7011
|
;// ./src/webgl/fixedzoomin/index.js
|
|
7000
|
-
/*
|
|
7001
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
7002
|
-
* All rights reserved.
|
|
7003
|
-
*/
|
|
7012
|
+
/*
|
|
7013
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
7014
|
+
* All rights reserved.
|
|
7015
|
+
*/
|
|
7004
7016
|
|
|
7005
7017
|
|
|
7006
7018
|
|
|
@@ -7010,7 +7022,9 @@ FixedZoomin.install = (Vue, opts) => {
|
|
|
7010
7022
|
Vue.component(FixedZoomin.name, FixedZoomin);
|
|
7011
7023
|
};
|
|
7012
7024
|
|
|
7013
|
-
|
|
7025
|
+
|
|
7026
|
+
|
|
7027
|
+
kq_npm_client3d_webgl_vue.Kq3dFixedZoomin = FixedZoomin;
|
|
7014
7028
|
;// ./src/webgl/resetview/ResetViewViewModel.js
|
|
7015
7029
|
/*
|
|
7016
7030
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -41700,10 +41714,10 @@ const AddData_exports_ = AddDatavue_type_script_setup_true_lang_js;
|
|
|
41700
41714
|
|
|
41701
41715
|
/* harmony default export */ var AddData = (AddData_exports_);
|
|
41702
41716
|
;// ./src/webgl/adddata/index.js
|
|
41703
|
-
/*
|
|
41704
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
41705
|
-
* All rights reserved.
|
|
41706
|
-
*/
|
|
41717
|
+
/*
|
|
41718
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
41719
|
+
* All rights reserved.
|
|
41720
|
+
*/
|
|
41707
41721
|
|
|
41708
41722
|
|
|
41709
41723
|
|
|
@@ -41714,7 +41728,8 @@ AddData.install = (Vue, opts) => {
|
|
|
41714
41728
|
};
|
|
41715
41729
|
|
|
41716
41730
|
|
|
41717
|
-
|
|
41731
|
+
|
|
41732
|
+
kq_npm_client3d_webgl_vue.Kq3dAddData = AddData;
|
|
41718
41733
|
;// ./src/webgl/particleeffect/ParticleEffectViewModel.js
|
|
41719
41734
|
/*
|
|
41720
41735
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -51648,6 +51663,7 @@ let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive
|
|
|
51648
51663
|
floorImageHeight:props?.settingParams?.floorImageHeight ?? 9,
|
|
51649
51664
|
minFloorImage: props?.settingParams?.minFloorImage ?? 1, // 贴图最小值
|
|
51650
51665
|
maxFloorImage: props?.settingParams?.maxFloorImage ?? 10 ,// 贴图最大值
|
|
51666
|
+
pyramidHeight: props?.settingParams?.pyramidHeight ?? 20 ,//金字塔顶高度
|
|
51651
51667
|
});
|
|
51652
51668
|
let SMID_Data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["KID>1", "KID<2"]);
|
|
51653
51669
|
// 组件容器Ref
|
|
@@ -51686,6 +51702,14 @@ const floorTopTypes = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.r
|
|
|
51686
51702
|
{
|
|
51687
51703
|
name: locale.value.webgl.flatRoofParapet,
|
|
51688
51704
|
value: "flatRoofParapet"
|
|
51705
|
+
},
|
|
51706
|
+
{
|
|
51707
|
+
name: locale.value.webgl.pyramidalRoof,
|
|
51708
|
+
value: "pyramidalRoof"
|
|
51709
|
+
},
|
|
51710
|
+
{
|
|
51711
|
+
name: locale.value.webgl.doublePitchRoof,
|
|
51712
|
+
value: "doublePitchRoof"
|
|
51689
51713
|
}
|
|
51690
51714
|
]);
|
|
51691
51715
|
// 重复模式
|
|
@@ -51911,7 +51935,7 @@ return (_ctx, _cache) => {
|
|
|
51911
51935
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
51912
51936
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
51913
51937
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
51914
|
-
"onUpdate:modelValue": _cache[
|
|
51938
|
+
"onUpdate:modelValue": _cache[69] || (_cache[69] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue) = $event)),
|
|
51915
51939
|
accordion: ""
|
|
51916
51940
|
}, {
|
|
51917
51941
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
@@ -52001,6 +52025,53 @@ return (_ctx, _cache) => {
|
|
|
52001
52025
|
}, 512 /* NEED_PATCH */), [
|
|
52002
52026
|
[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorTopType=='flatRoofParapet']
|
|
52003
52027
|
]),
|
|
52028
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
52029
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52030
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
52031
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(t)('webgl.pyramidHeight') + '(m)'
|
|
52032
|
+
}, {
|
|
52033
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52034
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
52035
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52036
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 16 }, {
|
|
52037
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52038
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
52039
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pyramidHeight,
|
|
52040
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pyramidHeight) = $event)),
|
|
52041
|
+
onChange: _cache[20] || (_cache[20] = $event => (paramsChanged('pyramidHeight'))),
|
|
52042
|
+
onClick: _cache[21] || (_cache[21] = $event => (paramsChanged('pyramidHeight'))),
|
|
52043
|
+
step: 0.2,
|
|
52044
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minParapetWallHeight,
|
|
52045
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxParapetWallHeight
|
|
52046
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
52047
|
+
]),
|
|
52048
|
+
_: 1 /* STABLE */
|
|
52049
|
+
}),
|
|
52050
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 8 }, {
|
|
52051
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52052
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
52053
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pyramidHeight,
|
|
52054
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pyramidHeight) = $event)),
|
|
52055
|
+
onChange: _cache[23] || (_cache[23] = $event => (paramsChanged('pyramidHeight'))),
|
|
52056
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minParapetWallHeight,
|
|
52057
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxParapetWallHeight,
|
|
52058
|
+
step: 0.2,
|
|
52059
|
+
"controls-position": "right"
|
|
52060
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
52061
|
+
]),
|
|
52062
|
+
_: 1 /* STABLE */
|
|
52063
|
+
})
|
|
52064
|
+
]),
|
|
52065
|
+
_: 1 /* STABLE */
|
|
52066
|
+
})
|
|
52067
|
+
]),
|
|
52068
|
+
_: 1 /* STABLE */
|
|
52069
|
+
}, 8 /* PROPS */, ["label"])
|
|
52070
|
+
]),
|
|
52071
|
+
_: 1 /* STABLE */
|
|
52072
|
+
}, 512 /* NEED_PATCH */), [
|
|
52073
|
+
[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorTopType=='pyramidalRoof']
|
|
52074
|
+
]),
|
|
52004
52075
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
52005
52076
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52006
52077
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -52013,8 +52084,8 @@ return (_ctx, _cache) => {
|
|
|
52013
52084
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52014
52085
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
52015
52086
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
|
|
52016
|
-
"onUpdate:modelValue": _cache[
|
|
52017
|
-
onChange: _cache[
|
|
52087
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor) = $event)),
|
|
52088
|
+
onChange: _cache[25] || (_cache[25] = $event => (paramsChanged('fillColor')))
|
|
52018
52089
|
}, null, 8 /* PROPS */, ["modelValue"])
|
|
52019
52090
|
]),
|
|
52020
52091
|
_: 1 /* STABLE */
|
|
@@ -52038,8 +52109,8 @@ return (_ctx, _cache) => {
|
|
|
52038
52109
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52039
52110
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
52040
52111
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImage,
|
|
52041
|
-
"onUpdate:modelValue": _cache[
|
|
52042
|
-
onChange: _cache[
|
|
52112
|
+
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImage) = $event)),
|
|
52113
|
+
onChange: _cache[27] || (_cache[27] = $event => (paramsChanged('floorImage'))),
|
|
52043
52114
|
style: {"width":"100%"}
|
|
52044
52115
|
}, {
|
|
52045
52116
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
@@ -52072,8 +52143,8 @@ return (_ctx, _cache) => {
|
|
|
52072
52143
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52073
52144
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
52074
52145
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).repetitionType,
|
|
52075
|
-
"onUpdate:modelValue": _cache[
|
|
52076
|
-
onChange: _cache[
|
|
52146
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).repetitionType) = $event)),
|
|
52147
|
+
onChange: _cache[29] || (_cache[29] = $event => (paramsChanged('repetitionType'))),
|
|
52077
52148
|
style: {"width":"100%"}
|
|
52078
52149
|
}, {
|
|
52079
52150
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
@@ -52108,9 +52179,9 @@ return (_ctx, _cache) => {
|
|
|
52108
52179
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52109
52180
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
52110
52181
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageWidth,
|
|
52111
|
-
"onUpdate:modelValue": _cache[
|
|
52112
|
-
onChange: _cache[
|
|
52113
|
-
onClick: _cache[
|
|
52182
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageWidth) = $event)),
|
|
52183
|
+
onChange: _cache[31] || (_cache[31] = $event => (paramsChanged('floorImageWidth'))),
|
|
52184
|
+
onClick: _cache[32] || (_cache[32] = $event => (paramsChanged('floorImageWidth'))),
|
|
52114
52185
|
step: 1,
|
|
52115
52186
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorImage,
|
|
52116
52187
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorImage
|
|
@@ -52122,8 +52193,8 @@ return (_ctx, _cache) => {
|
|
|
52122
52193
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52123
52194
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
52124
52195
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageWidth,
|
|
52125
|
-
"onUpdate:modelValue": _cache[
|
|
52126
|
-
onChange: _cache[
|
|
52196
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageWidth) = $event)),
|
|
52197
|
+
onChange: _cache[34] || (_cache[34] = $event => (paramsChanged('floorImageWidth'))),
|
|
52127
52198
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorImage,
|
|
52128
52199
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorImage,
|
|
52129
52200
|
step: 1,
|
|
@@ -52153,9 +52224,9 @@ return (_ctx, _cache) => {
|
|
|
52153
52224
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52154
52225
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
52155
52226
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageHeight,
|
|
52156
|
-
"onUpdate:modelValue": _cache[
|
|
52157
|
-
onChange: _cache[
|
|
52158
|
-
onClick: _cache[
|
|
52227
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageHeight) = $event)),
|
|
52228
|
+
onChange: _cache[36] || (_cache[36] = $event => (paramsChanged('floorImageHeight'))),
|
|
52229
|
+
onClick: _cache[37] || (_cache[37] = $event => (paramsChanged('floorImageHeight'))),
|
|
52159
52230
|
step: 1,
|
|
52160
52231
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorImage,
|
|
52161
52232
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorImage
|
|
@@ -52167,8 +52238,8 @@ return (_ctx, _cache) => {
|
|
|
52167
52238
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52168
52239
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
52169
52240
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageHeight,
|
|
52170
|
-
"onUpdate:modelValue": _cache[
|
|
52171
|
-
onChange: _cache[
|
|
52241
|
+
"onUpdate:modelValue": _cache[38] || (_cache[38] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageHeight) = $event)),
|
|
52242
|
+
onChange: _cache[39] || (_cache[39] = $event => (paramsChanged('floorImageHeight'))),
|
|
52172
52243
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorImage,
|
|
52173
52244
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorImage,
|
|
52174
52245
|
step: 1,
|
|
@@ -52196,8 +52267,8 @@ return (_ctx, _cache) => {
|
|
|
52196
52267
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52197
52268
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
52198
52269
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).roofImage,
|
|
52199
|
-
"onUpdate:modelValue": _cache[
|
|
52200
|
-
onChange: _cache[
|
|
52270
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).roofImage) = $event)),
|
|
52271
|
+
onChange: _cache[41] || (_cache[41] = $event => (paramsChanged('roofImage'))),
|
|
52201
52272
|
style: {"width":"100%"}
|
|
52202
52273
|
}, {
|
|
52203
52274
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
@@ -52241,9 +52312,9 @@ return (_ctx, _cache) => {
|
|
|
52241
52312
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52242
52313
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
52243
52314
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
52244
|
-
"onUpdate:modelValue": _cache[
|
|
52245
|
-
onChange: _cache[
|
|
52246
|
-
onClick: _cache[
|
|
52315
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight) = $event)),
|
|
52316
|
+
onChange: _cache[43] || (_cache[43] = $event => (paramsChanged('baseHeight'))),
|
|
52317
|
+
onClick: _cache[44] || (_cache[44] = $event => (paramsChanged('baseHeight'))),
|
|
52247
52318
|
step: 10,
|
|
52248
52319
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
52249
52320
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight
|
|
@@ -52255,8 +52326,8 @@ return (_ctx, _cache) => {
|
|
|
52255
52326
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52256
52327
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
52257
52328
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
52258
|
-
"onUpdate:modelValue": _cache[
|
|
52259
|
-
onChange: _cache[
|
|
52329
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight) = $event)),
|
|
52330
|
+
onChange: _cache[46] || (_cache[46] = $event => (paramsChanged('baseHeight'))),
|
|
52260
52331
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
52261
52332
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
|
|
52262
52333
|
step: 10,
|
|
@@ -52288,9 +52359,9 @@ return (_ctx, _cache) => {
|
|
|
52288
52359
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52289
52360
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
52290
52361
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight,
|
|
52291
|
-
"onUpdate:modelValue": _cache[
|
|
52292
|
-
onChange: _cache[
|
|
52293
|
-
onClick: _cache[
|
|
52362
|
+
"onUpdate:modelValue": _cache[47] || (_cache[47] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight) = $event)),
|
|
52363
|
+
onChange: _cache[48] || (_cache[48] = $event => (paramsChanged('floorHeight'))),
|
|
52364
|
+
onClick: _cache[49] || (_cache[49] = $event => (paramsChanged('floorHeight'))),
|
|
52294
52365
|
step: 10,
|
|
52295
52366
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorHeight,
|
|
52296
52367
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorHeight
|
|
@@ -52302,8 +52373,8 @@ return (_ctx, _cache) => {
|
|
|
52302
52373
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52303
52374
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
52304
52375
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight,
|
|
52305
|
-
"onUpdate:modelValue": _cache[
|
|
52306
|
-
onChange: _cache[
|
|
52376
|
+
"onUpdate:modelValue": _cache[50] || (_cache[50] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight) = $event)),
|
|
52377
|
+
onChange: _cache[51] || (_cache[51] = $event => (paramsChanged('floorHeight'))),
|
|
52307
52378
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorHeight,
|
|
52308
52379
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorHeight,
|
|
52309
52380
|
step: 10,
|
|
@@ -52325,7 +52396,7 @@ return (_ctx, _cache) => {
|
|
|
52325
52396
|
]),
|
|
52326
52397
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", BuildPolygonModelvue_type_script_setup_true_lang_js_hoisted_2, [
|
|
52327
52398
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
52328
|
-
onClick: _cache[
|
|
52399
|
+
onClick: _cache[52] || (_cache[52] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => (generated('monomer')), ["stop"])),
|
|
52329
52400
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.generated,
|
|
52330
52401
|
type: "primary"
|
|
52331
52402
|
}, {
|
|
@@ -52359,9 +52430,9 @@ return (_ctx, _cache) => {
|
|
|
52359
52430
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52360
52431
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
52361
52432
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorCount,
|
|
52362
|
-
"onUpdate:modelValue": _cache[
|
|
52363
|
-
onChange: _cache[
|
|
52364
|
-
onClick: _cache[
|
|
52433
|
+
"onUpdate:modelValue": _cache[53] || (_cache[53] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorCount) = $event)),
|
|
52434
|
+
onChange: _cache[54] || (_cache[54] = $event => (paramsChanged('floorCount'))),
|
|
52435
|
+
onClick: _cache[55] || (_cache[55] = $event => (paramsChanged('floorCount'))),
|
|
52365
52436
|
step: 1,
|
|
52366
52437
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorCount,
|
|
52367
52438
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorCount
|
|
@@ -52373,11 +52444,11 @@ return (_ctx, _cache) => {
|
|
|
52373
52444
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52374
52445
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
52375
52446
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorCount,
|
|
52376
|
-
"onUpdate:modelValue": _cache[
|
|
52447
|
+
"onUpdate:modelValue": _cache[56] || (_cache[56] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorCount) = $event)),
|
|
52377
52448
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorCount,
|
|
52378
52449
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorCount,
|
|
52379
52450
|
step: 1,
|
|
52380
|
-
onChange: _cache[
|
|
52451
|
+
onChange: _cache[57] || (_cache[57] = $event => (paramsChanged('floorCount'))),
|
|
52381
52452
|
"controls-position": "right"
|
|
52382
52453
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
52383
52454
|
]),
|
|
@@ -52404,9 +52475,9 @@ return (_ctx, _cache) => {
|
|
|
52404
52475
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52405
52476
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
52406
52477
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight,
|
|
52407
|
-
"onUpdate:modelValue": _cache[
|
|
52408
|
-
onChange: _cache[
|
|
52409
|
-
onClick: _cache[
|
|
52478
|
+
"onUpdate:modelValue": _cache[58] || (_cache[58] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight) = $event)),
|
|
52479
|
+
onChange: _cache[59] || (_cache[59] = $event => (paramsChanged('floorHeight'))),
|
|
52480
|
+
onClick: _cache[60] || (_cache[60] = $event => (paramsChanged('floorHeight'))),
|
|
52410
52481
|
step: 1,
|
|
52411
52482
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorHeight,
|
|
52412
52483
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorHeight
|
|
@@ -52418,8 +52489,8 @@ return (_ctx, _cache) => {
|
|
|
52418
52489
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52419
52490
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
52420
52491
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight,
|
|
52421
|
-
"onUpdate:modelValue": _cache[
|
|
52422
|
-
onChange: _cache[
|
|
52492
|
+
"onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight) = $event)),
|
|
52493
|
+
onChange: _cache[62] || (_cache[62] = $event => (paramsChanged('floorHeight'))),
|
|
52423
52494
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorHeight,
|
|
52424
52495
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorHeight,
|
|
52425
52496
|
step: 1,
|
|
@@ -52449,9 +52520,9 @@ return (_ctx, _cache) => {
|
|
|
52449
52520
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52450
52521
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
52451
52522
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
52452
|
-
"onUpdate:modelValue": _cache[
|
|
52453
|
-
onChange: _cache[
|
|
52454
|
-
onClick: _cache[
|
|
52523
|
+
"onUpdate:modelValue": _cache[63] || (_cache[63] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight) = $event)),
|
|
52524
|
+
onChange: _cache[64] || (_cache[64] = $event => (paramsChanged('baseHeight'))),
|
|
52525
|
+
onClick: _cache[65] || (_cache[65] = $event => (paramsChanged('baseHeight'))),
|
|
52455
52526
|
step: 10,
|
|
52456
52527
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
52457
52528
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight
|
|
@@ -52463,8 +52534,8 @@ return (_ctx, _cache) => {
|
|
|
52463
52534
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
52464
52535
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
52465
52536
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
52466
|
-
"onUpdate:modelValue": _cache[
|
|
52467
|
-
onChange: _cache[
|
|
52537
|
+
"onUpdate:modelValue": _cache[66] || (_cache[66] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight) = $event)),
|
|
52538
|
+
onChange: _cache[67] || (_cache[67] = $event => (paramsChanged('baseHeight'))),
|
|
52468
52539
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
52469
52540
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
|
|
52470
52541
|
step: 10,
|
|
@@ -52486,7 +52557,7 @@ return (_ctx, _cache) => {
|
|
|
52486
52557
|
]),
|
|
52487
52558
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", BuildPolygonModelvue_type_script_setup_true_lang_js_hoisted_3, [
|
|
52488
52559
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
52489
|
-
onClick: _cache[
|
|
52560
|
+
onClick: _cache[68] || (_cache[68] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => (generated('multi')), ["stop"])),
|
|
52490
52561
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.generated,
|
|
52491
52562
|
type: "primary"
|
|
52492
52563
|
}, {
|
|
@@ -55141,6 +55212,378 @@ BuildPolylineModel.install = (Vue, opts) => {
|
|
|
55141
55212
|
|
|
55142
55213
|
|
|
55143
55214
|
|
|
55215
|
+
;// ./src/webgl/modelmaterialedit/ModelMaterialEditViewModel.js
|
|
55216
|
+
/*
|
|
55217
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
55218
|
+
* All rights reserved.
|
|
55219
|
+
*/
|
|
55220
|
+
|
|
55221
|
+
class ModelMaterialEditViewModel_BuildPolygonModelViewModel {
|
|
55222
|
+
_options = {};
|
|
55223
|
+
_scenceView = null;
|
|
55224
|
+
constructor(scenceView, formItem) {
|
|
55225
|
+
this._scenceView = scenceView;
|
|
55226
|
+
this._options = formItem;
|
|
55227
|
+
|
|
55228
|
+
}
|
|
55229
|
+
//清除
|
|
55230
|
+
clear() {
|
|
55231
|
+
|
|
55232
|
+
}
|
|
55233
|
+
//销毁
|
|
55234
|
+
destroy() {
|
|
55235
|
+
this.clear();
|
|
55236
|
+
}
|
|
55237
|
+
}
|
|
55238
|
+
|
|
55239
|
+
;// ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/modelmaterialedit/ModelMaterialEdit.vue?vue&type=script&setup=true&lang=js
|
|
55240
|
+
|
|
55241
|
+
|
|
55242
|
+
const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_1 = { class: "kq3d-model-material-edit-box" }
|
|
55243
|
+
const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_2 = { class: "thumbnail-container" }
|
|
55244
|
+
const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_3 = { class: "thumbnails-grid" }
|
|
55245
|
+
const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_4 = { class: "thumbnail-name" }
|
|
55246
|
+
const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_5 = ["src", "alt"]
|
|
55247
|
+
const ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_6 = { class: "thumbnail-name" }
|
|
55248
|
+
|
|
55249
|
+
;
|
|
55250
|
+
|
|
55251
|
+
|
|
55252
|
+
|
|
55253
|
+
|
|
55254
|
+
|
|
55255
|
+
|
|
55256
|
+
|
|
55257
|
+
const ModelMaterialEditvue_type_script_setup_true_lang_js_default_ = {
|
|
55258
|
+
name: "Kq3dModelMaterialEdit"
|
|
55259
|
+
};
|
|
55260
|
+
|
|
55261
|
+
/* harmony default export */ var ModelMaterialEditvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(ModelMaterialEditvue_type_script_setup_true_lang_js_default_, {
|
|
55262
|
+
props: {
|
|
55263
|
+
mapTarget: {
|
|
55264
|
+
type: String
|
|
55265
|
+
},
|
|
55266
|
+
settingParams: {
|
|
55267
|
+
type: String
|
|
55268
|
+
},
|
|
55269
|
+
// 是否显示阴影
|
|
55270
|
+
showShadow: {
|
|
55271
|
+
type: Boolean,
|
|
55272
|
+
default: true
|
|
55273
|
+
},
|
|
55274
|
+
/**
|
|
55275
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
55276
|
+
*/
|
|
55277
|
+
position: [String, Object],
|
|
55278
|
+
// 是否生成HeaderTemp
|
|
55279
|
+
showHeaderTemp: {
|
|
55280
|
+
type: Boolean,
|
|
55281
|
+
default: false
|
|
55282
|
+
},
|
|
55283
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
55284
|
+
isCollapseHeaderTemp: {
|
|
55285
|
+
type: Boolean,
|
|
55286
|
+
default: false
|
|
55287
|
+
},
|
|
55288
|
+
// HeaderTemp标题
|
|
55289
|
+
headerTempTitle: {
|
|
55290
|
+
type: String
|
|
55291
|
+
},
|
|
55292
|
+
// HeaderTemp图标
|
|
55293
|
+
headerTempIcon: {
|
|
55294
|
+
type: [Object, String],
|
|
55295
|
+
default: client_icons_vue_namespaceObject.IconModelMaterialEdit
|
|
55296
|
+
},
|
|
55297
|
+
// HeaderTemp Title&Icon的位置
|
|
55298
|
+
isRight: {
|
|
55299
|
+
type: Boolean,
|
|
55300
|
+
default: true
|
|
55301
|
+
}
|
|
55302
|
+
},
|
|
55303
|
+
setup(__props, { expose: __expose }) {
|
|
55304
|
+
|
|
55305
|
+
const { t, lang, locale } = (0,useGlobalConfig_js_.useLocale)();
|
|
55306
|
+
// 获取组件传参
|
|
55307
|
+
const props = __props;
|
|
55308
|
+
// 关联数据
|
|
55309
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
55310
|
+
collapseValue: props?.settingParams?.collapseValue ?? "setting", // 默认展开属性设置
|
|
55311
|
+
materialPart: props?.settingParams?.materialPart ?? "", // 材质部位
|
|
55312
|
+
materialGroup: props?.settingParams?.materialGroup ?? "" // 材质分组
|
|
55313
|
+
});
|
|
55314
|
+
let materialParts = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([locale.value.webgl.roof, locale.value.webgl.facade]);
|
|
55315
|
+
let materialGroups = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([locale.value.webgl.wallTile, locale.value.webgl.road, locale.value.webgl.metal]);
|
|
55316
|
+
|
|
55317
|
+
let materialImages = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([
|
|
55318
|
+
{ name: "自然风光", url: "https://picsum.photos/100/80?random=1" },
|
|
55319
|
+
{ name: "城市建筑", url: "https://picsum.photos/100/80?random=2" },
|
|
55320
|
+
{ name: "可爱动物", url: "https://picsum.photos/100/80?random=3" },
|
|
55321
|
+
{ name: "美食佳肴", url: "https://picsum.photos/100/80?random=4" },
|
|
55322
|
+
{ name: "科技产品", url: "https://picsum.photos/100/80?random=5" },
|
|
55323
|
+
{ name: "艺术设计", url: "https://picsum.photos/100/80?random=6" },
|
|
55324
|
+
{ name: "旅行记忆", url: "https://picsum.photos/100/80?random=7" },
|
|
55325
|
+
{ name: "人物肖像", url: "https://picsum.photos/100/80?random=8" },
|
|
55326
|
+
{ name: "艺术设计", url: "https://picsum.photos/100/80?random=6" },
|
|
55327
|
+
{ name: "旅行记忆", url: "https://picsum.photos/100/80?random=7" },
|
|
55328
|
+
{ name: "人物肖像", url: "https://picsum.photos/100/80?random=8" }
|
|
55329
|
+
]);
|
|
55330
|
+
let showNotification = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
55331
|
+
let notificationText = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
55332
|
+
// 组件容器Ref
|
|
55333
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
55334
|
+
// 生成组件默认header
|
|
55335
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
55336
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
55337
|
+
let viewModel = null;
|
|
55338
|
+
|
|
55339
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
55340
|
+
(0,util_js_.updatePosition)(boxRef.value, props);
|
|
55341
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(
|
|
55342
|
+
() => props.position,
|
|
55343
|
+
(newVal, oldVal) => {
|
|
55344
|
+
(0,util_js_.updatePosition)(boxRef.value, props);
|
|
55345
|
+
}
|
|
55346
|
+
);
|
|
55347
|
+
watchCreateHeaderTemp();
|
|
55348
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(
|
|
55349
|
+
() => props.showHeaderTemp,
|
|
55350
|
+
(newVal, oldVal) => {
|
|
55351
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
55352
|
+
watchCreateHeaderTemp();
|
|
55353
|
+
});
|
|
55354
|
+
}
|
|
55355
|
+
);
|
|
55356
|
+
|
|
55357
|
+
gis_utils_.utils.getWebMap(props.mapTarget, scenceView => {
|
|
55358
|
+
if (scenceView) {
|
|
55359
|
+
viewModel = new ModelMaterialEditViewModel_BuildPolygonModelViewModel(scenceView, formItem);
|
|
55360
|
+
}
|
|
55361
|
+
});
|
|
55362
|
+
});
|
|
55363
|
+
|
|
55364
|
+
/**
|
|
55365
|
+
* @description 监听header生成
|
|
55366
|
+
*/
|
|
55367
|
+
const watchCreateHeaderTemp = () => {
|
|
55368
|
+
if (props.showHeaderTemp) {
|
|
55369
|
+
// 生成headerTemp
|
|
55370
|
+
headerTemp.value = (0,util_js_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, "webgl.modelMaterialEditTitle");
|
|
55371
|
+
}
|
|
55372
|
+
};
|
|
55373
|
+
//
|
|
55374
|
+
function paramsChanged(key) {}
|
|
55375
|
+
// 添加图片
|
|
55376
|
+
function addImage(){
|
|
55377
|
+
|
|
55378
|
+
}
|
|
55379
|
+
function clear() {
|
|
55380
|
+
viewModel?.clear();
|
|
55381
|
+
}
|
|
55382
|
+
// 销毁
|
|
55383
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
55384
|
+
clear();
|
|
55385
|
+
});
|
|
55386
|
+
|
|
55387
|
+
__expose({});
|
|
55388
|
+
|
|
55389
|
+
return (_ctx, _cache) => {
|
|
55390
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option")
|
|
55391
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select")
|
|
55392
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row")
|
|
55393
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item")
|
|
55394
|
+
const _component_kq_radio_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-button")
|
|
55395
|
+
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group")
|
|
55396
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form")
|
|
55397
|
+
|
|
55398
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
55399
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-model-material-edit", { 'kq-box-shadow': __props.showShadow }]),
|
|
55400
|
+
ref_key: "boxRef",
|
|
55401
|
+
ref: boxRef
|
|
55402
|
+
}, [
|
|
55403
|
+
(__props.showHeaderTemp)
|
|
55404
|
+
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
55405
|
+
key: 0,
|
|
55406
|
+
ref_key: "headerTempRef",
|
|
55407
|
+
ref: headerTempRef
|
|
55408
|
+
}, null, 512 /* NEED_PATCH */))
|
|
55409
|
+
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
55410
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_1, [
|
|
55411
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
55412
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(lang) === 'zh' ? '100px' : '120px',
|
|
55413
|
+
"label-position": "left"
|
|
55414
|
+
}, {
|
|
55415
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55416
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
55417
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55418
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
55419
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.materialPart
|
|
55420
|
+
}, {
|
|
55421
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55422
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
55423
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55424
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
55425
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialPart,
|
|
55426
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialPart) = $event)),
|
|
55427
|
+
onChange: _cache[1] || (_cache[1] = $event => (paramsChanged('materialPart'))),
|
|
55428
|
+
style: {"width":"100%"}
|
|
55429
|
+
}, {
|
|
55430
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55431
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(materialParts), (item, index) => {
|
|
55432
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
|
|
55433
|
+
label: item,
|
|
55434
|
+
key: index,
|
|
55435
|
+
value: item
|
|
55436
|
+
}, null, 8 /* PROPS */, ["label", "value"]))
|
|
55437
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
55438
|
+
]),
|
|
55439
|
+
_: 1 /* STABLE */
|
|
55440
|
+
}, 8 /* PROPS */, ["modelValue"])
|
|
55441
|
+
]),
|
|
55442
|
+
_: 1 /* STABLE */
|
|
55443
|
+
})
|
|
55444
|
+
]),
|
|
55445
|
+
_: 1 /* STABLE */
|
|
55446
|
+
}, 8 /* PROPS */, ["label"])
|
|
55447
|
+
]),
|
|
55448
|
+
_: 1 /* STABLE */
|
|
55449
|
+
}),
|
|
55450
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
55451
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55452
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
55453
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.materialGroup
|
|
55454
|
+
}, {
|
|
55455
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55456
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
55457
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55458
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
55459
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialGroup,
|
|
55460
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialGroup) = $event)),
|
|
55461
|
+
onChange: _cache[3] || (_cache[3] = $event => (paramsChanged('materialGroup'))),
|
|
55462
|
+
style: {"width":"100%"}
|
|
55463
|
+
}, {
|
|
55464
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55465
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(materialGroups), (item, index) => {
|
|
55466
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
|
|
55467
|
+
label: item,
|
|
55468
|
+
key: index,
|
|
55469
|
+
value: item
|
|
55470
|
+
}, null, 8 /* PROPS */, ["label", "value"]))
|
|
55471
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
55472
|
+
]),
|
|
55473
|
+
_: 1 /* STABLE */
|
|
55474
|
+
}, 8 /* PROPS */, ["modelValue"])
|
|
55475
|
+
]),
|
|
55476
|
+
_: 1 /* STABLE */
|
|
55477
|
+
})
|
|
55478
|
+
]),
|
|
55479
|
+
_: 1 /* STABLE */
|
|
55480
|
+
}, 8 /* PROPS */, ["label"])
|
|
55481
|
+
]),
|
|
55482
|
+
_: 1 /* STABLE */
|
|
55483
|
+
}),
|
|
55484
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
55485
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55486
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_2, [
|
|
55487
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_3, [
|
|
55488
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
55489
|
+
class: "thumbnail-item",
|
|
55490
|
+
onClick: addImage
|
|
55491
|
+
}, [
|
|
55492
|
+
_cache[6] || (_cache[6] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", { class: "add-image" }, [
|
|
55493
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", { class: "add-icon" }, "+")
|
|
55494
|
+
], -1 /* CACHED */)),
|
|
55495
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.newMaterial), 1 /* TEXT */)
|
|
55496
|
+
]),
|
|
55497
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(materialImages), (image, index) => {
|
|
55498
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
55499
|
+
class: "thumbnail-item",
|
|
55500
|
+
key: index
|
|
55501
|
+
}, [
|
|
55502
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
55503
|
+
src: image.url,
|
|
55504
|
+
alt: image.name,
|
|
55505
|
+
class: "thumbnail-img"
|
|
55506
|
+
}, null, 8 /* PROPS */, ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_5),
|
|
55507
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", ModelMaterialEditvue_type_script_setup_true_lang_js_hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(image.name), 1 /* TEXT */)
|
|
55508
|
+
]))
|
|
55509
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
55510
|
+
])
|
|
55511
|
+
])
|
|
55512
|
+
]),
|
|
55513
|
+
_: 1 /* STABLE */
|
|
55514
|
+
}),
|
|
55515
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"margin-bootom":"0px"} }, {
|
|
55516
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55517
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
55518
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.materialType
|
|
55519
|
+
}, {
|
|
55520
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55521
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
55522
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55523
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
55524
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialType,
|
|
55525
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialType) = $event)),
|
|
55526
|
+
onChange: _cache[5] || (_cache[5] = $event => (paramsChanged('materialType')))
|
|
55527
|
+
}, {
|
|
55528
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55529
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, { label: 1 }, {
|
|
55530
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55531
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(t)('webgl.commonMaterial')), 1 /* TEXT */)
|
|
55532
|
+
]),
|
|
55533
|
+
_: 1 /* STABLE */
|
|
55534
|
+
}),
|
|
55535
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, { label: 2 }, {
|
|
55536
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
55537
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(t)('webgl.pbrMaterial')), 1 /* TEXT */)
|
|
55538
|
+
]),
|
|
55539
|
+
_: 1 /* STABLE */
|
|
55540
|
+
})
|
|
55541
|
+
]),
|
|
55542
|
+
_: 1 /* STABLE */
|
|
55543
|
+
}, 8 /* PROPS */, ["modelValue"])
|
|
55544
|
+
]),
|
|
55545
|
+
_: 1 /* STABLE */
|
|
55546
|
+
})
|
|
55547
|
+
]),
|
|
55548
|
+
_: 1 /* STABLE */
|
|
55549
|
+
}, 8 /* PROPS */, ["label"])
|
|
55550
|
+
]),
|
|
55551
|
+
_: 1 /* STABLE */
|
|
55552
|
+
})
|
|
55553
|
+
]),
|
|
55554
|
+
_: 1 /* STABLE */
|
|
55555
|
+
}, 8 /* PROPS */, ["label-width"])
|
|
55556
|
+
])
|
|
55557
|
+
], 2 /* CLASS */))
|
|
55558
|
+
}
|
|
55559
|
+
}
|
|
55560
|
+
|
|
55561
|
+
}));
|
|
55562
|
+
;// ./src/webgl/modelmaterialedit/ModelMaterialEdit.vue?vue&type=script&setup=true&lang=js
|
|
55563
|
+
|
|
55564
|
+
;// ./src/webgl/modelmaterialedit/ModelMaterialEdit.vue
|
|
55565
|
+
|
|
55566
|
+
|
|
55567
|
+
|
|
55568
|
+
const ModelMaterialEdit_exports_ = ModelMaterialEditvue_type_script_setup_true_lang_js;
|
|
55569
|
+
|
|
55570
|
+
/* harmony default export */ var ModelMaterialEdit = (ModelMaterialEdit_exports_);
|
|
55571
|
+
;// ./src/webgl/modelmaterialedit/index.js
|
|
55572
|
+
/*
|
|
55573
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
55574
|
+
* All rights reserved.
|
|
55575
|
+
*/
|
|
55576
|
+
|
|
55577
|
+
|
|
55578
|
+
|
|
55579
|
+
|
|
55580
|
+
ModelMaterialEdit.install = (Vue, opts) => {
|
|
55581
|
+
init_js_default()(Vue, opts);
|
|
55582
|
+
Vue.component(ModelMaterialEdit.name, ModelMaterialEdit);
|
|
55583
|
+
};
|
|
55584
|
+
|
|
55585
|
+
|
|
55586
|
+
|
|
55144
55587
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue"
|
|
55145
55588
|
var client_common_vue_ = __webpack_require__(103);
|
|
55146
55589
|
;// ./src/common/_utils/api/resourceApi.js
|
|
@@ -57880,6 +58323,9 @@ SceneApp.install = (Vue, opts) => {
|
|
|
57880
58323
|
// 三维地理设计-构建点模型
|
|
57881
58324
|
|
|
57882
58325
|
|
|
58326
|
+
// 三维地理设计-构建点模型
|
|
58327
|
+
|
|
58328
|
+
|
|
57883
58329
|
|
|
57884
58330
|
|
|
57885
58331
|
|
|
@@ -57940,7 +58386,8 @@ const webglComponents = {
|
|
|
57940
58386
|
Kq3dModelEdit: ModelEdit,
|
|
57941
58387
|
Kq3dBuildPolygonModel: BuildPolygonModel,
|
|
57942
58388
|
Kq3dBuildPointModel: BuildPointModel,
|
|
57943
|
-
Kq3dBuildPolylineModel: BuildPolylineModel
|
|
58389
|
+
Kq3dBuildPolylineModel: BuildPolylineModel,
|
|
58390
|
+
Kq3dModelMaterialEdit: ModelMaterialEdit
|
|
57944
58391
|
};
|
|
57945
58392
|
|
|
57946
58393
|
// 全局引入
|