@kq_npm/client3d_webgl_vue 4.5.2 → 4.5.4-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 +355 -538
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +172 -239
- package/baseterraingallery/index.js +124 -145
- package/boxclip/index.js +300 -481
- package/clientPrint/index.js +335 -898
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +226 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +193 -263
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +311 -415
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +255 -393
- package/geologicalbodyanalysis/index.js +215 -298
- package/gpuspatialquery/index.js +260 -402
- package/hawkeye/index.js +141 -103
- package/headertemp/index.js +25 -34
- package/heatmap3d/index.js +451 -763
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +20826 -17774
- package/isolineanalysis/index.js +566 -1243
- package/light/index.js +353 -488
- package/limitheightanalysis/index.js +251 -312
- package/measure/index.js +350 -504
- package/modelFlat/index.js +214 -234
- package/modelexcavate/index.js +206 -262
- package/modelfilter/index.js +229 -308
- package/modelprofileanalysis/index.js +356 -465
- package/modelselect/index.js +192 -184
- package/package.json +1 -1
- package/particleeffect/index.js +259 -430
- package/planeclip/index.js +249 -339
- package/resetview/index.js +89 -69
- package/roller/index.js +307 -363
- package/scaneffect/index.js +285 -582
- package/sceneadvancedtoimage/index.js +1055 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +11149 -0
- package/sceneset/index.js +393 -885
- package/scenetohdimage/index.js +214 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +22780 -19540
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +275 -312
- package/shadowanalysis/index.js +269 -448
- package/sightlineanalysis/index.js +231 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +213 -351
- package/slopeanalysis/index.js +282 -444
- package/slopeaspectanalysis/index.js +315 -534
- package/statusbar/index.js +194 -164
- package/style.css +1 -1
- package/terrainoperation/index.js +230 -280
- package/terrainprofileanalysis/index.js +174 -182
- package/underground/index.js +98 -82
- package/videofusion/index.js +319 -532
- package/videoproject/index.js +325 -534
- package/viewshedanalysis/index.js +178 -275
- package/weathereffect/index.js +199 -343
- package/wireframesketch/index.js +146 -150
|
@@ -7,43 +7,247 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__2975__, __WEBPACK_EXTERNAL_MODULE__455__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
16
|
-
/***/ (function(
|
|
15
|
+
/***/ 5698:
|
|
16
|
+
/***/ (function(module) {
|
|
17
|
+
|
|
18
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
19
|
+
|
|
20
|
+
/***/ }),
|
|
21
|
+
|
|
22
|
+
/***/ 2652:
|
|
23
|
+
/***/ (function(module) {
|
|
24
|
+
|
|
25
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
26
|
+
|
|
27
|
+
/***/ }),
|
|
28
|
+
|
|
29
|
+
/***/ 3658:
|
|
30
|
+
/***/ (function(module) {
|
|
31
|
+
|
|
32
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
33
|
+
|
|
34
|
+
/***/ }),
|
|
35
|
+
|
|
36
|
+
/***/ 4669:
|
|
37
|
+
/***/ (function(module) {
|
|
38
|
+
|
|
39
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
40
|
+
|
|
41
|
+
/***/ }),
|
|
42
|
+
|
|
43
|
+
/***/ 3579:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 64:
|
|
51
|
+
/***/ (function(module) {
|
|
52
|
+
|
|
53
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 2975:
|
|
58
|
+
/***/ (function(module) {
|
|
59
|
+
|
|
60
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
64
|
+
/***/ 455:
|
|
65
|
+
/***/ (function(module) {
|
|
66
|
+
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
68
|
+
|
|
69
|
+
/***/ }),
|
|
70
|
+
|
|
71
|
+
/***/ 154:
|
|
72
|
+
/***/ (function(module) {
|
|
73
|
+
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
75
|
+
|
|
76
|
+
/***/ }),
|
|
77
|
+
|
|
78
|
+
/***/ 6913:
|
|
79
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
// EXPORTS
|
|
83
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
84
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
88
|
+
function _typeof(o) {
|
|
89
|
+
"@babel/helpers - typeof";
|
|
90
|
+
|
|
91
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
92
|
+
return typeof o;
|
|
93
|
+
} : function (o) {
|
|
94
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
95
|
+
}, _typeof(o);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
99
|
+
|
|
100
|
+
function toPrimitive(t, r) {
|
|
101
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
102
|
+
var e = t[Symbol.toPrimitive];
|
|
103
|
+
if (void 0 !== e) {
|
|
104
|
+
var i = e.call(t, r || "default");
|
|
105
|
+
if ("object" != _typeof(i)) return i;
|
|
106
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
107
|
+
}
|
|
108
|
+
return ("string" === r ? String : Number)(t);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
function toPropertyKey(t) {
|
|
115
|
+
var i = toPrimitive(t, "string");
|
|
116
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
120
|
+
|
|
121
|
+
function _defineProperty(e, r, t) {
|
|
122
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
123
|
+
value: t,
|
|
124
|
+
enumerable: !0,
|
|
125
|
+
configurable: !0,
|
|
126
|
+
writable: !0
|
|
127
|
+
}) : e[r] = t, e;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
/***/ })
|
|
132
|
+
|
|
133
|
+
/******/ });
|
|
134
|
+
/************************************************************************/
|
|
135
|
+
/******/ // The module cache
|
|
136
|
+
/******/ var __webpack_module_cache__ = {};
|
|
137
|
+
/******/
|
|
138
|
+
/******/ // The require function
|
|
139
|
+
/******/ function __webpack_require__(moduleId) {
|
|
140
|
+
/******/ // Check if module is in cache
|
|
141
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
142
|
+
/******/ if (cachedModule !== undefined) {
|
|
143
|
+
/******/ return cachedModule.exports;
|
|
144
|
+
/******/ }
|
|
145
|
+
/******/ // Create a new module (and put it into the cache)
|
|
146
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
147
|
+
/******/ // no module.id needed
|
|
148
|
+
/******/ // no module.loaded needed
|
|
149
|
+
/******/ exports: {}
|
|
150
|
+
/******/ };
|
|
151
|
+
/******/
|
|
152
|
+
/******/ // Execute the module function
|
|
153
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
154
|
+
/******/
|
|
155
|
+
/******/ // Return the exports of the module
|
|
156
|
+
/******/ return module.exports;
|
|
157
|
+
/******/ }
|
|
158
|
+
/******/
|
|
159
|
+
/************************************************************************/
|
|
160
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
161
|
+
/******/ !function() {
|
|
162
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
163
|
+
/******/ __webpack_require__.n = function(module) {
|
|
164
|
+
/******/ var getter = module && module.__esModule ?
|
|
165
|
+
/******/ function() { return module['default']; } :
|
|
166
|
+
/******/ function() { return module; };
|
|
167
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
168
|
+
/******/ return getter;
|
|
169
|
+
/******/ };
|
|
170
|
+
/******/ }();
|
|
171
|
+
/******/
|
|
172
|
+
/******/ /* webpack/runtime/define property getters */
|
|
173
|
+
/******/ !function() {
|
|
174
|
+
/******/ // define getter functions for harmony exports
|
|
175
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
176
|
+
/******/ for(var key in definition) {
|
|
177
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
178
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
179
|
+
/******/ }
|
|
180
|
+
/******/ }
|
|
181
|
+
/******/ };
|
|
182
|
+
/******/ }();
|
|
183
|
+
/******/
|
|
184
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
185
|
+
/******/ !function() {
|
|
186
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
187
|
+
/******/ }();
|
|
188
|
+
/******/
|
|
189
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
190
|
+
/******/ !function() {
|
|
191
|
+
/******/ // define __esModule on exports
|
|
192
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
193
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
194
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
195
|
+
/******/ }
|
|
196
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
197
|
+
/******/ };
|
|
198
|
+
/******/ }();
|
|
199
|
+
/******/
|
|
200
|
+
/************************************************************************/
|
|
201
|
+
var __webpack_exports__ = {};
|
|
202
|
+
// ESM COMPAT FLAG
|
|
203
|
+
__webpack_require__.r(__webpack_exports__);
|
|
204
|
+
|
|
205
|
+
// EXPORTS
|
|
206
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
207
|
+
ModelProfileAnalysisViewModel: function() { return /* reexport */ ModelProfileAnalysisViewModel; },
|
|
208
|
+
"default": function() { return /* reexport */ ModelProfileAnalysis; }
|
|
209
|
+
});
|
|
210
|
+
|
|
211
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
212
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
213
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
214
|
+
var gis_utils_ = __webpack_require__(64);
|
|
215
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
216
|
+
var defineProperty = __webpack_require__(6913);
|
|
217
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
218
|
+
var es_array_push_js_ = __webpack_require__(2652);
|
|
219
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
220
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(3658);
|
|
221
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
222
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(4669);
|
|
223
|
+
;// CONCATENATED MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysisViewModel.js
|
|
224
|
+
|
|
225
|
+
|
|
17
226
|
|
|
18
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
|
-
/* harmony export */ "Z": function() { return /* binding */ ModelProfileAnalysisViewModel; }
|
|
20
|
-
/* harmony export */ });
|
|
21
|
-
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
22
227
|
|
|
228
|
+
/*
|
|
229
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
230
|
+
* All rights reserved.
|
|
231
|
+
*/
|
|
23
232
|
//分析逻辑类
|
|
24
233
|
let floatingPoint;
|
|
25
234
|
let drawPoints = [];
|
|
26
235
|
let activeShapePoints = [];
|
|
27
236
|
let activeCartographicPoints = [];
|
|
28
237
|
class ModelProfileAnalysisViewModel {
|
|
29
|
-
//剖面分析三维对象
|
|
30
|
-
//显示结果的DOM元素
|
|
31
|
-
//显示结果的DOM元素显隐
|
|
32
|
-
//全局参数对象
|
|
33
238
|
constructor(scenceView, viewModel, chart) {
|
|
34
|
-
(0,
|
|
35
|
-
|
|
36
|
-
(0,
|
|
37
|
-
|
|
38
|
-
(0,
|
|
39
|
-
|
|
40
|
-
(0,
|
|
41
|
-
|
|
42
|
-
(0,
|
|
239
|
+
(0,defineProperty/* default */.A)(this, "_profileAnalysis", null);
|
|
240
|
+
//剖面分析三维对象
|
|
241
|
+
(0,defineProperty/* default */.A)(this, "_ProfileAnalysisChart", null);
|
|
242
|
+
//显示结果的DOM元素
|
|
243
|
+
(0,defineProperty/* default */.A)(this, "_ProfileAnalysisChartVis", null);
|
|
244
|
+
//显示结果的DOM元素显隐
|
|
245
|
+
(0,defineProperty/* default */.A)(this, "_language", null);
|
|
246
|
+
//全局参数对象
|
|
247
|
+
(0,defineProperty/* default */.A)(this, "_globaOptions", {
|
|
43
248
|
width: 360,
|
|
44
249
|
height: 360
|
|
45
250
|
});
|
|
46
|
-
|
|
47
251
|
this._language = scenceView._language;
|
|
48
252
|
this._globaOptions.viewModel = {
|
|
49
253
|
angle: viewModel.perspectiveAngle || 90,
|
|
@@ -56,8 +260,8 @@ class ModelProfileAnalysisViewModel {
|
|
|
56
260
|
this._globaOptions.viewer.scene.postProcessStages._fxaa.enabled = true;
|
|
57
261
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
58
262
|
this._ProfileAnalysisChart = chart;
|
|
59
|
-
this._ProfileAnalysisChartVis = chart || {};
|
|
60
|
-
|
|
263
|
+
this._ProfileAnalysisChartVis = chart || {};
|
|
264
|
+
// 实例化单线剖面分析对象
|
|
61
265
|
this._profileAnalysis = new window.Cesium.Kq3dProfileAnalysis({
|
|
62
266
|
viewer: this._globaOptions.viewer,
|
|
63
267
|
width: this._globaOptions.width,
|
|
@@ -73,34 +277,30 @@ class ModelProfileAnalysisViewModel {
|
|
|
73
277
|
color: window.Cesium.Color.fromBytes(0, 255, 255, 200)
|
|
74
278
|
}
|
|
75
279
|
});
|
|
76
|
-
this._globaOptions._handler = new window.Cesium.ScreenSpaceEventHandler(this._globaOptions.viewer.canvas);
|
|
77
|
-
|
|
280
|
+
this._globaOptions._handler = new window.Cesium.ScreenSpaceEventHandler(this._globaOptions.viewer.canvas);
|
|
281
|
+
//创建剖面分析结果显示窗口
|
|
78
282
|
this._globaOptions.canvas = document.createElement("canvas");
|
|
79
283
|
this._globaOptions.canvas.id = "pro";
|
|
80
284
|
this._globaOptions.ctx = this._globaOptions.canvas.getContext("2d");
|
|
81
|
-
|
|
82
285
|
this._ProfileAnalysisChart.appendChild(this._globaOptions.canvas);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
|
|
286
|
+
}
|
|
287
|
+
//开始分析
|
|
86
288
|
start() {
|
|
87
289
|
//清空绘制结果
|
|
88
290
|
this.remove();
|
|
89
291
|
let that = this;
|
|
90
|
-
|
|
91
292
|
this._globaOptions._handler.removeInputAction(window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
92
|
-
|
|
93
293
|
this._globaOptions._handler.setInputAction(function (event) {
|
|
94
294
|
var earthPosition = that._globaOptions.viewer.scene.pickPosition(event.position);
|
|
95
|
-
|
|
96
295
|
if (window.Cesium.defined(earthPosition)) {
|
|
97
296
|
//绘制点
|
|
98
297
|
floatingPoint = that.createPoint(earthPosition);
|
|
99
298
|
drawPoints.push(floatingPoint);
|
|
100
299
|
activeShapePoints.push(earthPosition);
|
|
101
300
|
let earthPositionCarto = window.Cesium.Cartographic.fromCartesian(earthPosition);
|
|
102
|
-
activeCartographicPoints.push(earthPositionCarto);
|
|
301
|
+
activeCartographicPoints.push(earthPositionCarto);
|
|
103
302
|
|
|
303
|
+
//单线分析结果显示
|
|
104
304
|
if (activeShapePoints.length == 2) {
|
|
105
305
|
var newPositions = [];
|
|
106
306
|
activeShapePoints.forEach(position => {
|
|
@@ -117,9 +317,8 @@ class ModelProfileAnalysisViewModel {
|
|
|
117
317
|
}
|
|
118
318
|
}
|
|
119
319
|
}, window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
|
|
320
|
+
}
|
|
321
|
+
//绘制点
|
|
123
322
|
createPoint(worldPosition) {
|
|
124
323
|
var point = this._globaOptions.viewer.entities.add({
|
|
125
324
|
position: worldPosition,
|
|
@@ -128,11 +327,9 @@ class ModelProfileAnalysisViewModel {
|
|
|
128
327
|
pixelSize: 5
|
|
129
328
|
}
|
|
130
329
|
});
|
|
131
|
-
|
|
132
330
|
return point;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
331
|
+
}
|
|
332
|
+
//更新单线剖面分析结果
|
|
136
333
|
updatePorfileAnalysis() {
|
|
137
334
|
if (this._profileAnalysis) {
|
|
138
335
|
this._profileAnalysis.frustumH = this._globaOptions.viewModel.frustumH;
|
|
@@ -140,31 +337,25 @@ class ModelProfileAnalysisViewModel {
|
|
|
140
337
|
this._profileAnalysis.extendWidth = this._globaOptions.viewModel.extendWidth;
|
|
141
338
|
this._profileAnalysis.cameraHeight = this._globaOptions.viewModel.cameraHeight;
|
|
142
339
|
this._profileAnalysis.isPerspective = this._globaOptions.viewModel.isPerspective;
|
|
143
|
-
|
|
144
340
|
if (this._globaOptions._handler) {
|
|
145
341
|
let buffer = this._profileAnalysis.updateBuffer();
|
|
146
|
-
|
|
147
342
|
this._ProfileAnalysisChartVis.value = true;
|
|
148
343
|
setTimeout(() => {
|
|
149
344
|
this.getPorfileAnalysisTexture(buffer);
|
|
150
|
-
|
|
151
345
|
this._globaOptions._handler.removeInputAction(window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
152
346
|
}, 500);
|
|
153
347
|
}
|
|
154
348
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
|
|
349
|
+
}
|
|
350
|
+
//获取单线剖面分析纹理
|
|
158
351
|
getPorfileAnalysisTexture(buffer) {
|
|
159
352
|
if (buffer) {
|
|
160
353
|
this._globaOptions.canvas.height = this._globaOptions.height;
|
|
161
354
|
this._globaOptions.canvas.width = this._globaOptions.width;
|
|
355
|
+
let imgData = this._globaOptions.ctx.createImageData(this._globaOptions.width, this._globaOptions.height);
|
|
162
356
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
357
|
+
// flipY
|
|
166
358
|
var line = this._globaOptions.width * 4;
|
|
167
|
-
|
|
168
359
|
for (let h = 0; h < this._globaOptions.height; h++) {
|
|
169
360
|
for (let w = 0; w < this._globaOptions.width; w++) {
|
|
170
361
|
for (let n = 0; n < 4; n++) {
|
|
@@ -172,29 +363,21 @@ class ModelProfileAnalysisViewModel {
|
|
|
172
363
|
}
|
|
173
364
|
}
|
|
174
365
|
}
|
|
366
|
+
this._globaOptions.ctx.putImageData(imgData, 0, 0);
|
|
175
367
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
368
|
+
//=====================
|
|
179
369
|
this._globaOptions.ctx.setLineDash([20, 5]);
|
|
180
|
-
|
|
181
370
|
this._globaOptions.ctx.lineWidth = 1;
|
|
182
371
|
this._globaOptions.ctx.strokeStyle = "#ff2";
|
|
183
372
|
let fTop = (1.0 - this._profileAnalysis._frustumH / this._profileAnalysis._maxH) * 360;
|
|
184
373
|
let fLeft = (1.0 - this._profileAnalysis._frustumW / this._profileAnalysis._maxW) / 2 * 360;
|
|
185
|
-
|
|
186
374
|
this._globaOptions.ctx.moveTo(fLeft, 360); // bottom
|
|
187
|
-
|
|
188
|
-
|
|
189
375
|
this._globaOptions.ctx.lineTo(fLeft, fTop);
|
|
190
|
-
|
|
191
376
|
this._globaOptions.ctx.lineTo(360 - fLeft, fTop);
|
|
192
|
-
|
|
193
377
|
this._globaOptions.ctx.lineTo(360 - fLeft, 360);
|
|
378
|
+
this._globaOptions.ctx.stroke();
|
|
194
379
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
380
|
+
//=====================
|
|
198
381
|
let str = String(this._profileAnalysis._frustumW.toFixed(2));
|
|
199
382
|
let str1 = this._language.profileLength + " : " + str + "m";
|
|
200
383
|
str = String(this._profileAnalysis._maxW.toFixed(2));
|
|
@@ -207,239 +390,68 @@ class ModelProfileAnalysisViewModel {
|
|
|
207
390
|
this._globaOptions.ctx.textAlign = "left";
|
|
208
391
|
this._globaOptions.ctx.textBaseline = "bottom";
|
|
209
392
|
this._globaOptions.ctx.fillStyle = "#ccc";
|
|
210
|
-
|
|
211
393
|
this._globaOptions.ctx.fillText(str1, 10, 20);
|
|
212
|
-
|
|
213
394
|
this._globaOptions.ctx.fillText(str2, 10, 40);
|
|
214
|
-
|
|
215
395
|
this._globaOptions.ctx.fillText(str3, 10, 60);
|
|
216
|
-
|
|
217
396
|
this._globaOptions.ctx.fillText(str4, 10, 80);
|
|
218
397
|
}
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
|
|
398
|
+
}
|
|
399
|
+
// 是否透视
|
|
222
400
|
setEnablePerspective(val) {
|
|
223
401
|
this._globaOptions.viewModel.isPerspective = val;
|
|
224
402
|
if (this._ProfileAnalysisChartVis.value) this.updatePorfileAnalysis();
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
|
|
403
|
+
}
|
|
404
|
+
// 透视角度
|
|
228
405
|
setPerspectiveAngle(val) {
|
|
229
406
|
this._globaOptions.viewModel.angle = val;
|
|
230
407
|
if (this._ProfileAnalysisChartVis.value) this.updatePorfileAnalysis();
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
|
|
408
|
+
}
|
|
409
|
+
// 目标区域宽度
|
|
234
410
|
setTargetAreaWidth(val) {
|
|
235
411
|
this._globaOptions.viewModel.extendWidth = val;
|
|
236
412
|
if (this._ProfileAnalysisChartVis.value) this.updatePorfileAnalysis();
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
|
|
413
|
+
}
|
|
414
|
+
// 目标区域高度
|
|
240
415
|
setTargetAreaHeight(val) {
|
|
241
416
|
this._globaOptions.viewModel.frustumH = val;
|
|
242
417
|
if (this._ProfileAnalysisChartVis.value) this.updatePorfileAnalysis();
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
418
|
+
}
|
|
419
|
+
// 相机高度
|
|
246
420
|
setCameraHeight(val) {
|
|
247
421
|
this._globaOptions.viewModel.cameraHeight = val;
|
|
248
422
|
if (this._ProfileAnalysisChartVis.value) this.updatePorfileAnalysis();
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
|
|
423
|
+
}
|
|
424
|
+
// 切换语言
|
|
252
425
|
changeLanguage(lang) {
|
|
253
426
|
this._language = lang;
|
|
254
427
|
if (this._ProfileAnalysisChartVis.value) this.updatePorfileAnalysis();
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
|
|
428
|
+
}
|
|
429
|
+
// 清理剖面分析
|
|
258
430
|
remove() {
|
|
259
431
|
this._ProfileAnalysisChartVis.value = false;
|
|
260
432
|
this._profileAnalysis && this._profileAnalysis.clearPrimitives();
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
433
|
+
}
|
|
434
|
+
//清除全部结果
|
|
264
435
|
clear() {
|
|
265
436
|
this.remove();
|
|
266
|
-
|
|
267
437
|
this._globaOptions._handler.removeInputAction(window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
|
|
438
|
+
}
|
|
439
|
+
// 销毁
|
|
271
440
|
destroy() {
|
|
272
441
|
this.remove();
|
|
273
|
-
|
|
274
442
|
this._globaOptions._handler.removeInputAction(window.Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
275
|
-
|
|
276
443
|
this._globaOptions._handler = null;
|
|
277
444
|
this._ProfileAnalysisChartVis.value = false;
|
|
278
445
|
this._profileAnalysis && this._profileAnalysis.destroy();
|
|
279
446
|
this._profileAnalysis = null;
|
|
280
447
|
}
|
|
281
|
-
|
|
282
448
|
}
|
|
283
|
-
|
|
284
|
-
/***/ }),
|
|
285
|
-
|
|
286
|
-
/***/ 348:
|
|
287
|
-
/***/ (function(module) {
|
|
288
|
-
|
|
289
|
-
module.exports = require("@kq_npm/client_icons_vue");
|
|
290
|
-
|
|
291
|
-
/***/ }),
|
|
292
|
-
|
|
293
|
-
/***/ 7080:
|
|
294
|
-
/***/ (function(module) {
|
|
295
|
-
|
|
296
|
-
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
297
|
-
|
|
298
|
-
/***/ }),
|
|
299
|
-
|
|
300
|
-
/***/ 7135:
|
|
301
|
-
/***/ (function(module) {
|
|
302
|
-
|
|
303
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
304
|
-
|
|
305
|
-
/***/ }),
|
|
306
|
-
|
|
307
|
-
/***/ 3458:
|
|
308
|
-
/***/ (function(module) {
|
|
309
|
-
|
|
310
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
311
|
-
|
|
312
|
-
/***/ }),
|
|
313
|
-
|
|
314
|
-
/***/ 7997:
|
|
315
|
-
/***/ (function(module) {
|
|
316
|
-
|
|
317
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
318
|
-
|
|
319
|
-
/***/ }),
|
|
320
|
-
|
|
321
|
-
/***/ 1895:
|
|
322
|
-
/***/ (function(module) {
|
|
323
|
-
|
|
324
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
325
|
-
|
|
326
|
-
/***/ }),
|
|
327
|
-
|
|
328
|
-
/***/ 8270:
|
|
329
|
-
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
330
|
-
|
|
331
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
332
|
-
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
333
|
-
/* harmony export */ });
|
|
334
|
-
function _defineProperty(obj, key, value) {
|
|
335
|
-
if (key in obj) {
|
|
336
|
-
Object.defineProperty(obj, key, {
|
|
337
|
-
value: value,
|
|
338
|
-
enumerable: true,
|
|
339
|
-
configurable: true,
|
|
340
|
-
writable: true
|
|
341
|
-
});
|
|
342
|
-
} else {
|
|
343
|
-
obj[key] = value;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
return obj;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/***/ })
|
|
350
|
-
|
|
351
|
-
/******/ });
|
|
352
|
-
/************************************************************************/
|
|
353
|
-
/******/ // The module cache
|
|
354
|
-
/******/ var __webpack_module_cache__ = {};
|
|
355
|
-
/******/
|
|
356
|
-
/******/ // The require function
|
|
357
|
-
/******/ function __webpack_require__(moduleId) {
|
|
358
|
-
/******/ // Check if module is in cache
|
|
359
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
360
|
-
/******/ if (cachedModule !== undefined) {
|
|
361
|
-
/******/ return cachedModule.exports;
|
|
362
|
-
/******/ }
|
|
363
|
-
/******/ // Create a new module (and put it into the cache)
|
|
364
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
365
|
-
/******/ // no module.id needed
|
|
366
|
-
/******/ // no module.loaded needed
|
|
367
|
-
/******/ exports: {}
|
|
368
|
-
/******/ };
|
|
369
|
-
/******/
|
|
370
|
-
/******/ // Execute the module function
|
|
371
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
372
|
-
/******/
|
|
373
|
-
/******/ // Return the exports of the module
|
|
374
|
-
/******/ return module.exports;
|
|
375
|
-
/******/ }
|
|
376
|
-
/******/
|
|
377
|
-
/************************************************************************/
|
|
378
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
379
|
-
/******/ !function() {
|
|
380
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
381
|
-
/******/ __webpack_require__.n = function(module) {
|
|
382
|
-
/******/ var getter = module && module.__esModule ?
|
|
383
|
-
/******/ function() { return module['default']; } :
|
|
384
|
-
/******/ function() { return module; };
|
|
385
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
386
|
-
/******/ return getter;
|
|
387
|
-
/******/ };
|
|
388
|
-
/******/ }();
|
|
389
|
-
/******/
|
|
390
|
-
/******/ /* webpack/runtime/define property getters */
|
|
391
|
-
/******/ !function() {
|
|
392
|
-
/******/ // define getter functions for harmony exports
|
|
393
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
394
|
-
/******/ for(var key in definition) {
|
|
395
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
396
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
397
|
-
/******/ }
|
|
398
|
-
/******/ }
|
|
399
|
-
/******/ };
|
|
400
|
-
/******/ }();
|
|
401
|
-
/******/
|
|
402
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
403
|
-
/******/ !function() {
|
|
404
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
405
|
-
/******/ }();
|
|
406
|
-
/******/
|
|
407
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
408
|
-
/******/ !function() {
|
|
409
|
-
/******/ // define __esModule on exports
|
|
410
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
411
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
412
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
413
|
-
/******/ }
|
|
414
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
415
|
-
/******/ };
|
|
416
|
-
/******/ }();
|
|
417
|
-
/******/
|
|
418
|
-
/************************************************************************/
|
|
419
|
-
var __webpack_exports__ = {};
|
|
420
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
421
|
-
!function() {
|
|
422
|
-
// ESM COMPAT FLAG
|
|
423
|
-
__webpack_require__.r(__webpack_exports__);
|
|
424
|
-
|
|
425
|
-
// EXPORTS
|
|
426
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
427
|
-
"ModelProfileAnalysisViewModel": function() { return /* reexport */ ModelProfileAnalysisViewModel/* default */.Z; },
|
|
428
|
-
"default": function() { return /* reexport */ ModelProfileAnalysis; }
|
|
429
|
-
});
|
|
430
|
-
|
|
431
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
432
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
433
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
434
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
435
|
-
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysisViewModel.js
|
|
436
|
-
var ModelProfileAnalysisViewModel = __webpack_require__(9166);
|
|
437
449
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
438
|
-
var client_icons_vue_ = __webpack_require__(
|
|
450
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
439
451
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
440
|
-
var util_ = __webpack_require__(
|
|
452
|
+
var util_ = __webpack_require__(2975);
|
|
441
453
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
442
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
454
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
443
455
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/modelprofileanalysis/ModelProfileAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
444
456
|
|
|
445
457
|
const _hoisted_1 = {
|
|
@@ -464,7 +476,7 @@ const _hoisted_4 = {
|
|
|
464
476
|
const __default__ = {
|
|
465
477
|
name: "Kq3dModelProfileAnalysis"
|
|
466
478
|
};
|
|
467
|
-
/* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (
|
|
479
|
+
/* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
468
480
|
props: {
|
|
469
481
|
// 设置参数
|
|
470
482
|
settingParams: {
|
|
@@ -475,7 +487,6 @@ const __default__ = {
|
|
|
475
487
|
type: Boolean,
|
|
476
488
|
default: true
|
|
477
489
|
},
|
|
478
|
-
|
|
479
490
|
/**
|
|
480
491
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
481
492
|
*/
|
|
@@ -505,19 +516,18 @@ const __default__ = {
|
|
|
505
516
|
default: true
|
|
506
517
|
}
|
|
507
518
|
},
|
|
508
|
-
|
|
509
519
|
setup(__props, {
|
|
510
|
-
expose
|
|
520
|
+
expose: __expose
|
|
511
521
|
}) {
|
|
522
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
523
|
+
// 设置
|
|
524
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
525
|
+
// 分析类
|
|
526
|
+
let viewModel = null;
|
|
527
|
+
// chart显示
|
|
528
|
+
let resultCahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
529
|
+
// 获取组件传参
|
|
512
530
|
const props = __props;
|
|
513
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 设置
|
|
514
|
-
|
|
515
|
-
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 分析类
|
|
516
|
-
|
|
517
|
-
let viewModel = null; // chart显示
|
|
518
|
-
|
|
519
|
-
let resultCahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true); // 获取组件传参
|
|
520
|
-
|
|
521
531
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
522
532
|
perspectiveAngle: props.settingParams && props.settingParams.perspectiveAngle || 90,
|
|
523
533
|
// 透视角度
|
|
@@ -544,14 +554,16 @@ const __default__ = {
|
|
|
544
554
|
maxCameraHeight: props.settingParams && props.settingParams.maxCameraHeight || 500,
|
|
545
555
|
// 相机高度范围最大值
|
|
546
556
|
enablePerspective: props.settingParams && props.settingParams.isLabel !== undefined || true // 是否透视
|
|
557
|
+
});
|
|
547
558
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
559
|
+
// 组件容器Ref
|
|
560
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
551
561
|
|
|
562
|
+
// 生成组件默认header
|
|
552
563
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
553
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
564
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
554
565
|
|
|
566
|
+
// 国际化
|
|
555
567
|
let {
|
|
556
568
|
locale,
|
|
557
569
|
messages
|
|
@@ -573,7 +585,7 @@ const __default__ = {
|
|
|
573
585
|
});
|
|
574
586
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
575
587
|
if (scenceView) {
|
|
576
|
-
viewModel = new ModelProfileAnalysisViewModel
|
|
588
|
+
viewModel = new ModelProfileAnalysisViewModel(scenceView, {
|
|
577
589
|
perspectiveAngle: formItem.perspectiveAngle,
|
|
578
590
|
// 透视角度
|
|
579
591
|
targetAreaWidth: formItem.targetAreaWidth,
|
|
@@ -583,64 +595,57 @@ const __default__ = {
|
|
|
583
595
|
cameraHeight: formItem.cameraHeight,
|
|
584
596
|
// 相机高度
|
|
585
597
|
enablePerspective: formItem.enablePerspective // 是否透视
|
|
586
|
-
|
|
587
598
|
}, document.getElementById("resultCahrt"));
|
|
588
599
|
viewModel._ProfileAnalysisChartVis = resultCahrtVis;
|
|
589
600
|
resultCahrtVis.value = false;
|
|
590
601
|
}
|
|
591
602
|
});
|
|
592
603
|
});
|
|
604
|
+
|
|
593
605
|
/**
|
|
594
606
|
* @description 监听header生成
|
|
595
607
|
*/
|
|
596
|
-
|
|
597
608
|
const watchCreateHeaderTemp = () => {
|
|
598
609
|
if (props.showHeaderTemp) {
|
|
599
610
|
// 生成headerTemp
|
|
600
611
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
601
612
|
}
|
|
602
|
-
};
|
|
603
|
-
|
|
613
|
+
};
|
|
604
614
|
|
|
615
|
+
// 开始分析
|
|
605
616
|
function startAnalysis() {
|
|
606
617
|
viewModel && viewModel.start();
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
|
|
618
|
+
}
|
|
619
|
+
// 清除结果
|
|
610
620
|
function clearResult() {
|
|
611
621
|
viewModel && viewModel.clear();
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
|
|
622
|
+
}
|
|
623
|
+
// 是否透视
|
|
615
624
|
function onChangeEnablePerspective() {
|
|
616
625
|
viewModel && viewModel.setEnablePerspective(formItem.enablePerspective);
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
|
|
626
|
+
}
|
|
627
|
+
// 透视角度
|
|
620
628
|
function onChangePerspectiveAngle() {
|
|
621
629
|
viewModel && viewModel.setPerspectiveAngle(formItem.perspectiveAngle);
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
|
|
630
|
+
}
|
|
631
|
+
// 目标区域宽度
|
|
625
632
|
function onChangeTargetAreaWidth() {
|
|
626
633
|
viewModel && viewModel.setTargetAreaWidth(formItem.targetAreaWidth);
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
|
|
634
|
+
}
|
|
635
|
+
// 目标区域高度
|
|
630
636
|
function onChangeTargetAreaHeight() {
|
|
631
637
|
viewModel && viewModel.setTargetAreaHeight(formItem.targetAreaHeight);
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
|
|
638
|
+
}
|
|
639
|
+
// 相机高度
|
|
635
640
|
function onChangeCameraHeight() {
|
|
636
641
|
viewModel && viewModel.setCameraHeight(formItem.cameraHeight);
|
|
637
|
-
}
|
|
638
|
-
|
|
642
|
+
}
|
|
639
643
|
|
|
644
|
+
// 销毁
|
|
640
645
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
641
646
|
viewModel && viewModel.destroy();
|
|
642
647
|
});
|
|
643
|
-
|
|
648
|
+
__expose({
|
|
644
649
|
startAnalysis,
|
|
645
650
|
clearResult,
|
|
646
651
|
onChangeEnablePerspective,
|
|
@@ -651,25 +656,15 @@ const __default__ = {
|
|
|
651
656
|
});
|
|
652
657
|
return (_ctx, _cache) => {
|
|
653
658
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
654
|
-
|
|
655
659
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
656
|
-
|
|
657
660
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
658
|
-
|
|
659
661
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
660
|
-
|
|
661
662
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
662
|
-
|
|
663
663
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
664
|
-
|
|
665
664
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
666
|
-
|
|
667
665
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
668
|
-
|
|
669
666
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
670
|
-
|
|
671
667
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
672
|
-
|
|
673
668
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
674
669
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-model-profile-analysis", {
|
|
675
670
|
'kq-box-shadow': __props.showShadow
|
|
@@ -680,17 +675,11 @@ const __default__ = {
|
|
|
680
675
|
key: 0,
|
|
681
676
|
ref_key: "headerTempRef",
|
|
682
677
|
ref: headerTempRef
|
|
683
|
-
}, null, 512
|
|
684
|
-
/* NEED_PATCH */
|
|
685
|
-
)) : (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, {
|
|
678
|
+
}, null, 512 /* NEED_PATCH */)) : (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, {
|
|
686
679
|
class: "kq3d-model-profile-analysis-tip"
|
|
687
680
|
}, {
|
|
688
|
-
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).profileTips), 1
|
|
689
|
-
/*
|
|
690
|
-
)]),
|
|
691
|
-
_: 1
|
|
692
|
-
/* STABLE */
|
|
693
|
-
|
|
681
|
+
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).profileTips), 1 /* TEXT */)]),
|
|
682
|
+
_: 1 /* STABLE */
|
|
694
683
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
695
684
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
696
685
|
}, {
|
|
@@ -721,12 +710,8 @@ const __default__ = {
|
|
|
721
710
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minPerspectiveAngle,
|
|
722
711
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxPerspectiveAngle,
|
|
723
712
|
onInput: onChangePerspectiveAngle
|
|
724
|
-
}, null, 8
|
|
725
|
-
/*
|
|
726
|
-
, ["modelValue", "min", "max"])]),
|
|
727
|
-
_: 1
|
|
728
|
-
/* STABLE */
|
|
729
|
-
|
|
713
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
714
|
+
_: 1 /* STABLE */
|
|
730
715
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
731
716
|
span: 8
|
|
732
717
|
}, {
|
|
@@ -737,26 +722,14 @@ const __default__ = {
|
|
|
737
722
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxPerspectiveAngle,
|
|
738
723
|
step: 1,
|
|
739
724
|
"controls-position": "right"
|
|
740
|
-
}, null, 8
|
|
741
|
-
/*
|
|
742
|
-
, ["modelValue", "min", "max"])]),
|
|
743
|
-
_: 1
|
|
744
|
-
/* STABLE */
|
|
745
|
-
|
|
725
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
726
|
+
_: 1 /* STABLE */
|
|
746
727
|
})]),
|
|
747
|
-
_: 1
|
|
748
|
-
/* STABLE */
|
|
749
|
-
|
|
728
|
+
_: 1 /* STABLE */
|
|
750
729
|
})]),
|
|
751
|
-
_: 1
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
}, 8
|
|
755
|
-
/* PROPS */
|
|
756
|
-
, ["label"])]),
|
|
757
|
-
_: 1
|
|
758
|
-
/* STABLE */
|
|
759
|
-
|
|
730
|
+
_: 1 /* STABLE */
|
|
731
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
732
|
+
_: 1 /* STABLE */
|
|
760
733
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
761
734
|
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, {
|
|
762
735
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetAreaWidth
|
|
@@ -776,12 +749,8 @@ const __default__ = {
|
|
|
776
749
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTargetAreaWidth,
|
|
777
750
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaWidth,
|
|
778
751
|
onInput: onChangeTargetAreaWidth
|
|
779
|
-
}, null, 8
|
|
780
|
-
/*
|
|
781
|
-
, ["modelValue", "min", "max"])]),
|
|
782
|
-
_: 1
|
|
783
|
-
/* STABLE */
|
|
784
|
-
|
|
752
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
753
|
+
_: 1 /* STABLE */
|
|
785
754
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
786
755
|
span: 8
|
|
787
756
|
}, {
|
|
@@ -792,26 +761,14 @@ const __default__ = {
|
|
|
792
761
|
step: 1,
|
|
793
762
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaWidth,
|
|
794
763
|
"controls-position": "right"
|
|
795
|
-
}, null, 8
|
|
796
|
-
/*
|
|
797
|
-
, ["modelValue", "min", "max"])]),
|
|
798
|
-
_: 1
|
|
799
|
-
/* STABLE */
|
|
800
|
-
|
|
764
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
765
|
+
_: 1 /* STABLE */
|
|
801
766
|
})]),
|
|
802
|
-
_: 1
|
|
803
|
-
/* STABLE */
|
|
804
|
-
|
|
767
|
+
_: 1 /* STABLE */
|
|
805
768
|
})]),
|
|
806
|
-
_: 1
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
}, 8
|
|
810
|
-
/* PROPS */
|
|
811
|
-
, ["label"])]),
|
|
812
|
-
_: 1
|
|
813
|
-
/* STABLE */
|
|
814
|
-
|
|
769
|
+
_: 1 /* STABLE */
|
|
770
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
771
|
+
_: 1 /* STABLE */
|
|
815
772
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
816
773
|
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, {
|
|
817
774
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetAreaHeight
|
|
@@ -831,12 +788,8 @@ const __default__ = {
|
|
|
831
788
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTargetAreaHeight,
|
|
832
789
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaHeight,
|
|
833
790
|
onInput: onChangeTargetAreaHeight
|
|
834
|
-
}, null, 8
|
|
835
|
-
/*
|
|
836
|
-
, ["modelValue", "min", "max"])]),
|
|
837
|
-
_: 1
|
|
838
|
-
/* STABLE */
|
|
839
|
-
|
|
791
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
792
|
+
_: 1 /* STABLE */
|
|
840
793
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
841
794
|
span: 8
|
|
842
795
|
}, {
|
|
@@ -847,26 +800,14 @@ const __default__ = {
|
|
|
847
800
|
step: 1,
|
|
848
801
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaHeight,
|
|
849
802
|
"controls-position": "right"
|
|
850
|
-
}, null, 8
|
|
851
|
-
/*
|
|
852
|
-
, ["modelValue", "min", "max"])]),
|
|
853
|
-
_: 1
|
|
854
|
-
/* STABLE */
|
|
855
|
-
|
|
803
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
804
|
+
_: 1 /* STABLE */
|
|
856
805
|
})]),
|
|
857
|
-
_: 1
|
|
858
|
-
/* STABLE */
|
|
859
|
-
|
|
806
|
+
_: 1 /* STABLE */
|
|
860
807
|
})]),
|
|
861
|
-
_: 1
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
}, 8
|
|
865
|
-
/* PROPS */
|
|
866
|
-
, ["label"])]),
|
|
867
|
-
_: 1
|
|
868
|
-
/* STABLE */
|
|
869
|
-
|
|
808
|
+
_: 1 /* STABLE */
|
|
809
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
810
|
+
_: 1 /* STABLE */
|
|
870
811
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
871
812
|
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, {
|
|
872
813
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cameraHeight
|
|
@@ -886,12 +827,8 @@ const __default__ = {
|
|
|
886
827
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minCameraHeight,
|
|
887
828
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxCameraHeight,
|
|
888
829
|
onInput: onChangeCameraHeight
|
|
889
|
-
}, null, 8
|
|
890
|
-
/*
|
|
891
|
-
, ["modelValue", "min", "max"])]),
|
|
892
|
-
_: 1
|
|
893
|
-
/* STABLE */
|
|
894
|
-
|
|
830
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
831
|
+
_: 1 /* STABLE */
|
|
895
832
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
896
833
|
span: 8
|
|
897
834
|
}, {
|
|
@@ -902,93 +839,46 @@ const __default__ = {
|
|
|
902
839
|
step: 1,
|
|
903
840
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxCameraHeight,
|
|
904
841
|
"controls-position": "right"
|
|
905
|
-
}, null, 8
|
|
906
|
-
/*
|
|
907
|
-
, ["modelValue", "min", "max"])]),
|
|
908
|
-
_: 1
|
|
909
|
-
/* STABLE */
|
|
910
|
-
|
|
842
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
843
|
+
_: 1 /* STABLE */
|
|
911
844
|
})]),
|
|
912
|
-
_: 1
|
|
913
|
-
/* STABLE */
|
|
914
|
-
|
|
845
|
+
_: 1 /* STABLE */
|
|
915
846
|
})]),
|
|
916
|
-
_: 1
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
}, 8
|
|
920
|
-
/* PROPS */
|
|
921
|
-
, ["label"])]),
|
|
922
|
-
_: 1
|
|
923
|
-
/* STABLE */
|
|
924
|
-
|
|
847
|
+
_: 1 /* STABLE */
|
|
848
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
849
|
+
_: 1 /* STABLE */
|
|
925
850
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
926
851
|
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_checkbox, {
|
|
927
852
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enablePerspective,
|
|
928
853
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enablePerspective = $event),
|
|
929
854
|
onChange: onChangeEnablePerspective
|
|
930
855
|
}, {
|
|
931
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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)(language).enablePerspective), 1
|
|
932
|
-
/*
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
/* STABLE */
|
|
936
|
-
|
|
937
|
-
}, 8
|
|
938
|
-
/* PROPS */
|
|
939
|
-
, ["modelValue"])]),
|
|
940
|
-
_: 1
|
|
941
|
-
/* STABLE */
|
|
942
|
-
|
|
856
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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)(language).enablePerspective), 1 /* TEXT */)]),
|
|
857
|
+
_: 1 /* STABLE */
|
|
858
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
859
|
+
_: 1 /* STABLE */
|
|
943
860
|
})]),
|
|
944
|
-
_: 1
|
|
945
|
-
/* STABLE */
|
|
946
|
-
|
|
861
|
+
_: 1 /* STABLE */
|
|
947
862
|
})]),
|
|
948
|
-
_: 1
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
/* PROPS */
|
|
953
|
-
, ["title"])]),
|
|
954
|
-
_: 1
|
|
955
|
-
/* STABLE */
|
|
956
|
-
|
|
957
|
-
}, 8
|
|
958
|
-
/* PROPS */
|
|
959
|
-
, ["model-value"]), (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, {
|
|
863
|
+
_: 1 /* STABLE */
|
|
864
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
865
|
+
_: 1 /* STABLE */
|
|
866
|
+
}, 8 /* PROPS */, ["model-value"]), (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, {
|
|
960
867
|
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
961
868
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
962
869
|
type: "primary"
|
|
963
870
|
}, {
|
|
964
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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)(language).startAnalysis), 1
|
|
965
|
-
/*
|
|
966
|
-
|
|
967
|
-
_: 1
|
|
968
|
-
/* STABLE */
|
|
969
|
-
|
|
970
|
-
}, 8
|
|
971
|
-
/* PROPS */
|
|
972
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
871
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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)(language).startAnalysis), 1 /* TEXT */)]),
|
|
872
|
+
_: 1 /* STABLE */
|
|
873
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
973
874
|
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
974
875
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
975
876
|
}, {
|
|
976
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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)(language).clearResult), 1
|
|
977
|
-
/*
|
|
978
|
-
|
|
979
|
-
_: 1
|
|
980
|
-
/* STABLE */
|
|
981
|
-
|
|
982
|
-
}, 8
|
|
983
|
-
/* PROPS */
|
|
984
|
-
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, null, 512
|
|
985
|
-
/* NEED_PATCH */
|
|
986
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultCahrtVis)]])])])], 2
|
|
987
|
-
/* CLASS */
|
|
988
|
-
);
|
|
877
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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)(language).clearResult), 1 /* TEXT */)]),
|
|
878
|
+
_: 1 /* STABLE */
|
|
879
|
+
}, 8 /* PROPS */, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, null, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultCahrtVis)]])])])], 2 /* CLASS */);
|
|
989
880
|
};
|
|
990
881
|
}
|
|
991
|
-
|
|
992
882
|
}));
|
|
993
883
|
;// CONCATENATED MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
994
884
|
|
|
@@ -1000,10 +890,13 @@ const __exports__ = ModelProfileAnalysisvue_type_script_setup_true_lang_js;
|
|
|
1000
890
|
|
|
1001
891
|
/* harmony default export */ var ModelProfileAnalysis = (__exports__);
|
|
1002
892
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1003
|
-
var init_js_ = __webpack_require__(
|
|
893
|
+
var init_js_ = __webpack_require__(455);
|
|
1004
894
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1005
895
|
;// CONCATENATED MODULE: ./src/webgl/modelprofileanalysis/index.js
|
|
1006
|
-
|
|
896
|
+
/*
|
|
897
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
898
|
+
* All rights reserved.
|
|
899
|
+
*/
|
|
1007
900
|
|
|
1008
901
|
|
|
1009
902
|
|
|
@@ -1012,8 +905,6 @@ ModelProfileAnalysis.install = (Vue, opts) => {
|
|
|
1012
905
|
Vue.component(ModelProfileAnalysis.name, ModelProfileAnalysis);
|
|
1013
906
|
};
|
|
1014
907
|
|
|
1015
|
-
|
|
1016
|
-
}();
|
|
1017
908
|
/******/ return __webpack_exports__;
|
|
1018
909
|
/******/ })()
|
|
1019
910
|
;
|