@kq_npm/client3d_webgl_vue 4.3.3-beta → 4.3.5

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.
Files changed (84) hide show
  1. package/adddata/index.js +4 -35
  2. package/adddata/style/adddata.css +1 -110
  3. package/aspectanalysis/style/aspectanalysis.css +1 -101
  4. package/baseterraingallery/index.js +2 -2
  5. package/baseterraingallery/style/baseterraingallery.css +1 -88
  6. package/boxclip/index.js +0 -10
  7. package/boxclip/style/boxclip.css +1 -97
  8. package/clientPrint/index.js +15 -5
  9. package/clientPrint/style/clientPrint.css +1 -461
  10. package/comparemap/index.js +145 -136
  11. package/comparemap/style/comparemap.css +1 -35
  12. package/compass/index.js +2 -2
  13. package/excavatefillanalysis/index.js +2 -2
  14. package/excavatefillanalysis/style/excavatefillanalysis.css +1 -140
  15. package/fixedzoomin/index.js +2 -2
  16. package/fixedzoomout/index.js +2 -2
  17. package/flight/index.js +3 -13
  18. package/flight/style/flight.css +1 -150
  19. package/floodanalysis/style/floodanalysis.css +1 -95
  20. package/geologicalbodyanalysis/index.js +0 -10
  21. package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +1 -64
  22. package/gpuspatialquery/index.js +0 -10
  23. package/gpuspatialquery/style/gpuspatialquery.css +1 -88
  24. package/hawkeye/index.js +2 -2
  25. package/index.js +1969 -535
  26. package/isolineanalysis/style/isolineanalysis.css +1 -113
  27. package/light/index.js +169 -170
  28. package/light/style/light.css +1 -104
  29. package/limitheightanalysis/index.js +125 -126
  30. package/limitheightanalysis/style/limitheightanalysis.css +1 -88
  31. package/measure/index.js +141 -24
  32. package/measure/style/measure.css +1 -84
  33. package/modelFlat/index.js +0 -10
  34. package/modelFlat/style/modelFlat.css +1 -66
  35. package/modelexcavate/index.js +98 -60
  36. package/modelexcavate/style/modelexcavate.css +1 -66
  37. package/modelfilter/index.js +0 -10
  38. package/modelfilter/style/modelfilter.css +1 -66
  39. package/modelprofileanalysis/index.js +164 -165
  40. package/modelprofileanalysis/style/modelprofileanalysis.css +1 -94
  41. package/modelselect/index.js +0 -10
  42. package/modelselect/style/modelselect.css +1 -28
  43. package/package.json +1 -1
  44. package/particleeffect/index.js +0 -10
  45. package/particleeffect/style/particleeffect.css +1 -94
  46. package/planeclip/index.js +0 -10
  47. package/planeclip/style/planeclip.css +1 -94
  48. package/resetview/index.js +2 -2
  49. package/roller/index.js +170 -171
  50. package/roller/style/roller.css +1 -59
  51. package/scaneffect/index.js +0 -10
  52. package/scaneffect/style/scaneffect.css +1 -101
  53. package/sceneset/index.js +1 -10
  54. package/sceneset/style/sceneset.css +1 -86
  55. package/sceneview/index.js +2029 -567
  56. package/sceneview/style/sceneview.css +1 -127
  57. package/screenshot/index.js +158 -159
  58. package/screenshot/style/screenshot.css +1 -53
  59. package/shadowanalysis/style/shadowanalysis.css +1 -141
  60. package/sightlineanalysis/index.js +5 -7
  61. package/sightlineanalysis/style/divpoint.css +1 -22
  62. package/sightlineanalysis/style/sightlineanalysis.css +1 -85
  63. package/skylineanalysis/style/skylineanalysis.css +1 -100
  64. package/slopeanalysis/index.js +16 -11
  65. package/slopeanalysis/style/slopeanalysis.css +1 -101
  66. package/slopeaspectanalysis/index.js +1512 -0
  67. package/slopeaspectanalysis/style/index.js +3 -0
  68. package/slopeaspectanalysis/style/slopeaspectanalysis.css +1 -0
  69. package/statusbar/index.js +3 -12
  70. package/style.css +1 -3817
  71. package/terrainoperation/index.js +0 -10
  72. package/terrainoperation/style/terrainoperation.css +1 -66
  73. package/terrainprofileanalysis/index.js +0 -10
  74. package/terrainprofileanalysis/style/terrainprofileanalysis.css +1 -83
  75. package/underground/index.js +3 -3
  76. package/underground/style/underground.css +1 -19
  77. package/videofusion/index.js +5 -35
  78. package/videofusion/style/videofusion.css +1 -104
  79. package/videoproject/index.js +5 -35
  80. package/videoproject/style/videoproject.css +1 -104
  81. package/viewshedanalysis/style/viewshedanalysis.css +1 -88
  82. package/weathereffect/style/weathereffect.css +1 -95
  83. package/wireframesketch/index.js +0 -10
  84. package/wireframesketch/style/wireframesketch.css +1 -12
