@kq_npm/client3d_webgl_vue 4.0.2-beta → 4.0.3-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/index.js +16305 -13054
- package/modelfilter/index.js +953 -0
- package/modelfilter/style/index.js +3 -0
- package/modelfilter/style/modelfilter.css +1 -0
- package/{profileanalysis → modelprofileanalysis}/index.js +24 -24
- package/modelprofileanalysis/style/index.js +3 -0
- package/modelprofileanalysis/style/modelprofileanalysis.css +1 -0
- package/package.json +1 -1
- package/scenceview/index.js +9919 -6548
- package/style.css +1 -1
- package/underground/index.js +10 -14
- package/videofusion/index.js +1461 -0
- package/videofusion/style/index.js +3 -0
- package/videofusion/style/videofusion.css +1 -0
- package/videoproject/index.js +1449 -0
- package/videoproject/style/index.js +3 -0
- package/videoproject/style/videoproject.css +1 -0
- package/profileanalysis/style/index.js +0 -3
- package/profileanalysis/style/profileanalysis.css +0 -1
|
@@ -0,0 +1,1461 @@
|
|
|
1
|
+
/******/ (function() { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 8143:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// EXPORTS
|
|
10
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
11
|
+
"Z": function() { return /* binding */ message; }
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
;// CONCATENATED MODULE: external "element-plus/es"
|
|
15
|
+
var es_namespaceObject = require("element-plus/es");
|
|
16
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
17
|
+
var init_js_ = __webpack_require__(5406);
|
|
18
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
19
|
+
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
24
|
+
init_js_default()(Vue, opts);
|
|
25
|
+
Vue.component("KqMessage", es_namespaceObject.ElMessage);
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ var message = (es_namespaceObject.ElMessage);
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 2284:
|
|
33
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ "Z": function() { return /* binding */ VideoFusiontViewModel; }
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
39
|
+
//视频融合逻辑类
|
|
40
|
+
|
|
41
|
+
class VideoFusiontViewModel {
|
|
42
|
+
//三维viewer对象
|
|
43
|
+
//视频融合存储参数对象
|
|
44
|
+
//视频融合对象
|
|
45
|
+
constructor(scenceView, options) {
|
|
46
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
47
|
+
|
|
48
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
49
|
+
|
|
50
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusion", null);
|
|
51
|
+
|
|
52
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusionCollection", null);
|
|
53
|
+
|
|
54
|
+
this._options = Object.assign({}, options);
|
|
55
|
+
this._viewer = scenceView._viewer;
|
|
56
|
+
this._videoFusionCollection = new Cesium.Kq3dVideoFusionCollection(this._viewer);
|
|
57
|
+
} // 融合
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
fusion() {
|
|
61
|
+
this.clear();
|
|
62
|
+
let cartographic = Cesium.Cartographic.fromCartesian(this._viewer.camera.positionWC);
|
|
63
|
+
var param = {
|
|
64
|
+
url: this._options.videoPath,
|
|
65
|
+
type: 3,
|
|
66
|
+
position: {
|
|
67
|
+
x: Cesium.Math.toDegrees(cartographic.longitude),
|
|
68
|
+
y: Cesium.Math.toDegrees(cartographic.latitude),
|
|
69
|
+
z: cartographic.height
|
|
70
|
+
},
|
|
71
|
+
hpr: {
|
|
72
|
+
heading: this._options.heading,
|
|
73
|
+
pitch: this._options.pitch,
|
|
74
|
+
roll: this._options.roll
|
|
75
|
+
},
|
|
76
|
+
alpha: this._options.alpha,
|
|
77
|
+
far: this._options.far,
|
|
78
|
+
fov: this._options.fov,
|
|
79
|
+
featheringDelta: this._options.eclosion,
|
|
80
|
+
debugFrustum: this._options.showHideLine,
|
|
81
|
+
k1: 0,
|
|
82
|
+
k2: 0,
|
|
83
|
+
cx: 300,
|
|
84
|
+
cy: 60,
|
|
85
|
+
f: 3000
|
|
86
|
+
};
|
|
87
|
+
this._videoFusion = this._videoFusionCollection.addVideoTarget(param);
|
|
88
|
+
} // 获取融合坐标
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
getProjectCoordinate() {
|
|
92
|
+
if (this._videoFusion) {
|
|
93
|
+
return this._videoFusion.param.position;
|
|
94
|
+
}
|
|
95
|
+
} //飞入
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
flyTo() {
|
|
99
|
+
if (this._videoFusion) {
|
|
100
|
+
let position = Cesium.Cartesian3.fromDegrees(this._videoFusion.param.position.x, this._videoFusion.param.position.y, this._videoFusion.param.position.z);
|
|
101
|
+
|
|
102
|
+
this._viewer.camera.flyTo({
|
|
103
|
+
destination: position,
|
|
104
|
+
orientation: {
|
|
105
|
+
heading: Cesium.Math.toRadians(this._options.heading),
|
|
106
|
+
pitch: Cesium.Math.toRadians(this._options.pitch),
|
|
107
|
+
roll: Cesium.Math.toRadians(this._options.roll)
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
} //清除全部
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
clear() {
|
|
115
|
+
this._videoFusionCollection && this._videoFusionCollection.removeAll();
|
|
116
|
+
this._videoFusion = null;
|
|
117
|
+
} //销毁
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
destroy() {
|
|
121
|
+
this._videoFusionCollection && this._videoFusionCollection.destroy();
|
|
122
|
+
} // 设置坐标
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
setPosition(longitude, latitude, height) {
|
|
126
|
+
let cameraPosition = Cesium.Cartesian3.fromDegrees(longitude, latitude, height);
|
|
127
|
+
this._videoFusion && this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
128
|
+
cameraPosition: cameraPosition
|
|
129
|
+
});
|
|
130
|
+
} // 设置视频路径
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
setVideoPath(val) {
|
|
134
|
+
this._options.videoPath = val;
|
|
135
|
+
} // 设置视场角度
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
setFov(val) {
|
|
139
|
+
this._options.fov = Number(val);
|
|
140
|
+
|
|
141
|
+
if (this._videoFusion) {
|
|
142
|
+
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
143
|
+
fov: this._options.fov
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
} // 设置投影距离
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
setFar(val) {
|
|
150
|
+
this._options.far = Number(val);
|
|
151
|
+
if (this._videoFusion) this._videoFusion._changeFar(this._options.far);
|
|
152
|
+
} // 设置朝向角
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
setHeading(val) {
|
|
156
|
+
this._options.heading = Number(val);
|
|
157
|
+
|
|
158
|
+
if (this._videoFusion) {
|
|
159
|
+
let param = this._videoFusion.param;
|
|
160
|
+
param.hpr.heading = this._options.heading;
|
|
161
|
+
|
|
162
|
+
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
163
|
+
position: param.position
|
|
164
|
+
});
|
|
165
|
+
}
|
|
166
|
+
} // 设置俯仰角
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
setPitch(val) {
|
|
170
|
+
this._options.pitch = Number(val);
|
|
171
|
+
|
|
172
|
+
if (this._videoFusion) {
|
|
173
|
+
let param = this._videoFusion.param;
|
|
174
|
+
param.hpr.pitch = this._options.pitch;
|
|
175
|
+
|
|
176
|
+
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
177
|
+
position: param.position
|
|
178
|
+
});
|
|
179
|
+
}
|
|
180
|
+
} // 设置翻转角
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
setRoll(val) {
|
|
184
|
+
this._options.roll = Number(val);
|
|
185
|
+
|
|
186
|
+
if (this._videoFusion) {
|
|
187
|
+
let param = this._videoFusion.param;
|
|
188
|
+
param.hpr.roll = this._options.roll;
|
|
189
|
+
|
|
190
|
+
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
191
|
+
position: param.position
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
} // 设置透明度
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
setAlpha(val) {
|
|
198
|
+
this._options.alpha = Number(val);
|
|
199
|
+
|
|
200
|
+
if (this._videoFusion) {
|
|
201
|
+
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
202
|
+
alpha: this._options.alpha
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
} // 设置羽化度
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
setEclosion(val) {
|
|
209
|
+
this._options.eclosion = Number(val);
|
|
210
|
+
|
|
211
|
+
if (this._videoFusion) {
|
|
212
|
+
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
213
|
+
featheringDelta: this._options.eclosion
|
|
214
|
+
});
|
|
215
|
+
}
|
|
216
|
+
} // 显隐线框
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
showHideLine(val) {
|
|
220
|
+
this._options.showHideLine = val;
|
|
221
|
+
if (this._videoFusion) this._videoFusion.debugFrustum = val;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/***/ }),
|
|
227
|
+
|
|
228
|
+
/***/ 8422:
|
|
229
|
+
/***/ (function(module) {
|
|
230
|
+
|
|
231
|
+
module.exports = require("@element-plus/icons-vue");
|
|
232
|
+
|
|
233
|
+
/***/ }),
|
|
234
|
+
|
|
235
|
+
/***/ 348:
|
|
236
|
+
/***/ (function(module) {
|
|
237
|
+
|
|
238
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
239
|
+
|
|
240
|
+
/***/ }),
|
|
241
|
+
|
|
242
|
+
/***/ 7080:
|
|
243
|
+
/***/ (function(module) {
|
|
244
|
+
|
|
245
|
+
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
246
|
+
|
|
247
|
+
/***/ }),
|
|
248
|
+
|
|
249
|
+
/***/ 826:
|
|
250
|
+
/***/ (function(module) {
|
|
251
|
+
|
|
252
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
253
|
+
|
|
254
|
+
/***/ }),
|
|
255
|
+
|
|
256
|
+
/***/ 9519:
|
|
257
|
+
/***/ (function(module) {
|
|
258
|
+
|
|
259
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/util");
|
|
260
|
+
|
|
261
|
+
/***/ }),
|
|
262
|
+
|
|
263
|
+
/***/ 5406:
|
|
264
|
+
/***/ (function(module) {
|
|
265
|
+
|
|
266
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
267
|
+
|
|
268
|
+
/***/ }),
|
|
269
|
+
|
|
270
|
+
/***/ 637:
|
|
271
|
+
/***/ (function(module) {
|
|
272
|
+
|
|
273
|
+
module.exports = require("vue");
|
|
274
|
+
|
|
275
|
+
/***/ }),
|
|
276
|
+
|
|
277
|
+
/***/ 8270:
|
|
278
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
279
|
+
|
|
280
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
281
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
282
|
+
/* harmony export */ });
|
|
283
|
+
function _defineProperty(obj, key, value) {
|
|
284
|
+
if (key in obj) {
|
|
285
|
+
Object.defineProperty(obj, key, {
|
|
286
|
+
value: value,
|
|
287
|
+
enumerable: true,
|
|
288
|
+
configurable: true,
|
|
289
|
+
writable: true
|
|
290
|
+
});
|
|
291
|
+
} else {
|
|
292
|
+
obj[key] = value;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
return obj;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/***/ })
|
|
299
|
+
|
|
300
|
+
/******/ });
|
|
301
|
+
/************************************************************************/
|
|
302
|
+
/******/ // The module cache
|
|
303
|
+
/******/ var __webpack_module_cache__ = {};
|
|
304
|
+
/******/
|
|
305
|
+
/******/ // The require function
|
|
306
|
+
/******/ function __webpack_require__(moduleId) {
|
|
307
|
+
/******/ // Check if module is in cache
|
|
308
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
309
|
+
/******/ if (cachedModule !== undefined) {
|
|
310
|
+
/******/ return cachedModule.exports;
|
|
311
|
+
/******/ }
|
|
312
|
+
/******/ // Create a new module (and put it into the cache)
|
|
313
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
314
|
+
/******/ // no module.id needed
|
|
315
|
+
/******/ // no module.loaded needed
|
|
316
|
+
/******/ exports: {}
|
|
317
|
+
/******/ };
|
|
318
|
+
/******/
|
|
319
|
+
/******/ // Execute the module function
|
|
320
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
321
|
+
/******/
|
|
322
|
+
/******/ // Return the exports of the module
|
|
323
|
+
/******/ return module.exports;
|
|
324
|
+
/******/ }
|
|
325
|
+
/******/
|
|
326
|
+
/************************************************************************/
|
|
327
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
328
|
+
/******/ !function() {
|
|
329
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
330
|
+
/******/ __webpack_require__.n = function(module) {
|
|
331
|
+
/******/ var getter = module && module.__esModule ?
|
|
332
|
+
/******/ function() { return module['default']; } :
|
|
333
|
+
/******/ function() { return module; };
|
|
334
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
335
|
+
/******/ return getter;
|
|
336
|
+
/******/ };
|
|
337
|
+
/******/ }();
|
|
338
|
+
/******/
|
|
339
|
+
/******/ /* webpack/runtime/define property getters */
|
|
340
|
+
/******/ !function() {
|
|
341
|
+
/******/ // define getter functions for harmony exports
|
|
342
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
343
|
+
/******/ for(var key in definition) {
|
|
344
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
345
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
346
|
+
/******/ }
|
|
347
|
+
/******/ }
|
|
348
|
+
/******/ };
|
|
349
|
+
/******/ }();
|
|
350
|
+
/******/
|
|
351
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
352
|
+
/******/ !function() {
|
|
353
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
354
|
+
/******/ }();
|
|
355
|
+
/******/
|
|
356
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
357
|
+
/******/ !function() {
|
|
358
|
+
/******/ // define __esModule on exports
|
|
359
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
360
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
361
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
362
|
+
/******/ }
|
|
363
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
364
|
+
/******/ };
|
|
365
|
+
/******/ }();
|
|
366
|
+
/******/
|
|
367
|
+
/************************************************************************/
|
|
368
|
+
var __webpack_exports__ = {};
|
|
369
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
370
|
+
!function() {
|
|
371
|
+
// ESM COMPAT FLAG
|
|
372
|
+
__webpack_require__.r(__webpack_exports__);
|
|
373
|
+
|
|
374
|
+
// EXPORTS
|
|
375
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
376
|
+
"VideoFusionViewModel": function() { return /* reexport */ VideoFusionViewModel/* default */.Z; },
|
|
377
|
+
"default": function() { return /* reexport */ VideoFusion; }
|
|
378
|
+
});
|
|
379
|
+
|
|
380
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
381
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
382
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
383
|
+
var gis_utils_ = __webpack_require__(826);
|
|
384
|
+
// EXTERNAL MODULE: ./src/webgl/videofusion/VideoFusionViewModel.js
|
|
385
|
+
var VideoFusionViewModel = __webpack_require__(2284);
|
|
386
|
+
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
387
|
+
var icons_vue_ = __webpack_require__(8422);
|
|
388
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
389
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
390
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
391
|
+
var util_ = __webpack_require__(9519);
|
|
392
|
+
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
393
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
394
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
395
|
+
var message = __webpack_require__(8143);
|
|
396
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-2.use!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/videofusion/VideoFusion.vue?vue&type=script&setup=true&lang=js
|
|
397
|
+
|
|
398
|
+
const _hoisted_1 = {
|
|
399
|
+
class: "kq3d-video-fusion-box"
|
|
400
|
+
};
|
|
401
|
+
const _hoisted_2 = {
|
|
402
|
+
class: "kq3d-video-fusion-span"
|
|
403
|
+
};
|
|
404
|
+
const _hoisted_3 = {
|
|
405
|
+
class: "kq3d-video-fusion-footer"
|
|
406
|
+
};
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
const __default__ = {
|
|
416
|
+
name: "Kq3dVideoFusion"
|
|
417
|
+
};
|
|
418
|
+
/* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
419
|
+
props: {
|
|
420
|
+
// 设置参数
|
|
421
|
+
settingParams: {
|
|
422
|
+
type: Object
|
|
423
|
+
},
|
|
424
|
+
// 是否显示阴影效果
|
|
425
|
+
showShadow: {
|
|
426
|
+
type: Boolean,
|
|
427
|
+
default: true
|
|
428
|
+
},
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
432
|
+
*/
|
|
433
|
+
position: [String, Object],
|
|
434
|
+
// 是否生成HeaderTemp
|
|
435
|
+
showHeaderTemp: {
|
|
436
|
+
type: Boolean,
|
|
437
|
+
default: false
|
|
438
|
+
},
|
|
439
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
440
|
+
isCollapseHeaderTemp: {
|
|
441
|
+
type: Boolean,
|
|
442
|
+
default: false
|
|
443
|
+
},
|
|
444
|
+
// HeaderTemp标题
|
|
445
|
+
headerTempTitle: {
|
|
446
|
+
type: String
|
|
447
|
+
},
|
|
448
|
+
// HeaderTemp图标
|
|
449
|
+
headerTempIcon: {
|
|
450
|
+
type: [Object, String],
|
|
451
|
+
default: icons_vue_.VideoCamera
|
|
452
|
+
},
|
|
453
|
+
// HeaderTemp Title&Icon的位置
|
|
454
|
+
isRight: {
|
|
455
|
+
type: Boolean,
|
|
456
|
+
default: true
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
|
|
460
|
+
setup(__props, _ref) {
|
|
461
|
+
let {
|
|
462
|
+
expose
|
|
463
|
+
} = _ref;
|
|
464
|
+
const props = __props;
|
|
465
|
+
const {
|
|
466
|
+
proxy
|
|
467
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
468
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
469
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 获取组件传参
|
|
470
|
+
|
|
471
|
+
const lonlatOffset = 0.00001;
|
|
472
|
+
const heightOffset = 10;
|
|
473
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
474
|
+
longitude: 0,
|
|
475
|
+
minLongitude: -lonlatOffset,
|
|
476
|
+
maxLongitude: lonlatOffset,
|
|
477
|
+
latitude: 0,
|
|
478
|
+
minLatitude: -lonlatOffset,
|
|
479
|
+
maxLatitude: lonlatOffset,
|
|
480
|
+
height: 0,
|
|
481
|
+
minHeight: -heightOffset,
|
|
482
|
+
maxHeight: heightOffset,
|
|
483
|
+
videoPath: props.settingParams && props.settingParams.videoPath || "",
|
|
484
|
+
fov: props.settingParams && props.settingParams.fov || 40,
|
|
485
|
+
far: props.settingParams && props.settingParams.far || 50,
|
|
486
|
+
heading: props.settingParams && props.settingParams.heading || 40,
|
|
487
|
+
pitch: props.settingParams && props.settingParams.pitch || -40,
|
|
488
|
+
roll: props.settingParams && props.settingParams.roll || 15,
|
|
489
|
+
alpha: props.settingParams && props.settingParams.alpha || 1.0,
|
|
490
|
+
eclosion: props.settingParams && props.settingParams.eclosion || 0.5,
|
|
491
|
+
showHideLine: props.settingParams && props.settingParams.showHideLine !== undefined || false
|
|
492
|
+
}); // 显示坐标
|
|
493
|
+
|
|
494
|
+
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
495
|
+
let viewModel = null; // 组件容器Ref
|
|
496
|
+
|
|
497
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
498
|
+
|
|
499
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
500
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
|
|
501
|
+
|
|
502
|
+
let {
|
|
503
|
+
locale,
|
|
504
|
+
messages
|
|
505
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
506
|
+
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
507
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
508
|
+
language.value = messages.value[newVal]["webgl"];
|
|
509
|
+
headerTempTitle.value = language.value.videoFusion;
|
|
510
|
+
});
|
|
511
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
512
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
513
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
514
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
515
|
+
});
|
|
516
|
+
watchCreateHeaderTemp();
|
|
517
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
518
|
+
watchCreateHeaderTemp();
|
|
519
|
+
}); //父组 件ScenceView初始化完成后执行
|
|
520
|
+
|
|
521
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
522
|
+
if (scenceView) {
|
|
523
|
+
let options = {
|
|
524
|
+
videoPath: formItem.videoPath,
|
|
525
|
+
fov: formItem.fov,
|
|
526
|
+
far: formItem.far,
|
|
527
|
+
heading: formItem.heading,
|
|
528
|
+
pitch: formItem.pitch,
|
|
529
|
+
roll: formItem.roll,
|
|
530
|
+
alpha: formItem.alpha,
|
|
531
|
+
eclosion: formItem.eclosion,
|
|
532
|
+
showHideLine: formItem.showHideLine
|
|
533
|
+
};
|
|
534
|
+
viewModel = new VideoFusionViewModel/* default */.Z(scenceView, options);
|
|
535
|
+
}
|
|
536
|
+
});
|
|
537
|
+
});
|
|
538
|
+
/**
|
|
539
|
+
* @description 监听header生成
|
|
540
|
+
*/
|
|
541
|
+
|
|
542
|
+
const watchCreateHeaderTemp = () => {
|
|
543
|
+
if (props.showHeaderTemp) {
|
|
544
|
+
// 生成headerTemp
|
|
545
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
546
|
+
}
|
|
547
|
+
};
|
|
548
|
+
|
|
549
|
+
function selectVideo(file) {
|
|
550
|
+
formItem.videoPath = file.name;
|
|
551
|
+
let url = URL.createObjectURL(file.raw);
|
|
552
|
+
viewModel.setVideoPath(url);
|
|
553
|
+
} // 参数改变
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
function paramsChanged(key) {
|
|
557
|
+
switch (key) {
|
|
558
|
+
case "videoPath":
|
|
559
|
+
viewModel.setVideoPath(formItem.videoPath);
|
|
560
|
+
break;
|
|
561
|
+
|
|
562
|
+
case "fov":
|
|
563
|
+
viewModel.setFov(formItem.fov);
|
|
564
|
+
break;
|
|
565
|
+
|
|
566
|
+
case "far":
|
|
567
|
+
viewModel.setFar(formItem.far);
|
|
568
|
+
break;
|
|
569
|
+
|
|
570
|
+
case "heading":
|
|
571
|
+
viewModel.setHeading(formItem.heading);
|
|
572
|
+
break;
|
|
573
|
+
|
|
574
|
+
case "pitch":
|
|
575
|
+
viewModel.setPitch(formItem.pitch);
|
|
576
|
+
break;
|
|
577
|
+
|
|
578
|
+
case "roll":
|
|
579
|
+
viewModel.setRoll(formItem.roll);
|
|
580
|
+
break;
|
|
581
|
+
|
|
582
|
+
case "alpha":
|
|
583
|
+
viewModel.setAlpha(formItem.alpha);
|
|
584
|
+
break;
|
|
585
|
+
|
|
586
|
+
case "eclosion":
|
|
587
|
+
viewModel.setEclosion(formItem.eclosion);
|
|
588
|
+
break;
|
|
589
|
+
|
|
590
|
+
case "showHideLine":
|
|
591
|
+
viewModel.showHideLine(formItem.showHideLine);
|
|
592
|
+
break;
|
|
593
|
+
|
|
594
|
+
case "longitude":
|
|
595
|
+
case "latitude":
|
|
596
|
+
case "height":
|
|
597
|
+
viewModel.setPosition(formItem.longitude, formItem.latitude, formItem.height);
|
|
598
|
+
break;
|
|
599
|
+
|
|
600
|
+
default:
|
|
601
|
+
break;
|
|
602
|
+
}
|
|
603
|
+
} // 融合
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
function fusion() {
|
|
607
|
+
if (formItem.videoPath === "") {
|
|
608
|
+
(0,message/* default */.Z)({
|
|
609
|
+
message: language.value.videoPathEmpty,
|
|
610
|
+
type: "warning"
|
|
611
|
+
});
|
|
612
|
+
} else {
|
|
613
|
+
if (viewModel) {
|
|
614
|
+
viewModel.fusion();
|
|
615
|
+
setCoordinate();
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
function setCoordinate() {
|
|
621
|
+
let coordinate = viewModel.getProjectCoordinate();
|
|
622
|
+
|
|
623
|
+
if (coordinate) {
|
|
624
|
+
formItem.longitude = coordinate.x;
|
|
625
|
+
formItem.minLongitude = coordinate.x - lonlatOffset;
|
|
626
|
+
formItem.maxLongitude = coordinate.x + lonlatOffset;
|
|
627
|
+
formItem.latitude = coordinate.y;
|
|
628
|
+
formItem.minLatitude = coordinate.y - lonlatOffset;
|
|
629
|
+
formItem.maxLatitude = coordinate.y + lonlatOffset;
|
|
630
|
+
formItem.height = coordinate.z;
|
|
631
|
+
formItem.minHeight = coordinate.z - heightOffset;
|
|
632
|
+
formItem.maxHeight = coordinate.z + heightOffset;
|
|
633
|
+
showCoordinate.value = true;
|
|
634
|
+
}
|
|
635
|
+
} // 飞入
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
function flyTo() {
|
|
639
|
+
viewModel && viewModel.flyTo();
|
|
640
|
+
} // 清除
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
function clearResult() {
|
|
644
|
+
showCoordinate.value = false;
|
|
645
|
+
viewModel && viewModel.clear();
|
|
646
|
+
} // 销毁
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
650
|
+
viewModel && viewModel.destroy();
|
|
651
|
+
});
|
|
652
|
+
expose({
|
|
653
|
+
paramsChanged,
|
|
654
|
+
fusion,
|
|
655
|
+
flyTo,
|
|
656
|
+
clearResult
|
|
657
|
+
});
|
|
658
|
+
return (_ctx, _cache) => {
|
|
659
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
660
|
+
|
|
661
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
662
|
+
|
|
663
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
664
|
+
|
|
665
|
+
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
666
|
+
|
|
667
|
+
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
668
|
+
|
|
669
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
670
|
+
|
|
671
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
672
|
+
|
|
673
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
674
|
+
|
|
675
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
676
|
+
|
|
677
|
+
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
678
|
+
|
|
679
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
680
|
+
|
|
681
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
682
|
+
|
|
683
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
684
|
+
|
|
685
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
686
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-video-fusion", {
|
|
687
|
+
'kq-box-shadow': __props.showShadow
|
|
688
|
+
}]),
|
|
689
|
+
ref_key: "boxRef",
|
|
690
|
+
ref: boxRef
|
|
691
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
692
|
+
key: 0,
|
|
693
|
+
ref_key: "headerTempRef",
|
|
694
|
+
ref: headerTempRef
|
|
695
|
+
}, null, 512
|
|
696
|
+
/* NEED_PATCH */
|
|
697
|
+
)) : (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, {
|
|
698
|
+
gutter: 20,
|
|
699
|
+
class: "rowClass"
|
|
700
|
+
}, {
|
|
701
|
+
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_col, {
|
|
702
|
+
span: 6,
|
|
703
|
+
class: "colClass"
|
|
704
|
+
}, {
|
|
705
|
+
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
|
|
706
|
+
/* TEXT */
|
|
707
|
+
)]),
|
|
708
|
+
_: 1
|
|
709
|
+
/* STABLE */
|
|
710
|
+
|
|
711
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
712
|
+
span: 18
|
|
713
|
+
}, {
|
|
714
|
+
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_input, {
|
|
715
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).videoPath,
|
|
716
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).videoPath = $event),
|
|
717
|
+
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('videoPath')),
|
|
718
|
+
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoPathPlace
|
|
719
|
+
}, {
|
|
720
|
+
append: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
|
|
721
|
+
"on-change": selectVideo,
|
|
722
|
+
"auto-upload": false,
|
|
723
|
+
"show-file-list": false,
|
|
724
|
+
accept: "video/mp4"
|
|
725
|
+
}, {
|
|
726
|
+
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_button, null, {
|
|
727
|
+
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_icon, {
|
|
728
|
+
size: 16
|
|
729
|
+
}, {
|
|
730
|
+
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))]),
|
|
731
|
+
_: 1
|
|
732
|
+
/* STABLE */
|
|
733
|
+
|
|
734
|
+
})]),
|
|
735
|
+
_: 1
|
|
736
|
+
/* STABLE */
|
|
737
|
+
|
|
738
|
+
})]),
|
|
739
|
+
_: 1
|
|
740
|
+
/* STABLE */
|
|
741
|
+
|
|
742
|
+
})]),
|
|
743
|
+
_: 1
|
|
744
|
+
/* STABLE */
|
|
745
|
+
|
|
746
|
+
}, 8
|
|
747
|
+
/* PROPS */
|
|
748
|
+
, ["modelValue", "placeholder"])]),
|
|
749
|
+
_: 1
|
|
750
|
+
/* STABLE */
|
|
751
|
+
|
|
752
|
+
})]),
|
|
753
|
+
_: 1
|
|
754
|
+
/* STABLE */
|
|
755
|
+
|
|
756
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
757
|
+
class: "kq3d-video-fusion-tip"
|
|
758
|
+
}, {
|
|
759
|
+
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
|
|
760
|
+
/* TEXT */
|
|
761
|
+
)]),
|
|
762
|
+
_: 1
|
|
763
|
+
/* STABLE */
|
|
764
|
+
|
|
765
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
766
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
767
|
+
class: "kq3d-video-fusion-collapse"
|
|
768
|
+
}, {
|
|
769
|
+
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_collapse_item, {
|
|
770
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
771
|
+
name: "setting"
|
|
772
|
+
}, {
|
|
773
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
774
|
+
"label-width": "110px",
|
|
775
|
+
"label-position": "left"
|
|
776
|
+
}, {
|
|
777
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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, {
|
|
778
|
+
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, {
|
|
779
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).longitude + '(°)'
|
|
780
|
+
}, {
|
|
781
|
+
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_row, {
|
|
782
|
+
style: {
|
|
783
|
+
"display": "flex"
|
|
784
|
+
}
|
|
785
|
+
}, {
|
|
786
|
+
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_col, {
|
|
787
|
+
span: 10
|
|
788
|
+
}, {
|
|
789
|
+
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_slider, {
|
|
790
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude,
|
|
791
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude = $event),
|
|
792
|
+
step: 0.000001,
|
|
793
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
794
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
795
|
+
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
|
|
796
|
+
}, null, 8
|
|
797
|
+
/* PROPS */
|
|
798
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
799
|
+
_: 1
|
|
800
|
+
/* STABLE */
|
|
801
|
+
|
|
802
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
803
|
+
span: 14,
|
|
804
|
+
style: {
|
|
805
|
+
"text-align": "left",
|
|
806
|
+
"padding-left": "8px"
|
|
807
|
+
}
|
|
808
|
+
}, {
|
|
809
|
+
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
|
|
810
|
+
/* TEXT */
|
|
811
|
+
)]),
|
|
812
|
+
_: 1
|
|
813
|
+
/* STABLE */
|
|
814
|
+
|
|
815
|
+
})]),
|
|
816
|
+
_: 1
|
|
817
|
+
/* STABLE */
|
|
818
|
+
|
|
819
|
+
})]),
|
|
820
|
+
_: 1
|
|
821
|
+
/* STABLE */
|
|
822
|
+
|
|
823
|
+
}, 8
|
|
824
|
+
/* PROPS */
|
|
825
|
+
, ["label"])]),
|
|
826
|
+
_: 1
|
|
827
|
+
/* STABLE */
|
|
828
|
+
|
|
829
|
+
}, 512
|
|
830
|
+
/* NEED_PATCH */
|
|
831
|
+
), [[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, {
|
|
832
|
+
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, {
|
|
833
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude + '(°)'
|
|
834
|
+
}, {
|
|
835
|
+
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_row, {
|
|
836
|
+
style: {
|
|
837
|
+
"display": "flex"
|
|
838
|
+
}
|
|
839
|
+
}, {
|
|
840
|
+
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_col, {
|
|
841
|
+
span: 10
|
|
842
|
+
}, {
|
|
843
|
+
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_slider, {
|
|
844
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude,
|
|
845
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude = $event),
|
|
846
|
+
step: 0.000001,
|
|
847
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
848
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
849
|
+
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
|
|
850
|
+
}, null, 8
|
|
851
|
+
/* PROPS */
|
|
852
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
853
|
+
_: 1
|
|
854
|
+
/* STABLE */
|
|
855
|
+
|
|
856
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
857
|
+
span: 14,
|
|
858
|
+
style: {
|
|
859
|
+
"text-align": "left",
|
|
860
|
+
"padding-left": "8px"
|
|
861
|
+
}
|
|
862
|
+
}, {
|
|
863
|
+
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
|
|
864
|
+
/* TEXT */
|
|
865
|
+
)]),
|
|
866
|
+
_: 1
|
|
867
|
+
/* STABLE */
|
|
868
|
+
|
|
869
|
+
})]),
|
|
870
|
+
_: 1
|
|
871
|
+
/* STABLE */
|
|
872
|
+
|
|
873
|
+
})]),
|
|
874
|
+
_: 1
|
|
875
|
+
/* STABLE */
|
|
876
|
+
|
|
877
|
+
}, 8
|
|
878
|
+
/* PROPS */
|
|
879
|
+
, ["label"])]),
|
|
880
|
+
_: 1
|
|
881
|
+
/* STABLE */
|
|
882
|
+
|
|
883
|
+
}, 512
|
|
884
|
+
/* NEED_PATCH */
|
|
885
|
+
), [[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, {
|
|
886
|
+
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, {
|
|
887
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height + '(m)'
|
|
888
|
+
}, {
|
|
889
|
+
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_row, {
|
|
890
|
+
style: {
|
|
891
|
+
"display": "flex"
|
|
892
|
+
}
|
|
893
|
+
}, {
|
|
894
|
+
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_col, {
|
|
895
|
+
span: 10
|
|
896
|
+
}, {
|
|
897
|
+
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_slider, {
|
|
898
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height,
|
|
899
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height = $event),
|
|
900
|
+
step: 0.01,
|
|
901
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
902
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
903
|
+
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
|
|
904
|
+
}, null, 8
|
|
905
|
+
/* PROPS */
|
|
906
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
907
|
+
_: 1
|
|
908
|
+
/* STABLE */
|
|
909
|
+
|
|
910
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
911
|
+
span: 14,
|
|
912
|
+
style: {
|
|
913
|
+
"text-align": "left",
|
|
914
|
+
"padding-left": "8px"
|
|
915
|
+
}
|
|
916
|
+
}, {
|
|
917
|
+
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
|
|
918
|
+
/* TEXT */
|
|
919
|
+
)]),
|
|
920
|
+
_: 1
|
|
921
|
+
/* STABLE */
|
|
922
|
+
|
|
923
|
+
})]),
|
|
924
|
+
_: 1
|
|
925
|
+
/* STABLE */
|
|
926
|
+
|
|
927
|
+
})]),
|
|
928
|
+
_: 1
|
|
929
|
+
/* STABLE */
|
|
930
|
+
|
|
931
|
+
}, 8
|
|
932
|
+
/* PROPS */
|
|
933
|
+
, ["label"])]),
|
|
934
|
+
_: 1
|
|
935
|
+
/* STABLE */
|
|
936
|
+
|
|
937
|
+
}, 512
|
|
938
|
+
/* NEED_PATCH */
|
|
939
|
+
), [[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, {
|
|
940
|
+
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, {
|
|
941
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoFov
|
|
942
|
+
}, {
|
|
943
|
+
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_row, {
|
|
944
|
+
style: {
|
|
945
|
+
"display": "flex"
|
|
946
|
+
}
|
|
947
|
+
}, {
|
|
948
|
+
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_col, {
|
|
949
|
+
span: 16
|
|
950
|
+
}, {
|
|
951
|
+
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_slider, {
|
|
952
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fov,
|
|
953
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fov = $event),
|
|
954
|
+
step: 1,
|
|
955
|
+
min: 10,
|
|
956
|
+
max: 120,
|
|
957
|
+
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('fov'))
|
|
958
|
+
}, null, 8
|
|
959
|
+
/* PROPS */
|
|
960
|
+
, ["modelValue"])]),
|
|
961
|
+
_: 1
|
|
962
|
+
/* STABLE */
|
|
963
|
+
|
|
964
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
965
|
+
span: 8
|
|
966
|
+
}, {
|
|
967
|
+
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_input_number, {
|
|
968
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fov,
|
|
969
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fov = $event),
|
|
970
|
+
step: 1,
|
|
971
|
+
min: 10,
|
|
972
|
+
max: 120,
|
|
973
|
+
"controls-position": "right",
|
|
974
|
+
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('fov'))
|
|
975
|
+
}, null, 8
|
|
976
|
+
/* PROPS */
|
|
977
|
+
, ["modelValue"])]),
|
|
978
|
+
_: 1
|
|
979
|
+
/* STABLE */
|
|
980
|
+
|
|
981
|
+
})]),
|
|
982
|
+
_: 1
|
|
983
|
+
/* STABLE */
|
|
984
|
+
|
|
985
|
+
})]),
|
|
986
|
+
_: 1
|
|
987
|
+
/* STABLE */
|
|
988
|
+
|
|
989
|
+
}, 8
|
|
990
|
+
/* PROPS */
|
|
991
|
+
, ["label"])]),
|
|
992
|
+
_: 1
|
|
993
|
+
/* STABLE */
|
|
994
|
+
|
|
995
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
996
|
+
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, {
|
|
997
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).farDistance
|
|
998
|
+
}, {
|
|
999
|
+
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_row, {
|
|
1000
|
+
style: {
|
|
1001
|
+
"display": "flex"
|
|
1002
|
+
}
|
|
1003
|
+
}, {
|
|
1004
|
+
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_col, {
|
|
1005
|
+
span: 16
|
|
1006
|
+
}, {
|
|
1007
|
+
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_slider, {
|
|
1008
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).far,
|
|
1009
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).far = $event),
|
|
1010
|
+
step: 0.1,
|
|
1011
|
+
min: 10,
|
|
1012
|
+
max: 200,
|
|
1013
|
+
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
|
|
1014
|
+
}, null, 8
|
|
1015
|
+
/* PROPS */
|
|
1016
|
+
, ["modelValue", "step"])]),
|
|
1017
|
+
_: 1
|
|
1018
|
+
/* STABLE */
|
|
1019
|
+
|
|
1020
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1021
|
+
span: 8
|
|
1022
|
+
}, {
|
|
1023
|
+
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_input_number, {
|
|
1024
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).far,
|
|
1025
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).far = $event),
|
|
1026
|
+
step: 0.1,
|
|
1027
|
+
min: 10,
|
|
1028
|
+
max: 200,
|
|
1029
|
+
"controls-position": "right",
|
|
1030
|
+
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
|
|
1031
|
+
}, null, 8
|
|
1032
|
+
/* PROPS */
|
|
1033
|
+
, ["modelValue", "step"])]),
|
|
1034
|
+
_: 1
|
|
1035
|
+
/* STABLE */
|
|
1036
|
+
|
|
1037
|
+
})]),
|
|
1038
|
+
_: 1
|
|
1039
|
+
/* STABLE */
|
|
1040
|
+
|
|
1041
|
+
})]),
|
|
1042
|
+
_: 1
|
|
1043
|
+
/* STABLE */
|
|
1044
|
+
|
|
1045
|
+
}, 8
|
|
1046
|
+
/* PROPS */
|
|
1047
|
+
, ["label"])]),
|
|
1048
|
+
_: 1
|
|
1049
|
+
/* STABLE */
|
|
1050
|
+
|
|
1051
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1052
|
+
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, {
|
|
1053
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heading
|
|
1054
|
+
}, {
|
|
1055
|
+
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_row, {
|
|
1056
|
+
style: {
|
|
1057
|
+
"display": "flex"
|
|
1058
|
+
}
|
|
1059
|
+
}, {
|
|
1060
|
+
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_col, {
|
|
1061
|
+
span: 16
|
|
1062
|
+
}, {
|
|
1063
|
+
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_slider, {
|
|
1064
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heading,
|
|
1065
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heading = $event),
|
|
1066
|
+
step: 1,
|
|
1067
|
+
min: 0,
|
|
1068
|
+
max: 360,
|
|
1069
|
+
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('heading'))
|
|
1070
|
+
}, null, 8
|
|
1071
|
+
/* PROPS */
|
|
1072
|
+
, ["modelValue"])]),
|
|
1073
|
+
_: 1
|
|
1074
|
+
/* STABLE */
|
|
1075
|
+
|
|
1076
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1077
|
+
span: 8
|
|
1078
|
+
}, {
|
|
1079
|
+
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_input_number, {
|
|
1080
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heading,
|
|
1081
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heading = $event),
|
|
1082
|
+
step: 1,
|
|
1083
|
+
min: 0,
|
|
1084
|
+
max: 360,
|
|
1085
|
+
"controls-position": "right",
|
|
1086
|
+
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('heading'))
|
|
1087
|
+
}, null, 8
|
|
1088
|
+
/* PROPS */
|
|
1089
|
+
, ["modelValue"])]),
|
|
1090
|
+
_: 1
|
|
1091
|
+
/* STABLE */
|
|
1092
|
+
|
|
1093
|
+
})]),
|
|
1094
|
+
_: 1
|
|
1095
|
+
/* STABLE */
|
|
1096
|
+
|
|
1097
|
+
})]),
|
|
1098
|
+
_: 1
|
|
1099
|
+
/* STABLE */
|
|
1100
|
+
|
|
1101
|
+
}, 8
|
|
1102
|
+
/* PROPS */
|
|
1103
|
+
, ["label"])]),
|
|
1104
|
+
_: 1
|
|
1105
|
+
/* STABLE */
|
|
1106
|
+
|
|
1107
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1108
|
+
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, {
|
|
1109
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pitch
|
|
1110
|
+
}, {
|
|
1111
|
+
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_row, {
|
|
1112
|
+
style: {
|
|
1113
|
+
"display": "flex"
|
|
1114
|
+
}
|
|
1115
|
+
}, {
|
|
1116
|
+
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_col, {
|
|
1117
|
+
span: 16
|
|
1118
|
+
}, {
|
|
1119
|
+
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_slider, {
|
|
1120
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pitch,
|
|
1121
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pitch = $event),
|
|
1122
|
+
step: 1,
|
|
1123
|
+
min: -90,
|
|
1124
|
+
max: 90,
|
|
1125
|
+
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('pitch'))
|
|
1126
|
+
}, null, 8
|
|
1127
|
+
/* PROPS */
|
|
1128
|
+
, ["modelValue"])]),
|
|
1129
|
+
_: 1
|
|
1130
|
+
/* STABLE */
|
|
1131
|
+
|
|
1132
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1133
|
+
span: 8
|
|
1134
|
+
}, {
|
|
1135
|
+
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_input_number, {
|
|
1136
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pitch,
|
|
1137
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).pitch = $event),
|
|
1138
|
+
step: 1,
|
|
1139
|
+
min: -90,
|
|
1140
|
+
max: 90,
|
|
1141
|
+
"controls-position": "right",
|
|
1142
|
+
onInput: _cache[23] || (_cache[23] = $event => paramsChanged('pitch'))
|
|
1143
|
+
}, null, 8
|
|
1144
|
+
/* PROPS */
|
|
1145
|
+
, ["modelValue"])]),
|
|
1146
|
+
_: 1
|
|
1147
|
+
/* STABLE */
|
|
1148
|
+
|
|
1149
|
+
})]),
|
|
1150
|
+
_: 1
|
|
1151
|
+
/* STABLE */
|
|
1152
|
+
|
|
1153
|
+
})]),
|
|
1154
|
+
_: 1
|
|
1155
|
+
/* STABLE */
|
|
1156
|
+
|
|
1157
|
+
}, 8
|
|
1158
|
+
/* PROPS */
|
|
1159
|
+
, ["label"])]),
|
|
1160
|
+
_: 1
|
|
1161
|
+
/* STABLE */
|
|
1162
|
+
|
|
1163
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1164
|
+
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, {
|
|
1165
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roll
|
|
1166
|
+
}, {
|
|
1167
|
+
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_row, {
|
|
1168
|
+
style: {
|
|
1169
|
+
"display": "flex"
|
|
1170
|
+
}
|
|
1171
|
+
}, {
|
|
1172
|
+
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_col, {
|
|
1173
|
+
span: 16
|
|
1174
|
+
}, {
|
|
1175
|
+
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_slider, {
|
|
1176
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).roll,
|
|
1177
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).roll = $event),
|
|
1178
|
+
step: 1,
|
|
1179
|
+
min: 0,
|
|
1180
|
+
max: 360,
|
|
1181
|
+
onInput: _cache[25] || (_cache[25] = $event => paramsChanged('roll'))
|
|
1182
|
+
}, null, 8
|
|
1183
|
+
/* PROPS */
|
|
1184
|
+
, ["modelValue"])]),
|
|
1185
|
+
_: 1
|
|
1186
|
+
/* STABLE */
|
|
1187
|
+
|
|
1188
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1189
|
+
span: 8
|
|
1190
|
+
}, {
|
|
1191
|
+
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_input_number, {
|
|
1192
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).roll,
|
|
1193
|
+
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).roll = $event),
|
|
1194
|
+
step: 1,
|
|
1195
|
+
min: 0,
|
|
1196
|
+
max: 360,
|
|
1197
|
+
"controls-position": "right",
|
|
1198
|
+
onInput: _cache[27] || (_cache[27] = $event => paramsChanged('roll'))
|
|
1199
|
+
}, null, 8
|
|
1200
|
+
/* PROPS */
|
|
1201
|
+
, ["modelValue"])]),
|
|
1202
|
+
_: 1
|
|
1203
|
+
/* STABLE */
|
|
1204
|
+
|
|
1205
|
+
})]),
|
|
1206
|
+
_: 1
|
|
1207
|
+
/* STABLE */
|
|
1208
|
+
|
|
1209
|
+
})]),
|
|
1210
|
+
_: 1
|
|
1211
|
+
/* STABLE */
|
|
1212
|
+
|
|
1213
|
+
}, 8
|
|
1214
|
+
/* PROPS */
|
|
1215
|
+
, ["label"])]),
|
|
1216
|
+
_: 1
|
|
1217
|
+
/* STABLE */
|
|
1218
|
+
|
|
1219
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1220
|
+
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, {
|
|
1221
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
1222
|
+
}, {
|
|
1223
|
+
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_row, {
|
|
1224
|
+
style: {
|
|
1225
|
+
"display": "flex"
|
|
1226
|
+
}
|
|
1227
|
+
}, {
|
|
1228
|
+
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_col, {
|
|
1229
|
+
span: 16
|
|
1230
|
+
}, {
|
|
1231
|
+
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_slider, {
|
|
1232
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alpha,
|
|
1233
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alpha = $event),
|
|
1234
|
+
step: 0.01,
|
|
1235
|
+
min: 0,
|
|
1236
|
+
max: 1,
|
|
1237
|
+
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
|
|
1238
|
+
}, null, 8
|
|
1239
|
+
/* PROPS */
|
|
1240
|
+
, ["modelValue", "step"])]),
|
|
1241
|
+
_: 1
|
|
1242
|
+
/* STABLE */
|
|
1243
|
+
|
|
1244
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1245
|
+
span: 8
|
|
1246
|
+
}, {
|
|
1247
|
+
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_input_number, {
|
|
1248
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alpha,
|
|
1249
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alpha = $event),
|
|
1250
|
+
step: 0.01,
|
|
1251
|
+
min: 0,
|
|
1252
|
+
max: 1,
|
|
1253
|
+
"controls-position": "right",
|
|
1254
|
+
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
|
|
1255
|
+
}, null, 8
|
|
1256
|
+
/* PROPS */
|
|
1257
|
+
, ["modelValue", "step"])]),
|
|
1258
|
+
_: 1
|
|
1259
|
+
/* STABLE */
|
|
1260
|
+
|
|
1261
|
+
})]),
|
|
1262
|
+
_: 1
|
|
1263
|
+
/* STABLE */
|
|
1264
|
+
|
|
1265
|
+
})]),
|
|
1266
|
+
_: 1
|
|
1267
|
+
/* STABLE */
|
|
1268
|
+
|
|
1269
|
+
}, 8
|
|
1270
|
+
/* PROPS */
|
|
1271
|
+
, ["label"])]),
|
|
1272
|
+
_: 1
|
|
1273
|
+
/* STABLE */
|
|
1274
|
+
|
|
1275
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1276
|
+
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, {
|
|
1277
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).eclosion
|
|
1278
|
+
}, {
|
|
1279
|
+
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_row, {
|
|
1280
|
+
style: {
|
|
1281
|
+
"display": "flex"
|
|
1282
|
+
}
|
|
1283
|
+
}, {
|
|
1284
|
+
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_col, {
|
|
1285
|
+
span: 16
|
|
1286
|
+
}, {
|
|
1287
|
+
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_slider, {
|
|
1288
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).eclosion,
|
|
1289
|
+
"onUpdate:modelValue": _cache[32] || (_cache[32] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).eclosion = $event),
|
|
1290
|
+
step: 0.01,
|
|
1291
|
+
min: 0,
|
|
1292
|
+
max: 1,
|
|
1293
|
+
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
|
|
1294
|
+
}, null, 8
|
|
1295
|
+
/* PROPS */
|
|
1296
|
+
, ["modelValue", "step"])]),
|
|
1297
|
+
_: 1
|
|
1298
|
+
/* STABLE */
|
|
1299
|
+
|
|
1300
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1301
|
+
span: 8
|
|
1302
|
+
}, {
|
|
1303
|
+
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_input_number, {
|
|
1304
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).eclosion,
|
|
1305
|
+
"onUpdate:modelValue": _cache[34] || (_cache[34] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).eclosion = $event),
|
|
1306
|
+
step: 0.01,
|
|
1307
|
+
min: 0,
|
|
1308
|
+
max: 1,
|
|
1309
|
+
"controls-position": "right",
|
|
1310
|
+
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
|
|
1311
|
+
}, null, 8
|
|
1312
|
+
/* PROPS */
|
|
1313
|
+
, ["modelValue", "step"])]),
|
|
1314
|
+
_: 1
|
|
1315
|
+
/* STABLE */
|
|
1316
|
+
|
|
1317
|
+
})]),
|
|
1318
|
+
_: 1
|
|
1319
|
+
/* STABLE */
|
|
1320
|
+
|
|
1321
|
+
})]),
|
|
1322
|
+
_: 1
|
|
1323
|
+
/* STABLE */
|
|
1324
|
+
|
|
1325
|
+
}, 8
|
|
1326
|
+
/* PROPS */
|
|
1327
|
+
, ["label"])]),
|
|
1328
|
+
_: 1
|
|
1329
|
+
/* STABLE */
|
|
1330
|
+
|
|
1331
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1332
|
+
style: {
|
|
1333
|
+
"margin-bottom": "8px"
|
|
1334
|
+
}
|
|
1335
|
+
}, {
|
|
1336
|
+
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, {
|
|
1337
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).showHideLine
|
|
1338
|
+
}, {
|
|
1339
|
+
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_row, {
|
|
1340
|
+
style: {
|
|
1341
|
+
"display": "flex"
|
|
1342
|
+
}
|
|
1343
|
+
}, {
|
|
1344
|
+
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_col, {
|
|
1345
|
+
style: {
|
|
1346
|
+
"text-align": "left"
|
|
1347
|
+
}
|
|
1348
|
+
}, {
|
|
1349
|
+
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_switch, {
|
|
1350
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showHideLine,
|
|
1351
|
+
"onUpdate:modelValue": _cache[36] || (_cache[36] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showHideLine = $event),
|
|
1352
|
+
"controls-position": "left",
|
|
1353
|
+
onChange: _cache[37] || (_cache[37] = $event => paramsChanged('showHideLine'))
|
|
1354
|
+
}, null, 8
|
|
1355
|
+
/* PROPS */
|
|
1356
|
+
, ["modelValue"])]),
|
|
1357
|
+
_: 1
|
|
1358
|
+
/* STABLE */
|
|
1359
|
+
|
|
1360
|
+
})]),
|
|
1361
|
+
_: 1
|
|
1362
|
+
/* STABLE */
|
|
1363
|
+
|
|
1364
|
+
})]),
|
|
1365
|
+
_: 1
|
|
1366
|
+
/* STABLE */
|
|
1367
|
+
|
|
1368
|
+
}, 8
|
|
1369
|
+
/* PROPS */
|
|
1370
|
+
, ["label"])]),
|
|
1371
|
+
_: 1
|
|
1372
|
+
/* STABLE */
|
|
1373
|
+
|
|
1374
|
+
})]),
|
|
1375
|
+
_: 1
|
|
1376
|
+
/* STABLE */
|
|
1377
|
+
|
|
1378
|
+
})]),
|
|
1379
|
+
_: 1
|
|
1380
|
+
/* STABLE */
|
|
1381
|
+
|
|
1382
|
+
}, 8
|
|
1383
|
+
/* PROPS */
|
|
1384
|
+
, ["title"])]),
|
|
1385
|
+
_: 1
|
|
1386
|
+
/* STABLE */
|
|
1387
|
+
|
|
1388
|
+
}, 8
|
|
1389
|
+
/* PROPS */
|
|
1390
|
+
, ["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, {
|
|
1391
|
+
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => fusion(), ["stop"])),
|
|
1392
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fusion,
|
|
1393
|
+
type: "primary"
|
|
1394
|
+
}, {
|
|
1395
|
+
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
|
|
1396
|
+
/* TEXT */
|
|
1397
|
+
)]),
|
|
1398
|
+
_: 1
|
|
1399
|
+
/* STABLE */
|
|
1400
|
+
|
|
1401
|
+
}, 8
|
|
1402
|
+
/* PROPS */
|
|
1403
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1404
|
+
onClick: _cache[39] || (_cache[39] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => flyTo(), ["stop"])),
|
|
1405
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo,
|
|
1406
|
+
type: "primary"
|
|
1407
|
+
}, {
|
|
1408
|
+
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
|
|
1409
|
+
/* TEXT */
|
|
1410
|
+
)]),
|
|
1411
|
+
_: 1
|
|
1412
|
+
/* STABLE */
|
|
1413
|
+
|
|
1414
|
+
}, 8
|
|
1415
|
+
/* PROPS */
|
|
1416
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1417
|
+
onClick: _cache[40] || (_cache[40] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1418
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1419
|
+
}, {
|
|
1420
|
+
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
|
|
1421
|
+
/* TEXT */
|
|
1422
|
+
)]),
|
|
1423
|
+
_: 1
|
|
1424
|
+
/* STABLE */
|
|
1425
|
+
|
|
1426
|
+
}, 8
|
|
1427
|
+
/* PROPS */
|
|
1428
|
+
, ["title"])])])], 2
|
|
1429
|
+
/* CLASS */
|
|
1430
|
+
);
|
|
1431
|
+
};
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
}));
|
|
1435
|
+
;// CONCATENATED MODULE: ./src/webgl/videofusion/VideoFusion.vue?vue&type=script&setup=true&lang=js
|
|
1436
|
+
|
|
1437
|
+
;// CONCATENATED MODULE: ./src/webgl/videofusion/VideoFusion.vue
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
const __exports__ = VideoFusionvue_type_script_setup_true_lang_js;
|
|
1442
|
+
|
|
1443
|
+
/* harmony default export */ var VideoFusion = (__exports__);
|
|
1444
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1445
|
+
var init_js_ = __webpack_require__(5406);
|
|
1446
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1447
|
+
;// CONCATENATED MODULE: ./src/webgl/videofusion/index.js
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
VideoFusion.install = (Vue, opts) => {
|
|
1453
|
+
init_js_default()(Vue, opts);
|
|
1454
|
+
Vue.component(VideoFusion.name, VideoFusion);
|
|
1455
|
+
};
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
}();
|
|
1459
|
+
module.exports = __webpack_exports__;
|
|
1460
|
+
/******/ })()
|
|
1461
|
+
;
|