@kq_npm/client3d_webgl_vue 4.0.5-beta → 4.0.7-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 +114 -198
- package/aspectanalysis/index.js +23 -25
- package/baseterraingallery/index.js +7 -8
- package/boxclip/index.js +23 -25
- package/clientPrint/index.js +4 -6
- package/comparemap/index.js +51 -22
- package/compass/index.js +4 -4
- package/excavatefillanalysis/index.js +23 -25
- package/fixedzoomin/index.js +4 -4
- package/fixedzoomout/index.js +4 -4
- package/flight/index.js +25 -27
- package/floodanalysis/index.js +23 -27
- package/geologicalbodyanalysis/index.js +900 -0
- package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +1 -0
- package/geologicalbodyanalysis/style/index.js +3 -0
- package/gpuspatialquery/index.js +25 -25
- package/hawkeye/index.js +7 -8
- package/headertemp/index.js +4 -5
- package/index.js +21021 -14725
- package/isolineanalysis/index.js +22 -24
- package/light/index.js +1067 -0
- package/light/style/index.js +3 -0
- package/light/style/light.css +1 -0
- package/limitheightanalysis/index.js +751 -0
- package/limitheightanalysis/style/index.js +3 -0
- package/limitheightanalysis/style/limitheightanalysis.css +1 -0
- package/measure/index.js +46 -38
- package/modelFlat/index.js +483 -0
- package/modelFlat/style/index.js +3 -0
- package/modelFlat/style/modelFlat.css +1 -0
- package/modelfilter/index.js +296 -336
- package/modelfilter/style/modelfilter.css +1 -1
- package/modelprofileanalysis/index.js +7 -8
- package/modelselect/index.js +20 -157
- package/package.json +1 -1
- package/particleeffect/index.js +6 -142
- package/planeclip/index.js +23 -25
- package/resetview/index.js +4 -4
- package/roller/index.js +7 -8
- package/scaneffect/index.js +1730 -0
- package/scaneffect/style/index.js +3 -0
- package/scaneffect/style/scaneffect.css +1 -0
- package/scenceview/index.js +13823 -7365
- package/sceneset/index.js +2097 -0
- package/sceneset/style/index.js +3 -0
- package/sceneset/style/sceneset.css +1 -0
- package/screenshot/index.js +7 -8
- package/shadowanalysis/index.js +20 -158
- package/sightlineanalysis/index.js +26 -19
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +23 -25
- package/slopeanalysis/index.js +22 -24
- package/statusbar/index.js +4 -4
- package/style.css +1 -1
- package/terrainoperation/index.js +20 -157
- package/terrainprofileanalysis/index.js +620 -0
- package/terrainprofileanalysis/style/index.js +3 -0
- package/terrainprofileanalysis/style/terrainprofileanalysis.css +1 -0
- package/underground/index.js +7 -8
- package/videofusion/index.js +23 -35
- package/videoproject/index.js +23 -35
- package/viewshedanalysis/index.js +4 -5
- package/weathereffect/index.js +6 -142
- package/wireframesketch/index.js +521 -0
- package/wireframesketch/style/index.js +3 -0
- package/wireframesketch/style/wireframesketch.css +1 -0
package/flight/index.js
CHANGED
|
@@ -2,42 +2,34 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 1349:
|
|
6
6
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
__webpack_require__
|
|
11
|
-
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
;// CONCATENATED MODULE: external "element-plus/es"
|
|
15
|
-
var es_namespaceObject = require("element-plus/es");
|
|
16
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
17
|
-
var init_js_ = __webpack_require__(5406);
|
|
18
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
19
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
8
|
+
/* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2442);
|
|
9
|
+
/* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_es__WEBPACK_IMPORTED_MODULE_0__);
|
|
10
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5406);
|
|
11
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
20
12
|
|
|
21
13
|
|
|
22
14
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
Vue.component("KqMessage",
|
|
15
|
+
element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
16
|
+
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
17
|
+
Vue.component("KqMessage", element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
26
18
|
};
|
|
27
19
|
|
|
28
|
-
/* harmony default export */
|
|
20
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
29
21
|
|
|
30
22
|
/***/ }),
|
|
31
23
|
|
|
32
|
-
/***/
|
|
24
|
+
/***/ 5372:
|
|
33
25
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
34
26
|
|
|
35
27
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
28
|
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
37
29
|
/* harmony export */ });
|
|
38
30
|
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
39
|
-
//飞行操作类
|
|
40
31
|
|
|
32
|
+
//飞行操作类
|
|
41
33
|
class FlightViewModel {
|
|
42
34
|
//飞行三维对象
|
|
43
35
|
//停止事件
|
|
@@ -158,6 +150,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
158
150
|
|
|
159
151
|
/***/ }),
|
|
160
152
|
|
|
153
|
+
/***/ 2442:
|
|
154
|
+
/***/ (function(module) {
|
|
155
|
+
|
|
156
|
+
module.exports = require("element-plus/es");
|
|
157
|
+
|
|
158
|
+
/***/ }),
|
|
159
|
+
|
|
161
160
|
/***/ 7080:
|
|
162
161
|
/***/ (function(module) {
|
|
163
162
|
|
|
@@ -298,8 +297,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
298
297
|
|
|
299
298
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
300
299
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
301
|
-
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
302
|
-
var message = __webpack_require__(
|
|
300
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
301
|
+
var message = __webpack_require__(1349);
|
|
303
302
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
304
303
|
var icons_vue_ = __webpack_require__(8422);
|
|
305
304
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
@@ -307,12 +306,12 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
307
306
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
308
307
|
var gis_utils_ = __webpack_require__(826);
|
|
309
308
|
// EXTERNAL MODULE: ./src/webgl/flight/FlightViewModel.js
|
|
310
|
-
var FlightViewModel = __webpack_require__(
|
|
309
|
+
var FlightViewModel = __webpack_require__(5372);
|
|
311
310
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
312
311
|
var util_ = __webpack_require__(9519);
|
|
313
312
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
314
313
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
315
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js
|
|
314
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
|
|
316
315
|
|
|
317
316
|
const _hoisted_1 = {
|
|
318
317
|
class: "kq-flight3d-box"
|
|
@@ -404,10 +403,9 @@ const __default__ = {
|
|
|
404
403
|
}
|
|
405
404
|
},
|
|
406
405
|
|
|
407
|
-
setup(__props,
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
} = _ref;
|
|
406
|
+
setup(__props, {
|
|
407
|
+
expose
|
|
408
|
+
}) {
|
|
411
409
|
const props = __props;
|
|
412
410
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
413
411
|
let isAdd = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
package/floodanalysis/index.js
CHANGED
|
@@ -2,30 +2,22 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 1349:
|
|
6
6
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
__webpack_require__
|
|
11
|
-
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
;// CONCATENATED MODULE: external "element-plus/es"
|
|
15
|
-
var es_namespaceObject = require("element-plus/es");
|
|
16
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
17
|
-
var init_js_ = __webpack_require__(5406);
|
|
18
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
19
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
8
|
+
/* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2442);
|
|
9
|
+
/* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_es__WEBPACK_IMPORTED_MODULE_0__);
|
|
10
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5406);
|
|
11
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
20
12
|
|
|
21
13
|
|
|
22
14
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
Vue.component("KqMessage",
|
|
15
|
+
element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
16
|
+
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
17
|
+
Vue.component("KqMessage", element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
26
18
|
};
|
|
27
19
|
|
|
28
|
-
/* harmony default export */
|
|
20
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
29
21
|
|
|
30
22
|
/***/ }),
|
|
31
23
|
|
|
@@ -36,6 +28,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
36
28
|
|
|
37
29
|
/***/ }),
|
|
38
30
|
|
|
31
|
+
/***/ 2442:
|
|
32
|
+
/***/ (function(module) {
|
|
33
|
+
|
|
34
|
+
module.exports = require("element-plus/es");
|
|
35
|
+
|
|
36
|
+
/***/ }),
|
|
37
|
+
|
|
39
38
|
/***/ 7080:
|
|
40
39
|
/***/ (function(module) {
|
|
41
40
|
|
|
@@ -189,8 +188,8 @@ var gis_utils_ = __webpack_require__(826);
|
|
|
189
188
|
var defineProperty = __webpack_require__(8270);
|
|
190
189
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
191
190
|
var const_image_ = __webpack_require__(9702);
|
|
192
|
-
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
193
|
-
var message = __webpack_require__(
|
|
191
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
192
|
+
var message = __webpack_require__(1349);
|
|
194
193
|
;// CONCATENATED MODULE: ./src/webgl/floodanalysis/FloodAnalysisViewModel.js
|
|
195
194
|
|
|
196
195
|
//地形淹没分析逻辑类
|
|
@@ -241,9 +240,7 @@ class FloodAnalysisViewModel {
|
|
|
241
240
|
this._floodModelAnalysis.maxHeight = options.maxHeight;
|
|
242
241
|
this._floodModelAnalysis.colorImage = options.colorImage;
|
|
243
242
|
var that = this;
|
|
244
|
-
this._measureHandler = new Cesium.Kq3dMeasureHandler(scenceView._viewer
|
|
245
|
-
dblClickEnd: true
|
|
246
|
-
});
|
|
243
|
+
this._measureHandler = new Cesium.Kq3dMeasureHandler(scenceView._viewer);
|
|
247
244
|
|
|
248
245
|
this._measureHandler.measureEvent.addEventListener(function (result) {
|
|
249
246
|
that._measureResult = result;
|
|
@@ -436,7 +433,7 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
436
433
|
var util_ = __webpack_require__(9519);
|
|
437
434
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
438
435
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
439
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js
|
|
436
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/floodanalysis/FloodAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
440
437
|
|
|
441
438
|
const _hoisted_1 = {
|
|
442
439
|
class: "kq3d-flood-analysis-box"
|
|
@@ -504,10 +501,9 @@ const __default__ = {
|
|
|
504
501
|
}
|
|
505
502
|
},
|
|
506
503
|
|
|
507
|
-
setup(__props,
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
} = _ref;
|
|
504
|
+
setup(__props, {
|
|
505
|
+
expose
|
|
506
|
+
}) {
|
|
511
507
|
const props = __props;
|
|
512
508
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
513
509
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 淹没色调图片
|