@kq_npm/client3d_webgl_vue 4.5.31 → 4.5.33-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 +226 -495
- package/aspectanalysis/index.js +71 -182
- package/baseterraingallery/index.js +40 -102
- package/boxclip/index.js +197 -423
- package/clientPrint/index.js +6953 -17145
- package/comparemap/index.js +165 -216
- package/compass/index.js +20 -47
- package/excavatefillanalysis/index.js +101 -206
- package/fixedzoomin/index.js +20 -43
- package/fixedzoomout/index.js +18 -42
- package/flight/index.js +206 -353
- package/floodanalysis/index.js +145 -328
- package/geologicalbodyanalysis/index.js +114 -241
- package/gpuspatialquery/index.js +146 -340
- package/hawkeye/index.js +78 -80
- package/headertemp/index.js +8 -19
- package/heatmap3d/index.js +304 -645
- package/index.js +6525 -16962
- package/isolineanalysis/index.js +451 -1183
- package/light/index.js +308 -486
- package/limitheightanalysis/index.js +107 -204
- package/measure/index.js +145 -331
- package/modelFlat/index.js +114 -183
- package/modelexcavate/index.js +78 -172
- package/modelfilter/index.js +127 -252
- package/modelprofileanalysis/index.js +154 -297
- package/modelselect/index.js +90 -128
- package/package.json +1 -1
- package/particleeffect/index.js +170 -381
- package/planeclip/index.js +146 -281
- package/resetview/index.js +12 -31
- package/roller/index.js +252 -353
- package/scaneffect/index.js +178 -518
- package/sceneadvancedtoimage/index.js +152 -337
- package/sceneapp/index.js +6953 -17145
- package/sceneset/index.js +299 -838
- package/scenetohdimage/index.js +105 -276
- package/sceneview/index.js +6953 -17145
- package/screenshot/index.js +204 -281
- package/shadowanalysis/index.js +175 -386
- package/sightlineanalysis/index.js +135 -245
- package/skylineanalysis/index.js +108 -289
- package/slopeanalysis/index.js +174 -378
- package/slopeaspectanalysis/index.js +206 -466
- package/statusbar/index.js +37 -39
- package/terrainoperation/index.js +124 -218
- package/terrainprofileanalysis/index.js +66 -118
- package/typhoontrac/index.js +165 -321
- package/underground/index.js +16 -40
- package/videofusion/index.js +214 -470
- package/videoproject/index.js +220 -472
- package/viewshedanalysis/index.js +93 -230
- package/weathereffect/index.js +111 -295
- package/windyslicing/index.js +262 -695
- package/wireframesketch/index.js +49 -106
package/planeclip/index.js
CHANGED
|
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
|
|
|
19
19
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
20
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
/*
|
|
23
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
-
* All rights reserved.
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
30
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
31
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
31
|
};
|
|
33
|
-
|
|
34
32
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
35
33
|
|
|
36
34
|
/***/ }),
|
|
@@ -42,6 +40,27 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
42
40
|
|
|
43
41
|
/***/ }),
|
|
44
42
|
|
|
43
|
+
/***/ 2118:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 8470:
|
|
51
|
+
/***/ (function(module) {
|
|
52
|
+
|
|
53
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 8697:
|
|
58
|
+
/***/ (function(module) {
|
|
59
|
+
|
|
60
|
+
module.exports = require("core-js/modules/esnext.iterator.find.js");
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
45
64
|
/***/ 9389:
|
|
46
65
|
/***/ (function(module) {
|
|
47
66
|
|
|
@@ -101,7 +120,6 @@ function _defineProperty(obj, key, value) {
|
|
|
101
120
|
} else {
|
|
102
121
|
obj[key] = value;
|
|
103
122
|
}
|
|
104
|
-
|
|
105
123
|
return obj;
|
|
106
124
|
}
|
|
107
125
|
|
|
@@ -193,11 +211,19 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
193
211
|
var gis_utils_ = __webpack_require__(7135);
|
|
194
212
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
195
213
|
var defineProperty = __webpack_require__(8270);
|
|
214
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
215
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
216
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
217
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
218
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
219
|
+
var esnext_iterator_find_js_ = __webpack_require__(8697);
|
|
196
220
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
197
221
|
var message = __webpack_require__(1349);
|
|
198
222
|
;// CONCATENATED MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
199
223
|
|
|
200
224
|
|
|
225
|
+
|
|
226
|
+
|
|
201
227
|
/*
|
|
202
228
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
203
229
|
* All rights reserved.
|
|
@@ -205,16 +231,11 @@ var message = __webpack_require__(1349);
|
|
|
205
231
|
//平面裁剪逻辑类
|
|
206
232
|
|
|
207
233
|
class PlaneClipViewModel {
|
|
208
|
-
//三维viewer对象
|
|
209
|
-
//平面裁剪存储参数对象
|
|
210
|
-
//平面裁剪三维逻辑类
|
|
211
|
-
//绘制管理对象
|
|
212
|
-
//绘制完成事件监听
|
|
213
234
|
constructor(scenceView, options) {
|
|
214
235
|
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
215
|
-
|
|
236
|
+
//三维viewer对象
|
|
216
237
|
(0,defineProperty/* default */.Z)(this, "_options", {});
|
|
217
|
-
|
|
238
|
+
//平面裁剪存储参数对象
|
|
218
239
|
(0,defineProperty/* default */.Z)(this, "_defaultOptions", {
|
|
219
240
|
//默认参数对象
|
|
220
241
|
x: 0,
|
|
@@ -239,38 +260,34 @@ class PlaneClipViewModel {
|
|
|
239
260
|
paddingStrokeDirection: 30.0,
|
|
240
261
|
paddingStrokeSpace: 7.0
|
|
241
262
|
});
|
|
242
|
-
|
|
243
263
|
(0,defineProperty/* default */.Z)(this, "_planeclipAnalysis", null);
|
|
244
|
-
|
|
264
|
+
//平面裁剪三维逻辑类
|
|
245
265
|
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
246
|
-
|
|
266
|
+
//绘制管理对象
|
|
247
267
|
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
248
|
-
|
|
268
|
+
//绘制完成事件监听
|
|
249
269
|
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
250
|
-
|
|
251
270
|
this._options = Object.assign({}, options, this._defaultOptions);
|
|
252
|
-
this._viewer = scenceView._viewer;
|
|
253
|
-
|
|
271
|
+
this._viewer = scenceView._viewer;
|
|
272
|
+
// this._viewer.enabledFXAA = true;
|
|
254
273
|
this._options.viewer = this._viewer;
|
|
255
274
|
this._language = scenceView._language;
|
|
256
275
|
this._drawManager = scenceView._drawManager;
|
|
257
276
|
let that = this;
|
|
258
277
|
this._removeEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
259
278
|
if (shape) {
|
|
260
|
-
that._options.position = shape.position;
|
|
261
|
-
|
|
279
|
+
that._options.position = shape.position;
|
|
280
|
+
// 实例化分析对象
|
|
262
281
|
that._planeclipAnalysis = new Cesium.Kq3dBoxClip(that._options);
|
|
263
|
-
|
|
264
282
|
that._drawManager.clear();
|
|
265
283
|
}
|
|
266
284
|
});
|
|
267
|
-
}
|
|
268
|
-
|
|
285
|
+
}
|
|
269
286
|
|
|
287
|
+
// 查找所有3dtiles模型对象
|
|
270
288
|
findLayers() {
|
|
271
289
|
let tilesets = [];
|
|
272
290
|
const primitives = this._options.viewer.scene.primitives._primitives;
|
|
273
|
-
|
|
274
291
|
for (let m = 0; m < primitives.length; m++) {
|
|
275
292
|
if (primitives[m] instanceof Cesium.Cesium3DTileset) {
|
|
276
293
|
tilesets.push({
|
|
@@ -279,31 +296,28 @@ class PlaneClipViewModel {
|
|
|
279
296
|
});
|
|
280
297
|
}
|
|
281
298
|
}
|
|
282
|
-
|
|
283
299
|
return tilesets;
|
|
284
|
-
}
|
|
285
|
-
|
|
300
|
+
}
|
|
286
301
|
|
|
302
|
+
//根据id获取tileset对象
|
|
287
303
|
findLayerById(id) {
|
|
288
304
|
const primitives = this._options.viewer.scene.primitives._primitives;
|
|
289
305
|
const tileset = primitives.find(function (item) {
|
|
290
306
|
return item.guid === id;
|
|
291
307
|
});
|
|
292
308
|
return tileset;
|
|
293
|
-
}
|
|
294
|
-
|
|
309
|
+
}
|
|
295
310
|
|
|
311
|
+
// 开始分析
|
|
296
312
|
start() {
|
|
297
313
|
// 判断是否添加了模型
|
|
298
314
|
var flag = false;
|
|
299
315
|
var models = this._options.viewer.scene.primitives._primitives;
|
|
300
|
-
|
|
301
316
|
for (let i = 0; i < models.length; i++) {
|
|
302
317
|
if (models[i]._url) {
|
|
303
318
|
flag = true;
|
|
304
319
|
}
|
|
305
320
|
}
|
|
306
|
-
|
|
307
321
|
if (flag) {
|
|
308
322
|
if (this._drawManager) this._drawManager.startDraw("marker", {
|
|
309
323
|
image: null
|
|
@@ -314,74 +328,67 @@ class PlaneClipViewModel {
|
|
|
314
328
|
type: "warning"
|
|
315
329
|
});
|
|
316
330
|
}
|
|
317
|
-
}
|
|
318
|
-
|
|
331
|
+
}
|
|
319
332
|
|
|
333
|
+
//清除全部
|
|
320
334
|
clear() {
|
|
321
335
|
if (this._planeclipAnalysis) this._planeclipAnalysis.boxEnable = false;
|
|
322
|
-
this._planeclipAnalysis && this._planeclipAnalysis.remove();
|
|
323
|
-
|
|
324
|
-
|
|
336
|
+
this._planeclipAnalysis && this._planeclipAnalysis.remove();
|
|
337
|
+
// this._planeclipAnalysis = null;
|
|
338
|
+
}
|
|
325
339
|
|
|
340
|
+
//销毁
|
|
326
341
|
destroy() {
|
|
327
|
-
this.clear();
|
|
328
|
-
|
|
342
|
+
this.clear();
|
|
343
|
+
//销毁分析对象
|
|
329
344
|
this._planeclipAnalysis && this._planeclipAnalysis.destroy();
|
|
330
|
-
this._planeclipAnalysis = null;
|
|
331
|
-
|
|
345
|
+
this._planeclipAnalysis = null;
|
|
346
|
+
//移除监听事件
|
|
332
347
|
this._removeEventListener && this._removeEventListener();
|
|
333
348
|
this._removeEventListener = null;
|
|
334
|
-
}
|
|
335
|
-
|
|
349
|
+
}
|
|
336
350
|
|
|
351
|
+
// 设置裁剪对象
|
|
337
352
|
setLayer(layerId) {
|
|
338
353
|
this.clear();
|
|
339
354
|
this._options.tileset = this.findLayerById(layerId);
|
|
340
|
-
}
|
|
341
|
-
|
|
355
|
+
}
|
|
342
356
|
|
|
357
|
+
// 设置裁剪方向,2:x,3:y,z:4
|
|
343
358
|
setClipDirection(val) {
|
|
344
359
|
this._options.clipType = val;
|
|
345
360
|
if (this._planeclipAnalysis) this._planeclipAnalysis.clipType = val;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
|
|
361
|
+
}
|
|
362
|
+
// 设置裁剪方式,为false时,则为正向裁剪,否则为逆向裁剪
|
|
349
363
|
setClipType(val) {
|
|
350
364
|
this._options.reverseClip = val;
|
|
351
|
-
|
|
352
365
|
if (this._planeclipAnalysis) {
|
|
353
366
|
this._planeclipAnalysis.reverseClip = val;
|
|
354
367
|
this._planeclipAnalysis.distance = this._options.distance;
|
|
355
368
|
}
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
|
|
369
|
+
}
|
|
370
|
+
//是否裁剪
|
|
359
371
|
setEnable(val) {
|
|
360
372
|
this._options.enable = val;
|
|
361
|
-
|
|
362
373
|
if (this._planeclipAnalysis) {
|
|
363
374
|
this._planeclipAnalysis.enable = val;
|
|
364
375
|
this._planeclipAnalysis.boxEnable = this._options.boxEnable;
|
|
365
376
|
}
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
|
|
377
|
+
}
|
|
378
|
+
//显/隐辅助对象
|
|
369
379
|
setShowBox(val) {
|
|
370
380
|
this._options.boxEnable = val;
|
|
371
381
|
if (this._planeclipAnalysis) this._planeclipAnalysis.boxEnable = val;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
|
|
382
|
+
}
|
|
383
|
+
//设置裁剪距离
|
|
375
384
|
setDistance(val) {
|
|
376
385
|
if (this._options.clipType == 4) {
|
|
377
386
|
this._options.distance = -Number(val);
|
|
378
387
|
} else {
|
|
379
388
|
this._options.distance = Number(val);
|
|
380
389
|
}
|
|
381
|
-
|
|
382
390
|
if (this._planeclipAnalysis) this._planeclipAnalysis.distance = this._options.distance;
|
|
383
391
|
}
|
|
384
|
-
|
|
385
392
|
}
|
|
386
393
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
387
394
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -426,7 +433,6 @@ const __default__ = {
|
|
|
426
433
|
type: Boolean,
|
|
427
434
|
default: true
|
|
428
435
|
},
|
|
429
|
-
|
|
430
436
|
/**
|
|
431
437
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
432
438
|
*/
|
|
@@ -456,7 +462,6 @@ const __default__ = {
|
|
|
456
462
|
default: true
|
|
457
463
|
}
|
|
458
464
|
},
|
|
459
|
-
|
|
460
465
|
setup(__props, {
|
|
461
466
|
expose: __expose
|
|
462
467
|
}) {
|
|
@@ -466,7 +471,9 @@ const __default__ = {
|
|
|
466
471
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
467
472
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
468
473
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
469
|
-
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
474
|
+
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
475
|
+
|
|
476
|
+
// 获取组件传参
|
|
470
477
|
|
|
471
478
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
472
479
|
collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
|
|
@@ -478,13 +485,16 @@ const __default__ = {
|
|
|
478
485
|
boxEnable: props.settingParams && props.settingParams.boxEnable !== undefined || false,
|
|
479
486
|
clipDistance: props.settingParams && props.settingParams.clipDistance || 0
|
|
480
487
|
});
|
|
481
|
-
let viewModel = null;
|
|
488
|
+
let viewModel = null;
|
|
482
489
|
|
|
483
|
-
|
|
490
|
+
// 组件容器Ref
|
|
491
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
484
492
|
|
|
493
|
+
// 生成组件默认header
|
|
485
494
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
486
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
495
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
487
496
|
|
|
497
|
+
// 国际化
|
|
488
498
|
let {
|
|
489
499
|
locale,
|
|
490
500
|
messages
|
|
@@ -508,7 +518,6 @@ const __default__ = {
|
|
|
508
518
|
});
|
|
509
519
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
510
520
|
//父组 件ScenceView初始化完成后执行
|
|
511
|
-
|
|
512
521
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
513
522
|
if (scenceView) {
|
|
514
523
|
let options = {
|
|
@@ -525,7 +534,6 @@ const __default__ = {
|
|
|
525
534
|
setTimeout(() => {
|
|
526
535
|
if (viewModel) {
|
|
527
536
|
tiles.value = viewModel.findLayers(); // 获取所有tileset对象
|
|
528
|
-
|
|
529
537
|
if (tiles.value.length > 0) {
|
|
530
538
|
formItem.tileset = tiles.value[0].guid;
|
|
531
539
|
paramsChanged("tileset");
|
|
@@ -533,95 +541,75 @@ const __default__ = {
|
|
|
533
541
|
}
|
|
534
542
|
}, 1000);
|
|
535
543
|
});
|
|
544
|
+
|
|
536
545
|
/**
|
|
537
546
|
* @description 监听header生成
|
|
538
547
|
*/
|
|
539
|
-
|
|
540
548
|
const watchCreateHeaderTemp = () => {
|
|
541
549
|
if (props.showHeaderTemp) {
|
|
542
550
|
// 生成headerTemp
|
|
543
551
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
544
552
|
}
|
|
545
|
-
};
|
|
546
|
-
|
|
553
|
+
};
|
|
547
554
|
|
|
555
|
+
// 参数改变
|
|
548
556
|
function paramsChanged(key) {
|
|
549
557
|
switch (key) {
|
|
550
558
|
case "tileset":
|
|
551
559
|
viewModel.setLayer(formItem.tileset);
|
|
552
560
|
break;
|
|
553
|
-
|
|
554
561
|
case "clipDirection":
|
|
555
562
|
viewModel.setClipDirection(formItem.clipDirection);
|
|
556
563
|
break;
|
|
557
|
-
|
|
558
564
|
case "reverseClip":
|
|
559
565
|
viewModel.setClipType(formItem.reverseClip);
|
|
560
566
|
break;
|
|
561
|
-
|
|
562
567
|
case "enableClip":
|
|
563
568
|
viewModel.setEnable(formItem.enableClip);
|
|
564
569
|
break;
|
|
565
|
-
|
|
566
570
|
case "boxEnable":
|
|
567
571
|
viewModel.setShowBox(formItem.boxEnable);
|
|
568
572
|
break;
|
|
569
|
-
|
|
570
573
|
case "distance":
|
|
571
574
|
viewModel.setDistance(formItem.clipDistance);
|
|
572
575
|
break;
|
|
573
|
-
|
|
574
576
|
default:
|
|
575
577
|
break;
|
|
576
578
|
}
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
+
}
|
|
579
580
|
|
|
581
|
+
// 开始裁剪
|
|
580
582
|
function clip() {
|
|
581
583
|
viewModel && viewModel.start();
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
+
}
|
|
584
585
|
|
|
586
|
+
// 清除
|
|
585
587
|
function clearResult() {
|
|
586
588
|
viewModel && viewModel.clear();
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
+
}
|
|
589
590
|
|
|
591
|
+
// 销毁
|
|
590
592
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
591
593
|
viewModel && viewModel.destroy();
|
|
592
594
|
});
|
|
593
|
-
|
|
594
595
|
__expose({
|
|
595
596
|
paramsChanged,
|
|
596
597
|
clip,
|
|
597
598
|
clearResult
|
|
598
599
|
});
|
|
599
|
-
|
|
600
600
|
return (_ctx, _cache) => {
|
|
601
601
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
602
|
-
|
|
603
602
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
604
|
-
|
|
605
603
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
606
|
-
|
|
607
604
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
608
|
-
|
|
609
605
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
610
|
-
|
|
611
606
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
612
|
-
|
|
613
607
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
614
|
-
|
|
615
608
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
616
|
-
|
|
617
609
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
618
|
-
|
|
619
610
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
620
|
-
|
|
621
611
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
622
|
-
|
|
623
612
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
624
|
-
|
|
625
613
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
626
614
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-plane-clip", {
|
|
627
615
|
'kq-box-shadow': __props.showShadow
|
|
@@ -632,9 +620,7 @@ const __default__ = {
|
|
|
632
620
|
key: 0,
|
|
633
621
|
ref_key: "headerTempRef",
|
|
634
622
|
ref: headerTempRef
|
|
635
|
-
}, null, 512
|
|
636
|
-
/* NEED_PATCH */
|
|
637
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
623
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
638
624
|
gutter: 20,
|
|
639
625
|
class: "rowClass"
|
|
640
626
|
}, {
|
|
@@ -642,12 +628,8 @@ const __default__ = {
|
|
|
642
628
|
span: 6,
|
|
643
629
|
class: "colClass"
|
|
644
630
|
}, {
|
|
645
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipObj), 1
|
|
646
|
-
/*
|
|
647
|
-
)]),
|
|
648
|
-
_: 1
|
|
649
|
-
/* STABLE */
|
|
650
|
-
|
|
631
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipObj), 1 /* TEXT */)]),
|
|
632
|
+
_: 1 /* STABLE */
|
|
651
633
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
652
634
|
span: 18,
|
|
653
635
|
class: "colClass"
|
|
@@ -663,31 +645,15 @@ const __default__ = {
|
|
|
663
645
|
value: item.guid,
|
|
664
646
|
label: item.name
|
|
665
647
|
}, {
|
|
666
|
-
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)(item.name), 1
|
|
667
|
-
/*
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
/* PROPS, DYNAMIC_SLOTS */
|
|
674
|
-
, ["value", "label"]);
|
|
675
|
-
}), 128
|
|
676
|
-
/* KEYED_FRAGMENT */
|
|
677
|
-
))]),
|
|
678
|
-
_: 1
|
|
679
|
-
/* STABLE */
|
|
680
|
-
|
|
681
|
-
}, 8
|
|
682
|
-
/* PROPS */
|
|
683
|
-
, ["modelValue"])]),
|
|
684
|
-
_: 1
|
|
685
|
-
/* STABLE */
|
|
686
|
-
|
|
648
|
+
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)(item.name), 1 /* TEXT */)]),
|
|
649
|
+
_: 2 /* DYNAMIC */
|
|
650
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value", "label"]);
|
|
651
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
652
|
+
_: 1 /* STABLE */
|
|
653
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
654
|
+
_: 1 /* STABLE */
|
|
687
655
|
})]),
|
|
688
|
-
_: 1
|
|
689
|
-
/* STABLE */
|
|
690
|
-
|
|
656
|
+
_: 1 /* STABLE */
|
|
691
657
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
692
658
|
gutter: 20,
|
|
693
659
|
class: "rowClass"
|
|
@@ -696,12 +662,8 @@ const __default__ = {
|
|
|
696
662
|
span: 6,
|
|
697
663
|
class: "colClass"
|
|
698
664
|
}, {
|
|
699
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipStyle), 1
|
|
700
|
-
/*
|
|
701
|
-
)]),
|
|
702
|
-
_: 1
|
|
703
|
-
/* STABLE */
|
|
704
|
-
|
|
665
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipStyle), 1 /* TEXT */)]),
|
|
666
|
+
_: 1 /* STABLE */
|
|
705
667
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
706
668
|
span: 18,
|
|
707
669
|
class: "colClass"
|
|
@@ -714,32 +676,18 @@ const __default__ = {
|
|
|
714
676
|
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, {
|
|
715
677
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).xClip,
|
|
716
678
|
value: 2
|
|
717
|
-
}, null, 8
|
|
718
|
-
/* PROPS */
|
|
719
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
679
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
720
680
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yClip,
|
|
721
681
|
value: 3
|
|
722
|
-
}, null, 8
|
|
723
|
-
/* PROPS */
|
|
724
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
682
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
725
683
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).zClip,
|
|
726
684
|
value: 4
|
|
727
|
-
}, null, 8
|
|
728
|
-
/*
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
/* STABLE */
|
|
732
|
-
|
|
733
|
-
}, 8
|
|
734
|
-
/* PROPS */
|
|
735
|
-
, ["modelValue"])]),
|
|
736
|
-
_: 1
|
|
737
|
-
/* STABLE */
|
|
738
|
-
|
|
685
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
686
|
+
_: 1 /* STABLE */
|
|
687
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
688
|
+
_: 1 /* STABLE */
|
|
739
689
|
})]),
|
|
740
|
-
_: 1
|
|
741
|
-
/* STABLE */
|
|
742
|
-
|
|
690
|
+
_: 1 /* STABLE */
|
|
743
691
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
744
692
|
gutter: 20,
|
|
745
693
|
class: "rowClass"
|
|
@@ -748,12 +696,8 @@ const __default__ = {
|
|
|
748
696
|
span: 6,
|
|
749
697
|
class: "colClass"
|
|
750
698
|
}, {
|
|
751
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipPattern), 1
|
|
752
|
-
/*
|
|
753
|
-
)]),
|
|
754
|
-
_: 1
|
|
755
|
-
/* STABLE */
|
|
756
|
-
|
|
699
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipPattern), 1 /* TEXT */)]),
|
|
700
|
+
_: 1 /* STABLE */
|
|
757
701
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
758
702
|
span: 18,
|
|
759
703
|
class: "colClass"
|
|
@@ -766,36 +710,20 @@ const __default__ = {
|
|
|
766
710
|
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, {
|
|
767
711
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).forwardClip,
|
|
768
712
|
value: false
|
|
769
|
-
}, null, 8
|
|
770
|
-
/* PROPS */
|
|
771
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
713
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
772
714
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).reverseClip,
|
|
773
715
|
value: true
|
|
774
|
-
}, null, 8
|
|
775
|
-
/*
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
/* STABLE */
|
|
779
|
-
|
|
780
|
-
}, 8
|
|
781
|
-
/* PROPS */
|
|
782
|
-
, ["modelValue"])]),
|
|
783
|
-
_: 1
|
|
784
|
-
/* STABLE */
|
|
785
|
-
|
|
716
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
717
|
+
_: 1 /* STABLE */
|
|
718
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
719
|
+
_: 1 /* STABLE */
|
|
786
720
|
})]),
|
|
787
|
-
_: 1
|
|
788
|
-
/* STABLE */
|
|
789
|
-
|
|
721
|
+
_: 1 /* STABLE */
|
|
790
722
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
791
723
|
class: "kq3d-plane-clip-tip"
|
|
792
724
|
}, {
|
|
793
|
-
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).clipTips), 1
|
|
794
|
-
/*
|
|
795
|
-
)]),
|
|
796
|
-
_: 1
|
|
797
|
-
/* STABLE */
|
|
798
|
-
|
|
725
|
+
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).clipTips), 1 /* TEXT */)]),
|
|
726
|
+
_: 1 /* STABLE */
|
|
799
727
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
800
728
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
801
729
|
class: "kq3d-plane-clip-collapse"
|
|
@@ -821,18 +749,10 @@ const __default__ = {
|
|
|
821
749
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableClip = $event),
|
|
822
750
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('enableClip'))
|
|
823
751
|
}, {
|
|
824
|
-
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).enableClip), 1
|
|
825
|
-
/*
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
/* STABLE */
|
|
829
|
-
|
|
830
|
-
}, 8
|
|
831
|
-
/* PROPS */
|
|
832
|
-
, ["modelValue"])]),
|
|
833
|
-
_: 1
|
|
834
|
-
/* STABLE */
|
|
835
|
-
|
|
752
|
+
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).enableClip), 1 /* TEXT */)]),
|
|
753
|
+
_: 1 /* STABLE */
|
|
754
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
755
|
+
_: 1 /* STABLE */
|
|
836
756
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
837
757
|
span: 12
|
|
838
758
|
}, {
|
|
@@ -841,22 +761,12 @@ const __default__ = {
|
|
|
841
761
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).boxEnable = $event),
|
|
842
762
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('boxEnable'))
|
|
843
763
|
}, {
|
|
844
|
-
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).boxEnable), 1
|
|
845
|
-
/*
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
/* STABLE */
|
|
849
|
-
|
|
850
|
-
}, 8
|
|
851
|
-
/* PROPS */
|
|
852
|
-
, ["modelValue"])]),
|
|
853
|
-
_: 1
|
|
854
|
-
/* STABLE */
|
|
855
|
-
|
|
764
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).boxEnable), 1 /* TEXT */)]),
|
|
765
|
+
_: 1 /* STABLE */
|
|
766
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
767
|
+
_: 1 /* STABLE */
|
|
856
768
|
})]),
|
|
857
|
-
_: 1
|
|
858
|
-
/* STABLE */
|
|
859
|
-
|
|
769
|
+
_: 1 /* STABLE */
|
|
860
770
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
861
771
|
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, {
|
|
862
772
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipDistance
|
|
@@ -876,12 +786,8 @@ const __default__ = {
|
|
|
876
786
|
min: -50,
|
|
877
787
|
max: 50,
|
|
878
788
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('distance'))
|
|
879
|
-
}, null, 8
|
|
880
|
-
/*
|
|
881
|
-
, ["modelValue"])]),
|
|
882
|
-
_: 1
|
|
883
|
-
/* STABLE */
|
|
884
|
-
|
|
789
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
790
|
+
_: 1 /* STABLE */
|
|
885
791
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
886
792
|
span: 8
|
|
887
793
|
}, {
|
|
@@ -893,75 +799,36 @@ const __default__ = {
|
|
|
893
799
|
max: 50,
|
|
894
800
|
"controls-position": "right",
|
|
895
801
|
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('distance'))
|
|
896
|
-
}, null, 8
|
|
897
|
-
/*
|
|
898
|
-
, ["modelValue"])]),
|
|
899
|
-
_: 1
|
|
900
|
-
/* STABLE */
|
|
901
|
-
|
|
802
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
803
|
+
_: 1 /* STABLE */
|
|
902
804
|
})]),
|
|
903
|
-
_: 1
|
|
904
|
-
/* STABLE */
|
|
905
|
-
|
|
805
|
+
_: 1 /* STABLE */
|
|
906
806
|
})]),
|
|
907
|
-
_: 1
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
}, 8
|
|
911
|
-
/* PROPS */
|
|
912
|
-
, ["label"])]),
|
|
913
|
-
_: 1
|
|
914
|
-
/* STABLE */
|
|
915
|
-
|
|
807
|
+
_: 1 /* STABLE */
|
|
808
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
809
|
+
_: 1 /* STABLE */
|
|
916
810
|
})]),
|
|
917
|
-
_: 1
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
_: 1
|
|
924
|
-
/* STABLE */
|
|
925
|
-
|
|
926
|
-
}, 8
|
|
927
|
-
/* PROPS */
|
|
928
|
-
, ["title"])]),
|
|
929
|
-
_: 1
|
|
930
|
-
/* STABLE */
|
|
931
|
-
|
|
932
|
-
}, 8
|
|
933
|
-
/* PROPS */
|
|
934
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
811
|
+
_: 1 /* STABLE */
|
|
812
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
813
|
+
_: 1 /* STABLE */
|
|
814
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
815
|
+
_: 1 /* STABLE */
|
|
816
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
935
817
|
onClick: _cache[14] || (_cache[14] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clip(), ["stop"])),
|
|
936
818
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clip,
|
|
937
819
|
type: "primary"
|
|
938
820
|
}, {
|
|
939
|
-
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).clip), 1
|
|
940
|
-
/*
|
|
941
|
-
|
|
942
|
-
_: 1
|
|
943
|
-
/* STABLE */
|
|
944
|
-
|
|
945
|
-
}, 8
|
|
946
|
-
/* PROPS */
|
|
947
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
821
|
+
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).clip), 1 /* TEXT */)]),
|
|
822
|
+
_: 1 /* STABLE */
|
|
823
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
948
824
|
onClick: _cache[15] || (_cache[15] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
949
825
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
950
826
|
}, {
|
|
951
|
-
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
|
|
952
|
-
/*
|
|
953
|
-
|
|
954
|
-
_: 1
|
|
955
|
-
/* STABLE */
|
|
956
|
-
|
|
957
|
-
}, 8
|
|
958
|
-
/* PROPS */
|
|
959
|
-
, ["title"])])])], 2
|
|
960
|
-
/* CLASS */
|
|
961
|
-
);
|
|
827
|
+
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 /* TEXT */)]),
|
|
828
|
+
_: 1 /* STABLE */
|
|
829
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
962
830
|
};
|
|
963
831
|
}
|
|
964
|
-
|
|
965
832
|
}));
|
|
966
833
|
;// CONCATENATED MODULE: ./src/webgl/planeclip/PlaneClip.vue?vue&type=script&setup=true&lang=js
|
|
967
834
|
|
|
@@ -983,13 +850,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
983
850
|
|
|
984
851
|
|
|
985
852
|
|
|
986
|
-
|
|
987
853
|
PlaneClip.install = (Vue, opts) => {
|
|
988
854
|
init_js_default()(Vue, opts);
|
|
989
855
|
Vue.component(PlaneClip.name, PlaneClip);
|
|
990
856
|
};
|
|
991
857
|
|
|
992
|
-
|
|
993
858
|
}();
|
|
994
859
|
/******/ return __webpack_exports__;
|
|
995
860
|
/******/ })()
|