@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.5-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/adddata/index.js +337 -524
  2. package/adddata/style/adddata.css +1 -1
  3. package/aspectanalysis/index.js +163 -229
  4. package/baseterraingallery/index.js +122 -145
  5. package/boxclip/index.js +291 -472
  6. package/clientPrint/index.js +368 -906
  7. package/clientPrint/style/clientPrint.css +1 -1
  8. package/comparemap/index.js +224 -246
  9. package/compass/index.js +96 -84
  10. package/excavatefillanalysis/index.js +185 -255
  11. package/fixedzoomin/index.js +91 -76
  12. package/fixedzoomout/index.js +91 -76
  13. package/flight/index.js +298 -402
  14. package/flight/style/flight.css +1 -1
  15. package/floodanalysis/index.js +248 -385
  16. package/geologicalbodyanalysis/index.js +206 -288
  17. package/gpuspatialquery/index.js +243 -392
  18. package/hawkeye/index.js +139 -103
  19. package/headertemp/index.js +23 -33
  20. package/heatmap3d/index.js +427 -734
  21. package/heatmap3d/style/heatmap3d.css +1 -1
  22. package/index.js +8170 -17000
  23. package/isolineanalysis/index.js +557 -1233
  24. package/light/index.js +351 -488
  25. package/limitheightanalysis/index.js +249 -312
  26. package/measure/index.js +341 -495
  27. package/modelFlat/index.js +261 -259
  28. package/modelexcavate/index.js +214 -266
  29. package/modelfilter/index.js +216 -299
  30. package/modelprofileanalysis/index.js +354 -465
  31. package/modelselect/index.js +183 -175
  32. package/package.json +1 -1
  33. package/particleeffect/index.js +257 -430
  34. package/planeclip/index.js +240 -330
  35. package/resetview/index.js +89 -69
  36. package/roller/index.js +305 -363
  37. package/scaneffect/index.js +274 -572
  38. package/sceneadvancedtoimage/index.js +1057 -0
  39. package/sceneadvancedtoimage/style/index.js +3 -0
  40. package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
  41. package/sceneapp/index.js +818 -2179
  42. package/sceneset/index.js +391 -885
  43. package/scenetohdimage/index.js +212 -346
  44. package/scenetohdimage/style/scenetohdimage.css +1 -1
  45. package/sceneview/index.js +9208 -17907
  46. package/sceneview/style/sceneview.css +1 -1
  47. package/screenshot/index.js +273 -312
  48. package/shadowanalysis/index.js +259 -437
  49. package/sightlineanalysis/index.js +229 -312
  50. package/sightlineanalysis/style/divpoint.css +1 -1
  51. package/skylineanalysis/index.js +204 -341
  52. package/slopeanalysis/index.js +274 -435
  53. package/slopeaspectanalysis/index.js +307 -524
  54. package/statusbar/index.js +113 -84
  55. package/style.css +1 -1
  56. package/terrainoperation/index.js +222 -271
  57. package/terrainprofileanalysis/index.js +166 -173
  58. package/underground/index.js +96 -82
  59. package/videofusion/index.js +305 -519
  60. package/videoproject/index.js +311 -521
  61. package/viewshedanalysis/index.js +176 -275
  62. package/weathereffect/index.js +197 -343
  63. package/wireframesketch/index.js +133 -141
