@kq_npm/client3d_webgl_vue 4.5.2 → 4.5.3-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 +27 -23
- package/aspectanalysis/index.js +22 -21
- package/baseterraingallery/index.js +4 -2
- package/boxclip/index.js +22 -21
- package/clientPrint/index.js +3 -2
- package/comparemap/index.js +4 -2
- package/excavatefillanalysis/index.js +22 -21
- package/flight/index.js +21 -21
- package/floodanalysis/index.js +22 -21
- package/geologicalbodyanalysis/index.js +22 -21
- package/gpuspatialquery/index.js +32 -24
- package/hawkeye/index.js +4 -2
- package/headertemp/index.js +3 -2
- package/heatmap3d/index.js +38 -43
- package/index.js +45210 -33232
- package/isolineanalysis/index.js +21 -21
- package/light/index.js +4 -2
- package/limitheightanalysis/index.js +4 -2
- package/measure/index.js +21 -21
- package/modelFlat/index.js +22 -21
- package/modelexcavate/index.js +22 -21
- package/modelfilter/index.js +22 -18
- package/modelprofileanalysis/index.js +4 -2
- package/modelselect/index.js +22 -21
- package/package.json +1 -1
- package/particleeffect/index.js +4 -2
- package/planeclip/index.js +22 -21
- package/roller/index.js +4 -2
- package/scaneffect/index.js +22 -21
- package/sceneapp/index.js +12510 -0
- package/sceneset/index.js +4 -2
- package/scenetohdimage/index.js +4 -2
- package/sceneview/index.js +33037 -21002
- package/screenshot/index.js +4 -2
- package/shadowanalysis/index.js +23 -22
- package/sightlineanalysis/index.js +4 -2
- package/skylineanalysis/index.js +22 -21
- package/slopeanalysis/index.js +22 -21
- package/slopeaspectanalysis/index.js +22 -21
- package/statusbar/index.js +108 -107
- package/terrainoperation/index.js +22 -21
- package/terrainprofileanalysis/index.js +22 -21
- package/underground/index.js +4 -2
- package/videofusion/index.js +22 -21
- package/videoproject/index.js +22 -21
- package/viewshedanalysis/index.js +4 -2
- package/weathereffect/index.js +4 -2
- package/wireframesketch/index.js +22 -18
package/planeclip/index.js
CHANGED
|
@@ -12,30 +12,22 @@ return /******/ (function() { // webpackBootstrap
|
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 1349:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
__webpack_require__
|
|
21
|
-
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
;// CONCATENATED MODULE: external "element-plus/dist/index.full.js"
|
|
25
|
-
var index_full_js_namespaceObject = require("element-plus/dist/index.full.js");
|
|
26
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
27
|
-
var init_js_ = __webpack_require__(7997);
|
|
28
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
29
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
|
|
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__(7997);
|
|
21
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
30
22
|
|
|
31
23
|
|
|
32
24
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
Vue.component("KqMessage",
|
|
25
|
+
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
26
|
+
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
27
|
+
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
36
28
|
};
|
|
37
29
|
|
|
38
|
-
/* harmony default export */
|
|
30
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
39
31
|
|
|
40
32
|
/***/ }),
|
|
41
33
|
|
|
@@ -46,6 +38,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
46
38
|
|
|
47
39
|
/***/ }),
|
|
48
40
|
|
|
41
|
+
/***/ 9389:
|
|
42
|
+
/***/ (function(module) {
|
|
43
|
+
|
|
44
|
+
module.exports = require("element-plus/dist/index.full.js");
|
|
45
|
+
|
|
46
|
+
/***/ }),
|
|
47
|
+
|
|
49
48
|
/***/ 7080:
|
|
50
49
|
/***/ (function(module) {
|
|
51
50
|
|
|
@@ -190,8 +189,8 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
190
189
|
var gis_utils_ = __webpack_require__(7135);
|
|
191
190
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
192
191
|
var defineProperty = __webpack_require__(8270);
|
|
193
|
-
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
194
|
-
var message = __webpack_require__(
|
|
192
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
193
|
+
var message = __webpack_require__(1349);
|
|
195
194
|
;// CONCATENATED MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
196
195
|
|
|
197
196
|
//平面裁剪逻辑类
|
|
@@ -447,7 +446,7 @@ const __default__ = {
|
|
|
447
446
|
},
|
|
448
447
|
|
|
449
448
|
setup(__props, {
|
|
450
|
-
expose
|
|
449
|
+
expose: __expose
|
|
451
450
|
}) {
|
|
452
451
|
const props = __props;
|
|
453
452
|
const {
|
|
@@ -575,11 +574,13 @@ const __default__ = {
|
|
|
575
574
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
576
575
|
viewModel && viewModel.destroy();
|
|
577
576
|
});
|
|
578
|
-
|
|
577
|
+
|
|
578
|
+
__expose({
|
|
579
579
|
paramsChanged,
|
|
580
580
|
clip,
|
|
581
581
|
clearResult
|
|
582
582
|
});
|
|
583
|
+
|
|
583
584
|
return (_ctx, _cache) => {
|
|
584
585
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
585
586
|
|
package/roller/index.js
CHANGED
|
@@ -436,7 +436,7 @@ const __default__ = {
|
|
|
436
436
|
},
|
|
437
437
|
|
|
438
438
|
setup(__props, {
|
|
439
|
-
expose
|
|
439
|
+
expose: __expose
|
|
440
440
|
}) {
|
|
441
441
|
const props = __props;
|
|
442
442
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); //获取组件传参
|
|
@@ -520,11 +520,13 @@ const __default__ = {
|
|
|
520
520
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
521
521
|
viewModel && viewModel.destroy();
|
|
522
522
|
});
|
|
523
|
-
|
|
523
|
+
|
|
524
|
+
__expose({
|
|
524
525
|
changeMode,
|
|
525
526
|
changeDirection,
|
|
526
527
|
reset
|
|
527
528
|
});
|
|
529
|
+
|
|
528
530
|
return (_ctx, _cache) => {
|
|
529
531
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
530
532
|
|
package/scaneffect/index.js
CHANGED
|
@@ -12,30 +12,22 @@ return /******/ (function() { // webpackBootstrap
|
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 1349:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
__webpack_require__
|
|
21
|
-
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
;// CONCATENATED MODULE: external "element-plus/dist/index.full.js"
|
|
25
|
-
var index_full_js_namespaceObject = require("element-plus/dist/index.full.js");
|
|
26
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
27
|
-
var init_js_ = __webpack_require__(7997);
|
|
28
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
29
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
|
|
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__(7997);
|
|
21
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
30
22
|
|
|
31
23
|
|
|
32
24
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
Vue.component("KqMessage",
|
|
25
|
+
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
26
|
+
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
27
|
+
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
36
28
|
};
|
|
37
29
|
|
|
38
|
-
/* harmony default export */
|
|
30
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
39
31
|
|
|
40
32
|
/***/ }),
|
|
41
33
|
|
|
@@ -46,6 +38,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
46
38
|
|
|
47
39
|
/***/ }),
|
|
48
40
|
|
|
41
|
+
/***/ 9389:
|
|
42
|
+
/***/ (function(module) {
|
|
43
|
+
|
|
44
|
+
module.exports = require("element-plus/dist/index.full.js");
|
|
45
|
+
|
|
46
|
+
/***/ }),
|
|
47
|
+
|
|
49
48
|
/***/ 7080:
|
|
50
49
|
/***/ (function(module) {
|
|
51
50
|
|
|
@@ -197,8 +196,8 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
197
196
|
var gis_utils_ = __webpack_require__(7135);
|
|
198
197
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
199
198
|
var defineProperty = __webpack_require__(8270);
|
|
200
|
-
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
201
|
-
var message = __webpack_require__(
|
|
199
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
200
|
+
var message = __webpack_require__(1349);
|
|
202
201
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
203
202
|
var const_image_ = __webpack_require__(6277);
|
|
204
203
|
;// CONCATENATED MODULE: ./src/webgl/scaneffect/ScanEffectViewModel.js
|
|
@@ -775,7 +774,7 @@ const __default__ = {
|
|
|
775
774
|
},
|
|
776
775
|
|
|
777
776
|
setup(__props, {
|
|
778
|
-
expose
|
|
777
|
+
expose: __expose
|
|
779
778
|
}) {
|
|
780
779
|
const props = __props;
|
|
781
780
|
const {
|
|
@@ -940,11 +939,13 @@ const __default__ = {
|
|
|
940
939
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
941
940
|
viewModel && viewModel.destroy();
|
|
942
941
|
});
|
|
943
|
-
|
|
942
|
+
|
|
943
|
+
__expose({
|
|
944
944
|
clear,
|
|
945
945
|
paramsChanged,
|
|
946
946
|
addAnalysis
|
|
947
947
|
});
|
|
948
|
+
|
|
948
949
|
return (_ctx, _cache) => {
|
|
949
950
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
950
951
|
|