@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
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,44 @@ 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
|
-
|
|
245
|
+
(0,defineProperty/* default */.A)(this, "_language", {});
|
|
246
|
+
this._language = scenceView._language;
|
|
212
247
|
this._globaOptions.viewer = scenceView._viewer;
|
|
213
248
|
let options = {
|
|
214
249
|
interval: aspect.interval || 500,
|
|
@@ -221,67 +256,58 @@ class AspectAnalysisViewModel {
|
|
|
221
256
|
};
|
|
222
257
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
223
258
|
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
224
|
-
|
|
225
259
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
226
260
|
var that = this;
|
|
227
261
|
this._aspectAnalysis = new Cesium.Kq3dAspect(options);
|
|
228
262
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
229
263
|
if (shape) {
|
|
230
264
|
that._aspectAnalysis.positions = shape._controlPoints;
|
|
231
|
-
|
|
232
265
|
that._globaOptions._drawManager.clear();
|
|
233
266
|
}
|
|
234
267
|
});
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
|
|
268
|
+
}
|
|
269
|
+
// 开始分析
|
|
238
270
|
start() {
|
|
239
271
|
// 判断是否添加了地形
|
|
240
272
|
if (this._globaOptions.viewer.terrainProvider.availability) {
|
|
241
273
|
if (this._globaOptions.viewer.terrainProvider instanceof Cesium.CesiumTerrainProvider) {
|
|
242
274
|
if (this._globaOptions._drawManager) {
|
|
243
275
|
this.clear();
|
|
244
|
-
|
|
245
276
|
this._globaOptions._drawManager.startDraw("polygon", {
|
|
246
277
|
clampToGround: true
|
|
247
278
|
});
|
|
248
279
|
}
|
|
249
280
|
} else {
|
|
250
|
-
(0,message/* default */.
|
|
251
|
-
message: "
|
|
281
|
+
(0,message/* default */.A)({
|
|
282
|
+
message: this._language["stkTerrainAnalysisTips"],
|
|
252
283
|
type: "warning"
|
|
253
284
|
});
|
|
254
285
|
}
|
|
255
286
|
} else {
|
|
256
|
-
(0,message/* default */.
|
|
257
|
-
message: "
|
|
287
|
+
(0,message/* default */.A)({
|
|
288
|
+
message: this._language["terrainAnalysisTips"],
|
|
258
289
|
type: "warning"
|
|
259
290
|
});
|
|
260
291
|
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
292
|
+
}
|
|
293
|
+
// 设置采样间隔
|
|
264
294
|
setInterval(newValue) {
|
|
265
295
|
if (this._aspectAnalysis) this._aspectAnalysis._interval = newValue;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
|
|
296
|
+
}
|
|
297
|
+
// 设置箭头宽度
|
|
269
298
|
setArrowWidth(newValue) {
|
|
270
299
|
if (this._aspectAnalysis) this._aspectAnalysis._width = newValue;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
|
|
300
|
+
}
|
|
301
|
+
// 设置箭头颜色
|
|
274
302
|
setArrowColor(newValue) {
|
|
275
303
|
if (this._aspectAnalysis) this._aspectAnalysis._color = Cesium.Color.fromCssColorString(newValue);
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
|
|
304
|
+
}
|
|
305
|
+
// 清除全部结果
|
|
279
306
|
clear() {
|
|
280
307
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
281
308
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
|
|
309
|
+
}
|
|
310
|
+
// 销毁
|
|
285
311
|
destroy() {
|
|
286
312
|
// 移除监听事件
|
|
287
313
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
@@ -289,14 +315,13 @@ class AspectAnalysisViewModel {
|
|
|
289
315
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
290
316
|
this._aspectAnalysis = null;
|
|
291
317
|
}
|
|
292
|
-
|
|
293
318
|
}
|
|
294
319
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
295
|
-
var client_icons_vue_ = __webpack_require__(
|
|
320
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
296
321
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
297
|
-
var util_ = __webpack_require__(
|
|
322
|
+
var util_ = __webpack_require__(2975);
|
|
298
323
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
299
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
324
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
300
325
|
;// 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
326
|
|
|
302
327
|
const _hoisted_1 = {
|
|
@@ -314,7 +339,7 @@ const _hoisted_2 = {
|
|
|
314
339
|
const __default__ = {
|
|
315
340
|
name: "Kq3dAspectAnalysis"
|
|
316
341
|
};
|
|
317
|
-
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (
|
|
342
|
+
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
318
343
|
props: {
|
|
319
344
|
// 设置参数
|
|
320
345
|
settingParams: {
|
|
@@ -325,7 +350,6 @@ const __default__ = {
|
|
|
325
350
|
type: Boolean,
|
|
326
351
|
default: true
|
|
327
352
|
},
|
|
328
|
-
|
|
329
353
|
/**
|
|
330
354
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
331
355
|
*/
|
|
@@ -355,20 +379,20 @@ const __default__ = {
|
|
|
355
379
|
default: true
|
|
356
380
|
}
|
|
357
381
|
},
|
|
358
|
-
|
|
359
382
|
setup(__props, {
|
|
360
383
|
expose: __expose
|
|
361
384
|
}) {
|
|
362
|
-
const props = __props;
|
|
363
385
|
const {
|
|
364
386
|
proxy
|
|
365
387
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
366
388
|
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; // 默认参数
|
|
389
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
371
390
|
|
|
391
|
+
// 获取组件传参
|
|
392
|
+
const props = __props;
|
|
393
|
+
// 分析类
|
|
394
|
+
let viewModel = null;
|
|
395
|
+
// 默认参数
|
|
372
396
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
373
397
|
interval: props.settingParams && props.settingParams.interval || 500,
|
|
374
398
|
// 采样间隔
|
|
@@ -383,14 +407,16 @@ const __default__ = {
|
|
|
383
407
|
maxArrowWidth: props.settingParams && props.settingParams.maxArrowWidth || 30,
|
|
384
408
|
// 箭头宽度最大值
|
|
385
409
|
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
|
|
410
|
+
});
|
|
386
411
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
412
|
+
// 组件容器Ref
|
|
413
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
390
414
|
|
|
415
|
+
// 生成组件默认header
|
|
391
416
|
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)();
|
|
417
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
393
418
|
|
|
419
|
+
// 国际化
|
|
394
420
|
let {
|
|
395
421
|
locale,
|
|
396
422
|
messages
|
|
@@ -410,7 +436,6 @@ const __default__ = {
|
|
|
410
436
|
watchCreateHeaderTemp();
|
|
411
437
|
});
|
|
412
438
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
413
|
-
|
|
414
439
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
415
440
|
if (scenceView) {
|
|
416
441
|
viewModel = new AspectAnalysisViewModel(scenceView, {
|
|
@@ -419,87 +444,68 @@ const __default__ = {
|
|
|
419
444
|
arrowWidth: formItem.arrowWidth,
|
|
420
445
|
// 箭头宽度
|
|
421
446
|
arrowColor: formItem.arrowColor // 箭头颜色
|
|
422
|
-
|
|
423
447
|
});
|
|
424
448
|
}
|
|
425
449
|
});
|
|
426
450
|
});
|
|
451
|
+
|
|
427
452
|
/**
|
|
428
453
|
* @description 监听header生成
|
|
429
454
|
*/
|
|
430
|
-
|
|
431
455
|
const watchCreateHeaderTemp = () => {
|
|
432
456
|
if (props.showHeaderTemp) {
|
|
433
457
|
// 生成headerTemp
|
|
434
458
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
435
459
|
}
|
|
436
|
-
};
|
|
437
|
-
|
|
460
|
+
};
|
|
438
461
|
|
|
462
|
+
// 参数改变
|
|
439
463
|
function paramsChanged(key) {
|
|
440
464
|
switch (key) {
|
|
441
465
|
case "interval":
|
|
442
466
|
// 采样间隔
|
|
443
467
|
viewModel.setInterval(formItem.interval);
|
|
444
468
|
break;
|
|
445
|
-
|
|
446
469
|
case "arrowWidth":
|
|
447
470
|
// 箭头间隔
|
|
448
471
|
viewModel.setArrowWidth(formItem.arrowWidth);
|
|
449
472
|
break;
|
|
450
|
-
|
|
451
473
|
case "arrowColor":
|
|
452
474
|
// 箭头颜色
|
|
453
475
|
viewModel.setArrowColor(formItem.arrowColor);
|
|
454
476
|
break;
|
|
455
|
-
|
|
456
477
|
default:
|
|
457
478
|
break;
|
|
458
479
|
}
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
|
|
480
|
+
}
|
|
481
|
+
// 开始分析
|
|
462
482
|
function startAnalysis() {
|
|
463
483
|
viewModel && viewModel.start();
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
|
|
484
|
+
}
|
|
485
|
+
//清除结果
|
|
467
486
|
function clearResult() {
|
|
468
487
|
viewModel && viewModel.clear();
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
|
|
488
|
+
}
|
|
489
|
+
// 销毁
|
|
472
490
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
473
491
|
viewModel && viewModel.destroy();
|
|
474
492
|
});
|
|
475
|
-
|
|
476
493
|
__expose({
|
|
477
494
|
paramsChanged,
|
|
478
495
|
startAnalysis,
|
|
479
496
|
clearResult
|
|
480
497
|
});
|
|
481
|
-
|
|
482
498
|
return (_ctx, _cache) => {
|
|
483
499
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
484
|
-
|
|
485
500
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
486
|
-
|
|
487
501
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
488
|
-
|
|
489
502
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
490
|
-
|
|
491
503
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
492
|
-
|
|
493
504
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
494
|
-
|
|
495
505
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
496
|
-
|
|
497
506
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
498
|
-
|
|
499
507
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
500
|
-
|
|
501
508
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
502
|
-
|
|
503
509
|
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
510
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-aspect-analysis", {
|
|
505
511
|
'kq-box-shadow': __props.showShadow
|
|
@@ -510,17 +516,11 @@ const __default__ = {
|
|
|
510
516
|
key: 0,
|
|
511
517
|
ref_key: "headerTempRef",
|
|
512
518
|
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, {
|
|
519
|
+
}, 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
520
|
class: "kq3d-aspect-analysis-tip"
|
|
517
521
|
}, {
|
|
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
|
-
|
|
522
|
+
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 */)]),
|
|
523
|
+
_: 1 /* STABLE */
|
|
524
524
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
525
525
|
"model-value": _ctx.collapseValue
|
|
526
526
|
}, {
|
|
@@ -551,12 +551,8 @@ const __default__ = {
|
|
|
551
551
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
552
552
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
553
553
|
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('interval'))
|
|
554
|
-
}, null, 8
|
|
555
|
-
/*
|
|
556
|
-
, ["modelValue", "min", "max"])]),
|
|
557
|
-
_: 1
|
|
558
|
-
/* STABLE */
|
|
559
|
-
|
|
554
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
555
|
+
_: 1 /* STABLE */
|
|
560
556
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
561
557
|
span: 8
|
|
562
558
|
}, {
|
|
@@ -568,26 +564,14 @@ const __default__ = {
|
|
|
568
564
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
569
565
|
"controls-position": "right",
|
|
570
566
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('interval'))
|
|
571
|
-
}, null, 8
|
|
572
|
-
/*
|
|
573
|
-
, ["modelValue", "min", "max"])]),
|
|
574
|
-
_: 1
|
|
575
|
-
/* STABLE */
|
|
576
|
-
|
|
567
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
568
|
+
_: 1 /* STABLE */
|
|
577
569
|
})]),
|
|
578
|
-
_: 1
|
|
579
|
-
/* STABLE */
|
|
580
|
-
|
|
570
|
+
_: 1 /* STABLE */
|
|
581
571
|
})]),
|
|
582
|
-
_: 1
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
}, 8
|
|
586
|
-
/* PROPS */
|
|
587
|
-
, ["label"])]),
|
|
588
|
-
_: 1
|
|
589
|
-
/* STABLE */
|
|
590
|
-
|
|
572
|
+
_: 1 /* STABLE */
|
|
573
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
574
|
+
_: 1 /* STABLE */
|
|
591
575
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
592
576
|
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
577
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowWidth
|
|
@@ -607,12 +591,8 @@ const __default__ = {
|
|
|
607
591
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
608
592
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
609
593
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('arrowWidth'))
|
|
610
|
-
}, null, 8
|
|
611
|
-
/*
|
|
612
|
-
, ["modelValue", "min", "max"])]),
|
|
613
|
-
_: 1
|
|
614
|
-
/* STABLE */
|
|
615
|
-
|
|
594
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
595
|
+
_: 1 /* STABLE */
|
|
616
596
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
617
597
|
span: 8
|
|
618
598
|
}, {
|
|
@@ -624,26 +604,14 @@ const __default__ = {
|
|
|
624
604
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
625
605
|
"controls-position": "right",
|
|
626
606
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('arrowWidth'))
|
|
627
|
-
}, null, 8
|
|
628
|
-
/*
|
|
629
|
-
, ["modelValue", "min", "max"])]),
|
|
630
|
-
_: 1
|
|
631
|
-
/* STABLE */
|
|
632
|
-
|
|
607
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
608
|
+
_: 1 /* STABLE */
|
|
633
609
|
})]),
|
|
634
|
-
_: 1
|
|
635
|
-
/* STABLE */
|
|
636
|
-
|
|
610
|
+
_: 1 /* STABLE */
|
|
637
611
|
})]),
|
|
638
|
-
_: 1
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
}, 8
|
|
642
|
-
/* PROPS */
|
|
643
|
-
, ["label"])]),
|
|
644
|
-
_: 1
|
|
645
|
-
/* STABLE */
|
|
646
|
-
|
|
612
|
+
_: 1 /* STABLE */
|
|
613
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
614
|
+
_: 1 /* STABLE */
|
|
647
615
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
648
616
|
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
617
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowColor
|
|
@@ -652,67 +620,32 @@ const __default__ = {
|
|
|
652
620
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
|
|
653
621
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor = $event),
|
|
654
622
|
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
|
-
|
|
623
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
624
|
+
_: 1 /* STABLE */
|
|
625
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
626
|
+
_: 1 /* STABLE */
|
|
667
627
|
})])]),
|
|
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, {
|
|
628
|
+
_: 1 /* STABLE */
|
|
629
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
630
|
+
_: 1 /* STABLE */
|
|
631
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
632
|
+
_: 1 /* STABLE */
|
|
633
|
+
}, 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
634
|
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
687
635
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
688
636
|
type: "primary"
|
|
689
637
|
}, {
|
|
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, {
|
|
638
|
+
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 */)]),
|
|
639
|
+
_: 1 /* STABLE */
|
|
640
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
699
641
|
onClick: _cache[11] || (_cache[11] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
700
642
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
701
643
|
}, {
|
|
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
|
-
);
|
|
644
|
+
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 */)]),
|
|
645
|
+
_: 1 /* STABLE */
|
|
646
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
713
647
|
};
|
|
714
648
|
}
|
|
715
|
-
|
|
716
649
|
}));
|
|
717
650
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
718
651
|
|
|
@@ -724,10 +657,13 @@ const __exports__ = AspectAnalysisvue_type_script_setup_true_lang_js;
|
|
|
724
657
|
|
|
725
658
|
/* harmony default export */ var AspectAnalysis = (__exports__);
|
|
726
659
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
727
|
-
var init_js_ = __webpack_require__(
|
|
660
|
+
var init_js_ = __webpack_require__(455);
|
|
728
661
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
729
662
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/index.js
|
|
730
|
-
|
|
663
|
+
/*
|
|
664
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
665
|
+
* All rights reserved.
|
|
666
|
+
*/
|
|
731
667
|
|
|
732
668
|
|
|
733
669
|
|
|
@@ -736,8 +672,6 @@ AspectAnalysis.install = (Vue, opts) => {
|
|
|
736
672
|
Vue.component(AspectAnalysis.name, AspectAnalysis);
|
|
737
673
|
};
|
|
738
674
|
|
|
739
|
-
|
|
740
|
-
}();
|
|
741
675
|
/******/ return __webpack_exports__;
|
|
742
676
|
/******/ })()
|
|
743
677
|
;
|