@kq_npm/client3d_webgl_vue 2.4.8-beta → 2.4.9-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/compass/index.js +8 -1
- package/fixedzoomin/index.js +8 -1
- package/fixedzoomout/index.js +8 -1
- package/index.js +54 -19
- package/package.json +1 -1
- package/resetview/index.js +8 -1
- package/scenceview/index.js +8 -4
- package/statusbar/index.js +11 -8
package/compass/index.js
CHANGED
|
@@ -159,6 +159,10 @@ const __default__ = {
|
|
|
159
159
|
buttonSize: {
|
|
160
160
|
type: String,
|
|
161
161
|
default: "32px"
|
|
162
|
+
},
|
|
163
|
+
showShadow: {
|
|
164
|
+
type: Boolean,
|
|
165
|
+
default: false
|
|
162
166
|
}
|
|
163
167
|
},
|
|
164
168
|
|
|
@@ -193,6 +197,9 @@ const __default__ = {
|
|
|
193
197
|
|
|
194
198
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
195
199
|
onClick: btnClick,
|
|
200
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
201
|
+
'kq-light-shadow': __props.showShadow
|
|
202
|
+
}]),
|
|
196
203
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).resetOrientation,
|
|
197
204
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)('clip-path: circle(50%);width:' + __props.buttonSize)
|
|
198
205
|
}, {
|
|
@@ -212,7 +219,7 @@ const __default__ = {
|
|
|
212
219
|
|
|
213
220
|
}, 8
|
|
214
221
|
/* PROPS */
|
|
215
|
-
, ["title", "style"]);
|
|
222
|
+
, ["class", "title", "style"]);
|
|
216
223
|
};
|
|
217
224
|
}
|
|
218
225
|
|
package/fixedzoomin/index.js
CHANGED
|
@@ -166,6 +166,10 @@ const __default__ = {
|
|
|
166
166
|
buttonSize: {
|
|
167
167
|
type: String,
|
|
168
168
|
default: "32px"
|
|
169
|
+
},
|
|
170
|
+
showShadow: {
|
|
171
|
+
type: Boolean,
|
|
172
|
+
default: false
|
|
169
173
|
}
|
|
170
174
|
},
|
|
171
175
|
|
|
@@ -195,6 +199,9 @@ const __default__ = {
|
|
|
195
199
|
|
|
196
200
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
197
201
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).zoomOut,
|
|
202
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
203
|
+
'kq-light-shadow': __props.showShadow
|
|
204
|
+
}]),
|
|
198
205
|
ref_key: "btn",
|
|
199
206
|
ref: btn,
|
|
200
207
|
onClick: btnClick,
|
|
@@ -215,7 +222,7 @@ const __default__ = {
|
|
|
215
222
|
|
|
216
223
|
}, 8
|
|
217
224
|
/* PROPS */
|
|
218
|
-
, ["title", "style"]);
|
|
225
|
+
, ["title", "class", "style"]);
|
|
219
226
|
};
|
|
220
227
|
}
|
|
221
228
|
|
package/fixedzoomout/index.js
CHANGED
|
@@ -166,6 +166,10 @@ const __default__ = {
|
|
|
166
166
|
buttonSize: {
|
|
167
167
|
type: String,
|
|
168
168
|
default: "32px"
|
|
169
|
+
},
|
|
170
|
+
showShadow: {
|
|
171
|
+
type: Boolean,
|
|
172
|
+
default: false
|
|
169
173
|
}
|
|
170
174
|
},
|
|
171
175
|
|
|
@@ -195,6 +199,9 @@ const __default__ = {
|
|
|
195
199
|
|
|
196
200
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
197
201
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).zoomIn,
|
|
202
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
203
|
+
'kq-light-shadow': __props.showShadow
|
|
204
|
+
}]),
|
|
198
205
|
ref_key: "btn",
|
|
199
206
|
ref: btn,
|
|
200
207
|
onClick: btnClick,
|
|
@@ -215,7 +222,7 @@ const __default__ = {
|
|
|
215
222
|
|
|
216
223
|
}, 8
|
|
217
224
|
/* PROPS */
|
|
218
|
-
, ["title", "style"]);
|
|
225
|
+
, ["title", "class", "style"]);
|
|
219
226
|
};
|
|
220
227
|
}
|
|
221
228
|
|
package/index.js
CHANGED
|
@@ -90,7 +90,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".coord{background:rgba(42,42,42,.8);bo
|
|
|
90
90
|
|
|
91
91
|
/***/ }),
|
|
92
92
|
|
|
93
|
-
/***/
|
|
93
|
+
/***/ 339:
|
|
94
94
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
95
95
|
|
|
96
96
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(705);
|
|
@@ -2893,7 +2893,7 @@ const __default__ = {
|
|
|
2893
2893
|
},
|
|
2894
2894
|
|
|
2895
2895
|
/**
|
|
2896
|
-
* 例:"top-left","top-right","bottom-left","bottom-right","left","right","bottom"
|
|
2896
|
+
* 例:"top-left","top-right","bottom-left","bottom-right","left","right","bottom"
|
|
2897
2897
|
* {top:'16px',left:'16px'}, {top:16,left:16}
|
|
2898
2898
|
*/
|
|
2899
2899
|
toolButtonsPosition: [String, Object],
|
|
@@ -2950,7 +2950,7 @@ const __default__ = {
|
|
|
2950
2950
|
|
|
2951
2951
|
|
|
2952
2952
|
let _lang = proxy.$i18n.locale;
|
|
2953
|
-
let _language = proxy.$i18n.messages[_lang][
|
|
2953
|
+
let _language = proxy.$i18n.messages[_lang]["webgl"];
|
|
2954
2954
|
language.value = _language; //初始化逻辑类
|
|
2955
2955
|
|
|
2956
2956
|
viewModel = new ScenceViewViewModel(props, _language);
|
|
@@ -2982,20 +2982,24 @@ const __default__ = {
|
|
|
2982
2982
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(toolButtonsStyle))
|
|
2983
2983
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dFixedZoomout), {
|
|
2984
2984
|
mapTarget: __props.target,
|
|
2985
|
+
showShadow: true,
|
|
2985
2986
|
class: "zoomButton"
|
|
2986
2987
|
}, null, 8
|
|
2987
2988
|
/* PROPS */
|
|
2988
2989
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dFixedZoomin), {
|
|
2989
2990
|
mapTarget: __props.target,
|
|
2991
|
+
showShadow: true,
|
|
2990
2992
|
class: "zoomButton"
|
|
2991
2993
|
}, null, 8
|
|
2992
2994
|
/* PROPS */
|
|
2993
2995
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dResetView), {
|
|
2994
|
-
mapTarget: __props.target
|
|
2996
|
+
mapTarget: __props.target,
|
|
2997
|
+
showShadow: true
|
|
2995
2998
|
}, null, 8
|
|
2996
2999
|
/* PROPS */
|
|
2997
3000
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dCompass), {
|
|
2998
|
-
mapTarget: __props.target
|
|
3001
|
+
mapTarget: __props.target,
|
|
3002
|
+
showShadow: true
|
|
2999
3003
|
}, null, 8
|
|
3000
3004
|
/* PROPS */
|
|
3001
3005
|
, ["mapTarget"])])], 6
|
|
@@ -3121,6 +3125,10 @@ const FixedZoomoutvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3121
3125
|
buttonSize: {
|
|
3122
3126
|
type: String,
|
|
3123
3127
|
default: "32px"
|
|
3128
|
+
},
|
|
3129
|
+
showShadow: {
|
|
3130
|
+
type: Boolean,
|
|
3131
|
+
default: false
|
|
3124
3132
|
}
|
|
3125
3133
|
},
|
|
3126
3134
|
|
|
@@ -3150,6 +3158,9 @@ const FixedZoomoutvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3150
3158
|
|
|
3151
3159
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
3152
3160
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).zoomIn,
|
|
3161
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
3162
|
+
'kq-light-shadow': __props.showShadow
|
|
3163
|
+
}]),
|
|
3153
3164
|
ref_key: "btn",
|
|
3154
3165
|
ref: btn,
|
|
3155
3166
|
onClick: btnClick,
|
|
@@ -3170,7 +3181,7 @@ const FixedZoomoutvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3170
3181
|
|
|
3171
3182
|
}, 8
|
|
3172
3183
|
/* PROPS */
|
|
3173
|
-
, ["title", "style"]);
|
|
3184
|
+
, ["title", "class", "style"]);
|
|
3174
3185
|
};
|
|
3175
3186
|
}
|
|
3176
3187
|
|
|
@@ -3285,6 +3296,10 @@ const FixedZoominvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3285
3296
|
buttonSize: {
|
|
3286
3297
|
type: String,
|
|
3287
3298
|
default: "32px"
|
|
3299
|
+
},
|
|
3300
|
+
showShadow: {
|
|
3301
|
+
type: Boolean,
|
|
3302
|
+
default: false
|
|
3288
3303
|
}
|
|
3289
3304
|
},
|
|
3290
3305
|
|
|
@@ -3314,6 +3329,9 @@ const FixedZoominvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3314
3329
|
|
|
3315
3330
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
3316
3331
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).zoomOut,
|
|
3332
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
3333
|
+
'kq-light-shadow': __props.showShadow
|
|
3334
|
+
}]),
|
|
3317
3335
|
ref_key: "btn",
|
|
3318
3336
|
ref: btn,
|
|
3319
3337
|
onClick: btnClick,
|
|
@@ -3334,7 +3352,7 @@ const FixedZoominvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3334
3352
|
|
|
3335
3353
|
}, 8
|
|
3336
3354
|
/* PROPS */
|
|
3337
|
-
, ["title", "style"]);
|
|
3355
|
+
, ["title", "class", "style"]);
|
|
3338
3356
|
};
|
|
3339
3357
|
}
|
|
3340
3358
|
|
|
@@ -3399,6 +3417,10 @@ const ResetViewvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3399
3417
|
buttonSize: {
|
|
3400
3418
|
type: String,
|
|
3401
3419
|
default: "32px"
|
|
3420
|
+
},
|
|
3421
|
+
showShadow: {
|
|
3422
|
+
type: Boolean,
|
|
3423
|
+
default: false
|
|
3402
3424
|
}
|
|
3403
3425
|
},
|
|
3404
3426
|
|
|
@@ -3429,6 +3451,9 @@ const ResetViewvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3429
3451
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
3430
3452
|
ref_key: "btn",
|
|
3431
3453
|
ref: btn,
|
|
3454
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
3455
|
+
'kq-light-shadow': __props.showShadow
|
|
3456
|
+
}]),
|
|
3432
3457
|
onClick: btnClick,
|
|
3433
3458
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).resetView,
|
|
3434
3459
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)('width:' + __props.buttonSize)
|
|
@@ -3448,7 +3473,7 @@ const ResetViewvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3448
3473
|
|
|
3449
3474
|
}, 8
|
|
3450
3475
|
/* PROPS */
|
|
3451
|
-
, ["title", "style"]);
|
|
3476
|
+
, ["class", "title", "style"]);
|
|
3452
3477
|
};
|
|
3453
3478
|
}
|
|
3454
3479
|
|
|
@@ -3558,6 +3583,10 @@ const Compassvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3558
3583
|
buttonSize: {
|
|
3559
3584
|
type: String,
|
|
3560
3585
|
default: "32px"
|
|
3586
|
+
},
|
|
3587
|
+
showShadow: {
|
|
3588
|
+
type: Boolean,
|
|
3589
|
+
default: false
|
|
3561
3590
|
}
|
|
3562
3591
|
},
|
|
3563
3592
|
|
|
@@ -3592,6 +3621,9 @@ const Compassvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3592
3621
|
|
|
3593
3622
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
3594
3623
|
onClick: btnClick,
|
|
3624
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
3625
|
+
'kq-light-shadow': __props.showShadow
|
|
3626
|
+
}]),
|
|
3595
3627
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).resetOrientation,
|
|
3596
3628
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)('clip-path: circle(50%);width:' + __props.buttonSize)
|
|
3597
3629
|
}, {
|
|
@@ -3611,7 +3643,7 @@ const Compassvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3611
3643
|
|
|
3612
3644
|
}, 8
|
|
3613
3645
|
/* PROPS */
|
|
3614
|
-
, ["title", "style"]);
|
|
3646
|
+
, ["class", "title", "style"]);
|
|
3615
3647
|
};
|
|
3616
3648
|
}
|
|
3617
3649
|
|
|
@@ -22659,7 +22691,10 @@ const StatusBarvue_type_script_setup_true_lang_js_default_ = {
|
|
|
22659
22691
|
// 隐藏视点高
|
|
22660
22692
|
hideEyeAlt: Boolean,
|
|
22661
22693
|
// 隐藏版权信息
|
|
22662
|
-
hideCopyright:
|
|
22694
|
+
hideCopyright: {
|
|
22695
|
+
type: Boolean,
|
|
22696
|
+
default: true
|
|
22697
|
+
},
|
|
22663
22698
|
// 版权信息文字
|
|
22664
22699
|
copyrightText: String
|
|
22665
22700
|
},
|
|
@@ -22682,23 +22717,23 @@ const StatusBarvue_type_script_setup_true_lang_js_default_ = {
|
|
|
22682
22717
|
}));
|
|
22683
22718
|
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
|
|
22684
22719
|
|
|
22685
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
22686
|
-
var
|
|
22687
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
22720
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
22721
|
+
var StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss = __webpack_require__(339);
|
|
22722
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
22688
22723
|
|
|
22689
22724
|
|
|
22690
22725
|
|
|
22691
|
-
var
|
|
22726
|
+
var StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_options = {};
|
|
22692
22727
|
|
|
22693
|
-
|
|
22694
|
-
|
|
22728
|
+
StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_options.insert = "head";
|
|
22729
|
+
StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_options.singleton = false;
|
|
22695
22730
|
|
|
22696
|
-
var
|
|
22731
|
+
var StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss/* default */.Z, StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_options);
|
|
22697
22732
|
|
|
22698
22733
|
|
|
22699
22734
|
|
|
22700
|
-
/* harmony default export */ var
|
|
22701
|
-
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
22735
|
+
/* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss = (StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss/* default.locals */.Z.locals || {});
|
|
22736
|
+
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
22702
22737
|
|
|
22703
22738
|
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue
|
|
22704
22739
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.4.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.4.9-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"^9.2.0-beta.36","xlsx":"^0.18.5","css-vars-ponyfill":"^2.4.8","xe-utils":"^3.5.4"}}
|
package/resetview/index.js
CHANGED
|
@@ -116,6 +116,10 @@ const __default__ = {
|
|
|
116
116
|
buttonSize: {
|
|
117
117
|
type: String,
|
|
118
118
|
default: "32px"
|
|
119
|
+
},
|
|
120
|
+
showShadow: {
|
|
121
|
+
type: Boolean,
|
|
122
|
+
default: false
|
|
119
123
|
}
|
|
120
124
|
},
|
|
121
125
|
|
|
@@ -146,6 +150,9 @@ const __default__ = {
|
|
|
146
150
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
147
151
|
ref_key: "btn",
|
|
148
152
|
ref: btn,
|
|
153
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
154
|
+
'kq-light-shadow': __props.showShadow
|
|
155
|
+
}]),
|
|
149
156
|
onClick: btnClick,
|
|
150
157
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).resetView,
|
|
151
158
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)('width:' + __props.buttonSize)
|
|
@@ -165,7 +172,7 @@ const __default__ = {
|
|
|
165
172
|
|
|
166
173
|
}, 8
|
|
167
174
|
/* PROPS */
|
|
168
|
-
, ["title", "style"]);
|
|
175
|
+
, ["class", "title", "style"]);
|
|
169
176
|
};
|
|
170
177
|
}
|
|
171
178
|
|
package/scenceview/index.js
CHANGED
|
@@ -2418,7 +2418,7 @@ const __default__ = {
|
|
|
2418
2418
|
},
|
|
2419
2419
|
|
|
2420
2420
|
/**
|
|
2421
|
-
* 例:"top-left","top-right","bottom-left","bottom-right","left","right","bottom"
|
|
2421
|
+
* 例:"top-left","top-right","bottom-left","bottom-right","left","right","bottom"
|
|
2422
2422
|
* {top:'16px',left:'16px'}, {top:16,left:16}
|
|
2423
2423
|
*/
|
|
2424
2424
|
toolButtonsPosition: [String, Object],
|
|
@@ -2475,7 +2475,7 @@ const __default__ = {
|
|
|
2475
2475
|
|
|
2476
2476
|
|
|
2477
2477
|
let _lang = proxy.$i18n.locale;
|
|
2478
|
-
let _language = proxy.$i18n.messages[_lang][
|
|
2478
|
+
let _language = proxy.$i18n.messages[_lang]["webgl"];
|
|
2479
2479
|
language.value = _language; //初始化逻辑类
|
|
2480
2480
|
|
|
2481
2481
|
viewModel = new ScenceViewViewModel(props, _language);
|
|
@@ -2507,20 +2507,24 @@ const __default__ = {
|
|
|
2507
2507
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(toolButtonsStyle))
|
|
2508
2508
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dFixedZoomout), {
|
|
2509
2509
|
mapTarget: __props.target,
|
|
2510
|
+
showShadow: true,
|
|
2510
2511
|
class: "zoomButton"
|
|
2511
2512
|
}, null, 8
|
|
2512
2513
|
/* PROPS */
|
|
2513
2514
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dFixedZoomin), {
|
|
2514
2515
|
mapTarget: __props.target,
|
|
2516
|
+
showShadow: true,
|
|
2515
2517
|
class: "zoomButton"
|
|
2516
2518
|
}, null, 8
|
|
2517
2519
|
/* PROPS */
|
|
2518
2520
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dResetView), {
|
|
2519
|
-
mapTarget: __props.target
|
|
2521
|
+
mapTarget: __props.target,
|
|
2522
|
+
showShadow: true
|
|
2520
2523
|
}, null, 8
|
|
2521
2524
|
/* PROPS */
|
|
2522
2525
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dCompass), {
|
|
2523
|
-
mapTarget: __props.target
|
|
2526
|
+
mapTarget: __props.target,
|
|
2527
|
+
showShadow: true
|
|
2524
2528
|
}, null, 8
|
|
2525
2529
|
/* PROPS */
|
|
2526
2530
|
, ["mapTarget"])])], 6
|
package/statusbar/index.js
CHANGED
|
@@ -74,7 +74,7 @@ module.exports = function (cssWithMappingToString) {
|
|
|
74
74
|
|
|
75
75
|
/***/ }),
|
|
76
76
|
|
|
77
|
-
/***/
|
|
77
|
+
/***/ 339:
|
|
78
78
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
79
79
|
|
|
80
80
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(705);
|
|
@@ -518,7 +518,10 @@ const __default__ = {
|
|
|
518
518
|
// 隐藏视点高
|
|
519
519
|
hideEyeAlt: Boolean,
|
|
520
520
|
// 隐藏版权信息
|
|
521
|
-
hideCopyright:
|
|
521
|
+
hideCopyright: {
|
|
522
|
+
type: Boolean,
|
|
523
|
+
default: true
|
|
524
|
+
},
|
|
522
525
|
// 版权信息文字
|
|
523
526
|
copyrightText: String
|
|
524
527
|
},
|
|
@@ -544,9 +547,9 @@ const __default__ = {
|
|
|
544
547
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
545
548
|
var injectStylesIntoStyleTag = __webpack_require__(379);
|
|
546
549
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
547
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
548
|
-
var
|
|
549
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
550
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
551
|
+
var StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss = __webpack_require__(339);
|
|
552
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
550
553
|
|
|
551
554
|
|
|
552
555
|
|
|
@@ -555,12 +558,12 @@ var options = {};
|
|
|
555
558
|
options.insert = "head";
|
|
556
559
|
options.singleton = false;
|
|
557
560
|
|
|
558
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
561
|
+
var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss/* default */.Z, options);
|
|
559
562
|
|
|
560
563
|
|
|
561
564
|
|
|
562
|
-
/* harmony default export */ var
|
|
563
|
-
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
565
|
+
/* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss = (StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss/* default.locals */.Z.locals || {});
|
|
566
|
+
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
564
567
|
|
|
565
568
|
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue
|
|
566
569
|
|