@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,94 @@
|
|
|
1
|
-
.kq3d-particle-effect
|
|
1
|
+
.kq3d-particle-effect {
|
|
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-particle-effect .kq3d-particle-effect-box {
|
|
10
|
+
width: 372px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-particle-effect .kq-row {
|
|
13
|
+
margin-bottom: 0px;
|
|
14
|
+
}
|
|
15
|
+
.kq3d-particle-effect .rowclass {
|
|
16
|
+
margin-left: 0px !important;
|
|
17
|
+
margin-right: 0px !important;
|
|
18
|
+
}
|
|
19
|
+
.kq3d-particle-effect .kq3d-particle-effect-btn {
|
|
20
|
+
font-size: 20px;
|
|
21
|
+
height: 36px;
|
|
22
|
+
padding: 8px 10px;
|
|
23
|
+
}
|
|
24
|
+
.kq3d-particle-effect .kq3d-particle-effect-btn_active {
|
|
25
|
+
color: var(--kq-button-active-text-color);
|
|
26
|
+
border-color: var(--kq-button-active-border-color);
|
|
27
|
+
background-color: var(--kq-button-active-bg-color);
|
|
28
|
+
outline: none;
|
|
29
|
+
}
|
|
30
|
+
.kq3d-particle-effect .kq3d-particle-effect-tip {
|
|
31
|
+
color: var(--kq-text-color-regular);
|
|
32
|
+
font-size: var(--kq-font-size-base);
|
|
33
|
+
}
|
|
34
|
+
.kq3d-particle-effect .kq3d-particle-effect-tip p {
|
|
35
|
+
margin: 16px 0 16px;
|
|
36
|
+
}
|
|
37
|
+
.kq3d-particle-effect .kq3d-particle-effect-collapse .kq-row {
|
|
38
|
+
display: block;
|
|
39
|
+
}
|
|
40
|
+
.kq3d-particle-effect .kq3d-particle-effect-collapse .kq-divider--horizontal {
|
|
41
|
+
margin: 0px;
|
|
42
|
+
}
|
|
43
|
+
.kq3d-particle-effect .kq-collapse {
|
|
44
|
+
border: unset;
|
|
45
|
+
}
|
|
46
|
+
.kq3d-particle-effect .kq-collapse .kq-collapse-item__header {
|
|
47
|
+
border: unset;
|
|
48
|
+
height: 38px;
|
|
49
|
+
background-color: var(--kq-fill-color-light);
|
|
50
|
+
font-weight: bold;
|
|
51
|
+
padding: 0px 16px;
|
|
52
|
+
font-size: 16px;
|
|
53
|
+
}
|
|
54
|
+
.kq3d-particle-effect .kq-collapse .kq-collapse-item__arrow {
|
|
55
|
+
margin: 0 0px 0 auto;
|
|
56
|
+
}
|
|
57
|
+
.kq3d-particle-effect .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
|
|
58
|
+
padding-bottom: unset;
|
|
59
|
+
border: unset;
|
|
60
|
+
padding-top: 10px;
|
|
61
|
+
}
|
|
62
|
+
.kq3d-particle-effect .kq-form-item {
|
|
63
|
+
margin-bottom: 8px;
|
|
64
|
+
}
|
|
65
|
+
.kq3d-particle-effect .kq-form-item__content {
|
|
66
|
+
text-align: end;
|
|
67
|
+
display: block;
|
|
68
|
+
}
|
|
69
|
+
.kq3d-particle-effect .kq-slider {
|
|
70
|
+
width: 95%;
|
|
71
|
+
}
|
|
72
|
+
.kq3d-particle-effect .kq-slider .kq-slider__button {
|
|
73
|
+
width: 14px;
|
|
74
|
+
height: 14px;
|
|
75
|
+
}
|
|
76
|
+
.kq3d-particle-effect .kq-input-number.is-controls-right {
|
|
77
|
+
width: 65px;
|
|
78
|
+
}
|
|
79
|
+
.kq3d-particle-effect .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
80
|
+
.kq3d-particle-effect .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
81
|
+
width: 20px;
|
|
82
|
+
}
|
|
83
|
+
.kq3d-particle-effect .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
84
|
+
padding-left: 0px;
|
|
85
|
+
padding-right: 20px;
|
|
86
|
+
}
|
|
87
|
+
.kq3d-particle-effect .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
88
|
+
padding-left: 0px;
|
|
89
|
+
padding-right: 20px;
|
|
90
|
+
}
|
|
91
|
+
.kq3d-particle-effect .kq3d-particle-effect-footer {
|
|
92
|
+
text-align: right;
|
|
93
|
+
padding: 16px 0px 0px;
|
|
94
|
+
}
|
package/planeclip/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
|
|
|
@@ -190,10 +197,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
190
197
|
var gis_utils_ = __webpack_require__(7135);
|
|
191
198
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
192
199
|
var defineProperty = __webpack_require__(8270);
|
|
200
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
201
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
193
202
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
194
203
|
var message = __webpack_require__(3694);
|
|
195
204
|
;// CONCATENATED MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
196
205
|
|
|
206
|
+
|
|
197
207
|
//平面裁剪逻辑类
|
|
198
208
|
|
|
199
209
|
class PlaneClipViewModel {
|
|
@@ -1 +1,94 @@
|
|
|
1
|
-
.kq3d-plane-clip
|
|
1
|
+
.kq3d-plane-clip {
|
|
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-plane-clip .kq3d-plane-clip-box {
|
|
10
|
+
width: 372px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-plane-clip .kq-row {
|
|
13
|
+
margin-bottom: 8px;
|
|
14
|
+
}
|
|
15
|
+
.kq3d-plane-clip .colClass {
|
|
16
|
+
padding: 0 !important;
|
|
17
|
+
}
|
|
18
|
+
.kq3d-plane-clip .rowClass {
|
|
19
|
+
margin-left: 0px !important;
|
|
20
|
+
margin-right: 0px !important;
|
|
21
|
+
}
|
|
22
|
+
.kq3d-plane-clip .kq3d-plane-clip-span {
|
|
23
|
+
color: var(--kq-text-color-regular);
|
|
24
|
+
line-height: 32px;
|
|
25
|
+
font-size: var(--kq-font-size-base);
|
|
26
|
+
}
|
|
27
|
+
.kq3d-plane-clip .kq-select {
|
|
28
|
+
width: 100%;
|
|
29
|
+
}
|
|
30
|
+
.kq3d-plane-clip .kq3d-plane-clip-tip {
|
|
31
|
+
color: var(--kq-text-color-regular);
|
|
32
|
+
font-size: 13px;
|
|
33
|
+
}
|
|
34
|
+
.kq3d-plane-clip .kq3d-plane-clip-tip p {
|
|
35
|
+
margin: 8px 8px;
|
|
36
|
+
}
|
|
37
|
+
.kq3d-plane-clip .kq3d-plane-clip-collapse .kq-row {
|
|
38
|
+
display: block;
|
|
39
|
+
}
|
|
40
|
+
.kq3d-plane-clip .kq3d-plane-clip-collapse .kq-divider--horizontal {
|
|
41
|
+
margin: 0px;
|
|
42
|
+
}
|
|
43
|
+
.kq3d-plane-clip .kq-collapse {
|
|
44
|
+
border: unset;
|
|
45
|
+
}
|
|
46
|
+
.kq3d-plane-clip .kq-collapse .kq-collapse-item__header {
|
|
47
|
+
border: unset;
|
|
48
|
+
height: 38px;
|
|
49
|
+
background-color: var(--kq-fill-color-light);
|
|
50
|
+
font-weight: bold;
|
|
51
|
+
padding: 0px 16px;
|
|
52
|
+
font-size: 16px;
|
|
53
|
+
}
|
|
54
|
+
.kq3d-plane-clip .kq-collapse .kq-collapse-item__arrow {
|
|
55
|
+
margin: 0 0px 0 auto;
|
|
56
|
+
}
|
|
57
|
+
.kq3d-plane-clip .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
|
|
58
|
+
padding-bottom: unset;
|
|
59
|
+
border: unset;
|
|
60
|
+
padding-top: 10px;
|
|
61
|
+
}
|
|
62
|
+
.kq3d-plane-clip .kq-form-item {
|
|
63
|
+
margin-bottom: 0px;
|
|
64
|
+
}
|
|
65
|
+
.kq3d-plane-clip .kq-form-item__content {
|
|
66
|
+
text-align: end;
|
|
67
|
+
display: block;
|
|
68
|
+
}
|
|
69
|
+
.kq3d-plane-clip .kq-slider {
|
|
70
|
+
width: 95%;
|
|
71
|
+
}
|
|
72
|
+
.kq3d-plane-clip .kq-slider .kq-slider__button {
|
|
73
|
+
width: 14px;
|
|
74
|
+
height: 14px;
|
|
75
|
+
}
|
|
76
|
+
.kq3d-plane-clip .kq-input-number.is-controls-right {
|
|
77
|
+
width: 65px;
|
|
78
|
+
}
|
|
79
|
+
.kq3d-plane-clip .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
80
|
+
.kq3d-plane-clip .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
81
|
+
width: 20px;
|
|
82
|
+
}
|
|
83
|
+
.kq3d-plane-clip .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
84
|
+
padding-left: 0px;
|
|
85
|
+
padding-right: 20px;
|
|
86
|
+
}
|
|
87
|
+
.kq3d-plane-clip .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
88
|
+
padding-left: 0px;
|
|
89
|
+
padding-right: 20px;
|
|
90
|
+
}
|
|
91
|
+
.kq3d-plane-clip .kq3d-plane-clip-footer {
|
|
92
|
+
text-align: right;
|
|
93
|
+
padding: 16px 0px 0px;
|
|
94
|
+
}
|
package/resetview/index.js
CHANGED
|
@@ -18,13 +18,13 @@ return /******/ (function() { // webpackBootstrap
|
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
19
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
20
20
|
/* harmony export */ });
|
|
21
|
-
/* harmony import */ var
|
|
21
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
22
22
|
|
|
23
23
|
// 重置视图
|
|
24
24
|
class ResetViewViewModel {
|
|
25
25
|
//三维viewer对象
|
|
26
26
|
constructor(viewer) {
|
|
27
|
-
(0,
|
|
27
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
28
28
|
|
|
29
29
|
this._viewer = viewer;
|
|
30
30
|
} //重置视角
|
package/roller/index.js
CHANGED
|
@@ -12,13 +12,170 @@ 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
|
+
"RollerViewModel": function() { return /* reexport */ RollerViewModel; },
|
|
164
|
+
"default": function() { return /* reexport */ Roller; }
|
|
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_icons_vue"
|
|
170
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
171
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
172
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
173
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
174
|
+
var defineProperty = __webpack_require__(8270);
|
|
175
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
176
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
177
|
+
;// CONCATENATED MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
178
|
+
|
|
22
179
|
|
|
23
180
|
//卷帘逻辑类
|
|
24
181
|
class RollerViewModel {
|
|
@@ -32,23 +189,23 @@ class RollerViewModel {
|
|
|
32
189
|
//左右卷帘活动状态
|
|
33
190
|
//上下卷帘活动状态
|
|
34
191
|
constructor(scenceView, options) {
|
|
35
|
-
(0,
|
|
192
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
36
193
|
|
|
37
|
-
(0,
|
|
194
|
+
(0,defineProperty/* default */.Z)(this, "_layerManager", null);
|
|
38
195
|
|
|
39
|
-
(0,
|
|
196
|
+
(0,defineProperty/* default */.Z)(this, "_layers", []);
|
|
40
197
|
|
|
41
|
-
(0,
|
|
198
|
+
(0,defineProperty/* default */.Z)(this, "_lrSlider", null);
|
|
42
199
|
|
|
43
|
-
(0,
|
|
200
|
+
(0,defineProperty/* default */.Z)(this, "_tbSlider", null);
|
|
44
201
|
|
|
45
|
-
(0,
|
|
202
|
+
(0,defineProperty/* default */.Z)(this, "_lrSliderHandler", null);
|
|
46
203
|
|
|
47
|
-
(0,
|
|
204
|
+
(0,defineProperty/* default */.Z)(this, "_tbSliderHandler", null);
|
|
48
205
|
|
|
49
|
-
(0,
|
|
206
|
+
(0,defineProperty/* default */.Z)(this, "_lrSliderActive", false);
|
|
50
207
|
|
|
51
|
-
(0,
|
|
208
|
+
(0,defineProperty/* default */.Z)(this, "_tbSliderActive", false);
|
|
52
209
|
|
|
53
210
|
this._viewer = scenceView._viewer;
|
|
54
211
|
this._layerManager = scenceView._layerManager;
|
|
@@ -221,162 +378,6 @@ class RollerViewModel {
|
|
|
221
378
|
}
|
|
222
379
|
|
|
223
380
|
}
|
|
224
|
-
|
|
225
|
-
/***/ }),
|
|
226
|
-
|
|
227
|
-
/***/ 348:
|
|
228
|
-
/***/ (function(module) {
|
|
229
|
-
|
|
230
|
-
module.exports = require("@kq_npm/client_icons_vue");
|
|
231
|
-
|
|
232
|
-
/***/ }),
|
|
233
|
-
|
|
234
|
-
/***/ 7080:
|
|
235
|
-
/***/ (function(module) {
|
|
236
|
-
|
|
237
|
-
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
238
|
-
|
|
239
|
-
/***/ }),
|
|
240
|
-
|
|
241
|
-
/***/ 7135:
|
|
242
|
-
/***/ (function(module) {
|
|
243
|
-
|
|
244
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
245
|
-
|
|
246
|
-
/***/ }),
|
|
247
|
-
|
|
248
|
-
/***/ 3458:
|
|
249
|
-
/***/ (function(module) {
|
|
250
|
-
|
|
251
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
252
|
-
|
|
253
|
-
/***/ }),
|
|
254
|
-
|
|
255
|
-
/***/ 7997:
|
|
256
|
-
/***/ (function(module) {
|
|
257
|
-
|
|
258
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
259
|
-
|
|
260
|
-
/***/ }),
|
|
261
|
-
|
|
262
|
-
/***/ 1895:
|
|
263
|
-
/***/ (function(module) {
|
|
264
|
-
|
|
265
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
266
|
-
|
|
267
|
-
/***/ }),
|
|
268
|
-
|
|
269
|
-
/***/ 8270:
|
|
270
|
-
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
271
|
-
|
|
272
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
273
|
-
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
274
|
-
/* harmony export */ });
|
|
275
|
-
function _defineProperty(obj, key, value) {
|
|
276
|
-
if (key in obj) {
|
|
277
|
-
Object.defineProperty(obj, key, {
|
|
278
|
-
value: value,
|
|
279
|
-
enumerable: true,
|
|
280
|
-
configurable: true,
|
|
281
|
-
writable: true
|
|
282
|
-
});
|
|
283
|
-
} else {
|
|
284
|
-
obj[key] = value;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
return obj;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
/***/ })
|
|
291
|
-
|
|
292
|
-
/******/ });
|
|
293
|
-
/************************************************************************/
|
|
294
|
-
/******/ // The module cache
|
|
295
|
-
/******/ var __webpack_module_cache__ = {};
|
|
296
|
-
/******/
|
|
297
|
-
/******/ // The require function
|
|
298
|
-
/******/ function __webpack_require__(moduleId) {
|
|
299
|
-
/******/ // Check if module is in cache
|
|
300
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
301
|
-
/******/ if (cachedModule !== undefined) {
|
|
302
|
-
/******/ return cachedModule.exports;
|
|
303
|
-
/******/ }
|
|
304
|
-
/******/ // Create a new module (and put it into the cache)
|
|
305
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
306
|
-
/******/ // no module.id needed
|
|
307
|
-
/******/ // no module.loaded needed
|
|
308
|
-
/******/ exports: {}
|
|
309
|
-
/******/ };
|
|
310
|
-
/******/
|
|
311
|
-
/******/ // Execute the module function
|
|
312
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
313
|
-
/******/
|
|
314
|
-
/******/ // Return the exports of the module
|
|
315
|
-
/******/ return module.exports;
|
|
316
|
-
/******/ }
|
|
317
|
-
/******/
|
|
318
|
-
/************************************************************************/
|
|
319
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
320
|
-
/******/ !function() {
|
|
321
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
322
|
-
/******/ __webpack_require__.n = function(module) {
|
|
323
|
-
/******/ var getter = module && module.__esModule ?
|
|
324
|
-
/******/ function() { return module['default']; } :
|
|
325
|
-
/******/ function() { return module; };
|
|
326
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
327
|
-
/******/ return getter;
|
|
328
|
-
/******/ };
|
|
329
|
-
/******/ }();
|
|
330
|
-
/******/
|
|
331
|
-
/******/ /* webpack/runtime/define property getters */
|
|
332
|
-
/******/ !function() {
|
|
333
|
-
/******/ // define getter functions for harmony exports
|
|
334
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
335
|
-
/******/ for(var key in definition) {
|
|
336
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
337
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
338
|
-
/******/ }
|
|
339
|
-
/******/ }
|
|
340
|
-
/******/ };
|
|
341
|
-
/******/ }();
|
|
342
|
-
/******/
|
|
343
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
344
|
-
/******/ !function() {
|
|
345
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
346
|
-
/******/ }();
|
|
347
|
-
/******/
|
|
348
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
349
|
-
/******/ !function() {
|
|
350
|
-
/******/ // define __esModule on exports
|
|
351
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
352
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
353
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
354
|
-
/******/ }
|
|
355
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
356
|
-
/******/ };
|
|
357
|
-
/******/ }();
|
|
358
|
-
/******/
|
|
359
|
-
/************************************************************************/
|
|
360
|
-
var __webpack_exports__ = {};
|
|
361
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
362
|
-
!function() {
|
|
363
|
-
// ESM COMPAT FLAG
|
|
364
|
-
__webpack_require__.r(__webpack_exports__);
|
|
365
|
-
|
|
366
|
-
// EXPORTS
|
|
367
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
368
|
-
"RollerViewModel": function() { return /* reexport */ RollerViewModel/* default */.Z; },
|
|
369
|
-
"default": function() { return /* reexport */ Roller; }
|
|
370
|
-
});
|
|
371
|
-
|
|
372
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
373
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
374
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
375
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
376
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
377
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
378
|
-
// EXTERNAL MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
379
|
-
var RollerViewModel = __webpack_require__(6561);
|
|
380
381
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
381
382
|
var util_ = __webpack_require__(3458);
|
|
382
383
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -484,7 +485,7 @@ const __default__ = {
|
|
|
484
485
|
let options = {
|
|
485
486
|
layers: layers
|
|
486
487
|
};
|
|
487
|
-
viewModel = new RollerViewModel
|
|
488
|
+
viewModel = new RollerViewModel(scenceView, options);
|
|
488
489
|
}
|
|
489
490
|
});
|
|
490
491
|
});
|
package/roller/style/roller.css
CHANGED
|
@@ -1 +1,59 @@
|
|
|
1
|
-
.kq3d-roller
|
|
1
|
+
.kq3d-roller {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
border-radius: var(--kq-border-radius-base);
|
|
4
|
+
padding: 16px 16px 8px 16px;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
cursor: default;
|
|
7
|
+
background-color: var(--kq-bg-color);
|
|
8
|
+
}
|
|
9
|
+
.kq3d-roller .kq3d-roller-box {
|
|
10
|
+
width: 280px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-roller .kq3d-roller-form .kq-row {
|
|
13
|
+
margin-bottom: 8px;
|
|
14
|
+
}
|
|
15
|
+
.kq3d-roller .kq3d-roller-form .kq-col-8 {
|
|
16
|
+
line-height: 40px;
|
|
17
|
+
}
|
|
18
|
+
.kq3d-roller .kq3d-roller-form .kq3d-roller-span {
|
|
19
|
+
color: var(--kq-text-color-regular);
|
|
20
|
+
line-height: 32px;
|
|
21
|
+
font-size: 14px;
|
|
22
|
+
}
|
|
23
|
+
.kq3d-roller .kq3d-roller-form .kq3d-roller-span1 {
|
|
24
|
+
color: var(--kq-text-color-regular);
|
|
25
|
+
line-height: normal;
|
|
26
|
+
white-space: pre-line;
|
|
27
|
+
word-break: break-all;
|
|
28
|
+
display: inline-block;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
#lrSlider {
|
|
32
|
+
display: none;
|
|
33
|
+
position: absolute;
|
|
34
|
+
background-color: rgb(38, 126, 230);
|
|
35
|
+
z-index: 998;
|
|
36
|
+
left: 50%;
|
|
37
|
+
top: 0px;
|
|
38
|
+
width: 3px;
|
|
39
|
+
height: 100%;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
#lrSlider:hover {
|
|
43
|
+
cursor: ew-resize;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
#tbSlider {
|
|
47
|
+
display: none;
|
|
48
|
+
position: absolute;
|
|
49
|
+
background-color: rgb(38, 126, 230);
|
|
50
|
+
z-index: 998;
|
|
51
|
+
left: 0px;
|
|
52
|
+
top: 50%;
|
|
53
|
+
width: 100%;
|
|
54
|
+
height: 3px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
#tbSlider:hover {
|
|
58
|
+
cursor: ns-resize;
|
|
59
|
+
}
|