@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.5-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +163 -229
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +291 -472
- package/clientPrint/index.js +368 -906
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +185 -255
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +298 -402
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +248 -385
- package/geologicalbodyanalysis/index.js +206 -288
- package/gpuspatialquery/index.js +243 -392
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +427 -734
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +8170 -17000
- package/isolineanalysis/index.js +557 -1233
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +341 -495
- package/modelFlat/index.js +261 -259
- package/modelexcavate/index.js +214 -266
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +183 -175
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +240 -330
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +274 -572
- package/sceneadvancedtoimage/index.js +1057 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9208 -17907
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +259 -437
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +204 -341
- package/slopeanalysis/index.js +274 -435
- package/slopeaspectanalysis/index.js +307 -524
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +222 -271
- package/terrainprofileanalysis/index.js +166 -173
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
package/videofusion/index.js
CHANGED
|
@@ -7,65 +7,65 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : 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"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__2975__, __WEBPACK_EXTERNAL_MODULE__455__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 3275:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
-
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6363);
|
|
19
19
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
-
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
|
+
*/
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
26
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
27
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
28
31
|
};
|
|
29
|
-
|
|
30
|
-
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
|
+
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
33
|
|
|
32
34
|
/***/ }),
|
|
33
35
|
|
|
34
|
-
/***/
|
|
36
|
+
/***/ 8724:
|
|
35
37
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
36
38
|
|
|
37
39
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
38
|
-
/* harmony export */
|
|
40
|
+
/* harmony export */ A: function() { return /* binding */ VideoFusiontViewModel; }
|
|
39
41
|
/* harmony export */ });
|
|
40
|
-
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
42
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6913);
|
|
41
43
|
|
|
44
|
+
/*
|
|
45
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
46
|
+
* All rights reserved.
|
|
47
|
+
*/
|
|
42
48
|
//视频融合逻辑类
|
|
43
49
|
class VideoFusiontViewModel {
|
|
44
|
-
//三维viewer对象
|
|
45
|
-
//视频融合存储参数对象
|
|
46
|
-
//视频融合对象
|
|
47
50
|
constructor(scenceView, options) {
|
|
48
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
49
|
-
|
|
50
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
51
|
-
|
|
52
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
53
|
-
|
|
54
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
55
|
-
|
|
51
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)(this, "_viewer", null);
|
|
52
|
+
//三维viewer对象
|
|
53
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)(this, "_options", {});
|
|
54
|
+
//视频融合存储参数对象
|
|
55
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)(this, "_videoFusion", null);
|
|
56
|
+
//视频融合对象
|
|
57
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)(this, "_videoFusionCollection", null);
|
|
56
58
|
this._options = Object.assign({}, options);
|
|
57
59
|
this._viewer = scenceView._viewer;
|
|
58
60
|
this._videoFusionCollection = new Cesium.Kq3dVideoFusionCollection(this._viewer);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
+
}
|
|
61
62
|
|
|
63
|
+
// 融合
|
|
62
64
|
fusion() {
|
|
63
65
|
let type = 3;
|
|
64
|
-
|
|
65
66
|
if (this._options.videoPath.indexOf('.m3u8') > 0) {
|
|
66
67
|
type = 5;
|
|
67
68
|
}
|
|
68
|
-
|
|
69
69
|
this.clear();
|
|
70
70
|
let cartographic = Cesium.Cartographic.fromCartesian(this._viewer.camera.positionWC);
|
|
71
71
|
this._options.heading = Cesium.Math.toDegrees(this._viewer.camera.heading);
|
|
@@ -96,29 +96,28 @@ class VideoFusiontViewModel {
|
|
|
96
96
|
f: 3000
|
|
97
97
|
};
|
|
98
98
|
this._videoFusion = this._videoFusionCollection.addVideoTarget(param);
|
|
99
|
-
}
|
|
100
|
-
|
|
99
|
+
}
|
|
101
100
|
|
|
101
|
+
// 获取融合坐标
|
|
102
102
|
getProjectCoordinate() {
|
|
103
103
|
if (this._videoFusion) {
|
|
104
104
|
return this._videoFusion.param.position;
|
|
105
105
|
}
|
|
106
|
-
}
|
|
107
|
-
|
|
106
|
+
}
|
|
108
107
|
|
|
108
|
+
// 获取HeadingPitchRoll
|
|
109
109
|
getHeadingPitchRoll() {
|
|
110
110
|
return {
|
|
111
111
|
heading: Math.round(this._options.heading),
|
|
112
112
|
pitch: Math.round(this._options.pitch),
|
|
113
113
|
roll: Math.round(this._options.roll)
|
|
114
114
|
};
|
|
115
|
-
}
|
|
116
|
-
|
|
115
|
+
}
|
|
117
116
|
|
|
117
|
+
//飞入
|
|
118
118
|
flyTo() {
|
|
119
119
|
if (this._videoFusion) {
|
|
120
120
|
let position = Cesium.Cartesian3.fromDegrees(this._videoFusion.param.position.x, this._videoFusion.param.position.y, this._videoFusion.param.position.z);
|
|
121
|
-
|
|
122
121
|
this._viewer.camera.flyTo({
|
|
123
122
|
destination: position,
|
|
124
123
|
orientation: {
|
|
@@ -128,193 +127,236 @@ class VideoFusiontViewModel {
|
|
|
128
127
|
}
|
|
129
128
|
});
|
|
130
129
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
130
|
+
}
|
|
133
131
|
|
|
132
|
+
//清除全部
|
|
134
133
|
clear() {
|
|
135
134
|
this._videoFusionCollection && this._videoFusionCollection.removeAll();
|
|
136
135
|
this._videoFusion = null;
|
|
137
|
-
}
|
|
138
|
-
|
|
136
|
+
}
|
|
139
137
|
|
|
138
|
+
//销毁
|
|
140
139
|
destroy() {
|
|
141
140
|
this._videoFusionCollection && this._videoFusionCollection.destroy();
|
|
142
|
-
}
|
|
143
|
-
|
|
141
|
+
}
|
|
144
142
|
|
|
143
|
+
// 设置坐标
|
|
145
144
|
setPosition(longitude, latitude, height) {
|
|
146
145
|
let cameraPosition = Cesium.Cartesian3.fromDegrees(longitude, latitude, height);
|
|
147
146
|
this._videoFusion && this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
148
147
|
cameraPosition: cameraPosition
|
|
149
148
|
});
|
|
150
|
-
}
|
|
151
|
-
|
|
149
|
+
}
|
|
152
150
|
|
|
151
|
+
// 设置视频路径
|
|
153
152
|
setVideoPath(val) {
|
|
154
153
|
this._options.videoPath = val;
|
|
155
|
-
}
|
|
156
|
-
|
|
154
|
+
}
|
|
157
155
|
|
|
156
|
+
// 设置视场角度
|
|
158
157
|
setFov(val) {
|
|
159
158
|
this._options.fov = Number(val);
|
|
160
|
-
|
|
161
159
|
if (this._videoFusion) {
|
|
162
160
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
163
161
|
fov: this._options.fov
|
|
164
162
|
});
|
|
165
163
|
}
|
|
166
|
-
}
|
|
167
|
-
|
|
164
|
+
}
|
|
168
165
|
|
|
166
|
+
// 设置投影距离
|
|
169
167
|
setFar(val) {
|
|
170
168
|
this._options.far = Number(val);
|
|
171
169
|
if (this._videoFusion) this._videoFusion._changeFar(this._options.far);
|
|
172
|
-
}
|
|
173
|
-
|
|
170
|
+
}
|
|
174
171
|
|
|
172
|
+
// 设置朝向角
|
|
175
173
|
setHeading(val) {
|
|
176
174
|
this._options.heading = Number(val);
|
|
177
|
-
|
|
178
175
|
if (this._videoFusion) {
|
|
179
176
|
let param = this._videoFusion.param;
|
|
180
177
|
param.hpr.heading = this._options.heading;
|
|
181
|
-
|
|
182
178
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
183
179
|
position: param.position
|
|
184
180
|
});
|
|
185
181
|
}
|
|
186
|
-
}
|
|
187
|
-
|
|
182
|
+
}
|
|
188
183
|
|
|
184
|
+
// 设置俯仰角
|
|
189
185
|
setPitch(val) {
|
|
190
186
|
this._options.pitch = Number(val);
|
|
191
|
-
|
|
192
187
|
if (this._videoFusion) {
|
|
193
188
|
let param = this._videoFusion.param;
|
|
194
189
|
param.hpr.pitch = this._options.pitch;
|
|
195
|
-
|
|
196
190
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
197
191
|
position: param.position
|
|
198
192
|
});
|
|
199
193
|
}
|
|
200
|
-
}
|
|
201
|
-
|
|
194
|
+
}
|
|
202
195
|
|
|
196
|
+
// 设置翻转角
|
|
203
197
|
setRoll(val) {
|
|
204
198
|
this._options.roll = Number(val);
|
|
205
|
-
|
|
206
199
|
if (this._videoFusion) {
|
|
207
200
|
let param = this._videoFusion.param;
|
|
208
201
|
param.hpr.roll = this._options.roll;
|
|
209
|
-
|
|
210
202
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
211
203
|
position: param.position
|
|
212
204
|
});
|
|
213
205
|
}
|
|
214
|
-
}
|
|
215
|
-
|
|
206
|
+
}
|
|
216
207
|
|
|
208
|
+
// 设置透明度
|
|
217
209
|
setAlpha(val) {
|
|
218
210
|
this._options.alpha = Number(val);
|
|
219
|
-
|
|
220
211
|
if (this._videoFusion) {
|
|
221
212
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
222
213
|
alpha: this._options.alpha
|
|
223
214
|
});
|
|
224
215
|
}
|
|
225
|
-
}
|
|
226
|
-
|
|
216
|
+
}
|
|
227
217
|
|
|
218
|
+
// 设置羽化度
|
|
228
219
|
setEclosion(val) {
|
|
229
220
|
this._options.eclosion = Number(val);
|
|
230
|
-
|
|
231
221
|
if (this._videoFusion) {
|
|
232
222
|
this._videoFusionCollection.updateVideoTarget(this._videoFusion.id, {
|
|
233
223
|
featheringDelta: this._options.eclosion
|
|
234
224
|
});
|
|
235
225
|
}
|
|
236
|
-
}
|
|
237
|
-
|
|
226
|
+
}
|
|
238
227
|
|
|
228
|
+
// 显隐线框
|
|
239
229
|
showHideLine(val) {
|
|
240
230
|
this._options.showHideLine = val;
|
|
241
231
|
if (this._videoFusion) this._videoFusion.debugFrustum = val;
|
|
242
232
|
}
|
|
243
|
-
|
|
244
233
|
}
|
|
245
234
|
|
|
246
235
|
/***/ }),
|
|
247
236
|
|
|
248
|
-
/***/
|
|
237
|
+
/***/ 5698:
|
|
249
238
|
/***/ (function(module) {
|
|
250
239
|
|
|
251
240
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
252
241
|
|
|
253
242
|
/***/ }),
|
|
254
243
|
|
|
255
|
-
/***/
|
|
244
|
+
/***/ 411:
|
|
245
|
+
/***/ (function(module) {
|
|
246
|
+
|
|
247
|
+
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
248
|
+
|
|
249
|
+
/***/ }),
|
|
250
|
+
|
|
251
|
+
/***/ 7168:
|
|
252
|
+
/***/ (function(module) {
|
|
253
|
+
|
|
254
|
+
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
255
|
+
|
|
256
|
+
/***/ }),
|
|
257
|
+
|
|
258
|
+
/***/ 6217:
|
|
259
|
+
/***/ (function(module) {
|
|
260
|
+
|
|
261
|
+
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
262
|
+
|
|
263
|
+
/***/ }),
|
|
264
|
+
|
|
265
|
+
/***/ 6363:
|
|
256
266
|
/***/ (function(module) {
|
|
257
267
|
|
|
258
268
|
module.exports = require("element-plus/dist/index.full.js");
|
|
259
269
|
|
|
260
270
|
/***/ }),
|
|
261
271
|
|
|
262
|
-
/***/
|
|
272
|
+
/***/ 3579:
|
|
263
273
|
/***/ (function(module) {
|
|
264
274
|
|
|
265
275
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
266
276
|
|
|
267
277
|
/***/ }),
|
|
268
278
|
|
|
269
|
-
/***/
|
|
279
|
+
/***/ 64:
|
|
270
280
|
/***/ (function(module) {
|
|
271
281
|
|
|
272
|
-
module.exports =
|
|
282
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
273
283
|
|
|
274
284
|
/***/ }),
|
|
275
285
|
|
|
276
|
-
/***/
|
|
286
|
+
/***/ 2975:
|
|
277
287
|
/***/ (function(module) {
|
|
278
288
|
|
|
279
|
-
module.exports =
|
|
289
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
280
290
|
|
|
281
291
|
/***/ }),
|
|
282
292
|
|
|
283
|
-
/***/
|
|
293
|
+
/***/ 455:
|
|
284
294
|
/***/ (function(module) {
|
|
285
295
|
|
|
286
|
-
module.exports =
|
|
296
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
287
297
|
|
|
288
298
|
/***/ }),
|
|
289
299
|
|
|
290
|
-
/***/
|
|
300
|
+
/***/ 154:
|
|
291
301
|
/***/ (function(module) {
|
|
292
302
|
|
|
293
|
-
module.exports =
|
|
303
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
294
304
|
|
|
295
305
|
/***/ }),
|
|
296
306
|
|
|
297
|
-
/***/
|
|
307
|
+
/***/ 6913:
|
|
298
308
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
299
309
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
function
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
310
|
+
|
|
311
|
+
// EXPORTS
|
|
312
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
313
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
314
|
+
});
|
|
315
|
+
|
|
316
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
317
|
+
function _typeof(o) {
|
|
318
|
+
"@babel/helpers - typeof";
|
|
319
|
+
|
|
320
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
321
|
+
return typeof o;
|
|
322
|
+
} : function (o) {
|
|
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.");
|
|
313
336
|
}
|
|
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
|
+
|
|
348
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
314
349
|
|
|
315
|
-
|
|
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;
|
|
316
357
|
}
|
|
317
358
|
|
|
359
|
+
|
|
318
360
|
/***/ })
|
|
319
361
|
|
|
320
362
|
/******/ });
|
|
@@ -386,33 +428,40 @@ function _defineProperty(obj, key, value) {
|
|
|
386
428
|
/******/
|
|
387
429
|
/************************************************************************/
|
|
388
430
|
var __webpack_exports__ = {};
|
|
389
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
390
|
-
!function() {
|
|
391
431
|
// ESM COMPAT FLAG
|
|
392
432
|
__webpack_require__.r(__webpack_exports__);
|
|
393
433
|
|
|
394
434
|
// EXPORTS
|
|
395
435
|
__webpack_require__.d(__webpack_exports__, {
|
|
396
|
-
|
|
436
|
+
VideoFusionViewModel: function() { return /* reexport */ VideoFusionViewModel/* default */.A; },
|
|
397
437
|
"default": function() { return /* reexport */ VideoFusion; }
|
|
398
438
|
});
|
|
399
439
|
|
|
440
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
441
|
+
var web_url_search_params_delete_js_ = __webpack_require__(411);
|
|
442
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
443
|
+
var web_url_search_params_has_js_ = __webpack_require__(7168);
|
|
444
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
445
|
+
var web_url_search_params_size_js_ = __webpack_require__(6217);
|
|
400
446
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
401
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
447
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
402
448
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
403
|
-
var gis_utils_ = __webpack_require__(
|
|
449
|
+
var gis_utils_ = __webpack_require__(64);
|
|
404
450
|
// EXTERNAL MODULE: ./src/webgl/videofusion/VideoFusionViewModel.js
|
|
405
|
-
var VideoFusionViewModel = __webpack_require__(
|
|
451
|
+
var VideoFusionViewModel = __webpack_require__(8724);
|
|
406
452
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
407
|
-
var client_icons_vue_ = __webpack_require__(
|
|
453
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
408
454
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
409
|
-
var util_ = __webpack_require__(
|
|
455
|
+
var util_ = __webpack_require__(2975);
|
|
410
456
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
411
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
457
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
412
458
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
413
|
-
var message = __webpack_require__(
|
|
459
|
+
var message = __webpack_require__(3275);
|
|
414
460
|
;// 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
|
|
415
461
|
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
416
465
|
const _hoisted_1 = {
|
|
417
466
|
class: "kq3d-video-fusion-box"
|
|
418
467
|
};
|
|
@@ -432,7 +481,7 @@ const _hoisted_3 = {
|
|
|
432
481
|
const __default__ = {
|
|
433
482
|
name: "Kq3dVideoFusion"
|
|
434
483
|
};
|
|
435
|
-
/* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (
|
|
484
|
+
/* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
436
485
|
props: {
|
|
437
486
|
// 设置参数
|
|
438
487
|
settingParams: {
|
|
@@ -443,7 +492,6 @@ const __default__ = {
|
|
|
443
492
|
type: Boolean,
|
|
444
493
|
default: true
|
|
445
494
|
},
|
|
446
|
-
|
|
447
495
|
/**
|
|
448
496
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
449
497
|
*/
|
|
@@ -473,14 +521,14 @@ const __default__ = {
|
|
|
473
521
|
default: true
|
|
474
522
|
}
|
|
475
523
|
},
|
|
476
|
-
|
|
477
524
|
setup(__props, {
|
|
478
525
|
expose: __expose
|
|
479
526
|
}) {
|
|
480
|
-
const props = __props;
|
|
481
527
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
482
|
-
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
528
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
483
529
|
|
|
530
|
+
// 获取组件传参
|
|
531
|
+
const props = __props;
|
|
484
532
|
const lonlatOffset = 0.00001;
|
|
485
533
|
const heightOffset = 10;
|
|
486
534
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -502,18 +550,22 @@ const __default__ = {
|
|
|
502
550
|
alpha: props.settingParams && props.settingParams.alpha || 1.0,
|
|
503
551
|
eclosion: props.settingParams && props.settingParams.eclosion || 0.5,
|
|
504
552
|
showHideLine: props.settingParams && props.settingParams.showHideLine !== undefined || false
|
|
505
|
-
});
|
|
506
|
-
|
|
507
|
-
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 显示朝向角俯仰角翻转角
|
|
553
|
+
});
|
|
508
554
|
|
|
555
|
+
// 显示坐标
|
|
556
|
+
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
557
|
+
// 显示朝向角俯仰角翻转角
|
|
509
558
|
let showHpr = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
510
|
-
let viewModel = null;
|
|
559
|
+
let viewModel = null;
|
|
511
560
|
|
|
512
|
-
|
|
561
|
+
// 组件容器Ref
|
|
562
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
513
563
|
|
|
564
|
+
// 生成组件默认header
|
|
514
565
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
515
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
566
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
516
567
|
|
|
568
|
+
// 国际化
|
|
517
569
|
let {
|
|
518
570
|
locale,
|
|
519
571
|
messages
|
|
@@ -531,8 +583,9 @@ const __default__ = {
|
|
|
531
583
|
watchCreateHeaderTemp();
|
|
532
584
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
533
585
|
watchCreateHeaderTemp();
|
|
534
|
-
});
|
|
586
|
+
});
|
|
535
587
|
|
|
588
|
+
//父组 件ScenceView初始化完成后执行
|
|
536
589
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
537
590
|
if (scenceView) {
|
|
538
591
|
let options = {
|
|
@@ -543,81 +596,70 @@ const __default__ = {
|
|
|
543
596
|
eclosion: formItem.eclosion,
|
|
544
597
|
showHideLine: formItem.showHideLine
|
|
545
598
|
};
|
|
546
|
-
viewModel = new VideoFusionViewModel/* default */.
|
|
599
|
+
viewModel = new VideoFusionViewModel/* default */.A(scenceView, options);
|
|
547
600
|
}
|
|
548
601
|
});
|
|
549
602
|
});
|
|
603
|
+
|
|
550
604
|
/**
|
|
551
605
|
* @description 监听header生成
|
|
552
606
|
*/
|
|
553
|
-
|
|
554
607
|
const watchCreateHeaderTemp = () => {
|
|
555
608
|
if (props.showHeaderTemp) {
|
|
556
609
|
// 生成headerTemp
|
|
557
610
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
558
611
|
}
|
|
559
612
|
};
|
|
560
|
-
|
|
561
613
|
function selectVideo(file) {
|
|
562
614
|
formItem.videoPath = file.name;
|
|
563
615
|
let url = URL.createObjectURL(file.raw);
|
|
564
616
|
viewModel.setVideoPath(url);
|
|
565
|
-
}
|
|
566
|
-
|
|
617
|
+
}
|
|
567
618
|
|
|
619
|
+
// 参数改变
|
|
568
620
|
function paramsChanged(key) {
|
|
569
621
|
switch (key) {
|
|
570
622
|
case "videoPath":
|
|
571
623
|
viewModel.setVideoPath(formItem.videoPath);
|
|
572
624
|
break;
|
|
573
|
-
|
|
574
625
|
case "fov":
|
|
575
626
|
viewModel.setFov(formItem.fov);
|
|
576
627
|
break;
|
|
577
|
-
|
|
578
628
|
case "far":
|
|
579
629
|
viewModel.setFar(formItem.far);
|
|
580
630
|
break;
|
|
581
|
-
|
|
582
631
|
case "heading":
|
|
583
632
|
viewModel.setHeading(formItem.heading);
|
|
584
633
|
break;
|
|
585
|
-
|
|
586
634
|
case "pitch":
|
|
587
635
|
viewModel.setPitch(formItem.pitch);
|
|
588
636
|
break;
|
|
589
|
-
|
|
590
637
|
case "roll":
|
|
591
638
|
viewModel.setRoll(formItem.roll);
|
|
592
639
|
break;
|
|
593
|
-
|
|
594
640
|
case "alpha":
|
|
595
641
|
viewModel.setAlpha(formItem.alpha);
|
|
596
642
|
break;
|
|
597
|
-
|
|
598
643
|
case "eclosion":
|
|
599
644
|
viewModel.setEclosion(formItem.eclosion);
|
|
600
645
|
break;
|
|
601
|
-
|
|
602
646
|
case "showHideLine":
|
|
603
647
|
viewModel.showHideLine(formItem.showHideLine);
|
|
604
648
|
break;
|
|
605
|
-
|
|
606
649
|
case "longitude":
|
|
607
650
|
case "latitude":
|
|
608
651
|
case "height":
|
|
609
652
|
viewModel.setPosition(formItem.longitude, formItem.latitude, formItem.height);
|
|
610
653
|
break;
|
|
611
|
-
|
|
612
654
|
default:
|
|
613
655
|
break;
|
|
614
656
|
}
|
|
615
|
-
}
|
|
616
|
-
|
|
657
|
+
}
|
|
617
658
|
|
|
659
|
+
// 融合
|
|
618
660
|
function fusion() {
|
|
619
661
|
if (formItem.videoPath === "") {
|
|
620
|
-
(0,message/* default */.
|
|
662
|
+
(0,message/* default */.A)({
|
|
621
663
|
message: language.value.videoPathEmpty,
|
|
622
664
|
type: "warning"
|
|
623
665
|
});
|
|
@@ -629,10 +671,8 @@ const __default__ = {
|
|
|
629
671
|
}
|
|
630
672
|
}
|
|
631
673
|
}
|
|
632
|
-
|
|
633
674
|
function setCoordinate() {
|
|
634
675
|
let coordinate = viewModel.getProjectCoordinate();
|
|
635
|
-
|
|
636
676
|
if (coordinate) {
|
|
637
677
|
formItem.longitude = coordinate.x;
|
|
638
678
|
formItem.minLongitude = coordinate.x - lonlatOffset;
|
|
@@ -645,71 +685,55 @@ const __default__ = {
|
|
|
645
685
|
formItem.maxHeight = coordinate.z + heightOffset;
|
|
646
686
|
showCoordinate.value = true;
|
|
647
687
|
}
|
|
648
|
-
}
|
|
649
|
-
|
|
688
|
+
}
|
|
650
689
|
|
|
690
|
+
// 设置朝向角俯仰角翻转角
|
|
651
691
|
function serHpr() {
|
|
652
692
|
let hpr = viewModel.getHeadingPitchRoll();
|
|
653
|
-
|
|
654
693
|
if (hpr) {
|
|
655
694
|
formItem.heading = hpr.heading;
|
|
656
695
|
formItem.pitch = hpr.pitch;
|
|
657
696
|
formItem.roll = hpr.roll;
|
|
658
697
|
showHpr.value = true;
|
|
659
698
|
}
|
|
660
|
-
}
|
|
661
|
-
|
|
699
|
+
}
|
|
662
700
|
|
|
701
|
+
// 飞入
|
|
663
702
|
function flyTo() {
|
|
664
703
|
viewModel && viewModel.flyTo();
|
|
665
|
-
}
|
|
666
|
-
|
|
704
|
+
}
|
|
667
705
|
|
|
706
|
+
// 清除
|
|
668
707
|
function clearResult() {
|
|
669
708
|
showCoordinate.value = false;
|
|
670
709
|
showHpr.value = false;
|
|
671
710
|
viewModel && viewModel.clear();
|
|
672
|
-
}
|
|
673
|
-
|
|
711
|
+
}
|
|
674
712
|
|
|
713
|
+
// 销毁
|
|
675
714
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
676
715
|
viewModel && viewModel.destroy();
|
|
677
716
|
});
|
|
678
|
-
|
|
679
717
|
__expose({
|
|
680
718
|
paramsChanged,
|
|
681
719
|
fusion,
|
|
682
720
|
flyTo,
|
|
683
721
|
clearResult
|
|
684
722
|
});
|
|
685
|
-
|
|
686
723
|
return (_ctx, _cache) => {
|
|
687
724
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
688
|
-
|
|
689
725
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
690
|
-
|
|
691
726
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
692
|
-
|
|
693
727
|
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
694
|
-
|
|
695
728
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
696
|
-
|
|
697
729
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
698
|
-
|
|
699
730
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
700
|
-
|
|
701
731
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
702
|
-
|
|
703
732
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
704
|
-
|
|
705
733
|
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
706
|
-
|
|
707
734
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
708
|
-
|
|
709
735
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
710
|
-
|
|
711
736
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
712
|
-
|
|
713
737
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
714
738
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-video-fusion", {
|
|
715
739
|
'kq-box-shadow': __props.showShadow
|
|
@@ -720,9 +744,7 @@ const __default__ = {
|
|
|
720
744
|
key: 0,
|
|
721
745
|
ref_key: "headerTempRef",
|
|
722
746
|
ref: headerTempRef
|
|
723
|
-
}, null, 512
|
|
724
|
-
/* NEED_PATCH */
|
|
725
|
-
)) : (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, {
|
|
747
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
726
748
|
gutter: 20,
|
|
727
749
|
class: "rowClass"
|
|
728
750
|
}, {
|
|
@@ -730,12 +752,8 @@ const __default__ = {
|
|
|
730
752
|
span: 6,
|
|
731
753
|
class: "colClass"
|
|
732
754
|
}, {
|
|
733
|
-
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
|
|
734
|
-
/*
|
|
735
|
-
)]),
|
|
736
|
-
_: 1
|
|
737
|
-
/* STABLE */
|
|
738
|
-
|
|
755
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoPath), 1 /* TEXT */)]),
|
|
756
|
+
_: 1 /* STABLE */
|
|
739
757
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
740
758
|
span: 18
|
|
741
759
|
}, {
|
|
@@ -756,40 +774,22 @@ const __default__ = {
|
|
|
756
774
|
size: 16
|
|
757
775
|
}, {
|
|
758
776
|
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))]),
|
|
759
|
-
_: 1
|
|
760
|
-
/* STABLE */
|
|
761
|
-
|
|
777
|
+
_: 1 /* STABLE */
|
|
762
778
|
})]),
|
|
763
|
-
_: 1
|
|
764
|
-
/* STABLE */
|
|
765
|
-
|
|
779
|
+
_: 1 /* STABLE */
|
|
766
780
|
})]),
|
|
767
|
-
_: 1
|
|
768
|
-
/* STABLE */
|
|
769
|
-
|
|
781
|
+
_: 1 /* STABLE */
|
|
770
782
|
})]),
|
|
771
|
-
_: 1
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
}, 8
|
|
775
|
-
/* PROPS */
|
|
776
|
-
, ["modelValue", "placeholder"])]),
|
|
777
|
-
_: 1
|
|
778
|
-
/* STABLE */
|
|
779
|
-
|
|
783
|
+
_: 1 /* STABLE */
|
|
784
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
785
|
+
_: 1 /* STABLE */
|
|
780
786
|
})]),
|
|
781
|
-
_: 1
|
|
782
|
-
/* STABLE */
|
|
783
|
-
|
|
787
|
+
_: 1 /* STABLE */
|
|
784
788
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
785
789
|
class: "kq3d-video-fusion-tip"
|
|
786
790
|
}, {
|
|
787
|
-
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
|
|
788
|
-
/*
|
|
789
|
-
)]),
|
|
790
|
-
_: 1
|
|
791
|
-
/* STABLE */
|
|
792
|
-
|
|
791
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoFusionTips), 1 /* TEXT */)]),
|
|
792
|
+
_: 1 /* STABLE */
|
|
793
793
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
794
794
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
795
795
|
class: "kq3d-video-fusion-collapse"
|
|
@@ -821,12 +821,8 @@ const __default__ = {
|
|
|
821
821
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
822
822
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
823
823
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
|
|
824
|
-
}, null, 8
|
|
825
|
-
/*
|
|
826
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
827
|
-
_: 1
|
|
828
|
-
/* STABLE */
|
|
829
|
-
|
|
824
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
825
|
+
_: 1 /* STABLE */
|
|
830
826
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
831
827
|
span: 14,
|
|
832
828
|
style: {
|
|
@@ -834,29 +830,15 @@ const __default__ = {
|
|
|
834
830
|
"padding-left": "8px"
|
|
835
831
|
}
|
|
836
832
|
}, {
|
|
837
|
-
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
|
|
838
|
-
/*
|
|
839
|
-
)]),
|
|
840
|
-
_: 1
|
|
841
|
-
/* STABLE */
|
|
842
|
-
|
|
833
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude), 1 /* TEXT */)]),
|
|
834
|
+
_: 1 /* STABLE */
|
|
843
835
|
})]),
|
|
844
|
-
_: 1
|
|
845
|
-
/* STABLE */
|
|
846
|
-
|
|
836
|
+
_: 1 /* STABLE */
|
|
847
837
|
})]),
|
|
848
|
-
_: 1
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
/* PROPS */
|
|
853
|
-
, ["label"])]),
|
|
854
|
-
_: 1
|
|
855
|
-
/* STABLE */
|
|
856
|
-
|
|
857
|
-
}, 512
|
|
858
|
-
/* NEED_PATCH */
|
|
859
|
-
), [[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, {
|
|
838
|
+
_: 1 /* STABLE */
|
|
839
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
840
|
+
_: 1 /* STABLE */
|
|
841
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
860
842
|
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, {
|
|
861
843
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude + '(°)'
|
|
862
844
|
}, {
|
|
@@ -875,12 +857,8 @@ const __default__ = {
|
|
|
875
857
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
876
858
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
877
859
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
|
|
878
|
-
}, null, 8
|
|
879
|
-
/*
|
|
880
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
881
|
-
_: 1
|
|
882
|
-
/* STABLE */
|
|
883
|
-
|
|
860
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
861
|
+
_: 1 /* STABLE */
|
|
884
862
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
885
863
|
span: 14,
|
|
886
864
|
style: {
|
|
@@ -888,29 +866,15 @@ const __default__ = {
|
|
|
888
866
|
"padding-left": "8px"
|
|
889
867
|
}
|
|
890
868
|
}, {
|
|
891
|
-
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
|
|
892
|
-
/*
|
|
893
|
-
)]),
|
|
894
|
-
_: 1
|
|
895
|
-
/* STABLE */
|
|
896
|
-
|
|
869
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude), 1 /* TEXT */)]),
|
|
870
|
+
_: 1 /* STABLE */
|
|
897
871
|
})]),
|
|
898
|
-
_: 1
|
|
899
|
-
/* STABLE */
|
|
900
|
-
|
|
872
|
+
_: 1 /* STABLE */
|
|
901
873
|
})]),
|
|
902
|
-
_: 1
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
/* PROPS */
|
|
907
|
-
, ["label"])]),
|
|
908
|
-
_: 1
|
|
909
|
-
/* STABLE */
|
|
910
|
-
|
|
911
|
-
}, 512
|
|
912
|
-
/* NEED_PATCH */
|
|
913
|
-
), [[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, {
|
|
874
|
+
_: 1 /* STABLE */
|
|
875
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
876
|
+
_: 1 /* STABLE */
|
|
877
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
914
878
|
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, {
|
|
915
879
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height + '(m)'
|
|
916
880
|
}, {
|
|
@@ -929,12 +893,8 @@ const __default__ = {
|
|
|
929
893
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
930
894
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
931
895
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
|
|
932
|
-
}, null, 8
|
|
933
|
-
/*
|
|
934
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
935
|
-
_: 1
|
|
936
|
-
/* STABLE */
|
|
937
|
-
|
|
896
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
897
|
+
_: 1 /* STABLE */
|
|
938
898
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
939
899
|
span: 14,
|
|
940
900
|
style: {
|
|
@@ -942,29 +902,15 @@ const __default__ = {
|
|
|
942
902
|
"padding-left": "8px"
|
|
943
903
|
}
|
|
944
904
|
}, {
|
|
945
|
-
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
|
|
946
|
-
/*
|
|
947
|
-
)]),
|
|
948
|
-
_: 1
|
|
949
|
-
/* STABLE */
|
|
950
|
-
|
|
905
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height), 1 /* TEXT */)]),
|
|
906
|
+
_: 1 /* STABLE */
|
|
951
907
|
})]),
|
|
952
|
-
_: 1
|
|
953
|
-
/* STABLE */
|
|
954
|
-
|
|
908
|
+
_: 1 /* STABLE */
|
|
955
909
|
})]),
|
|
956
|
-
_: 1
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
/* PROPS */
|
|
961
|
-
, ["label"])]),
|
|
962
|
-
_: 1
|
|
963
|
-
/* STABLE */
|
|
964
|
-
|
|
965
|
-
}, 512
|
|
966
|
-
/* NEED_PATCH */
|
|
967
|
-
), [[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, {
|
|
910
|
+
_: 1 /* STABLE */
|
|
911
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
912
|
+
_: 1 /* STABLE */
|
|
913
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
968
914
|
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, {
|
|
969
915
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoFov
|
|
970
916
|
}, {
|
|
@@ -983,12 +929,8 @@ const __default__ = {
|
|
|
983
929
|
min: 10,
|
|
984
930
|
max: 120,
|
|
985
931
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('fov'))
|
|
986
|
-
}, null, 8
|
|
987
|
-
/*
|
|
988
|
-
, ["modelValue"])]),
|
|
989
|
-
_: 1
|
|
990
|
-
/* STABLE */
|
|
991
|
-
|
|
932
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
933
|
+
_: 1 /* STABLE */
|
|
992
934
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
993
935
|
span: 8
|
|
994
936
|
}, {
|
|
@@ -1000,26 +942,14 @@ const __default__ = {
|
|
|
1000
942
|
max: 120,
|
|
1001
943
|
"controls-position": "right",
|
|
1002
944
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('fov'))
|
|
1003
|
-
}, null, 8
|
|
1004
|
-
/*
|
|
1005
|
-
, ["modelValue"])]),
|
|
1006
|
-
_: 1
|
|
1007
|
-
/* STABLE */
|
|
1008
|
-
|
|
945
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
946
|
+
_: 1 /* STABLE */
|
|
1009
947
|
})]),
|
|
1010
|
-
_: 1
|
|
1011
|
-
/* STABLE */
|
|
1012
|
-
|
|
948
|
+
_: 1 /* STABLE */
|
|
1013
949
|
})]),
|
|
1014
|
-
_: 1
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
}, 8
|
|
1018
|
-
/* PROPS */
|
|
1019
|
-
, ["label"])]),
|
|
1020
|
-
_: 1
|
|
1021
|
-
/* STABLE */
|
|
1022
|
-
|
|
950
|
+
_: 1 /* STABLE */
|
|
951
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
952
|
+
_: 1 /* STABLE */
|
|
1023
953
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1024
954
|
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, {
|
|
1025
955
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).farDistance
|
|
@@ -1039,12 +969,8 @@ const __default__ = {
|
|
|
1039
969
|
min: 10,
|
|
1040
970
|
max: 200,
|
|
1041
971
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
|
|
1042
|
-
}, null, 8
|
|
1043
|
-
/*
|
|
1044
|
-
, ["modelValue", "step"])]),
|
|
1045
|
-
_: 1
|
|
1046
|
-
/* STABLE */
|
|
1047
|
-
|
|
972
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
973
|
+
_: 1 /* STABLE */
|
|
1048
974
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1049
975
|
span: 8
|
|
1050
976
|
}, {
|
|
@@ -1056,26 +982,14 @@ const __default__ = {
|
|
|
1056
982
|
max: 200,
|
|
1057
983
|
"controls-position": "right",
|
|
1058
984
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
|
|
1059
|
-
}, null, 8
|
|
1060
|
-
/*
|
|
1061
|
-
, ["modelValue", "step"])]),
|
|
1062
|
-
_: 1
|
|
1063
|
-
/* STABLE */
|
|
1064
|
-
|
|
985
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
986
|
+
_: 1 /* STABLE */
|
|
1065
987
|
})]),
|
|
1066
|
-
_: 1
|
|
1067
|
-
/* STABLE */
|
|
1068
|
-
|
|
988
|
+
_: 1 /* STABLE */
|
|
1069
989
|
})]),
|
|
1070
|
-
_: 1
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
}, 8
|
|
1074
|
-
/* PROPS */
|
|
1075
|
-
, ["label"])]),
|
|
1076
|
-
_: 1
|
|
1077
|
-
/* STABLE */
|
|
1078
|
-
|
|
990
|
+
_: 1 /* STABLE */
|
|
991
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
992
|
+
_: 1 /* STABLE */
|
|
1079
993
|
}), (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, {
|
|
1080
994
|
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, {
|
|
1081
995
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heading
|
|
@@ -1095,12 +1009,8 @@ const __default__ = {
|
|
|
1095
1009
|
min: 0,
|
|
1096
1010
|
max: 360,
|
|
1097
1011
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('heading'))
|
|
1098
|
-
}, null, 8
|
|
1099
|
-
/*
|
|
1100
|
-
, ["modelValue"])]),
|
|
1101
|
-
_: 1
|
|
1102
|
-
/* STABLE */
|
|
1103
|
-
|
|
1012
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1013
|
+
_: 1 /* STABLE */
|
|
1104
1014
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1105
1015
|
span: 8
|
|
1106
1016
|
}, {
|
|
@@ -1112,29 +1022,15 @@ const __default__ = {
|
|
|
1112
1022
|
max: 360,
|
|
1113
1023
|
"controls-position": "right",
|
|
1114
1024
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('heading'))
|
|
1115
|
-
}, null, 8
|
|
1116
|
-
/*
|
|
1117
|
-
, ["modelValue"])]),
|
|
1118
|
-
_: 1
|
|
1119
|
-
/* STABLE */
|
|
1120
|
-
|
|
1025
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1026
|
+
_: 1 /* STABLE */
|
|
1121
1027
|
})]),
|
|
1122
|
-
_: 1
|
|
1123
|
-
/* STABLE */
|
|
1124
|
-
|
|
1028
|
+
_: 1 /* STABLE */
|
|
1125
1029
|
})]),
|
|
1126
|
-
_: 1
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
/* PROPS */
|
|
1131
|
-
, ["label"])]),
|
|
1132
|
-
_: 1
|
|
1133
|
-
/* STABLE */
|
|
1134
|
-
|
|
1135
|
-
}, 512
|
|
1136
|
-
/* NEED_PATCH */
|
|
1137
|
-
), [[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, {
|
|
1030
|
+
_: 1 /* STABLE */
|
|
1031
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1032
|
+
_: 1 /* STABLE */
|
|
1033
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1138
1034
|
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, {
|
|
1139
1035
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pitch
|
|
1140
1036
|
}, {
|
|
@@ -1153,12 +1049,8 @@ const __default__ = {
|
|
|
1153
1049
|
min: -90,
|
|
1154
1050
|
max: 90,
|
|
1155
1051
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('pitch'))
|
|
1156
|
-
}, null, 8
|
|
1157
|
-
/*
|
|
1158
|
-
, ["modelValue"])]),
|
|
1159
|
-
_: 1
|
|
1160
|
-
/* STABLE */
|
|
1161
|
-
|
|
1052
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1053
|
+
_: 1 /* STABLE */
|
|
1162
1054
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1163
1055
|
span: 8
|
|
1164
1056
|
}, {
|
|
@@ -1170,29 +1062,15 @@ const __default__ = {
|
|
|
1170
1062
|
max: 90,
|
|
1171
1063
|
"controls-position": "right",
|
|
1172
1064
|
onInput: _cache[23] || (_cache[23] = $event => paramsChanged('pitch'))
|
|
1173
|
-
}, null, 8
|
|
1174
|
-
/*
|
|
1175
|
-
, ["modelValue"])]),
|
|
1176
|
-
_: 1
|
|
1177
|
-
/* STABLE */
|
|
1178
|
-
|
|
1065
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1066
|
+
_: 1 /* STABLE */
|
|
1179
1067
|
})]),
|
|
1180
|
-
_: 1
|
|
1181
|
-
/* STABLE */
|
|
1182
|
-
|
|
1068
|
+
_: 1 /* STABLE */
|
|
1183
1069
|
})]),
|
|
1184
|
-
_: 1
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
/* PROPS */
|
|
1189
|
-
, ["label"])]),
|
|
1190
|
-
_: 1
|
|
1191
|
-
/* STABLE */
|
|
1192
|
-
|
|
1193
|
-
}, 512
|
|
1194
|
-
/* NEED_PATCH */
|
|
1195
|
-
), [[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, {
|
|
1070
|
+
_: 1 /* STABLE */
|
|
1071
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1072
|
+
_: 1 /* STABLE */
|
|
1073
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1196
1074
|
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, {
|
|
1197
1075
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roll
|
|
1198
1076
|
}, {
|
|
@@ -1211,12 +1089,8 @@ const __default__ = {
|
|
|
1211
1089
|
min: 0,
|
|
1212
1090
|
max: 360,
|
|
1213
1091
|
onInput: _cache[25] || (_cache[25] = $event => paramsChanged('roll'))
|
|
1214
|
-
}, null, 8
|
|
1215
|
-
/*
|
|
1216
|
-
, ["modelValue"])]),
|
|
1217
|
-
_: 1
|
|
1218
|
-
/* STABLE */
|
|
1219
|
-
|
|
1092
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1093
|
+
_: 1 /* STABLE */
|
|
1220
1094
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1221
1095
|
span: 8
|
|
1222
1096
|
}, {
|
|
@@ -1228,29 +1102,15 @@ const __default__ = {
|
|
|
1228
1102
|
max: 360,
|
|
1229
1103
|
"controls-position": "right",
|
|
1230
1104
|
onInput: _cache[27] || (_cache[27] = $event => paramsChanged('roll'))
|
|
1231
|
-
}, null, 8
|
|
1232
|
-
/*
|
|
1233
|
-
, ["modelValue"])]),
|
|
1234
|
-
_: 1
|
|
1235
|
-
/* STABLE */
|
|
1236
|
-
|
|
1105
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1106
|
+
_: 1 /* STABLE */
|
|
1237
1107
|
})]),
|
|
1238
|
-
_: 1
|
|
1239
|
-
/* STABLE */
|
|
1240
|
-
|
|
1108
|
+
_: 1 /* STABLE */
|
|
1241
1109
|
})]),
|
|
1242
|
-
_: 1
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
/* PROPS */
|
|
1247
|
-
, ["label"])]),
|
|
1248
|
-
_: 1
|
|
1249
|
-
/* STABLE */
|
|
1250
|
-
|
|
1251
|
-
}, 512
|
|
1252
|
-
/* NEED_PATCH */
|
|
1253
|
-
), [[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, {
|
|
1110
|
+
_: 1 /* STABLE */
|
|
1111
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1112
|
+
_: 1 /* STABLE */
|
|
1113
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1254
1114
|
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, {
|
|
1255
1115
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
1256
1116
|
}, {
|
|
@@ -1269,12 +1129,8 @@ const __default__ = {
|
|
|
1269
1129
|
min: 0,
|
|
1270
1130
|
max: 1,
|
|
1271
1131
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
|
|
1272
|
-
}, null, 8
|
|
1273
|
-
/*
|
|
1274
|
-
, ["modelValue", "step"])]),
|
|
1275
|
-
_: 1
|
|
1276
|
-
/* STABLE */
|
|
1277
|
-
|
|
1132
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1133
|
+
_: 1 /* STABLE */
|
|
1278
1134
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1279
1135
|
span: 8
|
|
1280
1136
|
}, {
|
|
@@ -1286,26 +1142,14 @@ const __default__ = {
|
|
|
1286
1142
|
max: 1,
|
|
1287
1143
|
"controls-position": "right",
|
|
1288
1144
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
|
|
1289
|
-
}, null, 8
|
|
1290
|
-
/*
|
|
1291
|
-
, ["modelValue", "step"])]),
|
|
1292
|
-
_: 1
|
|
1293
|
-
/* STABLE */
|
|
1294
|
-
|
|
1145
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1146
|
+
_: 1 /* STABLE */
|
|
1295
1147
|
})]),
|
|
1296
|
-
_: 1
|
|
1297
|
-
/* STABLE */
|
|
1298
|
-
|
|
1148
|
+
_: 1 /* STABLE */
|
|
1299
1149
|
})]),
|
|
1300
|
-
_: 1
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
}, 8
|
|
1304
|
-
/* PROPS */
|
|
1305
|
-
, ["label"])]),
|
|
1306
|
-
_: 1
|
|
1307
|
-
/* STABLE */
|
|
1308
|
-
|
|
1150
|
+
_: 1 /* STABLE */
|
|
1151
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1152
|
+
_: 1 /* STABLE */
|
|
1309
1153
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1310
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, {
|
|
1311
1155
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).eclosion
|
|
@@ -1325,12 +1169,8 @@ const __default__ = {
|
|
|
1325
1169
|
min: 0,
|
|
1326
1170
|
max: 1,
|
|
1327
1171
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
|
|
1328
|
-
}, null, 8
|
|
1329
|
-
/*
|
|
1330
|
-
, ["modelValue", "step"])]),
|
|
1331
|
-
_: 1
|
|
1332
|
-
/* STABLE */
|
|
1333
|
-
|
|
1172
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1173
|
+
_: 1 /* STABLE */
|
|
1334
1174
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1335
1175
|
span: 8
|
|
1336
1176
|
}, {
|
|
@@ -1342,26 +1182,14 @@ const __default__ = {
|
|
|
1342
1182
|
max: 1,
|
|
1343
1183
|
"controls-position": "right",
|
|
1344
1184
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
|
|
1345
|
-
}, null, 8
|
|
1346
|
-
/*
|
|
1347
|
-
, ["modelValue", "step"])]),
|
|
1348
|
-
_: 1
|
|
1349
|
-
/* STABLE */
|
|
1350
|
-
|
|
1185
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1186
|
+
_: 1 /* STABLE */
|
|
1351
1187
|
})]),
|
|
1352
|
-
_: 1
|
|
1353
|
-
/* STABLE */
|
|
1354
|
-
|
|
1188
|
+
_: 1 /* STABLE */
|
|
1355
1189
|
})]),
|
|
1356
|
-
_: 1
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
}, 8
|
|
1360
|
-
/* PROPS */
|
|
1361
|
-
, ["label"])]),
|
|
1362
|
-
_: 1
|
|
1363
|
-
/* STABLE */
|
|
1364
|
-
|
|
1190
|
+
_: 1 /* STABLE */
|
|
1191
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1192
|
+
_: 1 /* STABLE */
|
|
1365
1193
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1366
1194
|
style: {
|
|
1367
1195
|
"margin-bottom": "8px"
|
|
@@ -1385,86 +1213,43 @@ const __default__ = {
|
|
|
1385
1213
|
"onUpdate:modelValue": _cache[36] || (_cache[36] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showHideLine = $event),
|
|
1386
1214
|
"controls-position": "left",
|
|
1387
1215
|
onChange: _cache[37] || (_cache[37] = $event => paramsChanged('showHideLine'))
|
|
1388
|
-
}, null, 8
|
|
1389
|
-
/*
|
|
1390
|
-
, ["modelValue"])]),
|
|
1391
|
-
_: 1
|
|
1392
|
-
/* STABLE */
|
|
1393
|
-
|
|
1216
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1217
|
+
_: 1 /* STABLE */
|
|
1394
1218
|
})]),
|
|
1395
|
-
_: 1
|
|
1396
|
-
/* STABLE */
|
|
1397
|
-
|
|
1219
|
+
_: 1 /* STABLE */
|
|
1398
1220
|
})]),
|
|
1399
|
-
_: 1
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
}, 8
|
|
1403
|
-
/* PROPS */
|
|
1404
|
-
, ["label"])]),
|
|
1405
|
-
_: 1
|
|
1406
|
-
/* STABLE */
|
|
1407
|
-
|
|
1221
|
+
_: 1 /* STABLE */
|
|
1222
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1223
|
+
_: 1 /* STABLE */
|
|
1408
1224
|
})]),
|
|
1409
|
-
_: 1
|
|
1410
|
-
/* STABLE */
|
|
1411
|
-
|
|
1225
|
+
_: 1 /* STABLE */
|
|
1412
1226
|
})]),
|
|
1413
|
-
_: 1
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
/* PROPS */
|
|
1418
|
-
, ["title"])]),
|
|
1419
|
-
_: 1
|
|
1420
|
-
/* STABLE */
|
|
1421
|
-
|
|
1422
|
-
}, 8
|
|
1423
|
-
/* PROPS */
|
|
1424
|
-
, ["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, {
|
|
1227
|
+
_: 1 /* STABLE */
|
|
1228
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1229
|
+
_: 1 /* STABLE */
|
|
1230
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1425
1231
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => fusion(), ["stop"])),
|
|
1426
1232
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fusion,
|
|
1427
1233
|
type: "primary"
|
|
1428
1234
|
}, {
|
|
1429
|
-
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
|
|
1430
|
-
/*
|
|
1431
|
-
|
|
1432
|
-
_: 1
|
|
1433
|
-
/* STABLE */
|
|
1434
|
-
|
|
1435
|
-
}, 8
|
|
1436
|
-
/* PROPS */
|
|
1437
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1235
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fusion), 1 /* TEXT */)]),
|
|
1236
|
+
_: 1 /* STABLE */
|
|
1237
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1438
1238
|
onClick: _cache[39] || (_cache[39] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => flyTo(), ["stop"])),
|
|
1439
1239
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo,
|
|
1440
1240
|
type: "primary"
|
|
1441
1241
|
}, {
|
|
1442
|
-
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
|
|
1443
|
-
/*
|
|
1444
|
-
|
|
1445
|
-
_: 1
|
|
1446
|
-
/* STABLE */
|
|
1447
|
-
|
|
1448
|
-
}, 8
|
|
1449
|
-
/* PROPS */
|
|
1450
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1242
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo), 1 /* TEXT */)]),
|
|
1243
|
+
_: 1 /* STABLE */
|
|
1244
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1451
1245
|
onClick: _cache[40] || (_cache[40] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1452
1246
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1453
1247
|
}, {
|
|
1454
|
-
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
|
|
1455
|
-
/*
|
|
1456
|
-
|
|
1457
|
-
_: 1
|
|
1458
|
-
/* STABLE */
|
|
1459
|
-
|
|
1460
|
-
}, 8
|
|
1461
|
-
/* PROPS */
|
|
1462
|
-
, ["title"])])])], 2
|
|
1463
|
-
/* CLASS */
|
|
1464
|
-
);
|
|
1248
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1 /* TEXT */)]),
|
|
1249
|
+
_: 1 /* STABLE */
|
|
1250
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1465
1251
|
};
|
|
1466
1252
|
}
|
|
1467
|
-
|
|
1468
1253
|
}));
|
|
1469
1254
|
;// CONCATENATED MODULE: ./src/webgl/videofusion/VideoFusion.vue?vue&type=script&setup=true&lang=js
|
|
1470
1255
|
|
|
@@ -1476,10 +1261,13 @@ const __exports__ = VideoFusionvue_type_script_setup_true_lang_js;
|
|
|
1476
1261
|
|
|
1477
1262
|
/* harmony default export */ var VideoFusion = (__exports__);
|
|
1478
1263
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1479
|
-
var init_js_ = __webpack_require__(
|
|
1264
|
+
var init_js_ = __webpack_require__(455);
|
|
1480
1265
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1481
1266
|
;// CONCATENATED MODULE: ./src/webgl/videofusion/index.js
|
|
1482
|
-
|
|
1267
|
+
/*
|
|
1268
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1269
|
+
* All rights reserved.
|
|
1270
|
+
*/
|
|
1483
1271
|
|
|
1484
1272
|
|
|
1485
1273
|
|
|
@@ -1488,8 +1276,6 @@ VideoFusion.install = (Vue, opts) => {
|
|
|
1488
1276
|
Vue.component(VideoFusion.name, VideoFusion);
|
|
1489
1277
|
};
|
|
1490
1278
|
|
|
1491
|
-
|
|
1492
|
-
}();
|
|
1493
1279
|
/******/ return __webpack_exports__;
|
|
1494
1280
|
/******/ })()
|
|
1495
1281
|
;
|