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