@kq_npm/client3d_webgl_vue 4.5.11 → 4.5.13
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 +63 -57
- package/aspectanalysis/index.js +36 -33
- package/baseterraingallery/index.js +36 -30
- package/boxclip/index.js +45 -42
- package/clientPrint/index.js +2058 -9342
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +37 -28
- package/compass/index.js +30 -24
- package/excavatefillanalysis/index.js +43 -40
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -1
- package/fixedzoomin/index.js +30 -24
- package/fixedzoomout/index.js +30 -24
- package/flight/index.js +49 -43
- package/floodanalysis/index.js +52 -46
- package/geologicalbodyanalysis/index.js +43 -40
- package/gpuspatialquery/index.js +47 -41
- package/hawkeye/index.js +22 -19
- package/headertemp/index.js +13 -10
- package/heatmap3d/index.js +84 -81
- package/index.js +681 -8019
- package/isolineanalysis/index.js +54 -51
- package/light/index.js +39 -36
- package/limitheightanalysis/index.js +94 -43
- package/measure/index.js +47 -41
- package/modelFlat/index.js +52 -46
- package/modelexcavate/index.js +58 -52
- package/modelfilter/index.js +45 -42
- package/modelprofileanalysis/index.js +121 -69
- package/modelselect/index.js +50 -44
- package/package.json +1 -1
- package/particleeffect/index.js +41 -38
- package/planeclip/index.js +45 -42
- package/resetview/index.js +30 -24
- package/roller/index.js +54 -46
- package/scaneffect/index.js +43 -41
- package/sceneadvancedtoimage/index.js +46 -43
- package/sceneapp/index.js +114 -7619
- package/sceneset/index.js +55 -52
- package/scenetohdimage/index.js +33 -30
- package/sceneview/index.js +2059 -9343
- package/screenshot/index.js +37 -31
- package/shadowanalysis/index.js +40 -37
- package/shadowanalysis/style/shadowanalysis.css +1 -1
- package/sightlineanalysis/index.js +63 -57
- package/skylineanalysis/index.js +53 -46
- package/slopeanalysis/index.js +46 -43
- package/slopeaspectanalysis/index.js +47 -44
- package/statusbar/index.js +36 -33
- package/style.css +1 -1
- package/terrainoperation/index.js +49 -46
- package/terrainprofileanalysis/index.js +52 -49
- package/underground/index.js +30 -26
- package/videofusion/index.js +49 -43
- package/videoproject/index.js +49 -43
- package/viewshedanalysis/index.js +36 -33
- package/weathereffect/index.js +35 -32
- package/wireframesketch/index.js +40 -37
package/underground/index.js
CHANGED
|
@@ -7,18 +7,18 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 7656:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
|
-
/* harmony export */
|
|
19
|
+
/* harmony export */ "Z": function() { return /* binding */ UndergroundViewModel; }
|
|
20
20
|
/* harmony export */ });
|
|
21
|
-
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
21
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5301);
|
|
22
22
|
|
|
23
23
|
/*
|
|
24
24
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -27,9 +27,9 @@ return /******/ (function() { // webpackBootstrap
|
|
|
27
27
|
class UndergroundViewModel {
|
|
28
28
|
// 地下模式三维管理对象
|
|
29
29
|
constructor(viewer) {
|
|
30
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
30
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
31
31
|
// 三维viewer对象
|
|
32
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
32
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_undergroundManager", null);
|
|
33
33
|
this._viewer = viewer;
|
|
34
34
|
this._undergroundManager = new Cesium.Kq3dUndergroundManager(this._viewer.scene);
|
|
35
35
|
}
|
|
@@ -67,48 +67,48 @@ class UndergroundViewModel {
|
|
|
67
67
|
|
|
68
68
|
/***/ }),
|
|
69
69
|
|
|
70
|
-
/***/
|
|
70
|
+
/***/ 7080:
|
|
71
71
|
/***/ (function(module) {
|
|
72
72
|
|
|
73
73
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
74
74
|
|
|
75
75
|
/***/ }),
|
|
76
76
|
|
|
77
|
-
/***/
|
|
77
|
+
/***/ 7135:
|
|
78
78
|
/***/ (function(module) {
|
|
79
79
|
|
|
80
|
-
module.exports =
|
|
80
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
81
81
|
|
|
82
82
|
/***/ }),
|
|
83
83
|
|
|
84
|
-
/***/
|
|
84
|
+
/***/ 3458:
|
|
85
85
|
/***/ (function(module) {
|
|
86
86
|
|
|
87
|
-
module.exports =
|
|
87
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
88
88
|
|
|
89
89
|
/***/ }),
|
|
90
90
|
|
|
91
|
-
/***/
|
|
91
|
+
/***/ 7997:
|
|
92
92
|
/***/ (function(module) {
|
|
93
93
|
|
|
94
|
-
module.exports =
|
|
94
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
95
95
|
|
|
96
96
|
/***/ }),
|
|
97
97
|
|
|
98
|
-
/***/
|
|
98
|
+
/***/ 1895:
|
|
99
99
|
/***/ (function(module) {
|
|
100
100
|
|
|
101
|
-
module.exports =
|
|
101
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
102
102
|
|
|
103
103
|
/***/ }),
|
|
104
104
|
|
|
105
|
-
/***/
|
|
105
|
+
/***/ 5301:
|
|
106
106
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
// EXPORTS
|
|
110
110
|
__webpack_require__.d(__webpack_exports__, {
|
|
111
|
-
|
|
111
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
112
112
|
});
|
|
113
113
|
|
|
114
114
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -226,25 +226,27 @@ function _defineProperty(e, r, t) {
|
|
|
226
226
|
/******/
|
|
227
227
|
/************************************************************************/
|
|
228
228
|
var __webpack_exports__ = {};
|
|
229
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
230
|
+
!function() {
|
|
229
231
|
// ESM COMPAT FLAG
|
|
230
232
|
__webpack_require__.r(__webpack_exports__);
|
|
231
233
|
|
|
232
234
|
// EXPORTS
|
|
233
235
|
__webpack_require__.d(__webpack_exports__, {
|
|
234
|
-
UndergroundViewModel: function() { return /* reexport */ UndergroundViewModel/* default */.
|
|
236
|
+
"UndergroundViewModel": function() { return /* reexport */ UndergroundViewModel/* default */.Z; },
|
|
235
237
|
"default": function() { return /* reexport */ Underground; }
|
|
236
238
|
});
|
|
237
239
|
|
|
238
240
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
239
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
241
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
240
242
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
241
|
-
var gis_utils_ = __webpack_require__(
|
|
243
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
242
244
|
// EXTERNAL MODULE: ./src/webgl/underground/UndergroundViewModel.js
|
|
243
|
-
var UndergroundViewModel = __webpack_require__(
|
|
245
|
+
var UndergroundViewModel = __webpack_require__(7656);
|
|
244
246
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
245
|
-
var util_ = __webpack_require__(
|
|
247
|
+
var util_ = __webpack_require__(3458);
|
|
246
248
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
247
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
249
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
248
250
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/underground/Underground.vue?vue&type=script&setup=true&lang=js
|
|
249
251
|
|
|
250
252
|
const _hoisted_1 = {
|
|
@@ -276,7 +278,8 @@ const __default__ = {
|
|
|
276
278
|
const emit = __emit;
|
|
277
279
|
//获取组件传参
|
|
278
280
|
const props = __props;
|
|
279
|
-
|
|
281
|
+
//语言
|
|
282
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
280
283
|
let isUndergroundMode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
281
284
|
let viewModel = null;
|
|
282
285
|
|
|
@@ -298,7 +301,7 @@ const __default__ = {
|
|
|
298
301
|
});
|
|
299
302
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
300
303
|
if (scenceView) {
|
|
301
|
-
viewModel = new UndergroundViewModel/* default */.
|
|
304
|
+
viewModel = new UndergroundViewModel/* default */.Z(scenceView._viewer);
|
|
302
305
|
}
|
|
303
306
|
});
|
|
304
307
|
});
|
|
@@ -354,7 +357,7 @@ const __exports__ = Undergroundvue_type_script_setup_true_lang_js;
|
|
|
354
357
|
|
|
355
358
|
/* harmony default export */ var Underground = (__exports__);
|
|
356
359
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
357
|
-
var init_js_ = __webpack_require__(
|
|
360
|
+
var init_js_ = __webpack_require__(7997);
|
|
358
361
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
359
362
|
;// CONCATENATED MODULE: ./src/webgl/underground/index.js
|
|
360
363
|
/*
|
|
@@ -369,6 +372,7 @@ Underground.install = (Vue, opts) => {
|
|
|
369
372
|
Vue.component(Underground.name, Underground);
|
|
370
373
|
};
|
|
371
374
|
|
|
375
|
+
}();
|
|
372
376
|
/******/ return __webpack_exports__;
|
|
373
377
|
/******/ })()
|
|
374
378
|
;
|
package/videofusion/index.js
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
11
|
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
|
-
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
|
|
19
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__(
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
22
|
/*
|
|
23
23
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -29,17 +29,17 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
29
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
31
|
};
|
|
32
|
-
/* harmony default export */ __webpack_exports__
|
|
32
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
33
|
|
|
34
34
|
/***/ }),
|
|
35
35
|
|
|
36
|
-
/***/
|
|
36
|
+
/***/ 2627:
|
|
37
37
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
38
38
|
|
|
39
39
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
40
|
-
/* harmony export */
|
|
40
|
+
/* harmony export */ "Z": function() { return /* binding */ VideoFusiontViewModel; }
|
|
41
41
|
/* harmony export */ });
|
|
42
|
-
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
42
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5301);
|
|
43
43
|
|
|
44
44
|
/*
|
|
45
45
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -48,13 +48,13 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
48
48
|
//视频融合逻辑类
|
|
49
49
|
class VideoFusiontViewModel {
|
|
50
50
|
constructor(scenceView, options) {
|
|
51
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
51
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
52
52
|
//三维viewer对象
|
|
53
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
53
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
54
54
|
//视频融合存储参数对象
|
|
55
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
55
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusion", null);
|
|
56
56
|
//视频融合对象
|
|
57
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .
|
|
57
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusionCollection", null);
|
|
58
58
|
this._options = Object.assign({}, options);
|
|
59
59
|
this._viewer = scenceView._viewer;
|
|
60
60
|
this._videoFusionCollection = new Cesium.Kq3dVideoFusionCollection(this._viewer);
|
|
@@ -234,83 +234,83 @@ class VideoFusiontViewModel {
|
|
|
234
234
|
|
|
235
235
|
/***/ }),
|
|
236
236
|
|
|
237
|
-
/***/
|
|
237
|
+
/***/ 348:
|
|
238
238
|
/***/ (function(module) {
|
|
239
239
|
|
|
240
240
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
241
241
|
|
|
242
242
|
/***/ }),
|
|
243
243
|
|
|
244
|
-
/***/
|
|
244
|
+
/***/ 4360:
|
|
245
245
|
/***/ (function(module) {
|
|
246
246
|
|
|
247
247
|
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
248
248
|
|
|
249
249
|
/***/ }),
|
|
250
250
|
|
|
251
|
-
/***/
|
|
251
|
+
/***/ 8824:
|
|
252
252
|
/***/ (function(module) {
|
|
253
253
|
|
|
254
254
|
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
255
255
|
|
|
256
256
|
/***/ }),
|
|
257
257
|
|
|
258
|
-
/***/
|
|
258
|
+
/***/ 2936:
|
|
259
259
|
/***/ (function(module) {
|
|
260
260
|
|
|
261
261
|
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
262
262
|
|
|
263
263
|
/***/ }),
|
|
264
264
|
|
|
265
|
-
/***/
|
|
265
|
+
/***/ 9389:
|
|
266
266
|
/***/ (function(module) {
|
|
267
267
|
|
|
268
268
|
module.exports = require("element-plus/dist/index.full.js");
|
|
269
269
|
|
|
270
270
|
/***/ }),
|
|
271
271
|
|
|
272
|
-
/***/
|
|
272
|
+
/***/ 7080:
|
|
273
273
|
/***/ (function(module) {
|
|
274
274
|
|
|
275
275
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
276
276
|
|
|
277
277
|
/***/ }),
|
|
278
278
|
|
|
279
|
-
/***/
|
|
279
|
+
/***/ 7135:
|
|
280
280
|
/***/ (function(module) {
|
|
281
281
|
|
|
282
|
-
module.exports =
|
|
282
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
283
283
|
|
|
284
284
|
/***/ }),
|
|
285
285
|
|
|
286
|
-
/***/
|
|
286
|
+
/***/ 3458:
|
|
287
287
|
/***/ (function(module) {
|
|
288
288
|
|
|
289
|
-
module.exports =
|
|
289
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
290
290
|
|
|
291
291
|
/***/ }),
|
|
292
292
|
|
|
293
|
-
/***/
|
|
293
|
+
/***/ 7997:
|
|
294
294
|
/***/ (function(module) {
|
|
295
295
|
|
|
296
|
-
module.exports =
|
|
296
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
297
297
|
|
|
298
298
|
/***/ }),
|
|
299
299
|
|
|
300
|
-
/***/
|
|
300
|
+
/***/ 1895:
|
|
301
301
|
/***/ (function(module) {
|
|
302
302
|
|
|
303
|
-
module.exports =
|
|
303
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
304
304
|
|
|
305
305
|
/***/ }),
|
|
306
306
|
|
|
307
|
-
/***/
|
|
307
|
+
/***/ 5301:
|
|
308
308
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
309
309
|
|
|
310
310
|
|
|
311
311
|
// EXPORTS
|
|
312
312
|
__webpack_require__.d(__webpack_exports__, {
|
|
313
|
-
|
|
313
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
314
314
|
});
|
|
315
315
|
|
|
316
316
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -428,35 +428,37 @@ function _defineProperty(e, r, t) {
|
|
|
428
428
|
/******/
|
|
429
429
|
/************************************************************************/
|
|
430
430
|
var __webpack_exports__ = {};
|
|
431
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
432
|
+
!function() {
|
|
431
433
|
// ESM COMPAT FLAG
|
|
432
434
|
__webpack_require__.r(__webpack_exports__);
|
|
433
435
|
|
|
434
436
|
// EXPORTS
|
|
435
437
|
__webpack_require__.d(__webpack_exports__, {
|
|
436
|
-
VideoFusionViewModel: function() { return /* reexport */ VideoFusionViewModel/* default */.
|
|
438
|
+
"VideoFusionViewModel": function() { return /* reexport */ VideoFusionViewModel/* default */.Z; },
|
|
437
439
|
"default": function() { return /* reexport */ VideoFusion; }
|
|
438
440
|
});
|
|
439
441
|
|
|
440
442
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
441
|
-
var web_url_search_params_delete_js_ = __webpack_require__(
|
|
443
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
442
444
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
443
|
-
var web_url_search_params_has_js_ = __webpack_require__(
|
|
445
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
444
446
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
445
|
-
var web_url_search_params_size_js_ = __webpack_require__(
|
|
447
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
446
448
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
447
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
449
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
448
450
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
449
|
-
var gis_utils_ = __webpack_require__(
|
|
451
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
450
452
|
// EXTERNAL MODULE: ./src/webgl/videofusion/VideoFusionViewModel.js
|
|
451
|
-
var VideoFusionViewModel = __webpack_require__(
|
|
453
|
+
var VideoFusionViewModel = __webpack_require__(2627);
|
|
452
454
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
453
|
-
var client_icons_vue_ = __webpack_require__(
|
|
455
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
454
456
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
455
|
-
var util_ = __webpack_require__(
|
|
457
|
+
var util_ = __webpack_require__(3458);
|
|
456
458
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
457
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
459
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
458
460
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
459
|
-
var message = __webpack_require__(
|
|
461
|
+
var message = __webpack_require__(1349);
|
|
460
462
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/videofusion/VideoFusion.vue?vue&type=script&setup=true&lang=js
|
|
461
463
|
|
|
462
464
|
|
|
@@ -524,7 +526,10 @@ const __default__ = {
|
|
|
524
526
|
setup(__props, {
|
|
525
527
|
expose: __expose
|
|
526
528
|
}) {
|
|
527
|
-
|
|
529
|
+
const {
|
|
530
|
+
proxy
|
|
531
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
532
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
528
533
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
529
534
|
|
|
530
535
|
// 获取组件传参
|
|
@@ -596,7 +601,7 @@ const __default__ = {
|
|
|
596
601
|
eclosion: formItem.eclosion,
|
|
597
602
|
showHideLine: formItem.showHideLine
|
|
598
603
|
};
|
|
599
|
-
viewModel = new VideoFusionViewModel/* default */.
|
|
604
|
+
viewModel = new VideoFusionViewModel/* default */.Z(scenceView, options);
|
|
600
605
|
}
|
|
601
606
|
});
|
|
602
607
|
});
|
|
@@ -659,7 +664,7 @@ const __default__ = {
|
|
|
659
664
|
// 融合
|
|
660
665
|
function fusion() {
|
|
661
666
|
if (formItem.videoPath === "") {
|
|
662
|
-
(0,message/* default */.
|
|
667
|
+
(0,message/* default */.Z)({
|
|
663
668
|
message: language.value.videoPathEmpty,
|
|
664
669
|
type: "warning"
|
|
665
670
|
});
|
|
@@ -1261,7 +1266,7 @@ const __exports__ = VideoFusionvue_type_script_setup_true_lang_js;
|
|
|
1261
1266
|
|
|
1262
1267
|
/* harmony default export */ var VideoFusion = (__exports__);
|
|
1263
1268
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1264
|
-
var init_js_ = __webpack_require__(
|
|
1269
|
+
var init_js_ = __webpack_require__(7997);
|
|
1265
1270
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1266
1271
|
;// CONCATENATED MODULE: ./src/webgl/videofusion/index.js
|
|
1267
1272
|
/*
|
|
@@ -1276,6 +1281,7 @@ VideoFusion.install = (Vue, opts) => {
|
|
|
1276
1281
|
Vue.component(VideoFusion.name, VideoFusion);
|
|
1277
1282
|
};
|
|
1278
1283
|
|
|
1284
|
+
}();
|
|
1279
1285
|
/******/ return __webpack_exports__;
|
|
1280
1286
|
/******/ })()
|
|
1281
1287
|
;
|