@@ -7,13 +7,14 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__2975__, __WEBPACK_EXTERNAL_MODULE__455__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 7705:
16
- /***/ (function(module) {
15
+ /***/ 9089:
16
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
17
+
17
18
 
18
19
 
19
20
  /*
@@ -22,51 +23,43 @@ return /******/ (function() { // webpackBootstrap
22
23
  */
23
24
  // css base code, injected by the css-loader
24
25
  // eslint-disable-next-line func-names
25
-
26
+ __webpack_require__(2652);
27
+ __webpack_require__(8224);
26
28
  module.exports = function (cssWithMappingToString) {
27
29
  var list = []; // return the list of modules as css string
28
30
 
29
31
  list.toString = function toString() {
30
32
  return this.map(function (item) {
31
33
  var content = cssWithMappingToString(item);
32
-
33
34
  if (item[2]) {
34
35
  return "@media ".concat(item[2], " {").concat(content, "}");
35
36
  }
36
-
37
37
  return content;
38
38
  }).join("");
39
39
  }; // import a list of modules into the list
40
40
  // eslint-disable-next-line func-names
41
41
 
42
-
43
42
  list.i = function (modules, mediaQuery, dedupe) {
44
43
  if (typeof modules === "string") {
45
44
  // eslint-disable-next-line no-param-reassign
46
45
  modules = [[null, modules, ""]];
47
46
  }
48
-
49
47
  var alreadyImportedModules = {};
50
-
51
48
  if (dedupe) {
52
49
  for (var i = 0; i < this.length; i++) {
53
50
  // eslint-disable-next-line prefer-destructuring
54
51
  var id = this[i][0];
55
-
56
52
  if (id != null) {
57
53
  alreadyImportedModules[id] = true;
58
54
  }
59
55
  }
60
56
  }
61
-
62
57
  for (var _i = 0; _i < modules.length; _i++) {
63
58
  var item = [].concat(modules[_i]);
64
-
65
59
  if (dedupe && alreadyImportedModules[item[0]]) {
66
60
  // eslint-disable-next-line no-continue
67
61
  continue;
68
62
  }
69
-
70
63
  if (mediaQuery) {
71
64
  if (!item[2]) {
72
65
  item[2] = mediaQuery;
@@ -74,20 +67,18 @@ module.exports = function (cssWithMappingToString) {
74
67
  item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
75
68
  }
76
69
  }
77
-
78
70
  list.push(item);
79
71
  }
80
72
  };
81
-
82
73
  return list;
83
74
  };
84
75
 
85
76
  /***/ }),
86
77
 
87
- /***/ 807:
78
+ /***/ 5370:
88
79
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
89
80
 
90
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
81
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9089);
91
82
  /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
92
83
  // Imports
93
84
 
@@ -95,12 +86,12 @@ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBP
95
86
  // Module
96
87
  ___CSS_LOADER_EXPORT___.push([module.id, ".cesium-viewer-bottom{right:0px !important;display:flex;justify-content:center}.cesium-viewer-bottom .cesium-viewer-statusContainer{bottom:16px !important;font-size:14px;right:unset}", ""]);
97
88
  // Exports
98
- /* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
89
+ /* harmony default export */ __webpack_exports__.A = (___CSS_LOADER_EXPORT___);
99
90
 
100
91
 
101
92
  /***/ }),
102
93
 
103
- /***/ 3379:
94
+ /***/ 5072:
104
95
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
105
96
 
106
97
 
@@ -375,62 +366,108 @@ module.exports = function (list, options) {
375
366
 
376
367
  /***/ }),
377
368
 
378
- /***/ 7080:
369
+ /***/ 2652:
370
+ /***/ (function(module) {
371
+
372
+ module.exports = require("core-js/modules/es.array.push.js");
373
+
374
+ /***/ }),
375
+
376
+ /***/ 8224:
377
+ /***/ (function(module) {
378
+
379
+ module.exports = require("core-js/modules/esnext.iterator.map.js");
380
+
381
+ /***/ }),
382
+
383
+ /***/ 3579:
379
384
  /***/ (function(module) {
380
385
 
381
386
  module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
382
387
 
383
388
  /***/ }),
384
389
 
385
- /***/ 7135:
390
+ /***/ 64:
386
391
  /***/ (function(module) {
387
392
 
388
- module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
393
+ module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
389
394
 
390
395
  /***/ }),
391
396
 
392
- /***/ 3458:
397
+ /***/ 2975:
393
398
  /***/ (function(module) {
394
399
 
395
- module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
400
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
396
401
 
397
402
  /***/ }),
398
403
 
399
- /***/ 7997:
404
+ /***/ 455:
400
405
  /***/ (function(module) {
401
406
 
402
- module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
407
+ module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
403
408
 
404
409
  /***/ }),
405
410
 
406
- /***/ 1895:
411
+ /***/ 154:
407
412
  /***/ (function(module) {
408
413
 
409
- module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
414
+ module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
410
415
 
411
416
  /***/ }),
412
417
 
413
- /***/ 8270:
418
+ /***/ 6913:
414
419
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
415
420
 
