@kq_npm/client3d_webgl_vue 2.6.9-beta → 2.7.1-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +256 -152
- package/aspectanalysis/index.js +209 -141
- package/baseterraingallery/index.js +182 -107
- package/boxclip/index.js +306 -238
- package/comparemap/index.js +219 -137
- package/compass/index.js +169 -94
- package/excavatefillanalysis/index.js +225 -157
- package/fixedzoomin/index.js +167 -92
- package/fixedzoomout/index.js +167 -92
- package/flight/index.js +298 -199
- package/floodanalysis/index.js +236 -170
- package/gpuspatialquery/index.js +280 -212
- package/hawkeye/index.js +143 -75
- package/index.js +4 -6
- package/isolineanalysis/index.js +552 -486
- package/measure/index.js +236 -154
- package/modelselect/index.js +184 -116
- package/package.json +1 -1
- package/particleeffect/index.js +258 -185
- package/planeclip/index.js +245 -177
- package/profileanalysis/index.js +252 -184
- package/resetview/index.js +132 -57
- package/roller/index.js +202 -134
- package/scenceview/index.js +21480 -94
- package/screenshot/index.js +203 -135
- package/shadowanalysis/index.js +317 -242
- package/sightlineanalysis/index.js +134 -96
- package/skylineanalysis/index.js +239 -171
- package/slopeanalysis/index.js +238 -172
- package/statusbar/index.js +84 -53
- package/terrainoperation/index.js +204 -136
- package/underground/index.js +164 -96
- package/viewshedanalysis/index.js +243 -175
- package/weathereffect/index.js +222 -149
package/skylineanalysis/index.js
CHANGED
|
@@ -1,80 +1,14 @@
|
|
|
1
1
|
/******/ (function() { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
|
-
/******/
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ !function() {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = function(module) {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ function() { return module['default']; } :
|
|
13
|
-
/******/ function() { return module; };
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ }();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ !function() {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ }();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ !function() {
|
|
33
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
34
|
-
/******/ }();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ !function() {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ }();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
51
4
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"SkylineAnalysisViewModel": function() { return /* reexport */ SkylineAnalysisViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ SkylineAnalysis; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 3084:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
57
7
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
63
|
-
function _defineProperty(obj, key, value) {
|
|
64
|
-
if (key in obj) {
|
|
65
|
-
Object.defineProperty(obj, key, {
|
|
66
|
-
value: value,
|
|
67
|
-
enumerable: true,
|
|
68
|
-
configurable: true,
|
|
69
|
-
writable: true
|
|
70
|
-
});
|
|
71
|
-
} else {
|
|
72
|
-
obj[key] = value;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
return obj;
|
|
76
|
-
}
|
|
77
|
-
;// CONCATENATED MODULE: ./src/webgl/skylineanalysis/SkylineAnalysisViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ SkylineAnalysisViewModel; }
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
78
12
|
|
|
79
13
|
//天际线分析逻辑类
|
|
80
14
|
class SkylineAnalysisViewModel {
|
|
@@ -93,15 +27,15 @@ class SkylineAnalysisViewModel {
|
|
|
93
27
|
* @param {*} option 天际线分析参数对象
|
|
94
28
|
*/
|
|
95
29
|
constructor(viewer, option) {
|
|
96
|
-
|
|
30
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_skylineAnalysis", null);
|
|
97
31
|
|
|
98
|
-
|
|
32
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_skylineAnalysisChart", null);
|
|
99
33
|
|
|
100
|
-
|
|
34
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_skylineAnalysisChartTitle", "");
|
|
101
35
|
|
|
102
|
-
|
|
36
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
103
37
|
|
|
104
|
-
|
|
38
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_showLimitHeightBody", null);
|
|
105
39
|
|
|
106
40
|
viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
107
41
|
|
|
@@ -342,6 +276,139 @@ class SkylineAnalysisViewModel {
|
|
|
342
276
|
}
|
|
343
277
|
|
|
344
278
|
}
|
|
279
|
+
|
|
280
|
+
/***/ }),
|
|
281
|
+
|
|
282
|
+
/***/ 826:
|
|
283
|
+
/***/ (function(module) {
|
|
284
|
+
|
|
285
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
286
|
+
|
|
287
|
+
/***/ }),
|
|
288
|
+
|
|
289
|
+
/***/ 5406:
|
|
290
|
+
/***/ (function(module) {
|
|
291
|
+
|
|
292
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
293
|
+
|
|
294
|
+
/***/ }),
|
|
295
|
+
|
|
296
|
+
/***/ 637:
|
|
297
|
+
/***/ (function(module) {
|
|
298
|
+
|
|
299
|
+
module.exports = require("vue");
|
|
300
|
+
|
|
301
|
+
/***/ }),
|
|
302
|
+
|
|
303
|
+
/***/ 8270:
|
|
304
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
305
|
+
|
|
306
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
308
|
+
/* harmony export */ });
|
|
309
|
+
function _defineProperty(obj, key, value) {
|
|
310
|
+
if (key in obj) {
|
|
311
|
+
Object.defineProperty(obj, key, {
|
|
312
|
+
value: value,
|
|
313
|
+
enumerable: true,
|
|
314
|
+
configurable: true,
|
|
315
|
+
writable: true
|
|
316
|
+
});
|
|
317
|
+
} else {
|
|
318
|
+
obj[key] = value;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
return obj;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
/***/ })
|
|
325
|
+
|
|
326
|
+
/******/ });
|
|
327
|
+
/************************************************************************/
|
|
328
|
+
/******/ // The module cache
|
|
329
|
+
/******/ var __webpack_module_cache__ = {};
|
|
330
|
+
/******/
|
|
331
|
+
/******/ // The require function
|
|
332
|
+
/******/ function __webpack_require__(moduleId) {
|
|
333
|
+
/******/ // Check if module is in cache
|
|
334
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
335
|
+
/******/ if (cachedModule !== undefined) {
|
|
336
|
+
/******/ return cachedModule.exports;
|
|
337
|
+
/******/ }
|
|
338
|
+
/******/ // Create a new module (and put it into the cache)
|
|
339
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
340
|
+
/******/ // no module.id needed
|
|
341
|
+
/******/ // no module.loaded needed
|
|
342
|
+
/******/ exports: {}
|
|
343
|
+
/******/ };
|
|
344
|
+
/******/
|
|
345
|
+
/******/ // Execute the module function
|
|
346
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
347
|
+
/******/
|
|
348
|
+
/******/ // Return the exports of the module
|
|
349
|
+
/******/ return module.exports;
|
|
350
|
+
/******/ }
|
|
351
|
+
/******/
|
|
352
|
+
/************************************************************************/
|
|
353
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
354
|
+
/******/ !function() {
|
|
355
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
356
|
+
/******/ __webpack_require__.n = function(module) {
|
|
357
|
+
/******/ var getter = module && module.__esModule ?
|
|
358
|
+
/******/ function() { return module['default']; } :
|
|
359
|
+
/******/ function() { return module; };
|
|
360
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
361
|
+
/******/ return getter;
|
|
362
|
+
/******/ };
|
|
363
|
+
/******/ }();
|
|
364
|
+
/******/
|
|
365
|
+
/******/ /* webpack/runtime/define property getters */
|
|
366
|
+
/******/ !function() {
|
|
367
|
+
/******/ // define getter functions for harmony exports
|
|
368
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
369
|
+
/******/ for(var key in definition) {
|
|
370
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
371
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
372
|
+
/******/ }
|
|
373
|
+
/******/ }
|
|
374
|
+
/******/ };
|
|
375
|
+
/******/ }();
|
|
376
|
+
/******/
|
|
377
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
378
|
+
/******/ !function() {
|
|
379
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
380
|
+
/******/ }();
|
|
381
|
+
/******/
|
|
382
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
383
|
+
/******/ !function() {
|
|
384
|
+
/******/ // define __esModule on exports
|
|
385
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
386
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
387
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
388
|
+
/******/ }
|
|
389
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
390
|
+
/******/ };
|
|
391
|
+
/******/ }();
|
|
392
|
+
/******/
|
|
393
|
+
/************************************************************************/
|
|
394
|
+
var __webpack_exports__ = {};
|
|
395
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
396
|
+
!function() {
|
|
397
|
+
// ESM COMPAT FLAG
|
|
398
|
+
__webpack_require__.r(__webpack_exports__);
|
|
399
|
+
|
|
400
|
+
// EXPORTS
|
|
401
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
402
|
+
"SkylineAnalysisViewModel": function() { return /* reexport */ SkylineAnalysisViewModel/* default */.Z; },
|
|
403
|
+
"default": function() { return /* reexport */ SkylineAnalysis; }
|
|
404
|
+
});
|
|
405
|
+
|
|
406
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
407
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
408
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
409
|
+
var gis_utils_ = __webpack_require__(826);
|
|
410
|
+
// EXTERNAL MODULE: ./src/webgl/skylineanalysis/SkylineAnalysisViewModel.js
|
|
411
|
+
var SkylineAnalysisViewModel = __webpack_require__(3084);
|
|
345
412
|
;// CONCATENATED MODULE: external "echarts"
|
|
346
413
|
var external_echarts_namespaceObject = require("echarts");
|
|
347
414
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/skylineanalysis/SkylineAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
@@ -380,15 +447,15 @@ const __default__ = {
|
|
|
380
447
|
expose
|
|
381
448
|
}) {
|
|
382
449
|
const props = __props;
|
|
383
|
-
let language = (0,
|
|
450
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 设置
|
|
384
451
|
|
|
385
|
-
let collapseValue = (0,
|
|
452
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 分析类
|
|
386
453
|
|
|
387
454
|
let viewModel = null; // chart显示
|
|
388
455
|
|
|
389
|
-
let resultEcahrtVis = (0,
|
|
456
|
+
let resultEcahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 获取组件传参
|
|
390
457
|
|
|
391
|
-
let formItem = (0,
|
|
458
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
392
459
|
skylineColor: props.settingParams && props.settingParams.skylineColor || "#E6A23C",
|
|
393
460
|
// 天际线颜色
|
|
394
461
|
skylineRadius: props.settingParams && props.settingParams.skylineRadius || 1000,
|
|
@@ -408,11 +475,11 @@ const __default__ = {
|
|
|
408
475
|
skylineWidth: 2 // 天际线宽度
|
|
409
476
|
|
|
410
477
|
});
|
|
411
|
-
(0,
|
|
412
|
-
|
|
478
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
479
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
413
480
|
if (scenceView) {
|
|
414
481
|
language.value = scenceView._language;
|
|
415
|
-
viewModel = new SkylineAnalysisViewModel(scenceView._viewer, {
|
|
482
|
+
viewModel = new SkylineAnalysisViewModel/* default */.Z(scenceView._viewer, {
|
|
416
483
|
skylineColor: formItem.skylineColor || "#E6A23C",
|
|
417
484
|
skylineRadius: formItem.skylineRadius || 1000,
|
|
418
485
|
limitHeightBodyColor: formItem.limitHeightBodyColor || "#67C23A",
|
|
@@ -469,7 +536,7 @@ const __default__ = {
|
|
|
469
536
|
} // 销毁
|
|
470
537
|
|
|
471
538
|
|
|
472
|
-
(0,
|
|
539
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
473
540
|
resultEcahrtVis.value = false;
|
|
474
541
|
viewModel && viewModel.destroy();
|
|
475
542
|
});
|
|
@@ -484,45 +551,45 @@ const __default__ = {
|
|
|
484
551
|
clearResult
|
|
485
552
|
});
|
|
486
553
|
return (_ctx, _cache) => {
|
|
487
|
-
const _component_kq_color_picker = (0,
|
|
554
|
+
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
488
555
|
|
|
489
|
-
const _component_kq_form_item = (0,
|
|
556
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
490
557
|
|
|
491
|
-
const _component_kq_row = (0,
|
|
558
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
492
559
|
|
|
493
|
-
const _component_kq_slider = (0,
|
|
560
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
494
561
|
|
|
495
|
-
const _component_kq_col = (0,
|
|
562
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
496
563
|
|
|
497
|
-
const _component_kq_input_number = (0,
|
|
564
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
498
565
|
|
|
499
|
-
const _component_kq_form = (0,
|
|
566
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
500
567
|
|
|
501
|
-
const _component_kq_collapse_item = (0,
|
|
568
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
502
569
|
|
|
503
|
-
const _component_kq_collapse = (0,
|
|
570
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
504
571
|
|
|
505
|
-
const _component_kq_button = (0,
|
|
572
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
506
573
|
|
|
507
|
-
return (0,
|
|
508
|
-
"model-value": (0,
|
|
574
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
575
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
509
576
|
class: "kq3d-skyline-analysis-collapse"
|
|
510
577
|
}, {
|
|
511
|
-
default: (0,
|
|
512
|
-
title: (0,
|
|
578
|
+
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_collapse_item, {
|
|
579
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
513
580
|
name: "setting"
|
|
514
581
|
}, {
|
|
515
|
-
default: (0,
|
|
582
|
+
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, {
|
|
516
583
|
"label-width": "120px",
|
|
517
584
|
"label-position": "left"
|
|
518
585
|
}, {
|
|
519
|
-
default: (0,
|
|
520
|
-
default: (0,
|
|
521
|
-
label: (0,
|
|
586
|
+
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_row, null, {
|
|
587
|
+
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, {
|
|
588
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineColor
|
|
522
589
|
}, {
|
|
523
|
-
default: (0,
|
|
524
|
-
modelValue: (0,
|
|
525
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
590
|
+
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_color_picker, {
|
|
591
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineColor,
|
|
592
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineColor = $event),
|
|
526
593
|
onChange: onChangeSkylineColor
|
|
527
594
|
}, null, 8
|
|
528
595
|
/* PROPS */
|
|
@@ -536,24 +603,24 @@ const __default__ = {
|
|
|
536
603
|
_: 1
|
|
537
604
|
/* STABLE */
|
|
538
605
|
|
|
539
|
-
}), (0,
|
|
540
|
-
default: (0,
|
|
541
|
-
label: (0,
|
|
606
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
607
|
+
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, {
|
|
608
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineRadius
|
|
542
609
|
}, {
|
|
543
|
-
default: (0,
|
|
610
|
+
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_row, {
|
|
544
611
|
style: {
|
|
545
612
|
"display": "flex"
|
|
546
613
|
}
|
|
547
614
|
}, {
|
|
548
|
-
default: (0,
|
|
615
|
+
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_col, {
|
|
549
616
|
span: 16
|
|
550
617
|
}, {
|
|
551
|
-
default: (0,
|
|
552
|
-
modelValue: (0,
|
|
553
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,
|
|
618
|
+
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_slider, {
|
|
619
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineRadius,
|
|
620
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineRadius = $event),
|
|
554
621
|
step: 100,
|
|
555
|
-
min: (0,
|
|
556
|
-
max: (0,
|
|
622
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSkylineRadius,
|
|
623
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSkylineRadius,
|
|
557
624
|
onInput: onChangeSkylineRadius
|
|
558
625
|
}, null, 8
|
|
559
626
|
/* PROPS */
|
|
@@ -561,15 +628,15 @@ const __default__ = {
|
|
|
561
628
|
_: 1
|
|
562
629
|
/* STABLE */
|
|
563
630
|
|
|
564
|
-
}), (0,
|
|
631
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
565
632
|
span: 8
|
|
566
633
|
}, {
|
|
567
|
-
default: (0,
|
|
568
|
-
modelValue: (0,
|
|
569
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
570
|
-
min: (0,
|
|
634
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
635
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineRadius,
|
|
636
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineRadius = $event),
|
|
637
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSkylineRadius,
|
|
571
638
|
step: 100,
|
|
572
|
-
max: (0,
|
|
639
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSkylineRadius,
|
|
573
640
|
"controls-position": "right"
|
|
574
641
|
}, null, 8
|
|
575
642
|
/* PROPS */
|
|
@@ -591,13 +658,13 @@ const __default__ = {
|
|
|
591
658
|
_: 1
|
|
592
659
|
/* STABLE */
|
|
593
660
|
|
|
594
|
-
}), (0,
|
|
595
|
-
default: (0,
|
|
596
|
-
label: (0,
|
|
661
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
662
|
+
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, {
|
|
663
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeightBodyColor
|
|
597
664
|
}, {
|
|
598
|
-
default: (0,
|
|
599
|
-
modelValue: (0,
|
|
600
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,
|
|
665
|
+
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_color_picker, {
|
|
666
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyColor,
|
|
667
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyColor = $event),
|
|
601
668
|
onChange: onChangeLimitHeightBodyColor
|
|
602
669
|
}, null, 8
|
|
603
670
|
/* PROPS */
|
|
@@ -611,24 +678,24 @@ const __default__ = {
|
|
|
611
678
|
_: 1
|
|
612
679
|
/* STABLE */
|
|
613
680
|
|
|
614
|
-
}), (0,
|
|
615
|
-
default: (0,
|
|
616
|
-
label: (0,
|
|
681
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
682
|
+
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, {
|
|
683
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeightBodyAlpha
|
|
617
684
|
}, {
|
|
618
|
-
default: (0,
|
|
685
|
+
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_row, {
|
|
619
686
|
style: {
|
|
620
687
|
"display": "flex"
|
|
621
688
|
}
|
|
622
689
|
}, {
|
|
623
|
-
default: (0,
|
|
690
|
+
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_col, {
|
|
624
691
|
span: 16
|
|
625
692
|
}, {
|
|
626
|
-
default: (0,
|
|
627
|
-
modelValue: (0,
|
|
628
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,
|
|
693
|
+
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_slider, {
|
|
694
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyAlpha,
|
|
695
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyAlpha = $event),
|
|
629
696
|
step: 0.1,
|
|
630
|
-
min: (0,
|
|
631
|
-
max: (0,
|
|
697
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeightBodyAlpha,
|
|
698
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
632
699
|
onInput: onChangeLimitHeightBodyAlpha
|
|
633
700
|
}, null, 8
|
|
634
701
|
/* PROPS */
|
|
@@ -636,15 +703,15 @@ const __default__ = {
|
|
|
636
703
|
_: 1
|
|
637
704
|
/* STABLE */
|
|
638
705
|
|
|
639
|
-
}), (0,
|
|
706
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
640
707
|
span: 8
|
|
641
708
|
}, {
|
|
642
|
-
default: (0,
|
|
643
|
-
modelValue: (0,
|
|
644
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,
|
|
645
|
-
min: (0,
|
|
709
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
710
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyAlpha,
|
|
711
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyAlpha = $event),
|
|
712
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeightBodyAlpha,
|
|
646
713
|
step: 0.1,
|
|
647
|
-
max: (0,
|
|
714
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
648
715
|
"controls-position": "right"
|
|
649
716
|
}, null, 8
|
|
650
717
|
/* PROPS */
|
|
@@ -682,19 +749,19 @@ const __default__ = {
|
|
|
682
749
|
|
|
683
750
|
}, 8
|
|
684
751
|
/* PROPS */
|
|
685
|
-
, ["model-value"]), (0,
|
|
752
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
686
753
|
gutter: 20,
|
|
687
754
|
class: "btnClass"
|
|
688
755
|
}, {
|
|
689
|
-
default: (0,
|
|
756
|
+
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_col, {
|
|
690
757
|
span: 12
|
|
691
758
|
}, {
|
|
692
|
-
default: (0,
|
|
693
|
-
onClick: _cache[6] || (_cache[6] = (0,
|
|
694
|
-
title: (0,
|
|
759
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
760
|
+
onClick: _cache[6] || (_cache[6] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => pickSkyLine(), ["stop"])),
|
|
761
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pickSkyLine,
|
|
695
762
|
type: "primary"
|
|
696
763
|
}, {
|
|
697
|
-
default: (0,
|
|
764
|
+
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).pickSkyLine), 1
|
|
698
765
|
/* TEXT */
|
|
699
766
|
)]),
|
|
700
767
|
_: 1
|
|
@@ -706,15 +773,15 @@ const __default__ = {
|
|
|
706
773
|
_: 1
|
|
707
774
|
/* STABLE */
|
|
708
775
|
|
|
709
|
-
}), (0,
|
|
776
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
710
777
|
span: 12
|
|
711
778
|
}, {
|
|
712
|
-
default: (0,
|
|
713
|
-
onClick: _cache[7] || (_cache[7] = (0,
|
|
714
|
-
title: (0,
|
|
779
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
780
|
+
onClick: _cache[7] || (_cache[7] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => drawLimitHeightBody(), ["stop"])),
|
|
781
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drawLimitHeightBody,
|
|
715
782
|
type: "primary"
|
|
716
783
|
}, {
|
|
717
|
-
default: (0,
|
|
784
|
+
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).drawLimitHeightBody), 1
|
|
718
785
|
/* TEXT */
|
|
719
786
|
)]),
|
|
720
787
|
_: 1
|
|
@@ -730,17 +797,17 @@ const __default__ = {
|
|
|
730
797
|
_: 1
|
|
731
798
|
/* STABLE */
|
|
732
799
|
|
|
733
|
-
}), (0,
|
|
800
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
734
801
|
gutter: 20
|
|
735
802
|
}, {
|
|
736
|
-
default: (0,
|
|
803
|
+
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_col, {
|
|
737
804
|
span: 12
|
|
738
805
|
}, {
|
|
739
|
-
default: (0,
|
|
740
|
-
onClick: _cache[8] || (_cache[8] = (0,
|
|
741
|
-
title: (0,
|
|
806
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
807
|
+
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => removeLimitHeightBody(), ["stop"])),
|
|
808
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).removeLimitHeightBody
|
|
742
809
|
}, {
|
|
743
|
-
default: (0,
|
|
810
|
+
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).removeLimitHeightBody), 1
|
|
744
811
|
/* TEXT */
|
|
745
812
|
)]),
|
|
746
813
|
_: 1
|
|
@@ -752,14 +819,14 @@ const __default__ = {
|
|
|
752
819
|
_: 1
|
|
753
820
|
/* STABLE */
|
|
754
821
|
|
|
755
|
-
}), (0,
|
|
822
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
756
823
|
span: 12
|
|
757
824
|
}, {
|
|
758
|
-
default: (0,
|
|
759
|
-
onClick: _cache[9] || (_cache[9] = (0,
|
|
760
|
-
title: (0,
|
|
825
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
826
|
+
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
827
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
761
828
|
}, {
|
|
762
|
-
default: (0,
|
|
829
|
+
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
|
|
763
830
|
/* TEXT */
|
|
764
831
|
)]),
|
|
765
832
|
_: 1
|
|
@@ -775,7 +842,7 @@ const __default__ = {
|
|
|
775
842
|
_: 1
|
|
776
843
|
/* STABLE */
|
|
777
844
|
|
|
778
|
-
})]), (0,
|
|
845
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultEcahrtVis) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])]);
|
|
779
846
|
};
|
|
780
847
|
}
|
|
781
848
|
|
|
@@ -789,9 +856,9 @@ const __default__ = {
|
|
|
789
856
|
const __exports__ = SkylineAnalysisvue_type_script_setup_true_lang_js;
|
|
790
857
|
|
|
791
858
|
/* harmony default export */ var SkylineAnalysis = (__exports__);
|
|
792
|
-
|
|
793
|
-
var
|
|
794
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
859
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
860
|
+
var init_js_ = __webpack_require__(5406);
|
|
861
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
795
862
|
;// CONCATENATED MODULE: ./src/webgl/skylineanalysis/index.js
|
|
796
863
|
|
|
797
864
|
|
|
@@ -803,6 +870,7 @@ SkylineAnalysis.install = (Vue, opts) => {
|
|
|
803
870
|
};
|
|
804
871
|
|
|
805
872
|
|
|
873
|
+
}();
|
|
806
874
|
module.exports = __webpack_exports__;
|
|
807
875
|
/******/ })()
|
|
808
876
|
;
|