@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/profileanalysis/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
|
-
"ProfileAnalysisViewModel": function() { return /* reexport */ ProfileAnalysisViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ ProfileAnalysis; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 6132:
|
|
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/profileanalysis/ProfileAnalysisViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ ProfileAnalysisViewModel; }
|
|
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
|
let floatingPoint;
|
|
@@ -87,13 +21,13 @@ class ProfileAnalysisViewModel {
|
|
|
87
21
|
//显示结果的DOM元素显隐
|
|
88
22
|
//全局参数对象
|
|
89
23
|
constructor(viewer, viewModel, chart) {
|
|
90
|
-
|
|
24
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_profileAnalysis", null);
|
|
91
25
|
|
|
92
|
-
|
|
26
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChart", null);
|
|
93
27
|
|
|
94
|
-
|
|
28
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChartVis", null);
|
|
95
29
|
|
|
96
|
-
|
|
30
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
97
31
|
width: 360,
|
|
98
32
|
height: 360
|
|
99
33
|
});
|
|
@@ -327,6 +261,139 @@ class ProfileAnalysisViewModel {
|
|
|
327
261
|
}
|
|
328
262
|
|
|
329
263
|
}
|
|
264
|
+
|
|
265
|
+
/***/ }),
|
|
266
|
+
|
|
267
|
+
/***/ 826:
|
|
268
|
+
/***/ (function(module) {
|
|
269
|
+
|
|
270
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
271
|
+
|
|
272
|
+
/***/ }),
|
|
273
|
+
|
|
274
|
+
/***/ 5406:
|
|
275
|
+
/***/ (function(module) {
|
|
276
|
+
|
|
277
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
278
|
+
|
|
279
|
+
/***/ }),
|
|
280
|
+
|
|
281
|
+
/***/ 637:
|
|
282
|
+
/***/ (function(module) {
|
|
283
|
+
|
|
284
|
+
module.exports = require("vue");
|
|
285
|
+
|
|
286
|
+
/***/ }),
|
|
287
|
+
|
|
288
|
+
/***/ 8270:
|
|
289
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
290
|
+
|
|
291
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
293
|
+
/* harmony export */ });
|
|
294
|
+
function _defineProperty(obj, key, value) {
|
|
295
|
+
if (key in obj) {
|
|
296
|
+
Object.defineProperty(obj, key, {
|
|
297
|
+
value: value,
|
|
298
|
+
enumerable: true,
|
|
299
|
+
configurable: true,
|
|
300
|
+
writable: true
|
|
301
|
+
});
|
|
302
|
+
} else {
|
|
303
|
+
obj[key] = value;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
return obj;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
/***/ })
|
|
310
|
+
|
|
311
|
+
/******/ });
|
|
312
|
+
/************************************************************************/
|
|
313
|
+
/******/ // The module cache
|
|
314
|
+
/******/ var __webpack_module_cache__ = {};
|
|
315
|
+
/******/
|
|
316
|
+
/******/ // The require function
|
|
317
|
+
/******/ function __webpack_require__(moduleId) {
|
|
318
|
+
/******/ // Check if module is in cache
|
|
319
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
320
|
+
/******/ if (cachedModule !== undefined) {
|
|
321
|
+
/******/ return cachedModule.exports;
|
|
322
|
+
/******/ }
|
|
323
|
+
/******/ // Create a new module (and put it into the cache)
|
|
324
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
325
|
+
/******/ // no module.id needed
|
|
326
|
+
/******/ // no module.loaded needed
|
|
327
|
+
/******/ exports: {}
|
|
328
|
+
/******/ };
|
|
329
|
+
/******/
|
|
330
|
+
/******/ // Execute the module function
|
|
331
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
332
|
+
/******/
|
|
333
|
+
/******/ // Return the exports of the module
|
|
334
|
+
/******/ return module.exports;
|
|
335
|
+
/******/ }
|
|
336
|
+
/******/
|
|
337
|
+
/************************************************************************/
|
|
338
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
339
|
+
/******/ !function() {
|
|
340
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
341
|
+
/******/ __webpack_require__.n = function(module) {
|
|
342
|
+
/******/ var getter = module && module.__esModule ?
|
|
343
|
+
/******/ function() { return module['default']; } :
|
|
344
|
+
/******/ function() { return module; };
|
|
345
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
346
|
+
/******/ return getter;
|
|
347
|
+
/******/ };
|
|
348
|
+
/******/ }();
|
|
349
|
+
/******/
|
|
350
|
+
/******/ /* webpack/runtime/define property getters */
|
|
351
|
+
/******/ !function() {
|
|
352
|
+
/******/ // define getter functions for harmony exports
|
|
353
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
354
|
+
/******/ for(var key in definition) {
|
|
355
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
356
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
357
|
+
/******/ }
|
|
358
|
+
/******/ }
|
|
359
|
+
/******/ };
|
|
360
|
+
/******/ }();
|
|
361
|
+
/******/
|
|
362
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
363
|
+
/******/ !function() {
|
|
364
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
365
|
+
/******/ }();
|
|
366
|
+
/******/
|
|
367
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
368
|
+
/******/ !function() {
|
|
369
|
+
/******/ // define __esModule on exports
|
|
370
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
371
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
372
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
373
|
+
/******/ }
|
|
374
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
375
|
+
/******/ };
|
|
376
|
+
/******/ }();
|
|
377
|
+
/******/
|
|
378
|
+
/************************************************************************/
|
|
379
|
+
var __webpack_exports__ = {};
|
|
380
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
381
|
+
!function() {
|
|
382
|
+
// ESM COMPAT FLAG
|
|
383
|
+
__webpack_require__.r(__webpack_exports__);
|
|
384
|
+
|
|
385
|
+
// EXPORTS
|
|
386
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
387
|
+
"ProfileAnalysisViewModel": function() { return /* reexport */ ProfileAnalysisViewModel/* default */.Z; },
|
|
388
|
+
"default": function() { return /* reexport */ ProfileAnalysis; }
|
|
389
|
+
});
|
|
390
|
+
|
|
391
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
392
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
393
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
394
|
+
var gis_utils_ = __webpack_require__(826);
|
|
395
|
+
// EXTERNAL MODULE: ./src/webgl/profileanalysis/ProfileAnalysisViewModel.js
|
|
396
|
+
var ProfileAnalysisViewModel = __webpack_require__(6132);
|
|
330
397
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/profileanalysis/ProfileAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
331
398
|
|
|
332
399
|
const _hoisted_1 = {
|
|
@@ -360,15 +427,15 @@ const __default__ = {
|
|
|
360
427
|
expose
|
|
361
428
|
}) {
|
|
362
429
|
const props = __props;
|
|
363
|
-
let language = (0,
|
|
430
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 设置
|
|
364
431
|
|
|
365
|
-
let collapseValue = (0,
|
|
432
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 分析类
|
|
366
433
|
|
|
367
434
|
let viewModel = null; // chart显示
|
|
368
435
|
|
|
369
|
-
let resultCahrtVis = (0,
|
|
436
|
+
let resultCahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true); // 获取组件传参
|
|
370
437
|
|
|
371
|
-
let formItem = (0,
|
|
438
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
372
439
|
perspectiveAngle: props.settingParams && props.settingParams.perspectiveAngle || 90,
|
|
373
440
|
// 透视角度
|
|
374
441
|
minPerspectiveAngle: props.settingParams && props.settingParams.minPerspectiveAngle || 0,
|
|
@@ -396,11 +463,11 @@ const __default__ = {
|
|
|
396
463
|
enablePerspective: props.settingParams && props.settingParams.isLabel !== undefined || true // 是否透视
|
|
397
464
|
|
|
398
465
|
});
|
|
399
|
-
(0,
|
|
400
|
-
|
|
466
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
467
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
401
468
|
if (scenceView) {
|
|
402
469
|
language.value = scenceView._language;
|
|
403
|
-
viewModel = new ProfileAnalysisViewModel(scenceView._viewer, {
|
|
470
|
+
viewModel = new ProfileAnalysisViewModel/* default */.Z(scenceView._viewer, {
|
|
404
471
|
perspectiveAngle: formItem.perspectiveAngle,
|
|
405
472
|
// 透视角度
|
|
406
473
|
targetAreaWidth: formItem.targetAreaWidth,
|
|
@@ -453,7 +520,7 @@ const __default__ = {
|
|
|
453
520
|
} // 销毁
|
|
454
521
|
|
|
455
522
|
|
|
456
|
-
(0,
|
|
523
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
457
524
|
viewModel && viewModel.destroy();
|
|
458
525
|
});
|
|
459
526
|
expose({
|
|
@@ -466,64 +533,64 @@ const __default__ = {
|
|
|
466
533
|
onChangeCameraHeight
|
|
467
534
|
});
|
|
468
535
|
return (_ctx, _cache) => {
|
|
469
|
-
const _component_kq_row = (0,
|
|
536
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
470
537
|
|
|
471
|
-
const _component_kq_slider = (0,
|
|
538
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
472
539
|
|
|
473
|
-
const _component_kq_col = (0,
|
|
540
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
474
541
|
|
|
475
|
-
const _component_kq_input_number = (0,
|
|
542
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
476
543
|
|
|
477
|
-
const _component_kq_form_item = (0,
|
|
544
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
478
545
|
|
|
479
|
-
const _component_kq_checkbox = (0,
|
|
546
|
+
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
480
547
|
|
|
481
|
-
const _component_kq_form = (0,
|
|
548
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
482
549
|
|
|
483
|
-
const _component_kq_collapse_item = (0,
|
|
550
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
484
551
|
|
|
485
|
-
const _component_kq_collapse = (0,
|
|
552
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
486
553
|
|
|
487
|
-
const _component_kq_button = (0,
|
|
554
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
488
555
|
|
|
489
|
-
return (0,
|
|
556
|
+
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, {
|
|
490
557
|
class: "kq3d-profile-analysis-tip"
|
|
491
558
|
}, {
|
|
492
|
-
default: (0,
|
|
559
|
+
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).profileTips), 1
|
|
493
560
|
/* TEXT */
|
|
494
561
|
)]),
|
|
495
562
|
_: 1
|
|
496
563
|
/* STABLE */
|
|
497
564
|
|
|
498
|
-
}), (0,
|
|
499
|
-
"model-value": (0,
|
|
565
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
566
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
500
567
|
}, {
|
|
501
|
-
default: (0,
|
|
502
|
-
title: (0,
|
|
568
|
+
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, {
|
|
569
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
503
570
|
name: "setting"
|
|
504
571
|
}, {
|
|
505
|
-
default: (0,
|
|
572
|
+
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, {
|
|
506
573
|
"label-width": "135px",
|
|
507
574
|
"label-position": "left"
|
|
508
575
|
}, {
|
|
509
|
-
default: (0,
|
|
510
|
-
default: (0,
|
|
511
|
-
label: (0,
|
|
576
|
+
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, {
|
|
577
|
+
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, {
|
|
578
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).perspectiveAngle
|
|
512
579
|
}, {
|
|
513
|
-
default: (0,
|
|
580
|
+
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, {
|
|
514
581
|
style: {
|
|
515
582
|
"display": "flex"
|
|
516
583
|
}
|
|
517
584
|
}, {
|
|
518
|
-
default: (0,
|
|
585
|
+
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, {
|
|
519
586
|
span: 16
|
|
520
587
|
}, {
|
|
521
|
-
default: (0,
|
|
522
|
-
modelValue: (0,
|
|
523
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
588
|
+
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, {
|
|
589
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).perspectiveAngle,
|
|
590
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).perspectiveAngle = $event),
|
|
524
591
|
step: 1,
|
|
525
|
-
min: (0,
|
|
526
|
-
max: (0,
|
|
592
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minPerspectiveAngle,
|
|
593
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxPerspectiveAngle,
|
|
527
594
|
onInput: onChangePerspectiveAngle
|
|
528
595
|
}, null, 8
|
|
529
596
|
/* PROPS */
|
|
@@ -531,14 +598,14 @@ const __default__ = {
|
|
|
531
598
|
_: 1
|
|
532
599
|
/* STABLE */
|
|
533
600
|
|
|
534
|
-
}), (0,
|
|
601
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
535
602
|
span: 8
|
|
536
603
|
}, {
|
|
537
|
-
default: (0,
|
|
538
|
-
modelValue: (0,
|
|
539
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,
|
|
540
|
-
min: (0,
|
|
541
|
-
max: (0,
|
|
604
|
+
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, {
|
|
605
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).perspectiveAngle,
|
|
606
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).perspectiveAngle = $event),
|
|
607
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minPerspectiveAngle,
|
|
608
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxPerspectiveAngle,
|
|
542
609
|
step: 1,
|
|
543
610
|
"controls-position": "right"
|
|
544
611
|
}, null, 8
|
|
@@ -561,24 +628,24 @@ const __default__ = {
|
|
|
561
628
|
_: 1
|
|
562
629
|
/* STABLE */
|
|
563
630
|
|
|
564
|
-
}), (0,
|
|
565
|
-
default: (0,
|
|
566
|
-
label: (0,
|
|
631
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
632
|
+
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, {
|
|
633
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetAreaWidth
|
|
567
634
|
}, {
|
|
568
|
-
default: (0,
|
|
635
|
+
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, {
|
|
569
636
|
style: {
|
|
570
637
|
"display": "flex"
|
|
571
638
|
}
|
|
572
639
|
}, {
|
|
573
|
-
default: (0,
|
|
640
|
+
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, {
|
|
574
641
|
span: 16
|
|
575
642
|
}, {
|
|
576
|
-
default: (0,
|
|
577
|
-
modelValue: (0,
|
|
578
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
643
|
+
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, {
|
|
644
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).targetAreaWidth,
|
|
645
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).targetAreaWidth = $event),
|
|
579
646
|
step: 1,
|
|
580
|
-
min: (0,
|
|
581
|
-
max: (0,
|
|
647
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTargetAreaWidth,
|
|
648
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaWidth,
|
|
582
649
|
onInput: onChangeTargetAreaWidth
|
|
583
650
|
}, null, 8
|
|
584
651
|
/* PROPS */
|
|
@@ -586,15 +653,15 @@ const __default__ = {
|
|
|
586
653
|
_: 1
|
|
587
654
|
/* STABLE */
|
|
588
655
|
|
|
589
|
-
}), (0,
|
|
656
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
590
657
|
span: 8
|
|
591
658
|
}, {
|
|
592
|
-
default: (0,
|
|
593
|
-
modelValue: (0,
|
|
594
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,
|
|
595
|
-
min: (0,
|
|
659
|
+
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, {
|
|
660
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).targetAreaWidth,
|
|
661
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).targetAreaWidth = $event),
|
|
662
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTargetAreaWidth,
|
|
596
663
|
step: 1,
|
|
597
|
-
max: (0,
|
|
664
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaWidth,
|
|
598
665
|
"controls-position": "right"
|
|
599
666
|
}, null, 8
|
|
600
667
|
/* PROPS */
|
|
@@ -616,24 +683,24 @@ const __default__ = {
|
|
|
616
683
|
_: 1
|
|
617
684
|
/* STABLE */
|
|
618
685
|
|
|
619
|
-
}), (0,
|
|
620
|
-
default: (0,
|
|
621
|
-
label: (0,
|
|
686
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
687
|
+
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, {
|
|
688
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetAreaHeight
|
|
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_row, {
|
|
624
691
|
style: {
|
|
625
692
|
"display": "flex"
|
|
626
693
|
}
|
|
627
694
|
}, {
|
|
628
|
-
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, {
|
|
629
696
|
span: 16
|
|
630
697
|
}, {
|
|
631
|
-
default: (0,
|
|
632
|
-
modelValue: (0,
|
|
633
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,
|
|
698
|
+
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, {
|
|
699
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).targetAreaHeight,
|
|
700
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).targetAreaHeight = $event),
|
|
634
701
|
step: 1,
|
|
635
|
-
min: (0,
|
|
636
|
-
max: (0,
|
|
702
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTargetAreaHeight,
|
|
703
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaHeight,
|
|
637
704
|
onInput: onChangeTargetAreaHeight
|
|
638
705
|
}, null, 8
|
|
639
706
|
/* PROPS */
|
|
@@ -641,15 +708,15 @@ const __default__ = {
|
|
|
641
708
|
_: 1
|
|
642
709
|
/* STABLE */
|
|
643
710
|
|
|
644
|
-
}), (0,
|
|
711
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
645
712
|
span: 8
|
|
646
713
|
}, {
|
|
647
|
-
default: (0,
|
|
648
|
-
modelValue: (0,
|
|
649
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,
|
|
650
|
-
min: (0,
|
|
714
|
+
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, {
|
|
715
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).targetAreaHeight,
|
|
716
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).targetAreaHeight = $event),
|
|
717
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTargetAreaHeight,
|
|
651
718
|
step: 1,
|
|
652
|
-
max: (0,
|
|
719
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTargetAreaHeight,
|
|
653
720
|
"controls-position": "right"
|
|
654
721
|
}, null, 8
|
|
655
722
|
/* PROPS */
|
|
@@ -671,24 +738,24 @@ const __default__ = {
|
|
|
671
738
|
_: 1
|
|
672
739
|
/* STABLE */
|
|
673
740
|
|
|
674
|
-
}), (0,
|
|
675
|
-
default: (0,
|
|
676
|
-
label: (0,
|
|
741
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
742
|
+
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, {
|
|
743
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cameraHeight
|
|
677
744
|
}, {
|
|
678
|
-
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_row, {
|
|
679
746
|
style: {
|
|
680
747
|
"display": "flex"
|
|
681
748
|
}
|
|
682
749
|
}, {
|
|
683
|
-
default: (0,
|
|
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_col, {
|
|
684
751
|
span: 16
|
|
685
752
|
}, {
|
|
686
|
-
default: (0,
|
|
687
|
-
modelValue: (0,
|
|
688
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (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_slider, {
|
|
754
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).cameraHeight,
|
|
755
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).cameraHeight = $event),
|
|
689
756
|
step: 1,
|
|
690
|
-
min: (0,
|
|
691
|
-
max: (0,
|
|
757
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minCameraHeight,
|
|
758
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxCameraHeight,
|
|
692
759
|
onInput: onChangeCameraHeight
|
|
693
760
|
}, null, 8
|
|
694
761
|
/* PROPS */
|
|
@@ -696,15 +763,15 @@ const __default__ = {
|
|
|
696
763
|
_: 1
|
|
697
764
|
/* STABLE */
|
|
698
765
|
|
|
699
|
-
}), (0,
|
|
766
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
700
767
|
span: 8
|
|
701
768
|
}, {
|
|
702
|
-
default: (0,
|
|
703
|
-
modelValue: (0,
|
|
704
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,
|
|
705
|
-
min: (0,
|
|
769
|
+
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, {
|
|
770
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).cameraHeight,
|
|
771
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).cameraHeight = $event),
|
|
772
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minCameraHeight,
|
|
706
773
|
step: 1,
|
|
707
|
-
max: (0,
|
|
774
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxCameraHeight,
|
|
708
775
|
"controls-position": "right"
|
|
709
776
|
}, null, 8
|
|
710
777
|
/* PROPS */
|
|
@@ -726,13 +793,13 @@ const __default__ = {
|
|
|
726
793
|
_: 1
|
|
727
794
|
/* STABLE */
|
|
728
795
|
|
|
729
|
-
}), (0,
|
|
730
|
-
default: (0,
|
|
731
|
-
modelValue: (0,
|
|
732
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,
|
|
796
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
797
|
+
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_checkbox, {
|
|
798
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enablePerspective,
|
|
799
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enablePerspective = $event),
|
|
733
800
|
onChange: onChangeEnablePerspective
|
|
734
801
|
}, {
|
|
735
|
-
default: (0,
|
|
802
|
+
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).enablePerspective), 1
|
|
736
803
|
/* TEXT */
|
|
737
804
|
)]),
|
|
738
805
|
_: 1
|
|
@@ -760,12 +827,12 @@ const __default__ = {
|
|
|
760
827
|
|
|
761
828
|
}, 8
|
|
762
829
|
/* PROPS */
|
|
763
|
-
, ["model-value"]), (0,
|
|
764
|
-
onClick: _cache[9] || (_cache[9] = (0,
|
|
765
|
-
title: (0,
|
|
830
|
+
, ["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_button, {
|
|
831
|
+
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
832
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
766
833
|
type: "primary"
|
|
767
834
|
}, {
|
|
768
|
-
default: (0,
|
|
835
|
+
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
|
|
769
836
|
/* TEXT */
|
|
770
837
|
)]),
|
|
771
838
|
_: 1
|
|
@@ -773,11 +840,11 @@ const __default__ = {
|
|
|
773
840
|
|
|
774
841
|
}, 8
|
|
775
842
|
/* PROPS */
|
|
776
|
-
, ["title"]), (0,
|
|
777
|
-
onClick: _cache[10] || (_cache[10] = (0,
|
|
778
|
-
title: (0,
|
|
843
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
844
|
+
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
845
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
779
846
|
}, {
|
|
780
|
-
default: (0,
|
|
847
|
+
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
|
|
781
848
|
/* TEXT */
|
|
782
849
|
)]),
|
|
783
850
|
_: 1
|
|
@@ -785,9 +852,9 @@ const __default__ = {
|
|
|
785
852
|
|
|
786
853
|
}, 8
|
|
787
854
|
/* PROPS */
|
|
788
|
-
, ["title"])]), (0,
|
|
855
|
+
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, null, 512
|
|
789
856
|
/* NEED_PATCH */
|
|
790
|
-
), [[
|
|
857
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultCahrtVis)]])])]);
|
|
791
858
|
};
|
|
792
859
|
}
|
|
793
860
|
|
|
@@ -801,9 +868,9 @@ const __default__ = {
|
|
|
801
868
|
const __exports__ = ProfileAnalysisvue_type_script_setup_true_lang_js;
|
|
802
869
|
|
|
803
870
|
/* harmony default export */ var ProfileAnalysis = (__exports__);
|
|
804
|
-
|
|
805
|
-
var
|
|
806
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
871
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
872
|
+
var init_js_ = __webpack_require__(5406);
|
|
873
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
807
874
|
;// CONCATENATED MODULE: ./src/webgl/profileanalysis/index.js
|
|
808
875
|
|
|
809
876
|
|
|
@@ -815,6 +882,7 @@ ProfileAnalysis.install = (Vue, opts) => {
|
|
|
815
882
|
};
|
|
816
883
|
|
|
817
884
|
|
|
885
|
+
}();
|
|
818
886
|
module.exports = __webpack_exports__;
|
|
819
887
|
/******/ })()
|
|
820
888
|
;
|