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.
Files changed (60) hide show
  1. package/leiting-bim.es.js +1 -25503
  2. package/leiting-bim.umd.js +8 -8
  3. package/leitingbim.css +1 -1
  4. package/package.json +1 -1
  5. package/plugins/cesium-core/dist/components/HtmlOverlayLabelPool.d.ts +152 -152
  6. package/plugins/cesium-core/dist/components/MarkerEvent.d.ts +38 -38
  7. package/plugins/cesium-core/dist/components/Material/MaterialManager.d.ts +49 -49
  8. package/plugins/cesium-core/dist/components/Material/help/PolylineFlowMaterialProperty.d.ts +10 -10
  9. package/plugins/cesium-core/dist/components/Material/help/dynamicImgMaterial.d.ts +16 -16
  10. package/plugins/cesium-core/dist/components/Material/index.d.ts +3 -3
  11. package/plugins/cesium-core/dist/components/TooltipManager.d.ts +11 -11
  12. package/plugins/cesium-core/dist/components/draw/DrawTool.d.ts +10 -10
  13. package/plugins/cesium-core/dist/components/draw/handlers/CircleDrawer.d.ts +16 -16
  14. package/plugins/cesium-core/dist/components/draw/handlers/LineDrawer.d.ts +14 -14
  15. package/plugins/cesium-core/dist/components/draw/handlers/PointDrawer.d.ts +12 -12
  16. package/plugins/cesium-core/dist/components/draw/handlers/PolygonDrawer.d.ts +14 -14
  17. package/plugins/cesium-core/dist/components/draw/handlers/RectangleDrawer.d.ts +13 -13
  18. package/plugins/cesium-core/dist/components/draw/types.d.ts +29 -29
  19. package/plugins/cesium-core/dist/components/entity/EntityLayer.d.ts +65 -65
  20. package/plugins/cesium-core/dist/components/gltf/GLTFManage.d.ts +141 -141
  21. package/plugins/cesium-core/dist/components/gltf/index.d.ts +1 -1
  22. package/plugins/cesium-core/dist/components/measurement/MeasurementTool.d.ts +34 -34
  23. package/plugins/cesium-core/dist/components/measurement/handlers/CoordinateMeasure.d.ts +16 -16
  24. package/plugins/cesium-core/dist/components/measurement/handlers/TerrainHeightMeasure.d.ts +18 -18
  25. package/plugins/cesium-core/dist/components/measurement/handlers/VerticalMeasure.d.ts +23 -23
  26. package/plugins/cesium-core/dist/components/measurement/index.d.ts +13 -13
  27. package/plugins/cesium-core/dist/components/measurement/types.d.ts +42 -42
  28. package/plugins/cesium-core/dist/components/primitive/PrimitiveManager.d.ts +50 -50
  29. package/plugins/cesium-core/dist/components/roaming/CameraRoamTool.d.ts +27 -27
  30. package/plugins/cesium-core/dist/components/roaming/PathRoamTool.d.ts +23 -23
  31. package/plugins/cesium-core/dist/components/roaming/index.d.ts +3 -3
  32. package/plugins/cesium-core/dist/components/roaming/types.d.ts +66 -66
  33. package/plugins/cesium-core/dist/components/utils/convertGeoJsonToEntityData.d.ts +1 -1
  34. package/plugins/cesium-core/dist/components/utils/uuid.d.ts +1 -1
  35. package/plugins/cesium-core/dist/index.d.ts +12 -12
  36. package/plugins/cesium-core/package.json +27 -27
  37. package/plugins/cesium-vue/dist/HtmlOverlayLabelPool-B1gUt-p1.js +339 -0
  38. package/plugins/cesium-vue/dist/HtmlOverlayLabelPool-B1gUt-p1.js.map +1 -0
  39. package/plugins/cesium-vue/dist/components/basic-audio.js.map +1 -1
  40. package/plugins/cesium-vue/dist/components/basic-video.js.map +1 -1
  41. package/plugins/cesium-vue/dist/components/card-carousel.js.map +1 -1
  42. package/plugins/cesium-vue/dist/components/card-content.js +1 -1
  43. package/plugins/cesium-vue/dist/components/card-content.js.map +1 -1
  44. package/plugins/cesium-vue/dist/components/card-page.js.map +1 -1
  45. package/plugins/cesium-vue/dist/components/carousel-img.js.map +1 -1
  46. package/plugins/cesium-vue/dist/components/echarts-pro.js +1 -1
  47. package/plugins/cesium-vue/dist/components/marker-bubble.js.map +1 -1
  48. package/plugins/cesium-vue/dist/components/marker-default.js.map +1 -1
  49. package/plugins/cesium-vue/dist/components/marker-html.js.map +1 -1
  50. package/plugins/cesium-vue/dist/components/marker-manage.js +1324 -457
  51. package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -1
  52. package/plugins/cesium-vue/dist/components/marker-text.js.map +1 -1
  53. package/plugins/cesium-vue/dist/components/measurement.js +2943 -116
  54. package/plugins/cesium-vue/dist/components/measurement.js.map +1 -1
  55. package/plugins/cesium-vue/dist/components/position-picker.js.map +1 -1
  56. package/plugins/cesium-vue/dist/index-CUs_hd1V.js.map +1 -1
  57. package/plugins/cesium-vue/dist/index-Kdqw0FJN.js +45856 -0
  58. package/plugins/cesium-vue/dist/index-Kdqw0FJN.js.map +1 -0
  59. package/plugins/cesium-vue/dist/index.js +1 -1
  60. 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>\r\n <div :class=\"bem.b('text')\">\r\n <span :class=\"bem.be('text', 'name')\" v-if=\"props.text\" :style=\"props.textStyle\">{{\r\n props.text\r\n }}</span>\r\n </div>\r\n</template>\r\n<script lang=\"ts\" setup>\r\n import { createNamespace, prefix } from '@report-components/utils/create';\r\n import { markerTextProps } from './markerText';\r\n defineOptions({ name: `${prefix}-marker-text` });\r\n const props = defineProps(markerTextProps);\r\n const bem = createNamespace('marker');\r\n</script>\r\n","import { withInstall } from '@report-components/utils/with-install';\r\nimport _MarkerText from './src/MarkerText.vue';\r\nexport * from './src/MarkerText.vue';\r\n\r\nconst CxMarkerText = withInstall(_MarkerText);\r\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;"}
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;"}