@kq_npm/client3d_webgl_vue 4.5.30 → 4.5.32

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.
Files changed (55) hide show
  1. package/adddata/index.js +227 -496
  2. package/aspectanalysis/index.js +71 -182
  3. package/baseterraingallery/index.js +40 -102
  4. package/boxclip/index.js +197 -423
  5. package/clientPrint/index.js +7324 -17727
  6. package/comparemap/index.js +165 -216
  7. package/compass/index.js +20 -47
  8. package/excavatefillanalysis/index.js +101 -206
  9. package/fixedzoomin/index.js +20 -43
  10. package/fixedzoomout/index.js +18 -42
  11. package/flight/index.js +206 -353
  12. package/floodanalysis/index.js +145 -328
  13. package/geologicalbodyanalysis/index.js +114 -241
  14. package/gpuspatialquery/index.js +146 -340
  15. package/hawkeye/index.js +78 -80
  16. package/headertemp/index.js +8 -19
  17. package/heatmap3d/index.js +304 -645
  18. package/index.js +6896 -17544
  19. package/isolineanalysis/index.js +451 -1183
  20. package/light/index.js +308 -486
  21. package/limitheightanalysis/index.js +107 -204
  22. package/measure/index.js +145 -331
  23. package/modelFlat/index.js +114 -183
  24. package/modelexcavate/index.js +78 -172
  25. package/modelfilter/index.js +127 -252
  26. package/modelprofileanalysis/index.js +154 -297
  27. package/modelselect/index.js +90 -128
  28. package/package.json +1 -1
  29. package/particleeffect/index.js +170 -381
  30. package/planeclip/index.js +146 -281
  31. package/resetview/index.js +12 -31
  32. package/roller/index.js +252 -353
  33. package/scaneffect/index.js +178 -518
  34. package/sceneadvancedtoimage/index.js +152 -337
  35. package/sceneapp/index.js +7324 -17727
  36. package/sceneset/index.js +299 -838
  37. package/scenetohdimage/index.js +105 -276
  38. package/sceneview/index.js +7324 -17727
  39. package/screenshot/index.js +204 -281
  40. package/shadowanalysis/index.js +175 -386
  41. package/sightlineanalysis/index.js +135 -245
  42. package/skylineanalysis/index.js +108 -289
  43. package/slopeanalysis/index.js +174 -378
  44. package/slopeaspectanalysis/index.js +206 -466
  45. package/statusbar/index.js +37 -39
  46. package/terrainoperation/index.js +124 -218
  47. package/terrainprofileanalysis/index.js +66 -118
  48. package/typhoontrac/index.js +208 -330
  49. package/underground/index.js +16 -40
  50. package/videofusion/index.js +214 -470
  51. package/videoproject/index.js +220 -472
  52. package/viewshedanalysis/index.js +93 -230
  53. package/weathereffect/index.js +111 -295
  54. package/windyslicing/index.js +545 -727
  55. package/wireframesketch/index.js +49 -106
package/flight/index.js CHANGED
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
19
19
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
20
20
  /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
21
21
  /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
22
- /*
23
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
- * All rights reserved.
22
+ /*
23
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
+ * All rights reserved.
25
25
  */
26
26
 
27
27
 
28
-
29
28
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
30
29
  _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
31
30
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
32
31
  };
33
-
34
32
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
35
33
 
36
34
  /***/ }),
@@ -43,114 +41,111 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
43
41
  /* harmony export */ });
44
42
  /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
45
43
 
46
-
47
44
  /*
48
45
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
49
46
  * All rights reserved.
50
47
  */
51
48
  //飞行操作类
52
49
  class FlightViewModel {
53
- //飞行三维对象
54
50
  //停止事件
51
+
55
52
  constructor(viewer) {
56
53
  (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
57
-
54
+ //飞行三维对象
58
55
  (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
59
-
60
56
  this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
61
57
  this.stopEvent = this._animationPath.stoped;
62
- } //播放动画导航路径
63
-
58
+ }
64
59
 
60
+ //播放动画导航路径
65
61
  play() {
66
62
  this._animationPath.play();
67
- } //暂停动画导航路径
68
-
63
+ }
69
64
 
65
+ //暂停动画导航路径
70
66
  pause() {
71
67
  this._animationPath.pause();
72
- } //停止动画导航路径
73
-
68
+ }
74
69
 
70
+ //停止动画导航路径
75
71
  stop() {
76
72
  this._animationPath.stop();
77
- } //获取动画导航是否重复播放
78
-
73
+ }
79
74
 
75
+ //获取动画导航是否重复播放
80
76
  getAutoRepeat() {
81
77
  return this._animationPath.getAutoRepeat();
82
- } //设置动画导航是否循环播放
83
-
78
+ }
84
79
 
