@kq_npm/client3d_webgl_vue 0.0.1-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 +1503 -0
- package/adddata/style/adddata.css +1 -0
- package/adddata/style/css.js +3 -0
- package/adddata/style/index.js +3 -0
- package/baseterraingallery/index.js +394 -0
- package/baseterraingallery/style/baseterraingallery.css +1 -0
- package/baseterraingallery/style/css.js +3 -0
- package/baseterraingallery/style/index.js +3 -0
- package/boxclip/index.js +1076 -0
- package/boxclip/style/boxclip.css +1 -0
- package/boxclip/style/css.js +3 -0
- package/boxclip/style/index.js +3 -0
- package/comparemap/index.js +466 -0
- package/comparemap/style/comparemap.css +1 -0
- package/comparemap/style/css.js +3 -0
- package/comparemap/style/index.js +3 -0
- package/css.js +3 -0
- package/excavatefillanalysis/index.js +599 -0
- package/excavatefillanalysis/style/css.js +3 -0
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -0
- package/excavatefillanalysis/style/index.js +3 -0
- package/flight/index.js +963 -0
- package/flight/style/css.js +3 -0
- package/flight/style/flight.css +1 -0
- package/flight/style/index.js +3 -0
- package/floodanalysis/index.js +824 -0
- package/floodanalysis/style/css.js +3 -0
- package/floodanalysis/style/floodanalysis.css +1 -0
- package/floodanalysis/style/index.js +3 -0
- package/gpuspatialquery/index.js +906 -0
- package/gpuspatialquery/style/css.js +3 -0
- package/gpuspatialquery/style/gpuspatialquery.css +1 -0
- package/gpuspatialquery/style/index.js +3 -0
- package/hawkeye/index.js +239 -0
- package/index.js +19807 -0
- package/isolineanalysis/index.js +2476 -0
- package/isolineanalysis/style/css.js +3 -0
- package/isolineanalysis/style/index.js +3 -0
- package/isolineanalysis/style/isolineanalysis.css +1 -0
- package/measure/index.js +560 -0
- package/measure/style/css.js +3 -0
- package/measure/style/index.js +3 -0
- package/measure/style/measure.css +1 -0
- package/modelselect/index.js +375 -0
- package/modelselect/style/css.js +3 -0
- package/modelselect/style/index.js +3 -0
- package/modelselect/style/modelselect.css +1 -0
- package/package.json +1 -0
- package/particleeffect/index.js +1079 -0
- package/particleeffect/style/css.js +3 -0
- package/particleeffect/style/index.js +3 -0
- package/particleeffect/style/particleeffect.css +1 -0
- package/planeclip/index.js +738 -0
- package/planeclip/style/css.js +3 -0
- package/planeclip/style/index.js +3 -0
- package/planeclip/style/planeclip.css +1 -0
- package/profileanalysis/index.js +781 -0
- package/profileanalysis/style/css.js +3 -0
- package/profileanalysis/style/index.js +3 -0
- package/profileanalysis/style/profileanalysis.css +1 -0
- package/roller/index.js +537 -0
- package/roller/style/css.js +3 -0
- package/roller/style/index.js +3 -0
- package/roller/style/roller.css +1 -0
- package/scenceview/index.js +1775 -0
- package/scenceview/style/css.js +3 -0
- package/scenceview/style/index.js +3 -0
- package/scenceview/style/scenceview.css +1 -0
- package/screenshot/index.js +551 -0
- package/screenshot/style/css.js +3 -0
- package/screenshot/style/index.js +3 -0
- package/screenshot/style/screenshot.css +1 -0
- package/shadowanalysis/index.js +1042 -0
- package/shadowanalysis/style/css.js +3 -0
- package/shadowanalysis/style/index.js +3 -0
- package/shadowanalysis/style/shadowanalysis.css +1 -0
- package/sightlineanalysis/index.js +1100 -0
- package/sightlineanalysis/style/css.js +3 -0
- package/sightlineanalysis/style/divpoint.css +1 -0
- package/sightlineanalysis/style/index.js +3 -0
- package/sightlineanalysis/style/sightlineanalysis.css +1 -0
- package/skylineanalysis/index.js +771 -0
- package/skylineanalysis/style/css.js +3 -0
- package/skylineanalysis/style/index.js +3 -0
- package/skylineanalysis/style/skylineanalysis.css +1 -0
- package/slopeanalysis/index.js +1028 -0
- package/slopeanalysis/style/css.js +3 -0
- package/slopeanalysis/style/index.js +3 -0
- package/slopeanalysis/style/slopeanalysis.css +1 -0
- package/style.css +1 -0
- package/style.js +3 -0
- package/terrainoperation/index.js +508 -0
- package/terrainoperation/style/css.js +3 -0
- package/terrainoperation/style/index.js +3 -0
- package/terrainoperation/style/terrainoperation.css +1 -0
- package/viewshedanalysis/index.js +582 -0
- package/viewshedanalysis/style/css.js +3 -0
- package/viewshedanalysis/style/index.js +3 -0
- package/viewshedanalysis/style/viewshedanalysis.css +1 -0
- package/weathereffect/index.js +835 -0
- package/weathereffect/style/css.js +3 -0
- package/weathereffect/style/index.js +3 -0
- package/weathereffect/style/weathereffect.css +1 -0
package/flight/index.js
ADDED
|
@@ -0,0 +1,963 @@
|
|
|
1
|
+
/******/ (function() { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ // The require scope
|
|
4
|
+
/******/ var __webpack_require__ = {};
|
|
5
|
+
/******/
|
|
6
|
+
/************************************************************************/
|
|
7
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
+
/******/ !function() {
|
|
9
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
+
/******/ __webpack_require__.n = function(module) {
|
|
11
|
+
/******/ var getter = module && module.__esModule ?
|
|
12
|
+
/******/ function() { return module['default']; } :
|
|
13
|
+
/******/ function() { return module; };
|
|
14
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
+
/******/ return getter;
|
|
16
|
+
/******/ };
|
|
17
|
+
/******/ }();
|
|
18
|
+
/******/
|
|
19
|
+
/******/ /* webpack/runtime/define property getters */
|
|
20
|
+
/******/ !function() {
|
|
21
|
+
/******/ // define getter functions for harmony exports
|
|
22
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
23
|
+
/******/ for(var key in definition) {
|
|
24
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
+
/******/ }
|
|
27
|
+
/******/ }
|
|
28
|
+
/******/ };
|
|
29
|
+
/******/ }();
|
|
30
|
+
/******/
|
|
31
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
+
/******/ !function() {
|
|
33
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
34
|
+
/******/ }();
|
|
35
|
+
/******/
|
|
36
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
+
/******/ !function() {
|
|
38
|
+
/******/ // define __esModule on exports
|
|
39
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
40
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
+
/******/ }
|
|
43
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
+
/******/ };
|
|
45
|
+
/******/ }();
|
|
46
|
+
/******/
|
|
47
|
+
/************************************************************************/
|
|
48
|
+
var __webpack_exports__ = {};
|
|
49
|
+
// ESM COMPAT FLAG
|
|
50
|
+
__webpack_require__.r(__webpack_exports__);
|
|
51
|
+
|
|
52
|
+
// EXPORTS
|
|
53
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
+
"FlightViewModel": function() { return /* reexport */ FlightViewModel; },
|
|
55
|
+
"default": function() { return /* reexport */ Flight; }
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
;// CONCATENATED MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
59
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject = require("vue");
|
|
60
|
+
;// CONCATENATED MODULE: external "element-plus"
|
|
61
|
+
var external_element_plus_namespaceObject = require("element-plus");
|
|
62
|
+
;// CONCATENATED MODULE: external "@element-plus/icons-vue"
|
|
63
|
+
var icons_vue_namespaceObject = require("@element-plus/icons-vue");
|
|
64
|
+
;// CONCATENATED MODULE: external "@zpc_npm/vue-iclient-icons"
|
|
65
|
+
var vue_iclient_icons_namespaceObject = require("@zpc_npm/vue-iclient-icons");
|
|
66
|
+
;// CONCATENATED MODULE: external "@zpc_npm/vue-iclient-common/_utils/gis-utils"
|
|
67
|
+
var gis_utils_namespaceObject = require("@zpc_npm/vue-iclient-common/_utils/gis-utils");
|
|
68
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
69
|
+
function _defineProperty(obj, key, value) {
|
|
70
|
+
if (key in obj) {
|
|
71
|
+
Object.defineProperty(obj, key, {
|
|
72
|
+
value: value,
|
|
73
|
+
enumerable: true,
|
|
74
|
+
configurable: true,
|
|
75
|
+
writable: true
|
|
76
|
+
});
|
|
77
|
+
} else {
|
|
78
|
+
obj[key] = value;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
return obj;
|
|
82
|
+
}
|
|
83
|
+
;// CONCATENATED MODULE: ./src/webgl/flight/FlightViewModel.js
|
|
84
|
+
|
|
85
|
+
//飞行操作类
|
|
86
|
+
class FlightViewModel {
|
|
87
|
+
constructor(viewer) {
|
|
88
|
+
_defineProperty(this, "_animationPath", null);
|
|
89
|
+
|
|
90
|
+
_defineProperty(this, "stopEvent", null);
|
|
91
|
+
|
|
92
|
+
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
93
|
+
this.stopEvent = this._animationPath.stoped;
|
|
94
|
+
} //播放动画导航路径
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
play() {
|
|
98
|
+
this._animationPath.play();
|
|
99
|
+
} //暂停动画导航路径
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
pause() {
|
|
103
|
+
this._animationPath.pause();
|
|
104
|
+
} //停止动画导航路径
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
stop() {
|
|
108
|
+
this._animationPath.stop();
|
|
109
|
+
} //获取动画导航是否重复播放
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
getAutoRepeat() {
|
|
113
|
+
return this._animationPath.getAutoRepeat();
|
|
114
|
+
} //设置动画导航是否循环播放
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
setAutoRepeat(autoRepeat) {
|
|
118
|
+
this._animationPath.setAutoRepeat(autoRepeat);
|
|
119
|
+
} //将当前相机位置添加到动画导航路径中
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
addKeyPointByCurrentView(duration) {
|
|
123
|
+
this._animationPath.addKeyPointByCurrentView(duration);
|
|
124
|
+
} //使用当前视角修改指定索引位置的路径节点
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
modifyKeyPointByCurrentView(index, duration) {
|
|
128
|
+
this._animationPath.modifyKeyPointByCurrentView(index, duration);
|
|
129
|
+
} //获取指定索引位置处的路径节点
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
getKeyPoint(index) {
|
|
133
|
+
return this._animationPath.getKeyPoint(index);
|
|
134
|
+
} //获取指定索引位置的路径节点的耗时信息
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
getKeyPointDur(index) {
|
|
138
|
+
return this._animationPath.getKeyPointDur(index);
|
|
139
|
+
} //修改指定索引位置的路径节点
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
modifyKeyPoint(index, position, orientation, duration) {
|
|
143
|
+
this._animationPath.modifyKeyPoint(index, position, orientation, duration);
|
|
144
|
+
} //删除动画导航中指定索引位置的路径节点
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
deleteKeyPoint(index) {
|
|
148
|
+
this._animationPath.deleteKeyPoint(index);
|
|
149
|
+
} //获取动画导航所有的路径节点
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
getAllKeyPoints() {
|
|
153
|
+
return this._animationPath.getAllKeyPoints();
|
|
154
|
+
} //清空动画导航所有路径节点
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
clearKeyPoints() {
|
|
158
|
+
this._animationPath.clearKeyPoints();
|
|
159
|
+
} //从xml字符串获取动画导航
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
fromXmlString(xmlString) {
|
|
163
|
+
this._animationPath.fromXmlString(xmlString);
|
|
164
|
+
} //动画导航转换成xml字符串
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
asXmlString() {
|
|
168
|
+
return this._animationPath.asXmlString();
|
|
169
|
+
} //从xml文件获取动画导航
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
fromXmlFile(xmlFile) {
|
|
173
|
+
return this._animationPath.fromXmlFile(xmlFile);
|
|
174
|
+
} //动画导航导出为xml文件
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
asXmlFile(xmlFileName) {
|
|
178
|
+
this._animationPath.asXmlFile(xmlFileName);
|
|
179
|
+
} //销毁
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
destroy() {
|
|
183
|
+
this._animationPath = null;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
}
|
|
187
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
|
|
188
|
+
|
|
189
|
+
const _hoisted_1 = {
|
|
190
|
+
key: 0
|
|
191
|
+
};
|
|
192
|
+
const _hoisted_2 = {
|
|
193
|
+
class: "kq-flight3d-btns"
|
|
194
|
+
};
|
|
195
|
+
const _hoisted_3 = {
|
|
196
|
+
class: "kq-flight3d-list-title"
|
|
197
|
+
};
|
|
198
|
+
const _hoisted_4 = {
|
|
199
|
+
key: 1
|
|
200
|
+
};
|
|
201
|
+
const _hoisted_5 = {
|
|
202
|
+
class: "kq-flight3d-add-title"
|
|
203
|
+
};
|
|
204
|
+
const _hoisted_6 = {
|
|
205
|
+
key: 0
|
|
206
|
+
};
|
|
207
|
+
const _hoisted_7 = {
|
|
208
|
+
key: 1
|
|
209
|
+
};
|
|
210
|
+
const _hoisted_8 = {
|
|
211
|
+
style: {
|
|
212
|
+
"text-align": "right"
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
const __default__ = {
|
|
222
|
+
name: "Kq3dFlight"
|
|
223
|
+
};
|
|
224
|
+
/* harmony default export */ var Flightvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
225
|
+
props: {
|
|
226
|
+
showShadow: {
|
|
227
|
+
type: Boolean,
|
|
228
|
+
default: false
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
|
|
232
|
+
setup(__props) {
|
|
233
|
+
const props = __props;
|
|
234
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)({});
|
|
235
|
+
let isAdd = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(false);
|
|
236
|
+
let isEdit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(false);
|
|
237
|
+
let pathList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)([]);
|
|
238
|
+
let showMoreMenu = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(false);
|
|
239
|
+
let dropDownMenu = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(null);
|
|
240
|
+
let pathName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)("");
|
|
241
|
+
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)([]);
|
|
242
|
+
let isPrePlaying = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(false);
|
|
243
|
+
let viewer = null;
|
|
244
|
+
let pathPlayIndex = -1;
|
|
245
|
+
let dropDownPath = null;
|
|
246
|
+
let viewModel = null;
|
|
247
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
248
|
+
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
249
|
+
if (scenceView) {
|
|
250
|
+
language.value = scenceView._language;
|
|
251
|
+
viewer = scenceView._viewer;
|
|
252
|
+
viewModel = new FlightViewModel(viewer);
|
|
253
|
+
viewModel.stopEvent.addEventListener(function () {
|
|
254
|
+
isPrePlaying.value = false;
|
|
255
|
+
pathList.forEach(path => {
|
|
256
|
+
path.isPlaying = false;
|
|
257
|
+
});
|
|
258
|
+
});
|
|
259
|
+
}
|
|
260
|
+
});
|
|
261
|
+
}); // 销毁
|
|
262
|
+
|
|
263
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onBeforeUnmount)(() => {
|
|
264
|
+
viewModel.stop();
|
|
265
|
+
document.removeEventListener("click", hideDropDownMenu);
|
|
266
|
+
}); //新建路径
|
|
267
|
+
|
|
268
|
+
function addPath() {
|
|
269
|
+
pathList.forEach(path => {
|
|
270
|
+
if (path.isPlaying) {
|
|
271
|
+
stop(path);
|
|
272
|
+
}
|
|
273
|
+
});
|
|
274
|
+
viewModel.clearKeyPoints();
|
|
275
|
+
isAdd.value = true;
|
|
276
|
+
pathPlayIndex = -1;
|
|
277
|
+
} //编辑路径
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
function editPath() {
|
|
281
|
+
if (dropDownPath) {
|
|
282
|
+
addPath();
|
|
283
|
+
isEdit.value = true;
|
|
284
|
+
pathName.value = dropDownPath.name;
|
|
285
|
+
viewModel.fromXmlString(dropDownPath.xmlString);
|
|
286
|
+
convertAnimationPathKeys();
|
|
287
|
+
}
|
|
288
|
+
} //转换AnimationPath节点数据
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
function convertAnimationPathKeys() {
|
|
292
|
+
var keyPoints = viewModel.getAllKeyPoints();
|
|
293
|
+
keyPoints.forEach(key => {
|
|
294
|
+
var lonlat = Cesium.Cartographic.fromCartesian(key.destination);
|
|
295
|
+
var positionArr = [Cesium.Math.toDegrees(lonlat.longitude).toFixed(4) * 1, Cesium.Math.toDegrees(lonlat.latitude).toFixed(4) * 1, lonlat.height.toFixed(2) * 1];
|
|
296
|
+
var position = positionArr.join(", ");
|
|
297
|
+
var data = {
|
|
298
|
+
position: position,
|
|
299
|
+
interval: key.duration,
|
|
300
|
+
positionArr: positionArr
|
|
301
|
+
};
|
|
302
|
+
tableData.push(data);
|
|
303
|
+
});
|
|
304
|
+
} //删除路径
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
function deletePath() {
|
|
308
|
+
if (dropDownPath) {
|
|
309
|
+
if (dropDownPath.index === pathPlayIndex) {
|
|
310
|
+
pathPlayIndex = -1;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
pathList.splice(dropDownPath.index, 1);
|
|
314
|
+
}
|
|
315
|
+
} //路径播放
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
function play(item, index) {
|
|
319
|
+
if (index !== pathPlayIndex) {
|
|
320
|
+
viewModel.fromXmlString(item.xmlString);
|
|
321
|
+
pathPlayIndex = index;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
viewModel.play();
|
|
325
|
+
item.isPlaying = true;
|
|
326
|
+
} //路径播放暂停
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
function pause(item) {
|
|
330
|
+
item.isPlaying = false;
|
|
331
|
+
viewModel.pause();
|
|
332
|
+
} //路径播放停止
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
function stop(item) {
|
|
336
|
+
item.isPlaying = false;
|
|
337
|
+
viewModel.stop();
|
|
338
|
+
} //循环播放
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
function repeat() {
|
|
342
|
+
var isRepeat = viewModel.getAutoRepeat();
|
|
343
|
+
viewModel.setAutoRepeat(!isRepeat);
|
|
344
|
+
} //显示更多功能菜单
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
function showDropDownMenu(item, index) {
|
|
348
|
+
if (showMoreMenu.value === true && index === dropDownPath.index) {
|
|
349
|
+
showMoreMenu.value = false;
|
|
350
|
+
document.addEventListener("click", hideDropDownMenu);
|
|
351
|
+
return;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
showMoreMenu.value = true;
|
|
355
|
+
let _menuDropdown = dropDownMenu.value.$el;
|
|
356
|
+
_menuDropdown.style.left = window.event.clientX - 70 + "px";
|
|
357
|
+
_menuDropdown.style.top = window.event.clientY + 15 + "px";
|
|
358
|
+
dropDownPath = {
|
|
359
|
+
index: index,
|
|
360
|
+
...item
|
|
361
|
+
};
|
|
362
|
+
document.addEventListener("click", hideDropDownMenu);
|
|
363
|
+
} //隐藏更多功能菜单
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
function hideDropDownMenu() {
|
|
367
|
+
if (dropDownMenu.value) {
|
|
368
|
+
// 去除选中样式
|
|
369
|
+
let selectElement = dropDownMenu.value.$el.querySelector(".is-active");
|
|
370
|
+
if (selectElement) selectElement.classList.remove("is-active");
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
document.removeEventListener("click", hideDropDownMenu);
|
|
374
|
+
showMoreMenu.value = false;
|
|
375
|
+
} //添加关键帧
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
function addKey() {
|
|
379
|
+
var duration = 5;
|
|
380
|
+
var lonlat = viewer.getCurrentView();
|
|
381
|
+
var positionArr = [lonlat.longitude.toFixed(4) * 1, lonlat.latitude.toFixed(4) * 1, lonlat.height.toFixed(2) * 1];
|
|
382
|
+
var position = positionArr.join(", ");
|
|
383
|
+
var data = {
|
|
384
|
+
position: position,
|
|
385
|
+
interval: duration,
|
|
386
|
+
positionArr: positionArr
|
|
387
|
+
};
|
|
388
|
+
tableData.push(data);
|
|
389
|
+
viewModel.addKeyPointByCurrentView(duration);
|
|
390
|
+
} //替换关键帧
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
function replaceKey(index, row) {
|
|
394
|
+
var lonlat = viewer.getCurrentView();
|
|
395
|
+
var positionArr = [lonlat.longitude.toFixed(4) * 1, lonlat.latitude.toFixed(4) * 1, lonlat.height.toFixed(2) * 1];
|
|
396
|
+
var position = positionArr.join(", ");
|
|
397
|
+
row.position = position;
|
|
398
|
+
row.positionArr = positionArr;
|
|
399
|
+
viewModel.modifyKeyPointByCurrentView(index, row.interval);
|
|
400
|
+
} //删除关键帧
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
function deleteKey(index) {
|
|
404
|
+
viewModel.deleteKeyPoint(index);
|
|
405
|
+
tableData.splice(index, 1);
|
|
406
|
+
} //预播放
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
function prePlay() {
|
|
410
|
+
for (let index = 0; index < tableData.length; index++) {
|
|
411
|
+
var duration = tableData[index].interval;
|
|
412
|
+
var key = viewModel.getKeyPoint(index);
|
|
413
|
+
var dur = viewModel.getKeyPointDur(index);
|
|
414
|
+
|
|
415
|
+
if (dur !== duration) {
|
|
416
|
+
viewModel.modifyKeyPoint(index, key.position, key.orientation, duration);
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
isPrePlaying.value = true;
|
|
421
|
+
viewModel.play();
|
|
422
|
+
} //预播放暂停
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
function prePause() {
|
|
426
|
+
isPrePlaying.value = false;
|
|
427
|
+
viewModel.pause();
|
|
428
|
+
} //预播放停止
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
function preStop() {
|
|
432
|
+
isPrePlaying.value = false;
|
|
433
|
+
viewModel.stop();
|
|
434
|
+
} //保存
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
function save() {
|
|
438
|
+
if (pathName.value === "") {
|
|
439
|
+
(0,external_element_plus_namespaceObject.ElMessage)({
|
|
440
|
+
message: language.value.enterPathName,
|
|
441
|
+
type: "warning"
|
|
442
|
+
});
|
|
443
|
+
} else {
|
|
444
|
+
for (let index = 0; index < tableData.length; index++) {
|
|
445
|
+
var duration = tableData[index].interval;
|
|
446
|
+
var key = viewModel.getKeyPoint(index);
|
|
447
|
+
var dur = viewModel.getKeyPointDur(index);
|
|
448
|
+
|
|
449
|
+
if (dur !== duration) {
|
|
450
|
+
viewModel.modifyKeyPoint(index, key.position, key.orientation, duration);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
var xmlString = viewModel.asXmlString();
|
|
455
|
+
|
|
456
|
+
if (isEdit.value) {
|
|
457
|
+
//编辑路径
|
|
458
|
+
if (dropDownPath) {
|
|
459
|
+
var editPath = pathList[dropDownPath.index];
|
|
460
|
+
editPath.name = pathName.value;
|
|
461
|
+
editPath.xmlString = xmlString;
|
|
462
|
+
}
|
|
463
|
+
} else {
|
|
464
|
+
//新增路径
|
|
465
|
+
pathList.push({
|
|
466
|
+
name: pathName.value,
|
|
467
|
+
xmlString: xmlString,
|
|
468
|
+
isPlaying: false
|
|
469
|
+
});
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
cancel();
|
|
473
|
+
}
|
|
474
|
+
} //取消
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
function cancel() {
|
|
478
|
+
preStop();
|
|
479
|
+
viewModel.clearKeyPoints();
|
|
480
|
+
tableData.length = 0;
|
|
481
|
+
isAdd.value = false;
|
|
482
|
+
pathName.value = "";
|
|
483
|
+
isEdit.value = false;
|
|
484
|
+
} //导入文件
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
function importFile(file, fileList) {
|
|
488
|
+
var name = file.name.split(".")[0];
|
|
489
|
+
viewModel.fromXmlFile(file.raw).then(() => {
|
|
490
|
+
var xmlString = viewModel.asXmlString();
|
|
491
|
+
pathList.push({
|
|
492
|
+
name: name,
|
|
493
|
+
xmlString: xmlString,
|
|
494
|
+
isPlaying: false
|
|
495
|
+
});
|
|
496
|
+
});
|
|
497
|
+
} //导出文件
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
function exportFile() {
|
|
501
|
+
if (dropDownPath) {
|
|
502
|
+
viewModel.fromXmlString(dropDownPath.xmlString);
|
|
503
|
+
viewModel.asXmlFile(dropDownPath.name);
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
return (_ctx, _cache) => {
|
|
508
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-icon");
|
|
509
|
+
|
|
510
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-button");
|
|
511
|
+
|
|
512
|
+
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-upload");
|
|
513
|
+
|
|
514
|
+
const _component_kq_menu_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-menu-item");
|
|
515
|
+
|
|
516
|
+
const _component_kq_menu = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-menu");
|
|
517
|
+
|
|
518
|
+
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-input");
|
|
519
|
+
|
|
520
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-form-item");
|
|
521
|
+
|
|
522
|
+
const _component_kq_table_column = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-table-column");
|
|
523
|
+
|
|
524
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-input-number");
|
|
525
|
+
|
|
526
|
+
const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-table");
|
|
527
|
+
|
|
528
|
+
const _component_kq_divider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-divider");
|
|
529
|
+
|
|
530
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("section", {
|
|
531
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)(["kq-flight3d", __props.showShadow ? 'shadow' : null])
|
|
532
|
+
}, [!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(isAdd) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
533
|
+
onClick: addPath,
|
|
534
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).addPath
|
|
535
|
+
}, {
|
|
536
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
537
|
+
size: 24
|
|
538
|
+
}, {
|
|
539
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.Plus))]),
|
|
540
|
+
_: 1
|
|
541
|
+
/* STABLE */
|
|
542
|
+
|
|
543
|
+
})]),
|
|
544
|
+
_: 1
|
|
545
|
+
/* STABLE */
|
|
546
|
+
|
|
547
|
+
}, 8
|
|
548
|
+
/* PROPS */
|
|
549
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_upload, {
|
|
550
|
+
style: {
|
|
551
|
+
"margin-left": "12px"
|
|
552
|
+
},
|
|
553
|
+
"on-change": importFile,
|
|
554
|
+
"auto-upload": false,
|
|
555
|
+
"show-file-list": false,
|
|
556
|
+
accept: "text/xml"
|
|
557
|
+
}, {
|
|
558
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
559
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).importXML
|
|
560
|
+
}, {
|
|
561
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
562
|
+
size: 24
|
|
563
|
+
}, {
|
|
564
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.Download))]),
|
|
565
|
+
_: 1
|
|
566
|
+
/* STABLE */
|
|
567
|
+
|
|
568
|
+
})]),
|
|
569
|
+
_: 1
|
|
570
|
+
/* STABLE */
|
|
571
|
+
|
|
572
|
+
}, 8
|
|
573
|
+
/* PROPS */
|
|
574
|
+
, ["title"])]),
|
|
575
|
+
_: 1
|
|
576
|
+
/* STABLE */
|
|
577
|
+
|
|
578
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).pathName), 1
|
|
579
|
+
/* TEXT */
|
|
580
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_menu, {
|
|
581
|
+
class: "pathlist-ul"
|
|
582
|
+
}, {
|
|
583
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(pathList), (item, index) => {
|
|
584
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_menu_item, {
|
|
585
|
+
index: index,
|
|
586
|
+
key: index
|
|
587
|
+
}, {
|
|
588
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)(item.name), 1
|
|
589
|
+
/* TEXT */
|
|
590
|
+
), item.isPlaying ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_icon, {
|
|
591
|
+
key: 0,
|
|
592
|
+
size: 16,
|
|
593
|
+
class: "menuIcon",
|
|
594
|
+
onClick: $event => pause(item),
|
|
595
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).pause
|
|
596
|
+
}, {
|
|
597
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconVideoPause))]),
|
|
598
|
+
_: 2
|
|
599
|
+
/* DYNAMIC */
|
|
600
|
+
|
|
601
|
+
}, 1032
|
|
602
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
603
|
+
, ["onClick", "title"])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_icon, {
|
|
604
|
+
key: 1,
|
|
605
|
+
size: 16,
|
|
606
|
+
class: "menuIcon",
|
|
607
|
+
onClick: $event => play(item, index),
|
|
608
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).play
|
|
609
|
+
}, {
|
|
610
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconVideoPlay))]),
|
|
611
|
+
_: 2
|
|
612
|
+
/* DYNAMIC */
|
|
613
|
+
|
|
614
|
+
}, 1032
|
|
615
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
616
|
+
, ["onClick", "title"])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
617
|
+
size: 16,
|
|
618
|
+
class: "menuIcon",
|
|
619
|
+
onClick: $event => stop(item),
|
|
620
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).stop
|
|
621
|
+
}, {
|
|
622
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconVideoStop))]),
|
|
623
|
+
_: 2
|
|
624
|
+
/* DYNAMIC */
|
|
625
|
+
|
|
626
|
+
}, 1032
|
|
627
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
628
|
+
, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
629
|
+
size: 16,
|
|
630
|
+
class: "menuIcon",
|
|
631
|
+
onClick: repeat,
|
|
632
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).repeat
|
|
633
|
+
}, {
|
|
634
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconVideoRepeat))]),
|
|
635
|
+
_: 1
|
|
636
|
+
/* STABLE */
|
|
637
|
+
|
|
638
|
+
}, 8
|
|
639
|
+
/* PROPS */
|
|
640
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
641
|
+
size: 16,
|
|
642
|
+
class: "menuIcon",
|
|
643
|
+
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withModifiers)($event => showDropDownMenu(item, index), ["prevent", "stop"]),
|
|
644
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).more
|
|
645
|
+
}, {
|
|
646
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.MoreFilled))]),
|
|
647
|
+
_: 2
|
|
648
|
+
/* DYNAMIC */
|
|
649
|
+
|
|
650
|
+
}, 1032
|
|
651
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
652
|
+
, ["onClick", "title"])]),
|
|
653
|
+
_: 2
|
|
654
|
+
/* DYNAMIC */
|
|
655
|
+
|
|
656
|
+
}, 1032
|
|
657
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
658
|
+
, ["index"]);
|
|
659
|
+
}), 128
|
|
660
|
+
/* KEYED_FRAGMENT */
|
|
661
|
+
))]),
|
|
662
|
+
_: 1
|
|
663
|
+
/* STABLE */
|
|
664
|
+
|
|
665
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_menu, {
|
|
666
|
+
class: "dropdown-ul",
|
|
667
|
+
ref_key: "dropDownMenu",
|
|
668
|
+
ref: dropDownMenu
|
|
669
|
+
}, {
|
|
670
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_menu_item, {
|
|
671
|
+
index: "1",
|
|
672
|
+
onClick: editPath
|
|
673
|
+
}, {
|
|
674
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
675
|
+
size: 16
|
|
676
|
+
}, {
|
|
677
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.Edit))]),
|
|
678
|
+
_: 1
|
|
679
|
+
/* STABLE */
|
|
680
|
+
|
|
681
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).edit), 1
|
|
682
|
+
/* TEXT */
|
|
683
|
+
)]),
|
|
684
|
+
_: 1
|
|
685
|
+
/* STABLE */
|
|
686
|
+
|
|
687
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_menu_item, {
|
|
688
|
+
index: "2",
|
|
689
|
+
onClick: exportFile
|
|
690
|
+
}, {
|
|
691
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
692
|
+
size: 14
|
|
693
|
+
}, {
|
|
694
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconExport))]),
|
|
695
|
+
_: 1
|
|
696
|
+
/* STABLE */
|
|
697
|
+
|
|
698
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).export), 1
|
|
699
|
+
/* TEXT */
|
|
700
|
+
)]),
|
|
701
|
+
_: 1
|
|
702
|
+
/* STABLE */
|
|
703
|
+
|
|
704
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_menu_item, {
|
|
705
|
+
index: "3",
|
|
706
|
+
onClick: deletePath
|
|
707
|
+
}, {
|
|
708
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
709
|
+
size: 16
|
|
710
|
+
}, {
|
|
711
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.Delete))]),
|
|
712
|
+
_: 1
|
|
713
|
+
/* STABLE */
|
|
714
|
+
|
|
715
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).delete), 1
|
|
716
|
+
/* TEXT */
|
|
717
|
+
)]),
|
|
718
|
+
_: 1
|
|
719
|
+
/* STABLE */
|
|
720
|
+
|
|
721
|
+
})]),
|
|
722
|
+
_: 1
|
|
723
|
+
/* STABLE */
|
|
724
|
+
|
|
725
|
+
}, 512
|
|
726
|
+
/* NEED_PATCH */
|
|
727
|
+
)], 512
|
|
728
|
+
/* NEED_PATCH */
|
|
729
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(showMoreMenu)]])])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
730
|
+
text: "",
|
|
731
|
+
onClick: cancel
|
|
732
|
+
}, {
|
|
733
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
734
|
+
size: 16
|
|
735
|
+
}, {
|
|
736
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.ArrowLeft))]),
|
|
737
|
+
_: 1
|
|
738
|
+
/* STABLE */
|
|
739
|
+
|
|
740
|
+
})]),
|
|
741
|
+
_: 1
|
|
742
|
+
/* STABLE */
|
|
743
|
+
|
|
744
|
+
}), !(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(isEdit) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("span", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).addPath), 1
|
|
745
|
+
/* TEXT */
|
|
746
|
+
)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("span", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).editPath), 1
|
|
747
|
+
/* TEXT */
|
|
748
|
+
))]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
|
|
749
|
+
class: "kq-flight3d-item-name",
|
|
750
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).pathName
|
|
751
|
+
}, {
|
|
752
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input, {
|
|
753
|
+
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).enterPathName,
|
|
754
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(pathName),
|
|
755
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.isRef)(pathName) ? pathName.value = $event : pathName = $event)
|
|
756
|
+
}, null, 8
|
|
757
|
+
/* PROPS */
|
|
758
|
+
, ["placeholder", "modelValue"])]),
|
|
759
|
+
_: 1
|
|
760
|
+
/* STABLE */
|
|
761
|
+
|
|
762
|
+
}, 8
|
|
763
|
+
/* PROPS */
|
|
764
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_table, {
|
|
765
|
+
border: "",
|
|
766
|
+
data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(tableData)
|
|
767
|
+
}, {
|
|
768
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_table_column, {
|
|
769
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).no,
|
|
770
|
+
width: "50",
|
|
771
|
+
type: "index",
|
|
772
|
+
align: "center"
|
|
773
|
+
}, null, 8
|
|
774
|
+
/* PROPS */
|
|
775
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_table_column, {
|
|
776
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).position,
|
|
777
|
+
prop: "position"
|
|
778
|
+
}, null, 8
|
|
779
|
+
/* PROPS */
|
|
780
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_table_column, {
|
|
781
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).interval,
|
|
782
|
+
width: "100"
|
|
783
|
+
}, {
|
|
784
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
785
|
+
modelValue: scope.row.interval,
|
|
786
|
+
"onUpdate:modelValue": $event => scope.row.interval = $event,
|
|
787
|
+
min: 1,
|
|
788
|
+
"controls-position": "right",
|
|
789
|
+
style: {
|
|
790
|
+
"width": "83px"
|
|
791
|
+
}
|
|
792
|
+
}, null, 8
|
|
793
|
+
/* PROPS */
|
|
794
|
+
, ["modelValue", "onUpdate:modelValue"])]),
|
|
795
|
+
_: 1
|
|
796
|
+
/* STABLE */
|
|
797
|
+
|
|
798
|
+
}, 8
|
|
799
|
+
/* PROPS */
|
|
800
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_table_column, {
|
|
801
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).operation,
|
|
802
|
+
width: "90"
|
|
803
|
+
}, {
|
|
804
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
805
|
+
onClick: $event => replaceKey(scope.$index, scope.row),
|
|
806
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).replaceKeyframe
|
|
807
|
+
}, {
|
|
808
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
809
|
+
size: 16
|
|
810
|
+
}, {
|
|
811
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconReplace))]),
|
|
812
|
+
_: 1
|
|
813
|
+
/* STABLE */
|
|
814
|
+
|
|
815
|
+
})]),
|
|
816
|
+
_: 2
|
|
817
|
+
/* DYNAMIC */
|
|
818
|
+
|
|
819
|
+
}, 1032
|
|
820
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
821
|
+
, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
822
|
+
onClick: $event => deleteKey(scope.$index),
|
|
823
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).delete
|
|
824
|
+
}, {
|
|
825
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
826
|
+
size: 16
|
|
827
|
+
}, {
|
|
828
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.Delete))]),
|
|
829
|
+
_: 1
|
|
830
|
+
/* STABLE */
|
|
831
|
+
|
|
832
|
+
})]),
|
|
833
|
+
_: 2
|
|
834
|
+
/* DYNAMIC */
|
|
835
|
+
|
|
836
|
+
}, 1032
|
|
837
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
838
|
+
, ["onClick", "title"])]),
|
|
839
|
+
_: 1
|
|
840
|
+
/* STABLE */
|
|
841
|
+
|
|
842
|
+
}, 8
|
|
843
|
+
/* PROPS */
|
|
844
|
+
, ["label"])]),
|
|
845
|
+
_: 1
|
|
846
|
+
/* STABLE */
|
|
847
|
+
|
|
848
|
+
}, 8
|
|
849
|
+
/* PROPS */
|
|
850
|
+
, ["data"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
851
|
+
class: "kq-flight3d-btn-add",
|
|
852
|
+
onClick: addKey
|
|
853
|
+
}, {
|
|
854
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
855
|
+
size: 16
|
|
856
|
+
}, {
|
|
857
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.Plus))]),
|
|
858
|
+
_: 1
|
|
859
|
+
/* STABLE */
|
|
860
|
+
|
|
861
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).addkeyframe), 1
|
|
862
|
+
/* TEXT */
|
|
863
|
+
)]),
|
|
864
|
+
_: 1
|
|
865
|
+
/* STABLE */
|
|
866
|
+
|
|
867
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
|
|
868
|
+
class: "kq-flight3d-ybf",
|
|
869
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).prePlay
|
|
870
|
+
}, {
|
|
871
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", null, [!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(isPrePlaying) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_icon, {
|
|
872
|
+
key: 0,
|
|
873
|
+
size: 32,
|
|
874
|
+
onClick: prePlay,
|
|
875
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).play
|
|
876
|
+
}, {
|
|
877
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconVideoPlay))]),
|
|
878
|
+
_: 1
|
|
879
|
+
/* STABLE */
|
|
880
|
+
|
|
881
|
+
}, 8
|
|
882
|
+
/* PROPS */
|
|
883
|
+
, ["title"])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_icon, {
|
|
884
|
+
key: 1,
|
|
885
|
+
size: 32,
|
|
886
|
+
onClick: prePause,
|
|
887
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).pause
|
|
888
|
+
}, {
|
|
889
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconVideoPause))]),
|
|
890
|
+
_: 1
|
|
891
|
+
/* STABLE */
|
|
892
|
+
|
|
893
|
+
}, 8
|
|
894
|
+
/* PROPS */
|
|
895
|
+
, ["title"])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
896
|
+
size: 32,
|
|
897
|
+
onClick: preStop,
|
|
898
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).stop
|
|
899
|
+
}, {
|
|
900
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(vue_iclient_icons_namespaceObject.IconVideoStop))]),
|
|
901
|
+
_: 1
|
|
902
|
+
/* STABLE */
|
|
903
|
+
|
|
904
|
+
}, 8
|
|
905
|
+
/* PROPS */
|
|
906
|
+
, ["title"])])]),
|
|
907
|
+
_: 1
|
|
908
|
+
/* STABLE */
|
|
909
|
+
|
|
910
|
+
}, 8
|
|
911
|
+
/* PROPS */
|
|
912
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_8, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
913
|
+
type: "primary",
|
|
914
|
+
onClick: save
|
|
915
|
+
}, {
|
|
916
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).save), 1
|
|
917
|
+
/* TEXT */
|
|
918
|
+
)]),
|
|
919
|
+
_: 1
|
|
920
|
+
/* STABLE */
|
|
921
|
+
|
|
922
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
923
|
+
onClick: cancel
|
|
924
|
+
}, {
|
|
925
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).cancel), 1
|
|
926
|
+
/* TEXT */
|
|
927
|
+
)]),
|
|
928
|
+
_: 1
|
|
929
|
+
/* STABLE */
|
|
930
|
+
|
|
931
|
+
})])])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.renderSlot)(_ctx.$slots, "default")], 2
|
|
932
|
+
/* CLASS */
|
|
933
|
+
);
|
|
934
|
+
};
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
}));
|
|
938
|
+
;// CONCATENATED MODULE: ./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
|
|
939
|
+
|
|
940
|
+
;// CONCATENATED MODULE: ./src/webgl/flight/Flight.vue
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
const __exports__ = Flightvue_type_script_setup_true_lang_js;
|
|
945
|
+
|
|
946
|
+
/* harmony default export */ var Flight = (__exports__);
|
|
947
|
+
;// CONCATENATED MODULE: external "@zpc_npm/vue-iclient-common/init.js"
|
|
948
|
+
var init_js_namespaceObject = require("@zpc_npm/vue-iclient-common/init.js");
|
|
949
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
|
|
950
|
+
;// CONCATENATED MODULE: ./src/webgl/flight/index.js
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
Flight.install = (Vue, opts) => {
|
|
956
|
+
init_js_default()(Vue, opts);
|
|
957
|
+
Vue.component(Flight.name, Flight);
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
module.exports = __webpack_exports__;
|
|
962
|
+
/******/ })()
|
|
963
|
+
;
|