@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
|
@@ -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
|
-
"TerrainOperationViewModel": function() { return /* reexport */ TerrainOperationViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ TerrainOperation; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 5925:
|
|
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/terrainoperation/TerrainOperationViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ TerrainOperationViewModel; }
|
|
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 TerrainOperationViewModel {
|
|
@@ -87,21 +21,21 @@ class TerrainOperationViewModel {
|
|
|
87
21
|
//开挖深度
|
|
88
22
|
//绘制完成监听事件
|
|
89
23
|
constructor(scenceView, viewModel) {
|
|
90
|
-
|
|
24
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_terrainexcavationext", null);
|
|
91
25
|
|
|
92
|
-
|
|
26
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_terrainmodification", null);
|
|
93
27
|
|
|
94
|
-
|
|
28
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawManager", null);
|
|
95
29
|
|
|
96
|
-
|
|
30
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {});
|
|
97
31
|
|
|
98
|
-
|
|
32
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_positions", []);
|
|
99
33
|
|
|
100
|
-
|
|
34
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_terrainStyle", null);
|
|
101
35
|
|
|
102
|
-
|
|
36
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_height", 0);
|
|
103
37
|
|
|
104
|
-
|
|
38
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_removeEventListener", null);
|
|
105
39
|
|
|
106
40
|
this._globaOptions.viewer = scenceView._viewer;
|
|
107
41
|
this._globaOptions.viewer.scene.logarithmicDepthBuffer = false;
|
|
@@ -280,6 +214,139 @@ class TerrainOperationViewModel {
|
|
|
280
214
|
}
|
|
281
215
|
|
|
282
216
|
}
|
|
217
|
+
|
|
218
|
+
/***/ }),
|
|
219
|
+
|
|
220
|
+
/***/ 826:
|
|
221
|
+
/***/ (function(module) {
|
|
222
|
+
|
|
223
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
224
|
+
|
|
225
|
+
/***/ }),
|
|
226
|
+
|
|
227
|
+
/***/ 5406:
|
|
228
|
+
/***/ (function(module) {
|
|
229
|
+
|
|
230
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
231
|
+
|
|
232
|
+
/***/ }),
|
|
233
|
+
|
|
234
|
+
/***/ 637:
|
|
235
|
+
/***/ (function(module) {
|
|
236
|
+
|
|
237
|
+
module.exports = require("vue");
|
|
238
|
+
|
|
239
|
+
/***/ }),
|
|
240
|
+
|
|
241
|
+
/***/ 8270:
|
|
242
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
243
|
+
|
|
244
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
245
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
246
|
+
/* harmony export */ });
|
|
247
|
+
function _defineProperty(obj, key, value) {
|
|
248
|
+
if (key in obj) {
|
|
249
|
+
Object.defineProperty(obj, key, {
|
|
250
|
+
value: value,
|
|
251
|
+
enumerable: true,
|
|
252
|
+
configurable: true,
|
|
253
|
+
writable: true
|
|
254
|
+
});
|
|
255
|
+
} else {
|
|
256
|
+
obj[key] = value;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
return obj;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
/***/ })
|
|
263
|
+
|
|
264
|
+
/******/ });
|
|
265
|
+
/************************************************************************/
|
|
266
|
+
/******/ // The module cache
|
|
267
|
+
/******/ var __webpack_module_cache__ = {};
|
|
268
|
+
/******/
|
|
269
|
+
/******/ // The require function
|
|
270
|
+
/******/ function __webpack_require__(moduleId) {
|
|
271
|
+
/******/ // Check if module is in cache
|
|
272
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
273
|
+
/******/ if (cachedModule !== undefined) {
|
|
274
|
+
/******/ return cachedModule.exports;
|
|
275
|
+
/******/ }
|
|
276
|
+
/******/ // Create a new module (and put it into the cache)
|
|
277
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
278
|
+
/******/ // no module.id needed
|
|
279
|
+
/******/ // no module.loaded needed
|
|
280
|
+
/******/ exports: {}
|
|
281
|
+
/******/ };
|
|
282
|
+
/******/
|
|
283
|
+
/******/ // Execute the module function
|
|
284
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
285
|
+
/******/
|
|
286
|
+
/******/ // Return the exports of the module
|
|
287
|
+
/******/ return module.exports;
|
|
288
|
+
/******/ }
|
|
289
|
+
/******/
|
|
290
|
+
/************************************************************************/
|
|
291
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
292
|
+
/******/ !function() {
|
|
293
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
294
|
+
/******/ __webpack_require__.n = function(module) {
|
|
295
|
+
/******/ var getter = module && module.__esModule ?
|
|
296
|
+
/******/ function() { return module['default']; } :
|
|
297
|
+
/******/ function() { return module; };
|
|
298
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
299
|
+
/******/ return getter;
|
|
300
|
+
/******/ };
|
|
301
|
+
/******/ }();
|
|
302
|
+
/******/
|
|
303
|
+
/******/ /* webpack/runtime/define property getters */
|
|
304
|
+
/******/ !function() {
|
|
305
|
+
/******/ // define getter functions for harmony exports
|
|
306
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
307
|
+
/******/ for(var key in definition) {
|
|
308
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
309
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
310
|
+
/******/ }
|
|
311
|
+
/******/ }
|
|
312
|
+
/******/ };
|
|
313
|
+
/******/ }();
|
|
314
|
+
/******/
|
|
315
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
316
|
+
/******/ !function() {
|
|
317
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
318
|
+
/******/ }();
|
|
319
|
+
/******/
|
|
320
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
321
|
+
/******/ !function() {
|
|
322
|
+
/******/ // define __esModule on exports
|
|
323
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
324
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
325
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
326
|
+
/******/ }
|
|
327
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
328
|
+
/******/ };
|
|
329
|
+
/******/ }();
|
|
330
|
+
/******/
|
|
331
|
+
/************************************************************************/
|
|
332
|
+
var __webpack_exports__ = {};
|
|
333
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
334
|
+
!function() {
|
|
335
|
+
// ESM COMPAT FLAG
|
|
336
|
+
__webpack_require__.r(__webpack_exports__);
|
|
337
|
+
|
|
338
|
+
// EXPORTS
|
|
339
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
340
|
+
"TerrainOperationViewModel": function() { return /* reexport */ TerrainOperationViewModel/* default */.Z; },
|
|
341
|
+
"default": function() { return /* reexport */ TerrainOperation; }
|
|
342
|
+
});
|
|
343
|
+
|
|
344
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
345
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
346
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
347
|
+
var gis_utils_ = __webpack_require__(826);
|
|
348
|
+
// EXTERNAL MODULE: ./src/webgl/terrainoperation/TerrainOperationViewModel.js
|
|
349
|
+
var TerrainOperationViewModel = __webpack_require__(5925);
|
|
283
350
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/terrainoperation/TerrainOperation.vue?vue&type=script&setup=true&lang=js
|
|
284
351
|
|
|
285
352
|
const _hoisted_1 = {
|
|
@@ -319,11 +386,11 @@ const __default__ = {
|
|
|
319
386
|
const props = __props;
|
|
320
387
|
const {
|
|
321
388
|
proxy
|
|
322
|
-
} = (0,
|
|
323
|
-
let currentLang = (0,
|
|
324
|
-
let language = (0,
|
|
389
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
390
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
391
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 获取组件传参
|
|
325
392
|
|
|
326
|
-
let formItem = (0,
|
|
393
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
327
394
|
terrainStyle: props.settingParams && props.settingParams.terrainStyle || 1,
|
|
328
395
|
// 地形操作类型。0:地形开挖;1:地形修改
|
|
329
396
|
excavationDepth: props.settingParams && props.settingParams.excavationDepth || 500,
|
|
@@ -334,17 +401,17 @@ const __default__ = {
|
|
|
334
401
|
|
|
335
402
|
});
|
|
336
403
|
let viewModel = null;
|
|
337
|
-
(0,
|
|
404
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
338
405
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
339
406
|
|
|
340
|
-
|
|
407
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
341
408
|
if (scenceView) {
|
|
342
409
|
if (props.operationMode !== 0) {
|
|
343
410
|
formItem.terrainStyle = props.operationMode;
|
|
344
411
|
}
|
|
345
412
|
|
|
346
413
|
language.value = scenceView._language;
|
|
347
|
-
viewModel = new TerrainOperationViewModel(scenceView, {
|
|
414
|
+
viewModel = new TerrainOperationViewModel/* default */.Z(scenceView, {
|
|
348
415
|
terrainStyle: formItem.terrainStyle,
|
|
349
416
|
excavationDepth: formItem.excavationDepth
|
|
350
417
|
});
|
|
@@ -372,7 +439,7 @@ const __default__ = {
|
|
|
372
439
|
} // 销毁
|
|
373
440
|
|
|
374
441
|
|
|
375
|
-
(0,
|
|
442
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
376
443
|
viewModel && viewModel.destroy();
|
|
377
444
|
});
|
|
378
445
|
expose({
|
|
@@ -382,28 +449,28 @@ const __default__ = {
|
|
|
382
449
|
clear
|
|
383
450
|
});
|
|
384
451
|
return (_ctx, _cache) => {
|
|
385
|
-
const _component_kq_radio = (0,
|
|
452
|
+
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
386
453
|
|
|
387
|
-
const _component_kq_row = (0,
|
|
454
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
388
455
|
|
|
389
|
-
const _component_kq_col = (0,
|
|
456
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
390
457
|
|
|
391
|
-
const _component_kq_slider = (0,
|
|
458
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
392
459
|
|
|
393
|
-
const _component_kq_input_number = (0,
|
|
460
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
394
461
|
|
|
395
|
-
const _component_kq_button = (0,
|
|
462
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
396
463
|
|
|
397
|
-
return (0,
|
|
464
|
+
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, [__props.operationMode === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
398
465
|
key: 0
|
|
399
466
|
}, {
|
|
400
|
-
default: (0,
|
|
401
|
-
modelValue: (0,
|
|
402
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
467
|
+
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_radio, {
|
|
468
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle,
|
|
469
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle = $event),
|
|
403
470
|
label: 1,
|
|
404
471
|
onChange: changeStyle
|
|
405
472
|
}, {
|
|
406
|
-
default: (0,
|
|
473
|
+
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).terrainExcavation), 1
|
|
407
474
|
/* TEXT */
|
|
408
475
|
)]),
|
|
409
476
|
_: 1
|
|
@@ -411,13 +478,13 @@ const __default__ = {
|
|
|
411
478
|
|
|
412
479
|
}, 8
|
|
413
480
|
/* PROPS */
|
|
414
|
-
, ["modelValue"]), (0,
|
|
415
|
-
modelValue: (0,
|
|
416
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,
|
|
481
|
+
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
482
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle,
|
|
483
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle = $event),
|
|
417
484
|
label: 2,
|
|
418
485
|
onChange: changeStyle
|
|
419
486
|
}, {
|
|
420
|
-
default: (0,
|
|
487
|
+
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).TerrainModification), 1
|
|
421
488
|
/* TEXT */
|
|
422
489
|
)]),
|
|
423
490
|
_: 1
|
|
@@ -429,14 +496,14 @@ const __default__ = {
|
|
|
429
496
|
_: 1
|
|
430
497
|
/* STABLE */
|
|
431
498
|
|
|
432
|
-
})) : (0,
|
|
499
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
433
500
|
key: 1,
|
|
434
501
|
gutter: 10
|
|
435
502
|
}, {
|
|
436
|
-
default: (0,
|
|
437
|
-
span: (0,
|
|
503
|
+
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, {
|
|
504
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
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_.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).excavationDepth), 1
|
|
440
507
|
/* TEXT */
|
|
441
508
|
)]),
|
|
442
509
|
_: 1
|
|
@@ -444,15 +511,15 @@ const __default__ = {
|
|
|
444
511
|
|
|
445
512
|
}, 8
|
|
446
513
|
/* PROPS */
|
|
447
|
-
, ["span"]), (0,
|
|
448
|
-
span: (0,
|
|
514
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
515
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 11 : 8
|
|
449
516
|
}, {
|
|
450
|
-
default: (0,
|
|
451
|
-
modelValue: (0,
|
|
452
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
517
|
+
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, {
|
|
518
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavationDepth,
|
|
519
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavationDepth = $event),
|
|
453
520
|
step: 100,
|
|
454
|
-
min: (0,
|
|
455
|
-
max: (0,
|
|
521
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExcavationDepth,
|
|
522
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExcavationDepth,
|
|
456
523
|
onChange: _cache[3] || (_cache[3] = $event => changeHeight()),
|
|
457
524
|
onClick: _cache[4] || (_cache[4] = $event => changeHeight())
|
|
458
525
|
}, null, 8
|
|
@@ -463,18 +530,18 @@ const __default__ = {
|
|
|
463
530
|
|
|
464
531
|
}, 8
|
|
465
532
|
/* PROPS */
|
|
466
|
-
, ["span"]), (0,
|
|
533
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
467
534
|
span: 6,
|
|
468
535
|
style: {
|
|
469
536
|
"text-align": "end"
|
|
470
537
|
}
|
|
471
538
|
}, {
|
|
472
|
-
default: (0,
|
|
473
|
-
modelValue: (0,
|
|
474
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,
|
|
475
|
-
min: (0,
|
|
539
|
+
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, {
|
|
540
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavationDepth,
|
|
541
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavationDepth = $event),
|
|
542
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExcavationDepth,
|
|
476
543
|
step: 100,
|
|
477
|
-
max: (0,
|
|
544
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExcavationDepth,
|
|
478
545
|
"controls-position": "right",
|
|
479
546
|
onInput: _cache[6] || (_cache[6] = $event => changeHeight())
|
|
480
547
|
}, null, 8
|
|
@@ -487,23 +554,23 @@ const __default__ = {
|
|
|
487
554
|
_: 1
|
|
488
555
|
/* STABLE */
|
|
489
556
|
|
|
490
|
-
})) : (0,
|
|
557
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
491
558
|
class: "kq3d-terrain-operation-analysis-tip"
|
|
492
559
|
}, {
|
|
493
|
-
default: (0,
|
|
560
|
+
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).skylineTips), 1
|
|
494
561
|
/* TEXT */
|
|
495
|
-
), (0,
|
|
562
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).terrainStyle === 2 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _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).reverseDrawPolygon + ")"), 1
|
|
496
563
|
/* TEXT */
|
|
497
|
-
)) : (0,
|
|
564
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
498
565
|
_: 1
|
|
499
566
|
/* STABLE */
|
|
500
567
|
|
|
501
|
-
}), (0,
|
|
502
|
-
onClick: _cache[7] || (_cache[7] = (0,
|
|
503
|
-
title: (0,
|
|
568
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
569
|
+
onClick: _cache[7] || (_cache[7] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startOperation(), ["stop"])),
|
|
570
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startOperation,
|
|
504
571
|
type: "primary"
|
|
505
572
|
}, {
|
|
506
|
-
default: (0,
|
|
573
|
+
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).startOperation), 1
|
|
507
574
|
/* TEXT */
|
|
508
575
|
)]),
|
|
509
576
|
_: 1
|
|
@@ -511,11 +578,11 @@ const __default__ = {
|
|
|
511
578
|
|
|
512
579
|
}, 8
|
|
513
580
|
/* PROPS */
|
|
514
|
-
, ["title"]), (0,
|
|
515
|
-
onClick: _cache[8] || (_cache[8] = (0,
|
|
516
|
-
title: (0,
|
|
581
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
582
|
+
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
583
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
517
584
|
}, {
|
|
518
|
-
default: (0,
|
|
585
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.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
|
|
519
586
|
/* TEXT */
|
|
520
587
|
)]),
|
|
521
588
|
_: 1
|
|
@@ -537,9 +604,9 @@ const __default__ = {
|
|
|
537
604
|
const __exports__ = TerrainOperationvue_type_script_setup_true_lang_js;
|
|
538
605
|
|
|
539
606
|
/* harmony default export */ var TerrainOperation = (__exports__);
|
|
540
|
-
|
|
541
|
-
var
|
|
542
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
607
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
608
|
+
var init_js_ = __webpack_require__(5406);
|
|
609
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
543
610
|
;// CONCATENATED MODULE: ./src/webgl/terrainoperation/index.js
|
|
544
611
|
|
|
545
612
|
|
|
@@ -551,6 +618,7 @@ TerrainOperation.install = (Vue, opts) => {
|
|
|
551
618
|
};
|
|
552
619
|
|
|
553
620
|
|
|
621
|
+
}();
|
|
554
622
|
module.exports = __webpack_exports__;
|
|
555
623
|
/******/ })()
|
|
556
624
|
;
|