@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/gpuspatialquery/index.js
CHANGED
|
@@ -1,83 +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
|
-
"GPUSpatialQueryViewModel": function() { return /* reexport */ GPUSpatialQueryViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ GPUSpatialQuery; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 7775:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
57
7
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
;// CONCATENATED MODULE: external "xe-utils"
|
|
63
|
-
var external_xe_utils_namespaceObject = require("xe-utils");
|
|
64
|
-
var external_xe_utils_default = /*#__PURE__*/__webpack_require__.n(external_xe_utils_namespaceObject);
|
|
65
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
66
|
-
function _defineProperty(obj, key, value) {
|
|
67
|
-
if (key in obj) {
|
|
68
|
-
Object.defineProperty(obj, key, {
|
|
69
|
-
value: value,
|
|
70
|
-
enumerable: true,
|
|
71
|
-
configurable: true,
|
|
72
|
-
writable: true
|
|
73
|
-
});
|
|
74
|
-
} else {
|
|
75
|
-
obj[key] = value;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
return obj;
|
|
79
|
-
}
|
|
80
|
-
;// CONCATENATED MODULE: ./src/webgl/gpuspatialquery/GPUSpatialQueryViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ GPUSpatialQueryViewModel; }
|
|
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);
|
|
81
12
|
|
|
82
13
|
//GPU空间查询逻辑类
|
|
83
14
|
class GPUSpatialQueryViewModel {
|
|
@@ -89,19 +20,19 @@ class GPUSpatialQueryViewModel {
|
|
|
89
20
|
//绘制后的查询事件
|
|
90
21
|
//绘制完成监听事件
|
|
91
22
|
constructor(scenceView, options) {
|
|
92
|
-
|
|
23
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_gpuSpatialQuery", null);
|
|
93
24
|
|
|
94
|
-
|
|
25
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawManager", null);
|
|
95
26
|
|
|
96
|
-
|
|
27
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_geometry", null);
|
|
97
28
|
|
|
98
|
-
|
|
29
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_center", null);
|
|
99
30
|
|
|
100
|
-
|
|
31
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
101
32
|
|
|
102
|
-
|
|
33
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "finishedQuery", null);
|
|
103
34
|
|
|
104
|
-
|
|
35
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_removeEventListener", null);
|
|
105
36
|
|
|
106
37
|
options.viewer = scenceView._viewer;
|
|
107
38
|
options.viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
@@ -366,6 +297,142 @@ class GPUSpatialQueryViewModel {
|
|
|
366
297
|
}
|
|
367
298
|
|
|
368
299
|
}
|
|
300
|
+
|
|
301
|
+
/***/ }),
|
|
302
|
+
|
|
303
|
+
/***/ 826:
|
|
304
|
+
/***/ (function(module) {
|
|
305
|
+
|
|
306
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
307
|
+
|
|
308
|
+
/***/ }),
|
|
309
|
+
|
|
310
|
+
/***/ 5406:
|
|
311
|
+
/***/ (function(module) {
|
|
312
|
+
|
|
313
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
314
|
+
|
|
315
|
+
/***/ }),
|
|
316
|
+
|
|
317
|
+
/***/ 637:
|
|
318
|
+
/***/ (function(module) {
|
|
319
|
+
|
|
320
|
+
module.exports = require("vue");
|
|
321
|
+
|
|
322
|
+
/***/ }),
|
|
323
|
+
|
|
324
|
+
/***/ 8270:
|
|
325
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
326
|
+
|
|
327
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
328
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
329
|
+
/* harmony export */ });
|
|
330
|
+
function _defineProperty(obj, key, value) {
|
|
331
|
+
if (key in obj) {
|
|
332
|
+
Object.defineProperty(obj, key, {
|
|
333
|
+
value: value,
|
|
334
|
+
enumerable: true,
|
|
335
|
+
configurable: true,
|
|
336
|
+
writable: true
|
|
337
|
+
});
|
|
338
|
+
} else {
|
|
339
|
+
obj[key] = value;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
return obj;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/***/ })
|
|
346
|
+
|
|
347
|
+
/******/ });
|
|
348
|
+
/************************************************************************/
|
|
349
|
+
/******/ // The module cache
|
|
350
|
+
/******/ var __webpack_module_cache__ = {};
|
|
351
|
+
/******/
|
|
352
|
+
/******/ // The require function
|
|
353
|
+
/******/ function __webpack_require__(moduleId) {
|
|
354
|
+
/******/ // Check if module is in cache
|
|
355
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
356
|
+
/******/ if (cachedModule !== undefined) {
|
|
357
|
+
/******/ return cachedModule.exports;
|
|
358
|
+
/******/ }
|
|
359
|
+
/******/ // Create a new module (and put it into the cache)
|
|
360
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
361
|
+
/******/ // no module.id needed
|
|
362
|
+
/******/ // no module.loaded needed
|
|
363
|
+
/******/ exports: {}
|
|
364
|
+
/******/ };
|
|
365
|
+
/******/
|
|
366
|
+
/******/ // Execute the module function
|
|
367
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
368
|
+
/******/
|
|
369
|
+
/******/ // Return the exports of the module
|
|
370
|
+
/******/ return module.exports;
|
|
371
|
+
/******/ }
|
|
372
|
+
/******/
|
|
373
|
+
/************************************************************************/
|
|
374
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
375
|
+
/******/ !function() {
|
|
376
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
377
|
+
/******/ __webpack_require__.n = function(module) {
|
|
378
|
+
/******/ var getter = module && module.__esModule ?
|
|
379
|
+
/******/ function() { return module['default']; } :
|
|
380
|
+
/******/ function() { return module; };
|
|
381
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
382
|
+
/******/ return getter;
|
|
383
|
+
/******/ };
|
|
384
|
+
/******/ }();
|
|
385
|
+
/******/
|
|
386
|
+
/******/ /* webpack/runtime/define property getters */
|
|
387
|
+
/******/ !function() {
|
|
388
|
+
/******/ // define getter functions for harmony exports
|
|
389
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
390
|
+
/******/ for(var key in definition) {
|
|
391
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
392
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
393
|
+
/******/ }
|
|
394
|
+
/******/ }
|
|
395
|
+
/******/ };
|
|
396
|
+
/******/ }();
|
|
397
|
+
/******/
|
|
398
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
399
|
+
/******/ !function() {
|
|
400
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
401
|
+
/******/ }();
|
|
402
|
+
/******/
|
|
403
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
404
|
+
/******/ !function() {
|
|
405
|
+
/******/ // define __esModule on exports
|
|
406
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
407
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
408
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
409
|
+
/******/ }
|
|
410
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
411
|
+
/******/ };
|
|
412
|
+
/******/ }();
|
|
413
|
+
/******/
|
|
414
|
+
/************************************************************************/
|
|
415
|
+
var __webpack_exports__ = {};
|
|
416
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
417
|
+
!function() {
|
|
418
|
+
// ESM COMPAT FLAG
|
|
419
|
+
__webpack_require__.r(__webpack_exports__);
|
|
420
|
+
|
|
421
|
+
// EXPORTS
|
|
422
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
423
|
+
"GPUSpatialQueryViewModel": function() { return /* reexport */ GPUSpatialQueryViewModel/* default */.Z; },
|
|
424
|
+
"default": function() { return /* reexport */ GPUSpatialQuery; }
|
|
425
|
+
});
|
|
426
|
+
|
|
427
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
428
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
429
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
430
|
+
var gis_utils_ = __webpack_require__(826);
|
|
431
|
+
;// CONCATENATED MODULE: external "xe-utils"
|
|
432
|
+
var external_xe_utils_namespaceObject = require("xe-utils");
|
|
433
|
+
var external_xe_utils_default = /*#__PURE__*/__webpack_require__.n(external_xe_utils_namespaceObject);
|
|
434
|
+
// EXTERNAL MODULE: ./src/webgl/gpuspatialquery/GPUSpatialQueryViewModel.js
|
|
435
|
+
var GPUSpatialQueryViewModel = __webpack_require__(7775);
|
|
369
436
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/gpuspatialquery/GPUSpatialQuery.vue?vue&type=script&setup=true&lang=js
|
|
370
437
|
|
|
371
438
|
const _hoisted_1 = {
|
|
@@ -415,10 +482,10 @@ const __default__ = {
|
|
|
415
482
|
expose
|
|
416
483
|
}) {
|
|
417
484
|
const props = __props;
|
|
418
|
-
let language = (0,
|
|
419
|
-
let collapseValue = (0,
|
|
485
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
486
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 获取组件传参
|
|
420
487
|
|
|
421
|
-
let formItem = (0,
|
|
488
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
422
489
|
volumeType: props.volumeType || 0,
|
|
423
490
|
// 查询体类型
|
|
424
491
|
positionMode: props.positionMode || 0,
|
|
@@ -449,11 +516,11 @@ const __default__ = {
|
|
|
449
516
|
|
|
450
517
|
});
|
|
451
518
|
let viewModel = null;
|
|
452
|
-
(0,
|
|
453
|
-
|
|
519
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
520
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
454
521
|
if (scenceView) {
|
|
455
522
|
language.value = scenceView._language;
|
|
456
|
-
viewModel = new GPUSpatialQueryViewModel(scenceView, {
|
|
523
|
+
viewModel = new GPUSpatialQueryViewModel/* default */.Z(scenceView, {
|
|
457
524
|
volumeType: formItem.volumeType,
|
|
458
525
|
positionMode: formItem.positionMode,
|
|
459
526
|
scale: formItem.scale,
|
|
@@ -507,7 +574,7 @@ const __default__ = {
|
|
|
507
574
|
} // 销毁
|
|
508
575
|
|
|
509
576
|
|
|
510
|
-
(0,
|
|
577
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
511
578
|
viewModel && viewModel.destroy();
|
|
512
579
|
});
|
|
513
580
|
expose({
|
|
@@ -516,63 +583,63 @@ const __default__ = {
|
|
|
516
583
|
reset
|
|
517
584
|
});
|
|
518
585
|
return (_ctx, _cache) => {
|
|
519
|
-
const _component_kq_option = (0,
|
|
586
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
520
587
|
|
|
521
|
-
const _component_kq_select = (0,
|
|
588
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
522
589
|
|
|
523
|
-
const _component_kq_form_item = (0,
|
|
590
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
524
591
|
|
|
525
|
-
const _component_kq_row = (0,
|
|
592
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
526
593
|
|
|
527
|
-
const _component_kq_form = (0,
|
|
594
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
528
595
|
|
|
529
|
-
const _component_kq_slider = (0,
|
|
596
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
530
597
|
|
|
531
|
-
const _component_kq_col = (0,
|
|
598
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
532
599
|
|
|
533
|
-
const _component_kq_input_number = (0,
|
|
600
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
534
601
|
|
|
535
|
-
const _component_kq_collapse_item = (0,
|
|
602
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
536
603
|
|
|
537
|
-
const _component_kq_collapse = (0,
|
|
604
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
538
605
|
|
|
539
|
-
const _component_kq_button = (0,
|
|
606
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
540
607
|
|
|
541
|
-
return (0,
|
|
608
|
+
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_form, {
|
|
542
609
|
"label-width": "100px",
|
|
543
610
|
"label-position": "left"
|
|
544
611
|
}, {
|
|
545
|
-
default: (0,
|
|
546
|
-
default: (0,
|
|
547
|
-
label: (0,
|
|
612
|
+
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, {
|
|
613
|
+
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, {
|
|
614
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).queryShape
|
|
548
615
|
}, {
|
|
549
|
-
default: (0,
|
|
550
|
-
modelValue: (0,
|
|
551
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
616
|
+
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_select, {
|
|
617
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).volumeType,
|
|
618
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).volumeType = $event),
|
|
552
619
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('type'))
|
|
553
620
|
}, {
|
|
554
|
-
default: (0,
|
|
555
|
-
label: (0,
|
|
621
|
+
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_option, {
|
|
622
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cube,
|
|
556
623
|
value: 0
|
|
557
624
|
}, null, 8
|
|
558
625
|
/* PROPS */
|
|
559
|
-
, ["label"]), (0,
|
|
560
|
-
label: (0,
|
|
626
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
627
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sphere,
|
|
561
628
|
value: 1
|
|
562
629
|
}, null, 8
|
|
563
630
|
/* PROPS */
|
|
564
|
-
, ["label"]), (0,
|
|
565
|
-
label: (0,
|
|
631
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
632
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cylinder,
|
|
566
633
|
value: 2
|
|
567
634
|
}, null, 8
|
|
568
635
|
/* PROPS */
|
|
569
|
-
, ["label"]), (0,
|
|
570
|
-
label: (0,
|
|
636
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
637
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).ellipsoid,
|
|
571
638
|
value: 3
|
|
572
639
|
}, null, 8
|
|
573
640
|
/* PROPS */
|
|
574
|
-
, ["label"]), (0,
|
|
575
|
-
label: (0,
|
|
641
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
642
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cone,
|
|
576
643
|
value: 4
|
|
577
644
|
}, null, 8
|
|
578
645
|
/* PROPS */
|
|
@@ -592,27 +659,27 @@ const __default__ = {
|
|
|
592
659
|
_: 1
|
|
593
660
|
/* STABLE */
|
|
594
661
|
|
|
595
|
-
}), (0,
|
|
596
|
-
default: (0,
|
|
597
|
-
label: (0,
|
|
662
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
663
|
+
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, {
|
|
664
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).locaLMode
|
|
598
665
|
}, {
|
|
599
|
-
default: (0,
|
|
600
|
-
modelValue: (0,
|
|
601
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
666
|
+
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_select, {
|
|
667
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).positionMode,
|
|
668
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).positionMode = $event),
|
|
602
669
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('mode'))
|
|
603
670
|
}, {
|
|
604
|
-
default: (0,
|
|
605
|
-
label: (0,
|
|
671
|
+
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_option, {
|
|
672
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).intersect,
|
|
606
673
|
value: 0
|
|
607
674
|
}, null, 8
|
|
608
675
|
/* PROPS */
|
|
609
|
-
, ["label"]), (0,
|
|
610
|
-
label: (0,
|
|
676
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
677
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).disjoint,
|
|
611
678
|
value: 1
|
|
612
679
|
}, null, 8
|
|
613
680
|
/* PROPS */
|
|
614
|
-
, ["label"]), (0,
|
|
615
|
-
label: (0,
|
|
681
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
682
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).contain,
|
|
616
683
|
value: 2
|
|
617
684
|
}, null, 8
|
|
618
685
|
/* PROPS */
|
|
@@ -636,45 +703,45 @@ 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_row, {
|
|
640
707
|
class: "kq3d-gpu-spatial-query-tip"
|
|
641
708
|
}, {
|
|
642
|
-
default: (0,
|
|
709
|
+
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).queryTips), 1
|
|
643
710
|
/* TEXT */
|
|
644
711
|
)]),
|
|
645
712
|
_: 1
|
|
646
713
|
/* STABLE */
|
|
647
714
|
|
|
648
|
-
}), (0,
|
|
649
|
-
"model-value": (0,
|
|
715
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
716
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
650
717
|
class: "kq3d-gpu-spatial-query-set-title"
|
|
651
718
|
}, {
|
|
652
|
-
default: (0,
|
|
653
|
-
title: (0,
|
|
719
|
+
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, {
|
|
720
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
654
721
|
name: "setting"
|
|
655
722
|
}, {
|
|
656
|
-
default: (0,
|
|
723
|
+
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, {
|
|
657
724
|
"label-width": "100px",
|
|
658
725
|
"label-position": "left"
|
|
659
726
|
}, {
|
|
660
|
-
default: (0,
|
|
661
|
-
default: (0,
|
|
662
|
-
label: (0,
|
|
727
|
+
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, {
|
|
728
|
+
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, {
|
|
729
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).zoom
|
|
663
730
|
}, {
|
|
664
|
-
default: (0,
|
|
731
|
+
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, {
|
|
665
732
|
style: {
|
|
666
733
|
"display": "flex"
|
|
667
734
|
}
|
|
668
735
|
}, {
|
|
669
|
-
default: (0,
|
|
736
|
+
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, {
|
|
670
737
|
span: 16
|
|
671
738
|
}, {
|
|
672
|
-
default: (0,
|
|
673
|
-
modelValue: (0,
|
|
674
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,
|
|
739
|
+
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, {
|
|
740
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scale,
|
|
741
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scale = $event),
|
|
675
742
|
step: 0.1,
|
|
676
|
-
min: (0,
|
|
677
|
-
max: (0,
|
|
743
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minScale,
|
|
744
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxScale,
|
|
678
745
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('scale'))
|
|
679
746
|
}, null, 8
|
|
680
747
|
/* PROPS */
|
|
@@ -682,14 +749,14 @@ const __default__ = {
|
|
|
682
749
|
_: 1
|
|
683
750
|
/* STABLE */
|
|
684
751
|
|
|
685
|
-
}), (0,
|
|
752
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
686
753
|
span: 8
|
|
687
754
|
}, {
|
|
688
|
-
default: (0,
|
|
689
|
-
modelValue: (0,
|
|
690
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,
|
|
691
|
-
min: (0,
|
|
692
|
-
max: (0,
|
|
755
|
+
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, {
|
|
756
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scale,
|
|
757
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scale = $event),
|
|
758
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minScale,
|
|
759
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxScale,
|
|
693
760
|
step: 0.1,
|
|
694
761
|
"controls-position": "right",
|
|
695
762
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('scale'))
|
|
@@ -713,24 +780,24 @@ const __default__ = {
|
|
|
713
780
|
_: 1
|
|
714
781
|
/* STABLE */
|
|
715
782
|
|
|
716
|
-
}), (0,
|
|
717
|
-
default: (0,
|
|
718
|
-
label: (0,
|
|
783
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
784
|
+
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, {
|
|
785
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).xRotate
|
|
719
786
|
}, {
|
|
720
|
-
default: (0,
|
|
787
|
+
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, {
|
|
721
788
|
style: {
|
|
722
789
|
"display": "flex"
|
|
723
790
|
}
|
|
724
791
|
}, {
|
|
725
|
-
default: (0,
|
|
792
|
+
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, {
|
|
726
793
|
span: 16
|
|
727
794
|
}, {
|
|
728
|
-
default: (0,
|
|
729
|
-
modelValue: (0,
|
|
730
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,
|
|
795
|
+
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, {
|
|
796
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).xRotate,
|
|
797
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).xRotate = $event),
|
|
731
798
|
step: 1,
|
|
732
|
-
min: (0,
|
|
733
|
-
max: (0,
|
|
799
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minXRotate,
|
|
800
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxXRotate,
|
|
734
801
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('xRotate'))
|
|
735
802
|
}, null, 8
|
|
736
803
|
/* PROPS */
|
|
@@ -738,14 +805,14 @@ const __default__ = {
|
|
|
738
805
|
_: 1
|
|
739
806
|
/* STABLE */
|
|
740
807
|
|
|
741
|
-
}), (0,
|
|
808
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
742
809
|
span: 8
|
|
743
810
|
}, {
|
|
744
|
-
default: (0,
|
|
745
|
-
modelValue: (0,
|
|
746
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,
|
|
747
|
-
min: (0,
|
|
748
|
-
max: (0,
|
|
811
|
+
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, {
|
|
812
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).xRotate,
|
|
813
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).xRotate = $event),
|
|
814
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minXRotate,
|
|
815
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxXRotate,
|
|
749
816
|
step: 1,
|
|
750
817
|
"controls-position": "right",
|
|
751
818
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('xRotate'))
|
|
@@ -769,24 +836,24 @@ const __default__ = {
|
|
|
769
836
|
_: 1
|
|
770
837
|
/* STABLE */
|
|
771
838
|
|
|
772
|
-
}), (0,
|
|
773
|
-
default: (0,
|
|
774
|
-
label: (0,
|
|
839
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
840
|
+
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, {
|
|
841
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yRotate
|
|
775
842
|
}, {
|
|
776
|
-
default: (0,
|
|
843
|
+
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, {
|
|
777
844
|
style: {
|
|
778
845
|
"display": "flex"
|
|
779
846
|
}
|
|
780
847
|
}, {
|
|
781
|
-
default: (0,
|
|
848
|
+
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, {
|
|
782
849
|
span: 16
|
|
783
850
|
}, {
|
|
784
|
-
default: (0,
|
|
785
|
-
modelValue: (0,
|
|
786
|
-
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,
|
|
851
|
+
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, {
|
|
852
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).yRotate,
|
|
853
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).yRotate = $event),
|
|
787
854
|
step: 1,
|
|
788
|
-
min: (0,
|
|
789
|
-
max: (0,
|
|
855
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minXRotate,
|
|
856
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxXRotate,
|
|
790
857
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('yRotate'))
|
|
791
858
|
}, null, 8
|
|
792
859
|
/* PROPS */
|
|
@@ -794,14 +861,14 @@ const __default__ = {
|
|
|
794
861
|
_: 1
|
|
795
862
|
/* STABLE */
|
|
796
863
|
|
|
797
|
-
}), (0,
|
|
864
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
798
865
|
span: 8
|
|
799
866
|
}, {
|
|
800
|
-
default: (0,
|
|
801
|
-
modelValue: (0,
|
|
802
|
-
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,
|
|
803
|
-
min: (0,
|
|
804
|
-
max: (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_input_number, {
|
|
868
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).yRotate,
|
|
869
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).yRotate = $event),
|
|
870
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minXRotate,
|
|
871
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxXRotate,
|
|
805
872
|
step: 1,
|
|
806
873
|
"controls-position": "right",
|
|
807
874
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('yRotate'))
|
|
@@ -825,24 +892,24 @@ const __default__ = {
|
|
|
825
892
|
_: 1
|
|
826
893
|
/* STABLE */
|
|
827
894
|
|
|
828
|
-
}), (0,
|
|
829
|
-
default: (0,
|
|
830
|
-
label: (0,
|
|
895
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
896
|
+
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, {
|
|
897
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).zRotate
|
|
831
898
|
}, {
|
|
832
|
-
default: (0,
|
|
899
|
+
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, {
|
|
833
900
|
style: {
|
|
834
901
|
"display": "flex"
|
|
835
902
|
}
|
|
836
903
|
}, {
|
|
837
|
-
default: (0,
|
|
904
|
+
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, {
|
|
838
905
|
span: 16
|
|
839
906
|
}, {
|
|
840
|
-
default: (0,
|
|
841
|
-
modelValue: (0,
|
|
842
|
-
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,
|
|
907
|
+
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, {
|
|
908
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).zRotate,
|
|
909
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).zRotate = $event),
|
|
843
910
|
step: 1,
|
|
844
|
-
min: (0,
|
|
845
|
-
max: (0,
|
|
911
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minZRotate,
|
|
912
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxZRotate,
|
|
846
913
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('zRotate'))
|
|
847
914
|
}, null, 8
|
|
848
915
|
/* PROPS */
|
|
@@ -850,14 +917,14 @@ const __default__ = {
|
|
|
850
917
|
_: 1
|
|
851
918
|
/* STABLE */
|
|
852
919
|
|
|
853
|
-
}), (0,
|
|
920
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
854
921
|
span: 8
|
|
855
922
|
}, {
|
|
856
|
-
default: (0,
|
|
857
|
-
modelValue: (0,
|
|
858
|
-
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,
|
|
859
|
-
min: (0,
|
|
860
|
-
max: (0,
|
|
923
|
+
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, {
|
|
924
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).zRotate,
|
|
925
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).zRotate = $event),
|
|
926
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minZRotate,
|
|
927
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxZRotate,
|
|
861
928
|
step: 1,
|
|
862
929
|
"controls-position": "right",
|
|
863
930
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('zRotate'))
|
|
@@ -897,12 +964,12 @@ const __default__ = {
|
|
|
897
964
|
|
|
898
965
|
}, 8
|
|
899
966
|
/* PROPS */
|
|
900
|
-
, ["model-value"]), (0,
|
|
901
|
-
onClick: _cache[20] || (_cache[20] = (0,
|
|
902
|
-
title: (0,
|
|
967
|
+
, ["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, {
|
|
968
|
+
onClick: _cache[20] || (_cache[20] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => query(), ["stop"])),
|
|
969
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gpuQuery,
|
|
903
970
|
type: "primary"
|
|
904
971
|
}, {
|
|
905
|
-
default: (0,
|
|
972
|
+
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).gpuQuery), 1
|
|
906
973
|
/* TEXT */
|
|
907
974
|
)]),
|
|
908
975
|
_: 1
|
|
@@ -910,11 +977,11 @@ const __default__ = {
|
|
|
910
977
|
|
|
911
978
|
}, 8
|
|
912
979
|
/* PROPS */
|
|
913
|
-
, ["title"]), (0,
|
|
914
|
-
onClick: _cache[21] || (_cache[21] = (0,
|
|
915
|
-
title: (0,
|
|
980
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
981
|
+
onClick: _cache[21] || (_cache[21] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => reset(), ["stop"])),
|
|
982
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
916
983
|
}, {
|
|
917
|
-
default: (0,
|
|
984
|
+
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).clear), 1
|
|
918
985
|
/* TEXT */
|
|
919
986
|
)]),
|
|
920
987
|
_: 1
|
|
@@ -936,9 +1003,9 @@ const __default__ = {
|
|
|
936
1003
|
const __exports__ = GPUSpatialQueryvue_type_script_setup_true_lang_js;
|
|
937
1004
|
|
|
938
1005
|
/* harmony default export */ var GPUSpatialQuery = (__exports__);
|
|
939
|
-
|
|
940
|
-
var
|
|
941
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
1006
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1007
|
+
var init_js_ = __webpack_require__(5406);
|
|
1008
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
942
1009
|
;// CONCATENATED MODULE: ./src/webgl/gpuspatialquery/index.js
|
|
943
1010
|
|
|
944
1011
|
|
|
@@ -950,6 +1017,7 @@ GPUSpatialQuery.install = (Vue, opts) => {
|
|
|
950
1017
|
};
|
|
951
1018
|
|
|
952
1019
|
|
|
1020
|
+
}();
|
|
953
1021
|
module.exports = __webpack_exports__;
|
|
954
1022
|
/******/ })()
|
|
955
1023
|
;
|