@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/weathereffect/index.js
CHANGED
|
@@ -408,7 +408,7 @@ const __default__ = {
|
|
|
408
408
|
},
|
|
409
409
|
|
|
410
410
|
setup(__props, {
|
|
411
|
-
expose
|
|
411
|
+
expose: __expose
|
|
412
412
|
}) {
|
|
413
413
|
const props = __props;
|
|
414
414
|
const {
|
|
@@ -537,12 +537,14 @@ const __default__ = {
|
|
|
537
537
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
538
538
|
viewModel && viewModel.destroy();
|
|
539
539
|
});
|
|
540
|
-
|
|
540
|
+
|
|
541
|
+
__expose({
|
|
541
542
|
changeMode,
|
|
542
543
|
paramsChanged,
|
|
543
544
|
add,
|
|
544
545
|
clear
|
|
545
546
|
});
|
|
547
|
+
|
|
546
548
|
return (_ctx, _cache) => {
|
|
547
549
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
548
550
|
|
package/wireframesketch/index.js
CHANGED
|
@@ -12,27 +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, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
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__);
|
|
18
22
|
|
|
19
|
-
// UNUSED EXPORTS: default
|
|
20
|
-
|
|
21
|
-
;// CONCATENATED MODULE: external "element-plus/dist/index.full.js"
|
|
22
|
-
var index_full_js_namespaceObject = require("element-plus/dist/index.full.js");
|
|
23
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
24
|
-
var init_js_ = __webpack_require__(7997);
|
|
25
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
26
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
27
23
|
|
|
28
24
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
Vue.component("KqMessage", index_full_js_namespaceObject.ElMessage);
|
|
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);
|
|
33
28
|
};
|
|
34
29
|
|
|
35
|
-
/* harmony default export */ var
|
|
30
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (KqMessage)));
|
|
36
31
|
|
|
37
32
|
/***/ }),
|
|
38
33
|
|
|
@@ -43,6 +38,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
43
38
|
|
|
44
39
|
/***/ }),
|
|
45
40
|
|
|
41
|
+
/***/ 9389:
|
|
42
|
+
/***/ (function(module) {
|
|
43
|
+
|
|
44
|
+
module.exports = require("element-plus/dist/index.full.js");
|
|
45
|
+
|
|
46
|
+
/***/ }),
|
|
47
|
+
|
|
46
48
|
/***/ 7080:
|
|
47
49
|
/***/ (function(module) {
|
|
48
50
|
|
|
@@ -187,8 +189,8 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
187
189
|
var gis_utils_ = __webpack_require__(7135);
|
|
188
190
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
189
191
|
var defineProperty = __webpack_require__(8270);
|
|
190
|
-
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
191
|
-
var message = __webpack_require__(
|
|
192
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
193
|
+
var message = __webpack_require__(1349);
|
|
192
194
|
;// CONCATENATED MODULE: ./src/webgl/wireframesketch/WireframeSketchViewModel.js
|
|
193
195
|
|
|
194
196
|
//模型滤镜逻辑类
|
|
@@ -314,7 +316,7 @@ const __default__ = {
|
|
|
314
316
|
},
|
|
315
317
|
|
|
316
318
|
setup(__props, {
|
|
317
|
-
expose
|
|
319
|
+
expose: __expose
|
|
318
320
|
}) {
|
|
319
321
|
const props = __props;
|
|
320
322
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
@@ -388,9 +390,11 @@ const __default__ = {
|
|
|
388
390
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
389
391
|
viewModel && viewModel.destroy();
|
|
390
392
|
});
|
|
391
|
-
|
|
393
|
+
|
|
394
|
+
__expose({
|
|
392
395
|
clear
|
|
393
396
|
});
|
|
397
|
+
|
|
394
398
|
return (_ctx, _cache) => {
|
|
395
399
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
396
400
|
|