@kq_npm/client3d_webgl_vue 4.1.5-beta → 4.1.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 +51 -39
- package/aspectanalysis/index.js +45 -33
- package/baseterraingallery/index.js +29 -18
- package/boxclip/index.js +45 -33
- package/clientPrint/index.js +23 -12
- package/comparemap/index.js +23 -12
- package/compass/index.js +23 -12
- package/excavatefillanalysis/index.js +45 -33
- package/fixedzoomin/index.js +23 -12
- package/fixedzoomout/index.js +23 -12
- package/flight/index.js +45 -33
- package/floodanalysis/index.js +48 -36
- package/geologicalbodyanalysis/index.js +45 -33
- package/gpuspatialquery/index.js +45 -33
- package/hawkeye/index.js +23 -12
- package/headertemp/index.js +97 -37
- package/index.js +5468 -4880
- package/isolineanalysis/index.js +48 -36
- package/light/index.js +26 -15
- package/limitheightanalysis/index.js +26 -15
- package/measure/index.js +45 -33
- package/modelFlat/index.js +441 -215
- package/modelFlat/style/index.js +1 -1
- package/modelFlat/style/modelFlat.css +1 -1
- package/modelexcavate/index.js +52 -42
- package/modelfilter/index.js +48 -32
- package/modelprofileanalysis/index.js +26 -15
- package/modelselect/index.js +45 -33
- package/package.json +1 -1
- package/particleeffect/index.js +29 -18
- package/planeclip/index.js +45 -33
- package/resetview/index.js +23 -12
- package/roller/index.js +26 -15
- package/scaneffect/index.js +48 -36
- package/scenceview/index.js +842 -278
- package/sceneset/index.js +26 -15
- package/screenshot/index.js +26 -15
- package/shadowanalysis/index.js +48 -36
- package/sightlineanalysis/index.js +29 -18
- package/skylineanalysis/index.js +45 -33
- package/slopeanalysis/index.js +48 -36
- package/statusbar/index.js +23 -12
- package/style.css +1 -1
- package/terrainoperation/index.js +45 -33
- package/terrainprofileanalysis/index.js +45 -33
- package/underground/index.js +26 -15
- package/videofusion/index.js +45 -33
- package/videoproject/index.js +45 -33
- package/viewshedanalysis/index.js +29 -18
- package/weathereffect/index.js +29 -18
- package/wireframesketch/index.js +42 -33
package/hawkeye/index.js
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js"], factory);
|
|
6
|
+
else {
|
|
7
|
+
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), 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/init.js"]);
|
|
8
|
+
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
|
+
}
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
|
+
return /******/ (function() { // webpackBootstrap
|
|
2
12
|
/******/ "use strict";
|
|
3
13
|
/******/ var __webpack_modules__ = ({
|
|
4
14
|
|
|
@@ -57,24 +67,24 @@ class HawkeyeViewModel {
|
|
|
57
67
|
|
|
58
68
|
/***/ }),
|
|
59
69
|
|
|
60
|
-
/***/
|
|
70
|
+
/***/ 7135:
|
|
61
71
|
/***/ (function(module) {
|
|
62
72
|
|
|
63
|
-
module.exports =
|
|
73
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
64
74
|
|
|
65
75
|
/***/ }),
|
|
66
76
|
|
|
67
|
-
/***/
|
|
77
|
+
/***/ 7997:
|
|
68
78
|
/***/ (function(module) {
|
|
69
79
|
|
|
70
|
-
module.exports =
|
|
80
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
71
81
|
|
|
72
82
|
/***/ }),
|
|
73
83
|
|
|
74
|
-
/***/
|
|
84
|
+
/***/ 1895:
|
|
75
85
|
/***/ (function(module) {
|
|
76
86
|
|
|
77
|
-
module.exports =
|
|
87
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
78
88
|
|
|
79
89
|
/***/ }),
|
|
80
90
|
|
|
@@ -182,9 +192,9 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
182
192
|
});
|
|
183
193
|
|
|
184
194
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
185
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
195
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
186
196
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
187
|
-
var gis_utils_ = __webpack_require__(
|
|
197
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
188
198
|
// EXTERNAL MODULE: ./src/webgl/hawkeye/HawkeyeViewModel.js
|
|
189
199
|
var HawkeyeViewModel = __webpack_require__(1162);
|
|
190
200
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/hawkeye/Hawkeye.vue?vue&type=script&setup=true&lang=js
|
|
@@ -289,7 +299,7 @@ const __exports__ = Hawkeyevue_type_script_setup_true_lang_js;
|
|
|
289
299
|
|
|
290
300
|
/* harmony default export */ var Hawkeye = (__exports__);
|
|
291
301
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
292
|
-
var init_js_ = __webpack_require__(
|
|
302
|
+
var init_js_ = __webpack_require__(7997);
|
|
293
303
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
294
304
|
;// CONCATENATED MODULE: ./src/webgl/hawkeye/index.js
|
|
295
305
|
|
|
@@ -303,6 +313,7 @@ Hawkeye.install = (Vue, opts) => {
|
|
|
303
313
|
|
|
304
314
|
|
|
305
315
|
}();
|
|
306
|
-
|
|
316
|
+
/******/ return __webpack_exports__;
|
|
307
317
|
/******/ })()
|
|
308
|
-
;
|
|
318
|
+
;
|
|
319
|
+
});
|
package/headertemp/index.js
CHANGED
|
@@ -1,7 +1,63 @@
|
|
|
1
|
-
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define(["vue", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
|
|
6
|
+
else {
|
|
7
|
+
var a = typeof exports === 'object' ? factory(require("vue"), 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/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
8
|
+
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
|
+
}
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
|
+
return /******/ (function() { // webpackBootstrap
|
|
2
12
|
/******/ "use strict";
|
|
3
|
-
/******/
|
|
4
|
-
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 3458:
|
|
16
|
+
/***/ (function(module) {
|
|
17
|
+
|
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
19
|
+
|
|
20
|
+
/***/ }),
|
|
21
|
+
|
|
22
|
+
/***/ 7997:
|
|
23
|
+
/***/ (function(module) {
|
|
24
|
+
|
|
25
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
26
|
+
|
|
27
|
+
/***/ }),
|
|
28
|
+
|
|
29
|
+
/***/ 1895:
|
|
30
|
+
/***/ (function(module) {
|
|
31
|
+
|
|
32
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
33
|
+
|
|
34
|
+
/***/ })
|
|
35
|
+
|
|
36
|
+
/******/ });
|
|
37
|
+
/************************************************************************/
|
|
38
|
+
/******/ // The module cache
|
|
39
|
+
/******/ var __webpack_module_cache__ = {};
|
|
40
|
+
/******/
|
|
41
|
+
/******/ // The require function
|
|
42
|
+
/******/ function __webpack_require__(moduleId) {
|
|
43
|
+
/******/ // Check if module is in cache
|
|
44
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
45
|
+
/******/ if (cachedModule !== undefined) {
|
|
46
|
+
/******/ return cachedModule.exports;
|
|
47
|
+
/******/ }
|
|
48
|
+
/******/ // Create a new module (and put it into the cache)
|
|
49
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
50
|
+
/******/ // no module.id needed
|
|
51
|
+
/******/ // no module.loaded needed
|
|
52
|
+
/******/ exports: {}
|
|
53
|
+
/******/ };
|
|
54
|
+
/******/
|
|
55
|
+
/******/ // Execute the module function
|
|
56
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
57
|
+
/******/
|
|
58
|
+
/******/ // Return the exports of the module
|
|
59
|
+
/******/ return module.exports;
|
|
60
|
+
/******/ }
|
|
5
61
|
/******/
|
|
6
62
|
/************************************************************************/
|
|
7
63
|
/******/ /* webpack/runtime/compat get default export */
|
|
@@ -46,6 +102,8 @@
|
|
|
46
102
|
/******/
|
|
47
103
|
/************************************************************************/
|
|
48
104
|
var __webpack_exports__ = {};
|
|
105
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
106
|
+
!function() {
|
|
49
107
|
// ESM COMPAT FLAG
|
|
50
108
|
__webpack_require__.r(__webpack_exports__);
|
|
51
109
|
|
|
@@ -54,10 +112,10 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
54
112
|
"default": function() { return /* reexport */ HeaderTemp; }
|
|
55
113
|
});
|
|
56
114
|
|
|
57
|
-
|
|
58
|
-
var
|
|
59
|
-
|
|
60
|
-
var
|
|
115
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
116
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
117
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
118
|
+
var util_ = __webpack_require__(3458);
|
|
61
119
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
|
|
62
120
|
|
|
63
121
|
const _hoisted_1 = {
|
|
@@ -103,34 +161,34 @@ const __default__ = {
|
|
|
103
161
|
expose
|
|
104
162
|
}) {
|
|
105
163
|
const props = __props;
|
|
106
|
-
const proxy = (0,
|
|
164
|
+
const proxy = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)(); // 获取组件传参
|
|
107
165
|
// 图标组件
|
|
108
166
|
|
|
109
|
-
let iconBtn = (0,
|
|
167
|
+
let iconBtn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
110
168
|
let isCollapse = props.isCollapse;
|
|
111
|
-
(0,
|
|
169
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
112
170
|
iconBtn.value = props.headerTempIcon;
|
|
113
171
|
let dom = proxy.parent.vnode.el;
|
|
114
172
|
|
|
115
173
|
if (!props.isRight) {
|
|
116
|
-
(0,
|
|
174
|
+
(0,util_.addClass)(dom, ["kq-is-show", "kq-is-left"]);
|
|
117
175
|
}
|
|
118
176
|
|
|
119
177
|
if (isCollapse) {
|
|
120
178
|
if (props.showShadow) {
|
|
121
|
-
(0,
|
|
122
|
-
(0,
|
|
179
|
+
(0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
180
|
+
(0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
123
181
|
} else {
|
|
124
|
-
(0,
|
|
125
|
-
(0,
|
|
182
|
+
(0,util_.addClass)(dom, "kq-is-hide");
|
|
183
|
+
(0,util_.removeClass)(dom, "kq-is-show");
|
|
126
184
|
}
|
|
127
185
|
} else {
|
|
128
186
|
if (props.showShadow) {
|
|
129
|
-
(0,
|
|
130
|
-
(0,
|
|
187
|
+
(0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
188
|
+
(0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
131
189
|
} else {
|
|
132
|
-
(0,
|
|
133
|
-
(0,
|
|
190
|
+
(0,util_.removeClass)(dom, "kq-is-hide");
|
|
191
|
+
(0,util_.addClass)(dom, "kq-is-show");
|
|
134
192
|
}
|
|
135
193
|
}
|
|
136
194
|
}); // 图标按钮点击事件
|
|
@@ -142,20 +200,20 @@ const __default__ = {
|
|
|
142
200
|
if (isCollapse) {
|
|
143
201
|
// 折叠
|
|
144
202
|
if (props.showShadow) {
|
|
145
|
-
(0,
|
|
146
|
-
(0,
|
|
203
|
+
(0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
204
|
+
(0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
147
205
|
} else {
|
|
148
|
-
(0,
|
|
149
|
-
(0,
|
|
206
|
+
(0,util_.addClass)(dom, "kq-is-hide");
|
|
207
|
+
(0,util_.removeClass)(dom, "kq-is-show");
|
|
150
208
|
}
|
|
151
209
|
} else {
|
|
152
210
|
// 展开
|
|
153
211
|
if (props.showShadow) {
|
|
154
|
-
(0,
|
|
155
|
-
(0,
|
|
212
|
+
(0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
213
|
+
(0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
156
214
|
} else {
|
|
157
|
-
(0,
|
|
158
|
-
(0,
|
|
215
|
+
(0,util_.addClass)(dom, "kq-is-show");
|
|
216
|
+
(0,util_.removeClass)(dom, "kq-is-hide");
|
|
159
217
|
}
|
|
160
218
|
}
|
|
161
219
|
}
|
|
@@ -164,17 +222,17 @@ const __default__ = {
|
|
|
164
222
|
btnClick
|
|
165
223
|
});
|
|
166
224
|
return (_ctx, _cache) => {
|
|
167
|
-
const _component_kq_icon = (0,
|
|
225
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
168
226
|
|
|
169
|
-
return (0,
|
|
227
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(__props.headerTempTitle), 1
|
|
170
228
|
/* TEXT */
|
|
171
|
-
), (0,
|
|
229
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
172
230
|
class: "_btn kq-control-header-temp_btn",
|
|
173
231
|
onClick: btnClick
|
|
174
|
-
}, [(0,
|
|
232
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
175
233
|
size: 16
|
|
176
234
|
}, {
|
|
177
|
-
default: (0,
|
|
235
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(iconBtn))))]),
|
|
178
236
|
_: 1
|
|
179
237
|
/* STABLE */
|
|
180
238
|
|
|
@@ -192,9 +250,9 @@ const __default__ = {
|
|
|
192
250
|
const __exports__ = HeaderTempvue_type_script_setup_true_lang_js;
|
|
193
251
|
|
|
194
252
|
/* harmony default export */ var HeaderTemp = (__exports__);
|
|
195
|
-
|
|
196
|
-
var
|
|
197
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
253
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
254
|
+
var init_js_ = __webpack_require__(7997);
|
|
255
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
198
256
|
;// CONCATENATED MODULE: ./src/webgl/headertemp/index.js
|
|
199
257
|
|
|
200
258
|
|
|
@@ -205,6 +263,8 @@ HeaderTemp.install = (Vue, opts) => {
|
|
|
205
263
|
};
|
|
206
264
|
|
|
207
265
|
|
|
208
|
-
|
|
266
|
+
}();
|
|
267
|
+
/******/ return __webpack_exports__;
|
|
209
268
|
/******/ })()
|
|
210
|
-
;
|
|
269
|
+
;
|
|
270
|
+
});
|