80
+ //设置动画导航是否循环播放
85
81
  setAutoRepeat(autoRepeat) {
86
82
  this._animationPath.setAutoRepeat(autoRepeat);
87
- } //将当前相机位置添加到动画导航路径中
88
-
83
+ }
89
84
 
85
+ //将当前相机位置添加到动画导航路径中
90
86
  addKeyPointByCurrentView(duration) {
91
87
  this._animationPath.addKeyPointByCurrentView(duration);
92
- } //使用当前视角修改指定索引位置的路径节点
93
-
88
+ }
94
89
 
90
+ //使用当前视角修改指定索引位置的路径节点
95
91
  modifyKeyPointByCurrentView(index, duration) {
96
92
  this._animationPath.modifyKeyPointByCurrentView(index, duration);
97
- } //获取指定索引位置处的路径节点
98
-
93
+ }
99
94
 
95
+ //获取指定索引位置处的路径节点
100
96
  getKeyPoint(index) {
101
97
  return this._animationPath.getKeyPoint(index);
102
- } //获取指定索引位置的路径节点的耗时信息
103
-
98
+ }
104
99
 
100
+ //获取指定索引位置的路径节点的耗时信息
105
101
  getKeyPointDur(index) {
106
102
  return this._animationPath.getKeyPointDur(index);
107
- } //修改指定索引位置的路径节点
108
-
103
+ }
109
104
 
105
+ //修改指定索引位置的路径节点
110
106
  modifyKeyPoint(index, position, orientation, duration) {
111
107
  this._animationPath.modifyKeyPoint(index, position, orientation, duration);
112
- } //删除动画导航中指定索引位置的路径节点
113
-
108
+ }
114
109
 
110
+ //删除动画导航中指定索引位置的路径节点
115
111
  deleteKeyPoint(index) {
116
112
  this._animationPath.deleteKeyPoint(index);
117
- } //获取动画导航所有的路径节点
118
-
113
+ }
119
114
 
115
+ //获取动画导航所有的路径节点
120
116
  getAllKeyPoints() {
121
117
  return this._animationPath.getAllKeyPoints();
122
- } //清空动画导航所有路径节点
123
-
118
+ }
124
119
 
120
+ //清空动画导航所有路径节点
125
121
  clearKeyPoints() {
126
122
  this._animationPath.clearKeyPoints();
127
- } //从xml字符串获取动画导航
128
-
123
+ }
129
124
 
125
+ //从xml字符串获取动画导航
130
126
  fromXmlString(xmlString) {
131
127
  this._animationPath.fromXmlString(xmlString);
132
- } //动画导航转换成xml字符串
133
-
128
+ }
134
129
 
130
+ //动画导航转换成xml字符串
135
131
  asXmlString() {
136
132
  return this._animationPath.asXmlString();
137
- } //从xml文件获取动画导航
138
-
133
+ }
139
134
 
135
+ //从xml文件获取动画导航
140
136
  fromXmlFile(xmlFile) {
141
137
  return this._animationPath.fromXmlFile(xmlFile);
142
- } //动画导航导出为xml文件
143
-
138
+ }
144
139
 
140
+ //动画导航导出为xml文件
145
141
  asXmlFile(xmlFileName) {
146
142
  this._animationPath.asXmlFile(xmlFileName);
147
- } //销毁
148
-
143
+ }
149
144
 
145
+ //销毁
150
146
  destroy() {
151
147
  this._animationPath = null;
152
148
  }
153
-
154
149
  }
155
150
 
156
151
  /***/ }),
@@ -169,6 +164,27 @@ module.exports = require("@kq_npm/client_icons_vue");
169
164
 
170
165
  /***/ }),
171
166
 
167
+ /***/ 2118:
168
+ /***/ (function(module) {
169
+
170
+ module.exports = require("core-js/modules/es.array.push.js");
171
+
172
+ /***/ }),
173
+
174
+ /***/ 8470:
175
+ /***/ (function(module) {
176
+
177
+ module.exports = require("core-js/modules/esnext.iterator.constructor.js");
178
+
179
+ /***/ }),
180
+
181
+ /***/ 1058:
182
+ /***/ (function(module) {
183
+
184
+ module.exports = require("core-js/modules/esnext.iterator.for-each.js");
185
+
186
+ /***/ }),
187
+
172
188
  /***/ 9389:
