@kq_npm/client3d_webgl_vue 3.4.0-beta → 3.4.1-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/clientPrint/index.js +59 -106
- package/index.js +72 -119
- package/modelselect/style/modelselect.css +1 -1
- package/package.json +1 -1
- package/scenceview/index.js +59 -106
- package/style.css +1 -1
package/scenceview/index.js
CHANGED
|
@@ -3911,124 +3911,77 @@ const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_
|
|
|
3911
3911
|
/* HOISTED */
|
|
3912
3912
|
);
|
|
3913
3913
|
|
|
3914
|
-
const _hoisted_6 =
|
|
3915
|
-
|
|
3916
|
-
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("图例");
|
|
3917
|
-
|
|
3918
|
-
const _hoisted_8 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("指北针");
|
|
3919
|
-
|
|
3920
|
-
const _hoisted_9 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("状态栏");
|
|
3921
|
-
|
|
3922
|
-
const _hoisted_10 = {
|
|
3914
|
+
const _hoisted_6 = {
|
|
3923
3915
|
class: "select-content-inner"
|
|
3924
3916
|
};
|
|
3925
|
-
|
|
3926
|
-
const _hoisted_11 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2");
|
|
3927
|
-
|
|
3928
|
-
const _hoisted_12 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3");
|
|
3929
|
-
|
|
3930
|
-
const _hoisted_13 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4");
|
|
3931
|
-
|
|
3932
|
-
const _hoisted_14 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5");
|
|
3933
|
-
|
|
3934
|
-
const _hoisted_15 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6");
|
|
3935
|
-
|
|
3936
|
-
const _hoisted_16 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("纵向");
|
|
3937
|
-
|
|
3938
|
-
const _hoisted_17 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("横向");
|
|
3939
|
-
|
|
3940
|
-
const _hoisted_18 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png");
|
|
3941
|
-
|
|
3942
|
-
const _hoisted_19 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg");
|
|
3943
|
-
|
|
3944
|
-
const _hoisted_20 = {
|
|
3917
|
+
const _hoisted_7 = {
|
|
3945
3918
|
style: {
|
|
3946
3919
|
"text-align": "right"
|
|
3947
3920
|
}
|
|
3948
3921
|
};
|
|
3949
3922
|
|
|
3950
|
-
const
|
|
3951
|
-
|
|
3952
|
-
const _hoisted_22 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" 发送到打印机 ");
|
|
3953
|
-
|
|
3954
|
-
const _hoisted_23 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", {
|
|
3923
|
+
const _hoisted_8 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", {
|
|
3955
3924
|
class: "title"
|
|
3956
3925
|
}, "图层选择", -1
|
|
3957
3926
|
/* HOISTED */
|
|
3958
3927
|
);
|
|
3959
3928
|
|
|
3960
|
-
const
|
|
3929
|
+
const _hoisted_9 = {
|
|
3961
3930
|
class: "select-layer-content"
|
|
3962
3931
|
};
|
|
3963
3932
|
|
|
3964
|
-
const
|
|
3933
|
+
const _hoisted_10 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", {
|
|
3965
3934
|
class: "title"
|
|
3966
3935
|
}, "标题设置", -1
|
|
3967
3936
|
/* HOISTED */
|
|
3968
3937
|
);
|
|
3969
3938
|
|
|
3970
|
-
const
|
|
3939
|
+
const _hoisted_11 = {
|
|
3971
3940
|
class: "select-content-inner"
|
|
3972
3941
|
};
|
|
3973
|
-
|
|
3974
|
-
const _hoisted_27 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ");
|
|
3975
|
-
|
|
3976
|
-
const _hoisted_28 = {
|
|
3942
|
+
const _hoisted_12 = {
|
|
3977
3943
|
style: {
|
|
3978
3944
|
"float": "right"
|
|
3979
3945
|
}
|
|
3980
3946
|
};
|
|
3981
|
-
|
|
3982
|
-
const _hoisted_29 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("背景阴影");
|
|
3983
|
-
|
|
3984
|
-
const _hoisted_30 = {
|
|
3947
|
+
const _hoisted_13 = {
|
|
3985
3948
|
class: "clientprint-title"
|
|
3986
3949
|
};
|
|
3987
3950
|
|
|
3988
|
-
const
|
|
3989
|
-
|
|
3990
|
-
const _hoisted_32 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", {
|
|
3951
|
+
const _hoisted_14 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", {
|
|
3991
3952
|
class: "title"
|
|
3992
3953
|
}, "添加文本", -1
|
|
3993
3954
|
/* HOISTED */
|
|
3994
3955
|
);
|
|
3995
3956
|
|
|
3996
|
-
const
|
|
3957
|
+
const _hoisted_15 = {
|
|
3997
3958
|
class: "select-content-inner"
|
|
3998
3959
|
};
|
|
3999
|
-
|
|
4000
|
-
const _hoisted_34 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ");
|
|
4001
|
-
|
|
4002
|
-
const _hoisted_35 = {
|
|
3960
|
+
const _hoisted_16 = {
|
|
4003
3961
|
class: "btn"
|
|
4004
3962
|
};
|
|
4005
|
-
|
|
4006
|
-
const _hoisted_36 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("增加");
|
|
4007
|
-
|
|
4008
|
-
const _hoisted_37 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("清空");
|
|
4009
|
-
|
|
4010
|
-
const _hoisted_38 = {
|
|
3963
|
+
const _hoisted_17 = {
|
|
4011
3964
|
class: "show-right-box-btn"
|
|
4012
3965
|
};
|
|
4013
|
-
const
|
|
3966
|
+
const _hoisted_18 = {
|
|
4014
3967
|
class: "btn-group"
|
|
4015
3968
|
};
|
|
4016
|
-
const
|
|
3969
|
+
const _hoisted_19 = {
|
|
4017
3970
|
class: "kq3d-client-print-titleContainerDiv"
|
|
4018
3971
|
};
|
|
4019
|
-
const
|
|
3972
|
+
const _hoisted_20 = {
|
|
4020
3973
|
class: "baseImage"
|
|
4021
3974
|
};
|
|
4022
|
-
const
|
|
4023
|
-
const
|
|
4024
|
-
const
|
|
4025
|
-
const
|
|
3975
|
+
const _hoisted_21 = ["src"];
|
|
3976
|
+
const _hoisted_22 = ["id"];
|
|
3977
|
+
const _hoisted_23 = ["onClick"];
|
|
3978
|
+
const _hoisted_24 = {
|
|
4026
3979
|
class: "kq3d-client-print-infomationContainer"
|
|
4027
3980
|
};
|
|
4028
|
-
const
|
|
3981
|
+
const _hoisted_25 = {
|
|
4029
3982
|
class: "kq3d-client-print-systemTime"
|
|
4030
3983
|
};
|
|
4031
|
-
const
|
|
3984
|
+
const _hoisted_26 = {
|
|
4032
3985
|
class: "kq3d-client-print-companyName"
|
|
4033
3986
|
};
|
|
4034
3987
|
|
|
@@ -5028,7 +4981,7 @@ const __default__ = {
|
|
|
5028
4981
|
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, {
|
|
5029
4982
|
name: "1"
|
|
5030
4983
|
}, {
|
|
5031
|
-
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
4984
|
+
title: (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_.createVNode)(_component_kq_icon, {
|
|
5032
4985
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["header-icon", activeNames.value.includes('1') ? 'is-active' : null])
|
|
5033
4986
|
}, {
|
|
5034
4987
|
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_.CaretRight))]),
|
|
@@ -5048,7 +5001,7 @@ const __default__ = {
|
|
|
5048
5001
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(legendShow) ? legendShow.value = $event : legendShow = $event),
|
|
5049
5002
|
onChange: showLegend
|
|
5050
5003
|
}, {
|
|
5051
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5004
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("图例")]),
|
|
5052
5005
|
_: 1
|
|
5053
5006
|
/* STABLE */
|
|
5054
5007
|
|
|
@@ -5066,7 +5019,7 @@ const __default__ = {
|
|
|
5066
5019
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow),
|
|
5067
5020
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(compassShow) ? compassShow.value = $event : compassShow = $event)
|
|
5068
5021
|
}, {
|
|
5069
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5022
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("指北针")]),
|
|
5070
5023
|
_: 1
|
|
5071
5024
|
/* STABLE */
|
|
5072
5025
|
|
|
@@ -5085,7 +5038,7 @@ const __default__ = {
|
|
|
5085
5038
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(scalesShow) ? scalesShow.value = $event : scalesShow = $event),
|
|
5086
5039
|
onChange: changStatusBar
|
|
5087
5040
|
}, {
|
|
5088
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5041
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("状态栏")]),
|
|
5089
5042
|
_: 1
|
|
5090
5043
|
/* STABLE */
|
|
5091
5044
|
|
|
@@ -5099,7 +5052,7 @@ const __default__ = {
|
|
|
5099
5052
|
_: 1
|
|
5100
5053
|
/* STABLE */
|
|
5101
5054
|
|
|
5102
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5055
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
5103
5056
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
5104
5057
|
"label-width": "70px",
|
|
5105
5058
|
"label-position": "left"
|
|
@@ -5155,35 +5108,35 @@ const __default__ = {
|
|
|
5155
5108
|
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, {
|
|
5156
5109
|
value: "A2"
|
|
5157
5110
|
}, {
|
|
5158
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5111
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2")]),
|
|
5159
5112
|
_: 1
|
|
5160
5113
|
/* STABLE */
|
|
5161
5114
|
|
|
5162
5115
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5163
5116
|
value: "A3"
|
|
5164
5117
|
}, {
|
|
5165
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5118
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3")]),
|
|
5166
5119
|
_: 1
|
|
5167
5120
|
/* STABLE */
|
|
5168
5121
|
|
|
5169
5122
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5170
5123
|
value: "A4"
|
|
5171
5124
|
}, {
|
|
5172
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5125
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4")]),
|
|
5173
5126
|
_: 1
|
|
5174
5127
|
/* STABLE */
|
|
5175
5128
|
|
|
5176
5129
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5177
5130
|
value: "A5"
|
|
5178
5131
|
}, {
|
|
5179
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5132
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5")]),
|
|
5180
5133
|
_: 1
|
|
5181
5134
|
/* STABLE */
|
|
5182
5135
|
|
|
5183
5136
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5184
5137
|
value: "A6"
|
|
5185
5138
|
}, {
|
|
5186
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5139
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6")]),
|
|
5187
5140
|
_: 1
|
|
5188
5141
|
/* STABLE */
|
|
5189
5142
|
|
|
@@ -5218,14 +5171,14 @@ const __default__ = {
|
|
|
5218
5171
|
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, {
|
|
5219
5172
|
value: "纵向"
|
|
5220
5173
|
}, {
|
|
5221
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5174
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("纵向")]),
|
|
5222
5175
|
_: 1
|
|
5223
5176
|
/* STABLE */
|
|
5224
5177
|
|
|
5225
5178
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5226
5179
|
value: "横向"
|
|
5227
5180
|
}, {
|
|
5228
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5181
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("横向")]),
|
|
5229
5182
|
_: 1
|
|
5230
5183
|
/* STABLE */
|
|
5231
5184
|
|
|
@@ -5259,14 +5212,14 @@ const __default__ = {
|
|
|
5259
5212
|
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, {
|
|
5260
5213
|
value: "png"
|
|
5261
5214
|
}, {
|
|
5262
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5215
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png")]),
|
|
5263
5216
|
_: 1
|
|
5264
5217
|
/* STABLE */
|
|
5265
5218
|
|
|
5266
5219
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5267
5220
|
value: "jpg"
|
|
5268
5221
|
}, {
|
|
5269
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5222
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg")]),
|
|
5270
5223
|
_: 1
|
|
5271
5224
|
/* STABLE */
|
|
5272
5225
|
|
|
@@ -5294,12 +5247,12 @@ const __default__ = {
|
|
|
5294
5247
|
|
|
5295
5248
|
}, 8
|
|
5296
5249
|
/* PROPS */
|
|
5297
|
-
, ["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",
|
|
5250
|
+
, ["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_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
5298
5251
|
type: "primary",
|
|
5299
5252
|
onClick: _cache[12] || (_cache[12] = $event => getPic()),
|
|
5300
5253
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loadState)
|
|
5301
5254
|
}, {
|
|
5302
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5255
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("保存为图片")]),
|
|
5303
5256
|
_: 1
|
|
5304
5257
|
/* STABLE */
|
|
5305
5258
|
|
|
@@ -5310,7 +5263,7 @@ const __default__ = {
|
|
|
5310
5263
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printState),
|
|
5311
5264
|
onClick: _cache[13] || (_cache[13] = $event => canvasToImage())
|
|
5312
5265
|
}, {
|
|
5313
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5266
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" 发送到打印机 ")]),
|
|
5314
5267
|
_: 1
|
|
5315
5268
|
/* STABLE */
|
|
5316
5269
|
|
|
@@ -5341,7 +5294,7 @@ const __default__ = {
|
|
|
5341
5294
|
_: 1
|
|
5342
5295
|
/* STABLE */
|
|
5343
5296
|
|
|
5344
|
-
}),
|
|
5297
|
+
}), _hoisted_8]), (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_layer_tree, {
|
|
5345
5298
|
showShadow: false,
|
|
5346
5299
|
"map-target": 'scencePrint'
|
|
5347
5300
|
})])], 512
|
|
@@ -5358,12 +5311,12 @@ const __default__ = {
|
|
|
5358
5311
|
_: 1
|
|
5359
5312
|
/* STABLE */
|
|
5360
5313
|
|
|
5361
|
-
}),
|
|
5314
|
+
}), _hoisted_10]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
5362
5315
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform),
|
|
5363
5316
|
"label-width": "70px",
|
|
5364
5317
|
"label-position": "left"
|
|
5365
5318
|
}, {
|
|
5366
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5319
|
+
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_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
5367
5320
|
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, {
|
|
5368
5321
|
span: 24
|
|
5369
5322
|
}, {
|
|
@@ -5475,7 +5428,7 @@ const __default__ = {
|
|
|
5475
5428
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
5476
5429
|
span: 2
|
|
5477
5430
|
}, {
|
|
5478
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5431
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
5479
5432
|
_: 1
|
|
5480
5433
|
/* STABLE */
|
|
5481
5434
|
|
|
@@ -5547,11 +5500,11 @@ const __default__ = {
|
|
|
5547
5500
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
5548
5501
|
span: 8
|
|
5549
5502
|
}, {
|
|
5550
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5503
|
+
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_12, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
5551
5504
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow,
|
|
5552
5505
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow = $event)
|
|
5553
5506
|
}, {
|
|
5554
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5507
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("背景阴影")]),
|
|
5555
5508
|
_: 1
|
|
5556
5509
|
/* STABLE */
|
|
5557
5510
|
|
|
@@ -5565,11 +5518,11 @@ const __default__ = {
|
|
|
5565
5518
|
_: 1
|
|
5566
5519
|
/* STABLE */
|
|
5567
5520
|
|
|
5568
|
-
}), (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",
|
|
5521
|
+
}), (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_13, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
5569
5522
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow,
|
|
5570
5523
|
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow = $event)
|
|
5571
5524
|
}, {
|
|
5572
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5525
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("显示标题")]),
|
|
5573
5526
|
_: 1
|
|
5574
5527
|
/* STABLE */
|
|
5575
5528
|
|
|
@@ -5595,7 +5548,7 @@ const __default__ = {
|
|
|
5595
5548
|
_: 1
|
|
5596
5549
|
/* STABLE */
|
|
5597
5550
|
|
|
5598
|
-
}),
|
|
5551
|
+
}), _hoisted_14]), (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_form, {
|
|
5599
5552
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
5600
5553
|
"label-width": "70px",
|
|
5601
5554
|
"label-position": "left"
|
|
@@ -5676,7 +5629,7 @@ const __default__ = {
|
|
|
5676
5629
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
5677
5630
|
span: 2
|
|
5678
5631
|
}, {
|
|
5679
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5632
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
5680
5633
|
_: 1
|
|
5681
5634
|
/* STABLE */
|
|
5682
5635
|
|
|
@@ -5727,11 +5680,11 @@ const __default__ = {
|
|
|
5727
5680
|
|
|
5728
5681
|
}, 8
|
|
5729
5682
|
/* PROPS */
|
|
5730
|
-
, ["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",
|
|
5683
|
+
, ["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_16, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
5731
5684
|
type: "primary",
|
|
5732
5685
|
onClick: addLabel
|
|
5733
5686
|
}, {
|
|
5734
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5687
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("增加")]),
|
|
5735
5688
|
_: 1
|
|
5736
5689
|
/* STABLE */
|
|
5737
5690
|
|
|
@@ -5739,7 +5692,7 @@ const __default__ = {
|
|
|
5739
5692
|
type: "plain",
|
|
5740
5693
|
onClick: clearLabel
|
|
5741
5694
|
}, {
|
|
5742
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
5695
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("清空")]),
|
|
5743
5696
|
_: 1
|
|
5744
5697
|
/* STABLE */
|
|
5745
5698
|
|
|
@@ -5751,7 +5704,7 @@ const __default__ = {
|
|
|
5751
5704
|
/* CLASS */
|
|
5752
5705
|
)], 4
|
|
5753
5706
|
/* STYLE */
|
|
5754
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5707
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, [(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_button, {
|
|
5755
5708
|
onClick: Enlarge,
|
|
5756
5709
|
title: "等比例放大",
|
|
5757
5710
|
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' : '')
|
|
@@ -5823,7 +5776,7 @@ const __default__ = {
|
|
|
5823
5776
|
class: "kq3d-client-print-mapContainerDiv kq3d-client-print-a4VSize",
|
|
5824
5777
|
onselectstart: "return false",
|
|
5825
5778
|
id: "printMap"
|
|
5826
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5779
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_19, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
5827
5780
|
ref_key: "titleRef",
|
|
5828
5781
|
ref: titleRef,
|
|
5829
5782
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
@@ -5840,11 +5793,11 @@ const __default__ = {
|
|
|
5840
5793
|
class: "kq3d-client-print-printContentDiv kq3d-client-print-printborder1",
|
|
5841
5794
|
ref_key: "printContentDiv",
|
|
5842
5795
|
ref: printContentDiv
|
|
5843
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5796
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_20, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
5844
5797
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(scenceImageUrl)
|
|
5845
5798
|
}, null, 8
|
|
5846
5799
|
/* PROPS */
|
|
5847
|
-
,
|
|
5800
|
+
, _hoisted_21)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scence_view, {
|
|
5848
5801
|
target: 'scencePrint',
|
|
5849
5802
|
options: __props.options,
|
|
5850
5803
|
service: __props.service,
|
|
@@ -5914,9 +5867,9 @@ const __default__ = {
|
|
|
5914
5867
|
|
|
5915
5868
|
})], 8
|
|
5916
5869
|
/* PROPS */
|
|
5917
|
-
,
|
|
5870
|
+
, _hoisted_23)], 40
|
|
5918
5871
|
/* PROPS, HYDRATE_EVENTS */
|
|
5919
|
-
,
|
|
5872
|
+
, _hoisted_22)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, item.data.isShow]]);
|
|
5920
5873
|
}), 128
|
|
5921
5874
|
/* KEYED_FRAGMENT */
|
|
5922
5875
|
))]),
|
|
@@ -5927,9 +5880,9 @@ const __default__ = {
|
|
|
5927
5880
|
/* PROPS */
|
|
5928
5881
|
, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])], 512
|
|
5929
5882
|
/* NEED_PATCH */
|
|
5930
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5883
|
+
), (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)("span", null, "日期:" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(systemTime)), 1
|
|
5931
5884
|
/* TEXT */
|
|
5932
|
-
)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5885
|
+
)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_26, [(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)(companyName)), 1
|
|
5933
5886
|
/* TEXT */
|
|
5934
5887
|
)])])], 512
|
|
5935
5888
|
/* NEED_PATCH */
|