@kq_npm/client3d_webgl_vue 4.3.1 → 4.3.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 +35 -4
- package/adddata/style/adddata.css +110 -1
- package/aspectanalysis/style/aspectanalysis.css +101 -1
- package/baseterraingallery/index.js +2 -2
- package/baseterraingallery/style/baseterraingallery.css +88 -1
- package/boxclip/index.js +10 -0
- package/boxclip/style/boxclip.css +97 -1
- package/clientPrint/index.js +5 -15
- package/clientPrint/style/clientPrint.css +461 -1
- package/comparemap/index.js +136 -145
- package/comparemap/style/comparemap.css +35 -1
- package/compass/index.js +2 -2
- package/excavatefillanalysis/style/excavatefillanalysis.css +140 -1
- package/fixedzoomin/index.js +2 -2
- package/fixedzoomout/index.js +2 -2
- package/flight/index.js +13 -3
- package/flight/style/flight.css +150 -1
- package/floodanalysis/style/floodanalysis.css +95 -1
- package/geologicalbodyanalysis/index.js +10 -0
- package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +64 -1
- package/gpuspatialquery/index.js +10 -0
- package/gpuspatialquery/style/gpuspatialquery.css +88 -1
- package/hawkeye/index.js +2 -2
- package/index.js +214 -48
- package/isolineanalysis/style/isolineanalysis.css +113 -1
- package/light/index.js +170 -169
- package/light/style/light.css +104 -1
- package/limitheightanalysis/index.js +126 -125
- package/limitheightanalysis/style/limitheightanalysis.css +88 -1
- package/measure/index.js +174 -45
- package/measure/style/measure.css +84 -1
- package/modelFlat/index.js +10 -0
- package/modelFlat/style/modelFlat.css +66 -1
- package/modelexcavate/index.js +10 -0
- package/modelexcavate/style/modelexcavate.css +66 -1
- package/modelfilter/index.js +10 -0
- package/modelfilter/style/modelfilter.css +66 -1
- package/modelprofileanalysis/index.js +165 -164
- package/modelprofileanalysis/style/modelprofileanalysis.css +94 -1
- package/modelselect/index.js +10 -0
- package/modelselect/style/modelselect.css +28 -1
- package/package.json +1 -1
- package/particleeffect/index.js +10 -0
- package/particleeffect/style/particleeffect.css +94 -1
- package/planeclip/index.js +10 -0
- package/planeclip/style/planeclip.css +94 -1
- package/resetview/index.js +2 -2
- package/roller/index.js +171 -170
- package/roller/style/roller.css +59 -1
- package/scaneffect/index.js +10 -0
- package/scaneffect/style/scaneffect.css +101 -1
- package/sceneset/index.js +10 -1
- package/sceneset/style/sceneset.css +86 -1
- package/sceneview/index.js +481 -309
- package/sceneview/style/sceneview.css +127 -1
- package/screenshot/index.js +159 -158
- package/screenshot/style/screenshot.css +53 -1
- package/shadowanalysis/style/shadowanalysis.css +141 -1
- package/sightlineanalysis/index.js +7 -5
- package/sightlineanalysis/style/divpoint.css +22 -1
- package/sightlineanalysis/style/sightlineanalysis.css +85 -1
- package/skylineanalysis/style/skylineanalysis.css +100 -1
- package/slopeanalysis/style/slopeanalysis.css +101 -1
- package/statusbar/index.js +12 -3
- package/style.css +3817 -1
- package/terrainoperation/index.js +10 -0
- package/terrainoperation/style/terrainoperation.css +66 -1
- package/terrainprofileanalysis/index.js +10 -0
- package/terrainprofileanalysis/style/terrainprofileanalysis.css +83 -1
- package/underground/index.js +3 -3
- package/underground/style/underground.css +19 -1
- package/videofusion/index.js +35 -5
- package/videofusion/style/videofusion.css +104 -1
- package/videoproject/index.js +35 -5
- package/videoproject/style/videoproject.css +104 -1
- package/viewshedanalysis/style/viewshedanalysis.css +88 -1
- package/weathereffect/style/weathereffect.css +95 -1
- package/wireframesketch/index.js +10 -0
- package/wireframesketch/style/wireframesketch.css +12 -1
|
@@ -1 +1,66 @@
|
|
|
1
|
-
.kq3d-model-filter
|
|
1
|
+
.kq3d-model-filter {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
border-radius: var(--kq-border-radius-base);
|
|
4
|
+
padding: 16px;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
cursor: default;
|
|
7
|
+
background-color: var(--kq-bg-color);
|
|
8
|
+
}
|
|
9
|
+
.kq3d-model-filter .kq3d-model-filter-box {
|
|
10
|
+
width: 350px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-model-filter .kq-row {
|
|
13
|
+
margin-bottom: 8px;
|
|
14
|
+
}
|
|
15
|
+
.kq3d-model-filter .kq-form-item {
|
|
16
|
+
margin-bottom: 8px;
|
|
17
|
+
}
|
|
18
|
+
.kq3d-model-filter .kq3d-model-filter-span {
|
|
19
|
+
color: var(--kq-text-color-regular);
|
|
20
|
+
line-height: 32px;
|
|
21
|
+
font-size: var(--kq-font-size-base);
|
|
22
|
+
}
|
|
23
|
+
.kq3d-model-filter .kq3d-model-filter-tip {
|
|
24
|
+
color: var(--kq-text-color-regular);
|
|
25
|
+
font-size: var(--kq-font-size-base);
|
|
26
|
+
}
|
|
27
|
+
.kq3d-model-filter .kq3d-model-filter-tip p {
|
|
28
|
+
margin: 8px 0px 0px;
|
|
29
|
+
display: -webkit-box;
|
|
30
|
+
display: -ms-flexbox;
|
|
31
|
+
display: flex;
|
|
32
|
+
-webkit-box-align: center;
|
|
33
|
+
-ms-flex-align: center;
|
|
34
|
+
align-items: center;
|
|
35
|
+
-webkit-font-feature-settings: "tnum" on, "lnum" on;
|
|
36
|
+
font-feature-settings: "tnum" on, "lnum" on;
|
|
37
|
+
font-family: "Noto Sans SC";
|
|
38
|
+
font-style: normal;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
}
|
|
41
|
+
.kq3d-model-filter .kq-slider {
|
|
42
|
+
width: 100%;
|
|
43
|
+
}
|
|
44
|
+
.kq3d-model-filter .kq-slider .kq-slider__button {
|
|
45
|
+
width: 14px;
|
|
46
|
+
height: 14px;
|
|
47
|
+
}
|
|
48
|
+
.kq3d-model-filter .kq-input-number.is-controls-right {
|
|
49
|
+
width: 65px;
|
|
50
|
+
}
|
|
51
|
+
.kq3d-model-filter .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
52
|
+
.kq3d-model-filter .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
53
|
+
width: 20px;
|
|
54
|
+
}
|
|
55
|
+
.kq3d-model-filter .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
56
|
+
padding-left: 0px;
|
|
57
|
+
padding-right: 20px;
|
|
58
|
+
}
|
|
59
|
+
.kq3d-model-filter .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
60
|
+
padding-left: 0px;
|
|
61
|
+
padding-right: 20px;
|
|
62
|
+
}
|
|
63
|
+
.kq3d-model-filter .kq3d-model-filter-footer {
|
|
64
|
+
text-align: right;
|
|
65
|
+
padding: 8px 0px 0px;
|
|
66
|
+
}
|
|
@@ -12,13 +12,168 @@ return /******/ (function() { // webpackBootstrap
|
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
16
|
-
/***/ (function(
|
|
15
|
+
/***/ 348:
|
|
16
|
+
/***/ (function(module) {
|
|
17
|
+
|
|
18
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
19
|
+
|
|
20
|
+
/***/ }),
|
|
21
|
+
|
|
22
|
+
/***/ 2118:
|
|
23
|
+
/***/ (function(module) {
|
|
24
|
+
|
|
25
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
26
|
+
|
|
27
|
+
/***/ }),
|
|
28
|
+
|
|
29
|
+
/***/ 7080:
|
|
30
|
+
/***/ (function(module) {
|
|
31
|
+
|
|
32
|
+
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
33
|
+
|
|
34
|
+
/***/ }),
|
|
35
|
+
|
|
36
|
+
/***/ 7135:
|
|
37
|
+
/***/ (function(module) {
|
|
38
|
+
|
|
39
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
40
|
+
|
|
41
|
+
/***/ }),
|
|
42
|
+
|
|
43
|
+
/***/ 3458:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 7997:
|
|
51
|
+
/***/ (function(module) {
|
|
52
|
+
|
|
53
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 1895:
|
|
58
|
+
/***/ (function(module) {
|
|
59
|
+
|
|
60
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
64
|
+
/***/ 8270:
|
|
65
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
17
66
|
|
|
18
67
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
|
-
/* harmony export */ "Z": function() { return /* binding */
|
|
68
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
20
69
|
/* harmony export */ });
|
|
21
|
-
|
|
70
|
+
function _defineProperty(obj, key, value) {
|
|
71
|
+
if (key in obj) {
|
|
72
|
+
Object.defineProperty(obj, key, {
|
|
73
|
+
value: value,
|
|
74
|
+
enumerable: true,
|
|
75
|
+
configurable: true,
|
|
76
|
+
writable: true
|
|
77
|
+
});
|
|
78
|
+
} else {
|
|
79
|
+
obj[key] = value;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
return obj;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/***/ })
|
|
86
|
+
|
|
87
|
+
/******/ });
|
|
88
|
+
/************************************************************************/
|
|
89
|
+
/******/ // The module cache
|
|
90
|
+
/******/ var __webpack_module_cache__ = {};
|
|
91
|
+
/******/
|
|
92
|
+
/******/ // The require function
|
|
93
|
+
/******/ function __webpack_require__(moduleId) {
|
|
94
|
+
/******/ // Check if module is in cache
|
|
95
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
96
|
+
/******/ if (cachedModule !== undefined) {
|
|
97
|
+
/******/ return cachedModule.exports;
|
|
98
|
+
/******/ }
|
|
99
|
+
/******/ // Create a new module (and put it into the cache)
|
|
100
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
101
|
+
/******/ // no module.id needed
|
|
102
|
+
/******/ // no module.loaded needed
|
|
103
|
+
/******/ exports: {}
|
|
104
|
+
/******/ };
|
|
105
|
+
/******/
|
|
106
|
+
/******/ // Execute the module function
|
|
107
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
108
|
+
/******/
|
|
109
|
+
/******/ // Return the exports of the module
|
|
110
|
+
/******/ return module.exports;
|
|
111
|
+
/******/ }
|
|
112
|
+
/******/
|
|
113
|
+
/************************************************************************/
|
|
114
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
115
|
+
/******/ !function() {
|
|
116
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
117
|
+
/******/ __webpack_require__.n = function(module) {
|
|
118
|
+
/******/ var getter = module && module.__esModule ?
|
|
119
|
+
/******/ function() { return module['default']; } :
|
|
120
|
+
/******/ function() { return module; };
|
|
121
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
122
|
+
/******/ return getter;
|
|
123
|
+
/******/ };
|
|
124
|
+
/******/ }();
|
|
125
|
+
/******/
|
|
126
|
+
/******/ /* webpack/runtime/define property getters */
|
|
127
|
+
/******/ !function() {
|
|
128
|
+
/******/ // define getter functions for harmony exports
|
|
129
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
130
|
+
/******/ for(var key in definition) {
|
|
131
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
132
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
133
|
+
/******/ }
|
|
134
|
+
/******/ }
|
|
135
|
+
/******/ };
|
|
136
|
+
/******/ }();
|
|
137
|
+
/******/
|
|
138
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
139
|
+
/******/ !function() {
|
|
140
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
141
|
+
/******/ }();
|
|
142
|
+
/******/
|
|
143
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
144
|
+
/******/ !function() {
|
|
145
|
+
/******/ // define __esModule on exports
|
|
146
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
147
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
148
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
149
|
+
/******/ }
|
|
150
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
151
|
+
/******/ };
|
|
152
|
+
/******/ }();
|
|
153
|
+
/******/
|
|
154
|
+
/************************************************************************/
|
|
155
|
+
var __webpack_exports__ = {};
|
|
156
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
157
|
+
!function() {
|
|
158
|
+
// ESM COMPAT FLAG
|
|
159
|
+
__webpack_require__.r(__webpack_exports__);
|
|
160
|
+
|
|
161
|
+
// EXPORTS
|
|
162
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
163
|
+
"ModelProfileAnalysisViewModel": function() { return /* reexport */ ModelProfileAnalysisViewModel; },
|
|
164
|
+
"default": function() { return /* reexport */ ModelProfileAnalysis; }
|
|
165
|
+
});
|
|
166
|
+
|
|
167
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
168
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
169
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
170
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
171
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
172
|
+
var defineProperty = __webpack_require__(8270);
|
|
173
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
174
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
175
|
+
;// CONCATENATED MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysisViewModel.js
|
|
176
|
+
|
|
22
177
|
|
|
23
178
|
//分析逻辑类
|
|
24
179
|
let floatingPoint;
|
|
@@ -31,15 +186,15 @@ class ModelProfileAnalysisViewModel {
|
|
|
31
186
|
//显示结果的DOM元素显隐
|
|
32
187
|
//全局参数对象
|
|
33
188
|
constructor(scenceView, viewModel, chart) {
|
|
34
|
-
(0,
|
|
189
|
+
(0,defineProperty/* default */.Z)(this, "_profileAnalysis", null);
|
|
35
190
|
|
|
36
|
-
(0,
|
|
191
|
+
(0,defineProperty/* default */.Z)(this, "_ProfileAnalysisChart", null);
|
|
37
192
|
|
|
38
|
-
(0,
|
|
193
|
+
(0,defineProperty/* default */.Z)(this, "_ProfileAnalysisChartVis", null);
|
|
39
194
|
|
|
40
|
-
(0,
|
|
195
|
+
(0,defineProperty/* default */.Z)(this, "_language", null);
|
|
41
196
|
|
|
42
|
-
(0,
|
|
197
|
+
(0,defineProperty/* default */.Z)(this, "_globaOptions", {
|
|
43
198
|
width: 360,
|
|
44
199
|
height: 360
|
|
45
200
|
});
|
|
@@ -280,160 +435,6 @@ class ModelProfileAnalysisViewModel {
|
|
|
280
435
|
}
|
|
281
436
|
|
|
282
437
|
}
|
|
283
|
-
|
|
284
|
-
/***/ }),
|
|
285
|
-
|
|
286
|
-
/***/ 348:
|
|
287
|
-
/***/ (function(module) {
|
|
288
|
-
|
|
289
|
-
module.exports = require("@kq_npm/client_icons_vue");
|
|
290
|
-
|
|
291
|
-
/***/ }),
|
|
292
|
-
|
|
293
|
-
/***/ 7080:
|
|
294
|
-
/***/ (function(module) {
|
|
295
|
-
|
|
296
|
-
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
297
|
-
|
|
298
|
-
/***/ }),
|
|
299
|
-
|
|
300
|
-
/***/ 7135:
|
|
301
|
-
/***/ (function(module) {
|
|
302
|
-
|
|
303
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
304
|
-
|
|
305
|
-
/***/ }),
|
|
306
|
-
|
|
307
|
-
/***/ 3458:
|
|
308
|
-
/***/ (function(module) {
|
|
309
|
-
|
|
310
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
311
|
-
|
|
312
|
-
/***/ }),
|
|
313
|
-
|
|
314
|
-
/***/ 7997:
|
|
315
|
-
/***/ (function(module) {
|
|
316
|
-
|
|
317
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
318
|
-
|
|
319
|
-
/***/ }),
|
|
320
|
-
|
|
321
|
-
/***/ 1895:
|
|
322
|
-
/***/ (function(module) {
|
|
323
|
-
|
|
324
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
325
|
-
|
|
326
|
-
/***/ }),
|
|
327
|
-
|
|
328
|
-
/***/ 8270:
|
|
329
|
-
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
330
|
-
|
|
331
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
332
|
-
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
333
|
-
/* harmony export */ });
|
|
334
|
-
function _defineProperty(obj, key, value) {
|
|
335
|
-
if (key in obj) {
|
|
336
|
-
Object.defineProperty(obj, key, {
|
|
337
|
-
value: value,
|
|
338
|
-
enumerable: true,
|
|
339
|
-
configurable: true,
|
|
340
|
-
writable: true
|
|
341
|
-
});
|
|
342
|
-
} else {
|
|
343
|
-
obj[key] = value;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
return obj;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/***/ })
|
|
350
|
-
|
|
351
|
-
/******/ });
|
|
352
|
-
/************************************************************************/
|
|
353
|
-
/******/ // The module cache
|
|
354
|
-
/******/ var __webpack_module_cache__ = {};
|
|
355
|
-
/******/
|
|
356
|
-
/******/ // The require function
|
|
357
|
-
/******/ function __webpack_require__(moduleId) {
|
|
358
|
-
/******/ // Check if module is in cache
|
|
359
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
360
|
-
/******/ if (cachedModule !== undefined) {
|
|
361
|
-
/******/ return cachedModule.exports;
|
|
362
|
-
/******/ }
|
|
363
|
-
/******/ // Create a new module (and put it into the cache)
|
|
364
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
365
|
-
/******/ // no module.id needed
|
|
366
|
-
/******/ // no module.loaded needed
|
|
367
|
-
/******/ exports: {}
|
|
368
|
-
/******/ };
|
|
369
|
-
/******/
|
|
370
|
-
/******/ // Execute the module function
|
|
371
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
372
|
-
/******/
|
|
373
|
-
/******/ // Return the exports of the module
|
|
374
|
-
/******/ return module.exports;
|
|
375
|
-
/******/ }
|
|
376
|
-
/******/
|
|
377
|
-
/************************************************************************/
|
|
378
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
379
|
-
/******/ !function() {
|
|
380
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
381
|
-
/******/ __webpack_require__.n = function(module) {
|
|
382
|
-
/******/ var getter = module && module.__esModule ?
|
|
383
|
-
/******/ function() { return module['default']; } :
|
|
384
|
-
/******/ function() { return module; };
|
|
385
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
386
|
-
/******/ return getter;
|
|
387
|
-
/******/ };
|
|
388
|
-
/******/ }();
|
|
389
|
-
/******/
|
|
390
|
-
/******/ /* webpack/runtime/define property getters */
|
|
391
|
-
/******/ !function() {
|
|
392
|
-
/******/ // define getter functions for harmony exports
|
|
393
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
394
|
-
/******/ for(var key in definition) {
|
|
395
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
396
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
397
|
-
/******/ }
|
|
398
|
-
/******/ }
|
|
399
|
-
/******/ };
|
|
400
|
-
/******/ }();
|
|
401
|
-
/******/
|
|
402
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
403
|
-
/******/ !function() {
|
|
404
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
405
|
-
/******/ }();
|
|
406
|
-
/******/
|
|
407
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
408
|
-
/******/ !function() {
|
|
409
|
-
/******/ // define __esModule on exports
|
|
410
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
411
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
412
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
413
|
-
/******/ }
|
|
414
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
415
|
-
/******/ };
|
|
416
|
-
/******/ }();
|
|
417
|
-
/******/
|
|
418
|
-
/************************************************************************/
|
|
419
|
-
var __webpack_exports__ = {};
|
|
420
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
421
|
-
!function() {
|
|
422
|
-
// ESM COMPAT FLAG
|
|
423
|
-
__webpack_require__.r(__webpack_exports__);
|
|
424
|
-
|
|
425
|
-
// EXPORTS
|
|
426
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
427
|
-
"ModelProfileAnalysisViewModel": function() { return /* reexport */ ModelProfileAnalysisViewModel/* default */.Z; },
|
|
428
|
-
"default": function() { return /* reexport */ ModelProfileAnalysis; }
|
|
429
|
-
});
|
|
430
|
-
|
|
431
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
432
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
433
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
434
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
435
|
-
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysisViewModel.js
|
|
436
|
-
var ModelProfileAnalysisViewModel = __webpack_require__(9166);
|
|
437
438
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
438
439
|
var client_icons_vue_ = __webpack_require__(348);
|
|
439
440
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
@@ -573,7 +574,7 @@ const __default__ = {
|
|
|
573
574
|
});
|
|
574
575
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
575
576
|
if (scenceView) {
|
|
576
|
-
viewModel = new ModelProfileAnalysisViewModel
|
|
577
|
+
viewModel = new ModelProfileAnalysisViewModel(scenceView, {
|
|
577
578
|
perspectiveAngle: formItem.perspectiveAngle,
|
|
578
579
|
// 透视角度
|
|
579
580
|
targetAreaWidth: formItem.targetAreaWidth,
|
|
@@ -1 +1,94 @@
|
|
|
1
|
-
.kq3d-model-profile-analysis
|
|
1
|
+
.kq3d-model-profile-analysis {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
border-radius: var(--kq-border-radius-base);
|
|
4
|
+
padding: 16px;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
cursor: default;
|
|
7
|
+
background-color: var(--kq-bg-color);
|
|
8
|
+
}
|
|
9
|
+
.kq3d-model-profile-analysis .kq3d-model-profile-analysis-box {
|
|
10
|
+
width: 372px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-model-profile-analysis .kq3d-model-profile-analysis-tip {
|
|
13
|
+
color: var(--kq-text-color-regular);
|
|
14
|
+
font-size: var(--kq-font-size-base);
|
|
15
|
+
}
|
|
16
|
+
.kq3d-model-profile-analysis .kq3d-model-profile-analysis-tip p {
|
|
17
|
+
margin-top: 0px;
|
|
18
|
+
margin-bottom: 16px;
|
|
19
|
+
}
|
|
20
|
+
.kq3d-model-profile-analysis .kq-collapse {
|
|
21
|
+
border: unset;
|
|
22
|
+
}
|
|
23
|
+
.kq3d-model-profile-analysis .kq-collapse .kq-collapse-item__header {
|
|
24
|
+
border: unset;
|
|
25
|
+
height: 38px;
|
|
26
|
+
background-color: var(--kq-fill-color-light);
|
|
27
|
+
font-weight: bold;
|
|
28
|
+
padding: 0px 16px;
|
|
29
|
+
font-size: 16px;
|
|
30
|
+
}
|
|
31
|
+
.kq3d-model-profile-analysis .kq-collapse .kq-collapse-item__arrow {
|
|
32
|
+
margin: 0 0px 0 auto;
|
|
33
|
+
}
|
|
34
|
+
.kq3d-model-profile-analysis .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
|
|
35
|
+
padding-bottom: unset;
|
|
36
|
+
border: unset;
|
|
37
|
+
padding-top: 10px;
|
|
38
|
+
}
|
|
39
|
+
.kq3d-model-profile-analysis .kq-form-item {
|
|
40
|
+
margin-bottom: 8px;
|
|
41
|
+
}
|
|
42
|
+
.kq3d-model-profile-analysis .kq-form-item__content {
|
|
43
|
+
text-align: end;
|
|
44
|
+
display: block;
|
|
45
|
+
}
|
|
46
|
+
.kq3d-model-profile-analysis .kq-row {
|
|
47
|
+
display: block;
|
|
48
|
+
}
|
|
49
|
+
.kq3d-model-profile-analysis .kq-row .kq-checkbox {
|
|
50
|
+
margin-bottom: 8px;
|
|
51
|
+
}
|
|
52
|
+
.kq3d-model-profile-analysis .kq-slider {
|
|
53
|
+
width: 93%;
|
|
54
|
+
padding-left: 7px;
|
|
55
|
+
}
|
|
56
|
+
.kq3d-model-profile-analysis .kq-slider .kq-slider__button {
|
|
57
|
+
width: 14px;
|
|
58
|
+
height: 14px;
|
|
59
|
+
}
|
|
60
|
+
.kq3d-model-profile-analysis .kq-input-number.is-controls-right {
|
|
61
|
+
width: 65px;
|
|
62
|
+
}
|
|
63
|
+
.kq3d-model-profile-analysis .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
64
|
+
.kq3d-model-profile-analysis .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
65
|
+
width: 20px;
|
|
66
|
+
}
|
|
67
|
+
.kq3d-model-profile-analysis .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
68
|
+
padding-left: 0px;
|
|
69
|
+
padding-right: 20px;
|
|
70
|
+
}
|
|
71
|
+
.kq3d-model-profile-analysis .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
72
|
+
padding-left: 0px;
|
|
73
|
+
padding-right: 20px;
|
|
74
|
+
}
|
|
75
|
+
.kq3d-model-profile-analysis .kq-color-picker {
|
|
76
|
+
width: 100%;
|
|
77
|
+
}
|
|
78
|
+
.kq3d-model-profile-analysis .kq-color-picker .kq-color-picker__mask {
|
|
79
|
+
width: 100%;
|
|
80
|
+
}
|
|
81
|
+
.kq3d-model-profile-analysis .kq-color-picker .kq-color-picker__trigger {
|
|
82
|
+
width: 100%;
|
|
83
|
+
}
|
|
84
|
+
.kq3d-model-profile-analysis .kq3d-model-profile-analysis-footer {
|
|
85
|
+
padding: 16px 0px 0px;
|
|
86
|
+
text-align: right;
|
|
87
|
+
}
|
|
88
|
+
.kq3d-model-profile-analysis .kq3d-model-profile-analysis-result .resultCahrt {
|
|
89
|
+
margin-top: 16px;
|
|
90
|
+
height: 370px;
|
|
91
|
+
background: var(--kq-fill-color-light);
|
|
92
|
+
border: 1px solid var(--kq-border-color-light);
|
|
93
|
+
border-radius: 4px;
|
|
94
|
+
}
|
package/modelselect/index.js
CHANGED
|
@@ -46,6 +46,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
46
46
|
|
|
47
47
|
/***/ }),
|
|
48
48
|
|
|
49
|
+
/***/ 2118:
|
|
50
|
+
/***/ (function(module) {
|
|
51
|
+
|
|
52
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
53
|
+
|
|
54
|
+
/***/ }),
|
|
55
|
+
|
|
49
56
|
/***/ 7080:
|
|
50
57
|
/***/ (function(module) {
|
|
51
58
|
|
|
@@ -184,6 +191,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
184
191
|
"default": function() { return /* reexport */ ModelSelect; }
|
|
185
192
|
});
|
|
186
193
|
|
|
194
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
195
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
187
196
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
188
197
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
189
198
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -318,6 +327,7 @@ var util_ = __webpack_require__(3458);
|
|
|
318
327
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
319
328
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/modelselect/ModelSelect.vue?vue&type=script&setup=true&lang=js
|
|
320
329
|
|
|
330
|
+
|
|
321
331
|
const _hoisted_1 = {
|
|
322
332
|
class: "title"
|
|
323
333
|
};
|
|
@@ -1 +1,28 @@
|
|
|
1
|
-
.kq3d-model-select
|
|
1
|
+
.kq3d-model-select {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
border-radius: var(--kq-border-radius-base);
|
|
4
|
+
padding: 16px;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
cursor: default;
|
|
7
|
+
width: 300px;
|
|
8
|
+
height: 400px;
|
|
9
|
+
background-color: var(--kq-bg-color);
|
|
10
|
+
}
|
|
11
|
+
.kq3d-model-select .kq3d-model-select-box {
|
|
12
|
+
height: calc(100% - 35px);
|
|
13
|
+
}
|
|
14
|
+
.kq3d-model-select .kq3d-model-select-box .title span {
|
|
15
|
+
color: var(--kq-text-color-regular);
|
|
16
|
+
font-size: var(--kq-font-size-base);
|
|
17
|
+
}
|
|
18
|
+
.kq3d-model-select .modelTable {
|
|
19
|
+
width: 100%;
|
|
20
|
+
background-color: var(--kq-bg-color);
|
|
21
|
+
pointer-events: auto;
|
|
22
|
+
}
|
|
23
|
+
.kq3d-model-select .kq-row {
|
|
24
|
+
margin-bottom: 8px;
|
|
25
|
+
}
|
|
26
|
+
.kq3d-model-select .footer-buttons {
|
|
27
|
+
text-align: right;
|
|
28
|
+
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.3.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.3.3-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"restrictedVersion":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"1.1.1","echarts":"5.5.1","echarts-stat":"1.2.0","js-cookie":"3.0.1","omit.js":"2.0.2","save":"2.5.0","tinycolor2":"1.4.2","vue-i18n":"9.2.0-beta.36","css-vars-ponyfill":"2.4.8","html2canvas":"1.4.1","xe-utils":"3.5.4"}}
|
package/particleeffect/index.js
CHANGED
|
@@ -19,6 +19,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
19
19
|
|
|
20
20
|
/***/ }),
|
|
21
21
|
|
|
22
|
+
/***/ 2118:
|
|
23
|
+
/***/ (function(module) {
|
|
24
|
+
|
|
25
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
26
|
+
|
|
27
|
+
/***/ }),
|
|
28
|
+
|
|
22
29
|
/***/ 7080:
|
|
23
30
|
/***/ (function(module) {
|
|
24
31
|
|
|
@@ -172,11 +179,14 @@ var gis_utils_ = __webpack_require__(7135);
|
|
|
172
179
|
var client_icons_vue_ = __webpack_require__(348);
|
|
173
180
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
174
181
|
var defineProperty = __webpack_require__(8270);
|
|
182
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
183
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
175
184
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
176
185
|
var const_image_ = __webpack_require__(6277);
|
|
177
186
|
;// CONCATENATED MODULE: ./src/webgl/particleeffect/ParticleEffectViewModel.js
|
|
178
187
|
|
|
179
188
|
|
|
189
|
+
|
|
180
190
|
let _gravityScratch = null;
|
|
181
191
|
let _gravity = 1.0; //粒子特效逻辑类
|
|
182
192
|
|