@kq_npm/client3d_webgl_vue 4.5.3-beta → 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 +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +159 -227
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +288 -470
- package/clientPrint/index.js +333 -897
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +181 -252
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +297 -401
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +243 -382
- package/geologicalbodyanalysis/index.js +203 -287
- package/gpuspatialquery/index.js +240 -390
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +426 -733
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +7913 -16839
- package/isolineanalysis/index.js +554 -1231
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +339 -493
- package/modelFlat/index.js +202 -223
- package/modelexcavate/index.js +194 -251
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +180 -173
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +237 -328
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +273 -571
- package/sceneadvancedtoimage/index.js +1055 -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 +9018 -17813
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +256 -436
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +200 -339
- package/slopeanalysis/index.js +270 -433
- package/slopeaspectanalysis/index.js +303 -523
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +218 -269
- package/terrainprofileanalysis/index.js +162 -171
- 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
package/aspectanalysis/index.js
CHANGED
|
@@ -7,100 +7,134 @@
|
|
|
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/init.js"), require("@kq_npm/client_common_vue/_utils/util")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
|
|
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__455__, __WEBPACK_EXTERNAL_MODULE__2975__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 3275:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
-
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6363);
|
|
19
19
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
-
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
|
+
*/
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
26
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
27
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
28
31
|
};
|
|
29
|
-
|
|
30
|
-
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
|
+
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
33
|
|
|
32
34
|
/***/ }),
|
|
33
35
|
|
|
34
|
-
/***/
|
|
36
|
+
/***/ 5698:
|
|
35
37
|
/***/ (function(module) {
|
|
36
38
|
|
|
37
39
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
38
40
|
|
|
39
41
|
/***/ }),
|
|
40
42
|
|
|
41
|
-
/***/
|
|
43
|
+
/***/ 6363:
|
|
42
44
|
/***/ (function(module) {
|
|
43
45
|
|
|
44
46
|
module.exports = require("element-plus/dist/index.full.js");
|
|
45
47
|
|
|
46
48
|
/***/ }),
|
|
47
49
|
|
|
48
|
-
/***/
|
|
50
|
+
/***/ 3579:
|
|
49
51
|
/***/ (function(module) {
|
|
50
52
|
|
|
51
53
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
52
54
|
|
|
53
55
|
/***/ }),
|
|
54
56
|
|
|
55
|
-
/***/
|
|
57
|
+
/***/ 64:
|
|
56
58
|
/***/ (function(module) {
|
|
57
59
|
|
|
58
|
-
module.exports =
|
|
60
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
59
61
|
|
|
60
62
|
/***/ }),
|
|
61
63
|
|
|
62
|
-
/***/
|
|
64
|
+
/***/ 2975:
|
|
63
65
|
/***/ (function(module) {
|
|
64
66
|
|
|
65
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
66
68
|
|
|
67
69
|
/***/ }),
|
|
68
70
|
|
|
69
|
-
/***/
|
|
71
|
+
/***/ 455:
|
|
70
72
|
/***/ (function(module) {
|
|
71
73
|
|
|
72
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
73
75
|
|
|
74
76
|
/***/ }),
|
|
75
77
|
|
|
76
|
-
/***/
|
|
78
|
+
/***/ 154:
|
|
77
79
|
/***/ (function(module) {
|
|
78
80
|
|
|
79
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
80
82
|
|
|
81
83
|
/***/ }),
|
|
82
84
|
|
|
83
|
-
/***/
|
|
85
|
+
/***/ 6913:
|
|
84
86
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
85
87
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
function
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
88
|
+
|
|
89
|
+
// EXPORTS
|
|
90
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
91
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
95
|
+
function _typeof(o) {
|
|
96
|
+
"@babel/helpers - typeof";
|
|
97
|
+
|
|
98
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
99
|
+
return typeof o;
|
|
100
|
+
} : function (o) {
|
|
101
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
102
|
+
}, _typeof(o);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
106
|
+
|
|
107
|
+
function toPrimitive(t, r) {
|
|
108
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
109
|
+
var e = t[Symbol.toPrimitive];
|
|
110
|
+
if (void 0 !== e) {
|
|
111
|
+
var i = e.call(t, r || "default");
|
|
112
|
+
if ("object" != _typeof(i)) return i;
|
|
113
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
99
114
|
}
|
|
115
|
+
return ("string" === r ? String : Number)(t);
|
|
116
|
+
}
|
|
100
117
|
|
|
101
|
-
|
|
118
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
function toPropertyKey(t) {
|
|
122
|
+
var i = toPrimitive(t, "string");
|
|
123
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
127
|
+
|
|
128
|
+
function _defineProperty(e, r, t) {
|
|
129
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
130
|
+
value: t,
|
|
131
|
+
enumerable: !0,
|
|
132
|
+
configurable: !0,
|
|
133
|
+
writable: !0
|
|
134
|
+
}) : e[r] = t, e;
|
|
102
135
|
}
|
|
103
136
|
|
|
137
|
+
|
|
104
138
|
/***/ })
|
|
105
139
|
|
|
106
140
|
/******/ });
|
|
@@ -172,43 +206,42 @@ function _defineProperty(obj, key, value) {
|
|
|
172
206
|
/******/
|
|
173
207
|
/************************************************************************/
|
|
174
208
|
var __webpack_exports__ = {};
|
|
175
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
176
|
-
!function() {
|
|
177
209
|
// ESM COMPAT FLAG
|
|
178
210
|
__webpack_require__.r(__webpack_exports__);
|
|
179
211
|
|
|
180
212
|
// EXPORTS
|
|
181
213
|
__webpack_require__.d(__webpack_exports__, {
|
|
182
|
-
|
|
214
|
+
AspectAnalysisViewModel: function() { return /* reexport */ AspectAnalysisViewModel; },
|
|
183
215
|
"default": function() { return /* reexport */ AspectAnalysis; }
|
|
184
216
|
});
|
|
185
217
|
|
|
186
218
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
187
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
219
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
188
220
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
189
|
-
var gis_utils_ = __webpack_require__(
|
|
190
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
191
|
-
var defineProperty = __webpack_require__(
|
|
221
|
+
var gis_utils_ = __webpack_require__(64);
|
|
222
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
223
|
+
var defineProperty = __webpack_require__(6913);
|
|
192
224
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
193
|
-
var message = __webpack_require__(
|
|
225
|
+
var message = __webpack_require__(3275);
|
|
194
226
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysisViewModel.js
|
|
195
227
|
|
|
196
|
-
|
|
228
|
+
/*
|
|
229
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
230
|
+
* All rights reserved.
|
|
231
|
+
*/
|
|
197
232
|
/**
|
|
198
233
|
* 坡向逻辑类
|
|
199
234
|
**/
|
|
200
235
|
|
|
201
236
|
class AspectAnalysisViewModel {
|
|
202
|
-
// 坡向三维对象
|
|
203
237
|
constructor(scenceView, aspect) {
|
|
204
|
-
(0,defineProperty/* default */.
|
|
205
|
-
|
|
206
|
-
(0,defineProperty/* default */.
|
|
238
|
+
(0,defineProperty/* default */.A)(this, "_aspectAnalysis", null);
|
|
239
|
+
// 坡向三维对象
|
|
240
|
+
(0,defineProperty/* default */.A)(this, "_globaOptions", {
|
|
207
241
|
//全局参数
|
|
208
242
|
viewer: null,
|
|
209
243
|
_drawManager: null
|
|
210
244
|
});
|
|
211
|
-
|
|
212
245
|
this._globaOptions.viewer = scenceView._viewer;
|
|
213
246
|
let options = {
|
|
214
247
|
interval: aspect.interval || 500,
|
|
@@ -221,67 +254,58 @@ class AspectAnalysisViewModel {
|
|
|
221
254
|
};
|
|
222
255
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
223
256
|
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
224
|
-
|
|
225
257
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
226
258
|
var that = this;
|
|
227
259
|
this._aspectAnalysis = new Cesium.Kq3dAspect(options);
|
|
228
260
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
229
261
|
if (shape) {
|
|
230
262
|
that._aspectAnalysis.positions = shape._controlPoints;
|
|
231
|
-
|
|
232
263
|
that._globaOptions._drawManager.clear();
|
|
233
264
|
}
|
|
234
265
|
});
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
|
|
266
|
+
}
|
|
267
|
+
// 开始分析
|
|
238
268
|
start() {
|
|
239
269
|
// 判断是否添加了地形
|
|
240
270
|
if (this._globaOptions.viewer.terrainProvider.availability) {
|
|
241
271
|
if (this._globaOptions.viewer.terrainProvider instanceof Cesium.CesiumTerrainProvider) {
|
|
242
272
|
if (this._globaOptions._drawManager) {
|
|
243
273
|
this.clear();
|
|
244
|
-
|
|
245
274
|
this._globaOptions._drawManager.startDraw("polygon", {
|
|
246
275
|
clampToGround: true
|
|
247
276
|
});
|
|
248
277
|
}
|
|
249
278
|
} else {
|
|
250
|
-
(0,message/* default */.
|
|
279
|
+
(0,message/* default */.A)({
|
|
251
280
|
message: "只支持STK类型的地形分析!",
|
|
252
281
|
type: "warning"
|
|
253
282
|
});
|
|
254
283
|
}
|
|
255
284
|
} else {
|
|
256
|
-
(0,message/* default */.
|
|
285
|
+
(0,message/* default */.A)({
|
|
257
286
|
message: "请加载地形后分析!",
|
|
258
287
|
type: "warning"
|
|
259
288
|
});
|
|
260
289
|
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
290
|
+
}
|
|
291
|
+
// 设置采样间隔
|
|
264
292
|
setInterval(newValue) {
|
|
265
293
|
if (this._aspectAnalysis) this._aspectAnalysis._interval = newValue;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
|
|
294
|
+
}
|
|
295
|
+
// 设置箭头宽度
|
|
269
296
|
setArrowWidth(newValue) {
|
|
270
297
|
if (this._aspectAnalysis) this._aspectAnalysis._width = newValue;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
|
|
298
|
+
}
|
|
299
|
+
// 设置箭头颜色
|
|
274
300
|
setArrowColor(newValue) {
|
|
275
301
|
if (this._aspectAnalysis) this._aspectAnalysis._color = Cesium.Color.fromCssColorString(newValue);
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
|
|
302
|
+
}
|
|
303
|
+
// 清除全部结果
|
|
279
304
|
clear() {
|
|
280
305
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
281
306
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
|
|
307
|
+
}
|
|
308
|
+
// 销毁
|
|
285
309
|
destroy() {
|
|
286
310
|
// 移除监听事件
|
|
287
311
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
@@ -289,14 +313,13 @@ class AspectAnalysisViewModel {
|
|
|
289
313
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
290
314
|
this._aspectAnalysis = null;
|
|
291
315
|
}
|
|
292
|
-
|
|
293
316
|
}
|
|
294
317
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
295
|
-
var client_icons_vue_ = __webpack_require__(
|
|
318
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
296
319
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
297
|
-
var util_ = __webpack_require__(
|
|
320
|
+
var util_ = __webpack_require__(2975);
|
|
298
321
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
299
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
322
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
300
323
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
301
324
|
|
|
302
325
|
const _hoisted_1 = {
|
|
@@ -314,7 +337,7 @@ const _hoisted_2 = {
|
|
|
314
337
|
const __default__ = {
|
|
315
338
|
name: "Kq3dAspectAnalysis"
|
|
316
339
|
};
|
|
317
|
-
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (
|
|
340
|
+
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
318
341
|
props: {
|
|
319
342
|
// 设置参数
|
|
320
343
|
settingParams: {
|
|
@@ -325,7 +348,6 @@ const __default__ = {
|
|
|
325
348
|
type: Boolean,
|
|
326
349
|
default: true
|
|
327
350
|
},
|
|
328
|
-
|
|
329
351
|
/**
|
|
330
352
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
331
353
|
*/
|
|
@@ -355,20 +377,20 @@ const __default__ = {
|
|
|
355
377
|
default: true
|
|
356
378
|
}
|
|
357
379
|
},
|
|
358
|
-
|
|
359
380
|
setup(__props, {
|
|
360
381
|
expose: __expose
|
|
361
382
|
}) {
|
|
362
|
-
const props = __props;
|
|
363
383
|
const {
|
|
364
384
|
proxy
|
|
365
385
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
366
386
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
367
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
368
|
-
// 分析类
|
|
369
|
-
|
|
370
|
-
let viewModel = null; // 默认参数
|
|
387
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
371
388
|
|
|
389
|
+
// 获取组件传参
|
|
390
|
+
const props = __props;
|
|
391
|
+
// 分析类
|
|
392
|
+
let viewModel = null;
|
|
393
|
+
// 默认参数
|
|
372
394
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
373
395
|
interval: props.settingParams && props.settingParams.interval || 500,
|
|
374
396
|
// 采样间隔
|
|
@@ -383,14 +405,16 @@ const __default__ = {
|
|
|
383
405
|
maxArrowWidth: props.settingParams && props.settingParams.maxArrowWidth || 30,
|
|
384
406
|
// 箭头宽度最大值
|
|
385
407
|
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
|
|
408
|
+
});
|
|
386
409
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
410
|
+
// 组件容器Ref
|
|
411
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
390
412
|
|
|
413
|
+
// 生成组件默认header
|
|
391
414
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
392
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
415
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
393
416
|
|
|
417
|
+
// 国际化
|
|
394
418
|
let {
|
|
395
419
|
locale,
|
|
396
420
|
messages
|
|
@@ -410,7 +434,6 @@ const __default__ = {
|
|
|
410
434
|
watchCreateHeaderTemp();
|
|
411
435
|
});
|
|
412
436
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
413
|
-
|
|
414
437
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
415
438
|
if (scenceView) {
|
|
416
439
|
viewModel = new AspectAnalysisViewModel(scenceView, {
|
|
@@ -419,87 +442,68 @@ const __default__ = {
|
|
|
419
442
|
arrowWidth: formItem.arrowWidth,
|
|
420
443
|
// 箭头宽度
|
|
421
444
|
arrowColor: formItem.arrowColor // 箭头颜色
|
|
422
|
-
|
|
423
445
|
});
|
|
424
446
|
}
|
|
425
447
|
});
|
|
426
448
|
});
|
|
449
|
+
|
|
427
450
|
/**
|
|
428
451
|
* @description 监听header生成
|
|
429
452
|
*/
|
|
430
|
-
|
|
431
453
|
const watchCreateHeaderTemp = () => {
|
|
432
454
|
if (props.showHeaderTemp) {
|
|
433
455
|
// 生成headerTemp
|
|
434
456
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
435
457
|
}
|
|
436
|
-
};
|
|
437
|
-
|
|
458
|
+
};
|
|
438
459
|
|
|
460
|
+
// 参数改变
|
|
439
461
|
function paramsChanged(key) {
|
|
440
462
|
switch (key) {
|
|
441
463
|
case "interval":
|
|
442
464
|
// 采样间隔
|
|
443
465
|
viewModel.setInterval(formItem.interval);
|
|
444
466
|
break;
|
|
445
|
-
|
|
446
467
|
case "arrowWidth":
|
|
447
468
|
// 箭头间隔
|
|
448
469
|
viewModel.setArrowWidth(formItem.arrowWidth);
|
|
449
470
|
break;
|
|
450
|
-
|
|
451
471
|
case "arrowColor":
|
|
452
472
|
// 箭头颜色
|
|
453
473
|
viewModel.setArrowColor(formItem.arrowColor);
|
|
454
474
|
break;
|
|
455
|
-
|
|
456
475
|
default:
|
|
457
476
|
break;
|
|
458
477
|
}
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
|
|
478
|
+
}
|
|
479
|
+
// 开始分析
|
|
462
480
|
function startAnalysis() {
|
|
463
481
|
viewModel && viewModel.start();
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
|
|
482
|
+
}
|
|
483
|
+
//清除结果
|
|
467
484
|
function clearResult() {
|
|
468
485
|
viewModel && viewModel.clear();
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
|
|
486
|
+
}
|
|
487
|
+
// 销毁
|
|
472
488
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
473
489
|
viewModel && viewModel.destroy();
|
|
474
490
|
});
|
|
475
|
-
|
|
476
491
|
__expose({
|
|
477
492
|
paramsChanged,
|
|
478
493
|
startAnalysis,
|
|
479
494
|
clearResult
|
|
480
495
|
});
|
|
481
|
-
|
|
482
496
|
return (_ctx, _cache) => {
|
|
483
497
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
484
|
-
|
|
485
498
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
486
|
-
|
|
487
499
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
488
|
-
|
|
489
500
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
490
|
-
|
|
491
501
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
492
|
-
|
|
493
502
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
494
|
-
|
|
495
503
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
496
|
-
|
|
497
504
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
498
|
-
|
|
499
505
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
500
|
-
|
|
501
506
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
502
|
-
|
|
503
507
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
504
508
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-aspect-analysis", {
|
|
505
509
|
'kq-box-shadow': __props.showShadow
|
|
@@ -510,17 +514,11 @@ const __default__ = {
|
|
|
510
514
|
key: 0,
|
|
511
515
|
ref_key: "headerTempRef",
|
|
512
516
|
ref: headerTempRef
|
|
513
|
-
}, null, 512
|
|
514
|
-
/* NEED_PATCH */
|
|
515
|
-
)) : (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, {
|
|
517
|
+
}, 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, {
|
|
516
518
|
class: "kq3d-aspect-analysis-tip"
|
|
517
519
|
}, {
|
|
518
|
-
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).skylineTips), 1
|
|
519
|
-
/*
|
|
520
|
-
)]),
|
|
521
|
-
_: 1
|
|
522
|
-
/* STABLE */
|
|
523
|
-
|
|
520
|
+
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).skylineTips), 1 /* TEXT */)]),
|
|
521
|
+
_: 1 /* STABLE */
|
|
524
522
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
525
523
|
"model-value": _ctx.collapseValue
|
|
526
524
|
}, {
|
|
@@ -551,12 +549,8 @@ const __default__ = {
|
|
|
551
549
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
552
550
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
553
551
|
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('interval'))
|
|
554
|
-
}, null, 8
|
|
555
|
-
/*
|
|
556
|
-
, ["modelValue", "min", "max"])]),
|
|
557
|
-
_: 1
|
|
558
|
-
/* STABLE */
|
|
559
|
-
|
|
552
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
553
|
+
_: 1 /* STABLE */
|
|
560
554
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
561
555
|
span: 8
|
|
562
556
|
}, {
|
|
@@ -568,26 +562,14 @@ const __default__ = {
|
|
|
568
562
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
569
563
|
"controls-position": "right",
|
|
570
564
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('interval'))
|
|
571
|
-
}, null, 8
|
|
572
|
-
/*
|
|
573
|
-
, ["modelValue", "min", "max"])]),
|
|
574
|
-
_: 1
|
|
575
|
-
/* STABLE */
|
|
576
|
-
|
|
565
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
566
|
+
_: 1 /* STABLE */
|
|
577
567
|
})]),
|
|
578
|
-
_: 1
|
|
579
|
-
/* STABLE */
|
|
580
|
-
|
|
568
|
+
_: 1 /* STABLE */
|
|
581
569
|
})]),
|
|
582
|
-
_: 1
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
}, 8
|
|
586
|
-
/* PROPS */
|
|
587
|
-
, ["label"])]),
|
|
588
|
-
_: 1
|
|
589
|
-
/* STABLE */
|
|
590
|
-
|
|
570
|
+
_: 1 /* STABLE */
|
|
571
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
572
|
+
_: 1 /* STABLE */
|
|
591
573
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
592
574
|
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, {
|
|
593
575
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowWidth
|
|
@@ -607,12 +589,8 @@ const __default__ = {
|
|
|
607
589
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
608
590
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
609
591
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('arrowWidth'))
|
|
610
|
-
}, null, 8
|
|
611
|
-
/*
|
|
612
|
-
, ["modelValue", "min", "max"])]),
|
|
613
|
-
_: 1
|
|
614
|
-
/* STABLE */
|
|
615
|
-
|
|
592
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
593
|
+
_: 1 /* STABLE */
|
|
616
594
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
617
595
|
span: 8
|
|
618
596
|
}, {
|
|
@@ -624,26 +602,14 @@ const __default__ = {
|
|
|
624
602
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
625
603
|
"controls-position": "right",
|
|
626
604
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('arrowWidth'))
|
|
627
|
-
}, null, 8
|
|
628
|
-
/*
|
|
629
|
-
, ["modelValue", "min", "max"])]),
|
|
630
|
-
_: 1
|
|
631
|
-
/* STABLE */
|
|
632
|
-
|
|
605
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
606
|
+
_: 1 /* STABLE */
|
|
633
607
|
})]),
|
|
634
|
-
_: 1
|
|
635
|
-
/* STABLE */
|
|
636
|
-
|
|
608
|
+
_: 1 /* STABLE */
|
|
637
609
|
})]),
|
|
638
|
-
_: 1
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
}, 8
|
|
642
|
-
/* PROPS */
|
|
643
|
-
, ["label"])]),
|
|
644
|
-
_: 1
|
|
645
|
-
/* STABLE */
|
|
646
|
-
|
|
610
|
+
_: 1 /* STABLE */
|
|
611
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
612
|
+
_: 1 /* STABLE */
|
|
647
613
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
648
614
|
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, {
|
|
649
615
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowColor
|
|
@@ -652,67 +618,32 @@ const __default__ = {
|
|
|
652
618
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
|
|
653
619
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor = $event),
|
|
654
620
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('arrowColor'))
|
|
655
|
-
}, null, 8
|
|
656
|
-
/*
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
/* STABLE */
|
|
660
|
-
|
|
661
|
-
}, 8
|
|
662
|
-
/* PROPS */
|
|
663
|
-
, ["label"])]),
|
|
664
|
-
_: 1
|
|
665
|
-
/* STABLE */
|
|
666
|
-
|
|
621
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
622
|
+
_: 1 /* STABLE */
|
|
623
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
624
|
+
_: 1 /* STABLE */
|
|
667
625
|
})])]),
|
|
668
|
-
_: 1
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
_: 1
|
|
675
|
-
/* STABLE */
|
|
676
|
-
|
|
677
|
-
}, 8
|
|
678
|
-
/* PROPS */
|
|
679
|
-
, ["title"])]),
|
|
680
|
-
_: 1
|
|
681
|
-
/* STABLE */
|
|
682
|
-
|
|
683
|
-
}, 8
|
|
684
|
-
/* PROPS */
|
|
685
|
-
, ["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, {
|
|
626
|
+
_: 1 /* STABLE */
|
|
627
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
628
|
+
_: 1 /* STABLE */
|
|
629
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
630
|
+
_: 1 /* STABLE */
|
|
631
|
+
}, 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, {
|
|
686
632
|
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
687
633
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
688
634
|
type: "primary"
|
|
689
635
|
}, {
|
|
690
|
-
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
|
|
691
|
-
/*
|
|
692
|
-
|
|
693
|
-
_: 1
|
|
694
|
-
/* STABLE */
|
|
695
|
-
|
|
696
|
-
}, 8
|
|
697
|
-
/* PROPS */
|
|
698
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
636
|
+
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 */)]),
|
|
637
|
+
_: 1 /* STABLE */
|
|
638
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
699
639
|
onClick: _cache[11] || (_cache[11] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
700
640
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
701
641
|
}, {
|
|
702
|
-
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
|
|
703
|
-
/*
|
|
704
|
-
|
|
705
|
-
_: 1
|
|
706
|
-
/* STABLE */
|
|
707
|
-
|
|
708
|
-
}, 8
|
|
709
|
-
/* PROPS */
|
|
710
|
-
, ["title"])])])], 2
|
|
711
|
-
/* CLASS */
|
|
712
|
-
);
|
|
642
|
+
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 */)]),
|
|
643
|
+
_: 1 /* STABLE */
|
|
644
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
713
645
|
};
|
|
714
646
|
}
|
|
715
|
-
|
|
716
647
|
}));
|
|
717
648
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
718
649
|
|
|
@@ -724,10 +655,13 @@ const __exports__ = AspectAnalysisvue_type_script_setup_true_lang_js;
|
|
|
724
655
|
|
|
725
656
|
/* harmony default export */ var AspectAnalysis = (__exports__);
|
|
726
657
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
727
|
-
var init_js_ = __webpack_require__(
|
|
658
|
+
var init_js_ = __webpack_require__(455);
|
|
728
659
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
729
660
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/index.js
|
|
730
|
-
|
|
661
|
+
/*
|
|
662
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
663
|
+
* All rights reserved.
|
|
664
|
+
*/
|
|
731
665
|
|
|
732
666
|
|
|
733
667
|
|
|
@@ -736,8 +670,6 @@ AspectAnalysis.install = (Vue, opts) => {
|
|
|
736
670
|
Vue.component(AspectAnalysis.name, AspectAnalysis);
|
|
737
671
|
};
|
|
738
672
|
|
|
739
|
-
|
|
740
|
-
}();
|
|
741
673
|
/******/ return __webpack_exports__;
|
|
742
674
|
/******/ })()
|
|
743
675
|
;
|