@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,113 @@
|
|
|
1
|
-
.kq3d-isoline-analysis
|
|
1
|
+
.kq3d-isoline-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-isoline-analysis .kq3d-isoline-analysis-box {
|
|
10
|
+
width: 372px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-span {
|
|
13
|
+
color: var(--kq-text-color-regular);
|
|
14
|
+
line-height: 32px;
|
|
15
|
+
margin: 0px 0px;
|
|
16
|
+
font-size: var(--kq-font-size-base);
|
|
17
|
+
}
|
|
18
|
+
.kq3d-isoline-analysis .kq-tabs__header {
|
|
19
|
+
margin: 0 0 8px;
|
|
20
|
+
}
|
|
21
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-heightspan {
|
|
22
|
+
margin: 0px 20px;
|
|
23
|
+
}
|
|
24
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-tip {
|
|
25
|
+
color: var(--kq-text-color-regular);
|
|
26
|
+
font-size: var(--kq-font-size-base);
|
|
27
|
+
}
|
|
28
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-tip p {
|
|
29
|
+
margin-top: 16px;
|
|
30
|
+
margin-bottom: 16px;
|
|
31
|
+
}
|
|
32
|
+
.kq3d-isoline-analysis .kq-select {
|
|
33
|
+
width: 100%;
|
|
34
|
+
}
|
|
35
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-collapse .kq-row {
|
|
36
|
+
display: block;
|
|
37
|
+
}
|
|
38
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-collapse .kq-divider--horizontal {
|
|
39
|
+
margin: 0px;
|
|
40
|
+
}
|
|
41
|
+
.kq3d-isoline-analysis .kq-collapse {
|
|
42
|
+
border: unset;
|
|
43
|
+
}
|
|
44
|
+
.kq3d-isoline-analysis .kq-collapse .kq-collapse-item__header {
|
|
45
|
+
border: unset;
|
|
46
|
+
height: 38px;
|
|
47
|
+
background-color: var(--kq-fill-color-light);
|
|
48
|
+
font-weight: bold;
|
|
49
|
+
padding: 0px 16px;
|
|
50
|
+
font-size: 16px;
|
|
51
|
+
}
|
|
52
|
+
.kq3d-isoline-analysis .kq-collapse .kq-collapse-item__arrow {
|
|
53
|
+
margin: 0 0px 0 auto;
|
|
54
|
+
}
|
|
55
|
+
.kq3d-isoline-analysis .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
|
|
56
|
+
padding-bottom: unset;
|
|
57
|
+
border: unset;
|
|
58
|
+
padding-top: 8px;
|
|
59
|
+
}
|
|
60
|
+
.kq3d-isoline-analysis .kq-form-item {
|
|
61
|
+
margin-bottom: 8px;
|
|
62
|
+
}
|
|
63
|
+
.kq3d-isoline-analysis .kq-form-item__content {
|
|
64
|
+
text-align: end;
|
|
65
|
+
display: block;
|
|
66
|
+
}
|
|
67
|
+
.kq3d-isoline-analysis .kq-slider {
|
|
68
|
+
width: 90%;
|
|
69
|
+
}
|
|
70
|
+
.kq3d-isoline-analysis .kq-slider .kq-slider__button {
|
|
71
|
+
width: 14px;
|
|
72
|
+
height: 14px;
|
|
73
|
+
}
|
|
74
|
+
.kq3d-isoline-analysis .kq-input-number.is-controls-right {
|
|
75
|
+
width: 65px;
|
|
76
|
+
}
|
|
77
|
+
.kq3d-isoline-analysis .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
78
|
+
.kq3d-isoline-analysis .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
79
|
+
width: 20px;
|
|
80
|
+
}
|
|
81
|
+
.kq3d-isoline-analysis .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
82
|
+
padding-left: 0px;
|
|
83
|
+
padding-right: 20px;
|
|
84
|
+
}
|
|
85
|
+
.kq3d-isoline-analysis .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
86
|
+
padding-left: 0px;
|
|
87
|
+
padding-right: 20px;
|
|
88
|
+
}
|
|
89
|
+
.kq3d-isoline-analysis .kq-color-picker {
|
|
90
|
+
width: 100%;
|
|
91
|
+
}
|
|
92
|
+
.kq3d-isoline-analysis .kq-color-picker .kq-color-picker__mask {
|
|
93
|
+
width: 100%;
|
|
94
|
+
}
|
|
95
|
+
.kq3d-isoline-analysis .kq-color-picker .kq-color-picker__trigger {
|
|
96
|
+
width: 100%;
|
|
97
|
+
}
|
|
98
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-line {
|
|
99
|
+
width: 64%;
|
|
100
|
+
margin: 14px 8px;
|
|
101
|
+
height: 2px;
|
|
102
|
+
overflow: hidden;
|
|
103
|
+
background: #c0c4cc;
|
|
104
|
+
border-radius: 4px;
|
|
105
|
+
}
|
|
106
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-legend {
|
|
107
|
+
width: 248px;
|
|
108
|
+
height: 24px;
|
|
109
|
+
}
|
|
110
|
+
.kq3d-isoline-analysis .kq3d-isoline-analysis-footer {
|
|
111
|
+
text-align: right;
|
|
112
|
+
padding: 16px 0px 0px;
|
|
113
|
+
}
|
package/light/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
|
+
"LightViewModel": function() { return /* reexport */ LightViewModel; },
|
|
164
|
+
"default": function() { return /* reexport */ Light; }
|
|
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: external "@kq_npm/client_icons_vue"
|
|
172
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
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/light/LightViewModel.js
|
|
178
|
+
|
|
22
179
|
|
|
23
180
|
//灯光特效逻辑类
|
|
24
181
|
class LightViewModel {
|
|
@@ -30,21 +187,21 @@ class LightViewModel {
|
|
|
30
187
|
//灯光存储参数对象
|
|
31
188
|
//灯光对象集合
|
|
32
189
|
constructor(scenceView, options) {
|
|
33
|
-
(0,
|
|
190
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
34
191
|
|
|
35
|
-
(0,
|
|
192
|
+
(0,defineProperty/* default */.Z)(this, "_light", null);
|
|
36
193
|
|
|
37
|
-
(0,
|
|
194
|
+
(0,defineProperty/* default */.Z)(this, "_lightModel", null);
|
|
38
195
|
|
|
39
|
-
(0,
|
|
196
|
+
(0,defineProperty/* default */.Z)(this, "_lightModelDs", null);
|
|
40
197
|
|
|
41
|
-
(0,
|
|
198
|
+
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
42
199
|
|
|
43
|
-
(0,
|
|
200
|
+
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
44
201
|
|
|
45
|
-
(0,
|
|
202
|
+
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
46
203
|
|
|
47
|
-
(0,
|
|
204
|
+
(0,defineProperty/* default */.Z)(this, "_lightList", []);
|
|
48
205
|
|
|
49
206
|
this._options = options;
|
|
50
207
|
this._viewer = scenceView._viewer;
|
|
@@ -272,162 +429,6 @@ class LightViewModel {
|
|
|
272
429
|
}
|
|
273
430
|
|
|
274
431
|
}
|
|
275
|
-
|
|
276
|
-
/***/ }),
|
|
277
|
-
|
|
278
|
-
/***/ 348:
|
|
279
|
-
/***/ (function(module) {
|
|
280
|
-
|
|
281
|
-
module.exports = require("@kq_npm/client_icons_vue");
|
|
282
|
-
|
|
283
|
-
/***/ }),
|
|
284
|
-
|
|
285
|
-
/***/ 7080:
|
|
286
|
-
/***/ (function(module) {
|
|
287
|
-
|
|
288
|
-
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
289
|
-
|
|
290
|
-
/***/ }),
|
|
291
|
-
|
|
292
|
-
/***/ 7135:
|
|
293
|
-
/***/ (function(module) {
|
|
294
|
-
|
|
295
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
296
|
-
|
|
297
|
-
/***/ }),
|
|
298
|
-
|
|
299
|
-
/***/ 3458:
|
|
300
|
-
/***/ (function(module) {
|
|
301
|
-
|
|
302
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
303
|
-
|
|
304
|
-
/***/ }),
|
|
305
|
-
|
|
306
|
-
/***/ 7997:
|
|
307
|
-
/***/ (function(module) {
|
|
308
|
-
|
|
309
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
310
|
-
|
|
311
|
-
/***/ }),
|
|
312
|
-
|
|
313
|
-
/***/ 1895:
|
|
314
|
-
/***/ (function(module) {
|
|
315
|
-
|
|
316
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
317
|
-
|
|
318
|
-
/***/ }),
|
|
319
|
-
|
|
320
|
-
/***/ 8270:
|
|
321
|
-
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
322
|
-
|
|
323
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
324
|
-
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
325
|
-
/* harmony export */ });
|
|
326
|
-
function _defineProperty(obj, key, value) {
|
|
327
|
-
if (key in obj) {
|
|
328
|
-
Object.defineProperty(obj, key, {
|
|
329
|
-
value: value,
|
|
330
|
-
enumerable: true,
|
|
331
|
-
configurable: true,
|
|
332
|
-
writable: true
|
|
333
|
-
});
|
|
334
|
-
} else {
|
|
335
|
-
obj[key] = value;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
return obj;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/***/ })
|
|
342
|
-
|
|
343
|
-
/******/ });
|
|
344
|
-
/************************************************************************/
|
|
345
|
-
/******/ // The module cache
|
|
346
|
-
/******/ var __webpack_module_cache__ = {};
|
|
347
|
-
/******/
|
|
348
|
-
/******/ // The require function
|
|
349
|
-
/******/ function __webpack_require__(moduleId) {
|
|
350
|
-
/******/ // Check if module is in cache
|
|
351
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
352
|
-
/******/ if (cachedModule !== undefined) {
|
|
353
|
-
/******/ return cachedModule.exports;
|
|
354
|
-
/******/ }
|
|
355
|
-
/******/ // Create a new module (and put it into the cache)
|
|
356
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
357
|
-
/******/ // no module.id needed
|
|
358
|
-
/******/ // no module.loaded needed
|
|
359
|
-
/******/ exports: {}
|
|
360
|
-
/******/ };
|
|
361
|
-
/******/
|
|
362
|
-
/******/ // Execute the module function
|
|
363
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
364
|
-
/******/
|
|
365
|
-
/******/ // Return the exports of the module
|
|
366
|
-
/******/ return module.exports;
|
|
367
|
-
/******/ }
|
|
368
|
-
/******/
|
|
369
|
-
/************************************************************************/
|
|
370
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
371
|
-
/******/ !function() {
|
|
372
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
373
|
-
/******/ __webpack_require__.n = function(module) {
|
|
374
|
-
/******/ var getter = module && module.__esModule ?
|
|
375
|
-
/******/ function() { return module['default']; } :
|
|
376
|
-
/******/ function() { return module; };
|
|
377
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
378
|
-
/******/ return getter;
|
|
379
|
-
/******/ };
|
|
380
|
-
/******/ }();
|
|
381
|
-
/******/
|
|
382
|
-
/******/ /* webpack/runtime/define property getters */
|
|
383
|
-
/******/ !function() {
|
|
384
|
-
/******/ // define getter functions for harmony exports
|
|
385
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
386
|
-
/******/ for(var key in definition) {
|
|
387
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
388
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
389
|
-
/******/ }
|
|
390
|
-
/******/ }
|
|
391
|
-
/******/ };
|
|
392
|
-
/******/ }();
|
|
393
|
-
/******/
|
|
394
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
395
|
-
/******/ !function() {
|
|
396
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
397
|
-
/******/ }();
|
|
398
|
-
/******/
|
|
399
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
400
|
-
/******/ !function() {
|
|
401
|
-
/******/ // define __esModule on exports
|
|
402
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
403
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
404
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
405
|
-
/******/ }
|
|
406
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
407
|
-
/******/ };
|
|
408
|
-
/******/ }();
|
|
409
|
-
/******/
|
|
410
|
-
/************************************************************************/
|
|
411
|
-
var __webpack_exports__ = {};
|
|
412
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
413
|
-
!function() {
|
|
414
|
-
// ESM COMPAT FLAG
|
|
415
|
-
__webpack_require__.r(__webpack_exports__);
|
|
416
|
-
|
|
417
|
-
// EXPORTS
|
|
418
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
419
|
-
"LightViewModel": function() { return /* reexport */ LightViewModel/* default */.Z; },
|
|
420
|
-
"default": function() { return /* reexport */ Light; }
|
|
421
|
-
});
|
|
422
|
-
|
|
423
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
424
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
425
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
426
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
427
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
428
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
429
|
-
// EXTERNAL MODULE: ./src/webgl/light/LightViewModel.js
|
|
430
|
-
var LightViewModel = __webpack_require__(2257);
|
|
431
432
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
432
433
|
var util_ = __webpack_require__(3458);
|
|
433
434
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -540,7 +541,7 @@ const __default__ = {
|
|
|
540
541
|
|
|
541
542
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
542
543
|
if (scenceView) {
|
|
543
|
-
viewModel = new LightViewModel
|
|
544
|
+
viewModel = new LightViewModel(scenceView, formItem);
|
|
544
545
|
}
|
|
545
546
|
});
|
|
546
547
|
});
|
package/light/style/light.css
CHANGED
|
@@ -1 +1,104 @@
|
|
|
1
|
-
.kq3d-light
|
|
1
|
+
.kq3d-light {
|
|
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-light .kq3d-light-box {
|
|
10
|
+
width: 360px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-light .kq-row {
|
|
13
|
+
margin-bottom: 0px;
|
|
14
|
+
}
|
|
15
|
+
.kq3d-light .rowclass {
|
|
16
|
+
margin-left: 0px !important;
|
|
17
|
+
margin-right: 0px !important;
|
|
18
|
+
margin-bottom: 8px !important;
|
|
19
|
+
}
|
|
20
|
+
.kq3d-light .kq3d-light-btn {
|
|
21
|
+
font-size: 20px;
|
|
22
|
+
height: 36px;
|
|
23
|
+
padding: 8px 10px;
|
|
24
|
+
}
|
|
25
|
+
.kq3d-light .kq3d-light-btn_active {
|
|
26
|
+
color: var(--kq-button-active-text-color);
|
|
27
|
+
border-color: var(--kq-button-active-border-color);
|
|
28
|
+
background-color: var(--kq-button-active-bg-color);
|
|
29
|
+
outline: none;
|
|
30
|
+
}
|
|
31
|
+
.kq3d-light .kq3d-light-tip {
|
|
32
|
+
color: var(--kq-text-color-regular);
|
|
33
|
+
font-size: var(--kq-font-size-base);
|
|
34
|
+
}
|
|
35
|
+
.kq3d-light .kq3d-light-tip p {
|
|
36
|
+
margin: 8px 0px 16px;
|
|
37
|
+
}
|
|
38
|
+
.kq3d-light .kq3d-light-collapse .kq-row {
|
|
39
|
+
display: block;
|
|
40
|
+
}
|
|
41
|
+
.kq3d-light .kq3d-light-collapse .kq-divider--horizontal {
|
|
42
|
+
margin: 0px;
|
|
43
|
+
}
|
|
44
|
+
.kq3d-light .kq-collapse {
|
|
45
|
+
border: unset;
|
|
46
|
+
}
|
|
47
|
+
.kq3d-light .kq-collapse .kq-collapse-item__header {
|
|
48
|
+
border: unset;
|
|
49
|
+
height: 38px;
|
|
50
|
+
background-color: var(--kq-fill-color-light);
|
|
51
|
+
font-weight: bold;
|
|
52
|
+
padding: 0px 16px;
|
|
53
|
+
font-size: 16px;
|
|
54
|
+
}
|
|
55
|
+
.kq3d-light .kq-collapse .kq-collapse-item__arrow {
|
|
56
|
+
margin: 0 0px 0 auto;
|
|
57
|
+
}
|
|
58
|
+
.kq3d-light .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
|
|
59
|
+
padding-bottom: unset;
|
|
60
|
+
border: unset;
|
|
61
|
+
padding-top: 10px;
|
|
62
|
+
}
|
|
63
|
+
.kq3d-light .kq-form-item {
|
|
64
|
+
margin-bottom: 0px;
|
|
65
|
+
}
|
|
66
|
+
.kq3d-light .kq-form-item__content {
|
|
67
|
+
text-align: end;
|
|
68
|
+
display: block;
|
|
69
|
+
}
|
|
70
|
+
.kq3d-light .kq-slider {
|
|
71
|
+
width: 95%;
|
|
72
|
+
}
|
|
73
|
+
.kq3d-light .kq-slider .kq-slider__button {
|
|
74
|
+
width: 14px;
|
|
75
|
+
height: 14px;
|
|
76
|
+
}
|
|
77
|
+
.kq3d-light .kq-input-number.is-controls-right {
|
|
78
|
+
width: 65px;
|
|
79
|
+
}
|
|
80
|
+
.kq3d-light .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
81
|
+
.kq3d-light .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
82
|
+
width: 20px;
|
|
83
|
+
}
|
|
84
|
+
.kq3d-light .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
85
|
+
padding-left: 0px;
|
|
86
|
+
padding-right: 20px;
|
|
87
|
+
}
|
|
88
|
+
.kq3d-light .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
89
|
+
padding-left: 0px;
|
|
90
|
+
padding-right: 20px;
|
|
91
|
+
}
|
|
92
|
+
.kq3d-light .kq-color-picker {
|
|
93
|
+
width: 100%;
|
|
94
|
+
}
|
|
95
|
+
.kq3d-light .kq-color-picker .kq-color-picker__mask {
|
|
96
|
+
width: 100%;
|
|
97
|
+
}
|
|
98
|
+
.kq3d-light .kq-color-picker .kq-color-picker__trigger {
|
|
99
|
+
width: 100%;
|
|
100
|
+
}
|
|
101
|
+
.kq3d-light .kq3d-light-footer {
|
|
102
|
+
text-align: right;
|
|
103
|
+
padding: 16px 0px 0px;
|
|
104
|
+
}
|