@kq_npm/client3d_webgl_vue 3.0.7-beta → 3.0.9-beta
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 +290 -319
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +47 -179
- package/aspectanalysis/style/aspectanalysis.css +1 -1
- package/baseterraingallery/index.js +39 -177
- package/baseterraingallery/style/baseterraingallery.css +1 -1
- package/boxclip/index.js +50 -182
- package/boxclip/style/boxclip.css +1 -1
- package/excavatefillanalysis/index.js +57 -189
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -1
- package/flight/index.js +42 -177
- package/floodanalysis/index.js +64 -199
- package/floodanalysis/style/floodanalysis.css +1 -1
- package/gpuspatialquery/index.js +47 -179
- package/gpuspatialquery/style/gpuspatialquery.css +1 -1
- package/headertemp/index.js +34 -83
- package/index.js +1378 -733
- package/isolineanalysis/index.js +75 -207
- package/isolineanalysis/style/isolineanalysis.css +1 -1
- package/measure/index.js +42 -177
- package/modelselect/index.js +49 -182
- package/modelselect/style/modelselect.css +1 -1
- package/package.json +1 -1
- package/particleeffect/index.js +45 -178
- package/particleeffect/style/particleeffect.css +1 -1
- package/planeclip/index.js +51 -183
- package/planeclip/style/planeclip.css +1 -1
- package/profileanalysis/index.js +50 -182
- package/profileanalysis/style/profileanalysis.css +1 -1
- package/roller/index.js +43 -188
- package/scenceview/index.js +1477 -851
- package/screenshot/index.js +47 -179
- package/screenshot/style/screenshot.css +1 -1
- package/shadowanalysis/index.js +58 -190
- package/shadowanalysis/style/shadowanalysis.css +1 -1
- package/sightlineanalysis/index.js +46 -179
- package/sightlineanalysis/style/sightlineanalysis.css +1 -1
- package/skylineanalysis/index.js +49 -181
- package/skylineanalysis/style/skylineanalysis.css +1 -1
- package/slopeanalysis/index.js +62 -194
- package/slopeanalysis/style/slopeanalysis.css +1 -1
- package/style.css +1 -1
- package/terrainoperation/index.js +53 -185
- package/terrainoperation/style/terrainoperation.css +1 -1
- package/underground/index.js +32 -20
- package/viewshedanalysis/index.js +45 -178
- package/viewshedanalysis/style/viewshedanalysis.css +1 -1
- package/weathereffect/index.js +48 -180
- package/weathereffect/style/weathereffect.css +1 -1
package/screenshot/index.js
CHANGED
|
@@ -2,169 +2,6 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/ 519:
|
|
6
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
// EXPORTS
|
|
10
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
11
|
-
"default": function() { return /* reexport */ HeaderTemp; }
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
15
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
16
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
17
|
-
var util_ = __webpack_require__(9519);
|
|
18
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
|
|
19
|
-
|
|
20
|
-
const _hoisted_1 = {
|
|
21
|
-
class: "kq-control-header-temp"
|
|
22
|
-
};
|
|
23
|
-
const _hoisted_2 = {
|
|
24
|
-
class: "_title"
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const __default__ = {
|
|
29
|
-
name: "Kq3dHeaderTemp"
|
|
30
|
-
};
|
|
31
|
-
/* harmony default export */ var HeaderTempvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
32
|
-
props: {
|
|
33
|
-
// 是否显示阴影效果
|
|
34
|
-
showShadow: {
|
|
35
|
-
type: Boolean,
|
|
36
|
-
default: true
|
|
37
|
-
},
|
|
38
|
-
// HeaderTemp标题
|
|
39
|
-
headerTempTitle: {
|
|
40
|
-
type: String,
|
|
41
|
-
default: ""
|
|
42
|
-
},
|
|
43
|
-
// HeaderTemp图标
|
|
44
|
-
headerTempIcon: {
|
|
45
|
-
type: Object
|
|
46
|
-
},
|
|
47
|
-
// HeaderTemp是否折叠
|
|
48
|
-
isCollapse: {
|
|
49
|
-
type: Boolean,
|
|
50
|
-
default: false
|
|
51
|
-
},
|
|
52
|
-
// HeaderTemp Title&Icon的位置
|
|
53
|
-
isRight: {
|
|
54
|
-
type: Boolean,
|
|
55
|
-
default: true
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
|
|
59
|
-
setup(__props, {
|
|
60
|
-
expose
|
|
61
|
-
}) {
|
|
62
|
-
const props = __props;
|
|
63
|
-
const proxy = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)(); // 获取组件传参
|
|
64
|
-
// 图标组件
|
|
65
|
-
|
|
66
|
-
let iconBtn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
67
|
-
let isCollapse = props.isCollapse;
|
|
68
|
-
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
69
|
-
iconBtn.value = props.headerTempIcon;
|
|
70
|
-
let dom = proxy.parent.vnode.el;
|
|
71
|
-
|
|
72
|
-
if (!props.isRight) {
|
|
73
|
-
(0,util_.addClass)(dom, ["kq-is-show", "kq-is-left"]);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
if (isCollapse) {
|
|
77
|
-
if (props.showShadow) {
|
|
78
|
-
(0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
79
|
-
(0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
80
|
-
} else {
|
|
81
|
-
(0,util_.addClass)(dom, "kq-is-hide");
|
|
82
|
-
(0,util_.removeClass)(dom, "kq-is-show");
|
|
83
|
-
}
|
|
84
|
-
} else {
|
|
85
|
-
if (props.showShadow) {
|
|
86
|
-
(0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
87
|
-
(0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
88
|
-
} else {
|
|
89
|
-
(0,util_.removeClass)(dom, "kq-is-hide");
|
|
90
|
-
(0,util_.addClass)(dom, "kq-is-show");
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}); // 图标按钮点击事件
|
|
94
|
-
|
|
95
|
-
function btnClick() {
|
|
96
|
-
isCollapse = !isCollapse;
|
|
97
|
-
let dom = proxy.parent.vnode.el;
|
|
98
|
-
|
|
99
|
-
if (isCollapse) {
|
|
100
|
-
// 折叠
|
|
101
|
-
if (props.showShadow) {
|
|
102
|
-
(0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
103
|
-
(0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
104
|
-
} else {
|
|
105
|
-
(0,util_.addClass)(dom, "kq-is-hide");
|
|
106
|
-
(0,util_.removeClass)(dom, "kq-is-show");
|
|
107
|
-
}
|
|
108
|
-
} else {
|
|
109
|
-
// 展开
|
|
110
|
-
if (props.showShadow) {
|
|
111
|
-
(0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
112
|
-
(0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
113
|
-
} else {
|
|
114
|
-
(0,util_.addClass)(dom, "kq-is-show");
|
|
115
|
-
(0,util_.removeClass)(dom, "kq-is-hide");
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
expose({
|
|
121
|
-
btnClick
|
|
122
|
-
});
|
|
123
|
-
return (_ctx, _cache) => {
|
|
124
|
-
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
125
|
-
|
|
126
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(__props.headerTempTitle), 1
|
|
127
|
-
/* TEXT */
|
|
128
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
129
|
-
class: "_btn kq-control-header-temp_btn",
|
|
130
|
-
onClick: btnClick
|
|
131
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
132
|
-
size: 16
|
|
133
|
-
}, {
|
|
134
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((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)(iconBtn))))]),
|
|
135
|
-
_: 1
|
|
136
|
-
/* STABLE */
|
|
137
|
-
|
|
138
|
-
})])]);
|
|
139
|
-
};
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
}));
|
|
143
|
-
;// CONCATENATED MODULE: ./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
|
|
144
|
-
|
|
145
|
-
;// CONCATENATED MODULE: ./src/webgl/headertemp/HeaderTemp.vue
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
const __exports__ = HeaderTempvue_type_script_setup_true_lang_js;
|
|
150
|
-
|
|
151
|
-
/* harmony default export */ var HeaderTemp = (__exports__);
|
|
152
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
153
|
-
var init_js_ = __webpack_require__(5406);
|
|
154
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
155
|
-
;// CONCATENATED MODULE: ./src/webgl/headertemp/index.js
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
HeaderTemp.install = (Vue, opts) => {
|
|
160
|
-
init_js_default()(Vue, opts);
|
|
161
|
-
Vue.component(HeaderTemp.name, HeaderTemp);
|
|
162
|
-
};
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
/***/ }),
|
|
167
|
-
|
|
168
5
|
/***/ 1248:
|
|
169
6
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
170
7
|
|
|
@@ -467,11 +304,14 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
467
304
|
var gis_utils_ = __webpack_require__(826);
|
|
468
305
|
// EXTERNAL MODULE: ./src/webgl/screenshot/ScreenshotViewModel.js
|
|
469
306
|
var ScreenshotViewModel = __webpack_require__(1248);
|
|
470
|
-
// EXTERNAL MODULE:
|
|
471
|
-
var
|
|
307
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
308
|
+
var util_ = __webpack_require__(9519);
|
|
472
309
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/screenshot/Screenshot.vue?vue&type=script&setup=true&lang=js
|
|
473
310
|
|
|
474
311
|
const _hoisted_1 = {
|
|
312
|
+
class: "kq3d-screenshot-box"
|
|
313
|
+
};
|
|
314
|
+
const _hoisted_2 = {
|
|
475
315
|
class: "kq3d-screenshot-footer"
|
|
476
316
|
};
|
|
477
317
|
|
|
@@ -493,6 +333,11 @@ const __default__ = {
|
|
|
493
333
|
type: Boolean,
|
|
494
334
|
default: true
|
|
495
335
|
},
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
339
|
+
*/
|
|
340
|
+
position: [String, Object],
|
|
496
341
|
// 是否生成HeaderTemp
|
|
497
342
|
showHeaderTemp: {
|
|
498
343
|
type: Boolean,
|
|
@@ -549,8 +394,21 @@ const __default__ = {
|
|
|
549
394
|
//倾斜摄影名称
|
|
550
395
|
tilesetStyle: props.settingParams && props.settingParams.tilesetStyle || style // 倾斜摄影样式
|
|
551
396
|
|
|
552
|
-
});
|
|
397
|
+
}); // 组件容器Ref
|
|
398
|
+
|
|
399
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
400
|
+
|
|
401
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
402
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
553
403
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
404
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
405
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
406
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
407
|
+
});
|
|
408
|
+
watchCreateHeaderTemp();
|
|
409
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
410
|
+
watchCreateHeaderTemp();
|
|
411
|
+
});
|
|
554
412
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
555
413
|
if (scenceView) {
|
|
556
414
|
language.value = scenceView._language;
|
|
@@ -562,7 +420,18 @@ const __default__ = {
|
|
|
562
420
|
viewModel = new ScreenshotViewModel/* default */.Z(scenceView._viewer, formItem);
|
|
563
421
|
}
|
|
564
422
|
});
|
|
565
|
-
});
|
|
423
|
+
});
|
|
424
|
+
/**
|
|
425
|
+
* @description 监听header生成
|
|
426
|
+
*/
|
|
427
|
+
|
|
428
|
+
const watchCreateHeaderTemp = () => {
|
|
429
|
+
if (props.showHeaderTemp) {
|
|
430
|
+
// 生成headerTemp
|
|
431
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef);
|
|
432
|
+
}
|
|
433
|
+
}; // 场景出图
|
|
434
|
+
|
|
566
435
|
|
|
567
436
|
function sceneFigure() {
|
|
568
437
|
viewModel && viewModel.sceneFigure();
|
|
@@ -628,17 +497,16 @@ const __default__ = {
|
|
|
628
497
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
629
498
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-screenshot", {
|
|
630
499
|
'kq-box-shadow': __props.showShadow
|
|
631
|
-
}])
|
|
632
|
-
|
|
500
|
+
}]),
|
|
501
|
+
ref_key: "boxRef",
|
|
502
|
+
ref: boxRef
|
|
503
|
+
}, [__props.showHeaderTemp ? ((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)), {
|
|
633
504
|
key: 0,
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
}, null, 8
|
|
640
|
-
/* PROPS */
|
|
641
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
505
|
+
ref_key: "headerTempRef",
|
|
506
|
+
ref: headerTempRef
|
|
507
|
+
}, null, 512
|
|
508
|
+
/* NEED_PATCH */
|
|
509
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
642
510
|
"label-width": "120px",
|
|
643
511
|
"label-position": "left"
|
|
644
512
|
}, {
|
|
@@ -793,7 +661,7 @@ const __default__ = {
|
|
|
793
661
|
_: 1
|
|
794
662
|
/* STABLE */
|
|
795
663
|
|
|
796
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
664
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
797
665
|
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => sceneFigure(), ["stop"])),
|
|
798
666
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).screenshotTips,
|
|
799
667
|
type: "primary"
|
|
@@ -806,7 +674,7 @@ const __default__ = {
|
|
|
806
674
|
|
|
807
675
|
}, 8
|
|
808
676
|
/* PROPS */
|
|
809
|
-
, ["title"])])], 2
|
|
677
|
+
, ["title"])])])], 2
|
|
810
678
|
/* CLASS */
|
|
811
679
|
);
|
|
812
680
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.kq3d-screenshot{z-index:999;
|
|
1
|
+
.kq3d-screenshot{z-index:999;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color)}.kq3d-screenshot .kq3d-screenshot-box{width:200px}.kq3d-screenshot .kq3d-screenshot-tip{color:var(--kq-text-color-regular);font-size:13px}.kq3d-screenshot .kq3d-screenshot-tip p{margin:5px 0}.kq3d-screenshot .kq-form{margin-top:-8px}.kq3d-screenshot .kq-form-item{margin-bottom:8px}.kq3d-screenshot .kq-form-item__label{padding:0}.kq3d-screenshot .kq-form-item__content{text-align:end;display:block}.kq3d-screenshot .kq-row{display:block}.kq3d-screenshot .kq-input-number.is-controls-right{width:80px}.kq3d-screenshot .kq-input-number.is-controls-right .kq-input-number__decrease,.kq3d-screenshot .kq-input-number.is-controls-right .kq-input-number__increase{width:20px}.kq3d-screenshot .kq-col-8 .kq-input-number .kq-input__wrapper,.kq3d-screenshot .kq-input-number.is-controls-right .kq-input__wrapper{padding-left:0;padding-right:20px}.kq3d-screenshot .kq3d-screenshot-footer{padding-top:8px;text-align:right}
|
package/shadowanalysis/index.js
CHANGED
|
@@ -2,169 +2,6 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/ 519:
|
|
6
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
// EXPORTS
|
|
10
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
11
|
-
"default": function() { return /* reexport */ HeaderTemp; }
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
15
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
16
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
17
|
-
var util_ = __webpack_require__(9519);
|
|
18
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
|
|
19
|
-
|
|
20
|
-
const _hoisted_1 = {
|
|
21
|
-
class: "kq-control-header-temp"
|
|
22
|
-
};
|
|
23
|
-
const _hoisted_2 = {
|
|
24
|
-
class: "_title"
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const __default__ = {
|
|
29
|
-
name: "Kq3dHeaderTemp"
|
|
30
|
-
};
|
|
31
|
-
/* harmony default export */ var HeaderTempvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
32
|
-
props: {
|
|
33
|
-
// 是否显示阴影效果
|
|
34
|
-
showShadow: {
|
|
35
|
-
type: Boolean,
|
|
36
|
-
default: true
|
|
37
|
-
},
|
|
38
|
-
// HeaderTemp标题
|
|
39
|
-
headerTempTitle: {
|
|
40
|
-
type: String,
|
|
41
|
-
default: ""
|
|
42
|
-
},
|
|
43
|
-
// HeaderTemp图标
|
|
44
|
-
headerTempIcon: {
|
|
45
|
-
type: Object
|
|
46
|
-
},
|
|
47
|
-
// HeaderTemp是否折叠
|
|
48
|
-
isCollapse: {
|
|
49
|
-
type: Boolean,
|
|
50
|
-
default: false
|
|
51
|
-
},
|
|
52
|
-
// HeaderTemp Title&Icon的位置
|
|
53
|
-
isRight: {
|
|
54
|
-
type: Boolean,
|
|
55
|
-
default: true
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
|
|
59
|
-
setup(__props, {
|
|
60
|
-
expose
|
|
61
|
-
}) {
|
|
62
|
-
const props = __props;
|
|
63
|
-
const proxy = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)(); // 获取组件传参
|
|
64
|
-
// 图标组件
|
|
65
|
-
|
|
66
|
-
let iconBtn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
67
|
-
let isCollapse = props.isCollapse;
|
|
68
|
-
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
69
|
-
iconBtn.value = props.headerTempIcon;
|
|
70
|
-
let dom = proxy.parent.vnode.el;
|
|
71
|
-
|
|
72
|
-
if (!props.isRight) {
|
|
73
|
-
(0,util_.addClass)(dom, ["kq-is-show", "kq-is-left"]);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
if (isCollapse) {
|
|
77
|
-
if (props.showShadow) {
|
|
78
|
-
(0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
79
|
-
(0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
80
|
-
} else {
|
|
81
|
-
(0,util_.addClass)(dom, "kq-is-hide");
|
|
82
|
-
(0,util_.removeClass)(dom, "kq-is-show");
|
|
83
|
-
}
|
|
84
|
-
} else {
|
|
85
|
-
if (props.showShadow) {
|
|
86
|
-
(0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
87
|
-
(0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
88
|
-
} else {
|
|
89
|
-
(0,util_.removeClass)(dom, "kq-is-hide");
|
|
90
|
-
(0,util_.addClass)(dom, "kq-is-show");
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}); // 图标按钮点击事件
|
|
94
|
-
|
|
95
|
-
function btnClick() {
|
|
96
|
-
isCollapse = !isCollapse;
|
|
97
|
-
let dom = proxy.parent.vnode.el;
|
|
98
|
-
|
|
99
|
-
if (isCollapse) {
|
|
100
|
-
// 折叠
|
|
101
|
-
if (props.showShadow) {
|
|
102
|
-
(0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
103
|
-
(0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
104
|
-
} else {
|
|
105
|
-
(0,util_.addClass)(dom, "kq-is-hide");
|
|
106
|
-
(0,util_.removeClass)(dom, "kq-is-show");
|
|
107
|
-
}
|
|
108
|
-
} else {
|
|
109
|
-
// 展开
|
|
110
|
-
if (props.showShadow) {
|
|
111
|
-
(0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
112
|
-
(0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
113
|
-
} else {
|
|
114
|
-
(0,util_.addClass)(dom, "kq-is-show");
|
|
115
|
-
(0,util_.removeClass)(dom, "kq-is-hide");
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
expose({
|
|
121
|
-
btnClick
|
|
122
|
-
});
|
|
123
|
-
return (_ctx, _cache) => {
|
|
124
|
-
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
125
|
-
|
|
126
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(__props.headerTempTitle), 1
|
|
127
|
-
/* TEXT */
|
|
128
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
129
|
-
class: "_btn kq-control-header-temp_btn",
|
|
130
|
-
onClick: btnClick
|
|
131
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
132
|
-
size: 16
|
|
133
|
-
}, {
|
|
134
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((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)(iconBtn))))]),
|
|
135
|
-
_: 1
|
|
136
|
-
/* STABLE */
|
|
137
|
-
|
|
138
|
-
})])]);
|
|
139
|
-
};
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
}));
|
|
143
|
-
;// CONCATENATED MODULE: ./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
|
|
144
|
-
|
|
145
|
-
;// CONCATENATED MODULE: ./src/webgl/headertemp/HeaderTemp.vue
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
const __exports__ = HeaderTempvue_type_script_setup_true_lang_js;
|
|
150
|
-
|
|
151
|
-
/* harmony default export */ var HeaderTemp = (__exports__);
|
|
152
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
153
|
-
var init_js_ = __webpack_require__(5406);
|
|
154
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
155
|
-
;// CONCATENATED MODULE: ./src/webgl/headertemp/index.js
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
HeaderTemp.install = (Vue, opts) => {
|
|
160
|
-
init_js_default()(Vue, opts);
|
|
161
|
-
Vue.component(HeaderTemp.name, HeaderTemp);
|
|
162
|
-
};
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
/***/ }),
|
|
167
|
-
|
|
168
5
|
/***/ 4167:
|
|
169
6
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
170
7
|
|
|
@@ -558,28 +395,31 @@ var ShadowAnalysisViewModel = __webpack_require__(4167);
|
|
|
558
395
|
var const_image_ = __webpack_require__(9702);
|
|
559
396
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
560
397
|
var client_icons_vue_ = __webpack_require__(348);
|
|
561
|
-
// EXTERNAL MODULE:
|
|
562
|
-
var
|
|
398
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
399
|
+
var util_ = __webpack_require__(9519);
|
|
563
400
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/shadowanalysis/ShadowAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
564
401
|
|
|
565
402
|
const _hoisted_1 = {
|
|
566
|
-
class: "kq3d-shadow-analysis-
|
|
403
|
+
class: "kq3d-shadow-analysis-box"
|
|
567
404
|
};
|
|
568
405
|
const _hoisted_2 = {
|
|
569
406
|
class: "kq3d-shadow-analysis-span"
|
|
570
407
|
};
|
|
408
|
+
const _hoisted_3 = {
|
|
409
|
+
class: "kq3d-shadow-analysis-span"
|
|
410
|
+
};
|
|
571
411
|
|
|
572
|
-
const
|
|
412
|
+
const _hoisted_4 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1
|
|
573
413
|
/* HOISTED */
|
|
574
414
|
);
|
|
575
415
|
|
|
576
|
-
const
|
|
416
|
+
const _hoisted_5 = ["src"];
|
|
577
417
|
|
|
578
|
-
const
|
|
418
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1
|
|
579
419
|
/* HOISTED */
|
|
580
420
|
);
|
|
581
421
|
|
|
582
|
-
const
|
|
422
|
+
const _hoisted_7 = {
|
|
583
423
|
class: "kq3d-shadow-analysis-footer"
|
|
584
424
|
};
|
|
585
425
|
|
|
@@ -602,6 +442,11 @@ const __default__ = {
|
|
|
602
442
|
type: Boolean,
|
|
603
443
|
default: true
|
|
604
444
|
},
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
448
|
+
*/
|
|
449
|
+
position: [String, Object],
|
|
605
450
|
// 是否生成HeaderTemp
|
|
606
451
|
showHeaderTemp: {
|
|
607
452
|
type: Boolean,
|
|
@@ -715,8 +560,21 @@ const __default__ = {
|
|
|
715
560
|
// 透明缩放范围最小值
|
|
716
561
|
maxAlphaScale: props.settingParams && props.settingParams.alphaScale || 1 // 透明缩放范围最大值
|
|
717
562
|
|
|
718
|
-
});
|
|
563
|
+
}); // 组件容器Ref
|
|
564
|
+
|
|
565
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
566
|
+
|
|
567
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
568
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
719
569
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
570
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
571
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
572
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
573
|
+
});
|
|
574
|
+
watchCreateHeaderTemp();
|
|
575
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
576
|
+
watchCreateHeaderTemp();
|
|
577
|
+
});
|
|
720
578
|
time.value = [formItem.startTime, formItem.endTime];
|
|
721
579
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言类型
|
|
722
580
|
|
|
@@ -748,7 +606,18 @@ const __default__ = {
|
|
|
748
606
|
});
|
|
749
607
|
}
|
|
750
608
|
});
|
|
751
|
-
});
|
|
609
|
+
});
|
|
610
|
+
/**
|
|
611
|
+
* @description 监听header生成
|
|
612
|
+
*/
|
|
613
|
+
|
|
614
|
+
const watchCreateHeaderTemp = () => {
|
|
615
|
+
if (props.showHeaderTemp) {
|
|
616
|
+
// 生成headerTemp
|
|
617
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef);
|
|
618
|
+
}
|
|
619
|
+
}; // 获取当前日期
|
|
620
|
+
|
|
752
621
|
|
|
753
622
|
function GetDateStr() {
|
|
754
623
|
var dd = new Date();
|
|
@@ -871,24 +740,23 @@ const __default__ = {
|
|
|
871
740
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
872
741
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-shadow-analysis", {
|
|
873
742
|
'kq-box-shadow': __props.showShadow
|
|
874
|
-
}])
|
|
875
|
-
|
|
743
|
+
}]),
|
|
744
|
+
ref_key: "boxRef",
|
|
745
|
+
ref: boxRef
|
|
746
|
+
}, [__props.showHeaderTemp ? ((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)), {
|
|
876
747
|
key: 0,
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
}, null, 8
|
|
883
|
-
/* PROPS */
|
|
884
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
748
|
+
ref_key: "headerTempRef",
|
|
749
|
+
ref: headerTempRef
|
|
750
|
+
}, null, 512
|
|
751
|
+
/* NEED_PATCH */
|
|
752
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
885
753
|
class: "kq3d-shadow-analysis-datetime"
|
|
886
754
|
}, {
|
|
887
755
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
888
756
|
span: 4,
|
|
889
757
|
class: "colDate"
|
|
890
758
|
}, {
|
|
891
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
759
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analyseDate), 1
|
|
892
760
|
/* TEXT */
|
|
893
761
|
)]),
|
|
894
762
|
_: 1
|
|
@@ -922,7 +790,7 @@ const __default__ = {
|
|
|
922
790
|
span: 4,
|
|
923
791
|
class: "colTime"
|
|
924
792
|
}, {
|
|
925
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
793
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).time), 1
|
|
926
794
|
/* TEXT */
|
|
927
795
|
)]),
|
|
928
796
|
_: 1
|
|
@@ -952,7 +820,7 @@ const __default__ = {
|
|
|
952
820
|
_: 1
|
|
953
821
|
/* STABLE */
|
|
954
822
|
|
|
955
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row class=\"kq3d-shadow-analysis-datetime\">\r\n
|
|
823
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row class=\"kq3d-shadow-analysis-datetime\">\r\n <kq-col :span=\"6\">\r\n <span class=\"kq3d-shadow-analysis-span\">{{ language.analysisYear }}</span>\r\n </kq-col>\r\n <kq-col :span=\"18\">\r\n <kq-date-picker v-model=\"year\" align=\"right\" type=\"year\" format=\"YYYY年\"></kq-date-picker>\r\n <kq-row :gutter=\"20\">\r\n <kq-col :span=\"20\">\r\n <kq-slider\r\n v-model=\"month\"\r\n :step=\"1\"\r\n :min=\"formItem.1\"\r\n :max=\"formItem.12\"\r\n range\r\n :show-tooltip=\"false\"\r\n @change=\"changeMonth\"\r\n :marks=\"monthMarks\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"4\" class=\"kq3d-shadow-analysis-timeline\">\r\n <kq-icon @click=\"playOrPauseMonth\">\r\n <IconVideoPlay v-if=\"!playMonth\" />\r\n <IconVideoPause v-else />\r\n </kq-icon>\r\n </kq-col>\r\n </kq-row>\r\n </kq-col>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
956
824
|
class: "kq3d-shadow-analysis-tip"
|
|
957
825
|
}, {
|
|
958
826
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowTips), 1
|
|
@@ -1318,12 +1186,12 @@ const __default__ = {
|
|
|
1318
1186
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1319
1187
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
|
|
1320
1188
|
}, {
|
|
1321
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1189
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
1322
1190
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
|
|
1323
1191
|
alt: ""
|
|
1324
1192
|
}, null, 8
|
|
1325
1193
|
/* PROPS */
|
|
1326
|
-
,
|
|
1194
|
+
, _hoisted_5), _hoisted_6]),
|
|
1327
1195
|
_: 1
|
|
1328
1196
|
/* STABLE */
|
|
1329
1197
|
|
|
@@ -1333,7 +1201,7 @@ const __default__ = {
|
|
|
1333
1201
|
_: 1
|
|
1334
1202
|
/* STABLE */
|
|
1335
1203
|
|
|
1336
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row :gutter=\"20\" style=\"display: flex\">\r\n
|
|
1204
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row :gutter=\"20\" style=\"display: flex\">\r\n <kq-col :span=\"12\">\r\n <kq-checkbox v-model=\"formItem.showBuilding\">{{ language.showBuilding }}</kq-checkbox>\r\n </kq-col>\r\n <kq-col :span=\"12\">\r\n <kq-checkbox v-model=\"formItem.showVoxel\">{{ language.showVoxel }}</kq-checkbox>\r\n </kq-col>\r\n </kq-row> ")]),
|
|
1337
1205
|
_: 1
|
|
1338
1206
|
/* STABLE */
|
|
1339
1207
|
|
|
@@ -1349,7 +1217,7 @@ const __default__ = {
|
|
|
1349
1217
|
|
|
1350
1218
|
}, 8
|
|
1351
1219
|
/* PROPS */
|
|
1352
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
1220
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1353
1221
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1354
1222
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1355
1223
|
type: "primary"
|
|
@@ -1387,7 +1255,7 @@ const __default__ = {
|
|
|
1387
1255
|
|
|
1388
1256
|
}, 8
|
|
1389
1257
|
/* PROPS */
|
|
1390
|
-
, ["title"])])], 2
|
|
1258
|
+
, ["title"])])])], 2
|
|
1391
1259
|
/* CLASS */
|
|
1392
1260
|
);
|
|
1393
1261
|
};
|