@kq_npm/client3d_webgl_vue 0.3.5-beta → 0.3.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 +1 -3
- package/excavatefillanalysis/index.js +4 -20
- package/floodanalysis/index.js +8 -20
- package/gpuspatialquery/index.js +5 -21
- package/index.js +504 -75
- package/isolineanalysis/index.js +4 -20
- package/modelselect/index.js +5 -21
- package/package.json +1 -1
- package/particleeffect/index.js +4 -20
- package/planeclip/index.js +5 -21
- package/scenceview/index.js +480 -2
- package/shadowanalysis/index.js +5 -21
- package/sightlineanalysis/index.js +2 -2
- package/skylineanalysis/index.js +6 -25
- package/slopeanalysis/index.js +4 -20
- package/terrainoperation/index.js +5 -21
- package/weathereffect/index.js +4 -20
|
@@ -74,25 +74,9 @@ function _defineProperty(obj, key, value) {
|
|
|
74
74
|
|
|
75
75
|
return obj;
|
|
76
76
|
}
|
|
77
|
-
;// CONCATENATED MODULE: external "element-plus/es"
|
|
78
|
-
var es_namespaceObject = require("element-plus/es");
|
|
79
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
80
|
-
var init_js_namespaceObject = require("@kq_npm/client_common_vue/init.js");
|
|
81
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
|
|
82
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
87
|
-
init_js_default()(Vue, opts);
|
|
88
|
-
Vue.component("KqMessage", es_namespaceObject.ElMessage);
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
/* harmony default export */ var message = (es_namespaceObject.ElMessage);
|
|
92
77
|
;// CONCATENATED MODULE: ./src/webgl/terrainoperation/TerrainOperationViewModel.js
|
|
93
78
|
|
|
94
|
-
|
|
95
|
-
|
|
79
|
+
//地形淹没分析逻辑类
|
|
96
80
|
class TerrainOperationViewModel {
|
|
97
81
|
constructor(scenceView, viewModel) {
|
|
98
82
|
_defineProperty(this, "_terrainexcavationext", null);
|
|
@@ -212,10 +196,7 @@ class TerrainOperationViewModel {
|
|
|
212
196
|
clampToGround: true
|
|
213
197
|
});
|
|
214
198
|
} else {
|
|
215
|
-
|
|
216
|
-
message: "请加载地形后分析!",
|
|
217
|
-
type: "warning"
|
|
218
|
-
});
|
|
199
|
+
throw "请加载地形后分析!";
|
|
219
200
|
}
|
|
220
201
|
} //改变分析类型
|
|
221
202
|
|
|
@@ -513,6 +494,9 @@ const __default__ = {
|
|
|
513
494
|
const __exports__ = TerrainOperationvue_type_script_setup_true_lang_js;
|
|
514
495
|
|
|
515
496
|
/* harmony default export */ var TerrainOperation = (__exports__);
|
|
497
|
+
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
498
|
+
var init_js_namespaceObject = require("@kq_npm/client_common_vue/init.js");
|
|
499
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
|
|
516
500
|
;// CONCATENATED MODULE: ./src/webgl/terrainoperation/index.js
|
|
517
501
|
|
|
518
502
|
|
package/weathereffect/index.js
CHANGED
|
@@ -78,25 +78,9 @@ function _defineProperty(obj, key, value) {
|
|
|
78
78
|
}
|
|
79
79
|
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
80
80
|
var const_image_namespaceObject = require("@kq_npm/client_common_vue/_utils/const-image");
|
|
81
|
-
;// CONCATENATED MODULE: external "element-plus/es"
|
|
82
|
-
var es_namespaceObject = require("element-plus/es");
|
|
83
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
84
|
-
var init_js_namespaceObject = require("@kq_npm/client_common_vue/init.js");
|
|
85
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
|
|
86
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
91
|
-
init_js_default()(Vue, opts);
|
|
92
|
-
Vue.component("KqMessage", es_namespaceObject.ElMessage);
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
/* harmony default export */ var message = (es_namespaceObject.ElMessage);
|
|
96
81
|
;// CONCATENATED MODULE: ./src/webgl/weathereffect/WeatherEffectViewModel.js
|
|
97
82
|
|
|
98
83
|
|
|
99
|
-
|
|
100
84
|
let _gravityScratch = null;
|
|
101
85
|
let _gravityStart = 0.0;
|
|
102
86
|
|
|
@@ -194,10 +178,7 @@ class WeatherEffectViewModel {
|
|
|
194
178
|
image: null
|
|
195
179
|
});
|
|
196
180
|
} else {
|
|
197
|
-
|
|
198
|
-
message: "请添加模型后添加特效!",
|
|
199
|
-
type: "warning"
|
|
200
|
-
});
|
|
181
|
+
throw "请添加模型后添加特效!";
|
|
201
182
|
}
|
|
202
183
|
} //清除天气特效
|
|
203
184
|
|
|
@@ -849,6 +830,9 @@ const __default__ = {
|
|
|
849
830
|
const __exports__ = WeatherEffectvue_type_script_setup_true_lang_js;
|
|
850
831
|
|
|
851
832
|
/* harmony default export */ var WeatherEffect = (__exports__);
|
|
833
|
+
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
834
|
+
var init_js_namespaceObject = require("@kq_npm/client_common_vue/init.js");
|
|
835
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
|
|
852
836
|
;// CONCATENATED MODULE: ./src/webgl/weathereffect/index.js
|
|
853
837
|
|
|
854
838
|
|