@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/videoproject/index.js
CHANGED
|
@@ -7,58 +7,60 @@
|
|
|
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
|
+
/***/ 9498:
|
|
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 */ VideoProjectViewModel; }
|
|
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 VideoProjectViewModel {
|
|
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, "_projectVideo", null);
|
|
56
|
+
//视频投放对象
|
|
57
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)(this, "_videoElement", null);
|
|
56
58
|
this._options = Object.assign({}, options);
|
|
57
59
|
this._viewer = scenceView._viewer;
|
|
58
60
|
this._videoElement = this._createVideoElement();
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
+
}
|
|
61
62
|
|
|
63
|
+
// 创建视频标签
|
|
62
64
|
_createVideoElement() {
|
|
63
65
|
var videoElement = document.createElement('video');
|
|
64
66
|
videoElement.style.position = 'absolute';
|
|
@@ -72,9 +74,9 @@ class VideoProjectViewModel {
|
|
|
72
74
|
videoElement.muted = true;
|
|
73
75
|
document.body.appendChild(videoElement);
|
|
74
76
|
return videoElement;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
+
}
|
|
77
78
|
|
|
79
|
+
// 投放
|
|
78
80
|
project() {
|
|
79
81
|
this.clear();
|
|
80
82
|
let position = Cesium.Cartesian3.clone(this._viewer.camera.positionWC);
|
|
@@ -92,7 +94,6 @@ class VideoProjectViewModel {
|
|
|
92
94
|
videoElement: this._videoElement
|
|
93
95
|
};
|
|
94
96
|
this._videoElement.src = this._options.videoPath;
|
|
95
|
-
|
|
96
97
|
if (this._options.projectType == 1) {
|
|
97
98
|
options.outline = this._options.showHideLine;
|
|
98
99
|
this._projectVideo = new Cesium.K3dProjectVideoPlane(options);
|
|
@@ -100,11 +101,10 @@ class VideoProjectViewModel {
|
|
|
100
101
|
options.showHelperPrimitive = this._options.showHideLine;
|
|
101
102
|
this._projectVideo = new Cesium.Kq3dProjectVideo(options);
|
|
102
103
|
}
|
|
103
|
-
|
|
104
104
|
this._viewer.scene.primitives.add(this._projectVideo);
|
|
105
|
-
}
|
|
106
|
-
|
|
105
|
+
}
|
|
107
106
|
|
|
107
|
+
// 获取投放坐标
|
|
108
108
|
getProjectCoordinate() {
|
|
109
109
|
if (this._projectVideo) {
|
|
110
110
|
let cartographic = Cesium.Cartographic.fromCartesian(this._projectVideo.position);
|
|
@@ -114,18 +114,18 @@ class VideoProjectViewModel {
|
|
|
114
114
|
height: cartographic.height
|
|
115
115
|
};
|
|
116
116
|
}
|
|
117
|
-
}
|
|
118
|
-
|
|
117
|
+
}
|
|
119
118
|
|
|
119
|
+
// 获取HeadingPitchRoll
|
|
120
120
|
getHeadingPitchRoll() {
|
|
121
121
|
return {
|
|
122
122
|
heading: Math.round(Cesium.Math.toDegrees(this._options.heading)),
|
|
123
123
|
pitch: Math.round(Cesium.Math.toDegrees(this._options.pitch)),
|
|
124
124
|
roll: Math.round(Cesium.Math.toDegrees(this._options.roll))
|
|
125
125
|
};
|
|
126
|
-
}
|
|
127
|
-
|
|
126
|
+
}
|
|
128
127
|
|
|
128
|
+
//飞入
|
|
129
129
|
flyTo() {
|
|
130
130
|
if (this._projectVideo) {
|
|
131
131
|
this._viewer.camera.flyTo({
|
|
@@ -137,77 +137,76 @@ class VideoProjectViewModel {
|
|
|
137
137
|
}
|
|
138
138
|
});
|
|
139
139
|
}
|
|
140
|
-
}
|
|
141
|
-
|
|
140
|
+
}
|
|
142
141
|
|
|
142
|
+
//清除全部
|
|
143
143
|
clear() {
|
|
144
144
|
this._projectVideo && this._projectVideo.destroy();
|
|
145
145
|
this._projectVideo = null;
|
|
146
|
-
}
|
|
147
|
-
|
|
146
|
+
}
|
|
148
147
|
|
|
148
|
+
//销毁
|
|
149
149
|
destroy() {
|
|
150
150
|
this.clear();
|
|
151
151
|
this._videoElement && document.body.removeChild(this._videoElement);
|
|
152
152
|
this._videoElement = null;
|
|
153
|
-
}
|
|
154
|
-
|
|
153
|
+
}
|
|
155
154
|
|
|
155
|
+
// 设置坐标
|
|
156
156
|
setPosition(longitude, latitude, height) {
|
|
157
157
|
let position = Cesium.Cartesian3.fromDegrees(longitude, latitude, height);
|
|
158
158
|
this._projectVideo.position = position;
|
|
159
|
-
}
|
|
160
|
-
|
|
159
|
+
}
|
|
161
160
|
|
|
161
|
+
// 设置视频路径
|
|
162
162
|
setVideoPath(val) {
|
|
163
163
|
this._options.videoPath = val;
|
|
164
|
-
}
|
|
165
|
-
|
|
164
|
+
}
|
|
166
165
|
|
|
166
|
+
// 设置投放类型, 1:平面上, 2: 模型上
|
|
167
167
|
setProjectType(val) {
|
|
168
168
|
this._options.projectType = Number(val);
|
|
169
|
-
}
|
|
170
|
-
|
|
169
|
+
}
|
|
171
170
|
|
|
171
|
+
// 设置视场角度
|
|
172
172
|
setFov(val) {
|
|
173
173
|
this._options.fov = Number(val);
|
|
174
174
|
if (this._projectVideo) this._projectVideo.fov = Cesium.Math.toRadians(this._options.fov);
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
177
176
|
|
|
177
|
+
// 设置纵横比
|
|
178
178
|
setAspectRatio(val) {
|
|
179
179
|
this._options.aspectRatio = Number(val);
|
|
180
180
|
if (this._projectVideo) this._projectVideo.aspectRatio = this._options.aspectRatio;
|
|
181
|
-
}
|
|
182
|
-
|
|
181
|
+
}
|
|
183
182
|
|
|
183
|
+
// 设置投放距离
|
|
184
184
|
setFar(val) {
|
|
185
185
|
this._options.far = Number(val);
|
|
186
186
|
if (this._projectVideo) this._projectVideo.far = this._options.far;
|
|
187
|
-
}
|
|
188
|
-
|
|
187
|
+
}
|
|
189
188
|
|
|
189
|
+
// 设置朝向角
|
|
190
190
|
setHeading(val) {
|
|
191
191
|
this._options.heading = Number(val);
|
|
192
192
|
if (this._projectVideo) this._projectVideo.heading = Cesium.Math.toRadians(this._options.heading);
|
|
193
|
-
}
|
|
194
|
-
|
|
193
|
+
}
|
|
195
194
|
|
|
195
|
+
// 设置俯仰角
|
|
196
196
|
setPitch(val) {
|
|
197
197
|
this._options.pitch = Number(val);
|
|
198
198
|
if (this._projectVideo) this._projectVideo.pitch = Cesium.Math.toRadians(this._options.pitch);
|
|
199
|
-
}
|
|
200
|
-
|
|
199
|
+
}
|
|
201
200
|
|
|
201
|
+
// 设置翻转角
|
|
202
202
|
setRoll(val) {
|
|
203
203
|
this._options.roll = Number(val);
|
|
204
204
|
if (this._projectVideo) this._projectVideo.roll = Cesium.Math.toRadians(this._options.roll);
|
|
205
|
-
}
|
|
206
|
-
|
|
205
|
+
}
|
|
207
206
|
|
|
207
|
+
// 显隐线框
|
|
208
208
|
showHideLine(val) {
|
|
209
209
|
this._options.showHideLine = val;
|
|
210
|
-
|
|
211
210
|
if (this._projectVideo) {
|
|
212
211
|
if (this._options.projectType == 1) {
|
|
213
212
|
this._projectVideo.outline = val;
|
|
@@ -216,81 +215,133 @@ class VideoProjectViewModel {
|
|
|
216
215
|
}
|
|
217
216
|
}
|
|
218
217
|
}
|
|
219
|
-
|
|
220
218
|
}
|
|
221
219
|
|
|
222
220
|
/***/ }),
|
|
223
221
|
|
|
224
|
-
/***/
|
|
222
|
+
/***/ 5698:
|
|
225
223
|
/***/ (function(module) {
|
|
226
224
|
|
|
227
225
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
228
226
|
|
|
229
227
|
/***/ }),
|
|
230
228
|
|
|
231
|
-
/***/
|
|
229
|
+
/***/ 411:
|
|
230
|
+
/***/ (function(module) {
|
|
231
|
+
|
|
232
|
+
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
233
|
+
|
|
234
|
+
/***/ }),
|
|
235
|
+
|
|
236
|
+
/***/ 7168:
|
|
237
|
+
/***/ (function(module) {
|
|
238
|
+
|
|
239
|
+
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
240
|
+
|
|
241
|
+
/***/ }),
|
|
242
|
+
|
|
243
|
+
/***/ 6217:
|
|
244
|
+
/***/ (function(module) {
|
|
245
|
+
|
|
246
|
+
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
247
|
+
|
|
248
|
+
/***/ }),
|
|
249
|
+
|
|
250
|
+
/***/ 6363:
|
|
232
251
|
/***/ (function(module) {
|
|
233
252
|
|
|
234
253
|
module.exports = require("element-plus/dist/index.full.js");
|
|
235
254
|
|
|
236
255
|
/***/ }),
|
|
237
256
|
|
|
238
|
-
/***/
|
|
257
|
+
/***/ 3579:
|
|
239
258
|
/***/ (function(module) {
|
|
240
259
|
|
|
241
260
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
242
261
|
|
|
243
262
|
/***/ }),
|
|
244
263
|
|
|
245
|
-
/***/
|
|
264
|
+
/***/ 64:
|
|
246
265
|
/***/ (function(module) {
|
|
247
266
|
|
|
248
|
-
module.exports =
|
|
267
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
249
268
|
|
|
250
269
|
/***/ }),
|
|
251
270
|
|
|
252
|
-
/***/
|
|
271
|
+
/***/ 2975:
|
|
253
272
|
/***/ (function(module) {
|
|
254
273
|
|
|
255
|
-
module.exports =
|
|
274
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
256
275
|
|
|
257
276
|
/***/ }),
|
|
258
277
|
|
|
259
|
-
/***/
|
|
278
|
+
/***/ 455:
|
|
260
279
|
/***/ (function(module) {
|
|
261
280
|
|
|
262
|
-
module.exports =
|
|
281
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
263
282
|
|
|
264
283
|
/***/ }),
|
|
265
284
|
|
|
266
|
-
/***/
|
|
285
|
+
/***/ 154:
|
|
267
286
|
/***/ (function(module) {
|
|
268
287
|
|
|
269
|
-
module.exports =
|
|
288
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
270
289
|
|
|
271
290
|
/***/ }),
|
|
272
291
|
|
|
273
|
-
/***/
|
|
292
|
+
/***/ 6913:
|
|
274
293
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
275
294
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
function
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
295
|
+
|
|
296
|
+
// EXPORTS
|
|
297
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
298
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
299
|
+
});
|
|
300
|
+
|
|
301
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
302
|
+
function _typeof(o) {
|
|
303
|
+
"@babel/helpers - typeof";
|
|
304
|
+
|
|
305
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
306
|
+
return typeof o;
|
|
307
|
+
} : function (o) {
|
|
308
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
309
|
+
}, _typeof(o);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
313
|
+
|
|
314
|
+
function toPrimitive(t, r) {
|
|
315
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
316
|
+
var e = t[Symbol.toPrimitive];
|
|
317
|
+
if (void 0 !== e) {
|
|
318
|
+
var i = e.call(t, r || "default");
|
|
319
|
+
if ("object" != _typeof(i)) return i;
|
|
320
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
289
321
|
}
|
|
322
|
+
return ("string" === r ? String : Number)(t);
|
|
323
|
+
}
|
|
290
324
|
|
|
291
|
-
|
|
325
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
function toPropertyKey(t) {
|
|
329
|
+
var i = toPrimitive(t, "string");
|
|
330
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
334
|
+
|
|
335
|
+
function _defineProperty(e, r, t) {
|
|
336
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
337
|
+
value: t,
|
|
338
|
+
enumerable: !0,
|
|
339
|
+
configurable: !0,
|
|
340
|
+
writable: !0
|
|
341
|
+
}) : e[r] = t, e;
|
|
292
342
|
}
|
|
293
343
|
|
|
344
|
+
|
|
294
345
|
/***/ })
|
|
295
346
|
|
|
296
347
|
/******/ });
|
|
@@ -362,33 +413,40 @@ function _defineProperty(obj, key, value) {
|
|
|
362
413
|
/******/
|
|
363
414
|
/************************************************************************/
|
|
364
415
|
var __webpack_exports__ = {};
|
|
365
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
366
|
-
!function() {
|
|
367
416
|
// ESM COMPAT FLAG
|
|
368
417
|
__webpack_require__.r(__webpack_exports__);
|
|
369
418
|
|
|
370
419
|
// EXPORTS
|
|
371
420
|
__webpack_require__.d(__webpack_exports__, {
|
|
372
|
-
|
|
421
|
+
VideoProjectViewModel: function() { return /* reexport */ VideoProjectViewModel/* default */.A; },
|
|
373
422
|
"default": function() { return /* reexport */ VideoProject; }
|
|
374
423
|
});
|
|
375
424
|
|
|
425
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
426
|
+
var web_url_search_params_delete_js_ = __webpack_require__(411);
|
|
427
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
428
|
+
var web_url_search_params_has_js_ = __webpack_require__(7168);
|
|
429
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
430
|
+
var web_url_search_params_size_js_ = __webpack_require__(6217);
|
|
376
431
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
377
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
432
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
378
433
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
379
|
-
var gis_utils_ = __webpack_require__(
|
|
434
|
+
var gis_utils_ = __webpack_require__(64);
|
|
380
435
|
// EXTERNAL MODULE: ./src/webgl/videoproject/VideoProjectViewModel.js
|
|
381
|
-
var VideoProjectViewModel = __webpack_require__(
|
|
436
|
+
var VideoProjectViewModel = __webpack_require__(9498);
|
|
382
437
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
383
|
-
var client_icons_vue_ = __webpack_require__(
|
|
438
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
384
439
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
385
|
-
var util_ = __webpack_require__(
|
|
440
|
+
var util_ = __webpack_require__(2975);
|
|
386
441
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
387
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
442
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
388
443
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
389
|
-
var message = __webpack_require__(
|
|
444
|
+
var message = __webpack_require__(3275);
|
|
390
445
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/videoproject/VideoProject.vue?vue&type=script&setup=true&lang=js
|
|
391
446
|
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
392
450
|
const _hoisted_1 = {
|
|
393
451
|
class: "kq3d-video-project-box"
|
|
394
452
|
};
|
|
@@ -411,7 +469,7 @@ const _hoisted_4 = {
|
|
|
411
469
|
const __default__ = {
|
|
412
470
|
name: "Kq3dVideoProject"
|
|
413
471
|
};
|
|
414
|
-
/* harmony default export */ var VideoProjectvue_type_script_setup_true_lang_js = (
|
|
472
|
+
/* harmony default export */ var VideoProjectvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
415
473
|
props: {
|
|
416
474
|
// 设置参数
|
|
417
475
|
settingParams: {
|
|
@@ -422,7 +480,6 @@ const __default__ = {
|
|
|
422
480
|
type: Boolean,
|
|
423
481
|
default: true
|
|
424
482
|
},
|
|
425
|
-
|
|
426
483
|
/**
|
|
427
484
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
428
485
|
*/
|
|
@@ -452,14 +509,14 @@ const __default__ = {
|
|
|
452
509
|
default: true
|
|
453
510
|
}
|
|
454
511
|
},
|
|
455
|
-
|
|
456
512
|
setup(__props, {
|
|
457
513
|
expose: __expose
|
|
458
514
|
}) {
|
|
459
|
-
const props = __props;
|
|
460
515
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
461
|
-
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
516
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
462
517
|
|
|
518
|
+
// 获取组件传参
|
|
519
|
+
const props = __props;
|
|
463
520
|
const lonlatOffset = 0.00001;
|
|
464
521
|
const heightOffset = 10;
|
|
465
522
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -481,18 +538,22 @@ const __default__ = {
|
|
|
481
538
|
aspectRatio: props.settingParams && props.settingParams.aspectRatio || 1.6,
|
|
482
539
|
far: props.settingParams && props.settingParams.far || 50,
|
|
483
540
|
showHideLine: props.settingParams && props.settingParams.showHideLine !== undefined || true
|
|
484
|
-
});
|
|
485
|
-
|
|
486
|
-
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 显示朝向角俯仰角翻转角
|
|
541
|
+
});
|
|
487
542
|
|
|
543
|
+
// 显示坐标
|
|
544
|
+
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
545
|
+
// 显示朝向角俯仰角翻转角
|
|
488
546
|
let showHpr = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
489
|
-
let viewModel = null;
|
|
547
|
+
let viewModel = null;
|
|
490
548
|
|
|
491
|
-
|
|
549
|
+
// 组件容器Ref
|
|
550
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
492
551
|
|
|
552
|
+
// 生成组件默认header
|
|
493
553
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
494
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
554
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
495
555
|
|
|
556
|
+
// 国际化
|
|
496
557
|
let {
|
|
497
558
|
locale,
|
|
498
559
|
messages
|
|
@@ -510,8 +571,9 @@ const __default__ = {
|
|
|
510
571
|
watchCreateHeaderTemp();
|
|
511
572
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
512
573
|
watchCreateHeaderTemp();
|
|
513
|
-
});
|
|
574
|
+
});
|
|
514
575
|
|
|
576
|
+
//父组 件ScenceView初始化完成后执行
|
|
515
577
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
516
578
|
if (scenceView) {
|
|
517
579
|
let options = {
|
|
@@ -522,81 +584,70 @@ const __default__ = {
|
|
|
522
584
|
far: formItem.far,
|
|
523
585
|
showHideLine: formItem.showHideLine
|
|
524
586
|
};
|
|
525
|
-
viewModel = new VideoProjectViewModel/* default */.
|
|
587
|
+
viewModel = new VideoProjectViewModel/* default */.A(scenceView, options);
|
|
526
588
|
}
|
|
527
589
|
});
|
|
528
590
|
});
|
|
591
|
+
|
|
529
592
|
/**
|
|
530
593
|
* @description 监听header生成
|
|
531
594
|
*/
|
|
532
|
-
|
|
533
595
|
const watchCreateHeaderTemp = () => {
|
|
534
596
|
if (props.showHeaderTemp) {
|
|
535
597
|
// 生成headerTemp
|
|
536
598
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
537
599
|
}
|
|
538
600
|
};
|
|
539
|
-
|
|
540
601
|
function selectVideo(file) {
|
|
541
602
|
formItem.videoPath = file.name;
|
|
542
603
|
let url = URL.createObjectURL(file.raw);
|
|
543
604
|
viewModel.setVideoPath(url);
|
|
544
|
-
}
|
|
545
|
-
|
|
605
|
+
}
|
|
546
606
|
|
|
607
|
+
// 参数改变
|
|
547
608
|
function paramsChanged(key) {
|
|
548
609
|
switch (key) {
|
|
549
610
|
case "videoPath":
|
|
550
611
|
viewModel.setVideoPath(formItem.videoPath);
|
|
551
612
|
break;
|
|
552
|
-
|
|
553
613
|
case "projectType":
|
|
554
614
|
viewModel.setProjectType(formItem.projectType);
|
|
555
615
|
break;
|
|
556
|
-
|
|
557
616
|
case "fov":
|
|
558
617
|
viewModel.setFov(formItem.fov);
|
|
559
618
|
break;
|
|
560
|
-
|
|
561
619
|
case "aspectRatio":
|
|
562
620
|
viewModel.setAspectRatio(formItem.aspectRatio);
|
|
563
621
|
break;
|
|
564
|
-
|
|
565
622
|
case "far":
|
|
566
623
|
viewModel.setFar(formItem.far);
|
|
567
624
|
break;
|
|
568
|
-
|
|
569
625
|
case "heading":
|
|
570
626
|
viewModel.setHeading(formItem.heading);
|
|
571
627
|
break;
|
|
572
|
-
|
|
573
628
|
case "pitch":
|
|
574
629
|
viewModel.setPitch(formItem.pitch);
|
|
575
630
|
break;
|
|
576
|
-
|
|
577
631
|
case "roll":
|
|
578
632
|
viewModel.setRoll(formItem.roll);
|
|
579
633
|
break;
|
|
580
|
-
|
|
581
634
|
case "showHideLine":
|
|
582
635
|
viewModel.showHideLine(formItem.showHideLine);
|
|
583
636
|
break;
|
|
584
|
-
|
|
585
637
|
case "longitude":
|
|
586
638
|
case "latitude":
|
|
587
639
|
case "height":
|
|
588
640
|
viewModel.setPosition(formItem.longitude, formItem.latitude, formItem.height);
|
|
589
641
|
break;
|
|
590
|
-
|
|
591
642
|
default:
|
|
592
643
|
break;
|
|
593
644
|
}
|
|
594
|
-
}
|
|
595
|
-
|
|
645
|
+
}
|
|
596
646
|
|
|
647
|
+
// 投放
|
|
597
648
|
function project() {
|
|
598
649
|
if (formItem.videoPath === "") {
|
|
599
|
-
(0,message/* default */.
|
|
650
|
+
(0,message/* default */.A)({
|
|
600
651
|
message: language.value.videoPathEmpty,
|
|
601
652
|
type: "warning"
|
|
602
653
|
});
|
|
@@ -607,12 +658,11 @@ const __default__ = {
|
|
|
607
658
|
serHpr();
|
|
608
659
|
}
|
|
609
660
|
}
|
|
610
|
-
}
|
|
611
|
-
|
|
661
|
+
}
|
|
612
662
|
|
|
663
|
+
// 设置坐标
|
|
613
664
|
function setCoordinate() {
|
|
614
665
|
let coordinate = viewModel.getProjectCoordinate();
|
|
615
|
-
|
|
616
666
|
if (coordinate) {
|
|
617
667
|
formItem.longitude = coordinate.longitude;
|
|
618
668
|
formItem.minLongitude = coordinate.longitude - lonlatOffset;
|
|
@@ -625,75 +675,57 @@ const __default__ = {
|
|
|
625
675
|
formItem.maxHeight = coordinate.height + heightOffset;
|
|
626
676
|
showCoordinate.value = true;
|
|
627
677
|
}
|
|
628
|
-
}
|
|
629
|
-
|
|
678
|
+
}
|
|
630
679
|
|
|
680
|
+
// 设置朝向角俯仰角翻转角
|
|
631
681
|
function serHpr() {
|
|
632
682
|
let hpr = viewModel.getHeadingPitchRoll();
|
|
633
|
-
|
|
634
683
|
if (hpr) {
|
|
635
684
|
formItem.heading = hpr.heading;
|
|
636
685
|
formItem.pitch = hpr.pitch;
|
|
637
686
|
formItem.roll = hpr.roll;
|
|
638
687
|
showHpr.value = true;
|
|
639
688
|
}
|
|
640
|
-
}
|
|
641
|
-
|
|
689
|
+
}
|
|
642
690
|
|
|
691
|
+
// 飞入
|
|
643
692
|
function flyTo() {
|
|
644
693
|
viewModel && viewModel.flyTo();
|
|
645
|
-
}
|
|
646
|
-
|
|
694
|
+
}
|
|
647
695
|
|
|
696
|
+
// 清除
|
|
648
697
|
function clearResult() {
|
|
649
698
|
showCoordinate.value = false;
|
|
650
699
|
showHpr.value = false;
|
|
651
700
|
viewModel && viewModel.clear();
|
|
652
|
-
}
|
|
653
|
-
|
|
701
|
+
}
|
|
654
702
|
|
|
703
|
+
// 销毁
|
|
655
704
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
656
705
|
viewModel && viewModel.destroy();
|
|
657
706
|
});
|
|
658
|
-
|
|
659
707
|
__expose({
|
|
660
708
|
paramsChanged,
|
|
661
709
|
project,
|
|
662
710
|
flyTo,
|
|
663
711
|
clearResult
|
|
664
712
|
});
|
|
665
|
-
|
|
666
713
|
return (_ctx, _cache) => {
|
|
667
714
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
668
|
-
|
|
669
715
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
670
|
-
|
|
671
716
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
672
|
-
|
|
673
717
|
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
674
|
-
|
|
675
718
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
676
|
-
|
|
677
719
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
678
|
-
|
|
679
720
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
680
|
-
|
|
681
721
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
682
|
-
|
|
683
722
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
684
|
-
|
|
685
723
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
686
|
-
|
|
687
724
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
688
|
-
|
|
689
725
|
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
690
|
-
|
|
691
726
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
692
|
-
|
|
693
727
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
694
|
-
|
|
695
728
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
696
|
-
|
|
697
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", {
|
|
698
730
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-video-project", {
|
|
699
731
|
'kq-box-shadow': __props.showShadow
|
|
@@ -704,9 +736,7 @@ const __default__ = {
|
|
|
704
736
|
key: 0,
|
|
705
737
|
ref_key: "headerTempRef",
|
|
706
738
|
ref: headerTempRef
|
|
707
|
-
}, null, 512
|
|
708
|
-
/* NEED_PATCH */
|
|
709
|
-
)) : (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, {
|
|
739
|
+
}, 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, {
|
|
710
740
|
gutter: 20,
|
|
711
741
|
class: "rowClass"
|
|
712
742
|
}, {
|
|
@@ -714,12 +744,8 @@ const __default__ = {
|
|
|
714
744
|
span: 6,
|
|
715
745
|
class: "colClass"
|
|
716
746
|
}, {
|
|
717
|
-
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
|
|
718
|
-
/*
|
|
719
|
-
)]),
|
|
720
|
-
_: 1
|
|
721
|
-
/* STABLE */
|
|
722
|
-
|
|
747
|
+
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 */)]),
|
|
748
|
+
_: 1 /* STABLE */
|
|
723
749
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
724
750
|
span: 18
|
|
725
751
|
}, {
|
|
@@ -740,31 +766,17 @@ const __default__ = {
|
|
|
740
766
|
size: 16
|
|
741
767
|
}, {
|
|
742
768
|
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))]),
|
|
743
|
-
_: 1
|
|
744
|
-
/* STABLE */
|
|
745
|
-
|
|
769
|
+
_: 1 /* STABLE */
|
|
746
770
|
})]),
|
|
747
|
-
_: 1
|
|
748
|
-
/* STABLE */
|
|
749
|
-
|
|
771
|
+
_: 1 /* STABLE */
|
|
750
772
|
})]),
|
|
751
|
-
_: 1
|
|
752
|
-
/* STABLE */
|
|
753
|
-
|
|
773
|
+
_: 1 /* STABLE */
|
|
754
774
|
})]),
|
|
755
|
-
_: 1
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
}, 8
|
|
759
|
-
/* PROPS */
|
|
760
|
-
, ["modelValue", "placeholder"])]),
|
|
761
|
-
_: 1
|
|
762
|
-
/* STABLE */
|
|
763
|
-
|
|
775
|
+
_: 1 /* STABLE */
|
|
776
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
777
|
+
_: 1 /* STABLE */
|
|
764
778
|
})]),
|
|
765
|
-
_: 1
|
|
766
|
-
/* STABLE */
|
|
767
|
-
|
|
779
|
+
_: 1 /* STABLE */
|
|
768
780
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
769
781
|
gutter: 20,
|
|
770
782
|
class: "rowClass"
|
|
@@ -773,12 +785,8 @@ const __default__ = {
|
|
|
773
785
|
span: 6,
|
|
774
786
|
class: "colClass"
|
|
775
787
|
}, {
|
|
776
|
-
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_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).projectTo), 1
|
|
777
|
-
/*
|
|
778
|
-
)]),
|
|
779
|
-
_: 1
|
|
780
|
-
/* STABLE */
|
|
781
|
-
|
|
788
|
+
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_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).projectTo), 1 /* TEXT */)]),
|
|
789
|
+
_: 1 /* STABLE */
|
|
782
790
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
783
791
|
span: 18
|
|
784
792
|
}, {
|
|
@@ -790,45 +798,25 @@ const __default__ = {
|
|
|
790
798
|
label: 1,
|
|
791
799
|
onChange: _cache[2] || (_cache[2] = $event => paramsChanged('projectType'))
|
|
792
800
|
}, {
|
|
793
|
-
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).onPlane), 1
|
|
794
|
-
/*
|
|
795
|
-
)]),
|
|
796
|
-
_: 1
|
|
797
|
-
/* STABLE */
|
|
798
|
-
|
|
801
|
+
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).onPlane), 1 /* TEXT */)]),
|
|
802
|
+
_: 1 /* STABLE */
|
|
799
803
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
800
804
|
label: 2,
|
|
801
805
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('projectType'))
|
|
802
806
|
}, {
|
|
803
|
-
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).onModel), 1
|
|
804
|
-
/*
|
|
805
|
-
)]),
|
|
806
|
-
_: 1
|
|
807
|
-
/* STABLE */
|
|
808
|
-
|
|
807
|
+
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).onModel), 1 /* TEXT */)]),
|
|
808
|
+
_: 1 /* STABLE */
|
|
809
809
|
})]),
|
|
810
|
-
_: 1
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
}, 8
|
|
814
|
-
/* PROPS */
|
|
815
|
-
, ["modelValue"])]),
|
|
816
|
-
_: 1
|
|
817
|
-
/* STABLE */
|
|
818
|
-
|
|
810
|
+
_: 1 /* STABLE */
|
|
811
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
812
|
+
_: 1 /* STABLE */
|
|
819
813
|
})]),
|
|
820
|
-
_: 1
|
|
821
|
-
/* STABLE */
|
|
822
|
-
|
|
814
|
+
_: 1 /* STABLE */
|
|
823
815
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
824
816
|
class: "kq3d-video-project-tip"
|
|
825
817
|
}, {
|
|
826
|
-
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).videoProjectTips), 1
|
|
827
|
-
/*
|
|
828
|
-
)]),
|
|
829
|
-
_: 1
|
|
830
|
-
/* STABLE */
|
|
831
|
-
|
|
818
|
+
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).videoProjectTips), 1 /* TEXT */)]),
|
|
819
|
+
_: 1 /* STABLE */
|
|
832
820
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
833
821
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
834
822
|
class: "kq3d-video-project-collapse"
|
|
@@ -860,12 +848,8 @@ const __default__ = {
|
|
|
860
848
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
861
849
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
862
850
|
onInput: _cache[6] || (_cache[6] = $event => paramsChanged('longitude'))
|
|
863
|
-
}, null, 8
|
|
864
|
-
/*
|
|
865
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
866
|
-
_: 1
|
|
867
|
-
/* STABLE */
|
|
868
|
-
|
|
851
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
852
|
+
_: 1 /* STABLE */
|
|
869
853
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
870
854
|
span: 14,
|
|
871
855
|
style: {
|
|
@@ -873,29 +857,15 @@ const __default__ = {
|
|
|
873
857
|
"padding-left": "8px"
|
|
874
858
|
}
|
|
875
859
|
}, {
|
|
876
|
-
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
|
|
877
|
-
/*
|
|
878
|
-
)]),
|
|
879
|
-
_: 1
|
|
880
|
-
/* STABLE */
|
|
881
|
-
|
|
860
|
+
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 */)]),
|
|
861
|
+
_: 1 /* STABLE */
|
|
882
862
|
})]),
|
|
883
|
-
_: 1
|
|
884
|
-
/* STABLE */
|
|
885
|
-
|
|
863
|
+
_: 1 /* STABLE */
|
|
886
864
|
})]),
|
|
887
|
-
_: 1
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
/* PROPS */
|
|
892
|
-
, ["label"])]),
|
|
893
|
-
_: 1
|
|
894
|
-
/* STABLE */
|
|
895
|
-
|
|
896
|
-
}, 512
|
|
897
|
-
/* NEED_PATCH */
|
|
898
|
-
), [[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, {
|
|
865
|
+
_: 1 /* STABLE */
|
|
866
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
867
|
+
_: 1 /* STABLE */
|
|
868
|
+
}, 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, {
|
|
899
869
|
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, {
|
|
900
870
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude + '(°)'
|
|
901
871
|
}, {
|
|
@@ -914,12 +884,8 @@ const __default__ = {
|
|
|
914
884
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
915
885
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
916
886
|
onInput: _cache[8] || (_cache[8] = $event => paramsChanged('latitude'))
|
|
917
|
-
}, null, 8
|
|
918
|
-
/*
|
|
919
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
920
|
-
_: 1
|
|
921
|
-
/* STABLE */
|
|
922
|
-
|
|
887
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
888
|
+
_: 1 /* STABLE */
|
|
923
889
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
924
890
|
span: 14,
|
|
925
891
|
style: {
|
|
@@ -927,29 +893,15 @@ const __default__ = {
|
|
|
927
893
|
"padding-left": "8px"
|
|
928
894
|
}
|
|
929
895
|
}, {
|
|
930
|
-
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
|
|
931
|
-
/*
|
|
932
|
-
)]),
|
|
933
|
-
_: 1
|
|
934
|
-
/* STABLE */
|
|
935
|
-
|
|
896
|
+
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 */)]),
|
|
897
|
+
_: 1 /* STABLE */
|
|
936
898
|
})]),
|
|
937
|
-
_: 1
|
|
938
|
-
/* STABLE */
|
|
939
|
-
|
|
899
|
+
_: 1 /* STABLE */
|
|
940
900
|
})]),
|
|
941
|
-
_: 1
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
/* PROPS */
|
|
946
|
-
, ["label"])]),
|
|
947
|
-
_: 1
|
|
948
|
-
/* STABLE */
|
|
949
|
-
|
|
950
|
-
}, 512
|
|
951
|
-
/* NEED_PATCH */
|
|
952
|
-
), [[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, {
|
|
901
|
+
_: 1 /* STABLE */
|
|
902
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
903
|
+
_: 1 /* STABLE */
|
|
904
|
+
}, 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, {
|
|
953
905
|
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, {
|
|
954
906
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height + '(m)'
|
|
955
907
|
}, {
|
|
@@ -968,12 +920,8 @@ const __default__ = {
|
|
|
968
920
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
969
921
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
970
922
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('height'))
|
|
971
|
-
}, null, 8
|
|
972
|
-
/*
|
|
973
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
974
|
-
_: 1
|
|
975
|
-
/* STABLE */
|
|
976
|
-
|
|
923
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
924
|
+
_: 1 /* STABLE */
|
|
977
925
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
978
926
|
span: 14,
|
|
979
927
|
style: {
|
|
@@ -981,29 +929,15 @@ const __default__ = {
|
|
|
981
929
|
"padding-left": "8px"
|
|
982
930
|
}
|
|
983
931
|
}, {
|
|
984
|
-
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
|
|
985
|
-
/*
|
|
986
|
-
)]),
|
|
987
|
-
_: 1
|
|
988
|
-
/* STABLE */
|
|
989
|
-
|
|
932
|
+
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 */)]),
|
|
933
|
+
_: 1 /* STABLE */
|
|
990
934
|
})]),
|
|
991
|
-
_: 1
|
|
992
|
-
/* STABLE */
|
|
993
|
-
|
|
935
|
+
_: 1 /* STABLE */
|
|
994
936
|
})]),
|
|
995
|
-
_: 1
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
/* PROPS */
|
|
1000
|
-
, ["label"])]),
|
|
1001
|
-
_: 1
|
|
1002
|
-
/* STABLE */
|
|
1003
|
-
|
|
1004
|
-
}, 512
|
|
1005
|
-
/* NEED_PATCH */
|
|
1006
|
-
), [[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, {
|
|
937
|
+
_: 1 /* STABLE */
|
|
938
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
939
|
+
_: 1 /* STABLE */
|
|
940
|
+
}, 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, {
|
|
1007
941
|
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, {
|
|
1008
942
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoFov
|
|
1009
943
|
}, {
|
|
@@ -1022,12 +956,8 @@ const __default__ = {
|
|
|
1022
956
|
min: 10,
|
|
1023
957
|
max: 120,
|
|
1024
958
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('fov'))
|
|
1025
|
-
}, null, 8
|
|
1026
|
-
/*
|
|
1027
|
-
, ["modelValue"])]),
|
|
1028
|
-
_: 1
|
|
1029
|
-
/* STABLE */
|
|
1030
|
-
|
|
959
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
960
|
+
_: 1 /* STABLE */
|
|
1031
961
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1032
962
|
span: 8
|
|
1033
963
|
}, {
|
|
@@ -1039,26 +969,14 @@ const __default__ = {
|
|
|
1039
969
|
max: 120,
|
|
1040
970
|
"controls-position": "right",
|
|
1041
971
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('fov'))
|
|
1042
|
-
}, null, 8
|
|
1043
|
-
/*
|
|
1044
|
-
, ["modelValue"])]),
|
|
1045
|
-
_: 1
|
|
1046
|
-
/* STABLE */
|
|
1047
|
-
|
|
972
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
973
|
+
_: 1 /* STABLE */
|
|
1048
974
|
})]),
|
|
1049
|
-
_: 1
|
|
1050
|
-
/* STABLE */
|
|
1051
|
-
|
|
975
|
+
_: 1 /* STABLE */
|
|
1052
976
|
})]),
|
|
1053
|
-
_: 1
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
}, 8
|
|
1057
|
-
/* PROPS */
|
|
1058
|
-
, ["label"])]),
|
|
1059
|
-
_: 1
|
|
1060
|
-
/* STABLE */
|
|
1061
|
-
|
|
977
|
+
_: 1 /* STABLE */
|
|
978
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
979
|
+
_: 1 /* STABLE */
|
|
1062
980
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1063
981
|
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, {
|
|
1064
982
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).aspectRatio
|
|
@@ -1078,12 +996,8 @@ const __default__ = {
|
|
|
1078
996
|
min: 0.5,
|
|
1079
997
|
max: 2,
|
|
1080
998
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('aspectRatio'))
|
|
1081
|
-
}, null, 8
|
|
1082
|
-
/*
|
|
1083
|
-
, ["modelValue", "step", "min"])]),
|
|
1084
|
-
_: 1
|
|
1085
|
-
/* STABLE */
|
|
1086
|
-
|
|
999
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1000
|
+
_: 1 /* STABLE */
|
|
1087
1001
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1088
1002
|
span: 8
|
|
1089
1003
|
}, {
|
|
@@ -1095,26 +1009,14 @@ const __default__ = {
|
|
|
1095
1009
|
max: 2,
|
|
1096
1010
|
"controls-position": "right",
|
|
1097
1011
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('aspectRatio'))
|
|
1098
|
-
}, null, 8
|
|
1099
|
-
/*
|
|
1100
|
-
, ["modelValue", "step", "min"])]),
|
|
1101
|
-
_: 1
|
|
1102
|
-
/* STABLE */
|
|
1103
|
-
|
|
1012
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1013
|
+
_: 1 /* STABLE */
|
|
1104
1014
|
})]),
|
|
1105
|
-
_: 1
|
|
1106
|
-
/* STABLE */
|
|
1107
|
-
|
|
1015
|
+
_: 1 /* STABLE */
|
|
1108
1016
|
})]),
|
|
1109
|
-
_: 1
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
}, 8
|
|
1113
|
-
/* PROPS */
|
|
1114
|
-
, ["label"])]),
|
|
1115
|
-
_: 1
|
|
1116
|
-
/* STABLE */
|
|
1117
|
-
|
|
1017
|
+
_: 1 /* STABLE */
|
|
1018
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1019
|
+
_: 1 /* STABLE */
|
|
1118
1020
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1119
1021
|
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, {
|
|
1120
1022
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).farDistance
|
|
@@ -1134,12 +1036,8 @@ const __default__ = {
|
|
|
1134
1036
|
min: 10,
|
|
1135
1037
|
max: 200,
|
|
1136
1038
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('far'))
|
|
1137
|
-
}, null, 8
|
|
1138
|
-
/*
|
|
1139
|
-
, ["modelValue", "step"])]),
|
|
1140
|
-
_: 1
|
|
1141
|
-
/* STABLE */
|
|
1142
|
-
|
|
1039
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1040
|
+
_: 1 /* STABLE */
|
|
1143
1041
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1144
1042
|
span: 8
|
|
1145
1043
|
}, {
|
|
@@ -1151,26 +1049,14 @@ const __default__ = {
|
|
|
1151
1049
|
max: 200,
|
|
1152
1050
|
"controls-position": "right",
|
|
1153
1051
|
onInput: _cache[22] || (_cache[22] = $event => paramsChanged('far'))
|
|
1154
|
-
}, null, 8
|
|
1155
|
-
/*
|
|
1156
|
-
, ["modelValue", "step"])]),
|
|
1157
|
-
_: 1
|
|
1158
|
-
/* STABLE */
|
|
1159
|
-
|
|
1052
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1053
|
+
_: 1 /* STABLE */
|
|
1160
1054
|
})]),
|
|
1161
|
-
_: 1
|
|
1162
|
-
/* STABLE */
|
|
1163
|
-
|
|
1055
|
+
_: 1 /* STABLE */
|
|
1164
1056
|
})]),
|
|
1165
|
-
_: 1
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
}, 8
|
|
1169
|
-
/* PROPS */
|
|
1170
|
-
, ["label"])]),
|
|
1171
|
-
_: 1
|
|
1172
|
-
/* STABLE */
|
|
1173
|
-
|
|
1057
|
+
_: 1 /* STABLE */
|
|
1058
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1059
|
+
_: 1 /* STABLE */
|
|
1174
1060
|
}), (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, {
|
|
1175
1061
|
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, {
|
|
1176
1062
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heading
|
|
@@ -1190,12 +1076,8 @@ const __default__ = {
|
|
|
1190
1076
|
min: 0,
|
|
1191
1077
|
max: 360,
|
|
1192
1078
|
onInput: _cache[24] || (_cache[24] = $event => paramsChanged('heading'))
|
|
1193
|
-
}, null, 8
|
|
1194
|
-
/*
|
|
1195
|
-
, ["modelValue"])]),
|
|
1196
|
-
_: 1
|
|
1197
|
-
/* STABLE */
|
|
1198
|
-
|
|
1079
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1080
|
+
_: 1 /* STABLE */
|
|
1199
1081
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1200
1082
|
span: 8
|
|
1201
1083
|
}, {
|
|
@@ -1207,29 +1089,15 @@ const __default__ = {
|
|
|
1207
1089
|
max: 360,
|
|
1208
1090
|
"controls-position": "right",
|
|
1209
1091
|
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('heading'))
|
|
1210
|
-
}, null, 8
|
|
1211
|
-
/*
|
|
1212
|
-
, ["modelValue"])]),
|
|
1213
|
-
_: 1
|
|
1214
|
-
/* STABLE */
|
|
1215
|
-
|
|
1092
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1093
|
+
_: 1 /* STABLE */
|
|
1216
1094
|
})]),
|
|
1217
|
-
_: 1
|
|
1218
|
-
/* STABLE */
|
|
1219
|
-
|
|
1095
|
+
_: 1 /* STABLE */
|
|
1220
1096
|
})]),
|
|
1221
|
-
_: 1
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
/* PROPS */
|
|
1226
|
-
, ["label"])]),
|
|
1227
|
-
_: 1
|
|
1228
|
-
/* STABLE */
|
|
1229
|
-
|
|
1230
|
-
}, 512
|
|
1231
|
-
/* NEED_PATCH */
|
|
1232
|
-
), [[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, {
|
|
1097
|
+
_: 1 /* STABLE */
|
|
1098
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1099
|
+
_: 1 /* STABLE */
|
|
1100
|
+
}, 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, {
|
|
1233
1101
|
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, {
|
|
1234
1102
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pitch
|
|
1235
1103
|
}, {
|
|
@@ -1248,12 +1116,8 @@ const __default__ = {
|
|
|
1248
1116
|
min: -90,
|
|
1249
1117
|
max: 90,
|
|
1250
1118
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('pitch'))
|
|
1251
|
-
}, null, 8
|
|
1252
|
-
/*
|
|
1253
|
-
, ["modelValue"])]),
|
|
1254
|
-
_: 1
|
|
1255
|
-
/* STABLE */
|
|
1256
|
-
|
|
1119
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1120
|
+
_: 1 /* STABLE */
|
|
1257
1121
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1258
1122
|
span: 8
|
|
1259
1123
|
}, {
|
|
@@ -1265,29 +1129,15 @@ const __default__ = {
|
|
|
1265
1129
|
max: 90,
|
|
1266
1130
|
"controls-position": "right",
|
|
1267
1131
|
onInput: _cache[30] || (_cache[30] = $event => paramsChanged('pitch'))
|
|
1268
|
-
}, null, 8
|
|
1269
|
-
/*
|
|
1270
|
-
, ["modelValue"])]),
|
|
1271
|
-
_: 1
|
|
1272
|
-
/* STABLE */
|
|
1273
|
-
|
|
1132
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1133
|
+
_: 1 /* STABLE */
|
|
1274
1134
|
})]),
|
|
1275
|
-
_: 1
|
|
1276
|
-
/* STABLE */
|
|
1277
|
-
|
|
1135
|
+
_: 1 /* STABLE */
|
|
1278
1136
|
})]),
|
|
1279
|
-
_: 1
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
/* PROPS */
|
|
1284
|
-
, ["label"])]),
|
|
1285
|
-
_: 1
|
|
1286
|
-
/* STABLE */
|
|
1287
|
-
|
|
1288
|
-
}, 512
|
|
1289
|
-
/* NEED_PATCH */
|
|
1290
|
-
), [[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, {
|
|
1137
|
+
_: 1 /* STABLE */
|
|
1138
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1139
|
+
_: 1 /* STABLE */
|
|
1140
|
+
}, 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, {
|
|
1291
1141
|
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, {
|
|
1292
1142
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roll
|
|
1293
1143
|
}, {
|
|
@@ -1306,12 +1156,8 @@ const __default__ = {
|
|
|
1306
1156
|
min: 0,
|
|
1307
1157
|
max: 360,
|
|
1308
1158
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('roll'))
|
|
1309
|
-
}, null, 8
|
|
1310
|
-
/*
|
|
1311
|
-
, ["modelValue"])]),
|
|
1312
|
-
_: 1
|
|
1313
|
-
/* STABLE */
|
|
1314
|
-
|
|
1159
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1160
|
+
_: 1 /* STABLE */
|
|
1315
1161
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1316
1162
|
span: 8
|
|
1317
1163
|
}, {
|
|
@@ -1323,29 +1169,15 @@ const __default__ = {
|
|
|
1323
1169
|
max: 360,
|
|
1324
1170
|
"controls-position": "right",
|
|
1325
1171
|
onInput: _cache[34] || (_cache[34] = $event => paramsChanged('roll'))
|
|
1326
|
-
}, null, 8
|
|
1327
|
-
/*
|
|
1328
|
-
, ["modelValue"])]),
|
|
1329
|
-
_: 1
|
|
1330
|
-
/* STABLE */
|
|
1331
|
-
|
|
1172
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1173
|
+
_: 1 /* STABLE */
|
|
1332
1174
|
})]),
|
|
1333
|
-
_: 1
|
|
1334
|
-
/* STABLE */
|
|
1335
|
-
|
|
1175
|
+
_: 1 /* STABLE */
|
|
1336
1176
|
})]),
|
|
1337
|
-
_: 1
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
/* PROPS */
|
|
1342
|
-
, ["label"])]),
|
|
1343
|
-
_: 1
|
|
1344
|
-
/* STABLE */
|
|
1345
|
-
|
|
1346
|
-
}, 512
|
|
1347
|
-
/* NEED_PATCH */
|
|
1348
|
-
), [[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, {
|
|
1177
|
+
_: 1 /* STABLE */
|
|
1178
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1179
|
+
_: 1 /* STABLE */
|
|
1180
|
+
}, 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, {
|
|
1349
1181
|
style: {
|
|
1350
1182
|
"margin-bottom": "8px"
|
|
1351
1183
|
}
|
|
@@ -1368,86 +1200,43 @@ const __default__ = {
|
|
|
1368
1200
|
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showHideLine = $event),
|
|
1369
1201
|
"controls-position": "left",
|
|
1370
1202
|
onChange: _cache[36] || (_cache[36] = $event => paramsChanged('showHideLine'))
|
|
1371
|
-
}, null, 8
|
|
1372
|
-
/*
|
|
1373
|
-
, ["modelValue"])]),
|
|
1374
|
-
_: 1
|
|
1375
|
-
/* STABLE */
|
|
1376
|
-
|
|
1203
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1204
|
+
_: 1 /* STABLE */
|
|
1377
1205
|
})]),
|
|
1378
|
-
_: 1
|
|
1379
|
-
/* STABLE */
|
|
1380
|
-
|
|
1206
|
+
_: 1 /* STABLE */
|
|
1381
1207
|
})]),
|
|
1382
|
-
_: 1
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
}, 8
|
|
1386
|
-
/* PROPS */
|
|
1387
|
-
, ["label"])]),
|
|
1388
|
-
_: 1
|
|
1389
|
-
/* STABLE */
|
|
1390
|
-
|
|
1208
|
+
_: 1 /* STABLE */
|
|
1209
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1210
|
+
_: 1 /* STABLE */
|
|
1391
1211
|
})]),
|
|
1392
|
-
_: 1
|
|
1393
|
-
/* STABLE */
|
|
1394
|
-
|
|
1212
|
+
_: 1 /* STABLE */
|
|
1395
1213
|
})]),
|
|
1396
|
-
_: 1
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
/* PROPS */
|
|
1401
|
-
, ["title"])]),
|
|
1402
|
-
_: 1
|
|
1403
|
-
/* STABLE */
|
|
1404
|
-
|
|
1405
|
-
}, 8
|
|
1406
|
-
/* PROPS */
|
|
1407
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1214
|
+
_: 1 /* STABLE */
|
|
1215
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1216
|
+
_: 1 /* STABLE */
|
|
1217
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1408
1218
|
onClick: _cache[37] || (_cache[37] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => project(), ["stop"])),
|
|
1409
1219
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).project,
|
|
1410
1220
|
type: "primary"
|
|
1411
1221
|
}, {
|
|
1412
|
-
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).project), 1
|
|
1413
|
-
/*
|
|
1414
|
-
|
|
1415
|
-
_: 1
|
|
1416
|
-
/* STABLE */
|
|
1417
|
-
|
|
1418
|
-
}, 8
|
|
1419
|
-
/* PROPS */
|
|
1420
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1222
|
+
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).project), 1 /* TEXT */)]),
|
|
1223
|
+
_: 1 /* STABLE */
|
|
1224
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1421
1225
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => flyTo(), ["stop"])),
|
|
1422
1226
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo,
|
|
1423
1227
|
type: "primary"
|
|
1424
1228
|
}, {
|
|
1425
|
-
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
|
|
1426
|
-
/*
|
|
1427
|
-
|
|
1428
|
-
_: 1
|
|
1429
|
-
/* STABLE */
|
|
1430
|
-
|
|
1431
|
-
}, 8
|
|
1432
|
-
/* PROPS */
|
|
1433
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1229
|
+
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 */)]),
|
|
1230
|
+
_: 1 /* STABLE */
|
|
1231
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1434
1232
|
onClick: _cache[39] || (_cache[39] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1435
1233
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1436
1234
|
}, {
|
|
1437
|
-
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
|
|
1438
|
-
/*
|
|
1439
|
-
|
|
1440
|
-
_: 1
|
|
1441
|
-
/* STABLE */
|
|
1442
|
-
|
|
1443
|
-
}, 8
|
|
1444
|
-
/* PROPS */
|
|
1445
|
-
, ["title"])])])], 2
|
|
1446
|
-
/* CLASS */
|
|
1447
|
-
);
|
|
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).clear), 1 /* TEXT */)]),
|
|
1236
|
+
_: 1 /* STABLE */
|
|
1237
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1448
1238
|
};
|
|
1449
1239
|
}
|
|
1450
|
-
|
|
1451
1240
|
}));
|
|
1452
1241
|
;// CONCATENATED MODULE: ./src/webgl/videoproject/VideoProject.vue?vue&type=script&setup=true&lang=js
|
|
1453
1242
|
|
|
@@ -1459,10 +1248,13 @@ const __exports__ = VideoProjectvue_type_script_setup_true_lang_js;
|
|
|
1459
1248
|
|
|
1460
1249
|
/* harmony default export */ var VideoProject = (__exports__);
|
|
1461
1250
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1462
|
-
var init_js_ = __webpack_require__(
|
|
1251
|
+
var init_js_ = __webpack_require__(455);
|
|
1463
1252
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1464
1253
|
;// CONCATENATED MODULE: ./src/webgl/videoproject/index.js
|
|
1465
|
-
|
|
1254
|
+
/*
|
|
1255
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1256
|
+
* All rights reserved.
|
|
1257
|
+
*/
|
|
1466
1258
|
|
|
1467
1259
|
|
|
1468
1260
|
|
|
@@ -1471,8 +1263,6 @@ VideoProject.install = (Vue, opts) => {
|
|
|
1471
1263
|
Vue.component(VideoProject.name, VideoProject);
|
|
1472
1264
|
};
|
|
1473
1265
|
|
|
1474
|
-
|
|
1475
|
-
}();
|
|
1476
1266
|
/******/ return __webpack_exports__;
|
|
1477
1267
|
/******/ })()
|
|
1478
1268
|
;
|