@kq_npm/client3d_webgl_vue 4.5.2 → 4.5.4-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 +355 -538
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +172 -239
- package/baseterraingallery/index.js +124 -145
- package/boxclip/index.js +300 -481
- package/clientPrint/index.js +335 -898
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +226 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +193 -263
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +311 -415
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +255 -393
- package/geologicalbodyanalysis/index.js +215 -298
- package/gpuspatialquery/index.js +260 -402
- package/hawkeye/index.js +141 -103
- package/headertemp/index.js +25 -34
- package/heatmap3d/index.js +451 -763
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +20826 -17774
- package/isolineanalysis/index.js +566 -1243
- package/light/index.js +353 -488
- package/limitheightanalysis/index.js +251 -312
- package/measure/index.js +350 -504
- package/modelFlat/index.js +214 -234
- package/modelexcavate/index.js +206 -262
- package/modelfilter/index.js +229 -308
- package/modelprofileanalysis/index.js +356 -465
- package/modelselect/index.js +192 -184
- package/package.json +1 -1
- package/particleeffect/index.js +259 -430
- package/planeclip/index.js +249 -339
- package/resetview/index.js +89 -69
- package/roller/index.js +307 -363
- package/scaneffect/index.js +285 -582
- package/sceneadvancedtoimage/index.js +1055 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +11149 -0
- package/sceneset/index.js +393 -885
- package/scenetohdimage/index.js +214 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +22780 -19540
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +275 -312
- package/shadowanalysis/index.js +269 -448
- package/sightlineanalysis/index.js +231 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +213 -351
- package/slopeanalysis/index.js +282 -444
- package/slopeaspectanalysis/index.js +315 -534
- package/statusbar/index.js +194 -164
- package/style.css +1 -1
- package/terrainoperation/index.js +230 -280
- package/terrainprofileanalysis/index.js +174 -182
- package/underground/index.js +98 -82
- package/videofusion/index.js +319 -532
- package/videoproject/index.js +325 -534
- package/viewshedanalysis/index.js +178 -275
- package/weathereffect/index.js +199 -343
- package/wireframesketch/index.js +146 -150
|
@@ -7,101 +7,141 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__455__, __WEBPACK_EXTERNAL_MODULE__2975__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 3275:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6363);
|
|
19
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
|
|
21
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
|
+
*/
|
|
18
26
|
|
|
19
|
-
// EXPORTS
|
|
20
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
21
|
-
"Z": function() { return /* binding */ message; }
|
|
22
|
-
});
|
|
23
27
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
28
|
+
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
29
|
+
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
|
+
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
|
+
};
|
|
32
|
+
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
30
33
|
|
|
34
|
+
/***/ }),
|
|
31
35
|
|
|
36
|
+
/***/ 5698:
|
|
37
|
+
/***/ (function(module) {
|
|
32
38
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
39
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
40
|
+
|
|
41
|
+
/***/ }),
|
|
42
|
+
|
|
43
|
+
/***/ 8224:
|
|
44
|
+
/***/ (function(module) {
|
|
37
45
|
|
|
38
|
-
|
|
46
|
+
module.exports = require("core-js/modules/esnext.iterator.map.js");
|
|
39
47
|
|
|
40
48
|
/***/ }),
|
|
41
49
|
|
|
42
|
-
/***/
|
|
50
|
+
/***/ 6363:
|
|
43
51
|
/***/ (function(module) {
|
|
44
52
|
|
|
45
|
-
module.exports = require("
|
|
53
|
+
module.exports = require("element-plus/dist/index.full.js");
|
|
46
54
|
|
|
47
55
|
/***/ }),
|
|
48
56
|
|
|
49
|
-
/***/
|
|
57
|
+
/***/ 3579:
|
|
50
58
|
/***/ (function(module) {
|
|
51
59
|
|
|
52
60
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
53
61
|
|
|
54
62
|
/***/ }),
|
|
55
63
|
|
|
56
|
-
/***/
|
|
64
|
+
/***/ 64:
|
|
57
65
|
/***/ (function(module) {
|
|
58
66
|
|
|
59
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
60
68
|
|
|
61
69
|
/***/ }),
|
|
62
70
|
|
|
63
|
-
/***/
|
|
71
|
+
/***/ 2975:
|
|
64
72
|
/***/ (function(module) {
|
|
65
73
|
|
|
66
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
67
75
|
|
|
68
76
|
/***/ }),
|
|
69
77
|
|
|
70
|
-
/***/
|
|
78
|
+
/***/ 455:
|
|
71
79
|
/***/ (function(module) {
|
|
72
80
|
|
|
73
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
74
82
|
|
|
75
83
|
/***/ }),
|
|
76
84
|
|
|
77
|
-
/***/
|
|
85
|
+
/***/ 154:
|
|
78
86
|
/***/ (function(module) {
|
|
79
87
|
|
|
80
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
81
89
|
|
|
82
90
|
/***/ }),
|
|
83
91
|
|
|
84
|
-
/***/
|
|
92
|
+
/***/ 6913:
|
|
85
93
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
86
94
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
function
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
95
|
+
|
|
96
|
+
// EXPORTS
|
|
97
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
98
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
99
|
+
});
|
|
100
|
+
|
|
101
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
102
|
+
function _typeof(o) {
|
|
103
|
+
"@babel/helpers - typeof";
|
|
104
|
+
|
|
105
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
106
|
+
return typeof o;
|
|
107
|
+
} : function (o) {
|
|
108
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
109
|
+
}, _typeof(o);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
113
|
+
|
|
114
|
+
function toPrimitive(t, r) {
|
|
115
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
116
|
+
var e = t[Symbol.toPrimitive];
|
|
117
|
+
if (void 0 !== e) {
|
|
118
|
+
var i = e.call(t, r || "default");
|
|
119
|
+
if ("object" != _typeof(i)) return i;
|
|
120
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
100
121
|
}
|
|
122
|
+
return ("string" === r ? String : Number)(t);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
function toPropertyKey(t) {
|
|
129
|
+
var i = toPrimitive(t, "string");
|
|
130
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
101
134
|
|
|
102
|
-
|
|
135
|
+
function _defineProperty(e, r, t) {
|
|
136
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
137
|
+
value: t,
|
|
138
|
+
enumerable: !0,
|
|
139
|
+
configurable: !0,
|
|
140
|
+
writable: !0
|
|
141
|
+
}) : e[r] = t, e;
|
|
103
142
|
}
|
|
104
143
|
|
|
144
|
+
|
|
105
145
|
/***/ })
|
|
106
146
|
|
|
107
147
|
/******/ });
|
|
@@ -173,54 +213,53 @@ function _defineProperty(obj, key, value) {
|
|
|
173
213
|
/******/
|
|
174
214
|
/************************************************************************/
|
|
175
215
|
var __webpack_exports__ = {};
|
|
176
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
177
|
-
!function() {
|
|
178
216
|
// ESM COMPAT FLAG
|
|
179
217
|
__webpack_require__.r(__webpack_exports__);
|
|
180
218
|
|
|
181
219
|
// EXPORTS
|
|
182
220
|
__webpack_require__.d(__webpack_exports__, {
|
|
183
|
-
|
|
221
|
+
ExcavateFillAnalysisViewModel: function() { return /* reexport */ ExcavateFillAnalysisViewModel; },
|
|
184
222
|
"default": function() { return /* reexport */ ExcavateFillAnalysis; }
|
|
185
223
|
});
|
|
186
224
|
|
|
187
225
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
188
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
226
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
189
227
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
190
|
-
var gis_utils_ = __webpack_require__(
|
|
191
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
192
|
-
var defineProperty = __webpack_require__(
|
|
193
|
-
// EXTERNAL MODULE:
|
|
194
|
-
var
|
|
228
|
+
var gis_utils_ = __webpack_require__(64);
|
|
229
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
230
|
+
var defineProperty = __webpack_require__(6913);
|
|
231
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
|
|
232
|
+
var esnext_iterator_map_js_ = __webpack_require__(8224);
|
|
233
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
234
|
+
var message = __webpack_require__(3275);
|
|
195
235
|
;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysisViewModel.js
|
|
196
236
|
|
|
237
|
+
|
|
238
|
+
/*
|
|
239
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
240
|
+
* All rights reserved.
|
|
241
|
+
*/
|
|
197
242
|
//填挖方分析逻辑类
|
|
198
243
|
|
|
199
244
|
class ExcavateFillAnalysisViewModel {
|
|
200
|
-
//填挖方分析三维对象
|
|
201
|
-
//绘制管理对象
|
|
202
|
-
//填挖方分析存储参数对象
|
|
203
245
|
//绘制完成监听事件
|
|
204
|
-
constructor(scenceView, options, callback) {
|
|
205
|
-
(0,defineProperty/* default */.Z)(this, "_excavateFillAnalysis", null);
|
|
206
|
-
|
|
207
|
-
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
208
|
-
|
|
209
|
-
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
210
|
-
|
|
211
|
-
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
212
246
|
|
|
247
|
+
constructor(scenceView, options, callback) {
|
|
248
|
+
(0,defineProperty/* default */.A)(this, "_excavateFillAnalysis", null);
|
|
249
|
+
//填挖方分析三维对象
|
|
250
|
+
(0,defineProperty/* default */.A)(this, "_drawManager", null);
|
|
251
|
+
//绘制管理对象
|
|
252
|
+
(0,defineProperty/* default */.A)(this, "_options", null);
|
|
253
|
+
//填挖方分析存储参数对象
|
|
254
|
+
(0,defineProperty/* default */.A)(this, "_removeEventListener", null);
|
|
213
255
|
options.viewer = scenceView._viewer;
|
|
214
256
|
options.viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
215
|
-
|
|
216
257
|
if (options.cutColor) {
|
|
217
258
|
options.cutColor = Cesium.Color.fromCssColorString(options.cutColor).withAlpha(0.7);
|
|
218
259
|
}
|
|
219
|
-
|
|
220
260
|
if (options.fillColor) {
|
|
221
261
|
options.fillColor = Cesium.Color.fromCssColorString(options.fillColor).withAlpha(0.7);
|
|
222
262
|
}
|
|
223
|
-
|
|
224
263
|
this._options = options;
|
|
225
264
|
this._drawManager = scenceView._drawManager;
|
|
226
265
|
var that = this;
|
|
@@ -228,15 +267,14 @@ class ExcavateFillAnalysisViewModel {
|
|
|
228
267
|
if (shape) {
|
|
229
268
|
options.positions = that.coordinateTransform(shape._controlPoints);
|
|
230
269
|
that._excavateFillAnalysis = new Cesium.Kq3dCutFill(options);
|
|
231
|
-
|
|
232
270
|
that._drawManager.clear();
|
|
233
|
-
|
|
234
|
-
|
|
271
|
+
callback && callback();
|
|
272
|
+
// callback && setTimeout(callback, 1500);
|
|
235
273
|
}
|
|
236
274
|
});
|
|
237
|
-
}
|
|
238
|
-
|
|
275
|
+
}
|
|
239
276
|
|
|
277
|
+
// 处理绘制坐标,转成二维坐标
|
|
240
278
|
coordinateTransform(points) {
|
|
241
279
|
let cutPoints = points.map(function (point) {
|
|
242
280
|
let cartesPh = Cesium.Cartographic.fromCartesian(point);
|
|
@@ -250,9 +288,9 @@ class ExcavateFillAnalysisViewModel {
|
|
|
250
288
|
return map;
|
|
251
289
|
});
|
|
252
290
|
return cutPoints;
|
|
253
|
-
}
|
|
254
|
-
|
|
291
|
+
}
|
|
255
292
|
|
|
293
|
+
//开始分析
|
|
256
294
|
start() {
|
|
257
295
|
// 判断是否添加了地形
|
|
258
296
|
if (this._options.viewer.terrainProvider.availability) {
|
|
@@ -261,70 +299,63 @@ class ExcavateFillAnalysisViewModel {
|
|
|
261
299
|
clampToGround: true
|
|
262
300
|
});
|
|
263
301
|
} else {
|
|
264
|
-
(0,message/* default */.
|
|
302
|
+
(0,message/* default */.A)({
|
|
265
303
|
message: "只支持STK类型的地形分析!",
|
|
266
304
|
type: "warning"
|
|
267
305
|
});
|
|
268
306
|
}
|
|
269
307
|
} else {
|
|
270
|
-
(0,message/* default */.
|
|
308
|
+
(0,message/* default */.A)({
|
|
271
309
|
message: "请加载地形后分析!",
|
|
272
310
|
type: "warning"
|
|
273
311
|
});
|
|
274
312
|
}
|
|
275
|
-
}
|
|
276
|
-
|
|
313
|
+
}
|
|
277
314
|
|
|
315
|
+
//清除全部结果
|
|
278
316
|
clear() {
|
|
279
317
|
this._drawManager.stopDraw();
|
|
280
|
-
|
|
281
318
|
this._excavateFillAnalysis && this._excavateFillAnalysis.removeAll();
|
|
282
|
-
}
|
|
283
|
-
|
|
319
|
+
}
|
|
284
320
|
|
|
321
|
+
//销毁
|
|
285
322
|
destroy() {
|
|
286
|
-
this.clear();
|
|
287
|
-
|
|
288
|
-
this._excavateFillAnalysis = null;
|
|
289
|
-
|
|
323
|
+
this.clear();
|
|
324
|
+
// this._excavateFillAnalysis && this._excavateFillAnalysis.destroy();
|
|
325
|
+
this._excavateFillAnalysis = null;
|
|
326
|
+
//移除监听事件
|
|
290
327
|
this._removeEventListener && this._removeEventListener();
|
|
291
328
|
this._removeEventListener = null;
|
|
292
|
-
}
|
|
293
|
-
|
|
329
|
+
}
|
|
294
330
|
|
|
331
|
+
//设置基准高度
|
|
295
332
|
setReferenceHeight(height) {
|
|
296
333
|
this._options.referenceHeight = Number(height);
|
|
297
|
-
|
|
298
334
|
if (this._excavateFillAnalysis) {
|
|
299
335
|
this._excavateFillAnalysis.referenceHeight = Number(height);
|
|
300
336
|
}
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
|
|
337
|
+
}
|
|
338
|
+
//设置挖方颜色
|
|
304
339
|
setCutColor(cutColor) {
|
|
305
340
|
this._options.cutColor = Cesium.Color.fromCssColorString(cutColor).withAlpha(0.7);
|
|
306
|
-
|
|
307
341
|
if (this._excavateFillAnalysis) {
|
|
308
342
|
this._excavateFillAnalysis.cutColor = this._options.cutColor;
|
|
309
343
|
}
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
|
|
344
|
+
}
|
|
345
|
+
//设置填方颜色
|
|
313
346
|
setFillColor(fillColor) {
|
|
314
347
|
this._options.fillColor = Cesium.Color.fromCssColorString(fillColor).withAlpha(0.7);
|
|
315
|
-
|
|
316
348
|
if (this._excavateFillAnalysis) {
|
|
317
349
|
this._excavateFillAnalysis.fillColor = this._options.fillColor;
|
|
318
350
|
}
|
|
319
351
|
}
|
|
320
|
-
|
|
321
352
|
}
|
|
322
353
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
323
|
-
var client_icons_vue_ = __webpack_require__(
|
|
354
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
324
355
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
325
|
-
var util_ = __webpack_require__(
|
|
356
|
+
var util_ = __webpack_require__(2975);
|
|
326
357
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
327
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
358
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
328
359
|
;// 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
|
|
329
360
|
|
|
330
361
|
const _hoisted_1 = {
|
|
@@ -355,7 +386,7 @@ const _hoisted_6 = {
|
|
|
355
386
|
const __default__ = {
|
|
356
387
|
name: "Kq3dExcavateFillAnalysis"
|
|
357
388
|
};
|
|
358
|
-
/* harmony default export */ var ExcavateFillAnalysisvue_type_script_setup_true_lang_js = (
|
|
389
|
+
/* harmony default export */ var ExcavateFillAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
359
390
|
props: {
|
|
360
391
|
// 设置参数
|
|
361
392
|
settingParams: {
|
|
@@ -366,7 +397,6 @@ const __default__ = {
|
|
|
366
397
|
type: Boolean,
|
|
367
398
|
default: true
|
|
368
399
|
},
|
|
369
|
-
|
|
370
400
|
/**
|
|
371
401
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
372
402
|
*/
|
|
@@ -396,11 +426,9 @@ const __default__ = {
|
|
|
396
426
|
default: true
|
|
397
427
|
}
|
|
398
428
|
},
|
|
399
|
-
|
|
400
429
|
setup(__props, {
|
|
401
|
-
expose
|
|
430
|
+
expose: __expose
|
|
402
431
|
}) {
|
|
403
|
-
const props = __props;
|
|
404
432
|
const {
|
|
405
433
|
proxy
|
|
406
434
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -411,8 +439,10 @@ const __default__ = {
|
|
|
411
439
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
412
440
|
cutVolumn: "NaN",
|
|
413
441
|
fillVolumn: "NaN"
|
|
414
|
-
});
|
|
442
|
+
});
|
|
415
443
|
|
|
444
|
+
// 获取组件传参
|
|
445
|
+
const props = __props;
|
|
416
446
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
417
447
|
altitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 2920,
|
|
418
448
|
// 基准高度
|
|
@@ -423,15 +453,17 @@ const __default__ = {
|
|
|
423
453
|
excavateColor: props.settingParams && props.settingParams.excavateColor || "#67C23A",
|
|
424
454
|
// 挖方颜色
|
|
425
455
|
fillColor: props.settingParams && props.settingParams.fillColor || "#E6A23C" // // 填方颜色
|
|
426
|
-
|
|
427
456
|
});
|
|
428
|
-
let viewModel = null;
|
|
457
|
+
let viewModel = null;
|
|
429
458
|
|
|
430
|
-
|
|
459
|
+
// 组件容器Ref
|
|
460
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
431
461
|
|
|
462
|
+
// 生成组件默认header
|
|
432
463
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
433
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
464
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
434
465
|
|
|
466
|
+
// 国际化
|
|
435
467
|
let {
|
|
436
468
|
locale,
|
|
437
469
|
messages
|
|
@@ -451,7 +483,6 @@ const __default__ = {
|
|
|
451
483
|
watchCreateHeaderTemp();
|
|
452
484
|
});
|
|
453
485
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
454
|
-
|
|
455
486
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
456
487
|
if (scenceView) {
|
|
457
488
|
var options = {
|
|
@@ -463,15 +494,12 @@ const __default__ = {
|
|
|
463
494
|
setTimeout(() => {
|
|
464
495
|
showResult.value = true;
|
|
465
496
|
const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
|
|
466
|
-
|
|
467
497
|
if (cutVolumn > 1000000000) {
|
|
468
498
|
result.cutVolumn = (cutVolumn / 1000000000).toFixed(2) + " km³";
|
|
469
499
|
} else {
|
|
470
500
|
result.cutVolumn = cutVolumn.toFixed(2) + " m³";
|
|
471
501
|
}
|
|
472
|
-
|
|
473
502
|
const fillVolumn = viewModel._excavateFillAnalysis.fillVolumn;
|
|
474
|
-
|
|
475
503
|
if (fillVolumn > 1000000000) {
|
|
476
504
|
result.fillVolumn = (fillVolumn / 1000000000).toFixed(2) + " km³";
|
|
477
505
|
} else {
|
|
@@ -482,103 +510,83 @@ const __default__ = {
|
|
|
482
510
|
}
|
|
483
511
|
});
|
|
484
512
|
});
|
|
513
|
+
|
|
485
514
|
/**
|
|
486
515
|
* @description 监听header生成
|
|
487
516
|
*/
|
|
488
|
-
|
|
489
517
|
const watchCreateHeaderTemp = () => {
|
|
490
518
|
if (props.showHeaderTemp) {
|
|
491
519
|
// 生成headerTemp
|
|
492
520
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
493
521
|
}
|
|
494
|
-
};
|
|
495
|
-
|
|
522
|
+
};
|
|
496
523
|
|
|
524
|
+
//开始分析
|
|
497
525
|
function startAnalysis() {
|
|
498
526
|
// this.clearResult();
|
|
499
527
|
showResult.value = false;
|
|
500
528
|
viewModel && viewModel.clear();
|
|
501
529
|
viewModel && viewModel.start();
|
|
502
|
-
}
|
|
503
|
-
|
|
530
|
+
}
|
|
504
531
|
|
|
532
|
+
//清除结果
|
|
505
533
|
function clearResult() {
|
|
506
534
|
showResult.value = false;
|
|
507
535
|
viewModel && viewModel.clear();
|
|
508
536
|
}
|
|
509
|
-
|
|
510
537
|
function paramsChanged(key) {
|
|
511
538
|
switch (key) {
|
|
512
539
|
case "height":
|
|
513
540
|
viewModel.setReferenceHeight(formItem.altitudeHeight);
|
|
514
|
-
|
|
515
541
|
if (showResult.value) {
|
|
516
542
|
const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
|
|
517
|
-
|
|
518
543
|
if (cutVolumn > 1000000000) {
|
|
519
544
|
result.cutVolumn = (cutVolumn / 1000000000).toFixed(2) + " km³";
|
|
520
545
|
} else {
|
|
521
546
|
result.cutVolumn = cutVolumn.toFixed(2) + " m³";
|
|
522
547
|
}
|
|
523
|
-
|
|
524
548
|
const fillVolumn = viewModel._excavateFillAnalysis.fillVolumn;
|
|
525
|
-
|
|
526
549
|
if (fillVolumn > 1000000000) {
|
|
527
550
|
result.fillVolumn = (fillVolumn / 1000000000).toFixed(2) + " km³";
|
|
528
551
|
} else {
|
|
529
552
|
result.fillVolumn = fillVolumn.toFixed(2) + " m³";
|
|
530
553
|
}
|
|
531
554
|
}
|
|
532
|
-
|
|
533
555
|
break;
|
|
534
|
-
|
|
535
556
|
case "cutColor":
|
|
536
557
|
viewModel.setCutColor(formItem.excavateColor);
|
|
537
558
|
break;
|
|
538
|
-
|
|
539
559
|
case "fillColor":
|
|
540
560
|
viewModel.setFillColor(formItem.fillColor);
|
|
541
561
|
break;
|
|
542
|
-
|
|
543
562
|
default:
|
|
544
563
|
break;
|
|
545
564
|
}
|
|
546
565
|
}
|
|
547
|
-
|
|
548
566
|
function closeBtn() {
|
|
549
567
|
showResult.value = false;
|
|
550
|
-
}
|
|
551
|
-
|
|
568
|
+
}
|
|
552
569
|
|
|
570
|
+
// 销毁
|
|
553
571
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
554
572
|
viewModel && viewModel.destroy();
|
|
555
573
|
});
|
|
556
|
-
|
|
574
|
+
__expose({
|
|
557
575
|
startAnalysis,
|
|
558
576
|
paramsChanged,
|
|
559
577
|
clearResult
|
|
560
578
|
});
|
|
561
579
|
return (_ctx, _cache) => {
|
|
562
580
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
563
|
-
|
|
564
581
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
565
|
-
|
|
566
582
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
567
|
-
|
|
568
583
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
569
|
-
|
|
570
584
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
571
|
-
|
|
572
585
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
573
|
-
|
|
574
586
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
575
|
-
|
|
576
587
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
577
|
-
|
|
578
588
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
579
|
-
|
|
580
589
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
581
|
-
|
|
582
590
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
583
591
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-excavate-fill-analysis", {
|
|
584
592
|
'kq-box-shadow': __props.showShadow
|
|
@@ -589,9 +597,7 @@ const __default__ = {
|
|
|
589
597
|
key: 0,
|
|
590
598
|
ref_key: "headerTempRef",
|
|
591
599
|
ref: headerTempRef
|
|
592
|
-
}, null, 512
|
|
593
|
-
/* NEED_PATCH */
|
|
594
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
600
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
595
601
|
style: {
|
|
596
602
|
"display": "flex"
|
|
597
603
|
}
|
|
@@ -601,9 +607,7 @@ const __default__ = {
|
|
|
601
607
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
602
608
|
width: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '100px' : '130px'
|
|
603
609
|
})
|
|
604
|
-
}, (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
|
|
605
|
-
/* TEXT, STYLE */
|
|
606
|
-
), (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, {
|
|
610
|
+
}, (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 /* TEXT, STYLE */), (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, {
|
|
607
611
|
style: {
|
|
608
612
|
"display": "flex"
|
|
609
613
|
}
|
|
@@ -618,12 +622,8 @@ const __default__ = {
|
|
|
618
622
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAltitudeHeight,
|
|
619
623
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
|
|
620
624
|
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
|
|
621
|
-
}, null, 8
|
|
622
|
-
/*
|
|
623
|
-
, ["modelValue", "min", "max"])]),
|
|
624
|
-
_: 1
|
|
625
|
-
/* STABLE */
|
|
626
|
-
|
|
625
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
626
|
+
_: 1 /* STABLE */
|
|
627
627
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
628
628
|
span: 8,
|
|
629
629
|
style: {
|
|
@@ -638,29 +638,17 @@ const __default__ = {
|
|
|
638
638
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
|
|
639
639
|
"controls-position": "right",
|
|
640
640
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
|
|
641
|
-
}, null, 8
|
|
642
|
-
/*
|
|
643
|
-
, ["modelValue", "min", "max"])]),
|
|
644
|
-
_: 1
|
|
645
|
-
/* STABLE */
|
|
646
|
-
|
|
641
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
642
|
+
_: 1 /* STABLE */
|
|
647
643
|
})]),
|
|
648
|
-
_: 1
|
|
649
|
-
/* STABLE */
|
|
650
|
-
|
|
644
|
+
_: 1 /* STABLE */
|
|
651
645
|
})])]),
|
|
652
|
-
_: 1
|
|
653
|
-
/* STABLE */
|
|
654
|
-
|
|
646
|
+
_: 1 /* STABLE */
|
|
655
647
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
656
648
|
class: "kq3d-excavate-fill-analysis-tip"
|
|
657
649
|
}, {
|
|
658
|
-
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
|
|
659
|
-
/*
|
|
660
|
-
)]),
|
|
661
|
-
_: 1
|
|
662
|
-
/* STABLE */
|
|
663
|
-
|
|
650
|
+
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 /* TEXT */)]),
|
|
651
|
+
_: 1 /* STABLE */
|
|
664
652
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
665
653
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
666
654
|
}, {
|
|
@@ -685,18 +673,10 @@ const __default__ = {
|
|
|
685
673
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
|
|
686
674
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor = $event),
|
|
687
675
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('fillColor'))
|
|
688
|
-
}, null, 8
|
|
689
|
-
/*
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
/* STABLE */
|
|
693
|
-
|
|
694
|
-
}, 8
|
|
695
|
-
/* PROPS */
|
|
696
|
-
, ["label"])]),
|
|
697
|
-
_: 1
|
|
698
|
-
/* STABLE */
|
|
699
|
-
|
|
676
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
677
|
+
_: 1 /* STABLE */
|
|
678
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
679
|
+
_: 1 /* STABLE */
|
|
700
680
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
701
681
|
span: 12
|
|
702
682
|
}, {
|
|
@@ -707,101 +687,50 @@ const __default__ = {
|
|
|
707
687
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor,
|
|
708
688
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor = $event),
|
|
709
689
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('cutColor'))
|
|
710
|
-
}, null, 8
|
|
711
|
-
/*
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
/* STABLE */
|
|
715
|
-
|
|
716
|
-
}, 8
|
|
717
|
-
/* PROPS */
|
|
718
|
-
, ["label"])]),
|
|
719
|
-
_: 1
|
|
720
|
-
/* STABLE */
|
|
721
|
-
|
|
690
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
691
|
+
_: 1 /* STABLE */
|
|
692
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
693
|
+
_: 1 /* STABLE */
|
|
722
694
|
})]),
|
|
723
|
-
_: 1
|
|
724
|
-
/* STABLE */
|
|
725
|
-
|
|
695
|
+
_: 1 /* STABLE */
|
|
726
696
|
})]),
|
|
727
|
-
_: 1
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
_: 1
|
|
734
|
-
/* STABLE */
|
|
735
|
-
|
|
736
|
-
}, 8
|
|
737
|
-
/* PROPS */
|
|
738
|
-
, ["title"])]),
|
|
739
|
-
_: 1
|
|
740
|
-
/* STABLE */
|
|
741
|
-
|
|
742
|
-
}, 8
|
|
743
|
-
/* PROPS */
|
|
744
|
-
, ["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, {
|
|
697
|
+
_: 1 /* STABLE */
|
|
698
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
699
|
+
_: 1 /* STABLE */
|
|
700
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
701
|
+
_: 1 /* STABLE */
|
|
702
|
+
}, 8 /* PROPS */, ["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, {
|
|
745
703
|
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
746
704
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
747
705
|
type: "primary"
|
|
748
706
|
}, {
|
|
749
|
-
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
|
|
750
|
-
/*
|
|
751
|
-
|
|
752
|
-
_: 1
|
|
753
|
-
/* STABLE */
|
|
754
|
-
|
|
755
|
-
}, 8
|
|
756
|
-
/* PROPS */
|
|
757
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
707
|
+
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 /* TEXT */)]),
|
|
708
|
+
_: 1 /* STABLE */
|
|
709
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
758
710
|
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
759
711
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
760
712
|
}, {
|
|
761
|
-
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
|
|
762
|
-
/*
|
|
763
|
-
|
|
764
|
-
_: 1
|
|
765
|
-
/* STABLE */
|
|
766
|
-
|
|
767
|
-
}, 8
|
|
768
|
-
/* PROPS */
|
|
769
|
-
, ["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, {
|
|
713
|
+
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 /* TEXT */)]),
|
|
714
|
+
_: 1 /* STABLE */
|
|
715
|
+
}, 8 /* PROPS */, ["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, {
|
|
770
716
|
class: "kq3d-excavate-fill-analysis-result-title"
|
|
771
717
|
}, {
|
|
772
718
|
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, {
|
|
773
719
|
span: 18
|
|
774
720
|
}, {
|
|
775
|
-
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
|
|
776
|
-
/*
|
|
777
|
-
)]),
|
|
778
|
-
_: 1
|
|
779
|
-
/* STABLE */
|
|
780
|
-
|
|
721
|
+
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 /* TEXT */)]),
|
|
722
|
+
_: 1 /* STABLE */
|
|
781
723
|
}), (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> ")]),
|
|
782
|
-
_: 1
|
|
783
|
-
/* STABLE */
|
|
784
|
-
|
|
724
|
+
_: 1 /* STABLE */
|
|
785
725
|
}), (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, {
|
|
786
|
-
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
|
|
787
|
-
/*
|
|
788
|
-
)]),
|
|
789
|
-
_: 1
|
|
790
|
-
/* STABLE */
|
|
791
|
-
|
|
726
|
+
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 /* TEXT */)]),
|
|
727
|
+
_: 1 /* STABLE */
|
|
792
728
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
793
|
-
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
|
|
794
|
-
/*
|
|
795
|
-
|
|
796
|
-
_: 1
|
|
797
|
-
/* STABLE */
|
|
798
|
-
|
|
799
|
-
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2
|
|
800
|
-
/* CLASS */
|
|
801
|
-
);
|
|
729
|
+
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 /* TEXT */)]),
|
|
730
|
+
_: 1 /* STABLE */
|
|
731
|
+
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2 /* CLASS */);
|
|
802
732
|
};
|
|
803
733
|
}
|
|
804
|
-
|
|
805
734
|
}));
|
|
806
735
|
;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
807
736
|
|
|
@@ -813,10 +742,13 @@ const __exports__ = ExcavateFillAnalysisvue_type_script_setup_true_lang_js;
|
|
|
813
742
|
|
|
814
743
|
/* harmony default export */ var ExcavateFillAnalysis = (__exports__);
|
|
815
744
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
816
|
-
var init_js_ = __webpack_require__(
|
|
745
|
+
var init_js_ = __webpack_require__(455);
|
|
817
746
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
818
747
|
;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/index.js
|
|
819
|
-
|
|
748
|
+
/*
|
|
749
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
750
|
+
* All rights reserved.
|
|
751
|
+
*/
|
|
820
752
|
|
|
821
753
|
|
|
822
754
|
|
|
@@ -825,8 +757,6 @@ ExcavateFillAnalysis.install = (Vue, opts) => {
|
|
|
825
757
|
Vue.component(ExcavateFillAnalysis.name, ExcavateFillAnalysis);
|
|
826
758
|
};
|
|
827
759
|
|
|
828
|
-
|
|
829
|
-
}();
|
|
830
760
|
/******/ return __webpack_exports__;
|
|
831
761
|
/******/ })()
|
|
832
762
|
;
|