@kq_npm/client3d_webgl_vue 4.5.16 → 4.5.18
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 +4 -2
- package/aspectanalysis/index.js +3 -1
- package/boxclip/index.js +3 -1
- package/clientPrint/index.js +1962 -1794
- package/excavatefillanalysis/index.js +3 -1
- package/flight/index.js +3 -1
- package/floodanalysis/index.js +3 -1
- package/geologicalbodyanalysis/index.js +3 -1
- package/gpuspatialquery/index.js +3 -1
- package/heatmap3d/index.js +19 -9
- package/index.js +330 -188
- package/isolineanalysis/index.js +3 -1
- package/light/index.js +3 -1
- package/limitheightanalysis/index.js +3 -1
- package/measure/index.js +256 -233
- package/modelFlat/index.js +3 -1
- package/modelexcavate/index.js +3 -1
- package/modelfilter/index.js +3 -1
- package/modelprofileanalysis/index.js +3 -1
- package/modelselect/index.js +3 -1
- package/package.json +1 -1
- package/particleeffect/index.js +3 -1
- package/planeclip/index.js +3 -1
- package/roller/index.js +3 -1
- package/scaneffect/index.js +3 -1
- package/sceneadvancedtoimage/index.js +4 -2
- package/sceneapp/index.js +1053 -27
- package/sceneset/index.js +10 -8
- package/scenetohdimage/index.js +3 -1
- package/sceneview/index.js +1962 -1794
- package/screenshot/index.js +3 -1
- package/shadowanalysis/index.js +3 -1
- package/sightlineanalysis/index.js +3 -1
- package/skylineanalysis/index.js +3 -1
- package/slopeanalysis/index.js +3 -1
- package/slopeaspectanalysis/index.js +3 -1
- package/terrainoperation/index.js +3 -1
- package/terrainprofileanalysis/index.js +3 -1
- package/videofusion/index.js +3 -1
- package/videoproject/index.js +3 -1
- package/viewshedanalysis/index.js +3 -1
- package/weathereffect/index.js +3 -1
- package/wireframesketch/index.js +3 -1
package/isolineanalysis/index.js
CHANGED
|
@@ -814,7 +814,9 @@ const __default__ = {
|
|
|
814
814
|
});
|
|
815
815
|
watchCreateHeaderTemp();
|
|
816
816
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
817
|
-
|
|
817
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
818
|
+
watchCreateHeaderTemp();
|
|
819
|
+
});
|
|
818
820
|
});
|
|
819
821
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
820
822
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
package/light/index.js
CHANGED
|
@@ -556,7 +556,9 @@ const __default__ = {
|
|
|
556
556
|
});
|
|
557
557
|
watchCreateHeaderTemp();
|
|
558
558
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
559
|
-
|
|
559
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
560
|
+
watchCreateHeaderTemp();
|
|
561
|
+
});
|
|
560
562
|
});
|
|
561
563
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
562
564
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
@@ -494,7 +494,9 @@ const __default__ = {
|
|
|
494
494
|
});
|
|
495
495
|
watchCreateHeaderTemp();
|
|
496
496
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
497
|
-
|
|
497
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
498
|
+
watchCreateHeaderTemp();
|
|
499
|
+
});
|
|
498
500
|
});
|
|
499
501
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言类型
|
|
500
502
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
package/measure/index.js
CHANGED
|
@@ -33,226 +33,17 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
33
33
|
|
|
34
34
|
/***/ }),
|
|
35
35
|
|
|
36
|
-
/***/
|
|
37
|
-
/***/ (function(
|
|
38
|
-
|
|
39
|
-
module.exports = require("@element-plus/icons-vue");
|
|
40
|
-
|
|
41
|
-
/***/ }),
|
|
42
|
-
|
|
43
|
-
/***/ 348:
|
|
44
|
-
/***/ (function(module) {
|
|
45
|
-
|
|
46
|
-
module.exports = require("@kq_npm/client_icons_vue");
|
|
47
|
-
|
|
48
|
-
/***/ }),
|
|
49
|
-
|
|
50
|
-
/***/ 8470:
|
|
51
|
-
/***/ (function(module) {
|
|
52
|
-
|
|
53
|
-
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
54
|
-
|
|
55
|
-
/***/ }),
|
|
56
|
-
|
|
57
|
-
/***/ 1058:
|
|
58
|
-
/***/ (function(module) {
|
|
59
|
-
|
|
60
|
-
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
61
|
-
|
|
62
|
-
/***/ }),
|
|
63
|
-
|
|
64
|
-
/***/ 9389:
|
|
65
|
-
/***/ (function(module) {
|
|
66
|
-
|
|
67
|
-
module.exports = require("element-plus/dist/index.full.js");
|
|
68
|
-
|
|
69
|
-
/***/ }),
|
|
70
|
-
|
|
71
|
-
/***/ 7080:
|
|
72
|
-
/***/ (function(module) {
|
|
73
|
-
|
|
74
|
-
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
75
|
-
|
|
76
|
-
/***/ }),
|
|
77
|
-
|
|
78
|
-
/***/ 7135:
|
|
79
|
-
/***/ (function(module) {
|
|
80
|
-
|
|
81
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
82
|
-
|
|
83
|
-
/***/ }),
|
|
84
|
-
|
|
85
|
-
/***/ 3458:
|
|
86
|
-
/***/ (function(module) {
|
|
87
|
-
|
|
88
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
89
|
-
|
|
90
|
-
/***/ }),
|
|
91
|
-
|
|
92
|
-
/***/ 7997:
|
|
93
|
-
/***/ (function(module) {
|
|
94
|
-
|
|
95
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
96
|
-
|
|
97
|
-
/***/ }),
|
|
98
|
-
|
|
99
|
-
/***/ 1895:
|
|
100
|
-
/***/ (function(module) {
|
|
101
|
-
|
|
102
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
103
|
-
|
|
104
|
-
/***/ }),
|
|
105
|
-
|
|
106
|
-
/***/ 5301:
|
|
107
|
-
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
// EXPORTS
|
|
111
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
112
|
-
"Z": function() { return /* binding */ _defineProperty; }
|
|
113
|
-
});
|
|
114
|
-
|
|
115
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
116
|
-
function _typeof(o) {
|
|
117
|
-
"@babel/helpers - typeof";
|
|
118
|
-
|
|
119
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
120
|
-
return typeof o;
|
|
121
|
-
} : function (o) {
|
|
122
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
123
|
-
}, _typeof(o);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
127
|
-
|
|
128
|
-
function toPrimitive(t, r) {
|
|
129
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
130
|
-
var e = t[Symbol.toPrimitive];
|
|
131
|
-
if (void 0 !== e) {
|
|
132
|
-
var i = e.call(t, r || "default");
|
|
133
|
-
if ("object" != _typeof(i)) return i;
|
|
134
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
135
|
-
}
|
|
136
|
-
return ("string" === r ? String : Number)(t);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
function toPropertyKey(t) {
|
|
143
|
-
var i = toPrimitive(t, "string");
|
|
144
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
148
|
-
|
|
149
|
-
function _defineProperty(e, r, t) {
|
|
150
|
-
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
151
|
-
value: t,
|
|
152
|
-
enumerable: !0,
|
|
153
|
-
configurable: !0,
|
|
154
|
-
writable: !0
|
|
155
|
-
}) : e[r] = t, e;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
/***/ })
|
|
160
|
-
|
|
161
|
-
/******/ });
|
|
162
|
-
/************************************************************************/
|
|
163
|
-
/******/ // The module cache
|
|
164
|
-
/******/ var __webpack_module_cache__ = {};
|
|
165
|
-
/******/
|
|
166
|
-
/******/ // The require function
|
|
167
|
-
/******/ function __webpack_require__(moduleId) {
|
|
168
|
-
/******/ // Check if module is in cache
|
|
169
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
170
|
-
/******/ if (cachedModule !== undefined) {
|
|
171
|
-
/******/ return cachedModule.exports;
|
|
172
|
-
/******/ }
|
|
173
|
-
/******/ // Create a new module (and put it into the cache)
|
|
174
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
175
|
-
/******/ // no module.id needed
|
|
176
|
-
/******/ // no module.loaded needed
|
|
177
|
-
/******/ exports: {}
|
|
178
|
-
/******/ };
|
|
179
|
-
/******/
|
|
180
|
-
/******/ // Execute the module function
|
|
181
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
182
|
-
/******/
|
|
183
|
-
/******/ // Return the exports of the module
|
|
184
|
-
/******/ return module.exports;
|
|
185
|
-
/******/ }
|
|
186
|
-
/******/
|
|
187
|
-
/************************************************************************/
|
|
188
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
189
|
-
/******/ !function() {
|
|
190
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
191
|
-
/******/ __webpack_require__.n = function(module) {
|
|
192
|
-
/******/ var getter = module && module.__esModule ?
|
|
193
|
-
/******/ function() { return module['default']; } :
|
|
194
|
-
/******/ function() { return module; };
|
|
195
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
196
|
-
/******/ return getter;
|
|
197
|
-
/******/ };
|
|
198
|
-
/******/ }();
|
|
199
|
-
/******/
|
|
200
|
-
/******/ /* webpack/runtime/define property getters */
|
|
201
|
-
/******/ !function() {
|
|
202
|
-
/******/ // define getter functions for harmony exports
|
|
203
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
204
|
-
/******/ for(var key in definition) {
|
|
205
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
206
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
207
|
-
/******/ }
|
|
208
|
-
/******/ }
|
|
209
|
-
/******/ };
|
|
210
|
-
/******/ }();
|
|
211
|
-
/******/
|
|
212
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
213
|
-
/******/ !function() {
|
|
214
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
215
|
-
/******/ }();
|
|
216
|
-
/******/
|
|
217
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
218
|
-
/******/ !function() {
|
|
219
|
-
/******/ // define __esModule on exports
|
|
220
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
221
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
222
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
223
|
-
/******/ }
|
|
224
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
225
|
-
/******/ };
|
|
226
|
-
/******/ }();
|
|
227
|
-
/******/
|
|
228
|
-
/************************************************************************/
|
|
229
|
-
var __webpack_exports__ = {};
|
|
230
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
231
|
-
!function() {
|
|
232
|
-
// ESM COMPAT FLAG
|
|
233
|
-
__webpack_require__.r(__webpack_exports__);
|
|
36
|
+
/***/ 193:
|
|
37
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
234
38
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
var
|
|
243
|
-
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
244
|
-
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
245
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
246
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
247
|
-
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
248
|
-
var icons_vue_ = __webpack_require__(8422);
|
|
249
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
250
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
251
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
252
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
253
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
254
|
-
var defineProperty = __webpack_require__(5301);
|
|
255
|
-
;// CONCATENATED MODULE: ./src/webgl/measure/MeasureViewModel.js
|
|
39
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
40
|
+
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
41
|
+
/* harmony export */ });
|
|
42
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5301);
|
|
43
|
+
/* harmony import */ var core_js_modules_esnext_iterator_constructor_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8470);
|
|
44
|
+
/* harmony import */ var core_js_modules_esnext_iterator_constructor_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_esnext_iterator_constructor_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
45
|
+
/* harmony import */ var core_js_modules_esnext_iterator_for_each_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1058);
|
|
46
|
+
/* harmony import */ var core_js_modules_esnext_iterator_for_each_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_esnext_iterator_for_each_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
256
47
|
|
|
257
48
|
|
|
258
49
|
|
|
@@ -263,14 +54,14 @@ var defineProperty = __webpack_require__(5301);
|
|
|
263
54
|
//测量操作类
|
|
264
55
|
class MeasureViewModel {
|
|
265
56
|
constructor(viewer) {
|
|
266
|
-
(0,
|
|
267
|
-
(0,
|
|
57
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
58
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
268
59
|
//测量三维对象
|
|
269
|
-
(0,
|
|
60
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
270
61
|
//测量事件
|
|
271
|
-
(0,
|
|
62
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
272
63
|
//活动事件
|
|
273
|
-
(0,
|
|
64
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "nauticalMileUnit", "nmi");
|
|
274
65
|
this._measureHandler = new Cesium.Kq3dMeasureHandler(viewer);
|
|
275
66
|
this._viewer = viewer;
|
|
276
67
|
this.measureEvent = this._measureHandler.measureEvent;
|
|
@@ -418,6 +209,32 @@ class MeasureViewModel {
|
|
|
418
209
|
this._measureHandler = null;
|
|
419
210
|
}
|
|
420
211
|
}
|
|
212
|
+
|
|
213
|
+
/***/ }),
|
|
214
|
+
|
|
215
|
+
/***/ 7226:
|
|
216
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
// EXPORTS
|
|
220
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
221
|
+
"Z": function() { return /* binding */ Measure; }
|
|
222
|
+
});
|
|
223
|
+
|
|
224
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
225
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
226
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
227
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
228
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
229
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
230
|
+
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
231
|
+
var icons_vue_ = __webpack_require__(8422);
|
|
232
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
233
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
234
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
235
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
236
|
+
// EXTERNAL MODULE: ./src/webgl/measure/MeasureViewModel.js
|
|
237
|
+
var MeasureViewModel = __webpack_require__(193);
|
|
421
238
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
422
239
|
var util_ = __webpack_require__(3458);
|
|
423
240
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
@@ -689,11 +506,13 @@ const __default__ = {
|
|
|
689
506
|
});
|
|
690
507
|
watchCreateHeaderTemp();
|
|
691
508
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
692
|
-
|
|
509
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
510
|
+
watchCreateHeaderTemp();
|
|
511
|
+
});
|
|
693
512
|
});
|
|
694
513
|
gis_utils_.utils.getWebMap(props.target, scenceView => {
|
|
695
514
|
if (scenceView) {
|
|
696
|
-
viewModel = new MeasureViewModel(scenceView._viewer);
|
|
515
|
+
viewModel = new MeasureViewModel/* default */.Z(scenceView._viewer);
|
|
697
516
|
viewModel.nauticalMileUnit = nauticalMileUnit;
|
|
698
517
|
//注册测量事件,以获取测量结果
|
|
699
518
|
viewModel.measureEvent.addEventListener(function (res) {
|
|
@@ -1175,10 +994,214 @@ const __default__ = {
|
|
|
1175
994
|
const __exports__ = Measurevue_type_script_setup_true_lang_js;
|
|
1176
995
|
|
|
1177
996
|
/* harmony default export */ var Measure = (__exports__);
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
997
|
+
|
|
998
|
+
/***/ }),
|
|
999
|
+
|
|
1000
|
+
/***/ 8422:
|
|
1001
|
+
/***/ (function(module) {
|
|
1002
|
+
|
|
1003
|
+
module.exports = require("@element-plus/icons-vue");
|
|
1004
|
+
|
|
1005
|
+
/***/ }),
|
|
1006
|
+
|
|
1007
|
+
/***/ 348:
|
|
1008
|
+
/***/ (function(module) {
|
|
1009
|
+
|
|
1010
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
1011
|
+
|
|
1012
|
+
/***/ }),
|
|
1013
|
+
|
|
1014
|
+
/***/ 8470:
|
|
1015
|
+
/***/ (function(module) {
|
|
1016
|
+
|
|
1017
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
1018
|
+
|
|
1019
|
+
/***/ }),
|
|
1020
|
+
|
|
1021
|
+
/***/ 1058:
|
|
1022
|
+
/***/ (function(module) {
|
|
1023
|
+
|
|
1024
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
1025
|
+
|
|
1026
|
+
/***/ }),
|
|
1027
|
+
|
|
1028
|
+
/***/ 9389:
|
|
1029
|
+
/***/ (function(module) {
|
|
1030
|
+
|
|
1031
|
+
module.exports = require("element-plus/dist/index.full.js");
|
|
1032
|
+
|
|
1033
|
+
/***/ }),
|
|
1034
|
+
|
|
1035
|
+
/***/ 7080:
|
|
1036
|
+
/***/ (function(module) {
|
|
1037
|
+
|
|
1038
|
+
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
1039
|
+
|
|
1040
|
+
/***/ }),
|
|
1041
|
+
|
|
1042
|
+
/***/ 7135:
|
|
1043
|
+
/***/ (function(module) {
|
|
1044
|
+
|
|
1045
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
1046
|
+
|
|
1047
|
+
/***/ }),
|
|
1048
|
+
|
|
1049
|
+
/***/ 3458:
|
|
1050
|
+
/***/ (function(module) {
|
|
1051
|
+
|
|
1052
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
1053
|
+
|
|
1054
|
+
/***/ }),
|
|
1055
|
+
|
|
1056
|
+
/***/ 7997:
|
|
1057
|
+
/***/ (function(module) {
|
|
1058
|
+
|
|
1059
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
1060
|
+
|
|
1061
|
+
/***/ }),
|
|
1062
|
+
|
|
1063
|
+
/***/ 1895:
|
|
1064
|
+
/***/ (function(module) {
|
|
1065
|
+
|
|
1066
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
1067
|
+
|
|
1068
|
+
/***/ }),
|
|
1069
|
+
|
|
1070
|
+
/***/ 5301:
|
|
1071
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
// EXPORTS
|
|
1075
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
1076
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
1077
|
+
});
|
|
1078
|
+
|
|
1079
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
1080
|
+
function _typeof(o) {
|
|
1081
|
+
"@babel/helpers - typeof";
|
|
1082
|
+
|
|
1083
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
1084
|
+
return typeof o;
|
|
1085
|
+
} : function (o) {
|
|
1086
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
1087
|
+
}, _typeof(o);
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
1091
|
+
|
|
1092
|
+
function toPrimitive(t, r) {
|
|
1093
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
1094
|
+
var e = t[Symbol.toPrimitive];
|
|
1095
|
+
if (void 0 !== e) {
|
|
1096
|
+
var i = e.call(t, r || "default");
|
|
1097
|
+
if ("object" != _typeof(i)) return i;
|
|
1098
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
1099
|
+
}
|
|
1100
|
+
return ("string" === r ? String : Number)(t);
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
function toPropertyKey(t) {
|
|
1107
|
+
var i = toPrimitive(t, "string");
|
|
1108
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
1112
|
+
|
|
1113
|
+
function _defineProperty(e, r, t) {
|
|
1114
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
1115
|
+
value: t,
|
|
1116
|
+
enumerable: !0,
|
|
1117
|
+
configurable: !0,
|
|
1118
|
+
writable: !0
|
|
1119
|
+
}) : e[r] = t, e;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
/***/ })
|
|
1124
|
+
|
|
1125
|
+
/******/ });
|
|
1126
|
+
/************************************************************************/
|
|
1127
|
+
/******/ // The module cache
|
|
1128
|
+
/******/ var __webpack_module_cache__ = {};
|
|
1129
|
+
/******/
|
|
1130
|
+
/******/ // The require function
|
|
1131
|
+
/******/ function __webpack_require__(moduleId) {
|
|
1132
|
+
/******/ // Check if module is in cache
|
|
1133
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
1134
|
+
/******/ if (cachedModule !== undefined) {
|
|
1135
|
+
/******/ return cachedModule.exports;
|
|
1136
|
+
/******/ }
|
|
1137
|
+
/******/ // Create a new module (and put it into the cache)
|
|
1138
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
1139
|
+
/******/ // no module.id needed
|
|
1140
|
+
/******/ // no module.loaded needed
|
|
1141
|
+
/******/ exports: {}
|
|
1142
|
+
/******/ };
|
|
1143
|
+
/******/
|
|
1144
|
+
/******/ // Execute the module function
|
|
1145
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
1146
|
+
/******/
|
|
1147
|
+
/******/ // Return the exports of the module
|
|
1148
|
+
/******/ return module.exports;
|
|
1149
|
+
/******/ }
|
|
1150
|
+
/******/
|
|
1151
|
+
/************************************************************************/
|
|
1152
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
1153
|
+
/******/ !function() {
|
|
1154
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
1155
|
+
/******/ __webpack_require__.n = function(module) {
|
|
1156
|
+
/******/ var getter = module && module.__esModule ?
|
|
1157
|
+
/******/ function() { return module['default']; } :
|
|
1158
|
+
/******/ function() { return module; };
|
|
1159
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
1160
|
+
/******/ return getter;
|
|
1161
|
+
/******/ };
|
|
1162
|
+
/******/ }();
|
|
1163
|
+
/******/
|
|
1164
|
+
/******/ /* webpack/runtime/define property getters */
|
|
1165
|
+
/******/ !function() {
|
|
1166
|
+
/******/ // define getter functions for harmony exports
|
|
1167
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
1168
|
+
/******/ for(var key in definition) {
|
|
1169
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
1170
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
1171
|
+
/******/ }
|
|
1172
|
+
/******/ }
|
|
1173
|
+
/******/ };
|
|
1174
|
+
/******/ }();
|
|
1175
|
+
/******/
|
|
1176
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
1177
|
+
/******/ !function() {
|
|
1178
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
1179
|
+
/******/ }();
|
|
1180
|
+
/******/
|
|
1181
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
1182
|
+
/******/ !function() {
|
|
1183
|
+
/******/ // define __esModule on exports
|
|
1184
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
1185
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
1186
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
1187
|
+
/******/ }
|
|
1188
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
1189
|
+
/******/ };
|
|
1190
|
+
/******/ }();
|
|
1191
|
+
/******/
|
|
1192
|
+
/************************************************************************/
|
|
1193
|
+
var __webpack_exports__ = {};
|
|
1194
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
1195
|
+
!function() {
|
|
1196
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1197
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1198
|
+
/* harmony export */ "MeasureViewModel": function() { return /* reexport safe */ _MeasureViewModel__WEBPACK_IMPORTED_MODULE_1__.Z; },
|
|
1199
|
+
/* harmony export */ "default": function() { return /* reexport safe */ _Measure__WEBPACK_IMPORTED_MODULE_0__.Z; }
|
|
1200
|
+
/* harmony export */ });
|
|
1201
|
+
/* harmony import */ var _Measure__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7226);
|
|
1202
|
+
/* harmony import */ var _MeasureViewModel__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(193);
|
|
1203
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7997);
|
|
1204
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_2__);
|
|
1182
1205
|
/*
|
|
1183
1206
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1184
1207
|
* All rights reserved.
|
|
@@ -1186,9 +1209,9 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1186
1209
|
|
|
1187
1210
|
|
|
1188
1211
|
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
Vue.component(
|
|
1212
|
+
_Measure__WEBPACK_IMPORTED_MODULE_0__/* ["default"].install */ .Z.install = (Vue, opts) => {
|
|
1213
|
+
_init__WEBPACK_IMPORTED_MODULE_2___default()(Vue, opts);
|
|
1214
|
+
Vue.component(_Measure__WEBPACK_IMPORTED_MODULE_0__/* ["default"].name */ .Z.name, _Measure__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z);
|
|
1192
1215
|
};
|
|
1193
1216
|
|
|
1194
1217
|
}();
|
package/modelFlat/index.js
CHANGED
|
@@ -538,7 +538,9 @@ const __default__ = {
|
|
|
538
538
|
});
|
|
539
539
|
watchCreateHeaderTemp();
|
|
540
540
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
541
|
-
|
|
541
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
542
|
+
watchCreateHeaderTemp();
|
|
543
|
+
});
|
|
542
544
|
});
|
|
543
545
|
|
|
544
546
|
//父组件ScenceView初始化完成后执行
|
package/modelexcavate/index.js
CHANGED
|
@@ -596,7 +596,9 @@ const __default__ = {
|
|
|
596
596
|
});
|
|
597
597
|
watchCreateHeaderTemp();
|
|
598
598
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
599
|
-
|
|
599
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
600
|
+
watchCreateHeaderTemp();
|
|
601
|
+
});
|
|
600
602
|
});
|
|
601
603
|
|
|
602
604
|
//父组件ScenceView初始化完成后执行
|
package/modelfilter/index.js
CHANGED
|
@@ -490,7 +490,9 @@ const __default__ = {
|
|
|
490
490
|
});
|
|
491
491
|
watchCreateHeaderTemp();
|
|
492
492
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
493
|
-
|
|
493
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
494
|
+
watchCreateHeaderTemp();
|
|
495
|
+
});
|
|
494
496
|
});
|
|
495
497
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
496
498
|
//父组件ScenceView初始化完成后执行
|
|
@@ -633,7 +633,9 @@ const __default__ = {
|
|
|
633
633
|
});
|
|
634
634
|
watchCreateHeaderTemp();
|
|
635
635
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
636
|
-
|
|
636
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
637
|
+
watchCreateHeaderTemp();
|
|
638
|
+
});
|
|
637
639
|
});
|
|
638
640
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
639
641
|
if (scenceView) {
|
package/modelselect/index.js
CHANGED
|
@@ -492,7 +492,9 @@ const __default__ = {
|
|
|
492
492
|
});
|
|
493
493
|
watchCreateHeaderTemp();
|
|
494
494
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
495
|
-
|
|
495
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
496
|
+
watchCreateHeaderTemp();
|
|
497
|
+
});
|
|
496
498
|
});
|
|
497
499
|
|
|
498
500
|
//父组件ScenceView初始化完成后执行
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.5.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.5.18","homepage":"","keywords":["KQGIS","webGL","Vue"],"sdkNames":["@kq_npm/client_icons_vue"],"restrictedVersion":true,"validateSDK":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"save":"2.5.0","html2canvas":"1.4.1","papaparse":"5.4.1"}}
|
package/particleeffect/index.js
CHANGED
|
@@ -549,7 +549,9 @@ const __default__ = {
|
|
|
549
549
|
});
|
|
550
550
|
watchCreateHeaderTemp();
|
|
551
551
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
552
|
-
|
|
552
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
553
|
+
watchCreateHeaderTemp();
|
|
554
|
+
});
|
|
553
555
|
});
|
|
554
556
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
555
557
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
package/planeclip/index.js
CHANGED
|
@@ -543,7 +543,9 @@ const __default__ = {
|
|
|
543
543
|
});
|
|
544
544
|
watchCreateHeaderTemp();
|
|
545
545
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
546
|
-
|
|
546
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
547
|
+
watchCreateHeaderTemp();
|
|
548
|
+
});
|
|
547
549
|
});
|
|
548
550
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
549
551
|
//父组 件ScenceView初始化完成后执行
|