@kq_npm/client3d_webgl_vue 4.5.31 → 4.5.32
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 +226 -495
- package/aspectanalysis/index.js +71 -182
- package/baseterraingallery/index.js +40 -102
- package/boxclip/index.js +197 -423
- package/clientPrint/index.js +6953 -17145
- package/comparemap/index.js +165 -216
- package/compass/index.js +20 -47
- package/excavatefillanalysis/index.js +101 -206
- package/fixedzoomin/index.js +20 -43
- package/fixedzoomout/index.js +18 -42
- package/flight/index.js +206 -353
- package/floodanalysis/index.js +145 -328
- package/geologicalbodyanalysis/index.js +114 -241
- package/gpuspatialquery/index.js +146 -340
- package/hawkeye/index.js +78 -80
- package/headertemp/index.js +8 -19
- package/heatmap3d/index.js +304 -645
- package/index.js +6525 -16962
- package/isolineanalysis/index.js +451 -1183
- package/light/index.js +308 -486
- package/limitheightanalysis/index.js +107 -204
- package/measure/index.js +145 -331
- package/modelFlat/index.js +114 -183
- package/modelexcavate/index.js +78 -172
- package/modelfilter/index.js +127 -252
- package/modelprofileanalysis/index.js +154 -297
- package/modelselect/index.js +90 -128
- package/package.json +1 -1
- package/particleeffect/index.js +170 -381
- package/planeclip/index.js +146 -281
- package/resetview/index.js +12 -31
- package/roller/index.js +252 -353
- package/scaneffect/index.js +178 -518
- package/sceneadvancedtoimage/index.js +152 -337
- package/sceneapp/index.js +6953 -17145
- package/sceneset/index.js +299 -838
- package/scenetohdimage/index.js +105 -276
- package/sceneview/index.js +6953 -17145
- package/screenshot/index.js +204 -281
- package/shadowanalysis/index.js +175 -386
- package/sightlineanalysis/index.js +135 -245
- package/skylineanalysis/index.js +108 -289
- package/slopeanalysis/index.js +174 -378
- package/slopeaspectanalysis/index.js +206 -466
- package/statusbar/index.js +37 -39
- package/terrainoperation/index.js +124 -218
- package/terrainprofileanalysis/index.js +66 -118
- package/typhoontrac/index.js +165 -321
- package/underground/index.js +16 -40
- package/videofusion/index.js +214 -470
- package/videoproject/index.js +220 -472
- package/viewshedanalysis/index.js +93 -230
- package/weathereffect/index.js +111 -295
- package/windyslicing/index.js +262 -695
- package/wireframesketch/index.js +49 -106
package/aspectanalysis/index.js
CHANGED
|
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
|
|
|
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
20
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
/*
|
|
23
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
-
* All rights reserved.
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
30
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
31
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
31
|
};
|
|
33
|
-
|
|
34
32
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
35
33
|
|
|
36
34
|
/***/ }),
|
|
@@ -101,7 +99,6 @@ function _defineProperty(obj, key, value) {
|
|
|
101
99
|
} else {
|
|
102
100
|
obj[key] = value;
|
|
103
101
|
}
|
|
104
|
-
|
|
105
102
|
return obj;
|
|
106
103
|
}
|
|
107
104
|
|
|
@@ -197,29 +194,24 @@ var defineProperty = __webpack_require__(8270);
|
|
|
197
194
|
var message = __webpack_require__(1349);
|
|
198
195
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysisViewModel.js
|
|
199
196
|
|
|
200
|
-
|
|
201
197
|
/*
|
|
202
198
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
203
199
|
* All rights reserved.
|
|
204
200
|
*/
|
|
205
|
-
|
|
206
201
|
/**
|
|
207
202
|
* 坡向逻辑类
|
|
208
203
|
**/
|
|
209
204
|
|
|
210
205
|
class AspectAnalysisViewModel {
|
|
211
|
-
// 坡向三维对象
|
|
212
206
|
constructor(scenceView, aspect) {
|
|
213
207
|
(0,defineProperty/* default */.Z)(this, "_aspectAnalysis", null);
|
|
214
|
-
|
|
208
|
+
// 坡向三维对象
|
|
215
209
|
(0,defineProperty/* default */.Z)(this, "_globaOptions", {
|
|
216
210
|
//全局参数
|
|
217
211
|
viewer: null,
|
|
218
212
|
_drawManager: null
|
|
219
213
|
});
|
|
220
|
-
|
|
221
214
|
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
222
|
-
|
|
223
215
|
this._language = scenceView._language;
|
|
224
216
|
this._globaOptions.viewer = scenceView._viewer;
|
|
225
217
|
let options = {
|
|
@@ -233,27 +225,23 @@ class AspectAnalysisViewModel {
|
|
|
233
225
|
};
|
|
234
226
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
235
227
|
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
236
|
-
|
|
237
228
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
238
229
|
var that = this;
|
|
239
230
|
this._aspectAnalysis = new Cesium.Kq3dAspect(options);
|
|
240
231
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
241
232
|
if (shape) {
|
|
242
233
|
that._aspectAnalysis.positions = shape._controlPoints;
|
|
243
|
-
|
|
244
234
|
that._globaOptions._drawManager.clear();
|
|
245
235
|
}
|
|
246
236
|
});
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
|
|
237
|
+
}
|
|
238
|
+
// 开始分析
|
|
250
239
|
start() {
|
|
251
240
|
// 判断是否添加了地形
|
|
252
241
|
if (this._globaOptions.viewer.terrainProvider.availability) {
|
|
253
242
|
if (this._globaOptions.viewer.terrainProvider && !this._globaOptions.viewer.terrainProvider._heightmapStructure) {
|
|
254
243
|
if (this._globaOptions._drawManager) {
|
|
255
244
|
this.clear();
|
|
256
|
-
|
|
257
245
|
this._globaOptions._drawManager.startDraw("polygon", {
|
|
258
246
|
clampToGround: true
|
|
259
247
|
});
|
|
@@ -270,30 +258,25 @@ class AspectAnalysisViewModel {
|
|
|
270
258
|
type: "warning"
|
|
271
259
|
});
|
|
272
260
|
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
261
|
+
}
|
|
262
|
+
// 设置采样间隔
|
|
276
263
|
setInterval(newValue) {
|
|
277
264
|
if (this._aspectAnalysis) this._aspectAnalysis._interval = newValue;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
|
|
265
|
+
}
|
|
266
|
+
// 设置箭头宽度
|
|
281
267
|
setArrowWidth(newValue) {
|
|
282
268
|
if (this._aspectAnalysis) this._aspectAnalysis._width = newValue;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
|
|
269
|
+
}
|
|
270
|
+
// 设置箭头颜色
|
|
286
271
|
setArrowColor(newValue) {
|
|
287
272
|
if (this._aspectAnalysis) this._aspectAnalysis._color = Cesium.Color.fromCssColorString(newValue);
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
|
|
273
|
+
}
|
|
274
|
+
// 清除全部结果
|
|
291
275
|
clear() {
|
|
292
276
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
293
277
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
|
|
278
|
+
}
|
|
279
|
+
// 销毁
|
|
297
280
|
destroy() {
|
|
298
281
|
// 移除监听事件
|
|
299
282
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
@@ -301,7 +284,6 @@ class AspectAnalysisViewModel {
|
|
|
301
284
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
302
285
|
this._aspectAnalysis = null;
|
|
303
286
|
}
|
|
304
|
-
|
|
305
287
|
}
|
|
306
288
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
307
289
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -337,7 +319,6 @@ const __default__ = {
|
|
|
337
319
|
type: Boolean,
|
|
338
320
|
default: true
|
|
339
321
|
},
|
|
340
|
-
|
|
341
322
|
/**
|
|
342
323
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
343
324
|
*/
|
|
@@ -367,7 +348,6 @@ const __default__ = {
|
|
|
367
348
|
default: true
|
|
368
349
|
}
|
|
369
350
|
},
|
|
370
|
-
|
|
371
351
|
setup(__props, {
|
|
372
352
|
expose: __expose
|
|
373
353
|
}) {
|
|
@@ -376,11 +356,13 @@ const __default__ = {
|
|
|
376
356
|
proxy
|
|
377
357
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
378
358
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
379
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
380
|
-
// 分析类
|
|
359
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
381
360
|
|
|
382
|
-
|
|
361
|
+
// 获取组件传参
|
|
383
362
|
|
|
363
|
+
// 分析类
|
|
364
|
+
let viewModel = null;
|
|
365
|
+
// 默认参数
|
|
384
366
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
385
367
|
collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
|
|
386
368
|
// 默认展开属性设置
|
|
@@ -397,14 +379,16 @@ const __default__ = {
|
|
|
397
379
|
maxArrowWidth: props.settingParams && props.settingParams.maxArrowWidth || 30,
|
|
398
380
|
// 箭头宽度最大值
|
|
399
381
|
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
|
|
382
|
+
});
|
|
400
383
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
384
|
+
// 组件容器Ref
|
|
385
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
404
386
|
|
|
387
|
+
// 生成组件默认header
|
|
405
388
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
406
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
389
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
407
390
|
|
|
391
|
+
// 国际化
|
|
408
392
|
let {
|
|
409
393
|
locale,
|
|
410
394
|
messages
|
|
@@ -427,7 +411,6 @@ const __default__ = {
|
|
|
427
411
|
});
|
|
428
412
|
});
|
|
429
413
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
430
|
-
|
|
431
414
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
432
415
|
if (scenceView) {
|
|
433
416
|
viewModel = new AspectAnalysisViewModel(scenceView, {
|
|
@@ -436,87 +419,68 @@ const __default__ = {
|
|
|
436
419
|
arrowWidth: formItem.arrowWidth,
|
|
437
420
|
// 箭头宽度
|
|
438
421
|
arrowColor: formItem.arrowColor // 箭头颜色
|
|
439
|
-
|
|
440
422
|
});
|
|
441
423
|
}
|
|
442
424
|
});
|
|
443
425
|
});
|
|
426
|
+
|
|
444
427
|
/**
|
|
445
428
|
* @description 监听header生成
|
|
446
429
|
*/
|
|
447
|
-
|
|
448
430
|
const watchCreateHeaderTemp = () => {
|
|
449
431
|
if (props.showHeaderTemp) {
|
|
450
432
|
// 生成headerTemp
|
|
451
433
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
452
434
|
}
|
|
453
|
-
};
|
|
454
|
-
|
|
435
|
+
};
|
|
455
436
|
|
|
437
|
+
// 参数改变
|
|
456
438
|
function paramsChanged(key) {
|
|
457
439
|
switch (key) {
|
|
458
440
|
case "interval":
|
|
459
441
|
// 采样间隔
|
|
460
442
|
viewModel.setInterval(formItem.interval);
|
|
461
443
|
break;
|
|
462
|
-
|
|
463
444
|
case "arrowWidth":
|
|
464
445
|
// 箭头间隔
|
|
465
446
|
viewModel.setArrowWidth(formItem.arrowWidth);
|
|
466
447
|
break;
|
|
467
|
-
|
|
468
448
|
case "arrowColor":
|
|
469
449
|
// 箭头颜色
|
|
470
450
|
viewModel.setArrowColor(formItem.arrowColor);
|
|
471
451
|
break;
|
|
472
|
-
|
|
473
452
|
default:
|
|
474
453
|
break;
|
|
475
454
|
}
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
|
|
455
|
+
}
|
|
456
|
+
// 开始分析
|
|
479
457
|
function startAnalysis() {
|
|
480
458
|
viewModel && viewModel.start();
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
|
|
459
|
+
}
|
|
460
|
+
//清除结果
|
|
484
461
|
function clearResult() {
|
|
485
462
|
viewModel && viewModel.clear();
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
|
|
463
|
+
}
|
|
464
|
+
// 销毁
|
|
489
465
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
490
466
|
viewModel && viewModel.destroy();
|
|
491
467
|
});
|
|
492
|
-
|
|
493
468
|
__expose({
|
|
494
469
|
paramsChanged,
|
|
495
470
|
startAnalysis,
|
|
496
471
|
clearResult
|
|
497
472
|
});
|
|
498
|
-
|
|
499
473
|
return (_ctx, _cache) => {
|
|
500
474
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
501
|
-
|
|
502
475
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
503
|
-
|
|
504
476
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
505
|
-
|
|
506
477
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
507
|
-
|
|
508
478
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
509
|
-
|
|
510
479
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
511
|
-
|
|
512
480
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
513
|
-
|
|
514
481
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
515
|
-
|
|
516
482
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
517
|
-
|
|
518
483
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
519
|
-
|
|
520
484
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
521
485
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-aspect-analysis", {
|
|
522
486
|
'kq-box-shadow': __props.showShadow
|
|
@@ -527,17 +491,11 @@ const __default__ = {
|
|
|
527
491
|
key: 0,
|
|
528
492
|
ref_key: "headerTempRef",
|
|
529
493
|
ref: headerTempRef
|
|
530
|
-
}, null, 512
|
|
531
|
-
/* NEED_PATCH */
|
|
532
|
-
)) : (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, {
|
|
494
|
+
}, 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, {
|
|
533
495
|
class: "kq3d-aspect-analysis-tip"
|
|
534
496
|
}, {
|
|
535
|
-
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
|
|
536
|
-
/*
|
|
537
|
-
)]),
|
|
538
|
-
_: 1
|
|
539
|
-
/* STABLE */
|
|
540
|
-
|
|
497
|
+
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 */)]),
|
|
498
|
+
_: 1 /* STABLE */
|
|
541
499
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
542
500
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
|
|
543
501
|
}, {
|
|
@@ -568,12 +526,8 @@ const __default__ = {
|
|
|
568
526
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
569
527
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
570
528
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('interval'))
|
|
571
|
-
}, null, 8
|
|
572
|
-
/*
|
|
573
|
-
, ["modelValue", "min", "max"])]),
|
|
574
|
-
_: 1
|
|
575
|
-
/* STABLE */
|
|
576
|
-
|
|
529
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
530
|
+
_: 1 /* STABLE */
|
|
577
531
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
578
532
|
span: 8
|
|
579
533
|
}, {
|
|
@@ -585,26 +539,14 @@ const __default__ = {
|
|
|
585
539
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
586
540
|
"controls-position": "right",
|
|
587
541
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('interval'))
|
|
588
|
-
}, null, 8
|
|
589
|
-
/*
|
|
590
|
-
, ["modelValue", "min", "max"])]),
|
|
591
|
-
_: 1
|
|
592
|
-
/* STABLE */
|
|
593
|
-
|
|
542
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
543
|
+
_: 1 /* STABLE */
|
|
594
544
|
})]),
|
|
595
|
-
_: 1
|
|
596
|
-
/* STABLE */
|
|
597
|
-
|
|
545
|
+
_: 1 /* STABLE */
|
|
598
546
|
})]),
|
|
599
|
-
_: 1
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
}, 8
|
|
603
|
-
/* PROPS */
|
|
604
|
-
, ["label"])]),
|
|
605
|
-
_: 1
|
|
606
|
-
/* STABLE */
|
|
607
|
-
|
|
547
|
+
_: 1 /* STABLE */
|
|
548
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
549
|
+
_: 1 /* STABLE */
|
|
608
550
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
609
551
|
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, {
|
|
610
552
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowWidth
|
|
@@ -624,12 +566,8 @@ const __default__ = {
|
|
|
624
566
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
625
567
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
626
568
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('arrowWidth'))
|
|
627
|
-
}, null, 8
|
|
628
|
-
/*
|
|
629
|
-
, ["modelValue", "min", "max"])]),
|
|
630
|
-
_: 1
|
|
631
|
-
/* STABLE */
|
|
632
|
-
|
|
569
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
570
|
+
_: 1 /* STABLE */
|
|
633
571
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
634
572
|
span: 8
|
|
635
573
|
}, {
|
|
@@ -641,26 +579,14 @@ const __default__ = {
|
|
|
641
579
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
642
580
|
"controls-position": "right",
|
|
643
581
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('arrowWidth'))
|
|
644
|
-
}, null, 8
|
|
645
|
-
/*
|
|
646
|
-
, ["modelValue", "min", "max"])]),
|
|
647
|
-
_: 1
|
|
648
|
-
/* STABLE */
|
|
649
|
-
|
|
582
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
583
|
+
_: 1 /* STABLE */
|
|
650
584
|
})]),
|
|
651
|
-
_: 1
|
|
652
|
-
/* STABLE */
|
|
653
|
-
|
|
585
|
+
_: 1 /* STABLE */
|
|
654
586
|
})]),
|
|
655
|
-
_: 1
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
}, 8
|
|
659
|
-
/* PROPS */
|
|
660
|
-
, ["label"])]),
|
|
661
|
-
_: 1
|
|
662
|
-
/* STABLE */
|
|
663
|
-
|
|
587
|
+
_: 1 /* STABLE */
|
|
588
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
589
|
+
_: 1 /* STABLE */
|
|
664
590
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
665
591
|
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, {
|
|
666
592
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowColor
|
|
@@ -669,67 +595,32 @@ const __default__ = {
|
|
|
669
595
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
|
|
670
596
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor = $event),
|
|
671
597
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('arrowColor'))
|
|
672
|
-
}, null, 8
|
|
673
|
-
/*
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
/* STABLE */
|
|
677
|
-
|
|
678
|
-
}, 8
|
|
679
|
-
/* PROPS */
|
|
680
|
-
, ["label"])]),
|
|
681
|
-
_: 1
|
|
682
|
-
/* STABLE */
|
|
683
|
-
|
|
598
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
599
|
+
_: 1 /* STABLE */
|
|
600
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
601
|
+
_: 1 /* STABLE */
|
|
684
602
|
})])]),
|
|
685
|
-
_: 1
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
_: 1
|
|
692
|
-
/* STABLE */
|
|
693
|
-
|
|
694
|
-
}, 8
|
|
695
|
-
/* PROPS */
|
|
696
|
-
, ["title"])]),
|
|
697
|
-
_: 1
|
|
698
|
-
/* STABLE */
|
|
699
|
-
|
|
700
|
-
}, 8
|
|
701
|
-
/* PROPS */
|
|
702
|
-
, ["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, {
|
|
603
|
+
_: 1 /* STABLE */
|
|
604
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
605
|
+
_: 1 /* STABLE */
|
|
606
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
607
|
+
_: 1 /* STABLE */
|
|
608
|
+
}, 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, {
|
|
703
609
|
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
704
610
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
705
611
|
type: "primary"
|
|
706
612
|
}, {
|
|
707
|
-
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
|
|
708
|
-
/*
|
|
709
|
-
|
|
710
|
-
_: 1
|
|
711
|
-
/* STABLE */
|
|
712
|
-
|
|
713
|
-
}, 8
|
|
714
|
-
/* PROPS */
|
|
715
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
613
|
+
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 */)]),
|
|
614
|
+
_: 1 /* STABLE */
|
|
615
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
716
616
|
onClick: _cache[11] || (_cache[11] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
717
617
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
718
618
|
}, {
|
|
719
|
-
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
|
|
720
|
-
/*
|
|
721
|
-
|
|
722
|
-
_: 1
|
|
723
|
-
/* STABLE */
|
|
724
|
-
|
|
725
|
-
}, 8
|
|
726
|
-
/* PROPS */
|
|
727
|
-
, ["title"])])])], 2
|
|
728
|
-
/* CLASS */
|
|
729
|
-
);
|
|
619
|
+
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 */)]),
|
|
620
|
+
_: 1 /* STABLE */
|
|
621
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
730
622
|
};
|
|
731
623
|
}
|
|
732
|
-
|
|
733
624
|
}));
|
|
734
625
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
735
626
|
|
|
@@ -751,13 +642,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
751
642
|
|
|
752
643
|
|
|
753
644
|
|
|
754
|
-
|
|
755
645
|
AspectAnalysis.install = (Vue, opts) => {
|
|
756
646
|
init_js_default()(Vue, opts);
|
|
757
647
|
Vue.component(AspectAnalysis.name, AspectAnalysis);
|
|
758
648
|
};
|
|
759
649
|
|
|
760
|
-
|
|
761
650
|
}();
|
|
762
651
|
/******/ return __webpack_exports__;
|
|
763
652
|
/******/ })()
|