@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.
- package/adddata/index.js +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +163 -229
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +291 -472
- package/clientPrint/index.js +368 -906
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +185 -255
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +298 -402
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +248 -385
- package/geologicalbodyanalysis/index.js +206 -288
- package/gpuspatialquery/index.js +243 -392
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +427 -734
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +8170 -17000
- package/isolineanalysis/index.js +557 -1233
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +341 -495
- package/modelFlat/index.js +261 -259
- package/modelexcavate/index.js +214 -266
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +183 -175
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +240 -330
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +274 -572
- package/sceneadvancedtoimage/index.js +1057 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9208 -17907
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +259 -437
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +204 -341
- package/slopeanalysis/index.js +274 -435
- package/slopeaspectanalysis/index.js +307 -524
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +222 -271
- package/terrainprofileanalysis/index.js +166 -173
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
package/heatmap3d/index.js
CHANGED
|
@@ -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(
|
|
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
|
-
/***/
|
|
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,17 +67,15 @@ 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
|
-
/***/
|
|
78
|
+
/***/ 1535:
|
|
88
79
|
/***/ (function(__unused_webpack_module, exports) {
|
|
89
80
|
|
|
90
81
|
var __webpack_unused_export__;
|
|
@@ -92,44 +83,44 @@ var __webpack_unused_export__;
|
|
|
92
83
|
|
|
93
84
|
__webpack_unused_export__ = ({
|
|
94
85
|
value: true
|
|
95
|
-
});
|
|
86
|
+
});
|
|
87
|
+
// runtime helper for setting properties on components
|
|
96
88
|
// in a tree-shakable way
|
|
97
|
-
|
|
98
|
-
exports.Z = (sfc, props) => {
|
|
89
|
+
exports.A = (sfc, props) => {
|
|
99
90
|
const target = sfc.__vccOpts || sfc;
|
|
100
|
-
|
|
101
91
|
for (const [key, val] of props) {
|
|
102
92
|
target[key] = val;
|
|
103
93
|
}
|
|
104
|
-
|
|
105
94
|
return target;
|
|
106
95
|
};
|
|
107
96
|
|
|
108
97
|
/***/ }),
|
|
109
98
|
|
|
110
|
-
/***/
|
|
99
|
+
/***/ 3275:
|
|
111
100
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
112
101
|
|
|
113
|
-
/* 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__(6363);
|
|
114
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__);
|
|
115
|
-
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
104
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
|
|
116
105
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
117
|
-
|
|
106
|
+
/*
|
|
107
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
108
|
+
* All rights reserved.
|
|
109
|
+
*/
|
|
118
110
|
|
|
119
111
|
|
|
120
112
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
121
113
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
122
114
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
123
115
|
};
|
|
124
|
-
|
|
125
|
-
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
116
|
+
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
126
117
|
|
|
127
118
|
/***/ }),
|
|
128
119
|
|
|
129
|
-
/***/
|
|
120
|
+
/***/ 7120:
|
|
130
121
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
131
122
|
|
|
132
|
-
/* 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__(9089);
|
|
133
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__);
|
|
134
125
|
// Imports
|
|
135
126
|
|
|
@@ -137,15 +128,15 @@ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBP
|
|
|
137
128
|
// Module
|
|
138
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}", ""]);
|
|
139
130
|
// Exports
|
|
140
|
-
/* harmony default export */ __webpack_exports__
|
|
131
|
+
/* harmony default export */ __webpack_exports__.A = (___CSS_LOADER_EXPORT___);
|
|
141
132
|
|
|
142
133
|
|
|
143
134
|
/***/ }),
|
|
144
135
|
|
|
145
|
-
/***/
|
|
136
|
+
/***/ 9374:
|
|
146
137
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
138
|
|
|
148
|
-
/* 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__(9089);
|
|
149
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__);
|
|
150
141
|
// Imports
|
|
151
142
|
|
|
@@ -153,12 +144,12 @@ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBP
|
|
|
153
144
|
// Module
|
|
154
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}", ""]);
|
|
155
146
|
// Exports
|
|
156
|
-
/* harmony default export */ __webpack_exports__
|
|
147
|
+
/* harmony default export */ __webpack_exports__.A = (___CSS_LOADER_EXPORT___);
|
|
157
148
|
|
|
158
149
|
|
|
159
150
|
/***/ }),
|
|
160
151
|
|
|
161
|
-
/***/
|
|
152
|
+
/***/ 5072:
|
|
162
153
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
163
154
|
|
|
164
155
|
|
|
@@ -433,90 +424,171 @@ module.exports = function (list, options) {
|
|
|
433
424
|
|
|
434
425
|
/***/ }),
|
|
435
426
|
|
|
436
|
-
/***/
|
|
427
|
+
/***/ 9371:
|
|
437
428
|
/***/ (function(module) {
|
|
438
429
|
|
|
439
430
|
module.exports = require("@element-plus/icons-vue");
|
|
440
431
|
|
|
441
432
|
/***/ }),
|
|
442
433
|
|
|
443
|
-
/***/
|
|
434
|
+
/***/ 5698:
|
|
444
435
|
/***/ (function(module) {
|
|
445
436
|
|
|
446
437
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
447
438
|
|
|
448
439
|
/***/ }),
|
|
449
440
|
|
|
450
|
-
/***/
|
|
441
|
+
/***/ 2652:
|
|
442
|
+
/***/ (function(module) {
|
|
443
|
+
|
|
444
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
445
|
+
|
|
446
|
+
/***/ }),
|
|
447
|
+
|
|
448
|
+
/***/ 3658:
|
|
449
|
+
/***/ (function(module) {
|
|
450
|
+
|
|
451
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
452
|
+
|
|
453
|
+
/***/ }),
|
|
454
|
+
|
|
455
|
+
/***/ 1602:
|
|
456
|
+
/***/ (function(module) {
|
|
457
|
+
|
|
458
|
+
module.exports = require("core-js/modules/esnext.iterator.filter.js");
|
|
459
|
+
|
|
460
|
+
/***/ }),
|
|
461
|
+
|
|
462
|
+
/***/ 4669:
|
|
463
|
+
/***/ (function(module) {
|
|
464
|
+
|
|
465
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
466
|
+
|
|
467
|
+
/***/ }),
|
|
468
|
+
|
|
469
|
+
/***/ 8224:
|
|
470
|
+
/***/ (function(module) {
|
|
471
|
+
|
|
472
|
+
module.exports = require("core-js/modules/esnext.iterator.map.js");
|
|
473
|
+
|
|
474
|
+
/***/ }),
|
|
475
|
+
|
|
476
|
+
/***/ 411:
|
|
477
|
+
/***/ (function(module) {
|
|
478
|
+
|
|
479
|
+
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
480
|
+
|
|
481
|
+
/***/ }),
|
|
482
|
+
|
|
483
|
+
/***/ 7168:
|
|
484
|
+
/***/ (function(module) {
|
|
485
|
+
|
|
486
|
+
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
487
|
+
|
|
488
|
+
/***/ }),
|
|
489
|
+
|
|
490
|
+
/***/ 6217:
|
|
451
491
|
/***/ (function(module) {
|
|
452
492
|
|
|
453
|
-
module.exports = require("core-js/modules/
|
|
493
|
+
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
454
494
|
|
|
455
495
|
/***/ }),
|
|
456
496
|
|
|
457
|
-
/***/
|
|
497
|
+
/***/ 6363:
|
|
458
498
|
/***/ (function(module) {
|
|
459
499
|
|
|
460
500
|
module.exports = require("element-plus/dist/index.full.js");
|
|
461
501
|
|
|
462
502
|
/***/ }),
|
|
463
503
|
|
|
464
|
-
/***/
|
|
504
|
+
/***/ 3579:
|
|
465
505
|
/***/ (function(module) {
|
|
466
506
|
|
|
467
507
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
468
508
|
|
|
469
509
|
/***/ }),
|
|
470
510
|
|
|
471
|
-
/***/
|
|
511
|
+
/***/ 64:
|
|
472
512
|
/***/ (function(module) {
|
|
473
513
|
|
|
474
|
-
module.exports =
|
|
514
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
475
515
|
|
|
476
516
|
/***/ }),
|
|
477
517
|
|
|
478
|
-
/***/
|
|
518
|
+
/***/ 2975:
|
|
479
519
|
/***/ (function(module) {
|
|
480
520
|
|
|
481
|
-
module.exports =
|
|
521
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
482
522
|
|
|
483
523
|
/***/ }),
|
|
484
524
|
|
|
485
|
-
/***/
|
|
525
|
+
/***/ 455:
|
|
486
526
|
/***/ (function(module) {
|
|
487
527
|
|
|
488
|
-
module.exports =
|
|
528
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
489
529
|
|
|
490
530
|
/***/ }),
|
|
491
531
|
|
|
492
|
-
/***/
|
|
532
|
+
/***/ 154:
|
|
493
533
|
/***/ (function(module) {
|
|
494
534
|
|
|
495
|
-
module.exports =
|
|
535
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
496
536
|
|
|
497
537
|
/***/ }),
|
|
498
538
|
|
|
499
|
-
/***/
|
|
539
|
+
/***/ 6913:
|
|
500
540
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
501
541
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
function
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
542
|
+
|
|
543
|
+
// EXPORTS
|
|
544
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
545
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
546
|
+
});
|
|
547
|
+
|
|
548
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
549
|
+
function _typeof(o) {
|
|
550
|
+
"@babel/helpers - typeof";
|
|
551
|
+
|
|
552
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
553
|
+
return typeof o;
|
|
554
|
+
} : function (o) {
|
|
555
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
556
|
+
}, _typeof(o);
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
560
|
+
|
|
561
|
+
function toPrimitive(t, r) {
|
|
562
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
563
|
+
var e = t[Symbol.toPrimitive];
|
|
564
|
+
if (void 0 !== e) {
|
|
565
|
+
var i = e.call(t, r || "default");
|
|
566
|
+
if ("object" != _typeof(i)) return i;
|
|
567
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
515
568
|
}
|
|
569
|
+
return ("string" === r ? String : Number)(t);
|
|
570
|
+
}
|
|
516
571
|
|
|
517
|
-
|
|
572
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
function toPropertyKey(t) {
|
|
576
|
+
var i = toPrimitive(t, "string");
|
|
577
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
518
578
|
}
|
|
519
579
|
|
|
580
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
581
|
+
|
|
582
|
+
function _defineProperty(e, r, t) {
|
|
583
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
584
|
+
value: t,
|
|
585
|
+
enumerable: !0,
|
|
586
|
+
configurable: !0,
|
|
587
|
+
writable: !0
|
|
588
|
+
}) : e[r] = t, e;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
|
|
520
592
|
/***/ })
|
|
521
593
|
|
|
522
594
|
/******/ });
|
|
@@ -593,58 +665,63 @@ function _defineProperty(obj, key, value) {
|
|
|
593
665
|
/******/
|
|
594
666
|
/************************************************************************/
|
|
595
667
|
var __webpack_exports__ = {};
|
|
596
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
597
|
-
!function() {
|
|
598
668
|
// ESM COMPAT FLAG
|
|
599
669
|
__webpack_require__.r(__webpack_exports__);
|
|
600
670
|
|
|
601
671
|
// EXPORTS
|
|
602
672
|
__webpack_require__.d(__webpack_exports__, {
|
|
603
|
-
|
|
673
|
+
Heatmap3dViewModel: function() { return /* reexport */ Heatmap3dViewModel; },
|
|
604
674
|
"default": function() { return /* reexport */ Heatmap3d; }
|
|
605
675
|
});
|
|
606
676
|
|
|
607
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
608
|
-
var
|
|
677
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
678
|
+
var es_array_push_js_ = __webpack_require__(2652);
|
|
679
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
680
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(3658);
|
|
681
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.filter.js"
|
|
682
|
+
var esnext_iterator_filter_js_ = __webpack_require__(1602);
|
|
683
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
684
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(4669);
|
|
685
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
686
|
+
var web_url_search_params_delete_js_ = __webpack_require__(411);
|
|
687
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
688
|
+
var web_url_search_params_has_js_ = __webpack_require__(7168);
|
|
689
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
690
|
+
var web_url_search_params_size_js_ = __webpack_require__(6217);
|
|
609
691
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
610
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
692
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
611
693
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
612
|
-
var gis_utils_ = __webpack_require__(
|
|
694
|
+
var gis_utils_ = __webpack_require__(64);
|
|
613
695
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
614
|
-
var util_ = __webpack_require__(
|
|
615
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
616
|
-
var defineProperty = __webpack_require__(
|
|
696
|
+
var util_ = __webpack_require__(2975);
|
|
697
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
698
|
+
var defineProperty = __webpack_require__(6913);
|
|
617
699
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
618
|
-
var message = __webpack_require__(
|
|
700
|
+
var message = __webpack_require__(3275);
|
|
619
701
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/Heatmap3dViewModel.js
|
|
620
702
|
|
|
703
|
+
/*
|
|
704
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
705
|
+
* All rights reserved.
|
|
706
|
+
*/
|
|
621
707
|
//热力图
|
|
622
708
|
|
|
623
709
|
|
|
624
710
|
class Heatmap3dViewModel {
|
|
625
711
|
constructor(scenceView, options) {
|
|
626
|
-
(0,defineProperty/* default */.
|
|
627
|
-
|
|
628
|
-
(0,defineProperty/* default */.
|
|
629
|
-
|
|
630
|
-
(0,defineProperty/* default */.
|
|
631
|
-
|
|
632
|
-
(0,defineProperty/* default */.
|
|
633
|
-
|
|
634
|
-
(0,defineProperty/* default */.
|
|
635
|
-
|
|
636
|
-
(0,defineProperty/* default */.Z)(this, "_heatmap2d", null);
|
|
637
|
-
|
|
638
|
-
(0,defineProperty/* default */.Z)(this, "_heatmap2dCountLayer", null);
|
|
639
|
-
|
|
640
|
-
(0,defineProperty/* default */.Z)(this, "heatmapData", null);
|
|
641
|
-
|
|
642
|
-
(0,defineProperty/* default */.Z)(this, "_heatmapHandler", null);
|
|
643
|
-
|
|
712
|
+
(0,defineProperty/* default */.A)(this, "_viewer", null);
|
|
713
|
+
(0,defineProperty/* default */.A)(this, "_options", null);
|
|
714
|
+
(0,defineProperty/* default */.A)(this, "_heatmap", null);
|
|
715
|
+
(0,defineProperty/* default */.A)(this, "_mouseLabel", null);
|
|
716
|
+
(0,defineProperty/* default */.A)(this, "language", null);
|
|
717
|
+
(0,defineProperty/* default */.A)(this, "_heatmap2d", null);
|
|
718
|
+
(0,defineProperty/* default */.A)(this, "_heatmap2dCountLayer", null);
|
|
719
|
+
(0,defineProperty/* default */.A)(this, "heatmapData", null);
|
|
720
|
+
(0,defineProperty/* default */.A)(this, "_heatmapHandler", null);
|
|
644
721
|
this._viewer = scenceView._viewer;
|
|
645
722
|
this._options = options;
|
|
646
|
-
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
647
|
-
|
|
723
|
+
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
724
|
+
// 地图标注对象
|
|
648
725
|
this._mouseLabel = new Cesium.Kq3dHtmlTag(this._viewer, {
|
|
649
726
|
position: new Cesium.Cartesian3(0, 0, 0),
|
|
650
727
|
html: `<div>
|
|
@@ -660,23 +737,20 @@ class Heatmap3dViewModel {
|
|
|
660
737
|
anchor: [0, -138],
|
|
661
738
|
noEvent: true,
|
|
662
739
|
visible: false
|
|
663
|
-
});
|
|
664
|
-
|
|
740
|
+
});
|
|
741
|
+
// 地图拾取事件,交互展示
|
|
665
742
|
let that = this;
|
|
666
743
|
this._heatmapHandler = new window.Cesium.ScreenSpaceEventHandler(this._viewer.canvas);
|
|
667
|
-
|
|
668
744
|
this._heatmapHandler.setInputAction(function (movement) {
|
|
669
745
|
var worldPosition = that._viewer.scene.pickPosition(movement.position);
|
|
670
|
-
|
|
671
746
|
if (worldPosition) {
|
|
672
747
|
if (!that._heatmap && !that._heatmap2d) return;
|
|
673
748
|
if (!that._options.isShow) return;
|
|
674
749
|
that._mouseLabel.position = worldPosition;
|
|
675
750
|
var lonlat = Cesium.Cartographic.fromCartesian(worldPosition);
|
|
676
751
|
var lon = Cesium.Math.toDegrees(lonlat.longitude),
|
|
677
|
-
|
|
752
|
+
lat = Cesium.Math.toDegrees(lonlat.latitude);
|
|
678
753
|
var val = 0;
|
|
679
|
-
|
|
680
754
|
if (that._options.heatmapType == "3D") {
|
|
681
755
|
val = String(that._heatmap.getValueAt({
|
|
682
756
|
lng: lon,
|
|
@@ -688,17 +762,14 @@ class Heatmap3dViewModel {
|
|
|
688
762
|
lat: lat
|
|
689
763
|
}));
|
|
690
764
|
}
|
|
691
|
-
|
|
692
|
-
(0,util_.setInnerHtml)(document.getElementById('mouse_lonlat'), `<p>${that.language['longitude'] || "经度"}:${lon.toFixed(5)}</p><p>${that.language['latitude'] || "纬度"}:${lat.toFixed(5)}</p><p>${that.language['heatValue'] || "热力值"}:${val}</p>`);
|
|
693
|
-
|
|
765
|
+
(0,util_.setInnerHtml)(document.getElementById('mouse_lonlat'), `<p>${that.language['longitude'] || "longitude"}:${lon.toFixed(5)}</p><p>${that.language['latitude'] || "latitude"}:${lat.toFixed(5)}</p><p>${that.language['heatValue'] || "value"}:${val}</p>`);
|
|
694
766
|
that._mouseLabel.setVisible(true);
|
|
695
767
|
} else {
|
|
696
768
|
that._mouseLabel.setVisible(false);
|
|
697
769
|
}
|
|
698
770
|
}, Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
|
|
771
|
+
}
|
|
772
|
+
// 创建三维热力图对象
|
|
702
773
|
initHeatmap3d(heatmapData) {
|
|
703
774
|
this._heatmap = new Cesium.Kq3dHeatmap3D({
|
|
704
775
|
xField: 'lng',
|
|
@@ -714,13 +785,10 @@ class Heatmap3dViewModel {
|
|
|
714
785
|
show: this._options.heatmapType == "3D" ? this._options.isShow : false
|
|
715
786
|
});
|
|
716
787
|
if (this._options.gradient) this._heatmap.gradient = this._options.gradient;
|
|
717
|
-
|
|
718
788
|
this._viewer.scene.primitives.add(this._heatmap);
|
|
719
|
-
|
|
720
789
|
this._heatmap && this._heatmap.setData(heatmapData);
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
|
|
790
|
+
}
|
|
791
|
+
// 创建二维热力图对象
|
|
724
792
|
initHeatmap2d(heatmapData) {
|
|
725
793
|
this._heatmap2d = new Cesium.Kq3dHeatmap2D({
|
|
726
794
|
xField: 'lng',
|
|
@@ -732,9 +800,7 @@ class Heatmap3dViewModel {
|
|
|
732
800
|
blur: 1.0,
|
|
733
801
|
gradient: this._options.gradient
|
|
734
802
|
});
|
|
735
|
-
|
|
736
803
|
this._heatmap2d.setData(heatmapData);
|
|
737
|
-
|
|
738
804
|
let extent = this._heatmap2d.extent;
|
|
739
805
|
let pv = new Cesium.SingleTileImageryProvider({
|
|
740
806
|
url: this._heatmap2d.toDataURL(),
|
|
@@ -744,11 +810,9 @@ class Heatmap3dViewModel {
|
|
|
744
810
|
alpha: this._options.transparents,
|
|
745
811
|
show: this._options.heatmapType == "2D" ? this._options.isShow : false
|
|
746
812
|
});
|
|
747
|
-
|
|
748
813
|
this._viewer.imageryLayers.add(this._heatmap2dCountLayer);
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
|
|
814
|
+
}
|
|
815
|
+
// 切换二维数据
|
|
752
816
|
changeHeatmap2d() {
|
|
753
817
|
if (this._options.gradient) this._heatmap2d.gradient = this._options.gradient;
|
|
754
818
|
if (this._options.radius) this._heatmap2d.radius = this._options.radius;
|
|
@@ -762,27 +826,22 @@ class Heatmap3dViewModel {
|
|
|
762
826
|
alpha: this._options.transparents,
|
|
763
827
|
show: this._options.heatmapType == "2D" ? true : false
|
|
764
828
|
});
|
|
765
|
-
|
|
766
829
|
this._viewer.imageryLayers.add(this._heatmap2dCountLayer);
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
|
|
830
|
+
}
|
|
831
|
+
// 设置颜色渲染
|
|
770
832
|
setColorArray(val) {
|
|
771
833
|
this._options.gradient = val;
|
|
772
834
|
if (this._heatmap) this._heatmap.gradient = val;
|
|
773
835
|
if (this._heatmap2d) this.changeHeatmap2d();
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
|
|
836
|
+
}
|
|
837
|
+
// 参数改变
|
|
777
838
|
paramsChanged(key, val) {
|
|
778
839
|
this._options[key] = val;
|
|
779
840
|
if (!this._heatmap) return;
|
|
780
841
|
if (!this._heatmap2dCountLayer) return;
|
|
781
|
-
|
|
782
842
|
switch (key) {
|
|
783
843
|
case "heatmapType":
|
|
784
844
|
this._mouseLabel.setVisible(false);
|
|
785
|
-
|
|
786
845
|
if (this._options.heatmapType == "3D") {
|
|
787
846
|
this._viewer.scene.highDynamicRange = false;
|
|
788
847
|
this._viewer.scene.globe.showGroundAtmosphere = true;
|
|
@@ -794,153 +853,110 @@ class Heatmap3dViewModel {
|
|
|
794
853
|
this._heatmap.show = false;
|
|
795
854
|
this._heatmap2dCountLayer.show = this._options.isShow;
|
|
796
855
|
}
|
|
797
|
-
|
|
798
856
|
break;
|
|
799
|
-
|
|
800
857
|
case "radius":
|
|
801
858
|
this._mouseLabel.setVisible(false);
|
|
802
|
-
|
|
803
859
|
this._heatmap[key] = Number(val);
|
|
804
|
-
|
|
805
860
|
if (this._heatmap.dynamic) {
|
|
806
861
|
this._heatmap.dynamic = false;
|
|
807
862
|
}
|
|
808
|
-
|
|
809
863
|
this.changeHeatmap2d();
|
|
810
864
|
break;
|
|
811
|
-
|
|
812
865
|
case "height":
|
|
813
866
|
this._mouseLabel.setVisible(false);
|
|
814
|
-
|
|
815
867
|
this._heatmap[key] = Number(val);
|
|
816
|
-
|
|
817
868
|
if (this._heatmap.dynamic) {
|
|
818
869
|
this._heatmap.dynamic = false;
|
|
819
870
|
}
|
|
820
|
-
|
|
821
871
|
break;
|
|
822
|
-
|
|
823
872
|
case "transparents":
|
|
824
873
|
this._heatmap.alpha = Number(val);
|
|
825
874
|
this._heatmap2dCountLayer.alpha = Number(val);
|
|
826
875
|
break;
|
|
827
|
-
|
|
828
876
|
case "heightRatio":
|
|
829
877
|
this._mouseLabel.setVisible(false);
|
|
830
|
-
|
|
831
878
|
this._heatmap.heightRatio = Number(val);
|
|
832
879
|
break;
|
|
833
|
-
|
|
834
880
|
case "isShow":
|
|
835
881
|
if (this._options.heatmapType == "3D") {
|
|
836
882
|
this._heatmap.show = val;
|
|
837
883
|
} else if (this._options.heatmapType == "2D") {
|
|
838
884
|
this._heatmap2dCountLayer.show = val;
|
|
839
885
|
}
|
|
840
|
-
|
|
841
886
|
this._mouseLabel.setVisible(false);
|
|
842
|
-
|
|
843
887
|
break;
|
|
844
|
-
|
|
845
888
|
case "isFollowingPerspective":
|
|
846
889
|
this._heatmap.dynamic = val;
|
|
847
|
-
|
|
848
890
|
this._mouseLabel.setVisible(false);
|
|
849
|
-
|
|
850
891
|
break;
|
|
851
|
-
|
|
852
892
|
case "isGround":
|
|
853
893
|
this._heatmap.clampToGround = val;
|
|
854
|
-
|
|
855
894
|
this._mouseLabel.setVisible(false);
|
|
856
|
-
|
|
857
895
|
break;
|
|
858
|
-
|
|
859
896
|
case "valueField":
|
|
860
897
|
this.clear();
|
|
861
|
-
|
|
862
898
|
if (this.heatmapData) {
|
|
863
899
|
this.initHeatmap3d(this.heatmapData);
|
|
864
900
|
this.initHeatmap2d(this.heatmapData);
|
|
865
901
|
}
|
|
866
|
-
|
|
867
902
|
break;
|
|
868
|
-
|
|
869
903
|
default:
|
|
870
904
|
break;
|
|
871
905
|
}
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
|
|
906
|
+
}
|
|
907
|
+
// 加载
|
|
875
908
|
start() {
|
|
876
909
|
this.clear();
|
|
877
|
-
|
|
878
910
|
if (this.heatmapData) {
|
|
879
911
|
this.initHeatmap3d(this.heatmapData);
|
|
880
912
|
this.initHeatmap2d(this.heatmapData);
|
|
881
913
|
} else {
|
|
882
|
-
(0,message/* default */.
|
|
914
|
+
(0,message/* default */.A)({
|
|
883
915
|
message: this.language["fileTypeMessage"] + "!",
|
|
884
916
|
type: "warning",
|
|
885
917
|
duration: 2000
|
|
886
918
|
});
|
|
887
919
|
return;
|
|
888
920
|
}
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
|
|
921
|
+
}
|
|
922
|
+
//清除全部结果
|
|
892
923
|
clear() {
|
|
893
924
|
this._mouseLabel.setVisible(false);
|
|
894
|
-
|
|
895
925
|
if (this._heatmap) {
|
|
896
926
|
this._viewer.scene.primitives.remove(this._heatmap);
|
|
897
|
-
|
|
898
927
|
this._heatmap = null;
|
|
899
928
|
}
|
|
900
|
-
|
|
901
929
|
if (this._heatmap2d) this._heatmap2d = null;
|
|
902
930
|
if (this._heatmap2dCountLayer) this._viewer.imageryLayers.remove(this._heatmap2dCountLayer, true);
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
|
|
931
|
+
}
|
|
932
|
+
//销毁
|
|
906
933
|
destroy() {
|
|
907
934
|
this.clear();
|
|
908
|
-
|
|
909
935
|
this._mouseLabel.destroy();
|
|
910
|
-
|
|
911
936
|
this._heatmapHandler && this._heatmapHandler.destroy();
|
|
912
937
|
}
|
|
913
|
-
|
|
914
938
|
}
|
|
915
939
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
916
|
-
var icons_vue_ = __webpack_require__(
|
|
940
|
+
var icons_vue_ = __webpack_require__(9371);
|
|
917
941
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
918
|
-
var client_icons_vue_ = __webpack_require__(
|
|
942
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
919
943
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
920
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
944
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
921
945
|
;// 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
|
|
922
946
|
|
|
923
947
|
|
|
924
|
-
const _withScopeId = n => ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.pushScopeId)("data-v-c771bfde"), n = n(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.popScopeId)(), n);
|
|
925
|
-
|
|
926
|
-
const _hoisted_1 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
927
|
-
class: "arrow"
|
|
928
|
-
}, null, -1
|
|
929
|
-
/* HOISTED */
|
|
930
|
-
));
|
|
931
|
-
|
|
932
|
-
|
|
933
948
|
const rangeMin = -5;
|
|
934
949
|
/* harmony default export */ var CustomColorPickerSlidervue_type_script_setup_true_lang_js = ({
|
|
935
950
|
__name: 'CustomColorPickerSlider',
|
|
936
951
|
props: ["width", "color", "percentage", "id"],
|
|
937
952
|
emits: ["updatePercentage", "updateColor", "deleteColorSlider"],
|
|
938
|
-
|
|
939
953
|
setup(__props, {
|
|
940
|
-
emit
|
|
954
|
+
emit: __emit
|
|
941
955
|
}) {
|
|
942
|
-
const
|
|
956
|
+
const emit = __emit;
|
|
957
|
+
const props = __props;
|
|
943
958
|
|
|
959
|
+
// eslint-disable-next-line vue/no-setup-props-destructure
|
|
944
960
|
const initId = props.id;
|
|
945
961
|
const initColor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.color);
|
|
946
962
|
const rangeMax = props.width - 5;
|
|
@@ -949,25 +965,27 @@ const rangeMin = -5;
|
|
|
949
965
|
|
|
950
966
|
let offsetX = 0;
|
|
951
967
|
let isDragging = false; // 是否拖动
|
|
952
|
-
|
|
953
968
|
let mouseDownX = 0; // 通过拖动的距离,判断是拖动还是点击
|
|
954
969
|
|
|
955
970
|
function handleMouseDown(event) {
|
|
956
971
|
isDragging = true;
|
|
957
972
|
offsetX = event.clientX - position.value;
|
|
958
|
-
mouseDownX = event.clientX;
|
|
973
|
+
mouseDownX = event.clientX;
|
|
959
974
|
|
|
975
|
+
// 监听mousemove、mouseup事件 注意是在document上监听
|
|
960
976
|
document.addEventListener("mousemove", handleMouseMove);
|
|
961
|
-
document.addEventListener("mouseup", handleMouseUp);
|
|
977
|
+
document.addEventListener("mouseup", handleMouseUp);
|
|
962
978
|
|
|
979
|
+
// 阻止了默认行为,防止出现not-allowed的光标
|
|
963
980
|
event.preventDefault();
|
|
964
|
-
}
|
|
965
|
-
|
|
981
|
+
}
|
|
966
982
|
|
|
983
|
+
// 处理MouseMove
|
|
967
984
|
function handleMouseMove(event) {
|
|
968
985
|
if (isDragging) {
|
|
969
|
-
position.value = Math.min(Math.max(event.clientX - offsetX, rangeMin), rangeMax);
|
|
986
|
+
position.value = Math.min(Math.max(event.clientX - offsetX, rangeMin), rangeMax);
|
|
970
987
|
|
|
988
|
+
// 拖动的过程中,不断改变percentage
|
|
971
989
|
const percentage = (position.value + Math.abs(rangeMin)) / (rangeMax - rangeMin) * 100;
|
|
972
990
|
emit("updatePercentage", {
|
|
973
991
|
percentage: percentage,
|
|
@@ -975,16 +993,16 @@ const rangeMin = -5;
|
|
|
975
993
|
});
|
|
976
994
|
}
|
|
977
995
|
}
|
|
978
|
-
|
|
979
996
|
function handleMouseUp(event) {
|
|
980
997
|
if (isDragging) {
|
|
981
|
-
isDragging = false;
|
|
998
|
+
isDragging = false;
|
|
982
999
|
|
|
1000
|
+
// 移除mousemove、mouseup的事件监听
|
|
983
1001
|
document.removeEventListener("mousemove", handleMouseMove);
|
|
984
1002
|
document.removeEventListener("mouseup", handleMouseUp);
|
|
985
|
-
}
|
|
986
|
-
|
|
1003
|
+
}
|
|
987
1004
|
|
|
1005
|
+
// 判断是否拖动模式
|
|
988
1006
|
if (Math.abs(event.clientX - mouseDownX) > 2) {
|
|
989
1007
|
// 是拖动模式 禁止colorPicker组件弹出
|
|
990
1008
|
disabled.value = true;
|
|
@@ -993,7 +1011,6 @@ const rangeMin = -5;
|
|
|
993
1011
|
}, 100);
|
|
994
1012
|
}
|
|
995
1013
|
}
|
|
996
|
-
|
|
997
1014
|
function updateColor(color) {
|
|
998
1015
|
initColor.value = color;
|
|
999
1016
|
emit("updateColor", {
|
|
@@ -1001,21 +1018,17 @@ const rangeMin = -5;
|
|
|
1001
1018
|
id: initId
|
|
1002
1019
|
});
|
|
1003
1020
|
}
|
|
1004
|
-
|
|
1005
1021
|
function deleteColorSlider() {
|
|
1006
1022
|
emit("deleteColorSlider", {
|
|
1007
1023
|
id: initId
|
|
1008
1024
|
});
|
|
1009
1025
|
}
|
|
1010
|
-
|
|
1011
1026
|
function handleClick(event) {
|
|
1012
1027
|
// 阻止滑块上的点击事件冒泡
|
|
1013
1028
|
event.stopPropagation();
|
|
1014
1029
|
}
|
|
1015
|
-
|
|
1016
1030
|
return (_ctx, _cache) => {
|
|
1017
1031
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
1018
|
-
|
|
1019
1032
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
1020
1033
|
class: "cs",
|
|
1021
1034
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
@@ -1023,30 +1036,27 @@ const rangeMin = -5;
|
|
|
1023
1036
|
}),
|
|
1024
1037
|
onMousedown: handleMouseDown,
|
|
1025
1038
|
onClick: handleClick
|
|
1026
|
-
}, [
|
|
1039
|
+
}, [_cache[1] || (_cache[1] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1040
|
+
class: "arrow"
|
|
1041
|
+
}, null, -1 /* HOISTED */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
1027
1042
|
modelValue: initColor.value,
|
|
1028
1043
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => initColor.value = $event),
|
|
1029
1044
|
onActiveChange: updateColor,
|
|
1030
1045
|
disabled: disabled.value
|
|
1031
|
-
}, null, 8
|
|
1032
|
-
/* PROPS */
|
|
1033
|
-
, ["modelValue", "disabled"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1046
|
+
}, null, 8 /* PROPS */, ["modelValue", "disabled"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1034
1047
|
class: "delete",
|
|
1035
1048
|
onClick: deleteColorSlider
|
|
1036
|
-
}, "x")], 36
|
|
1037
|
-
/* STYLE, HYDRATE_EVENTS */
|
|
1038
|
-
);
|
|
1049
|
+
}, "x")], 36 /* STYLE, NEED_HYDRATION */);
|
|
1039
1050
|
};
|
|
1040
1051
|
}
|
|
1041
|
-
|
|
1042
1052
|
});
|
|
1043
1053
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPickerSlider.vue?vue&type=script&setup=true&lang=js
|
|
1044
1054
|
|
|
1045
1055
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
1046
|
-
var injectStylesIntoStyleTag = __webpack_require__(
|
|
1056
|
+
var injectStylesIntoStyleTag = __webpack_require__(5072);
|
|
1047
1057
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
1048
1058
|
// 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
|
|
1049
|
-
var CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss = __webpack_require__(
|
|
1059
|
+
var CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss = __webpack_require__(9374);
|
|
1050
1060
|
;// 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
|
|
1051
1061
|
|
|
1052
1062
|
|
|
@@ -1056,15 +1066,15 @@ var options = {};
|
|
|
1056
1066
|
options.insert = "head";
|
|
1057
1067
|
options.singleton = false;
|
|
1058
1068
|
|
|
1059
|
-
var update = injectStylesIntoStyleTag_default()(CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss/* default */.
|
|
1069
|
+
var update = injectStylesIntoStyleTag_default()(CustomColorPickerSlidervue_type_style_index_0_id_c771bfde_scoped_true_lang_scss/* default */.A, options);
|
|
1060
1070
|
|
|
1061
1071
|
|
|
1062
1072
|
|
|
1063
|
-
/* 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
|
|
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 */.A.locals || {});
|
|
1064
1074
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPickerSlider.vue?vue&type=style&index=0&id=c771bfde&scoped=true&lang=scss
|
|
1065
1075
|
|
|
1066
1076
|
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
1067
|
-
var exportHelper = __webpack_require__(
|
|
1077
|
+
var exportHelper = __webpack_require__(1535);
|
|
1068
1078
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPickerSlider.vue
|
|
1069
1079
|
|
|
1070
1080
|
|
|
@@ -1072,15 +1082,13 @@ var exportHelper = __webpack_require__(6021);
|
|
|
1072
1082
|
;
|
|
1073
1083
|
|
|
1074
1084
|
|
|
1075
|
-
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.
|
|
1085
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.A)(CustomColorPickerSlidervue_type_script_setup_true_lang_js, [['__scopeId',"data-v-c771bfde"]])
|
|
1076
1086
|
|
|
1077
1087
|
/* harmony default export */ var CustomColorPickerSlider = (__exports__);
|
|
1078
1088
|
;// 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
|
|
1079
1089
|
|
|
1080
1090
|
|
|
1081
|
-
const
|
|
1082
|
-
|
|
1083
|
-
const CustomColorPickervue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
1091
|
+
const _hoisted_1 = {
|
|
1084
1092
|
class: "gp"
|
|
1085
1093
|
};
|
|
1086
1094
|
|
|
@@ -1091,107 +1099,100 @@ const width = 257;
|
|
|
1091
1099
|
__name: 'CustomColorPicker',
|
|
1092
1100
|
props: ["data"],
|
|
1093
1101
|
emits: ["color-changed"],
|
|
1094
|
-
|
|
1095
1102
|
setup(__props, {
|
|
1096
|
-
emit
|
|
1103
|
+
emit: __emit
|
|
1097
1104
|
}) {
|
|
1098
|
-
const
|
|
1105
|
+
const emit = __emit;
|
|
1106
|
+
const props = __props;
|
|
1099
1107
|
|
|
1108
|
+
// 宽度
|
|
1100
1109
|
const items = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.data);
|
|
1101
|
-
let backgroundImage = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(updateBackgroundImage());
|
|
1110
|
+
let backgroundImage = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(updateBackgroundImage());
|
|
1102
1111
|
|
|
1112
|
+
// 更新色带条
|
|
1103
1113
|
function updateBackgroundImage() {
|
|
1104
1114
|
let style = [];
|
|
1105
|
-
|
|
1106
1115
|
for (let i = 0; i < items.value.length; i++) {
|
|
1107
1116
|
const item = items.value[i];
|
|
1108
1117
|
style.push(`${item.color} ${item.percentage}%`);
|
|
1109
1118
|
}
|
|
1110
|
-
|
|
1111
1119
|
return `background-image: linear-gradient(90deg, ${style.toString()})`;
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1120
|
+
}
|
|
1114
1121
|
|
|
1122
|
+
// 更新颜色百分比
|
|
1115
1123
|
function updatePercentage(args) {
|
|
1116
1124
|
const {
|
|
1117
1125
|
percentage,
|
|
1118
1126
|
id
|
|
1119
1127
|
} = args;
|
|
1120
|
-
|
|
1121
1128
|
for (let i = 0; i < items.value.length; i++) {
|
|
1122
1129
|
if (items.value[i].id == id) {
|
|
1123
1130
|
items.value[i].percentage = percentage;
|
|
1124
1131
|
break;
|
|
1125
1132
|
}
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1133
|
+
}
|
|
1128
1134
|
|
|
1135
|
+
// 重新排序数组
|
|
1129
1136
|
items.value.sort((a, b) => a.percentage - b.percentage);
|
|
1130
1137
|
backgroundImage.value = updateBackgroundImage();
|
|
1131
1138
|
emit("color-changed", items.value);
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1139
|
+
}
|
|
1134
1140
|
|
|
1141
|
+
// 更新颜色
|
|
1135
1142
|
function updateColor(args) {
|
|
1136
1143
|
const {
|
|
1137
1144
|
color,
|
|
1138
1145
|
id
|
|
1139
1146
|
} = args;
|
|
1140
|
-
|
|
1141
1147
|
for (let i = 0; i < items.value.length; i++) {
|
|
1142
1148
|
if (items.value[i].id == id) {
|
|
1143
1149
|
items.value[i].color = color;
|
|
1144
1150
|
break;
|
|
1145
1151
|
}
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1152
|
+
}
|
|
1148
1153
|
|
|
1154
|
+
// 重新排序数组
|
|
1149
1155
|
items.value.sort((a, b) => a.percentage - b.percentage);
|
|
1150
1156
|
backgroundImage.value = updateBackgroundImage();
|
|
1151
1157
|
emit("color-changed", items.value);
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1158
|
+
}
|
|
1154
1159
|
|
|
1160
|
+
// 删除色块
|
|
1155
1161
|
function deleteColorSlider(args) {
|
|
1156
1162
|
if (items.value.length <= 2) {
|
|
1157
1163
|
return;
|
|
1158
1164
|
}
|
|
1159
|
-
|
|
1160
1165
|
const {
|
|
1161
1166
|
id
|
|
1162
1167
|
} = args;
|
|
1163
|
-
|
|
1164
1168
|
for (let i = 0; i < items.value.length; i++) {
|
|
1165
1169
|
if (items.value[i].id == id) {
|
|
1166
1170
|
items.value.splice(i, 1);
|
|
1167
1171
|
break;
|
|
1168
1172
|
}
|
|
1169
1173
|
}
|
|
1170
|
-
|
|
1171
1174
|
backgroundImage.value = updateBackgroundImage();
|
|
1172
1175
|
emit("color-changed", items.value);
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1176
|
+
}
|
|
1175
1177
|
|
|
1178
|
+
// 增加色块
|
|
1176
1179
|
function addColorSlider(event) {
|
|
1177
1180
|
items.value.push({
|
|
1178
1181
|
id: (0,util_.guid)(),
|
|
1179
1182
|
color: "#0000FF",
|
|
1180
1183
|
percentage: event.offsetX / width * 100
|
|
1181
|
-
});
|
|
1184
|
+
});
|
|
1182
1185
|
|
|
1186
|
+
// 重新排序数组
|
|
1183
1187
|
items.value.sort((a, b) => a.percentage - b.percentage);
|
|
1184
1188
|
backgroundImage.value = updateBackgroundImage();
|
|
1185
1189
|
emit("color-changed", items.value);
|
|
1186
1190
|
}
|
|
1187
|
-
|
|
1188
1191
|
return (_ctx, _cache) => {
|
|
1189
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
1192
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1190
1193
|
class: "palette",
|
|
1191
1194
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(backgroundImage))
|
|
1192
|
-
}, null, 4
|
|
1193
|
-
/* STYLE */
|
|
1194
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1195
|
+
}, null, 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1195
1196
|
class: "csh",
|
|
1196
1197
|
onClick: addColorSlider
|
|
1197
1198
|
}, [((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)(items.value, item => {
|
|
@@ -1204,20 +1205,15 @@ const width = 257;
|
|
|
1204
1205
|
onUpdatePercentage: updatePercentage,
|
|
1205
1206
|
onUpdateColor: updateColor,
|
|
1206
1207
|
onDeleteColorSlider: deleteColorSlider
|
|
1207
|
-
}, null, 8
|
|
1208
|
-
|
|
1209
|
-
, ["color", "id", "percentage"]);
|
|
1210
|
-
}), 128
|
|
1211
|
-
/* KEYED_FRAGMENT */
|
|
1212
|
-
))])]);
|
|
1208
|
+
}, null, 8 /* PROPS */, ["color", "id", "percentage"]);
|
|
1209
|
+
}), 128 /* KEYED_FRAGMENT */))])]);
|
|
1213
1210
|
};
|
|
1214
1211
|
}
|
|
1215
|
-
|
|
1216
1212
|
});
|
|
1217
1213
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPicker.vue?vue&type=script&setup=true&lang=js
|
|
1218
1214
|
|
|
1219
1215
|
// 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
|
|
1220
|
-
var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss = __webpack_require__(
|
|
1216
|
+
var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss = __webpack_require__(7120);
|
|
1221
1217
|
;// 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
|
|
1222
1218
|
|
|
1223
1219
|
|
|
@@ -1227,11 +1223,11 @@ var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_op
|
|
|
1227
1223
|
CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_options.insert = "head";
|
|
1228
1224
|
CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_options.singleton = false;
|
|
1229
1225
|
|
|
1230
|
-
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 */.
|
|
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 */.A, CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_options);
|
|
1231
1227
|
|
|
1232
1228
|
|
|
1233
1229
|
|
|
1234
|
-
/* 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
|
|
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 */.A.locals || {});
|
|
1235
1231
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPicker.vue?vue&type=style&index=0&id=b1608504&scoped=true&lang=scss
|
|
1236
1232
|
|
|
1237
1233
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/CustomColorPicker.vue
|
|
@@ -1241,12 +1237,18 @@ var CustomColorPickervue_type_style_index_0_id_b1608504_scoped_true_lang_scss_up
|
|
|
1241
1237
|
;
|
|
1242
1238
|
|
|
1243
1239
|
|
|
1244
|
-
const CustomColorPicker_exports_ = /*#__PURE__*/(0,exportHelper/* default */.
|
|
1240
|
+
const CustomColorPicker_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(CustomColorPickervue_type_script_setup_true_lang_js, [['__scopeId',"data-v-b1608504"]])
|
|
1245
1241
|
|
|
1246
1242
|
/* harmony default export */ var CustomColorPicker = (CustomColorPicker_exports_);
|
|
1247
1243
|
;// 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
|
|
1248
1244
|
|
|
1249
1245
|
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
|
|
1250
1252
|
const Heatmap3dvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
1251
1253
|
class: "kq3d-heatmap-box"
|
|
1252
1254
|
};
|
|
@@ -1272,7 +1274,7 @@ const _hoisted_4 = {
|
|
|
1272
1274
|
const __default__ = {
|
|
1273
1275
|
name: "Kq3dHeatmap"
|
|
1274
1276
|
};
|
|
1275
|
-
/* harmony default export */ var Heatmap3dvue_type_script_setup_true_lang_js = (
|
|
1277
|
+
/* harmony default export */ var Heatmap3dvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
1276
1278
|
props: {
|
|
1277
1279
|
// 设置参数
|
|
1278
1280
|
settingParams: {
|
|
@@ -1283,7 +1285,6 @@ const __default__ = {
|
|
|
1283
1285
|
type: Boolean,
|
|
1284
1286
|
default: true
|
|
1285
1287
|
},
|
|
1286
|
-
|
|
1287
1288
|
/**
|
|
1288
1289
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
1289
1290
|
*/
|
|
@@ -1313,19 +1314,18 @@ const __default__ = {
|
|
|
1313
1314
|
default: true
|
|
1314
1315
|
}
|
|
1315
1316
|
},
|
|
1316
|
-
|
|
1317
1317
|
setup(__props, {
|
|
1318
1318
|
expose: __expose
|
|
1319
1319
|
}) {
|
|
1320
|
-
const props = __props;
|
|
1321
1320
|
const {
|
|
1322
1321
|
proxy
|
|
1323
1322
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
1324
1323
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
1325
1324
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
1326
1325
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
1327
|
-
let weightFields = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
1328
|
-
|
|
1326
|
+
let weightFields = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
1327
|
+
// 获取组件传参
|
|
1328
|
+
const props = __props;
|
|
1329
1329
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
1330
1330
|
dataPath: props.settingParams && props.settingParams.dataPath || "",
|
|
1331
1331
|
//数据地址,json文件或json地址
|
|
@@ -1360,15 +1360,17 @@ const __default__ = {
|
|
|
1360
1360
|
colorMode: props.settingParams && props.settingParams.colorMode || 1,
|
|
1361
1361
|
// 1:预设 2:自定义
|
|
1362
1362
|
colorRamp: props.settingParams && props.settingParams.colorRamp || 0 //色带索引,0-16
|
|
1363
|
-
|
|
1364
1363
|
});
|
|
1365
|
-
let viewModel = null;
|
|
1364
|
+
let viewModel = null;
|
|
1366
1365
|
|
|
1367
|
-
|
|
1366
|
+
// 组件容器Ref
|
|
1367
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
1368
1368
|
|
|
1369
|
+
// 生成组件默认header
|
|
1369
1370
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
1370
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
1371
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
1371
1372
|
|
|
1373
|
+
// 国际化
|
|
1372
1374
|
let {
|
|
1373
1375
|
locale,
|
|
1374
1376
|
messages
|
|
@@ -1390,13 +1392,11 @@ const __default__ = {
|
|
|
1390
1392
|
});
|
|
1391
1393
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
1392
1394
|
//父组 件ScenceView初始化完成后执行
|
|
1393
|
-
|
|
1394
1395
|
weightFields.value = [language.value.noSet];
|
|
1395
1396
|
if (!formItem.valueField) formItem.valueField = language.value.noSet;
|
|
1396
1397
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
1397
1398
|
if (scenceView) {
|
|
1398
1399
|
viewModel = new Heatmap3dViewModel(scenceView, formItem);
|
|
1399
|
-
|
|
1400
1400
|
if (viewModel) {
|
|
1401
1401
|
viewModel.language = language.value;
|
|
1402
1402
|
let test = heatColor.value; // 触发赋值
|
|
@@ -1404,56 +1404,49 @@ const __default__ = {
|
|
|
1404
1404
|
}
|
|
1405
1405
|
});
|
|
1406
1406
|
});
|
|
1407
|
+
|
|
1407
1408
|
/**
|
|
1408
1409
|
* @description 监听header生成
|
|
1409
1410
|
*/
|
|
1410
|
-
|
|
1411
1411
|
const watchCreateHeaderTemp = () => {
|
|
1412
1412
|
if (props.showHeaderTemp) {
|
|
1413
1413
|
// 生成headerTemp
|
|
1414
1414
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
1415
1415
|
}
|
|
1416
1416
|
};
|
|
1417
|
-
|
|
1418
1417
|
function selectData(file) {
|
|
1419
1418
|
let url = URL.createObjectURL(file.raw);
|
|
1420
1419
|
formItem.dataPath = url;
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
|
|
1420
|
+
}
|
|
1421
|
+
// 参数改变
|
|
1424
1422
|
function paramsChanged(key) {
|
|
1425
1423
|
viewModel && viewModel.paramsChanged(key, formItem[key]);
|
|
1426
|
-
|
|
1427
1424
|
switch (key) {
|
|
1428
1425
|
case "radius":
|
|
1429
1426
|
case "height":
|
|
1430
1427
|
formItem.isFollowingPerspective = false;
|
|
1431
1428
|
break;
|
|
1432
|
-
|
|
1433
1429
|
default:
|
|
1434
1430
|
break;
|
|
1435
1431
|
}
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
|
|
1432
|
+
}
|
|
1433
|
+
// 加载
|
|
1439
1434
|
function startAnalysis() {
|
|
1440
1435
|
getDataByPath();
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
|
|
1436
|
+
}
|
|
1437
|
+
// 获取路径数据
|
|
1444
1438
|
function getDataByPath() {
|
|
1445
1439
|
if (formItem && formItem.dataPath) {
|
|
1446
1440
|
Cesium.Resource.fetchJson(formItem.dataPath).then(res => {
|
|
1447
1441
|
if (res && res.features) {
|
|
1448
1442
|
if (res.features.length === 0) {
|
|
1449
|
-
(0,message/* default */.
|
|
1443
|
+
(0,message/* default */.A)({
|
|
1450
1444
|
message: "features " + language.value.noDataMessage + "!",
|
|
1451
1445
|
type: "warning",
|
|
1452
1446
|
duration: 2000
|
|
1453
1447
|
});
|
|
1454
1448
|
return;
|
|
1455
1449
|
}
|
|
1456
|
-
|
|
1457
1450
|
let heatmapArr = [];
|
|
1458
1451
|
let bigArray = [];
|
|
1459
1452
|
res.features.forEach(element => {
|
|
@@ -1470,17 +1463,17 @@ const __default__ = {
|
|
|
1470
1463
|
});
|
|
1471
1464
|
});
|
|
1472
1465
|
let commonArr = commonValues(bigArray);
|
|
1473
|
-
weightFields.value = [language.value.noSet].concat(commonArr);
|
|
1466
|
+
weightFields.value = [language.value.noSet].concat(commonArr);
|
|
1467
|
+
// if (!formItem.valueField) {
|
|
1474
1468
|
// formItem.valueField = commonArr[0];
|
|
1475
1469
|
// paramsChanged("valueField");
|
|
1476
1470
|
// }
|
|
1477
|
-
|
|
1478
1471
|
if (viewModel) {
|
|
1479
1472
|
viewModel.heatmapData = heatmapArr;
|
|
1480
1473
|
viewModel.start();
|
|
1481
1474
|
}
|
|
1482
1475
|
} else {
|
|
1483
|
-
(0,message/* default */.
|
|
1476
|
+
(0,message/* default */.A)({
|
|
1484
1477
|
message: language.value.geojsonTypeMessage + "!",
|
|
1485
1478
|
type: "warning",
|
|
1486
1479
|
duration: 2000
|
|
@@ -1489,7 +1482,7 @@ const __default__ = {
|
|
|
1489
1482
|
}
|
|
1490
1483
|
}).otherwise(ret => {
|
|
1491
1484
|
console.log(ret);
|
|
1492
|
-
(0,message/* default */.
|
|
1485
|
+
(0,message/* default */.A)({
|
|
1493
1486
|
message: language.value.dataParsingMessage + "!",
|
|
1494
1487
|
type: "error",
|
|
1495
1488
|
duration: 2000
|
|
@@ -1497,7 +1490,7 @@ const __default__ = {
|
|
|
1497
1490
|
return;
|
|
1498
1491
|
});
|
|
1499
1492
|
} else {
|
|
1500
|
-
(0,message/* default */.
|
|
1493
|
+
(0,message/* default */.A)({
|
|
1501
1494
|
message: language.value.fileTypeMessage + "!",
|
|
1502
1495
|
type: "warning",
|
|
1503
1496
|
duration: 2000
|
|
@@ -1505,61 +1498,49 @@ const __default__ = {
|
|
|
1505
1498
|
return;
|
|
1506
1499
|
}
|
|
1507
1500
|
}
|
|
1508
|
-
|
|
1509
1501
|
function commonValues(bigArray) {
|
|
1510
1502
|
// 如果大数组为空,直接返回空数组
|
|
1511
1503
|
if (bigArray.length === 0) {
|
|
1512
1504
|
return [];
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
|
|
1505
|
+
}
|
|
1506
|
+
// 以第一个小数组为初始值进行比较
|
|
1516
1507
|
let common = [...bigArray[0]];
|
|
1517
|
-
|
|
1518
1508
|
for (let i = 1; i < bigArray.length; i++) {
|
|
1519
1509
|
common = common.filter(item => bigArray[i].includes(item));
|
|
1520
1510
|
}
|
|
1521
|
-
|
|
1522
1511
|
return common;
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
|
|
1512
|
+
}
|
|
1513
|
+
// 获取对象键列表
|
|
1526
1514
|
function getValidKeysAndValues(obj) {
|
|
1527
1515
|
const validKeys = [];
|
|
1528
1516
|
const newObj = {};
|
|
1529
|
-
|
|
1530
1517
|
for (const key in obj) {
|
|
1531
1518
|
const value = obj[key];
|
|
1532
|
-
|
|
1533
1519
|
if (!isNaN(value) && value > 0) {
|
|
1534
1520
|
validKeys.push(key);
|
|
1535
1521
|
newObj[key] = value;
|
|
1536
1522
|
}
|
|
1537
1523
|
}
|
|
1538
|
-
|
|
1539
1524
|
return {
|
|
1540
1525
|
validKeys,
|
|
1541
1526
|
newObj
|
|
1542
1527
|
};
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1528
|
+
}
|
|
1529
|
+
// 预设的色带
|
|
1530
|
+
const colorData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([["#F0EDB6", "#E0831F", "#910909"], ["#80FFFF", "#2EA7F2", "#000068"], ["#9999FF", "#99FFFF", "#FF9999", "#FFFF99"], ["#9766BF", "#C9ADAD", "#B5ADDD", "#93A9DD", "#74A9E1"], ["#0000FF", "#00FFFF", "#00FF00", "#FFFF00", "#FF0000"], ["#814BAB", "#821498", "#D53448", "#FDD944", "#FFFFFF"], ["#636CEA", "#1B1DD5", "#BE1C4D", "#F79390", "#FFFFCC"], ["#7FC97F", "#BEAED4", "#FDC086", "#FFFF99", "#386CB0", "#70027F", "#BF5B17"], ["#A6CEE3", "#1F78B4", "#B2DF8A", "#33A02C", "#FB9A99", "#D2212D", "#FDBF6F"], ["#E41A1C", "#377EB8", "#4DAF4A", "#984EA3", "#FF7F00", "#FFFF33", "#A65628"], ["#D73027", "#FC8D59", "#FEE08B", "#FFFFBF", "#D9EF8B", "#91CF60", "#1A9850"], ["#D53E4F", "#FC8D59", "#FEE08B", "#FFFFBF", "#E6F598", "#99D594", "#3288BD"], ["#D73027", "#FC8D59", "#FEE090", "#FFFFBF", "#E0F3F8", "#91BFDB", "#4575B4"], ["#B2182B", "#EF8A62", "#FDDBC7", "#FFFFFF", "#E0E0E0", "#999999", "#4D4D4D"], ["#E9F013", "#B3B3B3", "#408000", "#000080", "#0D3069", "#ABABAB", "#FFFCFF"], ["#B0B0B0", "#0000FF", "#00A6FF", "#00FF00", "#00FFFF", "#FF0000", "#FFA600", "#FF00FF", "#0000FF"], ["#531DAB", "#2F54EB", "#40A9FF", "#5CDBD3", "#B7EB8F", "#FFE58F", "#FFC069", "#FF7A45", "#F53B44", "#A8071A"]]);
|
|
1531
|
+
// 自定义的颜色
|
|
1548
1532
|
const customColors = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)({
|
|
1549
1533
|
get() {
|
|
1550
1534
|
const custom = props.settingParams && props.settingParams.custom;
|
|
1551
|
-
|
|
1552
1535
|
if (!custom || custom.length == 0) {
|
|
1553
1536
|
return getCustomColors(colorData.value[formItem.colorRamp]);
|
|
1554
1537
|
} else {
|
|
1555
1538
|
return custom;
|
|
1556
1539
|
}
|
|
1557
1540
|
},
|
|
1558
|
-
|
|
1559
1541
|
set(value) {
|
|
1560
1542
|
regroupColors();
|
|
1561
1543
|
}
|
|
1562
|
-
|
|
1563
1544
|
});
|
|
1564
1545
|
const heatColor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)({
|
|
1565
1546
|
get() {
|
|
@@ -1569,19 +1550,14 @@ const __default__ = {
|
|
|
1569
1550
|
} else {
|
|
1570
1551
|
onChangeColorRamp();
|
|
1571
1552
|
}
|
|
1572
|
-
|
|
1573
1553
|
return heatColor.value;
|
|
1574
1554
|
},
|
|
1575
|
-
|
|
1576
1555
|
set(value) {
|
|
1577
1556
|
viewModel && viewModel.setColorArray(value);
|
|
1578
1557
|
}
|
|
1579
|
-
|
|
1580
1558
|
});
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1559
|
+
function getHeatColor() {}
|
|
1560
|
+
// 重组颜色渲染对象
|
|
1585
1561
|
function regroupColors() {
|
|
1586
1562
|
let obj = {};
|
|
1587
1563
|
customColors.value.forEach(element => {
|
|
@@ -1589,30 +1565,25 @@ const __default__ = {
|
|
|
1589
1565
|
});
|
|
1590
1566
|
heatColor.value = obj;
|
|
1591
1567
|
}
|
|
1592
|
-
|
|
1593
1568
|
function onChangeColorRamp() {
|
|
1594
1569
|
// 固定的开头
|
|
1595
1570
|
const colors = colorData.value[formItem.colorRamp];
|
|
1596
1571
|
const len = colors.length;
|
|
1597
1572
|
const delta = 1 / len;
|
|
1598
1573
|
let ramp = {};
|
|
1599
|
-
|
|
1600
1574
|
for (let i = 0; i < len - 1; i++) {
|
|
1601
1575
|
ramp[delta * (i + 1)] = colors[i];
|
|
1602
1576
|
}
|
|
1603
|
-
|
|
1604
1577
|
ramp[1] = colors[len - 1];
|
|
1605
1578
|
heatColor.value = {
|
|
1606
1579
|
0: "rgba(0, 0, 0, 0)",
|
|
1607
1580
|
...ramp
|
|
1608
1581
|
};
|
|
1609
1582
|
}
|
|
1610
|
-
|
|
1611
1583
|
function getCustomColors(colors) {
|
|
1612
1584
|
let custom = [];
|
|
1613
1585
|
const len = colors.length;
|
|
1614
1586
|
const delta = 1 / (len - 1);
|
|
1615
|
-
|
|
1616
1587
|
for (let i = 0; i < len; i++) {
|
|
1617
1588
|
custom.push({
|
|
1618
1589
|
id: (0,util_.guid)(),
|
|
@@ -1620,86 +1591,58 @@ const __default__ = {
|
|
|
1620
1591
|
percentage: i * delta * 100
|
|
1621
1592
|
});
|
|
1622
1593
|
}
|
|
1623
|
-
|
|
1624
1594
|
return custom;
|
|
1625
1595
|
}
|
|
1626
|
-
|
|
1627
1596
|
function colorChanged(items) {
|
|
1628
1597
|
let ramp = {};
|
|
1629
|
-
|
|
1630
1598
|
for (let i = 0; i < items.length; i++) {
|
|
1631
1599
|
if (items[i].percentage == 0) {
|
|
1632
1600
|
items[i].percentage = 1;
|
|
1633
1601
|
}
|
|
1634
|
-
|
|
1635
1602
|
ramp[items[i].percentage / 100] = items[i].color;
|
|
1636
1603
|
}
|
|
1637
|
-
|
|
1638
1604
|
heatColor.value = {
|
|
1639
1605
|
0: "rgba(0, 0, 0, 0)",
|
|
1640
1606
|
...ramp
|
|
1641
1607
|
};
|
|
1642
1608
|
}
|
|
1643
|
-
|
|
1644
1609
|
function generateColorStyle(colors) {
|
|
1645
1610
|
return `background-image: linear-gradient(90deg, ${colors.toString()})`;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
|
|
1611
|
+
}
|
|
1612
|
+
// 反转色带的颜色
|
|
1649
1613
|
function onClickReverseRamp(colors) {
|
|
1650
1614
|
colors = colors.reverse();
|
|
1651
1615
|
onChangeColorRamp();
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
|
|
1616
|
+
}
|
|
1617
|
+
// 清除
|
|
1655
1618
|
function clearResult() {
|
|
1656
1619
|
viewModel && viewModel.clear();
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1620
|
+
}
|
|
1659
1621
|
|
|
1622
|
+
// 销毁
|
|
1660
1623
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
1661
1624
|
viewModel && viewModel.destroy();
|
|
1662
1625
|
});
|
|
1663
|
-
|
|
1664
1626
|
__expose({});
|
|
1665
|
-
|
|
1666
1627
|
return (_ctx, _cache) => {
|
|
1667
1628
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
1668
|
-
|
|
1669
1629
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
1670
|
-
|
|
1671
1630
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
1672
|
-
|
|
1673
1631
|
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
1674
|
-
|
|
1675
1632
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
1676
|
-
|
|
1677
1633
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
1678
|
-
|
|
1679
1634
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
1680
|
-
|
|
1681
1635
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
1682
|
-
|
|
1683
1636
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
1684
|
-
|
|
1685
1637
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
1686
|
-
|
|
1687
1638
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
1688
|
-
|
|
1689
1639
|
const _component_kq_radio_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-button");
|
|
1690
|
-
|
|
1691
1640
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
1692
|
-
|
|
1693
1641
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
1694
|
-
|
|
1695
1642
|
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
1696
|
-
|
|
1697
1643
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
1698
|
-
|
|
1699
1644
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
1700
|
-
|
|
1701
1645
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
1702
|
-
|
|
1703
1646
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
1704
1647
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-heatmap", {
|
|
1705
1648
|
'kq-box-shadow': __props.showShadow
|
|
@@ -1710,9 +1653,7 @@ const __default__ = {
|
|
|
1710
1653
|
key: 0,
|
|
1711
1654
|
ref_key: "headerTempRef",
|
|
1712
1655
|
ref: headerTempRef
|
|
1713
|
-
}, null, 512
|
|
1714
|
-
/* NEED_PATCH */
|
|
1715
|
-
)) : (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", Heatmap3dvue_type_script_setup_true_lang_js_hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1656
|
+
}, 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", Heatmap3dvue_type_script_setup_true_lang_js_hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1716
1657
|
gutter: 20,
|
|
1717
1658
|
class: "rowClass"
|
|
1718
1659
|
}, {
|
|
@@ -1720,12 +1661,8 @@ const __default__ = {
|
|
|
1720
1661
|
span: 6,
|
|
1721
1662
|
class: "colClass"
|
|
1722
1663
|
}, {
|
|
1723
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).dataPath), 1
|
|
1724
|
-
/*
|
|
1725
|
-
)]),
|
|
1726
|
-
_: 1
|
|
1727
|
-
/* STABLE */
|
|
1728
|
-
|
|
1664
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).dataPath), 1 /* TEXT */)]),
|
|
1665
|
+
_: 1 /* STABLE */
|
|
1729
1666
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1730
1667
|
span: 18
|
|
1731
1668
|
}, {
|
|
@@ -1746,31 +1683,17 @@ const __default__ = {
|
|
|
1746
1683
|
size: 16
|
|
1747
1684
|
}, {
|
|
1748
1685
|
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_.IconFolder2))]),
|
|
1749
|
-
_: 1
|
|
1750
|
-
/* STABLE */
|
|
1751
|
-
|
|
1686
|
+
_: 1 /* STABLE */
|
|
1752
1687
|
})]),
|
|
1753
|
-
_: 1
|
|
1754
|
-
/* STABLE */
|
|
1755
|
-
|
|
1688
|
+
_: 1 /* STABLE */
|
|
1756
1689
|
})]),
|
|
1757
|
-
_: 1
|
|
1758
|
-
/* STABLE */
|
|
1759
|
-
|
|
1690
|
+
_: 1 /* STABLE */
|
|
1760
1691
|
})]),
|
|
1761
|
-
_: 1
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
}, 8
|
|
1765
|
-
/* PROPS */
|
|
1766
|
-
, ["modelValue", "placeholder"])]),
|
|
1767
|
-
_: 1
|
|
1768
|
-
/* STABLE */
|
|
1769
|
-
|
|
1692
|
+
_: 1 /* STABLE */
|
|
1693
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1694
|
+
_: 1 /* STABLE */
|
|
1770
1695
|
})]),
|
|
1771
|
-
_: 1
|
|
1772
|
-
/* STABLE */
|
|
1773
|
-
|
|
1696
|
+
_: 1 /* STABLE */
|
|
1774
1697
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1775
1698
|
gutter: 20,
|
|
1776
1699
|
class: "rowClass"
|
|
@@ -1779,12 +1702,8 @@ const __default__ = {
|
|
|
1779
1702
|
span: 6,
|
|
1780
1703
|
class: "colClass"
|
|
1781
1704
|
}, {
|
|
1782
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heatmapType), 1
|
|
1783
|
-
/*
|
|
1784
|
-
)]),
|
|
1785
|
-
_: 1
|
|
1786
|
-
/* STABLE */
|
|
1787
|
-
|
|
1705
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heatmapType), 1 /* TEXT */)]),
|
|
1706
|
+
_: 1 /* STABLE */
|
|
1788
1707
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1789
1708
|
span: 18
|
|
1790
1709
|
}, {
|
|
@@ -1796,41 +1715,25 @@ const __default__ = {
|
|
|
1796
1715
|
label: "3D",
|
|
1797
1716
|
onChange: _cache[2] || (_cache[2] = $event => paramsChanged('heatmapType'))
|
|
1798
1717
|
}, {
|
|
1799
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("3D")]),
|
|
1800
|
-
_: 1
|
|
1801
|
-
/* STABLE */
|
|
1802
|
-
|
|
1718
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[33] || (_cache[33] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("3D")])),
|
|
1719
|
+
_: 1 /* STABLE */
|
|
1803
1720
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
1804
1721
|
label: "2D",
|
|
1805
1722
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('heatmapType'))
|
|
1806
1723
|
}, {
|
|
1807
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("2D")]),
|
|
1808
|
-
_: 1
|
|
1809
|
-
/* STABLE */
|
|
1810
|
-
|
|
1724
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[34] || (_cache[34] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("2D")])),
|
|
1725
|
+
_: 1 /* STABLE */
|
|
1811
1726
|
})]),
|
|
1812
|
-
_: 1
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
}, 8
|
|
1816
|
-
/* PROPS */
|
|
1817
|
-
, ["modelValue"])]),
|
|
1818
|
-
_: 1
|
|
1819
|
-
/* STABLE */
|
|
1820
|
-
|
|
1727
|
+
_: 1 /* STABLE */
|
|
1728
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1729
|
+
_: 1 /* STABLE */
|
|
1821
1730
|
})]),
|
|
1822
|
-
_: 1
|
|
1823
|
-
/* STABLE */
|
|
1824
|
-
|
|
1731
|
+
_: 1 /* STABLE */
|
|
1825
1732
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1826
1733
|
class: "kq3d-heatmap-tip"
|
|
1827
1734
|
}, {
|
|
1828
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heatmapTips), 1
|
|
1829
|
-
/*
|
|
1830
|
-
)]),
|
|
1831
|
-
_: 1
|
|
1832
|
-
/* STABLE */
|
|
1833
|
-
|
|
1735
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heatmapTips), 1 /* TEXT */)]),
|
|
1736
|
+
_: 1 /* STABLE */
|
|
1834
1737
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
1835
1738
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
1836
1739
|
class: "kq3d-heatmap-collapse"
|
|
@@ -1860,27 +1763,13 @@ const __default__ = {
|
|
|
1860
1763
|
key: index,
|
|
1861
1764
|
label: item,
|
|
1862
1765
|
value: item
|
|
1863
|
-
}, null, 8
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
/* STABLE */
|
|
1871
|
-
|
|
1872
|
-
}, 8
|
|
1873
|
-
/* PROPS */
|
|
1874
|
-
, ["modelValue"])]),
|
|
1875
|
-
_: 1
|
|
1876
|
-
/* STABLE */
|
|
1877
|
-
|
|
1878
|
-
}, 8
|
|
1879
|
-
/* PROPS */
|
|
1880
|
-
, ["label"])]),
|
|
1881
|
-
_: 1
|
|
1882
|
-
/* STABLE */
|
|
1883
|
-
|
|
1766
|
+
}, null, 8 /* PROPS */, ["label", "value"]);
|
|
1767
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1768
|
+
_: 1 /* STABLE */
|
|
1769
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1770
|
+
_: 1 /* STABLE */
|
|
1771
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1772
|
+
_: 1 /* STABLE */
|
|
1884
1773
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1885
1774
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1886
1775
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).colorScheme
|
|
@@ -1898,45 +1787,23 @@ const __default__ = {
|
|
|
1898
1787
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
|
|
1899
1788
|
label: "1"
|
|
1900
1789
|
}, {
|
|
1901
|
-
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).preset), 1
|
|
1902
|
-
/*
|
|
1903
|
-
)]),
|
|
1904
|
-
_: 1
|
|
1905
|
-
/* STABLE */
|
|
1906
|
-
|
|
1790
|
+
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).preset), 1 /* TEXT */)]),
|
|
1791
|
+
_: 1 /* STABLE */
|
|
1907
1792
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, {
|
|
1908
1793
|
label: "2"
|
|
1909
1794
|
}, {
|
|
1910
|
-
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).customTitle), 1
|
|
1911
|
-
/*
|
|
1912
|
-
)]),
|
|
1913
|
-
_: 1
|
|
1914
|
-
/* STABLE */
|
|
1915
|
-
|
|
1795
|
+
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).customTitle), 1 /* TEXT */)]),
|
|
1796
|
+
_: 1 /* STABLE */
|
|
1916
1797
|
})]),
|
|
1917
|
-
_: 1
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
}, 8
|
|
1921
|
-
/* PROPS */
|
|
1922
|
-
, ["modelValue"])]),
|
|
1923
|
-
_: 1
|
|
1924
|
-
/* STABLE */
|
|
1925
|
-
|
|
1798
|
+
_: 1 /* STABLE */
|
|
1799
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1800
|
+
_: 1 /* STABLE */
|
|
1926
1801
|
})]),
|
|
1927
|
-
_: 1
|
|
1928
|
-
/* STABLE */
|
|
1929
|
-
|
|
1802
|
+
_: 1 /* STABLE */
|
|
1930
1803
|
})]),
|
|
1931
|
-
_: 1
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
}, 8
|
|
1935
|
-
/* PROPS */
|
|
1936
|
-
, ["label"])]),
|
|
1937
|
-
_: 1
|
|
1938
|
-
/* STABLE */
|
|
1939
|
-
|
|
1804
|
+
_: 1 /* STABLE */
|
|
1805
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1806
|
+
_: 1 /* STABLE */
|
|
1940
1807
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorMode == 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1941
1808
|
key: 0
|
|
1942
1809
|
}, {
|
|
@@ -1962,9 +1829,7 @@ const __default__ = {
|
|
|
1962
1829
|
prefix: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1963
1830
|
class: "color-ramp",
|
|
1964
1831
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)(generateColorStyle(colorData.value[(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorRamp]))
|
|
1965
|
-
}, null, 4
|
|
1966
|
-
/* STYLE */
|
|
1967
|
-
)]),
|
|
1832
|
+
}, null, 4 /* STYLE */)]),
|
|
1968
1833
|
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)(colorData.value, (item, index) => {
|
|
1969
1834
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
|
|
1970
1835
|
class: "color-option",
|
|
@@ -1974,51 +1839,25 @@ const __default__ = {
|
|
|
1974
1839
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1975
1840
|
class: "color-ramp",
|
|
1976
1841
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)(generateColorStyle(item))
|
|
1977
|
-
}, null, 4
|
|
1978
|
-
/* STYLE */
|
|
1979
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1842
|
+
}, null, 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1980
1843
|
class: "reverse",
|
|
1981
1844
|
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => onClickReverseRamp(item), ["stop"])
|
|
1982
1845
|
}, {
|
|
1983
1846
|
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_.Switch))]),
|
|
1984
|
-
_: 2
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
}, 1032
|
|
1994
|
-
/* PROPS, DYNAMIC_SLOTS */
|
|
1995
|
-
, ["value"]);
|
|
1996
|
-
}), 128
|
|
1997
|
-
/* KEYED_FRAGMENT */
|
|
1998
|
-
))]),
|
|
1999
|
-
_: 1
|
|
2000
|
-
/* STABLE */
|
|
2001
|
-
|
|
2002
|
-
}, 8
|
|
2003
|
-
/* PROPS */
|
|
2004
|
-
, ["modelValue"])]),
|
|
2005
|
-
_: 1
|
|
2006
|
-
/* STABLE */
|
|
2007
|
-
|
|
1847
|
+
_: 2 /* DYNAMIC */
|
|
1848
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick"])]),
|
|
1849
|
+
_: 2 /* DYNAMIC */
|
|
1850
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]);
|
|
1851
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1852
|
+
_: 1 /* STABLE */
|
|
1853
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1854
|
+
_: 1 /* STABLE */
|
|
2008
1855
|
})]),
|
|
2009
|
-
_: 1
|
|
2010
|
-
/* STABLE */
|
|
2011
|
-
|
|
1856
|
+
_: 1 /* STABLE */
|
|
2012
1857
|
})]),
|
|
2013
|
-
_: 1
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
}, 8
|
|
2017
|
-
/* PROPS */
|
|
2018
|
-
, ["label"])]),
|
|
2019
|
-
_: 1
|
|
2020
|
-
/* STABLE */
|
|
2021
|
-
|
|
1858
|
+
_: 1 /* STABLE */
|
|
1859
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1860
|
+
_: 1 /* STABLE */
|
|
2022
1861
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorMode == 2 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
2023
1862
|
key: 1
|
|
2024
1863
|
}, {
|
|
@@ -2034,26 +1873,14 @@ const __default__ = {
|
|
|
2034
1873
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(CustomColorPicker, {
|
|
2035
1874
|
data: customColors.value,
|
|
2036
1875
|
onColorChanged: colorChanged
|
|
2037
|
-
}, null, 8
|
|
2038
|
-
/*
|
|
2039
|
-
, ["data"])]),
|
|
2040
|
-
_: 1
|
|
2041
|
-
/* STABLE */
|
|
2042
|
-
|
|
1876
|
+
}, null, 8 /* PROPS */, ["data"])]),
|
|
1877
|
+
_: 1 /* STABLE */
|
|
2043
1878
|
})]),
|
|
2044
|
-
_: 1
|
|
2045
|
-
/* STABLE */
|
|
2046
|
-
|
|
1879
|
+
_: 1 /* STABLE */
|
|
2047
1880
|
})]),
|
|
2048
|
-
_: 1
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
}, 8
|
|
2052
|
-
/* PROPS */
|
|
2053
|
-
, ["label"])]),
|
|
2054
|
-
_: 1
|
|
2055
|
-
/* STABLE */
|
|
2056
|
-
|
|
1881
|
+
_: 1 /* STABLE */
|
|
1882
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1883
|
+
_: 1 /* STABLE */
|
|
2057
1884
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2058
1885
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2059
1886
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).radius + '(m)'
|
|
@@ -2073,12 +1900,8 @@ const __default__ = {
|
|
|
2073
1900
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRadius,
|
|
2074
1901
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRadius,
|
|
2075
1902
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('radius'))
|
|
2076
|
-
}, null, 8
|
|
2077
|
-
/*
|
|
2078
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
2079
|
-
_: 1
|
|
2080
|
-
/* STABLE */
|
|
2081
|
-
|
|
1903
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1904
|
+
_: 1 /* STABLE */
|
|
2082
1905
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2083
1906
|
span: 8
|
|
2084
1907
|
}, {
|
|
@@ -2090,26 +1913,14 @@ const __default__ = {
|
|
|
2090
1913
|
step: 0.1,
|
|
2091
1914
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('radius')),
|
|
2092
1915
|
"controls-position": "right"
|
|
2093
|
-
}, null, 8
|
|
2094
|
-
/*
|
|
2095
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
2096
|
-
_: 1
|
|
2097
|
-
/* STABLE */
|
|
2098
|
-
|
|
1916
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1917
|
+
_: 1 /* STABLE */
|
|
2099
1918
|
})]),
|
|
2100
|
-
_: 1
|
|
2101
|
-
/* STABLE */
|
|
2102
|
-
|
|
1919
|
+
_: 1 /* STABLE */
|
|
2103
1920
|
})]),
|
|
2104
|
-
_: 1
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
}, 8
|
|
2108
|
-
/* PROPS */
|
|
2109
|
-
, ["label"])]),
|
|
2110
|
-
_: 1
|
|
2111
|
-
/* STABLE */
|
|
2112
|
-
|
|
1921
|
+
_: 1 /* STABLE */
|
|
1922
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1923
|
+
_: 1 /* STABLE */
|
|
2113
1924
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2114
1925
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2115
1926
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
@@ -2129,12 +1940,8 @@ const __default__ = {
|
|
|
2129
1940
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTransparents,
|
|
2130
1941
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTransparents,
|
|
2131
1942
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('transparents'))
|
|
2132
|
-
}, null, 8
|
|
2133
|
-
/*
|
|
2134
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
2135
|
-
_: 1
|
|
2136
|
-
/* STABLE */
|
|
2137
|
-
|
|
1943
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1944
|
+
_: 1 /* STABLE */
|
|
2138
1945
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2139
1946
|
span: 8
|
|
2140
1947
|
}, {
|
|
@@ -2146,26 +1953,14 @@ const __default__ = {
|
|
|
2146
1953
|
step: 0.01,
|
|
2147
1954
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('transparents')),
|
|
2148
1955
|
"controls-position": "right"
|
|
2149
|
-
}, null, 8
|
|
2150
|
-
/*
|
|
2151
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
2152
|
-
_: 1
|
|
2153
|
-
/* STABLE */
|
|
2154
|
-
|
|
1956
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1957
|
+
_: 1 /* STABLE */
|
|
2155
1958
|
})]),
|
|
2156
|
-
_: 1
|
|
2157
|
-
/* STABLE */
|
|
2158
|
-
|
|
1959
|
+
_: 1 /* STABLE */
|
|
2159
1960
|
})]),
|
|
2160
|
-
_: 1
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
}, 8
|
|
2164
|
-
/* PROPS */
|
|
2165
|
-
, ["label"])]),
|
|
2166
|
-
_: 1
|
|
2167
|
-
/* STABLE */
|
|
2168
|
-
|
|
1961
|
+
_: 1 /* STABLE */
|
|
1962
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1963
|
+
_: 1 /* STABLE */
|
|
2169
1964
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2170
1965
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2171
1966
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height
|
|
@@ -2185,12 +1980,8 @@ const __default__ = {
|
|
|
2185
1980
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
2186
1981
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
2187
1982
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('height'))
|
|
2188
|
-
}, null, 8
|
|
2189
|
-
/*
|
|
2190
|
-
, ["modelValue", "min", "max"])]),
|
|
2191
|
-
_: 1
|
|
2192
|
-
/* STABLE */
|
|
2193
|
-
|
|
1983
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1984
|
+
_: 1 /* STABLE */
|
|
2194
1985
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2195
1986
|
span: 8
|
|
2196
1987
|
}, {
|
|
@@ -2202,29 +1993,15 @@ const __default__ = {
|
|
|
2202
1993
|
step: 1,
|
|
2203
1994
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('height')),
|
|
2204
1995
|
"controls-position": "right"
|
|
2205
|
-
}, null, 8
|
|
2206
|
-
/*
|
|
2207
|
-
, ["modelValue", "min", "max"])]),
|
|
2208
|
-
_: 1
|
|
2209
|
-
/* STABLE */
|
|
2210
|
-
|
|
1996
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1997
|
+
_: 1 /* STABLE */
|
|
2211
1998
|
})]),
|
|
2212
|
-
_: 1
|
|
2213
|
-
/* STABLE */
|
|
2214
|
-
|
|
1999
|
+
_: 1 /* STABLE */
|
|
2215
2000
|
})]),
|
|
2216
|
-
_: 1
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
/* PROPS */
|
|
2221
|
-
, ["label"])]),
|
|
2222
|
-
_: 1
|
|
2223
|
-
/* STABLE */
|
|
2224
|
-
|
|
2225
|
-
}, 512
|
|
2226
|
-
/* NEED_PATCH */
|
|
2227
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heatmapType === '3D']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2001
|
+
_: 1 /* STABLE */
|
|
2002
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
2003
|
+
_: 1 /* STABLE */
|
|
2004
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heatmapType === '3D']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2228
2005
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2229
2006
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heightRatio
|
|
2230
2007
|
}, {
|
|
@@ -2243,12 +2020,8 @@ const __default__ = {
|
|
|
2243
2020
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeightRatio,
|
|
2244
2021
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeightRatio,
|
|
2245
2022
|
onInput: _cache[22] || (_cache[22] = $event => paramsChanged('heightRatio'))
|
|
2246
|
-
}, null, 8
|
|
2247
|
-
/*
|
|
2248
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
2249
|
-
_: 1
|
|
2250
|
-
/* STABLE */
|
|
2251
|
-
|
|
2023
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
2024
|
+
_: 1 /* STABLE */
|
|
2252
2025
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2253
2026
|
span: 8
|
|
2254
2027
|
}, {
|
|
@@ -2260,29 +2033,15 @@ const __default__ = {
|
|
|
2260
2033
|
step: 0.1,
|
|
2261
2034
|
onInput: _cache[24] || (_cache[24] = $event => paramsChanged('heightRatio')),
|
|
2262
2035
|
"controls-position": "right"
|
|
2263
|
-
}, null, 8
|
|
2264
|
-
/*
|
|
2265
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
2266
|
-
_: 1
|
|
2267
|
-
/* STABLE */
|
|
2268
|
-
|
|
2036
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
2037
|
+
_: 1 /* STABLE */
|
|
2269
2038
|
})]),
|
|
2270
|
-
_: 1
|
|
2271
|
-
/* STABLE */
|
|
2272
|
-
|
|
2039
|
+
_: 1 /* STABLE */
|
|
2273
2040
|
})]),
|
|
2274
|
-
_: 1
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
/* PROPS */
|
|
2279
|
-
, ["label"])]),
|
|
2280
|
-
_: 1
|
|
2281
|
-
/* STABLE */
|
|
2282
|
-
|
|
2283
|
-
}, 512
|
|
2284
|
-
/* NEED_PATCH */
|
|
2285
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heatmapType === '3D']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2041
|
+
_: 1 /* STABLE */
|
|
2042
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
2043
|
+
_: 1 /* STABLE */
|
|
2044
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heatmapType === '3D']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2286
2045
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2287
2046
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).isShow
|
|
2288
2047
|
}, {
|
|
@@ -2300,26 +2059,14 @@ const __default__ = {
|
|
|
2300
2059
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).isShow,
|
|
2301
2060
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).isShow = $event),
|
|
2302
2061
|
onChange: _cache[26] || (_cache[26] = $event => paramsChanged('isShow'))
|
|
2303
|
-
}, null, 8
|
|
2304
|
-
/*
|
|
2305
|
-
, ["modelValue"])]),
|
|
2306
|
-
_: 1
|
|
2307
|
-
/* STABLE */
|
|
2308
|
-
|
|
2062
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2063
|
+
_: 1 /* STABLE */
|
|
2309
2064
|
})]),
|
|
2310
|
-
_: 1
|
|
2311
|
-
/* STABLE */
|
|
2312
|
-
|
|
2065
|
+
_: 1 /* STABLE */
|
|
2313
2066
|
})]),
|
|
2314
|
-
_: 1
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
}, 8
|
|
2318
|
-
/* PROPS */
|
|
2319
|
-
, ["label"])]),
|
|
2320
|
-
_: 1
|
|
2321
|
-
/* STABLE */
|
|
2322
|
-
|
|
2067
|
+
_: 1 /* STABLE */
|
|
2068
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
2069
|
+
_: 1 /* STABLE */
|
|
2323
2070
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2324
2071
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2325
2072
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).isGround
|
|
@@ -2338,29 +2085,15 @@ const __default__ = {
|
|
|
2338
2085
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).isGround,
|
|
2339
2086
|
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).isGround = $event),
|
|
2340
2087
|
onChange: _cache[28] || (_cache[28] = $event => paramsChanged('isGround'))
|
|
2341
|
-
}, null, 8
|
|
2342
|
-
/*
|
|
2343
|
-
, ["modelValue"])]),
|
|
2344
|
-
_: 1
|
|
2345
|
-
/* STABLE */
|
|
2346
|
-
|
|
2088
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2089
|
+
_: 1 /* STABLE */
|
|
2347
2090
|
})]),
|
|
2348
|
-
_: 1
|
|
2349
|
-
/* STABLE */
|
|
2350
|
-
|
|
2091
|
+
_: 1 /* STABLE */
|
|
2351
2092
|
})]),
|
|
2352
|
-
_: 1
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
/* PROPS */
|
|
2357
|
-
, ["label"])]),
|
|
2358
|
-
_: 1
|
|
2359
|
-
/* STABLE */
|
|
2360
|
-
|
|
2361
|
-
}, 512
|
|
2362
|
-
/* NEED_PATCH */
|
|
2363
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heatmapType === '3D']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2093
|
+
_: 1 /* STABLE */
|
|
2094
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
2095
|
+
_: 1 /* STABLE */
|
|
2096
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heatmapType === '3D']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2364
2097
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2365
2098
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).isFollowingPerspective
|
|
2366
2099
|
}, {
|
|
@@ -2378,77 +2111,36 @@ const __default__ = {
|
|
|
2378
2111
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).isFollowingPerspective,
|
|
2379
2112
|
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).isFollowingPerspective = $event),
|
|
2380
2113
|
onChange: _cache[30] || (_cache[30] = $event => paramsChanged('isFollowingPerspective'))
|
|
2381
|
-
}, null, 8
|
|
2382
|
-
/*
|
|
2383
|
-
, ["modelValue"])]),
|
|
2384
|
-
_: 1
|
|
2385
|
-
/* STABLE */
|
|
2386
|
-
|
|
2114
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2115
|
+
_: 1 /* STABLE */
|
|
2387
2116
|
})]),
|
|
2388
|
-
_: 1
|
|
2389
|
-
/* STABLE */
|
|
2390
|
-
|
|
2117
|
+
_: 1 /* STABLE */
|
|
2391
2118
|
})]),
|
|
2392
|
-
_: 1
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
/* NEED_PATCH */
|
|
2403
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heatmapType === '3D']])]),
|
|
2404
|
-
_: 1
|
|
2405
|
-
/* STABLE */
|
|
2406
|
-
|
|
2407
|
-
}, 8
|
|
2408
|
-
/* PROPS */
|
|
2409
|
-
, ["label-width"])]),
|
|
2410
|
-
_: 1
|
|
2411
|
-
/* STABLE */
|
|
2412
|
-
|
|
2413
|
-
}, 8
|
|
2414
|
-
/* PROPS */
|
|
2415
|
-
, ["title"])]),
|
|
2416
|
-
_: 1
|
|
2417
|
-
/* STABLE */
|
|
2418
|
-
|
|
2419
|
-
}, 8
|
|
2420
|
-
/* PROPS */
|
|
2421
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2119
|
+
_: 1 /* STABLE */
|
|
2120
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
2121
|
+
_: 1 /* STABLE */
|
|
2122
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).heatmapType === '3D']])]),
|
|
2123
|
+
_: 1 /* STABLE */
|
|
2124
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
2125
|
+
_: 1 /* STABLE */
|
|
2126
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
2127
|
+
_: 1 /* STABLE */
|
|
2128
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2422
2129
|
onClick: _cache[31] || (_cache[31] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
2423
2130
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heatmapLoad,
|
|
2424
2131
|
type: "primary"
|
|
2425
2132
|
}, {
|
|
2426
|
-
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).heatmapLoad), 1
|
|
2427
|
-
/*
|
|
2428
|
-
|
|
2429
|
-
_: 1
|
|
2430
|
-
/* STABLE */
|
|
2431
|
-
|
|
2432
|
-
}, 8
|
|
2433
|
-
/* PROPS */
|
|
2434
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2133
|
+
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).heatmapLoad), 1 /* TEXT */)]),
|
|
2134
|
+
_: 1 /* STABLE */
|
|
2135
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2435
2136
|
onClick: _cache[32] || (_cache[32] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
2436
2137
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
2437
2138
|
}, {
|
|
2438
|
-
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).clearResult), 1
|
|
2439
|
-
/*
|
|
2440
|
-
|
|
2441
|
-
_: 1
|
|
2442
|
-
/* STABLE */
|
|
2443
|
-
|
|
2444
|
-
}, 8
|
|
2445
|
-
/* PROPS */
|
|
2446
|
-
, ["title"])])])], 2
|
|
2447
|
-
/* CLASS */
|
|
2448
|
-
);
|
|
2139
|
+
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).clearResult), 1 /* TEXT */)]),
|
|
2140
|
+
_: 1 /* STABLE */
|
|
2141
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
2449
2142
|
};
|
|
2450
2143
|
}
|
|
2451
|
-
|
|
2452
2144
|
}));
|
|
2453
2145
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/Heatmap3d.vue?vue&type=script&setup=true&lang=js
|
|
2454
2146
|
|
|
@@ -2460,10 +2152,13 @@ const Heatmap3d_exports_ = Heatmap3dvue_type_script_setup_true_lang_js;
|
|
|
2460
2152
|
|
|
2461
2153
|
/* harmony default export */ var Heatmap3d = (Heatmap3d_exports_);
|
|
2462
2154
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
2463
|
-
var init_js_ = __webpack_require__(
|
|
2155
|
+
var init_js_ = __webpack_require__(455);
|
|
2464
2156
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
2465
2157
|
;// CONCATENATED MODULE: ./src/webgl/heatmap3d/index.js
|
|
2466
|
-
|
|
2158
|
+
/*
|
|
2159
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
2160
|
+
* All rights reserved.
|
|
2161
|
+
*/
|
|
2467
2162
|
|
|
2468
2163
|
|
|
2469
2164
|
|
|
@@ -2472,8 +2167,6 @@ Heatmap3d.install = (Vue, opts) => {
|
|
|
2472
2167
|
Vue.component(Heatmap3d.name, Heatmap3d);
|
|
2473
2168
|
};
|
|
2474
2169
|
|
|
2475
|
-
|
|
2476
|
-
}();
|
|
2477
2170
|
/******/ return __webpack_exports__;
|
|
2478
2171
|
/******/ })()
|
|
2479
2172
|
;
|