@kq_npm/client3d_webgl_vue 0.9.2-beta → 0.9.4-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/adddata/index.js +32 -23
- package/aspectanalysis/index.js +495 -0
- package/aspectanalysis/style/aspectanalysis.css +1 -0
- package/aspectanalysis/style/index.js +3 -0
- package/index.js +466 -44
- package/package.json +1 -1
- package/scenceview/index.js +16 -21
- package/style.css +1 -1
package/index.js
CHANGED
|
@@ -447,6 +447,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
447
447
|
// EXPORTS
|
|
448
448
|
__webpack_require__.d(__webpack_exports__, {
|
|
449
449
|
"Kq3dAddDataViewModel": function() { return /* reexport */ AddDataViewModel; },
|
|
450
|
+
"Kq3dAspectAnalysis": function() { return /* reexport */ AspectAnalysis; },
|
|
451
|
+
"Kq3dAspectAnalysisViewModel": function() { return /* reexport */ AspectAnalysisViewModels; },
|
|
450
452
|
"Kq3dBaseterrainGallery": function() { return /* reexport */ BaseterrainGallery; },
|
|
451
453
|
"Kq3dBaseterrainGalleryViewModel": function() { return /* reexport */ BaseterrainGalleryViewModel; },
|
|
452
454
|
"Kq3dBoxClip": function() { return /* reexport */ BoxClip; },
|
|
@@ -2753,31 +2755,27 @@ const __default__ = {
|
|
|
2753
2755
|
props: {
|
|
2754
2756
|
target: {
|
|
2755
2757
|
type: String,
|
|
2756
|
-
default: "cesiumContainer"
|
|
2757
|
-
},
|
|
2758
|
-
options: {
|
|
2759
|
-
type: Object,
|
|
2760
2758
|
|
|
2761
2759
|
default() {
|
|
2762
|
-
return
|
|
2760
|
+
return "cesiumContainer";
|
|
2763
2761
|
}
|
|
2764
2762
|
|
|
2765
2763
|
},
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2764
|
+
options: Object,
|
|
2765
|
+
|
|
2766
|
+
/**
|
|
2767
|
+
* 图层数据源
|
|
2768
|
+
* 事例:
|
|
2769
|
+
* {
|
|
2770
|
+
name: null,// 服务名称
|
|
2771
|
+
url: null,//服务地址
|
|
2772
|
+
token: null,//服务token
|
|
2773
|
+
type: "kqmapserver", //服务类型 kqmapserver或者kq3dserver
|
|
2774
|
+
isShowAllLayers: true,
|
|
2775
|
+
defaultShowLayerNames: []
|
|
2776
|
+
}
|
|
2777
|
+
*/
|
|
2778
|
+
service: Object,
|
|
2781
2779
|
// ScenceView初始化的参数对象,包含初始化范围和layer信息。
|
|
2782
2780
|
scenceInfo: Object,
|
|
2783
2781
|
// 默认显示的图层组名称
|
|
@@ -2799,7 +2797,6 @@ const __default__ = {
|
|
|
2799
2797
|
|
|
2800
2798
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)({});
|
|
2801
2799
|
let viewModel = null;
|
|
2802
|
-
let removeEventListener = null;
|
|
2803
2800
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
2804
2801
|
//设置语言
|
|
2805
2802
|
let _lang = proxy.$i18n.locale;
|
|
@@ -12435,6 +12432,419 @@ SlopeAnalysis.install = (Vue, opts) => {
|
|
|
12435
12432
|
};
|
|
12436
12433
|
|
|
12437
12434
|
|
|
12435
|
+
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysisViewModel.js
|
|
12436
|
+
|
|
12437
|
+
|
|
12438
|
+
/**
|
|
12439
|
+
* 坡向逻辑类
|
|
12440
|
+
**/
|
|
12441
|
+
class AspectAnalysisViewModels {
|
|
12442
|
+
// 坡向三维对象
|
|
12443
|
+
constructor(scenceView, aspect) {
|
|
12444
|
+
_defineProperty(this, "_aspectAnalysis", null);
|
|
12445
|
+
|
|
12446
|
+
_defineProperty(this, "_globaOptions", {
|
|
12447
|
+
//全局参数
|
|
12448
|
+
viewer: null,
|
|
12449
|
+
_drawManager: null,
|
|
12450
|
+
viewModel: null
|
|
12451
|
+
});
|
|
12452
|
+
|
|
12453
|
+
this._globaOptions.viewer = scenceView._viewer;
|
|
12454
|
+
this._globaOptions.viewModel = {
|
|
12455
|
+
interval: aspect.interval || 500,
|
|
12456
|
+
//采样间隔
|
|
12457
|
+
width: aspect.arrowWidth || 20,
|
|
12458
|
+
// 箭头宽度
|
|
12459
|
+
color: Cesium.Color.fromCssColorString(aspect.color || '#FFFF00'),
|
|
12460
|
+
// 箭头颜色
|
|
12461
|
+
viewer: scenceView._viewer
|
|
12462
|
+
};
|
|
12463
|
+
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
12464
|
+
|
|
12465
|
+
this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
12466
|
+
this._globaOptions._drawManager = scenceView._drawManager;
|
|
12467
|
+
let that = this;
|
|
12468
|
+
this._aspectAnalysis = new Cesium.Kq3dAspect(this._globaOptions.viewModel);
|
|
12469
|
+
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
12470
|
+
if (shape) {
|
|
12471
|
+
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
12472
|
+
that._aspectAnalysis.positions = positions;
|
|
12473
|
+
|
|
12474
|
+
that._globaOptions._drawManager.clear();
|
|
12475
|
+
}
|
|
12476
|
+
});
|
|
12477
|
+
} // 开始分析
|
|
12478
|
+
|
|
12479
|
+
|
|
12480
|
+
start() {
|
|
12481
|
+
// 判断是否添加了地形
|
|
12482
|
+
if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
|
|
12483
|
+
if (this._globaOptions._drawManager) {
|
|
12484
|
+
this._globaOptions._drawManager.startDraw("polygon", {
|
|
12485
|
+
clampToGround: true
|
|
12486
|
+
});
|
|
12487
|
+
}
|
|
12488
|
+
} else {
|
|
12489
|
+
throw "请加载地形后分析!";
|
|
12490
|
+
}
|
|
12491
|
+
} // 设置填充纹理颜色
|
|
12492
|
+
|
|
12493
|
+
|
|
12494
|
+
setColorTable(newValue) {
|
|
12495
|
+
this._globaOptions.viewModel.colorTable = newValue;
|
|
12496
|
+
if (this._slopeAnalysis) this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
12497
|
+
} // 清除全部结果
|
|
12498
|
+
|
|
12499
|
+
|
|
12500
|
+
clear() {
|
|
12501
|
+
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
12502
|
+
this._aspectAnalysis && this._aspectAnalysis.destroy();
|
|
12503
|
+
this._aspectAnalysis = null;
|
|
12504
|
+
} // 销毁
|
|
12505
|
+
|
|
12506
|
+
|
|
12507
|
+
destroy() {
|
|
12508
|
+
// 移除监听事件
|
|
12509
|
+
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
12510
|
+
this._globaOptions._drawFinishedEventListener = null;
|
|
12511
|
+
this._aspectAnalysis && this._aspectAnalysis.destroy();
|
|
12512
|
+
this._aspectAnalysis = null;
|
|
12513
|
+
}
|
|
12514
|
+
|
|
12515
|
+
}
|
|
12516
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
12517
|
+
|
|
12518
|
+
const AspectAnalysisvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
12519
|
+
class: "kq3d-aspect-analysis"
|
|
12520
|
+
};
|
|
12521
|
+
const AspectAnalysisvue_type_script_setup_true_lang_js_hoisted_2 = {
|
|
12522
|
+
class: "kq3d-aspect-analysis-footer"
|
|
12523
|
+
};
|
|
12524
|
+
|
|
12525
|
+
|
|
12526
|
+
|
|
12527
|
+
const AspectAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
12528
|
+
name: "Kq3dAspectAnalysis"
|
|
12529
|
+
};
|
|
12530
|
+
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(AspectAnalysisvue_type_script_setup_true_lang_js_default_, {
|
|
12531
|
+
props: {
|
|
12532
|
+
// 设置参数
|
|
12533
|
+
settingParams: {
|
|
12534
|
+
type: Object
|
|
12535
|
+
}
|
|
12536
|
+
},
|
|
12537
|
+
|
|
12538
|
+
setup(__props, {
|
|
12539
|
+
expose
|
|
12540
|
+
}) {
|
|
12541
|
+
const props = __props;
|
|
12542
|
+
const {
|
|
12543
|
+
proxy
|
|
12544
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.getCurrentInstance)();
|
|
12545
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)("");
|
|
12546
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)({}); //计算属性
|
|
12547
|
+
// 获取组件传参
|
|
12548
|
+
// 分析类
|
|
12549
|
+
|
|
12550
|
+
let viewModel = null; // 默认参数
|
|
12551
|
+
|
|
12552
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
|
|
12553
|
+
interval: props.settingParams && props.settingParams.interval || 500,
|
|
12554
|
+
arrowWidth: props.settingParams && props.settingParams.arrowWidth || 20,
|
|
12555
|
+
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FF0000"
|
|
12556
|
+
});
|
|
12557
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
12558
|
+
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
12559
|
+
|
|
12560
|
+
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
12561
|
+
if (scenceView) {
|
|
12562
|
+
language.value = scenceView._language;
|
|
12563
|
+
viewModel = new AspectAnalysisViewModels(scenceView, formItem);
|
|
12564
|
+
}
|
|
12565
|
+
});
|
|
12566
|
+
}); // 参数改变
|
|
12567
|
+
|
|
12568
|
+
function paramsChanged(key) {
|
|
12569
|
+
switch (key) {
|
|
12570
|
+
case "interval":
|
|
12571
|
+
//
|
|
12572
|
+
break;
|
|
12573
|
+
|
|
12574
|
+
case "arrowWidth":
|
|
12575
|
+
// 自定义填充样式区间
|
|
12576
|
+
break;
|
|
12577
|
+
|
|
12578
|
+
case "arrowColor":
|
|
12579
|
+
// 自定义填充样式颜色
|
|
12580
|
+
break;
|
|
12581
|
+
|
|
12582
|
+
default:
|
|
12583
|
+
break;
|
|
12584
|
+
}
|
|
12585
|
+
} // 开始分析
|
|
12586
|
+
|
|
12587
|
+
|
|
12588
|
+
function startAnalysis() {
|
|
12589
|
+
clearResult();
|
|
12590
|
+
viewModel && viewModel.start();
|
|
12591
|
+
} //清除结果
|
|
12592
|
+
|
|
12593
|
+
|
|
12594
|
+
function clearResult() {
|
|
12595
|
+
viewModel && viewModel.clear();
|
|
12596
|
+
} // 销毁
|
|
12597
|
+
|
|
12598
|
+
|
|
12599
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onBeforeUnmount)(() => {
|
|
12600
|
+
viewModel && viewModel.destroy();
|
|
12601
|
+
});
|
|
12602
|
+
expose({
|
|
12603
|
+
paramsChanged,
|
|
12604
|
+
startAnalysis,
|
|
12605
|
+
clearResult
|
|
12606
|
+
});
|
|
12607
|
+
return (_ctx, _cache) => {
|
|
12608
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-row");
|
|
12609
|
+
|
|
12610
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-slider");
|
|
12611
|
+
|
|
12612
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-col");
|
|
12613
|
+
|
|
12614
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-input-number");
|
|
12615
|
+
|
|
12616
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-form-item");
|
|
12617
|
+
|
|
12618
|
+
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-color-picker");
|
|
12619
|
+
|
|
12620
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-form");
|
|
12621
|
+
|
|
12622
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-collapse-item");
|
|
12623
|
+
|
|
12624
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-collapse");
|
|
12625
|
+
|
|
12626
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-button");
|
|
12627
|
+
|
|
12628
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("section", AspectAnalysisvue_type_script_setup_true_lang_js_hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
12629
|
+
class: "kq3d-aspect-analysis-tip"
|
|
12630
|
+
}, {
|
|
12631
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).skylineTips), 1
|
|
12632
|
+
/* TEXT */
|
|
12633
|
+
)]),
|
|
12634
|
+
_: 1
|
|
12635
|
+
/* STABLE */
|
|
12636
|
+
|
|
12637
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_collapse, {
|
|
12638
|
+
"model-value": _ctx.collapseValue
|
|
12639
|
+
}, {
|
|
12640
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_collapse_item, {
|
|
12641
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).analysisSettings,
|
|
12642
|
+
name: "setting"
|
|
12643
|
+
}, {
|
|
12644
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form, {
|
|
12645
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(currentLang) === 'zh' ? '90px' : '120px',
|
|
12646
|
+
"label-position": "left"
|
|
12647
|
+
}, {
|
|
12648
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(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)(_component_kq_row, null, {
|
|
12649
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
|
|
12650
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).samplingInterval
|
|
12651
|
+
}, {
|
|
12652
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
12653
|
+
style: {
|
|
12654
|
+
"display": "flex"
|
|
12655
|
+
}
|
|
12656
|
+
}, {
|
|
12657
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
12658
|
+
span: 16
|
|
12659
|
+
}, {
|
|
12660
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_slider, {
|
|
12661
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).interval,
|
|
12662
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).interval = $event),
|
|
12663
|
+
step: 1,
|
|
12664
|
+
min: 100,
|
|
12665
|
+
max: 1000,
|
|
12666
|
+
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('interval'))
|
|
12667
|
+
}, null, 8
|
|
12668
|
+
/* PROPS */
|
|
12669
|
+
, ["modelValue"])]),
|
|
12670
|
+
_: 1
|
|
12671
|
+
/* STABLE */
|
|
12672
|
+
|
|
12673
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
12674
|
+
span: 8
|
|
12675
|
+
}, {
|
|
12676
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
12677
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).interval,
|
|
12678
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).interval = $event),
|
|
12679
|
+
step: 1,
|
|
12680
|
+
min: 100,
|
|
12681
|
+
max: 1000,
|
|
12682
|
+
"controls-position": "right",
|
|
12683
|
+
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('interval'))
|
|
12684
|
+
}, null, 8
|
|
12685
|
+
/* PROPS */
|
|
12686
|
+
, ["modelValue"])]),
|
|
12687
|
+
_: 1
|
|
12688
|
+
/* STABLE */
|
|
12689
|
+
|
|
12690
|
+
})]),
|
|
12691
|
+
_: 1
|
|
12692
|
+
/* STABLE */
|
|
12693
|
+
|
|
12694
|
+
})]),
|
|
12695
|
+
_: 1
|
|
12696
|
+
/* STABLE */
|
|
12697
|
+
|
|
12698
|
+
}, 8
|
|
12699
|
+
/* PROPS */
|
|
12700
|
+
, ["label"])]),
|
|
12701
|
+
_: 1
|
|
12702
|
+
/* STABLE */
|
|
12703
|
+
|
|
12704
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
|
|
12705
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
|
|
12706
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).arrowWidth
|
|
12707
|
+
}, {
|
|
12708
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
12709
|
+
style: {
|
|
12710
|
+
"display": "flex"
|
|
12711
|
+
}
|
|
12712
|
+
}, {
|
|
12713
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
12714
|
+
span: 16
|
|
12715
|
+
}, {
|
|
12716
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_slider, {
|
|
12717
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).arrowWidth,
|
|
12718
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).arrowWidth = $event),
|
|
12719
|
+
step: 1,
|
|
12720
|
+
min: 1,
|
|
12721
|
+
max: 30,
|
|
12722
|
+
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('arrowWidth'))
|
|
12723
|
+
}, null, 8
|
|
12724
|
+
/* PROPS */
|
|
12725
|
+
, ["modelValue"])]),
|
|
12726
|
+
_: 1
|
|
12727
|
+
/* STABLE */
|
|
12728
|
+
|
|
12729
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
12730
|
+
span: 8
|
|
12731
|
+
}, {
|
|
12732
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
12733
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).arrowWidth,
|
|
12734
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).arrowWidth = $event),
|
|
12735
|
+
step: 1,
|
|
12736
|
+
min: 1,
|
|
12737
|
+
max: 30,
|
|
12738
|
+
"controls-position": "right",
|
|
12739
|
+
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('arrowWidth'))
|
|
12740
|
+
}, null, 8
|
|
12741
|
+
/* PROPS */
|
|
12742
|
+
, ["modelValue"])]),
|
|
12743
|
+
_: 1
|
|
12744
|
+
/* STABLE */
|
|
12745
|
+
|
|
12746
|
+
})]),
|
|
12747
|
+
_: 1
|
|
12748
|
+
/* STABLE */
|
|
12749
|
+
|
|
12750
|
+
})]),
|
|
12751
|
+
_: 1
|
|
12752
|
+
/* STABLE */
|
|
12753
|
+
|
|
12754
|
+
}, 8
|
|
12755
|
+
/* PROPS */
|
|
12756
|
+
, ["label"])]),
|
|
12757
|
+
_: 1
|
|
12758
|
+
/* STABLE */
|
|
12759
|
+
|
|
12760
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
|
|
12761
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
|
|
12762
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).color
|
|
12763
|
+
}, {
|
|
12764
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_color_picker, {
|
|
12765
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).arrowColor,
|
|
12766
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).arrowColor = $event),
|
|
12767
|
+
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('slopeColorText'))
|
|
12768
|
+
}, null, 8
|
|
12769
|
+
/* PROPS */
|
|
12770
|
+
, ["modelValue"])]),
|
|
12771
|
+
_: 1
|
|
12772
|
+
/* STABLE */
|
|
12773
|
+
|
|
12774
|
+
}, 8
|
|
12775
|
+
/* PROPS */
|
|
12776
|
+
, ["label"])]),
|
|
12777
|
+
_: 1
|
|
12778
|
+
/* STABLE */
|
|
12779
|
+
|
|
12780
|
+
})])]),
|
|
12781
|
+
_: 1
|
|
12782
|
+
/* STABLE */
|
|
12783
|
+
|
|
12784
|
+
}, 8
|
|
12785
|
+
/* PROPS */
|
|
12786
|
+
, ["label-width"])]),
|
|
12787
|
+
_: 1
|
|
12788
|
+
/* STABLE */
|
|
12789
|
+
|
|
12790
|
+
}, 8
|
|
12791
|
+
/* PROPS */
|
|
12792
|
+
, ["title"])]),
|
|
12793
|
+
_: 1
|
|
12794
|
+
/* STABLE */
|
|
12795
|
+
|
|
12796
|
+
}, 8
|
|
12797
|
+
/* PROPS */
|
|
12798
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", AspectAnalysisvue_type_script_setup_true_lang_js_hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
12799
|
+
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
12800
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).startAnalysis,
|
|
12801
|
+
type: "primary"
|
|
12802
|
+
}, {
|
|
12803
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).startAnalysis), 1
|
|
12804
|
+
/* TEXT */
|
|
12805
|
+
)]),
|
|
12806
|
+
_: 1
|
|
12807
|
+
/* STABLE */
|
|
12808
|
+
|
|
12809
|
+
}, 8
|
|
12810
|
+
/* PROPS */
|
|
12811
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
12812
|
+
onClick: _cache[11] || (_cache[11] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withModifiers)($event => clearResult(), ["stop"])),
|
|
12813
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).clearResult
|
|
12814
|
+
}, {
|
|
12815
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).clearResult), 1
|
|
12816
|
+
/* TEXT */
|
|
12817
|
+
)]),
|
|
12818
|
+
_: 1
|
|
12819
|
+
/* STABLE */
|
|
12820
|
+
|
|
12821
|
+
}, 8
|
|
12822
|
+
/* PROPS */
|
|
12823
|
+
, ["title"])])]);
|
|
12824
|
+
};
|
|
12825
|
+
}
|
|
12826
|
+
|
|
12827
|
+
}));
|
|
12828
|
+
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
12829
|
+
|
|
12830
|
+
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysis.vue
|
|
12831
|
+
|
|
12832
|
+
|
|
12833
|
+
|
|
12834
|
+
const AspectAnalysis_exports_ = AspectAnalysisvue_type_script_setup_true_lang_js;
|
|
12835
|
+
|
|
12836
|
+
/* harmony default export */ var AspectAnalysis = (AspectAnalysis_exports_);
|
|
12837
|
+
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/index.js
|
|
12838
|
+
|
|
12839
|
+
|
|
12840
|
+
|
|
12841
|
+
|
|
12842
|
+
AspectAnalysis.install = (Vue, opts) => {
|
|
12843
|
+
init_js_default()(Vue, opts);
|
|
12844
|
+
Vue.component(AspectAnalysis.name, AspectAnalysis);
|
|
12845
|
+
};
|
|
12846
|
+
|
|
12847
|
+
|
|
12438
12848
|
;// CONCATENATED MODULE: ./src/webgl/isolineanalysis/IsolineAnalysisViewModel.js
|
|
12439
12849
|
|
|
12440
12850
|
//等值线分析逻辑类
|
|
@@ -17285,31 +17695,28 @@ class AddDataViewModel {
|
|
|
17285
17695
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/adddata/AddData.vue?vue&type=script&setup=true&lang=js
|
|
17286
17696
|
|
|
17287
17697
|
const AddDatavue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
17288
|
-
class: "kq-add-data"
|
|
17289
|
-
};
|
|
17290
|
-
const AddDatavue_type_script_setup_true_lang_js_hoisted_2 = {
|
|
17291
17698
|
class: "kq-add-data-desc"
|
|
17292
17699
|
};
|
|
17293
|
-
const
|
|
17700
|
+
const AddDatavue_type_script_setup_true_lang_js_hoisted_2 = {
|
|
17294
17701
|
class: "kq-add-data-upload_text"
|
|
17295
17702
|
};
|
|
17296
|
-
const
|
|
17703
|
+
const AddDatavue_type_script_setup_true_lang_js_hoisted_3 = {
|
|
17297
17704
|
class: "kq-add-data-filelist"
|
|
17298
17705
|
};
|
|
17299
|
-
const
|
|
17706
|
+
const AddDatavue_type_script_setup_true_lang_js_hoisted_4 = {
|
|
17300
17707
|
class: "kq-add-data-file"
|
|
17301
17708
|
};
|
|
17302
|
-
const
|
|
17303
|
-
const
|
|
17709
|
+
const AddDatavue_type_script_setup_true_lang_js_hoisted_5 = ["title"];
|
|
17710
|
+
const AddDatavue_type_script_setup_true_lang_js_hoisted_6 = {
|
|
17304
17711
|
class: "kq-add-data-footer"
|
|
17305
17712
|
};
|
|
17306
|
-
const
|
|
17713
|
+
const AddDatavue_type_script_setup_true_lang_js_hoisted_7 = {
|
|
17307
17714
|
class: "kq-add-data-tip"
|
|
17308
17715
|
};
|
|
17309
|
-
const
|
|
17716
|
+
const AddDatavue_type_script_setup_true_lang_js_hoisted_8 = {
|
|
17310
17717
|
class: "kq-add-data-tip"
|
|
17311
17718
|
};
|
|
17312
|
-
const
|
|
17719
|
+
const AddDatavue_type_script_setup_true_lang_js_hoisted_9 = {
|
|
17313
17720
|
class: "kq-add-data-footer"
|
|
17314
17721
|
};
|
|
17315
17722
|
|
|
@@ -17321,7 +17728,13 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17321
17728
|
name: "Kq3dAddData"
|
|
17322
17729
|
};
|
|
17323
17730
|
/* harmony default export */ var AddDatavue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(AddDatavue_type_script_setup_true_lang_js_default_, {
|
|
17324
|
-
props: {
|
|
17731
|
+
props: {
|
|
17732
|
+
// 是否显示阴影
|
|
17733
|
+
showShadow: {
|
|
17734
|
+
type: Boolean,
|
|
17735
|
+
default: false
|
|
17736
|
+
}
|
|
17737
|
+
},
|
|
17325
17738
|
|
|
17326
17739
|
setup(__props, {
|
|
17327
17740
|
expose
|
|
@@ -17550,7 +17963,11 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17550
17963
|
|
|
17551
17964
|
const _component_kq_tabs = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-tabs");
|
|
17552
17965
|
|
|
17553
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("section",
|
|
17966
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("section", {
|
|
17967
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)(["kq-add-data", {
|
|
17968
|
+
'kq-shadow': __props.showShadow
|
|
17969
|
+
}])
|
|
17970
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_tabs, {
|
|
17554
17971
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(activeName),
|
|
17555
17972
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.isRef)(activeName) ? activeName.value = $event : activeName = $event),
|
|
17556
17973
|
onTabChange: handleChange
|
|
@@ -17559,7 +17976,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17559
17976
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).uploadData,
|
|
17560
17977
|
name: "upload"
|
|
17561
17978
|
}, {
|
|
17562
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div",
|
|
17979
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", AddDatavue_type_script_setup_true_lang_js_hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
17563
17980
|
class: ""
|
|
17564
17981
|
}, {
|
|
17565
17982
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).fileFormatDescription), 1
|
|
@@ -17589,7 +18006,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17589
18006
|
ref_key: "upload_ref",
|
|
17590
18007
|
ref: upload_ref
|
|
17591
18008
|
}, {
|
|
17592
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div",
|
|
18009
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", AddDatavue_type_script_setup_true_lang_js_hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).dragFileToArea), 1
|
|
17593
18010
|
/* TEXT */
|
|
17594
18011
|
)]),
|
|
17595
18012
|
_: 1
|
|
@@ -17597,7 +18014,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17597
18014
|
|
|
17598
18015
|
}, 8
|
|
17599
18016
|
/* PROPS */
|
|
17600
|
-
, ["file-list"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(fileList).length === 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div",
|
|
18017
|
+
, ["file-list"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(fileList).length === 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", AddDatavue_type_script_setup_true_lang_js_hoisted_3, [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(operatorArray), (rowItem, i) => {
|
|
17601
18018
|
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_row, {
|
|
17602
18019
|
key: i,
|
|
17603
18020
|
gutter: 20
|
|
@@ -17607,7 +18024,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17607
18024
|
span: 8,
|
|
17608
18025
|
key: j
|
|
17609
18026
|
}, {
|
|
17610
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div",
|
|
18027
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", AddDatavue_type_script_setup_true_lang_js_hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
17611
18028
|
class: "kq-add-data-doc"
|
|
17612
18029
|
}, {
|
|
17613
18030
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(icons_vue_namespaceObject.Document))]),
|
|
@@ -17618,7 +18035,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17618
18035
|
title: file.name
|
|
17619
18036
|
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)(file.name), 9
|
|
17620
18037
|
/* TEXT, PROPS */
|
|
17621
|
-
,
|
|
18038
|
+
, AddDatavue_type_script_setup_true_lang_js_hoisted_5), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
|
|
17622
18039
|
class: "kq-add-data-close",
|
|
17623
18040
|
onClick: $event => removeFile(file)
|
|
17624
18041
|
}, {
|
|
@@ -17648,7 +18065,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17648
18065
|
/* KEYED_FRAGMENT */
|
|
17649
18066
|
))], 512
|
|
17650
18067
|
/* NEED_PATCH */
|
|
17651
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(fileList).length > 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div",
|
|
18068
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(fileList).length > 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", AddDatavue_type_script_setup_true_lang_js_hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_upload, {
|
|
17652
18069
|
action: "",
|
|
17653
18070
|
"show-file-list": false,
|
|
17654
18071
|
"auto-upload": false,
|
|
@@ -17741,7 +18158,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17741
18158
|
|
|
17742
18159
|
}, 8
|
|
17743
18160
|
/* PROPS */
|
|
17744
|
-
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("span",
|
|
18161
|
+
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("span", AddDatavue_type_script_setup_true_lang_js_hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(dataSourceType).description), 1
|
|
17745
18162
|
/* TEXT */
|
|
17746
18163
|
)]),
|
|
17747
18164
|
_: 1
|
|
@@ -17763,7 +18180,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17763
18180
|
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(dataSourceType).urlPlaceholder
|
|
17764
18181
|
}, null, 8
|
|
17765
18182
|
/* PROPS */
|
|
17766
|
-
, ["modelValue", "placeholder"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("span",
|
|
18183
|
+
, ["modelValue", "placeholder"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("span", AddDatavue_type_script_setup_true_lang_js_hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(dataSourceType).urlPlaceholder), 1
|
|
17767
18184
|
/* TEXT */
|
|
17768
18185
|
)]),
|
|
17769
18186
|
_: 1
|
|
@@ -17799,7 +18216,7 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17799
18216
|
_: 1
|
|
17800
18217
|
/* STABLE */
|
|
17801
18218
|
|
|
17802
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div",
|
|
18219
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", AddDatavue_type_script_setup_true_lang_js_hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_button, {
|
|
17803
18220
|
onClick: _cache[6] || (_cache[6] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withModifiers)($event => loadURL(), ["stop"])),
|
|
17804
18221
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).loadFiles,
|
|
17805
18222
|
type: "primary"
|
|
@@ -17836,7 +18253,9 @@ const AddDatavue_type_script_setup_true_lang_js_default_ = {
|
|
|
17836
18253
|
|
|
17837
18254
|
}, 8
|
|
17838
18255
|
/* PROPS */
|
|
17839
|
-
, ["modelValue"])]
|
|
18256
|
+
, ["modelValue"])], 2
|
|
18257
|
+
/* CLASS */
|
|
18258
|
+
);
|
|
17840
18259
|
};
|
|
17841
18260
|
}
|
|
17842
18261
|
|
|
@@ -21384,6 +21803,8 @@ Underground.install = (Vue, opts) => {
|
|
|
21384
21803
|
|
|
21385
21804
|
|
|
21386
21805
|
|
|
21806
|
+
|
|
21807
|
+
|
|
21387
21808
|
|
|
21388
21809
|
|
|
21389
21810
|
|
|
@@ -21403,6 +21824,7 @@ const webglComponents = {
|
|
|
21403
21824
|
Kq3dExcavateFillAnalysis: ExcavateFillAnalysis,
|
|
21404
21825
|
Kq3dFloodAnalysis: FloodAnalysis,
|
|
21405
21826
|
Kq3dSlopeAnalysis: SlopeAnalysis,
|
|
21827
|
+
Kq3dAspectAnalysis: AspectAnalysis,
|
|
21406
21828
|
Kq3dIsolineAnalysis: IsolineAnalysis,
|
|
21407
21829
|
Kq3dBoxClip: BoxClip,
|
|
21408
21830
|
Kq3dPlaneClip: PlaneClip,
|