@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/videofusion/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
|
/***/ }),
|
|
@@ -43,38 +41,31 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
43
41
|
/* harmony export */ });
|
|
44
42
|
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
45
43
|
|
|
46
|
-
|
|
47
44
|
/*
|
|
48
45
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
49
46
|
* All rights reserved.
|
|
50
47
|
*/
|
|
51
48
|
//视频融合逻辑类
|
|
52
49
|
class VideoFusiontViewModel {
|
|
53
|
-
//三维viewer对象
|
|
54
|
-
//视频融合存储参数对象
|
|
55
|
-
//视频融合对象
|
|
56
50
|
constructor(scenceView, options) {
|
|
57
51
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
58
|
-
|
|
52
|
+
//三维viewer对象
|
|
59
53
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
60
|
-
|
|
54
|
+
//视频融合存储参数对象
|
|
61
55
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusion", null);
|
|
62
|
-
|
|
56
|
+
//视频融合对象
|
|
63
57
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusionCollection", null);
|
|
64
|
-
|
|
65
58
|
this._options = Object.assign({}, options);
|
|
66
59
|
this._viewer = scenceView._viewer;
|
|
67
60
|
this._videoFusionCollection = new Cesium.Kq3dVideoFusionCollection(this._viewer);
|
|
68
|
-
}
|
|
69
|
-
|
|
61
|
+
}
|
|
70
62
|
|
|
63
|
+
// 融合
|
|
71
64
|
fusion() {
|
|
72
65
|
let type = 3;
|
|
73
|
-
|
|
74
66
|
if (this._options.videoPath.indexOf('.m3u8') > 0) {
|
|
75
67
|
type = 5;
|
|
76
68
|
}
|
|
77
|
-
|
|
78
69
|
this.clear();
|
|
79
70
|
let cartographic = Cesium.Cartographic.fromCartesian(this._viewer.camera.positionWC);
|
|
80
71
|
this._options.heading = Cesium.Math.toDegrees(this._viewer.camera.heading);
|
|
@@ -105,29 +96,28 @@ class VideoFusiontViewModel {
|
|
|
105
96
|
f: 3000
|
|
106
97
|
};
|
|
107
98
|
this._videoFusion = this._videoFusionCollection.addVideoTarget(param);
|
|
108
|
-
}
|
|
109
|
-
|
|
99
|
+
}
|
|
110
100
|
|
|
101
|
+
// 获取融合坐标
|
|
111
102
|
getProjectCoordinate() {
|
|
112
103
|
if (this._videoFusion) {
|
|
113
104
|
return this._videoFusion.param.position;
|
|
114
105
|
}
|
|
115
|
-
}
|
|
116
|
-
|
|
106
|
+
}
|
|
117
107
|
|
|
108
|
+
// 获取HeadingPitchRoll
|
|
118
109
|
getHeadingPitchRoll() {
|
|
119
110
|
return {
|
|
120
111
|
heading: Math.round(this._options.heading),
|
|
121
112
|
pitch: Math.round(this._options.pitch),
|
|
122
113
|
roll: Math.round(this._options.roll)
|
|
123
114
|
};
|
|
124
|
-
}
|
|
125
|
-
|
|
115
|
+
}
|
|
126
116
|
|
|
117
|
+
//飞入
|
|
127
118
|
flyTo() {
|
|
128
119
|
if (this._videoFusion) {
|
|
129
120
|
let position = Cesium.Cartesian3.fromDegrees(this._videoFusion.param.position.x, this._videoFusion.param.position.y, this._videoFusion.param.position.z);
|
|
130
|
-
|
|
131
121
|
this._viewer.camera.flyTo({
|
|
132
122
|
destination: position,
|
|
133
123
|
orientation: {
|
|
@@ -137,119 +127,109 @@ class VideoFusiontViewModel {
|
|
|
137
127
|
}
|
|
138
128
|
});
|
|
139
129
|
}
|
|
140
|
-
}
|
|
141
|
-
|
|
130
|
+
}
|
|
142
131
|
|
|
132
|
+
//清除全部
|
|
143
133
|
clear() {
|
|
144
134
|
this._videoFusionCollection && this._videoFusionCollection.removeAll();
|
|
145
135
|
this._videoFusion = null;
|
|
146
|
-
}
|
|
147
|
-
|
|
136
|
+
}
|
|
148
137
|
|
|
138
|
+
//销毁
|
|
149
139
|
destroy() {
|
|
150
140
|
this._videoFusionCollection && this._videoFusionCollection.destroy();
|
|
151
|
-
}
|
|
152
|
-
|
|
141
|
+
}
|
|
153
142
|
|
|
143
|
+
// 设置坐标
|
|
154
144
|
setPosition(longitude, latitude, height) {
|
|
155
145
|
let cameraPosition = Cesium.Cartesian3.fromDegrees(longitude, latitude, height);
|
|
156
146
|
this._videoFusion && this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
157
147
|
cameraPosition: cameraPosition
|
|
158
148
|
});
|
|
159
|
-
}
|
|
160
|
-
|
|
149
|
+
}
|
|
161
150
|
|
|
151
|
+
// 设置视频路径
|
|
162
152
|
setVideoPath(val) {
|
|
163
153
|
this._options.videoPath = val;
|
|
164
|
-
}
|
|
165
|
-
|
|
154
|
+
}
|
|
166
155
|
|
|
156
|
+
// 设置视场角度
|
|
167
157
|
setFov(val) {
|
|
168
158
|
this._options.fov = Number(val);
|
|
169
|
-
|
|
170
159
|
if (this._videoFusion) {
|
|
171
160
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
172
161
|
fov: this._options.fov
|
|
173
162
|
});
|
|
174
163
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
164
|
+
}
|
|
177
165
|
|
|
166
|
+
// 设置投影距离
|
|
178
167
|
setFar(val) {
|
|
179
168
|
this._options.far = Number(val);
|
|
180
169
|
if (this._videoFusion) this._videoFusion._changeFar(this._options.far);
|
|
181
|
-
}
|
|
182
|
-
|
|
170
|
+
}
|
|
183
171
|
|
|
172
|
+
// 设置朝向角
|
|
184
173
|
setHeading(val) {
|
|
185
174
|
this._options.heading = Number(val);
|
|
186
|
-
|
|
187
175
|
if (this._videoFusion) {
|
|
188
176
|
let param = this._videoFusion.param;
|
|
189
177
|
param.hpr.heading = this._options.heading;
|
|
190
|
-
|
|
191
178
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
192
179
|
position: param.position
|
|
193
180
|
});
|
|
194
181
|
}
|
|
195
|
-
}
|
|
196
|
-
|
|
182
|
+
}
|
|
197
183
|
|
|
184
|
+
// 设置俯仰角
|
|
198
185
|
setPitch(val) {
|
|
199
186
|
this._options.pitch = Number(val);
|
|
200
|
-
|
|
201
187
|
if (this._videoFusion) {
|
|
202
188
|
let param = this._videoFusion.param;
|
|
203
189
|
param.hpr.pitch = this._options.pitch;
|
|
204
|
-
|
|
205
190
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
206
191
|
position: param.position
|
|
207
192
|
});
|
|
208
193
|
}
|
|
209
|
-
}
|
|
210
|
-
|
|
194
|
+
}
|
|
211
195
|
|
|
196
|
+
// 设置翻转角
|
|
212
197
|
setRoll(val) {
|
|
213
198
|
this._options.roll = Number(val);
|
|
214
|
-
|
|
215
199
|
if (this._videoFusion) {
|
|
216
200
|
let param = this._videoFusion.param;
|
|
217
201
|
param.hpr.roll = this._options.roll;
|
|
218
|
-
|
|
219
202
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
220
203
|
position: param.position
|
|
221
204
|
});
|
|
222
205
|
}
|
|
223
|
-
}
|
|
224
|
-
|
|
206
|
+
}
|
|
225
207
|
|
|
208
|
+
// 设置透明度
|
|
226
209
|
setAlpha(val) {
|
|
227
210
|
this._options.alpha = Number(val);
|
|
228
|
-
|
|
229
211
|
if (this._videoFusion) {
|
|
230
212
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
231
213
|
alpha: this._options.alpha
|
|
232
214
|
});
|
|
233
215
|
}
|
|
234
|
-
}
|
|
235
|
-
|
|
216
|
+
}
|
|
236
217
|
|
|
218
|
+
// 设置羽化度
|
|
237
219
|
setEclosion(val) {
|
|
238
220
|
this._options.eclosion = Number(val);
|
|
239
|
-
|
|
240
221
|
if (this._videoFusion) {
|
|
241
222
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
242
223
|
featheringDelta: this._options.eclosion
|
|
243
224
|
});
|
|
244
225
|
}
|
|
245
|
-
}
|
|
246
|
-
|
|
226
|
+
}
|
|
247
227
|
|
|
228
|
+
// 显隐线框
|
|
248
229
|
showHideLine(val) {
|
|
249
230
|
this._options.showHideLine = val;
|
|
250
231
|
if (this._videoFusion) this._videoFusion.debugFrustum = val;
|
|
251
232
|
}
|
|
252
|
-
|
|
253
233
|
}
|
|
254
234
|
|
|
255
235
|
/***/ }),
|
|
@@ -261,6 +241,27 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
261
241
|
|
|
262
242
|
/***/ }),
|
|
263
243
|
|
|
244
|
+
/***/ 4360:
|
|
245
|
+
/***/ (function(module) {
|
|
246
|
+
|
|
247
|
+
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
248
|
+
|
|
249
|
+
/***/ }),
|
|
250
|
+
|
|
251
|
+
/***/ 8824:
|
|
252
|
+
/***/ (function(module) {
|
|
253
|
+
|
|
254
|
+
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
255
|
+
|
|
256
|
+
/***/ }),
|
|
257
|
+
|
|
258
|
+
/***/ 2936:
|
|
259
|
+
/***/ (function(module) {
|
|
260
|
+
|
|
261
|
+
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
262
|
+
|
|
263
|
+
/***/ }),
|
|
264
|
+
|
|
264
265
|
/***/ 9389:
|
|
265
266
|
/***/ (function(module) {
|
|
266
267
|
|
|
@@ -320,7 +321,6 @@ function _defineProperty(obj, key, value) {
|
|
|
320
321
|
} else {
|
|
321
322
|
obj[key] = value;
|
|
322
323
|
}
|
|
323
|
-
|
|
324
324
|
return obj;
|
|
325
325
|
}
|
|
326
326
|
|
|
@@ -406,6 +406,12 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
406
406
|
"default": function() { return /* reexport */ VideoFusion; }
|
|
407
407
|
});
|
|
408
408
|
|
|
409
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
410
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
411
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
412
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
413
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
414
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
409
415
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
410
416
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
411
417
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -422,6 +428,9 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
422
428
|
var message = __webpack_require__(1349);
|
|
423
429
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/videofusion/VideoFusion.vue?vue&type=script&setup=true&lang=js
|
|
424
430
|
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
425
434
|
const _hoisted_1 = {
|
|
426
435
|
class: "kq3d-video-fusion-box"
|
|
427
436
|
};
|
|
@@ -452,7 +461,6 @@ const __default__ = {
|
|
|
452
461
|
type: Boolean,
|
|
453
462
|
default: true
|
|
454
463
|
},
|
|
455
|
-
|
|
456
464
|
/**
|
|
457
465
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
458
466
|
*/
|
|
@@ -482,7 +490,6 @@ const __default__ = {
|
|
|
482
490
|
default: true
|
|
483
491
|
}
|
|
484
492
|
},
|
|
485
|
-
|
|
486
493
|
setup(__props, {
|
|
487
494
|
expose: __expose
|
|
488
495
|
}) {
|
|
@@ -490,7 +497,9 @@ const __default__ = {
|
|
|
490
497
|
const {
|
|
491
498
|
proxy
|
|
492
499
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
493
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
500
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
501
|
+
|
|
502
|
+
// 获取组件传参
|
|
494
503
|
|
|
495
504
|
const lonlatOffset = 0.00001;
|
|
496
505
|
const heightOffset = 10.0;
|
|
@@ -515,18 +524,22 @@ const __default__ = {
|
|
|
515
524
|
alpha: props.settingParams && props.settingParams.alpha || 1.0,
|
|
516
525
|
eclosion: props.settingParams && props.settingParams.eclosion || 0.5,
|
|
517
526
|
showHideLine: props.settingParams && props.settingParams.showHideLine !== undefined || false
|
|
518
|
-
});
|
|
519
|
-
|
|
520
|
-
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 显示朝向角俯仰角翻转角
|
|
527
|
+
});
|
|
521
528
|
|
|
529
|
+
// 显示坐标
|
|
530
|
+
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
531
|
+
// 显示朝向角俯仰角翻转角
|
|
522
532
|
let showHpr = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
523
|
-
let viewModel = null;
|
|
533
|
+
let viewModel = null;
|
|
524
534
|
|
|
525
|
-
|
|
535
|
+
// 组件容器Ref
|
|
536
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
526
537
|
|
|
538
|
+
// 生成组件默认header
|
|
527
539
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
528
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
540
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
529
541
|
|
|
542
|
+
// 国际化
|
|
530
543
|
let {
|
|
531
544
|
locale,
|
|
532
545
|
messages
|
|
@@ -547,8 +560,9 @@ const __default__ = {
|
|
|
547
560
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
548
561
|
watchCreateHeaderTemp();
|
|
549
562
|
});
|
|
550
|
-
});
|
|
563
|
+
});
|
|
551
564
|
|
|
565
|
+
//父组 件ScenceView初始化完成后执行
|
|
552
566
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
553
567
|
if (scenceView) {
|
|
554
568
|
let options = {
|
|
@@ -563,74 +577,63 @@ const __default__ = {
|
|
|
563
577
|
}
|
|
564
578
|
});
|
|
565
579
|
});
|
|
580
|
+
|
|
566
581
|
/**
|
|
567
582
|
* @description 监听header生成
|
|
568
583
|
*/
|
|
569
|
-
|
|
570
584
|
const watchCreateHeaderTemp = () => {
|
|
571
585
|
if (props.showHeaderTemp) {
|
|
572
586
|
// 生成headerTemp
|
|
573
587
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
574
588
|
}
|
|
575
589
|
};
|
|
576
|
-
|
|
577
590
|
function selectVideo(file) {
|
|
578
591
|
formItem.videoPath = file.name;
|
|
579
592
|
let url = URL.createObjectURL(file.raw);
|
|
580
593
|
viewModel.setVideoPath(url);
|
|
581
|
-
}
|
|
582
|
-
|
|
594
|
+
}
|
|
583
595
|
|
|
596
|
+
// 参数改变
|
|
584
597
|
function paramsChanged(key) {
|
|
585
598
|
switch (key) {
|
|
586
599
|
case "videoPath":
|
|
587
600
|
viewModel.setVideoPath(formItem.videoPath);
|
|
588
601
|
break;
|
|
589
|
-
|
|
590
602
|
case "fov":
|
|
591
603
|
viewModel.setFov(formItem.fov);
|
|
592
604
|
break;
|
|
593
|
-
|
|
594
605
|
case "far":
|
|
595
606
|
viewModel.setFar(formItem.far);
|
|
596
607
|
break;
|
|
597
|
-
|
|
598
608
|
case "heading":
|
|
599
609
|
viewModel.setHeading(formItem.heading);
|
|
600
610
|
break;
|
|
601
|
-
|
|
602
611
|
case "pitch":
|
|
603
612
|
viewModel.setPitch(formItem.pitch);
|
|
604
613
|
break;
|
|
605
|
-
|
|
606
614
|
case "roll":
|
|
607
615
|
viewModel.setRoll(formItem.roll);
|
|
608
616
|
break;
|
|
609
|
-
|
|
610
617
|
case "alpha":
|
|
611
618
|
viewModel.setAlpha(formItem.alpha);
|
|
612
619
|
break;
|
|
613
|
-
|
|
614
620
|
case "eclosion":
|
|
615
621
|
viewModel.setEclosion(formItem.eclosion);
|
|
616
622
|
break;
|
|
617
|
-
|
|
618
623
|
case "showHideLine":
|
|
619
624
|
viewModel.showHideLine(formItem.showHideLine);
|
|
620
625
|
break;
|
|
621
|
-
|
|
622
626
|
case "longitude":
|
|
623
627
|
case "latitude":
|
|
624
628
|
case "height":
|
|
625
629
|
viewModel.setPosition(formItem.longitude, formItem.latitude, formItem.height);
|
|
626
630
|
break;
|
|
627
|
-
|
|
628
631
|
default:
|
|
629
632
|
break;
|
|
630
633
|
}
|
|
631
|
-
}
|
|
632
|
-
|
|
634
|
+
}
|
|
633
635
|
|
|
636
|
+
// 融合
|
|
634
637
|
function fusion() {
|
|
635
638
|
if (formItem.videoPath === "") {
|
|
636
639
|
(0,message/* default */.Z)({
|
|
@@ -645,10 +648,8 @@ const __default__ = {
|
|
|
645
648
|
}
|
|
646
649
|
}
|
|
647
650
|
}
|
|
648
|
-
|
|
649
651
|
function setCoordinate() {
|
|
650
652
|
let coordinate = viewModel.getProjectCoordinate();
|
|
651
|
-
|
|
652
653
|
if (coordinate) {
|
|
653
654
|
formItem.longitude = Number(coordinate.x.toFixed(6));
|
|
654
655
|
formItem.minLongitude = Number((formItem.longitude - lonlatOffset).toFixed(6));
|
|
@@ -661,71 +662,55 @@ const __default__ = {
|
|
|
661
662
|
formItem.maxHeight = formItem.height + heightOffset;
|
|
662
663
|
showCoordinate.value = true;
|
|
663
664
|
}
|
|
664
|
-
}
|
|
665
|
-
|
|
665
|
+
}
|
|
666
666
|
|
|
667
|
+
// 设置朝向角俯仰角翻转角
|
|
667
668
|
function serHpr() {
|
|
668
669
|
let hpr = viewModel.getHeadingPitchRoll();
|
|
669
|
-
|
|
670
670
|
if (hpr) {
|
|
671
671
|
formItem.heading = hpr.heading;
|
|
672
672
|
formItem.pitch = hpr.pitch;
|
|
673
673
|
formItem.roll = hpr.roll;
|
|
674
674
|
showHpr.value = true;
|
|
675
675
|
}
|
|
676
|
-
}
|
|
677
|
-
|
|
676
|
+
}
|
|
678
677
|
|
|
678
|
+
// 飞入
|
|
679
679
|
function flyTo() {
|
|
680
680
|
viewModel && viewModel.flyTo();
|
|
681
|
-
}
|
|
682
|
-
|
|
681
|
+
}
|
|
683
682
|
|
|
683
|
+
// 清除
|
|
684
684
|
function clearResult() {
|
|
685
685
|
showCoordinate.value = false;
|
|
686
686
|
showHpr.value = false;
|
|
687
687
|
viewModel && viewModel.clear();
|
|
688
|
-
}
|
|
689
|
-
|
|
688
|
+
}
|
|
690
689
|
|
|
690
|
+
// 销毁
|
|
691
691
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
692
692
|
viewModel && viewModel.destroy();
|
|
693
693
|
});
|
|
694
|
-
|
|
695
694
|
__expose({
|
|
696
695
|
paramsChanged,
|
|
697
696
|
fusion,
|
|
698
697
|
flyTo,
|
|
699
698
|
clearResult
|
|
700
699
|
});
|
|
701
|
-
|
|
702
700
|
return (_ctx, _cache) => {
|
|
703
701
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
704
|
-
|
|
705
702
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
706
|
-
|
|
707
703
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
708
|
-
|
|
709
704
|
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
710
|
-
|
|
711
705
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
712
|
-
|
|
713
706
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
714
|
-
|
|
715
707
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
716
|
-
|
|
717
708
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
718
|
-
|
|
719
709
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
720
|
-
|
|
721
710
|
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
722
|
-
|
|
723
711
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
724
|
-
|
|
725
712
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
726
|
-
|
|
727
713
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
728
|
-
|
|
729
714
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
730
715
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-video-fusion", {
|
|
731
716
|
'kq-box-shadow': __props.showShadow
|
|
@@ -736,9 +721,7 @@ const __default__ = {
|
|
|
736
721
|
key: 0,
|
|
737
722
|
ref_key: "headerTempRef",
|
|
738
723
|
ref: headerTempRef
|
|
739
|
-
}, null, 512
|
|
740
|
-
/* NEED_PATCH */
|
|
741
|
-
)) : (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, {
|
|
724
|
+
}, 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, {
|
|
742
725
|
gutter: 20,
|
|
743
726
|
class: "rowClass"
|
|
744
727
|
}, {
|
|
@@ -746,12 +729,8 @@ const __default__ = {
|
|
|
746
729
|
span: 6,
|
|
747
730
|
class: "colClass"
|
|
748
731
|
}, {
|
|
749
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoPath), 1
|
|
750
|
-
/*
|
|
751
|
-
)]),
|
|
752
|
-
_: 1
|
|
753
|
-
/* STABLE */
|
|
754
|
-
|
|
732
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoPath), 1 /* TEXT */)]),
|
|
733
|
+
_: 1 /* STABLE */
|
|
755
734
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
756
735
|
span: 18
|
|
757
736
|
}, {
|
|
@@ -772,40 +751,22 @@ const __default__ = {
|
|
|
772
751
|
size: 16
|
|
773
752
|
}, {
|
|
774
753
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconFolder2))]),
|
|
775
|
-
_: 1
|
|
776
|
-
/* STABLE */
|
|
777
|
-
|
|
754
|
+
_: 1 /* STABLE */
|
|
778
755
|
})]),
|
|
779
|
-
_: 1
|
|
780
|
-
/* STABLE */
|
|
781
|
-
|
|
756
|
+
_: 1 /* STABLE */
|
|
782
757
|
})]),
|
|
783
|
-
_: 1
|
|
784
|
-
/* STABLE */
|
|
785
|
-
|
|
758
|
+
_: 1 /* STABLE */
|
|
786
759
|
})]),
|
|
787
|
-
_: 1
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
}, 8
|
|
791
|
-
/* PROPS */
|
|
792
|
-
, ["modelValue", "placeholder"])]),
|
|
793
|
-
_: 1
|
|
794
|
-
/* STABLE */
|
|
795
|
-
|
|
760
|
+
_: 1 /* STABLE */
|
|
761
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
762
|
+
_: 1 /* STABLE */
|
|
796
763
|
})]),
|
|
797
|
-
_: 1
|
|
798
|
-
/* STABLE */
|
|
799
|
-
|
|
764
|
+
_: 1 /* STABLE */
|
|
800
765
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
801
766
|
class: "kq3d-video-fusion-tip"
|
|
802
767
|
}, {
|
|
803
|
-
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).videoFusionTips), 1
|
|
804
|
-
/*
|
|
805
|
-
)]),
|
|
806
|
-
_: 1
|
|
807
|
-
/* STABLE */
|
|
808
|
-
|
|
768
|
+
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).videoFusionTips), 1 /* TEXT */)]),
|
|
769
|
+
_: 1 /* STABLE */
|
|
809
770
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
810
771
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
811
772
|
class: "kq3d-video-fusion-collapse"
|
|
@@ -837,12 +798,8 @@ const __default__ = {
|
|
|
837
798
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
838
799
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
839
800
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
|
|
840
|
-
}, null, 8
|
|
841
|
-
/*
|
|
842
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
843
|
-
_: 1
|
|
844
|
-
/* STABLE */
|
|
845
|
-
|
|
801
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
802
|
+
_: 1 /* STABLE */
|
|
846
803
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
847
804
|
span: 8,
|
|
848
805
|
style: {
|
|
@@ -850,29 +807,15 @@ const __default__ = {
|
|
|
850
807
|
"padding-left": "8px"
|
|
851
808
|
}
|
|
852
809
|
}, {
|
|
853
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude), 1
|
|
854
|
-
/*
|
|
855
|
-
)]),
|
|
856
|
-
_: 1
|
|
857
|
-
/* STABLE */
|
|
858
|
-
|
|
810
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude), 1 /* TEXT */)]),
|
|
811
|
+
_: 1 /* STABLE */
|
|
859
812
|
})]),
|
|
860
|
-
_: 1
|
|
861
|
-
/* STABLE */
|
|
862
|
-
|
|
813
|
+
_: 1 /* STABLE */
|
|
863
814
|
})]),
|
|
864
|
-
_: 1
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
/* PROPS */
|
|
869
|
-
, ["label"])]),
|
|
870
|
-
_: 1
|
|
871
|
-
/* STABLE */
|
|
872
|
-
|
|
873
|
-
}, 512
|
|
874
|
-
/* NEED_PATCH */
|
|
875
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
815
|
+
_: 1 /* STABLE */
|
|
816
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
817
|
+
_: 1 /* STABLE */
|
|
818
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
876
819
|
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, {
|
|
877
820
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude + '(°)'
|
|
878
821
|
}, {
|
|
@@ -891,12 +834,8 @@ const __default__ = {
|
|
|
891
834
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
892
835
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
893
836
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
|
|
894
|
-
}, null, 8
|
|
895
|
-
/*
|
|
896
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
897
|
-
_: 1
|
|
898
|
-
/* STABLE */
|
|
899
|
-
|
|
837
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
838
|
+
_: 1 /* STABLE */
|
|
900
839
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
901
840
|
span: 8,
|
|
902
841
|
style: {
|
|
@@ -904,29 +843,15 @@ const __default__ = {
|
|
|
904
843
|
"padding-left": "8px"
|
|
905
844
|
}
|
|
906
845
|
}, {
|
|
907
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude), 1
|
|
908
|
-
/*
|
|
909
|
-
)]),
|
|
910
|
-
_: 1
|
|
911
|
-
/* STABLE */
|
|
912
|
-
|
|
846
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude), 1 /* TEXT */)]),
|
|
847
|
+
_: 1 /* STABLE */
|
|
913
848
|
})]),
|
|
914
|
-
_: 1
|
|
915
|
-
/* STABLE */
|
|
916
|
-
|
|
849
|
+
_: 1 /* STABLE */
|
|
917
850
|
})]),
|
|
918
|
-
_: 1
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
/* PROPS */
|
|
923
|
-
, ["label"])]),
|
|
924
|
-
_: 1
|
|
925
|
-
/* STABLE */
|
|
926
|
-
|
|
927
|
-
}, 512
|
|
928
|
-
/* NEED_PATCH */
|
|
929
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
851
|
+
_: 1 /* STABLE */
|
|
852
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
853
|
+
_: 1 /* STABLE */
|
|
854
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
930
855
|
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, {
|
|
931
856
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height + '(m)'
|
|
932
857
|
}, {
|
|
@@ -945,12 +870,8 @@ const __default__ = {
|
|
|
945
870
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
946
871
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
947
872
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
|
|
948
|
-
}, null, 8
|
|
949
|
-
/*
|
|
950
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
951
|
-
_: 1
|
|
952
|
-
/* STABLE */
|
|
953
|
-
|
|
873
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
874
|
+
_: 1 /* STABLE */
|
|
954
875
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
955
876
|
span: 8,
|
|
956
877
|
style: {
|
|
@@ -958,29 +879,15 @@ const __default__ = {
|
|
|
958
879
|
"padding-left": "8px"
|
|
959
880
|
}
|
|
960
881
|
}, {
|
|
961
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height), 1
|
|
962
|
-
/*
|
|
963
|
-
)]),
|
|
964
|
-
_: 1
|
|
965
|
-
/* STABLE */
|
|
966
|
-
|
|
882
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height), 1 /* TEXT */)]),
|
|
883
|
+
_: 1 /* STABLE */
|
|
967
884
|
})]),
|
|
968
|
-
_: 1
|
|
969
|
-
/* STABLE */
|
|
970
|
-
|
|
885
|
+
_: 1 /* STABLE */
|
|
971
886
|
})]),
|
|
972
|
-
_: 1
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
/* PROPS */
|
|
977
|
-
, ["label"])]),
|
|
978
|
-
_: 1
|
|
979
|
-
/* STABLE */
|
|
980
|
-
|
|
981
|
-
}, 512
|
|
982
|
-
/* NEED_PATCH */
|
|
983
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
887
|
+
_: 1 /* STABLE */
|
|
888
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
889
|
+
_: 1 /* STABLE */
|
|
890
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
984
891
|
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, {
|
|
985
892
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoFov
|
|
986
893
|
}, {
|
|
@@ -999,12 +906,8 @@ const __default__ = {
|
|
|
999
906
|
min: 10,
|
|
1000
907
|
max: 120,
|
|
1001
908
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('fov'))
|
|
1002
|
-
}, null, 8
|
|
1003
|
-
/*
|
|
1004
|
-
, ["modelValue"])]),
|
|
1005
|
-
_: 1
|
|
1006
|
-
/* STABLE */
|
|
1007
|
-
|
|
909
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
910
|
+
_: 1 /* STABLE */
|
|
1008
911
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1009
912
|
span: 8
|
|
1010
913
|
}, {
|
|
@@ -1016,26 +919,14 @@ const __default__ = {
|
|
|
1016
919
|
max: 120,
|
|
1017
920
|
"controls-position": "right",
|
|
1018
921
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('fov'))
|
|
1019
|
-
}, null, 8
|
|
1020
|
-
/*
|
|
1021
|
-
, ["modelValue"])]),
|
|
1022
|
-
_: 1
|
|
1023
|
-
/* STABLE */
|
|
1024
|
-
|
|
922
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
923
|
+
_: 1 /* STABLE */
|
|
1025
924
|
})]),
|
|
1026
|
-
_: 1
|
|
1027
|
-
/* STABLE */
|
|
1028
|
-
|
|
925
|
+
_: 1 /* STABLE */
|
|
1029
926
|
})]),
|
|
1030
|
-
_: 1
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
}, 8
|
|
1034
|
-
/* PROPS */
|
|
1035
|
-
, ["label"])]),
|
|
1036
|
-
_: 1
|
|
1037
|
-
/* STABLE */
|
|
1038
|
-
|
|
927
|
+
_: 1 /* STABLE */
|
|
928
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
929
|
+
_: 1 /* STABLE */
|
|
1039
930
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1040
931
|
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, {
|
|
1041
932
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).farDistance
|
|
@@ -1055,12 +946,8 @@ const __default__ = {
|
|
|
1055
946
|
min: 10,
|
|
1056
947
|
max: 200,
|
|
1057
948
|
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
|
|
1058
|
-
}, null, 8
|
|
1059
|
-
/*
|
|
1060
|
-
, ["modelValue", "step"])]),
|
|
1061
|
-
_: 1
|
|
1062
|
-
/* STABLE */
|
|
1063
|
-
|
|
949
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
950
|
+
_: 1 /* STABLE */
|
|
1064
951
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1065
952
|
span: 8
|
|
1066
953
|
}, {
|
|
@@ -1072,26 +959,14 @@ const __default__ = {
|
|
|
1072
959
|
max: 200,
|
|
1073
960
|
"controls-position": "right",
|
|
1074
961
|
onChange: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
|
|
1075
|
-
}, null, 8
|
|
1076
|
-
/*
|
|
1077
|
-
, ["modelValue", "step"])]),
|
|
1078
|
-
_: 1
|
|
1079
|
-
/* STABLE */
|
|
1080
|
-
|
|
962
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
963
|
+
_: 1 /* STABLE */
|
|
1081
964
|
})]),
|
|
1082
|
-
_: 1
|
|
1083
|
-
/* STABLE */
|
|
1084
|
-
|
|
965
|
+
_: 1 /* STABLE */
|
|
1085
966
|
})]),
|
|
1086
|
-
_: 1
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
}, 8
|
|
1090
|
-
/* PROPS */
|
|
1091
|
-
, ["label"])]),
|
|
1092
|
-
_: 1
|
|
1093
|
-
/* STABLE */
|
|
1094
|
-
|
|
967
|
+
_: 1 /* STABLE */
|
|
968
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
969
|
+
_: 1 /* STABLE */
|
|
1095
970
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1096
971
|
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, {
|
|
1097
972
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heading
|
|
@@ -1111,12 +986,8 @@ const __default__ = {
|
|
|
1111
986
|
min: 0,
|
|
1112
987
|
max: 360,
|
|
1113
988
|
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('heading'))
|
|
1114
|
-
}, null, 8
|
|
1115
|
-
/*
|
|
1116
|
-
, ["modelValue"])]),
|
|
1117
|
-
_: 1
|
|
1118
|
-
/* STABLE */
|
|
1119
|
-
|
|
989
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
990
|
+
_: 1 /* STABLE */
|
|
1120
991
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1121
992
|
span: 8
|
|
1122
993
|
}, {
|
|
@@ -1128,29 +999,15 @@ const __default__ = {
|
|
|
1128
999
|
max: 360,
|
|
1129
1000
|
"controls-position": "right",
|
|
1130
1001
|
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('heading'))
|
|
1131
|
-
}, null, 8
|
|
1132
|
-
/*
|
|
1133
|
-
, ["modelValue"])]),
|
|
1134
|
-
_: 1
|
|
1135
|
-
/* STABLE */
|
|
1136
|
-
|
|
1002
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1003
|
+
_: 1 /* STABLE */
|
|
1137
1004
|
})]),
|
|
1138
|
-
_: 1
|
|
1139
|
-
/* STABLE */
|
|
1140
|
-
|
|
1005
|
+
_: 1 /* STABLE */
|
|
1141
1006
|
})]),
|
|
1142
|
-
_: 1
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
/* PROPS */
|
|
1147
|
-
, ["label"])]),
|
|
1148
|
-
_: 1
|
|
1149
|
-
/* STABLE */
|
|
1150
|
-
|
|
1151
|
-
}, 512
|
|
1152
|
-
/* NEED_PATCH */
|
|
1153
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1007
|
+
_: 1 /* STABLE */
|
|
1008
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1009
|
+
_: 1 /* STABLE */
|
|
1010
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1154
1011
|
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, {
|
|
1155
1012
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pitch
|
|
1156
1013
|
}, {
|
|
@@ -1169,12 +1026,8 @@ const __default__ = {
|
|
|
1169
1026
|
min: -90,
|
|
1170
1027
|
max: 90,
|
|
1171
1028
|
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('pitch'))
|
|
1172
|
-
}, null, 8
|
|
1173
|
-
/*
|
|
1174
|
-
, ["modelValue"])]),
|
|
1175
|
-
_: 1
|
|
1176
|
-
/* STABLE */
|
|
1177
|
-
|
|
1029
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1030
|
+
_: 1 /* STABLE */
|
|
1178
1031
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1179
1032
|
span: 8
|
|
1180
1033
|
}, {
|
|
@@ -1186,29 +1039,15 @@ const __default__ = {
|
|
|
1186
1039
|
max: 90,
|
|
1187
1040
|
"controls-position": "right",
|
|
1188
1041
|
onChange: _cache[23] || (_cache[23] = $event => paramsChanged('pitch'))
|
|
1189
|
-
}, null, 8
|
|
1190
|
-
/*
|
|
1191
|
-
, ["modelValue"])]),
|
|
1192
|
-
_: 1
|
|
1193
|
-
/* STABLE */
|
|
1194
|
-
|
|
1042
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1043
|
+
_: 1 /* STABLE */
|
|
1195
1044
|
})]),
|
|
1196
|
-
_: 1
|
|
1197
|
-
/* STABLE */
|
|
1198
|
-
|
|
1045
|
+
_: 1 /* STABLE */
|
|
1199
1046
|
})]),
|
|
1200
|
-
_: 1
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
/* PROPS */
|
|
1205
|
-
, ["label"])]),
|
|
1206
|
-
_: 1
|
|
1207
|
-
/* STABLE */
|
|
1208
|
-
|
|
1209
|
-
}, 512
|
|
1210
|
-
/* NEED_PATCH */
|
|
1211
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1047
|
+
_: 1 /* STABLE */
|
|
1048
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1049
|
+
_: 1 /* STABLE */
|
|
1050
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1212
1051
|
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, {
|
|
1213
1052
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roll
|
|
1214
1053
|
}, {
|
|
@@ -1227,12 +1066,8 @@ const __default__ = {
|
|
|
1227
1066
|
min: 0,
|
|
1228
1067
|
max: 360,
|
|
1229
1068
|
onChange: _cache[25] || (_cache[25] = $event => paramsChanged('roll'))
|
|
1230
|
-
}, null, 8
|
|
1231
|
-
/*
|
|
1232
|
-
, ["modelValue"])]),
|
|
1233
|
-
_: 1
|
|
1234
|
-
/* STABLE */
|
|
1235
|
-
|
|
1069
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1070
|
+
_: 1 /* STABLE */
|
|
1236
1071
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1237
1072
|
span: 8
|
|
1238
1073
|
}, {
|
|
@@ -1244,29 +1079,15 @@ const __default__ = {
|
|
|
1244
1079
|
max: 360,
|
|
1245
1080
|
"controls-position": "right",
|
|
1246
1081
|
onChange: _cache[27] || (_cache[27] = $event => paramsChanged('roll'))
|
|
1247
|
-
}, null, 8
|
|
1248
|
-
/*
|
|
1249
|
-
, ["modelValue"])]),
|
|
1250
|
-
_: 1
|
|
1251
|
-
/* STABLE */
|
|
1252
|
-
|
|
1082
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1083
|
+
_: 1 /* STABLE */
|
|
1253
1084
|
})]),
|
|
1254
|
-
_: 1
|
|
1255
|
-
/* STABLE */
|
|
1256
|
-
|
|
1085
|
+
_: 1 /* STABLE */
|
|
1257
1086
|
})]),
|
|
1258
|
-
_: 1
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
/* PROPS */
|
|
1263
|
-
, ["label"])]),
|
|
1264
|
-
_: 1
|
|
1265
|
-
/* STABLE */
|
|
1266
|
-
|
|
1267
|
-
}, 512
|
|
1268
|
-
/* NEED_PATCH */
|
|
1269
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1087
|
+
_: 1 /* STABLE */
|
|
1088
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1089
|
+
_: 1 /* STABLE */
|
|
1090
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1270
1091
|
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, {
|
|
1271
1092
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
1272
1093
|
}, {
|
|
@@ -1285,12 +1106,8 @@ const __default__ = {
|
|
|
1285
1106
|
min: 0,
|
|
1286
1107
|
max: 1,
|
|
1287
1108
|
onChange: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
|
|
1288
|
-
}, null, 8
|
|
1289
|
-
/*
|
|
1290
|
-
, ["modelValue", "step"])]),
|
|
1291
|
-
_: 1
|
|
1292
|
-
/* STABLE */
|
|
1293
|
-
|
|
1109
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1110
|
+
_: 1 /* STABLE */
|
|
1294
1111
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1295
1112
|
span: 8
|
|
1296
1113
|
}, {
|
|
@@ -1302,26 +1119,14 @@ const __default__ = {
|
|
|
1302
1119
|
max: 1,
|
|
1303
1120
|
"controls-position": "right",
|
|
1304
1121
|
onChange: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
|
|
1305
|
-
}, null, 8
|
|
1306
|
-
/*
|
|
1307
|
-
, ["modelValue", "step"])]),
|
|
1308
|
-
_: 1
|
|
1309
|
-
/* STABLE */
|
|
1310
|
-
|
|
1122
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1123
|
+
_: 1 /* STABLE */
|
|
1311
1124
|
})]),
|
|
1312
|
-
_: 1
|
|
1313
|
-
/* STABLE */
|
|
1314
|
-
|
|
1125
|
+
_: 1 /* STABLE */
|
|
1315
1126
|
})]),
|
|
1316
|
-
_: 1
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
}, 8
|
|
1320
|
-
/* PROPS */
|
|
1321
|
-
, ["label"])]),
|
|
1322
|
-
_: 1
|
|
1323
|
-
/* STABLE */
|
|
1324
|
-
|
|
1127
|
+
_: 1 /* STABLE */
|
|
1128
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1129
|
+
_: 1 /* STABLE */
|
|
1325
1130
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1326
1131
|
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, {
|
|
1327
1132
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).eclosion
|
|
@@ -1341,12 +1146,8 @@ const __default__ = {
|
|
|
1341
1146
|
min: 0,
|
|
1342
1147
|
max: 1,
|
|
1343
1148
|
onChange: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
|
|
1344
|
-
}, null, 8
|
|
1345
|
-
/*
|
|
1346
|
-
, ["modelValue", "step"])]),
|
|
1347
|
-
_: 1
|
|
1348
|
-
/* STABLE */
|
|
1349
|
-
|
|
1149
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1150
|
+
_: 1 /* STABLE */
|
|
1350
1151
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1351
1152
|
span: 8
|
|
1352
1153
|
}, {
|
|
@@ -1358,26 +1159,14 @@ const __default__ = {
|
|
|
1358
1159
|
max: 1,
|
|
1359
1160
|
"controls-position": "right",
|
|
1360
1161
|
onChange: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
|
|
1361
|
-
}, null, 8
|
|
1362
|
-
/*
|
|
1363
|
-
, ["modelValue", "step"])]),
|
|
1364
|
-
_: 1
|
|
1365
|
-
/* STABLE */
|
|
1366
|
-
|
|
1162
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1163
|
+
_: 1 /* STABLE */
|
|
1367
1164
|
})]),
|
|
1368
|
-
_: 1
|
|
1369
|
-
/* STABLE */
|
|
1370
|
-
|
|
1165
|
+
_: 1 /* STABLE */
|
|
1371
1166
|
})]),
|
|
1372
|
-
_: 1
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
}, 8
|
|
1376
|
-
/* PROPS */
|
|
1377
|
-
, ["label"])]),
|
|
1378
|
-
_: 1
|
|
1379
|
-
/* STABLE */
|
|
1380
|
-
|
|
1167
|
+
_: 1 /* STABLE */
|
|
1168
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1169
|
+
_: 1 /* STABLE */
|
|
1381
1170
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1382
1171
|
style: {
|
|
1383
1172
|
"margin-bottom": "8px"
|
|
@@ -1401,86 +1190,43 @@ const __default__ = {
|
|
|
1401
1190
|
"onUpdate:modelValue": _cache[36] || (_cache[36] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showHideLine = $event),
|
|
1402
1191
|
"controls-position": "left",
|
|
1403
1192
|
onChange: _cache[37] || (_cache[37] = $event => paramsChanged('showHideLine'))
|
|
1404
|
-
}, null, 8
|
|
1405
|
-
/*
|
|
1406
|
-
, ["modelValue"])]),
|
|
1407
|
-
_: 1
|
|
1408
|
-
/* STABLE */
|
|
1409
|
-
|
|
1193
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1194
|
+
_: 1 /* STABLE */
|
|
1410
1195
|
})]),
|
|
1411
|
-
_: 1
|
|
1412
|
-
/* STABLE */
|
|
1413
|
-
|
|
1196
|
+
_: 1 /* STABLE */
|
|
1414
1197
|
})]),
|
|
1415
|
-
_: 1
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
}, 8
|
|
1419
|
-
/* PROPS */
|
|
1420
|
-
, ["label"])]),
|
|
1421
|
-
_: 1
|
|
1422
|
-
/* STABLE */
|
|
1423
|
-
|
|
1198
|
+
_: 1 /* STABLE */
|
|
1199
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1200
|
+
_: 1 /* STABLE */
|
|
1424
1201
|
})]),
|
|
1425
|
-
_: 1
|
|
1426
|
-
/* STABLE */
|
|
1427
|
-
|
|
1202
|
+
_: 1 /* STABLE */
|
|
1428
1203
|
})]),
|
|
1429
|
-
_: 1
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
/* PROPS */
|
|
1434
|
-
, ["title"])]),
|
|
1435
|
-
_: 1
|
|
1436
|
-
/* STABLE */
|
|
1437
|
-
|
|
1438
|
-
}, 8
|
|
1439
|
-
/* PROPS */
|
|
1440
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1204
|
+
_: 1 /* STABLE */
|
|
1205
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1206
|
+
_: 1 /* STABLE */
|
|
1207
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1441
1208
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => fusion(), ["stop"])),
|
|
1442
1209
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fusion,
|
|
1443
1210
|
type: "primary"
|
|
1444
1211
|
}, {
|
|
1445
|
-
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).fusion), 1
|
|
1446
|
-
/*
|
|
1447
|
-
|
|
1448
|
-
_: 1
|
|
1449
|
-
/* STABLE */
|
|
1450
|
-
|
|
1451
|
-
}, 8
|
|
1452
|
-
/* PROPS */
|
|
1453
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1212
|
+
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).fusion), 1 /* TEXT */)]),
|
|
1213
|
+
_: 1 /* STABLE */
|
|
1214
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1454
1215
|
onClick: _cache[39] || (_cache[39] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => flyTo(), ["stop"])),
|
|
1455
1216
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo,
|
|
1456
1217
|
type: "primary"
|
|
1457
1218
|
}, {
|
|
1458
|
-
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).flyTo), 1
|
|
1459
|
-
/*
|
|
1460
|
-
|
|
1461
|
-
_: 1
|
|
1462
|
-
/* STABLE */
|
|
1463
|
-
|
|
1464
|
-
}, 8
|
|
1465
|
-
/* PROPS */
|
|
1466
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1219
|
+
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).flyTo), 1 /* TEXT */)]),
|
|
1220
|
+
_: 1 /* STABLE */
|
|
1221
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1467
1222
|
onClick: _cache[40] || (_cache[40] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1468
1223
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1469
1224
|
}, {
|
|
1470
|
-
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).clear), 1
|
|
1471
|
-
/*
|
|
1472
|
-
|
|
1473
|
-
_: 1
|
|
1474
|
-
/* STABLE */
|
|
1475
|
-
|
|
1476
|
-
}, 8
|
|
1477
|
-
/* PROPS */
|
|
1478
|
-
, ["title"])])])], 2
|
|
1479
|
-
/* CLASS */
|
|
1480
|
-
);
|
|
1225
|
+
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).clear), 1 /* TEXT */)]),
|
|
1226
|
+
_: 1 /* STABLE */
|
|
1227
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1481
1228
|
};
|
|
1482
1229
|
}
|
|
1483
|
-
|
|
1484
1230
|
}));
|
|
1485
1231
|
;// CONCATENATED MODULE: ./src/webgl/videofusion/VideoFusion.vue?vue&type=script&setup=true&lang=js
|
|
1486
1232
|
|
|
@@ -1502,13 +1248,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1502
1248
|
|
|
1503
1249
|
|
|
1504
1250
|
|
|
1505
|
-
|
|
1506
1251
|
VideoFusion.install = (Vue, opts) => {
|
|
1507
1252
|
init_js_default()(Vue, opts);
|
|
1508
1253
|
Vue.component(VideoFusion.name, VideoFusion);
|
|
1509
1254
|
};
|
|
1510
1255
|
|
|
1511
|
-
|
|
1512
1256
|
}();
|
|
1513
1257
|
/******/ return __webpack_exports__;
|
|
1514
1258
|
/******/ })()
|