@@ -1,94 +1 @@
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
- }
1
+ .kq3d-plane-clip{z-index:999;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color)}.kq3d-plane-clip .kq3d-plane-clip-box{width:372px}.kq3d-plane-clip .kq-row{margin-bottom:8px}.kq3d-plane-clip .colClass{padding:0!important}.kq3d-plane-clip .rowClass{margin-left:0!important;margin-right:0!important}.kq3d-plane-clip .kq3d-plane-clip-span{color:var(--kq-text-color-regular);line-height:32px;font-size:var(--kq-font-size-base)}.kq3d-plane-clip .kq-select{width:100%}.kq3d-plane-clip .kq3d-plane-clip-tip{color:var(--kq-text-color-regular);font-size:13px}.kq3d-plane-clip .kq3d-plane-clip-tip p{margin:8px}.kq3d-plane-clip .kq3d-plane-clip-collapse .kq-row{display:block}.kq3d-plane-clip .kq3d-plane-clip-collapse .kq-divider--horizontal{margin:0}.kq3d-plane-clip .kq-collapse{border:unset}.kq3d-plane-clip .kq-collapse .kq-collapse-item__header{border:unset;height:38px;background-color:var(--kq-fill-color-light);font-weight:700;padding:0 16px;font-size:16px}.kq3d-plane-clip .kq-collapse .kq-collapse-item__arrow{margin:0 0 0 auto}.kq3d-plane-clip .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content{padding-bottom:unset;border:unset;padding-top:10px}.kq3d-plane-clip .kq-form-item{margin-bottom:0}.kq3d-plane-clip .kq-form-item__content{text-align:end;display:block}.kq3d-plane-clip .kq-slider{width:95%}.kq3d-plane-clip .kq-slider .kq-slider__button{width:14px;height:14px}.kq3d-plane-clip .kq-input-number.is-controls-right{width:65px}.kq3d-plane-clip .kq-input-number.is-controls-right .kq-input-number__decrease,.kq3d-plane-clip .kq-input-number.is-controls-right .kq-input-number__increase{width:20px}.kq3d-plane-clip .kq-col-8 .kq-input-number .kq-input__wrapper,.kq3d-plane-clip .kq-input-number.is-controls-right .kq-input__wrapper{padding-left:0;padding-right:20px}.kq3d-plane-clip .kq3d-plane-clip-footer{text-align:right;padding:16px 0 0}
@@ -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 G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
21
+ /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_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,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
27
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_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,170 +12,13 @@ return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
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__) {
15
+ /***/ 6561:
16
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
66
17
 
67
18
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
68
- /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
19
+ /* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
69
20
  /* harmony export */ });
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
-
21
+ /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
179
22
 
180
23
  //卷帘逻辑类
181
24
  class RollerViewModel {
@@ -189,23 +32,23 @@ class RollerViewModel {
189
32
  //左右卷帘活动状态
190
33
  //上下卷帘活动状态
191
34
  constructor(scenceView, options) {
192
- (0,defineProperty/* default */.Z)(this, "_viewer", null);
35
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
193
36
 
194
- (0,defineProperty/* default */.Z)(this, "_layerManager", null);
37
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layerManager", null);
195
38
 
196
- (0,defineProperty/* default */.Z)(this, "_layers", []);
39
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layers", []);
197
40
 
198
- (0,defineProperty/* default */.Z)(this, "_lrSlider", null);
41
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSlider", null);
199
42
 
200
- (0,defineProperty/* default */.Z)(this, "_tbSlider", null);
43
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSlider", null);
201
44
 
202
- (0,defineProperty/* default */.Z)(this, "_lrSliderHandler", null);
45
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderHandler", null);
203
46
 
204
- (0,defineProperty/* default */.Z)(this, "_tbSliderHandler", null);
47
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderHandler", null);
205
48
 
206
- (0,defineProperty/* default */.Z)(this, "_lrSliderActive", false);
49
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderActive", false);
207
50
 
208
- (0,defineProperty/* default */.Z)(this, "_tbSliderActive", false);
51
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderActive", false);
209
52
 
210
53
  this._viewer = scenceView._viewer;
211
54
  this._layerManager = scenceView._layerManager;
@@ -378,6 +221,162 @@ class RollerViewModel {
378
221
  }
379
222
 
380
223
  }
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);
381
380
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
382
381
  var util_ = __webpack_require__(3458);
383
382
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
@@ -485,7 +484,7 @@ const __default__ = {
485
484
  let options = {
486
485
  layers: layers
487
486
  };
488
- viewModel = new RollerViewModel(scenceView, options);
487
+ viewModel = new RollerViewModel/* default */.Z(scenceView, options);
489
488
  }
490
489
  });
