@kq_npm/client3d_webgl_vue 4.5.3-beta → 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 +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +159 -227
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +288 -470
- package/clientPrint/index.js +333 -897
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +181 -252
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +297 -401
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +243 -382
- package/geologicalbodyanalysis/index.js +203 -287
- package/gpuspatialquery/index.js +240 -390
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +426 -733
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +7913 -16839
- package/isolineanalysis/index.js +554 -1231
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +339 -493
- package/modelFlat/index.js +202 -223
- package/modelexcavate/index.js +194 -251
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +180 -173
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +237 -328
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +273 -571
- package/sceneadvancedtoimage/index.js +1055 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9018 -17813
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +256 -436
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +200 -339
- package/slopeanalysis/index.js +270 -433
- package/slopeaspectanalysis/index.js +303 -523
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +218 -269
- package/terrainprofileanalysis/index.js +162 -171
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
package/modelFlat/index.js
CHANGED
|
@@ -7,100 +7,155 @@
|
|
|
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__(
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6363);
|
|
19
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__(
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
|
+
*/
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
26
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
27
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
28
31
|
};
|
|
29
|
-
|
|
30
|
-
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
|
+
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
33
|
|
|
32
34
|
/***/ }),
|
|
33
35
|
|
|
34
|
-
/***/
|
|
36
|
+
/***/ 5698:
|
|
35
37
|
/***/ (function(module) {
|
|
36
38
|
|
|
37
39
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
38
40
|
|
|
39
41
|
/***/ }),
|
|
40
42
|
|
|
41
|
-
/***/
|
|
43
|
+
/***/ 2652:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 3658:
|
|
51
|
+
/***/ (function(module) {
|
|
52
|
+
|
|
53
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 4669:
|
|
58
|
+
/***/ (function(module) {
|
|
59
|
+
|
|
60
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
64
|
+
/***/ 6363:
|
|
42
65
|
/***/ (function(module) {
|
|
43
66
|
|
|
44
67
|
module.exports = require("element-plus/dist/index.full.js");
|
|
45
68
|
|
|
46
69
|
/***/ }),
|
|
47
70
|
|
|
48
|
-
/***/
|
|
71
|
+
/***/ 3579:
|
|
49
72
|
/***/ (function(module) {
|
|
50
73
|
|
|
51
74
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
52
75
|
|
|
53
76
|
/***/ }),
|
|
54
77
|
|
|
55
|
-
/***/
|
|
78
|
+
/***/ 64:
|
|
56
79
|
/***/ (function(module) {
|
|
57
80
|
|
|
58
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
59
82
|
|
|
60
83
|
/***/ }),
|
|
61
84
|
|
|
62
|
-
/***/
|
|
85
|
+
/***/ 2975:
|
|
63
86
|
/***/ (function(module) {
|
|
64
87
|
|
|
65
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
66
89
|
|
|
67
90
|
/***/ }),
|
|
68
91
|
|
|
69
|
-
/***/
|
|
92
|
+
/***/ 455:
|
|
70
93
|
/***/ (function(module) {
|
|
71
94
|
|
|
72
|
-
module.exports =
|
|
95
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
73
96
|
|
|
74
97
|
/***/ }),
|
|
75
98
|
|
|
76
|
-
/***/
|
|
99
|
+
/***/ 154:
|
|
77
100
|
/***/ (function(module) {
|
|
78
101
|
|
|
79
|
-
module.exports =
|
|
102
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
80
103
|
|
|
81
104
|
/***/ }),
|
|
82
105
|
|
|
83
|
-
/***/
|
|
106
|
+
/***/ 6913:
|
|
84
107
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
85
108
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
function
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
109
|
+
|
|
110
|
+
// EXPORTS
|
|
111
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
112
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
116
|
+
function _typeof(o) {
|
|
117
|
+
"@babel/helpers - typeof";
|
|
118
|
+
|
|
119
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
120
|
+
return typeof o;
|
|
121
|
+
} : function (o) {
|
|
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.");
|
|
99
135
|
}
|
|
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
|
|
100
148
|
|
|
101
|
-
|
|
149
|
+
function _defineProperty(e, r, t) {
|
|
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;
|
|
102
156
|
}
|
|
103
157
|
|
|
158
|
+
|
|
104
159
|
/***/ })
|
|
105
160
|
|
|
106
161
|
/******/ });
|
|
@@ -172,80 +227,80 @@ function _defineProperty(obj, key, value) {
|
|
|
172
227
|
/******/
|
|
173
228
|
/************************************************************************/
|
|
174
229
|
var __webpack_exports__ = {};
|
|
175
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
176
|
-
!function() {
|
|
177
230
|
// ESM COMPAT FLAG
|
|
178
231
|
__webpack_require__.r(__webpack_exports__);
|
|
179
232
|
|
|
180
233
|
// EXPORTS
|
|
181
234
|
__webpack_require__.d(__webpack_exports__, {
|
|
182
|
-
|
|
235
|
+
ModelFlatViewModel: function() { return /* reexport */ ModelFlatViewModel; },
|
|
183
236
|
"default": function() { return /* reexport */ ModelFlat; }
|
|
184
237
|
});
|
|
185
238
|
|
|
186
239
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
187
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
240
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
188
241
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
189
|
-
var gis_utils_ = __webpack_require__(
|
|
190
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
191
|
-
var defineProperty = __webpack_require__(
|
|
242
|
+
var gis_utils_ = __webpack_require__(64);
|
|
243
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
244
|
+
var defineProperty = __webpack_require__(6913);
|
|
245
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
246
|
+
var es_array_push_js_ = __webpack_require__(2652);
|
|
247
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
248
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(3658);
|
|
249
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
250
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(4669);
|
|
192
251
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
193
|
-
var message = __webpack_require__(
|
|
252
|
+
var message = __webpack_require__(3275);
|
|
194
253
|
;// CONCATENATED MODULE: ./src/webgl/modelFlat/ModelFlatViewModel.js
|
|
195
254
|
|
|
196
|
-
//模型拾取逻辑类
|
|
197
255
|
|
|
198
|
-
class ModelFlatViewModel {
|
|
199
|
-
//三维viewer对象
|
|
200
|
-
//绘制管理对象
|
|
201
|
-
//全局参数
|
|
202
|
-
//绘制完成监听事件
|
|
203
|
-
// 平整对象
|
|
204
|
-
//平整辅助面数组
|
|
205
|
-
constructor(scenceView, viewModel) {
|
|
206
|
-
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
207
|
-
|
|
208
|
-
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
209
|
-
|
|
210
|
-
(0,defineProperty/* default */.Z)(this, "_options", {});
|
|
211
|
-
|
|
212
|
-
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
213
256
|
|
|
214
|
-
(0,defineProperty/* default */.Z)(this, "_flatteningPolygonTex", null);
|
|
215
257
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
258
|
+
/*
|
|
259
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
260
|
+
* All rights reserved.
|
|
261
|
+
*/
|
|
262
|
+
//模型拾取逻辑类
|
|
219
263
|
|
|
264
|
+
class ModelFlatViewModel {
|
|
265
|
+
constructor(scenceView, viewModel) {
|
|
266
|
+
(0,defineProperty/* default */.A)(this, "_viewer", null);
|
|
267
|
+
//三维viewer对象
|
|
268
|
+
(0,defineProperty/* default */.A)(this, "_drawManager", null);
|
|
269
|
+
//绘制管理对象
|
|
270
|
+
(0,defineProperty/* default */.A)(this, "_options", {});
|
|
271
|
+
//全局参数
|
|
272
|
+
(0,defineProperty/* default */.A)(this, "_removeEventListener", null);
|
|
273
|
+
//绘制完成监听事件
|
|
274
|
+
(0,defineProperty/* default */.A)(this, "_flatteningPolygonTex", null);
|
|
275
|
+
// 平整对象
|
|
276
|
+
(0,defineProperty/* default */.A)(this, "_assistPolygons", []);
|
|
277
|
+
//平整辅助面数组
|
|
278
|
+
(0,defineProperty/* default */.A)(this, "currentFlatPolygonIndex", -1);
|
|
220
279
|
this._viewer = scenceView._viewer;
|
|
221
280
|
this._options = viewModel;
|
|
222
281
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
223
|
-
this._drawManager = scenceView._drawManager;
|
|
224
|
-
|
|
225
|
-
let kq3dFlattening = new window.Cesium.Kq3dFlattenning(this._viewer, {});
|
|
226
|
-
|
|
282
|
+
this._drawManager = scenceView._drawManager;
|
|
283
|
+
//Create flattenning controller
|
|
284
|
+
let kq3dFlattening = new window.Cesium.Kq3dFlattenning(this._viewer, {});
|
|
285
|
+
//Create flattenedPolygonTexture
|
|
227
286
|
this._flatteningPolygonTex = kq3dFlattening.createFlattenedPolygonTexture();
|
|
228
287
|
var models = this._viewer.scene.primitives._primitives;
|
|
229
|
-
|
|
230
288
|
for (let i = 0; i < models.length; i++) {
|
|
231
289
|
if (models[i]._url) {
|
|
232
290
|
//Attach 3dTiles
|
|
233
291
|
this._flatteningPolygonTex.attachTileset(models[i]);
|
|
234
292
|
}
|
|
235
293
|
}
|
|
236
|
-
|
|
237
294
|
let that = this;
|
|
238
295
|
this._removeEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
239
296
|
if (shape) {
|
|
240
297
|
that._options.positions = shape._controlPoints;
|
|
241
298
|
that.createFlat();
|
|
242
|
-
|
|
243
299
|
that._drawManager.clear();
|
|
244
300
|
}
|
|
245
301
|
});
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
302
|
+
}
|
|
303
|
+
// 创建平整
|
|
249
304
|
createFlat() {
|
|
250
305
|
// 创建压平面
|
|
251
306
|
let curAssitPolygon = this._viewer.entities.add({
|
|
@@ -255,63 +310,51 @@ class ModelFlatViewModel {
|
|
|
255
310
|
},
|
|
256
311
|
show: this._options.flatteningShow ? true : false
|
|
257
312
|
});
|
|
258
|
-
|
|
259
313
|
this._assistPolygons.push(curAssitPolygon);
|
|
260
|
-
|
|
261
314
|
let myPolygon = window.Cesium.PolygonGeometry.fromPositions({
|
|
262
315
|
positions: this._options.positions,
|
|
263
316
|
height: this._options.flatHeight
|
|
264
317
|
});
|
|
265
|
-
|
|
266
318
|
this._flatteningPolygonTex.addFlattenedPolygon(myPolygon);
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
|
|
319
|
+
}
|
|
320
|
+
// 获取平整数量
|
|
270
321
|
getFlatCount() {
|
|
271
322
|
return this._flatteningPolygonTex.getFlattenedPolygons().length;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
|
|
323
|
+
}
|
|
324
|
+
// 开始分析
|
|
275
325
|
start() {
|
|
276
326
|
// 判断是否添加了模型
|
|
277
327
|
var flag = false;
|
|
278
328
|
var models = this._viewer.scene.primitives._primitives;
|
|
279
|
-
|
|
280
329
|
for (let i = 0; i < models.length; i++) {
|
|
281
330
|
if (models[i]._url) {
|
|
282
331
|
flag = true;
|
|
283
332
|
}
|
|
284
333
|
}
|
|
285
|
-
|
|
286
334
|
if (flag) {
|
|
287
335
|
this.remove();
|
|
288
|
-
|
|
289
336
|
this._drawManager.startDraw("polygon", {
|
|
290
337
|
clampToGround: true
|
|
291
338
|
});
|
|
292
339
|
} else {
|
|
293
|
-
(0,message/* default */.
|
|
340
|
+
(0,message/* default */.A)({
|
|
294
341
|
message: "请添加模型后绘制!",
|
|
295
342
|
type: "warning"
|
|
296
343
|
});
|
|
297
344
|
}
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
345
|
+
}
|
|
346
|
+
// 切换高度重新计算
|
|
301
347
|
setHeight(val) {
|
|
302
348
|
this._options.flatHeight = Number(val);
|
|
303
|
-
|
|
304
349
|
if (this.currentFlatPolygonIndex === -1) {
|
|
305
350
|
this._flatteningPolygonTex.setFlattenedPolygonHeight(-1, Number(val));
|
|
306
351
|
} else {
|
|
307
352
|
this._flatteningPolygonTex.setFlattenedPolygonHeight(this.currentFlatPolygonIndex, Number(val));
|
|
308
353
|
}
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
354
|
+
}
|
|
355
|
+
// 切换辅助面显示
|
|
312
356
|
setFlatteningShow(val) {
|
|
313
357
|
this._options.flatteningShow = val;
|
|
314
|
-
|
|
315
358
|
if (val) {
|
|
316
359
|
this._assistPolygons.forEach(item => {
|
|
317
360
|
item.show = true;
|
|
@@ -321,43 +364,35 @@ class ModelFlatViewModel {
|
|
|
321
364
|
item.show = false;
|
|
322
365
|
});
|
|
323
366
|
}
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
367
|
+
}
|
|
368
|
+
// 设置平整实例
|
|
327
369
|
setCurrentFlatPolygonIndex(val) {
|
|
328
370
|
this.currentFlatPolygonIndex = val;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
|
|
371
|
+
}
|
|
372
|
+
// 清除绘制
|
|
332
373
|
remove() {
|
|
333
374
|
this._drawManager.stopDraw();
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
|
|
375
|
+
}
|
|
376
|
+
// 清除
|
|
337
377
|
clear() {
|
|
338
378
|
this.remove();
|
|
339
|
-
|
|
340
379
|
this._flatteningPolygonTex.removeAllFlattenedPolygon();
|
|
341
|
-
|
|
342
380
|
for (var i = 0; i < this._assistPolygons.length; i++) {
|
|
343
381
|
this._viewer.entities.remove(this._assistPolygons[i]);
|
|
344
382
|
}
|
|
345
|
-
|
|
346
383
|
this._assistPolygons = [];
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
|
|
384
|
+
}
|
|
385
|
+
//销毁
|
|
350
386
|
destroy() {
|
|
351
387
|
this.clear();
|
|
352
388
|
}
|
|
353
|
-
|
|
354
389
|
}
|
|
355
390
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
356
|
-
var client_icons_vue_ = __webpack_require__(
|
|
391
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
357
392
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
358
|
-
var util_ = __webpack_require__(
|
|
393
|
+
var util_ = __webpack_require__(2975);
|
|
359
394
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
360
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
395
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
361
396
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/modelFlat/ModelFlat.vue?vue&type=script&setup=true&lang=js
|
|
362
397
|
|
|
363
398
|
const _hoisted_1 = {
|
|
@@ -378,12 +413,14 @@ const _hoisted_4 = {
|
|
|
378
413
|
|
|
379
414
|
|
|
380
415
|
|
|
381
|
-
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
//语言
|
|
382
419
|
|
|
383
420
|
const __default__ = {
|
|
384
421
|
name: "Kq3dModelFlat"
|
|
385
422
|
};
|
|
386
|
-
/* harmony default export */ var ModelFlatvue_type_script_setup_true_lang_js = (
|
|
423
|
+
/* harmony default export */ var ModelFlatvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
387
424
|
props: {
|
|
388
425
|
// 设置参数
|
|
389
426
|
settingParams: {
|
|
@@ -394,7 +431,6 @@ const __default__ = {
|
|
|
394
431
|
type: Boolean,
|
|
395
432
|
default: true
|
|
396
433
|
},
|
|
397
|
-
|
|
398
434
|
/**
|
|
399
435
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
400
436
|
*/
|
|
@@ -424,14 +460,14 @@ const __default__ = {
|
|
|
424
460
|
default: true
|
|
425
461
|
}
|
|
426
462
|
},
|
|
427
|
-
|
|
428
463
|
setup(__props, {
|
|
429
464
|
expose: __expose
|
|
430
465
|
}) {
|
|
431
|
-
const props = __props;
|
|
432
466
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
433
|
-
let viewModel = null;
|
|
467
|
+
let viewModel = null;
|
|
434
468
|
|
|
469
|
+
// 获取组件传参
|
|
470
|
+
const props = __props;
|
|
435
471
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
436
472
|
flatHeight: props.settingParams && props.settingParams.excavationDepth || 10,
|
|
437
473
|
// 模型平整深度
|
|
@@ -440,14 +476,16 @@ const __default__ = {
|
|
|
440
476
|
maxFlatDepth: props.settingParams && props.settingParams.maxExcavationDepth || 100,
|
|
441
477
|
// 模型平整深度范围最大值
|
|
442
478
|
flatteningShow: props.settingParams && props.settingParams.maxExcavationDepth || true // 压平面是否显示
|
|
479
|
+
});
|
|
443
480
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
481
|
+
// 组件容器Ref
|
|
482
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
447
483
|
|
|
484
|
+
// 生成组件默认header
|
|
448
485
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
449
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
486
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
450
487
|
|
|
488
|
+
// 国际化
|
|
451
489
|
let {
|
|
452
490
|
locale,
|
|
453
491
|
messages
|
|
@@ -465,8 +503,9 @@ const __default__ = {
|
|
|
465
503
|
watchCreateHeaderTemp();
|
|
466
504
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
467
505
|
watchCreateHeaderTemp();
|
|
468
|
-
});
|
|
506
|
+
});
|
|
469
507
|
|
|
508
|
+
//父组件ScenceView初始化完成后执行
|
|
470
509
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
471
510
|
if (scenceView) {
|
|
472
511
|
viewModel = new ModelFlatViewModel(scenceView, {
|
|
@@ -480,71 +519,57 @@ const __default__ = {
|
|
|
480
519
|
}
|
|
481
520
|
});
|
|
482
521
|
});
|
|
522
|
+
|
|
483
523
|
/**
|
|
484
524
|
* @description 监听header生成
|
|
485
525
|
*/
|
|
486
|
-
|
|
487
526
|
const watchCreateHeaderTemp = () => {
|
|
488
527
|
if (props.showHeaderTemp) {
|
|
489
528
|
// 生成headerTemp
|
|
490
529
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
491
530
|
}
|
|
492
|
-
};
|
|
493
|
-
|
|
494
|
-
|
|
531
|
+
};
|
|
532
|
+
// 调整平整深度
|
|
495
533
|
function changeHeight() {
|
|
496
534
|
viewModel && viewModel.setHeight(formItem.flatHeight);
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
|
|
535
|
+
}
|
|
536
|
+
// 调整压平面是否显示
|
|
500
537
|
function onChangeFlatteningShow() {
|
|
501
538
|
viewModel && viewModel.setFlatteningShow(formItem.flatteningShow);
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
|
|
539
|
+
}
|
|
540
|
+
// 获取平整分析个数
|
|
505
541
|
function getFlatCount() {
|
|
506
542
|
return viewModel && viewModel.getFlatCount();
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
|
|
543
|
+
}
|
|
544
|
+
// 设置操作平整实例
|
|
510
545
|
function setCurrentFlatPolygonIndex(val) {
|
|
511
546
|
viewModel && viewModel.setCurrentFlatPolygonIndex(val);
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
547
|
+
}
|
|
548
|
+
// 开始分析
|
|
515
549
|
function startOperation() {
|
|
516
550
|
viewModel && viewModel.start();
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
|
|
551
|
+
}
|
|
552
|
+
// 清除
|
|
520
553
|
function clear() {
|
|
521
554
|
viewModel && viewModel.clear();
|
|
522
|
-
}
|
|
523
|
-
|
|
555
|
+
}
|
|
524
556
|
|
|
557
|
+
// 销毁
|
|
525
558
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
526
559
|
viewModel && viewModel.destroy();
|
|
527
560
|
});
|
|
528
|
-
|
|
529
561
|
__expose({
|
|
530
562
|
getFlatCount,
|
|
531
563
|
setCurrentFlatPolygonIndex,
|
|
532
564
|
clear
|
|
533
565
|
});
|
|
534
|
-
|
|
535
566
|
return (_ctx, _cache) => {
|
|
536
567
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
537
|
-
|
|
538
568
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
539
|
-
|
|
540
569
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
541
|
-
|
|
542
570
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
543
|
-
|
|
544
571
|
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
545
|
-
|
|
546
572
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
547
|
-
|
|
548
573
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
549
574
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-model-flat", {
|
|
550
575
|
'kq-box-shadow': __props.showShadow
|
|
@@ -555,20 +580,14 @@ const __default__ = {
|
|
|
555
580
|
key: 0,
|
|
556
581
|
ref_key: "headerTempRef",
|
|
557
582
|
ref: headerTempRef
|
|
558
|
-
}, null, 512
|
|
559
|
-
/* NEED_PATCH */
|
|
560
|
-
)) : (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, {
|
|
583
|
+
}, 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, {
|
|
561
584
|
gutter: 10
|
|
562
585
|
}, {
|
|
563
586
|
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, {
|
|
564
587
|
span: 7
|
|
565
588
|
}, {
|
|
566
|
-
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).flatHeight), 1
|
|
567
|
-
/*
|
|
568
|
-
)]),
|
|
569
|
-
_: 1
|
|
570
|
-
/* STABLE */
|
|
571
|
-
|
|
589
|
+
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).flatHeight), 1 /* TEXT */)]),
|
|
590
|
+
_: 1 /* STABLE */
|
|
572
591
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
573
592
|
span: 11
|
|
574
593
|
}, {
|
|
@@ -580,12 +599,8 @@ const __default__ = {
|
|
|
580
599
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFlatDepth,
|
|
581
600
|
onChange: _cache[1] || (_cache[1] = $event => changeHeight()),
|
|
582
601
|
onClick: _cache[2] || (_cache[2] = $event => changeHeight())
|
|
583
|
-
}, null, 8
|
|
584
|
-
/*
|
|
585
|
-
, ["modelValue", "min", "max"])]),
|
|
586
|
-
_: 1
|
|
587
|
-
/* STABLE */
|
|
588
|
-
|
|
602
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
603
|
+
_: 1 /* STABLE */
|
|
589
604
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
590
605
|
span: 6,
|
|
591
606
|
style: {
|
|
@@ -600,28 +615,18 @@ const __default__ = {
|
|
|
600
615
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFlatDepth,
|
|
601
616
|
"controls-position": "right",
|
|
602
617
|
onInput: _cache[4] || (_cache[4] = $event => changeHeight())
|
|
603
|
-
}, null, 8
|
|
604
|
-
/*
|
|
605
|
-
, ["modelValue", "min", "max"])]),
|
|
606
|
-
_: 1
|
|
607
|
-
/* STABLE */
|
|
608
|
-
|
|
618
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
619
|
+
_: 1 /* STABLE */
|
|
609
620
|
})]),
|
|
610
|
-
_: 1
|
|
611
|
-
/* STABLE */
|
|
612
|
-
|
|
621
|
+
_: 1 /* STABLE */
|
|
613
622
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
614
623
|
gutter: 10
|
|
615
624
|
}, {
|
|
616
625
|
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, {
|
|
617
626
|
span: 7
|
|
618
627
|
}, {
|
|
619
|
-
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).flatteningShow), 1
|
|
620
|
-
/*
|
|
621
|
-
)]),
|
|
622
|
-
_: 1
|
|
623
|
-
/* STABLE */
|
|
624
|
-
|
|
628
|
+
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).flatteningShow), 1 /* TEXT */)]),
|
|
629
|
+
_: 1 /* STABLE */
|
|
625
630
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
626
631
|
span: 11
|
|
627
632
|
}, {
|
|
@@ -629,58 +634,31 @@ const __default__ = {
|
|
|
629
634
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).flatteningShow,
|
|
630
635
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).flatteningShow = $event),
|
|
631
636
|
onChange: onChangeFlatteningShow
|
|
632
|
-
}, null, 8
|
|
633
|
-
/*
|
|
634
|
-
, ["modelValue"])]),
|
|
635
|
-
_: 1
|
|
636
|
-
/* STABLE */
|
|
637
|
-
|
|
637
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
638
|
+
_: 1 /* STABLE */
|
|
638
639
|
})]),
|
|
639
|
-
_: 1
|
|
640
|
-
/* STABLE */
|
|
641
|
-
|
|
640
|
+
_: 1 /* STABLE */
|
|
642
641
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
643
642
|
class: "kq3d-model-flat-tip"
|
|
644
643
|
}, {
|
|
645
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 1
|
|
646
|
-
/*
|
|
647
|
-
)]),
|
|
648
|
-
_: 1
|
|
649
|
-
/* STABLE */
|
|
650
|
-
|
|
644
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 1 /* TEXT */)]),
|
|
645
|
+
_: 1 /* STABLE */
|
|
651
646
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
652
647
|
onClick: _cache[6] || (_cache[6] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startOperation(), ["stop"])),
|
|
653
648
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startOperation,
|
|
654
649
|
type: "primary"
|
|
655
650
|
}, {
|
|
656
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startOperation), 1
|
|
657
|
-
/*
|
|
658
|
-
|
|
659
|
-
_: 1
|
|
660
|
-
/* STABLE */
|
|
661
|
-
|
|
662
|
-
}, 8
|
|
663
|
-
/* PROPS */
|
|
664
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
651
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startOperation), 1 /* TEXT */)]),
|
|
652
|
+
_: 1 /* STABLE */
|
|
653
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
665
654
|
onClick: _cache[7] || (_cache[7] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
666
655
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
667
656
|
}, {
|
|
668
|
-
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
|
|
669
|
-
/*
|
|
670
|
-
|
|
671
|
-
_: 1
|
|
672
|
-
/* STABLE */
|
|
673
|
-
|
|
674
|
-
}, 8
|
|
675
|
-
/* PROPS */
|
|
676
|
-
, ["title"])])], 512
|
|
677
|
-
/* NEED_PATCH */
|
|
678
|
-
)], 2
|
|
679
|
-
/* CLASS */
|
|
680
|
-
);
|
|
657
|
+
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 /* TEXT */)]),
|
|
658
|
+
_: 1 /* STABLE */
|
|
659
|
+
}, 8 /* PROPS */, ["title"])])], 512 /* NEED_PATCH */)], 2 /* CLASS */);
|
|
681
660
|
};
|
|
682
661
|
}
|
|
683
|
-
|
|
684
662
|
}));
|
|
685
663
|
;// CONCATENATED MODULE: ./src/webgl/modelFlat/ModelFlat.vue?vue&type=script&setup=true&lang=js
|
|
686
664
|
|
|
@@ -692,10 +670,13 @@ const __exports__ = ModelFlatvue_type_script_setup_true_lang_js;
|
|
|
692
670
|
|
|
693
671
|
/* harmony default export */ var ModelFlat = (__exports__);
|
|
694
672
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
695
|
-
var init_js_ = __webpack_require__(
|
|
673
|
+
var init_js_ = __webpack_require__(455);
|
|
696
674
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
697
675
|
;// CONCATENATED MODULE: ./src/webgl/modelFlat/index.js
|
|
698
|
-
|
|
676
|
+
/*
|
|
677
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
678
|
+
* All rights reserved.
|
|
679
|
+
*/
|
|
699
680
|
|
|
700
681
|
|
|
701
682
|
|
|
@@ -704,8 +685,6 @@ ModelFlat.install = (Vue, opts) => {
|
|
|
704
685
|
Vue.component(ModelFlat.name, ModelFlat);
|
|
705
686
|
};
|
|
706
687
|
|
|
707
|
-
|
|
708
|
-
}();
|
|
709
688
|
/******/ return __webpack_exports__;
|
|
710
689
|
/******/ })()
|
|
711
690
|
;
|