@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/shadowanalysis/index.js
CHANGED
|
@@ -1,88 +1,22 @@
|
|
|
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
|
-
"ShadowAnalysisViewModel": function() { return /* reexport */ ShadowAnalysisViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ ShadowAnalysis; }
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
;// CONCATENATED MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
59
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject = require("vue");
|
|
60
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
61
|
-
var gis_utils_namespaceObject = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
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
|
-
}
|
|
5
|
+
/***/ 4167:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
74
7
|
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ ShadowAnalysisViewModel; }
|
|
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 ShadowAnalysisViewModel {
|
|
81
15
|
//阴影分析三维对象
|
|
82
16
|
constructor(scenceView, viewModel) {
|
|
83
|
-
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_shadowAnalysis", null);
|
|
84
18
|
|
|
85
|
-
|
|
19
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
86
20
|
//全局参数
|
|
87
21
|
viewer: null,
|
|
88
22
|
_drawManager: null
|
|
@@ -299,8 +233,148 @@ class ShadowAnalysisViewModel {
|
|
|
299
233
|
}
|
|
300
234
|
|
|
301
235
|
}
|
|
302
|
-
|
|
303
|
-
|
|
236
|
+
|
|
237
|
+
/***/ }),
|
|
238
|
+
|
|
239
|
+
/***/ 9702:
|
|
240
|
+
/***/ (function(module) {
|
|
241
|
+
|
|
242
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/const-image");
|
|
243
|
+
|
|
244
|
+
/***/ }),
|
|
245
|
+
|
|
246
|
+
/***/ 826:
|
|
247
|
+
/***/ (function(module) {
|
|
248
|
+
|
|
249
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
250
|
+
|
|
251
|
+
/***/ }),
|
|
252
|
+
|
|
253
|
+
/***/ 5406:
|
|
254
|
+
/***/ (function(module) {
|
|
255
|
+
|
|
256
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
257
|
+
|
|
258
|
+
/***/ }),
|
|
259
|
+
|
|
260
|
+
/***/ 637:
|
|
261
|
+
/***/ (function(module) {
|
|
262
|
+
|
|
263
|
+
module.exports = require("vue");
|
|
264
|
+
|
|
265
|
+
/***/ }),
|
|
266
|
+
|
|
267
|
+
/***/ 8270:
|
|
268
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
269
|
+
|
|
270
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
271
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
272
|
+
/* harmony export */ });
|
|
273
|
+
function _defineProperty(obj, key, value) {
|
|
274
|
+
if (key in obj) {
|
|
275
|
+
Object.defineProperty(obj, key, {
|
|
276
|
+
value: value,
|
|
277
|
+
enumerable: true,
|
|
278
|
+
configurable: true,
|
|
279
|
+
writable: true
|
|
280
|
+
});
|
|
281
|
+
} else {
|
|
282
|
+
obj[key] = value;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
return obj;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/***/ })
|
|
289
|
+
|
|
290
|
+
/******/ });
|
|
291
|
+
/************************************************************************/
|
|
292
|
+
/******/ // The module cache
|
|
293
|
+
/******/ var __webpack_module_cache__ = {};
|
|
294
|
+
/******/
|
|
295
|
+
/******/ // The require function
|
|
296
|
+
/******/ function __webpack_require__(moduleId) {
|
|
297
|
+
/******/ // Check if module is in cache
|
|
298
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
299
|
+
/******/ if (cachedModule !== undefined) {
|
|
300
|
+
/******/ return cachedModule.exports;
|
|
301
|
+
/******/ }
|
|
302
|
+
/******/ // Create a new module (and put it into the cache)
|
|
303
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
304
|
+
/******/ // no module.id needed
|
|
305
|
+
/******/ // no module.loaded needed
|
|
306
|
+
/******/ exports: {}
|
|
307
|
+
/******/ };
|
|
308
|
+
/******/
|
|
309
|
+
/******/ // Execute the module function
|
|
310
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
311
|
+
/******/
|
|
312
|
+
/******/ // Return the exports of the module
|
|
313
|
+
/******/ return module.exports;
|
|
314
|
+
/******/ }
|
|
315
|
+
/******/
|
|
316
|
+
/************************************************************************/
|
|
317
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
318
|
+
/******/ !function() {
|
|
319
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
320
|
+
/******/ __webpack_require__.n = function(module) {
|
|
321
|
+
/******/ var getter = module && module.__esModule ?
|
|
322
|
+
/******/ function() { return module['default']; } :
|
|
323
|
+
/******/ function() { return module; };
|
|
324
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
325
|
+
/******/ return getter;
|
|
326
|
+
/******/ };
|
|
327
|
+
/******/ }();
|
|
328
|
+
/******/
|
|
329
|
+
/******/ /* webpack/runtime/define property getters */
|
|
330
|
+
/******/ !function() {
|
|
331
|
+
/******/ // define getter functions for harmony exports
|
|
332
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
333
|
+
/******/ for(var key in definition) {
|
|
334
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
335
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
336
|
+
/******/ }
|
|
337
|
+
/******/ }
|
|
338
|
+
/******/ };
|
|
339
|
+
/******/ }();
|
|
340
|
+
/******/
|
|
341
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
342
|
+
/******/ !function() {
|
|
343
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
344
|
+
/******/ }();
|
|
345
|
+
/******/
|
|
346
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
347
|
+
/******/ !function() {
|
|
348
|
+
/******/ // define __esModule on exports
|
|
349
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
350
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
351
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
352
|
+
/******/ }
|
|
353
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
354
|
+
/******/ };
|
|
355
|
+
/******/ }();
|
|
356
|
+
/******/
|
|
357
|
+
/************************************************************************/
|
|
358
|
+
var __webpack_exports__ = {};
|
|
359
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
360
|
+
!function() {
|
|
361
|
+
// ESM COMPAT FLAG
|
|
362
|
+
__webpack_require__.r(__webpack_exports__);
|
|
363
|
+
|
|
364
|
+
// EXPORTS
|
|
365
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
366
|
+
"ShadowAnalysisViewModel": function() { return /* reexport */ ShadowAnalysisViewModel/* default */.Z; },
|
|
367
|
+
"default": function() { return /* reexport */ ShadowAnalysis; }
|
|
368
|
+
});
|
|
369
|
+
|
|
370
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
371
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
372
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
373
|
+
var gis_utils_ = __webpack_require__(826);
|
|
374
|
+
// EXTERNAL MODULE: ./src/webgl/shadowanalysis/ShadowAnalysisViewModel.js
|
|
375
|
+
var ShadowAnalysisViewModel = __webpack_require__(4167);
|
|
376
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
377
|
+
var const_image_ = __webpack_require__(9702);
|
|
304
378
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/shadowanalysis/ShadowAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
305
379
|
|
|
306
380
|
const _hoisted_1 = {
|
|
@@ -313,13 +387,13 @@ const _hoisted_3 = {
|
|
|
313
387
|
class: "kq3d-shadow-analysis-span"
|
|
314
388
|
};
|
|
315
389
|
|
|
316
|
-
const _hoisted_4 = /*#__PURE__*/(0,
|
|
390
|
+
const _hoisted_4 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1
|
|
317
391
|
/* HOISTED */
|
|
318
392
|
);
|
|
319
393
|
|
|
320
394
|
const _hoisted_5 = ["src"];
|
|
321
395
|
|
|
322
|
-
const _hoisted_6 = /*#__PURE__*/(0,
|
|
396
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1
|
|
323
397
|
/* HOISTED */
|
|
324
398
|
);
|
|
325
399
|
|
|
@@ -347,13 +421,13 @@ const __default__ = {
|
|
|
347
421
|
const props = __props;
|
|
348
422
|
const {
|
|
349
423
|
proxy
|
|
350
|
-
} = (0,
|
|
351
|
-
let currentLang = (0,
|
|
352
|
-
let language = (0,
|
|
353
|
-
let collapseValue = (0,
|
|
354
|
-
let time = (0,
|
|
424
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
425
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
426
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
427
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
428
|
+
let time = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([6, 12]); //计算属性
|
|
355
429
|
|
|
356
|
-
const timeMarks = (0,
|
|
430
|
+
const timeMarks = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
|
|
357
431
|
let marks = {};
|
|
358
432
|
|
|
359
433
|
for (let i = 0; i <= 24; i++) {
|
|
@@ -363,14 +437,14 @@ const __default__ = {
|
|
|
363
437
|
style: {
|
|
364
438
|
color: "#ccc"
|
|
365
439
|
},
|
|
366
|
-
label: (0,
|
|
440
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.h)("div", {}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.h)("span", "|"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.h)("span", i + ":00")])
|
|
367
441
|
};
|
|
368
442
|
} else if (i % 2 === 0) {
|
|
369
443
|
marks[i] = {
|
|
370
444
|
style: {
|
|
371
445
|
color: "#ccc"
|
|
372
446
|
},
|
|
373
|
-
label: (0,
|
|
447
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.h)("div", {}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.h)("span", {
|
|
374
448
|
class: "spanLine"
|
|
375
449
|
})])
|
|
376
450
|
};
|
|
@@ -382,7 +456,7 @@ const __default__ = {
|
|
|
382
456
|
// 分析类
|
|
383
457
|
|
|
384
458
|
let viewModel = null;
|
|
385
|
-
let formItem = (0,
|
|
459
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
386
460
|
showVoxel: props.settingParams && props.settingParams.showBuilding !== undefined || true,
|
|
387
461
|
// 显示体素
|
|
388
462
|
baseHeight: props.settingParams && props.settingParams.baseHeight || 0,
|
|
@@ -429,14 +503,14 @@ const __default__ = {
|
|
|
429
503
|
maxAlphaScale: props.settingParams && props.settingParams.alphaScale || 1 // 透明缩放范围最大值
|
|
430
504
|
|
|
431
505
|
});
|
|
432
|
-
(0,
|
|
506
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
433
507
|
time.value = [formItem.startTime, formItem.endTime];
|
|
434
508
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言类型
|
|
435
509
|
|
|
436
|
-
|
|
510
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
437
511
|
if (scenceView) {
|
|
438
512
|
language.value = scenceView._language;
|
|
439
|
-
viewModel = new ShadowAnalysisViewModel(scenceView, {
|
|
513
|
+
viewModel = new ShadowAnalysisViewModel/* default */.Z(scenceView, {
|
|
440
514
|
showVoxel: formItem.showBuilding,
|
|
441
515
|
// 显示体素
|
|
442
516
|
baseHeight: formItem.baseHeight,
|
|
@@ -551,7 +625,7 @@ const __default__ = {
|
|
|
551
625
|
} // 销毁
|
|
552
626
|
|
|
553
627
|
|
|
554
|
-
(0,
|
|
628
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
555
629
|
viewModel && viewModel.destroy();
|
|
556
630
|
});
|
|
557
631
|
expose({
|
|
@@ -561,50 +635,50 @@ const __default__ = {
|
|
|
561
635
|
clearResult
|
|
562
636
|
});
|
|
563
637
|
return (_ctx, _cache) => {
|
|
564
|
-
const _component_kq_col = (0,
|
|
638
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
565
639
|
|
|
566
|
-
const _component_kq_date_picker = (0,
|
|
640
|
+
const _component_kq_date_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-date-picker");
|
|
567
641
|
|
|
568
|
-
const _component_kq_row = (0,
|
|
642
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
569
643
|
|
|
570
|
-
const _component_kq_slider = (0,
|
|
644
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
571
645
|
|
|
572
|
-
const _component_kq_input_number = (0,
|
|
646
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
573
647
|
|
|
574
|
-
const _component_kq_form_item = (0,
|
|
648
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
575
649
|
|
|
576
|
-
const _component_kq_form = (0,
|
|
650
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
577
651
|
|
|
578
|
-
const _component_kq_collapse_item = (0,
|
|
652
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
579
653
|
|
|
580
|
-
const _component_kq_collapse = (0,
|
|
654
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
581
655
|
|
|
582
|
-
const _component_kq_button = (0,
|
|
656
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
583
657
|
|
|
584
|
-
return (0,
|
|
658
|
+
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_row, {
|
|
585
659
|
class: "kq3d-shadow-analysis-datetime"
|
|
586
660
|
}, {
|
|
587
|
-
default: (0,
|
|
661
|
+
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, {
|
|
588
662
|
span: 4,
|
|
589
663
|
class: "colDate"
|
|
590
664
|
}, {
|
|
591
|
-
default: (0,
|
|
665
|
+
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).analyseDate), 1
|
|
592
666
|
/* TEXT */
|
|
593
667
|
)]),
|
|
594
668
|
_: 1
|
|
595
669
|
/* STABLE */
|
|
596
670
|
|
|
597
|
-
}), (0,
|
|
671
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
598
672
|
span: 20
|
|
599
673
|
}, {
|
|
600
|
-
default: (0,
|
|
601
|
-
modelValue: (0,
|
|
602
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
674
|
+
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_date_picker, {
|
|
675
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).currentDate,
|
|
676
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).currentDate = $event),
|
|
603
677
|
editable: false,
|
|
604
678
|
type: "date",
|
|
605
679
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('currentDate')),
|
|
606
680
|
clearable: false,
|
|
607
|
-
format: (0,
|
|
681
|
+
format: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 'YYYY年MM月DD日' : 'YYYY-MM-DD'
|
|
608
682
|
}, null, 8
|
|
609
683
|
/* PROPS */
|
|
610
684
|
, ["modelValue", "format"])]),
|
|
@@ -615,25 +689,25 @@ const __default__ = {
|
|
|
615
689
|
_: 1
|
|
616
690
|
/* STABLE */
|
|
617
691
|
|
|
618
|
-
}), (0,
|
|
692
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
619
693
|
class: "kq3d-shadow-analysis-datetime"
|
|
620
694
|
}, {
|
|
621
|
-
default: (0,
|
|
695
|
+
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, {
|
|
622
696
|
span: 4,
|
|
623
697
|
class: "colTime"
|
|
624
698
|
}, {
|
|
625
|
-
default: (0,
|
|
699
|
+
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).time), 1
|
|
626
700
|
/* TEXT */
|
|
627
701
|
)]),
|
|
628
702
|
_: 1
|
|
629
703
|
/* STABLE */
|
|
630
704
|
|
|
631
|
-
}), (0,
|
|
705
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
632
706
|
span: 20
|
|
633
707
|
}, {
|
|
634
|
-
default: (0,
|
|
635
|
-
modelValue: (0,
|
|
636
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
708
|
+
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, {
|
|
709
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(time),
|
|
710
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(time) ? time.value = $event : time = $event),
|
|
637
711
|
step: 1,
|
|
638
712
|
min: 0,
|
|
639
713
|
max: 24,
|
|
@@ -641,7 +715,7 @@ const __default__ = {
|
|
|
641
715
|
"show-tooltip": false,
|
|
642
716
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('time')),
|
|
643
717
|
onClick: _cache[4] || (_cache[4] = $event => paramsChanged('time')),
|
|
644
|
-
marks: (0,
|
|
718
|
+
marks: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(timeMarks)
|
|
645
719
|
}, null, 8
|
|
646
720
|
/* PROPS */
|
|
647
721
|
, ["modelValue", "marks"])]),
|
|
@@ -652,60 +726,60 @@ const __default__ = {
|
|
|
652
726
|
_: 1
|
|
653
727
|
/* STABLE */
|
|
654
728
|
|
|
655
|
-
}), (0,
|
|
729
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row class=\"kq3d-shadow-analysis-datetime\">\r\n <kq-col :span=\"6\">\r\n <span class=\"kq3d-shadow-analysis-span\">{{ language.analysisYear }}</span>\r\n </kq-col>\r\n <kq-col :span=\"18\">\r\n <kq-date-picker v-model=\"year\" align=\"right\" type=\"year\" format=\"YYYY年\"></kq-date-picker>\r\n <kq-row :gutter=\"20\">\r\n <kq-col :span=\"20\">\r\n <kq-slider\r\n v-model=\"month\"\r\n :step=\"1\"\r\n :min=\"formItem.1\"\r\n :max=\"formItem.12\"\r\n range\r\n :show-tooltip=\"false\"\r\n @change=\"changeMonth\"\r\n :marks=\"monthMarks\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"4\" class=\"kq3d-shadow-analysis-timeline\">\r\n <kq-icon @click=\"playOrPauseMonth\">\r\n <IconVideoPlay v-if=\"!playMonth\" />\r\n <IconVideoPause v-else />\r\n </kq-icon>\r\n </kq-col>\r\n </kq-row>\r\n </kq-col>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
656
730
|
class: "kq3d-shadow-analysis-tip"
|
|
657
731
|
}, {
|
|
658
|
-
default: (0,
|
|
732
|
+
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).shadowTips), 1
|
|
659
733
|
/* TEXT */
|
|
660
734
|
)]),
|
|
661
735
|
_: 1
|
|
662
736
|
/* STABLE */
|
|
663
737
|
|
|
664
|
-
}), (0,
|
|
665
|
-
"model-value": (0,
|
|
738
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
739
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
666
740
|
}, {
|
|
667
|
-
default: (0,
|
|
668
|
-
title: (0,
|
|
741
|
+
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, {
|
|
742
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
669
743
|
name: "setting"
|
|
670
744
|
}, {
|
|
671
|
-
default: (0,
|
|
745
|
+
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, {
|
|
672
746
|
"label-width": "120px",
|
|
673
747
|
"label-position": "left"
|
|
674
748
|
}, {
|
|
675
|
-
default: (0,
|
|
676
|
-
default: (0,
|
|
677
|
-
label: (0,
|
|
749
|
+
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, {
|
|
750
|
+
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, {
|
|
751
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).extrudeHeight
|
|
678
752
|
}, {
|
|
679
|
-
default: (0,
|
|
753
|
+
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, {
|
|
680
754
|
style: {
|
|
681
755
|
"display": "flex"
|
|
682
756
|
}
|
|
683
757
|
}, {
|
|
684
|
-
default: (0,
|
|
758
|
+
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, {
|
|
685
759
|
span: 16
|
|
686
760
|
}, {
|
|
687
|
-
default: (0,
|
|
688
|
-
modelValue: (0,
|
|
689
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,
|
|
761
|
+
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, {
|
|
762
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extrudeHeight,
|
|
763
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extrudeHeight = $event),
|
|
690
764
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('extrudeHeight')),
|
|
691
765
|
onClick: _cache[7] || (_cache[7] = $event => paramsChanged('extrudeHeight')),
|
|
692
766
|
step: 10,
|
|
693
|
-
min: (0,
|
|
694
|
-
max: (0,
|
|
767
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtrudeHeight,
|
|
768
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtrudeHeight
|
|
695
769
|
}, null, 8
|
|
696
770
|
/* PROPS */
|
|
697
771
|
, ["modelValue", "min", "max"])]),
|
|
698
772
|
_: 1
|
|
699
773
|
/* STABLE */
|
|
700
774
|
|
|
701
|
-
}), (0,
|
|
775
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
702
776
|
span: 8
|
|
703
777
|
}, {
|
|
704
|
-
default: (0,
|
|
705
|
-
modelValue: (0,
|
|
706
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,
|
|
707
|
-
min: (0,
|
|
708
|
-
max: (0,
|
|
778
|
+
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, {
|
|
779
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extrudeHeight,
|
|
780
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extrudeHeight = $event),
|
|
781
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtrudeHeight,
|
|
782
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtrudeHeight,
|
|
709
783
|
step: 10,
|
|
710
784
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('extrudeHeight')),
|
|
711
785
|
"controls-position": "right"
|
|
@@ -729,41 +803,41 @@ const __default__ = {
|
|
|
729
803
|
_: 1
|
|
730
804
|
/* STABLE */
|
|
731
805
|
|
|
732
|
-
}), (0,
|
|
733
|
-
default: (0,
|
|
734
|
-
label: (0,
|
|
806
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
807
|
+
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, {
|
|
808
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).baseHeight
|
|
735
809
|
}, {
|
|
736
|
-
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_.createVNode)(_component_kq_row, {
|
|
737
811
|
style: {
|
|
738
812
|
"display": "flex"
|
|
739
813
|
}
|
|
740
814
|
}, {
|
|
741
|
-
default: (0,
|
|
815
|
+
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, {
|
|
742
816
|
span: 16
|
|
743
817
|
}, {
|
|
744
|
-
default: (0,
|
|
745
|
-
modelValue: (0,
|
|
746
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,
|
|
818
|
+
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, {
|
|
819
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
820
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight = $event),
|
|
747
821
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('baseHeight')),
|
|
748
822
|
onClick: _cache[12] || (_cache[12] = $event => paramsChanged('baseHeight')),
|
|
749
823
|
step: 10,
|
|
750
|
-
min: (0,
|
|
751
|
-
max: (0,
|
|
824
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
825
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight
|
|
752
826
|
}, null, 8
|
|
753
827
|
/* PROPS */
|
|
754
828
|
, ["modelValue", "min", "max"])]),
|
|
755
829
|
_: 1
|
|
756
830
|
/* STABLE */
|
|
757
831
|
|
|
758
|
-
}), (0,
|
|
832
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
759
833
|
span: 8
|
|
760
834
|
}, {
|
|
761
|
-
default: (0,
|
|
762
|
-
modelValue: (0,
|
|
763
|
-
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,
|
|
835
|
+
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, {
|
|
836
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight,
|
|
837
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).baseHeight = $event),
|
|
764
838
|
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('baseHeight')),
|
|
765
|
-
min: (0,
|
|
766
|
-
max: (0,
|
|
839
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
840
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
|
|
767
841
|
step: 10,
|
|
768
842
|
"controls-position": "right"
|
|
769
843
|
}, null, 8
|
|
@@ -786,41 +860,41 @@ const __default__ = {
|
|
|
786
860
|
_: 1
|
|
787
861
|
/* STABLE */
|
|
788
862
|
|
|
789
|
-
}), (0,
|
|
790
|
-
default: (0,
|
|
791
|
-
label: (0,
|
|
863
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
864
|
+
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, {
|
|
865
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).voxelSize
|
|
792
866
|
}, {
|
|
793
|
-
default: (0,
|
|
867
|
+
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, {
|
|
794
868
|
style: {
|
|
795
869
|
"display": "flex"
|
|
796
870
|
}
|
|
797
871
|
}, {
|
|
798
|
-
default: (0,
|
|
872
|
+
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, {
|
|
799
873
|
span: 16
|
|
800
874
|
}, {
|
|
801
|
-
default: (0,
|
|
802
|
-
modelValue: (0,
|
|
803
|
-
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,
|
|
875
|
+
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, {
|
|
876
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).width,
|
|
877
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).width = $event),
|
|
804
878
|
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('width')),
|
|
805
879
|
onClick: _cache[17] || (_cache[17] = $event => paramsChanged('width')),
|
|
806
880
|
step: 1,
|
|
807
|
-
min: (0,
|
|
808
|
-
max: (0,
|
|
881
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minWidth,
|
|
882
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxWidth
|
|
809
883
|
}, null, 8
|
|
810
884
|
/* PROPS */
|
|
811
885
|
, ["modelValue", "min", "max"])]),
|
|
812
886
|
_: 1
|
|
813
887
|
/* STABLE */
|
|
814
888
|
|
|
815
|
-
}), (0,
|
|
889
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
816
890
|
span: 8
|
|
817
891
|
}, {
|
|
818
|
-
default: (0,
|
|
819
|
-
modelValue: (0,
|
|
820
|
-
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,
|
|
892
|
+
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, {
|
|
893
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).width,
|
|
894
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).width = $event),
|
|
821
895
|
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('width')),
|
|
822
|
-
min: (0,
|
|
823
|
-
max: (0,
|
|
896
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minWidth,
|
|
897
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxWidth,
|
|
824
898
|
step: 1,
|
|
825
899
|
"controls-position": "right"
|
|
826
900
|
}, null, 8
|
|
@@ -843,41 +917,41 @@ const __default__ = {
|
|
|
843
917
|
_: 1
|
|
844
918
|
/* STABLE */
|
|
845
919
|
|
|
846
|
-
}), (0,
|
|
847
|
-
default: (0,
|
|
848
|
-
label: (0,
|
|
920
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
921
|
+
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, {
|
|
922
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).voxelSpacing
|
|
849
923
|
}, {
|
|
850
|
-
default: (0,
|
|
924
|
+
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, {
|
|
851
925
|
style: {
|
|
852
926
|
"display": "flex"
|
|
853
927
|
}
|
|
854
928
|
}, {
|
|
855
|
-
default: (0,
|
|
929
|
+
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, {
|
|
856
930
|
span: 16
|
|
857
931
|
}, {
|
|
858
|
-
default: (0,
|
|
859
|
-
modelValue: (0,
|
|
860
|
-
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,
|
|
932
|
+
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, {
|
|
933
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spacing,
|
|
934
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spacing = $event),
|
|
861
935
|
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('spacing')),
|
|
862
936
|
onClick: _cache[22] || (_cache[22] = $event => paramsChanged('spacing')),
|
|
863
937
|
step: 0.1,
|
|
864
|
-
min: (0,
|
|
865
|
-
max: (0,
|
|
938
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpacing,
|
|
939
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing
|
|
866
940
|
}, null, 8
|
|
867
941
|
/* PROPS */
|
|
868
942
|
, ["modelValue", "step", "min", "max"])]),
|
|
869
943
|
_: 1
|
|
870
944
|
/* STABLE */
|
|
871
945
|
|
|
872
|
-
}), (0,
|
|
946
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
873
947
|
span: 8
|
|
874
948
|
}, {
|
|
875
|
-
default: (0,
|
|
876
|
-
modelValue: (0,
|
|
877
|
-
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,
|
|
949
|
+
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, {
|
|
950
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spacing,
|
|
951
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spacing = $event),
|
|
878
952
|
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('spacing')),
|
|
879
|
-
min: (0,
|
|
880
|
-
max: (0,
|
|
953
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpacing,
|
|
954
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing,
|
|
881
955
|
step: 0.1,
|
|
882
956
|
"controls-position": "right"
|
|
883
957
|
}, null, 8
|
|
@@ -900,39 +974,39 @@ const __default__ = {
|
|
|
900
974
|
_: 1
|
|
901
975
|
/* STABLE */
|
|
902
976
|
|
|
903
|
-
}), (0,
|
|
904
|
-
default: (0,
|
|
905
|
-
label: (0,
|
|
977
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
978
|
+
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, {
|
|
979
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).filterValue
|
|
906
980
|
}, {
|
|
907
|
-
default: (0,
|
|
981
|
+
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, {
|
|
908
982
|
style: {
|
|
909
983
|
"display": "flex"
|
|
910
984
|
}
|
|
911
985
|
}, {
|
|
912
|
-
default: (0,
|
|
986
|
+
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, {
|
|
913
987
|
span: 16
|
|
914
988
|
}, {
|
|
915
|
-
default: (0,
|
|
916
|
-
modelValue: (0,
|
|
917
|
-
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,
|
|
989
|
+
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, {
|
|
990
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).filterValue,
|
|
991
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).filterValue = $event),
|
|
918
992
|
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('filterValue')),
|
|
919
993
|
step: 0.01,
|
|
920
|
-
min: (0,
|
|
921
|
-
max: (0,
|
|
994
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
|
|
995
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue
|
|
922
996
|
}, null, 8
|
|
923
997
|
/* PROPS */
|
|
924
998
|
, ["modelValue", "step", "min", "max"])]),
|
|
925
999
|
_: 1
|
|
926
1000
|
/* STABLE */
|
|
927
1001
|
|
|
928
|
-
}), (0,
|
|
1002
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
929
1003
|
span: 8
|
|
930
1004
|
}, {
|
|
931
|
-
default: (0,
|
|
932
|
-
modelValue: (0,
|
|
933
|
-
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,
|
|
934
|
-
min: (0,
|
|
935
|
-
max: (0,
|
|
1005
|
+
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, {
|
|
1006
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).filterValue,
|
|
1007
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).filterValue = $event),
|
|
1008
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
|
|
1009
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue,
|
|
936
1010
|
step: 0.01,
|
|
937
1011
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
|
|
938
1012
|
"controls-position": "right"
|
|
@@ -956,39 +1030,39 @@ const __default__ = {
|
|
|
956
1030
|
_: 1
|
|
957
1031
|
/* STABLE */
|
|
958
1032
|
|
|
959
|
-
}), (0,
|
|
960
|
-
default: (0,
|
|
961
|
-
label: (0,
|
|
1033
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1034
|
+
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, {
|
|
1035
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).alphaScale
|
|
962
1036
|
}, {
|
|
963
|
-
default: (0,
|
|
1037
|
+
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, {
|
|
964
1038
|
style: {
|
|
965
1039
|
"display": "flex"
|
|
966
1040
|
}
|
|
967
1041
|
}, {
|
|
968
|
-
default: (0,
|
|
1042
|
+
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, {
|
|
969
1043
|
span: 16
|
|
970
1044
|
}, {
|
|
971
|
-
default: (0,
|
|
972
|
-
modelValue: (0,
|
|
973
|
-
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,
|
|
1045
|
+
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, {
|
|
1046
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alphaScale,
|
|
1047
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alphaScale = $event),
|
|
974
1048
|
onInput: _cache[30] || (_cache[30] = $event => paramsChanged('alphaScale')),
|
|
975
1049
|
step: 0.1,
|
|
976
|
-
min: (0,
|
|
977
|
-
max: (0,
|
|
1050
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
|
|
1051
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale
|
|
978
1052
|
}, null, 8
|
|
979
1053
|
/* PROPS */
|
|
980
1054
|
, ["modelValue", "step", "min", "max"])]),
|
|
981
1055
|
_: 1
|
|
982
1056
|
/* STABLE */
|
|
983
1057
|
|
|
984
|
-
}), (0,
|
|
1058
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
985
1059
|
span: 8
|
|
986
1060
|
}, {
|
|
987
|
-
default: (0,
|
|
988
|
-
modelValue: (0,
|
|
989
|
-
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,
|
|
990
|
-
min: (0,
|
|
991
|
-
max: (0,
|
|
1061
|
+
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, {
|
|
1062
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alphaScale,
|
|
1063
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).alphaScale = $event),
|
|
1064
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
|
|
1065
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale,
|
|
992
1066
|
step: 0.1,
|
|
993
1067
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
|
|
994
1068
|
"controls-position": "right"
|
|
@@ -1012,14 +1086,14 @@ const __default__ = {
|
|
|
1012
1086
|
_: 1
|
|
1013
1087
|
/* STABLE */
|
|
1014
1088
|
|
|
1015
|
-
}), (0,
|
|
1089
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1016
1090
|
class: "kq3d-shadow-analysis-legend"
|
|
1017
1091
|
}, {
|
|
1018
|
-
default: (0,
|
|
1019
|
-
label: (0,
|
|
1092
|
+
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, {
|
|
1093
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
|
|
1020
1094
|
}, {
|
|
1021
|
-
default: (0,
|
|
1022
|
-
src: (0,
|
|
1095
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
1096
|
+
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
|
|
1023
1097
|
alt: ""
|
|
1024
1098
|
}, null, 8
|
|
1025
1099
|
/* PROPS */
|
|
@@ -1033,7 +1107,7 @@ const __default__ = {
|
|
|
1033
1107
|
_: 1
|
|
1034
1108
|
/* STABLE */
|
|
1035
1109
|
|
|
1036
|
-
}), (0,
|
|
1110
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row :gutter=\"20\" style=\"display: flex\">\r\n <kq-col :span=\"12\">\r\n <kq-checkbox v-model=\"formItem.showBuilding\">{{ language.showBuilding }}</kq-checkbox>\r\n </kq-col>\r\n <kq-col :span=\"12\">\r\n <kq-checkbox v-model=\"formItem.showVoxel\">{{ language.showVoxel }}</kq-checkbox>\r\n </kq-col>\r\n </kq-row> ")]),
|
|
1037
1111
|
_: 1
|
|
1038
1112
|
/* STABLE */
|
|
1039
1113
|
|
|
@@ -1049,12 +1123,12 @@ const __default__ = {
|
|
|
1049
1123
|
|
|
1050
1124
|
}, 8
|
|
1051
1125
|
/* PROPS */
|
|
1052
|
-
, ["model-value"]), (0,
|
|
1053
|
-
onClick: _cache[33] || (_cache[33] = (0,
|
|
1054
|
-
title: (0,
|
|
1126
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1127
|
+
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1128
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1055
1129
|
type: "primary"
|
|
1056
1130
|
}, {
|
|
1057
|
-
default: (0,
|
|
1131
|
+
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).startAnalysis), 1
|
|
1058
1132
|
/* TEXT */
|
|
1059
1133
|
)]),
|
|
1060
1134
|
_: 1
|
|
@@ -1062,12 +1136,12 @@ const __default__ = {
|
|
|
1062
1136
|
|
|
1063
1137
|
}, 8
|
|
1064
1138
|
/* PROPS */
|
|
1065
|
-
, ["title"]), (0,
|
|
1066
|
-
onClick: _cache[34] || (_cache[34] = (0,
|
|
1067
|
-
title: (0,
|
|
1139
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1140
|
+
onClick: _cache[34] || (_cache[34] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => playTime(), ["stop"])),
|
|
1141
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sunshine,
|
|
1068
1142
|
type: "primary"
|
|
1069
1143
|
}, {
|
|
1070
|
-
default: (0,
|
|
1144
|
+
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).sunshine), 1
|
|
1071
1145
|
/* TEXT */
|
|
1072
1146
|
)]),
|
|
1073
1147
|
_: 1
|
|
@@ -1075,11 +1149,11 @@ const __default__ = {
|
|
|
1075
1149
|
|
|
1076
1150
|
}, 8
|
|
1077
1151
|
/* PROPS */
|
|
1078
|
-
, ["title"]), (0,
|
|
1079
|
-
onClick: _cache[35] || (_cache[35] = (0,
|
|
1080
|
-
title: (0,
|
|
1152
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1153
|
+
onClick: _cache[35] || (_cache[35] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1154
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1081
1155
|
}, {
|
|
1082
|
-
default: (0,
|
|
1156
|
+
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
|
|
1083
1157
|
/* TEXT */
|
|
1084
1158
|
)]),
|
|
1085
1159
|
_: 1
|
|
@@ -1101,9 +1175,9 @@ const __default__ = {
|
|
|
1101
1175
|
const __exports__ = ShadowAnalysisvue_type_script_setup_true_lang_js;
|
|
1102
1176
|
|
|
1103
1177
|
/* harmony default export */ var ShadowAnalysis = (__exports__);
|
|
1104
|
-
|
|
1105
|
-
var
|
|
1106
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
1178
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1179
|
+
var init_js_ = __webpack_require__(5406);
|
|
1180
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1107
1181
|
;// CONCATENATED MODULE: ./src/webgl/shadowanalysis/index.js
|
|
1108
1182
|
|
|
1109
1183
|
|
|
@@ -1115,6 +1189,7 @@ ShadowAnalysis.install = (Vue, opts) => {
|
|
|
1115
1189
|
};
|
|
1116
1190
|
|
|
1117
1191
|
|
|
1192
|
+
}();
|
|
1118
1193
|
module.exports = __webpack_exports__;
|
|
1119
1194
|
/******/ })()
|
|
1120
1195
|
;
|