@kq_npm/client3d_webgl_vue 4.5.29-beta → 4.5.31
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 +519 -263
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +201 -123
- package/baseterraingallery/index.js +123 -94
- package/baseterraingallery/style/baseterraingallery.css +1 -1
- package/boxclip/index.js +442 -249
- package/clientPrint/index.js +20228 -7467
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +243 -213
- package/compass/index.js +68 -74
- package/excavatefillanalysis/index.js +225 -143
- package/fixedzoomin/index.js +82 -72
- package/fixedzoomout/index.js +80 -71
- package/flight/index.js +371 -257
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +347 -199
- package/geologicalbodyanalysis/index.js +260 -166
- package/gpuspatialquery/index.js +359 -198
- package/hawkeye/index.js +100 -131
- package/headertemp/index.js +25 -14
- package/heatmap3d/index.js +678 -366
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +19746 -6806
- package/isolineanalysis/index.js +1202 -504
- package/light/index.js +494 -349
- package/limitheightanalysis/index.js +223 -159
- package/measure/index.js +353 -198
- package/modelFlat/index.js +204 -167
- package/modelexcavate/index.js +191 -130
- package/modelfilter/index.js +271 -179
- package/modelprofileanalysis/index.js +316 -206
- package/modelselect/index.js +147 -142
- package/package.json +1 -1
- package/particleeffect/index.js +403 -225
- package/planeclip/index.js +300 -198
- package/resetview/index.js +52 -66
- package/roller/index.js +372 -304
- package/scaneffect/index.js +537 -230
- package/sceneadvancedtoimage/index.js +358 -205
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
- package/sceneapp/index.js +20228 -7467
- package/sceneset/index.js +864 -350
- package/scenetohdimage/index.js +297 -159
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +20228 -7467
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +301 -257
- package/shadowanalysis/index.js +405 -217
- package/sightlineanalysis/index.js +271 -183
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +308 -160
- package/slopeanalysis/index.js +397 -227
- package/slopeaspectanalysis/index.js +485 -259
- package/statusbar/index.js +65 -88
- package/style.css +1 -1
- package/terrainoperation/index.js +237 -176
- package/terrainprofileanalysis/index.js +138 -120
- package/typhoontrac/index.js +1004 -234
- package/typhoontrac/style/typhoontrac.css +1 -1
- package/underground/index.js +61 -70
- package/videofusion/index.js +488 -265
- package/videoproject/index.js +490 -271
- package/viewshedanalysis/index.js +255 -151
- package/weathereffect/index.js +317 -166
- package/windyslicing/index.js +2198 -0
- package/windyslicing/style/index.js +3 -0
- package/windyslicing/style/windyslicing.css +1 -0
- package/wireframesketch/index.js +142 -110
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = 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"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["@kq_npm/client3d_webgl_vue"] = 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"));
|
|
8
|
+
else
|
|
9
|
+
root["@kq_npm/client3d_webgl_vue"] = 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"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
@@ -25,10 +25,12 @@ return /******/ (function() { // webpackBootstrap
|
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
+
|
|
28
29
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
29
30
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
31
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
32
|
};
|
|
33
|
+
|
|
32
34
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
35
|
|
|
34
36
|
/***/ }),
|
|
@@ -40,27 +42,6 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
40
42
|
|
|
41
43
|
/***/ }),
|
|
42
44
|
|
|
43
|
-
/***/ 2118:
|
|
44
|
-
/***/ (function(module) {
|
|
45
|
-
|
|
46
|
-
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
|
-
|
|
48
|
-
/***/ }),
|
|
49
|
-
|
|
50
|
-
/***/ 8470:
|
|
51
|
-
/***/ (function(module) {
|
|
52
|
-
|
|
53
|
-
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
54
|
-
|
|
55
|
-
/***/ }),
|
|
56
|
-
|
|
57
|
-
/***/ 8697:
|
|
58
|
-
/***/ (function(module) {
|
|
59
|
-
|
|
60
|
-
module.exports = require("core-js/modules/esnext.iterator.find.js");
|
|
61
|
-
|
|
62
|
-
/***/ }),
|
|
63
|
-
|
|
64
45
|
/***/ 9389:
|
|
65
46
|
/***/ (function(module) {
|
|
66
47
|
|
|
@@ -103,59 +84,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
103
84
|
|
|
104
85
|
/***/ }),
|
|
105
86
|
|
|
106
|
-
/***/
|
|
87
|
+
/***/ 8270:
|
|
107
88
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
108
89
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
123
|
-
}, _typeof(o);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
127
|
-
|
|
128
|
-
function toPrimitive(t, r) {
|
|
129
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
130
|
-
var e = t[Symbol.toPrimitive];
|
|
131
|
-
if (void 0 !== e) {
|
|
132
|
-
var i = e.call(t, r || "default");
|
|
133
|
-
if ("object" != _typeof(i)) return i;
|
|
134
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
90
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
91
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
92
|
+
/* harmony export */ });
|
|
93
|
+
function _defineProperty(obj, key, value) {
|
|
94
|
+
if (key in obj) {
|
|
95
|
+
Object.defineProperty(obj, key, {
|
|
96
|
+
value: value,
|
|
97
|
+
enumerable: true,
|
|
98
|
+
configurable: true,
|
|
99
|
+
writable: true
|
|
100
|
+
});
|
|
101
|
+
} else {
|
|
102
|
+
obj[key] = value;
|
|
135
103
|
}
|
|
136
|
-
return ("string" === r ? String : Number)(t);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
function toPropertyKey(t) {
|
|
143
|
-
var i = toPrimitive(t, "string");
|
|
144
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
148
104
|
|
|
149
|
-
|
|
150
|
-
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
151
|
-
value: t,
|
|
152
|
-
enumerable: !0,
|
|
153
|
-
configurable: !0,
|
|
154
|
-
writable: !0
|
|
155
|
-
}) : e[r] = t, e;
|
|
105
|
+
return obj;
|
|
156
106
|
}
|
|
157
107
|
|
|
158
|
-
|
|
159
108
|
/***/ })
|
|
160
109
|
|
|
161
110
|
/******/ });
|
|
@@ -242,21 +191,13 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
242
191
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
243
192
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
244
193
|
var gis_utils_ = __webpack_require__(7135);
|
|
245
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
246
|
-
var defineProperty = __webpack_require__(
|
|
247
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
248
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
249
|
-
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
250
|
-
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
251
|
-
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
252
|
-
var esnext_iterator_find_js_ = __webpack_require__(8697);
|
|
194
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
195
|
+
var defineProperty = __webpack_require__(8270);
|
|
253
196
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
254
197
|
var message = __webpack_require__(1349);
|
|
255
198
|
;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysisViewModel.js
|
|
256
199
|
|
|
257
200
|
|
|
258
|
-
|
|
259
|
-
|
|
260
201
|
/*
|
|
261
202
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
262
203
|
* All rights reserved.
|
|
@@ -264,23 +205,31 @@ var message = __webpack_require__(1349);
|
|
|
264
205
|
//地质体分析逻辑类
|
|
265
206
|
|
|
266
207
|
class GeologicalBodyAnalysisViewModel {
|
|
208
|
+
//三维viewer对象
|
|
209
|
+
//地质体分析存储参数对象
|
|
210
|
+
//地质体分析三维对象
|
|
267
211
|
constructor(scenceView, options) {
|
|
268
212
|
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
269
|
-
|
|
213
|
+
|
|
270
214
|
(0,defineProperty/* default */.Z)(this, "_options", {});
|
|
271
|
-
|
|
215
|
+
|
|
272
216
|
(0,defineProperty/* default */.Z)(this, "_geologyBody", null);
|
|
273
|
-
|
|
217
|
+
|
|
274
218
|
(0,defineProperty/* default */.Z)(this, "_measureHandler", null);
|
|
219
|
+
|
|
275
220
|
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
221
|
+
|
|
276
222
|
this._language = scenceView._language;
|
|
277
223
|
this._options = options;
|
|
278
224
|
this._viewer = scenceView._viewer;
|
|
279
225
|
this._measureHandler = new Cesium.Kq3dMeasureHandler(scenceView._viewer);
|
|
226
|
+
|
|
280
227
|
this._measureHandler.measureEvent.addEventListener(function (result) {
|
|
281
228
|
if (result.measureResult.labels) result.measureResult.labels.show = false;
|
|
282
229
|
});
|
|
230
|
+
|
|
283
231
|
let that = this;
|
|
232
|
+
|
|
284
233
|
this._measureHandler.activeEvent.addEventListener(function (ret) {
|
|
285
234
|
if (ret == false) {
|
|
286
235
|
if (that._measureHandler.measureResults && that._measureHandler.measureResults.length > 0) {
|
|
@@ -292,8 +241,11 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
292
241
|
geo.sectionPrimitives = that._viewer.scene.primitives.add(geo.sectionPrimitiveCollection);
|
|
293
242
|
}
|
|
294
243
|
});
|
|
244
|
+
|
|
295
245
|
that._measureHandler.measureResults[0].destroy();
|
|
246
|
+
|
|
296
247
|
break;
|
|
248
|
+
|
|
297
249
|
case 2:
|
|
298
250
|
// 裁剪
|
|
299
251
|
that._geologyBody.polygonClipping(that._measureHandler.measureResults[0].polygonPositions).then(function (geo) {
|
|
@@ -301,15 +253,21 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
301
253
|
geo.sectionPrimitives = that._viewer.scene.primitives.add(geo.sectionPrimitiveCollection);
|
|
302
254
|
}
|
|
303
255
|
});
|
|
256
|
+
|
|
304
257
|
that._measureHandler.measureResults[0].destroy();
|
|
258
|
+
|
|
305
259
|
break;
|
|
260
|
+
|
|
306
261
|
case 3:
|
|
307
262
|
// 钻孔
|
|
308
263
|
let positions = [];
|
|
264
|
+
|
|
309
265
|
for (let i = that._measureHandler.measureResults.length - 1; i >= 0; i--) {
|
|
310
266
|
positions.push(that._measureHandler.measureResults[i].entities[0].position._value);
|
|
267
|
+
|
|
311
268
|
that._measureHandler.measureResults[i].destroy();
|
|
312
269
|
}
|
|
270
|
+
|
|
313
271
|
if (positions.length > 0) {
|
|
314
272
|
that._geologyBody.drillHole(positions).then(function (geo) {
|
|
315
273
|
if (!that._viewer.scene.primitives.contains(geo.sectionPrimitives)) {
|
|
@@ -317,19 +275,22 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
317
275
|
}
|
|
318
276
|
});
|
|
319
277
|
}
|
|
278
|
+
|
|
320
279
|
break;
|
|
280
|
+
|
|
321
281
|
default:
|
|
322
282
|
break;
|
|
323
283
|
}
|
|
324
284
|
}
|
|
325
285
|
}
|
|
326
286
|
});
|
|
327
|
-
}
|
|
287
|
+
} // 查找所有地质体对象
|
|
288
|
+
|
|
328
289
|
|
|
329
|
-
// 查找所有地质体对象
|
|
330
290
|
findLayers() {
|
|
331
291
|
let geologys = [];
|
|
332
292
|
const geologyBodyCollection = this._viewer.geologyBodyCollection;
|
|
293
|
+
|
|
333
294
|
for (let i = 0; i < geologyBodyCollection.length; i++) {
|
|
334
295
|
if (geologyBodyCollection[i].geologyPrimitiveCollection) {
|
|
335
296
|
if (!geologyBodyCollection[i].guid) geologyBodyCollection[i].guid = Cesium.createGuid();
|
|
@@ -339,35 +300,43 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
339
300
|
});
|
|
340
301
|
}
|
|
341
302
|
}
|
|
303
|
+
|
|
342
304
|
return geologys;
|
|
343
|
-
}
|
|
305
|
+
} // 设置地质体分析对象
|
|
306
|
+
|
|
344
307
|
|
|
345
|
-
// 设置地质体分析对象
|
|
346
308
|
setLayer(guid) {
|
|
347
309
|
this.clear();
|
|
348
310
|
this._geologyBody = this._viewer.geologyBodyCollection.find(function (item) {
|
|
349
311
|
return item.guid === guid;
|
|
350
312
|
});
|
|
351
|
-
}
|
|
313
|
+
} // 开始分析
|
|
314
|
+
|
|
352
315
|
|
|
353
|
-
// 开始分析
|
|
354
316
|
start() {
|
|
355
317
|
// 判断是否添加了地质体
|
|
356
318
|
if (this._viewer.geologyBodyCollection.length > 0 && this._geologyBody) {
|
|
357
319
|
this.clear();
|
|
320
|
+
|
|
358
321
|
switch (this._options.operationType) {
|
|
359
322
|
case 1:
|
|
360
323
|
// 剖切
|
|
361
324
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalDistance);
|
|
325
|
+
|
|
362
326
|
break;
|
|
327
|
+
|
|
363
328
|
case 2:
|
|
364
329
|
// 裁剪
|
|
365
330
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalArea);
|
|
331
|
+
|
|
366
332
|
break;
|
|
333
|
+
|
|
367
334
|
case 3:
|
|
368
335
|
// 钻孔
|
|
369
336
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.Coordinate);
|
|
337
|
+
|
|
370
338
|
break;
|
|
339
|
+
|
|
371
340
|
default:
|
|
372
341
|
break;
|
|
373
342
|
}
|
|
@@ -377,12 +346,13 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
377
346
|
type: "warning"
|
|
378
347
|
});
|
|
379
348
|
}
|
|
380
|
-
}
|
|
349
|
+
} //清除全部
|
|
350
|
+
|
|
381
351
|
|
|
382
|
-
//清除全部
|
|
383
352
|
clear() {
|
|
384
353
|
if (this._geologyBody) {
|
|
385
354
|
this._viewer.scene.primitives.remove(this._geologyBody.sectionPrimitives);
|
|
355
|
+
|
|
386
356
|
if (this._geologyBody.geologyPrimitiveCollection.length == 0) {
|
|
387
357
|
this._geologyBody.createGeology(this._geologyBody.data).then(function (that) {
|
|
388
358
|
if (!that.viewer.scene.primitives.contains(that.geologyPrimitives)) {
|
|
@@ -391,14 +361,15 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
391
361
|
});
|
|
392
362
|
}
|
|
393
363
|
}
|
|
394
|
-
}
|
|
364
|
+
} //销毁
|
|
365
|
+
|
|
395
366
|
|
|
396
|
-
//销毁
|
|
397
367
|
destroy() {
|
|
398
368
|
this.clear();
|
|
399
369
|
this._measureHandler && this._measureHandler.destroy();
|
|
400
370
|
this._measureHandler = null;
|
|
401
371
|
}
|
|
372
|
+
|
|
402
373
|
}
|
|
403
374
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
404
375
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -406,7 +377,7 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
406
377
|
var util_ = __webpack_require__(3458);
|
|
407
378
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
408
379
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
409
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
380
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
410
381
|
|
|
411
382
|
const _hoisted_1 = {
|
|
412
383
|
class: "kq3d-geological-body-box"
|
|
@@ -446,6 +417,7 @@ const __default__ = {
|
|
|
446
417
|
type: Boolean,
|
|
447
418
|
default: true
|
|
448
419
|
},
|
|
420
|
+
|
|
449
421
|
/**
|
|
450
422
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
451
423
|
*/
|
|
@@ -475,6 +447,7 @@ const __default__ = {
|
|
|
475
447
|
default: true
|
|
476
448
|
}
|
|
477
449
|
},
|
|
450
|
+
|
|
478
451
|
setup(__props, {
|
|
479
452
|
expose: __expose
|
|
480
453
|
}) {
|
|
@@ -484,9 +457,7 @@ const __default__ = {
|
|
|
484
457
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
485
458
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
486
459
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
487
|
-
let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
488
|
-
|
|
489
|
-
// 获取组件传参
|
|
460
|
+
let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 获取组件传参
|
|
490
461
|
|
|
491
462
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
492
463
|
geology: props.settingParams && props.settingParams.geology || null,
|
|
@@ -494,16 +465,13 @@ const __default__ = {
|
|
|
494
465
|
drillingRadius: props.settingParams && props.settingParams.drillingRadius || 10,
|
|
495
466
|
drillingDepth: props.settingParams && props.settingParams.drillingDepth || 50
|
|
496
467
|
});
|
|
497
|
-
let viewModel = null;
|
|
468
|
+
let viewModel = null; // 组件容器Ref
|
|
498
469
|
|
|
499
|
-
//
|
|
500
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
470
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
501
471
|
|
|
502
|
-
// 生成组件默认header
|
|
503
472
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
504
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
473
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
|
|
505
474
|
|
|
506
|
-
// 国际化
|
|
507
475
|
let {
|
|
508
476
|
locale,
|
|
509
477
|
messages
|
|
@@ -527,6 +495,7 @@ const __default__ = {
|
|
|
527
495
|
});
|
|
528
496
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
529
497
|
//父组 件ScenceView初始化完成后执行
|
|
498
|
+
|
|
530
499
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
531
500
|
if (scenceView) {
|
|
532
501
|
viewModel = new GeologicalBodyAnalysisViewModel(scenceView, formItem);
|
|
@@ -542,61 +511,75 @@ const __default__ = {
|
|
|
542
511
|
}
|
|
543
512
|
}, 1000);
|
|
544
513
|
});
|
|
545
|
-
|
|
546
514
|
/**
|
|
547
515
|
* @description 监听header生成
|
|
548
516
|
*/
|
|
517
|
+
|
|
549
518
|
const watchCreateHeaderTemp = () => {
|
|
550
519
|
if (props.showHeaderTemp) {
|
|
551
520
|
// 生成headerTemp
|
|
552
521
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
553
522
|
}
|
|
554
|
-
};
|
|
523
|
+
}; // 参数改变
|
|
524
|
+
|
|
555
525
|
|
|
556
|
-
// 参数改变
|
|
557
526
|
function paramsChanged(key) {
|
|
558
527
|
switch (key) {
|
|
559
528
|
case "geology":
|
|
560
529
|
viewModel.setLayer(formItem.geology);
|
|
561
530
|
break;
|
|
531
|
+
|
|
562
532
|
case "drillingRadius":
|
|
563
533
|
break;
|
|
534
|
+
|
|
564
535
|
case "drillingDepth":
|
|
565
536
|
break;
|
|
537
|
+
|
|
566
538
|
default:
|
|
567
539
|
break;
|
|
568
540
|
}
|
|
569
|
-
}
|
|
541
|
+
} // 开始分析
|
|
542
|
+
|
|
570
543
|
|
|
571
|
-
// 开始分析
|
|
572
544
|
function startAnalysis() {
|
|
573
545
|
viewModel && viewModel.start();
|
|
574
|
-
}
|
|
546
|
+
} // 清除
|
|
547
|
+
|
|
575
548
|
|
|
576
|
-
// 清除
|
|
577
549
|
function clear() {
|
|
578
550
|
viewModel && viewModel.clear();
|
|
579
|
-
}
|
|
551
|
+
} // 销毁
|
|
552
|
+
|
|
580
553
|
|
|
581
|
-
// 销毁
|
|
582
554
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
583
555
|
viewModel && viewModel.destroy();
|
|
584
556
|
});
|
|
557
|
+
|
|
585
558
|
__expose({
|
|
586
559
|
paramsChanged,
|
|
587
560
|
startAnalysis,
|
|
588
561
|
clear
|
|
589
562
|
});
|
|
563
|
+
|
|
590
564
|
return (_ctx, _cache) => {
|
|
591
565
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
566
|
+
|
|
592
567
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
568
|
+
|
|
593
569
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
570
|
+
|
|
594
571
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
572
|
+
|
|
595
573
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
574
|
+
|
|
596
575
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
576
|
+
|
|
597
577
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
578
|
+
|
|
598
579
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
580
|
+
|
|
599
581
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
582
|
+
|
|
600
583
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
601
584
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-geological-body", {
|
|
602
585
|
'kq-box-shadow': __props.showShadow
|
|
@@ -607,7 +590,9 @@ const __default__ = {
|
|
|
607
590
|
key: 0,
|
|
608
591
|
ref_key: "headerTempRef",
|
|
609
592
|
ref: headerTempRef
|
|
610
|
-
}, null, 512
|
|
593
|
+
}, null, 512
|
|
594
|
+
/* NEED_PATCH */
|
|
595
|
+
)) : (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, {
|
|
611
596
|
gutter: 20,
|
|
612
597
|
class: "rowClass"
|
|
613
598
|
}, {
|
|
@@ -615,8 +600,12 @@ const __default__ = {
|
|
|
615
600
|
span: 6,
|
|
616
601
|
class: "colClass"
|
|
617
602
|
}, {
|
|
618
|
-
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).analysisObject), 1
|
|
619
|
-
|
|
603
|
+
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).analysisObject), 1
|
|
604
|
+
/* TEXT */
|
|
605
|
+
)]),
|
|
606
|
+
_: 1
|
|
607
|
+
/* STABLE */
|
|
608
|
+
|
|
620
609
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
621
610
|
span: 18
|
|
622
611
|
}, {
|
|
@@ -633,15 +622,31 @@ const __default__ = {
|
|
|
633
622
|
value: item.guid,
|
|
634
623
|
label: item.name
|
|
635
624
|
}, {
|
|
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)(item.name), 1
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
625
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.name), 1
|
|
626
|
+
/* TEXT */
|
|
627
|
+
)]),
|
|
628
|
+
_: 2
|
|
629
|
+
/* DYNAMIC */
|
|
630
|
+
|
|
631
|
+
}, 1032
|
|
632
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
633
|
+
, ["value", "label"]);
|
|
634
|
+
}), 128
|
|
635
|
+
/* KEYED_FRAGMENT */
|
|
636
|
+
))]),
|
|
637
|
+
_: 1
|
|
638
|
+
/* STABLE */
|
|
639
|
+
|
|
640
|
+
}, 8
|
|
641
|
+
/* PROPS */
|
|
642
|
+
, ["modelValue"])]),
|
|
643
|
+
_: 1
|
|
644
|
+
/* STABLE */
|
|
645
|
+
|
|
643
646
|
})]),
|
|
644
|
-
_: 1
|
|
647
|
+
_: 1
|
|
648
|
+
/* STABLE */
|
|
649
|
+
|
|
645
650
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
646
651
|
gutter: 20,
|
|
647
652
|
class: "rowClass"
|
|
@@ -650,8 +655,12 @@ const __default__ = {
|
|
|
650
655
|
span: 6,
|
|
651
656
|
class: "colClass"
|
|
652
657
|
}, {
|
|
653
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operationType), 1
|
|
654
|
-
|
|
658
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operationType), 1
|
|
659
|
+
/* TEXT */
|
|
660
|
+
)]),
|
|
661
|
+
_: 1
|
|
662
|
+
/* STABLE */
|
|
663
|
+
|
|
655
664
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
656
665
|
span: 18
|
|
657
666
|
}, {
|
|
@@ -662,24 +671,44 @@ const __default__ = {
|
|
|
662
671
|
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, {
|
|
663
672
|
label: 1
|
|
664
673
|
}, {
|
|
665
|
-
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).section), 1
|
|
666
|
-
|
|
674
|
+
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).section), 1
|
|
675
|
+
/* TEXT */
|
|
676
|
+
)]),
|
|
677
|
+
_: 1
|
|
678
|
+
/* STABLE */
|
|
679
|
+
|
|
667
680
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
668
681
|
label: 2
|
|
669
682
|
}, {
|
|
670
|
-
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).cropping), 1
|
|
671
|
-
|
|
683
|
+
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).cropping), 1
|
|
684
|
+
/* TEXT */
|
|
685
|
+
)]),
|
|
686
|
+
_: 1
|
|
687
|
+
/* STABLE */
|
|
688
|
+
|
|
672
689
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
673
690
|
label: 3
|
|
674
691
|
}, {
|
|
675
|
-
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).drillHole), 1
|
|
676
|
-
|
|
692
|
+
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).drillHole), 1
|
|
693
|
+
/* TEXT */
|
|
694
|
+
)]),
|
|
695
|
+
_: 1
|
|
696
|
+
/* STABLE */
|
|
697
|
+
|
|
677
698
|
})]),
|
|
678
|
-
_: 1
|
|
679
|
-
|
|
680
|
-
|
|
699
|
+
_: 1
|
|
700
|
+
/* STABLE */
|
|
701
|
+
|
|
702
|
+
}, 8
|
|
703
|
+
/* PROPS */
|
|
704
|
+
, ["modelValue"])]),
|
|
705
|
+
_: 1
|
|
706
|
+
/* STABLE */
|
|
707
|
+
|
|
681
708
|
})]),
|
|
682
|
-
_: 1
|
|
709
|
+
_: 1
|
|
710
|
+
/* STABLE */
|
|
711
|
+
|
|
683
712
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
684
713
|
gutter: 20,
|
|
685
714
|
class: "rowClass"
|
|
@@ -688,8 +717,12 @@ const __default__ = {
|
|
|
688
717
|
span: 6,
|
|
689
718
|
class: "colClass"
|
|
690
719
|
}, {
|
|
691
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingRadius), 1
|
|
692
|
-
|
|
720
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingRadius), 1
|
|
721
|
+
/* TEXT */
|
|
722
|
+
)]),
|
|
723
|
+
_: 1
|
|
724
|
+
/* STABLE */
|
|
725
|
+
|
|
693
726
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
694
727
|
span: 18
|
|
695
728
|
}, {
|
|
@@ -708,8 +741,12 @@ const __default__ = {
|
|
|
708
741
|
max: 50,
|
|
709
742
|
step: 0.1,
|
|
710
743
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('drillingRadius'))
|
|
711
|
-
}, null, 8
|
|
712
|
-
|
|
744
|
+
}, null, 8
|
|
745
|
+
/* PROPS */
|
|
746
|
+
, ["modelValue", "step"])]),
|
|
747
|
+
_: 1
|
|
748
|
+
/* STABLE */
|
|
749
|
+
|
|
713
750
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
714
751
|
span: 8,
|
|
715
752
|
style: {
|
|
@@ -724,15 +761,27 @@ const __default__ = {
|
|
|
724
761
|
step: 0.1,
|
|
725
762
|
"controls-position": "right",
|
|
726
763
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('drillingRadius'))
|
|
727
|
-
}, null, 8
|
|
728
|
-
|
|
764
|
+
}, null, 8
|
|
765
|
+
/* PROPS */
|
|
766
|
+
, ["modelValue", "step"])]),
|
|
767
|
+
_: 1
|
|
768
|
+
/* STABLE */
|
|
769
|
+
|
|
729
770
|
})]),
|
|
730
|
-
_: 1
|
|
771
|
+
_: 1
|
|
772
|
+
/* STABLE */
|
|
773
|
+
|
|
731
774
|
})]),
|
|
732
|
-
_: 1
|
|
775
|
+
_: 1
|
|
776
|
+
/* STABLE */
|
|
777
|
+
|
|
733
778
|
})]),
|
|
734
|
-
_: 1
|
|
735
|
-
|
|
779
|
+
_: 1
|
|
780
|
+
/* STABLE */
|
|
781
|
+
|
|
782
|
+
}, 512
|
|
783
|
+
/* NEED_PATCH */
|
|
784
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
736
785
|
gutter: 20,
|
|
737
786
|
class: "rowClass"
|
|
738
787
|
}, {
|
|
@@ -740,8 +789,12 @@ const __default__ = {
|
|
|
740
789
|
span: 6,
|
|
741
790
|
class: "colClass"
|
|
742
791
|
}, {
|
|
743
|
-
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_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingDepth), 1
|
|
744
|
-
|
|
792
|
+
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_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingDepth), 1
|
|
793
|
+
/* TEXT */
|
|
794
|
+
)]),
|
|
795
|
+
_: 1
|
|
796
|
+
/* STABLE */
|
|
797
|
+
|
|
745
798
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
746
799
|
span: 18
|
|
747
800
|
}, {
|
|
@@ -760,8 +813,12 @@ const __default__ = {
|
|
|
760
813
|
max: 500,
|
|
761
814
|
step: 1,
|
|
762
815
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('drillingDepth'))
|
|
763
|
-
}, null, 8
|
|
764
|
-
|
|
816
|
+
}, null, 8
|
|
817
|
+
/* PROPS */
|
|
818
|
+
, ["modelValue"])]),
|
|
819
|
+
_: 1
|
|
820
|
+
/* STABLE */
|
|
821
|
+
|
|
765
822
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
766
823
|
span: 8,
|
|
767
824
|
style: {
|
|
@@ -776,35 +833,70 @@ const __default__ = {
|
|
|
776
833
|
step: 1,
|
|
777
834
|
"controls-position": "right",
|
|
778
835
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('drillingDepth'))
|
|
779
|
-
}, null, 8
|
|
780
|
-
|
|
836
|
+
}, null, 8
|
|
837
|
+
/* PROPS */
|
|
838
|
+
, ["modelValue"])]),
|
|
839
|
+
_: 1
|
|
840
|
+
/* STABLE */
|
|
841
|
+
|
|
781
842
|
})]),
|
|
782
|
-
_: 1
|
|
843
|
+
_: 1
|
|
844
|
+
/* STABLE */
|
|
845
|
+
|
|
783
846
|
})]),
|
|
784
|
-
_: 1
|
|
847
|
+
_: 1
|
|
848
|
+
/* STABLE */
|
|
849
|
+
|
|
785
850
|
})]),
|
|
786
|
-
_: 1
|
|
787
|
-
|
|
851
|
+
_: 1
|
|
852
|
+
/* STABLE */
|
|
853
|
+
|
|
854
|
+
}, 512
|
|
855
|
+
/* NEED_PATCH */
|
|
856
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
788
857
|
class: "kq3d-geological-body-tip"
|
|
789
858
|
}, {
|
|
790
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).sectionTips), 513
|
|
791
|
-
|
|
859
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).sectionTips), 513
|
|
860
|
+
/* TEXT, NEED_PATCH */
|
|
861
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).croppingTips), 513
|
|
862
|
+
/* TEXT, NEED_PATCH */
|
|
863
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 2]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).drillHoleTips), 513
|
|
864
|
+
/* TEXT, NEED_PATCH */
|
|
865
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 3]])]),
|
|
866
|
+
_: 1
|
|
867
|
+
/* STABLE */
|
|
868
|
+
|
|
792
869
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
793
870
|
onClick: _cache[12] || (_cache[12] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
794
871
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
795
872
|
type: "primary"
|
|
796
873
|
}, {
|
|
797
|
-
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
|
|
798
|
-
|
|
799
|
-
|
|
874
|
+
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
|
|
875
|
+
/* TEXT */
|
|
876
|
+
)]),
|
|
877
|
+
_: 1
|
|
878
|
+
/* STABLE */
|
|
879
|
+
|
|
880
|
+
}, 8
|
|
881
|
+
/* PROPS */
|
|
882
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
800
883
|
onClick: _cache[13] || (_cache[13] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
801
884
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
802
885
|
}, {
|
|
803
|
-
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
|
|
804
|
-
|
|
805
|
-
|
|
886
|
+
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
|
|
887
|
+
/* TEXT */
|
|
888
|
+
)]),
|
|
889
|
+
_: 1
|
|
890
|
+
/* STABLE */
|
|
891
|
+
|
|
892
|
+
}, 8
|
|
893
|
+
/* PROPS */
|
|
894
|
+
, ["title"])])])], 2
|
|
895
|
+
/* CLASS */
|
|
896
|
+
);
|
|
806
897
|
};
|
|
807
898
|
}
|
|
899
|
+
|
|
808
900
|
}));
|
|
809
901
|
;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
810
902
|
|
|
@@ -826,11 +918,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
826
918
|
|
|
827
919
|
|
|
828
920
|
|
|
921
|
+
|
|
829
922
|
GeologicalBodyAnalysis.install = (Vue, opts) => {
|
|
830
923
|
init_js_default()(Vue, opts);
|
|
831
924
|
Vue.component(GeologicalBodyAnalysis.name, GeologicalBodyAnalysis);
|
|
832
925
|
};
|
|
833
926
|
|
|
927
|
+
|
|
834
928
|
}();
|
|
835
929
|
/******/ return __webpack_exports__;
|
|
836
930
|
/******/ })()
|