@kq_npm/client3d_webgl_vue 4.5.30 → 4.5.32
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 +227 -496
- package/aspectanalysis/index.js +71 -182
- package/baseterraingallery/index.js +40 -102
- package/boxclip/index.js +197 -423
- package/clientPrint/index.js +7324 -17727
- package/comparemap/index.js +165 -216
- package/compass/index.js +20 -47
- package/excavatefillanalysis/index.js +101 -206
- package/fixedzoomin/index.js +20 -43
- package/fixedzoomout/index.js +18 -42
- package/flight/index.js +206 -353
- package/floodanalysis/index.js +145 -328
- package/geologicalbodyanalysis/index.js +114 -241
- package/gpuspatialquery/index.js +146 -340
- package/hawkeye/index.js +78 -80
- package/headertemp/index.js +8 -19
- package/heatmap3d/index.js +304 -645
- package/index.js +6896 -17544
- package/isolineanalysis/index.js +451 -1183
- package/light/index.js +308 -486
- package/limitheightanalysis/index.js +107 -204
- package/measure/index.js +145 -331
- package/modelFlat/index.js +114 -183
- package/modelexcavate/index.js +78 -172
- package/modelfilter/index.js +127 -252
- package/modelprofileanalysis/index.js +154 -297
- package/modelselect/index.js +90 -128
- package/package.json +1 -1
- package/particleeffect/index.js +170 -381
- package/planeclip/index.js +146 -281
- package/resetview/index.js +12 -31
- package/roller/index.js +252 -353
- package/scaneffect/index.js +178 -518
- package/sceneadvancedtoimage/index.js +152 -337
- package/sceneapp/index.js +7324 -17727
- package/sceneset/index.js +299 -838
- package/scenetohdimage/index.js +105 -276
- package/sceneview/index.js +7324 -17727
- package/screenshot/index.js +204 -281
- package/shadowanalysis/index.js +175 -386
- package/sightlineanalysis/index.js +135 -245
- package/skylineanalysis/index.js +108 -289
- package/slopeanalysis/index.js +174 -378
- package/slopeaspectanalysis/index.js +206 -466
- package/statusbar/index.js +37 -39
- package/terrainoperation/index.js +124 -218
- package/terrainprofileanalysis/index.js +66 -118
- package/typhoontrac/index.js +208 -330
- package/underground/index.js +16 -40
- package/videofusion/index.js +214 -470
- package/videoproject/index.js +220 -472
- package/viewshedanalysis/index.js +93 -230
- package/weathereffect/index.js +111 -295
- package/windyslicing/index.js +545 -727
- package/wireframesketch/index.js +49 -106
package/wireframesketch/index.js
CHANGED
|
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
|
|
|
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
20
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
21
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.
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
30
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
31
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
31
|
};
|
|
33
|
-
|
|
34
32
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (KqMessage)));
|
|
35
33
|
|
|
36
34
|
/***/ }),
|
|
@@ -42,6 +40,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
42
40
|
|
|
43
41
|
/***/ }),
|
|
44
42
|
|
|
43
|
+
/***/ 2118:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
45
50
|
/***/ 9389:
|
|
46
51
|
/***/ (function(module) {
|
|
47
52
|
|
|
@@ -101,7 +106,6 @@ function _defineProperty(obj, key, value) {
|
|
|
101
106
|
} else {
|
|
102
107
|
obj[key] = value;
|
|
103
108
|
}
|
|
104
|
-
|
|
105
109
|
return obj;
|
|
106
110
|
}
|
|
107
111
|
|
|
@@ -187,6 +191,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
187
191
|
"default": function() { return /* reexport */ WireframeSketch; }
|
|
188
192
|
});
|
|
189
193
|
|
|
194
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
195
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
190
196
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
191
197
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
192
198
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -197,7 +203,6 @@ var defineProperty = __webpack_require__(8270);
|
|
|
197
203
|
var message = __webpack_require__(1349);
|
|
198
204
|
;// CONCATENATED MODULE: ./src/webgl/wireframesketch/WireframeSketchViewModel.js
|
|
199
205
|
|
|
200
|
-
|
|
201
206
|
/*
|
|
202
207
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
203
208
|
* All rights reserved.
|
|
@@ -205,78 +210,58 @@ var message = __webpack_require__(1349);
|
|
|
205
210
|
//模型滤镜逻辑类
|
|
206
211
|
|
|
207
212
|
class WireframeSketchViewModel {
|
|
208
|
-
// 三维viewer对象
|
|
209
|
-
// 声明线框模式类
|
|
210
213
|
// 草图模式显示
|
|
211
214
|
constructor(scenceView) {
|
|
212
215
|
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
213
|
-
|
|
216
|
+
// 三维viewer对象
|
|
214
217
|
(0,defineProperty/* default */.Z)(this, "_wireFrame", null);
|
|
215
|
-
|
|
218
|
+
// 声明线框模式类
|
|
216
219
|
(0,defineProperty/* default */.Z)(this, "_sketch", null);
|
|
217
|
-
|
|
218
220
|
this._viewer = scenceView._viewer;
|
|
219
221
|
this._wireFrame = new window.Cesium.Kq3dWireFrame({
|
|
220
222
|
viewer: this._viewer
|
|
221
223
|
}); //声明线框模式类
|
|
222
224
|
}
|
|
223
|
-
|
|
224
225
|
changeFrameRender(key) {
|
|
225
226
|
switch (key) {
|
|
226
227
|
case "1":
|
|
227
228
|
this._wireFrame.type = 1;
|
|
228
|
-
|
|
229
229
|
if (this._sketch) {
|
|
230
230
|
this._viewer.effects.remove(this._sketch);
|
|
231
|
-
|
|
232
231
|
this._sketch = null;
|
|
233
232
|
}
|
|
234
|
-
|
|
235
233
|
break;
|
|
236
|
-
|
|
237
234
|
case "2":
|
|
238
235
|
this._wireFrame.type = 0;
|
|
239
|
-
|
|
240
236
|
if (!this._sketch) {
|
|
241
237
|
this._sketch = new window.Cesium.Kq3dSketch({
|
|
242
238
|
viewer: this._viewer
|
|
243
239
|
});
|
|
244
|
-
|
|
245
240
|
this._viewer.effects.add(this._sketch); // 草图模式显示
|
|
246
|
-
|
|
247
241
|
}
|
|
248
|
-
|
|
249
242
|
break;
|
|
250
|
-
|
|
251
243
|
case "3":
|
|
252
244
|
this._wireFrame.type = 0;
|
|
253
|
-
|
|
254
245
|
if (this._sketch) {
|
|
255
246
|
this._viewer.effects.remove(this._sketch); // 移除草图模式
|
|
256
|
-
|
|
257
|
-
|
|
258
247
|
this._sketch = null;
|
|
259
248
|
}
|
|
260
|
-
|
|
261
249
|
break;
|
|
262
|
-
|
|
263
250
|
default:
|
|
264
251
|
break;
|
|
265
252
|
}
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
|
|
253
|
+
}
|
|
254
|
+
//清除
|
|
269
255
|
clear() {
|
|
270
256
|
this._wireFrame.type = 0;
|
|
271
257
|
if (this._wireFrame) this._wireFrame.destroy();
|
|
272
258
|
if (this._sketch) this._viewer.effects.remove(this._sketch);
|
|
273
|
-
}
|
|
274
|
-
|
|
259
|
+
}
|
|
275
260
|
|
|
261
|
+
//销毁
|
|
276
262
|
destroy() {
|
|
277
263
|
this.clear();
|
|
278
264
|
}
|
|
279
|
-
|
|
280
265
|
}
|
|
281
266
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
282
267
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -292,6 +277,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
292
277
|
|
|
293
278
|
|
|
294
279
|
|
|
280
|
+
|
|
295
281
|
const __default__ = {
|
|
296
282
|
name: "Kq3dWireframeSketch"
|
|
297
283
|
};
|
|
@@ -307,7 +293,6 @@ const __default__ = {
|
|
|
307
293
|
type: Boolean,
|
|
308
294
|
default: true
|
|
309
295
|
},
|
|
310
|
-
|
|
311
296
|
/**
|
|
312
297
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
313
298
|
*/
|
|
@@ -337,27 +322,30 @@ const __default__ = {
|
|
|
337
322
|
default: true
|
|
338
323
|
}
|
|
339
324
|
},
|
|
340
|
-
|
|
341
325
|
setup(__props, {
|
|
342
326
|
expose: __expose
|
|
343
327
|
}) {
|
|
344
328
|
const props = __props;
|
|
345
329
|
const {
|
|
346
330
|
proxy
|
|
347
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
348
|
-
|
|
331
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
332
|
+
//语言
|
|
349
333
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
350
334
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
351
335
|
let viewModel = null;
|
|
352
336
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
353
|
-
let checkbox_data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["2"]);
|
|
354
|
-
|
|
337
|
+
let checkbox_data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["2"]);
|
|
338
|
+
|
|
339
|
+
// 获取组件传参
|
|
355
340
|
|
|
356
|
-
|
|
341
|
+
// 组件容器Ref
|
|
342
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
357
343
|
|
|
344
|
+
// 生成组件默认header
|
|
358
345
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
359
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
346
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
360
347
|
|
|
348
|
+
// 国际化
|
|
361
349
|
let {
|
|
362
350
|
locale,
|
|
363
351
|
messages
|
|
@@ -381,7 +369,6 @@ const __default__ = {
|
|
|
381
369
|
});
|
|
382
370
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
383
371
|
//父组件ScenceView初始化完成后执行
|
|
384
|
-
|
|
385
372
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
386
373
|
if (scenceView) {
|
|
387
374
|
viewModel = new WireframeSketchViewModel(scenceView);
|
|
@@ -389,50 +376,41 @@ const __default__ = {
|
|
|
389
376
|
}
|
|
390
377
|
});
|
|
391
378
|
});
|
|
379
|
+
|
|
392
380
|
/**
|
|
393
381
|
* @description 监听header生成
|
|
394
382
|
*/
|
|
395
|
-
|
|
396
383
|
const watchCreateHeaderTemp = () => {
|
|
397
384
|
if (props.showHeaderTemp) {
|
|
398
385
|
// 生成headerTemp
|
|
399
386
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
400
387
|
}
|
|
401
388
|
};
|
|
402
|
-
|
|
403
389
|
function onChangeFrameRender(val) {
|
|
404
390
|
checkbox_data.value = [];
|
|
405
391
|
checkbox_data.value.push(val);
|
|
406
392
|
setTimeout(() => {
|
|
407
393
|
if (viewModel) viewModel.changeFrameRender(val);
|
|
408
394
|
}, 500);
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
|
|
395
|
+
}
|
|
396
|
+
// 清除
|
|
412
397
|
function clear() {
|
|
413
398
|
viewModel && viewModel.clear();
|
|
414
|
-
}
|
|
415
|
-
|
|
399
|
+
}
|
|
416
400
|
|
|
401
|
+
// 销毁
|
|
417
402
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
418
403
|
viewModel && viewModel.destroy();
|
|
419
404
|
});
|
|
420
|
-
|
|
421
405
|
__expose({
|
|
422
406
|
clear
|
|
423
407
|
});
|
|
424
|
-
|
|
425
408
|
return (_ctx, _cache) => {
|
|
426
409
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
427
|
-
|
|
428
410
|
const _component_kq_checkbox_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox-group");
|
|
429
|
-
|
|
430
411
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
431
|
-
|
|
432
412
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
433
|
-
|
|
434
413
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
435
|
-
|
|
436
414
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
437
415
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-wireframe-sketch", {
|
|
438
416
|
'kq-box-shadow': __props.showShadow
|
|
@@ -443,9 +421,7 @@ const __default__ = {
|
|
|
443
421
|
key: 0,
|
|
444
422
|
ref_key: "headerTempRef",
|
|
445
423
|
ref: headerTempRef
|
|
446
|
-
}, null, 512
|
|
447
|
-
/* NEED_PATCH */
|
|
448
|
-
)) : (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", {
|
|
424
|
+
}, 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", {
|
|
449
425
|
class: "kq3d-wireframe-sketch-box",
|
|
450
426
|
ref_key: "ref_box",
|
|
451
427
|
ref: ref_box
|
|
@@ -470,64 +446,33 @@ const __default__ = {
|
|
|
470
446
|
label: "3",
|
|
471
447
|
onChange: _cache[0] || (_cache[0] = $event => onChangeFrameRender('3'))
|
|
472
448
|
}, {
|
|
473
|
-
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
|
|
474
|
-
/*
|
|
475
|
-
)]),
|
|
476
|
-
_: 1
|
|
477
|
-
/* STABLE */
|
|
478
|
-
|
|
449
|
+
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 */)]),
|
|
450
|
+
_: 1 /* STABLE */
|
|
479
451
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
480
452
|
label: "1",
|
|
481
453
|
onChange: _cache[1] || (_cache[1] = $event => onChangeFrameRender('1'))
|
|
482
454
|
}, {
|
|
483
|
-
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
|
|
484
|
-
/*
|
|
485
|
-
)]),
|
|
486
|
-
_: 1
|
|
487
|
-
/* STABLE */
|
|
488
|
-
|
|
455
|
+
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 */)]),
|
|
456
|
+
_: 1 /* STABLE */
|
|
489
457
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
490
458
|
label: "2",
|
|
491
459
|
onChange: _cache[2] || (_cache[2] = $event => onChangeFrameRender('2'))
|
|
492
460
|
}, {
|
|
493
|
-
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
|
|
494
|
-
/*
|
|
495
|
-
)]),
|
|
496
|
-
_: 1
|
|
497
|
-
/* STABLE */
|
|
498
|
-
|
|
461
|
+
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 */)]),
|
|
462
|
+
_: 1 /* STABLE */
|
|
499
463
|
})]),
|
|
500
|
-
_: 1
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
}, 8
|
|
504
|
-
/* PROPS */
|
|
505
|
-
, ["modelValue"])]),
|
|
506
|
-
_: 1
|
|
507
|
-
/* STABLE */
|
|
508
|
-
|
|
464
|
+
_: 1 /* STABLE */
|
|
465
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
466
|
+
_: 1 /* STABLE */
|
|
509
467
|
})]),
|
|
510
|
-
_: 1
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
}, 8
|
|
514
|
-
/* PROPS */
|
|
515
|
-
, ["label"])]),
|
|
516
|
-
_: 1
|
|
517
|
-
/* STABLE */
|
|
518
|
-
|
|
468
|
+
_: 1 /* STABLE */
|
|
469
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
470
|
+
_: 1 /* STABLE */
|
|
519
471
|
})]),
|
|
520
|
-
_: 1
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
})], 512
|
|
524
|
-
/* NEED_PATCH */
|
|
525
|
-
)], 2
|
|
526
|
-
/* CLASS */
|
|
527
|
-
);
|
|
472
|
+
_: 1 /* STABLE */
|
|
473
|
+
})], 512 /* NEED_PATCH */)], 2 /* CLASS */);
|
|
528
474
|
};
|
|
529
475
|
}
|
|
530
|
-
|
|
531
476
|
}));
|
|
532
477
|
;// CONCATENATED MODULE: ./src/webgl/wireframesketch/WireframeSketch.vue?vue&type=script&setup=true&lang=js
|
|
533
478
|
|
|
@@ -549,13 +494,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
549
494
|
|
|
550
495
|
|
|
551
496
|
|
|
552
|
-
|
|
553
497
|
WireframeSketch.install = (Vue, opts) => {
|
|
554
498
|
init_js_default()(Vue, opts);
|
|
555
499
|
Vue.component(WireframeSketch.name, WireframeSketch);
|
|
556
500
|
};
|
|
557
501
|
|
|
558
|
-
|
|
559
502
|
}();
|
|
560
503
|
/******/ return __webpack_exports__;
|
|
561
504
|
/******/ })()
|