@kq_npm/client3d_webgl_vue 4.3.2 → 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.
Files changed (79) hide show
  1. package/adddata/index.js +35 -4
  2. package/adddata/style/adddata.css +110 -1
  3. package/aspectanalysis/style/aspectanalysis.css +101 -1
  4. package/baseterraingallery/index.js +2 -2
  5. package/baseterraingallery/style/baseterraingallery.css +88 -1
  6. package/boxclip/index.js +10 -0
  7. package/boxclip/style/boxclip.css +97 -1
  8. package/clientPrint/index.js +5 -15
  9. package/clientPrint/style/clientPrint.css +461 -1
  10. package/comparemap/index.js +136 -145
  11. package/comparemap/style/comparemap.css +35 -1
  12. package/compass/index.js +2 -2
  13. package/excavatefillanalysis/style/excavatefillanalysis.css +140 -1
  14. package/fixedzoomin/index.js +2 -2
  15. package/fixedzoomout/index.js +2 -2
  16. package/flight/index.js +13 -3
  17. package/flight/style/flight.css +150 -1
  18. package/floodanalysis/style/floodanalysis.css +95 -1
  19. package/geologicalbodyanalysis/index.js +10 -0
  20. package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +64 -1
  21. package/gpuspatialquery/index.js +10 -0
  22. package/gpuspatialquery/style/gpuspatialquery.css +88 -1
  23. package/hawkeye/index.js +2 -2
  24. package/index.js +46 -9
  25. package/isolineanalysis/style/isolineanalysis.css +113 -1
  26. package/light/index.js +170 -169
  27. package/light/style/light.css +104 -1
  28. package/limitheightanalysis/index.js +126 -125
  29. package/limitheightanalysis/style/limitheightanalysis.css +88 -1
  30. package/measure/index.js +5 -5
  31. package/measure/style/measure.css +84 -1
  32. package/modelFlat/index.js +10 -0
  33. package/modelFlat/style/modelFlat.css +66 -1
  34. package/modelexcavate/index.js +10 -0
  35. package/modelexcavate/style/modelexcavate.css +66 -1
  36. package/modelfilter/index.js +10 -0
  37. package/modelfilter/style/modelfilter.css +66 -1
  38. package/modelprofileanalysis/index.js +165 -164
  39. package/modelprofileanalysis/style/modelprofileanalysis.css +94 -1
  40. package/modelselect/index.js +10 -0
  41. package/modelselect/style/modelselect.css +28 -1
  42. package/package.json +1 -1
  43. package/particleeffect/index.js +10 -0
  44. package/particleeffect/style/particleeffect.css +94 -1
  45. package/planeclip/index.js +10 -0
  46. package/planeclip/style/planeclip.css +94 -1
  47. package/resetview/index.js +2 -2
  48. package/roller/index.js +171 -170
  49. package/roller/style/roller.css +59 -1
  50. package/scaneffect/index.js +10 -0
  51. package/scaneffect/style/scaneffect.css +101 -1
  52. package/sceneset/index.js +10 -1
  53. package/sceneset/style/sceneset.css +86 -1
  54. package/sceneview/index.js +313 -270
  55. package/sceneview/style/sceneview.css +127 -1
  56. package/screenshot/index.js +159 -158
  57. package/screenshot/style/screenshot.css +53 -1
  58. package/shadowanalysis/style/shadowanalysis.css +141 -1
  59. package/sightlineanalysis/index.js +7 -5
  60. package/sightlineanalysis/style/divpoint.css +22 -1
  61. package/sightlineanalysis/style/sightlineanalysis.css +85 -1
  62. package/skylineanalysis/style/skylineanalysis.css +100 -1
  63. package/slopeanalysis/style/slopeanalysis.css +101 -1
  64. package/statusbar/index.js +12 -3
  65. package/style.css +3817 -1
  66. package/terrainoperation/index.js +10 -0
  67. package/terrainoperation/style/terrainoperation.css +66 -1
  68. package/terrainprofileanalysis/index.js +10 -0
  69. package/terrainprofileanalysis/style/terrainprofileanalysis.css +83 -1
  70. package/underground/index.js +3 -3
  71. package/underground/style/underground.css +19 -1
  72. package/videofusion/index.js +35 -5
  73. package/videofusion/style/videofusion.css +104 -1
  74. package/videoproject/index.js +35 -5
  75. package/videoproject/style/videoproject.css +104 -1
  76. package/viewshedanalysis/style/viewshedanalysis.css +88 -1
  77. package/weathereffect/style/weathereffect.css +95 -1
  78. package/wireframesketch/index.js +10 -0
  79. package/wireframesketch/style/wireframesketch.css +12 -1
