@kq_npm/client3d_webgl_vue 4.5.11 → 4.5.13
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 +63 -57
- package/aspectanalysis/index.js +36 -33
- package/baseterraingallery/index.js +36 -30
- package/boxclip/index.js +45 -42
- package/clientPrint/index.js +2058 -9342
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +37 -28
- package/compass/index.js +30 -24
- package/excavatefillanalysis/index.js +43 -40
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -1
- package/fixedzoomin/index.js +30 -24
- package/fixedzoomout/index.js +30 -24
- package/flight/index.js +49 -43
- package/floodanalysis/index.js +52 -46
- package/geologicalbodyanalysis/index.js +43 -40
- package/gpuspatialquery/index.js +47 -41
- package/hawkeye/index.js +22 -19
- package/headertemp/index.js +13 -10
- package/heatmap3d/index.js +84 -81
- package/index.js +681 -8019
- package/isolineanalysis/index.js +54 -51
- package/light/index.js +39 -36
- package/limitheightanalysis/index.js +94 -43
- package/measure/index.js +47 -41
- package/modelFlat/index.js +52 -46
- package/modelexcavate/index.js +58 -52
- package/modelfilter/index.js +45 -42
- package/modelprofileanalysis/index.js +121 -69
- package/modelselect/index.js +50 -44
- package/package.json +1 -1
- package/particleeffect/index.js +41 -38
- package/planeclip/index.js +45 -42
- package/resetview/index.js +30 -24
- package/roller/index.js +54 -46
- package/scaneffect/index.js +43 -41
- package/sceneadvancedtoimage/index.js +46 -43
- package/sceneapp/index.js +114 -7619
- package/sceneset/index.js +55 -52
- package/scenetohdimage/index.js +33 -30
- package/sceneview/index.js +2059 -9343
- package/screenshot/index.js +37 -31
- package/shadowanalysis/index.js +40 -37
- package/shadowanalysis/style/shadowanalysis.css +1 -1
- package/sightlineanalysis/index.js +63 -57
- package/skylineanalysis/index.js +53 -46
- package/slopeanalysis/index.js +46 -43
- package/slopeaspectanalysis/index.js +47 -44
- package/statusbar/index.js +36 -33
- package/style.css +1 -1
- package/terrainoperation/index.js +49 -46
- package/terrainprofileanalysis/index.js +52 -49
- package/underground/index.js +30 -26
- package/videofusion/index.js +49 -43
- package/videoproject/index.js +49 -43
- package/viewshedanalysis/index.js +36 -33
- package/weathereffect/index.js +35 -32
- package/wireframesketch/index.js +40 -37
package/headertemp/index.js
CHANGED
|
@@ -7,29 +7,29 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), 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/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 3458:
|
|
16
16
|
/***/ (function(module) {
|
|
17
17
|
|
|
18
|
-
module.exports =
|
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
19
19
|
|
|
20
20
|
/***/ }),
|
|
21
21
|
|
|
22
|
-
/***/
|
|
22
|
+
/***/ 7997:
|
|
23
23
|
/***/ (function(module) {
|
|
24
24
|
|
|
25
|
-
module.exports =
|
|
25
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
26
26
|
|
|
27
27
|
/***/ }),
|
|
28
28
|
|
|
29
|
-
/***/
|
|
29
|
+
/***/ 1895:
|
|
30
30
|
/***/ (function(module) {
|
|
31
31
|
|
|
32
|
-
module.exports =
|
|
32
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
33
33
|
|
|
34
34
|
/***/ })
|
|
35
35
|
|
|
@@ -102,6 +102,8 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
|
102
102
|
/******/
|
|
103
103
|
/************************************************************************/
|
|
104
104
|
var __webpack_exports__ = {};
|
|
105
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
106
|
+
!function() {
|
|
105
107
|
// ESM COMPAT FLAG
|
|
106
108
|
__webpack_require__.r(__webpack_exports__);
|
|
107
109
|
|
|
@@ -111,9 +113,9 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
111
113
|
});
|
|
112
114
|
|
|
113
115
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
114
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
116
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
115
117
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
116
|
-
var util_ = __webpack_require__(
|
|
118
|
+
var util_ = __webpack_require__(3458);
|
|
117
119
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
|
|
118
120
|
|
|
119
121
|
const _hoisted_1 = {
|
|
@@ -241,7 +243,7 @@ const __exports__ = HeaderTempvue_type_script_setup_true_lang_js;
|
|
|
241
243
|
|
|
242
244
|
/* harmony default export */ var HeaderTemp = (__exports__);
|
|
243
245
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
244
|
-
var init_js_ = __webpack_require__(
|
|
246
|
+
var init_js_ = __webpack_require__(7997);
|
|
245
247
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
246
248
|
;// CONCATENATED MODULE: ./src/webgl/headertemp/index.js
|
|
247
249
|
/*
|
|
@@ -255,6 +257,7 @@ HeaderTemp.install = (Vue, opts) => {
|
|
|
255
257
|
Vue.component(HeaderTemp.name, HeaderTemp);
|
|
256
258
|
};
|
|
257
259
|
|
|
260
|
+
}();
|
|
258
261
|
/******/ return __webpack_exports__;
|
|
259
262
|
/******/ })()
|
|
260
263
|
;
|
package/heatmap3d/index.js
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 7705:
|
|
16
16
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
17
17
|
|
|
18
18
|
|
|
@@ -23,8 +23,8 @@ return /******/ (function() { // webpackBootstrap
|
|
|
23
23
|
*/
|
|
24
24
|
// css base code, injected by the css-loader
|
|
25
25
|
// eslint-disable-next-line func-names
|
|
26
|
-
__webpack_require__(
|
|
27
|
-
__webpack_require__(
|
|
26
|
+
__webpack_require__(2118);
|
|
27
|
+
__webpack_require__(2170);
|
|
28
28
|
module.exports = function (cssWithMappingToString) {
|
|
29
29
|
var list = []; // return the list of modules as css string
|
|
30
30
|
|
|
@@ -75,7 +75,7 @@ module.exports = function (cssWithMappingToString) {
|
|
|
75
75
|
|
|
76
76
|
/***/ }),
|
|
77
77
|
|
|
78
|
-
/***/
|
|
78
|
+
/***/ 6021:
|
|
79
79
|
/***/ (function(__unused_webpack_module, exports) {
|
|
80
80
|
|
|
81
81
|
var __webpack_unused_export__;
|
|
@@ -86,7 +86,7 @@ __webpack_unused_export__ = ({
|
|
|
86
86
|
});
|
|
87
87
|
// runtime helper for setting properties on components
|
|
88
88
|
// in a tree-shakable way
|
|
89
|
-
exports.
|
|
89
|
+
exports.Z = (sfc, props) => {
|
|
90
90
|
const target = sfc.__vccOpts || sfc;
|
|
91
91
|
for (const [key, val] of props) {
|
|
92
92
|
target[key] = val;
|
|
@@ -96,12 +96,12 @@ exports.A = (sfc, props) => {
|
|
|
96
96
|
|
|
97
97
|
/***/ }),
|
|
98
98
|
|
|
99
|
-
/***/
|
|
99
|
+
/***/ 1349:
|
|
100
100
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
101
101
|
|
|
102
|
-
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
102
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
|
|
103
103
|
/* 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__);
|
|
104
|
-
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
104
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
105
105
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
106
106
|
/*
|
|
107
107
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -113,14 +113,14 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
113
113
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
114
114
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
115
115
|
};
|
|
116
|
-
/* harmony default export */ __webpack_exports__
|
|
116
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
117
117
|
|
|
118
118
|
/***/ }),
|
|
119
119
|
|
|
120
|
-
/***/
|
|
120
|
+
/***/ 4098:
|
|
121
121
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
122
122
|
|
|
123
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
123
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
|
|
124
124
|
/* 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__);
|
|
125
125
|
// Imports
|
|
126
126
|
|
|
@@ -128,15 +128,15 @@ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBP
|
|
|
128
128
|
// Module
|
|
129
129
|
___CSS_LOADER_EXPORT___.push([module.id, ".gp[data-v-b1608504]{display:flex;flex-direction:column;align-items:flex-start}.gp .palette[data-v-b1608504]{width:257px;height:16px}.gp .csh[data-v-b1608504]{width:257px;height:17.5px;position:relative;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAATUlEQVQ4T2NkwAH+////HybFyMjIiE0ZVkGQQpBmkB6QGaOaEUHHiByq6CEKCzBcMQLWjCMmcOkBi4NjgSKb8SWS0XjGDB28GYNQrgIAPsNjBG37r7sAAAAASUVORK5CYII=),crosshair !important}", ""]);
|
|
130
130
|
// Exports
|
|
131
|
-
/* harmony default export */ __webpack_exports__
|
|
131
|
+
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
/***/ }),
|
|
135
135
|
|
|
136
|
-
/***/
|
|
136
|
+
/***/ 5757:
|
|
137
137
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
138
138
|
|
|
139
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
139
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
|
|
140
140
|
/* 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__);
|
|
141
141
|
// Imports
|
|
142
142
|
|
|
@@ -144,12 +144,12 @@ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBP
|
|
|
144
144
|
// Module
|
|
145
145
|
___CSS_LOADER_EXPORT___.push([module.id, ".cs[data-v-c771bfde]{position:absolute;width:10px;cursor:pointer}.cs[data-v-c771bfde] .kq-color-picker{display:block}.cs[data-v-c771bfde] .kq-color-picker .kq-color-picker__trigger{display:flex;height:8px;width:10px;border:none;border-radius:0}.cs[data-v-c771bfde] .kq-color-picker .kq-color-picker__trigger .kq-color-picker__color{border:none;height:8px;width:10px}.cs[data-v-c771bfde] .kq-color-picker .kq-color-picker__trigger .kq-color-picker__color .kq-color-picker__color-inner{height:8px;width:10px}.cs[data-v-c771bfde] .kq-color-picker .kq-color-picker__trigger .kq-color-picker__color .kq-color-picker__color-inner .kq-color-picker__icon{display:none}.cs[data-v-c771bfde] .kq-color-picker .kq-color-picker__mask{display:none}.cs[data-v-c771bfde] .kq-color-picker:hover:not(.is-disabled) .kq-color-picker__trigger{border:none}.cs[data-v-c771bfde] .kq-color-picker.is-disabled .kq-color-picker__trigger{cursor:pointer}.cs .delete[data-v-c771bfde]{display:none;font-size:12px;line-height:normal;text-align:center;margin-left:-16px}.cs:hover .delete[data-v-c771bfde]{display:block}.cs .arrow[data-v-c771bfde]{width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:4px solid #d9d9d9}.cs .content[data-v-c771bfde]{height:8px;width:10px;border:1px solid #d9d9d9;box-sizing:border-box}", ""]);
|
|
146
146
|
// Exports
|
|
147
|
-
/* harmony default export */ __webpack_exports__
|
|
147
|
+
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 3379:
|
|
153
153
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
154
154
|
|
|
155
155
|
|
|
@@ -424,125 +424,125 @@ module.exports = function (list, options) {
|
|
|
424
424
|
|
|
425
425
|
/***/ }),
|
|
426
426
|
|
|
427
|
-
/***/
|
|
427
|
+
/***/ 8422:
|
|
428
428
|
/***/ (function(module) {
|
|
429
429
|
|
|
430
430
|
module.exports = require("@element-plus/icons-vue");
|
|
431
431
|
|
|
432
432
|
/***/ }),
|
|
433
433
|
|
|
434
|
-
/***/
|
|
434
|
+
/***/ 348:
|
|
435
435
|
/***/ (function(module) {
|
|
436
436
|
|
|
437
437
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
438
438
|
|
|
439
439
|
/***/ }),
|
|
440
440
|
|
|
441
|
-
/***/
|
|
441
|
+
/***/ 2118:
|
|
442
442
|
/***/ (function(module) {
|
|
443
443
|
|
|
444
444
|
module.exports = require("core-js/modules/es.array.push.js");
|
|
445
445
|
|
|
446
446
|
/***/ }),
|
|
447
447
|
|
|
448
|
-
/***/
|
|
448
|
+
/***/ 8470:
|
|
449
449
|
/***/ (function(module) {
|
|
450
450
|
|
|
451
451
|
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
452
452
|
|
|
453
453
|
/***/ }),
|
|
454
454
|
|
|
455
|
-
/***/
|
|
455
|
+
/***/ 2753:
|
|
456
456
|
/***/ (function(module) {
|
|
457
457
|
|
|
458
458
|
module.exports = require("core-js/modules/esnext.iterator.filter.js");
|
|
459
459
|
|
|
460
460
|
/***/ }),
|
|
461
461
|
|
|
462
|
-
/***/
|
|
462
|
+
/***/ 1058:
|
|
463
463
|
/***/ (function(module) {
|
|
464
464
|
|
|
465
465
|
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
466
466
|
|
|
467
467
|
/***/ }),
|
|
468
468
|
|
|
469
|
-
/***/
|
|
469
|
+
/***/ 2170:
|
|
470
470
|
/***/ (function(module) {
|
|
471
471
|
|
|
472
472
|
module.exports = require("core-js/modules/esnext.iterator.map.js");
|
|
473
473
|
|
|
474
474
|
/***/ }),
|
|
475
475
|
|
|
476
|
-
/***/
|
|
476
|
+
/***/ 4360:
|
|
477
477
|
/***/ (function(module) {
|
|
478
478
|
|
|
479
479
|
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
480
480
|
|
|
481
481
|
/***/ }),
|
|
482
482
|
|
|
483
|
-
/***/
|
|
483
|
+
/***/ 8824:
|
|
484
484
|
/***/ (function(module) {
|
|
485
485
|
|
|
486
486
|
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
487
487
|
|
|
488
488
|
/***/ }),
|
|
489
489
|
|
|
490
|
-
/***/
|
|
490
|
+
/***/ 2936:
|
|
491
491
|
/***/ (function(module) {
|
|
492
492
|
|
|
493
493
|
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
494
494
|
|
|
495
495
|
/***/ }),
|
|
496
496
|
|
|
497
|
-
/***/
|
|
497
|
+
/***/ 9389:
|
|
498
498
|
/***/ (function(module) {
|
|
499
499
|
|
|
500
500
|
module.exports = require("element-plus/dist/index.full.js");
|
|
501
501
|
|
|
502
502
|
/***/ }),
|
|
503
503
|
|
|
504
|
-
/***/
|
|
504
|
+
/***/ 7080:
|
|
505
505
|
/***/ (function(module) {
|
|
506
506
|
|
|
507
507
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
508
508
|
|
|
509
509
|
/***/ }),
|
|
510
510
|
|
|
511
|
-
/***/
|
|
511
|
+
/***/ 7135:
|
|
512
512
|
/***/ (function(module) {
|
|
513
513
|
|
|
514
|
-
module.exports =
|
|
514
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
515
515
|
|
|
516
516
|
/***/ }),
|
|
517
517
|
|
|
518
|
-
/***/
|
|
518
|
+
/***/ 3458:
|
|
519
519
|
/***/ (function(module) {
|
|
520
520
|
|
|
521
|
-
module.exports =
|
|
521
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
522
522
|
|
|
523
523
|
/***/ }),
|
|
524
524
|
|
|
525
|
-
/***/
|
|
525
|
+
/***/ 7997:
|
|
526
526
|
/***/ (function(module) {
|
|
527
527
|
|
|
528
|
-
module.exports =
|
|
528
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
529
529
|
|
|
530
530
|
/***/ }),
|
|
531
531
|
|
|
532
|
-
/***/
|
|
532
|
+
/***/ 1895:
|
|
533
533
|
/***/ (function(module) {
|
|
534
534
|
|
|
535
|
-
module.exports =
|
|
535
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
536
536
|
|
|
537
537
|
/***/ }),
|
|
538
538
|
|
|
539
|
-
/***/
|
|
539
|
+
/***/ 5301:
|
|
540
540
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
541
541
|
|
|
542
542
|
|
|
543
543
|
// EXPORTS
|
|
544
544
|
__webpack_require__.d(__webpack_exports__, {
|
|
545
|
-
|
|
545
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
546
546
|
});
|
|
547
547
|
|
|
548
548
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -665,39 +665,41 @@ function _defineProperty(e, r, t) {
|
|
|
665
665
|
/******/
|
|
666
666
|
/************************************************************************/
|
|
667
667
|
var __webpack_exports__ = {};
|
|
668
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
669
|
+
!function() {
|
|
668
670
|
// ESM COMPAT FLAG
|
|
669
671
|
__webpack_require__.r(__webpack_exports__);
|
|
670
672
|
|
|
671
673
|
// EXPORTS
|
|
672
674
|
__webpack_require__.d(__webpack_exports__, {
|
|
673
|
-
Heatmap3dViewModel: function() { return /* reexport */ Heatmap3dViewModel; },
|
|
675
|
+
"Heatmap3dViewModel": function() { return /* reexport */ Heatmap3dViewModel; },
|
|
674
676
|
"default": function() { return /* reexport */ Heatmap3d; }
|
|
675
677
|
});
|
|
676
678
|
|
|
677
679
|
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
678
|
-
var es_array_push_js_ = __webpack_require__(
|
|
680
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
679
681
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
680
|
-
var esnext_iterator_constructor_js_ = __webpack_require__(
|
|
682
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
681
683
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.filter.js"
|
|
682
|
-
var esnext_iterator_filter_js_ = __webpack_require__(
|
|
684
|
+
var esnext_iterator_filter_js_ = __webpack_require__(2753);
|
|
683
685
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
684
|
-
var esnext_iterator_for_each_js_ = __webpack_require__(
|
|
686
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
685
687
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
686
|
-
var web_url_search_params_delete_js_ = __webpack_require__(
|
|
688
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
687
689
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
688
|
-
var web_url_search_params_has_js_ = __webpack_require__(
|
|
690
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
689
691
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
690
|
-
var web_url_search_params_size_js_ = __webpack_require__(
|
|
692
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
691
693
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
692
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
694
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
693
695
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
694
|
-
var gis_utils_ = __webpack_require__(
|
|
696
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
695
697
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
696
|
-
var util_ = __webpack_require__(
|
|
698
|
+
var util_ = __webpack_require__(3458);
|
|
697
699
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
698
|
-
var defineProperty = __webpack_require__(
|
|
700
|
+
var defineProperty = __webpack_require__(5301);
|
|
699
701
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
700
|
-
var message = __webpack_require__(
|
|
702
|
+
var message = __webpack_require__(1349);
|
|
701
703
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/Heatmap3dViewModel.js
|
|
702
704
|
|
|
703
705
|
/*
|
|
@@ -709,15 +711,15 @@ var message = __webpack_require__(3275);
|
|
|
709
711
|
|
|
710
712
|
class Heatmap3dViewModel {
|
|
711
713
|
constructor(scenceView, options) {
|
|
712
|
-
(0,defineProperty/* default */.
|
|
713
|
-
(0,defineProperty/* default */.
|
|
714
|
-
(0,defineProperty/* default */.
|
|
715
|
-
(0,defineProperty/* default */.
|
|
716
|
-
(0,defineProperty/* default */.
|
|
717
|
-
(0,defineProperty/* default */.
|
|
718
|
-
(0,defineProperty/* default */.
|
|
719
|
-
(0,defineProperty/* default */.
|
|
720
|
-
(0,defineProperty/* default */.
|
|
714
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
715
|
+
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
716
|
+
(0,defineProperty/* default */.Z)(this, "_heatmap", null);
|
|
717
|
+
(0,defineProperty/* default */.Z)(this, "_mouseLabel", null);
|
|
718
|
+
(0,defineProperty/* default */.Z)(this, "language", null);
|
|
719
|
+
(0,defineProperty/* default */.Z)(this, "_heatmap2d", null);
|
|
720
|
+
(0,defineProperty/* default */.Z)(this, "_heatmap2dCountLayer", null);
|
|
721
|
+
(0,defineProperty/* default */.Z)(this, "heatmapData", null);
|
|
722
|
+
(0,defineProperty/* default */.Z)(this, "_heatmapHandler", null);
|
|
721
723
|
this._viewer = scenceView._viewer;
|
|
722
724
|
this._options = options;
|
|
723
725
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
@@ -911,7 +913,7 @@ class Heatmap3dViewModel {
|
|
|
911
913
|
this.initHeatmap3d(this.heatmapData);
|
|
912
914
|
this.initHeatmap2d(this.heatmapData);
|
|
913
915
|
} else {
|
|
914
|
-
(0,message/* default */.
|
|
916
|
+
(0,message/* default */.Z)({
|
|
915
917
|
message: this.language["fileTypeMessage"] + "!",
|
|
916
918
|
type: "warning",
|
|
917
919
|
duration: 2000
|
|
@@ -937,11 +939,11 @@ class Heatmap3dViewModel {
|
|
|
937
939
|
}
|
|
938
940
|
}
|
|
939
941
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
940
|
-
var icons_vue_ = __webpack_require__(
|
|
942
|
+
var icons_vue_ = __webpack_require__(8422);
|
|
941
943
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
942
|
-
var client_icons_vue_ = __webpack_require__(
|
|
944
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
943
945
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
944
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
946
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
945
947
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/heatmap3d/CustomColorPickerSlider.vue?vue&type=script&setup=true&lang=js
|
|
946
948
|
|
|
947
949
|
|
|
@@ -1053,10 +1055,10 @@ const rangeMin = -5;
|
|
|
1053
1055
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPickerSlider.vue?vue&type=script&setup=true&lang=js
|
|
1054
1056
|
|
|
1055
1057
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
1056
|
-
var injectStylesIntoStyleTag = __webpack_require__(
|
|
1058
|
+
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
1057
1059
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
1058
1060
|
// 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/heatmap3d/CustomColorPickerSlider.vue?vue&type=style&index=0&id=c771bfde&scoped=true&lang=scss
|
|
1059
|
-
var CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss = __webpack_require__(
|
|
1061
|
+
var CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss = __webpack_require__(5757);
|
|
1060
1062
|
;// 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/heatmap3d/CustomColorPickerSlider.vue?vue&type=style&index=0&id=c771bfde&scoped=true&lang=scss
|
|
1061
1063
|
|
|
1062
1064
|
|
|
@@ -1066,15 +1068,15 @@ var options = {};
|
|
|
1066
1068
|
options.insert = "head";
|
|
1067
1069
|
options.singleton = false;
|
|
1068
1070
|
|
|
1069
|
-
var update = injectStylesIntoStyleTag_default()(CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss/* default */.
|
|
1071
|
+
var update = injectStylesIntoStyleTag_default()(CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss/* default */.Z, options);
|
|
1070
1072
|
|
|
1071
1073
|
|
|
1072
1074
|
|
|
1073
|
-
/* harmony default export */ var heatmap3d_CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss = (CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss/* default */.
|
|
1075
|
+
/* harmony default export */ var heatmap3d_CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss = (CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss/* default.locals */.Z.locals || {});
|
|
1074
1076
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPickerSlider.vue?vue&type=style&index=0&id=c771bfde&scoped=true&lang=scss
|
|
1075
1077
|
|
|
1076
1078
|
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
1077
|
-
var exportHelper = __webpack_require__(
|
|
1079
|
+
var exportHelper = __webpack_require__(6021);
|
|
1078
1080
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPickerSlider.vue
|
|
1079
1081
|
|
|
1080
1082
|
|
|
@@ -1082,7 +1084,7 @@ var exportHelper = __webpack_require__(1535);
|
|
|
1082
1084
|
;
|
|
1083
1085
|
|
|
1084
1086
|
|
|
1085
|
-
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.
|
|
1087
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(CustomColorPickerSlidervue_type_script_setup_true_lang_js, [['__scopeId',"data-v-c771bfde"]])
|
|
1086
1088
|
|
|
1087
1089
|
/* harmony default export */ var CustomColorPickerSlider = (__exports__);
|
|
1088
1090
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/heatmap3d/CustomColorPicker.vue?vue&type=script&setup=true&lang=js
|
|
@@ -1213,7 +1215,7 @@ const width = 257;
|
|
|
1213
1215
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPicker.vue?vue&type=script&setup=true&lang=js
|
|
1214
1216
|
|
|
1215
1217
|
// 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/heatmap3d/CustomColorPicker.vue?vue&type=style&index=0&id=b1608504&scoped=true&lang=scss
|
|
1216
|
-
var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss = __webpack_require__(
|
|
1218
|
+
var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss = __webpack_require__(4098);
|
|
1217
1219
|
;// 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/heatmap3d/CustomColorPicker.vue?vue&type=style&index=0&id=b1608504&scoped=true&lang=scss
|
|
1218
1220
|
|
|
1219
1221
|
|
|
@@ -1223,11 +1225,11 @@ var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_op
|
|
|
1223
1225
|
CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_options.insert = "head";
|
|
1224
1226
|
CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_options.singleton = false;
|
|
1225
1227
|
|
|
1226
|
-
var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_update = injectStylesIntoStyleTag_default()(CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss/* default */.
|
|
1228
|
+
var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_update = injectStylesIntoStyleTag_default()(CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss/* default */.Z, CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_options);
|
|
1227
1229
|
|
|
1228
1230
|
|
|
1229
1231
|
|
|
1230
|
-
/* harmony default export */ var heatmap3d_CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss = (CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss/* default */.
|
|
1232
|
+
/* harmony default export */ var heatmap3d_CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss = (CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss/* default.locals */.Z.locals || {});
|
|
1231
1233
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPicker.vue?vue&type=style&index=0&id=b1608504&scoped=true&lang=scss
|
|
1232
1234
|
|
|
1233
1235
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPicker.vue
|
|
@@ -1237,7 +1239,7 @@ var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_up
|
|
|
1237
1239
|
;
|
|
1238
1240
|
|
|
1239
1241
|
|
|
1240
|
-
const CustomColorPicker_exports_ = /*#__PURE__*/(0,exportHelper/* default */.
|
|
1242
|
+
const CustomColorPicker_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(CustomColorPickervue_type_script_setup_true_lang_js, [['__scopeId',"data-v-b1608504"]])
|
|
1241
1243
|
|
|
1242
1244
|
/* harmony default export */ var CustomColorPicker = (CustomColorPicker_exports_);
|
|
1243
1245
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/heatmap3d/Heatmap3d.vue?vue&type=script&setup=true&lang=js
|
|
@@ -1321,7 +1323,7 @@ const __default__ = {
|
|
|
1321
1323
|
proxy
|
|
1322
1324
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
1323
1325
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
1324
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
1326
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
1325
1327
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
1326
1328
|
let weightFields = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
1327
1329
|
// 获取组件传参
|
|
@@ -1440,7 +1442,7 @@ const __default__ = {
|
|
|
1440
1442
|
Cesium.Resource.fetchJson(formItem.dataPath).then(res => {
|
|
1441
1443
|
if (res && res.features) {
|
|
1442
1444
|
if (res.features.length === 0) {
|
|
1443
|
-
(0,message/* default */.
|
|
1445
|
+
(0,message/* default */.Z)({
|
|
1444
1446
|
message: "features " + language.value.noDataMessage + "!",
|
|
1445
1447
|
type: "warning",
|
|
1446
1448
|
duration: 2000
|
|
@@ -1473,7 +1475,7 @@ const __default__ = {
|
|
|
1473
1475
|
viewModel.start();
|
|
1474
1476
|
}
|
|
1475
1477
|
} else {
|
|
1476
|
-
(0,message/* default */.
|
|
1478
|
+
(0,message/* default */.Z)({
|
|
1477
1479
|
message: language.value.geojsonTypeMessage + "!",
|
|
1478
1480
|
type: "warning",
|
|
1479
1481
|
duration: 2000
|
|
@@ -1482,7 +1484,7 @@ const __default__ = {
|
|
|
1482
1484
|
}
|
|
1483
1485
|
}).otherwise(ret => {
|
|
1484
1486
|
console.log(ret);
|
|
1485
|
-
(0,message/* default */.
|
|
1487
|
+
(0,message/* default */.Z)({
|
|
1486
1488
|
message: language.value.dataParsingMessage + "!",
|
|
1487
1489
|
type: "error",
|
|
1488
1490
|
duration: 2000
|
|
@@ -1490,7 +1492,7 @@ const __default__ = {
|
|
|
1490
1492
|
return;
|
|
1491
1493
|
});
|
|
1492
1494
|
} else {
|
|
1493
|
-
(0,message/* default */.
|
|
1495
|
+
(0,message/* default */.Z)({
|
|
1494
1496
|
message: language.value.fileTypeMessage + "!",
|
|
1495
1497
|
type: "warning",
|
|
1496
1498
|
duration: 2000
|
|
@@ -2152,7 +2154,7 @@ const Heatmap3d_exports_ = Heatmap3dvue_type_script_setup_true_lang_js;
|
|
|
2152
2154
|
|
|
2153
2155
|
/* harmony default export */ var Heatmap3d = (Heatmap3d_exports_);
|
|
2154
2156
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
2155
|
-
var init_js_ = __webpack_require__(
|
|
2157
|
+
var init_js_ = __webpack_require__(7997);
|
|
2156
2158
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
2157
2159
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/index.js
|
|
2158
2160
|
/*
|
|
@@ -2167,6 +2169,7 @@ Heatmap3d.install = (Vue, opts) => {
|
|
|
2167
2169
|
Vue.component(Heatmap3d.name, Heatmap3d);
|
|
2168
2170
|
};
|
|
2169
2171
|
|
|
2172
|
+
}();
|
|
2170
2173
|
/******/ return __webpack_exports__;
|
|
2171
2174
|
/******/ })()
|
|
2172
2175
|
;
|