@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
package/wireframesketch/index.js
CHANGED
|
@@ -7,98 +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, __unused_webpack___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
|
-
// UNUSED EXPORTS: default
|
|
20
27
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
var
|
|
26
|
-
|
|
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
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (KqMessage)));
|
|
33
|
+
|
|
34
|
+
/***/ }),
|
|
27
35
|
|
|
36
|
+
/***/ 5698:
|
|
37
|
+
/***/ (function(module) {
|
|
28
38
|
|
|
39
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
29
40
|
|
|
30
|
-
|
|
31
|
-
init_js_default()(Vue, opts);
|
|
32
|
-
Vue.component("KqMessage", index_full_js_namespaceObject.ElMessage);
|
|
33
|
-
};
|
|
41
|
+
/***/ }),
|
|
34
42
|
|
|
35
|
-
|
|
43
|
+
/***/ 2652:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
36
47
|
|
|
37
48
|
/***/ }),
|
|
38
49
|
|
|
39
|
-
/***/
|
|
50
|
+
/***/ 6363:
|
|
40
51
|
/***/ (function(module) {
|
|
41
52
|
|
|
42
|
-
module.exports = require("
|
|
53
|
+
module.exports = require("element-plus/dist/index.full.js");
|
|
43
54
|
|
|
44
55
|
/***/ }),
|
|
45
56
|
|
|
46
|
-
/***/
|
|
57
|
+
/***/ 3579:
|
|
47
58
|
/***/ (function(module) {
|
|
48
59
|
|
|
49
60
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
50
61
|
|
|
51
62
|
/***/ }),
|
|
52
63
|
|
|
53
|
-
/***/
|
|
64
|
+
/***/ 64:
|
|
54
65
|
/***/ (function(module) {
|
|
55
66
|
|
|
56
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
57
68
|
|
|
58
69
|
/***/ }),
|
|
59
70
|
|
|
60
|
-
/***/
|
|
71
|
+
/***/ 2975:
|
|
61
72
|
/***/ (function(module) {
|
|
62
73
|
|
|
63
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
64
75
|
|
|
65
76
|
/***/ }),
|
|
66
77
|
|
|
67
|
-
/***/
|
|
78
|
+
/***/ 455:
|
|
68
79
|
/***/ (function(module) {
|
|
69
80
|
|
|
70
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
71
82
|
|
|
72
83
|
/***/ }),
|
|
73
84
|
|
|
74
|
-
/***/
|
|
85
|
+
/***/ 154:
|
|
75
86
|
/***/ (function(module) {
|
|
76
87
|
|
|
77
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
78
89
|
|
|
79
90
|
/***/ }),
|
|
80
91
|
|
|
81
|
-
/***/
|
|
92
|
+
/***/ 6913:
|
|
82
93
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
83
94
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
function
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
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.");
|
|
97
121
|
}
|
|
122
|
+
return ("string" === r ? String : Number)(t);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
98
126
|
|
|
99
|
-
|
|
127
|
+
|
|
128
|
+
function toPropertyKey(t) {
|
|
129
|
+
var i = toPrimitive(t, "string");
|
|
130
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
100
131
|
}
|
|
101
132
|
|
|
133
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
134
|
+
|
|
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;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
|
|
102
145
|
/***/ })
|
|
103
146
|
|
|
104
147
|
/******/ });
|
|
@@ -170,94 +213,85 @@ function _defineProperty(obj, key, value) {
|
|
|
170
213
|
/******/
|
|
171
214
|
/************************************************************************/
|
|
172
215
|
var __webpack_exports__ = {};
|
|
173
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
174
|
-
!function() {
|
|
175
216
|
// ESM COMPAT FLAG
|
|
176
217
|
__webpack_require__.r(__webpack_exports__);
|
|
177
218
|
|
|
178
219
|
// EXPORTS
|
|
179
220
|
__webpack_require__.d(__webpack_exports__, {
|
|
180
|
-
|
|
221
|
+
WireframeSketchViewModel: function() { return /* reexport */ WireframeSketchViewModel; },
|
|
181
222
|
"default": function() { return /* reexport */ WireframeSketch; }
|
|
182
223
|
});
|
|
183
224
|
|
|
225
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
226
|
+
var es_array_push_js_ = __webpack_require__(2652);
|
|
184
227
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
185
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
228
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
186
229
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
187
|
-
var gis_utils_ = __webpack_require__(
|
|
188
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
189
|
-
var defineProperty = __webpack_require__(
|
|
190
|
-
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
191
|
-
var message = __webpack_require__(
|
|
230
|
+
var gis_utils_ = __webpack_require__(64);
|
|
231
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
232
|
+
var defineProperty = __webpack_require__(6913);
|
|
233
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
234
|
+
var message = __webpack_require__(3275);
|
|
192
235
|
;// CONCATENATED MODULE: ./src/webgl/wireframesketch/WireframeSketchViewModel.js
|
|
193
236
|
|
|
237
|
+
/*
|
|
238
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
239
|
+
* All rights reserved.
|
|
240
|
+
*/
|
|
194
241
|
//模型滤镜逻辑类
|
|
195
242
|
|
|
196
243
|
class WireframeSketchViewModel {
|
|
197
|
-
// 三维viewer对象
|
|
198
|
-
// 声明线框模式类
|
|
199
244
|
// 草图模式显示
|
|
200
245
|
constructor(scenceView) {
|
|
201
|
-
(0,defineProperty/* default */.
|
|
202
|
-
|
|
203
|
-
(0,defineProperty/* default */.
|
|
204
|
-
|
|
205
|
-
(0,defineProperty/* default */.
|
|
206
|
-
|
|
246
|
+
(0,defineProperty/* default */.A)(this, "_viewer", null);
|
|
247
|
+
// 三维viewer对象
|
|
248
|
+
(0,defineProperty/* default */.A)(this, "_wireFrame", null);
|
|
249
|
+
// 声明线框模式类
|
|
250
|
+
(0,defineProperty/* default */.A)(this, "_sketch", null);
|
|
207
251
|
this._viewer = scenceView._viewer;
|
|
208
252
|
this._wireFrame = new window.Cesium.Kq3dWireFrame({
|
|
209
253
|
viewer: this._viewer
|
|
210
254
|
}); //声明线框模式类
|
|
211
255
|
}
|
|
212
|
-
|
|
213
256
|
changeFrameRender(key) {
|
|
214
257
|
switch (key) {
|
|
215
258
|
case "1":
|
|
216
259
|
this._wireFrame.type = 1;
|
|
217
260
|
if (this._sketch) this._viewer.effects.remove(this._sketch);
|
|
218
261
|
break;
|
|
219
|
-
|
|
220
262
|
case "2":
|
|
221
263
|
this._wireFrame.type = 0;
|
|
222
264
|
this._sketch = new window.Cesium.Kq3dSketch({
|
|
223
265
|
viewer: this._viewer
|
|
224
266
|
});
|
|
225
|
-
|
|
226
267
|
this._viewer.effects.add(this._sketch); // 草图模式显示
|
|
227
|
-
|
|
228
|
-
|
|
229
268
|
break;
|
|
230
|
-
|
|
231
269
|
case "3":
|
|
232
270
|
this._wireFrame.type = 0;
|
|
233
271
|
if (this._sketch) this._viewer.effects.remove(this._sketch); // 移除草图模式
|
|
234
|
-
|
|
235
272
|
break;
|
|
236
|
-
|
|
237
273
|
default:
|
|
238
274
|
break;
|
|
239
275
|
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
|
|
276
|
+
}
|
|
277
|
+
//清除
|
|
243
278
|
clear() {
|
|
244
279
|
this._wireFrame.type = 0;
|
|
245
280
|
if (this._wireFrame) this._wireFrame.destroy();
|
|
246
281
|
if (this._sketch) this._viewer.effects.remove(this._sketch);
|
|
247
|
-
}
|
|
248
|
-
|
|
282
|
+
}
|
|
249
283
|
|
|
284
|
+
//销毁
|
|
250
285
|
destroy() {
|
|
251
286
|
this.clear();
|
|
252
287
|
}
|
|
253
|
-
|
|
254
288
|
}
|
|
255
289
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
256
|
-
var client_icons_vue_ = __webpack_require__(
|
|
290
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
257
291
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
258
|
-
var util_ = __webpack_require__(
|
|
292
|
+
var util_ = __webpack_require__(2975);
|
|
259
293
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
260
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
294
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
261
295
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/wireframesketch/WireframeSketch.vue?vue&type=script&setup=true&lang=js
|
|
262
296
|
|
|
263
297
|
|
|
@@ -265,12 +299,14 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
265
299
|
|
|
266
300
|
|
|
267
301
|
|
|
268
|
-
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
//语言
|
|
269
305
|
|
|
270
306
|
const __default__ = {
|
|
271
307
|
name: "Kq3dWireframeSketch"
|
|
272
308
|
};
|
|
273
|
-
/* harmony default export */ var WireframeSketchvue_type_script_setup_true_lang_js = (
|
|
309
|
+
/* harmony default export */ var WireframeSketchvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
274
310
|
props: {
|
|
275
311
|
// 默认显示线框图
|
|
276
312
|
isCheckFrameRender: {
|
|
@@ -282,7 +318,6 @@ const __default__ = {
|
|
|
282
318
|
type: Boolean,
|
|
283
319
|
default: true
|
|
284
320
|
},
|
|
285
|
-
|
|
286
321
|
/**
|
|
287
322
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
288
323
|
*/
|
|
@@ -312,11 +347,9 @@ const __default__ = {
|
|
|
312
347
|
default: true
|
|
313
348
|
}
|
|
314
349
|
},
|
|
315
|
-
|
|
316
350
|
setup(__props, {
|
|
317
|
-
expose
|
|
351
|
+
expose: __expose
|
|
318
352
|
}) {
|
|
319
|
-
const props = __props;
|
|
320
353
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
321
354
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
322
355
|
let viewModel = null;
|
|
@@ -324,14 +357,17 @@ const __default__ = {
|
|
|
324
357
|
let checkbox_data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["2"]);
|
|
325
358
|
const {
|
|
326
359
|
proxy
|
|
327
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
360
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
361
|
+
// 获取组件传参
|
|
362
|
+
const props = __props;
|
|
328
363
|
// 组件容器Ref
|
|
364
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
329
365
|
|
|
330
|
-
|
|
331
|
-
|
|
366
|
+
// 生成组件默认header
|
|
332
367
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
333
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
368
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
334
369
|
|
|
370
|
+
// 国际化
|
|
335
371
|
let {
|
|
336
372
|
locale,
|
|
337
373
|
messages
|
|
@@ -352,7 +388,6 @@ const __default__ = {
|
|
|
352
388
|
});
|
|
353
389
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
354
390
|
//父组件ScenceView初始化完成后执行
|
|
355
|
-
|
|
356
391
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
357
392
|
if (scenceView) {
|
|
358
393
|
viewModel = new WireframeSketchViewModel(scenceView);
|
|
@@ -360,48 +395,41 @@ const __default__ = {
|
|
|
360
395
|
}
|
|
361
396
|
});
|
|
362
397
|
});
|
|
398
|
+
|
|
363
399
|
/**
|
|
364
400
|
* @description 监听header生成
|
|
365
401
|
*/
|
|
366
|
-
|
|
367
402
|
const watchCreateHeaderTemp = () => {
|
|
368
403
|
if (props.showHeaderTemp) {
|
|
369
404
|
// 生成headerTemp
|
|
370
405
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
371
406
|
}
|
|
372
407
|
};
|
|
373
|
-
|
|
374
408
|
function onChangeFrameRender(val) {
|
|
375
409
|
checkbox_data.value = [];
|
|
376
410
|
checkbox_data.value.push(val);
|
|
377
411
|
setTimeout(() => {
|
|
378
412
|
if (viewModel) viewModel.changeFrameRender(val);
|
|
379
413
|
}, 500);
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
|
|
414
|
+
}
|
|
415
|
+
// 清除
|
|
383
416
|
function clear() {
|
|
384
417
|
viewModel && viewModel.clear();
|
|
385
|
-
}
|
|
386
|
-
|
|
418
|
+
}
|
|
387
419
|
|
|
420
|
+
// 销毁
|
|
388
421
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
389
422
|
viewModel && viewModel.destroy();
|
|
390
423
|
});
|
|
391
|
-
|
|
424
|
+
__expose({
|
|
392
425
|
clear
|
|
393
426
|
});
|
|
394
427
|
return (_ctx, _cache) => {
|
|
395
428
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
396
|
-
|
|
397
429
|
const _component_kq_checkbox_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox-group");
|
|
398
|
-
|
|
399
430
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
400
|
-
|
|
401
431
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
402
|
-
|
|
403
432
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
404
|
-
|
|
405
433
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
406
434
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-wireframe-sketch", {
|
|
407
435
|
'kq-box-shadow': __props.showShadow
|
|
@@ -412,9 +440,7 @@ const __default__ = {
|
|
|
412
440
|
key: 0,
|
|
413
441
|
ref_key: "headerTempRef",
|
|
414
442
|
ref: headerTempRef
|
|
415
|
-
}, null, 512
|
|
416
|
-
/* NEED_PATCH */
|
|
417
|
-
)) : (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", {
|
|
443
|
+
}, 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", {
|
|
418
444
|
class: "kq3d-wireframe-sketch-box",
|
|
419
445
|
ref_key: "ref_box",
|
|
420
446
|
ref: ref_box
|
|
@@ -439,64 +465,33 @@ const __default__ = {
|
|
|
439
465
|
label: "3",
|
|
440
466
|
onChange: _cache[0] || (_cache[0] = $event => onChangeFrameRender('3'))
|
|
441
467
|
}, {
|
|
442
|
-
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).textureRender), 1
|
|
443
|
-
/*
|
|
444
|
-
)]),
|
|
445
|
-
_: 1
|
|
446
|
-
/* STABLE */
|
|
447
|
-
|
|
468
|
+
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).textureRender), 1 /* TEXT */)]),
|
|
469
|
+
_: 1 /* STABLE */
|
|
448
470
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
449
471
|
label: "1",
|
|
450
472
|
onChange: _cache[1] || (_cache[1] = $event => onChangeFrameRender('1'))
|
|
451
473
|
}, {
|
|
452
|
-
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).wireFrameRender), 1
|
|
453
|
-
/*
|
|
454
|
-
)]),
|
|
455
|
-
_: 1
|
|
456
|
-
/* STABLE */
|
|
457
|
-
|
|
474
|
+
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).wireFrameRender), 1 /* TEXT */)]),
|
|
475
|
+
_: 1 /* STABLE */
|
|
458
476
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
459
477
|
label: "2",
|
|
460
478
|
onChange: _cache[2] || (_cache[2] = $event => onChangeFrameRender('2'))
|
|
461
479
|
}, {
|
|
462
|
-
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).sketchRender), 1
|
|
463
|
-
/*
|
|
464
|
-
)]),
|
|
465
|
-
_: 1
|
|
466
|
-
/* STABLE */
|
|
467
|
-
|
|
480
|
+
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).sketchRender), 1 /* TEXT */)]),
|
|
481
|
+
_: 1 /* STABLE */
|
|
468
482
|
})]),
|
|
469
|
-
_: 1
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}, 8
|
|
473
|
-
/* PROPS */
|
|
474
|
-
, ["modelValue"])]),
|
|
475
|
-
_: 1
|
|
476
|
-
/* STABLE */
|
|
477
|
-
|
|
483
|
+
_: 1 /* STABLE */
|
|
484
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
485
|
+
_: 1 /* STABLE */
|
|
478
486
|
})]),
|
|
479
|
-
_: 1
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}, 8
|
|
483
|
-
/* PROPS */
|
|
484
|
-
, ["label"])]),
|
|
485
|
-
_: 1
|
|
486
|
-
/* STABLE */
|
|
487
|
-
|
|
487
|
+
_: 1 /* STABLE */
|
|
488
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
489
|
+
_: 1 /* STABLE */
|
|
488
490
|
})]),
|
|
489
|
-
_: 1
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
})], 512
|
|
493
|
-
/* NEED_PATCH */
|
|
494
|
-
)], 2
|
|
495
|
-
/* CLASS */
|
|
496
|
-
);
|
|
491
|
+
_: 1 /* STABLE */
|
|
492
|
+
})], 512 /* NEED_PATCH */)], 2 /* CLASS */);
|
|
497
493
|
};
|
|
498
494
|
}
|
|
499
|
-
|
|
500
495
|
}));
|
|
501
496
|
;// CONCATENATED MODULE: ./src/webgl/wireframesketch/WireframeSketch.vue?vue&type=script&setup=true&lang=js
|
|
502
497
|
|
|
@@ -508,10 +503,13 @@ const __exports__ = WireframeSketchvue_type_script_setup_true_lang_js;
|
|
|
508
503
|
|
|
509
504
|
/* harmony default export */ var WireframeSketch = (__exports__);
|
|
510
505
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
511
|
-
var init_js_ = __webpack_require__(
|
|
506
|
+
var init_js_ = __webpack_require__(455);
|
|
512
507
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
513
508
|
;// CONCATENATED MODULE: ./src/webgl/wireframesketch/index.js
|
|
514
|
-
|
|
509
|
+
/*
|
|
510
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
511
|
+
* All rights reserved.
|
|
512
|
+
*/
|
|
515
513
|
|
|
516
514
|
|
|
517
515
|
|
|
@@ -520,8 +518,6 @@ WireframeSketch.install = (Vue, opts) => {
|
|
|
520
518
|
Vue.component(WireframeSketch.name, WireframeSketch);
|
|
521
519
|
};
|
|
522
520
|
|
|
523
|
-
|
|
524
|
-
}();
|
|
525
521
|
/******/ return __webpack_exports__;
|
|
526
522
|
/******/ })()
|
|
527
523
|
;
|