@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.5-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 +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +163 -229
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +291 -472
- package/clientPrint/index.js +368 -906
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +185 -255
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +298 -402
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +248 -385
- package/geologicalbodyanalysis/index.js +206 -288
- package/gpuspatialquery/index.js +243 -392
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +427 -734
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +8170 -17000
- package/isolineanalysis/index.js +557 -1233
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +341 -495
- package/modelFlat/index.js +261 -259
- package/modelexcavate/index.js +214 -266
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +183 -175
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +240 -330
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +274 -572
- package/sceneadvancedtoimage/index.js +1057 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9208 -17907
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +259 -437
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +204 -341
- package/slopeanalysis/index.js +274 -435
- package/slopeaspectanalysis/index.js +307 -524
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +222 -271
- package/terrainprofileanalysis/index.js +166 -173
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
|
@@ -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
|
+
});
|
|
17
86
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
87
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
88
|
+
function _typeof(o) {
|
|
89
|
+
"@babel/helpers - typeof";
|
|
22
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
|
+
|
|
226
|
+
|
|
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
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,56 @@ 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
|
-
|
|
644
648
|
__expose({
|
|
645
649
|
startAnalysis,
|
|
646
650
|
clearResult,
|
|
@@ -650,28 +654,17 @@ const __default__ = {
|
|
|
650
654
|
onChangeTargetAreaHeight,
|
|
651
655
|
onChangeCameraHeight
|
|
652
656
|
});
|
|
653
|
-
|
|
654
657
|
return (_ctx, _cache) => {
|
|
655
658
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
656
|
-
|
|
657
659
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
658
|
-
|
|
659
660
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
660
|
-
|
|
661
661
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
662
|
-
|
|
663
662
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
664
|
-
|
|
665
663
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
666
|
-
|
|
667
664
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
668
|
-
|
|
669
665
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
670
|
-
|
|
671
666
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
672
|
-
|
|
673
667
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
674
|
-
|
|
675
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", {
|
|
676
669
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-model-profile-analysis", {
|
|
677
670
|
'kq-box-shadow': __props.showShadow
|
|
@@ -682,17 +675,11 @@ const __default__ = {
|
|
|
682
675
|
key: 0,
|
|
683
676
|
ref_key: "headerTempRef",
|
|
684
677
|
ref: headerTempRef
|
|
685
|
-
}, null, 512
|
|
686
|
-
/* NEED_PATCH */
|
|
687
|
-
)) : (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, {
|
|
688
679
|
class: "kq3d-model-profile-analysis-tip"
|
|
689
680
|
}, {
|
|
690
|
-
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
|
|
691
|
-
/*
|
|
692
|
-
)]),
|
|
693
|
-
_: 1
|
|
694
|
-
/* STABLE */
|
|
695
|
-
|
|
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 */
|
|
696
683
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
697
684
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
698
685
|
}, {
|
|
@@ -723,12 +710,8 @@ const __default__ = {
|
|
|
723
710
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minPerspectiveAngle,
|
|
724
711
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxPerspectiveAngle,
|
|
725
712
|
onInput: onChangePerspectiveAngle
|
|
726
|
-
}, null, 8
|
|
727
|
-
/*
|
|
728
|
-
, ["modelValue", "min", "max"])]),
|
|
729
|
-
_: 1
|
|
730
|
-
/* STABLE */
|
|
731
|
-
|
|
713
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
714
|
+
_: 1 /* STABLE */
|
|
732
715
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
733
716
|
span: 8
|
|
734
717
|
}, {
|
|
@@ -739,26 +722,14 @@ const __default__ = {
|
|
|
739
722
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxPerspectiveAngle,
|
|
740
723
|
step: 1,
|
|
741
724
|
"controls-position": "right"
|
|
742
|
-
}, null, 8
|
|
743
|
-
/*
|
|
744
|
-
, ["modelValue", "min", "max"])]),
|
|
745
|
-
_: 1
|
|
746
|
-
/* STABLE */
|
|
747
|
-
|
|
725
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
726
|
+
_: 1 /* STABLE */
|
|
748
727
|
})]),
|
|
749
|
-
_: 1
|
|
750
|
-
/* STABLE */
|
|
751
|
-
|
|
728
|
+
_: 1 /* STABLE */
|
|
752
729
|
})]),
|
|
753
|
-
_: 1
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
}, 8
|
|
757
|
-
/* PROPS */
|
|
758
|
-
, ["label"])]),
|
|
759
|
-
_: 1
|
|
760
|
-
/* STABLE */
|
|
761
|
-
|
|
730
|
+
_: 1 /* STABLE */
|
|
731
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
732
|
+
_: 1 /* STABLE */
|
|
762
733
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
763
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, {
|
|
764
735
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetAreaWidth
|
|
@@ -778,12 +749,8 @@ const __default__ = {
|
|
|
778
749
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTargetAreaWidth,
|
|
779
750
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaWidth,
|
|
780
751
|
onInput: onChangeTargetAreaWidth
|
|
781
|
-
}, null, 8
|
|
782
|
-
/*
|
|
783
|
-
, ["modelValue", "min", "max"])]),
|
|
784
|
-
_: 1
|
|
785
|
-
/* STABLE */
|
|
786
|
-
|
|
752
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
753
|
+
_: 1 /* STABLE */
|
|
787
754
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
788
755
|
span: 8
|
|
789
756
|
}, {
|
|
@@ -794,26 +761,14 @@ const __default__ = {
|
|
|
794
761
|
step: 1,
|
|
795
762
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaWidth,
|
|
796
763
|
"controls-position": "right"
|
|
797
|
-
}, null, 8
|
|
798
|
-
/*
|
|
799
|
-
, ["modelValue", "min", "max"])]),
|
|
800
|
-
_: 1
|
|
801
|
-
/* STABLE */
|
|
802
|
-
|
|
764
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
765
|
+
_: 1 /* STABLE */
|
|
803
766
|
})]),
|
|
804
|
-
_: 1
|
|
805
|
-
/* STABLE */
|
|
806
|
-
|
|
767
|
+
_: 1 /* STABLE */
|
|
807
768
|
})]),
|
|
808
|
-
_: 1
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
}, 8
|
|
812
|
-
/* PROPS */
|
|
813
|
-
, ["label"])]),
|
|
814
|
-
_: 1
|
|
815
|
-
/* STABLE */
|
|
816
|
-
|
|
769
|
+
_: 1 /* STABLE */
|
|
770
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
771
|
+
_: 1 /* STABLE */
|
|
817
772
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
818
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, {
|
|
819
774
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetAreaHeight
|
|
@@ -833,12 +788,8 @@ const __default__ = {
|
|
|
833
788
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTargetAreaHeight,
|
|
834
789
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaHeight,
|
|
835
790
|
onInput: onChangeTargetAreaHeight
|
|
836
|
-
}, null, 8
|
|
837
|
-
/*
|
|
838
|
-
, ["modelValue", "min", "max"])]),
|
|
839
|
-
_: 1
|
|
840
|
-
/* STABLE */
|
|
841
|
-
|
|
791
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
792
|
+
_: 1 /* STABLE */
|
|
842
793
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
843
794
|
span: 8
|
|
844
795
|
}, {
|
|
@@ -849,26 +800,14 @@ const __default__ = {
|
|
|
849
800
|
step: 1,
|
|
850
801
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaHeight,
|
|
851
802
|
"controls-position": "right"
|
|
852
|
-
}, null, 8
|
|
853
|
-
/*
|
|
854
|
-
, ["modelValue", "min", "max"])]),
|
|
855
|
-
_: 1
|
|
856
|
-
/* STABLE */
|
|
857
|
-
|
|
803
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
804
|
+
_: 1 /* STABLE */
|
|
858
805
|
})]),
|
|
859
|
-
_: 1
|
|
860
|
-
/* STABLE */
|
|
861
|
-
|
|
806
|
+
_: 1 /* STABLE */
|
|
862
807
|
})]),
|
|
863
|
-
_: 1
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
}, 8
|
|
867
|
-
/* PROPS */
|
|
868
|
-
, ["label"])]),
|
|
869
|
-
_: 1
|
|
870
|
-
/* STABLE */
|
|
871
|
-
|
|
808
|
+
_: 1 /* STABLE */
|
|
809
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
810
|
+
_: 1 /* STABLE */
|
|
872
811
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
873
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, {
|
|
874
813
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cameraHeight
|
|
@@ -888,12 +827,8 @@ const __default__ = {
|
|
|
888
827
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minCameraHeight,
|
|
889
828
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxCameraHeight,
|
|
890
829
|
onInput: onChangeCameraHeight
|
|
891
|
-
}, null, 8
|
|
892
|
-
/*
|
|
893
|
-
, ["modelValue", "min", "max"])]),
|
|
894
|
-
_: 1
|
|
895
|
-
/* STABLE */
|
|
896
|
-
|
|
830
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
831
|
+
_: 1 /* STABLE */
|
|
897
832
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
898
833
|
span: 8
|
|
899
834
|
}, {
|
|
@@ -904,93 +839,46 @@ const __default__ = {
|
|
|
904
839
|
step: 1,
|
|
905
840
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxCameraHeight,
|
|
906
841
|
"controls-position": "right"
|
|
907
|
-
}, null, 8
|
|
908
|
-
/*
|
|
909
|
-
, ["modelValue", "min", "max"])]),
|
|
910
|
-
_: 1
|
|
911
|
-
/* STABLE */
|
|
912
|
-
|
|
842
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
843
|
+
_: 1 /* STABLE */
|
|
913
844
|
})]),
|
|
914
|
-
_: 1
|
|
915
|
-
/* STABLE */
|
|
916
|
-
|
|
845
|
+
_: 1 /* STABLE */
|
|
917
846
|
})]),
|
|
918
|
-
_: 1
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
}, 8
|
|
922
|
-
/* PROPS */
|
|
923
|
-
, ["label"])]),
|
|
924
|
-
_: 1
|
|
925
|
-
/* STABLE */
|
|
926
|
-
|
|
847
|
+
_: 1 /* STABLE */
|
|
848
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
849
|
+
_: 1 /* STABLE */
|
|
927
850
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
928
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, {
|
|
929
852
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enablePerspective,
|
|
930
853
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enablePerspective = $event),
|
|
931
854
|
onChange: onChangeEnablePerspective
|
|
932
855
|
}, {
|
|
933
|
-
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
|
|
934
|
-
/*
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
/* STABLE */
|
|
938
|
-
|
|
939
|
-
}, 8
|
|
940
|
-
/* PROPS */
|
|
941
|
-
, ["modelValue"])]),
|
|
942
|
-
_: 1
|
|
943
|
-
/* STABLE */
|
|
944
|
-
|
|
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 */
|
|
945
860
|
})]),
|
|
946
|
-
_: 1
|
|
947
|
-
/* STABLE */
|
|
948
|
-
|
|
861
|
+
_: 1 /* STABLE */
|
|
949
862
|
})]),
|
|
950
|
-
_: 1
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
/* PROPS */
|
|
955
|
-
, ["title"])]),
|
|
956
|
-
_: 1
|
|
957
|
-
/* STABLE */
|
|
958
|
-
|
|
959
|
-
}, 8
|
|
960
|
-
/* PROPS */
|
|
961
|
-
, ["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, {
|
|
962
867
|
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
963
868
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
964
869
|
type: "primary"
|
|
965
870
|
}, {
|
|
966
|
-
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
|
|
967
|
-
/*
|
|
968
|
-
|
|
969
|
-
_: 1
|
|
970
|
-
/* STABLE */
|
|
971
|
-
|
|
972
|
-
}, 8
|
|
973
|
-
/* PROPS */
|
|
974
|
-
, ["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, {
|
|
975
874
|
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
976
875
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
977
876
|
}, {
|
|
978
|
-
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
|
|
979
|
-
/*
|
|
980
|
-
|
|
981
|
-
_: 1
|
|
982
|
-
/* STABLE */
|
|
983
|
-
|
|
984
|
-
}, 8
|
|
985
|
-
/* PROPS */
|
|
986
|
-
, ["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
|
|
987
|
-
/* NEED_PATCH */
|
|
988
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultCahrtVis)]])])])], 2
|
|
989
|
-
/* CLASS */
|
|
990
|
-
);
|
|
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 */);
|
|
991
880
|
};
|
|
992
881
|
}
|
|
993
|
-
|
|
994
882
|
}));
|
|
995
883
|
;// CONCATENATED MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
996
884
|
|
|
@@ -1002,10 +890,13 @@ const __exports__ = ModelProfileAnalysisvue_type_script_setup_true_lang_js;
|
|
|
1002
890
|
|
|
1003
891
|
/* harmony default export */ var ModelProfileAnalysis = (__exports__);
|
|
1004
892
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1005
|
-
var init_js_ = __webpack_require__(
|
|
893
|
+
var init_js_ = __webpack_require__(455);
|
|
1006
894
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1007
895
|
;// CONCATENATED MODULE: ./src/webgl/modelprofileanalysis/index.js
|
|
1008
|
-
|
|
896
|
+
/*
|
|
897
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
898
|
+
* All rights reserved.
|
|
899
|
+
*/
|
|
1009
900
|
|
|
1010
901
|
|
|
1011
902
|
|
|
@@ -1014,8 +905,6 @@ ModelProfileAnalysis.install = (Vue, opts) => {
|
|
|
1014
905
|
Vue.component(ModelProfileAnalysis.name, ModelProfileAnalysis);
|
|
1015
906
|
};
|
|
1016
907
|
|
|
1017
|
-
|
|
1018
|
-
}();
|
|
1019
908
|
/******/ return __webpack_exports__;
|
|
1020
909
|
/******/ })()
|
|
1021
910
|
;
|