leiting-bim 2.1.48 → 2.1.52
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/package.json +16 -2
- package/plugins/cesium-core/dist/cesium-core.mjs +587 -535
- package/plugins/cesium-core/dist/cesium-core.mjs.map +1 -0
- package/plugins/cesium-core/dist/cesium-core.umd.js +19 -18
- package/plugins/cesium-core/dist/cesium-core.umd.js.map +1 -0
- package/plugins/cesium-core/dist/components/BufferedHierarchicalAggregator.d.ts +76 -73
- package/plugins/cesium-vue/dist/_commonjsHelpers-DaMA6jEr.js +1 -0
- package/plugins/cesium-vue/dist/_commonjsHelpers-DaMA6jEr.js.map +1 -0
- package/plugins/cesium-vue/dist/components/basic-audio.js +3 -2
- package/plugins/cesium-vue/dist/components/basic-audio.js.map +1 -0
- package/plugins/cesium-vue/dist/components/basic-video.js +3 -2
- package/plugins/cesium-vue/dist/components/basic-video.js.map +1 -0
- package/plugins/cesium-vue/dist/components/card-carousel.js +2 -1
- package/plugins/cesium-vue/dist/components/card-carousel.js.map +1 -0
- package/plugins/cesium-vue/dist/components/card-content.js +13 -12
- package/plugins/cesium-vue/dist/components/card-content.js.map +1 -0
- package/plugins/cesium-vue/dist/components/card-page.js +2 -1
- package/plugins/cesium-vue/dist/components/card-page.js.map +1 -0
- package/plugins/cesium-vue/dist/components/carousel-img.js +6 -5
- package/plugins/cesium-vue/dist/components/carousel-img.js.map +1 -0
- package/plugins/cesium-vue/dist/components/echarts-pro.js +2 -1
- package/plugins/cesium-vue/dist/components/echarts-pro.js.map +1 -0
- package/plugins/cesium-vue/dist/components/marker-bubble.js +5 -4
- package/plugins/cesium-vue/dist/components/marker-bubble.js.map +1 -0
- package/plugins/cesium-vue/dist/components/marker-default.js +6 -5
- package/plugins/cesium-vue/dist/components/marker-default.js.map +1 -0
- package/plugins/cesium-vue/dist/components/marker-html.js +6 -5
- package/plugins/cesium-vue/dist/components/marker-html.js.map +1 -0
- package/plugins/cesium-vue/dist/components/marker-manage.js +112 -94
- package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -0
- package/plugins/cesium-vue/dist/components/marker-text.js +6 -5
- package/plugins/cesium-vue/dist/components/marker-text.js.map +1 -0
- package/plugins/cesium-vue/dist/components/measurement.js +4 -3
- package/plugins/cesium-vue/dist/components/measurement.js.map +1 -0
- package/plugins/cesium-vue/dist/components/position-picker/index.d.ts +58 -0
- package/plugins/cesium-vue/dist/components/position-picker.d.ts +6 -0
- package/plugins/cesium-vue/dist/components/position-picker.js +243 -0
- package/plugins/cesium-vue/dist/components/position-picker.js.map +1 -0
- package/plugins/cesium-vue/dist/create-DynflqE1.js +1 -0
- package/plugins/cesium-vue/dist/create-DynflqE1.js.map +1 -0
- package/plugins/cesium-vue/dist/{index-B03tSn8_.js → index-C0pspk3x.js} +3 -2
- package/plugins/cesium-vue/dist/index-C0pspk3x.js.map +1 -0
- package/plugins/cesium-vue/dist/index-CUs_hd1V.js +1 -0
- package/plugins/cesium-vue/dist/index-CUs_hd1V.js.map +1 -0
- package/plugins/cesium-vue/dist/index.d.ts +3 -1
- package/plugins/cesium-vue/dist/index.js +31 -27
- package/plugins/cesium-vue/dist/index.js.map +1 -0
- package/plugins/cesium-vue/package.json +4 -0
- package/plugins/theme-chalk/dist/debug.log +1 -0
- package/plugins/.gitmodules +0 -4
- package/plugins/README.md +0 -2
- package/plugins/build.cjs +0 -63
- package/plugins/cesium-core/pnpm-lock.yaml +0 -872
- package/plugins/cesium-core/src/components/BufferedHierarchicalAggregator.ts +0 -546
- package/plugins/cesium-core/src/components/HtmlOverlayLabelPool.ts +0 -489
- package/plugins/cesium-core/src/components/MarkerEvent.ts +0 -92
- package/plugins/cesium-core/src/components/Material/MaterialManager.ts +0 -129
- package/plugins/cesium-core/src/components/Material/help/PolylineFlowMaterialProperty.ts +0 -116
- package/plugins/cesium-core/src/components/Material/help/dynamicImgMaterial.ts +0 -236
- package/plugins/cesium-core/src/components/Material/index.ts +0 -3
- package/plugins/cesium-core/src/components/TooltipManager.ts +0 -52
- package/plugins/cesium-core/src/components/draw/DrawTool.ts +0 -55
- package/plugins/cesium-core/src/components/draw/handlers/CircleDrawer.ts +0 -159
- package/plugins/cesium-core/src/components/draw/handlers/LineDrawer.ts +0 -113
- package/plugins/cesium-core/src/components/draw/handlers/PointDrawer.ts +0 -70
- package/plugins/cesium-core/src/components/draw/handlers/PolygonDrawer.ts +0 -112
- package/plugins/cesium-core/src/components/draw/handlers/RectangleDrawer.ts +0 -115
- package/plugins/cesium-core/src/components/draw/types.ts +0 -28
- package/plugins/cesium-core/src/components/entity/EntityLayer.ts +0 -453
- package/plugins/cesium-core/src/components/gltf/GLTFManage.ts +0 -799
- package/plugins/cesium-core/src/components/gltf/index.ts +0 -1
- package/plugins/cesium-core/src/components/measurement/MeasurementTool.ts +0 -416
- package/plugins/cesium-core/src/components/measurement/handlers/AreaMeasure.ts +0 -552
- package/plugins/cesium-core/src/components/measurement/handlers/CircleMeasure.ts +0 -289
- package/plugins/cesium-core/src/components/measurement/handlers/CoordinateMeasure.ts +0 -139
- package/plugins/cesium-core/src/components/measurement/handlers/HorizontalMeasure.ts +0 -427
- package/plugins/cesium-core/src/components/measurement/handlers/PolylineDistanceMeasure.ts +0 -356
- package/plugins/cesium-core/src/components/measurement/handlers/RectangleMeasure.ts +0 -516
- package/plugins/cesium-core/src/components/measurement/handlers/RegularPolygonMeasure.ts +0 -472
- package/plugins/cesium-core/src/components/measurement/handlers/SpaceMeasure.ts +0 -250
- package/plugins/cesium-core/src/components/measurement/handlers/TerrainHeightMeasure.ts +0 -185
- package/plugins/cesium-core/src/components/measurement/handlers/TriangleMeasure.ts +0 -561
- package/plugins/cesium-core/src/components/measurement/handlers/VerticalMeasure.ts +0 -361
- package/plugins/cesium-core/src/components/measurement/index.ts +0 -13
- package/plugins/cesium-core/src/components/measurement/types.ts +0 -57
- package/plugins/cesium-core/src/components/primitive/PrimitiveManager.ts +0 -556
- package/plugins/cesium-core/src/components/roaming/CameraRoamTool.ts +0 -286
- package/plugins/cesium-core/src/components/roaming/PathRoamTool.ts +0 -174
- package/plugins/cesium-core/src/components/roaming/index.ts +0 -3
- package/plugins/cesium-core/src/components/roaming/types.ts +0 -71
- package/plugins/cesium-core/src/components/utils/convertGeoJsonToEntityData.ts +0 -98
- package/plugins/cesium-core/src/components/utils/uuid.ts +0 -7
- package/plugins/cesium-core/src/index.ts +0 -17
- package/plugins/cesium-core/src/test/measurement/index.html +0 -166
- package/plugins/cesium-core/src/test/roaming/c.gltf +0 -1
- package/plugins/cesium-core/src/test/roaming/f87cc3ea918a4b76bff2c88a3655eb1f.bin +0 -0
- package/plugins/cesium-core/src/test/roaming/index.html +0 -51
- package/plugins/cesium-core/src/test/roaming/path.html +0 -448
- package/plugins/cesium-core/src/test/roaming/view.html +0 -520
- package/plugins/cesium-core/stats.html +0 -4949
- package/plugins/cesium-core/tsconfig.json +0 -14
- package/plugins/cesium-core/vite.config.ts +0 -35
- package/plugins/cesium-vue/src/assets/icons/icon-001.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-002.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-003.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-004.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-005.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-006.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-007.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-008.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-009.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-010.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-011.png +0 -0
- package/plugins/cesium-vue/src/assets/icons/icon-012.png +0 -0
- package/plugins/cesium-vue/src/assets/img/Card3-BG.png +0 -0
- package/plugins/cesium-vue/src/assets/img/card_bg3.png +0 -0
- package/plugins/cesium-vue/src/components/basic-audio/index.ts +0 -6
- package/plugins/cesium-vue/src/components/basic-audio/src/BasicAudio.vue +0 -119
- package/plugins/cesium-vue/src/components/basic-audio/src/basicAudio.ts +0 -6
- package/plugins/cesium-vue/src/components/basic-video/index.ts +0 -7
- package/plugins/cesium-vue/src/components/basic-video/src/BasicVideo.vue +0 -58
- package/plugins/cesium-vue/src/components/basic-video/src/basicVideo.ts +0 -14
- package/plugins/cesium-vue/src/components/card-carousel/index.ts +0 -7
- package/plugins/cesium-vue/src/components/card-carousel/src/CardCarousel.vue +0 -124
- package/plugins/cesium-vue/src/components/card-carousel/src/cardCarousel.ts +0 -60
- package/plugins/cesium-vue/src/components/card-content/index.ts +0 -7
- package/plugins/cesium-vue/src/components/card-content/src/CardContent.vue +0 -41
- package/plugins/cesium-vue/src/components/card-content/src/cardContent.ts +0 -22
- package/plugins/cesium-vue/src/components/card-page/index.ts +0 -7
- package/plugins/cesium-vue/src/components/card-page/src/CardPage.vue +0 -102
- package/plugins/cesium-vue/src/components/card-page/src/cardPage.ts +0 -37
- package/plugins/cesium-vue/src/components/carousel-img/index.ts +0 -7
- package/plugins/cesium-vue/src/components/carousel-img/src/CarouselImg.vue +0 -84
- package/plugins/cesium-vue/src/components/carousel-img/src/carouselImg.ts +0 -8
- package/plugins/cesium-vue/src/components/echarts-pro/index.ts +0 -7
- package/plugins/cesium-vue/src/components/echarts-pro/src/EchartsPro.vue +0 -107
- package/plugins/cesium-vue/src/components/echarts-pro/src/echartsPro.ts +0 -12
- package/plugins/cesium-vue/src/components/echarts-pro/src/hook/useECharts.ts +0 -55
- package/plugins/cesium-vue/src/components/marker-bubble/index.ts +0 -7
- package/plugins/cesium-vue/src/components/marker-bubble/src/MarkerBubble.vue +0 -235
- package/plugins/cesium-vue/src/components/marker-bubble/src/markerBubble.ts +0 -35
- package/plugins/cesium-vue/src/components/marker-default/index.ts +0 -7
- package/plugins/cesium-vue/src/components/marker-default/src/MarkerDefault.vue +0 -19
- package/plugins/cesium-vue/src/components/marker-default/src/markerDefault.ts +0 -12
- package/plugins/cesium-vue/src/components/marker-html/index.ts +0 -7
- package/plugins/cesium-vue/src/components/marker-html/src/MarkerHtml.vue +0 -21
- package/plugins/cesium-vue/src/components/marker-html/src/markerHtml.ts +0 -12
- package/plugins/cesium-vue/src/components/marker-manage/index.ts +0 -9
- package/plugins/cesium-vue/src/components/marker-manage/src/components/MarkerManage.vue +0 -106
- package/plugins/cesium-vue/src/components/marker-manage/src/config/theme.ts +0 -8
- package/plugins/cesium-vue/src/components/marker-manage/src/core/MarkerManage.ts +0 -466
- package/plugins/cesium-vue/src/components/marker-manage/src/core/MarkerManagerCore.ts +0 -148
- package/plugins/cesium-vue/src/components/marker-manage/src/hook/useMarkerManage.ts +0 -45
- package/plugins/cesium-vue/src/components/marker-manage/src/type/markerManage.ts +0 -75
- package/plugins/cesium-vue/src/components/marker-manage/src/utils/themeTool.ts +0 -154
- package/plugins/cesium-vue/src/components/marker-text/index.ts +0 -7
- package/plugins/cesium-vue/src/components/marker-text/src/MarkerText.vue +0 -14
- package/plugins/cesium-vue/src/components/marker-text/src/markerText.ts +0 -10
- package/plugins/cesium-vue/src/components/measurement/index.ts +0 -7
- package/plugins/cesium-vue/src/components/measurement/src/Measurement.vue +0 -183
- package/plugins/cesium-vue/src/components/measurement/src/measurement.ts +0 -20
- package/plugins/cesium-vue/src/index.ts +0 -89
- package/plugins/cesium-vue/stats.html +0 -4949
- package/plugins/cesium-vue/tsconfig.json +0 -18
- package/plugins/cesium-vue/vite.config.ts +0 -62
- package/plugins/plugins/README.md +0 -2
- package/plugins/plugins/build.cjs +0 -63
- package/plugins/plugins/cesium-core/dist/cesium-core.mjs +0 -5881
- package/plugins/plugins/cesium-core/dist/cesium-core.mjs.map +0 -1
- package/plugins/plugins/cesium-core/dist/cesium-core.umd.js +0 -77
- package/plugins/plugins/cesium-core/dist/cesium-core.umd.js.map +0 -1
- package/plugins/plugins/cesium-core/dist/components/BufferedHierarchicalAggregator.d.ts +0 -73
- package/plugins/plugins/cesium-core/dist/components/HtmlOverlayLabelPool.d.ts +0 -152
- package/plugins/plugins/cesium-core/dist/components/MarkerEvent.d.ts +0 -38
- package/plugins/plugins/cesium-core/dist/components/Material/MaterialManager.d.ts +0 -49
- package/plugins/plugins/cesium-core/dist/components/Material/help/PolylineFlowMaterialProperty.d.ts +0 -10
- package/plugins/plugins/cesium-core/dist/components/Material/help/dynamicImgMaterial.d.ts +0 -16
- package/plugins/plugins/cesium-core/dist/components/Material/index.d.ts +0 -3
- package/plugins/plugins/cesium-core/dist/components/TooltipManager.d.ts +0 -11
- package/plugins/plugins/cesium-core/dist/components/draw/DrawTool.d.ts +0 -10
- package/plugins/plugins/cesium-core/dist/components/draw/handlers/CircleDrawer.d.ts +0 -16
- package/plugins/plugins/cesium-core/dist/components/draw/handlers/LineDrawer.d.ts +0 -14
- package/plugins/plugins/cesium-core/dist/components/draw/handlers/PointDrawer.d.ts +0 -12
- package/plugins/plugins/cesium-core/dist/components/draw/handlers/PolygonDrawer.d.ts +0 -14
- package/plugins/plugins/cesium-core/dist/components/draw/handlers/RectangleDrawer.d.ts +0 -13
- package/plugins/plugins/cesium-core/dist/components/draw/types.d.ts +0 -29
- package/plugins/plugins/cesium-core/dist/components/entity/EntityLayer.d.ts +0 -65
- package/plugins/plugins/cesium-core/dist/components/gltf/GLTFManage.d.ts +0 -141
- package/plugins/plugins/cesium-core/dist/components/gltf/index.d.ts +0 -1
- package/plugins/plugins/cesium-core/dist/components/measurement/MeasurementTool.d.ts +0 -34
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/AreaMeasure.d.ts +0 -23
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/CircleMeasure.d.ts +0 -21
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/CoordinateMeasure.d.ts +0 -16
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/HorizontalMeasure.d.ts +0 -25
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/PolylineDistanceMeasure.d.ts +0 -24
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/RectangleMeasure.d.ts +0 -22
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/RegularPolygonMeasure.d.ts +0 -23
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/SpaceMeasure.d.ts +0 -20
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/TerrainHeightMeasure.d.ts +0 -18
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/TriangleMeasure.d.ts +0 -24
- package/plugins/plugins/cesium-core/dist/components/measurement/handlers/VerticalMeasure.d.ts +0 -23
- package/plugins/plugins/cesium-core/dist/components/measurement/index.d.ts +0 -13
- package/plugins/plugins/cesium-core/dist/components/measurement/types.d.ts +0 -42
- package/plugins/plugins/cesium-core/dist/components/primitive/PrimitiveManager.d.ts +0 -50
- package/plugins/plugins/cesium-core/dist/components/roaming/CameraRoamTool.d.ts +0 -27
- package/plugins/plugins/cesium-core/dist/components/roaming/PathRoamTool.d.ts +0 -23
- package/plugins/plugins/cesium-core/dist/components/roaming/index.d.ts +0 -3
- package/plugins/plugins/cesium-core/dist/components/roaming/types.d.ts +0 -66
- package/plugins/plugins/cesium-core/dist/components/utils/convertGeoJsonToEntityData.d.ts +0 -1
- package/plugins/plugins/cesium-core/dist/components/utils/uuid.d.ts +0 -1
- package/plugins/plugins/cesium-core/dist/index.d.ts +0 -12
- package/plugins/plugins/cesium-core/package.json +0 -26
- package/plugins/plugins/cesium-core/pnpm-lock.yaml +0 -872
- package/plugins/plugins/cesium-core/src/components/BufferedHierarchicalAggregator.ts +0 -546
- package/plugins/plugins/cesium-core/src/components/HtmlOverlayLabelPool.ts +0 -489
- package/plugins/plugins/cesium-core/src/components/MarkerEvent.ts +0 -92
- package/plugins/plugins/cesium-core/src/components/Material/MaterialManager.ts +0 -129
- package/plugins/plugins/cesium-core/src/components/Material/help/PolylineFlowMaterialProperty.ts +0 -116
- package/plugins/plugins/cesium-core/src/components/Material/help/dynamicImgMaterial.ts +0 -236
- package/plugins/plugins/cesium-core/src/components/Material/index.ts +0 -3
- package/plugins/plugins/cesium-core/src/components/TooltipManager.ts +0 -52
- package/plugins/plugins/cesium-core/src/components/draw/DrawTool.ts +0 -55
- package/plugins/plugins/cesium-core/src/components/draw/handlers/CircleDrawer.ts +0 -159
- package/plugins/plugins/cesium-core/src/components/draw/handlers/LineDrawer.ts +0 -113
- package/plugins/plugins/cesium-core/src/components/draw/handlers/PointDrawer.ts +0 -70
- package/plugins/plugins/cesium-core/src/components/draw/handlers/PolygonDrawer.ts +0 -112
- package/plugins/plugins/cesium-core/src/components/draw/handlers/RectangleDrawer.ts +0 -115
- package/plugins/plugins/cesium-core/src/components/draw/types.ts +0 -28
- package/plugins/plugins/cesium-core/src/components/entity/EntityLayer.ts +0 -453
- package/plugins/plugins/cesium-core/src/components/gltf/GLTFManage.ts +0 -799
- package/plugins/plugins/cesium-core/src/components/gltf/index.ts +0 -1
- package/plugins/plugins/cesium-core/src/components/measurement/MeasurementTool.ts +0 -416
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/AreaMeasure.ts +0 -451
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/CircleMeasure.ts +0 -267
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/CoordinateMeasure.ts +0 -139
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/HorizontalMeasure.ts +0 -418
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/PolylineDistanceMeasure.ts +0 -352
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/RectangleMeasure.ts +0 -388
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/RegularPolygonMeasure.ts +0 -379
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/SpaceMeasure.ts +0 -246
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/TerrainHeightMeasure.ts +0 -185
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/TriangleMeasure.ts +0 -541
- package/plugins/plugins/cesium-core/src/components/measurement/handlers/VerticalMeasure.ts +0 -360
- package/plugins/plugins/cesium-core/src/components/measurement/index.ts +0 -13
- package/plugins/plugins/cesium-core/src/components/measurement/types.ts +0 -57
- package/plugins/plugins/cesium-core/src/components/primitive/PrimitiveManager.ts +0 -556
- package/plugins/plugins/cesium-core/src/components/roaming/CameraRoamTool.ts +0 -286
- package/plugins/plugins/cesium-core/src/components/roaming/PathRoamTool.ts +0 -174
- package/plugins/plugins/cesium-core/src/components/roaming/index.ts +0 -3
- package/plugins/plugins/cesium-core/src/components/roaming/types.ts +0 -71
- package/plugins/plugins/cesium-core/src/components/utils/convertGeoJsonToEntityData.ts +0 -98
- package/plugins/plugins/cesium-core/src/components/utils/uuid.ts +0 -7
- package/plugins/plugins/cesium-core/src/index.ts +0 -17
- package/plugins/plugins/cesium-core/src/test/measurement/index.html +0 -166
- package/plugins/plugins/cesium-core/src/test/roaming/c.gltf +0 -1
- package/plugins/plugins/cesium-core/src/test/roaming/f87cc3ea918a4b76bff2c88a3655eb1f.bin +0 -0
- package/plugins/plugins/cesium-core/src/test/roaming/index.html +0 -51
- package/plugins/plugins/cesium-core/src/test/roaming/path.html +0 -448
- package/plugins/plugins/cesium-core/src/test/roaming/view.html +0 -520
- package/plugins/plugins/cesium-core/stats.html +0 -4949
- package/plugins/plugins/cesium-core/tsconfig.json +0 -14
- package/plugins/plugins/cesium-core/vite.config.ts +0 -35
- package/plugins/plugins/cesium-vue/dist/components/basic-audio/index.d.ts +0 -18
- package/plugins/plugins/cesium-vue/dist/components/basic-audio/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/basic-video/index.d.ts +0 -92
- package/plugins/plugins/cesium-vue/dist/components/basic-video/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/camera-roam/index.d.ts +0 -82
- package/plugins/plugins/cesium-vue/dist/components/camera-roam/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/card-carousel/index.d.ts +0 -152
- package/plugins/plugins/cesium-vue/dist/components/card-carousel/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/card-content/index.d.ts +0 -21
- package/plugins/plugins/cesium-vue/dist/components/card-content/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/card-page/index.d.ts +0 -69
- package/plugins/plugins/cesium-vue/dist/components/card-page/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/carousel-img/index.d.ts +0 -21
- package/plugins/plugins/cesium-vue/dist/components/carousel-img/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/echarts-pro/index.d.ts +0 -68
- package/plugins/plugins/cesium-vue/dist/components/echarts-pro/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/marker-bubble/index.d.ts +0 -78
- package/plugins/plugins/cesium-vue/dist/components/marker-bubble/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/marker-default/index.d.ts +0 -48
- package/plugins/plugins/cesium-vue/dist/components/marker-default/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/marker-html/index.d.ts +0 -48
- package/plugins/plugins/cesium-vue/dist/components/marker-html/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/marker-manage/index.d.ts +0 -164
- package/plugins/plugins/cesium-vue/dist/components/marker-manage/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/marker-text/index.d.ts +0 -30
- package/plugins/plugins/cesium-vue/dist/components/marker-text/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/measurement/index.d.ts +0 -78
- package/plugins/plugins/cesium-vue/dist/components/measurement/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/path-roam/index.d.ts +0 -82
- package/plugins/plugins/cesium-vue/dist/components/path-roam/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/components/test/index.d.ts +0 -67
- package/plugins/plugins/cesium-vue/dist/components/test/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/index.css +0 -1
- package/plugins/plugins/cesium-vue/dist/index.d.ts +0 -30
- package/plugins/plugins/cesium-vue/dist/index.d.ts.map +0 -1
- package/plugins/plugins/cesium-vue/dist/index.js +0 -10087
- package/plugins/plugins/cesium-vue/dist/index.js.map +0 -1
- package/plugins/plugins/cesium-vue/dist/index.umd.cjs +0 -46
- package/plugins/plugins/cesium-vue/dist/index.umd.cjs.map +0 -1
- package/plugins/plugins/cesium-vue/package.json +0 -48
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-001.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-002.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-003.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-004.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-005.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-006.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-007.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-008.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-009.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-010.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-011.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/icons/icon-012.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/img/Card3-BG.png +0 -0
- package/plugins/plugins/cesium-vue/src/assets/img/card_bg3.png +0 -0
- package/plugins/plugins/cesium-vue/src/components/basic-audio/index.ts +0 -11
- package/plugins/plugins/cesium-vue/src/components/basic-audio/src/BasicAudio.vue +0 -110
- package/plugins/plugins/cesium-vue/src/components/basic-audio/src/basicAudio.ts +0 -6
- package/plugins/plugins/cesium-vue/src/components/basic-video/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/basic-video/src/BasicVideo.vue +0 -99
- package/plugins/plugins/cesium-vue/src/components/basic-video/src/basicVideo.ts +0 -13
- package/plugins/plugins/cesium-vue/src/components/camera-roam/index.ts +0 -4
- package/plugins/plugins/cesium-vue/src/components/camera-roam/src/CameraRoam.vue +0 -434
- package/plugins/plugins/cesium-vue/src/components/camera-roam/src/cameraRoam.ts +0 -28
- package/plugins/plugins/cesium-vue/src/components/card-carousel/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/card-carousel/src/CardCarousel.vue +0 -124
- package/plugins/plugins/cesium-vue/src/components/card-carousel/src/cardCarousel.ts +0 -60
- package/plugins/plugins/cesium-vue/src/components/card-content/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/card-content/src/CardContent.vue +0 -41
- package/plugins/plugins/cesium-vue/src/components/card-content/src/cardContent.ts +0 -22
- package/plugins/plugins/cesium-vue/src/components/card-page/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/card-page/src/CardPage.vue +0 -102
- package/plugins/plugins/cesium-vue/src/components/card-page/src/cardPage.ts +0 -37
- package/plugins/plugins/cesium-vue/src/components/carousel-img/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/carousel-img/src/CarouselImg.vue +0 -15
- package/plugins/plugins/cesium-vue/src/components/carousel-img/src/carouselImg.ts +0 -6
- package/plugins/plugins/cesium-vue/src/components/echarts-pro/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/echarts-pro/src/EchartsPro.vue +0 -107
- package/plugins/plugins/cesium-vue/src/components/echarts-pro/src/echartsPro.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/echarts-pro/src/hook/useECharts.ts +0 -55
- package/plugins/plugins/cesium-vue/src/components/marker-bubble/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/marker-bubble/src/MarkerBubble.vue +0 -235
- package/plugins/plugins/cesium-vue/src/components/marker-bubble/src/markerBubble.ts +0 -35
- package/plugins/plugins/cesium-vue/src/components/marker-default/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/marker-default/src/MarkerDefault.vue +0 -19
- package/plugins/plugins/cesium-vue/src/components/marker-default/src/markerDefault.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/marker-html/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/marker-html/src/MarkerHtml.vue +0 -21
- package/plugins/plugins/cesium-vue/src/components/marker-html/src/markerHtml.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/marker-manage/index.ts +0 -14
- package/plugins/plugins/cesium-vue/src/components/marker-manage/src/components/MarkerManage.vue +0 -106
- package/plugins/plugins/cesium-vue/src/components/marker-manage/src/config/theme.ts +0 -8
- package/plugins/plugins/cesium-vue/src/components/marker-manage/src/core/MarkerManage.ts +0 -466
- package/plugins/plugins/cesium-vue/src/components/marker-manage/src/core/MarkerManagerCore.ts +0 -148
- package/plugins/plugins/cesium-vue/src/components/marker-manage/src/hook/useMarkerManage.ts +0 -45
- package/plugins/plugins/cesium-vue/src/components/marker-manage/src/type/markerManage.ts +0 -75
- package/plugins/plugins/cesium-vue/src/components/marker-manage/src/utils/themeTool.ts +0 -154
- package/plugins/plugins/cesium-vue/src/components/marker-text/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/marker-text/src/MarkerText.vue +0 -14
- package/plugins/plugins/cesium-vue/src/components/marker-text/src/markerText.ts +0 -10
- package/plugins/plugins/cesium-vue/src/components/measurement/index.ts +0 -12
- package/plugins/plugins/cesium-vue/src/components/measurement/src/Measurement.vue +0 -183
- package/plugins/plugins/cesium-vue/src/components/measurement/src/measurement.ts +0 -20
- package/plugins/plugins/cesium-vue/src/components/path-roam/index.ts +0 -4
- package/plugins/plugins/cesium-vue/src/components/path-roam/src/PathRoam.vue +0 -429
- package/plugins/plugins/cesium-vue/src/components/path-roam/src/pathRoam.ts +0 -28
- package/plugins/plugins/cesium-vue/src/components/test/CardMarker.vue +0 -150
- package/plugins/plugins/cesium-vue/src/components/test/CesiumMarker.vue +0 -34
- package/plugins/plugins/cesium-vue/src/components/test/CesiumViewer.vue +0 -77
- package/plugins/plugins/cesium-vue/src/components/test/MyLabel.vue +0 -25
- package/plugins/plugins/cesium-vue/src/components/test/index.ts +0 -28
- package/plugins/plugins/cesium-vue/src/index.ts +0 -83
- package/plugins/plugins/cesium-vue/stats.html +0 -4949
- package/plugins/plugins/cesium-vue/tsconfig.json +0 -18
- package/plugins/plugins/cesium-vue/vite.config.ts +0 -56
- package/plugins/plugins/theme-chalk/dist/theme-chalk.css +0 -819
- package/plugins/plugins/theme-chalk/index.less +0 -11
- package/plugins/plugins/theme-chalk/package.json +0 -27
- package/plugins/plugins/theme-chalk/src/basicAudio.less +0 -41
- package/plugins/plugins/theme-chalk/src/basicVideo.less +0 -17
- package/plugins/plugins/theme-chalk/src/cameraRoam.less +0 -239
- package/plugins/plugins/theme-chalk/src/cardCarousel.less +0 -71
- package/plugins/plugins/theme-chalk/src/cardContent.less +0 -73
- package/plugins/plugins/theme-chalk/src/cardPage.less +0 -61
- package/plugins/plugins/theme-chalk/src/carouselImg.less +0 -34
- package/plugins/plugins/theme-chalk/src/marker.less +0 -107
- package/plugins/plugins/theme-chalk/src/markerManage.less +0 -25
- package/plugins/plugins/theme-chalk/src/measurement.less +0 -106
- package/plugins/plugins/theme-chalk/src/mixins/config.less +0 -4
- package/plugins/plugins/theme-chalk/src/mixins/mixins.less +0 -64
- package/plugins/plugins/theme-chalk/src/pathRoam.less +0 -198
- package/plugins/plugins/utils/create.ts +0 -45
- package/plugins/plugins/utils/package.json +0 -12
- package/plugins/plugins/utils/uuid.ts +0 -43
- package/plugins/plugins/utils/with-install.ts +0 -10
- package/plugins/theme-chalk/index.less +0 -11
- package/plugins/theme-chalk/src/basicAudio.less +0 -44
- package/plugins/theme-chalk/src/basicVideo.less +0 -17
- package/plugins/theme-chalk/src/cameraRoam.less +0 -239
- package/plugins/theme-chalk/src/cardCarousel.less +0 -71
- package/plugins/theme-chalk/src/cardContent.less +0 -73
- package/plugins/theme-chalk/src/cardPage.less +0 -61
- package/plugins/theme-chalk/src/carouselImg.less +0 -66
- package/plugins/theme-chalk/src/marker.less +0 -107
- package/plugins/theme-chalk/src/markerManage.less +0 -25
- package/plugins/theme-chalk/src/measurement.less +0 -106
- package/plugins/theme-chalk/src/mixins/config.less +0 -4
- package/plugins/theme-chalk/src/mixins/mixins.less +0 -64
- package/plugins/theme-chalk/src/pathRoam.less +0 -198
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { w as ne } from "../create-DynflqE1.js";
|
|
2
|
-
import { h as y, markRaw as p, render as C, defineComponent as ie, inject as oe, onMounted as le, watch as
|
|
3
|
-
import { MaterialManager as N, MarkerEventBus as
|
|
2
|
+
import { h as y, markRaw as p, render as C, defineComponent as ie, inject as oe, onMounted as le, watch as I, onUnmounted as se, renderSlot as fe, unref as ge } from "vue";
|
|
3
|
+
import { MaterialManager as N, MarkerEventBus as w, HtmlOverlayLabelPool as A, BufferedHierarchicalAggregator as de, EntityLayerManager as ue, getPolylineFlowMaterialProperty as he, getDynamicImgMaterial as me, getWallMaterial as W, MarkerEventKey as T } from "@report-components/cesium-core";
|
|
4
4
|
import { CxCardCarousel as D } from "./card-carousel.js";
|
|
5
5
|
import { CxMarkerDefault as k } from "./marker-default.js";
|
|
6
6
|
import { CxMarkerHtml as ce } from "./marker-html.js";
|
|
7
|
-
import { i as O, b as H, a as
|
|
7
|
+
import { i as O, b as H, a as h, S as b, d as G, c as v, e as U, f as ye, g as $, M as V, h as L, j as pe, k as Ce, l as Me, m as q, n as z, o as be, p as Te, q as we, r as Le, s as Pe, t as X, u as xe, v as Oe, w as ve, x as Se } from "../index-C0pspk3x.js";
|
|
8
8
|
const Ee = {
|
|
9
9
|
id: { type: String, default: "marker" },
|
|
10
10
|
Cesium: { type: Object },
|
|
@@ -16,20 +16,20 @@ const Ee = {
|
|
|
16
16
|
themeConfig: { type: Object }
|
|
17
17
|
// Optional override
|
|
18
18
|
};
|
|
19
|
-
var M = /* @__PURE__ */ ((t) => (t.左建选中模型 = "MODEL_LEFT_CLICK", t.标记左键点击 = "TAG_LEFT_CLICK", t.标记移入 = "TAG_MOUSEENTER", t.标记移出 = "TAG_MOUSELEAVE", t.模型位置保存 = "SAVE_REGION", t.模型加载完成 = "MODEL_READY", t))(M || {}),
|
|
19
|
+
var M = /* @__PURE__ */ ((t) => (t.左建选中模型 = "MODEL_LEFT_CLICK", t.标记左键点击 = "TAG_LEFT_CLICK", t.标记移入 = "TAG_MOUSEENTER", t.标记移出 = "TAG_MOUSELEAVE", t.模型位置保存 = "SAVE_REGION", t.模型加载完成 = "MODEL_READY", t))(M || {}), _e = "[object Symbol]";
|
|
20
20
|
function S(t) {
|
|
21
|
-
return typeof t == "symbol" || O(t) && H(t) ==
|
|
21
|
+
return typeof t == "symbol" || O(t) && H(t) == _e;
|
|
22
22
|
}
|
|
23
23
|
function Y(t, e) {
|
|
24
24
|
for (var r = -1, a = t == null ? 0 : t.length, n = Array(a); ++r < a; )
|
|
25
25
|
n[r] = e(t[r], r, t);
|
|
26
26
|
return n;
|
|
27
27
|
}
|
|
28
|
-
var K =
|
|
28
|
+
var K = b ? b.prototype : void 0, F = K ? K.toString : void 0;
|
|
29
29
|
function Z(t) {
|
|
30
30
|
if (typeof t == "string")
|
|
31
31
|
return t;
|
|
32
|
-
if (
|
|
32
|
+
if (h(t))
|
|
33
33
|
return Y(t, Z) + "";
|
|
34
34
|
if (S(t))
|
|
35
35
|
return F ? F.call(t) : "";
|
|
@@ -39,7 +39,7 @@ function Z(t) {
|
|
|
39
39
|
function J(t) {
|
|
40
40
|
return t;
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function Ie(t, e, r) {
|
|
43
43
|
switch (r.length) {
|
|
44
44
|
case 0:
|
|
45
45
|
return t.call(e);
|
|
@@ -85,7 +85,7 @@ function j(t, e, r) {
|
|
|
85
85
|
n = -1;
|
|
86
86
|
for (var s = Array(e + 1); ++n < e; )
|
|
87
87
|
s[n] = a[n];
|
|
88
|
-
return s[e] = r(i),
|
|
88
|
+
return s[e] = r(i), Ie(t, this, s);
|
|
89
89
|
};
|
|
90
90
|
}
|
|
91
91
|
function Re(t, e) {
|
|
@@ -109,7 +109,7 @@ function Ne(t) {
|
|
|
109
109
|
}
|
|
110
110
|
var We = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, He = /^\w*$/;
|
|
111
111
|
function Ue(t, e) {
|
|
112
|
-
if (
|
|
112
|
+
if (h(t))
|
|
113
113
|
return !1;
|
|
114
114
|
var r = typeof t;
|
|
115
115
|
return r == "number" || r == "symbol" || r == "boolean" || t == null || S(t) ? !0 : He.test(t) || !We.test(t) || e != null && t in Object(e);
|
|
@@ -144,8 +144,8 @@ var ze = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=
|
|
|
144
144
|
function Ze(t) {
|
|
145
145
|
return t == null ? "" : Z(t);
|
|
146
146
|
}
|
|
147
|
-
function
|
|
148
|
-
return
|
|
147
|
+
function _(t, e) {
|
|
148
|
+
return h(t) ? t : Ue(t, e) ? [t] : Ye(Ze(t));
|
|
149
149
|
}
|
|
150
150
|
function ee(t) {
|
|
151
151
|
if (typeof t == "string" || S(t))
|
|
@@ -154,14 +154,14 @@ function ee(t) {
|
|
|
154
154
|
return e == "0" && 1 / t == -1 / 0 ? "-0" : e;
|
|
155
155
|
}
|
|
156
156
|
function Je(t, e) {
|
|
157
|
-
e =
|
|
157
|
+
e = _(e, t);
|
|
158
158
|
for (var r = 0, a = e.length; t != null && r < a; )
|
|
159
159
|
t = t[ee(e[r++])];
|
|
160
160
|
return r && r == a ? t : void 0;
|
|
161
161
|
}
|
|
162
|
-
var B =
|
|
162
|
+
var B = b ? b.isConcatSpreadable : void 0;
|
|
163
163
|
function Qe(t) {
|
|
164
|
-
return
|
|
164
|
+
return h(t) || L(t) || !!(B && t && t[B]);
|
|
165
165
|
}
|
|
166
166
|
function je(t, e, r, a, n) {
|
|
167
167
|
var o = -1, i = t.length;
|
|
@@ -198,18 +198,18 @@ function lt(t, e, r) {
|
|
|
198
198
|
function st(t) {
|
|
199
199
|
return function(e, r, a) {
|
|
200
200
|
for (var n = -1, o = Object(e), i = a(e), s = i.length; s--; ) {
|
|
201
|
-
var
|
|
202
|
-
if (r(o[
|
|
201
|
+
var f = i[++n];
|
|
202
|
+
if (r(o[f], f, o) === !1)
|
|
203
203
|
break;
|
|
204
204
|
}
|
|
205
205
|
return e;
|
|
206
206
|
};
|
|
207
207
|
}
|
|
208
|
-
var
|
|
208
|
+
var ft = st();
|
|
209
209
|
function P(t, e, r) {
|
|
210
210
|
(r !== void 0 && !$(t[e], r) || r === void 0 && !(e in t)) && Me(t, e, r);
|
|
211
211
|
}
|
|
212
|
-
function
|
|
212
|
+
function gt(t) {
|
|
213
213
|
return O(t) && U(t);
|
|
214
214
|
}
|
|
215
215
|
function x(t, e) {
|
|
@@ -219,30 +219,30 @@ function x(t, e) {
|
|
|
219
219
|
function dt(t) {
|
|
220
220
|
return q(t, z(t));
|
|
221
221
|
}
|
|
222
|
-
function
|
|
223
|
-
var s = x(t, r),
|
|
222
|
+
function ut(t, e, r, a, n, o, i) {
|
|
223
|
+
var s = x(t, r), f = x(e, r), d = i.get(f);
|
|
224
224
|
if (d) {
|
|
225
225
|
P(t, r, d);
|
|
226
226
|
return;
|
|
227
227
|
}
|
|
228
|
-
var l = o ? o(s,
|
|
229
|
-
if (
|
|
230
|
-
var
|
|
231
|
-
l =
|
|
228
|
+
var l = o ? o(s, f, r + "", t, e, i) : void 0, g = l === void 0;
|
|
229
|
+
if (g) {
|
|
230
|
+
var u = h(f), m = !u && be(f), c = !u && !m && Te(f);
|
|
231
|
+
l = f, u || m || c ? h(s) ? l = s : gt(s) ? l = we(s) : m ? (g = !1, l = Le(f, !0)) : c ? (g = !1, l = Pe(f, !0)) : l = [] : re(f) || L(f) ? (l = s, L(s) ? l = dt(s) : (!v(s) || X(s)) && (l = xe(f))) : g = !1;
|
|
232
232
|
}
|
|
233
|
-
|
|
233
|
+
g && (i.set(f, l), n(l, f, a, o, i), i.delete(f)), P(t, r, l);
|
|
234
234
|
}
|
|
235
235
|
function ae(t, e, r, a, n) {
|
|
236
|
-
t !== e &&
|
|
236
|
+
t !== e && ft(e, function(o, i) {
|
|
237
237
|
if (n || (n = new Oe()), v(o))
|
|
238
|
-
|
|
238
|
+
ut(t, e, i, r, ae, a, n);
|
|
239
239
|
else {
|
|
240
240
|
var s = a ? a(x(t, i), o, i + "", t, e, n) : void 0;
|
|
241
241
|
s === void 0 && (s = o), P(t, i, s);
|
|
242
242
|
}
|
|
243
243
|
}, z);
|
|
244
244
|
}
|
|
245
|
-
function
|
|
245
|
+
function ht(t) {
|
|
246
246
|
var e = t == null ? 0 : t.length;
|
|
247
247
|
return e ? t[e - 1] : void 0;
|
|
248
248
|
}
|
|
@@ -251,26 +251,43 @@ function mt(t, e) {
|
|
|
251
251
|
}
|
|
252
252
|
var ct = Ne(function(t, e, r) {
|
|
253
253
|
ae(t, e, r);
|
|
254
|
-
});
|
|
255
|
-
function
|
|
256
|
-
|
|
254
|
+
}), yt = Object.prototype, pt = yt.hasOwnProperty;
|
|
255
|
+
function Ct(t, e) {
|
|
256
|
+
e = _(e, t);
|
|
257
|
+
var r = -1, a = e.length;
|
|
258
|
+
if (!a)
|
|
259
|
+
return !0;
|
|
260
|
+
for (var n = t == null || typeof t != "object" && typeof t != "function"; ++r < a; ) {
|
|
261
|
+
var o = e[r];
|
|
262
|
+
if (typeof o == "string") {
|
|
263
|
+
if (o === "__proto__" && !pt.call(t, "__proto__"))
|
|
264
|
+
return !1;
|
|
265
|
+
if (o === "constructor" && r + 1 < a && typeof e[r + 1] == "string" && e[r + 1] === "prototype") {
|
|
266
|
+
if (n && r === 0)
|
|
267
|
+
continue;
|
|
268
|
+
return !1;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
var i = mt(t, e);
|
|
273
|
+
return i == null || delete i[ee(ht(e))];
|
|
257
274
|
}
|
|
258
|
-
function
|
|
275
|
+
function Mt(t) {
|
|
259
276
|
return re(t) ? void 0 : t;
|
|
260
277
|
}
|
|
261
|
-
var
|
|
278
|
+
var bt = 1, Tt = 2, wt = 4, Lt = tt(function(t, e) {
|
|
262
279
|
var r = {};
|
|
263
280
|
if (t == null)
|
|
264
281
|
return r;
|
|
265
282
|
var a = !1;
|
|
266
283
|
e = Y(e, function(o) {
|
|
267
|
-
return o =
|
|
268
|
-
}), q(t, ve(t), r), a && (r = Se(r,
|
|
284
|
+
return o = _(o, t), a || (a = o.length > 1), o;
|
|
285
|
+
}), q(t, ve(t), r), a && (r = Se(r, bt | Tt | wt, Mt));
|
|
269
286
|
for (var n = e.length; n--; )
|
|
270
|
-
|
|
287
|
+
Ct(r, e[n]);
|
|
271
288
|
return r;
|
|
272
289
|
});
|
|
273
|
-
class
|
|
290
|
+
class Pt {
|
|
274
291
|
labelId;
|
|
275
292
|
cardId;
|
|
276
293
|
opt;
|
|
@@ -283,10 +300,10 @@ class Lt {
|
|
|
283
300
|
//初始化标记管理
|
|
284
301
|
initCore(e, r, a) {
|
|
285
302
|
let { Cesium: n, viewer: o, aggregatorOptions: i } = e;
|
|
286
|
-
r || (r = new
|
|
287
|
-
const s = new A(n, o, this.labelId, r),
|
|
303
|
+
r || (r = new w()), a || (a = new w());
|
|
304
|
+
const s = new A(n, o, this.labelId, r), f = new A(n, o, this.cardId, a, !1), d = new de(n, o, {
|
|
288
305
|
//聚合
|
|
289
|
-
threshold: i?.threshold ||
|
|
306
|
+
threshold: i?.threshold || 16,
|
|
290
307
|
displayLimit: i?.displayLimit || 1e3,
|
|
291
308
|
maxLevel: i?.maxLevel || 20,
|
|
292
309
|
debugCurrentGrids: i?.debugCurrentGrids || !1,
|
|
@@ -298,15 +315,15 @@ class Lt {
|
|
|
298
315
|
// 普通点的默认主题
|
|
299
316
|
...i,
|
|
300
317
|
labelPool: s
|
|
301
|
-
}), l = this.MaterialManager,
|
|
318
|
+
}), l = this.MaterialManager, g = new ue(
|
|
302
319
|
//实体图层管理
|
|
303
320
|
n,
|
|
304
321
|
o,
|
|
305
322
|
l,
|
|
306
323
|
d,
|
|
307
|
-
|
|
324
|
+
f
|
|
308
325
|
);
|
|
309
|
-
return { materialManager: l, entityLayerManager:
|
|
326
|
+
return { materialManager: l, entityLayerManager: g, cardPool: f, labelPool: s, aggregator: d, eventBus: r, cardEventBus: a };
|
|
310
327
|
}
|
|
311
328
|
//添加标记
|
|
312
329
|
set(e) {
|
|
@@ -320,14 +337,14 @@ class Lt {
|
|
|
320
337
|
//添加
|
|
321
338
|
add(e) {
|
|
322
339
|
let r = [];
|
|
323
|
-
|
|
340
|
+
h(e) ? r = e : r.push(e), r.forEach((a) => {
|
|
324
341
|
this.entityList.set(a.id, a);
|
|
325
342
|
}), this.instance.entityLayerManager.getLayer("Layer_default") || this.instance.entityLayerManager.addLayer("Layer_default"), this.instance.entityLayerManager.addGroupsToLayer("Layer_default", r);
|
|
326
343
|
}
|
|
327
344
|
//更新标记
|
|
328
345
|
update(e, r = !0) {
|
|
329
346
|
let a = [];
|
|
330
|
-
|
|
347
|
+
h(e) ? a = e : a.push(e);
|
|
331
348
|
const n = a.map((o) => {
|
|
332
349
|
const i = this.entityList.get(o.id);
|
|
333
350
|
if (!i) return;
|
|
@@ -350,7 +367,7 @@ class Lt {
|
|
|
350
367
|
//删除标记
|
|
351
368
|
delete(e) {
|
|
352
369
|
let r = [];
|
|
353
|
-
|
|
370
|
+
h(e) ? r = e : r.push(e), r.forEach((a) => {
|
|
354
371
|
this.entityList.delete(a);
|
|
355
372
|
}), this.instance.entityLayerManager.removeGroups("Layer_default", r);
|
|
356
373
|
}
|
|
@@ -361,14 +378,14 @@ class Lt {
|
|
|
361
378
|
this.instance.aggregator.setDebugCurrentGrids(e || !1);
|
|
362
379
|
}
|
|
363
380
|
}
|
|
364
|
-
function
|
|
381
|
+
function xt({
|
|
365
382
|
Cesium: t,
|
|
366
383
|
options: e,
|
|
367
384
|
MaterialManager: r
|
|
368
385
|
}) {
|
|
369
386
|
if (e.data?.theme) {
|
|
370
387
|
if (e.data?.lineType == "1") {
|
|
371
|
-
let a =
|
|
388
|
+
let a = he(t, {
|
|
372
389
|
color: new t.Color.fromCssColorString(e?.options?.color || "#ffffff"),
|
|
373
390
|
duration: 100
|
|
374
391
|
});
|
|
@@ -424,7 +441,7 @@ function wt({
|
|
|
424
441
|
}
|
|
425
442
|
}
|
|
426
443
|
}
|
|
427
|
-
function
|
|
444
|
+
function Ot({
|
|
428
445
|
Cesium: t,
|
|
429
446
|
options: e,
|
|
430
447
|
MaterialManager: r
|
|
@@ -463,7 +480,7 @@ function Pt({
|
|
|
463
480
|
}
|
|
464
481
|
}
|
|
465
482
|
}
|
|
466
|
-
function
|
|
483
|
+
function vt({
|
|
467
484
|
Cesium: t,
|
|
468
485
|
options: e,
|
|
469
486
|
MaterialManager: r
|
|
@@ -495,7 +512,7 @@ function xt({
|
|
|
495
512
|
}
|
|
496
513
|
}
|
|
497
514
|
}
|
|
498
|
-
class
|
|
515
|
+
class St extends Pt {
|
|
499
516
|
constructor(e) {
|
|
500
517
|
const {
|
|
501
518
|
labelId: r = "report-marker",
|
|
@@ -505,9 +522,9 @@ class Ot extends Lt {
|
|
|
505
522
|
cardThemeConfig: i = [],
|
|
506
523
|
runListener: s = () => {
|
|
507
524
|
},
|
|
508
|
-
MaterialManager:
|
|
525
|
+
MaterialManager: f = new N(),
|
|
509
526
|
aggregatorOptions: d
|
|
510
|
-
} = e, l = [...n],
|
|
527
|
+
} = e, l = [...n], g = [...o], u = [...i], m = {
|
|
511
528
|
clusterTheme: "Tag1007",
|
|
512
529
|
pointTheme: "Tag1001",
|
|
513
530
|
centralPointMode: "firstPoint",
|
|
@@ -517,11 +534,11 @@ class Ot extends Lt {
|
|
|
517
534
|
...e,
|
|
518
535
|
labelId: r,
|
|
519
536
|
cardId: a,
|
|
520
|
-
MaterialManager:
|
|
537
|
+
MaterialManager: f,
|
|
521
538
|
aggregatorOptions: m,
|
|
522
|
-
eventBus: new
|
|
539
|
+
eventBus: new w()
|
|
523
540
|
};
|
|
524
|
-
super(c), this.opt = { ...this.opt, ...c }, this.initTagListener(this.instance.eventBus, this.opt), this.loadTabThemeConfig(l), this.loadLineThemeConfig(
|
|
541
|
+
super(c), this.opt = { ...this.opt, ...c }, this.initTagListener(this.instance.eventBus, this.opt), this.loadTabThemeConfig(l), this.loadLineThemeConfig(g), this.loadCardThemeConfig(u), this.initDefaultLineMaterials(), this.initDefaultTagTheme();
|
|
525
542
|
}
|
|
526
543
|
initDefaultTagTheme() {
|
|
527
544
|
this.setTagTheme({
|
|
@@ -634,21 +651,21 @@ class Ot extends Lt {
|
|
|
634
651
|
const r = this.opt.Cesium, a = this.instance.materialManager || this.opt.MaterialManager;
|
|
635
652
|
if (e.line?.length > 0)
|
|
636
653
|
for (let n of e.line)
|
|
637
|
-
|
|
654
|
+
xt({
|
|
638
655
|
options: n,
|
|
639
656
|
Cesium: r,
|
|
640
657
|
MaterialManager: a
|
|
641
658
|
});
|
|
642
659
|
if (e.polygon?.length > 0)
|
|
643
660
|
for (let n of e.polygon)
|
|
644
|
-
|
|
661
|
+
Ot({
|
|
645
662
|
options: n,
|
|
646
663
|
Cesium: r,
|
|
647
664
|
MaterialManager: a
|
|
648
665
|
});
|
|
649
666
|
if (e.wall?.length > 0)
|
|
650
667
|
for (let n of e.wall)
|
|
651
|
-
|
|
668
|
+
vt({
|
|
652
669
|
options: n,
|
|
653
670
|
Cesium: r,
|
|
654
671
|
MaterialManager: a
|
|
@@ -741,8 +758,8 @@ class Ot extends Lt {
|
|
|
741
758
|
r.registerTheme(e.data.theme, {
|
|
742
759
|
createElement(a, n) {
|
|
743
760
|
let o = n.data?.billboard?.[0];
|
|
744
|
-
const i =
|
|
745
|
-
let s,
|
|
761
|
+
const i = Lt(o, ["position", "options"]);
|
|
762
|
+
let s, f = {
|
|
746
763
|
...i,
|
|
747
764
|
text: o?.options?.text,
|
|
748
765
|
isFullLink: e?.isFullLink ?? !1,
|
|
@@ -768,7 +785,7 @@ class Ot extends Lt {
|
|
|
768
785
|
"text-align": "center",
|
|
769
786
|
color: "white"
|
|
770
787
|
}
|
|
771
|
-
}) : e.comType == 4 ? s = y(p(ce),
|
|
788
|
+
}) : e.comType == 4 ? s = y(p(ce), f) : s = y(p(k), f), C(s, a), () => C(null, a);
|
|
772
789
|
},
|
|
773
790
|
options: {
|
|
774
791
|
offset: e?.data?.pixelOffset || {}
|
|
@@ -778,7 +795,7 @@ class Ot extends Lt {
|
|
|
778
795
|
//标记监听事件
|
|
779
796
|
initTagListener(e, r) {
|
|
780
797
|
let { viewer: a, tagListeningOptions: n } = r;
|
|
781
|
-
e.addListener(
|
|
798
|
+
e.addListener(T.Click, {
|
|
782
799
|
name: "marker:click",
|
|
783
800
|
fn: (o) => {
|
|
784
801
|
r.runListener?.(M.标记左键点击, o.data), X(o.data?.onClick) && o.data?.onClick(o.data), o.data?.cameraPoint && o.data?.billboard[0]?.isFlyToCameraPoint && a?.camera?.flyTo({
|
|
@@ -786,31 +803,31 @@ class Ot extends Lt {
|
|
|
786
803
|
...o.data?.cameraPoint
|
|
787
804
|
});
|
|
788
805
|
}
|
|
789
|
-
}), e.addListener(
|
|
806
|
+
}), e.addListener(T.MouseEnter, {
|
|
790
807
|
name: "marker:mouseenter",
|
|
791
808
|
fn: (o) => {
|
|
792
809
|
let i = this.opt.Cesium, s = { x: 0, y: 0 };
|
|
793
810
|
try {
|
|
794
811
|
if (o.data?.billboard?.[0]?.position?.length > 2) {
|
|
795
|
-
let
|
|
812
|
+
let f = o.data?.billboard[0]?.position, d = i.Cartesian3.fromDegrees(f[0], f[1], f[3] || 0), l = this.instance.labelPool.toWindowCoordinates(d);
|
|
796
813
|
s.x = l.x, s.y = l.y;
|
|
797
814
|
}
|
|
798
|
-
} catch (
|
|
799
|
-
console.log(
|
|
815
|
+
} catch (f) {
|
|
816
|
+
console.log(f);
|
|
800
817
|
}
|
|
801
818
|
r.runListener?.(M.标记移入, o.data, s);
|
|
802
819
|
}
|
|
803
|
-
}), e.addListener(
|
|
820
|
+
}), e.addListener(T.MouseLeave, {
|
|
804
821
|
name: "marker:mouseleave",
|
|
805
822
|
fn: (o) => {
|
|
806
823
|
let i = this.opt.Cesium, s = { x: 0, y: 0 };
|
|
807
824
|
try {
|
|
808
825
|
if (o.data?.billboard?.[0]?.position?.length > 2) {
|
|
809
|
-
let
|
|
826
|
+
let f = o.data?.billboard[0]?.position, d = i.Cartesian3.fromDegrees(f[0], f[1], f[3] || 0), l = this.instance.labelPool.toWindowCoordinates(d);
|
|
810
827
|
s.x = l.x, s.y = l.y;
|
|
811
828
|
}
|
|
812
|
-
} catch (
|
|
813
|
-
console.log(
|
|
829
|
+
} catch (f) {
|
|
830
|
+
console.log(f);
|
|
814
831
|
}
|
|
815
832
|
r.runListener?.(M.标记移出, o.data, s);
|
|
816
833
|
}
|
|
@@ -830,7 +847,7 @@ class Ot extends Lt {
|
|
|
830
847
|
});
|
|
831
848
|
}
|
|
832
849
|
}
|
|
833
|
-
const
|
|
850
|
+
const Et = /* @__PURE__ */ ie({
|
|
834
851
|
__name: "MarkerManage",
|
|
835
852
|
props: Ee,
|
|
836
853
|
emits: ["register", "load", "marker-event"],
|
|
@@ -839,58 +856,59 @@ const vt = /* @__PURE__ */ ie({
|
|
|
839
856
|
let i = null;
|
|
840
857
|
const s = (l = {}) => {
|
|
841
858
|
if (i) return i;
|
|
842
|
-
const
|
|
859
|
+
const g = {
|
|
843
860
|
...a,
|
|
844
861
|
...l,
|
|
845
862
|
Cesium: l.Cesium || a.Cesium,
|
|
846
863
|
viewer: l.viewer || a.viewer,
|
|
847
|
-
runListener: (
|
|
848
|
-
n("marker-event", { key:
|
|
864
|
+
runListener: (u, m, ...c) => {
|
|
865
|
+
n("marker-event", { key: u, data: m, args: c });
|
|
849
866
|
}
|
|
850
867
|
};
|
|
851
|
-
return !
|
|
852
|
-
},
|
|
868
|
+
return !g.Cesium || !g.viewer ? null : (i = new St(g), l.methods && (l.methods.setTagTheme = i.setTagTheme.bind(i), l.methods.setMaterial = i.setMaterial.bind(i), l.methods.setEntityList = i.set.bind(i), l.methods.addComItem = i.add.bind(i), l.methods.deleteComItem = i.delete.bind(i), l.methods.updateComItem = i.update.bind(i), l.methods.getEntityByID = i.getById.bind(i), l.methods.getOptions = i.getOptions.bind(i)), n("load", i), i);
|
|
869
|
+
}, f = {
|
|
853
870
|
init: s,
|
|
854
871
|
set: (l) => i?.set(l),
|
|
855
872
|
add: (l) => i?.add(l),
|
|
856
|
-
update: (l,
|
|
873
|
+
update: (l, g) => i?.update(l, g),
|
|
857
874
|
getById: (l) => i?.getById(l),
|
|
858
875
|
getOptions: () => i?.getOptions(),
|
|
859
876
|
delete: (l) => i?.delete(l),
|
|
860
|
-
setMarkerAggregationEnabled: (l,
|
|
877
|
+
setMarkerAggregationEnabled: (l, g) => i?.setMarkerAggregationEnabled(l, g),
|
|
861
878
|
setDebugCurrentGridsEnabled: (l) => i?.setDebugCurrentGridsEnabled(l),
|
|
862
879
|
initThemes: (l) => i?.initThemes(l),
|
|
863
880
|
setTagTheme: (l) => i?.setTagTheme(l),
|
|
864
881
|
setMaterial: (l) => i?.setMaterial(l)
|
|
865
882
|
};
|
|
866
|
-
e(
|
|
883
|
+
e(f), n("register", f);
|
|
867
884
|
function d() {
|
|
868
885
|
if (i) return i;
|
|
869
|
-
const l =
|
|
870
|
-
|
|
886
|
+
const l = ge(o), g = l?.getCesium?.(), u = l?.getViewer?.();
|
|
887
|
+
g && u ? s({ Cesium: g, viewer: u, methods: l }) : a.Cesium && a.viewer && s({ methods: l });
|
|
871
888
|
}
|
|
872
889
|
return le(() => {
|
|
873
890
|
d();
|
|
874
|
-
}),
|
|
891
|
+
}), I(
|
|
875
892
|
() => [a.Cesium, a.viewer],
|
|
876
|
-
([l,
|
|
877
|
-
l &&
|
|
893
|
+
([l, g]) => {
|
|
894
|
+
l && g && !i && d();
|
|
878
895
|
}
|
|
879
|
-
),
|
|
896
|
+
), I(
|
|
880
897
|
() => o?.value,
|
|
881
|
-
(l,
|
|
898
|
+
(l, g) => {
|
|
882
899
|
d();
|
|
883
900
|
},
|
|
884
901
|
{ deep: !1 }
|
|
885
902
|
), se(() => {
|
|
886
|
-
}), (l,
|
|
903
|
+
}), (l, g) => fe(l.$slots, "default");
|
|
887
904
|
}
|
|
888
|
-
}),
|
|
905
|
+
}), Ft = ne(Et);
|
|
889
906
|
export {
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
907
|
+
Ft as CxMarkerManage,
|
|
908
|
+
St as MarkerManage,
|
|
909
|
+
Pt as MarkerManagerCore,
|
|
893
910
|
M as ReportListenerKey,
|
|
894
|
-
|
|
911
|
+
Ft as default,
|
|
895
912
|
Ee as markerManageProps
|
|
896
913
|
};
|
|
914
|
+
//# sourceMappingURL=marker-manage.js.map
|