@kq_npm/client3d_webgl_vue 2.6.9-beta → 2.7.0-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 +256 -152
- package/aspectanalysis/index.js +209 -141
- package/baseterraingallery/index.js +182 -107
- package/boxclip/index.js +306 -238
- package/comparemap/index.js +219 -137
- package/compass/index.js +169 -94
- package/excavatefillanalysis/index.js +225 -157
- package/fixedzoomin/index.js +167 -92
- package/fixedzoomout/index.js +167 -92
- package/flight/index.js +298 -199
- package/floodanalysis/index.js +236 -170
- package/gpuspatialquery/index.js +280 -212
- package/hawkeye/index.js +143 -75
- package/index.js +4 -6
- package/isolineanalysis/index.js +552 -486
- package/measure/index.js +236 -154
- package/modelselect/index.js +184 -116
- package/package.json +1 -1
- package/particleeffect/index.js +258 -185
- package/planeclip/index.js +245 -177
- package/profileanalysis/index.js +252 -184
- package/resetview/index.js +132 -57
- package/roller/index.js +202 -134
- package/scenceview/index.js +21480 -94
- package/screenshot/index.js +203 -135
- package/shadowanalysis/index.js +317 -242
- package/sightlineanalysis/index.js +134 -96
- package/skylineanalysis/index.js +239 -171
- package/slopeanalysis/index.js +238 -172
- package/statusbar/index.js +84 -53
- package/terrainoperation/index.js +204 -136
- package/underground/index.js +164 -96
- package/viewshedanalysis/index.js +243 -175
- package/weathereffect/index.js +222 -149
package/flight/index.js
CHANGED
|
@@ -1,67 +1,21 @@
|
|
|
1
1
|
/******/ (function() { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
|
-
/******/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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__);
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 909:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
+
|
|
51
8
|
|
|
52
9
|
// EXPORTS
|
|
53
10
|
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
"
|
|
55
|
-
"default": function() { return /* reexport */ Flight; }
|
|
11
|
+
"Z": function() { return /* binding */ message; }
|
|
56
12
|
});
|
|
57
13
|
|
|
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
14
|
;// CONCATENATED MODULE: external "element-plus/es"
|
|
61
15
|
var es_namespaceObject = require("element-plus/es");
|
|
62
|
-
|
|
63
|
-
var
|
|
64
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
16
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
17
|
+
var init_js_ = __webpack_require__(5406);
|
|
18
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
65
19
|
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
66
20
|
|
|
67
21
|
|
|
@@ -72,37 +26,25 @@ es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
|
72
26
|
};
|
|
73
27
|
|
|
74
28
|
/* harmony default export */ var message = (es_namespaceObject.ElMessage);
|
|
75
|
-
;// CONCATENATED MODULE: external "@element-plus/icons-vue"
|
|
76
|
-
var icons_vue_namespaceObject = require("@element-plus/icons-vue");
|
|
77
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_icons_vue"
|
|
78
|
-
var client_icons_vue_namespaceObject = require("@kq_npm/client_icons_vue");
|
|
79
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
80
|
-
var gis_utils_namespaceObject = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
81
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
82
|
-
function _defineProperty(obj, key, value) {
|
|
83
|
-
if (key in obj) {
|
|
84
|
-
Object.defineProperty(obj, key, {
|
|
85
|
-
value: value,
|
|
86
|
-
enumerable: true,
|
|
87
|
-
configurable: true,
|
|
88
|
-
writable: true
|
|
89
|
-
});
|
|
90
|
-
} else {
|
|
91
|
-
obj[key] = value;
|
|
92
|
-
}
|
|
93
29
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 5372:
|
|
33
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
97
39
|
|
|
98
40
|
//飞行操作类
|
|
99
41
|
class FlightViewModel {
|
|
100
42
|
//飞行三维对象
|
|
101
43
|
//停止事件
|
|
102
44
|
constructor(viewer) {
|
|
103
|
-
|
|
45
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
|
|
104
46
|
|
|
105
|
-
|
|
47
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
|
|
106
48
|
|
|
107
49
|
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
108
50
|
this.stopEvent = this._animationPath.stoped;
|
|
@@ -199,6 +141,159 @@ class FlightViewModel {
|
|
|
199
141
|
}
|
|
200
142
|
|
|
201
143
|
}
|
|
144
|
+
|
|
145
|
+
/***/ }),
|
|
146
|
+
|
|
147
|
+
/***/ 8422:
|
|
148
|
+
/***/ (function(module) {
|
|
149
|
+
|
|
150
|
+
module.exports = require("@element-plus/icons-vue");
|
|
151
|
+
|
|
152
|
+
/***/ }),
|
|
153
|
+
|
|
154
|
+
/***/ 348:
|
|
155
|
+
/***/ (function(module) {
|
|
156
|
+
|
|
157
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
158
|
+
|
|
159
|
+
/***/ }),
|
|
160
|
+
|
|
161
|
+
/***/ 826:
|
|
162
|
+
/***/ (function(module) {
|
|
163
|
+
|
|
164
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
165
|
+
|
|
166
|
+
/***/ }),
|
|
167
|
+
|
|
168
|
+
/***/ 5406:
|
|
169
|
+
/***/ (function(module) {
|
|
170
|
+
|
|
171
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
172
|
+
|
|
173
|
+
/***/ }),
|
|
174
|
+
|
|
175
|
+
/***/ 637:
|
|
176
|
+
/***/ (function(module) {
|
|
177
|
+
|
|
178
|
+
module.exports = require("vue");
|
|
179
|
+
|
|
180
|
+
/***/ }),
|
|
181
|
+
|
|
182
|
+
/***/ 8270:
|
|
183
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
184
|
+
|
|
185
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
186
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
187
|
+
/* harmony export */ });
|
|
188
|
+
function _defineProperty(obj, key, value) {
|
|
189
|
+
if (key in obj) {
|
|
190
|
+
Object.defineProperty(obj, key, {
|
|
191
|
+
value: value,
|
|
192
|
+
enumerable: true,
|
|
193
|
+
configurable: true,
|
|
194
|
+
writable: true
|
|
195
|
+
});
|
|
196
|
+
} else {
|
|
197
|
+
obj[key] = value;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
return obj;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/***/ })
|
|
204
|
+
|
|
205
|
+
/******/ });
|
|
206
|
+
/************************************************************************/
|
|
207
|
+
/******/ // The module cache
|
|
208
|
+
/******/ var __webpack_module_cache__ = {};
|
|
209
|
+
/******/
|
|
210
|
+
/******/ // The require function
|
|
211
|
+
/******/ function __webpack_require__(moduleId) {
|
|
212
|
+
/******/ // Check if module is in cache
|
|
213
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
214
|
+
/******/ if (cachedModule !== undefined) {
|
|
215
|
+
/******/ return cachedModule.exports;
|
|
216
|
+
/******/ }
|
|
217
|
+
/******/ // Create a new module (and put it into the cache)
|
|
218
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
219
|
+
/******/ // no module.id needed
|
|
220
|
+
/******/ // no module.loaded needed
|
|
221
|
+
/******/ exports: {}
|
|
222
|
+
/******/ };
|
|
223
|
+
/******/
|
|
224
|
+
/******/ // Execute the module function
|
|
225
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
226
|
+
/******/
|
|
227
|
+
/******/ // Return the exports of the module
|
|
228
|
+
/******/ return module.exports;
|
|
229
|
+
/******/ }
|
|
230
|
+
/******/
|
|
231
|
+
/************************************************************************/
|
|
232
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
233
|
+
/******/ !function() {
|
|
234
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
235
|
+
/******/ __webpack_require__.n = function(module) {
|
|
236
|
+
/******/ var getter = module && module.__esModule ?
|
|
237
|
+
/******/ function() { return module['default']; } :
|
|
238
|
+
/******/ function() { return module; };
|
|
239
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
240
|
+
/******/ return getter;
|
|
241
|
+
/******/ };
|
|
242
|
+
/******/ }();
|
|
243
|
+
/******/
|
|
244
|
+
/******/ /* webpack/runtime/define property getters */
|
|
245
|
+
/******/ !function() {
|
|
246
|
+
/******/ // define getter functions for harmony exports
|
|
247
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
248
|
+
/******/ for(var key in definition) {
|
|
249
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
250
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
251
|
+
/******/ }
|
|
252
|
+
/******/ }
|
|
253
|
+
/******/ };
|
|
254
|
+
/******/ }();
|
|
255
|
+
/******/
|
|
256
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
257
|
+
/******/ !function() {
|
|
258
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
259
|
+
/******/ }();
|
|
260
|
+
/******/
|
|
261
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
262
|
+
/******/ !function() {
|
|
263
|
+
/******/ // define __esModule on exports
|
|
264
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
265
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
266
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
267
|
+
/******/ }
|
|
268
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
269
|
+
/******/ };
|
|
270
|
+
/******/ }();
|
|
271
|
+
/******/
|
|
272
|
+
/************************************************************************/
|
|
273
|
+
var __webpack_exports__ = {};
|
|
274
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
275
|
+
!function() {
|
|
276
|
+
// ESM COMPAT FLAG
|
|
277
|
+
__webpack_require__.r(__webpack_exports__);
|
|
278
|
+
|
|
279
|
+
// EXPORTS
|
|
280
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
281
|
+
"FlightViewModel": function() { return /* reexport */ FlightViewModel/* default */.Z; },
|
|
282
|
+
"default": function() { return /* reexport */ Flight; }
|
|
283
|
+
});
|
|
284
|
+
|
|
285
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
286
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
287
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
288
|
+
var message = __webpack_require__(909);
|
|
289
|
+
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
290
|
+
var icons_vue_ = __webpack_require__(8422);
|
|
291
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
292
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
293
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
294
|
+
var gis_utils_ = __webpack_require__(826);
|
|
295
|
+
// EXTERNAL MODULE: ./src/webgl/flight/FlightViewModel.js
|
|
296
|
+
var FlightViewModel = __webpack_require__(5372);
|
|
202
297
|
;// 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
|
|
203
298
|
|
|
204
299
|
const _hoisted_1 = {
|
|
@@ -248,15 +343,15 @@ const __default__ = {
|
|
|
248
343
|
expose
|
|
249
344
|
}) {
|
|
250
345
|
const props = __props;
|
|
251
|
-
let language = (0,
|
|
252
|
-
let isAdd = (0,
|
|
253
|
-
let isEdit = (0,
|
|
254
|
-
let pathList = (0,
|
|
255
|
-
let showMoreMenu = (0,
|
|
256
|
-
let dropDownMenu = (0,
|
|
257
|
-
let pathName = (0,
|
|
258
|
-
let tableData = (0,
|
|
259
|
-
let isPrePlaying = (0,
|
|
346
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
347
|
+
let isAdd = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
348
|
+
let isEdit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
349
|
+
let pathList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
350
|
+
let showMoreMenu = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
351
|
+
let dropDownMenu = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
352
|
+
let pathName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
353
|
+
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
354
|
+
let isPrePlaying = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
260
355
|
let viewer = null;
|
|
261
356
|
let pathPlayIndex = -1;
|
|
262
357
|
let dropDownPath = null;
|
|
@@ -270,12 +365,12 @@ const __default__ = {
|
|
|
270
365
|
};
|
|
271
366
|
};
|
|
272
367
|
|
|
273
|
-
(0,
|
|
274
|
-
|
|
368
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
369
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
275
370
|
if (scenceView) {
|
|
276
371
|
language.value = scenceView._language;
|
|
277
372
|
viewer = scenceView._viewer;
|
|
278
|
-
viewModel = new FlightViewModel(viewer);
|
|
373
|
+
viewModel = new FlightViewModel/* default */.Z(viewer);
|
|
279
374
|
viewModel.stopEvent.addEventListener(function () {
|
|
280
375
|
isPrePlaying.value = false;
|
|
281
376
|
pathList.forEach(path => {
|
|
@@ -286,7 +381,7 @@ const __default__ = {
|
|
|
286
381
|
});
|
|
287
382
|
}); // 销毁
|
|
288
383
|
|
|
289
|
-
(0,
|
|
384
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
290
385
|
viewModel.stop();
|
|
291
386
|
document.removeEventListener("click", hideDropDownMenu);
|
|
292
387
|
}); //新建路径
|
|
@@ -462,7 +557,7 @@ const __default__ = {
|
|
|
462
557
|
|
|
463
558
|
function save() {
|
|
464
559
|
if (pathName.value === "") {
|
|
465
|
-
message({
|
|
560
|
+
(0,message/* default */.Z)({
|
|
466
561
|
message: "请输入路径名称!",
|
|
467
562
|
type: "warning"
|
|
468
563
|
});
|
|
@@ -553,40 +648,40 @@ const __default__ = {
|
|
|
553
648
|
exportFile
|
|
554
649
|
});
|
|
555
650
|
return (_ctx, _cache) => {
|
|
556
|
-
const _component_kq_icon = (0,
|
|
651
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
557
652
|
|
|
558
|
-
const _component_kq_button = (0,
|
|
653
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
559
654
|
|
|
560
|
-
const _component_kq_upload = (0,
|
|
655
|
+
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
561
656
|
|
|
562
|
-
const _component_kq_menu_item = (0,
|
|
657
|
+
const _component_kq_menu_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-menu-item");
|
|
563
658
|
|
|
564
|
-
const _component_kq_menu = (0,
|
|
659
|
+
const _component_kq_menu = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-menu");
|
|
565
660
|
|
|
566
|
-
const _component_kq_input = (0,
|
|
661
|
+
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
567
662
|
|
|
568
|
-
const _component_kq_form_item = (0,
|
|
663
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
569
664
|
|
|
570
|
-
const _component_kq_table_column = (0,
|
|
665
|
+
const _component_kq_table_column = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table-column");
|
|
571
666
|
|
|
572
|
-
const _component_kq_input_number = (0,
|
|
667
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
573
668
|
|
|
574
|
-
const _component_kq_table = (0,
|
|
669
|
+
const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table");
|
|
575
670
|
|
|
576
|
-
const _component_kq_divider = (0,
|
|
671
|
+
const _component_kq_divider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-divider");
|
|
577
672
|
|
|
578
|
-
return (0,
|
|
579
|
-
class: (0,
|
|
673
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
674
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq-flight3d", {
|
|
580
675
|
'kq-box-shadow': __props.showShadow
|
|
581
676
|
}])
|
|
582
|
-
}, [!(0,
|
|
677
|
+
}, [!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isAdd) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
583
678
|
onClick: addPath,
|
|
584
|
-
title: (0,
|
|
679
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addPath
|
|
585
680
|
}, {
|
|
586
|
-
default: (0,
|
|
681
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
587
682
|
size: 24
|
|
588
683
|
}, {
|
|
589
|
-
default: (0,
|
|
684
|
+
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)(icons_vue_.Plus))]),
|
|
590
685
|
_: 1
|
|
591
686
|
/* STABLE */
|
|
592
687
|
|
|
@@ -596,7 +691,7 @@ const __default__ = {
|
|
|
596
691
|
|
|
597
692
|
}, 8
|
|
598
693
|
/* PROPS */
|
|
599
|
-
, ["title"]), (0,
|
|
694
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
|
|
600
695
|
style: {
|
|
601
696
|
"margin-left": "4px"
|
|
602
697
|
},
|
|
@@ -605,13 +700,13 @@ const __default__ = {
|
|
|
605
700
|
"show-file-list": false,
|
|
606
701
|
accept: "text/xml"
|
|
607
702
|
}, {
|
|
608
|
-
default: (0,
|
|
609
|
-
title: (0,
|
|
703
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
704
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).importXML
|
|
610
705
|
}, {
|
|
611
|
-
default: (0,
|
|
706
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
612
707
|
size: 24
|
|
613
708
|
}, {
|
|
614
|
-
default: (0,
|
|
709
|
+
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)(icons_vue_.Upload))]),
|
|
615
710
|
_: 1
|
|
616
711
|
/* STABLE */
|
|
617
712
|
|
|
@@ -625,75 +720,75 @@ const __default__ = {
|
|
|
625
720
|
_: 1
|
|
626
721
|
/* STABLE */
|
|
627
722
|
|
|
628
|
-
})]), (0,
|
|
723
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _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).pathName), 1
|
|
629
724
|
/* TEXT */
|
|
630
|
-
), (0,
|
|
725
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu, {
|
|
631
726
|
class: "pathlist-ul"
|
|
632
727
|
}, {
|
|
633
|
-
default: (0,
|
|
634
|
-
return (0,
|
|
728
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(pathList), (item, index) => {
|
|
729
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_menu_item, {
|
|
635
730
|
index: index,
|
|
636
731
|
key: index
|
|
637
732
|
}, {
|
|
638
|
-
title: (0,
|
|
733
|
+
title: (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)(item.name), 1
|
|
639
734
|
/* TEXT */
|
|
640
|
-
), item.isPlaying ? ((0,
|
|
735
|
+
), item.isPlaying ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_icon, {
|
|
641
736
|
key: 0,
|
|
642
737
|
size: 16,
|
|
643
738
|
class: "menuIcon",
|
|
644
739
|
onClick: $event => pause(item),
|
|
645
|
-
title: (0,
|
|
740
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pause
|
|
646
741
|
}, {
|
|
647
|
-
default: (0,
|
|
742
|
+
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_.IconVideoPause))]),
|
|
648
743
|
_: 2
|
|
649
744
|
/* DYNAMIC */
|
|
650
745
|
|
|
651
746
|
}, 1032
|
|
652
747
|
/* PROPS, DYNAMIC_SLOTS */
|
|
653
|
-
, ["onClick", "title"])) : ((0,
|
|
748
|
+
, ["onClick", "title"])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_icon, {
|
|
654
749
|
key: 1,
|
|
655
750
|
size: 16,
|
|
656
751
|
class: "menuIcon",
|
|
657
752
|
onClick: $event => play(item, index),
|
|
658
|
-
title: (0,
|
|
753
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).play
|
|
659
754
|
}, {
|
|
660
|
-
default: (0,
|
|
755
|
+
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_.IconVideoPlay))]),
|
|
661
756
|
_: 2
|
|
662
757
|
/* DYNAMIC */
|
|
663
758
|
|
|
664
759
|
}, 1032
|
|
665
760
|
/* PROPS, DYNAMIC_SLOTS */
|
|
666
|
-
, ["onClick", "title"])), (0,
|
|
761
|
+
, ["onClick", "title"])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
667
762
|
size: 16,
|
|
668
763
|
class: "menuIcon",
|
|
669
764
|
onClick: $event => stop(item),
|
|
670
|
-
title: (0,
|
|
765
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).stop
|
|
671
766
|
}, {
|
|
672
|
-
default: (0,
|
|
767
|
+
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_.IconVideoStop))]),
|
|
673
768
|
_: 2
|
|
674
769
|
/* DYNAMIC */
|
|
675
770
|
|
|
676
771
|
}, 1032
|
|
677
772
|
/* PROPS, DYNAMIC_SLOTS */
|
|
678
|
-
, ["onClick", "title"]), (0,
|
|
773
|
+
, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
679
774
|
size: 16,
|
|
680
775
|
class: "menuIcon",
|
|
681
776
|
onClick: repeat,
|
|
682
|
-
title: (0,
|
|
777
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).repeat
|
|
683
778
|
}, {
|
|
684
|
-
default: (0,
|
|
779
|
+
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_.IconVideoRepeat))]),
|
|
685
780
|
_: 1
|
|
686
781
|
/* STABLE */
|
|
687
782
|
|
|
688
783
|
}, 8
|
|
689
784
|
/* PROPS */
|
|
690
|
-
, ["title"]), (0,
|
|
785
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
691
786
|
size: 16,
|
|
692
787
|
class: "menuIcon",
|
|
693
|
-
onClick: (0,
|
|
694
|
-
title: (0,
|
|
788
|
+
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => showDropDownMenu(item, index), ["prevent", "stop"]),
|
|
789
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).more
|
|
695
790
|
}, {
|
|
696
|
-
default: (0,
|
|
791
|
+
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)(icons_vue_.More))]),
|
|
697
792
|
_: 2
|
|
698
793
|
/* DYNAMIC */
|
|
699
794
|
|
|
@@ -712,57 +807,57 @@ const __default__ = {
|
|
|
712
807
|
_: 1
|
|
713
808
|
/* STABLE */
|
|
714
809
|
|
|
715
|
-
}), (0,
|
|
810
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu, {
|
|
716
811
|
class: "dropdown-ul",
|
|
717
812
|
ref_key: "dropDownMenu",
|
|
718
813
|
ref: dropDownMenu
|
|
719
814
|
}, {
|
|
720
|
-
default: (0,
|
|
815
|
+
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_menu_item, {
|
|
721
816
|
index: "1",
|
|
722
817
|
onClick: editPath
|
|
723
818
|
}, {
|
|
724
|
-
default: (0,
|
|
819
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
725
820
|
size: 16
|
|
726
821
|
}, {
|
|
727
|
-
default: (0,
|
|
822
|
+
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)(icons_vue_.Edit))]),
|
|
728
823
|
_: 1
|
|
729
824
|
/* STABLE */
|
|
730
825
|
|
|
731
|
-
}), (0,
|
|
826
|
+
}), (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)(language).edit), 1
|
|
732
827
|
/* TEXT */
|
|
733
828
|
)]),
|
|
734
829
|
_: 1
|
|
735
830
|
/* STABLE */
|
|
736
831
|
|
|
737
|
-
}), (0,
|
|
832
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu_item, {
|
|
738
833
|
index: "2",
|
|
739
834
|
onClick: exportFile
|
|
740
835
|
}, {
|
|
741
|
-
default: (0,
|
|
836
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
742
837
|
size: 14
|
|
743
838
|
}, {
|
|
744
|
-
default: (0,
|
|
839
|
+
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_.IconExport))]),
|
|
745
840
|
_: 1
|
|
746
841
|
/* STABLE */
|
|
747
842
|
|
|
748
|
-
}), (0,
|
|
843
|
+
}), (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)(language).export), 1
|
|
749
844
|
/* TEXT */
|
|
750
845
|
)]),
|
|
751
846
|
_: 1
|
|
752
847
|
/* STABLE */
|
|
753
848
|
|
|
754
|
-
}), (0,
|
|
849
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu_item, {
|
|
755
850
|
index: "3",
|
|
756
851
|
onClick: deletePath
|
|
757
852
|
}, {
|
|
758
|
-
default: (0,
|
|
853
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
759
854
|
size: 16
|
|
760
855
|
}, {
|
|
761
|
-
default: (0,
|
|
856
|
+
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)(icons_vue_.Delete))]),
|
|
762
857
|
_: 1
|
|
763
858
|
/* STABLE */
|
|
764
859
|
|
|
765
|
-
}), (0,
|
|
860
|
+
}), (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)(language).delete), 1
|
|
766
861
|
/* TEXT */
|
|
767
862
|
)]),
|
|
768
863
|
_: 1
|
|
@@ -776,14 +871,14 @@ const __default__ = {
|
|
|
776
871
|
/* NEED_PATCH */
|
|
777
872
|
)], 512
|
|
778
873
|
/* NEED_PATCH */
|
|
779
|
-
), [[
|
|
874
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showMoreMenu)]])])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
780
875
|
text: "",
|
|
781
876
|
onClick: cancel
|
|
782
877
|
}, {
|
|
783
|
-
default: (0,
|
|
878
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
784
879
|
size: 16
|
|
785
880
|
}, {
|
|
786
|
-
default: (0,
|
|
881
|
+
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)(icons_vue_.ArrowLeft))]),
|
|
787
882
|
_: 1
|
|
788
883
|
/* STABLE */
|
|
789
884
|
|
|
@@ -791,18 +886,18 @@ const __default__ = {
|
|
|
791
886
|
_: 1
|
|
792
887
|
/* STABLE */
|
|
793
888
|
|
|
794
|
-
}), !(0,
|
|
889
|
+
}), !(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isEdit) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("span", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addPath), 1
|
|
795
890
|
/* TEXT */
|
|
796
|
-
)) : ((0,
|
|
891
|
+
)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("span", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).editPath), 1
|
|
797
892
|
/* TEXT */
|
|
798
|
-
))]), (0,
|
|
893
|
+
))]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
799
894
|
class: "kq-flight3d-item-name",
|
|
800
|
-
label: (0,
|
|
895
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pathName
|
|
801
896
|
}, {
|
|
802
|
-
default: (0,
|
|
803
|
-
placeholder: (0,
|
|
804
|
-
modelValue: (0,
|
|
805
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
897
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
898
|
+
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).enterPathName,
|
|
899
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(pathName),
|
|
900
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(pathName) ? pathName.value = $event : pathName = $event)
|
|
806
901
|
}, null, 8
|
|
807
902
|
/* PROPS */
|
|
808
903
|
, ["placeholder", "modelValue"])]),
|
|
@@ -811,30 +906,30 @@ const __default__ = {
|
|
|
811
906
|
|
|
812
907
|
}, 8
|
|
813
908
|
/* PROPS */
|
|
814
|
-
, ["label"]), (0,
|
|
909
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table, {
|
|
815
910
|
border: "",
|
|
816
|
-
data: (0,
|
|
817
|
-
"header-cell-style": (0,
|
|
911
|
+
data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tableData),
|
|
912
|
+
"header-cell-style": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headClass)
|
|
818
913
|
}, {
|
|
819
|
-
default: (0,
|
|
820
|
-
label: (0,
|
|
914
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
915
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).no,
|
|
821
916
|
width: "50",
|
|
822
917
|
type: "index",
|
|
823
918
|
align: "center"
|
|
824
919
|
}, null, 8
|
|
825
920
|
/* PROPS */
|
|
826
|
-
, ["label"]), (0,
|
|
827
|
-
label: (0,
|
|
921
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
922
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).position,
|
|
828
923
|
prop: "position",
|
|
829
924
|
align: "center"
|
|
830
925
|
}, null, 8
|
|
831
926
|
/* PROPS */
|
|
832
|
-
, ["label"]), (0,
|
|
833
|
-
label: (0,
|
|
927
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
928
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).interval,
|
|
834
929
|
width: "100",
|
|
835
930
|
align: "center"
|
|
836
931
|
}, {
|
|
837
|
-
default: (0,
|
|
932
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
838
933
|
modelValue: scope.row.interval,
|
|
839
934
|
"onUpdate:modelValue": $event => scope.row.interval = $event,
|
|
840
935
|
min: 1,
|
|
@@ -850,19 +945,19 @@ const __default__ = {
|
|
|
850
945
|
|
|
851
946
|
}, 8
|
|
852
947
|
/* PROPS */
|
|
853
|
-
, ["label"]), (0,
|
|
854
|
-
label: (0,
|
|
948
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
949
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operation,
|
|
855
950
|
width: "90",
|
|
856
951
|
align: "center"
|
|
857
952
|
}, {
|
|
858
|
-
default: (0,
|
|
953
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
859
954
|
onClick: $event => replaceKey(scope.$index, scope.row),
|
|
860
|
-
title: (0,
|
|
955
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).replaceKeyframe
|
|
861
956
|
}, {
|
|
862
|
-
default: (0,
|
|
957
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
863
958
|
size: 16
|
|
864
959
|
}, {
|
|
865
|
-
default: (0,
|
|
960
|
+
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_.IconReplace))]),
|
|
866
961
|
_: 1
|
|
867
962
|
/* STABLE */
|
|
868
963
|
|
|
@@ -872,14 +967,14 @@ const __default__ = {
|
|
|
872
967
|
|
|
873
968
|
}, 1032
|
|
874
969
|
/* PROPS, DYNAMIC_SLOTS */
|
|
875
|
-
, ["onClick", "title"]), (0,
|
|
970
|
+
, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
876
971
|
onClick: $event => deleteKey(scope.$index),
|
|
877
|
-
title: (0,
|
|
972
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).delete
|
|
878
973
|
}, {
|
|
879
|
-
default: (0,
|
|
974
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
880
975
|
size: 16
|
|
881
976
|
}, {
|
|
882
|
-
default: (0,
|
|
977
|
+
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)(icons_vue_.Delete))]),
|
|
883
978
|
_: 1
|
|
884
979
|
/* STABLE */
|
|
885
980
|
|
|
@@ -901,57 +996,57 @@ const __default__ = {
|
|
|
901
996
|
|
|
902
997
|
}, 8
|
|
903
998
|
/* PROPS */
|
|
904
|
-
, ["data", "header-cell-style"]), (0,
|
|
999
|
+
, ["data", "header-cell-style"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
905
1000
|
class: "kq-flight3d-btn-add",
|
|
906
1001
|
onClick: addKey
|
|
907
1002
|
}, {
|
|
908
|
-
default: (0,
|
|
1003
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
909
1004
|
size: 16
|
|
910
1005
|
}, {
|
|
911
|
-
default: (0,
|
|
1006
|
+
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)(icons_vue_.Plus))]),
|
|
912
1007
|
_: 1
|
|
913
1008
|
/* STABLE */
|
|
914
1009
|
|
|
915
|
-
}), (0,
|
|
1010
|
+
}), (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).addkeyframe), 1
|
|
916
1011
|
/* TEXT */
|
|
917
1012
|
)]),
|
|
918
1013
|
_: 1
|
|
919
1014
|
/* STABLE */
|
|
920
1015
|
|
|
921
|
-
}), (0,
|
|
1016
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
922
1017
|
class: "kq-flight3d-ybf",
|
|
923
|
-
label: (0,
|
|
1018
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).prePlay
|
|
924
1019
|
}, {
|
|
925
|
-
default: (0,
|
|
1020
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isPrePlaying) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_icon, {
|
|
926
1021
|
key: 0,
|
|
927
1022
|
size: 32,
|
|
928
1023
|
onClick: prePlay,
|
|
929
|
-
title: (0,
|
|
1024
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).play
|
|
930
1025
|
}, {
|
|
931
|
-
default: (0,
|
|
1026
|
+
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_.IconVideoPlay))]),
|
|
932
1027
|
_: 1
|
|
933
1028
|
/* STABLE */
|
|
934
1029
|
|
|
935
1030
|
}, 8
|
|
936
1031
|
/* PROPS */
|
|
937
|
-
, ["title"])) : ((0,
|
|
1032
|
+
, ["title"])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_icon, {
|
|
938
1033
|
key: 1,
|
|
939
1034
|
size: 32,
|
|
940
1035
|
onClick: prePause,
|
|
941
|
-
title: (0,
|
|
1036
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pause
|
|
942
1037
|
}, {
|
|
943
|
-
default: (0,
|
|
1038
|
+
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_.IconVideoPause))]),
|
|
944
1039
|
_: 1
|
|
945
1040
|
/* STABLE */
|
|
946
1041
|
|
|
947
1042
|
}, 8
|
|
948
1043
|
/* PROPS */
|
|
949
|
-
, ["title"])), (0,
|
|
1044
|
+
, ["title"])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
950
1045
|
size: 32,
|
|
951
1046
|
onClick: preStop,
|
|
952
|
-
title: (0,
|
|
1047
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).stop
|
|
953
1048
|
}, {
|
|
954
|
-
default: (0,
|
|
1049
|
+
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_.IconVideoStop))]),
|
|
955
1050
|
_: 1
|
|
956
1051
|
/* STABLE */
|
|
957
1052
|
|
|
@@ -963,26 +1058,26 @@ const __default__ = {
|
|
|
963
1058
|
|
|
964
1059
|
}, 8
|
|
965
1060
|
/* PROPS */
|
|
966
|
-
, ["label"]), (0,
|
|
1061
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_8, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
967
1062
|
type: "primary",
|
|
968
1063
|
onClick: save
|
|
969
1064
|
}, {
|
|
970
|
-
default: (0,
|
|
1065
|
+
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).save), 1
|
|
971
1066
|
/* TEXT */
|
|
972
1067
|
)]),
|
|
973
1068
|
_: 1
|
|
974
1069
|
/* STABLE */
|
|
975
1070
|
|
|
976
|
-
}), (0,
|
|
1071
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
977
1072
|
onClick: cancel
|
|
978
1073
|
}, {
|
|
979
|
-
default: (0,
|
|
1074
|
+
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).cancel), 1
|
|
980
1075
|
/* TEXT */
|
|
981
1076
|
)]),
|
|
982
1077
|
_: 1
|
|
983
1078
|
/* STABLE */
|
|
984
1079
|
|
|
985
|
-
})])])), (0,
|
|
1080
|
+
})])])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderSlot)(_ctx.$slots, "default")], 2
|
|
986
1081
|
/* CLASS */
|
|
987
1082
|
);
|
|
988
1083
|
};
|
|
@@ -998,6 +1093,9 @@ const __default__ = {
|
|
|
998
1093
|
const __exports__ = Flightvue_type_script_setup_true_lang_js;
|
|
999
1094
|
|
|
1000
1095
|
/* harmony default export */ var Flight = (__exports__);
|
|
1096
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1097
|
+
var init_js_ = __webpack_require__(5406);
|
|
1098
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1001
1099
|
;// CONCATENATED MODULE: ./src/webgl/flight/index.js
|
|
1002
1100
|
|
|
1003
1101
|
|
|
@@ -1009,6 +1107,7 @@ Flight.install = (Vue, opts) => {
|
|
|
1009
1107
|
};
|
|
1010
1108
|
|
|
1011
1109
|
|
|
1110
|
+
}();
|
|
1012
1111
|
module.exports = __webpack_exports__;
|
|
1013
1112
|
/******/ })()
|
|
1014
1113
|
;
|