@kq_npm/client3d_webgl_vue 0.0.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.
Files changed (103) hide show
  1. package/adddata/index.js +1503 -0
  2. package/adddata/style/adddata.css +1 -0
  3. package/adddata/style/css.js +3 -0
  4. package/adddata/style/index.js +3 -0
  5. package/baseterraingallery/index.js +394 -0
  6. package/baseterraingallery/style/baseterraingallery.css +1 -0
  7. package/baseterraingallery/style/css.js +3 -0
  8. package/baseterraingallery/style/index.js +3 -0
  9. package/boxclip/index.js +1076 -0
  10. package/boxclip/style/boxclip.css +1 -0
  11. package/boxclip/style/css.js +3 -0
  12. package/boxclip/style/index.js +3 -0
  13. package/comparemap/index.js +466 -0
  14. package/comparemap/style/comparemap.css +1 -0
  15. package/comparemap/style/css.js +3 -0
  16. package/comparemap/style/index.js +3 -0
  17. package/css.js +3 -0
  18. package/excavatefillanalysis/index.js +599 -0
  19. package/excavatefillanalysis/style/css.js +3 -0
  20. package/excavatefillanalysis/style/excavatefillanalysis.css +1 -0
  21. package/excavatefillanalysis/style/index.js +3 -0
  22. package/flight/index.js +963 -0
  23. package/flight/style/css.js +3 -0
  24. package/flight/style/flight.css +1 -0
  25. package/flight/style/index.js +3 -0
  26. package/floodanalysis/index.js +824 -0
  27. package/floodanalysis/style/css.js +3 -0
  28. package/floodanalysis/style/floodanalysis.css +1 -0
  29. package/floodanalysis/style/index.js +3 -0
  30. package/gpuspatialquery/index.js +906 -0
  31. package/gpuspatialquery/style/css.js +3 -0
  32. package/gpuspatialquery/style/gpuspatialquery.css +1 -0
  33. package/gpuspatialquery/style/index.js +3 -0
  34. package/hawkeye/index.js +239 -0
  35. package/index.js +19807 -0
  36. package/isolineanalysis/index.js +2476 -0
  37. package/isolineanalysis/style/css.js +3 -0
  38. package/isolineanalysis/style/index.js +3 -0
  39. package/isolineanalysis/style/isolineanalysis.css +1 -0
  40. package/measure/index.js +560 -0
  41. package/measure/style/css.js +3 -0
  42. package/measure/style/index.js +3 -0
  43. package/measure/style/measure.css +1 -0
  44. package/modelselect/index.js +375 -0
  45. package/modelselect/style/css.js +3 -0
  46. package/modelselect/style/index.js +3 -0
  47. package/modelselect/style/modelselect.css +1 -0
  48. package/package.json +1 -0
  49. package/particleeffect/index.js +1079 -0
  50. package/particleeffect/style/css.js +3 -0
  51. package/particleeffect/style/index.js +3 -0
  52. package/particleeffect/style/particleeffect.css +1 -0
  53. package/planeclip/index.js +738 -0
  54. package/planeclip/style/css.js +3 -0
  55. package/planeclip/style/index.js +3 -0
  56. package/planeclip/style/planeclip.css +1 -0
  57. package/profileanalysis/index.js +781 -0
  58. package/profileanalysis/style/css.js +3 -0
  59. package/profileanalysis/style/index.js +3 -0
  60. package/profileanalysis/style/profileanalysis.css +1 -0
  61. package/roller/index.js +537 -0
  62. package/roller/style/css.js +3 -0
  63. package/roller/style/index.js +3 -0
  64. package/roller/style/roller.css +1 -0
  65. package/scenceview/index.js +1775 -0
  66. package/scenceview/style/css.js +3 -0
  67. package/scenceview/style/index.js +3 -0
  68. package/scenceview/style/scenceview.css +1 -0
  69. package/screenshot/index.js +551 -0
  70. package/screenshot/style/css.js +3 -0
  71. package/screenshot/style/index.js +3 -0
  72. package/screenshot/style/screenshot.css +1 -0
  73. package/shadowanalysis/index.js +1042 -0
  74. package/shadowanalysis/style/css.js +3 -0
  75. package/shadowanalysis/style/index.js +3 -0
  76. package/shadowanalysis/style/shadowanalysis.css +1 -0
  77. package/sightlineanalysis/index.js +1100 -0
  78. package/sightlineanalysis/style/css.js +3 -0
  79. package/sightlineanalysis/style/divpoint.css +1 -0
  80. package/sightlineanalysis/style/index.js +3 -0
  81. package/sightlineanalysis/style/sightlineanalysis.css +1 -0
  82. package/skylineanalysis/index.js +771 -0
  83. package/skylineanalysis/style/css.js +3 -0
  84. package/skylineanalysis/style/index.js +3 -0
  85. package/skylineanalysis/style/skylineanalysis.css +1 -0
  86. package/slopeanalysis/index.js +1028 -0
  87. package/slopeanalysis/style/css.js +3 -0
  88. package/slopeanalysis/style/index.js +3 -0
  89. package/slopeanalysis/style/slopeanalysis.css +1 -0
  90. package/style.css +1 -0
  91. package/style.js +3 -0
  92. package/terrainoperation/index.js +508 -0
  93. package/terrainoperation/style/css.js +3 -0
  94. package/terrainoperation/style/index.js +3 -0
  95. package/terrainoperation/style/terrainoperation.css +1 -0
  96. package/viewshedanalysis/index.js +582 -0
  97. package/viewshedanalysis/style/css.js +3 -0
  98. package/viewshedanalysis/style/index.js +3 -0
  99. package/viewshedanalysis/style/viewshedanalysis.css +1 -0
  100. package/weathereffect/index.js +835 -0
  101. package/weathereffect/style/css.js +3 -0
  102. package/weathereffect/style/index.js +3 -0
  103. package/weathereffect/style/weathereffect.css +1 -0