491
490
  });
@@ -1,59 +1 @@
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
- }
1
+ .kq3d-roller{z-index:999;border-radius:var(--kq-border-radius-base);padding:16px 16px 8px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color)}.kq3d-roller .kq3d-roller-box{width:280px}.kq3d-roller .kq3d-roller-form .kq-row{margin-bottom:8px}.kq3d-roller .kq3d-roller-form .kq-col-8{line-height:40px}.kq3d-roller .kq3d-roller-form .kq3d-roller-span{color:var(--kq-text-color-regular);line-height:32px;font-size:14px}.kq3d-roller .kq3d-roller-form .kq3d-roller-span1{color:var(--kq-text-color-regular);line-height:normal;white-space:pre-line;word-break:break-all;display:inline-block}#lrSlider{display:none;position:absolute;background-color:#267ee6;z-index:998;left:50%;top:0;width:3px;height:100%}#lrSlider:hover{cursor:ew-resize}#tbSlider{display:none;position:absolute;background-color:#267ee6;z-index:998;left:0;top:50%;width:100%;height:3px}#tbSlider:hover{cursor:ns-resize}
@@ -46,13 +46,6 @@ 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
-
56
49
  /***/ 7080:
57
50
  /***/ (function(module) {
58
51
 
@@ -204,8 +197,6 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
204
197
  var gis_utils_ = __webpack_require__(7135);
205
198
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
206
199
  var defineProperty = __webpack_require__(8270);
207
- // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
208
- var es_array_push_js_ = __webpack_require__(2118);
209
200
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
210
201
  var message = __webpack_require__(3694);
211
202
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
@@ -214,7 +205,6 @@ var const_image_ = __webpack_require__(6277);
214
205
 
215
206
 
216
207
 
217
-
218
208
  class ScanEffectViewModel {
219
209
  //参数
220
210
  // 绘制对象
@@ -1,101 +1 @@
1
- .kq3d-scan-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-scan-effect .kq3d-scan-effect-box {
10
- width: 350px;
11
- }
12
- .kq3d-scan-effect .kq3d-scan-effect-tip {
13
- color: var(--kq-text-color-regular);
14
- font-size: var(--kq-font-size-base);
15
- }
16
- .kq3d-scan-effect .kq3d-scan-effect-tip p {
17
- margin-top: 0px;
18
- margin-bottom: 16px;
19
- }
20
- .kq3d-scan-effect .kq3d-scan-effect-set-title {
21
- margin: 0px;
22
- }
23
- .kq3d-scan-effect .kq-select {
24
- width: 100%;
25
- }
26
- .kq3d-scan-effect .kq-collapse {
27
- border: unset;
28
- }
29
- .kq3d-scan-effect .kq-collapse .kq-collapse-item__header {
30
- border: unset;
31
- height: 38px;
32
- background-color: var(--kq-fill-color-light);
33
- font-weight: bold;
34
- padding: 0px 16px;
35
- font-size: 16px;
36
- }
37
- .kq3d-scan-effect .kq-collapse .kq-collapse-item__arrow {
38
- margin: 0 0px 0 auto;
39
- }
40
- .kq3d-scan-effect .kq-collapse .kq-collapse-item__wrap {
41
- border-bottom: unset;
42
- }
43
- .kq3d-scan-effect .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
44
- padding-bottom: unset;
45
- border: unset;
46
- padding-top: 10px;
47
- }
48
- .kq3d-scan-effect .kq-form-item {
49
- margin-bottom: 8px;
50
- }
51
- .kq3d-scan-effect .kq-form-item__content {
52
- text-align: end;
53
- display: block;
54
- }
55
- .kq3d-scan-effect .kq-row {
56
- display: block;
57
- }
58
- .kq3d-scan-effect .kq-slider {
59
- width: 95%;
60
- padding-left: 7px;
61
- }
62
- .kq3d-scan-effect .kq-slider .kq-slider__button {
63
- width: 14px;
64
- height: 14px;
65
- }
66
- .kq3d-scan-effect .kq-input-number.is-controls-right {
67
- width: 65px;
68
- }
69
- .kq3d-scan-effect .kq-input-number.is-controls-right .kq-input-number__increase,
70
- .kq3d-scan-effect .kq-input-number.is-controls-right .kq-input-number__decrease {
71
- width: 20px;
72
- }
73
- .kq3d-scan-effect .kq-input-number.is-controls-right .kq-input__wrapper {
74
- padding-left: 0px;
75
- padding-right: 20px;
76
- }
77
- .kq3d-scan-effect .kq-col-8 .kq-input-number .kq-input__wrapper {
78
- padding-left: 0px;
79
- padding-right: 20px;
80
- }
81
- .kq3d-scan-effect .kq-color-picker {
82
- width: 100%;
83
- }
84
- .kq3d-scan-effect .kq-color-picker .kq-color-picker__mask {
85
- width: 100%;
86
- }
87
- .kq3d-scan-effect .kq-color-picker .kq-color-picker__trigger {
88
- width: 100%;
89
- }
90
- .kq3d-scan-effect .kq3d-scan-effect-legend {
91
- width: 198px;
92
- height: 24px;
93
- }
94
- .kq3d-scan-effect .kq-radio__input {
95
- display: inline;
96
- vertical-align: top;
97
- }
98
- .kq3d-scan-effect .kq3d-scan-effect-footer {
99
- text-align: right;
100
- padding: 16px 0px 0px;
101
- }
1
+ .kq3d-scan-effect{z-index:999;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color)}.kq3d-scan-effect .kq3d-scan-effect-box{width:350px}.kq3d-scan-effect .kq3d-scan-effect-tip{color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-scan-effect .kq3d-scan-effect-tip p{margin-top:0;margin-bottom:16px}.kq3d-scan-effect .kq3d-scan-effect-set-title{margin:0}.kq3d-scan-effect .kq-select{width:100%}.kq3d-scan-effect .kq-collapse{border:unset}.kq3d-scan-effect .kq-collapse .kq-collapse-item__header{border:unset;height:38px;background-color:var(--kq-fill-color-light);font-weight:700;padding:0 16px;font-size:16px}.kq3d-scan-effect .kq-collapse .kq-collapse-item__arrow{margin:0 0 0 auto}.kq3d-scan-effect .kq-collapse .kq-collapse-item__wrap{border-bottom:unset}.kq3d-scan-effect .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content{padding-bottom:unset;border:unset;padding-top:10px}.kq3d-scan-effect .kq-form-item{margin-bottom:8px}.kq3d-scan-effect .kq-form-item__content{text-align:end;display:block}.kq3d-scan-effect .kq-row{display:block}.kq3d-scan-effect .kq-slider{width:95%;padding-left:7px}.kq3d-scan-effect .kq-slider .kq-slider__button{width:14px;height:14px}.kq3d-scan-effect .kq-input-number.is-controls-right{width:65px}.kq3d-scan-effect .kq-input-number.is-controls-right .kq-input-number__decrease,.kq3d-scan-effect .kq-input-number.is-controls-right .kq-input-number__increase{width:20px}.kq3d-scan-effect .kq-col-8 .kq-input-number .kq-input__wrapper,.kq3d-scan-effect .kq-input-number.is-controls-right .kq-input__wrapper{padding-left:0;padding-right:20px}.kq3d-scan-effect .kq-color-picker,.kq3d-scan-effect .kq-color-picker .kq-color-picker__mask,.kq3d-scan-effect .kq-color-picker .kq-color-picker__trigger{width:100%}.kq3d-scan-effect .kq3d-scan-effect-legend{width:198px;height:24px}.kq3d-scan-effect .kq-radio__input{display:inline;vertical-align:top}.kq3d-scan-effect .kq3d-scan-effect-footer{text-align:right;padding:16px 0 0}