416
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
417
- /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
418
- /* harmony export */ });
419
- function _defineProperty(obj, key, value) {
420
- if (key in obj) {
421
- Object.defineProperty(obj, key, {
422
- value: value,
423
- enumerable: true,
424
- configurable: true,
425
- writable: true
426
- });
427
- } else {
428
- obj[key] = value;
421
+
422
+ // EXPORTS
423
+ __webpack_require__.d(__webpack_exports__, {
424
+ A: function() { return /* binding */ _defineProperty; }
425
+ });
426
+
427
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
428
+ function _typeof(o) {
429
+ "@babel/helpers - typeof";
430
+
431
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
432
+ return typeof o;
433
+ } : function (o) {
434
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
435
+ }, _typeof(o);
436
+ }
437
+
438
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
439
+
440
+ function toPrimitive(t, r) {
441
+ if ("object" != _typeof(t) || !t) return t;
442
+ var e = t[Symbol.toPrimitive];
443
+ if (void 0 !== e) {
444
+ var i = e.call(t, r || "default");
445
+ if ("object" != _typeof(i)) return i;
446
+ throw new TypeError("@@toPrimitive must return a primitive value.");
429
447
  }
448
+ return ("string" === r ? String : Number)(t);
449
+ }
450
+
451
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
452
+
453
+
454
+ function toPropertyKey(t) {
455
+ var i = toPrimitive(t, "string");
456
+ return "symbol" == _typeof(i) ? i : i + "";
457
+ }
458
+
459
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
430
460
 
431
- return obj;
461
+ function _defineProperty(e, r, t) {
462
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
463
+ value: t,
464
+ enumerable: !0,
465
+ configurable: !0,
466
+ writable: !0
467
+ }) : e[r] = t, e;
432
468
  }
433
469
 
470
+
434
471
  /***/ })
435
472
 
436
473
  /******/ });
@@ -507,33 +544,34 @@ function _defineProperty(obj, key, value) {
507
544
  /******/
508
545
  /************************************************************************/
509
546
  var __webpack_exports__ = {};
510
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
511
- !function() {
512
547
  // ESM COMPAT FLAG
513
548
  __webpack_require__.r(__webpack_exports__);
514
549
 
515
550
  // EXPORTS
516
551
  __webpack_require__.d(__webpack_exports__, {
517
- "StatusBarViewModel": function() { return /* reexport */ StatusBarViewModel; },
552
+ StatusBarViewModel: function() { return /* reexport */ StatusBarViewModel; },
518
553
  "default": function() { return /* reexport */ StatusBar; }
519
554
  });
520
555
 
521
556
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
522
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
557
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
523
558
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
524
- var gis_utils_ = __webpack_require__(7135);
525
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
526
- var defineProperty = __webpack_require__(8270);
559
+ var gis_utils_ = __webpack_require__(64);
560
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
561
+ var defineProperty = __webpack_require__(6913);
527
562
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
528
- var util_ = __webpack_require__(3458);
563
+ var util_ = __webpack_require__(2975);
529
564
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBarViewModel.js
530
565
 
531
- // 地图状态栏逻辑类
566
+ /*
567
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
568
+ * All rights reserved.
569
+ */
532
570
 
571
+ // 地图状态栏逻辑类
533
572
  class StatusBarViewModel {
534
573
  constructor(viewer, options) {
535
- (0,defineProperty/* default */.Z)(this, "_viewer", null);
536
-
574
+ (0,defineProperty/* default */.A)(this, "_viewer", null);
537
575
  viewer.statusBar.show = true;
538
576
  let callback = viewer.statusBar.readyPromise.then || viewer.statusBar.readyPromise.resolve;
539
577
  callback(() => {
@@ -543,33 +581,26 @@ class StatusBarViewModel {
543
581
  if (options.hideResolution) {
544
582
  viewer.statusBar.hideResolution();
545
583
  }
546
-
547
584
  if (options.hideScale) {
548
585
  viewer.statusBar.hideScale();
549
586
  }
550
-
551
587
  if (options.hideLonLat) {
552
588
  viewer.statusBar.hideLonLat();
553
589
  }
554
-
555
590
  if (options.hideEyeAlt) {
556
591
  viewer.statusBar.hideEyeAlt();
557
592
  }
558
-
559
593
  if (options.hideCopyright) {
560
594
  viewer.statusBar.hideCopyright();
561
595
  }
562
-
563
596
  if (options.copyrightText) {
564
597
  viewer.statusBar.setCopyrightText(options.copyrightText);
565
598
  }
566
599
  });
567
600
  this._viewer = viewer;
568
601
  }
569
-
570
602
  changeLanguage(lang) {
571
603
  var that = this;
572
-
573
604
  if (that._viewer.statusBar._ready) {
574
605
  var originLanguage = that._viewer.statusBar._curLanguage;
575
606
  var language = new Cesium.Languages({
@@ -579,7 +610,6 @@ class StatusBarViewModel {
579
610
  //loaded success
580
611
  that._viewer._language = language;
581
612
  var langContent = language.content;
582
-
583
613
  if (langContent) {
584
614
  that._viewer.statusBar._curLanguage = {
585
615
  mUnit: langContent.mUnit,
@@ -598,27 +628,26 @@ class StatusBarViewModel {
598
628
  copyright: langContent.copyright,
599
629
  scale: langContent.scale
600
630
  };
601
- var id = that._viewer.statusBar._id; // 比例尺控件
602
-
631
+ var id = that._viewer.statusBar._id;
632
+ // 比例尺控件
603
633
  var html = document.getElementById(id + '_ScaleBarTxt').innerHTML;
604
- (0,util_.setInnerHtml)(document.getElementById(id + '_ScaleBarTxt'), html.replace(originLanguage.scale, langContent.scale)); // 比例尺
605
-
634
+ (0,util_.setInnerHtml)(document.getElementById(id + '_ScaleBarTxt'), html.replace(originLanguage.scale, langContent.scale));
635
+ // 比例尺
606
636
  html = document.getElementById(id + '_ScaleTxt').innerHTML;
607
- (0,util_.setInnerHtml)(document.getElementById(id + '_ScaleTxt'), html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit)); // 视点高
608
-
637
+ (0,util_.setInnerHtml)(document.getElementById(id + '_ScaleTxt'), html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit));
638
+ // 视点高
609
639
  html = document.getElementById(id + '_CoordEyeAlt').innerHTML;
610
- (0,util_.setInnerHtml)(document.getElementById(id + '_CoordEyeAlt'), html.replace(originLanguage.eyeAltitude, langContent.eyeAltitude).replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit)); // 高度
611
-
640
+ (0,util_.setInnerHtml)(document.getElementById(id + '_CoordEyeAlt'), html.replace(originLanguage.eyeAltitude, langContent.eyeAltitude).replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit));
641
+ // 高度
612
642
  html = document.getElementById(id + '_CoordHeight').innerHTML;
613
643
  (0,util_.setInnerHtml)(document.getElementById(id + '_CoordHeight'), html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit));
614
644
  }
615
645
  });
616
646
  }
617
647
  }
618
-
619
648
  }
