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,11 +0,0 @@
|
|
|
1
|
-
@import './src/marker.less';
|
|
2
|
-
@import './src/markerManage.less';
|
|
3
|
-
@import './src/basicVideo.less';
|
|
4
|
-
@import './src/cardContent.less';
|
|
5
|
-
@import './src/carouselImg.less';
|
|
6
|
-
@import './src/cardPage.less';
|
|
7
|
-
@import './src/cardCarousel.less';
|
|
8
|
-
@import './src/basicAudio.less';
|
|
9
|
-
@import './src/measurement.less';
|
|
10
|
-
@import './src/cameraRoam.less';
|
|
11
|
-
@import './src/pathRoam.less';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@report-components/theme-chalk",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Theme package for Report Components using LESS",
|
|
5
|
-
"main": "dist/theme-chalk.css",
|
|
6
|
-
"style": "dist/theme-chalk.css",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"src"
|
|
10
|
-
],
|
|
11
|
-
"scripts": {
|
|
12
|
-
"build": "lessc index.less dist/theme-chalk.css",
|
|
13
|
-
"watch": "lessc --watch index.less dist/theme-chalk.css",
|
|
14
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
15
|
-
},
|
|
16
|
-
"keywords": [
|
|
17
|
-
"less",
|
|
18
|
-
"theme",
|
|
19
|
-
"components",
|
|
20
|
-
"report"
|
|
21
|
-
],
|
|
22
|
-
"author": "",
|
|
23
|
-
"license": "ISC",
|
|
24
|
-
"devDependencies": {
|
|
25
|
-
"less": "^4.3.0"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
.basic-audio-bem(@componentName) {
|
|
4
|
-
|
|
5
|
-
.b(~'@{componentName}-wrap', {
|
|
6
|
-
&.light{
|
|
7
|
-
background-color: #fafafa;
|
|
8
|
-
color: #67676c;
|
|
9
|
-
}
|
|
10
|
-
&.dark{
|
|
11
|
-
background-color: rgba(12, 32, 51, 0.8);
|
|
12
|
-
color: #fff;
|
|
13
|
-
border: 1px solid #120a0a;
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
.b(~'@{componentName}-wrap', {
|
|
17
|
-
width: 100%;
|
|
18
|
-
border: 1px solid #ddd;
|
|
19
|
-
padding: 16px;
|
|
20
|
-
border-radius: 8px;
|
|
21
|
-
font-family: Arial, sans-serif;
|
|
22
|
-
});
|
|
23
|
-
.b(~'@{componentName}-tool', {
|
|
24
|
-
display: flex;
|
|
25
|
-
justify-content: space-between;
|
|
26
|
-
align-items: center;
|
|
27
|
-
margin-bottom: 10px;
|
|
28
|
-
});
|
|
29
|
-
.b(~'@{componentName}-play', {
|
|
30
|
-
cursor: pointer;
|
|
31
|
-
user-select: none;
|
|
32
|
-
});
|
|
33
|
-
.b(~'@{componentName}-sound', {
|
|
34
|
-
margin-top: 10px;
|
|
35
|
-
});
|
|
36
|
-
.be(~'@{componentName}-sound',text, {
|
|
37
|
-
margin-bottom: 4px
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.basic-audio-bem(audio);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
.basic-video-bem(@componentName) {
|
|
4
|
-
.b(~'@{componentName}', {
|
|
5
|
-
.is(hide,{
|
|
6
|
-
.xg-inner-controls {
|
|
7
|
-
display: none !important;
|
|
8
|
-
}
|
|
9
|
-
})
|
|
10
|
-
});
|
|
11
|
-
.be(~'@{componentName}',poster, {
|
|
12
|
-
background-color: black;
|
|
13
|
-
object-fit: cover
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.basic-video-bem(video);
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
.camera-roam-bem(@componentName) {
|
|
4
|
-
.b(~'@{componentName}', {
|
|
5
|
-
position: absolute;
|
|
6
|
-
top: 20px;
|
|
7
|
-
left: 20px;
|
|
8
|
-
width: 320px;
|
|
9
|
-
background: rgba(30, 30, 30, 0.85);
|
|
10
|
-
backdrop-filter: blur(12px);
|
|
11
|
-
-webkit-backdrop-filter: blur(12px);
|
|
12
|
-
color: #e0e0e0;
|
|
13
|
-
border-radius: 12px;
|
|
14
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
15
|
-
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
|
|
16
|
-
display: flex;
|
|
17
|
-
flex-direction: column;
|
|
18
|
-
overflow: hidden;
|
|
19
|
-
z-index: 100;
|
|
20
|
-
font-family: system-ui, -apple-system, sans-serif;
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
.be(~'@{componentName}', header, {
|
|
24
|
-
padding: 12px 16px;
|
|
25
|
-
background: rgba(255, 255, 255, 0.05);
|
|
26
|
-
font-weight: 600;
|
|
27
|
-
font-size: 16px;
|
|
28
|
-
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
29
|
-
display: flex;
|
|
30
|
-
justify-content: space-between;
|
|
31
|
-
align-items: center;
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
.be(~'@{componentName}', content, {
|
|
35
|
-
padding: 12px;
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: column;
|
|
38
|
-
gap: 16px;
|
|
39
|
-
max-height: 80vh;
|
|
40
|
-
overflow-y: auto;
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
.be(~'@{componentName}', section, {
|
|
44
|
-
display: flex;
|
|
45
|
-
flex-direction: column;
|
|
46
|
-
gap: 8px;
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
.be(~'@{componentName}', title, {
|
|
50
|
-
font-size: 12px;
|
|
51
|
-
text-transform: uppercase;
|
|
52
|
-
color: #9ca3af;
|
|
53
|
-
letter-spacing: 0.5px;
|
|
54
|
-
font-weight: 600;
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
.be(~'@{componentName}', row, {
|
|
58
|
-
display: flex;
|
|
59
|
-
gap: 8px;
|
|
60
|
-
align-items: center;
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
.be(~'@{componentName}', grid-2, {
|
|
64
|
-
display: grid;
|
|
65
|
-
grid-template-columns: 1fr 1fr;
|
|
66
|
-
gap: 8px;
|
|
67
|
-
align-items: center;
|
|
68
|
-
});
|
|
69
|
-
|
|
70
|
-
.be(~'@{componentName}', group, {
|
|
71
|
-
display: flex;
|
|
72
|
-
flex-direction: column;
|
|
73
|
-
gap: 4px;
|
|
74
|
-
|
|
75
|
-
label {
|
|
76
|
-
font-size: 12px;
|
|
77
|
-
color: #9ca3af;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
input[type='number'],
|
|
81
|
-
input[type='text'] {
|
|
82
|
-
width: 100%;
|
|
83
|
-
padding: 6px 10px;
|
|
84
|
-
background: rgba(0, 0, 0, 0.3);
|
|
85
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
86
|
-
border-radius: 6px;
|
|
87
|
-
color: #e0e0e0;
|
|
88
|
-
font-size: 13px;
|
|
89
|
-
outline: none;
|
|
90
|
-
box-sizing: border-box;
|
|
91
|
-
|
|
92
|
-
&:focus {
|
|
93
|
-
border-color: #3b82f6;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
});
|
|
97
|
-
|
|
98
|
-
.be(~'@{componentName}', checkbox, {
|
|
99
|
-
display: flex;
|
|
100
|
-
align-items: center;
|
|
101
|
-
gap: 8px;
|
|
102
|
-
cursor: pointer;
|
|
103
|
-
font-size: 13px;
|
|
104
|
-
});
|
|
105
|
-
|
|
106
|
-
.be(~'@{componentName}', btn, {
|
|
107
|
-
padding: 6px 12px;
|
|
108
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
109
|
-
background: rgba(255, 255, 255, 0.05);
|
|
110
|
-
color: #e0e0e0;
|
|
111
|
-
border-radius: 6px;
|
|
112
|
-
cursor: pointer;
|
|
113
|
-
font-size: 13px;
|
|
114
|
-
transition: all 0.2s;
|
|
115
|
-
display: flex;
|
|
116
|
-
align-items: center;
|
|
117
|
-
justify-content: center;
|
|
118
|
-
gap: 6px;
|
|
119
|
-
|
|
120
|
-
&:hover {
|
|
121
|
-
background: rgba(255, 255, 255, 0.1);
|
|
122
|
-
border-color: rgba(255, 255, 255, 0.2);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&:active {
|
|
126
|
-
transform: translateY(1px);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
&.primary {
|
|
130
|
-
background: #3b82f6;
|
|
131
|
-
border-color: transparent;
|
|
132
|
-
color: white;
|
|
133
|
-
&:hover { background: #2563eb; }
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
&.danger {
|
|
137
|
-
color: #ef4444;
|
|
138
|
-
border-color: rgba(239, 68, 68, 0.3);
|
|
139
|
-
&:hover { background: rgba(239, 68, 68, 0.1); }
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
&.icon {
|
|
143
|
-
font-size: 16px;
|
|
144
|
-
padding: 6px 0;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
&.mini {
|
|
148
|
-
width: 32px;
|
|
149
|
-
padding: 0;
|
|
150
|
-
justify-content: center;
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
|
|
154
|
-
.be(~'@{componentName}', route-row, {
|
|
155
|
-
display: flex;
|
|
156
|
-
gap: 8px;
|
|
157
|
-
margin-bottom: 8px;
|
|
158
|
-
});
|
|
159
|
-
|
|
160
|
-
.be(~'@{componentName}', select, {
|
|
161
|
-
flex: 1;
|
|
162
|
-
padding: 4px 8px;
|
|
163
|
-
background: rgba(0, 0, 0, 0.3);
|
|
164
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
165
|
-
border-radius: 6px;
|
|
166
|
-
color: #e0e0e0;
|
|
167
|
-
font-size: 13px;
|
|
168
|
-
outline: none;
|
|
169
|
-
cursor: pointer;
|
|
170
|
-
|
|
171
|
-
option {
|
|
172
|
-
background: #1e1e1e;
|
|
173
|
-
color: #e0e0e0;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
&:focus {
|
|
177
|
-
border-color: #3b82f6;
|
|
178
|
-
}
|
|
179
|
-
});
|
|
180
|
-
|
|
181
|
-
.be(~'@{componentName}', list, {
|
|
182
|
-
max-height: 150px;
|
|
183
|
-
overflow-y: auto;
|
|
184
|
-
background: rgba(0, 0, 0, 0.2);
|
|
185
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
186
|
-
border-radius: 6px;
|
|
187
|
-
list-style: none;
|
|
188
|
-
padding: 0;
|
|
189
|
-
margin: 0;
|
|
190
|
-
|
|
191
|
-
li {
|
|
192
|
-
padding: 6px 10px;
|
|
193
|
-
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
|
194
|
-
display: flex;
|
|
195
|
-
justify-content: space-between;
|
|
196
|
-
align-items: center;
|
|
197
|
-
font-size: 12px;
|
|
198
|
-
cursor: pointer;
|
|
199
|
-
transition: background 0.2s;
|
|
200
|
-
|
|
201
|
-
&:last-child { border-bottom: none; }
|
|
202
|
-
&:hover { background: rgba(255, 255, 255, 0.05); }
|
|
203
|
-
|
|
204
|
-
.info {
|
|
205
|
-
display: flex;
|
|
206
|
-
flex-direction: column;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.del-btn {
|
|
210
|
-
padding: 2px 6px;
|
|
211
|
-
font-size: 10px;
|
|
212
|
-
color: #ef4444;
|
|
213
|
-
border: 1px solid rgba(239, 68, 68, 0.3);
|
|
214
|
-
background: transparent;
|
|
215
|
-
border-radius: 4px;
|
|
216
|
-
cursor: pointer;
|
|
217
|
-
&:hover { background: rgba(239, 68, 68, 0.1); }
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
});
|
|
221
|
-
|
|
222
|
-
.be(~'@{componentName}', status, {
|
|
223
|
-
padding: 10px 16px;
|
|
224
|
-
background: rgba(0, 0, 0, 0.3);
|
|
225
|
-
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
226
|
-
font-size: 12px;
|
|
227
|
-
color: #9ca3af;
|
|
228
|
-
display: flex;
|
|
229
|
-
justify-content: space-between;
|
|
230
|
-
align-items: center;
|
|
231
|
-
|
|
232
|
-
span.value {
|
|
233
|
-
color: #3b82f6;
|
|
234
|
-
font-weight: 600;
|
|
235
|
-
}
|
|
236
|
-
});
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.camera-roam-bem(camera-roam-box);
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
// 封装组件 BEM mixin
|
|
4
|
-
.card-carousel-bem(@componentName) {
|
|
5
|
-
.b(~'@{componentName}', {
|
|
6
|
-
position: relative;
|
|
7
|
-
overflow: hidden;
|
|
8
|
-
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-direction: column;
|
|
11
|
-
&:hover {
|
|
12
|
-
.be(~'@{componentName}',btn, {
|
|
13
|
-
opacity: 1;
|
|
14
|
-
pointer-events: auto; /* 悬浮时可点 */
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
.b(~'@{componentName}-content', {
|
|
19
|
-
flex: 1;
|
|
20
|
-
overflow: auto;
|
|
21
|
-
});
|
|
22
|
-
.be(~'@{componentName}-content',item, {
|
|
23
|
-
width: 100%;
|
|
24
|
-
height: 100%;
|
|
25
|
-
});
|
|
26
|
-
.be(~'@{componentName}',btn, {
|
|
27
|
-
position: absolute;
|
|
28
|
-
top: 50%;
|
|
29
|
-
transform: translateY(-50%);
|
|
30
|
-
border: none;
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
padding: 6px 10px;
|
|
33
|
-
border-radius: 50%;
|
|
34
|
-
transition: all 0.3s;
|
|
35
|
-
opacity: 0;
|
|
36
|
-
pointer-events: none; /* 不可点 */
|
|
37
|
-
&:hover {
|
|
38
|
-
background: rgba(0, 0, 0, 0.6);
|
|
39
|
-
}
|
|
40
|
-
});
|
|
41
|
-
.be(~'@{componentName}',arrow__left, {
|
|
42
|
-
left: 8px;
|
|
43
|
-
z-index: 100;
|
|
44
|
-
});
|
|
45
|
-
.be(~'@{componentName}',arrow__right, {
|
|
46
|
-
right: 8px;
|
|
47
|
-
z-index: 100;
|
|
48
|
-
});
|
|
49
|
-
.b(~'@{componentName}-pagination', {
|
|
50
|
-
display: flex;
|
|
51
|
-
align-items: center;
|
|
52
|
-
justify-content: space-between;
|
|
53
|
-
padding: 6px 8px;
|
|
54
|
-
font-size: 12px;
|
|
55
|
-
});
|
|
56
|
-
.b(~'@{componentName}-pagination-center', {
|
|
57
|
-
display: flex;
|
|
58
|
-
flex-direction: column;
|
|
59
|
-
align-items: center;
|
|
60
|
-
flex: 1;
|
|
61
|
-
});
|
|
62
|
-
.be(~'@{componentName}',title, {
|
|
63
|
-
white-space: nowrap;
|
|
64
|
-
font-weight: bold;
|
|
65
|
-
});
|
|
66
|
-
.be(~'@{componentName}',info, {
|
|
67
|
-
opacity: 0.9;
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.card-carousel-bem(card-carousel);
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
.card-content-bem(@componentName) {
|
|
4
|
-
.b(~'@{componentName}',{
|
|
5
|
-
height: 100%;
|
|
6
|
-
width: 100%;
|
|
7
|
-
});
|
|
8
|
-
.be(~'@{componentName}',text, {
|
|
9
|
-
overflow: auto;
|
|
10
|
-
height: 100%;
|
|
11
|
-
width: 100%;
|
|
12
|
-
table {
|
|
13
|
-
border: 1px solid #ccc;
|
|
14
|
-
border-collapse: collapse;
|
|
15
|
-
}
|
|
16
|
-
th {
|
|
17
|
-
border-width: 1px;
|
|
18
|
-
border: 1px solid #ccc;
|
|
19
|
-
}
|
|
20
|
-
td {
|
|
21
|
-
border-width: 1px;
|
|
22
|
-
border: 1px solid #ccc;
|
|
23
|
-
}
|
|
24
|
-
tr {
|
|
25
|
-
border-width: 1px;
|
|
26
|
-
border: 1px solid #ccc;
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
.be(~'@{componentName}',video, {
|
|
30
|
-
height: 100%;
|
|
31
|
-
width: 100%;
|
|
32
|
-
display: flex;
|
|
33
|
-
justify-content: center;
|
|
34
|
-
align-items: center;
|
|
35
|
-
});
|
|
36
|
-
.be(~'@{componentName}',video__inner, {
|
|
37
|
-
height: 100%;
|
|
38
|
-
width: 100%;
|
|
39
|
-
});
|
|
40
|
-
.be(~'@{componentName}',img, {
|
|
41
|
-
height: 100%;
|
|
42
|
-
width: 100%;
|
|
43
|
-
display: flex;
|
|
44
|
-
justify-content: center;
|
|
45
|
-
align-items: center;
|
|
46
|
-
overflow: hidden;
|
|
47
|
-
});
|
|
48
|
-
.be(~'@{componentName}',carousel, {
|
|
49
|
-
height: 100%;
|
|
50
|
-
width: 100%;
|
|
51
|
-
display: flex;
|
|
52
|
-
justify-content: center;
|
|
53
|
-
align-items: center;
|
|
54
|
-
});
|
|
55
|
-
.be(~'@{componentName}',carousel__img, {
|
|
56
|
-
height: 100%;
|
|
57
|
-
width: 100%;
|
|
58
|
-
});
|
|
59
|
-
.be(~'@{componentName}',iframe, {
|
|
60
|
-
height: 100%;
|
|
61
|
-
width: 100%;
|
|
62
|
-
});
|
|
63
|
-
.be(~'@{componentName}',chart, {
|
|
64
|
-
height: 100%;
|
|
65
|
-
width: 100%;
|
|
66
|
-
display: flex;
|
|
67
|
-
justify-content: center;
|
|
68
|
-
align-items: center;
|
|
69
|
-
padding: 8px;
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.card-content-bem(card-content);
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
// 封装组件 BEM mixin
|
|
4
|
-
.card-page-bem(@componentName) {
|
|
5
|
-
.b(~'@{componentName}', {
|
|
6
|
-
position: relative;
|
|
7
|
-
border-radius: 12px;
|
|
8
|
-
overflow: hidden;
|
|
9
|
-
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
|
|
10
|
-
display: flex;
|
|
11
|
-
flex-direction: column;
|
|
12
|
-
justify-content: space-between;
|
|
13
|
-
});
|
|
14
|
-
.b(~'@{componentName}-content', {
|
|
15
|
-
flex: 1;
|
|
16
|
-
padding: 12px;
|
|
17
|
-
overflow: auto;
|
|
18
|
-
});
|
|
19
|
-
.be(~'@{componentName}-content',item, {
|
|
20
|
-
width: 100%;
|
|
21
|
-
height: 100%;
|
|
22
|
-
});
|
|
23
|
-
.b(~'@{componentName}-pagination', {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: space-between;
|
|
27
|
-
padding: 6px 8px;
|
|
28
|
-
font-size: 12px;
|
|
29
|
-
});
|
|
30
|
-
.b(~'@{componentName}-pagination-center', {
|
|
31
|
-
display: flex;
|
|
32
|
-
flex-direction: column;
|
|
33
|
-
align-items: center;
|
|
34
|
-
flex: 1;
|
|
35
|
-
});
|
|
36
|
-
.be(~'@{componentName}',title__preview, {
|
|
37
|
-
font-weight: 500;
|
|
38
|
-
font-size: 13px;
|
|
39
|
-
white-space: nowrap;
|
|
40
|
-
overflow: hidden;
|
|
41
|
-
text-overflow: ellipsis;
|
|
42
|
-
});
|
|
43
|
-
.be(~'@{componentName}',info, {
|
|
44
|
-
font-size: 12px;
|
|
45
|
-
margin-top: 2px;
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
.be(~'@{componentName}',btn, {
|
|
49
|
-
border: none;
|
|
50
|
-
background: transparent;
|
|
51
|
-
cursor: pointer;
|
|
52
|
-
font-size: 14px;
|
|
53
|
-
padding: 2px 6px;
|
|
54
|
-
transition: color 0.2s;
|
|
55
|
-
&.hover {
|
|
56
|
-
color: var(--buttonHoverColor);
|
|
57
|
-
}
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.card-page-bem(card-page);
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
.carousel-img-bem(@componentName) {
|
|
4
|
-
.b(~'@{componentName}', {
|
|
5
|
-
height: 100%;
|
|
6
|
-
width: 100%;
|
|
7
|
-
.slick-slider {
|
|
8
|
-
height: 100%; /* 让每个 slide 填满容器 */
|
|
9
|
-
}
|
|
10
|
-
.slick-slide > div {
|
|
11
|
-
height: 100%; /* 让每个 slide 填满容器 */
|
|
12
|
-
}
|
|
13
|
-
.slick-list {
|
|
14
|
-
height: 100%; /* 让每个 slide 填满容器 */
|
|
15
|
-
}
|
|
16
|
-
.slick-track {
|
|
17
|
-
height: 100%; /* 子元素也要占满 */
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
.b(~'@{componentName}-inner', {
|
|
21
|
-
height: 100%;
|
|
22
|
-
width: 100%;
|
|
23
|
-
display: flex !important;
|
|
24
|
-
justify-content: center;
|
|
25
|
-
align-items: center;
|
|
26
|
-
});
|
|
27
|
-
.be(~'@{componentName}-inner',img, {
|
|
28
|
-
width: 100%;
|
|
29
|
-
max-width: 100%;
|
|
30
|
-
max-height: 100%;
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.carousel-img-bem(carousel);
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
// 封装组件 BEM mixin
|
|
4
|
-
.mark-default-bem(@componentName) {
|
|
5
|
-
// 拼接 blockSuffix,例如 '-icon'
|
|
6
|
-
|
|
7
|
-
// 调用 .b(),传入拼接后的名称
|
|
8
|
-
.b(~'@{componentName}', {
|
|
9
|
-
position: relative;
|
|
10
|
-
});
|
|
11
|
-
.be(~'@{componentName}',name, {
|
|
12
|
-
width: max-content;
|
|
13
|
-
transform: translate(-50%, -100% - 4px);
|
|
14
|
-
left: 50%;
|
|
15
|
-
position: absolute;
|
|
16
|
-
top: 0px;
|
|
17
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
18
|
-
border-radius: 15px;
|
|
19
|
-
padding: 4px 15px;
|
|
20
|
-
font-size: 16px;
|
|
21
|
-
color: #fff;
|
|
22
|
-
white-space: pre-wrap;
|
|
23
|
-
});
|
|
24
|
-
.be(~'@{componentName}',custom, {
|
|
25
|
-
position: absolute
|
|
26
|
-
});
|
|
27
|
-
.be(~'@{componentName}',img, {
|
|
28
|
-
-webkit-user-drag: none;
|
|
29
|
-
-khtml-user-drag: none;
|
|
30
|
-
-moz-user-drag: none;
|
|
31
|
-
-o-user-drag: none;
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.mark-default-bem(marker-default);
|
|
36
|
-
|
|
37
|
-
// 封装组件 BEM mixin
|
|
38
|
-
.mark-html-bem(@componentName) {
|
|
39
|
-
// 拼接 blockSuffix,例如 '-icon'
|
|
40
|
-
|
|
41
|
-
// 调用 .b(),传入拼接后的名称
|
|
42
|
-
.b(~'@{componentName}', {
|
|
43
|
-
position: relative;
|
|
44
|
-
});
|
|
45
|
-
.be(~'@{componentName}',custom, {
|
|
46
|
-
position: absolute
|
|
47
|
-
});
|
|
48
|
-
.be(~'@{componentName}',img, {
|
|
49
|
-
-webkit-user-drag: none;
|
|
50
|
-
-khtml-user-drag: none;
|
|
51
|
-
-moz-user-drag: none;
|
|
52
|
-
-o-user-drag: none;
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.mark-html-bem(marker-html);
|
|
57
|
-
|
|
58
|
-
.mark-text-bem(@componentName) {
|
|
59
|
-
// 拼接 blockSuffix,例如 '-icon'
|
|
60
|
-
|
|
61
|
-
// 调用 .b(),传入拼接后的名称
|
|
62
|
-
.b(~'@{componentName}', {
|
|
63
|
-
position: relative;
|
|
64
|
-
});
|
|
65
|
-
.be(~'@{componentName}',name, {
|
|
66
|
-
width: max-content;
|
|
67
|
-
text-align: center;
|
|
68
|
-
color: #fff;
|
|
69
|
-
z-index: 1;
|
|
70
|
-
white-space: pre-wrap;
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.mark-text-bem(marker-text);
|
|
75
|
-
|
|
76
|
-
.mark-bubble-bem(@componentName) {
|
|
77
|
-
// 拼接 blockSuffix,例如 '-icon'
|
|
78
|
-
|
|
79
|
-
// 调用 .b(),传入拼接后的名称
|
|
80
|
-
.b(~'@{componentName}', {
|
|
81
|
-
position: relative;
|
|
82
|
-
pointer-events: none;
|
|
83
|
-
width: 0;
|
|
84
|
-
height: 0
|
|
85
|
-
});
|
|
86
|
-
.be(~'@{componentName}',name, {
|
|
87
|
-
width: max-content;
|
|
88
|
-
min-width: 60px;
|
|
89
|
-
min-height: 20px;
|
|
90
|
-
text-align: center;
|
|
91
|
-
color: #fff;
|
|
92
|
-
z-index: 1;
|
|
93
|
-
white-space: pre-wrap;
|
|
94
|
-
pointer-events: auto;
|
|
95
|
-
});
|
|
96
|
-
.be(~'@{componentName}',line, {
|
|
97
|
-
width: 100px;
|
|
98
|
-
height: 30px;
|
|
99
|
-
background-color: pink;
|
|
100
|
-
position: absolute;
|
|
101
|
-
left: 0;
|
|
102
|
-
top: 0;
|
|
103
|
-
pointer-events: auto;
|
|
104
|
-
});
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.mark-bubble-bem(marker-bubble);
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
@import './mixins/mixins.less';
|
|
2
|
-
|
|
3
|
-
// 封装组件 BEM mixin
|
|
4
|
-
.mark-manage-bem(@componentName) {
|
|
5
|
-
// 拼接 blockSuffix,例如 '-icon'
|
|
6
|
-
|
|
7
|
-
// 调用 .b(),传入拼接后的名称
|
|
8
|
-
.b(~'@{componentName}', {
|
|
9
|
-
width: 100%;
|
|
10
|
-
height: 100%;
|
|
11
|
-
pointer-events: none;
|
|
12
|
-
});
|
|
13
|
-
.be(~'@{componentName}',container, {
|
|
14
|
-
width: 100%;
|
|
15
|
-
height: 100%;
|
|
16
|
-
border: 1px solid #ccc;
|
|
17
|
-
position: absolute;
|
|
18
|
-
top: 0;
|
|
19
|
-
left: 0;
|
|
20
|
-
pointer-events: none;
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.mark-manage-bem(marker-manage);
|