leiting-bim 2.1.52 → 2.1.55
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/leiting-bim.es.js +1 -25503
- package/leiting-bim.umd.js +8 -8
- package/leitingbim.css +1 -1
- package/package.json +1 -1
- package/plugins/cesium-core/dist/components/HtmlOverlayLabelPool.d.ts +152 -152
- package/plugins/cesium-core/dist/components/MarkerEvent.d.ts +38 -38
- package/plugins/cesium-core/dist/components/Material/MaterialManager.d.ts +49 -49
- package/plugins/cesium-core/dist/components/Material/help/PolylineFlowMaterialProperty.d.ts +10 -10
- package/plugins/cesium-core/dist/components/Material/help/dynamicImgMaterial.d.ts +16 -16
- package/plugins/cesium-core/dist/components/Material/index.d.ts +3 -3
- package/plugins/cesium-core/dist/components/TooltipManager.d.ts +11 -11
- package/plugins/cesium-core/dist/components/draw/DrawTool.d.ts +10 -10
- package/plugins/cesium-core/dist/components/draw/handlers/CircleDrawer.d.ts +16 -16
- package/plugins/cesium-core/dist/components/draw/handlers/LineDrawer.d.ts +14 -14
- package/plugins/cesium-core/dist/components/draw/handlers/PointDrawer.d.ts +12 -12
- package/plugins/cesium-core/dist/components/draw/handlers/PolygonDrawer.d.ts +14 -14
- package/plugins/cesium-core/dist/components/draw/handlers/RectangleDrawer.d.ts +13 -13
- package/plugins/cesium-core/dist/components/draw/types.d.ts +29 -29
- package/plugins/cesium-core/dist/components/entity/EntityLayer.d.ts +65 -65
- package/plugins/cesium-core/dist/components/gltf/GLTFManage.d.ts +141 -141
- package/plugins/cesium-core/dist/components/gltf/index.d.ts +1 -1
- package/plugins/cesium-core/dist/components/measurement/MeasurementTool.d.ts +34 -34
- package/plugins/cesium-core/dist/components/measurement/handlers/CoordinateMeasure.d.ts +16 -16
- package/plugins/cesium-core/dist/components/measurement/handlers/TerrainHeightMeasure.d.ts +18 -18
- package/plugins/cesium-core/dist/components/measurement/handlers/VerticalMeasure.d.ts +23 -23
- package/plugins/cesium-core/dist/components/measurement/index.d.ts +13 -13
- package/plugins/cesium-core/dist/components/measurement/types.d.ts +42 -42
- package/plugins/cesium-core/dist/components/primitive/PrimitiveManager.d.ts +50 -50
- package/plugins/cesium-core/dist/components/roaming/CameraRoamTool.d.ts +27 -27
- package/plugins/cesium-core/dist/components/roaming/PathRoamTool.d.ts +23 -23
- package/plugins/cesium-core/dist/components/roaming/index.d.ts +3 -3
- package/plugins/cesium-core/dist/components/roaming/types.d.ts +66 -66
- package/plugins/cesium-core/dist/components/utils/convertGeoJsonToEntityData.d.ts +1 -1
- package/plugins/cesium-core/dist/components/utils/uuid.d.ts +1 -1
- package/plugins/cesium-core/dist/index.d.ts +12 -12
- package/plugins/cesium-core/package.json +27 -27
- package/plugins/cesium-vue/dist/HtmlOverlayLabelPool-B1gUt-p1.js +339 -0
- package/plugins/cesium-vue/dist/HtmlOverlayLabelPool-B1gUt-p1.js.map +1 -0
- package/plugins/cesium-vue/dist/components/basic-audio.js.map +1 -1
- package/plugins/cesium-vue/dist/components/basic-video.js.map +1 -1
- package/plugins/cesium-vue/dist/components/card-carousel.js.map +1 -1
- package/plugins/cesium-vue/dist/components/card-content.js +1 -1
- package/plugins/cesium-vue/dist/components/card-content.js.map +1 -1
- package/plugins/cesium-vue/dist/components/card-page.js.map +1 -1
- package/plugins/cesium-vue/dist/components/carousel-img.js.map +1 -1
- package/plugins/cesium-vue/dist/components/echarts-pro.js +1 -1
- package/plugins/cesium-vue/dist/components/marker-bubble.js.map +1 -1
- package/plugins/cesium-vue/dist/components/marker-default.js.map +1 -1
- package/plugins/cesium-vue/dist/components/marker-html.js.map +1 -1
- package/plugins/cesium-vue/dist/components/marker-manage.js +1324 -457
- package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -1
- package/plugins/cesium-vue/dist/components/marker-text.js.map +1 -1
- package/plugins/cesium-vue/dist/components/measurement.js +2943 -116
- package/plugins/cesium-vue/dist/components/measurement.js.map +1 -1
- package/plugins/cesium-vue/dist/components/position-picker.js.map +1 -1
- package/plugins/cesium-vue/dist/index-CUs_hd1V.js.map +1 -1
- package/plugins/cesium-vue/dist/index-Kdqw0FJN.js +45856 -0
- package/plugins/cesium-vue/dist/index-Kdqw0FJN.js.map +1 -0
- package/plugins/cesium-vue/dist/index.js +1 -1
- package/plugins/cesium-vue/dist/index.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marker-text.js","sources":["../../src/components/marker-text/src/markerText.ts","../../src/components/marker-text/src/MarkerText.vue","../../src/components/marker-text/index.ts"],"sourcesContent":["import { ExtractPropTypes } from 'vue';\r\nexport const markerTextProps = {\r\n text: { type: String, default: '' },\r\n textStyle: {\r\n type: Object,\r\n default: () => {},\r\n },\r\n} as const;\r\n\r\nexport type MarkerTextProps = ExtractPropTypes<typeof markerTextProps>;\r\n","<template>\
|
|
1
|
+
{"version":3,"file":"marker-text.js","sources":["../../src/components/marker-text/src/markerText.ts","../../src/components/marker-text/src/MarkerText.vue","../../src/components/marker-text/index.ts"],"sourcesContent":["import { ExtractPropTypes } from 'vue';\r\nexport const markerTextProps = {\r\n text: { type: String, default: '' },\r\n textStyle: {\r\n type: Object,\r\n default: () => {},\r\n },\r\n} as const;\r\n\r\nexport type MarkerTextProps = ExtractPropTypes<typeof markerTextProps>;\r\n","<template>\n <div :class=\"bem.b('text')\">\n <span :class=\"bem.be('text', 'name')\" v-if=\"props.text\" :style=\"props.textStyle\">{{\n props.text\n }}</span>\n </div>\n</template>\n<script lang=\"ts\" setup>\n import { createNamespace, prefix } from '../../../../../utils/create';\n import { markerTextProps } from './markerText';\n defineOptions({ name: `${prefix}-marker-text` });\n const props = defineProps(markerTextProps);\n const bem = createNamespace('marker');\n</script>\n","import { withInstall } from '../../../../utils/with-install';\nimport _MarkerText from './src/MarkerText.vue';\nexport * from './src/MarkerText.vue';\n\nconst CxMarkerText = withInstall(_MarkerText);\nexport { CxMarkerText };\nexport default CxMarkerText;\n"],"names":["markerTextProps","props","__props","bem","createNamespace","_createElementBlock","_normalizeClass","_unref","_normalizeStyle","_toDisplayString","CxMarkerText","withInstall","_MarkerText"],"mappings":";;AACO,MAAMA,IAAkB;AAAA,EAC7B,MAAM,EAAE,MAAM,QAAQ,SAAS,GAAA;AAAA,EAC/B,WAAW;AAAA,IACT,MAAM;AAAA,IACN,SAAS,MAAM;AAAA,IAAC;AAAA,EAAA;AAEpB;;;;;ACIE,UAAMC,IAAQC,GACRC,IAAMC,EAAgB,QAAQ;2BAXpCC,EAIM,OAAA;AAAA,MAJA,OAAKC,EAAEC,EAAAJ,CAAA,EAAI,EAAC,MAAA,CAAA;AAAA,IAAA;MAC4BF,EAAM,aAAlDI,EAES,QAAA;AAAA;QAFF,OAAKC,EAAEC,EAAAJ,CAAA,EAAI,GAAE,QAAA,MAAA,CAAA;AAAA,QAAqC,OAAKK,EAAEP,EAAM,SAAS;AAAA,MAAA,GAC7EQ,EAAAR,EAAM,IAAI,GAAA,CAAA;;;ICCVS,IAAeC,EAAYC,CAAW;"}
|