173
189
  /***/ (function(module) {
174
190
 
@@ -228,7 +244,6 @@ function _defineProperty(obj, key, value) {
228
244
  } else {
229
245
  obj[key] = value;
230
246
  }
231
-
232
247
  return obj;
233
248
  }
234
249
 
@@ -314,6 +329,12 @@ __webpack_require__.d(__webpack_exports__, {
314
329
  "default": function() { return /* reexport */ Flight; }
315
330
  });
316
331
 
332
+ // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
333
+ var es_array_push_js_ = __webpack_require__(2118);
334
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
335
+ var esnext_iterator_constructor_js_ = __webpack_require__(8470);
336
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
337
+ var esnext_iterator_for_each_js_ = __webpack_require__(1058);
317
338
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
318
339
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
319
340
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js
@@ -332,6 +353,9 @@ var util_ = __webpack_require__(3458);
332
353
  var vue_i18n_cjs_js_ = __webpack_require__(7080);
333
354
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
334
355
 
356
+
357
+
358
+
335
359
  const _hoisted_1 = {
336
360
  class: "kq-flight3d-box"
337
361
  };
@@ -391,7 +415,6 @@ const __default__ = {
391
415
  deleteFlightPath: {
392
416
  type: Function
393
417
  },
394
-
395
418
  /**
396
419
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
397
420
  */
@@ -421,7 +444,6 @@ const __default__ = {
421
444
  default: true
422
445
  }
423
446
  },
424
-
425
447
  setup(__props, {
426
448
  expose: __expose
427
449
  }) {
@@ -441,22 +463,25 @@ const __default__ = {
441
463
  let viewer = null;
442
464
  let pathPlayIndex = -1;
443
465
  let dropDownPath = null;
444
- let viewModel = null; // 表格头样式
466
+ let viewModel = null;
445
467
 
468
+ // 表格头样式
446
469
  let headClass = args => {
447
470
  return {
448
471
  "background-color": "var(--kq-fill-color-light)",
449
472
  color: "var(--kq-color-info)",
450
473
  "font-size": "14px"
451
474
  };
452
- }; // 组件容器Ref
453
-
475
+ };
454
476
 
455
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
477
+ // 组件容器Ref
478
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
456
479
 
480
+ // 生成组件默认header
457
481
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
458
- let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
482
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
459
483
 
484
+ // 国际化
460
485
  let {
461
486
  locale,
462
487
  messages
@@ -487,8 +512,9 @@ const __default__ = {
487
512
  pathList.forEach(path => {
488
513
  path.isPlaying = false;
489
514
  });
490
- }); //加载外部数据
515
+ });
491
516
 
517
+ //加载外部数据
492
518
  if (props.loadFlightPath) {
493
519
  props.loadFlightPath(dataList => {
494
520
  dataList = JSON.parse(JSON.stringify(dataList));
@@ -501,24 +527,25 @@ const __default__ = {
501
527
  }
502
528
  }
503
529
  });
504
- }); // 销毁
530
+ });
505
531
 
532
+ // 销毁
506
533
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
507
534
  viewModel.stop();
508
535
  document.removeEventListener("click", hideDropDownMenu);
509
536
  });
537
+
510
538
  /**
511
539
  * @description 监听header生成
512
540
  */
513
-
514
541
  const watchCreateHeaderTemp = () => {
515
542
  if (props.showHeaderTemp) {
516
543
  // 生成headerTemp
517
544
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
518
545
  }
519
- }; //新建路径
520
-
546
+ };
521
547
 
548
+ //新建路径
522
549
  function addPath() {
523
550
  pathList.forEach(path => {
524
551
  if (path.isPlaying) {
@@ -528,9 +555,9 @@ const __default__ = {
528
555
  viewModel.clearKeyPoints();
529
556
  isAdd.value = true;
530
557
  pathPlayIndex = -1;
531
- } //编辑路径
532
-
558
+ }
533
559
 
560
+ //编辑路径
534
561
  function editPath() {
535
562
  if (dropDownPath) {
536
563
  addPath();
@@ -539,9 +566,9 @@ const __default__ = {
539
566
  viewModel.fromXmlString(dropDownPath.xmlString);
540
567
  convertAnimationPathKeys();
541
568
  }
542
- } //转换AnimationPath节点数据
543
-
569
+ }
544
570
 
571
+ //转换AnimationPath节点数据
545
572
  function convertAnimationPathKeys() {
546
573
  var keyPoints = viewModel.getAllKeyPoints();
547
574
  keyPoints.forEach(key => {
@@ -555,65 +582,61 @@ const __default__ = {
555
582
  };
556
583
  tableData.push(data);
557
584
  });
558
- } //删除路径
559
-
585
+ }
560
586
 
587
+ //删除路径
561
588
  function deletePath() {
562
589
  if (dropDownPath) {
563
590
  if (dropDownPath.index === pathPlayIndex) {
564
591
  pathPlayIndex = -1;
565
592
  }
566
-
567
- pathList.splice(dropDownPath.index, 1); // 外部删除数据
568
-
593
+ pathList.splice(dropDownPath.index, 1);
594
+ // 外部删除数据
569
595
  if (props.deleteFlightPath) {
570
596
  props.deleteFlightPath(dropDownPath.guid);
571
597
  }
572
598
  }
573
- } //路径播放
574
-
599
+ }
575
600
 
601
+ //路径播放
576
602
  function play(item, index) {
577
603
  if (index !== pathPlayIndex) {
578
604
  viewModel.fromXmlString(item.xmlString);
579
605
  pathPlayIndex = index;
580
606
  }
581
-
582
607
  viewModel.play();
583
- item.isPlaying = true; // 设置循环播放
584
-
608
+ item.isPlaying = true;
609
+ // 设置循环播放
585
610
  viewModel.setAutoRepeat(item.isRepeat);
586
- } //路径播放暂停
587
-
611
+ }
588
612
 