620
649
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
621
- var vue_i18n_cjs_js_ = __webpack_require__(7080);
650
+ var vue_i18n_cjs_js_ = __webpack_require__(3579);
622
651
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
623
652
 
624
653
 
@@ -637,7 +666,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
637
666
  const __default__ = {
638
667
  name: "Kq3dStatusBar"
639
668
  };
640
- /* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
669
+ /* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
641
670
  props: {
642
671
  // 隐藏分辨率
643
672
  hideResolution: Boolean,
@@ -655,11 +684,11 @@ const __default__ = {
655
684
  // 版权信息文字
656
685
  copyrightText: String
657
686
  },
658
-
659
687
  setup(__props) {
660
688
  const props = __props;
661
- let viewModel = null; // 国际化
689
+ let viewModel = null;
662
690
 
691
+ // 国际化
663
692
  let {
664
693
  locale
665
694
  } = (0,vue_i18n_cjs_js_.useI18n)();
@@ -677,15 +706,14 @@ const __default__ = {
677
706
  return null;
678
707
  };
679
708
  }
680
-
681
709
  }));
682
710
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
683
711
 
684
712
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
685
- var injectStylesIntoStyleTag = __webpack_require__(3379);
713
+ var injectStylesIntoStyleTag = __webpack_require__(5072);
686
714
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
687
715
  // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=5c09c3c4&lang=scss
688
- var StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = __webpack_require__(807);
716
+ var StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = __webpack_require__(5370);
689
717
  ;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=5c09c3c4&lang=scss
690
718
 
691
719
 
@@ -695,11 +723,11 @@ var options = {};
695
723
  options.insert = "head";
696
724
  options.singleton = false;
697
725
 
698
- var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default */.Z, options);
726
+ var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default */.A, options);
699
727
 
700
728
 
701
729
 
702
- /* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = (StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default.locals */.Z.locals || {});
730
+ /* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = (StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default */.A.locals || {});
703
731
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=5c09c3c4&lang=scss
704
732
 
705
733
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue
@@ -712,10 +740,13 @@ const __exports__ = StatusBarvue_type_script_setup_true_lang_js;
712
740
 
713
741
  /* harmony default export */ var StatusBar = (__exports__);
714
742
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
715
- var init_js_ = __webpack_require__(7997);
743
+ var init_js_ = __webpack_require__(455);
716
744
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
717
745
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/index.js
718
-
746
+ /*
747
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
748
+ * All rights reserved.
749
+ */
719
750
 
720
751
 
721
752
 
@@ -724,8 +755,6 @@ StatusBar.install = (Vue, opts) => {
724
755
  Vue.component(StatusBar.name, StatusBar);
725
756
  };
726
757
 
727
-
728
- }();
729
758
  /******/ return __webpack_exports__;
730
759
  /******/ })()
731
760
  ;