@kq_npm/client3d_webgl_vue 2.6.9-beta → 2.7.1-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +256 -152
- package/aspectanalysis/index.js +209 -141
- package/baseterraingallery/index.js +182 -107
- package/boxclip/index.js +306 -238
- package/comparemap/index.js +219 -137
- package/compass/index.js +169 -94
- package/excavatefillanalysis/index.js +225 -157
- package/fixedzoomin/index.js +167 -92
- package/fixedzoomout/index.js +167 -92
- package/flight/index.js +298 -199
- package/floodanalysis/index.js +236 -170
- package/gpuspatialquery/index.js +280 -212
- package/hawkeye/index.js +143 -75
- package/index.js +4 -6
- package/isolineanalysis/index.js +552 -486
- package/measure/index.js +236 -154
- package/modelselect/index.js +184 -116
- package/package.json +1 -1
- package/particleeffect/index.js +258 -185
- package/planeclip/index.js +245 -177
- package/profileanalysis/index.js +252 -184
- package/resetview/index.js +132 -57
- package/roller/index.js +202 -134
- package/scenceview/index.js +21480 -94
- package/screenshot/index.js +203 -135
- package/shadowanalysis/index.js +317 -242
- package/sightlineanalysis/index.js +134 -96
- package/skylineanalysis/index.js +239 -171
- package/slopeanalysis/index.js +238 -172
- package/statusbar/index.js +84 -53
- package/terrainoperation/index.js +204 -136
- package/underground/index.js +164 -96
- package/viewshedanalysis/index.js +243 -175
- package/weathereffect/index.js +222 -149
|
@@ -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
|
-
"ExcavateFillAnalysisViewModel": function() { return /* reexport */ ExcavateFillAnalysisViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ ExcavateFillAnalysis; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 5183:
|
|
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/excavatefillanalysis/ExcavateFillAnalysisViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ ExcavateFillAnalysisViewModel; }
|
|
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 ExcavateFillAnalysisViewModel {
|
|
@@ -83,13 +17,13 @@ class ExcavateFillAnalysisViewModel {
|
|
|
83
17
|
//填挖方分析存储参数对象
|
|
84
18
|
//绘制完成监听事件
|
|
85
19
|
constructor(scenceView, options, callback) {
|
|
86
|
-
|
|
20
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_excavateFillAnalysis", null);
|
|
87
21
|
|
|
88
|
-
|
|
22
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawManager", null);
|
|
89
23
|
|
|
90
|
-
|
|
24
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", 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, "_removeEventListener", null);
|
|
93
27
|
|
|
94
28
|
options.viewer = scenceView._viewer;
|
|
95
29
|
options.viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
@@ -190,6 +124,139 @@ class ExcavateFillAnalysisViewModel {
|
|
|
190
124
|
}
|
|
191
125
|
|
|
192
126
|
}
|
|
127
|
+
|
|
128
|
+
/***/ }),
|
|
129
|
+
|
|
130
|
+
/***/ 826:
|
|
131
|
+
/***/ (function(module) {
|
|
132
|
+
|
|
133
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
134
|
+
|
|
135
|
+
/***/ }),
|
|
136
|
+
|
|
137
|
+
/***/ 5406:
|
|
138
|
+
/***/ (function(module) {
|
|
139
|
+
|
|
140
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
141
|
+
|
|
142
|
+
/***/ }),
|
|
143
|
+
|
|
144
|
+
/***/ 637:
|
|
145
|
+
/***/ (function(module) {
|
|
146
|
+
|
|
147
|
+
module.exports = require("vue");
|
|
148
|
+
|
|
149
|
+
/***/ }),
|
|
150
|
+
|
|
151
|
+
/***/ 8270:
|
|
152
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
153
|
+
|
|
154
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
155
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
156
|
+
/* harmony export */ });
|
|
157
|
+
function _defineProperty(obj, key, value) {
|
|
158
|
+
if (key in obj) {
|
|
159
|
+
Object.defineProperty(obj, key, {
|
|
160
|
+
value: value,
|
|
161
|
+
enumerable: true,
|
|
162
|
+
configurable: true,
|
|
163
|
+
writable: true
|
|
164
|
+
});
|
|
165
|
+
} else {
|
|
166
|
+
obj[key] = value;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
return obj;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/***/ })
|
|
173
|
+
|
|
174
|
+
/******/ });
|
|
175
|
+
/************************************************************************/
|
|
176
|
+
/******/ // The module cache
|
|
177
|
+
/******/ var __webpack_module_cache__ = {};
|
|
178
|
+
/******/
|
|
179
|
+
/******/ // The require function
|
|
180
|
+
/******/ function __webpack_require__(moduleId) {
|
|
181
|
+
/******/ // Check if module is in cache
|
|
182
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
183
|
+
/******/ if (cachedModule !== undefined) {
|
|
184
|
+
/******/ return cachedModule.exports;
|
|
185
|
+
/******/ }
|
|
186
|
+
/******/ // Create a new module (and put it into the cache)
|
|
187
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
188
|
+
/******/ // no module.id needed
|
|
189
|
+
/******/ // no module.loaded needed
|
|
190
|
+
/******/ exports: {}
|
|
191
|
+
/******/ };
|
|
192
|
+
/******/
|
|
193
|
+
/******/ // Execute the module function
|
|
194
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
195
|
+
/******/
|
|
196
|
+
/******/ // Return the exports of the module
|
|
197
|
+
/******/ return module.exports;
|
|
198
|
+
/******/ }
|
|
199
|
+
/******/
|
|
200
|
+
/************************************************************************/
|
|
201
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
202
|
+
/******/ !function() {
|
|
203
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
204
|
+
/******/ __webpack_require__.n = function(module) {
|
|
205
|
+
/******/ var getter = module && module.__esModule ?
|
|
206
|
+
/******/ function() { return module['default']; } :
|
|
207
|
+
/******/ function() { return module; };
|
|
208
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
209
|
+
/******/ return getter;
|
|
210
|
+
/******/ };
|
|
211
|
+
/******/ }();
|
|
212
|
+
/******/
|
|
213
|
+
/******/ /* webpack/runtime/define property getters */
|
|
214
|
+
/******/ !function() {
|
|
215
|
+
/******/ // define getter functions for harmony exports
|
|
216
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
217
|
+
/******/ for(var key in definition) {
|
|
218
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
219
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
220
|
+
/******/ }
|
|
221
|
+
/******/ }
|
|
222
|
+
/******/ };
|
|
223
|
+
/******/ }();
|
|
224
|
+
/******/
|
|
225
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
226
|
+
/******/ !function() {
|
|
227
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
228
|
+
/******/ }();
|
|
229
|
+
/******/
|
|
230
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
231
|
+
/******/ !function() {
|
|
232
|
+
/******/ // define __esModule on exports
|
|
233
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
234
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
235
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
236
|
+
/******/ }
|
|
237
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
238
|
+
/******/ };
|
|
239
|
+
/******/ }();
|
|
240
|
+
/******/
|
|
241
|
+
/************************************************************************/
|
|
242
|
+
var __webpack_exports__ = {};
|
|
243
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
244
|
+
!function() {
|
|
245
|
+
// ESM COMPAT FLAG
|
|
246
|
+
__webpack_require__.r(__webpack_exports__);
|
|
247
|
+
|
|
248
|
+
// EXPORTS
|
|
249
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
250
|
+
"ExcavateFillAnalysisViewModel": function() { return /* reexport */ ExcavateFillAnalysisViewModel/* default */.Z; },
|
|
251
|
+
"default": function() { return /* reexport */ ExcavateFillAnalysis; }
|
|
252
|
+
});
|
|
253
|
+
|
|
254
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
255
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
256
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
257
|
+
var gis_utils_ = __webpack_require__(826);
|
|
258
|
+
// EXTERNAL MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysisViewModel.js
|
|
259
|
+
var ExcavateFillAnalysisViewModel = __webpack_require__(5183);
|
|
193
260
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/excavatefillanalysis/ExcavateFillAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
194
261
|
|
|
195
262
|
const _hoisted_1 = {
|
|
@@ -231,17 +298,17 @@ const __default__ = {
|
|
|
231
298
|
const props = __props;
|
|
232
299
|
const {
|
|
233
300
|
proxy
|
|
234
|
-
} = (0,
|
|
235
|
-
let currentLang = (0,
|
|
236
|
-
let language = (0,
|
|
237
|
-
let collapseValue = (0,
|
|
238
|
-
let showResult = (0,
|
|
239
|
-
let result = (0,
|
|
301
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
302
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
303
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
304
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
305
|
+
let showResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
306
|
+
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
240
307
|
cutVolumn: "NaN",
|
|
241
308
|
fillVolumn: "NaN"
|
|
242
309
|
}); // 获取组件传参
|
|
243
310
|
|
|
244
|
-
let formItem = (0,
|
|
311
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
245
312
|
altitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 2920,
|
|
246
313
|
// 基准高度
|
|
247
314
|
minAltitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 0,
|
|
@@ -254,10 +321,10 @@ const __default__ = {
|
|
|
254
321
|
|
|
255
322
|
});
|
|
256
323
|
let viewModel = null;
|
|
257
|
-
(0,
|
|
324
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
258
325
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
259
326
|
|
|
260
|
-
|
|
327
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
261
328
|
if (scenceView) {
|
|
262
329
|
language.value = scenceView._language;
|
|
263
330
|
var options = {
|
|
@@ -265,7 +332,7 @@ const __default__ = {
|
|
|
265
332
|
cutColor: formItem.excavateColor,
|
|
266
333
|
fillColor: formItem.fillColor
|
|
267
334
|
};
|
|
268
|
-
viewModel = new ExcavateFillAnalysisViewModel(scenceView, options, function () {
|
|
335
|
+
viewModel = new ExcavateFillAnalysisViewModel/* default */.Z(scenceView, options, function () {
|
|
269
336
|
setTimeout(() => {
|
|
270
337
|
showResult.value = true;
|
|
271
338
|
const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
|
|
@@ -345,7 +412,7 @@ const __default__ = {
|
|
|
345
412
|
} // 销毁
|
|
346
413
|
|
|
347
414
|
|
|
348
|
-
(0,
|
|
415
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
349
416
|
viewModel && viewModel.destroy();
|
|
350
417
|
});
|
|
351
418
|
expose({
|
|
@@ -354,52 +421,52 @@ const __default__ = {
|
|
|
354
421
|
clearResult
|
|
355
422
|
});
|
|
356
423
|
return (_ctx, _cache) => {
|
|
357
|
-
const _component_kq_slider = (0,
|
|
424
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
358
425
|
|
|
359
|
-
const _component_kq_col = (0,
|
|
426
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
360
427
|
|
|
361
|
-
const _component_kq_input_number = (0,
|
|
428
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
362
429
|
|
|
363
|
-
const _component_kq_row = (0,
|
|
430
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
364
431
|
|
|
365
|
-
const _component_kq_color_picker = (0,
|
|
432
|
+
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
366
433
|
|
|
367
|
-
const _component_kq_form_item = (0,
|
|
434
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
368
435
|
|
|
369
|
-
const _component_kq_form = (0,
|
|
436
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
370
437
|
|
|
371
|
-
const _component_kq_collapse_item = (0,
|
|
438
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
372
439
|
|
|
373
|
-
const _component_kq_collapse = (0,
|
|
440
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
374
441
|
|
|
375
|
-
const _component_kq_button = (0,
|
|
442
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
376
443
|
|
|
377
|
-
return (0,
|
|
444
|
+
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, {
|
|
378
445
|
style: {
|
|
379
446
|
"display": "flex"
|
|
380
447
|
}
|
|
381
448
|
}, {
|
|
382
|
-
default: (0,
|
|
449
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
383
450
|
class: "kq3d-excavate-fill-analysis-label",
|
|
384
|
-
style: (0,
|
|
385
|
-
width: (0,
|
|
451
|
+
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
452
|
+
width: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '130px'
|
|
386
453
|
})
|
|
387
|
-
}, (0,
|
|
454
|
+
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).altitudeHeight), 5
|
|
388
455
|
/* TEXT, STYLE */
|
|
389
|
-
), (0,
|
|
456
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
390
457
|
style: {
|
|
391
458
|
"display": "flex"
|
|
392
459
|
}
|
|
393
460
|
}, {
|
|
394
|
-
default: (0,
|
|
461
|
+
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, {
|
|
395
462
|
span: 16
|
|
396
463
|
}, {
|
|
397
|
-
default: (0,
|
|
398
|
-
modelValue: (0,
|
|
399
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
464
|
+
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, {
|
|
465
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).altitudeHeight,
|
|
466
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).altitudeHeight = $event),
|
|
400
467
|
step: 100,
|
|
401
|
-
min: (0,
|
|
402
|
-
max: (0,
|
|
468
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAltitudeHeight,
|
|
469
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
|
|
403
470
|
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
|
|
404
471
|
}, null, 8
|
|
405
472
|
/* PROPS */
|
|
@@ -407,18 +474,18 @@ const __default__ = {
|
|
|
407
474
|
_: 1
|
|
408
475
|
/* STABLE */
|
|
409
476
|
|
|
410
|
-
}), (0,
|
|
477
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
411
478
|
span: 8,
|
|
412
479
|
style: {
|
|
413
480
|
"text-align": "end"
|
|
414
481
|
}
|
|
415
482
|
}, {
|
|
416
|
-
default: (0,
|
|
417
|
-
modelValue: (0,
|
|
418
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
419
|
-
min: (0,
|
|
483
|
+
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, {
|
|
484
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).altitudeHeight,
|
|
485
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).altitudeHeight = $event),
|
|
486
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAltitudeHeight,
|
|
420
487
|
step: 100,
|
|
421
|
-
max: (0,
|
|
488
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
|
|
422
489
|
"controls-position": "right",
|
|
423
490
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
|
|
424
491
|
}, null, 8
|
|
@@ -435,38 +502,38 @@ const __default__ = {
|
|
|
435
502
|
_: 1
|
|
436
503
|
/* STABLE */
|
|
437
504
|
|
|
438
|
-
}), (0,
|
|
505
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
439
506
|
class: "kq3d-excavate-fill-analysis-tip"
|
|
440
507
|
}, {
|
|
441
|
-
default: (0,
|
|
508
|
+
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).excavateFillTips), 1
|
|
442
509
|
/* TEXT */
|
|
443
510
|
)]),
|
|
444
511
|
_: 1
|
|
445
512
|
/* STABLE */
|
|
446
513
|
|
|
447
|
-
}), (0,
|
|
448
|
-
"model-value": (0,
|
|
514
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
515
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
449
516
|
}, {
|
|
450
|
-
default: (0,
|
|
451
|
-
title: (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_collapse_item, {
|
|
518
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
452
519
|
name: "setting"
|
|
453
520
|
}, {
|
|
454
|
-
default: (0,
|
|
455
|
-
"label-width": (0,
|
|
521
|
+
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, {
|
|
522
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '70px',
|
|
456
523
|
"label-position": "left"
|
|
457
524
|
}, {
|
|
458
|
-
default: (0,
|
|
525
|
+
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, {
|
|
459
526
|
gutter: 20
|
|
460
527
|
}, {
|
|
461
|
-
default: (0,
|
|
528
|
+
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, {
|
|
462
529
|
span: 12
|
|
463
530
|
}, {
|
|
464
|
-
default: (0,
|
|
465
|
-
label: (0,
|
|
531
|
+
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, {
|
|
532
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).efillColor
|
|
466
533
|
}, {
|
|
467
|
-
default: (0,
|
|
468
|
-
modelValue: (0,
|
|
469
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,
|
|
534
|
+
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_color_picker, {
|
|
535
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
|
|
536
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor = $event),
|
|
470
537
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('fillColor'))
|
|
471
538
|
}, null, 8
|
|
472
539
|
/* PROPS */
|
|
@@ -480,15 +547,15 @@ const __default__ = {
|
|
|
480
547
|
_: 1
|
|
481
548
|
/* STABLE */
|
|
482
549
|
|
|
483
|
-
}), (0,
|
|
550
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
484
551
|
span: 12
|
|
485
552
|
}, {
|
|
486
|
-
default: (0,
|
|
487
|
-
label: (0,
|
|
553
|
+
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, {
|
|
554
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).excavateColor
|
|
488
555
|
}, {
|
|
489
|
-
default: (0,
|
|
490
|
-
modelValue: (0,
|
|
491
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,
|
|
556
|
+
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_color_picker, {
|
|
557
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor,
|
|
558
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor = $event),
|
|
492
559
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('cutColor'))
|
|
493
560
|
}, null, 8
|
|
494
561
|
/* PROPS */
|
|
@@ -524,12 +591,12 @@ const __default__ = {
|
|
|
524
591
|
|
|
525
592
|
}, 8
|
|
526
593
|
/* PROPS */
|
|
527
|
-
, ["model-value"]), (0,
|
|
528
|
-
onClick: _cache[8] || (_cache[8] = (0,
|
|
529
|
-
title: (0,
|
|
594
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
595
|
+
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
596
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
530
597
|
type: "primary"
|
|
531
598
|
}, {
|
|
532
|
-
default: (0,
|
|
599
|
+
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).startAnalysis), 1
|
|
533
600
|
/* TEXT */
|
|
534
601
|
)]),
|
|
535
602
|
_: 1
|
|
@@ -537,11 +604,11 @@ const __default__ = {
|
|
|
537
604
|
|
|
538
605
|
}, 8
|
|
539
606
|
/* PROPS */
|
|
540
|
-
, ["title"]), (0,
|
|
541
|
-
onClick: _cache[9] || (_cache[9] = (0,
|
|
542
|
-
title: (0,
|
|
607
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
608
|
+
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
609
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
543
610
|
}, {
|
|
544
|
-
default: (0,
|
|
611
|
+
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).clearResult), 1
|
|
545
612
|
/* TEXT */
|
|
546
613
|
)]),
|
|
547
614
|
_: 1
|
|
@@ -549,37 +616,37 @@ const __default__ = {
|
|
|
549
616
|
|
|
550
617
|
}, 8
|
|
551
618
|
/* PROPS */
|
|
552
|
-
, ["title"])]), (0,
|
|
619
|
+
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(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_row, {
|
|
553
620
|
class: "kq3d-excavate-fill-analysis-result-title"
|
|
554
621
|
}, {
|
|
555
|
-
default: (0,
|
|
622
|
+
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, {
|
|
556
623
|
span: 18
|
|
557
624
|
}, {
|
|
558
|
-
default: (0,
|
|
625
|
+
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_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisResult), 1
|
|
559
626
|
/* TEXT */
|
|
560
627
|
)]),
|
|
561
628
|
_: 1
|
|
562
629
|
/* STABLE */
|
|
563
630
|
|
|
564
|
-
}), (0,
|
|
631
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-col :span=\"6\" class=\"btn\">\r\n <kq-icon @click=\"closeBtn()\">\r\n <Close />\r\n </kq-icon>\r\n </kq-col> ")]),
|
|
565
632
|
_: 1
|
|
566
633
|
/* STABLE */
|
|
567
634
|
|
|
568
|
-
}), (0,
|
|
569
|
-
default: (0,
|
|
635
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
636
|
+
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).excavateArea) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).cutVolumn), 1
|
|
570
637
|
/* TEXT */
|
|
571
638
|
)]),
|
|
572
639
|
_: 1
|
|
573
640
|
/* STABLE */
|
|
574
641
|
|
|
575
|
-
}), (0,
|
|
576
|
-
default: (0,
|
|
642
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
643
|
+
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).fillArea) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).fillVolumn), 1
|
|
577
644
|
/* TEXT */
|
|
578
645
|
)]),
|
|
579
646
|
_: 1
|
|
580
647
|
/* STABLE */
|
|
581
648
|
|
|
582
|
-
})])])])) : (0,
|
|
649
|
+
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]);
|
|
583
650
|
};
|
|
584
651
|
}
|
|
585
652
|
|
|
@@ -593,9 +660,9 @@ const __default__ = {
|
|
|
593
660
|
const __exports__ = ExcavateFillAnalysisvue_type_script_setup_true_lang_js;
|
|
594
661
|
|
|
595
662
|
/* harmony default export */ var ExcavateFillAnalysis = (__exports__);
|
|
596
|
-
|
|
597
|
-
var
|
|
598
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
663
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
664
|
+
var init_js_ = __webpack_require__(5406);
|
|
665
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
599
666
|
;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/index.js
|
|
600
667
|
|
|
601
668
|
|
|
@@ -607,6 +674,7 @@ ExcavateFillAnalysis.install = (Vue, opts) => {
|
|
|
607
674
|
};
|
|
608
675
|
|
|
609
676
|
|
|
677
|
+
}();
|
|
610
678
|
module.exports = __webpack_exports__;
|
|
611
679
|
/******/ })()
|
|
612
680
|
;
|