613
+ //路径播放暂停
589
614
  function pause(item) {
590
615
  item.isPlaying = false;
591
616
  viewModel.pause();
592
- } //路径播放停止
593
-
617
+ }
594
618
 
619
+ //路径播放停止
595
620
  function stop(item) {
596
621
  item.isPlaying = false;
597
622
  viewModel.stop();
598
- } //循环播放
599
-
623
+ }
600
624
 
625
+ //循环播放
601
626
  function repeat(item) {
602
627
  item.isRepeat = !item.isRepeat;
603
-
604
628
  if (item.isPlaying) {
605
629
  viewModel.setAutoRepeat(item.isRepeat);
606
630
  }
607
- } //显示更多功能菜单
608
-
631
+ }
609
632
 
633
+ //显示更多功能菜单
610
634
  function showDropDownMenu(item, index) {
611
635
  if (showMoreMenu.value === true && index === dropDownPath.index) {
612
636
  showMoreMenu.value = false;
613
637
  document.addEventListener("click", hideDropDownMenu);
614
638
  return;
615
639
  }
616
-
617
640
  showMoreMenu.value = true;
618
641
  let _menuDropdown = dropDownMenu.value.$el;
619
642
  _menuDropdown.style.left = window.event.clientX - 70 + "px";
@@ -623,21 +646,20 @@ const __default__ = {
623
646
  ...item
624
647
  };
625
648
  document.addEventListener("click", hideDropDownMenu);
626
- } //隐藏更多功能菜单
627
-
649
+ }
628
650
 
651
+ //隐藏更多功能菜单
629
652
  function hideDropDownMenu() {
630
653
  if (dropDownMenu.value) {
631
654
  // 去除选中样式
632
655
  let selectElement = dropDownMenu.value.$el.querySelector(".is-active");
633
656
  if (selectElement) selectElement.classList.remove("is-active");
634
657
  }
635
-
636
658
  document.removeEventListener("click", hideDropDownMenu);
637
659
  showMoreMenu.value = false;
638
- } //添加关键帧
639
-
660
+ }
640
661
 
662
+ //添加关键帧
641
663
  function addKey() {
642
664
  var duration = 5;
643
665
  var lonlat = viewer.getCurrentView();
@@ -650,9 +672,9 @@ const __default__ = {
650
672
  };
651
673
  tableData.push(data);
652
674
  viewModel.addKeyPointByCurrentView(duration);
653
- } //替换关键帧
654
-
675
+ }
655
676
 
677
+ //替换关键帧
656
678
  function replaceKey(index, row) {
657
679
  var lonlat = viewer.getCurrentView();
658
680
  var positionArr = [lonlat.longitude.toFixed(4) * 1, lonlat.latitude.toFixed(4) * 1, lonlat.height.toFixed(2) * 1];
@@ -660,43 +682,41 @@ const __default__ = {
660
682
  row.position = position;
661
683
  row.positionArr = positionArr;
662
684
  viewModel.modifyKeyPointByCurrentView(index, row.interval);
663
- } //删除关键帧
664
-
685
+ }
665
686
 
687
+ //删除关键帧
666
688
  function deleteKey(index) {
667
689
  viewModel.deleteKeyPoint(index);
668
690
  tableData.splice(index, 1);
669
- } //预播放
670
-
691
+ }
671
692
 
693
+ //预播放
672
694
  function prePlay() {
673
695
  for (let index = 0; index < tableData.length; index++) {
674
696
  var duration = tableData[index].interval;
675
697
  var key = viewModel.getKeyPoint(index);
676
698
  var dur = viewModel.getKeyPointDur(index);
677
-
678
699
  if (dur !== duration) {
679
700
  viewModel.modifyKeyPoint(index, key.position, key.orientation, duration);
680
701
  }
681
702
  }
682
-
683
703
  isPrePlaying.value = true;
684
704
  viewModel.play();
685
- } //预播放暂停
686
-
705
+ }
687
706
 
707
+ //预播放暂停
688
708
  function prePause() {
689
709
  isPrePlaying.value = false;
690
710
  viewModel.pause();
691
- } //预播放停止
692
-
711
+ }
693
712
 
713
+ //预播放停止
694
714
  function preStop() {
695
715
  isPrePlaying.value = false;
696
716
  viewModel.stop();
697
- } //保存
698
-
717
+ }
699
718
 