@@ -0,0 +1,906 @@
1
+ /******/ (function() { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ // The require scope
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__);
51
+
52
+ // EXPORTS
53
+ __webpack_require__.d(__webpack_exports__, {
54
+ "GpuSpatialQueryViewModel": function() { return /* reexport */ GpuSpatialQueryViewModel; },
55
+ "default": function() { return /* reexport */ GpuSpatialQuery; }
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 "@zpc_npm/vue-iclient-common/_utils/gis-utils"
61
+ var gis_utils_namespaceObject = require("@zpc_npm/vue-iclient-common/_utils/gis-utils");
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
81
+
82
+ //GPU空间查询逻辑类
83
+ class GpuSpatialQueryViewModel {
84
+ constructor(scenceView, options) {
85
+ _defineProperty(this, "_gpuSpatialQuery", null);
86
+
87
+ _defineProperty(this, "_drawManager", null);
88
+
89
+ _defineProperty(this, "_geometry", null);
90
+
91
+ _defineProperty(this, "_center", null);
92
+
93
+ _defineProperty(this, "_options", null);
94
+
95
+ _defineProperty(this, "finishedQuery", null);
96
+
97
+ _defineProperty(this, "_removeEventListener", null);
98
+
99
+ options.viewer = scenceView._viewer;
100
+ options.viewer.scene.globe.depthTestAgainstTerrain = true;
101
+ options.viewer.scene.logarithmicDepthBuffer = true;
102
+ options.viewer.scene.globe.enableLighting = true;
103
+ this._options = options;
104
+ this._gpuSpatialQuery = new Cesium.Kq3dSpatialQuery({
105
+ viewer: options.viewer
106
+ });
107
+ this.finishedQuery = this._gpuSpatialQuery.finishSQ;
108
+ this._drawManager = scenceView._drawManager;
109
+ var that = this;
110
+ that._removeEventListener = that._drawManager.drawFinishedEvent.addEventListener(shape => {
111
+ if (shape) {
112
+ that._drawManager.clear();
113
+
114
+ that._center = shape.position; //that.startQuery();
115
+
116
+ setTimeout(() => {
117
+ //绘制跟高亮显示有冲突,所以延时执行查询
118
+ that.startQuery();
119
+ }, 10);
120
+ }
121
+ });
122
+
123
+ that._gpuSpatialQuery.finishSQ.addEventListener(function () {
124
+ // 查询结束后的回调事件,高亮结果
125
+ for (let l = 0; l < that._gpuSpatialQuery._layers.length; l++) {
126
+ const tileset = that._gpuSpatialQuery._layers[l].layer;
127
+ const queryIds = that._gpuSpatialQuery._layers[l].sqResult;
128
+
129
+ for (let n = 0; n < tileset._selectedTiles.length; n++) {
130
+ const tile = tileset._selectedTiles[n];
131
+ const content = tile.content;
132
+
133
+ for (let i = 0; i < content.featuresLength; i++) {
134
+ const feature = content.getFeature(i);
135
+ let bFind = false;
136
+
137
+ if (feature.pickId) {
138
+ const id = feature.pickId.key;
139
+
140
+ for (let j = 0; j < queryIds.length; j++) {
141
+ if (queryIds[j] == id) {
142
+ bFind = true;
143
+ }
144
+ }
145
+ }
146
+
147
+ if (bFind) {
148
+ feature.color = Cesium.Color.AQUA;
149
+ } else {
150
+ feature.color = Cesium.Color.WHITE;
151
+ }
152
+ }
153
+ }
154
+
155
+ tileset.makeStyleDirty();
156
+ }
157
+ });
158
+ } //开始绘制
159
+
160
+
161
+ start() {
162
+ this.findLayers();
163
+
164
+ this._drawManager.startDraw("marker", {
165
+ image: null
166
+ });
167
+ } // 开始查询
168
+
169
+
170
+ startQuery() {
171
+ this.createGeometry();
172
+
173
+ this._gpuSpatialQuery.setGeom(this._geometry);
174
+
175
+ this._gpuSpatialQuery.setSpaceTopology(this._options.positionMode);
176
+
177
+ this._gpuSpatialQuery.setLayers(this._options.layers);
178
+
179
+ this._gpuSpatialQuery.start();
180
+ } //清除全部结果
181
+
182
+
183
+ clear() {
184
+ this._gpuSpatialQuery && this._gpuSpatialQuery.clear();
185
+ } //销毁
186
+
187
+
188
+ destroy() {
189
+ this.clear();
190
+ this._gpuSpatialQuery && this._gpuSpatialQuery.destroy();
191
+ this._gpuSpatialQuery = null; //移除监听事件
192
+
193
+ this._removeEventListener && this._removeEventListener();
194
+ this._removeEventListener = null;
195
+ } // 查找所有3dtiles模型对象
196
+
197
+
198
+ findLayers() {
199
+ this._options.layers = [];
200
+ const primitives = this._options.viewer.scene.primitives._primitives;
201
+
202
+ for (let m = 0; m < primitives.length; m++) {
203
+ if (primitives[m] instanceof Cesium.Cesium3DTileset) {
204
+ this._options.layers.push(new Cesium.Kq3dLayerQuery(primitives[m]));
205
+ }
206
+ }
207
+ } //创建查询体
208
+
209
+
210
+ createGeometry() {
211
+ switch (this._options.volumeType) {
212
+ case 0:
213
+ var options0 = {
214
+ length: 260,
215
+ width: 260,
216
+ height: 260,
217
+ position: this._center
218
+ };
219
+ this._geometry = new Cesium.Kq3dGeoBox(options0);
220
+ break;
221
+
222
+ case 1:
223
+ var options1 = {
224
+ position: this._center,
225
+ radius: 160
226
+ };
227
+ this._geometry = new Cesium.Kq3dGeoSphere(options1);
228
+ break;
229
+
230
+ case 2:
231
+ var options2 = {
232
+ position: this._center,
233
+ height: 300,
234
+ topRadius: 130,
235
+ bottomRadius: 130
236
+ };
237
+ this._geometry = new Cesium.Kq3dGeoCylinder(options2);
238
+ break;
239
+
240
+ case 3:
241
+ var options3 = {
242
+ position: this._center,
243
+ xRadius: 200,
244
+ yRadius: 120,
245
+ zRadius: 160
246
+ };
247
+ this._geometry = new Cesium.Kq3dGeoEllipsoid(options3);
248
+ break;
249
+
250
+ case 4:
251
+ var options4 = {
252
+ position: this._center,
253
+ height: 300,
254
+ bottomRadius: 160
255
+ };
256
+ this._geometry = new Cesium.Kq3dGeoCone(options4);
257
+ break;
258
+
259
+ default:
260
+ break;
261
+ }
262
+
263
+ if (this._geometry) {
264
+ this._geometry.scaleX = this._options.scale;
265
+ this._geometry.scaleY = this._options.scale;
266
+ this._geometry.scaleZ = this._options.scale;
267
+ this._geometry.rotationX = this._options.xAngle;
268
+ this._geometry.rotationY = this._options.yAngle;
269
+ this._geometry.rotationZ = this._options.zAngle;
270
+ }
271
+ } //查询体类型
272
+
273
+
274
+ setType(type) {
275
+ this._options.volumeType = type;
276
+ this.createGeometry();
277
+
278
+ if (this._gpuSpatialQuery) {
279
+ this._gpuSpatialQuery.setGeom(this._geometry);
280
+
281
+ this._gpuSpatialQuery.start();
282
+ } //this.startQuery();
283
+
284
+ } //查询体模式 相交 相离 包含
285
+
286
+
287
+ setMode(mode) {
288
+ this._options.positionMode = mode;
289
+
290
+ if (this._gpuSpatialQuery) {
291
+ this._gpuSpatialQuery.setSpaceTopology(mode);
292
+
293
+ this._gpuSpatialQuery.start();
294
+ } //this.startQuery();
295
+
296
+ } //查询体缩放
297
+
298
+
299
+ setScale(scale) {
300
+ this._options.scale = scale;
301
+
302
+ if (this._geometry) {
303
+ this._geometry.scaleX = scale;
304
+ this._geometry.scaleY = scale;
305
+ this._geometry.scaleZ = scale;
306
+ this._gpuSpatialQuery && this._gpuSpatialQuery.start();
307
+ } //this.startQuery();
308
+
309
+ } //查询体绕X轴旋转
310
+
311
+
312
+ setXangle(xAngle) {
313
+ this._options.xAngle = xAngle;
314
+
315
+ if (this._geometry) {
316
+ this._geometry.rotationX = xAngle;
317
+ this._gpuSpatialQuery && this._gpuSpatialQuery.start();
318
+ } //this.startQuery();
319
+
320
+ } //查询体绕Y轴旋转
321
+
322
+
323
+ setYangle(yAngle) {
324
+ this._options.yAngle = yAngle;
325
+
326
+ if (this._geometry) {
327
+ this._geometry.rotationY = yAngle;
328
+ this._gpuSpatialQuery && this._gpuSpatialQuery.start();
329
+ } //this.startQuery();
330
+
331
+ } //查询体绕Z轴旋转
332
+
333
+
334
+ setZangle(zAngle) {
335
+ this._options.zAngle = zAngle;
336
+
337
+ if (this._geometry) {
338
+ this._geometry.rotationZ = zAngle;
339
+ this._gpuSpatialQuery && this._gpuSpatialQuery.start();
340
+ } //this.startQuery();
341
+
342
+ }
343
+
344
+ }
345
+ ;// 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
346
+
347
+ const _hoisted_1 = {
348
+ class: "kq3d-gpu-spatial-query"
349
+ };
350
+ const _hoisted_2 = {
351
+ class: "kq3d-gpu-spatial-query-footer"
352
+ };
353
+
354
+
355
+
356
+
357
+ const __default__ = {
358
+ name: "Kq3dGpuSpatialQuery"
359
+ };
360
+ /* harmony default export */ var GpuSpatialQueryvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
361
+ props: {
362
+ //图形
363
+ volumeType: {
364
+ type: Number,
365
+ default: 0,
366
+
367
+ validator(value) {
368
+ // 输入值必须被包含
369
+ return external_xe_utils_default().includeArrays([0, 1, 2, 3, 4], value);
370
+ }
371
+
372
+ },
373
+ // 空间关系
374
+ positionMode: {
375
+ type: Number,
376
+ default: 0,
377
+
378
+ validator(value) {
379
+ // 输入值必须被包含
380
+ return external_xe_utils_default().includeArrays([0, 1, 2], value);
381
+ }
382
+
383
+ },
384
+ // 设置参数
385
+ settingParams: {
386
+ type: Object
387
+ }
388
+ },
389
+
390
+ setup(__props, {
391
+ expose
392
+ }) {
393
+ const props = __props;
394
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)({});
395
+ let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(""); // 获取组件传参
396
+
397
+ let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
398
+ volumeType: props.volumeType || 0,
399
+ positionMode: props.positionMode || 0,
400
+ scale: props.settingParams && props.settingParams.scale || 1,
401
+ xRotate: props.settingParams && props.settingParams.xRotate || 0,
402
+ yRotate: props.settingParams && props.settingParams.yRotate || 0,
403
+ zRotate: props.settingParams && props.settingParams.zRotate || 0
404
+ });
405
+ let viewModel = null;
406
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
407
+ gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
408
+ if (scenceView) {
409
+ language.value = scenceView._language;
410
+ var options = {
411
+ volumeType: formItem.volumeType,
412
+ positionMode: formItem.positionMode,
413
+ scale: formItem.scale,
414
+ xAngle: formItem.xRotate,
415
+ yAngle: formItem.yRotate,
416
+ zAngle: formItem.zRotate
417
+ };
418
+ viewModel = new GpuSpatialQueryViewModel(scenceView, options);
419
+ }
420
+ });
421
+ });
422
+
423
+ function paramsChanged(key) {
424
+ switch (key) {
425
+ case "type":
426
+ viewModel.setType(formItem.volumeType);
427
+ break;
428
+
429
+ case "mode":
430
+ viewModel.setMode(formItem.positionMode);
431
+ break;
432
+
433
+ case "scale":
434
+ viewModel.setScale(formItem.scale);
435
+ break;
436
+
437
+ case "xRotate":
438
+ viewModel.setXangle(formItem.xRotate);
439
+ break;
440
+
441
+ case "yRotate":
442
+ viewModel.setYangle(formItem.yRotate);
443
+ break;
444
+
445
+ case "zRotate":
446
+ viewModel.setZangle(formItem.zRotate);
447
+ break;
448
+
449
+ default:
450
+ break;
451
+ }
452
+ }
453
+
454
+ function query() {
455
+ viewModel && viewModel.start();
456
+ }
457
+
458
+ function reset() {
459
+ viewModel && viewModel.clear();
460
+ } // 销毁
461
+
462
+
463
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onBeforeUnmount)(() => {
464
+ viewModel && viewModel.destroy();
465
+ });
466
+ expose({
467
+ reset
468
+ });
469
+ return (_ctx, _cache) => {
470
+ const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-option");
471
+
472
+ const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-select");
473
+
474
+ const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-form-item");
475
+
476
+ const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-row");
477
+
478
+ const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-form");
479
+
480
+ const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-slider");
481
+
482
+ const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-col");
483
+
484
+ const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-input-number");
485
+
486
+ const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-collapse-item");
487
+
488
+ const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-collapse");
489
+
490
+ const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-button");
491
+
492
+ return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form, {
493
+ "label-width": "100px",
494
+ "label-position": "left"
495
+ }, {
496
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
497
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
498
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).queryShape
499
+ }, {
500
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_select, {
501
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).volumeType,
502
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).volumeType = $event),
503
+ onChange: _cache[1] || (_cache[1] = $event => paramsChanged('type'))
504
+ }, {
505
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_option, {
506
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).cube,
507
+ value: 0
508
+ }, null, 8
509
+ /* PROPS */
510
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_option, {
511
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).sphere,
512
+ value: 1
513
+ }, null, 8
514
+ /* PROPS */
515
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_option, {
516
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).cylinder,
517
+ value: 2
518
+ }, null, 8
519
+ /* PROPS */
520
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_option, {
521
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).ellipsoid,
522
+ value: 3
523
+ }, null, 8
524
+ /* PROPS */
525
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_option, {
526
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).cone,
527
+ value: 4
528
+ }, null, 8
529
+ /* PROPS */
530
+ , ["label"])]),
531
+ _: 1
532
+ /* STABLE */
533
+
534
+ }, 8
535
+ /* PROPS */
536
+ , ["modelValue"])]),
537
+ _: 1
538
+ /* STABLE */
539
+
540
+ }, 8
541
+ /* PROPS */
542
+ , ["label"])]),
543
+ _: 1
544
+ /* STABLE */
545
+
546
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
547
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
548
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).locaLMode
549
+ }, {
550
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_select, {
551
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).positionMode,
552
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).positionMode = $event),
553
+ onChange: _cache[3] || (_cache[3] = $event => paramsChanged('mode'))
554
+ }, {
555
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_option, {
556
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).intersect,
557
+ value: 0
558
+ }, null, 8
559
+ /* PROPS */
560
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_option, {
561
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).disjoint,
562
+ value: 1
563
+ }, null, 8
564
+ /* PROPS */
565
+ , ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_option, {
566
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).contain,
567
+ value: 2
568
+ }, null, 8
569
+ /* PROPS */
570
+ , ["label"])]),
571
+ _: 1
572
+ /* STABLE */
573
+
574
+ }, 8
575
+ /* PROPS */
576
+ , ["modelValue"])]),
577
+ _: 1
578
+ /* STABLE */
579
+
580
+ }, 8
581
+ /* PROPS */
582
+ , ["label"])]),
583
+ _: 1
584
+ /* STABLE */
585
+
586
+ })]),
587
+ _: 1
588
+ /* STABLE */
589
+
590
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
591
+ class: "kq3d-gpu-spatial-query-tip"
592
+ }, {
593
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).queryTips), 1
594
+ /* TEXT */
595
+ )]),
596
+ _: 1
597
+ /* STABLE */
598
+
599
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_collapse, {
600
+ "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(collapseValue),
601
+ class: "kq3d-gpu-spatial-query-set-title"
602
+ }, {
603
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_collapse_item, {
604
+ title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).analysisSettings,
605
+ name: "setting"
606
+ }, {
607
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form, {
608
+ "label-width": "100px",
609
+ "label-position": "left"
610
+ }, {
611
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
612
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
613
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).zoom
614
+ }, {
615
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
616
+ style: {
617
+ "display": "flex"
618
+ }
619
+ }, {
620
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
621
+ span: 16
622
+ }, {
623
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_slider, {
624
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale,
625
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale = $event),
626
+ step: 0.1,
627
+ min: 0.1,
628
+ max: 10,
629
+ onInput: _cache[5] || (_cache[5] = $event => paramsChanged('scale'))
630
+ }, null, 8
631
+ /* PROPS */
632
+ , ["modelValue", "step", "min"])]),
633
+ _: 1
634
+ /* STABLE */
635
+
636
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
637
+ span: 8
638
+ }, {
639
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
640
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale,
641
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale = $event),
642
+ min: 0.1,
643
+ max: 10,
644
+ step: 0.1,
645
+ "controls-position": "right",
646
+ onInput: _cache[7] || (_cache[7] = $event => paramsChanged('scale'))
647
+ }, null, 8
648
+ /* PROPS */
649
+ , ["modelValue", "min", "step"])]),
650
+ _: 1
651
+ /* STABLE */
652
+
653
+ })]),
654
+ _: 1
655
+ /* STABLE */
656
+
657
+ })]),
658
+ _: 1
659
+ /* STABLE */
660
+
661
+ }, 8
662
+ /* PROPS */
663
+ , ["label"])]),
664
+ _: 1
665
+ /* STABLE */
666
+
667
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
668
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
669
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).xRotate
670
+ }, {
671
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
672
+ style: {
673
+ "display": "flex"
674
+ }
675
+ }, {
676
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
677
+ span: 16
678
+ }, {
679
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_slider, {
680
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate,
681
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate = $event),
682
+ step: 1,
683
+ min: 0,
684
+ max: 120,
685
+ onInput: _cache[9] || (_cache[9] = $event => paramsChanged('xRotate'))
686
+ }, null, 8
687
+ /* PROPS */
688
+ , ["modelValue"])]),
689
+ _: 1
690
+ /* STABLE */
691
+
692
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
693
+ span: 8
694
+ }, {
695
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
696
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate,
697
+ "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate = $event),
698
+ min: 0,
699
+ max: 120,
700
+ step: 1,
701
+ "controls-position": "right",
702
+ onInput: _cache[11] || (_cache[11] = $event => paramsChanged('xRotate'))
703
+ }, null, 8
704
+ /* PROPS */
705
+ , ["modelValue"])]),
706
+ _: 1
707
+ /* STABLE */
708
+
709
+ })]),
710
+ _: 1
711
+ /* STABLE */
712
+
713
+ })]),
714
+ _: 1
715
+ /* STABLE */
716
+
717
+ }, 8
718
+ /* PROPS */
719
+ , ["label"])]),
720
+ _: 1
721
+ /* STABLE */
722
+
723
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
724
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
725
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).yRotate
726
+ }, {
727
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
728
+ style: {
729
+ "display": "flex"
730
+ }
731
+ }, {
732
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
733
+ span: 16
734
+ }, {
735
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_slider, {
736
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate,
737
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate = $event),
738
+ step: 1,
739
+ min: 0,
740
+ max: 90,
741
+ onInput: _cache[13] || (_cache[13] = $event => paramsChanged('yRotate'))
742
+ }, null, 8
743
+ /* PROPS */
744
+ , ["modelValue"])]),
745
+ _: 1
746
+ /* STABLE */
747
+
748
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
749
+ span: 8
750
+ }, {
751
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
752
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate,
753
+ "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate = $event),
754
+ min: 0,
755
+ max: 90,
756
+ step: 1,
757
+ "controls-position": "right",
758
+ onInput: _cache[15] || (_cache[15] = $event => paramsChanged('yRotate'))
759
+ }, null, 8
760
+ /* PROPS */
761
+ , ["modelValue"])]),
762
+ _: 1
763
+ /* STABLE */
764
+
765
+ })]),
766
+ _: 1
767
+ /* STABLE */
768
+
769
+ })]),
770
+ _: 1
771
+ /* STABLE */
772
+
773
+ }, 8
774
+ /* PROPS */
775
+ , ["label"])]),
776
+ _: 1
777
+ /* STABLE */
778
+
779
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
780
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
781
+ label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).zRotate
782
+ }, {
783
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
784
+ style: {
785
+ "display": "flex"
786
+ }
787
+ }, {
788
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
789
+ span: 16
790
+ }, {
791
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_slider, {
792
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate,
793
+ "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate = $event),
794
+ step: 1,
795
+ min: 0,
796
+ max: 90,
797
+ onInput: _cache[17] || (_cache[17] = $event => paramsChanged('zRotate'))
798
+ }, null, 8
799
+ /* PROPS */
800
+ , ["modelValue"])]),
801
+ _: 1
802
+ /* STABLE */
803
+
804
+ }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
805
+ span: 8
806
+ }, {
807
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
808
+ modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate,
809
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate = $event),
810
+ min: 0,
811
+ max: 90,
812
+ step: 1,
813
+ "controls-position": "right",
814
+ onInput: _cache[19] || (_cache[19] = $event => paramsChanged('zRotate'))
815
+ }, null, 8
816
+ /* PROPS */
817
+ , ["modelValue"])]),
818
+ _: 1
819
+ /* STABLE */
820
+
821
+ })]),
822
+ _: 1
823
+ /* STABLE */
824
+
825
+ })]),
826
+ _: 1
827
+ /* STABLE */
828
+
829
+ }, 8
830
+ /* PROPS */
831
+ , ["label"])]),
832
+ _: 1
833
+ /* STABLE */
834
+
835
+ })]),
836
+ _: 1
837
+ /* STABLE */
838
+
839
+ })]),
840
+ _: 1
841
+ /* STABLE */
842
+
843
+ }, 8
844
+ /* PROPS */
845
+ , ["title"])]),
846
+ _: 1
847
+ /* STABLE */
848
+
849
+ }, 8
850
+ /* PROPS */
851
+ , ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
852
+ onClick: _cache[20] || (_cache[20] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withModifiers)($event => query(), ["stop"])),
853
+ title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).gpuQuery,
854
+ type: "primary"
855
+ }, {
856
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).gpuQuery), 1
857
+ /* TEXT */
858
+ )]),
859
+ _: 1
860
+ /* STABLE */
861
+
862
+ }, 8
863
+ /* PROPS */
864
+ , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
865
+ onClick: _cache[21] || (_cache[21] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withModifiers)($event => reset(), ["stop"])),
866
+ title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).clear
867
+ }, {
868
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).clear), 1
869
+ /* TEXT */
870
+ )]),
871
+ _: 1
872
+ /* STABLE */
873
+
874
+ }, 8
875
+ /* PROPS */
876
+ , ["title"])])]);
877
+ };
878
+ }
879
+
880
+ }));
881
+ ;// CONCATENATED MODULE: ./src/webgl/gpuspatialquery/GpuSpatialQuery.vue?vue&type=script&setup=true&lang=js
882
+
883
+ ;// CONCATENATED MODULE: ./src/webgl/gpuspatialquery/GpuSpatialQuery.vue
884
+
885
+
886
+
887
+ const __exports__ = GpuSpatialQueryvue_type_script_setup_true_lang_js;
888
+
889
+ /* harmony default export */ var GpuSpatialQuery = (__exports__);
890
+ ;// CONCATENATED MODULE: external "@zpc_npm/vue-iclient-common/init.js"
891
+ var init_js_namespaceObject = require("@zpc_npm/vue-iclient-common/init.js");
892
+ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
893
+ ;// CONCATENATED MODULE: ./src/webgl/gpuspatialquery/index.js
894
+
895
+
896
+
897
+
898
+ GpuSpatialQuery.install = (Vue, opts) => {
899
+ init_js_default()(Vue, opts);
900
+ Vue.component(GpuSpatialQuery.name, GpuSpatialQuery);
901
+ };
902
+
903
+
904
+ module.exports = __webpack_exports__;
905
+ /******/ })()
906
+ ;