@kq_npm/client3d_webgl_vue 4.5.29-beta → 4.5.31
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 +519 -263
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +201 -123
- package/baseterraingallery/index.js +123 -94
- package/baseterraingallery/style/baseterraingallery.css +1 -1
- package/boxclip/index.js +442 -249
- package/clientPrint/index.js +20228 -7467
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +243 -213
- package/compass/index.js +68 -74
- package/excavatefillanalysis/index.js +225 -143
- package/fixedzoomin/index.js +82 -72
- package/fixedzoomout/index.js +80 -71
- package/flight/index.js +371 -257
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +347 -199
- package/geologicalbodyanalysis/index.js +260 -166
- package/gpuspatialquery/index.js +359 -198
- package/hawkeye/index.js +100 -131
- package/headertemp/index.js +25 -14
- package/heatmap3d/index.js +678 -366
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +19746 -6806
- package/isolineanalysis/index.js +1202 -504
- package/light/index.js +494 -349
- package/limitheightanalysis/index.js +223 -159
- package/measure/index.js +353 -198
- package/modelFlat/index.js +204 -167
- package/modelexcavate/index.js +191 -130
- package/modelfilter/index.js +271 -179
- package/modelprofileanalysis/index.js +316 -206
- package/modelselect/index.js +147 -142
- package/package.json +1 -1
- package/particleeffect/index.js +403 -225
- package/planeclip/index.js +300 -198
- package/resetview/index.js +52 -66
- package/roller/index.js +372 -304
- package/scaneffect/index.js +537 -230
- package/sceneadvancedtoimage/index.js +358 -205
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
- package/sceneapp/index.js +20228 -7467
- package/sceneset/index.js +864 -350
- package/scenetohdimage/index.js +297 -159
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +20228 -7467
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +301 -257
- package/shadowanalysis/index.js +405 -217
- package/sightlineanalysis/index.js +271 -183
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +308 -160
- package/slopeanalysis/index.js +397 -227
- package/slopeaspectanalysis/index.js +485 -259
- package/statusbar/index.js +65 -88
- package/style.css +1 -1
- package/terrainoperation/index.js +237 -176
- package/terrainprofileanalysis/index.js +138 -120
- package/typhoontrac/index.js +1004 -234
- package/typhoontrac/style/typhoontrac.css +1 -1
- package/underground/index.js +61 -70
- package/videofusion/index.js +488 -265
- package/videoproject/index.js +490 -271
- package/viewshedanalysis/index.js +255 -151
- package/weathereffect/index.js +317 -166
- package/windyslicing/index.js +2198 -0
- package/windyslicing/style/index.js +3 -0
- package/windyslicing/style/windyslicing.css +1 -0
- package/wireframesketch/index.js +142 -110
package/videofusion/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
|
|
8
|
+
else
|
|
9
|
+
root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
@@ -25,10 +25,12 @@ return /******/ (function() { // webpackBootstrap
|
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
+
|
|
28
29
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
29
30
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
31
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
32
|
};
|
|
33
|
+
|
|
32
34
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
35
|
|
|
34
36
|
/***/ }),
|
|
@@ -39,7 +41,8 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
39
41
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
40
42
|
/* harmony export */ "Z": function() { return /* binding */ VideoFusiontViewModel; }
|
|
41
43
|
/* harmony export */ });
|
|
42
|
-
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
44
|
+
/* 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
|
|
|
44
47
|
/*
|
|
45
48
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -47,25 +50,31 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
47
50
|
*/
|
|
48
51
|
//视频融合逻辑类
|
|
49
52
|
class VideoFusiontViewModel {
|
|
53
|
+
//三维viewer对象
|
|
54
|
+
//视频融合存储参数对象
|
|
55
|
+
//视频融合对象
|
|
50
56
|
constructor(scenceView, options) {
|
|
51
57
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
52
|
-
|
|
58
|
+
|
|
53
59
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
54
|
-
|
|
60
|
+
|
|
55
61
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusion", null);
|
|
56
|
-
|
|
62
|
+
|
|
57
63
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusionCollection", null);
|
|
64
|
+
|
|
58
65
|
this._options = Object.assign({}, options);
|
|
59
66
|
this._viewer = scenceView._viewer;
|
|
60
67
|
this._videoFusionCollection = new Cesium.Kq3dVideoFusionCollection(this._viewer);
|
|
61
|
-
}
|
|
68
|
+
} // 融合
|
|
69
|
+
|
|
62
70
|
|
|
63
|
-
// 融合
|
|
64
71
|
fusion() {
|
|
65
72
|
let type = 3;
|
|
73
|
+
|
|
66
74
|
if (this._options.videoPath.indexOf('.m3u8') > 0) {
|
|
67
75
|
type = 5;
|
|
68
76
|
}
|
|
77
|
+
|
|
69
78
|
this.clear();
|
|
70
79
|
let cartographic = Cesium.Cartographic.fromCartesian(this._viewer.camera.positionWC);
|
|
71
80
|
this._options.heading = Cesium.Math.toDegrees(this._viewer.camera.heading);
|
|
@@ -96,28 +105,29 @@ class VideoFusiontViewModel {
|
|
|
96
105
|
f: 3000
|
|
97
106
|
};
|
|
98
107
|
this._videoFusion = this._videoFusionCollection.addVideoTarget(param);
|
|
99
|
-
}
|
|
108
|
+
} // 获取融合坐标
|
|
109
|
+
|
|
100
110
|
|
|
101
|
-
// 获取融合坐标
|
|
102
111
|
getProjectCoordinate() {
|
|
103
112
|
if (this._videoFusion) {
|
|
104
113
|
return this._videoFusion.param.position;
|
|
105
114
|
}
|
|
106
|
-
}
|
|
115
|
+
} // 获取HeadingPitchRoll
|
|
116
|
+
|
|
107
117
|
|
|
108
|
-
// 获取HeadingPitchRoll
|
|
109
118
|
getHeadingPitchRoll() {
|
|
110
119
|
return {
|
|
111
120
|
heading: Math.round(this._options.heading),
|
|
112
121
|
pitch: Math.round(this._options.pitch),
|
|
113
122
|
roll: Math.round(this._options.roll)
|
|
114
123
|
};
|
|
115
|
-
}
|
|
124
|
+
} //飞入
|
|
125
|
+
|
|
116
126
|
|
|
117
|
-
//飞入
|
|
118
127
|
flyTo() {
|
|
119
128
|
if (this._videoFusion) {
|
|
120
129
|
let position = Cesium.Cartesian3.fromDegrees(this._videoFusion.param.position.x, this._videoFusion.param.position.y, this._videoFusion.param.position.z);
|
|
130
|
+
|
|
121
131
|
this._viewer.camera.flyTo({
|
|
122
132
|
destination: position,
|
|
123
133
|
orientation: {
|
|
@@ -127,109 +137,119 @@ class VideoFusiontViewModel {
|
|
|
127
137
|
}
|
|
128
138
|
});
|
|
129
139
|
}
|
|
130
|
-
}
|
|
140
|
+
} //清除全部
|
|
141
|
+
|
|
131
142
|
|
|
132
|
-
//清除全部
|
|
133
143
|
clear() {
|
|
134
144
|
this._videoFusionCollection && this._videoFusionCollection.removeAll();
|
|
135
145
|
this._videoFusion = null;
|
|
136
|
-
}
|
|
146
|
+
} //销毁
|
|
147
|
+
|
|
137
148
|
|
|
138
|
-
//销毁
|
|
139
149
|
destroy() {
|
|
140
150
|
this._videoFusionCollection && this._videoFusionCollection.destroy();
|
|
141
|
-
}
|
|
151
|
+
} // 设置坐标
|
|
152
|
+
|
|
142
153
|
|
|
143
|
-
// 设置坐标
|
|
144
154
|
setPosition(longitude, latitude, height) {
|
|
145
155
|
let cameraPosition = Cesium.Cartesian3.fromDegrees(longitude, latitude, height);
|
|
146
156
|
this._videoFusion && this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
147
157
|
cameraPosition: cameraPosition
|
|
148
158
|
});
|
|
149
|
-
}
|
|
159
|
+
} // 设置视频路径
|
|
160
|
+
|
|
150
161
|
|
|
151
|
-
// 设置视频路径
|
|
152
162
|
setVideoPath(val) {
|
|
153
163
|
this._options.videoPath = val;
|
|
154
|
-
}
|
|
164
|
+
} // 设置视场角度
|
|
165
|
+
|
|
155
166
|
|
|
156
|
-
// 设置视场角度
|
|
157
167
|
setFov(val) {
|
|
158
168
|
this._options.fov = Number(val);
|
|
169
|
+
|
|
159
170
|
if (this._videoFusion) {
|
|
160
171
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
161
172
|
fov: this._options.fov
|
|
162
173
|
});
|
|
163
174
|
}
|
|
164
|
-
}
|
|
175
|
+
} // 设置投影距离
|
|
176
|
+
|
|
165
177
|
|
|
166
|
-
// 设置投影距离
|
|
167
178
|
setFar(val) {
|
|
168
179
|
this._options.far = Number(val);
|
|
169
180
|
if (this._videoFusion) this._videoFusion._changeFar(this._options.far);
|
|
170
|
-
}
|
|
181
|
+
} // 设置朝向角
|
|
182
|
+
|
|
171
183
|
|
|
172
|
-
// 设置朝向角
|
|
173
184
|
setHeading(val) {
|
|
174
185
|
this._options.heading = Number(val);
|
|
186
|
+
|
|
175
187
|
if (this._videoFusion) {
|
|
176
188
|
let param = this._videoFusion.param;
|
|
177
189
|
param.hpr.heading = this._options.heading;
|
|
190
|
+
|
|
178
191
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
179
192
|
position: param.position
|
|
180
193
|
});
|
|
181
194
|
}
|
|
182
|
-
}
|
|
195
|
+
} // 设置俯仰角
|
|
196
|
+
|
|
183
197
|
|
|
184
|
-
// 设置俯仰角
|
|
185
198
|
setPitch(val) {
|
|
186
199
|
this._options.pitch = Number(val);
|
|
200
|
+
|
|
187
201
|
if (this._videoFusion) {
|
|
188
202
|
let param = this._videoFusion.param;
|
|
189
203
|
param.hpr.pitch = this._options.pitch;
|
|
204
|
+
|
|
190
205
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
191
206
|
position: param.position
|
|
192
207
|
});
|
|
193
208
|
}
|
|
194
|
-
}
|
|
209
|
+
} // 设置翻转角
|
|
210
|
+
|
|
195
211
|
|
|
196
|
-
// 设置翻转角
|
|
197
212
|
setRoll(val) {
|
|
198
213
|
this._options.roll = Number(val);
|
|
214
|
+
|
|
199
215
|
if (this._videoFusion) {
|
|
200
216
|
let param = this._videoFusion.param;
|
|
201
217
|
param.hpr.roll = this._options.roll;
|
|
218
|
+
|
|
202
219
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
203
220
|
position: param.position
|
|
204
221
|
});
|
|
205
222
|
}
|
|
206
|
-
}
|
|
223
|
+
} // 设置透明度
|
|
224
|
+
|
|
207
225
|
|
|
208
|
-
// 设置透明度
|
|
209
226
|
setAlpha(val) {
|
|
210
227
|
this._options.alpha = Number(val);
|
|
228
|
+
|
|
211
229
|
if (this._videoFusion) {
|
|
212
230
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
213
231
|
alpha: this._options.alpha
|
|
214
232
|
});
|
|
215
233
|
}
|
|
216
|
-
}
|
|
234
|
+
} // 设置羽化度
|
|
235
|
+
|
|
217
236
|
|
|
218
|
-
// 设置羽化度
|
|
219
237
|
setEclosion(val) {
|
|
220
238
|
this._options.eclosion = Number(val);
|
|
239
|
+
|
|
221
240
|
if (this._videoFusion) {
|
|
222
241
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
223
242
|
featheringDelta: this._options.eclosion
|
|
224
243
|
});
|
|
225
244
|
}
|
|
226
|
-
}
|
|
245
|
+
} // 显隐线框
|
|
246
|
+
|
|
227
247
|
|
|
228
|
-
// 显隐线框
|
|
229
248
|
showHideLine(val) {
|
|
230
249
|
this._options.showHideLine = val;
|
|
231
250
|
if (this._videoFusion) this._videoFusion.debugFrustum = val;
|
|
232
251
|
}
|
|
252
|
+
|
|
233
253
|
}
|
|
234
254
|
|
|
235
255
|
/***/ }),
|
|
@@ -241,27 +261,6 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
241
261
|
|
|
242
262
|
/***/ }),
|
|
243
263
|
|
|
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
|
-
|
|
265
264
|
/***/ 9389:
|
|
266
265
|
/***/ (function(module) {
|
|
267
266
|
|
|
@@ -304,59 +303,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
304
303
|
|
|
305
304
|
/***/ }),
|
|
306
305
|
|
|
307
|
-
/***/
|
|
306
|
+
/***/ 8270:
|
|
308
307
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
309
308
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
324
|
-
}, _typeof(o);
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
328
|
-
|
|
329
|
-
function toPrimitive(t, r) {
|
|
330
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
331
|
-
var e = t[Symbol.toPrimitive];
|
|
332
|
-
if (void 0 !== e) {
|
|
333
|
-
var i = e.call(t, r || "default");
|
|
334
|
-
if ("object" != _typeof(i)) return i;
|
|
335
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
309
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
310
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
311
|
+
/* harmony export */ });
|
|
312
|
+
function _defineProperty(obj, key, value) {
|
|
313
|
+
if (key in obj) {
|
|
314
|
+
Object.defineProperty(obj, key, {
|
|
315
|
+
value: value,
|
|
316
|
+
enumerable: true,
|
|
317
|
+
configurable: true,
|
|
318
|
+
writable: true
|
|
319
|
+
});
|
|
320
|
+
} else {
|
|
321
|
+
obj[key] = value;
|
|
336
322
|
}
|
|
337
|
-
return ("string" === r ? String : Number)(t);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
function toPropertyKey(t) {
|
|
344
|
-
var i = toPrimitive(t, "string");
|
|
345
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
346
|
-
}
|
|
347
323
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
function _defineProperty(e, r, t) {
|
|
351
|
-
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
352
|
-
value: t,
|
|
353
|
-
enumerable: !0,
|
|
354
|
-
configurable: !0,
|
|
355
|
-
writable: !0
|
|
356
|
-
}) : e[r] = t, e;
|
|
324
|
+
return obj;
|
|
357
325
|
}
|
|
358
326
|
|
|
359
|
-
|
|
360
327
|
/***/ })
|
|
361
328
|
|
|
362
329
|
/******/ });
|
|
@@ -439,12 +406,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
439
406
|
"default": function() { return /* reexport */ VideoFusion; }
|
|
440
407
|
});
|
|
441
408
|
|
|
442
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
443
|
-
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
444
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
445
|
-
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
446
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
447
|
-
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
448
409
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
449
410
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
450
411
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -459,10 +420,7 @@ var util_ = __webpack_require__(3458);
|
|
|
459
420
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
460
421
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
461
422
|
var message = __webpack_require__(1349);
|
|
462
|
-
;// CONCATENATED MODULE: ./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
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
423
|
+
;// 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
|
|
466
424
|
|
|
467
425
|
const _hoisted_1 = {
|
|
468
426
|
class: "kq3d-video-fusion-box"
|
|
@@ -494,6 +452,7 @@ const __default__ = {
|
|
|
494
452
|
type: Boolean,
|
|
495
453
|
default: true
|
|
496
454
|
},
|
|
455
|
+
|
|
497
456
|
/**
|
|
498
457
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
499
458
|
*/
|
|
@@ -523,6 +482,7 @@ const __default__ = {
|
|
|
523
482
|
default: true
|
|
524
483
|
}
|
|
525
484
|
},
|
|
485
|
+
|
|
526
486
|
setup(__props, {
|
|
527
487
|
expose: __expose
|
|
528
488
|
}) {
|
|
@@ -530,9 +490,7 @@ const __default__ = {
|
|
|
530
490
|
const {
|
|
531
491
|
proxy
|
|
532
492
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
533
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
534
|
-
|
|
535
|
-
// 获取组件传参
|
|
493
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]); // 获取组件传参
|
|
536
494
|
|
|
537
495
|
const lonlatOffset = 0.00001;
|
|
538
496
|
const heightOffset = 10.0;
|
|
@@ -557,22 +515,18 @@ const __default__ = {
|
|
|
557
515
|
alpha: props.settingParams && props.settingParams.alpha || 1.0,
|
|
558
516
|
eclosion: props.settingParams && props.settingParams.eclosion || 0.5,
|
|
559
517
|
showHideLine: props.settingParams && props.settingParams.showHideLine !== undefined || false
|
|
560
|
-
});
|
|
518
|
+
}); // 显示坐标
|
|
519
|
+
|
|
520
|
+
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 显示朝向角俯仰角翻转角
|
|
561
521
|
|
|
562
|
-
// 显示坐标
|
|
563
|
-
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
564
|
-
// 显示朝向角俯仰角翻转角
|
|
565
522
|
let showHpr = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
566
|
-
let viewModel = null;
|
|
523
|
+
let viewModel = null; // 组件容器Ref
|
|
567
524
|
|
|
568
|
-
//
|
|
569
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
525
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
570
526
|
|
|
571
|
-
// 生成组件默认header
|
|
572
527
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
573
|
-
let headerTempRef = (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)(); // 国际化
|
|
574
529
|
|
|
575
|
-
// 国际化
|
|
576
530
|
let {
|
|
577
531
|
locale,
|
|
578
532
|
messages
|
|
@@ -593,9 +547,8 @@ const __default__ = {
|
|
|
593
547
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
594
548
|
watchCreateHeaderTemp();
|
|
595
549
|
});
|
|
596
|
-
});
|
|
550
|
+
}); //父组 件ScenceView初始化完成后执行
|
|
597
551
|
|
|
598
|
-
//父组 件ScenceView初始化完成后执行
|
|
599
552
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
600
553
|
if (scenceView) {
|
|
601
554
|
let options = {
|
|
@@ -610,63 +563,74 @@ const __default__ = {
|
|
|
610
563
|
}
|
|
611
564
|
});
|
|
612
565
|
});
|
|
613
|
-
|
|
614
566
|
/**
|
|
615
567
|
* @description 监听header生成
|
|
616
568
|
*/
|
|
569
|
+
|
|
617
570
|
const watchCreateHeaderTemp = () => {
|
|
618
571
|
if (props.showHeaderTemp) {
|
|
619
572
|
// 生成headerTemp
|
|
620
573
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
621
574
|
}
|
|
622
575
|
};
|
|
576
|
+
|
|
623
577
|
function selectVideo(file) {
|
|
624
578
|
formItem.videoPath = file.name;
|
|
625
579
|
let url = URL.createObjectURL(file.raw);
|
|
626
580
|
viewModel.setVideoPath(url);
|
|
627
|
-
}
|
|
581
|
+
} // 参数改变
|
|
582
|
+
|
|
628
583
|
|
|
629
|
-
// 参数改变
|
|
630
584
|
function paramsChanged(key) {
|
|
631
585
|
switch (key) {
|
|
632
586
|
case "videoPath":
|
|
633
587
|
viewModel.setVideoPath(formItem.videoPath);
|
|
634
588
|
break;
|
|
589
|
+
|
|
635
590
|
case "fov":
|
|
636
591
|
viewModel.setFov(formItem.fov);
|
|
637
592
|
break;
|
|
593
|
+
|
|
638
594
|
case "far":
|
|
639
595
|
viewModel.setFar(formItem.far);
|
|
640
596
|
break;
|
|
597
|
+
|
|
641
598
|
case "heading":
|
|
642
599
|
viewModel.setHeading(formItem.heading);
|
|
643
600
|
break;
|
|
601
|
+
|
|
644
602
|
case "pitch":
|
|
645
603
|
viewModel.setPitch(formItem.pitch);
|
|
646
604
|
break;
|
|
605
|
+
|
|
647
606
|
case "roll":
|
|
648
607
|
viewModel.setRoll(formItem.roll);
|
|
649
608
|
break;
|
|
609
|
+
|
|
650
610
|
case "alpha":
|
|
651
611
|
viewModel.setAlpha(formItem.alpha);
|
|
652
612
|
break;
|
|
613
|
+
|
|
653
614
|
case "eclosion":
|
|
654
615
|
viewModel.setEclosion(formItem.eclosion);
|
|
655
616
|
break;
|
|
617
|
+
|
|
656
618
|
case "showHideLine":
|
|
657
619
|
viewModel.showHideLine(formItem.showHideLine);
|
|
658
620
|
break;
|
|
621
|
+
|
|
659
622
|
case "longitude":
|
|
660
623
|
case "latitude":
|
|
661
624
|
case "height":
|
|
662
625
|
viewModel.setPosition(formItem.longitude, formItem.latitude, formItem.height);
|
|
663
626
|
break;
|
|
627
|
+
|
|
664
628
|
default:
|
|
665
629
|
break;
|
|
666
630
|
}
|
|
667
|
-
}
|
|
631
|
+
} // 融合
|
|
632
|
+
|
|
668
633
|
|
|
669
|
-
// 融合
|
|
670
634
|
function fusion() {
|
|
671
635
|
if (formItem.videoPath === "") {
|
|
672
636
|
(0,message/* default */.Z)({
|
|
@@ -681,8 +645,10 @@ const __default__ = {
|
|
|
681
645
|
}
|
|
682
646
|
}
|
|
683
647
|
}
|
|
648
|
+
|
|
684
649
|
function setCoordinate() {
|
|
685
650
|
let coordinate = viewModel.getProjectCoordinate();
|
|
651
|
+
|
|
686
652
|
if (coordinate) {
|
|
687
653
|
formItem.longitude = Number(coordinate.x.toFixed(6));
|
|
688
654
|
formItem.minLongitude = Number((formItem.longitude - lonlatOffset).toFixed(6));
|
|
@@ -695,55 +661,71 @@ const __default__ = {
|
|
|
695
661
|
formItem.maxHeight = formItem.height + heightOffset;
|
|
696
662
|
showCoordinate.value = true;
|
|
697
663
|
}
|
|
698
|
-
}
|
|
664
|
+
} // 设置朝向角俯仰角翻转角
|
|
665
|
+
|
|
699
666
|
|
|
700
|
-
// 设置朝向角俯仰角翻转角
|
|
701
667
|
function serHpr() {
|
|
702
668
|
let hpr = viewModel.getHeadingPitchRoll();
|
|
669
|
+
|
|
703
670
|
if (hpr) {
|
|
704
671
|
formItem.heading = hpr.heading;
|
|
705
672
|
formItem.pitch = hpr.pitch;
|
|
706
673
|
formItem.roll = hpr.roll;
|
|
707
674
|
showHpr.value = true;
|
|
708
675
|
}
|
|
709
|
-
}
|
|
676
|
+
} // 飞入
|
|
677
|
+
|
|
710
678
|
|
|
711
|
-
// 飞入
|
|
712
679
|
function flyTo() {
|
|
713
680
|
viewModel && viewModel.flyTo();
|
|
714
|
-
}
|
|
681
|
+
} // 清除
|
|
682
|
+
|
|
715
683
|
|
|
716
|
-
// 清除
|
|
717
684
|
function clearResult() {
|
|
718
685
|
showCoordinate.value = false;
|
|
719
686
|
showHpr.value = false;
|
|
720
687
|
viewModel && viewModel.clear();
|
|
721
|
-
}
|
|
688
|
+
} // 销毁
|
|
689
|
+
|
|
722
690
|
|
|
723
|
-
// 销毁
|
|
724
691
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
725
692
|
viewModel && viewModel.destroy();
|
|
726
693
|
});
|
|
694
|
+
|
|
727
695
|
__expose({
|
|
728
696
|
paramsChanged,
|
|
729
697
|
fusion,
|
|
730
698
|
flyTo,
|
|
731
699
|
clearResult
|
|
732
700
|
});
|
|
701
|
+
|
|
733
702
|
return (_ctx, _cache) => {
|
|
734
703
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
704
|
+
|
|
735
705
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
706
|
+
|
|
736
707
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
708
|
+
|
|
737
709
|
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
710
|
+
|
|
738
711
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
712
|
+
|
|
739
713
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
714
|
+
|
|
740
715
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
716
|
+
|
|
741
717
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
718
|
+
|
|
742
719
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
720
|
+
|
|
743
721
|
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
722
|
+
|
|
744
723
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
724
|
+
|
|
745
725
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
726
|
+
|
|
746
727
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
728
|
+
|
|
747
729
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
748
730
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-video-fusion", {
|
|
749
731
|
'kq-box-shadow': __props.showShadow
|
|
@@ -754,7 +736,9 @@ const __default__ = {
|
|
|
754
736
|
key: 0,
|
|
755
737
|
ref_key: "headerTempRef",
|
|
756
738
|
ref: headerTempRef
|
|
757
|
-
}, null, 512
|
|
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, {
|
|
758
742
|
gutter: 20,
|
|
759
743
|
class: "rowClass"
|
|
760
744
|
}, {
|
|
@@ -762,8 +746,12 @@ const __default__ = {
|
|
|
762
746
|
span: 6,
|
|
763
747
|
class: "colClass"
|
|
764
748
|
}, {
|
|
765
|
-
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
|
|
766
|
-
|
|
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
|
+
/* TEXT */
|
|
751
|
+
)]),
|
|
752
|
+
_: 1
|
|
753
|
+
/* STABLE */
|
|
754
|
+
|
|
767
755
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
768
756
|
span: 18
|
|
769
757
|
}, {
|
|
@@ -784,22 +772,40 @@ const __default__ = {
|
|
|
784
772
|
size: 16
|
|
785
773
|
}, {
|
|
786
774
|
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))]),
|
|
787
|
-
_: 1
|
|
775
|
+
_: 1
|
|
776
|
+
/* STABLE */
|
|
777
|
+
|
|
788
778
|
})]),
|
|
789
|
-
_: 1
|
|
779
|
+
_: 1
|
|
780
|
+
/* STABLE */
|
|
781
|
+
|
|
790
782
|
})]),
|
|
791
|
-
_: 1
|
|
783
|
+
_: 1
|
|
784
|
+
/* STABLE */
|
|
785
|
+
|
|
792
786
|
})]),
|
|
793
|
-
_: 1
|
|
794
|
-
|
|
795
|
-
|
|
787
|
+
_: 1
|
|
788
|
+
/* STABLE */
|
|
789
|
+
|
|
790
|
+
}, 8
|
|
791
|
+
/* PROPS */
|
|
792
|
+
, ["modelValue", "placeholder"])]),
|
|
793
|
+
_: 1
|
|
794
|
+
/* STABLE */
|
|
795
|
+
|
|
796
796
|
})]),
|
|
797
|
-
_: 1
|
|
797
|
+
_: 1
|
|
798
|
+
/* STABLE */
|
|
799
|
+
|
|
798
800
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
799
801
|
class: "kq3d-video-fusion-tip"
|
|
800
802
|
}, {
|
|
801
|
-
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
|
|
802
|
-
|
|
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
|
+
/* TEXT */
|
|
805
|
+
)]),
|
|
806
|
+
_: 1
|
|
807
|
+
/* STABLE */
|
|
808
|
+
|
|
803
809
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
804
810
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
805
811
|
class: "kq3d-video-fusion-collapse"
|
|
@@ -831,8 +837,12 @@ const __default__ = {
|
|
|
831
837
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
832
838
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
833
839
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
|
|
834
|
-
}, null, 8
|
|
835
|
-
|
|
840
|
+
}, null, 8
|
|
841
|
+
/* PROPS */
|
|
842
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
843
|
+
_: 1
|
|
844
|
+
/* STABLE */
|
|
845
|
+
|
|
836
846
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
837
847
|
span: 8,
|
|
838
848
|
style: {
|
|
@@ -840,15 +850,29 @@ const __default__ = {
|
|
|
840
850
|
"padding-left": "8px"
|
|
841
851
|
}
|
|
842
852
|
}, {
|
|
843
|
-
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
|
|
844
|
-
|
|
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
|
+
/* TEXT */
|
|
855
|
+
)]),
|
|
856
|
+
_: 1
|
|
857
|
+
/* STABLE */
|
|
858
|
+
|
|
845
859
|
})]),
|
|
846
|
-
_: 1
|
|
860
|
+
_: 1
|
|
861
|
+
/* STABLE */
|
|
862
|
+
|
|
847
863
|
})]),
|
|
848
|
-
_: 1
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
864
|
+
_: 1
|
|
865
|
+
/* STABLE */
|
|
866
|
+
|
|
867
|
+
}, 8
|
|
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, {
|
|
852
876
|
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, {
|
|
853
877
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude + '(°)'
|
|
854
878
|
}, {
|
|
@@ -867,8 +891,12 @@ const __default__ = {
|
|
|
867
891
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
868
892
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
869
893
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
|
|
870
|
-
}, null, 8
|
|
871
|
-
|
|
894
|
+
}, null, 8
|
|
895
|
+
/* PROPS */
|
|
896
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
897
|
+
_: 1
|
|
898
|
+
/* STABLE */
|
|
899
|
+
|
|
872
900
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
873
901
|
span: 8,
|
|
874
902
|
style: {
|
|
@@ -876,15 +904,29 @@ const __default__ = {
|
|
|
876
904
|
"padding-left": "8px"
|
|
877
905
|
}
|
|
878
906
|
}, {
|
|
879
|
-
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
|
|
880
|
-
|
|
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
|
+
/* TEXT */
|
|
909
|
+
)]),
|
|
910
|
+
_: 1
|
|
911
|
+
/* STABLE */
|
|
912
|
+
|
|
881
913
|
})]),
|
|
882
|
-
_: 1
|
|
914
|
+
_: 1
|
|
915
|
+
/* STABLE */
|
|
916
|
+
|
|
883
917
|
})]),
|
|
884
|
-
_: 1
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
918
|
+
_: 1
|
|
919
|
+
/* STABLE */
|
|
920
|
+
|
|
921
|
+
}, 8
|
|
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, {
|
|
888
930
|
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, {
|
|
889
931
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height + '(m)'
|
|
890
932
|
}, {
|
|
@@ -903,8 +945,12 @@ const __default__ = {
|
|
|
903
945
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
904
946
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
905
947
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
|
|
906
|
-
}, null, 8
|
|
907
|
-
|
|
948
|
+
}, null, 8
|
|
949
|
+
/* PROPS */
|
|
950
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
951
|
+
_: 1
|
|
952
|
+
/* STABLE */
|
|
953
|
+
|
|
908
954
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
909
955
|
span: 8,
|
|
910
956
|
style: {
|
|
@@ -912,15 +958,29 @@ const __default__ = {
|
|
|
912
958
|
"padding-left": "8px"
|
|
913
959
|
}
|
|
914
960
|
}, {
|
|
915
|
-
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
|
|
916
|
-
|
|
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
|
+
/* TEXT */
|
|
963
|
+
)]),
|
|
964
|
+
_: 1
|
|
965
|
+
/* STABLE */
|
|
966
|
+
|
|
917
967
|
})]),
|
|
918
|
-
_: 1
|
|
968
|
+
_: 1
|
|
969
|
+
/* STABLE */
|
|
970
|
+
|
|
919
971
|
})]),
|
|
920
|
-
_: 1
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
972
|
+
_: 1
|
|
973
|
+
/* STABLE */
|
|
974
|
+
|
|
975
|
+
}, 8
|
|
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, {
|
|
924
984
|
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, {
|
|
925
985
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoFov
|
|
926
986
|
}, {
|
|
@@ -939,8 +999,12 @@ const __default__ = {
|
|
|
939
999
|
min: 10,
|
|
940
1000
|
max: 120,
|
|
941
1001
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('fov'))
|
|
942
|
-
}, null, 8
|
|
943
|
-
|
|
1002
|
+
}, null, 8
|
|
1003
|
+
/* PROPS */
|
|
1004
|
+
, ["modelValue"])]),
|
|
1005
|
+
_: 1
|
|
1006
|
+
/* STABLE */
|
|
1007
|
+
|
|
944
1008
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
945
1009
|
span: 8
|
|
946
1010
|
}, {
|
|
@@ -952,14 +1016,26 @@ const __default__ = {
|
|
|
952
1016
|
max: 120,
|
|
953
1017
|
"controls-position": "right",
|
|
954
1018
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('fov'))
|
|
955
|
-
}, null, 8
|
|
956
|
-
|
|
1019
|
+
}, null, 8
|
|
1020
|
+
/* PROPS */
|
|
1021
|
+
, ["modelValue"])]),
|
|
1022
|
+
_: 1
|
|
1023
|
+
/* STABLE */
|
|
1024
|
+
|
|
957
1025
|
})]),
|
|
958
|
-
_: 1
|
|
1026
|
+
_: 1
|
|
1027
|
+
/* STABLE */
|
|
1028
|
+
|
|
959
1029
|
})]),
|
|
960
|
-
_: 1
|
|
961
|
-
|
|
962
|
-
|
|
1030
|
+
_: 1
|
|
1031
|
+
/* STABLE */
|
|
1032
|
+
|
|
1033
|
+
}, 8
|
|
1034
|
+
/* PROPS */
|
|
1035
|
+
, ["label"])]),
|
|
1036
|
+
_: 1
|
|
1037
|
+
/* STABLE */
|
|
1038
|
+
|
|
963
1039
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
964
1040
|
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, {
|
|
965
1041
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).farDistance
|
|
@@ -979,8 +1055,12 @@ const __default__ = {
|
|
|
979
1055
|
min: 10,
|
|
980
1056
|
max: 200,
|
|
981
1057
|
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
|
|
982
|
-
}, null, 8
|
|
983
|
-
|
|
1058
|
+
}, null, 8
|
|
1059
|
+
/* PROPS */
|
|
1060
|
+
, ["modelValue", "step"])]),
|
|
1061
|
+
_: 1
|
|
1062
|
+
/* STABLE */
|
|
1063
|
+
|
|
984
1064
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
985
1065
|
span: 8
|
|
986
1066
|
}, {
|
|
@@ -992,14 +1072,26 @@ const __default__ = {
|
|
|
992
1072
|
max: 200,
|
|
993
1073
|
"controls-position": "right",
|
|
994
1074
|
onChange: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
|
|
995
|
-
}, null, 8
|
|
996
|
-
|
|
1075
|
+
}, null, 8
|
|
1076
|
+
/* PROPS */
|
|
1077
|
+
, ["modelValue", "step"])]),
|
|
1078
|
+
_: 1
|
|
1079
|
+
/* STABLE */
|
|
1080
|
+
|
|
997
1081
|
})]),
|
|
998
|
-
_: 1
|
|
1082
|
+
_: 1
|
|
1083
|
+
/* STABLE */
|
|
1084
|
+
|
|
999
1085
|
})]),
|
|
1000
|
-
_: 1
|
|
1001
|
-
|
|
1002
|
-
|
|
1086
|
+
_: 1
|
|
1087
|
+
/* STABLE */
|
|
1088
|
+
|
|
1089
|
+
}, 8
|
|
1090
|
+
/* PROPS */
|
|
1091
|
+
, ["label"])]),
|
|
1092
|
+
_: 1
|
|
1093
|
+
/* STABLE */
|
|
1094
|
+
|
|
1003
1095
|
}), (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, {
|
|
1004
1096
|
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, {
|
|
1005
1097
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heading
|
|
@@ -1019,8 +1111,12 @@ const __default__ = {
|
|
|
1019
1111
|
min: 0,
|
|
1020
1112
|
max: 360,
|
|
1021
1113
|
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('heading'))
|
|
1022
|
-
}, null, 8
|
|
1023
|
-
|
|
1114
|
+
}, null, 8
|
|
1115
|
+
/* PROPS */
|
|
1116
|
+
, ["modelValue"])]),
|
|
1117
|
+
_: 1
|
|
1118
|
+
/* STABLE */
|
|
1119
|
+
|
|
1024
1120
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1025
1121
|
span: 8
|
|
1026
1122
|
}, {
|
|
@@ -1032,15 +1128,29 @@ const __default__ = {
|
|
|
1032
1128
|
max: 360,
|
|
1033
1129
|
"controls-position": "right",
|
|
1034
1130
|
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('heading'))
|
|
1035
|
-
}, null, 8
|
|
1036
|
-
|
|
1131
|
+
}, null, 8
|
|
1132
|
+
/* PROPS */
|
|
1133
|
+
, ["modelValue"])]),
|
|
1134
|
+
_: 1
|
|
1135
|
+
/* STABLE */
|
|
1136
|
+
|
|
1037
1137
|
})]),
|
|
1038
|
-
_: 1
|
|
1138
|
+
_: 1
|
|
1139
|
+
/* STABLE */
|
|
1140
|
+
|
|
1039
1141
|
})]),
|
|
1040
|
-
_: 1
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1142
|
+
_: 1
|
|
1143
|
+
/* STABLE */
|
|
1144
|
+
|
|
1145
|
+
}, 8
|
|
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, {
|
|
1044
1154
|
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, {
|
|
1045
1155
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pitch
|
|
1046
1156
|
}, {
|
|
@@ -1059,8 +1169,12 @@ const __default__ = {
|
|
|
1059
1169
|
min: -90,
|
|
1060
1170
|
max: 90,
|
|
1061
1171
|
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('pitch'))
|
|
1062
|
-
}, null, 8
|
|
1063
|
-
|
|
1172
|
+
}, null, 8
|
|
1173
|
+
/* PROPS */
|
|
1174
|
+
, ["modelValue"])]),
|
|
1175
|
+
_: 1
|
|
1176
|
+
/* STABLE */
|
|
1177
|
+
|
|
1064
1178
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1065
1179
|
span: 8
|
|
1066
1180
|
}, {
|
|
@@ -1072,15 +1186,29 @@ const __default__ = {
|
|
|
1072
1186
|
max: 90,
|
|
1073
1187
|
"controls-position": "right",
|
|
1074
1188
|
onChange: _cache[23] || (_cache[23] = $event => paramsChanged('pitch'))
|
|
1075
|
-
}, null, 8
|
|
1076
|
-
|
|
1189
|
+
}, null, 8
|
|
1190
|
+
/* PROPS */
|
|
1191
|
+
, ["modelValue"])]),
|
|
1192
|
+
_: 1
|
|
1193
|
+
/* STABLE */
|
|
1194
|
+
|
|
1077
1195
|
})]),
|
|
1078
|
-
_: 1
|
|
1196
|
+
_: 1
|
|
1197
|
+
/* STABLE */
|
|
1198
|
+
|
|
1079
1199
|
})]),
|
|
1080
|
-
_: 1
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1200
|
+
_: 1
|
|
1201
|
+
/* STABLE */
|
|
1202
|
+
|
|
1203
|
+
}, 8
|
|
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, {
|
|
1084
1212
|
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, {
|
|
1085
1213
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roll
|
|
1086
1214
|
}, {
|
|
@@ -1099,8 +1227,12 @@ const __default__ = {
|
|
|
1099
1227
|
min: 0,
|
|
1100
1228
|
max: 360,
|
|
1101
1229
|
onChange: _cache[25] || (_cache[25] = $event => paramsChanged('roll'))
|
|
1102
|
-
}, null, 8
|
|
1103
|
-
|
|
1230
|
+
}, null, 8
|
|
1231
|
+
/* PROPS */
|
|
1232
|
+
, ["modelValue"])]),
|
|
1233
|
+
_: 1
|
|
1234
|
+
/* STABLE */
|
|
1235
|
+
|
|
1104
1236
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1105
1237
|
span: 8
|
|
1106
1238
|
}, {
|
|
@@ -1112,15 +1244,29 @@ const __default__ = {
|
|
|
1112
1244
|
max: 360,
|
|
1113
1245
|
"controls-position": "right",
|
|
1114
1246
|
onChange: _cache[27] || (_cache[27] = $event => paramsChanged('roll'))
|
|
1115
|
-
}, null, 8
|
|
1116
|
-
|
|
1247
|
+
}, null, 8
|
|
1248
|
+
/* PROPS */
|
|
1249
|
+
, ["modelValue"])]),
|
|
1250
|
+
_: 1
|
|
1251
|
+
/* STABLE */
|
|
1252
|
+
|
|
1117
1253
|
})]),
|
|
1118
|
-
_: 1
|
|
1254
|
+
_: 1
|
|
1255
|
+
/* STABLE */
|
|
1256
|
+
|
|
1119
1257
|
})]),
|
|
1120
|
-
_: 1
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1258
|
+
_: 1
|
|
1259
|
+
/* STABLE */
|
|
1260
|
+
|
|
1261
|
+
}, 8
|
|
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, {
|
|
1124
1270
|
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, {
|
|
1125
1271
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
1126
1272
|
}, {
|
|
@@ -1139,8 +1285,12 @@ const __default__ = {
|
|
|
1139
1285
|
min: 0,
|
|
1140
1286
|
max: 1,
|
|
1141
1287
|
onChange: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
|
|
1142
|
-
}, null, 8
|
|
1143
|
-
|
|
1288
|
+
}, null, 8
|
|
1289
|
+
/* PROPS */
|
|
1290
|
+
, ["modelValue", "step"])]),
|
|
1291
|
+
_: 1
|
|
1292
|
+
/* STABLE */
|
|
1293
|
+
|
|
1144
1294
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1145
1295
|
span: 8
|
|
1146
1296
|
}, {
|
|
@@ -1152,14 +1302,26 @@ const __default__ = {
|
|
|
1152
1302
|
max: 1,
|
|
1153
1303
|
"controls-position": "right",
|
|
1154
1304
|
onChange: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
|
|
1155
|
-
}, null, 8
|
|
1156
|
-
|
|
1305
|
+
}, null, 8
|
|
1306
|
+
/* PROPS */
|
|
1307
|
+
, ["modelValue", "step"])]),
|
|
1308
|
+
_: 1
|
|
1309
|
+
/* STABLE */
|
|
1310
|
+
|
|
1157
1311
|
})]),
|
|
1158
|
-
_: 1
|
|
1312
|
+
_: 1
|
|
1313
|
+
/* STABLE */
|
|
1314
|
+
|
|
1159
1315
|
})]),
|
|
1160
|
-
_: 1
|
|
1161
|
-
|
|
1162
|
-
|
|
1316
|
+
_: 1
|
|
1317
|
+
/* STABLE */
|
|
1318
|
+
|
|
1319
|
+
}, 8
|
|
1320
|
+
/* PROPS */
|
|
1321
|
+
, ["label"])]),
|
|
1322
|
+
_: 1
|
|
1323
|
+
/* STABLE */
|
|
1324
|
+
|
|
1163
1325
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1164
1326
|
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
1327
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).eclosion
|
|
@@ -1179,8 +1341,12 @@ const __default__ = {
|
|
|
1179
1341
|
min: 0,
|
|
1180
1342
|
max: 1,
|
|
1181
1343
|
onChange: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
|
|
1182
|
-
}, null, 8
|
|
1183
|
-
|
|
1344
|
+
}, null, 8
|
|
1345
|
+
/* PROPS */
|
|
1346
|
+
, ["modelValue", "step"])]),
|
|
1347
|
+
_: 1
|
|
1348
|
+
/* STABLE */
|
|
1349
|
+
|
|
1184
1350
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1185
1351
|
span: 8
|
|
1186
1352
|
}, {
|
|
@@ -1192,14 +1358,26 @@ const __default__ = {
|
|
|
1192
1358
|
max: 1,
|
|
1193
1359
|
"controls-position": "right",
|
|
1194
1360
|
onChange: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
|
|
1195
|
-
}, null, 8
|
|
1196
|
-
|
|
1361
|
+
}, null, 8
|
|
1362
|
+
/* PROPS */
|
|
1363
|
+
, ["modelValue", "step"])]),
|
|
1364
|
+
_: 1
|
|
1365
|
+
/* STABLE */
|
|
1366
|
+
|
|
1197
1367
|
})]),
|
|
1198
|
-
_: 1
|
|
1368
|
+
_: 1
|
|
1369
|
+
/* STABLE */
|
|
1370
|
+
|
|
1199
1371
|
})]),
|
|
1200
|
-
_: 1
|
|
1201
|
-
|
|
1202
|
-
|
|
1372
|
+
_: 1
|
|
1373
|
+
/* STABLE */
|
|
1374
|
+
|
|
1375
|
+
}, 8
|
|
1376
|
+
/* PROPS */
|
|
1377
|
+
, ["label"])]),
|
|
1378
|
+
_: 1
|
|
1379
|
+
/* STABLE */
|
|
1380
|
+
|
|
1203
1381
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1204
1382
|
style: {
|
|
1205
1383
|
"margin-bottom": "8px"
|
|
@@ -1223,43 +1401,86 @@ const __default__ = {
|
|
|
1223
1401
|
"onUpdate:modelValue": _cache[36] || (_cache[36] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showHideLine = $event),
|
|
1224
1402
|
"controls-position": "left",
|
|
1225
1403
|
onChange: _cache[37] || (_cache[37] = $event => paramsChanged('showHideLine'))
|
|
1226
|
-
}, null, 8
|
|
1227
|
-
|
|
1404
|
+
}, null, 8
|
|
1405
|
+
/* PROPS */
|
|
1406
|
+
, ["modelValue"])]),
|
|
1407
|
+
_: 1
|
|
1408
|
+
/* STABLE */
|
|
1409
|
+
|
|
1228
1410
|
})]),
|
|
1229
|
-
_: 1
|
|
1411
|
+
_: 1
|
|
1412
|
+
/* STABLE */
|
|
1413
|
+
|
|
1230
1414
|
})]),
|
|
1231
|
-
_: 1
|
|
1232
|
-
|
|
1233
|
-
|
|
1415
|
+
_: 1
|
|
1416
|
+
/* STABLE */
|
|
1417
|
+
|
|
1418
|
+
}, 8
|
|
1419
|
+
/* PROPS */
|
|
1420
|
+
, ["label"])]),
|
|
1421
|
+
_: 1
|
|
1422
|
+
/* STABLE */
|
|
1423
|
+
|
|
1234
1424
|
})]),
|
|
1235
|
-
_: 1
|
|
1425
|
+
_: 1
|
|
1426
|
+
/* STABLE */
|
|
1427
|
+
|
|
1236
1428
|
})]),
|
|
1237
|
-
_: 1
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1429
|
+
_: 1
|
|
1430
|
+
/* STABLE */
|
|
1431
|
+
|
|
1432
|
+
}, 8
|
|
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, {
|
|
1241
1441
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => fusion(), ["stop"])),
|
|
1242
1442
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fusion,
|
|
1243
1443
|
type: "primary"
|
|
1244
1444
|
}, {
|
|
1245
|
-
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
|
|
1246
|
-
|
|
1247
|
-
|
|
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
|
+
/* TEXT */
|
|
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, {
|
|
1248
1454
|
onClick: _cache[39] || (_cache[39] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => flyTo(), ["stop"])),
|
|
1249
1455
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo,
|
|
1250
1456
|
type: "primary"
|
|
1251
1457
|
}, {
|
|
1252
|
-
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
|
|
1253
|
-
|
|
1254
|
-
|
|
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
|
+
/* TEXT */
|
|
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, {
|
|
1255
1467
|
onClick: _cache[40] || (_cache[40] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1256
1468
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1257
1469
|
}, {
|
|
1258
|
-
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
|
|
1259
|
-
|
|
1260
|
-
|
|
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
|
+
/* TEXT */
|
|
1472
|
+
)]),
|
|
1473
|
+
_: 1
|
|
1474
|
+
/* STABLE */
|
|
1475
|
+
|
|
1476
|
+
}, 8
|
|
1477
|
+
/* PROPS */
|
|
1478
|
+
, ["title"])])])], 2
|
|
1479
|
+
/* CLASS */
|
|
1480
|
+
);
|
|
1261
1481
|
};
|
|
1262
1482
|
}
|
|
1483
|
+
|
|
1263
1484
|
}));
|
|
1264
1485
|
;// CONCATENATED MODULE: ./src/webgl/videofusion/VideoFusion.vue?vue&type=script&setup=true&lang=js
|
|
1265
1486
|
|
|
@@ -1281,11 +1502,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1281
1502
|
|
|
1282
1503
|
|
|
1283
1504
|
|
|
1505
|
+
|
|
1284
1506
|
VideoFusion.install = (Vue, opts) => {
|
|
1285
1507
|
init_js_default()(Vue, opts);
|
|
1286
1508
|
Vue.component(VideoFusion.name, VideoFusion);
|
|
1287
1509
|
};
|
|
1288
1510
|
|
|
1511
|
+
|
|
1289
1512
|
}();
|
|
1290
1513
|
/******/ return __webpack_exports__;
|
|
1291
1514
|
/******/ })()
|