@kq_npm/client3d_webgl_vue 4.5.11 → 4.5.13
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 +63 -57
- package/aspectanalysis/index.js +36 -33
- package/baseterraingallery/index.js +36 -30
- package/boxclip/index.js +45 -42
- package/clientPrint/index.js +2058 -9342
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +37 -28
- package/compass/index.js +30 -24
- package/excavatefillanalysis/index.js +43 -40
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -1
- package/fixedzoomin/index.js +30 -24
- package/fixedzoomout/index.js +30 -24
- package/flight/index.js +49 -43
- package/floodanalysis/index.js +52 -46
- package/geologicalbodyanalysis/index.js +43 -40
- package/gpuspatialquery/index.js +47 -41
- package/hawkeye/index.js +22 -19
- package/headertemp/index.js +13 -10
- package/heatmap3d/index.js +84 -81
- package/index.js +681 -8019
- package/isolineanalysis/index.js +54 -51
- package/light/index.js +39 -36
- package/limitheightanalysis/index.js +94 -43
- package/measure/index.js +47 -41
- package/modelFlat/index.js +52 -46
- package/modelexcavate/index.js +58 -52
- package/modelfilter/index.js +45 -42
- package/modelprofileanalysis/index.js +121 -69
- package/modelselect/index.js +50 -44
- package/package.json +1 -1
- package/particleeffect/index.js +41 -38
- package/planeclip/index.js +45 -42
- package/resetview/index.js +30 -24
- package/roller/index.js +54 -46
- package/scaneffect/index.js +43 -41
- package/sceneadvancedtoimage/index.js +46 -43
- package/sceneapp/index.js +114 -7619
- package/sceneset/index.js +55 -52
- package/scenetohdimage/index.js +33 -30
- package/sceneview/index.js +2059 -9343
- package/screenshot/index.js +37 -31
- package/shadowanalysis/index.js +40 -37
- package/shadowanalysis/style/shadowanalysis.css +1 -1
- package/sightlineanalysis/index.js +63 -57
- package/skylineanalysis/index.js +53 -46
- package/slopeanalysis/index.js +46 -43
- package/slopeaspectanalysis/index.js +47 -44
- package/statusbar/index.js +36 -33
- package/style.css +1 -1
- package/terrainoperation/index.js +49 -46
- package/terrainprofileanalysis/index.js +52 -49
- package/underground/index.js +30 -26
- package/videofusion/index.js +49 -43
- package/videoproject/index.js +49 -43
- package/viewshedanalysis/index.js +36 -33
- package/weathereffect/index.js +35 -32
- package/wireframesketch/index.js +40 -37
package/wireframesketch/index.js
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
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__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 1349:
|
|
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__(
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
|
|
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__(7997);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
22
|
/*
|
|
23
23
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -33,69 +33,69 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
33
33
|
|
|
34
34
|
/***/ }),
|
|
35
35
|
|
|
36
|
-
/***/
|
|
36
|
+
/***/ 348:
|
|
37
37
|
/***/ (function(module) {
|
|
38
38
|
|
|
39
39
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
40
40
|
|
|
41
41
|
/***/ }),
|
|
42
42
|
|
|
43
|
-
/***/
|
|
43
|
+
/***/ 2118:
|
|
44
44
|
/***/ (function(module) {
|
|
45
45
|
|
|
46
46
|
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
47
|
|
|
48
48
|
/***/ }),
|
|
49
49
|
|
|
50
|
-
/***/
|
|
50
|
+
/***/ 9389:
|
|
51
51
|
/***/ (function(module) {
|
|
52
52
|
|
|
53
53
|
module.exports = require("element-plus/dist/index.full.js");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
57
|
-
/***/
|
|
57
|
+
/***/ 7080:
|
|
58
58
|
/***/ (function(module) {
|
|
59
59
|
|
|
60
60
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
61
61
|
|
|
62
62
|
/***/ }),
|
|
63
63
|
|
|
64
|
-
/***/
|
|
64
|
+
/***/ 7135:
|
|
65
65
|
/***/ (function(module) {
|
|
66
66
|
|
|
67
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
68
68
|
|
|
69
69
|
/***/ }),
|
|
70
70
|
|
|
71
|
-
/***/
|
|
71
|
+
/***/ 3458:
|
|
72
72
|
/***/ (function(module) {
|
|
73
73
|
|
|
74
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
75
75
|
|
|
76
76
|
/***/ }),
|
|
77
77
|
|
|
78
|
-
/***/
|
|
78
|
+
/***/ 7997:
|
|
79
79
|
/***/ (function(module) {
|
|
80
80
|
|
|
81
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
82
82
|
|
|
83
83
|
/***/ }),
|
|
84
84
|
|
|
85
|
-
/***/
|
|
85
|
+
/***/ 1895:
|
|
86
86
|
/***/ (function(module) {
|
|
87
87
|
|
|
88
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
89
89
|
|
|
90
90
|
/***/ }),
|
|
91
91
|
|
|
92
|
-
/***/
|
|
92
|
+
/***/ 5301:
|
|
93
93
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
// EXPORTS
|
|
97
97
|
__webpack_require__.d(__webpack_exports__, {
|
|
98
|
-
|
|
98
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
99
99
|
});
|
|
100
100
|
|
|
101
101
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -213,25 +213,27 @@ function _defineProperty(e, r, t) {
|
|
|
213
213
|
/******/
|
|
214
214
|
/************************************************************************/
|
|
215
215
|
var __webpack_exports__ = {};
|
|
216
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
217
|
+
!function() {
|
|
216
218
|
// ESM COMPAT FLAG
|
|
217
219
|
__webpack_require__.r(__webpack_exports__);
|
|
218
220
|
|
|
219
221
|
// EXPORTS
|
|
220
222
|
__webpack_require__.d(__webpack_exports__, {
|
|
221
|
-
WireframeSketchViewModel: function() { return /* reexport */ WireframeSketchViewModel; },
|
|
223
|
+
"WireframeSketchViewModel": function() { return /* reexport */ WireframeSketchViewModel; },
|
|
222
224
|
"default": function() { return /* reexport */ WireframeSketch; }
|
|
223
225
|
});
|
|
224
226
|
|
|
225
227
|
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
226
|
-
var es_array_push_js_ = __webpack_require__(
|
|
228
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
227
229
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
228
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
230
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
229
231
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
230
|
-
var gis_utils_ = __webpack_require__(
|
|
232
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
231
233
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
232
|
-
var defineProperty = __webpack_require__(
|
|
234
|
+
var defineProperty = __webpack_require__(5301);
|
|
233
235
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
234
|
-
var message = __webpack_require__(
|
|
236
|
+
var message = __webpack_require__(1349);
|
|
235
237
|
;// CONCATENATED MODULE: ./src/webgl/wireframesketch/WireframeSketchViewModel.js
|
|
236
238
|
|
|
237
239
|
/*
|
|
@@ -243,11 +245,11 @@ var message = __webpack_require__(3275);
|
|
|
243
245
|
class WireframeSketchViewModel {
|
|
244
246
|
// 草图模式显示
|
|
245
247
|
constructor(scenceView) {
|
|
246
|
-
(0,defineProperty/* default */.
|
|
248
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
247
249
|
// 三维viewer对象
|
|
248
|
-
(0,defineProperty/* default */.
|
|
250
|
+
(0,defineProperty/* default */.Z)(this, "_wireFrame", null);
|
|
249
251
|
// 声明线框模式类
|
|
250
|
-
(0,defineProperty/* default */.
|
|
252
|
+
(0,defineProperty/* default */.Z)(this, "_sketch", null);
|
|
251
253
|
this._viewer = scenceView._viewer;
|
|
252
254
|
this._wireFrame = new window.Cesium.Kq3dWireFrame({
|
|
253
255
|
viewer: this._viewer
|
|
@@ -287,11 +289,11 @@ class WireframeSketchViewModel {
|
|
|
287
289
|
}
|
|
288
290
|
}
|
|
289
291
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
290
|
-
var client_icons_vue_ = __webpack_require__(
|
|
292
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
291
293
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
292
|
-
var util_ = __webpack_require__(
|
|
294
|
+
var util_ = __webpack_require__(3458);
|
|
293
295
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
294
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
296
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
295
297
|
;// 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
|
|
296
298
|
|
|
297
299
|
|
|
@@ -301,8 +303,6 @@ var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
|
301
303
|
|
|
302
304
|
|
|
303
305
|
|
|
304
|
-
//语言
|
|
305
|
-
|
|
306
306
|
const __default__ = {
|
|
307
307
|
name: "Kq3dWireframeSketch"
|
|
308
308
|
};
|
|
@@ -350,14 +350,16 @@ const __default__ = {
|
|
|
350
350
|
setup(__props, {
|
|
351
351
|
expose: __expose
|
|
352
352
|
}) {
|
|
353
|
-
|
|
353
|
+
const {
|
|
354
|
+
proxy
|
|
355
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
356
|
+
//语言
|
|
357
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
354
358
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
355
359
|
let viewModel = null;
|
|
356
360
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
357
361
|
let checkbox_data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["2"]);
|
|
358
|
-
|
|
359
|
-
proxy
|
|
360
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
362
|
+
|
|
361
363
|
// 获取组件传参
|
|
362
364
|
const props = __props;
|
|
363
365
|
// 组件容器Ref
|
|
@@ -503,7 +505,7 @@ const __exports__ = WireframeSketchvue_type_script_setup_true_lang_js;
|
|
|
503
505
|
|
|
504
506
|
/* harmony default export */ var WireframeSketch = (__exports__);
|
|
505
507
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
506
|
-
var init_js_ = __webpack_require__(
|
|
508
|
+
var init_js_ = __webpack_require__(7997);
|
|
507
509
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
508
510
|
;// CONCATENATED MODULE: ./src/webgl/wireframesketch/index.js
|
|
509
511
|
/*
|
|
@@ -518,6 +520,7 @@ WireframeSketch.install = (Vue, opts) => {
|
|
|
518
520
|
Vue.component(WireframeSketch.name, WireframeSketch);
|
|
519
521
|
};
|
|
520
522
|
|
|
523
|
+
}();
|
|
521
524
|
/******/ return __webpack_exports__;
|
|
522
525
|
/******/ })()
|
|
523
526
|
;
|