719
+ //保存
700
720
  function save() {
701
721
  if (pathName.value === "") {
702
722
  (0,message/* default */.Z)({
@@ -708,21 +728,18 @@ const __default__ = {
708
728
  var duration = tableData[index].interval;
709
729
  var key = viewModel.getKeyPoint(index);
710
730
  var dur = viewModel.getKeyPointDur(index);
711
-
712
731
  if (dur !== duration) {
713
732
  viewModel.modifyKeyPoint(index, key.position, key.orientation, duration);
714
733
  }
715
734
  }
716
-
717
735
  var xmlString = viewModel.asXmlString();
718
-
719
736
  if (isEdit.value) {
720
737
  //编辑路径
721
738
  if (dropDownPath) {
722
739
  var editPath = pathList[dropDownPath.index];
723
740
  editPath.name = pathName.value;
724
- editPath.xmlString = xmlString; // 外部保存数据
725
-
741
+ editPath.xmlString = xmlString;
742
+ // 外部保存数据
726
743
  if (props.saveFlightPath) {
727
744
  props.saveFlightPath({
728
745
  guid: editPath.guid,
@@ -739,8 +756,8 @@ const __default__ = {
739
756
  xmlString: xmlString,
740
757
  isPlaying: false
741
758
  };
742
- pathList.push(path); // 外部保存数据
743
-
759
+ pathList.push(path);
760
+ // 外部保存数据
744
761
  if (props.saveFlightPath) {
745
762
  props.saveFlightPath({
746
763
  guid: path.guid,
@@ -749,12 +766,11 @@ const __default__ = {
749
766
  });
750
767
  }
751
768
  }
752
-
753
769
  cancel();
754
770
  }
755
- } //取消
756
-
771
+ }
757
772
 
773
+ //取消
758
774
  function cancel() {
759
775
  preStop();
760
776
  viewModel.clearKeyPoints();
@@ -762,9 +778,9 @@ const __default__ = {
762
778
  isAdd.value = false;
763
779
  pathName.value = "";
764
780
  isEdit.value = false;
765
- } //导入文件
766
-
781
+ }
767
782
 
783
+ //导入文件
768
784
  function importFile(file) {
769
785
  var name = file.name.split(".")[0];
770
786
  viewModel.fromXmlFile(file.raw).then(() => {
@@ -775,8 +791,9 @@ const __default__ = {
775
791
  xmlString: xmlString,
776
792
  isPlaying: false
777
793
  };
778
- pathList.push(path); // 外部保存数据
794
+ pathList.push(path);
779
795
 
796
+ // 外部保存数据
780
797
  if (props.saveFlightPath) {
781
798
  props.saveFlightPath({
782
799
  guid: path.guid,
@@ -785,16 +802,15 @@ const __default__ = {
785
802
  });
786
803
  }
787
804
  });
788
- } //导出文件
789
-
805
+ }
790
806
 
807
+ //导出文件
791
808
  function exportFile() {
792
809
  if (dropDownPath) {
793
810
  viewModel.fromXmlString(dropDownPath.xmlString);
794
811
  viewModel.asXmlFile(dropDownPath.name);
795
812
  }
796
813
  }
797
-
798
814
  __expose({
799
815
  convertAnimationPathKeys,
800
816
  showDropDownMenu,
@@ -817,30 +833,18 @@ const __default__ = {
817
833
  importFile,
818
834
  exportFile
819
835
  });
820
-
821
836
  return (_ctx, _cache) => {
822
837
  const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
823
-
824
838
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
825
-
826
839
  const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
827
-
828
840
  const _component_kq_menu_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-menu-item");
829
-
830
841
  const _component_kq_menu = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-menu");
831
-
832
842
  const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
833
-
834
843
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
835
-
836
844
  const _component_kq_table_column = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table-column");
837
-
838
845
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
839
-
840
846
  const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table");
841
-
842
847
  const _component_kq_divider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-divider");
843
-
844
848
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
845
849
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq-flight3d", {
846
850
  'kq-box-shadow': __props.showShadow
@@ -851,9 +855,7 @@ const __default__ = {
851
855
  key: 0,
852
856
  ref_key: "headerTempRef",
853
857
  ref: headerTempRef
854
- }, null, 512
855
- /* NEED_PATCH */
856
- )) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.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_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
858
+ }, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.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_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
857
859
  onClick: addPath,
858
860
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addPath
859
861
  }, {
@@ -861,16 +863,10 @@ const __default__ = {
861
863
  size: 24
862
864
  }, {
863
865
  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))]),
864
- _: 1
865
- /* STABLE */
866
-
866
+ _: 1 /* STABLE */
867
867
  })]),
