@kq_npm/client3d_webgl_vue 2.6.8-beta → 2.7.0-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/planeclip/index.js
CHANGED
|
@@ -1,80 +1,14 @@
|
|
|
1
1
|
/******/ (function() { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
|
-
/******/
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ !function() {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = function(module) {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ function() { return module['default']; } :
|
|
13
|
-
/******/ function() { return module; };
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ }();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ !function() {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ }();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ !function() {
|
|
33
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
34
|
-
/******/ }();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ !function() {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ }();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
51
4
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"PlaneClipViewModel": function() { return /* reexport */ PlaneClipViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ PlaneClip; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 5673:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
57
7
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
63
|
-
function _defineProperty(obj, key, value) {
|
|
64
|
-
if (key in obj) {
|
|
65
|
-
Object.defineProperty(obj, key, {
|
|
66
|
-
value: value,
|
|
67
|
-
enumerable: true,
|
|
68
|
-
configurable: true,
|
|
69
|
-
writable: true
|
|
70
|
-
});
|
|
71
|
-
} else {
|
|
72
|
-
obj[key] = value;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
return obj;
|
|
76
|
-
}
|
|
77
|
-
;// CONCATENATED MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ PlaneClipViewModel; }
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
78
12
|
|
|
79
13
|
//平面裁剪逻辑类
|
|
80
14
|
class PlaneClipViewModel {
|
|
@@ -84,11 +18,11 @@ class PlaneClipViewModel {
|
|
|
84
18
|
//绘制管理对象
|
|
85
19
|
//绘制完成事件监听
|
|
86
20
|
constructor(scenceView, options) {
|
|
87
|
-
|
|
21
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
88
22
|
|
|
89
|
-
|
|
23
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
90
24
|
|
|
91
|
-
|
|
25
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_defaultOptions", {
|
|
92
26
|
//默认参数对象
|
|
93
27
|
x: 0,
|
|
94
28
|
y: 0,
|
|
@@ -113,11 +47,11 @@ class PlaneClipViewModel {
|
|
|
113
47
|
paddingStrokeSpace: 7.0
|
|
114
48
|
});
|
|
115
49
|
|
|
116
|
-
|
|
50
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_planeclipAnalysis", null);
|
|
117
51
|
|
|
118
|
-
|
|
52
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawManager", null);
|
|
119
53
|
|
|
120
|
-
|
|
54
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_removeEventListener", null);
|
|
121
55
|
|
|
122
56
|
this._options = Object.assign({}, options, this._defaultOptions);
|
|
123
57
|
this._viewer = scenceView._viewer; // this._viewer.enabledFXAA = true;
|
|
@@ -250,6 +184,139 @@ class PlaneClipViewModel {
|
|
|
250
184
|
}
|
|
251
185
|
|
|
252
186
|
}
|
|
187
|
+
|
|
188
|
+
/***/ }),
|
|
189
|
+
|
|
190
|
+
/***/ 826:
|
|
191
|
+
/***/ (function(module) {
|
|
192
|
+
|
|
193
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
194
|
+
|
|
195
|
+
/***/ }),
|
|
196
|
+
|
|
197
|
+
/***/ 5406:
|
|
198
|
+
/***/ (function(module) {
|
|
199
|
+
|
|
200
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
201
|
+
|
|
202
|
+
/***/ }),
|
|
203
|
+
|
|
204
|
+
/***/ 637:
|
|
205
|
+
/***/ (function(module) {
|
|
206
|
+
|
|
207
|
+
module.exports = require("vue");
|
|
208
|
+
|
|
209
|
+
/***/ }),
|
|
210
|
+
|
|
211
|
+
/***/ 8270:
|
|
212
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
213
|
+
|
|
214
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
215
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
216
|
+
/* harmony export */ });
|
|
217
|
+
function _defineProperty(obj, key, value) {
|
|
218
|
+
if (key in obj) {
|
|
219
|
+
Object.defineProperty(obj, key, {
|
|
220
|
+
value: value,
|
|
221
|
+
enumerable: true,
|
|
222
|
+
configurable: true,
|
|
223
|
+
writable: true
|
|
224
|
+
});
|
|
225
|
+
} else {
|
|
226
|
+
obj[key] = value;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
return obj;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/***/ })
|
|
233
|
+
|
|
234
|
+
/******/ });
|
|
235
|
+
/************************************************************************/
|
|
236
|
+
/******/ // The module cache
|
|
237
|
+
/******/ var __webpack_module_cache__ = {};
|
|
238
|
+
/******/
|
|
239
|
+
/******/ // The require function
|
|
240
|
+
/******/ function __webpack_require__(moduleId) {
|
|
241
|
+
/******/ // Check if module is in cache
|
|
242
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
243
|
+
/******/ if (cachedModule !== undefined) {
|
|
244
|
+
/******/ return cachedModule.exports;
|
|
245
|
+
/******/ }
|
|
246
|
+
/******/ // Create a new module (and put it into the cache)
|
|
247
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
248
|
+
/******/ // no module.id needed
|
|
249
|
+
/******/ // no module.loaded needed
|
|
250
|
+
/******/ exports: {}
|
|
251
|
+
/******/ };
|
|
252
|
+
/******/
|
|
253
|
+
/******/ // Execute the module function
|
|
254
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
255
|
+
/******/
|
|
256
|
+
/******/ // Return the exports of the module
|
|
257
|
+
/******/ return module.exports;
|
|
258
|
+
/******/ }
|
|
259
|
+
/******/
|
|
260
|
+
/************************************************************************/
|
|
261
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
262
|
+
/******/ !function() {
|
|
263
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
264
|
+
/******/ __webpack_require__.n = function(module) {
|
|
265
|
+
/******/ var getter = module && module.__esModule ?
|
|
266
|
+
/******/ function() { return module['default']; } :
|
|
267
|
+
/******/ function() { return module; };
|
|
268
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
269
|
+
/******/ return getter;
|
|
270
|
+
/******/ };
|
|
271
|
+
/******/ }();
|
|
272
|
+
/******/
|
|
273
|
+
/******/ /* webpack/runtime/define property getters */
|
|
274
|
+
/******/ !function() {
|
|
275
|
+
/******/ // define getter functions for harmony exports
|
|
276
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
277
|
+
/******/ for(var key in definition) {
|
|
278
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
279
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
280
|
+
/******/ }
|
|
281
|
+
/******/ }
|
|
282
|
+
/******/ };
|
|
283
|
+
/******/ }();
|
|
284
|
+
/******/
|
|
285
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
286
|
+
/******/ !function() {
|
|
287
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
288
|
+
/******/ }();
|
|
289
|
+
/******/
|
|
290
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
291
|
+
/******/ !function() {
|
|
292
|
+
/******/ // define __esModule on exports
|
|
293
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
294
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
295
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
296
|
+
/******/ }
|
|
297
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
298
|
+
/******/ };
|
|
299
|
+
/******/ }();
|
|
300
|
+
/******/
|
|
301
|
+
/************************************************************************/
|
|
302
|
+
var __webpack_exports__ = {};
|
|
303
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
304
|
+
!function() {
|
|
305
|
+
// ESM COMPAT FLAG
|
|
306
|
+
__webpack_require__.r(__webpack_exports__);
|
|
307
|
+
|
|
308
|
+
// EXPORTS
|
|
309
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
310
|
+
"PlaneClipViewModel": function() { return /* reexport */ PlaneClipViewModel/* default */.Z; },
|
|
311
|
+
"default": function() { return /* reexport */ PlaneClip; }
|
|
312
|
+
});
|
|
313
|
+
|
|
314
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
315
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
316
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
317
|
+
var gis_utils_ = __webpack_require__(826);
|
|
318
|
+
// EXTERNAL MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
319
|
+
var PlaneClipViewModel = __webpack_require__(5673);
|
|
253
320
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/planeclip/PlaneClip.vue?vue&type=script&setup=true&lang=js
|
|
254
321
|
|
|
255
322
|
const _hoisted_1 = {
|
|
@@ -287,13 +354,13 @@ const __default__ = {
|
|
|
287
354
|
const props = __props;
|
|
288
355
|
const {
|
|
289
356
|
proxy
|
|
290
|
-
} = (0,
|
|
291
|
-
let currentLang = (0,
|
|
292
|
-
let language = (0,
|
|
293
|
-
let collapseValue = (0,
|
|
294
|
-
let tiles = (0,
|
|
357
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
358
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
359
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
360
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
361
|
+
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 获取组件传参
|
|
295
362
|
|
|
296
|
-
let formItem = (0,
|
|
363
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
297
364
|
tileset: props.settingParams && props.settingParams.tileset || null,
|
|
298
365
|
clipDirection: props.settingParams && props.settingParams.clipDirection || 2,
|
|
299
366
|
reverseClip: props.settingParams && props.settingParams.reverseClip !== undefined ? props.settingParams.reverseClip : false,
|
|
@@ -302,11 +369,11 @@ const __default__ = {
|
|
|
302
369
|
clipDistance: props.settingParams && props.settingParams.clipDistance || 0
|
|
303
370
|
});
|
|
304
371
|
let viewModel = null;
|
|
305
|
-
(0,
|
|
372
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
306
373
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
307
374
|
//父组 件ScenceView初始化完成后执行
|
|
308
375
|
|
|
309
|
-
|
|
376
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
310
377
|
if (scenceView) {
|
|
311
378
|
language.value = scenceView._language;
|
|
312
379
|
let options = {
|
|
@@ -317,7 +384,7 @@ const __default__ = {
|
|
|
317
384
|
boxEnable: formItem.boxEnable,
|
|
318
385
|
distance: formItem.clipDistance
|
|
319
386
|
};
|
|
320
|
-
viewModel = new PlaneClipViewModel(scenceView, options);
|
|
387
|
+
viewModel = new PlaneClipViewModel/* default */.Z(scenceView, options);
|
|
321
388
|
}
|
|
322
389
|
});
|
|
323
390
|
setTimeout(() => {
|
|
@@ -374,7 +441,7 @@ const __default__ = {
|
|
|
374
441
|
} // 销毁
|
|
375
442
|
|
|
376
443
|
|
|
377
|
-
(0,
|
|
444
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
378
445
|
viewModel && viewModel.destroy();
|
|
379
446
|
});
|
|
380
447
|
expose({
|
|
@@ -383,60 +450,60 @@ const __default__ = {
|
|
|
383
450
|
clearResult
|
|
384
451
|
});
|
|
385
452
|
return (_ctx, _cache) => {
|
|
386
|
-
const _component_kq_col = (0,
|
|
453
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
387
454
|
|
|
388
|
-
const _component_kq_option = (0,
|
|
455
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
389
456
|
|
|
390
|
-
const _component_kq_select = (0,
|
|
457
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
391
458
|
|
|
392
|
-
const _component_kq_row = (0,
|
|
459
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
393
460
|
|
|
394
|
-
const _component_kq_checkbox = (0,
|
|
461
|
+
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
395
462
|
|
|
396
|
-
const _component_kq_slider = (0,
|
|
463
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
397
464
|
|
|
398
|
-
const _component_kq_input_number = (0,
|
|
465
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
399
466
|
|
|
400
|
-
const _component_kq_form_item = (0,
|
|
467
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
401
468
|
|
|
402
|
-
const _component_kq_form = (0,
|
|
469
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
403
470
|
|
|
404
|
-
const _component_kq_collapse_item = (0,
|
|
471
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
405
472
|
|
|
406
|
-
const _component_kq_collapse = (0,
|
|
473
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
407
474
|
|
|
408
|
-
const _component_kq_button = (0,
|
|
475
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
409
476
|
|
|
410
|
-
return (0,
|
|
477
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
411
478
|
gutter: 20,
|
|
412
479
|
class: "rowClass"
|
|
413
480
|
}, {
|
|
414
|
-
default: (0,
|
|
481
|
+
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, {
|
|
415
482
|
span: 6,
|
|
416
483
|
class: "colClass"
|
|
417
484
|
}, {
|
|
418
|
-
default: (0,
|
|
485
|
+
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
|
|
419
486
|
/* TEXT */
|
|
420
487
|
)]),
|
|
421
488
|
_: 1
|
|
422
489
|
/* STABLE */
|
|
423
490
|
|
|
424
|
-
}), (0,
|
|
491
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
425
492
|
span: 18,
|
|
426
493
|
class: "colClass"
|
|
427
494
|
}, {
|
|
428
|
-
default: (0,
|
|
429
|
-
modelValue: (0,
|
|
430
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
495
|
+
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, {
|
|
496
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tileset,
|
|
497
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tileset = $event),
|
|
431
498
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('tileset'))
|
|
432
499
|
}, {
|
|
433
|
-
default: (0,
|
|
434
|
-
return (0,
|
|
500
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tiles), (item, index) => {
|
|
501
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
|
|
435
502
|
key: index,
|
|
436
503
|
value: item.guid,
|
|
437
504
|
label: item.name
|
|
438
505
|
}, {
|
|
439
|
-
default: (0,
|
|
506
|
+
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
|
|
440
507
|
/* TEXT */
|
|
441
508
|
)]),
|
|
442
509
|
_: 2
|
|
@@ -461,41 +528,41 @@ const __default__ = {
|
|
|
461
528
|
_: 1
|
|
462
529
|
/* STABLE */
|
|
463
530
|
|
|
464
|
-
}), (0,
|
|
531
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
465
532
|
gutter: 20,
|
|
466
533
|
class: "rowClass"
|
|
467
534
|
}, {
|
|
468
|
-
default: (0,
|
|
535
|
+
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, {
|
|
469
536
|
span: 6,
|
|
470
537
|
class: "colClass"
|
|
471
538
|
}, {
|
|
472
|
-
default: (0,
|
|
539
|
+
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
|
|
473
540
|
/* TEXT */
|
|
474
541
|
)]),
|
|
475
542
|
_: 1
|
|
476
543
|
/* STABLE */
|
|
477
544
|
|
|
478
|
-
}), (0,
|
|
545
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
479
546
|
span: 18,
|
|
480
547
|
class: "colClass"
|
|
481
548
|
}, {
|
|
482
|
-
default: (0,
|
|
483
|
-
modelValue: (0,
|
|
484
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
549
|
+
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, {
|
|
550
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).clipDirection,
|
|
551
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).clipDirection = $event),
|
|
485
552
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('clipDirection'))
|
|
486
553
|
}, {
|
|
487
|
-
default: (0,
|
|
488
|
-
label: (0,
|
|
554
|
+
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, {
|
|
555
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).xClip,
|
|
489
556
|
value: 2
|
|
490
557
|
}, null, 8
|
|
491
558
|
/* PROPS */
|
|
492
|
-
, ["label"]), (0,
|
|
493
|
-
label: (0,
|
|
559
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
560
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yClip,
|
|
494
561
|
value: 3
|
|
495
562
|
}, null, 8
|
|
496
563
|
/* PROPS */
|
|
497
|
-
, ["label"]), (0,
|
|
498
|
-
label: (0,
|
|
564
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
565
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).zClip,
|
|
499
566
|
value: 4
|
|
500
567
|
}, null, 8
|
|
501
568
|
/* PROPS */
|
|
@@ -513,36 +580,36 @@ const __default__ = {
|
|
|
513
580
|
_: 1
|
|
514
581
|
/* STABLE */
|
|
515
582
|
|
|
516
|
-
}), (0,
|
|
583
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
517
584
|
gutter: 20,
|
|
518
585
|
class: "rowClass"
|
|
519
586
|
}, {
|
|
520
|
-
default: (0,
|
|
587
|
+
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, {
|
|
521
588
|
span: 6,
|
|
522
589
|
class: "colClass"
|
|
523
590
|
}, {
|
|
524
|
-
default: (0,
|
|
591
|
+
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
|
|
525
592
|
/* TEXT */
|
|
526
593
|
)]),
|
|
527
594
|
_: 1
|
|
528
595
|
/* STABLE */
|
|
529
596
|
|
|
530
|
-
}), (0,
|
|
597
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
531
598
|
span: 18,
|
|
532
599
|
class: "colClass"
|
|
533
600
|
}, {
|
|
534
|
-
default: (0,
|
|
535
|
-
modelValue: (0,
|
|
536
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,
|
|
601
|
+
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, {
|
|
602
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).reverseClip,
|
|
603
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).reverseClip = $event),
|
|
537
604
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('reverseClip'))
|
|
538
605
|
}, {
|
|
539
|
-
default: (0,
|
|
540
|
-
label: (0,
|
|
606
|
+
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, {
|
|
607
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).forwardClip,
|
|
541
608
|
value: false
|
|
542
609
|
}, null, 8
|
|
543
610
|
/* PROPS */
|
|
544
|
-
, ["label"]), (0,
|
|
545
|
-
label: (0,
|
|
611
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
612
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).reverseClip,
|
|
546
613
|
value: true
|
|
547
614
|
}, null, 8
|
|
548
615
|
/* PROPS */
|
|
@@ -560,41 +627,41 @@ const __default__ = {
|
|
|
560
627
|
_: 1
|
|
561
628
|
/* STABLE */
|
|
562
629
|
|
|
563
|
-
}), (0,
|
|
630
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
564
631
|
class: "kq3d-plane-clip-tip"
|
|
565
632
|
}, {
|
|
566
|
-
default: (0,
|
|
633
|
+
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
|
|
567
634
|
/* TEXT */
|
|
568
635
|
)]),
|
|
569
636
|
_: 1
|
|
570
637
|
/* STABLE */
|
|
571
638
|
|
|
572
|
-
}), (0,
|
|
573
|
-
"model-value": (0,
|
|
639
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
640
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue),
|
|
574
641
|
class: "kq3d-plane-clip-collapse"
|
|
575
642
|
}, {
|
|
576
|
-
default: (0,
|
|
577
|
-
title: (0,
|
|
643
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
644
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
578
645
|
name: "setting"
|
|
579
646
|
}, {
|
|
580
|
-
default: (0,
|
|
581
|
-
"label-width": (0,
|
|
647
|
+
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, {
|
|
648
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '120px',
|
|
582
649
|
"label-position": "left"
|
|
583
650
|
}, {
|
|
584
|
-
default: (0,
|
|
651
|
+
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, {
|
|
585
652
|
style: {
|
|
586
653
|
"display": "flex"
|
|
587
654
|
}
|
|
588
655
|
}, {
|
|
589
|
-
default: (0,
|
|
656
|
+
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, {
|
|
590
657
|
span: 12
|
|
591
658
|
}, {
|
|
592
|
-
default: (0,
|
|
593
|
-
modelValue: (0,
|
|
594
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,
|
|
659
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
660
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableClip,
|
|
661
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).enableClip = $event),
|
|
595
662
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('enableClip'))
|
|
596
663
|
}, {
|
|
597
|
-
default: (0,
|
|
664
|
+
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
|
|
598
665
|
/* TEXT */
|
|
599
666
|
)]),
|
|
600
667
|
_: 1
|
|
@@ -606,15 +673,15 @@ const __default__ = {
|
|
|
606
673
|
_: 1
|
|
607
674
|
/* STABLE */
|
|
608
675
|
|
|
609
|
-
}), (0,
|
|
676
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
610
677
|
span: 12
|
|
611
678
|
}, {
|
|
612
|
-
default: (0,
|
|
613
|
-
modelValue: (0,
|
|
614
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,
|
|
679
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
680
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).boxEnable,
|
|
681
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).boxEnable = $event),
|
|
615
682
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('boxEnable'))
|
|
616
683
|
}, {
|
|
617
|
-
default: (0,
|
|
684
|
+
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
|
|
618
685
|
/* TEXT */
|
|
619
686
|
)]),
|
|
620
687
|
_: 1
|
|
@@ -630,21 +697,21 @@ const __default__ = {
|
|
|
630
697
|
_: 1
|
|
631
698
|
/* STABLE */
|
|
632
699
|
|
|
633
|
-
}), (0,
|
|
634
|
-
default: (0,
|
|
635
|
-
label: (0,
|
|
700
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
701
|
+
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, {
|
|
702
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clipDistance
|
|
636
703
|
}, {
|
|
637
|
-
default: (0,
|
|
704
|
+
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, {
|
|
638
705
|
style: {
|
|
639
706
|
"display": "flex"
|
|
640
707
|
}
|
|
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_.createVNode)(_component_kq_col, {
|
|
643
710
|
span: 16
|
|
644
711
|
}, {
|
|
645
|
-
default: (0,
|
|
646
|
-
modelValue: (0,
|
|
647
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,
|
|
712
|
+
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, {
|
|
713
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).clipDistance,
|
|
714
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).clipDistance = $event),
|
|
648
715
|
step: 1,
|
|
649
716
|
min: -50,
|
|
650
717
|
max: 50,
|
|
@@ -655,12 +722,12 @@ const __default__ = {
|
|
|
655
722
|
_: 1
|
|
656
723
|
/* STABLE */
|
|
657
724
|
|
|
658
|
-
}), (0,
|
|
725
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
659
726
|
span: 8
|
|
660
727
|
}, {
|
|
661
|
-
default: (0,
|
|
662
|
-
modelValue: (0,
|
|
663
|
-
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,
|
|
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_input_number, {
|
|
729
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).clipDistance,
|
|
730
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).clipDistance = $event),
|
|
664
731
|
step: 1,
|
|
665
732
|
min: -50,
|
|
666
733
|
max: 50,
|
|
@@ -704,12 +771,12 @@ const __default__ = {
|
|
|
704
771
|
|
|
705
772
|
}, 8
|
|
706
773
|
/* PROPS */
|
|
707
|
-
, ["model-value"]), (0,
|
|
708
|
-
onClick: _cache[14] || (_cache[14] = (0,
|
|
709
|
-
title: (0,
|
|
774
|
+
, ["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, {
|
|
775
|
+
onClick: _cache[14] || (_cache[14] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clip(), ["stop"])),
|
|
776
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clip,
|
|
710
777
|
type: "primary"
|
|
711
778
|
}, {
|
|
712
|
-
default: (0,
|
|
779
|
+
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
|
|
713
780
|
/* TEXT */
|
|
714
781
|
)]),
|
|
715
782
|
_: 1
|
|
@@ -717,11 +784,11 @@ const __default__ = {
|
|
|
717
784
|
|
|
718
785
|
}, 8
|
|
719
786
|
/* PROPS */
|
|
720
|
-
, ["title"]), (0,
|
|
721
|
-
onClick: _cache[15] || (_cache[15] = (0,
|
|
722
|
-
title: (0,
|
|
787
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
788
|
+
onClick: _cache[15] || (_cache[15] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
789
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
723
790
|
}, {
|
|
724
|
-
default: (0,
|
|
791
|
+
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
|
|
725
792
|
/* TEXT */
|
|
726
793
|
)]),
|
|
727
794
|
_: 1
|
|
@@ -743,9 +810,9 @@ const __default__ = {
|
|
|
743
810
|
const __exports__ = PlaneClipvue_type_script_setup_true_lang_js;
|
|
744
811
|
|
|
745
812
|
/* harmony default export */ var PlaneClip = (__exports__);
|
|
746
|
-
|
|
747
|
-
var
|
|
748
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
813
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
814
|
+
var init_js_ = __webpack_require__(5406);
|
|
815
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
749
816
|
;// CONCATENATED MODULE: ./src/webgl/planeclip/index.js
|
|
750
817
|
|
|
751
818
|
|
|
@@ -757,6 +824,7 @@ PlaneClip.install = (Vue, opts) => {
|
|
|
757
824
|
};
|
|
758
825
|
|
|
759
826
|
|
|
827
|
+
}();
|
|
760
828
|
module.exports = __webpack_exports__;
|
|
761
829
|
/******/ })()
|
|
762
830
|
;
|