@kq_npm/client3d_webgl_vue 4.0.0-beta → 4.0.2-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 +230 -35
- package/aspectanalysis/index.js +8 -7
- package/baseterraingallery/index.js +8 -7
- package/boxclip/index.js +9 -7
- package/clientPrint/index.js +6 -4
- package/comparemap/index.js +11 -9
- package/compass/index.js +4 -4
- package/excavatefillanalysis/index.js +8 -7
- package/fixedzoomin/index.js +4 -4
- package/fixedzoomout/index.js +4 -4
- package/flight/index.js +10 -9
- package/floodanalysis/index.js +7 -6
- package/gpuspatialquery/index.js +8 -7
- package/hawkeye/index.js +8 -7
- package/headertemp/index.js +5 -4
- package/index.js +678 -218
- package/isolineanalysis/index.js +7 -6
- package/measure/index.js +15 -12
- package/modelselect/index.js +145 -9
- package/package.json +1 -1
- package/particleeffect/index.js +142 -6
- package/planeclip/index.js +8 -7
- package/profileanalysis/index.js +8 -7
- package/resetview/index.js +4 -4
- package/roller/index.js +8 -7
- package/scenceview/index.js +839 -320
- package/scenceview/style/scenceview.css +1 -1
- package/screenshot/index.js +8 -7
- package/shadowanalysis/index.js +146 -9
- package/sightlineanalysis/index.js +8 -6
- package/skylineanalysis/index.js +8 -7
- package/slopeanalysis/index.js +7 -6
- package/statusbar/index.js +4 -4
- package/style.css +1 -1
- package/terrainoperation/index.js +145 -9
- package/underground/index.js +8 -7
- package/viewshedanalysis/index.js +5 -4
- package/weathereffect/index.js +142 -6
package/profileanalysis/index.js
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 3302:
|
|
6
6
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ProfileAnalysisViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
11
|
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
|
+
//分析逻辑类
|
|
12
13
|
|
|
13
|
-
//分析逻辑类
|
|
14
14
|
let floatingPoint;
|
|
15
15
|
let drawPoints = [];
|
|
16
16
|
let activeShapePoints = [];
|
|
@@ -423,14 +423,14 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
423
423
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
424
424
|
var gis_utils_ = __webpack_require__(826);
|
|
425
425
|
// EXTERNAL MODULE: ./src/webgl/profileanalysis/ProfileAnalysisViewModel.js
|
|
426
|
-
var ProfileAnalysisViewModel = __webpack_require__(
|
|
426
|
+
var ProfileAnalysisViewModel = __webpack_require__(3302);
|
|
427
427
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
428
428
|
var client_icons_vue_ = __webpack_require__(348);
|
|
429
429
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
430
430
|
var util_ = __webpack_require__(9519);
|
|
431
431
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
432
432
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
433
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/profileanalysis/ProfileAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
433
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-2.use!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/profileanalysis/ProfileAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
434
434
|
|
|
435
435
|
const _hoisted_1 = {
|
|
436
436
|
class: "kq3d-profile-analysis-box"
|
|
@@ -496,9 +496,10 @@ const __default__ = {
|
|
|
496
496
|
}
|
|
497
497
|
},
|
|
498
498
|
|
|
499
|
-
setup(__props, {
|
|
500
|
-
|
|
501
|
-
|
|
499
|
+
setup(__props, _ref) {
|
|
500
|
+
let {
|
|
501
|
+
expose
|
|
502
|
+
} = _ref;
|
|
502
503
|
const props = __props;
|
|
503
504
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 设置
|
|
504
505
|
|
package/resetview/index.js
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 7329:
|
|
6
6
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
11
|
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
|
+
// 重置视图
|
|
12
13
|
|
|
13
|
-
// 重置视图
|
|
14
14
|
class ResetViewViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
@@ -171,12 +171,12 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
171
171
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
172
172
|
var icons_vue_ = __webpack_require__(8422);
|
|
173
173
|
// EXTERNAL MODULE: ./src/webgl/resetview/ResetViewViewModel.js
|
|
174
|
-
var ResetViewViewModel = __webpack_require__(
|
|
174
|
+
var ResetViewViewModel = __webpack_require__(7329);
|
|
175
175
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
176
176
|
var gis_utils_ = __webpack_require__(826);
|
|
177
177
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
178
178
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
179
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/resetview/ResetView.vue?vue&type=script&setup=true&lang=js
|
|
179
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-2.use!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/resetview/ResetView.vue?vue&type=script&setup=true&lang=js
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
|
package/roller/index.js
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 5523:
|
|
6
6
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
11
|
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
|
+
//卷帘逻辑类
|
|
12
13
|
|
|
13
|
-
//卷帘逻辑类
|
|
14
14
|
class RollerViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
//图层管理对象
|
|
@@ -366,12 +366,12 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
366
366
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
367
367
|
var gis_utils_ = __webpack_require__(826);
|
|
368
368
|
// EXTERNAL MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
369
|
-
var RollerViewModel = __webpack_require__(
|
|
369
|
+
var RollerViewModel = __webpack_require__(5523);
|
|
370
370
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
371
371
|
var util_ = __webpack_require__(9519);
|
|
372
372
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
373
373
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
374
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/roller/Roller.vue?vue&type=script&setup=true&lang=js
|
|
374
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-2.use!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/roller/Roller.vue?vue&type=script&setup=true&lang=js
|
|
375
375
|
|
|
376
376
|
const _hoisted_1 = {
|
|
377
377
|
class: "kq3d-roller-form kq3d-roller-box"
|
|
@@ -425,9 +425,10 @@ const __default__ = {
|
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
427
|
|
|
428
|
-
setup(__props, {
|
|
429
|
-
|
|
430
|
-
|
|
428
|
+
setup(__props, _ref) {
|
|
429
|
+
let {
|
|
430
|
+
expose
|
|
431
|
+
} = _ref;
|
|
431
432
|
const props = __props;
|
|
432
433
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); //获取组件传参
|
|
433
434
|
// 表格头样式
|