868
- _: 1
869
- /* STABLE */
870
-
871
- }, 8
872
- /* PROPS */
873
- , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
868
+ _: 1 /* STABLE */
869
+ }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
874
870
  style: {
875
871
  "margin-left": "4px"
876
872
  },
@@ -886,22 +882,12 @@ const __default__ = {
886
882
  size: 24
887
883
  }, {
888
884
  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_.IconUploadCloud))]),
889
- _: 1
890
- /* STABLE */
891
-
885
+ _: 1 /* STABLE */
892
886
  })]),
893
- _: 1
894
- /* STABLE */
895
-
896
- }, 8
897
- /* PROPS */
898
- , ["title"])]),
899
- _: 1
900
- /* STABLE */
901
-
902
- })]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, (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
903
- /* TEXT */
904
- ), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu, {
887
+ _: 1 /* STABLE */
888
+ }, 8 /* PROPS */, ["title"])]),
889
+ _: 1 /* STABLE */
890
+ })]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, (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 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu, {
905
891
  class: "pathlist-ul"
906
892
  }, {
907
893
  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) => {
@@ -909,9 +895,7 @@ const __default__ = {
909
895
  index: index,
910
896
  key: index
911
897
  }, {
912
- 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
913
- /* TEXT */
914
- ), 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, {
898
+ 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 /* TEXT */), 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, {
915
899
  key: 0,
916
900
  size: 16,
917
901
  class: "menuIcon",
@@ -919,12 +903,8 @@ const __default__ = {
919
903
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pause
920
904
  }, {
921
905
  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))]),
922
- _: 2
923
- /* DYNAMIC */
924
-
925
- }, 1032
926
- /* PROPS, DYNAMIC_SLOTS */
927
- , ["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, {
906
+ _: 2 /* DYNAMIC */
907
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["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, {
928
908
  key: 1,
929
909
  size: 16,
930
910
  class: "menuIcon",
@@ -932,60 +912,36 @@ const __default__ = {
932
912
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).play
933
913
  }, {
934
914
  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))]),
935
- _: 2
936
- /* DYNAMIC */
937
-
938
- }, 1032
939
- /* PROPS, DYNAMIC_SLOTS */
940
- , ["onClick", "title"])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
915
+ _: 2 /* DYNAMIC */
916
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title"])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
941
917
  size: 16,
942
918
  class: "menuIcon",
943
919
  onClick: $event => stop(item),
944
920
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).stop
945
921
  }, {
946
922
  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))]),
947
- _: 2
948
- /* DYNAMIC */
949
-
950
- }, 1032
951
- /* PROPS, DYNAMIC_SLOTS */
952
- , ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
923
+ _: 2 /* DYNAMIC */
924
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
953
925
  size: 16,
954
926
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(item.isRepeat ? 'kq-icon-light' : ''),
955
927
  onClick: $event => repeat(item),
956
928
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).repeat
957
929
  }, {
958
930
  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))]),
959
- _: 2
960
- /* DYNAMIC */
961
-
962
- }, 1032
963
- /* PROPS, DYNAMIC_SLOTS */
964
- , ["class", "onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
931
+ _: 2 /* DYNAMIC */
932
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["class", "onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
965
933
  size: 16,
966
934
  class: "menuIcon",
967
935
  onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => showDropDownMenu(item, index), ["prevent", "stop"]),
968
936
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).more
969
937
  }, {
970
938
  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))]),
971
- _: 2
972
- /* DYNAMIC */
973
-
974
- }, 1032
975
- /* PROPS, DYNAMIC_SLOTS */
976
- , ["onClick", "title"])]),
977
- _: 2
978
- /* DYNAMIC */
979
-
980
- }, 1032
981
- /* PROPS, DYNAMIC_SLOTS */
982
- , ["index"]);
983
- }), 128
984
- /* KEYED_FRAGMENT */
985
- ))]),
986
- _: 1
987
- /* STABLE */
988
-
939
+ _: 2 /* DYNAMIC */
940
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title"])]),
941
+ _: 2 /* DYNAMIC */
942
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["index"]);
943
+ }), 128 /* KEYED_FRAGMENT */))]),
944
+ _: 1 /* STABLE */
989
945
  }), (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, {
990
946
  class: "dropdown-ul",
991
947
  ref_key: "dropDownMenu",
@@ -999,15 +955,9 @@ const __default__ = {
999
955
  size: 16
1000
956
  }, {
1001
957
  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))]),
1002
- _: 1
1003
- /* STABLE */
1004
-
1005
- }), (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
1006
- /* TEXT */
1007
- )]),
1008
- _: 1
1009
- /* STABLE */
1010
-
958
+ _: 1 /* STABLE */
959
+ }), (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 /* TEXT */)]),
960
+ _: 1 /* STABLE */
1011
961
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu_item, {
1012
962
  index: "2",
1013
963
  onClick: exportFile
@@ -1016,15 +966,9 @@ const __default__ = {
1016
966
  size: 14
1017
967
  }, {
1018
968
  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))]),
