@kq_npm/client3d_webgl_vue 4.5.48 → 4.5.49
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 +6 -5
- package/clientPrint/index.js +432 -24
- package/fixedzoomin/index.js +7 -5
- package/fixedzoomout/index.js +7 -5
- package/index.js +402 -20
- package/modelmaterialedit/index.js +596 -0
- package/modelmaterialedit/style/index.js +3 -0
- package/modelmaterialedit/style/modelmaterialedit.css +1 -0
- package/package.json +1 -1
- package/sceneapp/index.js +432 -24
- package/sceneview/index.js +432 -24
- package/style.css +1 -1
- package/webgl.es.js +437 -74
package/adddata/index.js
CHANGED
|
@@ -2575,10 +2575,10 @@ const __exports__ = AddDatavue_type_script_setup_true_lang_js;
|
|
|
2575
2575
|
var init_js_ = __webpack_require__(455);
|
|
2576
2576
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
2577
2577
|
;// ./src/webgl/adddata/index.js
|
|
2578
|
-
/*
|
|
2579
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
2580
|
-
* All rights reserved.
|
|
2581
|
-
*/
|
|
2578
|
+
/*
|
|
2579
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
2580
|
+
* All rights reserved.
|
|
2581
|
+
*/
|
|
2582
2582
|
|
|
2583
2583
|
|
|
2584
2584
|
|
|
@@ -2589,7 +2589,8 @@ AddData.install = (Vue, opts) => {
|
|
|
2589
2589
|
};
|
|
2590
2590
|
|
|
2591
2591
|
|
|
2592
|
-
|
|
2592
|
+
|
|
2593
|
+
kq_npm_client3d_webgl_vue.Kq3dAddData = AddData;
|
|
2593
2594
|
/******/ return __webpack_exports__;
|
|
2594
2595
|
/******/ })()
|
|
2595
2596
|
;
|
package/clientPrint/index.js
CHANGED
|
@@ -8275,8 +8275,6 @@ return (_ctx, _cache) => {
|
|
|
8275
8275
|
const __exports__ = SceneViewvue_type_script_setup_true_lang_js;
|
|
8276
8276
|
|
|
8277
8277
|
/* harmony default export */ var SceneView = (__exports__);
|
|
8278
|
-
// EXTERNAL MODULE: ./src/common/KqGIS.js
|
|
8279
|
-
var KqGIS = __webpack_require__(8353);
|
|
8280
8278
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
8281
8279
|
var init_js_ = __webpack_require__(455);
|
|
8282
8280
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
@@ -8289,7 +8287,6 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
8289
8287
|
|
|
8290
8288
|
|
|
8291
8289
|
|
|
8292
|
-
|
|
8293
8290
|
SceneView.install = (Vue, opts) => {
|
|
8294
8291
|
init_js_default()(Vue, opts);
|
|
8295
8292
|
Vue.component(SceneView.name, SceneView);
|
|
@@ -8297,7 +8294,7 @@ SceneView.install = (Vue, opts) => {
|
|
|
8297
8294
|
|
|
8298
8295
|
|
|
8299
8296
|
|
|
8300
|
-
|
|
8297
|
+
kq_npm_client3d_webgl_vue.KqSceneView = SceneView;
|
|
8301
8298
|
|
|
8302
8299
|
|
|
8303
8300
|
/***/ }),
|
|
@@ -19836,10 +19833,10 @@ const __exports__ = FixedZoomoutvue_type_script_setup_true_lang_js;
|
|
|
19836
19833
|
var init_js_ = __webpack_require__(455);
|
|
19837
19834
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
19838
19835
|
;// ./src/webgl/fixedzoomout/index.js
|
|
19839
|
-
/*
|
|
19840
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
19841
|
-
* All rights reserved.
|
|
19842
|
-
*/
|
|
19836
|
+
/*
|
|
19837
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
19838
|
+
* All rights reserved.
|
|
19839
|
+
*/
|
|
19843
19840
|
|
|
19844
19841
|
|
|
19845
19842
|
|
|
@@ -19849,7 +19846,9 @@ FixedZoomout.install = (Vue, opts) => {
|
|
|
19849
19846
|
Vue.component(FixedZoomout.name, FixedZoomout);
|
|
19850
19847
|
};
|
|
19851
19848
|
|
|
19852
|
-
|
|
19849
|
+
|
|
19850
|
+
|
|
19851
|
+
kq_npm_client3d_webgl_vue.Kq3dFixedZoomout = FixedZoomout;
|
|
19853
19852
|
|
|
19854
19853
|
/***/ }),
|
|
19855
19854
|
|
|
@@ -27129,10 +27128,10 @@ const __exports__ = FixedZoominvue_type_script_setup_true_lang_js;
|
|
|
27129
27128
|
var init_js_ = __webpack_require__(455);
|
|
27130
27129
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
27131
27130
|
;// ./src/webgl/fixedzoomin/index.js
|
|
27132
|
-
/*
|
|
27133
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
27134
|
-
* All rights reserved.
|
|
27135
|
-
*/
|
|
27131
|
+
/*
|
|
27132
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
27133
|
+
* All rights reserved.
|
|
27134
|
+
*/
|
|
27136
27135
|
|
|
27137
27136
|
|
|
27138
27137
|
|
|
@@ -27142,7 +27141,9 @@ FixedZoomin.install = (Vue, opts) => {
|
|
|
27142
27141
|
Vue.component(FixedZoomin.name, FixedZoomin);
|
|
27143
27142
|
};
|
|
27144
27143
|
|
|
27145
|
-
|
|
27144
|
+
|
|
27145
|
+
|
|
27146
|
+
kq_npm_client3d_webgl_vue.Kq3dFixedZoomin = FixedZoomin;
|
|
27146
27147
|
|
|
27147
27148
|
/***/ }),
|
|
27148
27149
|
|
|
@@ -46317,7 +46318,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tool-bar-wrapper-3d-component .tool-b
|
|
|
46317
46318
|
/* harmony import */ var _webgl_buildpolygonmodel__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(440);
|
|
46318
46319
|
/* harmony import */ var _webgl_buildpointmodel__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(8321);
|
|
46319
46320
|
/* harmony import */ var _webgl_buildpolylinemodel__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(9493);
|
|
46320
|
-
/* harmony import */ var
|
|
46321
|
+
/* harmony import */ var _webgl_modelmaterialedit__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(8614);
|
|
46322
|
+
/* harmony import */ var _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(6441);
|
|
46321
46323
|
/*
|
|
46322
46324
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
46323
46325
|
* All rights reserved.
|
|
@@ -46503,6 +46505,9 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tool-bar-wrapper-3d-component .tool-b
|
|
|
46503
46505
|
// 三维地理设计-构建点模型
|
|
46504
46506
|
|
|
46505
46507
|
|
|
46508
|
+
// 三维地理设计-构建点模型
|
|
46509
|
+
|
|
46510
|
+
|
|
46506
46511
|
|
|
46507
46512
|
|
|
46508
46513
|
|
|
@@ -46556,14 +46561,15 @@ const webglComponents = {
|
|
|
46556
46561
|
Kq3dSlopeAspectAnalysis: _webgl_slopeaspectanalysis__WEBPACK_IMPORTED_MODULE_35__["default"],
|
|
46557
46562
|
Kq3dSceneToHDImage: _webgl_scenetohdimage__WEBPACK_IMPORTED_MODULE_15__["default"],
|
|
46558
46563
|
Kq3dHeatmap: _webgl_heatmap3d__WEBPACK_IMPORTED_MODULE_19__["default"],
|
|
46559
|
-
KqSceneApp:
|
|
46564
|
+
KqSceneApp: _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_57__["default"],
|
|
46560
46565
|
Kq3dSceneAdvancedToImage: _webgl_sceneadvancedtoimage__WEBPACK_IMPORTED_MODULE_16__["default"],
|
|
46561
46566
|
Kq3dTyphoonTrac: _webgl_typhoontrac__WEBPACK_IMPORTED_MODULE_24__["default"],
|
|
46562
46567
|
Kq3dWindySlicing: _webgl_windyslicing__WEBPACK_IMPORTED_MODULE_23__["default"],
|
|
46563
46568
|
Kq3dModelEdit: _webgl_modeledit__WEBPACK_IMPORTED_MODULE_22__["default"],
|
|
46564
46569
|
Kq3dBuildPolygonModel: _webgl_buildpolygonmodel__WEBPACK_IMPORTED_MODULE_53__["default"],
|
|
46565
46570
|
Kq3dBuildPointModel: _webgl_buildpointmodel__WEBPACK_IMPORTED_MODULE_54__["default"],
|
|
46566
|
-
Kq3dBuildPolylineModel: _webgl_buildpolylinemodel__WEBPACK_IMPORTED_MODULE_55__["default"]
|
|
46571
|
+
Kq3dBuildPolylineModel: _webgl_buildpolylinemodel__WEBPACK_IMPORTED_MODULE_55__["default"],
|
|
46572
|
+
Kq3dModelMaterialEdit: _webgl_modelmaterialedit__WEBPACK_IMPORTED_MODULE_56__["default"]
|
|
46567
46573
|
};
|
|
46568
46574
|
|
|
46569
46575
|
// 全局引入
|
|
@@ -50548,10 +50554,9 @@ BuildPointModel.install = (Vue, opts) => {
|
|
|
50548
50554
|
|
|
50549
50555
|
"use strict";
|
|
50550
50556
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
50551
|
-
/* harmony export */ Z: function() { return /* binding */ kq_npm_client3d_webgl_vue; },
|
|
50552
50557
|
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
50553
50558
|
/* harmony export */ });
|
|
50554
|
-
/* unused harmony
|
|
50559
|
+
/* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
|
|
50555
50560
|
let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
|
|
50556
50561
|
|
|
50557
50562
|
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
@@ -50566,6 +50571,408 @@ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
|
|
|
50566
50571
|
|
|
50567
50572
|
|
|
50568
50573
|
|
|
50574
|
+
/***/ }),
|
|
50575
|
+
|
|
50576
|
+
/***/ 8614:
|
|
50577
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
50578
|
+
|
|
50579
|
+
"use strict";
|
|
50580
|
+
|
|
50581
|
+
// EXPORTS
|
|
50582
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
50583
|
+
"default": function() { return /* reexport */ ModelMaterialEdit; }
|
|
50584
|
+
});
|
|
50585
|
+
|
|
50586
|
+
// UNUSED EXPORTS: ModelMaterialEditViewModel
|
|
50587
|
+
|
|
50588
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
50589
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
50590
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
50591
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
50592
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
50593
|
+
var gis_utils_ = __webpack_require__(64);
|
|
50594
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
50595
|
+
var message = __webpack_require__(1092);
|
|
50596
|
+
;// ./src/webgl/modelmaterialedit/ModelMaterialEditViewModel.js
|
|
50597
|
+
/*
|
|
50598
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
50599
|
+
* All rights reserved.
|
|
50600
|
+
*/
|
|
50601
|
+
|
|
50602
|
+
class BuildPolygonModelViewModel {
|
|
50603
|
+
_options = {};
|
|
50604
|
+
_scenceView = null;
|
|
50605
|
+
constructor(scenceView, formItem) {
|
|
50606
|
+
this._scenceView = scenceView;
|
|
50607
|
+
this._options = formItem;
|
|
50608
|
+
|
|
50609
|
+
}
|
|
50610
|
+
//清除
|
|
50611
|
+
clear() {
|
|
50612
|
+
|
|
50613
|
+
}
|
|
50614
|
+
//销毁
|
|
50615
|
+
destroy() {
|
|
50616
|
+
this.clear();
|
|
50617
|
+
}
|
|
50618
|
+
}
|
|
50619
|
+
|
|
50620
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util.js"
|
|
50621
|
+
var util_js_ = __webpack_require__(3684);
|
|
50622
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/configprovider/useGlobalConfig.js"
|
|
50623
|
+
var useGlobalConfig_js_ = __webpack_require__(5711);
|
|
50624
|
+
;// ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/modelmaterialedit/ModelMaterialEdit.vue?vue&type=script&setup=true&lang=js
|
|
50625
|
+
|
|
50626
|
+
|
|
50627
|
+
const _hoisted_1 = { class: "kq3d-model-material-edit-box" }
|
|
50628
|
+
const _hoisted_2 = { class: "thumbnail-container" }
|
|
50629
|
+
const _hoisted_3 = { class: "thumbnails-grid" }
|
|
50630
|
+
const _hoisted_4 = { class: "thumbnail-name" }
|
|
50631
|
+
const _hoisted_5 = ["src", "alt"]
|
|
50632
|
+
const _hoisted_6 = { class: "thumbnail-name" }
|
|
50633
|
+
|
|
50634
|
+
;
|
|
50635
|
+
|
|
50636
|
+
|
|
50637
|
+
|
|
50638
|
+
|
|
50639
|
+
|
|
50640
|
+
|
|
50641
|
+
|
|
50642
|
+
const __default__ = {
|
|
50643
|
+
name: "Kq3dModelMaterialEdit"
|
|
50644
|
+
};
|
|
50645
|
+
|
|
50646
|
+
/* harmony default export */ var ModelMaterialEditvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
50647
|
+
props: {
|
|
50648
|
+
mapTarget: {
|
|
50649
|
+
type: String
|
|
50650
|
+
},
|
|
50651
|
+
settingParams: {
|
|
50652
|
+
type: String
|
|
50653
|
+
},
|
|
50654
|
+
// 是否显示阴影
|
|
50655
|
+
showShadow: {
|
|
50656
|
+
type: Boolean,
|
|
50657
|
+
default: true
|
|
50658
|
+
},
|
|
50659
|
+
/**
|
|
50660
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
50661
|
+
*/
|
|
50662
|
+
position: [String, Object],
|
|
50663
|
+
// 是否生成HeaderTemp
|
|
50664
|
+
showHeaderTemp: {
|
|
50665
|
+
type: Boolean,
|
|
50666
|
+
default: false
|
|
50667
|
+
},
|
|
50668
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
50669
|
+
isCollapseHeaderTemp: {
|
|
50670
|
+
type: Boolean,
|
|
50671
|
+
default: false
|
|
50672
|
+
},
|
|
50673
|
+
// HeaderTemp标题
|
|
50674
|
+
headerTempTitle: {
|
|
50675
|
+
type: String
|
|
50676
|
+
},
|
|
50677
|
+
// HeaderTemp图标
|
|
50678
|
+
headerTempIcon: {
|
|
50679
|
+
type: [Object, String],
|
|
50680
|
+
default: client_icons_vue_.IconModelMaterialEdit
|
|
50681
|
+
},
|
|
50682
|
+
// HeaderTemp Title&Icon的位置
|
|
50683
|
+
isRight: {
|
|
50684
|
+
type: Boolean,
|
|
50685
|
+
default: true
|
|
50686
|
+
}
|
|
50687
|
+
},
|
|
50688
|
+
setup(__props, { expose: __expose }) {
|
|
50689
|
+
|
|
50690
|
+
const { t, lang, locale } = (0,useGlobalConfig_js_.useLocale)();
|
|
50691
|
+
// 获取组件传参
|
|
50692
|
+
const props = __props;
|
|
50693
|
+
// 关联数据
|
|
50694
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
50695
|
+
collapseValue: props?.settingParams?.collapseValue ?? "setting", // 默认展开属性设置
|
|
50696
|
+
materialPart: props?.settingParams?.materialPart ?? "", // 材质部位
|
|
50697
|
+
materialGroup: props?.settingParams?.materialGroup ?? "" // 材质分组
|
|
50698
|
+
});
|
|
50699
|
+
let materialParts = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([locale.value.webgl.roof, locale.value.webgl.facade]);
|
|
50700
|
+
let materialGroups = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([locale.value.webgl.wallTile, locale.value.webgl.road, locale.value.webgl.metal]);
|
|
50701
|
+
|
|
50702
|
+
let materialImages = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([
|
|
50703
|
+
{ name: "自然风光", url: "https://picsum.photos/100/80?random=1" },
|
|
50704
|
+
{ name: "城市建筑", url: "https://picsum.photos/100/80?random=2" },
|
|
50705
|
+
{ name: "可爱动物", url: "https://picsum.photos/100/80?random=3" },
|
|
50706
|
+
{ name: "美食佳肴", url: "https://picsum.photos/100/80?random=4" },
|
|
50707
|
+
{ name: "科技产品", url: "https://picsum.photos/100/80?random=5" },
|
|
50708
|
+
{ name: "艺术设计", url: "https://picsum.photos/100/80?random=6" },
|
|
50709
|
+
{ name: "旅行记忆", url: "https://picsum.photos/100/80?random=7" },
|
|
50710
|
+
{ name: "人物肖像", url: "https://picsum.photos/100/80?random=8" },
|
|
50711
|
+
{ name: "艺术设计", url: "https://picsum.photos/100/80?random=6" },
|
|
50712
|
+
{ name: "旅行记忆", url: "https://picsum.photos/100/80?random=7" },
|
|
50713
|
+
{ name: "人物肖像", url: "https://picsum.photos/100/80?random=8" }
|
|
50714
|
+
]);
|
|
50715
|
+
let showNotification = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
50716
|
+
let notificationText = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
50717
|
+
// 组件容器Ref
|
|
50718
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
50719
|
+
// 生成组件默认header
|
|
50720
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
50721
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
50722
|
+
let viewModel = null;
|
|
50723
|
+
|
|
50724
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
50725
|
+
(0,util_js_.updatePosition)(boxRef.value, props);
|
|
50726
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(
|
|
50727
|
+
() => props.position,
|
|
50728
|
+
(newVal, oldVal) => {
|
|
50729
|
+
(0,util_js_.updatePosition)(boxRef.value, props);
|
|
50730
|
+
}
|
|
50731
|
+
);
|
|
50732
|
+
watchCreateHeaderTemp();
|
|
50733
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(
|
|
50734
|
+
() => props.showHeaderTemp,
|
|
50735
|
+
(newVal, oldVal) => {
|
|
50736
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
50737
|
+
watchCreateHeaderTemp();
|
|
50738
|
+
});
|
|
50739
|
+
}
|
|
50740
|
+
);
|
|
50741
|
+
|
|
50742
|
+
gis_utils_.utils.getWebMap(props.mapTarget, scenceView => {
|
|
50743
|
+
if (scenceView) {
|
|
50744
|
+
viewModel = new BuildPolygonModelViewModel(scenceView, formItem);
|
|
50745
|
+
}
|
|
50746
|
+
});
|
|
50747
|
+
});
|
|
50748
|
+
|
|
50749
|
+
/**
|
|
50750
|
+
* @description 监听header生成
|
|
50751
|
+
*/
|
|
50752
|
+
const watchCreateHeaderTemp = () => {
|
|
50753
|
+
if (props.showHeaderTemp) {
|
|
50754
|
+
// 生成headerTemp
|
|
50755
|
+
headerTemp.value = (0,util_js_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, "webgl.modelMaterialEditTitle");
|
|
50756
|
+
}
|
|
50757
|
+
};
|
|
50758
|
+
//
|
|
50759
|
+
function paramsChanged(key) {}
|
|
50760
|
+
// 添加图片
|
|
50761
|
+
function addImage(){
|
|
50762
|
+
|
|
50763
|
+
}
|
|
50764
|
+
function clear() {
|
|
50765
|
+
viewModel?.clear();
|
|
50766
|
+
}
|
|
50767
|
+
// 销毁
|
|
50768
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
50769
|
+
clear();
|
|
50770
|
+
});
|
|
50771
|
+
|
|
50772
|
+
__expose({});
|
|
50773
|
+
|
|
50774
|
+
return (_ctx, _cache) => {
|
|
50775
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option")
|
|
50776
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select")
|
|
50777
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row")
|
|
50778
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item")
|
|
50779
|
+
const _component_kq_radio_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-button")
|
|
50780
|
+
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group")
|
|
50781
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form")
|
|
50782
|
+
|
|
50783
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
50784
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-model-material-edit", { 'kq-box-shadow': __props.showShadow }]),
|
|
50785
|
+
ref_key: "boxRef",
|
|
50786
|
+
ref: boxRef
|
|
50787
|
+
}, [
|
|
50788
|
+
(__props.showHeaderTemp)
|
|
50789
|
+
? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
50790
|
+
key: 0,
|
|
50791
|
+
ref_key: "headerTempRef",
|
|
50792
|
+
ref: headerTempRef
|
|
50793
|
+
}, null, 512 /* NEED_PATCH */))
|
|
50794
|
+
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
50795
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [
|
|
50796
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
50797
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(lang) === 'zh' ? '100px' : '120px',
|
|
50798
|
+
"label-position": "left"
|
|
50799
|
+
}, {
|
|
50800
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50801
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
50802
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50803
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
50804
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.materialPart
|
|
50805
|
+
}, {
|
|
50806
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50807
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
50808
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50809
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
50810
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialPart,
|
|
50811
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialPart) = $event)),
|
|
50812
|
+
onChange: _cache[1] || (_cache[1] = $event => (paramsChanged('materialPart'))),
|
|
50813
|
+
style: {"width":"100%"}
|
|
50814
|
+
}, {
|
|
50815
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50816
|
+
((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)(materialParts), (item, index) => {
|
|
50817
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
|
|
50818
|
+
label: item,
|
|
50819
|
+
key: index,
|
|
50820
|
+
value: item
|
|
50821
|
+
}, null, 8 /* PROPS */, ["label", "value"]))
|
|
50822
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
50823
|
+
]),
|
|
50824
|
+
_: 1 /* STABLE */
|
|
50825
|
+
}, 8 /* PROPS */, ["modelValue"])
|
|
50826
|
+
]),
|
|
50827
|
+
_: 1 /* STABLE */
|
|
50828
|
+
})
|
|
50829
|
+
]),
|
|
50830
|
+
_: 1 /* STABLE */
|
|
50831
|
+
}, 8 /* PROPS */, ["label"])
|
|
50832
|
+
]),
|
|
50833
|
+
_: 1 /* STABLE */
|
|
50834
|
+
}),
|
|
50835
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
50836
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50837
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
50838
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.materialGroup
|
|
50839
|
+
}, {
|
|
50840
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50841
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
50842
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50843
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
50844
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialGroup,
|
|
50845
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialGroup) = $event)),
|
|
50846
|
+
onChange: _cache[3] || (_cache[3] = $event => (paramsChanged('materialGroup'))),
|
|
50847
|
+
style: {"width":"100%"}
|
|
50848
|
+
}, {
|
|
50849
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50850
|
+
((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)(materialGroups), (item, index) => {
|
|
50851
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
|
|
50852
|
+
label: item,
|
|
50853
|
+
key: index,
|
|
50854
|
+
value: item
|
|
50855
|
+
}, null, 8 /* PROPS */, ["label", "value"]))
|
|
50856
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
50857
|
+
]),
|
|
50858
|
+
_: 1 /* STABLE */
|
|
50859
|
+
}, 8 /* PROPS */, ["modelValue"])
|
|
50860
|
+
]),
|
|
50861
|
+
_: 1 /* STABLE */
|
|
50862
|
+
})
|
|
50863
|
+
]),
|
|
50864
|
+
_: 1 /* STABLE */
|
|
50865
|
+
}, 8 /* PROPS */, ["label"])
|
|
50866
|
+
]),
|
|
50867
|
+
_: 1 /* STABLE */
|
|
50868
|
+
}),
|
|
50869
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
50870
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50871
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [
|
|
50872
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [
|
|
50873
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
50874
|
+
class: "thumbnail-item",
|
|
50875
|
+
onClick: addImage
|
|
50876
|
+
}, [
|
|
50877
|
+
_cache[6] || (_cache[6] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", { class: "add-image" }, [
|
|
50878
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", { class: "add-icon" }, "+")
|
|
50879
|
+
], -1 /* CACHED */)),
|
|
50880
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.newMaterial), 1 /* TEXT */)
|
|
50881
|
+
]),
|
|
50882
|
+
((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)(materialImages), (image, index) => {
|
|
50883
|
+
return ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
50884
|
+
class: "thumbnail-item",
|
|
50885
|
+
key: index
|
|
50886
|
+
}, [
|
|
50887
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
50888
|
+
src: image.url,
|
|
50889
|
+
alt: image.name,
|
|
50890
|
+
class: "thumbnail-img"
|
|
50891
|
+
}, null, 8 /* PROPS */, _hoisted_5),
|
|
50892
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(image.name), 1 /* TEXT */)
|
|
50893
|
+
]))
|
|
50894
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
50895
|
+
])
|
|
50896
|
+
])
|
|
50897
|
+
]),
|
|
50898
|
+
_: 1 /* STABLE */
|
|
50899
|
+
}),
|
|
50900
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"margin-bootom":"0px"} }, {
|
|
50901
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50902
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
50903
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(locale).webgl.materialType
|
|
50904
|
+
}, {
|
|
50905
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50906
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
50907
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50908
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
50909
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialType,
|
|
50910
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).materialType) = $event)),
|
|
50911
|
+
onChange: _cache[5] || (_cache[5] = $event => (paramsChanged('materialType')))
|
|
50912
|
+
}, {
|
|
50913
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50914
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, { label: 1 }, {
|
|
50915
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50916
|
+
(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)(t)('webgl.commonMaterial')), 1 /* TEXT */)
|
|
50917
|
+
]),
|
|
50918
|
+
_: 1 /* STABLE */
|
|
50919
|
+
}),
|
|
50920
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_button, { label: 2 }, {
|
|
50921
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
50922
|
+
(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)(t)('webgl.pbrMaterial')), 1 /* TEXT */)
|
|
50923
|
+
]),
|
|
50924
|
+
_: 1 /* STABLE */
|
|
50925
|
+
})
|
|
50926
|
+
]),
|
|
50927
|
+
_: 1 /* STABLE */
|
|
50928
|
+
}, 8 /* PROPS */, ["modelValue"])
|
|
50929
|
+
]),
|
|
50930
|
+
_: 1 /* STABLE */
|
|
50931
|
+
})
|
|
50932
|
+
]),
|
|
50933
|
+
_: 1 /* STABLE */
|
|
50934
|
+
}, 8 /* PROPS */, ["label"])
|
|
50935
|
+
]),
|
|
50936
|
+
_: 1 /* STABLE */
|
|
50937
|
+
})
|
|
50938
|
+
]),
|
|
50939
|
+
_: 1 /* STABLE */
|
|
50940
|
+
}, 8 /* PROPS */, ["label-width"])
|
|
50941
|
+
])
|
|
50942
|
+
], 2 /* CLASS */))
|
|
50943
|
+
}
|
|
50944
|
+
}
|
|
50945
|
+
|
|
50946
|
+
}));
|
|
50947
|
+
;// ./src/webgl/modelmaterialedit/ModelMaterialEdit.vue?vue&type=script&setup=true&lang=js
|
|
50948
|
+
|
|
50949
|
+
;// ./src/webgl/modelmaterialedit/ModelMaterialEdit.vue
|
|
50950
|
+
|
|
50951
|
+
|
|
50952
|
+
|
|
50953
|
+
const __exports__ = ModelMaterialEditvue_type_script_setup_true_lang_js;
|
|
50954
|
+
|
|
50955
|
+
/* harmony default export */ var ModelMaterialEdit = (__exports__);
|
|
50956
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
50957
|
+
var init_js_ = __webpack_require__(455);
|
|
50958
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
50959
|
+
;// ./src/webgl/modelmaterialedit/index.js
|
|
50960
|
+
/*
|
|
50961
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
50962
|
+
* All rights reserved.
|
|
50963
|
+
*/
|
|
50964
|
+
|
|
50965
|
+
|
|
50966
|
+
|
|
50967
|
+
|
|
50968
|
+
ModelMaterialEdit.install = (Vue, opts) => {
|
|
50969
|
+
init_js_default()(Vue, opts);
|
|
50970
|
+
Vue.component(ModelMaterialEdit.name, ModelMaterialEdit);
|
|
50971
|
+
};
|
|
50972
|
+
|
|
50973
|
+
|
|
50974
|
+
|
|
50975
|
+
|
|
50569
50976
|
/***/ }),
|
|
50570
50977
|
|
|
50571
50978
|
/***/ 8974:
|
|
@@ -58112,10 +58519,10 @@ const __exports__ = AddDatavue_type_script_setup_true_lang_js;
|
|
|
58112
58519
|
var init_js_ = __webpack_require__(455);
|
|
58113
58520
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
58114
58521
|
;// ./src/webgl/adddata/index.js
|
|
58115
|
-
/*
|
|
58116
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
58117
|
-
* All rights reserved.
|
|
58118
|
-
*/
|
|
58522
|
+
/*
|
|
58523
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
58524
|
+
* All rights reserved.
|
|
58525
|
+
*/
|
|
58119
58526
|
|
|
58120
58527
|
|
|
58121
58528
|
|
|
@@ -58126,7 +58533,8 @@ AddData.install = (Vue, opts) => {
|
|
|
58126
58533
|
};
|
|
58127
58534
|
|
|
58128
58535
|
|
|
58129
|
-
|
|
58536
|
+
|
|
58537
|
+
kq_npm_client3d_webgl_vue.Kq3dAddData = AddData;
|
|
58130
58538
|
|
|
58131
58539
|
/***/ }),
|
|
58132
58540
|
|
package/fixedzoomin/index.js
CHANGED
|
@@ -323,10 +323,10 @@ const __exports__ = FixedZoominvue_type_script_setup_true_lang_js;
|
|
|
323
323
|
var init_js_ = __webpack_require__(455);
|
|
324
324
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
325
325
|
;// ./src/webgl/fixedzoomin/index.js
|
|
326
|
-
/*
|
|
327
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
328
|
-
* All rights reserved.
|
|
329
|
-
*/
|
|
326
|
+
/*
|
|
327
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
328
|
+
* All rights reserved.
|
|
329
|
+
*/
|
|
330
330
|
|
|
331
331
|
|
|
332
332
|
|
|
@@ -336,7 +336,9 @@ FixedZoomin.install = (Vue, opts) => {
|
|
|
336
336
|
Vue.component(FixedZoomin.name, FixedZoomin);
|
|
337
337
|
};
|
|
338
338
|
|
|
339
|
-
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
kq_npm_client3d_webgl_vue.Kq3dFixedZoomin = FixedZoomin;
|
|
340
342
|
/******/ return __webpack_exports__;
|
|
341
343
|
/******/ })()
|
|
342
344
|
;
|
package/fixedzoomout/index.js
CHANGED
|
@@ -322,10 +322,10 @@ const __exports__ = FixedZoomoutvue_type_script_setup_true_lang_js;
|
|
|
322
322
|
var init_js_ = __webpack_require__(455);
|
|
323
323
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
324
324
|
;// ./src/webgl/fixedzoomout/index.js
|
|
325
|
-
/*
|
|
326
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
327
|
-
* All rights reserved.
|
|
328
|
-
*/
|
|
325
|
+
/*
|
|
326
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
327
|
+
* All rights reserved.
|
|
328
|
+
*/
|
|
329
329
|
|
|
330
330
|
|
|
331
331
|
|
|
@@ -335,7 +335,9 @@ FixedZoomout.install = (Vue, opts) => {
|
|
|
335
335
|
Vue.component(FixedZoomout.name, FixedZoomout);
|
|
336
336
|
};
|
|
337
337
|
|
|
338
|
-
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
kq_npm_client3d_webgl_vue.Kq3dFixedZoomout = FixedZoomout;
|
|
339
341
|
/******/ return __webpack_exports__;
|
|
340
342
|
/******/ })()
|
|
341
343
|
;
|