package/light/index.js CHANGED
@@ -12,13 +12,170 @@ return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 2257:
16
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
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 */ LightViewModel; }
68
+ /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
20
69
  /* harmony export */ });
21
- /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
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,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
190
+ (0,defineProperty/* default */.Z)(this, "_viewer", null);
34
191
 
35
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_light", null);
192
+ (0,defineProperty/* default */.Z)(this, "_light", null);
36
193
 
37
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lightModel", null);
194
+ (0,defineProperty/* default */.Z)(this, "_lightModel", null);
38
195
 
39
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lightModelDs", null);
196
+ (0,defineProperty/* default */.Z)(this, "_lightModelDs", null);
40
197
 
41
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawManager", null);
198
+ (0,defineProperty/* default */.Z)(this, "_drawManager", null);
42
199
 
43
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_removeEventListener", null);
200
+ (0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
44
201
 
45
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
202
+ (0,defineProperty/* default */.Z)(this, "_options", null);
46
203
 
47
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lightList", []);
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/* default */.Z(scenceView, formItem);
544
+ viewModel = new LightViewModel(scenceView, formItem);
544
545
  }
545
546
  });
546
547
  });
@@ -1 +1,104 @@
1
- .kq3d-light{z-index:999;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color)}.kq3d-light .kq3d-light-box{width:360px}.kq3d-light .kq-row{margin-bottom:0}.kq3d-light .rowclass{margin-left:0!important;margin-right:0!important;margin-bottom:8px!important}.kq3d-light .kq3d-light-btn{font-size:20px;height:36px;padding:8px 10px}.kq3d-light .kq3d-light-btn_active{color:var(--kq-button-active-text-color);border-color:var(--kq-button-active-border-color);background-color:var(--kq-button-active-bg-color);outline:none}.kq3d-light .kq3d-light-tip{color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-light .kq3d-light-tip p{margin:8px 0 16px}.kq3d-light .kq3d-light-collapse .kq-row{display:block}.kq3d-light .kq3d-light-collapse .kq-divider--horizontal{margin:0}.kq3d-light .kq-collapse{border:unset}.kq3d-light .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-light .kq-collapse .kq-collapse-item__arrow{margin:0 0 0 auto}.kq3d-light .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content{padding-bottom:unset;border:unset;padding-top:10px}.kq3d-light .kq-form-item{margin-bottom:0}.kq3d-light .kq-form-item__content{text-align:end;display:block}.kq3d-light .kq-slider{width:95%}.kq3d-light .kq-slider .kq-slider__button{width:14px;height:14px}.kq3d-light .kq-input-number.is-controls-right{width:65px}.kq3d-light .kq-input-number.is-controls-right .kq-input-number__decrease,.kq3d-light .kq-input-number.is-controls-right .kq-input-number__increase{width:20px}.kq3d-light .kq-col-8 .kq-input-number .kq-input__wrapper,.kq3d-light .kq-input-number.is-controls-right .kq-input__wrapper{padding-left:0;padding-right:20px}.kq3d-light .kq-color-picker,.kq3d-light .kq-color-picker .kq-color-picker__mask,.kq3d-light .kq-color-picker .kq-color-picker__trigger{width:100%}.kq3d-light .kq3d-light-footer{text-align:right;padding:16px 0 0}
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
+ }