@kq_npm/client3d_webgl_vue 4.5.9-beta → 4.5.11
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 +2 -0
- package/clientPrint/index.js +1021 -121
- package/clientPrint/style/clientPrint.css +1 -1
- package/index.js +1013 -136
- package/package.json +1 -1
- package/sceneview/index.js +1020 -120
- package/sceneview/style/sceneview.css +1 -1
- package/style.css +1 -1
package/sceneview/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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"), require("@kq_npm/client_common_vue/
|
|
3
|
+
module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/mitt"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/_types/global-event"), require("@kq_npm/client_common_vue/_utils/const-image"), require("@kq_npm/client_common_vue"), require("@kq_npm/client_common_vue/_utils/webmapservice"), require("@kq_npm/client3d_webgl_vue"), require("@kq_npm/client_common_vue/_lang/index.js"), require("@kq_npm/client_common_vue/_mixin/render"), require("@kq_npm/client_common_vue/_utils/dictionaries"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/
|
|
5
|
+
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/mitt", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/_types/global-event", "@kq_npm/client_common_vue/_utils/const-image", "@kq_npm/client_common_vue", "@kq_npm/client_common_vue/_utils/webmapservice", "@kq_npm/client3d_webgl_vue", "@kq_npm/client_common_vue/_lang/index.js", "@kq_npm/client_common_vue/_mixin/render", "@kq_npm/client_common_vue/_utils/dictionaries"], factory);
|
|
6
6
|
else {
|
|
7
|
-
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/
|
|
7
|
+
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/mitt"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/_types/global-event"), require("@kq_npm/client_common_vue/_utils/const-image"), require("@kq_npm/client_common_vue"), require("@kq_npm/client_common_vue/_utils/webmapservice"), require("@kq_npm/client3d_webgl_vue"), require("@kq_npm/client_common_vue/_lang/index.js"), require("@kq_npm/client_common_vue/_mixin/render"), require("@kq_npm/client_common_vue/_utils/dictionaries")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/mitt"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/_types/global-event"], root["@kq_npm/client_common_vue/_utils/const-image"], root["@kq_npm/client_common_vue"], root["@kq_npm/client_common_vue/_utils/webmapservice"], root["@kq_npm/client3d_webgl_vue"], root["@kq_npm/client_common_vue/_lang/index.js"], root["@kq_npm/client_common_vue/_mixin/render"], root["@kq_npm/client_common_vue/_utils/dictionaries"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__455__, __WEBPACK_EXTERNAL_MODULE__3353__, __WEBPACK_EXTERNAL_MODULE__4822__,
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__455__, __WEBPACK_EXTERNAL_MODULE__6149__, __WEBPACK_EXTERNAL_MODULE__2975__, __WEBPACK_EXTERNAL_MODULE__3353__, __WEBPACK_EXTERNAL_MODULE__4822__, __WEBPACK_EXTERNAL_MODULE__1103__, __WEBPACK_EXTERNAL_MODULE__7338__, __WEBPACK_EXTERNAL_MODULE__9202__, __WEBPACK_EXTERNAL_MODULE__219__, __WEBPACK_EXTERNAL_MODULE__4383__, __WEBPACK_EXTERNAL_MODULE__463__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
@@ -8294,6 +8294,8 @@ class AddDataViewModel {
|
|
|
8294
8294
|
if (that._viewer.timeline.container.style.display != 'block') {
|
|
8295
8295
|
that._viewer.bottomContainer.style.bottom = '15px';
|
|
8296
8296
|
that._viewer.timeline.container.style.display = 'block';
|
|
8297
|
+
that._viewer.animation.container.style.display = 'block';
|
|
8298
|
+
that._viewer.animation.resize();
|
|
8297
8299
|
that._viewer.clock.shouldAnimate = true;
|
|
8298
8300
|
}
|
|
8299
8301
|
that._viewer.dataSources.add(Cesium.CzmlDataSource.load(ret, {
|
|
@@ -11494,7 +11496,7 @@ BoxClip.install = (Vue, opts) => {
|
|
|
11494
11496
|
|
|
11495
11497
|
/***/ }),
|
|
11496
11498
|
|
|
11497
|
-
/***/
|
|
11499
|
+
/***/ 6771:
|
|
11498
11500
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11499
11501
|
|
|
11500
11502
|
"use strict";
|
|
@@ -11506,6 +11508,20 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
11506
11508
|
|
|
11507
11509
|
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
11508
11510
|
var es_array_push_js_ = __webpack_require__(2652);
|
|
11511
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
11512
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(3658);
|
|
11513
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
11514
|
+
var esnext_iterator_find_js_ = __webpack_require__(7993);
|
|
11515
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
11516
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(4669);
|
|
11517
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
|
|
11518
|
+
var esnext_iterator_map_js_ = __webpack_require__(8224);
|
|
11519
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
11520
|
+
var web_url_search_params_delete_js_ = __webpack_require__(411);
|
|
11521
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
11522
|
+
var web_url_search_params_has_js_ = __webpack_require__(7168);
|
|
11523
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
11524
|
+
var web_url_search_params_size_js_ = __webpack_require__(6217);
|
|
11509
11525
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
11510
11526
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
11511
11527
|
;// CONCATENATED MODULE: external "html2canvas"
|
|
@@ -11516,6 +11532,148 @@ var icons_vue_ = __webpack_require__(9371);
|
|
|
11516
11532
|
// EXTERNAL MODULE: ./public/libs/kqwebclient/leaflet/3rd-libs/vue3-print-nb/vue3-print-nb.umd.js
|
|
11517
11533
|
var vue3_print_nb_umd = __webpack_require__(675);
|
|
11518
11534
|
var vue3_print_nb_umd_default = /*#__PURE__*/__webpack_require__.n(vue3_print_nb_umd);
|
|
11535
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.filter.js"
|
|
11536
|
+
var esnext_iterator_filter_js_ = __webpack_require__(1602);
|
|
11537
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/mitt"
|
|
11538
|
+
var mitt_ = __webpack_require__(6149);
|
|
11539
|
+
var mitt_default = /*#__PURE__*/__webpack_require__.n(mitt_);
|
|
11540
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
11541
|
+
var gis_utils_ = __webpack_require__(64);
|
|
11542
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
11543
|
+
var util_ = __webpack_require__(2975);
|
|
11544
|
+
;// CONCATENATED MODULE: ./src/webgl/clientPrint/ClientPrintViewModel.js
|
|
11545
|
+
|
|
11546
|
+
|
|
11547
|
+
|
|
11548
|
+
|
|
11549
|
+
|
|
11550
|
+
/**
|
|
11551
|
+
* Author: zqp
|
|
11552
|
+
* Date: 2022-12-06
|
|
11553
|
+
* Description: 客户端打印
|
|
11554
|
+
*/
|
|
11555
|
+
|
|
11556
|
+
|
|
11557
|
+
|
|
11558
|
+
|
|
11559
|
+
|
|
11560
|
+
/**
|
|
11561
|
+
* @class ClientPrintViewModel
|
|
11562
|
+
* @classdesc 客户端打印
|
|
11563
|
+
* @param {string} props.mapTarget map对象渲染的div的id
|
|
11564
|
+
*/
|
|
11565
|
+
class ClientPrintViewModel extends (mitt_default()) {
|
|
11566
|
+
constructor(mapTarget) {
|
|
11567
|
+
super();
|
|
11568
|
+
/**
|
|
11569
|
+
* 绑定地图的target,可为“”
|
|
11570
|
+
* @type {string}
|
|
11571
|
+
* @private
|
|
11572
|
+
*/
|
|
11573
|
+
this._mapTarget = mapTarget;
|
|
11574
|
+
/**
|
|
11575
|
+
* 要打印的地图
|
|
11576
|
+
* @type {string}
|
|
11577
|
+
* @private
|
|
11578
|
+
*/
|
|
11579
|
+
this.webMap = null;
|
|
11580
|
+
// 事件绑定this
|
|
11581
|
+
this._loadedSync = this._loadedSync.bind(this);
|
|
11582
|
+
}
|
|
11583
|
+
_loadedSync(e) {
|
|
11584
|
+
this.webMap = e;
|
|
11585
|
+
this.fire("getWebMap", {
|
|
11586
|
+
webMap: this.webMap
|
|
11587
|
+
});
|
|
11588
|
+
}
|
|
11589
|
+
|
|
11590
|
+
/**
|
|
11591
|
+
* 初始化打印组件,初始化地图
|
|
11592
|
+
*/
|
|
11593
|
+
openPrint() {
|
|
11594
|
+
gis_utils_.utils.getWebMap(this._mapTarget, this._loadedSync);
|
|
11595
|
+
}
|
|
11596
|
+
|
|
11597
|
+
/**
|
|
11598
|
+
* 获取图例
|
|
11599
|
+
*/
|
|
11600
|
+
getLengend() {
|
|
11601
|
+
let self = this;
|
|
11602
|
+
let maplayers = gis_utils_.mapLayerUtils.getLayerDataByLayerChecked("scencePrint");
|
|
11603
|
+
if (!maplayers) {
|
|
11604
|
+
self.fire("getLengend", {
|
|
11605
|
+
legend: []
|
|
11606
|
+
});
|
|
11607
|
+
return;
|
|
11608
|
+
}
|
|
11609
|
+
maplayers.forEach(layers => {
|
|
11610
|
+
if (layers.url.indexOf("/wmts") >= 0) {
|
|
11611
|
+
layers.url = (0,util_.getKQURLFromURL)(layers.url) + "/map";
|
|
11612
|
+
}
|
|
11613
|
+
});
|
|
11614
|
+
maplayers = maplayers.filter((layer, index, self) => {
|
|
11615
|
+
return !layer.isDataService;
|
|
11616
|
+
});
|
|
11617
|
+
if (maplayers.length <= 0) {
|
|
11618
|
+
self.fire("getLengend", {
|
|
11619
|
+
legend: []
|
|
11620
|
+
});
|
|
11621
|
+
return;
|
|
11622
|
+
}
|
|
11623
|
+
let serverurl = maplayers[0].url;
|
|
11624
|
+
let params = new KqGIS.Map.GetLegendParams({
|
|
11625
|
+
layerIds: maplayers.map(val => {
|
|
11626
|
+
return val.id;
|
|
11627
|
+
}),
|
|
11628
|
+
width: 24,
|
|
11629
|
+
height: 16,
|
|
11630
|
+
ua_token: maplayers[0].accessToken
|
|
11631
|
+
});
|
|
11632
|
+
let onSuccess = res => {
|
|
11633
|
+
if (res.result.resultcode === "success") {
|
|
11634
|
+
let legend = [];
|
|
11635
|
+
let order = 0;
|
|
11636
|
+
res.result.result.forEach(item => {
|
|
11637
|
+
item.items.forEach(e => {
|
|
11638
|
+
legend.push({
|
|
11639
|
+
id: item.layerId + "_" + e.legendName,
|
|
11640
|
+
legendName: e.legendName,
|
|
11641
|
+
src: `data:${item.contentType};base64,${e.data}`,
|
|
11642
|
+
isShow: true,
|
|
11643
|
+
order: order++
|
|
11644
|
+
});
|
|
11645
|
+
});
|
|
11646
|
+
});
|
|
11647
|
+
self.fire("getLengend", {
|
|
11648
|
+
legend
|
|
11649
|
+
});
|
|
11650
|
+
} else {
|
|
11651
|
+
self.fire("getLengend", {
|
|
11652
|
+
legend: []
|
|
11653
|
+
});
|
|
11654
|
+
}
|
|
11655
|
+
};
|
|
11656
|
+
let onFailed = error => {
|
|
11657
|
+
self.fire("getLengend", {
|
|
11658
|
+
legend: []
|
|
11659
|
+
});
|
|
11660
|
+
};
|
|
11661
|
+
let getLegendService = new KqGIS.Map.GetLegendService(serverurl, {
|
|
11662
|
+
eventListeners: {
|
|
11663
|
+
processCompleted: onSuccess,
|
|
11664
|
+
processFailed: onFailed
|
|
11665
|
+
}
|
|
11666
|
+
});
|
|
11667
|
+
getLegendService.processAsync(params);
|
|
11668
|
+
}
|
|
11669
|
+
|
|
11670
|
+
/**
|
|
11671
|
+
* 销毁执行方法。删除所有事件监听
|
|
11672
|
+
*/
|
|
11673
|
+
destroy() {
|
|
11674
|
+
this.off();
|
|
11675
|
+
}
|
|
11676
|
+
}
|
|
11519
11677
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_types/global-event"
|
|
11520
11678
|
var global_event_ = __webpack_require__(3353);
|
|
11521
11679
|
var global_event_default = /*#__PURE__*/__webpack_require__.n(global_event_);
|
|
@@ -11526,6 +11684,13 @@ var components = __webpack_require__(7387);
|
|
|
11526
11684
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/clientPrint/ClientPrint.vue?vue&type=script&setup=true&lang=js
|
|
11527
11685
|
|
|
11528
11686
|
|
|
11687
|
+
|
|
11688
|
+
|
|
11689
|
+
|
|
11690
|
+
|
|
11691
|
+
|
|
11692
|
+
|
|
11693
|
+
|
|
11529
11694
|
const _hoisted_1 = {
|
|
11530
11695
|
class: "kq3d-client-print-wrapper",
|
|
11531
11696
|
ref: "clientRef"
|
|
@@ -11543,65 +11708,124 @@ const _hoisted_5 = {
|
|
|
11543
11708
|
class: "title"
|
|
11544
11709
|
};
|
|
11545
11710
|
const _hoisted_6 = {
|
|
11546
|
-
class: "
|
|
11711
|
+
class: "title"
|
|
11547
11712
|
};
|
|
11548
11713
|
const _hoisted_7 = {
|
|
11714
|
+
class: "title"
|
|
11715
|
+
};
|
|
11716
|
+
const _hoisted_8 = {
|
|
11717
|
+
class: "title"
|
|
11718
|
+
};
|
|
11719
|
+
const _hoisted_9 = {
|
|
11720
|
+
class: "select-content-inner"
|
|
11721
|
+
};
|
|
11722
|
+
const _hoisted_10 = {
|
|
11549
11723
|
style: {
|
|
11550
11724
|
"text-align": "right"
|
|
11551
11725
|
}
|
|
11552
11726
|
};
|
|
11553
|
-
const
|
|
11727
|
+
const _hoisted_11 = {
|
|
11554
11728
|
class: "title"
|
|
11555
11729
|
};
|
|
11556
|
-
const
|
|
11730
|
+
const _hoisted_12 = {
|
|
11557
11731
|
class: "select-layer-content"
|
|
11558
11732
|
};
|
|
11559
|
-
const
|
|
11733
|
+
const _hoisted_13 = {
|
|
11560
11734
|
class: "title"
|
|
11561
11735
|
};
|
|
11562
|
-
const
|
|
11736
|
+
const _hoisted_14 = {
|
|
11563
11737
|
class: "select-content-inner"
|
|
11564
11738
|
};
|
|
11565
|
-
const
|
|
11739
|
+
const _hoisted_15 = {
|
|
11566
11740
|
style: {
|
|
11567
11741
|
"float": "right"
|
|
11568
11742
|
}
|
|
11569
11743
|
};
|
|
11570
|
-
const
|
|
11744
|
+
const _hoisted_16 = {
|
|
11571
11745
|
class: "clientprint-title"
|
|
11572
11746
|
};
|
|
11573
|
-
const
|
|
11747
|
+
const _hoisted_17 = {
|
|
11574
11748
|
class: "title"
|
|
11575
11749
|
};
|
|
11576
|
-
const
|
|
11750
|
+
const _hoisted_18 = {
|
|
11577
11751
|
class: "select-content-inner"
|
|
11578
11752
|
};
|
|
11579
|
-
const
|
|
11580
|
-
|
|
11753
|
+
const _hoisted_19 = {
|
|
11754
|
+
class: "title"
|
|
11755
|
+
};
|
|
11756
|
+
const _hoisted_20 = {
|
|
11757
|
+
class: "select-content-inner"
|
|
11758
|
+
};
|
|
11759
|
+
const _hoisted_21 = ["placeholder"];
|
|
11760
|
+
const _hoisted_22 = {
|
|
11581
11761
|
class: "btn"
|
|
11582
11762
|
};
|
|
11583
|
-
const
|
|
11763
|
+
const _hoisted_23 = {
|
|
11764
|
+
class: "title"
|
|
11765
|
+
};
|
|
11766
|
+
const _hoisted_24 = {
|
|
11767
|
+
class: "select-content-inner"
|
|
11768
|
+
};
|
|
11769
|
+
const _hoisted_25 = {
|
|
11770
|
+
class: "legendTip"
|
|
11771
|
+
};
|
|
11772
|
+
const _hoisted_26 = {
|
|
11773
|
+
class: "legendtree"
|
|
11774
|
+
};
|
|
11775
|
+
const _hoisted_27 = {
|
|
11776
|
+
class: "tabPaneTreeDiv"
|
|
11777
|
+
};
|
|
11778
|
+
const _hoisted_28 = {
|
|
11779
|
+
class: "title"
|
|
11780
|
+
};
|
|
11781
|
+
const _hoisted_29 = {
|
|
11782
|
+
class: "select-content-inner"
|
|
11783
|
+
};
|
|
11784
|
+
const _hoisted_30 = {
|
|
11785
|
+
style: {
|
|
11786
|
+
"height": "300px"
|
|
11787
|
+
}
|
|
11788
|
+
};
|
|
11789
|
+
const _hoisted_31 = {
|
|
11790
|
+
class: "tableleft"
|
|
11791
|
+
};
|
|
11792
|
+
const _hoisted_32 = ["src"];
|
|
11793
|
+
const _hoisted_33 = {
|
|
11794
|
+
style: {
|
|
11795
|
+
"height": "300px"
|
|
11796
|
+
}
|
|
11797
|
+
};
|
|
11798
|
+
const _hoisted_34 = ["src"];
|
|
11799
|
+
const _hoisted_35 = {
|
|
11584
11800
|
class: "show-right-box-btn"
|
|
11585
11801
|
};
|
|
11586
|
-
const
|
|
11802
|
+
const _hoisted_36 = {
|
|
11587
11803
|
class: "btn-group"
|
|
11588
11804
|
};
|
|
11589
|
-
const
|
|
11805
|
+
const _hoisted_37 = {
|
|
11590
11806
|
class: "kq3d-client-print-titleContainerDiv"
|
|
11591
11807
|
};
|
|
11592
|
-
const
|
|
11808
|
+
const _hoisted_38 = {
|
|
11593
11809
|
class: "baseImage"
|
|
11594
11810
|
};
|
|
11595
|
-
const
|
|
11596
|
-
const
|
|
11597
|
-
|
|
11598
|
-
|
|
11811
|
+
const _hoisted_39 = ["src"];
|
|
11812
|
+
const _hoisted_40 = {
|
|
11813
|
+
key: 0,
|
|
11814
|
+
class: "lengendTitle"
|
|
11815
|
+
};
|
|
11816
|
+
const _hoisted_41 = {
|
|
11817
|
+
class: "legend-panel"
|
|
11818
|
+
};
|
|
11819
|
+
const _hoisted_42 = ["src"];
|
|
11820
|
+
const _hoisted_43 = ["id"];
|
|
11821
|
+
const _hoisted_44 = ["onClick"];
|
|
11822
|
+
const _hoisted_45 = {
|
|
11599
11823
|
class: "kq3d-client-print-infomationContainer"
|
|
11600
11824
|
};
|
|
11601
|
-
const
|
|
11825
|
+
const _hoisted_46 = {
|
|
11602
11826
|
class: "kq3d-client-print-companyName"
|
|
11603
11827
|
};
|
|
11604
|
-
const
|
|
11828
|
+
const _hoisted_47 = {
|
|
11605
11829
|
class: "kq3d-client-print-systemTime"
|
|
11606
11830
|
};
|
|
11607
11831
|
|
|
@@ -11611,6 +11835,7 @@ const _hoisted_27 = {
|
|
|
11611
11835
|
|
|
11612
11836
|
|
|
11613
11837
|
|
|
11838
|
+
|
|
11614
11839
|
const __default__ = {
|
|
11615
11840
|
name: "Kq3dClientPrint"
|
|
11616
11841
|
};
|
|
@@ -11682,11 +11907,12 @@ const __default__ = {
|
|
|
11682
11907
|
//国际化
|
|
11683
11908
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
11684
11909
|
language.value = messages.value[newVal]["webgl"];
|
|
11685
|
-
|
|
11910
|
+
setFooterDataform.value["companyName"] = props.companyName || language.value.comapanyname;
|
|
11686
11911
|
systemTime.value = newVal == "zh" ? getSystemIime() : getSystemEnTime();
|
|
11687
11912
|
printObj.value.popTitle = language.value.print;
|
|
11688
11913
|
});
|
|
11689
11914
|
const props = __props;
|
|
11915
|
+
// 标题的数据
|
|
11690
11916
|
let setTitleDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
11691
11917
|
style: {
|
|
11692
11918
|
fontSize: "18px",
|
|
@@ -11704,6 +11930,12 @@ const __default__ = {
|
|
|
11704
11930
|
titleShow: true
|
|
11705
11931
|
}
|
|
11706
11932
|
});
|
|
11933
|
+
let viewModel = null;
|
|
11934
|
+
// 页脚的数据对象
|
|
11935
|
+
let setFooterDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
11936
|
+
companyName: props.companyName,
|
|
11937
|
+
printDate: new Date()
|
|
11938
|
+
});
|
|
11707
11939
|
// 文本的数据
|
|
11708
11940
|
let setLabelDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
11709
11941
|
style: {
|
|
@@ -11719,6 +11951,12 @@ const __default__ = {
|
|
|
11719
11951
|
labelValue: ""
|
|
11720
11952
|
}
|
|
11721
11953
|
});
|
|
11954
|
+
//中心点图片
|
|
11955
|
+
let centerPicData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
11956
|
+
img: "",
|
|
11957
|
+
width: 32,
|
|
11958
|
+
height: 32
|
|
11959
|
+
});
|
|
11722
11960
|
let cameraToImage = null;
|
|
11723
11961
|
// 组件容器
|
|
11724
11962
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
@@ -11732,8 +11970,15 @@ const __default__ = {
|
|
|
11732
11970
|
let selectLayerBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
11733
11971
|
// 样式设置容器
|
|
11734
11972
|
let selectTitleBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
11973
|
+
let selectFooterBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
11735
11974
|
// 添加文本容器
|
|
11736
11975
|
let selectTextBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
11976
|
+
//添加图片容器
|
|
11977
|
+
let selectImageBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
11978
|
+
//图例设置容器
|
|
11979
|
+
let selectLegendBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
11980
|
+
//中心点图片设置容器
|
|
11981
|
+
let selectCenterPicBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
11737
11982
|
//页面设置tab设置
|
|
11738
11983
|
const activeNames = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["1"]);
|
|
11739
11984
|
// 控制主容器与图层选择容器的切换
|
|
@@ -11742,10 +11987,33 @@ const __default__ = {
|
|
|
11742
11987
|
let isShowLayer = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
11743
11988
|
//标题设置显示控制
|
|
11744
11989
|
let isShowTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
11990
|
+
let isShowFooter = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
11745
11991
|
//添加文本显示控制
|
|
11746
11992
|
let isShowText = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
11993
|
+
//图例设置显示控制
|
|
11994
|
+
let isShowlegendSet = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
11995
|
+
//中心点图片设置显示控制
|
|
11996
|
+
let isCenterPicSet = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
11747
11997
|
// 边框样式
|
|
11748
11998
|
let borderStyleValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
11999
|
+
//边框样式下拉选择
|
|
12000
|
+
let borderStyleData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([{
|
|
12001
|
+
value: "printborder1",
|
|
12002
|
+
label: language.value.Template1
|
|
12003
|
+
}, {
|
|
12004
|
+
value: "printborder2",
|
|
12005
|
+
label: language.value.Template2
|
|
12006
|
+
}, {
|
|
12007
|
+
value: "printborder3",
|
|
12008
|
+
label: language.value.Template3
|
|
12009
|
+
}, {
|
|
12010
|
+
value: "printborder4",
|
|
12011
|
+
label: language.value.Template4
|
|
12012
|
+
}, {
|
|
12013
|
+
value: "printborder5",
|
|
12014
|
+
label: language.value.Template5
|
|
12015
|
+
}]);
|
|
12016
|
+
|
|
11749
12017
|
// 纸张设置
|
|
11750
12018
|
let sizeData = [[{
|
|
11751
12019
|
f: "A2",
|
|
@@ -11780,12 +12048,14 @@ const __default__ = {
|
|
|
11780
12048
|
}, "a6HSize"]];
|
|
11781
12049
|
// 字体大小
|
|
11782
12050
|
let sizelist = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
11783
|
-
|
|
12051
|
+
let legendList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
11784
12052
|
// 纸张类型
|
|
11785
12053
|
let papForm = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("A4"); // 默认
|
|
11786
12054
|
|
|
12055
|
+
let fileList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
12056
|
+
let isshowopacity = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
11787
12057
|
// 纸张方向
|
|
11788
|
-
let papAnchor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
12058
|
+
let papAnchor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(language.value.portrait); // 默认
|
|
11789
12059
|
// 图片格式
|
|
11790
12060
|
let imageType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("png");
|
|
11791
12061
|
//图例对象
|
|
@@ -11796,6 +12066,12 @@ const __default__ = {
|
|
|
11796
12066
|
let scalesShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
11797
12067
|
// 指北针的显示与隐藏
|
|
11798
12068
|
let compassShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
12069
|
+
//经纬度显示与隐藏
|
|
12070
|
+
let latlngShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
12071
|
+
//网格的显示与隐藏
|
|
12072
|
+
let gridShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
12073
|
+
let printdataShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
12074
|
+
let printCompanyShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
11799
12075
|
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
11800
12076
|
//打印内容div
|
|
11801
12077
|
let printContentDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
@@ -11810,7 +12086,6 @@ const __default__ = {
|
|
|
11810
12086
|
// 公司名
|
|
11811
12087
|
let companyName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
11812
12088
|
let printState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
11813
|
-
let printViewer = null;
|
|
11814
12089
|
// 打印对象
|
|
11815
12090
|
let printObj = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
11816
12091
|
id: "printMap",
|
|
@@ -11837,16 +12112,33 @@ const __default__ = {
|
|
|
11837
12112
|
let scaleStep = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0.2);
|
|
11838
12113
|
// 查询进度条
|
|
11839
12114
|
let loadState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
12115
|
+
let isscrollTop = false;
|
|
12116
|
+
let treescroll_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
12117
|
+
let treeLegend = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
12118
|
+
let treeCheckedData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
12119
|
+
let legendChecked = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
12120
|
+
let legendOrder = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
12121
|
+
// 树绑定字段
|
|
12122
|
+
const defaultProps = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
12123
|
+
label: "legendName"
|
|
12124
|
+
});
|
|
12125
|
+
let _transform = {
|
|
12126
|
+
transform: null,
|
|
12127
|
+
viewBox: null
|
|
12128
|
+
};
|
|
12129
|
+
let centerMarker = null;
|
|
12130
|
+
let lonLatGridLineLayer = null;
|
|
11840
12131
|
// 三维球id
|
|
11841
12132
|
global_event_default().setWebMap("scencePrint", "cesium", null);
|
|
11842
12133
|
let scenceView_partent = null;
|
|
11843
|
-
|
|
12134
|
+
let scenceView_print = null;
|
|
11844
12135
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
12136
|
+
viewModel = new ClientPrintViewModel(props.mapTarget);
|
|
11845
12137
|
if (!props.useCustomData) {
|
|
11846
12138
|
global_event_default().getWebMapByMapTarget(props.mapTarget, scenceView => {
|
|
11847
12139
|
if (scenceView && scenceView._viewer) {
|
|
11848
12140
|
scenceView_partent = scenceView;
|
|
11849
|
-
|
|
12141
|
+
formItem = scenceView._props;
|
|
11850
12142
|
showMap.value = true;
|
|
11851
12143
|
}
|
|
11852
12144
|
});
|
|
@@ -11862,9 +12154,10 @@ const __default__ = {
|
|
|
11862
12154
|
sizelist.value.push(i);
|
|
11863
12155
|
}
|
|
11864
12156
|
setLabelData.value = [];
|
|
12157
|
+
fileList.value = [];
|
|
11865
12158
|
global_event_default().getWebMapByMapTarget("scencePrint", scenceView => {
|
|
11866
12159
|
if (scenceView && scenceView._viewer) {
|
|
11867
|
-
|
|
12160
|
+
scenceView_print = scenceView;
|
|
11868
12161
|
if (!formItem.service && !formItem.scenceInfo) {
|
|
11869
12162
|
if (scenceView_partent) {
|
|
11870
12163
|
let _promises = [];
|
|
@@ -11877,11 +12170,13 @@ const __default__ = {
|
|
|
11877
12170
|
_promises.push(promise);
|
|
11878
12171
|
}
|
|
11879
12172
|
}
|
|
11880
|
-
|
|
11881
|
-
|
|
11882
|
-
|
|
11883
|
-
|
|
11884
|
-
|
|
12173
|
+
if (_promises.length > 0) {
|
|
12174
|
+
Promise.all(_promises).then(() => {
|
|
12175
|
+
scenceView._layerManager._layerTreeData = scenceView._layerManager._layerListData;
|
|
12176
|
+
scenceView.fire("resetLayerDatas");
|
|
12177
|
+
});
|
|
12178
|
+
scenceView.setViewPosition(scenceView_partent.getViewPosition());
|
|
12179
|
+
}
|
|
11885
12180
|
}
|
|
11886
12181
|
}
|
|
11887
12182
|
initControl();
|
|
@@ -11891,11 +12186,23 @@ const __default__ = {
|
|
|
11891
12186
|
});
|
|
11892
12187
|
}
|
|
11893
12188
|
});
|
|
12189
|
+
// 格式化时间
|
|
12190
|
+
formateDate();
|
|
11894
12191
|
});
|
|
11895
12192
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
11896
12193
|
destroy();
|
|
11897
12194
|
});
|
|
11898
|
-
|
|
12195
|
+
function formateDate() {
|
|
12196
|
+
if (locale.value === "zh") {
|
|
12197
|
+
var currentDate = setFooterDataform.value.printDate;
|
|
12198
|
+
var year = currentDate.getFullYear() + "";
|
|
12199
|
+
var month = currentDate.getMonth() + 1 + ""; // 月份从0开始,所以要加1
|
|
12200
|
+
var day = currentDate.getDate() + "";
|
|
12201
|
+
systemTime.value = year + "年" + month + "月" + day + "日";
|
|
12202
|
+
} else {
|
|
12203
|
+
systemTime.value = getSystemEnTime();
|
|
12204
|
+
}
|
|
12205
|
+
}
|
|
11899
12206
|
/**
|
|
11900
12207
|
* 获取当前时间
|
|
11901
12208
|
* @returns {string}
|
|
@@ -11956,8 +12263,11 @@ const __default__ = {
|
|
|
11956
12263
|
}
|
|
11957
12264
|
return m[mn] + " " + dn + dns + "," + dt.getFullYear();
|
|
11958
12265
|
}
|
|
12266
|
+
function changePrintDate() {
|
|
12267
|
+
formateDate();
|
|
12268
|
+
}
|
|
11959
12269
|
function changStatusBar() {
|
|
11960
|
-
if (
|
|
12270
|
+
if (scenceView_print) scenceView_print._viewer.statusBar.show = scalesShow.value;
|
|
11961
12271
|
}
|
|
11962
12272
|
/**
|
|
11963
12273
|
* 显示切换
|
|
@@ -11970,6 +12280,9 @@ const __default__ = {
|
|
|
11970
12280
|
isShowLayer.value = true;
|
|
11971
12281
|
isShowTitle.value = false;
|
|
11972
12282
|
isShowText.value = false;
|
|
12283
|
+
isShowlegendSet.value = false;
|
|
12284
|
+
isShowFooter.value = false;
|
|
12285
|
+
isCenterPicSet.value = false;
|
|
11973
12286
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
11974
12287
|
// settingBoxRef.value.style.height = `${selectLayerBoxRef.value.clientHeight}px`;
|
|
11975
12288
|
settingBoxRef.value.style.height = `${selectLayerBoxRef.value.clientHeight}px`;
|
|
@@ -11979,20 +12292,61 @@ const __default__ = {
|
|
|
11979
12292
|
isShowLayer.value = false;
|
|
11980
12293
|
isShowTitle.value = true;
|
|
11981
12294
|
isShowText.value = false;
|
|
12295
|
+
isShowlegendSet.value = false;
|
|
12296
|
+
isShowFooter.value = false;
|
|
12297
|
+
isCenterPicSet.value = false;
|
|
11982
12298
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
11983
12299
|
// settingBoxRef.value.style.height = `${selectTitleBoxRef.value.clientHeight}px`;
|
|
11984
12300
|
settingBoxRef.value.style.height = `${selectTitleBoxRef.value.clientHeight}px`;
|
|
11985
12301
|
});
|
|
11986
12302
|
}
|
|
12303
|
+
if (type === "footer") {
|
|
12304
|
+
isShowLayer.value = false;
|
|
12305
|
+
isShowTitle.value = false;
|
|
12306
|
+
isShowText.value = false;
|
|
12307
|
+
isShowlegendSet.value = false;
|
|
12308
|
+
isShowFooter.value = true;
|
|
12309
|
+
isCenterPicSet.value = false;
|
|
12310
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
12311
|
+
settingBoxRef.value.style.height = `${selectFooterBoxRef.value.clientHeight}px`;
|
|
12312
|
+
});
|
|
12313
|
+
}
|
|
11987
12314
|
if (type === "text") {
|
|
11988
12315
|
isShowLayer.value = false;
|
|
11989
12316
|
isShowTitle.value = false;
|
|
11990
12317
|
isShowText.value = true;
|
|
12318
|
+
isShowlegendSet.value = false;
|
|
12319
|
+
isShowFooter.value = false;
|
|
12320
|
+
isCenterPicSet.value = false;
|
|
11991
12321
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
11992
12322
|
// settingBoxRef.value.style.height = `${selectTextBoxRef.value.clientHeight}px`;
|
|
11993
12323
|
settingBoxRef.value.style.height = `${selectTextBoxRef.value.clientHeight}px`;
|
|
11994
12324
|
});
|
|
11995
12325
|
}
|
|
12326
|
+
if (type === "legend") {
|
|
12327
|
+
//图例
|
|
12328
|
+
isShowLayer.value = false;
|
|
12329
|
+
isShowTitle.value = false;
|
|
12330
|
+
isShowText.value = false;
|
|
12331
|
+
isShowlegendSet.value = true;
|
|
12332
|
+
isShowFooter.value = false;
|
|
12333
|
+
isCenterPicSet.value = false;
|
|
12334
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
12335
|
+
settingBoxRef.value.style.height = `${selectLegendBoxRef.value.clientHeight}px`;
|
|
12336
|
+
defaultLengnd();
|
|
12337
|
+
});
|
|
12338
|
+
}
|
|
12339
|
+
if (type === "center") {
|
|
12340
|
+
isShowLayer.value = false;
|
|
12341
|
+
isShowTitle.value = false;
|
|
12342
|
+
isShowText.value = false;
|
|
12343
|
+
isShowlegendSet.value = false;
|
|
12344
|
+
isShowFooter.value = false;
|
|
12345
|
+
isCenterPicSet.value = true;
|
|
12346
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
12347
|
+
settingBoxRef.value.style.height = `${selectCenterPicBoxRef.value.clientHeight}px`;
|
|
12348
|
+
});
|
|
12349
|
+
}
|
|
11996
12350
|
}
|
|
11997
12351
|
|
|
11998
12352
|
/**
|
|
@@ -12002,6 +12356,9 @@ const __default__ = {
|
|
|
12002
12356
|
isShowLayer.value = false;
|
|
12003
12357
|
isShowTitle.value = false;
|
|
12004
12358
|
isShowText.value = false;
|
|
12359
|
+
isShowFooter.value = false;
|
|
12360
|
+
isShowlegendSet.value = false;
|
|
12361
|
+
isCenterPicSet.value = false;
|
|
12005
12362
|
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
12006
12363
|
}
|
|
12007
12364
|
|
|
@@ -12222,15 +12579,113 @@ const __default__ = {
|
|
|
12222
12579
|
}, 1000);
|
|
12223
12580
|
}
|
|
12224
12581
|
|
|
12582
|
+
/**
|
|
12583
|
+
* 获取图例
|
|
12584
|
+
*/
|
|
12585
|
+
function getLengendList() {
|
|
12586
|
+
if (legendShow.value) {
|
|
12587
|
+
defaultLengnd();
|
|
12588
|
+
}
|
|
12589
|
+
}
|
|
12590
|
+
function defaultLengnd() {
|
|
12591
|
+
viewModel.once("getLengend", _data => {
|
|
12592
|
+
legendList.value = [];
|
|
12593
|
+
treeCheckedData.value = [];
|
|
12594
|
+
if (_data.legend.length > 0) {
|
|
12595
|
+
let _legendList = _data.legend;
|
|
12596
|
+
_legendList.forEach(list => {
|
|
12597
|
+
if (legendChecked.value.length > 0) {
|
|
12598
|
+
if (legendChecked.value.find(t => t.id == list.id)) {
|
|
12599
|
+
list.isShow = legendChecked.value.find(t => t.id == list.id).isShow;
|
|
12600
|
+
}
|
|
12601
|
+
}
|
|
12602
|
+
if (legendOrder.value.length > 0) {
|
|
12603
|
+
if (legendOrder.value.find(t => t.id == list.id)) {
|
|
12604
|
+
list.order = legendOrder.value.find(t => t.id == list.id).order;
|
|
12605
|
+
}
|
|
12606
|
+
}
|
|
12607
|
+
});
|
|
12608
|
+
legendList.value = _legendList;
|
|
12609
|
+
legendList.value = legendList.value.sort(compare("order"));
|
|
12610
|
+
for (let i = 0; i < _data.legend.length; i++) {
|
|
12611
|
+
if (_data.legend[i].isShow) {
|
|
12612
|
+
treeCheckedData.value.push(_data.legend[i].id);
|
|
12613
|
+
}
|
|
12614
|
+
}
|
|
12615
|
+
}
|
|
12616
|
+
});
|
|
12617
|
+
viewModel.getLengend();
|
|
12618
|
+
}
|
|
12619
|
+
/**
|
|
12620
|
+
* 对象属性排序比较
|
|
12621
|
+
* @param {string} property 要对比的属性值
|
|
12622
|
+
*/
|
|
12623
|
+
function compare(property) {
|
|
12624
|
+
return function (a, b) {
|
|
12625
|
+
var value1 = parseInt(a[property]);
|
|
12626
|
+
var value2 = parseInt(b[property]);
|
|
12627
|
+
return value1 - value2;
|
|
12628
|
+
};
|
|
12629
|
+
}
|
|
12225
12630
|
/**
|
|
12226
12631
|
* 显示图例
|
|
12227
12632
|
* @param {object} e
|
|
12228
12633
|
*/
|
|
12229
12634
|
function showLegend(e) {
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12635
|
+
getLengendList();
|
|
12636
|
+
}
|
|
12637
|
+
|
|
12638
|
+
/**
|
|
12639
|
+
* 上传事件
|
|
12640
|
+
* @param {object} file
|
|
12641
|
+
*/
|
|
12642
|
+
function clickUpload(file) {
|
|
12643
|
+
fileList.value.push({
|
|
12644
|
+
name: file.name,
|
|
12645
|
+
uid: file.uid,
|
|
12646
|
+
url: URL.createObjectURL(file.raw),
|
|
12647
|
+
width: 64,
|
|
12648
|
+
height: 64
|
|
12649
|
+
});
|
|
12650
|
+
}
|
|
12651
|
+
function clickUploadCenter(file) {
|
|
12652
|
+
centerPicData.value.img = URL.createObjectURL(file.raw);
|
|
12653
|
+
setCenterPic();
|
|
12654
|
+
}
|
|
12655
|
+
function setCenterPic() {
|
|
12656
|
+
if (centerPicData.value.img != "") {
|
|
12657
|
+
if (centerMarker) {
|
|
12658
|
+
centerMarker.remove();
|
|
12659
|
+
}
|
|
12660
|
+
let map = map2_ref.value.getWebMap().map;
|
|
12661
|
+
let src = centerPicData.value.img;
|
|
12662
|
+
let width = centerPicData.value.width;
|
|
12663
|
+
let height = centerPicData.value.height;
|
|
12664
|
+
var myIcon = L.icon({
|
|
12665
|
+
iconUrl: src,
|
|
12666
|
+
// 图标图片的URL
|
|
12667
|
+
iconSize: [width, height],
|
|
12668
|
+
iconAnchor: [width / 2, height / 2]
|
|
12233
12669
|
});
|
|
12670
|
+
centerMarker = L.marker([map.getCenter().lat, map.getCenter().lng], {
|
|
12671
|
+
icon: myIcon,
|
|
12672
|
+
draggable: false
|
|
12673
|
+
}).addTo(map);
|
|
12674
|
+
} else {
|
|
12675
|
+
if (centerMarker) {
|
|
12676
|
+
centerMarker.remove();
|
|
12677
|
+
}
|
|
12678
|
+
}
|
|
12679
|
+
}
|
|
12680
|
+
function handleDelete(row) {
|
|
12681
|
+
let index = fileList.value.findIndex(t => t.uid === row.uid);
|
|
12682
|
+
fileList.value.splice(index, 1);
|
|
12683
|
+
console.log(index);
|
|
12684
|
+
}
|
|
12685
|
+
function handleDeleteCenterPic() {
|
|
12686
|
+
centerPicData.value.img = "";
|
|
12687
|
+
if (centerMarker) {
|
|
12688
|
+
centerMarker.remove();
|
|
12234
12689
|
}
|
|
12235
12690
|
}
|
|
12236
12691
|
/**
|
|
@@ -12368,6 +12823,112 @@ const __default__ = {
|
|
|
12368
12823
|
function getPixelValue(doc, key) {
|
|
12369
12824
|
return Number(doc.style[key].replace("px", ""));
|
|
12370
12825
|
}
|
|
12826
|
+
|
|
12827
|
+
// 新增文本项
|
|
12828
|
+
const addContents = () => {
|
|
12829
|
+
let item = {
|
|
12830
|
+
style: {
|
|
12831
|
+
fontSize: setLabelDataform.value.style.fontSize,
|
|
12832
|
+
fontFamily: setLabelDataform.value.style.fontFamily,
|
|
12833
|
+
color: setLabelDataform.value.style.color,
|
|
12834
|
+
padding: "10px 10px 5px 5px"
|
|
12835
|
+
},
|
|
12836
|
+
data: {
|
|
12837
|
+
dataId: "print_label_" + (setLabelData.value.length + 1),
|
|
12838
|
+
labelValue: "",
|
|
12839
|
+
isShow: false
|
|
12840
|
+
}
|
|
12841
|
+
};
|
|
12842
|
+
setLabelData.value.push(item);
|
|
12843
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
12844
|
+
settingBoxRef.value.style.height = `${selectTextBoxRef.value.clientHeight}px`;
|
|
12845
|
+
});
|
|
12846
|
+
};
|
|
12847
|
+
const onChangeSetting = value => {
|
|
12848
|
+
if (!setLabelData.value[seleted_index.value]) {
|
|
12849
|
+
seleted_index.value = 0;
|
|
12850
|
+
}
|
|
12851
|
+
setLabelData.value[seleted_index.value].style = {
|
|
12852
|
+
fontSize: setLabelDataform.value.style.fontSize,
|
|
12853
|
+
fontFamily: setLabelDataform.value.style.fontFamily,
|
|
12854
|
+
color: setLabelDataform.value.style.color
|
|
12855
|
+
};
|
|
12856
|
+
};
|
|
12857
|
+
|
|
12858
|
+
// 修改文本
|
|
12859
|
+
const onChangeContents = index => {
|
|
12860
|
+
seleted_index.value = index;
|
|
12861
|
+
setTimeout(() => {
|
|
12862
|
+
var mapdiv = document.getElementById("printMap");
|
|
12863
|
+
var labelDiv = document.getElementById(setLabelData.value[index].data.dataId);
|
|
12864
|
+
labelDiv.style.display = "block";
|
|
12865
|
+
mapdiv.appendChild(labelDiv);
|
|
12866
|
+
}, 200);
|
|
12867
|
+
};
|
|
12868
|
+
|
|
12869
|
+
// 文本框聚焦
|
|
12870
|
+
const onFocusContents = (index, item) => {
|
|
12871
|
+
seleted_index.value = index;
|
|
12872
|
+
setLabelDataform.value.style.fontSize = setLabelData.value[index].style.fontSize;
|
|
12873
|
+
setLabelDataform.value.style.fontFamily = setLabelData.value[index].style.fontFamily;
|
|
12874
|
+
setLabelDataform.value.style.color = setLabelData.value[index].style.color;
|
|
12875
|
+
|
|
12876
|
+
//renderWrite();
|
|
12877
|
+
};
|
|
12878
|
+
function handleCheck(node, obj) {
|
|
12879
|
+
let isShow = false;
|
|
12880
|
+
if (obj.checkedKeys.includes(node.id)) {
|
|
12881
|
+
isShow = true;
|
|
12882
|
+
}
|
|
12883
|
+
legendChecked.value.push({
|
|
12884
|
+
id: node.id,
|
|
12885
|
+
isShow: isShow
|
|
12886
|
+
});
|
|
12887
|
+
legendList.value.forEach(t => {
|
|
12888
|
+
if (t.id === node.id) {
|
|
12889
|
+
t.isShow = isShow;
|
|
12890
|
+
}
|
|
12891
|
+
});
|
|
12892
|
+
}
|
|
12893
|
+
|
|
12894
|
+
// 拖动前存储勾选的节点
|
|
12895
|
+
// tree有bug 在拖动后 节点的勾选状态会消失 需要程序设置勾选
|
|
12896
|
+
let checkedNodeKeys = [];
|
|
12897
|
+
function funAllowDragStart() {
|
|
12898
|
+
const _checkedNodes = treeLegend.value.$refs.child.getCheckedNodes();
|
|
12899
|
+
checkedNodeKeys.splice(0);
|
|
12900
|
+
_checkedNodes.forEach(node => {
|
|
12901
|
+
if (node.isShow) {
|
|
12902
|
+
checkedNodeKeys.push(node.id);
|
|
12903
|
+
}
|
|
12904
|
+
});
|
|
12905
|
+
}
|
|
12906
|
+
|
|
12907
|
+
//节点拖动事件
|
|
12908
|
+
//dragType before、after、inner
|
|
12909
|
+
function nodedrop(node, afternode, dragType, event) {
|
|
12910
|
+
treeLegend.value.$refs.child.setCheckedKeys(checkedNodeKeys, false);
|
|
12911
|
+
let order = afternode.data.order;
|
|
12912
|
+
if (dragType === "before") {
|
|
12913
|
+
order = order - 1;
|
|
12914
|
+
if (order === 0) {
|
|
12915
|
+
order = 1;
|
|
12916
|
+
}
|
|
12917
|
+
}
|
|
12918
|
+
if (dragType === "after") {
|
|
12919
|
+
order = order + 1;
|
|
12920
|
+
}
|
|
12921
|
+
node.order = order;
|
|
12922
|
+
legendList.value.forEach(t => {
|
|
12923
|
+
if (t.id === node.id) {
|
|
12924
|
+
t.order = order;
|
|
12925
|
+
}
|
|
12926
|
+
});
|
|
12927
|
+
legendOrder.value.push({
|
|
12928
|
+
id: node.id,
|
|
12929
|
+
order: order
|
|
12930
|
+
});
|
|
12931
|
+
}
|
|
12371
12932
|
/**
|
|
12372
12933
|
* 清除设置
|
|
12373
12934
|
*/
|
|
@@ -12378,6 +12939,9 @@ const __default__ = {
|
|
|
12378
12939
|
if (scalesShow.value) {
|
|
12379
12940
|
scalesShow.value = false;
|
|
12380
12941
|
}
|
|
12942
|
+
legendChecked.value = [];
|
|
12943
|
+
legendOrder.value = [];
|
|
12944
|
+
fileList.value = [];
|
|
12381
12945
|
setLabelData.value = [];
|
|
12382
12946
|
setTitleDataform.value = {
|
|
12383
12947
|
// 标题的数据
|
|
@@ -12434,8 +12998,15 @@ const __default__ = {
|
|
|
12434
12998
|
const _component_kq_layer_tree = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-layer-tree");
|
|
12435
12999
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
12436
13000
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
12437
|
-
const
|
|
13001
|
+
const _component_kq_date_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-date-picker");
|
|
13002
|
+
const _component_kq_tree = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tree");
|
|
12438
13003
|
const _component_kq_scrollbar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scrollbar");
|
|
13004
|
+
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
13005
|
+
const _component_kq_table_Column = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table-Column");
|
|
13006
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
13007
|
+
const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table");
|
|
13008
|
+
const _component_kq_tab_pane = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tab-pane");
|
|
13009
|
+
const _component_kq_tabs = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tabs");
|
|
12439
13010
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12440
13011
|
class: "settleLayer",
|
|
12441
13012
|
ref_key: "boxRef",
|
|
@@ -12470,7 +13041,7 @@ const __default__ = {
|
|
|
12470
13041
|
ref_key: "settingBoxRef",
|
|
12471
13042
|
ref: settingBoxRef
|
|
12472
13043
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12473
|
-
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["box", (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowLayer) ? 'is-show-layer' : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowTitle) ? 'is-show-layer' : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowText) ? 'is-show-layer' : null])
|
|
13044
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["box", (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowLayer) ? 'is-show-layer' : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowTitle) ? 'is-show-layer' : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowText) ? 'is-show-layer' : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowlegendSet) ? 'is-show-layer' : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isCenterPicSet) ? 'is-show-layer' : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowFooter) ? 'is-show-layer' : null])
|
|
12474
13045
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12475
13046
|
class: "main-box",
|
|
12476
13047
|
ref_key: "mainBoxRef",
|
|
@@ -12481,21 +13052,39 @@ const __default__ = {
|
|
|
12481
13052
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerSelect), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
12482
13053
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
12483
13054
|
_: 1 /* STABLE */
|
|
12484
|
-
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13055
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 标题设置-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12485
13056
|
class: "select-layer-bar bar select-layer-margin",
|
|
12486
13057
|
onClick: _cache[3] || (_cache[3] = $event => setShowChange('title'))
|
|
12487
13058
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).titlesetting), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
12488
13059
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
12489
13060
|
_: 1 /* STABLE */
|
|
12490
|
-
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13061
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 页脚设置-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12491
13062
|
class: "select-layer-bar bar select-layer-margin",
|
|
12492
|
-
onClick: _cache[4] || (_cache[4] = $event => setShowChange('
|
|
12493
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).
|
|
13063
|
+
onClick: _cache[4] || (_cache[4] = $event => setShowChange('footer'))
|
|
13064
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).footersetting), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
13065
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
13066
|
+
_: 1 /* STABLE */
|
|
13067
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 文本设置-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13068
|
+
class: "select-layer-bar bar select-layer-margin",
|
|
13069
|
+
onClick: _cache[5] || (_cache[5] = $event => setShowChange('text'))
|
|
13070
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addtext), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
13071
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
13072
|
+
_: 1 /* STABLE */
|
|
13073
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图例设置-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13074
|
+
class: "select-layer-bar bar select-layer-margin",
|
|
13075
|
+
onClick: _cache[6] || (_cache[6] = $event => setShowChange('legend'))
|
|
13076
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printlegendset), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
13077
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
13078
|
+
_: 1 /* STABLE */
|
|
13079
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图片设置-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13080
|
+
class: "select-layer-bar bar select-layer-margin",
|
|
13081
|
+
onClick: _cache[7] || (_cache[7] = $event => setShowChange('center'))
|
|
13082
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(_ctx.$t("webgl.addimage")), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
12494
13083
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
12495
13084
|
_: 1 /* STABLE */
|
|
12496
13085
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
12497
13086
|
modelValue: activeNames.value,
|
|
12498
|
-
"onUpdate:modelValue": _cache[
|
|
13087
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = $event => activeNames.value = $event),
|
|
12499
13088
|
onChange: changeMainHeight
|
|
12500
13089
|
}, {
|
|
12501
13090
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
@@ -12514,7 +13103,7 @@ const __default__ = {
|
|
|
12514
13103
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
12515
13104
|
class: "btnStyle",
|
|
12516
13105
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendShow),
|
|
12517
|
-
"onUpdate:modelValue": _cache[
|
|
13106
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(legendShow) ? legendShow.value = $event : legendShow = $event),
|
|
12518
13107
|
onChange: showLegend
|
|
12519
13108
|
}, {
|
|
12520
13109
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printlegend), 1 /* TEXT */)]),
|
|
@@ -12527,7 +13116,7 @@ const __default__ = {
|
|
|
12527
13116
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
12528
13117
|
class: "btnStyle",
|
|
12529
13118
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow),
|
|
12530
|
-
"onUpdate:modelValue": _cache[
|
|
13119
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(compassShow) ? compassShow.value = $event : compassShow = $event)
|
|
12531
13120
|
}, {
|
|
12532
13121
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompass), 1 /* TEXT */)]),
|
|
12533
13122
|
_: 1 /* STABLE */
|
|
@@ -12539,16 +13128,16 @@ const __default__ = {
|
|
|
12539
13128
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
12540
13129
|
class: "btnStyle",
|
|
12541
13130
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(scalesShow),
|
|
12542
|
-
"onUpdate:modelValue": _cache[
|
|
13131
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(scalesShow) ? scalesShow.value = $event : scalesShow = $event),
|
|
12543
13132
|
onChange: changStatusBar
|
|
12544
13133
|
}, {
|
|
12545
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).
|
|
13134
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clientprintscale), 1 /* TEXT */)]),
|
|
12546
13135
|
_: 1 /* STABLE */
|
|
12547
13136
|
}, 8 /* PROPS */, ["modelValue"])]),
|
|
12548
13137
|
_: 1 /* STABLE */
|
|
12549
13138
|
})]),
|
|
12550
13139
|
_: 1 /* STABLE */
|
|
12551
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13140
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
12552
13141
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
12553
13142
|
"label-width": "70px",
|
|
12554
13143
|
"label-position": "left"
|
|
@@ -12560,7 +13149,7 @@ const __default__ = {
|
|
|
12560
13149
|
}, {
|
|
12561
13150
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
12562
13151
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(borderStyleValue),
|
|
12563
|
-
"onUpdate:modelValue": _cache[
|
|
13152
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(borderStyleValue) ? borderStyleValue.value = $event : borderStyleValue = $event),
|
|
12564
13153
|
onChange: changeBorderStyleData
|
|
12565
13154
|
}, {
|
|
12566
13155
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
@@ -12593,33 +13182,33 @@ const __default__ = {
|
|
|
12593
13182
|
}, {
|
|
12594
13183
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
12595
13184
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(papForm),
|
|
12596
|
-
"onUpdate:modelValue": _cache[
|
|
13185
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(papForm) ? papForm.value = $event : papForm = $event),
|
|
12597
13186
|
onChange: changeMapContainerSize
|
|
12598
13187
|
}, {
|
|
12599
13188
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
12600
13189
|
value: "A2"
|
|
12601
13190
|
}, {
|
|
12602
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13191
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[37] || (_cache[37] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2")])),
|
|
12603
13192
|
_: 1 /* STABLE */
|
|
12604
13193
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
12605
13194
|
value: "A3"
|
|
12606
13195
|
}, {
|
|
12607
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13196
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[38] || (_cache[38] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3")])),
|
|
12608
13197
|
_: 1 /* STABLE */
|
|
12609
13198
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
12610
13199
|
value: "A4"
|
|
12611
13200
|
}, {
|
|
12612
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13201
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[39] || (_cache[39] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4")])),
|
|
12613
13202
|
_: 1 /* STABLE */
|
|
12614
13203
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
12615
13204
|
value: "A5"
|
|
12616
13205
|
}, {
|
|
12617
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13206
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[40] || (_cache[40] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5")])),
|
|
12618
13207
|
_: 1 /* STABLE */
|
|
12619
13208
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
12620
13209
|
value: "A6"
|
|
12621
13210
|
}, {
|
|
12622
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13211
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[41] || (_cache[41] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6")])),
|
|
12623
13212
|
_: 1 /* STABLE */
|
|
12624
13213
|
})]),
|
|
12625
13214
|
_: 1 /* STABLE */
|
|
@@ -12636,7 +13225,7 @@ const __default__ = {
|
|
|
12636
13225
|
}, {
|
|
12637
13226
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
12638
13227
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(papAnchor),
|
|
12639
|
-
"onUpdate:modelValue": _cache[
|
|
13228
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(papAnchor) ? papAnchor.value = $event : papAnchor = $event),
|
|
12640
13229
|
onChange: changeMapContainerSize
|
|
12641
13230
|
}, {
|
|
12642
13231
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
@@ -12660,17 +13249,17 @@ const __default__ = {
|
|
|
12660
13249
|
}, {
|
|
12661
13250
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
12662
13251
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(imageType),
|
|
12663
|
-
"onUpdate:modelValue": _cache[
|
|
13252
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(imageType) ? imageType.value = $event : imageType = $event)
|
|
12664
13253
|
}, {
|
|
12665
13254
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
12666
13255
|
value: "png"
|
|
12667
13256
|
}, {
|
|
12668
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13257
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[42] || (_cache[42] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png")])),
|
|
12669
13258
|
_: 1 /* STABLE */
|
|
12670
13259
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
12671
13260
|
value: "jpg"
|
|
12672
13261
|
}, {
|
|
12673
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13262
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[43] || (_cache[43] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg")])),
|
|
12674
13263
|
_: 1 /* STABLE */
|
|
12675
13264
|
})]),
|
|
12676
13265
|
_: 1 /* STABLE */
|
|
@@ -12682,9 +13271,9 @@ const __default__ = {
|
|
|
12682
13271
|
_: 1 /* STABLE */
|
|
12683
13272
|
})]),
|
|
12684
13273
|
_: 1 /* STABLE */
|
|
12685
|
-
}, 8 /* PROPS */, ["model"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13274
|
+
}, 8 /* PROPS */, ["model"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
12686
13275
|
type: "primary",
|
|
12687
|
-
onClick: _cache[
|
|
13276
|
+
onClick: _cache[15] || (_cache[15] = $event => getPic()),
|
|
12688
13277
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loadState)
|
|
12689
13278
|
}, {
|
|
12690
13279
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).savePicture), 1 /* TEXT */)]),
|
|
@@ -12692,7 +13281,7 @@ const __default__ = {
|
|
|
12692
13281
|
}, 8 /* PROPS */, ["loading"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_button, {
|
|
12693
13282
|
type: "plain",
|
|
12694
13283
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printState),
|
|
12695
|
-
onClick: _cache[
|
|
13284
|
+
onClick: _cache[16] || (_cache[16] = $event => canvasToImage())
|
|
12696
13285
|
}, {
|
|
12697
13286
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sendprinter), 1 /* TEXT */)]),
|
|
12698
13287
|
_: 1 /* STABLE */
|
|
@@ -12711,7 +13300,7 @@ const __default__ = {
|
|
|
12711
13300
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
12712
13301
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
12713
13302
|
_: 1 /* STABLE */
|
|
12714
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4",
|
|
13303
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_11, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerSelect), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_12, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_layer_tree, {
|
|
12715
13304
|
showShadow: false,
|
|
12716
13305
|
"map-target": 'scencePrint'
|
|
12717
13306
|
})])], 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 标题设置-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
@@ -12724,12 +13313,12 @@ const __default__ = {
|
|
|
12724
13313
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
12725
13314
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
12726
13315
|
_: 1 /* STABLE */
|
|
12727
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4",
|
|
13316
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_13, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).titlesetting), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
12728
13317
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform),
|
|
12729
13318
|
"label-width": "70px",
|
|
12730
13319
|
"label-position": "left"
|
|
12731
13320
|
}, {
|
|
12732
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13321
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_14, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
12733
13322
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
12734
13323
|
span: 24
|
|
12735
13324
|
}, {
|
|
@@ -12738,7 +13327,7 @@ const __default__ = {
|
|
|
12738
13327
|
}, {
|
|
12739
13328
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
12740
13329
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title,
|
|
12741
|
-
"onUpdate:modelValue": _cache[
|
|
13330
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title = $event)
|
|
12742
13331
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
12743
13332
|
_: 1 /* STABLE */
|
|
12744
13333
|
}, 8 /* PROPS */, ["label"])]),
|
|
@@ -12754,7 +13343,7 @@ const __default__ = {
|
|
|
12754
13343
|
}, {
|
|
12755
13344
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
12756
13345
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.fontFamily,
|
|
12757
|
-
"onUpdate:modelValue": _cache[
|
|
13346
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.fontFamily = $event),
|
|
12758
13347
|
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pleaseselect,
|
|
12759
13348
|
style: {
|
|
12760
13349
|
"width": "100%"
|
|
@@ -12786,7 +13375,7 @@ const __default__ = {
|
|
|
12786
13375
|
}, {
|
|
12787
13376
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
12788
13377
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.fontSize,
|
|
12789
|
-
"onUpdate:modelValue": _cache[
|
|
13378
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.fontSize = $event),
|
|
12790
13379
|
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fontsize
|
|
12791
13380
|
}, {
|
|
12792
13381
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(sizelist).value, size => {
|
|
@@ -12806,7 +13395,7 @@ const __default__ = {
|
|
|
12806
13395
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
12807
13396
|
span: 2
|
|
12808
13397
|
}, {
|
|
12809
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13398
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[44] || (_cache[44] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")])),
|
|
12810
13399
|
_: 1 /* STABLE */
|
|
12811
13400
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
12812
13401
|
span: 6
|
|
@@ -12816,7 +13405,7 @@ const __default__ = {
|
|
|
12816
13405
|
}, {
|
|
12817
13406
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
12818
13407
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.color,
|
|
12819
|
-
"onUpdate:modelValue": _cache[
|
|
13408
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.color = $event),
|
|
12820
13409
|
"show-alpha": ""
|
|
12821
13410
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
12822
13411
|
_: 1 /* STABLE */
|
|
@@ -12833,7 +13422,7 @@ const __default__ = {
|
|
|
12833
13422
|
}, {
|
|
12834
13423
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
12835
13424
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.backgroundColor,
|
|
12836
|
-
"onUpdate:modelValue": _cache[
|
|
13425
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.backgroundColor = $event),
|
|
12837
13426
|
"show-alpha": ""
|
|
12838
13427
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
12839
13428
|
_: 1 /* STABLE */
|
|
@@ -12847,7 +13436,7 @@ const __default__ = {
|
|
|
12847
13436
|
}, {
|
|
12848
13437
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
12849
13438
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.shadowShowBg,
|
|
12850
|
-
"onUpdate:modelValue": _cache[
|
|
13439
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.shadowShowBg = $event),
|
|
12851
13440
|
"show-alpha": ""
|
|
12852
13441
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
12853
13442
|
_: 1 /* STABLE */
|
|
@@ -12856,9 +13445,9 @@ const __default__ = {
|
|
|
12856
13445
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
12857
13446
|
span: 8
|
|
12858
13447
|
}, {
|
|
12859
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13448
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_15, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
12860
13449
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow,
|
|
12861
|
-
"onUpdate:modelValue": _cache[
|
|
13450
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow = $event)
|
|
12862
13451
|
}, {
|
|
12863
13452
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).backgroundShadow), 1 /* TEXT */)]),
|
|
12864
13453
|
_: 1 /* STABLE */
|
|
@@ -12866,15 +13455,98 @@ const __default__ = {
|
|
|
12866
13455
|
_: 1 /* STABLE */
|
|
12867
13456
|
})]),
|
|
12868
13457
|
_: 1 /* STABLE */
|
|
12869
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13458
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_16, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
12870
13459
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow,
|
|
12871
|
-
"onUpdate:modelValue": _cache[
|
|
13460
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow = $event)
|
|
12872
13461
|
}, {
|
|
12873
13462
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).displaytitle), 1 /* TEXT */)]),
|
|
12874
13463
|
_: 1 /* STABLE */
|
|
12875
13464
|
}, 8 /* PROPS */, ["modelValue"])])])]),
|
|
12876
13465
|
_: 1 /* STABLE */
|
|
12877
|
-
}, 8 /* PROPS */, ["model"])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowTitle)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("
|
|
13466
|
+
}, 8 /* PROPS */, ["model"])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowTitle)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 页脚设置-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13467
|
+
class: "select-layer-box",
|
|
13468
|
+
ref_key: "selectFooterBoxRef",
|
|
13469
|
+
ref: selectFooterBoxRef
|
|
13470
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 页脚设置-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13471
|
+
class: "select-layer-bar bar",
|
|
13472
|
+
onClick: setMainStyle
|
|
13473
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
13474
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
13475
|
+
_: 1 /* STABLE */
|
|
13476
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_17, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).footersetting), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
13477
|
+
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setFooterDataform),
|
|
13478
|
+
"label-width": "70px",
|
|
13479
|
+
"label-position": "left"
|
|
13480
|
+
}, {
|
|
13481
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_18, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
13482
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13483
|
+
span: 24
|
|
13484
|
+
}, {
|
|
13485
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
13486
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompany
|
|
13487
|
+
}, {
|
|
13488
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
13489
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setFooterDataform).companyName,
|
|
13490
|
+
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setFooterDataform).companyName = $event)
|
|
13491
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
13492
|
+
_: 1 /* STABLE */
|
|
13493
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
13494
|
+
_: 1 /* STABLE */
|
|
13495
|
+
})]),
|
|
13496
|
+
_: 1 /* STABLE */
|
|
13497
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
13498
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13499
|
+
span: 24
|
|
13500
|
+
}, {
|
|
13501
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
13502
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdate
|
|
13503
|
+
}, {
|
|
13504
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_date_picker, {
|
|
13505
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setFooterDataform).printDate,
|
|
13506
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setFooterDataform).printDate = $event),
|
|
13507
|
+
type: "date",
|
|
13508
|
+
clearable: false,
|
|
13509
|
+
editable: false,
|
|
13510
|
+
onChange: changePrintDate,
|
|
13511
|
+
style: {
|
|
13512
|
+
"width": "100%"
|
|
13513
|
+
}
|
|
13514
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
13515
|
+
_: 1 /* STABLE */
|
|
13516
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
13517
|
+
_: 1 /* STABLE */
|
|
13518
|
+
})]),
|
|
13519
|
+
_: 1 /* STABLE */
|
|
13520
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
13521
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13522
|
+
span: 12
|
|
13523
|
+
}, {
|
|
13524
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
13525
|
+
class: "btnStyle",
|
|
13526
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printCompanyShow),
|
|
13527
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(printCompanyShow) ? printCompanyShow.value = $event : printCompanyShow = $event)
|
|
13528
|
+
}, {
|
|
13529
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompany), 1 /* TEXT */)]),
|
|
13530
|
+
_: 1 /* STABLE */
|
|
13531
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
13532
|
+
_: 1 /* STABLE */
|
|
13533
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13534
|
+
span: 12
|
|
13535
|
+
}, {
|
|
13536
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
13537
|
+
class: "btnStyle",
|
|
13538
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printdataShow),
|
|
13539
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(printdataShow) ? printdataShow.value = $event : printdataShow = $event)
|
|
13540
|
+
}, {
|
|
13541
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdate), 1 /* TEXT */)]),
|
|
13542
|
+
_: 1 /* STABLE */
|
|
13543
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
13544
|
+
_: 1 /* STABLE */
|
|
13545
|
+
})]),
|
|
13546
|
+
_: 1 /* STABLE */
|
|
13547
|
+
})])]),
|
|
13548
|
+
_: 1 /* STABLE */
|
|
13549
|
+
}, 8 /* PROPS */, ["model"])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowFooter)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 添加文本-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12878
13550
|
class: "select-layer-box",
|
|
12879
13551
|
ref_key: "selectTextBoxRef",
|
|
12880
13552
|
ref: selectTextBoxRef
|
|
@@ -12884,7 +13556,7 @@ const __default__ = {
|
|
|
12884
13556
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
12885
13557
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
12886
13558
|
_: 1 /* STABLE */
|
|
12887
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4",
|
|
13559
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_19, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addtext), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_20, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
12888
13560
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
12889
13561
|
"label-width": "70px",
|
|
12890
13562
|
"label-position": "left"
|
|
@@ -12894,7 +13566,7 @@ const __default__ = {
|
|
|
12894
13566
|
}, {
|
|
12895
13567
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
12896
13568
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.fontFamily,
|
|
12897
|
-
"onUpdate:modelValue": _cache[
|
|
13569
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.fontFamily = $event),
|
|
12898
13570
|
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pleaseselect,
|
|
12899
13571
|
style: {
|
|
12900
13572
|
"width": "100%"
|
|
@@ -12922,7 +13594,7 @@ const __default__ = {
|
|
|
12922
13594
|
}, {
|
|
12923
13595
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
12924
13596
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.fontSize,
|
|
12925
|
-
"onUpdate:modelValue": _cache[
|
|
13597
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.fontSize = $event),
|
|
12926
13598
|
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fontsize
|
|
12927
13599
|
}, {
|
|
12928
13600
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(sizelist).value, size => {
|
|
@@ -12942,7 +13614,7 @@ const __default__ = {
|
|
|
12942
13614
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
12943
13615
|
span: 2
|
|
12944
13616
|
}, {
|
|
12945
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[
|
|
13617
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[45] || (_cache[45] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")])),
|
|
12946
13618
|
_: 1 /* STABLE */
|
|
12947
13619
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
12948
13620
|
span: 6
|
|
@@ -12952,7 +13624,7 @@ const __default__ = {
|
|
|
12952
13624
|
}, {
|
|
12953
13625
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
12954
13626
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.color,
|
|
12955
|
-
"onUpdate:modelValue": _cache[
|
|
13627
|
+
"onUpdate:modelValue": _cache[32] || (_cache[32] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.color = $event),
|
|
12956
13628
|
"show-alpha": ""
|
|
12957
13629
|
}, null, 8 /* PROPS */, ["modelValue"])])]),
|
|
12958
13630
|
_: 1 /* STABLE */
|
|
@@ -12969,13 +13641,13 @@ const __default__ = {
|
|
|
12969
13641
|
rows: "12",
|
|
12970
13642
|
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pleaseentercontent,
|
|
12971
13643
|
spellcheck: "false",
|
|
12972
|
-
"onUpdate:modelValue": _cache[
|
|
13644
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).data.labelValue = $event),
|
|
12973
13645
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style)
|
|
12974
|
-
}, null, 12 /* STYLE, PROPS */,
|
|
13646
|
+
}, null, 12 /* STYLE, PROPS */, _hoisted_21), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vModelText, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).data.labelValue]])]),
|
|
12975
13647
|
_: 1 /* STABLE */
|
|
12976
13648
|
}, 8 /* PROPS */, ["label"])]),
|
|
12977
13649
|
_: 1 /* STABLE */
|
|
12978
|
-
}, 8 /* PROPS */, ["model"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13650
|
+
}, 8 /* PROPS */, ["model"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_22, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
12979
13651
|
type: "primary",
|
|
12980
13652
|
onClick: addLabel
|
|
12981
13653
|
}, {
|
|
@@ -12987,7 +13659,227 @@ const __default__ = {
|
|
|
12987
13659
|
}, {
|
|
12988
13660
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printclear), 1 /* TEXT */)]),
|
|
12989
13661
|
_: 1 /* STABLE */
|
|
12990
|
-
})])])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowText)]])
|
|
13662
|
+
})])])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowText)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图例设置-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13663
|
+
class: "select-layer-box",
|
|
13664
|
+
ref_key: "selectLegendBoxRef",
|
|
13665
|
+
ref: selectLegendBoxRef
|
|
13666
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图例设置-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13667
|
+
class: "select-layer-bar bar",
|
|
13668
|
+
onClick: setMainStyle
|
|
13669
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
13670
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
13671
|
+
_: 1 /* STABLE */
|
|
13672
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_23, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(_ctx.$t("webgl.printlegendset")), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_24, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_25, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(_ctx.$t("webgl.dragnodelegend")), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_26, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scrollbar, {
|
|
13673
|
+
ref_key: "treescroll_ref",
|
|
13674
|
+
ref: treescroll_ref,
|
|
13675
|
+
class: "page-scroll",
|
|
13676
|
+
always: ""
|
|
13677
|
+
}, {
|
|
13678
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_27, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tree, {
|
|
13679
|
+
ref_key: "treeLegend",
|
|
13680
|
+
ref: treeLegend,
|
|
13681
|
+
"highlight-current": true,
|
|
13682
|
+
data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value,
|
|
13683
|
+
props: defaultProps,
|
|
13684
|
+
"node-key": "id",
|
|
13685
|
+
"show-checkbox": "",
|
|
13686
|
+
"default-checked-keys": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(treeCheckedData).value,
|
|
13687
|
+
draggable: "",
|
|
13688
|
+
"expand-on-click-node": true,
|
|
13689
|
+
"default-expand-all": true,
|
|
13690
|
+
onCheck: handleCheck,
|
|
13691
|
+
onNodeDragStart: funAllowDragStart,
|
|
13692
|
+
onNodeDrop: nodedrop
|
|
13693
|
+
}, null, 8 /* PROPS */, ["data", "props", "default-checked-keys"])])]),
|
|
13694
|
+
_: 1 /* STABLE */
|
|
13695
|
+
}, 512 /* NEED_PATCH */)])])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowlegendSet)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 中心点图片-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13696
|
+
class: "select-layer-box",
|
|
13697
|
+
ref_key: "selectCenterPicBoxRef",
|
|
13698
|
+
ref: selectCenterPicBoxRef
|
|
13699
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 中心点图片-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13700
|
+
class: "select-layer-bar bar",
|
|
13701
|
+
onClick: setMainStyle
|
|
13702
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
13703
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
13704
|
+
_: 1 /* STABLE */
|
|
13705
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_28, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(_ctx.$t("webgl.addimage")), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
13706
|
+
"label-width": "70px",
|
|
13707
|
+
"label-position": "left"
|
|
13708
|
+
}, {
|
|
13709
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_29, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tabs, {
|
|
13710
|
+
type: "border-card"
|
|
13711
|
+
}, {
|
|
13712
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tab_pane, {
|
|
13713
|
+
label: _ctx.$t('webgl.addimage')
|
|
13714
|
+
}, {
|
|
13715
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_30, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
|
|
13716
|
+
"auto-upload": false,
|
|
13717
|
+
"show-file-list": false,
|
|
13718
|
+
"on-change": clickUpload,
|
|
13719
|
+
accept: ".png,.jpg,.bmp"
|
|
13720
|
+
}, {
|
|
13721
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
13722
|
+
type: "primary"
|
|
13723
|
+
}, {
|
|
13724
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(_ctx.$t("webgl.addimage")), 1 /* TEXT */)]),
|
|
13725
|
+
_: 1 /* STABLE */
|
|
13726
|
+
})]),
|
|
13727
|
+
_: 1 /* STABLE */
|
|
13728
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_31, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table, {
|
|
13729
|
+
border: "",
|
|
13730
|
+
stripe: "",
|
|
13731
|
+
"highlight-current-row": "",
|
|
13732
|
+
data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList).value,
|
|
13733
|
+
style: {
|
|
13734
|
+
"width": "100%"
|
|
13735
|
+
},
|
|
13736
|
+
height: "250px",
|
|
13737
|
+
"header-cell-style": _ctx.headClass,
|
|
13738
|
+
"cell-style": _ctx.cellClass,
|
|
13739
|
+
"empty-text": _ctx.$t('common.nodata'),
|
|
13740
|
+
"table-layout": "auto"
|
|
13741
|
+
}, {
|
|
13742
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_Column, {
|
|
13743
|
+
prop: "url",
|
|
13744
|
+
label: _ctx.$t('webgl.printimage')
|
|
13745
|
+
}, {
|
|
13746
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
13747
|
+
src: scope.row.url,
|
|
13748
|
+
height: "32",
|
|
13749
|
+
width: "32"
|
|
13750
|
+
}, null, 8 /* PROPS */, _hoisted_32)]),
|
|
13751
|
+
_: 1 /* STABLE */
|
|
13752
|
+
}, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_Column, {
|
|
13753
|
+
prop: "width",
|
|
13754
|
+
label: _ctx.$t('webgl.printimagewidth'),
|
|
13755
|
+
width: "100"
|
|
13756
|
+
}, {
|
|
13757
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
13758
|
+
modelValue: scope.row.width,
|
|
13759
|
+
"onUpdate:modelValue": $event => scope.row.width = $event,
|
|
13760
|
+
min: 0,
|
|
13761
|
+
"controls-position": "right",
|
|
13762
|
+
size: "small"
|
|
13763
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])]),
|
|
13764
|
+
_: 1 /* STABLE */
|
|
13765
|
+
}, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_Column, {
|
|
13766
|
+
prop: "height",
|
|
13767
|
+
label: _ctx.$t('webgl.printimageheigth'),
|
|
13768
|
+
width: "100"
|
|
13769
|
+
}, {
|
|
13770
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
13771
|
+
modelValue: scope.row.height,
|
|
13772
|
+
"onUpdate:modelValue": $event => scope.row.height = $event,
|
|
13773
|
+
min: 0,
|
|
13774
|
+
"controls-position": "right",
|
|
13775
|
+
size: "small"
|
|
13776
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])]),
|
|
13777
|
+
_: 1 /* STABLE */
|
|
13778
|
+
}, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_Column, {
|
|
13779
|
+
align: "right"
|
|
13780
|
+
}, {
|
|
13781
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
13782
|
+
size: "24",
|
|
13783
|
+
circle: "",
|
|
13784
|
+
icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.CircleClose),
|
|
13785
|
+
title: _ctx.$t('webgl.printclearimg'),
|
|
13786
|
+
onClick: $event => handleDelete(scope.row)
|
|
13787
|
+
}, null, 8 /* PROPS */, ["icon", "title", "onClick"])]),
|
|
13788
|
+
_: 1 /* STABLE */
|
|
13789
|
+
})]),
|
|
13790
|
+
_: 1 /* STABLE */
|
|
13791
|
+
}, 8 /* PROPS */, ["data", "header-cell-style", "cell-style", "empty-text"])])])]),
|
|
13792
|
+
_: 1 /* STABLE */
|
|
13793
|
+
}, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tab_pane, {
|
|
13794
|
+
label: _ctx.$t('webgl.printcenterpicset')
|
|
13795
|
+
}, {
|
|
13796
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_33, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
13797
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13798
|
+
span: 24
|
|
13799
|
+
}, {
|
|
13800
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
13801
|
+
label: _ctx.$t('webgl.printimage')
|
|
13802
|
+
}, {
|
|
13803
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
|
|
13804
|
+
"auto-upload": false,
|
|
13805
|
+
"show-file-list": false,
|
|
13806
|
+
"on-change": clickUploadCenter,
|
|
13807
|
+
accept: ".png,.jpg,.bmp"
|
|
13808
|
+
}, {
|
|
13809
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
13810
|
+
type: "primary"
|
|
13811
|
+
}, {
|
|
13812
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(_ctx.$t("webgl.addimage")), 1 /* TEXT */)]),
|
|
13813
|
+
_: 1 /* STABLE */
|
|
13814
|
+
})]),
|
|
13815
|
+
_: 1 /* STABLE */
|
|
13816
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
13817
|
+
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(centerPicData).img,
|
|
13818
|
+
width: "32",
|
|
13819
|
+
height: "32",
|
|
13820
|
+
style: {
|
|
13821
|
+
"margin-left": "32px"
|
|
13822
|
+
}
|
|
13823
|
+
}, null, 8 /* PROPS */, _hoisted_34), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(centerPicData).img != '']]), (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, {
|
|
13824
|
+
size: "24",
|
|
13825
|
+
circle: "",
|
|
13826
|
+
icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.CircleClose),
|
|
13827
|
+
title: _ctx.$t('webgl.printclearimg'),
|
|
13828
|
+
onClick: _cache[34] || (_cache[34] = $event => handleDeleteCenterPic()),
|
|
13829
|
+
style: {
|
|
13830
|
+
"margin-left": "32px"
|
|
13831
|
+
}
|
|
13832
|
+
}, null, 8 /* PROPS */, ["icon", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(centerPicData).img != '']])]),
|
|
13833
|
+
_: 1 /* STABLE */
|
|
13834
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
13835
|
+
_: 1 /* STABLE */
|
|
13836
|
+
})]),
|
|
13837
|
+
_: 1 /* STABLE */
|
|
13838
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
13839
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13840
|
+
span: 24
|
|
13841
|
+
}, {
|
|
13842
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
13843
|
+
label: _ctx.$t('webgl.printwidthset')
|
|
13844
|
+
}, {
|
|
13845
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
13846
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(centerPicData).width,
|
|
13847
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(centerPicData).width = $event),
|
|
13848
|
+
min: 0,
|
|
13849
|
+
"controls-position": "right",
|
|
13850
|
+
onChange: _ctx.onChangecenterImg
|
|
13851
|
+
}, null, 8 /* PROPS */, ["modelValue", "onChange"])]),
|
|
13852
|
+
_: 1 /* STABLE */
|
|
13853
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
13854
|
+
_: 1 /* STABLE */
|
|
13855
|
+
})]),
|
|
13856
|
+
_: 1 /* STABLE */
|
|
13857
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
13858
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13859
|
+
span: 24
|
|
13860
|
+
}, {
|
|
13861
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
13862
|
+
label: _ctx.$t('webgl.printheightset')
|
|
13863
|
+
}, {
|
|
13864
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
13865
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(centerPicData).height,
|
|
13866
|
+
"onUpdate:modelValue": _cache[36] || (_cache[36] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(centerPicData).height = $event),
|
|
13867
|
+
min: 0,
|
|
13868
|
+
"controls-position": "right",
|
|
13869
|
+
onChange: _ctx.onChangecenterImg
|
|
13870
|
+
}, null, 8 /* PROPS */, ["modelValue", "onChange"])]),
|
|
13871
|
+
_: 1 /* STABLE */
|
|
13872
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
13873
|
+
_: 1 /* STABLE */
|
|
13874
|
+
})]),
|
|
13875
|
+
_: 1 /* STABLE */
|
|
13876
|
+
})])]),
|
|
13877
|
+
_: 1 /* STABLE */
|
|
13878
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
13879
|
+
_: 1 /* STABLE */
|
|
13880
|
+
})])]),
|
|
13881
|
+
_: 1 /* STABLE */
|
|
13882
|
+
})], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isCenterPicSet)]])], 2 /* CLASS */)], 2 /* CLASS */)], 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_35, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_36, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
12991
13883
|
onClick: Enlarge,
|
|
12992
13884
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).equalscalezoom,
|
|
12993
13885
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) === 1 ? 'clickborder' : '')
|
|
@@ -13037,7 +13929,7 @@ const __default__ = {
|
|
|
13037
13929
|
class: "kq3d-client-print-mapContainerDiv kq3d-client-print-a4VSize",
|
|
13038
13930
|
onselectstart: "return false",
|
|
13039
13931
|
id: "printMap"
|
|
13040
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13932
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_37, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13041
13933
|
ref_key: "titleRef",
|
|
13042
13934
|
ref: titleRef,
|
|
13043
13935
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
@@ -13050,9 +13942,9 @@ const __default__ = {
|
|
|
13050
13942
|
class: "kq3d-client-print-printContentDiv kq3d-client-print-printborder1",
|
|
13051
13943
|
ref_key: "printContentDiv",
|
|
13052
13944
|
ref: printContentDiv
|
|
13053
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
13945
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_38, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
13054
13946
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(scenceImageUrl)
|
|
13055
|
-
}, null, 8 /* PROPS */,
|
|
13947
|
+
}, null, 8 /* PROPS */, _hoisted_39)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showMap) ? ((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)(components/* KqSceneView */.ck), {
|
|
13056
13948
|
key: 0,
|
|
13057
13949
|
target: "scencePrint",
|
|
13058
13950
|
options: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).options,
|
|
@@ -13073,12 +13965,19 @@ const __default__ = {
|
|
|
13073
13965
|
onMouseover: setdragCursor,
|
|
13074
13966
|
onMousedown: dragTl,
|
|
13075
13967
|
id: "divlegendDiv"
|
|
13076
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendShow) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
13968
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendShow) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
13077
13969
|
key: 0,
|
|
13078
|
-
mapTarget: "scencePrint",
|
|
13079
13970
|
ref_key: "lengend_ref",
|
|
13080
|
-
ref: lengend_ref
|
|
13081
|
-
|
|
13971
|
+
ref: lengend_ref,
|
|
13972
|
+
class: "kq-legend-box"
|
|
13973
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value && (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value.length > 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_40, _cache[46] || (_cache[46] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "图例", -1 /* HOISTED */)]))) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-space direction=\"vertical\" alignment=\"flex-start\"> "), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value, legend => {
|
|
13974
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_41, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
13975
|
+
src: legend.src,
|
|
13976
|
+
style: {
|
|
13977
|
+
"padding-right": "8px"
|
|
13978
|
+
}
|
|
13979
|
+
}, null, 8 /* PROPS */, _hoisted_42), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("label", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(legend.legendName), 1 /* TEXT */)], 512 /* NEED_PATCH */)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, legend.isShow]]);
|
|
13980
|
+
}), 256 /* UNKEYED_FRAGMENT */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" </kq-space> ")], 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 32 /* NEED_HYDRATION */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("指北针"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13082
13981
|
class: "kq3d-client-print-compassDiv",
|
|
13083
13982
|
onMouseover: setdragCursor,
|
|
13084
13983
|
onMousedown: dragTl,
|
|
@@ -13111,10 +14010,10 @@ const __default__ = {
|
|
|
13111
14010
|
}, {
|
|
13112
14011
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Close))]),
|
|
13113
14012
|
_: 1 /* STABLE */
|
|
13114
|
-
}, 8 /* PROPS */, ["title"])], 8 /* PROPS */,
|
|
14013
|
+
}, 8 /* PROPS */, ["title"])], 8 /* PROPS */, _hoisted_44)], 40 /* PROPS, NEED_HYDRATION */, _hoisted_43)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, item.data.isShow]]);
|
|
13115
14014
|
}), 128 /* KEYED_FRAGMENT */))]),
|
|
13116
14015
|
_: 1 /* STABLE */
|
|
13117
|
-
}, 8 /* PROPS */, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
14016
|
+
}, 8 /* PROPS */, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_45, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_46, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompany) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setFooterDataform).companyName), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_47, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdate) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(systemTime)), 1 /* TEXT */)])])], 512 /* NEED_PATCH */)]),
|
|
13118
14017
|
_: 1 /* STABLE */
|
|
13119
14018
|
})], 512 /* NEED_PATCH */)], 512 /* NEED_PATCH */);
|
|
13120
14019
|
};
|
|
@@ -13819,7 +14718,7 @@ Compass.install = (Vue, opts) => {
|
|
|
13819
14718
|
/* harmony import */ var _webgl_fixedzoomin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7343);
|
|
13820
14719
|
/* harmony import */ var _webgl_resetview__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8694);
|
|
13821
14720
|
/* harmony import */ var _webgl_compass__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7862);
|
|
13822
|
-
/* harmony import */ var _webgl_clientPrint__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
14721
|
+
/* harmony import */ var _webgl_clientPrint__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(6771);
|
|
13823
14722
|
/* harmony import */ var _webgl_baseterraingallery__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4640);
|
|
13824
14723
|
/* harmony import */ var _webgl_measure__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(110);
|
|
13825
14724
|
/* harmony import */ var _webgl_flight__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(9149);
|
|
@@ -38945,21 +39844,6 @@ class LayerManager {
|
|
|
38945
39844
|
}
|
|
38946
39845
|
}
|
|
38947
39846
|
}, this);
|
|
38948
|
-
//图层删除后如果没有czml图层需要隐藏时间轴
|
|
38949
|
-
let hasCzml = false;
|
|
38950
|
-
for (var j = 0; j < this._layerListData.length; j++) {
|
|
38951
|
-
if (this._layerListData[j].addType == "czml") {
|
|
38952
|
-
hasCzml = true;
|
|
38953
|
-
break;
|
|
38954
|
-
}
|
|
38955
|
-
}
|
|
38956
|
-
if (!hasCzml) {
|
|
38957
|
-
if (this._viewer.timeline.container.style.display == 'block') {
|
|
38958
|
-
this._viewer.bottomContainer.style.bottom = '0px';
|
|
38959
|
-
this._viewer.timeline.container.style.display = 'none';
|
|
38960
|
-
this._viewer.clock.shouldAnimate = false;
|
|
38961
|
-
}
|
|
38962
|
-
}
|
|
38963
39847
|
}
|
|
38964
39848
|
}
|
|
38965
39849
|
|
|
@@ -38989,6 +39873,15 @@ class LayerManager {
|
|
|
38989
39873
|
this._viewer.scene.primitives.remove(layer);
|
|
38990
39874
|
break;
|
|
38991
39875
|
case "datasource":
|
|
39876
|
+
if (layer instanceof Cesium.CzmlDataSource) {
|
|
39877
|
+
// 删除czml图层时隐藏时间轴
|
|
39878
|
+
if (this._viewer.timeline.container.style.display == 'block') {
|
|
39879
|
+
this._viewer.bottomContainer.style.bottom = '0px';
|
|
39880
|
+
this._viewer.timeline.container.style.display = 'none';
|
|
39881
|
+
this._viewer.animation.container.style.display = 'none';
|
|
39882
|
+
this._viewer.clock.shouldAnimate = false;
|
|
39883
|
+
}
|
|
39884
|
+
}
|
|
38992
39885
|
this._viewer.dataSources.remove(layer);
|
|
38993
39886
|
break;
|
|
38994
39887
|
case "dataflowlayer":
|
|
@@ -39124,8 +40017,8 @@ class SceneViewViewModel extends (mitt_default()) {
|
|
|
39124
40017
|
imageryProvider: new Cesium.SingleTileImageryProvider({
|
|
39125
40018
|
url: Cesium.buildModuleUrl("Assets/Textures/earth_color_low_4096.jpg")
|
|
39126
40019
|
}),
|
|
39127
|
-
animation:
|
|
39128
|
-
timeline: true,
|
|
40020
|
+
// animation: true,
|
|
40021
|
+
// timeline: true,
|
|
39129
40022
|
baseLayerPicker: false,
|
|
39130
40023
|
geocoder: false,
|
|
39131
40024
|
homeButton: false,
|
|
@@ -39332,6 +40225,13 @@ class SceneViewViewModel extends (mitt_default()) {
|
|
|
39332
40225
|
}
|
|
39333
40226
|
}
|
|
39334
40227
|
}
|
|
40228
|
+
|
|
40229
|
+
/**
|
|
40230
|
+
* 获取底图数据
|
|
40231
|
+
*/
|
|
40232
|
+
getBaseLayerData() {
|
|
40233
|
+
return JSON.parse(JSON.stringify(this._baseLayers));
|
|
40234
|
+
}
|
|
39335
40235
|
/**
|
|
39336
40236
|
* 获取在线底图index
|
|
39337
40237
|
*/
|