1019
- _: 1
1020
- /* STABLE */
1021
-
1022
- }), (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
1023
- /* TEXT */
1024
- )]),
1025
- _: 1
1026
- /* STABLE */
1027
-
969
+ _: 1 /* STABLE */
970
+ }), (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 /* TEXT */)]),
971
+ _: 1 /* STABLE */
1028
972
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu_item, {
1029
973
  index: "3",
1030
974
  onClick: deletePath
@@ -1033,24 +977,12 @@ const __default__ = {
1033
977
  size: 16
1034
978
  }, {
1035
979
  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))]),
1036
- _: 1
1037
- /* STABLE */
1038
-
1039
- }), (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
1040
- /* TEXT */
1041
- )]),
1042
- _: 1
1043
- /* STABLE */
1044
-
980
+ _: 1 /* STABLE */
981
+ }), (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 /* TEXT */)]),
982
+ _: 1 /* STABLE */
1045
983
  })]),
1046
- _: 1
1047
- /* STABLE */
1048
-
1049
- }, 512
1050
- /* NEED_PATCH */
1051
- )], 512
1052
- /* NEED_PATCH */
1053
- ), [[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_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
984
+ _: 1 /* STABLE */
985
+ }, 512 /* NEED_PATCH */)], 512 /* NEED_PATCH */), [[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_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1054
986
  text: "",
1055
987
  onClick: cancel
1056
988
  }, {
@@ -1058,18 +990,10 @@ const __default__ = {
1058
990
  size: 16
1059
991
  }, {
1060
992
  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))]),
1061
- _: 1
1062
- /* STABLE */
1063
-
993
+ _: 1 /* STABLE */
1064
994
  })]),
1065
- _: 1
1066
- /* STABLE */
1067
-
1068
- }), !(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_7, (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
1069
- /* TEXT */
1070
- )) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("span", _hoisted_8, (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
1071
- /* TEXT */
1072
- ))]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
995
+ _: 1 /* STABLE */
996
+ }), !(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_7, (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 /* TEXT */)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("span", _hoisted_8, (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 /* TEXT */))]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
1073
997
  class: "kq-flight3d-item-name",
1074
998
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pathName
1075
999
  }, {
@@ -1077,15 +1001,9 @@ const __default__ = {
1077
1001
  placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).enterPathName,
1078
1002
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(pathName),
1079
1003
  "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(pathName) ? pathName.value = $event : pathName = $event)
1080
- }, null, 8
1081
- /* PROPS */
1082
- , ["placeholder", "modelValue"])]),
1083
- _: 1
1084
- /* STABLE */
1085
-
1086
- }, 8
1087
- /* PROPS */
1088
- , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table, {
1004
+ }, null, 8 /* PROPS */, ["placeholder", "modelValue"])]),
1005
+ _: 1 /* STABLE */
1006
+ }, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table, {
1089
1007
  border: "",
1090
1008
  data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tableData),
1091
1009
  "header-cell-style": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headClass)
@@ -1095,15 +1013,11 @@ const __default__ = {
1095
1013
  width: "50",
1096
1014
  type: "index",
1097
1015
  align: "center"
1098
- }, null, 8
1099
- /* PROPS */
1100
- , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
1016
+ }, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
1101
1017
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).position,
1102
1018
  prop: "position",
1103
1019
  align: "center"
1104
- }, null, 8
1105
- /* PROPS */
1106
- , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
1020
+ }, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
1107
1021
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).interval,
1108
1022
  width: "100",
1109
1023
  align: "center"
@@ -1116,15 +1030,9 @@ const __default__ = {
1116
1030
  style: {
1117
1031
  "width": "83px"
1118
1032
  }
1119
- }, null, 8
1120
- /* PROPS */
1121
- , ["modelValue", "onUpdate:modelValue"])]),
1122
- _: 1
1123
- /* STABLE */
1124
-
1125
- }, 8
1126
- /* PROPS */
1127
- , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
1033
+ }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])]),
1034
+ _: 1 /* STABLE */
1035
+ }, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
1128
1036
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operation,
1129
1037
  width: "90",
1130
1038
  align: "center"
@@ -1137,16 +1045,10 @@ const __default__ = {
1137
1045
  size: 16
1138
1046
  }, {
1139
1047
  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))]),
1140
- _: 1
1141
- /* STABLE */
1142
-
1048
+ _: 1 /* STABLE */
1143
1049
  })]),
1144
- _: 2
1145
- /* DYNAMIC */
1146
-
1147
- }, 1032
1148
- /* PROPS, DYNAMIC_SLOTS */
1149
- , ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1050
+ _: 2 /* DYNAMIC */
1051
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1150
1052
  onClick: $event => deleteKey(scope.$index),
