@kq_npm/client3d_webgl_vue 4.5.38 → 4.5.40
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 +285 -193
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +45 -14
- package/boxclip/index.js +52 -19
- package/clientPrint/index.js +3539 -1291
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +699 -14
- package/excavatefillanalysis/index.js +48 -18
- package/flight/index.js +45 -4
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +39 -5
- package/geologicalbodyanalysis/index.js +37 -3
- package/gpuspatialquery/index.js +50 -24
- package/heatmap3d/index.js +37 -3
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +3357 -1160
- package/isolineanalysis/index.js +56 -28
- package/light/index.js +19 -22
- package/limitheightanalysis/index.js +46 -16
- package/measure/index.js +56 -14
- package/modelFlat/index.js +37 -3
- package/modelexcavate/index.js +37 -3
- package/modelfilter/index.js +37 -3
- package/modelprofileanalysis/index.js +37 -3
- package/modelselect/index.js +37 -3
- package/package.json +1 -1
- package/particleeffect/index.js +26 -33
- package/planeclip/index.js +47 -18
- package/radarscananalysis/index.js +863 -0
- package/radarscananalysis/style/index.js +3 -0
- package/radarscananalysis/style/radarscananalysis.css +1 -0
- package/scaneffect/index.js +48 -20
- package/scaneffect/style/scaneffect.css +1 -1
- package/sceneadvancedtoimage/index.js +46 -16
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
- package/sceneapp/index.js +3538 -1290
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +3533 -1285
- package/sceneview/style/sceneview.css +1 -1
- package/shadowanalysis/index.js +49 -19
- package/sightlineanalysis/index.js +41 -31
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +37 -3
- package/slopeanalysis/index.js +85 -54
- package/slopeaspectanalysis/index.js +520 -135
- package/style.css +1 -1
- package/terrainoperation/index.js +61 -31
- package/terrainprofileanalysis/index.js +45 -14
- package/typhoontrac/index.js +71 -11
- package/typhoontrac/style/typhoontrac.css +1 -1
- package/videofusion/index.js +37 -3
- package/videoproject/index.js +37 -3
- package/weathereffect/index.js +30 -34
- package/windyslicing/index.js +670 -306
- package/windyslicing/style/windyslicing.css +1 -1
- package/wireframesketch/index.js +37 -3
package/comparemap/index.js
CHANGED
|
@@ -1,17 +1,380 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"));
|
|
3
|
+
module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js"], factory);
|
|
5
|
+
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"));
|
|
7
|
+
exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
|
|
8
8
|
else
|
|
9
|
-
root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"]);
|
|
10
|
-
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
9
|
+
root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
+
/***/ 1638:
|
|
16
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
17
|
+
|
|
18
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3645);
|
|
19
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
+
// Imports
|
|
21
|
+
|
|
22
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
23
|
+
// Module
|
|
24
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".compare-layer-tree-wrap{background-color:var(--kq-bg-color);border-radius:var(--kq-border-radius-base);width:272px;height:350px;padding:16px}.compare-layer-tree-wrap .compare-layer-tree{padding-top:16px;height:calc(100% - 83px);overflow-y:auto}.compare-layer-tree-wrap .compare-layer-tree .tree-node_icon{top:3px}.tree-node_icon{margin-right:6px;position:relative;font-size:16px;height:100%;color:var(--kq-color-primary)}.tree-node_label{display:inline-block;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;font-size:var(--kq-font-size-base);color:var(--kq-text-color-regular)}.kq-tree-node__content{width:100%}", ""]);
|
|
25
|
+
// Exports
|
|
26
|
+
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/***/ }),
|
|
30
|
+
|
|
31
|
+
/***/ 3645:
|
|
32
|
+
/***/ (function(module) {
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
/*
|
|
37
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
38
|
+
Author Tobias Koppers @sokra
|
|
39
|
+
*/
|
|
40
|
+
// css base code, injected by the css-loader
|
|
41
|
+
// eslint-disable-next-line func-names
|
|
42
|
+
module.exports = function (cssWithMappingToString) {
|
|
43
|
+
var list = []; // return the list of modules as css string
|
|
44
|
+
|
|
45
|
+
list.toString = function toString() {
|
|
46
|
+
return this.map(function (item) {
|
|
47
|
+
var content = cssWithMappingToString(item);
|
|
48
|
+
|
|
49
|
+
if (item[2]) {
|
|
50
|
+
return "@media ".concat(item[2], " {").concat(content, "}");
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
return content;
|
|
54
|
+
}).join("");
|
|
55
|
+
}; // import a list of modules into the list
|
|
56
|
+
// eslint-disable-next-line func-names
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
list.i = function (modules, mediaQuery, dedupe) {
|
|
60
|
+
if (typeof modules === "string") {
|
|
61
|
+
// eslint-disable-next-line no-param-reassign
|
|
62
|
+
modules = [[null, modules, ""]];
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
var alreadyImportedModules = {};
|
|
66
|
+
|
|
67
|
+
if (dedupe) {
|
|
68
|
+
for (var i = 0; i < this.length; i++) {
|
|
69
|
+
// eslint-disable-next-line prefer-destructuring
|
|
70
|
+
var id = this[i][0];
|
|
71
|
+
|
|
72
|
+
if (id != null) {
|
|
73
|
+
alreadyImportedModules[id] = true;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
for (var _i = 0; _i < modules.length; _i++) {
|
|
79
|
+
var item = [].concat(modules[_i]);
|
|
80
|
+
|
|
81
|
+
if (dedupe && alreadyImportedModules[item[0]]) {
|
|
82
|
+
// eslint-disable-next-line no-continue
|
|
83
|
+
continue;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
if (mediaQuery) {
|
|
87
|
+
if (!item[2]) {
|
|
88
|
+
item[2] = mediaQuery;
|
|
89
|
+
} else {
|
|
90
|
+
item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
list.push(item);
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
return list;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
/***/ }),
|
|
102
|
+
|
|
103
|
+
/***/ 3379:
|
|
104
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
var isOldIE = function isOldIE() {
|
|
109
|
+
var memo;
|
|
110
|
+
return function memorize() {
|
|
111
|
+
if (typeof memo === 'undefined') {
|
|
112
|
+
// Test for IE <= 9 as proposed by Browserhacks
|
|
113
|
+
// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
|
|
114
|
+
// Tests for existence of standard globals is to allow style-loader
|
|
115
|
+
// to operate correctly into non-standard environments
|
|
116
|
+
// @see https://github.com/webpack-contrib/style-loader/issues/177
|
|
117
|
+
memo = Boolean(window && document && document.all && !window.atob);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
return memo;
|
|
121
|
+
};
|
|
122
|
+
}();
|
|
123
|
+
|
|
124
|
+
var getTarget = function getTarget() {
|
|
125
|
+
var memo = {};
|
|
126
|
+
return function memorize(target) {
|
|
127
|
+
if (typeof memo[target] === 'undefined') {
|
|
128
|
+
var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
|
|
129
|
+
|
|
130
|
+
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
131
|
+
try {
|
|
132
|
+
// This will throw an exception if access to iframe is blocked
|
|
133
|
+
// due to cross-origin restrictions
|
|
134
|
+
styleTarget = styleTarget.contentDocument.head;
|
|
135
|
+
} catch (e) {
|
|
136
|
+
// istanbul ignore next
|
|
137
|
+
styleTarget = null;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
memo[target] = styleTarget;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
return memo[target];
|
|
145
|
+
};
|
|
146
|
+
}();
|
|
147
|
+
|
|
148
|
+
var stylesInDom = [];
|
|
149
|
+
|
|
150
|
+
function getIndexByIdentifier(identifier) {
|
|
151
|
+
var result = -1;
|
|
152
|
+
|
|
153
|
+
for (var i = 0; i < stylesInDom.length; i++) {
|
|
154
|
+
if (stylesInDom[i].identifier === identifier) {
|
|
155
|
+
result = i;
|
|
156
|
+
break;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
return result;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
function modulesToDom(list, options) {
|
|
164
|
+
var idCountMap = {};
|
|
165
|
+
var identifiers = [];
|
|
166
|
+
|
|
167
|
+
for (var i = 0; i < list.length; i++) {
|
|
168
|
+
var item = list[i];
|
|
169
|
+
var id = options.base ? item[0] + options.base : item[0];
|
|
170
|
+
var count = idCountMap[id] || 0;
|
|
171
|
+
var identifier = "".concat(id, " ").concat(count);
|
|
172
|
+
idCountMap[id] = count + 1;
|
|
173
|
+
var index = getIndexByIdentifier(identifier);
|
|
174
|
+
var obj = {
|
|
175
|
+
css: item[1],
|
|
176
|
+
media: item[2],
|
|
177
|
+
sourceMap: item[3]
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
if (index !== -1) {
|
|
181
|
+
stylesInDom[index].references++;
|
|
182
|
+
stylesInDom[index].updater(obj);
|
|
183
|
+
} else {
|
|
184
|
+
stylesInDom.push({
|
|
185
|
+
identifier: identifier,
|
|
186
|
+
updater: addStyle(obj, options),
|
|
187
|
+
references: 1
|
|
188
|
+
});
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
identifiers.push(identifier);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
return identifiers;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
function insertStyleElement(options) {
|
|
198
|
+
var style = document.createElement('style');
|
|
199
|
+
var attributes = options.attributes || {};
|
|
200
|
+
|
|
201
|
+
if (typeof attributes.nonce === 'undefined') {
|
|
202
|
+
var nonce = true ? __webpack_require__.nc : 0;
|
|
203
|
+
|
|
204
|
+
if (nonce) {
|
|
205
|
+
attributes.nonce = nonce;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
Object.keys(attributes).forEach(function (key) {
|
|
210
|
+
style.setAttribute(key, attributes[key]);
|
|
211
|
+
});
|
|
212
|
+
|
|
213
|
+
if (typeof options.insert === 'function') {
|
|
214
|
+
options.insert(style);
|
|
215
|
+
} else {
|
|
216
|
+
var target = getTarget(options.insert || 'head');
|
|
217
|
+
|
|
218
|
+
if (!target) {
|
|
219
|
+
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
target.appendChild(style);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
return style;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
function removeStyleElement(style) {
|
|
229
|
+
// istanbul ignore if
|
|
230
|
+
if (style.parentNode === null) {
|
|
231
|
+
return false;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
style.parentNode.removeChild(style);
|
|
235
|
+
}
|
|
236
|
+
/* istanbul ignore next */
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
var replaceText = function replaceText() {
|
|
240
|
+
var textStore = [];
|
|
241
|
+
return function replace(index, replacement) {
|
|
242
|
+
textStore[index] = replacement;
|
|
243
|
+
return textStore.filter(Boolean).join('\n');
|
|
244
|
+
};
|
|
245
|
+
}();
|
|
246
|
+
|
|
247
|
+
function applyToSingletonTag(style, index, remove, obj) {
|
|
248
|
+
var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
|
|
249
|
+
|
|
250
|
+
/* istanbul ignore if */
|
|
251
|
+
|
|
252
|
+
if (style.styleSheet) {
|
|
253
|
+
style.styleSheet.cssText = replaceText(index, css);
|
|
254
|
+
} else {
|
|
255
|
+
var cssNode = document.createTextNode(css);
|
|
256
|
+
var childNodes = style.childNodes;
|
|
257
|
+
|
|
258
|
+
if (childNodes[index]) {
|
|
259
|
+
style.removeChild(childNodes[index]);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
if (childNodes.length) {
|
|
263
|
+
style.insertBefore(cssNode, childNodes[index]);
|
|
264
|
+
} else {
|
|
265
|
+
style.appendChild(cssNode);
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
function applyToTag(style, options, obj) {
|
|
271
|
+
var css = obj.css;
|
|
272
|
+
var media = obj.media;
|
|
273
|
+
var sourceMap = obj.sourceMap;
|
|
274
|
+
|
|
275
|
+
if (media) {
|
|
276
|
+
style.setAttribute('media', media);
|
|
277
|
+
} else {
|
|
278
|
+
style.removeAttribute('media');
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
if (sourceMap && typeof btoa !== 'undefined') {
|
|
282
|
+
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
283
|
+
} // For old IE
|
|
284
|
+
|
|
285
|
+
/* istanbul ignore if */
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
if (style.styleSheet) {
|
|
289
|
+
style.styleSheet.cssText = css;
|
|
290
|
+
} else {
|
|
291
|
+
while (style.firstChild) {
|
|
292
|
+
style.removeChild(style.firstChild);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
style.appendChild(document.createTextNode(css));
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
var singleton = null;
|
|
300
|
+
var singletonCounter = 0;
|
|
301
|
+
|
|
302
|
+
function addStyle(obj, options) {
|
|
303
|
+
var style;
|
|
304
|
+
var update;
|
|
305
|
+
var remove;
|
|
306
|
+
|
|
307
|
+
if (options.singleton) {
|
|
308
|
+
var styleIndex = singletonCounter++;
|
|
309
|
+
style = singleton || (singleton = insertStyleElement(options));
|
|
310
|
+
update = applyToSingletonTag.bind(null, style, styleIndex, false);
|
|
311
|
+
remove = applyToSingletonTag.bind(null, style, styleIndex, true);
|
|
312
|
+
} else {
|
|
313
|
+
style = insertStyleElement(options);
|
|
314
|
+
update = applyToTag.bind(null, style, options);
|
|
315
|
+
|
|
316
|
+
remove = function remove() {
|
|
317
|
+
removeStyleElement(style);
|
|
318
|
+
};
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
update(obj);
|
|
322
|
+
return function updateStyle(newObj) {
|
|
323
|
+
if (newObj) {
|
|
324
|
+
if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
|
|
325
|
+
return;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
update(obj = newObj);
|
|
329
|
+
} else {
|
|
330
|
+
remove();
|
|
331
|
+
}
|
|
332
|
+
};
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
module.exports = function (list, options) {
|
|
336
|
+
options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
|
|
337
|
+
// tags it will allow on a page
|
|
338
|
+
|
|
339
|
+
if (!options.singleton && typeof options.singleton !== 'boolean') {
|
|
340
|
+
options.singleton = isOldIE();
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
list = list || [];
|
|
344
|
+
var lastIdentifiers = modulesToDom(list, options);
|
|
345
|
+
return function update(newList) {
|
|
346
|
+
newList = newList || [];
|
|
347
|
+
|
|
348
|
+
if (Object.prototype.toString.call(newList) !== '[object Array]') {
|
|
349
|
+
return;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
for (var i = 0; i < lastIdentifiers.length; i++) {
|
|
353
|
+
var identifier = lastIdentifiers[i];
|
|
354
|
+
var index = getIndexByIdentifier(identifier);
|
|
355
|
+
stylesInDom[index].references--;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
var newLastIdentifiers = modulesToDom(newList, options);
|
|
359
|
+
|
|
360
|
+
for (var _i = 0; _i < lastIdentifiers.length; _i++) {
|
|
361
|
+
var _identifier = lastIdentifiers[_i];
|
|
362
|
+
|
|
363
|
+
var _index = getIndexByIdentifier(_identifier);
|
|
364
|
+
|
|
365
|
+
if (stylesInDom[_index].references === 0) {
|
|
366
|
+
stylesInDom[_index].updater();
|
|
367
|
+
|
|
368
|
+
stylesInDom.splice(_index, 1);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
lastIdentifiers = newLastIdentifiers;
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
/***/ }),
|
|
377
|
+
|
|
15
378
|
/***/ 764:
|
|
16
379
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
380
|
|
|
@@ -150,6 +513,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
|
150
513
|
|
|
151
514
|
/***/ }),
|
|
152
515
|
|
|
516
|
+
/***/ 3458:
|
|
517
|
+
/***/ (function(module) {
|
|
518
|
+
|
|
519
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
520
|
+
|
|
521
|
+
/***/ }),
|
|
522
|
+
|
|
153
523
|
/***/ 7997:
|
|
154
524
|
/***/ (function(module) {
|
|
155
525
|
|
|
@@ -178,7 +548,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
178
548
|
/******/ }
|
|
179
549
|
/******/ // Create a new module (and put it into the cache)
|
|
180
550
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
181
|
-
/******/
|
|
551
|
+
/******/ id: moduleId,
|
|
182
552
|
/******/ // no module.loaded needed
|
|
183
553
|
/******/ exports: {}
|
|
184
554
|
/******/ };
|
|
@@ -231,6 +601,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
231
601
|
/******/ };
|
|
232
602
|
/******/ }();
|
|
233
603
|
/******/
|
|
604
|
+
/******/ /* webpack/runtime/nonce */
|
|
605
|
+
/******/ !function() {
|
|
606
|
+
/******/ __webpack_require__.nc = undefined;
|
|
607
|
+
/******/ }();
|
|
608
|
+
/******/
|
|
234
609
|
/************************************************************************/
|
|
235
610
|
var __webpack_exports__ = {};
|
|
236
611
|
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
@@ -378,6 +753,263 @@ return (_ctx, _cache) => {
|
|
|
378
753
|
const __exports__ = CompareMapTreevue_type_script_setup_true_lang_js;
|
|
379
754
|
|
|
380
755
|
/* harmony default export */ var CompareMapTree = (__exports__);
|
|
756
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
757
|
+
var util_ = __webpack_require__(3458);
|
|
758
|
+
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/comparemap/CompareMapLayerTree.vue?vue&type=script&setup=true&lang=js
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
const CompareMapLayerTreevue_type_script_setup_true_lang_js_hoisted_1 = { class: "tree-item" }
|
|
762
|
+
const _hoisted_2 = { class: "tree-node_label" }
|
|
763
|
+
|
|
764
|
+
;
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
const CompareMapLayerTreevue_type_script_setup_true_lang_js_default_ = {
|
|
772
|
+
name: "Kq3dCompareMapLayerTree"
|
|
773
|
+
};
|
|
774
|
+
|
|
775
|
+
/* harmony default export */ var CompareMapLayerTreevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(CompareMapLayerTreevue_type_script_setup_true_lang_js_default_, {
|
|
776
|
+
props: {
|
|
777
|
+
index: Number,
|
|
778
|
+
setLayerState: {
|
|
779
|
+
type: Function
|
|
780
|
+
},
|
|
781
|
+
defaultSelectAll: {
|
|
782
|
+
type: Boolean,
|
|
783
|
+
default: true
|
|
784
|
+
},
|
|
785
|
+
// 是否生成HeaderTemp
|
|
786
|
+
showHeaderTemp: {
|
|
787
|
+
type: Boolean,
|
|
788
|
+
default: true,
|
|
789
|
+
},
|
|
790
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
791
|
+
isCollapseHeaderTemp: {
|
|
792
|
+
type: Boolean,
|
|
793
|
+
default: true,
|
|
794
|
+
},
|
|
795
|
+
// HeaderTemp标题
|
|
796
|
+
headerTempTitle: {
|
|
797
|
+
type: String,
|
|
798
|
+
// default: "图层树"
|
|
799
|
+
},
|
|
800
|
+
headerTempIcon: {
|
|
801
|
+
type: [Object, String],
|
|
802
|
+
default: client_icons_vue_.IconLayerTree,
|
|
803
|
+
},
|
|
804
|
+
isRight: {
|
|
805
|
+
type: Boolean,
|
|
806
|
+
default: true,
|
|
807
|
+
},
|
|
808
|
+
showShadow: {
|
|
809
|
+
type: Boolean,
|
|
810
|
+
default: false,
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
setup(__props) {
|
|
814
|
+
|
|
815
|
+
const props = __props;
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
// 组件容器ref
|
|
820
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
821
|
+
|
|
822
|
+
// 生成组件默认header
|
|
823
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
824
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
825
|
+
let headerTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)('');
|
|
826
|
+
|
|
827
|
+
let layerTreeRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
828
|
+
let filterTreeTxt = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)('');
|
|
829
|
+
|
|
830
|
+
// 图层树过滤
|
|
831
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(filterTreeTxt, (val) => {
|
|
832
|
+
if (layerTreeRef.value) {
|
|
833
|
+
layerTreeRef.value.$refs.child.filter(val);
|
|
834
|
+
}
|
|
835
|
+
});
|
|
836
|
+
|
|
837
|
+
let { t } = (0,vue_i18n_cjs_js_.useI18n)();
|
|
838
|
+
|
|
839
|
+
let treeData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
840
|
+
let checkedKeysData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
841
|
+
|
|
842
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
843
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
844
|
+
headerTitle.value = t('common.layerListTitle');
|
|
845
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTitle);
|
|
846
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
847
|
+
if (scenceView) {
|
|
848
|
+
treeData.value = scenceView._layerManager._layerTreeData;
|
|
849
|
+
checkedKeysData.value = scenceView._layerManager.getLayerCheckedListKey();
|
|
850
|
+
}
|
|
851
|
+
});
|
|
852
|
+
});
|
|
853
|
+
});
|
|
854
|
+
|
|
855
|
+
const filterNode = (value, data) => {
|
|
856
|
+
if (!value) return true;
|
|
857
|
+
return data.name.includes(value);
|
|
858
|
+
};
|
|
859
|
+
|
|
860
|
+
// 点击图层check框
|
|
861
|
+
const handleCheck = (data, checked) => {
|
|
862
|
+
props.setLayerState(props.index, data.guid, checked);
|
|
863
|
+
};
|
|
864
|
+
|
|
865
|
+
// 图层树图层icon类型判断
|
|
866
|
+
const getIconType = (data) => {
|
|
867
|
+
// 海图
|
|
868
|
+
if (data.layerType === 10) {
|
|
869
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconSeaChartSet);
|
|
870
|
+
}
|
|
871
|
+
// 流服务图层
|
|
872
|
+
else if (data.renderType === "dataflow") {
|
|
873
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconDataFlowServer);
|
|
874
|
+
}
|
|
875
|
+
// 影像镶嵌数据集
|
|
876
|
+
else if (data.type === "Image" || data.type === "Mosaic" || data.type === "Catalog") {
|
|
877
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconMosaicDataset);
|
|
878
|
+
}
|
|
879
|
+
// 融合图层
|
|
880
|
+
else if (data.combined === true) {
|
|
881
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconBlendingLayer);
|
|
882
|
+
}
|
|
883
|
+
// 矢量瓦片
|
|
884
|
+
else if (data.renderType === "vectortile") {
|
|
885
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconMvtLayer);
|
|
886
|
+
}
|
|
887
|
+
// 模型
|
|
888
|
+
else if (data.serverType === "3dtiles") {
|
|
889
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.Icon3DServiceModel);
|
|
890
|
+
}
|
|
891
|
+
// 地形
|
|
892
|
+
else if (data.serverType === "terrainprovider") {
|
|
893
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.Icon3DTerrainLayer);
|
|
894
|
+
}
|
|
895
|
+
// 影像
|
|
896
|
+
else if (data.rasterLayer) {
|
|
897
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconImageLayer);
|
|
898
|
+
}
|
|
899
|
+
// 线
|
|
900
|
+
else if (data.shapeType === "polyline") {
|
|
901
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconPolyline);
|
|
902
|
+
}
|
|
903
|
+
// 注记面层
|
|
904
|
+
else if (data.shapeType === "polygon" && data.annoLayer === true) {
|
|
905
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconNote);
|
|
906
|
+
}
|
|
907
|
+
// 面
|
|
908
|
+
else if (data.shapeType === "polygon") {
|
|
909
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconPolygon2);
|
|
910
|
+
}
|
|
911
|
+
// 点
|
|
912
|
+
else if (data.shapeType === "point") {
|
|
913
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconPoint);
|
|
914
|
+
}
|
|
915
|
+
// 父节点
|
|
916
|
+
else if (data.children) {
|
|
917
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconFolder);
|
|
918
|
+
}
|
|
919
|
+
// 其他
|
|
920
|
+
else {
|
|
921
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_icons_vue_.IconRasterTile);
|
|
922
|
+
}
|
|
923
|
+
};
|
|
924
|
+
|
|
925
|
+
return (_ctx, _cache) => {
|
|
926
|
+
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input")
|
|
927
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon")
|
|
928
|
+
const _component_kq_tree = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tree")
|
|
929
|
+
|
|
930
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
931
|
+
class: "compare-layer-tree-wrap",
|
|
932
|
+
ref_key: "boxRef",
|
|
933
|
+
ref: boxRef
|
|
934
|
+
}, [
|
|
935
|
+
(__props.showHeaderTemp)
|
|
936
|
+
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
937
|
+
key: 0,
|
|
938
|
+
ref_key: "headerTempRef",
|
|
939
|
+
ref: headerTempRef
|
|
940
|
+
}, null, 512 /* NEED_PATCH */))
|
|
941
|
+
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
942
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
943
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(filterTreeTxt),
|
|
944
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(filterTreeTxt) ? (filterTreeTxt).value = $event : filterTreeTxt = $event)),
|
|
945
|
+
placeholder: _ctx.$t('common.layerManagerInputTitle'),
|
|
946
|
+
clearable: ""
|
|
947
|
+
}, null, 8 /* PROPS */, ["modelValue", "placeholder"]),
|
|
948
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tree, {
|
|
949
|
+
class: "compare-layer-tree",
|
|
950
|
+
"show-checkbox": "",
|
|
951
|
+
"node-key": "guid",
|
|
952
|
+
data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(treeData),
|
|
953
|
+
onCheckChange: handleCheck,
|
|
954
|
+
"default-checked-keys": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(checkedKeysData),
|
|
955
|
+
"default-expanded-keys": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(checkedKeysData),
|
|
956
|
+
"filter-node-method": filterNode,
|
|
957
|
+
ref_key: "layerTreeRef",
|
|
958
|
+
ref: layerTreeRef,
|
|
959
|
+
"expand-on-click-node": false
|
|
960
|
+
}, {
|
|
961
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(({ data }) => [
|
|
962
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", CompareMapLayerTreevue_type_script_setup_true_lang_js_hoisted_1, [
|
|
963
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, [
|
|
964
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, { class: "tree-node_icon" }, {
|
|
965
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
966
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)(getIconType(data))))
|
|
967
|
+
]),
|
|
968
|
+
_: 2 /* DYNAMIC */
|
|
969
|
+
}, 1024 /* DYNAMIC_SLOTS */),
|
|
970
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(data.name), 1 /* TEXT */)
|
|
971
|
+
])
|
|
972
|
+
])
|
|
973
|
+
]),
|
|
974
|
+
_: 1 /* STABLE */
|
|
975
|
+
}, 8 /* PROPS */, ["data", "default-checked-keys", "default-expanded-keys"])
|
|
976
|
+
], 512 /* NEED_PATCH */))
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
}));
|
|
981
|
+
;// CONCATENATED MODULE: ./src/webgl/comparemap/CompareMapLayerTree.vue?vue&type=script&setup=true&lang=js
|
|
982
|
+
|
|
983
|
+
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
984
|
+
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
985
|
+
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
986
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/comparemap/CompareMapLayerTree.vue?vue&type=style&index=0&id=c1279110&lang=scss&scope=true
|
|
987
|
+
var CompareMapLayerTreevue_type_style_index_0_id_c1279110_lang_scss_scope_true = __webpack_require__(1638);
|
|
988
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/comparemap/CompareMapLayerTree.vue?vue&type=style&index=0&id=c1279110&lang=scss&scope=true
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
var options = {};
|
|
993
|
+
|
|
994
|
+
options.insert = "head";
|
|
995
|
+
options.singleton = false;
|
|
996
|
+
|
|
997
|
+
var update = injectStylesIntoStyleTag_default()(CompareMapLayerTreevue_type_style_index_0_id_c1279110_lang_scss_scope_true/* default */.Z, options);
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
/* harmony default export */ var comparemap_CompareMapLayerTreevue_type_style_index_0_id_c1279110_lang_scss_scope_true = (CompareMapLayerTreevue_type_style_index_0_id_c1279110_lang_scss_scope_true/* default.locals */.Z.locals || {});
|
|
1002
|
+
;// CONCATENATED MODULE: ./src/webgl/comparemap/CompareMapLayerTree.vue?vue&type=style&index=0&id=c1279110&lang=scss&scope=true
|
|
1003
|
+
|
|
1004
|
+
;// CONCATENATED MODULE: ./src/webgl/comparemap/CompareMapLayerTree.vue
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
;
|
|
1009
|
+
|
|
1010
|
+
const CompareMapLayerTree_exports_ = CompareMapLayerTreevue_type_script_setup_true_lang_js;
|
|
1011
|
+
|
|
1012
|
+
/* harmony default export */ var CompareMapLayerTree = (CompareMapLayerTree_exports_);
|
|
381
1013
|
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/comparemap/CompareMap.vue?vue&type=script&setup=true&lang=js
|
|
382
1014
|
|
|
383
1015
|
|
|
@@ -391,6 +1023,7 @@ const CompareMapvue_type_script_setup_true_lang_js_hoisted_1 = { class: "kq3d-co
|
|
|
391
1023
|
|
|
392
1024
|
|
|
393
1025
|
|
|
1026
|
+
|
|
394
1027
|
const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
395
1028
|
name: "Kq3dCompareMap"
|
|
396
1029
|
};
|
|
@@ -415,7 +1048,15 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
415
1048
|
splitLineWidth: {
|
|
416
1049
|
type: Number,
|
|
417
1050
|
default: 2
|
|
418
|
-
}
|
|
1051
|
+
},
|
|
1052
|
+
isTreePanel: {
|
|
1053
|
+
type: Boolean,
|
|
1054
|
+
default: true
|
|
1055
|
+
},
|
|
1056
|
+
isCollapseHeaderTemp: {
|
|
1057
|
+
type: Boolean,
|
|
1058
|
+
default: true,
|
|
1059
|
+
},
|
|
419
1060
|
},
|
|
420
1061
|
emits: ["back"],
|
|
421
1062
|
setup(__props, { expose: __expose, emit }) {
|
|
@@ -521,7 +1162,7 @@ return (_ctx, _cache) => {
|
|
|
521
1162
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button")
|
|
522
1163
|
|
|
523
1164
|
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", CompareMapvue_type_script_setup_true_lang_js_hoisted_1, [
|
|
524
|
-
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree1))
|
|
1165
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree1) && !__props.isTreePanel)
|
|
525
1166
|
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
526
1167
|
key: 0,
|
|
527
1168
|
class: "layer-tree-1",
|
|
@@ -531,9 +1172,20 @@ return (_ctx, _cache) => {
|
|
|
531
1172
|
setLayerState: setLayerState
|
|
532
1173
|
}, null, 8 /* PROPS */, ["style", "index", "defaultSelectAll"]))
|
|
533
1174
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
534
|
-
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(
|
|
535
|
-
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(
|
|
1175
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree1) && __props.isTreePanel)
|
|
1176
|
+
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapLayerTree), {
|
|
536
1177
|
key: 1,
|
|
1178
|
+
class: "kq3d-compare-map-tree layer-tree-1",
|
|
1179
|
+
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({ top: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(offsetTop) }),
|
|
1180
|
+
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree1Index),
|
|
1181
|
+
defaultSelectAll: props.defaultSelectAll,
|
|
1182
|
+
isCollapseHeaderTemp: props.isCollapseHeaderTemp,
|
|
1183
|
+
setLayerState: setLayerState
|
|
1184
|
+
}, null, 8 /* PROPS */, ["style", "index", "defaultSelectAll", "isCollapseHeaderTemp"]))
|
|
1185
|
+
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
1186
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree2) && !__props.isTreePanel)
|
|
1187
|
+
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
1188
|
+
key: 2,
|
|
537
1189
|
class: "layer-tree-2",
|
|
538
1190
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({ top: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(offsetTop) }),
|
|
539
1191
|
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree2Index),
|
|
@@ -541,24 +1193,57 @@ return (_ctx, _cache) => {
|
|
|
541
1193
|
setLayerState: setLayerState
|
|
542
1194
|
}, null, 8 /* PROPS */, ["style", "index", "defaultSelectAll"]))
|
|
543
1195
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
544
|
-
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(
|
|
1196
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree2) && __props.isTreePanel)
|
|
1197
|
+
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapLayerTree), {
|
|
1198
|
+
key: 3,
|
|
1199
|
+
class: "kq3d-compare-map-tree layer-tree-2",
|
|
1200
|
+
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({ top: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(offsetTop) }),
|
|
1201
|
+
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree2Index),
|
|
1202
|
+
defaultSelectAll: props.defaultSelectAll,
|
|
1203
|
+
isRight: false,
|
|
1204
|
+
isCollapseHeaderTemp: props.isCollapseHeaderTemp,
|
|
1205
|
+
setLayerState: setLayerState
|
|
1206
|
+
}, null, 8 /* PROPS */, ["style", "index", "defaultSelectAll", "isCollapseHeaderTemp"]))
|
|
1207
|
+
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
1208
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree3) && !__props.isTreePanel)
|
|
545
1209
|
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
546
|
-
key:
|
|
1210
|
+
key: 4,
|
|
547
1211
|
class: "layer-tree-3",
|
|
548
1212
|
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree3Index),
|
|
549
1213
|
defaultSelectAll: props.defaultSelectAll,
|
|
550
1214
|
setLayerState: setLayerState
|
|
551
1215
|
}, null, 8 /* PROPS */, ["index", "defaultSelectAll"]))
|
|
552
1216
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
553
|
-
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(
|
|
1217
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree3) && __props.isTreePanel)
|
|
1218
|
+
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapLayerTree), {
|
|
1219
|
+
key: 5,
|
|
1220
|
+
class: "kq3d-compare-map-tree layer-tree-3",
|
|
1221
|
+
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree3Index),
|
|
1222
|
+
defaultSelectAll: props.defaultSelectAll,
|
|
1223
|
+
isCollapseHeaderTemp: props.isCollapseHeaderTemp,
|
|
1224
|
+
setLayerState: setLayerState
|
|
1225
|
+
}, null, 8 /* PROPS */, ["index", "defaultSelectAll", "isCollapseHeaderTemp"]))
|
|
1226
|
+
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
1227
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree4) && !__props.isTreePanel)
|
|
554
1228
|
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
555
|
-
key:
|
|
1229
|
+
key: 6,
|
|
556
1230
|
class: "layer-tree-4",
|
|
557
1231
|
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree4Index),
|
|
558
1232
|
defaultSelectAll: props.defaultSelectAll,
|
|
559
1233
|
setLayerState: setLayerState
|
|
560
1234
|
}, null, 8 /* PROPS */, ["index", "defaultSelectAll"]))
|
|
561
1235
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
1236
|
+
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree4) && __props.isTreePanel)
|
|
1237
|
+
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapLayerTree), {
|
|
1238
|
+
key: 7,
|
|
1239
|
+
class: "kq3d-compare-map-tree layer-tree-4",
|
|
1240
|
+
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree4Index),
|
|
1241
|
+
defaultSelectAll: props.defaultSelectAll,
|
|
1242
|
+
isRight: false,
|
|
1243
|
+
isCollapseHeaderTemp: props.isCollapseHeaderTemp,
|
|
1244
|
+
setLayerState: setLayerState
|
|
1245
|
+
}, null, 8 /* PROPS */, ["index", "defaultSelectAll", "isCollapseHeaderTemp"]))
|
|
1246
|
+
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
562
1247
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 返回 "),
|
|
563
1248
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
564
1249
|
circle: "",
|