@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.
- 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 +46 -9
- 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 +5 -5
- 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 +313 -270
- 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
package/adddata/index.js
CHANGED
|
@@ -53,10 +53,31 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
53
53
|
|
|
54
54
|
/***/ }),
|
|
55
55
|
|
|
56
|
-
/***/
|
|
56
|
+
/***/ 2118:
|
|
57
57
|
/***/ (function(module) {
|
|
58
58
|
|
|
59
|
-
module.exports = require("core-js/modules/es.array.
|
|
59
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
60
|
+
|
|
61
|
+
/***/ }),
|
|
62
|
+
|
|
63
|
+
/***/ 4360:
|
|
64
|
+
/***/ (function(module) {
|
|
65
|
+
|
|
66
|
+
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
67
|
+
|
|
68
|
+
/***/ }),
|
|
69
|
+
|
|
70
|
+
/***/ 8824:
|
|
71
|
+
/***/ (function(module) {
|
|
72
|
+
|
|
73
|
+
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
74
|
+
|
|
75
|
+
/***/ }),
|
|
76
|
+
|
|
77
|
+
/***/ 2936:
|
|
78
|
+
/***/ (function(module) {
|
|
79
|
+
|
|
80
|
+
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
60
81
|
|
|
61
82
|
/***/ }),
|
|
62
83
|
|
|
@@ -212,8 +233,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
212
233
|
"default": function() { return /* reexport */ AddData; }
|
|
213
234
|
});
|
|
214
235
|
|
|
215
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
216
|
-
var
|
|
236
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
237
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
217
238
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
218
239
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
219
240
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
@@ -224,6 +245,12 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
224
245
|
var gis_utils_ = __webpack_require__(7135);
|
|
225
246
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
226
247
|
var defineProperty = __webpack_require__(8270);
|
|
248
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
249
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
250
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
251
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
252
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
253
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
227
254
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/webmapservice"
|
|
228
255
|
var webmapservice_ = __webpack_require__(3217);
|
|
229
256
|
var webmapservice_default = /*#__PURE__*/__webpack_require__.n(webmapservice_);
|
|
@@ -242,6 +269,10 @@ var external_papaparse_default = /*#__PURE__*/__webpack_require__.n(external_pap
|
|
|
242
269
|
|
|
243
270
|
|
|
244
271
|
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
245
276
|
//添加数据逻辑类
|
|
246
277
|
|
|
247
278
|
class AddDataViewModel {
|
|
@@ -1 +1,110 @@
|
|
|
1
|
-
.kq3d-add-data
|
|
1
|
+
.kq3d-add-data {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
width: 568px;
|
|
4
|
+
border-radius: var(--kq-border-radius-base);
|
|
5
|
+
padding: 16px;
|
|
6
|
+
pointer-events: auto;
|
|
7
|
+
cursor: default;
|
|
8
|
+
background-color: var(--kq-bg-color);
|
|
9
|
+
}
|
|
10
|
+
.kq3d-add-data .kq3d-add-data-box {
|
|
11
|
+
min-width: 568px;
|
|
12
|
+
}
|
|
13
|
+
.kq3d-add-data .kq-form-item {
|
|
14
|
+
width: 100%;
|
|
15
|
+
}
|
|
16
|
+
.kq3d-add-data .kq-tabs__item {
|
|
17
|
+
height: 28px;
|
|
18
|
+
line-height: 20px;
|
|
19
|
+
font-weight: 400;
|
|
20
|
+
font-size: var(--kq-font-size-medium);
|
|
21
|
+
padding: 0 16px;
|
|
22
|
+
}
|
|
23
|
+
.kq3d-add-data .kq3d-add-data-desc {
|
|
24
|
+
margin-bottom: 16px;
|
|
25
|
+
}
|
|
26
|
+
.kq3d-add-data .kq3d-add-data-title {
|
|
27
|
+
color: var(--kq-text-color-regular);
|
|
28
|
+
font-size: var(--kq-font-size-base);
|
|
29
|
+
padding-bottom: 8px;
|
|
30
|
+
}
|
|
31
|
+
.kq3d-add-data .kq3d-add-data-tip {
|
|
32
|
+
color: var(--kq-text-color-secondary);
|
|
33
|
+
font-size: 13px;
|
|
34
|
+
white-space: pre-wrap;
|
|
35
|
+
}
|
|
36
|
+
.kq3d-add-data .kq3d-add-data-upload_text {
|
|
37
|
+
color: #606266;
|
|
38
|
+
}
|
|
39
|
+
.kq3d-add-data .kq-select {
|
|
40
|
+
width: 100%;
|
|
41
|
+
}
|
|
42
|
+
.kq3d-add-data .kq-upload-dragger {
|
|
43
|
+
background: var(--kq-bg-color);
|
|
44
|
+
border: 1px dashed var(--kq-border-color);
|
|
45
|
+
border-radius: 4px;
|
|
46
|
+
}
|
|
47
|
+
.kq3d-add-data .kq3d-add-data-filelist {
|
|
48
|
+
width: calc(100% - 2px);
|
|
49
|
+
min-height: 100px;
|
|
50
|
+
height: auto;
|
|
51
|
+
background: #f2f6fc;
|
|
52
|
+
border: 1px dashed #409eff;
|
|
53
|
+
border-radius: 4px;
|
|
54
|
+
}
|
|
55
|
+
.kq3d-add-data .kq3d-add-data-filelist .kq-row {
|
|
56
|
+
margin: 10px 0px;
|
|
57
|
+
display: -webkit-box;
|
|
58
|
+
display: -ms-flexbox;
|
|
59
|
+
display: flex;
|
|
60
|
+
margin-left: 0px !important;
|
|
61
|
+
margin-right: 0px !important;
|
|
62
|
+
}
|
|
63
|
+
.kq3d-add-data .kq3d-add-data-filelist .kq3d-add-data-file {
|
|
64
|
+
background: #d9ecff;
|
|
65
|
+
border-radius: 4px;
|
|
66
|
+
display: -webkit-box;
|
|
67
|
+
display: -ms-flexbox;
|
|
68
|
+
display: flex;
|
|
69
|
+
-webkit-box-orient: horizontal;
|
|
70
|
+
-webkit-box-direction: normal;
|
|
71
|
+
-ms-flex-direction: row;
|
|
72
|
+
flex-direction: row;
|
|
73
|
+
-webkit-box-align: center;
|
|
74
|
+
-ms-flex-align: center;
|
|
75
|
+
align-items: center;
|
|
76
|
+
padding: 0 8px;
|
|
77
|
+
height: 40px;
|
|
78
|
+
overflow: hidden;
|
|
79
|
+
white-space: nowrap;
|
|
80
|
+
text-overflow: ellipsis;
|
|
81
|
+
}
|
|
82
|
+
.kq3d-add-data .kq3d-add-data-filelist .kq3d-add-data-file .kq3d-add-data-doc {
|
|
83
|
+
font-size: 28px;
|
|
84
|
+
color: #409eff;
|
|
85
|
+
padding: 4px;
|
|
86
|
+
}
|
|
87
|
+
.kq3d-add-data .kq3d-add-data-filelist .kq3d-add-data-file p {
|
|
88
|
+
overflow: hidden;
|
|
89
|
+
white-space: nowrap;
|
|
90
|
+
text-overflow: ellipsis;
|
|
91
|
+
}
|
|
92
|
+
.kq3d-add-data .kq3d-add-data-filelist .kq3d-add-data-file .kq3d-add-data-close {
|
|
93
|
+
font-size: 18px;
|
|
94
|
+
color: #f56c6c;
|
|
95
|
+
padding: 4px;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
}
|
|
98
|
+
.kq3d-add-data .kq3d-add-data-footer {
|
|
99
|
+
width: 100%;
|
|
100
|
+
padding-top: 16px;
|
|
101
|
+
}
|
|
102
|
+
.kq3d-add-data .kq3d-add-data-footer .btns_box {
|
|
103
|
+
float: right;
|
|
104
|
+
display: -webkit-inline-box;
|
|
105
|
+
display: -ms-inline-flexbox;
|
|
106
|
+
display: inline-flex;
|
|
107
|
+
}
|
|
108
|
+
.kq3d-add-data .kq3d-add-data-footer .kq3d-add-data-footer-upload {
|
|
109
|
+
padding: 0px 12px;
|
|
110
|
+
}
|
|
@@ -1 +1,101 @@
|
|
|
1
|
-
.kq3d-aspect-analysis
|
|
1
|
+
.kq3d-aspect-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-aspect-analysis .kq3d-aspect-analysis-box {
|
|
10
|
+
width: 360px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-aspect-analysis .kq3d-aspect-analysis-tip {
|
|
13
|
+
color: var(--kq-text-color-regular);
|
|
14
|
+
font-size: var(--kq-font-size-base);
|
|
15
|
+
}
|
|
16
|
+
.kq3d-aspect-analysis .kq3d-aspect-analysis-tip p {
|
|
17
|
+
margin-top: 0px;
|
|
18
|
+
margin-bottom: 16px;
|
|
19
|
+
}
|
|
20
|
+
.kq3d-aspect-analysis .kq3d-aspect-analysis-span {
|
|
21
|
+
margin: 0px 20px;
|
|
22
|
+
}
|
|
23
|
+
.kq3d-aspect-analysis .kq-select {
|
|
24
|
+
width: 100%;
|
|
25
|
+
}
|
|
26
|
+
.kq3d-aspect-analysis .kq-collapse {
|
|
27
|
+
border: unset;
|
|
28
|
+
}
|
|
29
|
+
.kq3d-aspect-analysis .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-aspect-analysis .kq-collapse .kq-collapse-item__arrow {
|
|
38
|
+
margin: 0 0px 0 auto;
|
|
39
|
+
}
|
|
40
|
+
.kq3d-aspect-analysis .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
|
|
41
|
+
padding-bottom: unset;
|
|
42
|
+
border: unset;
|
|
43
|
+
padding-top: 10px;
|
|
44
|
+
}
|
|
45
|
+
.kq3d-aspect-analysis .kq-form-item {
|
|
46
|
+
margin-bottom: 8px;
|
|
47
|
+
}
|
|
48
|
+
.kq3d-aspect-analysis .kq-form-item__content {
|
|
49
|
+
text-align: end;
|
|
50
|
+
display: block;
|
|
51
|
+
}
|
|
52
|
+
.kq3d-aspect-analysis .kq-row {
|
|
53
|
+
display: block;
|
|
54
|
+
}
|
|
55
|
+
.kq3d-aspect-analysis .kq-slider {
|
|
56
|
+
width: 95%;
|
|
57
|
+
padding-left: 7px;
|
|
58
|
+
}
|
|
59
|
+
.kq3d-aspect-analysis .kq-slider .kq-slider__button {
|
|
60
|
+
width: 14px;
|
|
61
|
+
height: 14px;
|
|
62
|
+
}
|
|
63
|
+
.kq3d-aspect-analysis .kq-input-number.is-controls-right {
|
|
64
|
+
width: 65px;
|
|
65
|
+
}
|
|
66
|
+
.kq3d-aspect-analysis .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
67
|
+
.kq3d-aspect-analysis .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
68
|
+
width: 20px;
|
|
69
|
+
}
|
|
70
|
+
.kq3d-aspect-analysis .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
71
|
+
padding-left: 0px;
|
|
72
|
+
padding-right: 20px;
|
|
73
|
+
}
|
|
74
|
+
.kq3d-aspect-analysis .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
75
|
+
padding-left: 0px;
|
|
76
|
+
padding-right: 20px;
|
|
77
|
+
}
|
|
78
|
+
.kq3d-aspect-analysis .kq-color-picker {
|
|
79
|
+
width: 100%;
|
|
80
|
+
}
|
|
81
|
+
.kq3d-aspect-analysis .kq-color-picker .kq-color-picker__mask {
|
|
82
|
+
width: 100%;
|
|
83
|
+
}
|
|
84
|
+
.kq3d-aspect-analysis .kq-color-picker .kq-color-picker__trigger {
|
|
85
|
+
width: 100%;
|
|
86
|
+
}
|
|
87
|
+
.kq3d-aspect-analysis .kq3d-aspect-analysis-line {
|
|
88
|
+
width: 80%;
|
|
89
|
+
margin: 14px 8px;
|
|
90
|
+
height: 2px;
|
|
91
|
+
overflow: hidden;
|
|
92
|
+
background: #c0c4cc;
|
|
93
|
+
border-radius: 4px;
|
|
94
|
+
}
|
|
95
|
+
.kq3d-aspect-analysis .kq3d-aspect-analysis-legend {
|
|
96
|
+
height: 24px;
|
|
97
|
+
}
|
|
98
|
+
.kq3d-aspect-analysis .kq3d-aspect-analysis-footer {
|
|
99
|
+
text-align: right;
|
|
100
|
+
padding: 16px 0px 0px;
|
|
101
|
+
}
|
|
@@ -18,13 +18,13 @@ return /******/ (function() { // webpackBootstrap
|
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
19
|
/* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
|
|
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 BaseterrainGalleryViewModel {
|
|
25
25
|
//基本地形对象
|
|
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, "_baseterrainGallery", {});
|
|
28
28
|
|
|
29
29
|
this._baseterrainGallery.viewer = viewer;
|
|
30
30
|
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
|
@@ -1 +1,88 @@
|
|
|
1
|
-
.kq3d-baseterrain-gallery
|
|
1
|
+
.kq3d-baseterrain-gallery {
|
|
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-baseterrain-gallery .kq3d-baseterrain-gallery-box {
|
|
10
|
+
width: 372px;
|
|
11
|
+
min-width: 220px;
|
|
12
|
+
}
|
|
13
|
+
.kq3d-baseterrain-gallery .kq-form-item__label {
|
|
14
|
+
height: 48px;
|
|
15
|
+
line-height: 48px;
|
|
16
|
+
}
|
|
17
|
+
.kq3d-baseterrain-gallery .kq-form-item {
|
|
18
|
+
margin-bottom: 0px;
|
|
19
|
+
width: 100%;
|
|
20
|
+
}
|
|
21
|
+
.kq3d-baseterrain-gallery .kq-form-item__content {
|
|
22
|
+
text-align: end;
|
|
23
|
+
display: block;
|
|
24
|
+
}
|
|
25
|
+
.kq3d-baseterrain-gallery .divSpan {
|
|
26
|
+
width: calc(100% - 16px);
|
|
27
|
+
height: 24px;
|
|
28
|
+
line-height: 24px;
|
|
29
|
+
border-radius: var(--kq-border-radius-base);
|
|
30
|
+
background-color: var(--kq-fill-color-light);
|
|
31
|
+
text-align: left;
|
|
32
|
+
padding: 12px 8px;
|
|
33
|
+
font-family: "Noto Sans SC";
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-weight: 400;
|
|
36
|
+
font-size: 16px;
|
|
37
|
+
color: var(--kq-text-color-primary);
|
|
38
|
+
-webkit-box-align: center;
|
|
39
|
+
-ms-flex-align: center;
|
|
40
|
+
align-items: center;
|
|
41
|
+
-webkit-font-feature-settings: "tnum" on, "lnum" on;
|
|
42
|
+
font-feature-settings: "tnum" on, "lnum" on;
|
|
43
|
+
}
|
|
44
|
+
.kq3d-baseterrain-gallery .kq-col-24 {
|
|
45
|
+
padding: 8px;
|
|
46
|
+
margin-top: 16px;
|
|
47
|
+
border: 1px solid var(--kq-border-color);
|
|
48
|
+
border-radius: var(--kq-border-radius-base);
|
|
49
|
+
background-color: var(--kq-fill-color-lighter);
|
|
50
|
+
}
|
|
51
|
+
.kq3d-baseterrain-gallery .kq-form .kq-row {
|
|
52
|
+
margin-left: 0px !important;
|
|
53
|
+
margin-right: 0px !important;
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
position: relative;
|
|
56
|
+
}
|
|
57
|
+
.kq3d-baseterrain-gallery .kq-form .kq-row .divImg {
|
|
58
|
+
height: 72px;
|
|
59
|
+
line-height: 72px;
|
|
60
|
+
font-family: "Noto Sans SC";
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-weight: 400;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
padding-left: 0px !important;
|
|
65
|
+
padding-right: 0px !important;
|
|
66
|
+
color: var(--kq-text-color-primary);
|
|
67
|
+
}
|
|
68
|
+
.kq3d-baseterrain-gallery .kq-form .kq-row .divImg img {
|
|
69
|
+
width: 64px;
|
|
70
|
+
height: 64px;
|
|
71
|
+
margin: 4px;
|
|
72
|
+
border: solid 1px #C0C4CC;
|
|
73
|
+
}
|
|
74
|
+
.kq3d-baseterrain-gallery .kq-form .kq-row .divText {
|
|
75
|
+
position: absolute;
|
|
76
|
+
right: 8px;
|
|
77
|
+
top: 4px;
|
|
78
|
+
bottom: 4px;
|
|
79
|
+
left: 76px;
|
|
80
|
+
}
|
|
81
|
+
.kq3d-baseterrain-gallery .kq-form .kq-row .divText .text {
|
|
82
|
+
display: inline-block;
|
|
83
|
+
height: 64px;
|
|
84
|
+
line-height: 64px;
|
|
85
|
+
}
|
|
86
|
+
.kq3d-baseterrain-gallery .kq-form .kq-row.active {
|
|
87
|
+
background-color: var(--kq-color-primary-light-8);
|
|
88
|
+
}
|
package/boxclip/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/boxclip/BoxClipViewModel.js
|
|
196
205
|
|
|
206
|
+
|
|
197
207
|
//Box裁剪逻辑类
|
|
198
208
|
|
|
199
209
|
class BoxClipViewModel {
|
|
@@ -1 +1,97 @@
|
|
|
1
|
-
.kq3d-box-clip
|
|
1
|
+
.kq3d-box-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-box-clip .kq3d-box-clip-box {
|
|
10
|
+
width: 372px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-box-clip .kq-row {
|
|
13
|
+
margin-bottom: 0px;
|
|
14
|
+
}
|
|
15
|
+
.kq3d-box-clip .rowClass {
|
|
16
|
+
margin-bottom: 8px;
|
|
17
|
+
margin: 0;
|
|
18
|
+
}
|
|
19
|
+
.kq3d-box-clip .colClass {
|
|
20
|
+
margin: 0;
|
|
21
|
+
}
|
|
22
|
+
.kq3d-box-clip .kq-radio {
|
|
23
|
+
height: 35px;
|
|
24
|
+
}
|
|
25
|
+
.kq3d-box-clip .kq3d-box-clip-span {
|
|
26
|
+
color: var(--kq-text-color-regular);
|
|
27
|
+
line-height: 32px;
|
|
28
|
+
font-size: var(--kq-font-size-base);
|
|
29
|
+
}
|
|
30
|
+
.kq3d-box-clip .kq-select {
|
|
31
|
+
width: 100%;
|
|
32
|
+
}
|
|
33
|
+
.kq3d-box-clip .kq3d-box-clip-tip {
|
|
34
|
+
color: var(--kq-text-color-regular);
|
|
35
|
+
font-size: var(--kq-font-size-base);
|
|
36
|
+
}
|
|
37
|
+
.kq3d-box-clip .kq3d-box-clip-tip p {
|
|
38
|
+
margin: 8px 0 16px 0;
|
|
39
|
+
}
|
|
40
|
+
.kq3d-box-clip .kq3d-box-clip-collapse .kq-row {
|
|
41
|
+
display: block;
|
|
42
|
+
}
|
|
43
|
+
.kq3d-box-clip .kq3d-box-clip-collapse .kq-divider--horizontal {
|
|
44
|
+
margin: 0px;
|
|
45
|
+
}
|
|
46
|
+
.kq3d-box-clip .kq-collapse {
|
|
47
|
+
border: unset;
|
|
48
|
+
}
|
|
49
|
+
.kq3d-box-clip .kq-collapse .kq-collapse-item__header {
|
|
50
|
+
border: unset;
|
|
51
|
+
height: 38px;
|
|
52
|
+
background-color: var(--kq-fill-color-light);
|
|
53
|
+
font-weight: bold;
|
|
54
|
+
padding: 0px 16px;
|
|
55
|
+
font-size: 16px;
|
|
56
|
+
}
|
|
57
|
+
.kq3d-box-clip .kq-collapse .kq-collapse-item__arrow {
|
|
58
|
+
margin: 0 0px 0 auto;
|
|
59
|
+
}
|
|
60
|
+
.kq3d-box-clip .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
|
|
61
|
+
padding-bottom: unset;
|
|
62
|
+
border: unset;
|
|
63
|
+
padding-top: 10px;
|
|
64
|
+
}
|
|
65
|
+
.kq3d-box-clip .kq-form-item {
|
|
66
|
+
margin-bottom: 0px;
|
|
67
|
+
}
|
|
68
|
+
.kq3d-box-clip .kq-form-item__content {
|
|
69
|
+
text-align: end;
|
|
70
|
+
display: block;
|
|
71
|
+
}
|
|
72
|
+
.kq3d-box-clip .kq-slider {
|
|
73
|
+
width: 95%;
|
|
74
|
+
}
|
|
75
|
+
.kq3d-box-clip .kq-slider .kq-slider__button {
|
|
76
|
+
width: 14px;
|
|
77
|
+
height: 14px;
|
|
78
|
+
}
|
|
79
|
+
.kq3d-box-clip .kq-input-number.is-controls-right {
|
|
80
|
+
width: 65px;
|
|
81
|
+
}
|
|
82
|
+
.kq3d-box-clip .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
83
|
+
.kq3d-box-clip .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
84
|
+
width: 20px;
|
|
85
|
+
}
|
|
86
|
+
.kq3d-box-clip .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
87
|
+
padding-left: 0px;
|
|
88
|
+
padding-right: 20px;
|
|
89
|
+
}
|
|
90
|
+
.kq3d-box-clip .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
91
|
+
padding-left: 0px;
|
|
92
|
+
padding-right: 20px;
|
|
93
|
+
}
|
|
94
|
+
.kq3d-box-clip .kq3d-box-clip-footer {
|
|
95
|
+
text-align: right;
|
|
96
|
+
padding: 16px 0px 0px;
|
|
97
|
+
}
|
package/clientPrint/index.js
CHANGED
|
@@ -12,9 +12,7 @@ return /******/ (function() { // webpackBootstrap
|
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
14
|
/***/ 3961:
|
|
15
|
-
/***/ (function(module
|
|
16
|
-
|
|
17
|
-
__webpack_require__(4271);
|
|
15
|
+
/***/ (function(module) {
|
|
18
16
|
|
|
19
17
|
!function (e, t) {
|
|
20
18
|
true ? module.exports = t() : 0;
|
|
@@ -352,19 +350,11 @@ module.exports = require("@element-plus/icons-vue");
|
|
|
352
350
|
|
|
353
351
|
/***/ }),
|
|
354
352
|
|
|
355
|
-
/***/
|
|
356
|
-
/***/ (function(module) {
|
|
357
|
-
|
|
358
|
-
"use strict";
|
|
359
|
-
module.exports = require("core-js/modules/es.array.includes.js");
|
|
360
|
-
|
|
361
|
-
/***/ }),
|
|
362
|
-
|
|
363
|
-
/***/ 4271:
|
|
353
|
+
/***/ 2118:
|
|
364
354
|
/***/ (function(module) {
|
|
365
355
|
|
|
366
356
|
"use strict";
|
|
367
|
-
module.exports = require("core-js/modules/es.
|
|
357
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
368
358
|
|
|
369
359
|
/***/ }),
|
|
370
360
|
|
|
@@ -480,8 +470,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
480
470
|
"default": function() { return /* reexport */ ClientPrint; }
|
|
481
471
|
});
|
|
482
472
|
|
|
483
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
484
|
-
var
|
|
473
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
474
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
485
475
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
486
476
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
487
477
|
;// CONCATENATED MODULE: external "html2canvas"
|