1151
1053
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).delete
1152
1054
  }, {
@@ -1154,28 +1056,14 @@ const __default__ = {
1154
1056
  size: 16
1155
1057
  }, {
1156
1058
  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))]),
1157
- _: 1
1158
- /* STABLE */
1159
-
1059
+ _: 1 /* STABLE */
1160
1060
  })]),
1161
- _: 2
1162
- /* DYNAMIC */
1163
-
1164
- }, 1032
1165
- /* PROPS, DYNAMIC_SLOTS */
1166
- , ["onClick", "title"])]),
1167
- _: 1
1168
- /* STABLE */
1169
-
1170
- }, 8
1171
- /* PROPS */
1172
- , ["label"])]),
1173
- _: 1
1174
- /* STABLE */
1175
-
1176
- }, 8
1177
- /* PROPS */
1178
- , ["data", "header-cell-style"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1061
+ _: 2 /* DYNAMIC */
1062
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title"])]),
1063
+ _: 1 /* STABLE */
1064
+ }, 8 /* PROPS */, ["label"])]),
1065
+ _: 1 /* STABLE */
1066
+ }, 8 /* PROPS */, ["data", "header-cell-style"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1179
1067
  class: "kq-flight3d-btn-add",
1180
1068
  onClick: addKey
1181
1069
  }, {
@@ -1183,15 +1071,9 @@ const __default__ = {
1183
1071
  size: 16
1184
1072
  }, {
1185
1073
  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))]),
1186
- _: 1
1187
- /* STABLE */
1188
-
1189
- }), (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
1190
- /* TEXT */
1191
- )]),
1192
- _: 1
1193
- /* STABLE */
1194
-
1074
+ _: 1 /* STABLE */
1075
+ }), (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 /* TEXT */)]),
1076
+ _: 1 /* STABLE */
1195
1077
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
1196
1078
  class: "kq-flight3d-ybf",
1197
1079
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).prePlay
@@ -1203,65 +1085,38 @@ const __default__ = {
1203
1085
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).play
1204
1086
  }, {
1205
1087
  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))]),
1206
- _: 1
1207
- /* STABLE */
1208
-
1209
- }, 8
1210
- /* PROPS */
1211
- , ["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, {
1088
+ _: 1 /* STABLE */
1089
+ }, 8 /* PROPS */, ["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, {
1212
1090
  key: 1,
1213
1091
  size: 32,
1214
1092
  onClick: prePause,
1215
1093
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pause
1216
1094
  }, {
1217
1095
  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))]),
1218
- _: 1
1219
- /* STABLE */
1220
-
1221
- }, 8
1222
- /* PROPS */
1223
- , ["title"])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
1096
+ _: 1 /* STABLE */
1097
+ }, 8 /* PROPS */, ["title"])), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
1224
1098
  size: 32,
1225
1099
  onClick: preStop,
1226
1100
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).stop
1227
1101
  }, {
1228
1102
  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))]),
1229
- _: 1
1230
- /* STABLE */
1231
-
1232
- }, 8
1233
- /* PROPS */
1234
- , ["title"])])]),
1235
- _: 1
1236
- /* STABLE */
1237
-
1238
- }, 8
1239
- /* PROPS */
1240
- , ["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_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1103
+ _: 1 /* STABLE */
1104
+ }, 8 /* PROPS */, ["title"])])]),
1105
+ _: 1 /* STABLE */
1106
+ }, 8 /* PROPS */, ["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_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1241
1107
  type: "primary",
1242
1108
  onClick: save
1243
1109
  }, {
1244
- 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
1245
- /* TEXT */
1246
- )]),
1247
- _: 1
1248
- /* STABLE */
1249
-
1110
+ 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 /* TEXT */)]),
1111
+ _: 1 /* STABLE */
1250
1112
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1251
1113
  onClick: cancel
1252
1114
  }, {
1253
- 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
1254
- /* TEXT */
1255
- )]),
1256
- _: 1
1257
- /* STABLE */
1258
-
1259
- })])]))])], 2
1260
- /* CLASS */
1261
- );
1115
+ 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 /* TEXT */)]),
1116
+ _: 1 /* STABLE */
1117
+ })])]))])], 2 /* CLASS */);
1262
1118
  };
1263
1119
  }
1264
-
1265
1120
  }));
1266
1121
  ;// CONCATENATED MODULE: ./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
1267
1122
 
@@ -1283,13 +1138,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
1283
1138
 
1284
1139
 
1285
1140
 
1286
-
1287
1141
  Flight.install = (Vue, opts) => {
1288
1142
  init_js_default()(Vue, opts);
1289
1143
  Vue.component(Flight.name, Flight);
1290
1144
  };
1291
1145
 
1292
-
1293
1146
  }();
1294
1147
  /******/ return __webpack_exports__;
1295
1148
  /******/ })()