@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/adddata/index.js
CHANGED
|
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
57
57
|
|
|
58
58
|
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
59
59
|
|
|
60
|
-
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .
|
|
60
|
+
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
/***/ }),
|
|
@@ -108,9 +108,9 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7338__;
|
|
|
108
108
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
109
109
|
|
|
110
110
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
111
|
-
/* harmony export */
|
|
111
|
+
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
112
112
|
/* harmony export */ });
|
|
113
|
-
/* unused harmony
|
|
113
|
+
/* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
|
|
114
114
|
let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
|
|
115
115
|
|
|
116
116
|
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
@@ -119,6 +119,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
|
|
|
119
119
|
|
|
120
120
|
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
121
121
|
|
|
122
|
+
let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
|
|
123
|
+
|
|
124
|
+
__webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
|
|
125
|
+
|
|
126
|
+
|
|
122
127
|
|
|
123
128
|
/***/ }),
|
|
124
129
|
|
|
@@ -2570,10 +2575,10 @@ const __exports__ = AddDatavue_type_script_setup_true_lang_js;
|
|
|
2570
2575
|
var init_js_ = __webpack_require__(455);
|
|
2571
2576
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
2572
2577
|
;// ./src/webgl/adddata/index.js
|
|
2573
|
-
/*
|
|
2574
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
2575
|
-
* All rights reserved.
|
|
2576
|
-
*/
|
|
2578
|
+
/*
|
|
2579
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
2580
|
+
* All rights reserved.
|
|
2581
|
+
*/
|
|
2577
2582
|
|
|
2578
2583
|
|
|
2579
2584
|
|
|
@@ -2584,7 +2589,8 @@ AddData.install = (Vue, opts) => {
|
|
|
2584
2589
|
};
|
|
2585
2590
|
|
|
2586
2591
|
|
|
2587
|
-
|
|
2592
|
+
|
|
2593
|
+
kq_npm_client3d_webgl_vue.Kq3dAddData = AddData;
|
|
2588
2594
|
/******/ return __webpack_exports__;
|
|
2589
2595
|
/******/ })()
|
|
2590
2596
|
;
|
package/aspectanalysis/index.js
CHANGED
|
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
57
57
|
|
|
58
58
|
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
59
59
|
|
|
60
|
-
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .
|
|
60
|
+
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
/***/ }),
|
|
@@ -94,9 +94,9 @@ module.exports = require("element-plus/dist/index.full.js");
|
|
|
94
94
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
95
95
|
|
|
96
96
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
97
|
-
/* harmony export */
|
|
97
|
+
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
98
98
|
/* harmony export */ });
|
|
99
|
-
/* unused harmony
|
|
99
|
+
/* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
|
|
100
100
|
let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
|
|
101
101
|
|
|
102
102
|
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
@@ -105,6 +105,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
|
|
|
105
105
|
|
|
106
106
|
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
107
107
|
|
|
108
|
+
let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
|
|
109
|
+
|
|
110
|
+
__webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
|
|
111
|
+
|
|
112
|
+
|
|
108
113
|
|
|
109
114
|
/***/ })
|
|
110
115
|
|
package/boxclip/index.js
CHANGED
|
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
57
57
|
|
|
58
58
|
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
59
59
|
|
|
60
|
-
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .
|
|
60
|
+
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
/***/ }),
|
|
@@ -94,9 +94,9 @@ module.exports = require("element-plus/dist/index.full.js");
|
|
|
94
94
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
95
95
|
|
|
96
96
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
97
|
-
/* harmony export */
|
|
97
|
+
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
98
98
|
/* harmony export */ });
|
|
99
|
-
/* unused harmony
|
|
99
|
+
/* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
|
|
100
100
|
let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
|
|
101
101
|
|
|
102
102
|
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
@@ -105,6 +105,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
|
|
|
105
105
|
|
|
106
106
|
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
107
107
|
|
|
108
|
+
let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
|
|
109
|
+
|
|
110
|
+
__webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
|
|
111
|
+
|
|
112
|
+
|
|
108
113
|
|
|
109
114
|
/***/ })
|
|
110
115
|
|
package/buildpointmodel/index.js
CHANGED
|
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
57
57
|
|
|
58
58
|
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
59
59
|
|
|
60
|
-
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .
|
|
60
|
+
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
/***/ }),
|
|
@@ -101,9 +101,9 @@ module.exports = require("element-plus/dist/index.full.js");
|
|
|
101
101
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
102
102
|
|
|
103
103
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
104
|
-
/* harmony export */
|
|
104
|
+
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
105
105
|
/* harmony export */ });
|
|
106
|
-
/* unused harmony
|
|
106
|
+
/* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
|
|
107
107
|
let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
|
|
108
108
|
|
|
109
109
|
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
@@ -112,6 +112,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
|
|
|
112
112
|
|
|
113
113
|
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
114
114
|
|
|
115
|
+
let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
|
|
116
|
+
|
|
117
|
+
__webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
|
|
118
|
+
|
|
119
|
+
|
|
115
120
|
|
|
116
121
|
/***/ })
|
|
117
122
|
|
|
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
57
57
|
|
|
58
58
|
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
59
59
|
|
|
60
|
-
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .
|
|
60
|
+
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
/***/ }),
|
|
@@ -101,9 +101,9 @@ module.exports = require("element-plus/dist/index.full.js");
|
|
|
101
101
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
102
102
|
|
|
103
103
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
104
|
-
/* harmony export */
|
|
104
|
+
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
105
105
|
/* harmony export */ });
|
|
106
|
-
/* unused harmony
|
|
106
|
+
/* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
|
|
107
107
|
let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
|
|
108
108
|
|
|
109
109
|
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
@@ -112,6 +112,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
|
|
|
112
112
|
|
|
113
113
|
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
114
114
|
|
|
115
|
+
let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
|
|
116
|
+
|
|
117
|
+
__webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
|
|
118
|
+
|
|
119
|
+
|
|
115
120
|
|
|
116
121
|
/***/ })
|
|
117
122
|
|
|
@@ -743,6 +748,7 @@ let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive
|
|
|
743
748
|
floorImageHeight:props?.settingParams?.floorImageHeight ?? 9,
|
|
744
749
|
minFloorImage: props?.settingParams?.minFloorImage ?? 1, // 贴图最小值
|
|
745
750
|
maxFloorImage: props?.settingParams?.maxFloorImage ?? 10 ,// 贴图最大值
|
|
751
|
+
pyramidHeight: props?.settingParams?.pyramidHeight ?? 20 ,//金字塔顶高度
|
|
746
752
|
});
|
|
747
753
|
let SMID_Data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["KID>1", "KID<2"]);
|
|
748
754
|
// 组件容器Ref
|
|
@@ -781,6 +787,14 @@ const floorTopTypes = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.r
|
|
|
781
787
|
{
|
|
782
788
|
name: locale.value.webgl.flatRoofParapet,
|
|
783
789
|
value: "flatRoofParapet"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
name: locale.value.webgl.pyramidalRoof,
|
|
793
|
+
value: "pyramidalRoof"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
name: locale.value.webgl.doublePitchRoof,
|
|
797
|
+
value: "doublePitchRoof"
|
|
784
798
|
}
|
|
785
799
|
]);
|
|
786
800
|
// 重复模式
|
|
@@ -1006,7 +1020,7 @@ return (_ctx, _cache) => {
|
|
|
1006
1020
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
1007
1021
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
1008
1022
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
1009
|
-
"onUpdate:modelValue": _cache[
|
|
1023
|
+
"onUpdate:modelValue": _cache[69] || (_cache[69] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue) = $event)),
|
|
1010
1024
|
accordion: ""
|
|
1011
1025
|
}, {
|
|
1012
1026
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
@@ -1096,6 +1110,53 @@ return (_ctx, _cache) => {
|
|
|
1096
1110
|
}, 512 /* NEED_PATCH */), [
|
|
1097
1111
|
[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorTopType=='flatRoofParapet']
|
|
1098
1112
|
]),
|
|
1113
|
+
(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, {
|
|
1114
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1115
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1116
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(t)('webgl.pyramidHeight') + '(m)'
|
|
1117
|
+
}, {
|
|
1118
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1119
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
1120
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1121
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 16 }, {
|
|
1122
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1123
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1124
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pyramidHeight,
|
|
1125
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pyramidHeight) = $event)),
|
|
1126
|
+
onChange: _cache[20] || (_cache[20] = $event => (paramsChanged('pyramidHeight'))),
|
|
1127
|
+
onClick: _cache[21] || (_cache[21] = $event => (paramsChanged('pyramidHeight'))),
|
|
1128
|
+
step: 0.2,
|
|
1129
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minParapetWallHeight,
|
|
1130
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxParapetWallHeight
|
|
1131
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1132
|
+
]),
|
|
1133
|
+
_: 1 /* STABLE */
|
|
1134
|
+
}),
|
|
1135
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 8 }, {
|
|
1136
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1137
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1138
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pyramidHeight,
|
|
1139
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pyramidHeight) = $event)),
|
|
1140
|
+
onChange: _cache[23] || (_cache[23] = $event => (paramsChanged('pyramidHeight'))),
|
|
1141
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minParapetWallHeight,
|
|
1142
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxParapetWallHeight,
|
|
1143
|
+
step: 0.2,
|
|
1144
|
+
"controls-position": "right"
|
|
1145
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1146
|
+
]),
|
|
1147
|
+
_: 1 /* STABLE */
|
|
1148
|
+
})
|
|
1149
|
+
]),
|
|
1150
|
+
_: 1 /* STABLE */
|
|
1151
|
+
})
|
|
1152
|
+
]),
|
|
1153
|
+
_: 1 /* STABLE */
|
|
1154
|
+
}, 8 /* PROPS */, ["label"])
|
|
1155
|
+
]),
|
|
1156
|
+
_: 1 /* STABLE */
|
|
1157
|
+
}, 512 /* NEED_PATCH */), [
|
|
1158
|
+
[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorTopType=='pyramidalRoof']
|
|
1159
|
+
]),
|
|
1099
1160
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1100
1161
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1101
1162
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -1108,8 +1169,8 @@ return (_ctx, _cache) => {
|
|
|
1108
1169
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1109
1170
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
1110
1171
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
|
|
1111
|
-
"onUpdate:modelValue": _cache[
|
|
1112
|
-
onChange: _cache[
|
|
1172
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor) = $event)),
|
|
1173
|
+
onChange: _cache[25] || (_cache[25] = $event => (paramsChanged('fillColor')))
|
|
1113
1174
|
}, null, 8 /* PROPS */, ["modelValue"])
|
|
1114
1175
|
]),
|
|
1115
1176
|
_: 1 /* STABLE */
|
|
@@ -1133,8 +1194,8 @@ return (_ctx, _cache) => {
|
|
|
1133
1194
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1134
1195
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
1135
1196
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImage,
|
|
1136
|
-
"onUpdate:modelValue": _cache[
|
|
1137
|
-
onChange: _cache[
|
|
1197
|
+
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImage) = $event)),
|
|
1198
|
+
onChange: _cache[27] || (_cache[27] = $event => (paramsChanged('floorImage'))),
|
|
1138
1199
|
style: {"width":"100%"}
|
|
1139
1200
|
}, {
|
|
1140
1201
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
@@ -1167,8 +1228,8 @@ return (_ctx, _cache) => {
|
|
|
1167
1228
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1168
1229
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
1169
1230
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).repetitionType,
|
|
1170
|
-
"onUpdate:modelValue": _cache[
|
|
1171
|
-
onChange: _cache[
|
|
1231
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).repetitionType) = $event)),
|
|
1232
|
+
onChange: _cache[29] || (_cache[29] = $event => (paramsChanged('repetitionType'))),
|
|
1172
1233
|
style: {"width":"100%"}
|
|
1173
1234
|
}, {
|
|
1174
1235
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
@@ -1203,9 +1264,9 @@ return (_ctx, _cache) => {
|
|
|
1203
1264
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1204
1265
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1205
1266
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageWidth,
|
|
1206
|
-
"onUpdate:modelValue": _cache[
|
|
1207
|
-
onChange: _cache[
|
|
1208
|
-
onClick: _cache[
|
|
1267
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageWidth) = $event)),
|
|
1268
|
+
onChange: _cache[31] || (_cache[31] = $event => (paramsChanged('floorImageWidth'))),
|
|
1269
|
+
onClick: _cache[32] || (_cache[32] = $event => (paramsChanged('floorImageWidth'))),
|
|
1209
1270
|
step: 1,
|
|
1210
1271
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorImage,
|
|
1211
1272
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorImage
|
|
@@ -1217,8 +1278,8 @@ return (_ctx, _cache) => {
|
|
|
1217
1278
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1218
1279
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1219
1280
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageWidth,
|
|
1220
|
-
"onUpdate:modelValue": _cache[
|
|
1221
|
-
onChange: _cache[
|
|
1281
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageWidth) = $event)),
|
|
1282
|
+
onChange: _cache[34] || (_cache[34] = $event => (paramsChanged('floorImageWidth'))),
|
|
1222
1283
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorImage,
|
|
1223
1284
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorImage,
|
|
1224
1285
|
step: 1,
|
|
@@ -1248,9 +1309,9 @@ return (_ctx, _cache) => {
|
|
|
1248
1309
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1249
1310
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1250
1311
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageHeight,
|
|
1251
|
-
"onUpdate:modelValue": _cache[
|
|
1252
|
-
onChange: _cache[
|
|
1253
|
-
onClick: _cache[
|
|
1312
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageHeight) = $event)),
|
|
1313
|
+
onChange: _cache[36] || (_cache[36] = $event => (paramsChanged('floorImageHeight'))),
|
|
1314
|
+
onClick: _cache[37] || (_cache[37] = $event => (paramsChanged('floorImageHeight'))),
|
|
1254
1315
|
step: 1,
|
|
1255
1316
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorImage,
|
|
1256
1317
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorImage
|
|
@@ -1262,8 +1323,8 @@ return (_ctx, _cache) => {
|
|
|
1262
1323
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1263
1324
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1264
1325
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageHeight,
|
|
1265
|
-
"onUpdate:modelValue": _cache[
|
|
1266
|
-
onChange: _cache[
|
|
1326
|
+
"onUpdate:modelValue": _cache[38] || (_cache[38] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorImageHeight) = $event)),
|
|
1327
|
+
onChange: _cache[39] || (_cache[39] = $event => (paramsChanged('floorImageHeight'))),
|
|
1267
1328
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorImage,
|
|
1268
1329
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorImage,
|
|
1269
1330
|
step: 1,
|
|
@@ -1291,8 +1352,8 @@ return (_ctx, _cache) => {
|
|
|
1291
1352
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1292
1353
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
1293
1354
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).roofImage,
|
|
1294
|
-
"onUpdate:modelValue": _cache[
|
|
1295
|
-
onChange: _cache[
|
|
1355
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).roofImage) = $event)),
|
|
1356
|
+
onChange: _cache[41] || (_cache[41] = $event => (paramsChanged('roofImage'))),
|
|
1296
1357
|
style: {"width":"100%"}
|
|
1297
1358
|
}, {
|
|
1298
1359
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
@@ -1336,9 +1397,9 @@ return (_ctx, _cache) => {
|
|
|
1336
1397
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1337
1398
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1338
1399
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
1339
|
-
"onUpdate:modelValue": _cache[
|
|
1340
|
-
onChange: _cache[
|
|
1341
|
-
onClick: _cache[
|
|
1400
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight) = $event)),
|
|
1401
|
+
onChange: _cache[43] || (_cache[43] = $event => (paramsChanged('baseHeight'))),
|
|
1402
|
+
onClick: _cache[44] || (_cache[44] = $event => (paramsChanged('baseHeight'))),
|
|
1342
1403
|
step: 10,
|
|
1343
1404
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
1344
1405
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight
|
|
@@ -1350,8 +1411,8 @@ return (_ctx, _cache) => {
|
|
|
1350
1411
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1351
1412
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1352
1413
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
1353
|
-
"onUpdate:modelValue": _cache[
|
|
1354
|
-
onChange: _cache[
|
|
1414
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight) = $event)),
|
|
1415
|
+
onChange: _cache[46] || (_cache[46] = $event => (paramsChanged('baseHeight'))),
|
|
1355
1416
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
1356
1417
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
|
|
1357
1418
|
step: 10,
|
|
@@ -1383,9 +1444,9 @@ return (_ctx, _cache) => {
|
|
|
1383
1444
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1384
1445
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1385
1446
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight,
|
|
1386
|
-
"onUpdate:modelValue": _cache[
|
|
1387
|
-
onChange: _cache[
|
|
1388
|
-
onClick: _cache[
|
|
1447
|
+
"onUpdate:modelValue": _cache[47] || (_cache[47] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight) = $event)),
|
|
1448
|
+
onChange: _cache[48] || (_cache[48] = $event => (paramsChanged('floorHeight'))),
|
|
1449
|
+
onClick: _cache[49] || (_cache[49] = $event => (paramsChanged('floorHeight'))),
|
|
1389
1450
|
step: 10,
|
|
1390
1451
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorHeight,
|
|
1391
1452
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorHeight
|
|
@@ -1397,8 +1458,8 @@ return (_ctx, _cache) => {
|
|
|
1397
1458
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1398
1459
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1399
1460
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight,
|
|
1400
|
-
"onUpdate:modelValue": _cache[
|
|
1401
|
-
onChange: _cache[
|
|
1461
|
+
"onUpdate:modelValue": _cache[50] || (_cache[50] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight) = $event)),
|
|
1462
|
+
onChange: _cache[51] || (_cache[51] = $event => (paramsChanged('floorHeight'))),
|
|
1402
1463
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorHeight,
|
|
1403
1464
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorHeight,
|
|
1404
1465
|
step: 10,
|
|
@@ -1420,7 +1481,7 @@ return (_ctx, _cache) => {
|
|
|
1420
1481
|
]),
|
|
1421
1482
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [
|
|
1422
1483
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1423
|
-
onClick: _cache[
|
|
1484
|
+
onClick: _cache[52] || (_cache[52] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => (generated('monomer')), ["stop"])),
|
|
1424
1485
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.generated,
|
|
1425
1486
|
type: "primary"
|
|
1426
1487
|
}, {
|
|
@@ -1454,9 +1515,9 @@ return (_ctx, _cache) => {
|
|
|
1454
1515
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1455
1516
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1456
1517
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorCount,
|
|
1457
|
-
"onUpdate:modelValue": _cache[
|
|
1458
|
-
onChange: _cache[
|
|
1459
|
-
onClick: _cache[
|
|
1518
|
+
"onUpdate:modelValue": _cache[53] || (_cache[53] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorCount) = $event)),
|
|
1519
|
+
onChange: _cache[54] || (_cache[54] = $event => (paramsChanged('floorCount'))),
|
|
1520
|
+
onClick: _cache[55] || (_cache[55] = $event => (paramsChanged('floorCount'))),
|
|
1460
1521
|
step: 1,
|
|
1461
1522
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorCount,
|
|
1462
1523
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorCount
|
|
@@ -1468,11 +1529,11 @@ return (_ctx, _cache) => {
|
|
|
1468
1529
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1469
1530
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1470
1531
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorCount,
|
|
1471
|
-
"onUpdate:modelValue": _cache[
|
|
1532
|
+
"onUpdate:modelValue": _cache[56] || (_cache[56] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorCount) = $event)),
|
|
1472
1533
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorCount,
|
|
1473
1534
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorCount,
|
|
1474
1535
|
step: 1,
|
|
1475
|
-
onChange: _cache[
|
|
1536
|
+
onChange: _cache[57] || (_cache[57] = $event => (paramsChanged('floorCount'))),
|
|
1476
1537
|
"controls-position": "right"
|
|
1477
1538
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1478
1539
|
]),
|
|
@@ -1499,9 +1560,9 @@ return (_ctx, _cache) => {
|
|
|
1499
1560
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1500
1561
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1501
1562
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight,
|
|
1502
|
-
"onUpdate:modelValue": _cache[
|
|
1503
|
-
onChange: _cache[
|
|
1504
|
-
onClick: _cache[
|
|
1563
|
+
"onUpdate:modelValue": _cache[58] || (_cache[58] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight) = $event)),
|
|
1564
|
+
onChange: _cache[59] || (_cache[59] = $event => (paramsChanged('floorHeight'))),
|
|
1565
|
+
onClick: _cache[60] || (_cache[60] = $event => (paramsChanged('floorHeight'))),
|
|
1505
1566
|
step: 1,
|
|
1506
1567
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorHeight,
|
|
1507
1568
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorHeight
|
|
@@ -1513,8 +1574,8 @@ return (_ctx, _cache) => {
|
|
|
1513
1574
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1514
1575
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1515
1576
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight,
|
|
1516
|
-
"onUpdate:modelValue": _cache[
|
|
1517
|
-
onChange: _cache[
|
|
1577
|
+
"onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floorHeight) = $event)),
|
|
1578
|
+
onChange: _cache[62] || (_cache[62] = $event => (paramsChanged('floorHeight'))),
|
|
1518
1579
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloorHeight,
|
|
1519
1580
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloorHeight,
|
|
1520
1581
|
step: 1,
|
|
@@ -1544,9 +1605,9 @@ return (_ctx, _cache) => {
|
|
|
1544
1605
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1545
1606
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1546
1607
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
1547
|
-
"onUpdate:modelValue": _cache[
|
|
1548
|
-
onChange: _cache[
|
|
1549
|
-
onClick: _cache[
|
|
1608
|
+
"onUpdate:modelValue": _cache[63] || (_cache[63] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight) = $event)),
|
|
1609
|
+
onChange: _cache[64] || (_cache[64] = $event => (paramsChanged('baseHeight'))),
|
|
1610
|
+
onClick: _cache[65] || (_cache[65] = $event => (paramsChanged('baseHeight'))),
|
|
1550
1611
|
step: 10,
|
|
1551
1612
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
1552
1613
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight
|
|
@@ -1558,8 +1619,8 @@ return (_ctx, _cache) => {
|
|
|
1558
1619
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1559
1620
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1560
1621
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
1561
|
-
"onUpdate:modelValue": _cache[
|
|
1562
|
-
onChange: _cache[
|
|
1622
|
+
"onUpdate:modelValue": _cache[66] || (_cache[66] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight) = $event)),
|
|
1623
|
+
onChange: _cache[67] || (_cache[67] = $event => (paramsChanged('baseHeight'))),
|
|
1563
1624
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
1564
1625
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
|
|
1565
1626
|
step: 10,
|
|
@@ -1581,7 +1642,7 @@ return (_ctx, _cache) => {
|
|
|
1581
1642
|
]),
|
|
1582
1643
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [
|
|
1583
1644
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1584
|
-
onClick: _cache[
|
|
1645
|
+
onClick: _cache[68] || (_cache[68] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => (generated('multi')), ["stop"])),
|
|
1585
1646
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.generated,
|
|
1586
1647
|
type: "primary"
|
|
1587
1648
|
}, {
|
|
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
57
57
|
|
|
58
58
|
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
59
59
|
|
|
60
|
-
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .
|
|
60
|
+
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
/***/ }),
|
|
@@ -101,9 +101,9 @@ module.exports = require("element-plus/dist/index.full.js");
|
|
|
101
101
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
102
102
|
|
|
103
103
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
104
|
-
/* harmony export */
|
|
104
|
+
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
105
105
|
/* harmony export */ });
|
|
106
|
-
/* unused harmony
|
|
106
|
+
/* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
|
|
107
107
|
let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
|
|
108
108
|
|
|
109
109
|
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
@@ -112,6 +112,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
|
|
|
112
112
|
|
|
113
113
|
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
114
114
|
|
|
115
|
+
let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
|
|
116
|
+
|
|
117
|
+
__webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
|
|
118
|
+
|
|
119
|
+
|
|
115
120
|
|
|
116
121
|
/***/ })
|
|
117
122
|
|