@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/modelselect/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
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
35
33
|
|
|
36
34
|
/***/ }),
|
|
@@ -42,6 +40,27 @@ 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
|
+
|
|
50
|
+
/***/ 8470:
|
|
51
|
+
/***/ (function(module) {
|
|
52
|
+
|
|
53
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 1058:
|
|
58
|
+
/***/ (function(module) {
|
|
59
|
+
|
|
60
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
45
64
|
/***/ 9389:
|
|
46
65
|
/***/ (function(module) {
|
|
47
66
|
|
|
@@ -101,7 +120,6 @@ function _defineProperty(obj, key, value) {
|
|
|
101
120
|
} else {
|
|
102
121
|
obj[key] = value;
|
|
103
122
|
}
|
|
104
|
-
|
|
105
123
|
return obj;
|
|
106
124
|
}
|
|
107
125
|
|
|
@@ -187,17 +205,24 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
187
205
|
"default": function() { return /* reexport */ ModelSelect; }
|
|
188
206
|
});
|
|
189
207
|
|
|
208
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
209
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
190
210
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
191
211
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
192
212
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
193
213
|
var gis_utils_ = __webpack_require__(7135);
|
|
194
214
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
195
215
|
var defineProperty = __webpack_require__(8270);
|
|
216
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
217
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
218
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
219
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
196
220
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
197
221
|
var message = __webpack_require__(1349);
|
|
198
222
|
;// CONCATENATED MODULE: ./src/webgl/modelselect/ModelSelectViewModel.js
|
|
199
223
|
|
|
200
224
|
|
|
225
|
+
|
|
201
226
|
/*
|
|
202
227
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
203
228
|
* All rights reserved.
|
|
@@ -205,48 +230,37 @@ var message = __webpack_require__(1349);
|
|
|
205
230
|
//模型拾取逻辑类
|
|
206
231
|
|
|
207
232
|
class ModelSelectViewModel {
|
|
208
|
-
//三维viewer对象
|
|
209
|
-
//屏幕空间事件处理程序三维对象
|
|
210
|
-
//拾取状态
|
|
211
|
-
//高亮三维对象
|
|
212
|
-
//高亮颜色
|
|
213
|
-
// 模型属性唯一值字段集合
|
|
214
|
-
// 模型属性匹配字段
|
|
215
233
|
constructor(scenceView, pickCallFunc) {
|
|
216
234
|
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
217
|
-
|
|
235
|
+
//三维viewer对象
|
|
218
236
|
(0,defineProperty/* default */.Z)(this, "_handler", null);
|
|
219
|
-
|
|
237
|
+
//屏幕空间事件处理程序三维对象
|
|
220
238
|
(0,defineProperty/* default */.Z)(this, "_isPick", false);
|
|
221
|
-
|
|
239
|
+
//拾取状态
|
|
222
240
|
(0,defineProperty/* default */.Z)(this, "_highlight", null);
|
|
223
|
-
|
|
241
|
+
//高亮三维对象
|
|
224
242
|
(0,defineProperty/* default */.Z)(this, "_highlightColor", "#FF0000");
|
|
225
|
-
|
|
243
|
+
//高亮颜色
|
|
226
244
|
(0,defineProperty/* default */.Z)(this, "_modeFiledArray", null);
|
|
227
|
-
|
|
245
|
+
// 模型属性唯一值字段集合
|
|
228
246
|
(0,defineProperty/* default */.Z)(this, "_modeFiled", "id");
|
|
229
|
-
|
|
247
|
+
// 模型属性匹配字段
|
|
230
248
|
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
231
|
-
|
|
232
249
|
this._language = scenceView._language;
|
|
233
250
|
this._viewer = scenceView._viewer;
|
|
234
251
|
this._drawManager = scenceView._drawManager;
|
|
235
252
|
this._handler = new Cesium.ScreenSpaceEventHandler(this._viewer.scene.canvas);
|
|
236
253
|
let that = this;
|
|
237
|
-
|
|
238
254
|
this._handler.setInputAction(function (movement) {
|
|
239
255
|
if (that._isPick) {
|
|
240
|
-
let pickedObject = that._viewer.scene.pick(movement.position);
|
|
241
|
-
|
|
242
|
-
|
|
256
|
+
let pickedObject = that._viewer.scene.pick(movement.position);
|
|
257
|
+
// console.log(pickedObject);
|
|
243
258
|
if (pickedObject) {
|
|
244
259
|
if (pickedObject instanceof Cesium.Cesium3DTileFeature) {
|
|
245
|
-
if (pickedObject.getPropertyNames !== undefined) {}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
260
|
+
if (pickedObject.getPropertyNames !== undefined) {}
|
|
261
|
+
// 兼容Cesium186和1102
|
|
262
|
+
let properties = pickedObject.getPropertyNames !== undefined ? pickedObject.getPropertyNames() : (pickedObject.getPropertyIds !== undefined ? pickedObject.getPropertyIds() : null) || [];
|
|
263
|
+
// console.log(properties);
|
|
250
264
|
if (that._modeFiledArray && that._modeFiledArray.length && that._modeFiledArray.length > 0) {
|
|
251
265
|
that._modeFiledArray.forEach(val => {
|
|
252
266
|
if (properties.indexOf(val) > -1) {
|
|
@@ -255,10 +269,9 @@ class ModelSelectViewModel {
|
|
|
255
269
|
}
|
|
256
270
|
});
|
|
257
271
|
}
|
|
258
|
-
|
|
259
272
|
if (properties.indexOf(that._modeFiled) > -1) {
|
|
260
|
-
let id = pickedObject.getProperty(that._modeFiled);
|
|
261
|
-
|
|
273
|
+
let id = pickedObject.getProperty(that._modeFiled);
|
|
274
|
+
// that.clear();
|
|
262
275
|
that._highlight = new Cesium.Kq3dHighlight({
|
|
263
276
|
viewer: that._viewer,
|
|
264
277
|
tileset: pickedObject.tileset,
|
|
@@ -287,23 +300,20 @@ class ModelSelectViewModel {
|
|
|
287
300
|
}
|
|
288
301
|
}, Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
289
302
|
}
|
|
290
|
-
|
|
291
303
|
setCursor(style) {
|
|
292
304
|
this._viewer.canvas.style.cursor = style;
|
|
293
|
-
}
|
|
294
|
-
|
|
305
|
+
}
|
|
295
306
|
|
|
307
|
+
//拾取
|
|
296
308
|
pick() {
|
|
297
309
|
// 判断是否添加了模型
|
|
298
310
|
var flag = false;
|
|
299
311
|
var models = this._viewer.scene.primitives._primitives;
|
|
300
|
-
|
|
301
312
|
for (let i = 0; i < models.length; i++) {
|
|
302
313
|
if (models[i]._url && models[i] instanceof Cesium.Cesium3DTileset) {
|
|
303
314
|
flag = true;
|
|
304
315
|
}
|
|
305
316
|
}
|
|
306
|
-
|
|
307
317
|
if (flag) {
|
|
308
318
|
this.setCursor("crosshair");
|
|
309
319
|
this._isPick = true;
|
|
@@ -313,22 +323,20 @@ class ModelSelectViewModel {
|
|
|
313
323
|
type: "warning"
|
|
314
324
|
});
|
|
315
325
|
}
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
|
|
326
|
+
}
|
|
327
|
+
//清除
|
|
319
328
|
clear() {
|
|
320
329
|
this._highlight && this._highlight.remove();
|
|
321
330
|
this._highlight = null;
|
|
322
331
|
this.setCursor("default");
|
|
323
332
|
this._isPick = false;
|
|
324
|
-
}
|
|
325
|
-
|
|
333
|
+
}
|
|
326
334
|
|
|
335
|
+
//销毁
|
|
327
336
|
destroy() {
|
|
328
337
|
this.clear();
|
|
329
338
|
this._handler && this._handler.removeInputAction(Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
330
339
|
}
|
|
331
|
-
|
|
332
340
|
}
|
|
333
341
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
334
342
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -338,6 +346,7 @@ var util_ = __webpack_require__(3458);
|
|
|
338
346
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
339
347
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/modelselect/ModelSelect.vue?vue&type=script&setup=true&lang=js
|
|
340
348
|
|
|
349
|
+
|
|
341
350
|
const _hoisted_1 = {
|
|
342
351
|
class: "title"
|
|
343
352
|
};
|
|
@@ -349,7 +358,9 @@ const _hoisted_2 = {
|
|
|
349
358
|
|
|
350
359
|
|
|
351
360
|
|
|
352
|
-
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
// tree数据源
|
|
353
364
|
|
|
354
365
|
const __default__ = {
|
|
355
366
|
name: "Kq3dModelSelect"
|
|
@@ -377,7 +388,6 @@ const __default__ = {
|
|
|
377
388
|
type: Boolean,
|
|
378
389
|
default: true
|
|
379
390
|
},
|
|
380
|
-
|
|
381
391
|
/**
|
|
382
392
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
383
393
|
*/
|
|
@@ -407,37 +417,40 @@ const __default__ = {
|
|
|
407
417
|
default: true
|
|
408
418
|
}
|
|
409
419
|
},
|
|
410
|
-
|
|
411
420
|
setup(__props, {
|
|
412
421
|
expose: __expose
|
|
413
422
|
}) {
|
|
414
423
|
const props = __props;
|
|
415
|
-
let layerNameTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
416
|
-
|
|
417
|
-
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
418
|
-
|
|
424
|
+
let layerNameTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
425
|
+
// 属性值
|
|
426
|
+
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
427
|
+
//语言
|
|
419
428
|
const {
|
|
420
429
|
proxy
|
|
421
430
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
422
431
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
423
432
|
let viewModel = null;
|
|
424
|
-
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
425
|
-
// 表格头样式
|
|
433
|
+
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
426
434
|
|
|
435
|
+
// 获取组件传参
|
|
436
|
+
|
|
437
|
+
// 表格头样式
|
|
427
438
|
let headClass = args => {
|
|
428
439
|
return {
|
|
429
440
|
"background-color": "var(--kq-fill-color-light)",
|
|
430
441
|
color: "var(--kq-color-info)",
|
|
431
442
|
"font-size": "14px"
|
|
432
443
|
};
|
|
433
|
-
};
|
|
434
|
-
|
|
444
|
+
};
|
|
435
445
|
|
|
436
|
-
|
|
446
|
+
// 组件容器Ref
|
|
447
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
437
448
|
|
|
449
|
+
// 生成组件默认header
|
|
438
450
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
439
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
451
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
440
452
|
|
|
453
|
+
// 国际化
|
|
441
454
|
let {
|
|
442
455
|
locale,
|
|
443
456
|
messages
|
|
@@ -458,8 +471,9 @@ const __default__ = {
|
|
|
458
471
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
459
472
|
watchCreateHeaderTemp();
|
|
460
473
|
});
|
|
461
|
-
});
|
|
474
|
+
});
|
|
462
475
|
|
|
476
|
+
//父组件ScenceView初始化完成后执行
|
|
463
477
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
464
478
|
if (scenceView) {
|
|
465
479
|
viewModel = new ModelSelectViewModel(scenceView, pickCallFunc);
|
|
@@ -468,32 +482,27 @@ const __default__ = {
|
|
|
468
482
|
}
|
|
469
483
|
});
|
|
470
484
|
});
|
|
485
|
+
|
|
471
486
|
/**
|
|
472
487
|
* @description 监听header生成
|
|
473
488
|
*/
|
|
474
|
-
|
|
475
489
|
const watchCreateHeaderTemp = () => {
|
|
476
490
|
if (props.showHeaderTemp) {
|
|
477
491
|
// 生成headerTemp
|
|
478
492
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
479
493
|
}
|
|
480
494
|
};
|
|
481
|
-
|
|
482
495
|
function pick() {
|
|
483
496
|
viewModel && viewModel.pick();
|
|
484
497
|
}
|
|
485
|
-
|
|
486
498
|
function pickCallFunc(layerName, properties) {
|
|
487
499
|
layerNameTitle.value = layerName;
|
|
488
500
|
let propertiesData = [];
|
|
489
|
-
|
|
490
501
|
if (props.aliasNameReflection) {
|
|
491
502
|
let arrKeys = [];
|
|
492
|
-
|
|
493
503
|
for (let key in properties) {
|
|
494
504
|
arrKeys.push(key);
|
|
495
505
|
}
|
|
496
|
-
|
|
497
506
|
props.aliasNameReflection(arrKeys, item => {
|
|
498
507
|
// console.log(item);
|
|
499
508
|
for (let key in properties) {
|
|
@@ -511,36 +520,28 @@ const __default__ = {
|
|
|
511
520
|
});
|
|
512
521
|
}
|
|
513
522
|
}
|
|
514
|
-
|
|
515
523
|
tableData.value = propertiesData;
|
|
516
524
|
}
|
|
517
|
-
|
|
518
525
|
function clear() {
|
|
519
526
|
layerNameTitle.value = "";
|
|
520
527
|
tableData.value = [];
|
|
521
528
|
viewModel && viewModel.clear();
|
|
522
|
-
}
|
|
523
|
-
|
|
529
|
+
}
|
|
524
530
|
|
|
531
|
+
// 销毁
|
|
525
532
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
526
533
|
viewModel && viewModel.destroy();
|
|
527
534
|
});
|
|
528
|
-
|
|
529
535
|
__expose({
|
|
530
536
|
pick,
|
|
531
537
|
clear,
|
|
532
538
|
pickCallFunc
|
|
533
539
|
});
|
|
534
|
-
|
|
535
540
|
return (_ctx, _cache) => {
|
|
536
541
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
537
|
-
|
|
538
542
|
const _component_kq_table_column = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table-column");
|
|
539
|
-
|
|
540
543
|
const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table");
|
|
541
|
-
|
|
542
544
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
543
|
-
|
|
544
545
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
545
546
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-model-select", {
|
|
546
547
|
'kq-box-shadow': __props.showShadow
|
|
@@ -551,21 +552,13 @@ const __default__ = {
|
|
|
551
552
|
key: 0,
|
|
552
553
|
ref_key: "headerTempRef",
|
|
553
554
|
ref: headerTempRef
|
|
554
|
-
}, null, 512
|
|
555
|
-
/* NEED_PATCH */
|
|
556
|
-
)) : (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", {
|
|
555
|
+
}, 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", {
|
|
557
556
|
class: "kq3d-model-select-box",
|
|
558
557
|
ref_key: "ref_box",
|
|
559
558
|
ref: ref_box
|
|
560
559
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
561
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).modelLayerName) + " : ", 1
|
|
562
|
-
/*
|
|
563
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(layerNameTitle)), 1
|
|
564
|
-
/* TEXT */
|
|
565
|
-
)])]),
|
|
566
|
-
_: 1
|
|
567
|
-
/* STABLE */
|
|
568
|
-
|
|
560
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).modelLayerName) + " : ", 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(layerNameTitle)), 1 /* TEXT */)])]),
|
|
561
|
+
_: 1 /* STABLE */
|
|
569
562
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
570
563
|
class: "modelTable",
|
|
571
564
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)(__props.showHeaderTemp ? 'height: calc(100% - 70px)' : 'height: calc(100% - 35px)')
|
|
@@ -587,59 +580,30 @@ const __default__ = {
|
|
|
587
580
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fieldName,
|
|
588
581
|
prop: "field",
|
|
589
582
|
align: "center"
|
|
590
|
-
}, null, 8
|
|
591
|
-
/* PROPS */
|
|
592
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
583
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
593
584
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fieldValue,
|
|
594
585
|
prop: "value",
|
|
595
586
|
align: "center"
|
|
596
|
-
}, null, 8
|
|
597
|
-
/*
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
}, 8
|
|
603
|
-
/* PROPS */
|
|
604
|
-
, ["data", "header-cell-style"])]),
|
|
605
|
-
_: 1
|
|
606
|
-
/* STABLE */
|
|
607
|
-
|
|
608
|
-
}, 8
|
|
609
|
-
/* PROPS */
|
|
610
|
-
, ["style"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
587
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
588
|
+
_: 1 /* STABLE */
|
|
589
|
+
}, 8 /* PROPS */, ["data", "header-cell-style"])]),
|
|
590
|
+
_: 1 /* STABLE */
|
|
591
|
+
}, 8 /* PROPS */, ["style"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
611
592
|
onClick: _cache[0] || (_cache[0] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => pick(), ["stop"])),
|
|
612
593
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pick,
|
|
613
594
|
type: "primary"
|
|
614
595
|
}, {
|
|
615
|
-
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).pick), 1
|
|
616
|
-
/*
|
|
617
|
-
|
|
618
|
-
_: 1
|
|
619
|
-
/* STABLE */
|
|
620
|
-
|
|
621
|
-
}, 8
|
|
622
|
-
/* PROPS */
|
|
623
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
596
|
+
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).pick), 1 /* TEXT */)]),
|
|
597
|
+
_: 1 /* STABLE */
|
|
598
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
624
599
|
onClick: _cache[1] || (_cache[1] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
625
600
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
626
601
|
}, {
|
|
627
|
-
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
|
|
628
|
-
/*
|
|
629
|
-
|
|
630
|
-
_: 1
|
|
631
|
-
/* STABLE */
|
|
632
|
-
|
|
633
|
-
}, 8
|
|
634
|
-
/* PROPS */
|
|
635
|
-
, ["title"])])], 512
|
|
636
|
-
/* NEED_PATCH */
|
|
637
|
-
)], 2
|
|
638
|
-
/* CLASS */
|
|
639
|
-
);
|
|
602
|
+
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 */)]),
|
|
603
|
+
_: 1 /* STABLE */
|
|
604
|
+
}, 8 /* PROPS */, ["title"])])], 512 /* NEED_PATCH */)], 2 /* CLASS */);
|
|
640
605
|
};
|
|
641
606
|
}
|
|
642
|
-
|
|
643
607
|
}));
|
|
644
608
|
;// CONCATENATED MODULE: ./src/webgl/modelselect/ModelSelect.vue?vue&type=script&setup=true&lang=js
|
|
645
609
|
|
|
@@ -661,13 +625,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
661
625
|
|
|
662
626
|
|
|
663
627
|
|
|
664
|
-
|
|
665
628
|
ModelSelect.install = (Vue, opts) => {
|
|
666
629
|
init_js_default()(Vue, opts);
|
|
667
630
|
Vue.component(ModelSelect.name, ModelSelect);
|
|
668
631
|
};
|
|
669
632
|
|
|
670
|
-
|
|
671
633
|
}();
|
|
672
634
|
/******/ return __webpack_exports__;
|
|
673
635
|
/******/ })()
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.5.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.5.32","homepage":"","keywords":["KQGIS","webGL","Vue"],"sdkNames":["@kq_npm/client_icons_vue"],"restrictedVersion":true,"validateSDK":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","jsdelivr":"index.js","dependencies":{"save":"2.5.0","html2canvas":"1.4.1","papaparse":"5.4.1"}}
|