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.
Files changed (410) hide show
  1. package/package.json +16 -2
  2. package/plugins/cesium-core/dist/cesium-core.mjs +587 -535
  3. package/plugins/cesium-core/dist/cesium-core.mjs.map +1 -0
  4. package/plugins/cesium-core/dist/cesium-core.umd.js +19 -18
  5. package/plugins/cesium-core/dist/cesium-core.umd.js.map +1 -0
  6. package/plugins/cesium-core/dist/components/BufferedHierarchicalAggregator.d.ts +76 -73
  7. package/plugins/cesium-vue/dist/_commonjsHelpers-DaMA6jEr.js +1 -0
  8. package/plugins/cesium-vue/dist/_commonjsHelpers-DaMA6jEr.js.map +1 -0
  9. package/plugins/cesium-vue/dist/components/basic-audio.js +3 -2
  10. package/plugins/cesium-vue/dist/components/basic-audio.js.map +1 -0
  11. package/plugins/cesium-vue/dist/components/basic-video.js +3 -2
  12. package/plugins/cesium-vue/dist/components/basic-video.js.map +1 -0
  13. package/plugins/cesium-vue/dist/components/card-carousel.js +2 -1
  14. package/plugins/cesium-vue/dist/components/card-carousel.js.map +1 -0
  15. package/plugins/cesium-vue/dist/components/card-content.js +13 -12
  16. package/plugins/cesium-vue/dist/components/card-content.js.map +1 -0
  17. package/plugins/cesium-vue/dist/components/card-page.js +2 -1
  18. package/plugins/cesium-vue/dist/components/card-page.js.map +1 -0
  19. package/plugins/cesium-vue/dist/components/carousel-img.js +6 -5
  20. package/plugins/cesium-vue/dist/components/carousel-img.js.map +1 -0
  21. package/plugins/cesium-vue/dist/components/echarts-pro.js +2 -1
  22. package/plugins/cesium-vue/dist/components/echarts-pro.js.map +1 -0
  23. package/plugins/cesium-vue/dist/components/marker-bubble.js +5 -4
  24. package/plugins/cesium-vue/dist/components/marker-bubble.js.map +1 -0
  25. package/plugins/cesium-vue/dist/components/marker-default.js +6 -5
  26. package/plugins/cesium-vue/dist/components/marker-default.js.map +1 -0
  27. package/plugins/cesium-vue/dist/components/marker-html.js +6 -5
  28. package/plugins/cesium-vue/dist/components/marker-html.js.map +1 -0
  29. package/plugins/cesium-vue/dist/components/marker-manage.js +112 -94
  30. package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -0
  31. package/plugins/cesium-vue/dist/components/marker-text.js +6 -5
  32. package/plugins/cesium-vue/dist/components/marker-text.js.map +1 -0
  33. package/plugins/cesium-vue/dist/components/measurement.js +4 -3
  34. package/plugins/cesium-vue/dist/components/measurement.js.map +1 -0
  35. package/plugins/cesium-vue/dist/components/position-picker/index.d.ts +58 -0
  36. package/plugins/cesium-vue/dist/components/position-picker.d.ts +6 -0
  37. package/plugins/cesium-vue/dist/components/position-picker.js +243 -0
  38. package/plugins/cesium-vue/dist/components/position-picker.js.map +1 -0
  39. package/plugins/cesium-vue/dist/create-DynflqE1.js +1 -0
  40. package/plugins/cesium-vue/dist/create-DynflqE1.js.map +1 -0
  41. package/plugins/cesium-vue/dist/{index-B03tSn8_.js → index-C0pspk3x.js} +3 -2
  42. package/plugins/cesium-vue/dist/index-C0pspk3x.js.map +1 -0
  43. package/plugins/cesium-vue/dist/index-CUs_hd1V.js +1 -0
  44. package/plugins/cesium-vue/dist/index-CUs_hd1V.js.map +1 -0
  45. package/plugins/cesium-vue/dist/index.d.ts +3 -1
  46. package/plugins/cesium-vue/dist/index.js +31 -27
  47. package/plugins/cesium-vue/dist/index.js.map +1 -0
  48. package/plugins/cesium-vue/package.json +4 -0
  49. package/plugins/theme-chalk/dist/debug.log +1 -0
  50. package/plugins/.gitmodules +0 -4
  51. package/plugins/README.md +0 -2
  52. package/plugins/build.cjs +0 -63
  53. package/plugins/cesium-core/pnpm-lock.yaml +0 -872
  54. package/plugins/cesium-core/src/components/BufferedHierarchicalAggregator.ts +0 -546
  55. package/plugins/cesium-core/src/components/HtmlOverlayLabelPool.ts +0 -489
  56. package/plugins/cesium-core/src/components/MarkerEvent.ts +0 -92
  57. package/plugins/cesium-core/src/components/Material/MaterialManager.ts +0 -129
  58. package/plugins/cesium-core/src/components/Material/help/PolylineFlowMaterialProperty.ts +0 -116
  59. package/plugins/cesium-core/src/components/Material/help/dynamicImgMaterial.ts +0 -236
  60. package/plugins/cesium-core/src/components/Material/index.ts +0 -3
  61. package/plugins/cesium-core/src/components/TooltipManager.ts +0 -52
  62. package/plugins/cesium-core/src/components/draw/DrawTool.ts +0 -55
  63. package/plugins/cesium-core/src/components/draw/handlers/CircleDrawer.ts +0 -159
  64. package/plugins/cesium-core/src/components/draw/handlers/LineDrawer.ts +0 -113
  65. package/plugins/cesium-core/src/components/draw/handlers/PointDrawer.ts +0 -70
  66. package/plugins/cesium-core/src/components/draw/handlers/PolygonDrawer.ts +0 -112
  67. package/plugins/cesium-core/src/components/draw/handlers/RectangleDrawer.ts +0 -115
  68. package/plugins/cesium-core/src/components/draw/types.ts +0 -28
  69. package/plugins/cesium-core/src/components/entity/EntityLayer.ts +0 -453
  70. package/plugins/cesium-core/src/components/gltf/GLTFManage.ts +0 -799
  71. package/plugins/cesium-core/src/components/gltf/index.ts +0 -1
  72. package/plugins/cesium-core/src/components/measurement/MeasurementTool.ts +0 -416
  73. package/plugins/cesium-core/src/components/measurement/handlers/AreaMeasure.ts +0 -552
  74. package/plugins/cesium-core/src/components/measurement/handlers/CircleMeasure.ts +0 -289
  75. package/plugins/cesium-core/src/components/measurement/handlers/CoordinateMeasure.ts +0 -139
  76. package/plugins/cesium-core/src/components/measurement/handlers/HorizontalMeasure.ts +0 -427
  77. package/plugins/cesium-core/src/components/measurement/handlers/PolylineDistanceMeasure.ts +0 -356
  78. package/plugins/cesium-core/src/components/measurement/handlers/RectangleMeasure.ts +0 -516
  79. package/plugins/cesium-core/src/components/measurement/handlers/RegularPolygonMeasure.ts +0 -472
  80. package/plugins/cesium-core/src/components/measurement/handlers/SpaceMeasure.ts +0 -250
  81. package/plugins/cesium-core/src/components/measurement/handlers/TerrainHeightMeasure.ts +0 -185
  82. package/plugins/cesium-core/src/components/measurement/handlers/TriangleMeasure.ts +0 -561
  83. package/plugins/cesium-core/src/components/measurement/handlers/VerticalMeasure.ts +0 -361
  84. package/plugins/cesium-core/src/components/measurement/index.ts +0 -13
  85. package/plugins/cesium-core/src/components/measurement/types.ts +0 -57
  86. package/plugins/cesium-core/src/components/primitive/PrimitiveManager.ts +0 -556
  87. package/plugins/cesium-core/src/components/roaming/CameraRoamTool.ts +0 -286
  88. package/plugins/cesium-core/src/components/roaming/PathRoamTool.ts +0 -174
  89. package/plugins/cesium-core/src/components/roaming/index.ts +0 -3
  90. package/plugins/cesium-core/src/components/roaming/types.ts +0 -71
  91. package/plugins/cesium-core/src/components/utils/convertGeoJsonToEntityData.ts +0 -98
  92. package/plugins/cesium-core/src/components/utils/uuid.ts +0 -7
  93. package/plugins/cesium-core/src/index.ts +0 -17
  94. package/plugins/cesium-core/src/test/measurement/index.html +0 -166
  95. package/plugins/cesium-core/src/test/roaming/c.gltf +0 -1
  96. package/plugins/cesium-core/src/test/roaming/f87cc3ea918a4b76bff2c88a3655eb1f.bin +0 -0
  97. package/plugins/cesium-core/src/test/roaming/index.html +0 -51
  98. package/plugins/cesium-core/src/test/roaming/path.html +0 -448
  99. package/plugins/cesium-core/src/test/roaming/view.html +0 -520
  100. package/plugins/cesium-core/stats.html +0 -4949
  101. package/plugins/cesium-core/tsconfig.json +0 -14
  102. package/plugins/cesium-core/vite.config.ts +0 -35
  103. package/plugins/cesium-vue/src/assets/icons/icon-001.png +0 -0
  104. package/plugins/cesium-vue/src/assets/icons/icon-002.png +0 -0
  105. package/plugins/cesium-vue/src/assets/icons/icon-003.png +0 -0
  106. package/plugins/cesium-vue/src/assets/icons/icon-004.png +0 -0
  107. package/plugins/cesium-vue/src/assets/icons/icon-005.png +0 -0
  108. package/plugins/cesium-vue/src/assets/icons/icon-006.png +0 -0
  109. package/plugins/cesium-vue/src/assets/icons/icon-007.png +0 -0
  110. package/plugins/cesium-vue/src/assets/icons/icon-008.png +0 -0
  111. package/plugins/cesium-vue/src/assets/icons/icon-009.png +0 -0
  112. package/plugins/cesium-vue/src/assets/icons/icon-010.png +0 -0
  113. package/plugins/cesium-vue/src/assets/icons/icon-011.png +0 -0
  114. package/plugins/cesium-vue/src/assets/icons/icon-012.png +0 -0
  115. package/plugins/cesium-vue/src/assets/img/Card3-BG.png +0 -0
  116. package/plugins/cesium-vue/src/assets/img/card_bg3.png +0 -0
  117. package/plugins/cesium-vue/src/components/basic-audio/index.ts +0 -6
  118. package/plugins/cesium-vue/src/components/basic-audio/src/BasicAudio.vue +0 -119
  119. package/plugins/cesium-vue/src/components/basic-audio/src/basicAudio.ts +0 -6
  120. package/plugins/cesium-vue/src/components/basic-video/index.ts +0 -7
  121. package/plugins/cesium-vue/src/components/basic-video/src/BasicVideo.vue +0 -58
  122. package/plugins/cesium-vue/src/components/basic-video/src/basicVideo.ts +0 -14
  123. package/plugins/cesium-vue/src/components/card-carousel/index.ts +0 -7
  124. package/plugins/cesium-vue/src/components/card-carousel/src/CardCarousel.vue +0 -124
  125. package/plugins/cesium-vue/src/components/card-carousel/src/cardCarousel.ts +0 -60
  126. package/plugins/cesium-vue/src/components/card-content/index.ts +0 -7
  127. package/plugins/cesium-vue/src/components/card-content/src/CardContent.vue +0 -41
  128. package/plugins/cesium-vue/src/components/card-content/src/cardContent.ts +0 -22
  129. package/plugins/cesium-vue/src/components/card-page/index.ts +0 -7
  130. package/plugins/cesium-vue/src/components/card-page/src/CardPage.vue +0 -102
  131. package/plugins/cesium-vue/src/components/card-page/src/cardPage.ts +0 -37
  132. package/plugins/cesium-vue/src/components/carousel-img/index.ts +0 -7
  133. package/plugins/cesium-vue/src/components/carousel-img/src/CarouselImg.vue +0 -84
  134. package/plugins/cesium-vue/src/components/carousel-img/src/carouselImg.ts +0 -8
  135. package/plugins/cesium-vue/src/components/echarts-pro/index.ts +0 -7
  136. package/plugins/cesium-vue/src/components/echarts-pro/src/EchartsPro.vue +0 -107
  137. package/plugins/cesium-vue/src/components/echarts-pro/src/echartsPro.ts +0 -12
  138. package/plugins/cesium-vue/src/components/echarts-pro/src/hook/useECharts.ts +0 -55
  139. package/plugins/cesium-vue/src/components/marker-bubble/index.ts +0 -7
  140. package/plugins/cesium-vue/src/components/marker-bubble/src/MarkerBubble.vue +0 -235
  141. package/plugins/cesium-vue/src/components/marker-bubble/src/markerBubble.ts +0 -35
  142. package/plugins/cesium-vue/src/components/marker-default/index.ts +0 -7
  143. package/plugins/cesium-vue/src/components/marker-default/src/MarkerDefault.vue +0 -19
  144. package/plugins/cesium-vue/src/components/marker-default/src/markerDefault.ts +0 -12
  145. package/plugins/cesium-vue/src/components/marker-html/index.ts +0 -7
  146. package/plugins/cesium-vue/src/components/marker-html/src/MarkerHtml.vue +0 -21
  147. package/plugins/cesium-vue/src/components/marker-html/src/markerHtml.ts +0 -12
  148. package/plugins/cesium-vue/src/components/marker-manage/index.ts +0 -9
  149. package/plugins/cesium-vue/src/components/marker-manage/src/components/MarkerManage.vue +0 -106
  150. package/plugins/cesium-vue/src/components/marker-manage/src/config/theme.ts +0 -8
  151. package/plugins/cesium-vue/src/components/marker-manage/src/core/MarkerManage.ts +0 -466
  152. package/plugins/cesium-vue/src/components/marker-manage/src/core/MarkerManagerCore.ts +0 -148
  153. package/plugins/cesium-vue/src/components/marker-manage/src/hook/useMarkerManage.ts +0 -45
  154. package/plugins/cesium-vue/src/components/marker-manage/src/type/markerManage.ts +0 -75
  155. package/plugins/cesium-vue/src/components/marker-manage/src/utils/themeTool.ts +0 -154
  156. package/plugins/cesium-vue/src/components/marker-text/index.ts +0 -7
  157. package/plugins/cesium-vue/src/components/marker-text/src/MarkerText.vue +0 -14
  158. package/plugins/cesium-vue/src/components/marker-text/src/markerText.ts +0 -10
  159. package/plugins/cesium-vue/src/components/measurement/index.ts +0 -7
  160. package/plugins/cesium-vue/src/components/measurement/src/Measurement.vue +0 -183
  161. package/plugins/cesium-vue/src/components/measurement/src/measurement.ts +0 -20
  162. package/plugins/cesium-vue/src/index.ts +0 -89
  163. package/plugins/cesium-vue/stats.html +0 -4949
  164. package/plugins/cesium-vue/tsconfig.json +0 -18
  165. package/plugins/cesium-vue/vite.config.ts +0 -62
  166. package/plugins/plugins/README.md +0 -2
  167. package/plugins/plugins/build.cjs +0 -63
  168. package/plugins/plugins/cesium-core/dist/cesium-core.mjs +0 -5881
  169. package/plugins/plugins/cesium-core/dist/cesium-core.mjs.map +0 -1
  170. package/plugins/plugins/cesium-core/dist/cesium-core.umd.js +0 -77
  171. package/plugins/plugins/cesium-core/dist/cesium-core.umd.js.map +0 -1
  172. package/plugins/plugins/cesium-core/dist/components/BufferedHierarchicalAggregator.d.ts +0 -73
  173. package/plugins/plugins/cesium-core/dist/components/HtmlOverlayLabelPool.d.ts +0 -152
  174. package/plugins/plugins/cesium-core/dist/components/MarkerEvent.d.ts +0 -38
  175. package/plugins/plugins/cesium-core/dist/components/Material/MaterialManager.d.ts +0 -49
  176. package/plugins/plugins/cesium-core/dist/components/Material/help/PolylineFlowMaterialProperty.d.ts +0 -10
  177. package/plugins/plugins/cesium-core/dist/components/Material/help/dynamicImgMaterial.d.ts +0 -16
  178. package/plugins/plugins/cesium-core/dist/components/Material/index.d.ts +0 -3
  179. package/plugins/plugins/cesium-core/dist/components/TooltipManager.d.ts +0 -11
  180. package/plugins/plugins/cesium-core/dist/components/draw/DrawTool.d.ts +0 -10
  181. package/plugins/plugins/cesium-core/dist/components/draw/handlers/CircleDrawer.d.ts +0 -16
  182. package/plugins/plugins/cesium-core/dist/components/draw/handlers/LineDrawer.d.ts +0 -14
  183. package/plugins/plugins/cesium-core/dist/components/draw/handlers/PointDrawer.d.ts +0 -12
  184. package/plugins/plugins/cesium-core/dist/components/draw/handlers/PolygonDrawer.d.ts +0 -14
  185. package/plugins/plugins/cesium-core/dist/components/draw/handlers/RectangleDrawer.d.ts +0 -13
  186. package/plugins/plugins/cesium-core/dist/components/draw/types.d.ts +0 -29
  187. package/plugins/plugins/cesium-core/dist/components/entity/EntityLayer.d.ts +0 -65
  188. package/plugins/plugins/cesium-core/dist/components/gltf/GLTFManage.d.ts +0 -141
  189. package/plugins/plugins/cesium-core/dist/components/gltf/index.d.ts +0 -1
  190. package/plugins/plugins/cesium-core/dist/components/measurement/MeasurementTool.d.ts +0 -34
  191. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/AreaMeasure.d.ts +0 -23
  192. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/CircleMeasure.d.ts +0 -21
  193. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/CoordinateMeasure.d.ts +0 -16
  194. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/HorizontalMeasure.d.ts +0 -25
  195. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/PolylineDistanceMeasure.d.ts +0 -24
  196. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/RectangleMeasure.d.ts +0 -22
  197. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/RegularPolygonMeasure.d.ts +0 -23
  198. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/SpaceMeasure.d.ts +0 -20
  199. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/TerrainHeightMeasure.d.ts +0 -18
  200. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/TriangleMeasure.d.ts +0 -24
  201. package/plugins/plugins/cesium-core/dist/components/measurement/handlers/VerticalMeasure.d.ts +0 -23
  202. package/plugins/plugins/cesium-core/dist/components/measurement/index.d.ts +0 -13
  203. package/plugins/plugins/cesium-core/dist/components/measurement/types.d.ts +0 -42
  204. package/plugins/plugins/cesium-core/dist/components/primitive/PrimitiveManager.d.ts +0 -50
  205. package/plugins/plugins/cesium-core/dist/components/roaming/CameraRoamTool.d.ts +0 -27
  206. package/plugins/plugins/cesium-core/dist/components/roaming/PathRoamTool.d.ts +0 -23
  207. package/plugins/plugins/cesium-core/dist/components/roaming/index.d.ts +0 -3
  208. package/plugins/plugins/cesium-core/dist/components/roaming/types.d.ts +0 -66
  209. package/plugins/plugins/cesium-core/dist/components/utils/convertGeoJsonToEntityData.d.ts +0 -1
  210. package/plugins/plugins/cesium-core/dist/components/utils/uuid.d.ts +0 -1
  211. package/plugins/plugins/cesium-core/dist/index.d.ts +0 -12
  212. package/plugins/plugins/cesium-core/package.json +0 -26
  213. package/plugins/plugins/cesium-core/pnpm-lock.yaml +0 -872
  214. package/plugins/plugins/cesium-core/src/components/BufferedHierarchicalAggregator.ts +0 -546
  215. package/plugins/plugins/cesium-core/src/components/HtmlOverlayLabelPool.ts +0 -489
  216. package/plugins/plugins/cesium-core/src/components/MarkerEvent.ts +0 -92
  217. package/plugins/plugins/cesium-core/src/components/Material/MaterialManager.ts +0 -129
  218. package/plugins/plugins/cesium-core/src/components/Material/help/PolylineFlowMaterialProperty.ts +0 -116
  219. package/plugins/plugins/cesium-core/src/components/Material/help/dynamicImgMaterial.ts +0 -236
  220. package/plugins/plugins/cesium-core/src/components/Material/index.ts +0 -3
  221. package/plugins/plugins/cesium-core/src/components/TooltipManager.ts +0 -52
  222. package/plugins/plugins/cesium-core/src/components/draw/DrawTool.ts +0 -55
  223. package/plugins/plugins/cesium-core/src/components/draw/handlers/CircleDrawer.ts +0 -159
  224. package/plugins/plugins/cesium-core/src/components/draw/handlers/LineDrawer.ts +0 -113
  225. package/plugins/plugins/cesium-core/src/components/draw/handlers/PointDrawer.ts +0 -70
  226. package/plugins/plugins/cesium-core/src/components/draw/handlers/PolygonDrawer.ts +0 -112
  227. package/plugins/plugins/cesium-core/src/components/draw/handlers/RectangleDrawer.ts +0 -115
  228. package/plugins/plugins/cesium-core/src/components/draw/types.ts +0 -28
  229. package/plugins/plugins/cesium-core/src/components/entity/EntityLayer.ts +0 -453
  230. package/plugins/plugins/cesium-core/src/components/gltf/GLTFManage.ts +0 -799
  231. package/plugins/plugins/cesium-core/src/components/gltf/index.ts +0 -1
  232. package/plugins/plugins/cesium-core/src/components/measurement/MeasurementTool.ts +0 -416
  233. package/plugins/plugins/cesium-core/src/components/measurement/handlers/AreaMeasure.ts +0 -451
  234. package/plugins/plugins/cesium-core/src/components/measurement/handlers/CircleMeasure.ts +0 -267
  235. package/plugins/plugins/cesium-core/src/components/measurement/handlers/CoordinateMeasure.ts +0 -139
  236. package/plugins/plugins/cesium-core/src/components/measurement/handlers/HorizontalMeasure.ts +0 -418
  237. package/plugins/plugins/cesium-core/src/components/measurement/handlers/PolylineDistanceMeasure.ts +0 -352
  238. package/plugins/plugins/cesium-core/src/components/measurement/handlers/RectangleMeasure.ts +0 -388
  239. package/plugins/plugins/cesium-core/src/components/measurement/handlers/RegularPolygonMeasure.ts +0 -379
  240. package/plugins/plugins/cesium-core/src/components/measurement/handlers/SpaceMeasure.ts +0 -246
  241. package/plugins/plugins/cesium-core/src/components/measurement/handlers/TerrainHeightMeasure.ts +0 -185
  242. package/plugins/plugins/cesium-core/src/components/measurement/handlers/TriangleMeasure.ts +0 -541
  243. package/plugins/plugins/cesium-core/src/components/measurement/handlers/VerticalMeasure.ts +0 -360
  244. package/plugins/plugins/cesium-core/src/components/measurement/index.ts +0 -13
  245. package/plugins/plugins/cesium-core/src/components/measurement/types.ts +0 -57
  246. package/plugins/plugins/cesium-core/src/components/primitive/PrimitiveManager.ts +0 -556
  247. package/plugins/plugins/cesium-core/src/components/roaming/CameraRoamTool.ts +0 -286
  248. package/plugins/plugins/cesium-core/src/components/roaming/PathRoamTool.ts +0 -174
  249. package/plugins/plugins/cesium-core/src/components/roaming/index.ts +0 -3
  250. package/plugins/plugins/cesium-core/src/components/roaming/types.ts +0 -71
  251. package/plugins/plugins/cesium-core/src/components/utils/convertGeoJsonToEntityData.ts +0 -98
  252. package/plugins/plugins/cesium-core/src/components/utils/uuid.ts +0 -7
  253. package/plugins/plugins/cesium-core/src/index.ts +0 -17
  254. package/plugins/plugins/cesium-core/src/test/measurement/index.html +0 -166
  255. package/plugins/plugins/cesium-core/src/test/roaming/c.gltf +0 -1
  256. package/plugins/plugins/cesium-core/src/test/roaming/f87cc3ea918a4b76bff2c88a3655eb1f.bin +0 -0
  257. package/plugins/plugins/cesium-core/src/test/roaming/index.html +0 -51
  258. package/plugins/plugins/cesium-core/src/test/roaming/path.html +0 -448
  259. package/plugins/plugins/cesium-core/src/test/roaming/view.html +0 -520
  260. package/plugins/plugins/cesium-core/stats.html +0 -4949
  261. package/plugins/plugins/cesium-core/tsconfig.json +0 -14
  262. package/plugins/plugins/cesium-core/vite.config.ts +0 -35
  263. package/plugins/plugins/cesium-vue/dist/components/basic-audio/index.d.ts +0 -18
  264. package/plugins/plugins/cesium-vue/dist/components/basic-audio/index.d.ts.map +0 -1
  265. package/plugins/plugins/cesium-vue/dist/components/basic-video/index.d.ts +0 -92
  266. package/plugins/plugins/cesium-vue/dist/components/basic-video/index.d.ts.map +0 -1
  267. package/plugins/plugins/cesium-vue/dist/components/camera-roam/index.d.ts +0 -82
  268. package/plugins/plugins/cesium-vue/dist/components/camera-roam/index.d.ts.map +0 -1
  269. package/plugins/plugins/cesium-vue/dist/components/card-carousel/index.d.ts +0 -152
  270. package/plugins/plugins/cesium-vue/dist/components/card-carousel/index.d.ts.map +0 -1
  271. package/plugins/plugins/cesium-vue/dist/components/card-content/index.d.ts +0 -21
  272. package/plugins/plugins/cesium-vue/dist/components/card-content/index.d.ts.map +0 -1
  273. package/plugins/plugins/cesium-vue/dist/components/card-page/index.d.ts +0 -69
  274. package/plugins/plugins/cesium-vue/dist/components/card-page/index.d.ts.map +0 -1
  275. package/plugins/plugins/cesium-vue/dist/components/carousel-img/index.d.ts +0 -21
  276. package/plugins/plugins/cesium-vue/dist/components/carousel-img/index.d.ts.map +0 -1
  277. package/plugins/plugins/cesium-vue/dist/components/echarts-pro/index.d.ts +0 -68
  278. package/plugins/plugins/cesium-vue/dist/components/echarts-pro/index.d.ts.map +0 -1
  279. package/plugins/plugins/cesium-vue/dist/components/marker-bubble/index.d.ts +0 -78
  280. package/plugins/plugins/cesium-vue/dist/components/marker-bubble/index.d.ts.map +0 -1
  281. package/plugins/plugins/cesium-vue/dist/components/marker-default/index.d.ts +0 -48
  282. package/plugins/plugins/cesium-vue/dist/components/marker-default/index.d.ts.map +0 -1
  283. package/plugins/plugins/cesium-vue/dist/components/marker-html/index.d.ts +0 -48
  284. package/plugins/plugins/cesium-vue/dist/components/marker-html/index.d.ts.map +0 -1
  285. package/plugins/plugins/cesium-vue/dist/components/marker-manage/index.d.ts +0 -164
  286. package/plugins/plugins/cesium-vue/dist/components/marker-manage/index.d.ts.map +0 -1
  287. package/plugins/plugins/cesium-vue/dist/components/marker-text/index.d.ts +0 -30
  288. package/plugins/plugins/cesium-vue/dist/components/marker-text/index.d.ts.map +0 -1
  289. package/plugins/plugins/cesium-vue/dist/components/measurement/index.d.ts +0 -78
  290. package/plugins/plugins/cesium-vue/dist/components/measurement/index.d.ts.map +0 -1
  291. package/plugins/plugins/cesium-vue/dist/components/path-roam/index.d.ts +0 -82
  292. package/plugins/plugins/cesium-vue/dist/components/path-roam/index.d.ts.map +0 -1
  293. package/plugins/plugins/cesium-vue/dist/components/test/index.d.ts +0 -67
  294. package/plugins/plugins/cesium-vue/dist/components/test/index.d.ts.map +0 -1
  295. package/plugins/plugins/cesium-vue/dist/index.css +0 -1
  296. package/plugins/plugins/cesium-vue/dist/index.d.ts +0 -30
  297. package/plugins/plugins/cesium-vue/dist/index.d.ts.map +0 -1
  298. package/plugins/plugins/cesium-vue/dist/index.js +0 -10087
  299. package/plugins/plugins/cesium-vue/dist/index.js.map +0 -1
  300. package/plugins/plugins/cesium-vue/dist/index.umd.cjs +0 -46
  301. package/plugins/plugins/cesium-vue/dist/index.umd.cjs.map +0 -1
  302. package/plugins/plugins/cesium-vue/package.json +0 -48
  303. package/plugins/plugins/cesium-vue/src/assets/icons/icon-001.png +0 -0
  304. package/plugins/plugins/cesium-vue/src/assets/icons/icon-002.png +0 -0
  305. package/plugins/plugins/cesium-vue/src/assets/icons/icon-003.png +0 -0
  306. package/plugins/plugins/cesium-vue/src/assets/icons/icon-004.png +0 -0
  307. package/plugins/plugins/cesium-vue/src/assets/icons/icon-005.png +0 -0
  308. package/plugins/plugins/cesium-vue/src/assets/icons/icon-006.png +0 -0
  309. package/plugins/plugins/cesium-vue/src/assets/icons/icon-007.png +0 -0
  310. package/plugins/plugins/cesium-vue/src/assets/icons/icon-008.png +0 -0
  311. package/plugins/plugins/cesium-vue/src/assets/icons/icon-009.png +0 -0
  312. package/plugins/plugins/cesium-vue/src/assets/icons/icon-010.png +0 -0
  313. package/plugins/plugins/cesium-vue/src/assets/icons/icon-011.png +0 -0
  314. package/plugins/plugins/cesium-vue/src/assets/icons/icon-012.png +0 -0
  315. package/plugins/plugins/cesium-vue/src/assets/img/Card3-BG.png +0 -0
  316. package/plugins/plugins/cesium-vue/src/assets/img/card_bg3.png +0 -0
  317. package/plugins/plugins/cesium-vue/src/components/basic-audio/index.ts +0 -11
  318. package/plugins/plugins/cesium-vue/src/components/basic-audio/src/BasicAudio.vue +0 -110
  319. package/plugins/plugins/cesium-vue/src/components/basic-audio/src/basicAudio.ts +0 -6
  320. package/plugins/plugins/cesium-vue/src/components/basic-video/index.ts +0 -12
  321. package/plugins/plugins/cesium-vue/src/components/basic-video/src/BasicVideo.vue +0 -99
  322. package/plugins/plugins/cesium-vue/src/components/basic-video/src/basicVideo.ts +0 -13
  323. package/plugins/plugins/cesium-vue/src/components/camera-roam/index.ts +0 -4
  324. package/plugins/plugins/cesium-vue/src/components/camera-roam/src/CameraRoam.vue +0 -434
  325. package/plugins/plugins/cesium-vue/src/components/camera-roam/src/cameraRoam.ts +0 -28
  326. package/plugins/plugins/cesium-vue/src/components/card-carousel/index.ts +0 -12
  327. package/plugins/plugins/cesium-vue/src/components/card-carousel/src/CardCarousel.vue +0 -124
  328. package/plugins/plugins/cesium-vue/src/components/card-carousel/src/cardCarousel.ts +0 -60
  329. package/plugins/plugins/cesium-vue/src/components/card-content/index.ts +0 -12
  330. package/plugins/plugins/cesium-vue/src/components/card-content/src/CardContent.vue +0 -41
  331. package/plugins/plugins/cesium-vue/src/components/card-content/src/cardContent.ts +0 -22
  332. package/plugins/plugins/cesium-vue/src/components/card-page/index.ts +0 -12
  333. package/plugins/plugins/cesium-vue/src/components/card-page/src/CardPage.vue +0 -102
  334. package/plugins/plugins/cesium-vue/src/components/card-page/src/cardPage.ts +0 -37
  335. package/plugins/plugins/cesium-vue/src/components/carousel-img/index.ts +0 -12
  336. package/plugins/plugins/cesium-vue/src/components/carousel-img/src/CarouselImg.vue +0 -15
  337. package/plugins/plugins/cesium-vue/src/components/carousel-img/src/carouselImg.ts +0 -6
  338. package/plugins/plugins/cesium-vue/src/components/echarts-pro/index.ts +0 -12
  339. package/plugins/plugins/cesium-vue/src/components/echarts-pro/src/EchartsPro.vue +0 -107
  340. package/plugins/plugins/cesium-vue/src/components/echarts-pro/src/echartsPro.ts +0 -12
  341. package/plugins/plugins/cesium-vue/src/components/echarts-pro/src/hook/useECharts.ts +0 -55
  342. package/plugins/plugins/cesium-vue/src/components/marker-bubble/index.ts +0 -12
  343. package/plugins/plugins/cesium-vue/src/components/marker-bubble/src/MarkerBubble.vue +0 -235
  344. package/plugins/plugins/cesium-vue/src/components/marker-bubble/src/markerBubble.ts +0 -35
  345. package/plugins/plugins/cesium-vue/src/components/marker-default/index.ts +0 -12
  346. package/plugins/plugins/cesium-vue/src/components/marker-default/src/MarkerDefault.vue +0 -19
  347. package/plugins/plugins/cesium-vue/src/components/marker-default/src/markerDefault.ts +0 -12
  348. package/plugins/plugins/cesium-vue/src/components/marker-html/index.ts +0 -12
  349. package/plugins/plugins/cesium-vue/src/components/marker-html/src/MarkerHtml.vue +0 -21
  350. package/plugins/plugins/cesium-vue/src/components/marker-html/src/markerHtml.ts +0 -12
  351. package/plugins/plugins/cesium-vue/src/components/marker-manage/index.ts +0 -14
  352. package/plugins/plugins/cesium-vue/src/components/marker-manage/src/components/MarkerManage.vue +0 -106
  353. package/plugins/plugins/cesium-vue/src/components/marker-manage/src/config/theme.ts +0 -8
  354. package/plugins/plugins/cesium-vue/src/components/marker-manage/src/core/MarkerManage.ts +0 -466
  355. package/plugins/plugins/cesium-vue/src/components/marker-manage/src/core/MarkerManagerCore.ts +0 -148
  356. package/plugins/plugins/cesium-vue/src/components/marker-manage/src/hook/useMarkerManage.ts +0 -45
  357. package/plugins/plugins/cesium-vue/src/components/marker-manage/src/type/markerManage.ts +0 -75
  358. package/plugins/plugins/cesium-vue/src/components/marker-manage/src/utils/themeTool.ts +0 -154
  359. package/plugins/plugins/cesium-vue/src/components/marker-text/index.ts +0 -12
  360. package/plugins/plugins/cesium-vue/src/components/marker-text/src/MarkerText.vue +0 -14
  361. package/plugins/plugins/cesium-vue/src/components/marker-text/src/markerText.ts +0 -10
  362. package/plugins/plugins/cesium-vue/src/components/measurement/index.ts +0 -12
  363. package/plugins/plugins/cesium-vue/src/components/measurement/src/Measurement.vue +0 -183
  364. package/plugins/plugins/cesium-vue/src/components/measurement/src/measurement.ts +0 -20
  365. package/plugins/plugins/cesium-vue/src/components/path-roam/index.ts +0 -4
  366. package/plugins/plugins/cesium-vue/src/components/path-roam/src/PathRoam.vue +0 -429
  367. package/plugins/plugins/cesium-vue/src/components/path-roam/src/pathRoam.ts +0 -28
  368. package/plugins/plugins/cesium-vue/src/components/test/CardMarker.vue +0 -150
  369. package/plugins/plugins/cesium-vue/src/components/test/CesiumMarker.vue +0 -34
  370. package/plugins/plugins/cesium-vue/src/components/test/CesiumViewer.vue +0 -77
  371. package/plugins/plugins/cesium-vue/src/components/test/MyLabel.vue +0 -25
  372. package/plugins/plugins/cesium-vue/src/components/test/index.ts +0 -28
  373. package/plugins/plugins/cesium-vue/src/index.ts +0 -83
  374. package/plugins/plugins/cesium-vue/stats.html +0 -4949
  375. package/plugins/plugins/cesium-vue/tsconfig.json +0 -18
  376. package/plugins/plugins/cesium-vue/vite.config.ts +0 -56
  377. package/plugins/plugins/theme-chalk/dist/theme-chalk.css +0 -819
  378. package/plugins/plugins/theme-chalk/index.less +0 -11
  379. package/plugins/plugins/theme-chalk/package.json +0 -27
  380. package/plugins/plugins/theme-chalk/src/basicAudio.less +0 -41
  381. package/plugins/plugins/theme-chalk/src/basicVideo.less +0 -17
  382. package/plugins/plugins/theme-chalk/src/cameraRoam.less +0 -239
  383. package/plugins/plugins/theme-chalk/src/cardCarousel.less +0 -71
  384. package/plugins/plugins/theme-chalk/src/cardContent.less +0 -73
  385. package/plugins/plugins/theme-chalk/src/cardPage.less +0 -61
  386. package/plugins/plugins/theme-chalk/src/carouselImg.less +0 -34
  387. package/plugins/plugins/theme-chalk/src/marker.less +0 -107
  388. package/plugins/plugins/theme-chalk/src/markerManage.less +0 -25
  389. package/plugins/plugins/theme-chalk/src/measurement.less +0 -106
  390. package/plugins/plugins/theme-chalk/src/mixins/config.less +0 -4
  391. package/plugins/plugins/theme-chalk/src/mixins/mixins.less +0 -64
  392. package/plugins/plugins/theme-chalk/src/pathRoam.less +0 -198
  393. package/plugins/plugins/utils/create.ts +0 -45
  394. package/plugins/plugins/utils/package.json +0 -12
  395. package/plugins/plugins/utils/uuid.ts +0 -43
  396. package/plugins/plugins/utils/with-install.ts +0 -10
  397. package/plugins/theme-chalk/index.less +0 -11
  398. package/plugins/theme-chalk/src/basicAudio.less +0 -44
  399. package/plugins/theme-chalk/src/basicVideo.less +0 -17
  400. package/plugins/theme-chalk/src/cameraRoam.less +0 -239
  401. package/plugins/theme-chalk/src/cardCarousel.less +0 -71
  402. package/plugins/theme-chalk/src/cardContent.less +0 -73
  403. package/plugins/theme-chalk/src/cardPage.less +0 -61
  404. package/plugins/theme-chalk/src/carouselImg.less +0 -66
  405. package/plugins/theme-chalk/src/marker.less +0 -107
  406. package/plugins/theme-chalk/src/markerManage.less +0 -25
  407. package/plugins/theme-chalk/src/measurement.less +0 -106
  408. package/plugins/theme-chalk/src/mixins/config.less +0 -4
  409. package/plugins/theme-chalk/src/mixins/mixins.less +0 -64
  410. 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 _, onUnmounted as se, renderSlot as ge, unref as fe } from "vue";
3
- import { MaterialManager as N, MarkerEventBus as L, HtmlOverlayLabelPool as A, BufferedHierarchicalAggregator as de, EntityLayerManager as he, getPolylineFlowMaterialProperty as ue, getDynamicImgMaterial as me, getWallMaterial as W, MarkerEventKey as b } from "@report-components/cesium-core";
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 u, S as T, d as G, c as v, e as U, f as ye, g as $, M as V, h as w, j as pe, k as Ce, l as Me, m as q, n as z, o as Te, p as be, q as Le, r as we, s as Pe, t as X, u as xe, v as Oe, w as ve, x as Se } from "../index-B03tSn8_.js";
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 || {}), Ie = "[object Symbol]";
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) == Ie;
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 = T ? T.prototype : void 0, F = K ? K.toString : void 0;
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 (u(t))
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 _e(t, e, r) {
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), _e(t, this, s);
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 (u(t))
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 I(t, e) {
148
- return u(t) ? t : Ue(t, e) ? [t] : Ye(Ze(t));
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 = I(e, t);
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 = T ? T.isConcatSpreadable : void 0;
162
+ var B = b ? b.isConcatSpreadable : void 0;
163
163
  function Qe(t) {
164
- return u(t) || w(t) || !!(B && t && t[B]);
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 g = i[++n];
202
- if (r(o[g], g, o) === !1)
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 gt = st();
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 ft(t) {
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 ht(t, e, r, a, n, o, i) {
223
- var s = x(t, r), g = x(e, r), d = i.get(g);
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, g, r + "", t, e, i) : void 0, f = l === void 0;
229
- if (f) {
230
- var h = u(g), m = !h && Te(g), c = !h && !m && be(g);
231
- l = g, h || m || c ? u(s) ? l = s : ft(s) ? l = Le(s) : m ? (f = !1, l = we(g, !0)) : c ? (f = !1, l = Pe(g, !0)) : l = [] : re(g) || w(g) ? (l = s, w(s) ? l = dt(s) : (!v(s) || X(s)) && (l = xe(g))) : f = !1;
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
- f && (i.set(g, l), n(l, g, a, o, i), i.delete(g)), P(t, r, l);
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 && gt(e, function(o, i) {
236
+ t !== e && ft(e, function(o, i) {
237
237
  if (n || (n = new Oe()), v(o))
238
- ht(t, e, i, r, ae, a, n);
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 ut(t) {
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 yt(t, e) {
256
- return e = I(e, t), t = mt(t, e), t == null || delete t[ee(ut(e))];
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 pt(t) {
275
+ function Mt(t) {
259
276
  return re(t) ? void 0 : t;
260
277
  }
261
- var Ct = 1, Mt = 2, Tt = 4, bt = tt(function(t, e) {
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 = I(o, t), a || (a = o.length > 1), o;
268
- }), q(t, ve(t), r), a && (r = Se(r, Ct | Mt | Tt, pt));
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
- yt(r, e[n]);
287
+ Ct(r, e[n]);
271
288
  return r;
272
289
  });
273
- class Lt {
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 L()), a || (a = new L());
287
- const s = new A(n, o, this.labelId, r), g = new A(n, o, this.cardId, a, !1), d = new de(n, o, {
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 || 2,
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, f = new he(
318
+ }), l = this.MaterialManager, g = new ue(
302
319
  //实体图层管理
303
320
  n,
304
321
  o,
305
322
  l,
306
323
  d,
307
- g
324
+ f
308
325
  );
309
- return { materialManager: l, entityLayerManager: f, cardPool: g, labelPool: s, aggregator: d, eventBus: r, cardEventBus: a };
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
- u(e) ? r = e : r.push(e), r.forEach((a) => {
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
- u(e) ? a = e : a.push(e);
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
- u(e) ? r = e : r.push(e), r.forEach((a) => {
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 wt({
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 = ue(t, {
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 Pt({
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 xt({
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 Ot extends Lt {
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: g = new N(),
525
+ MaterialManager: f = new N(),
509
526
  aggregatorOptions: d
510
- } = e, l = [...n], f = [...o], h = [...i], m = {
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: g,
537
+ MaterialManager: f,
521
538
  aggregatorOptions: m,
522
- eventBus: new L()
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(f), this.loadCardThemeConfig(h), this.initDefaultLineMaterials(), this.initDefaultTagTheme();
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
- wt({
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
- Pt({
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
- xt({
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 = bt(o, ["position", "options"]);
745
- let s, g = {
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), g) : s = y(p(k), g), C(s, a), () => C(null, a);
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(b.Click, {
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(b.MouseEnter, {
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 g = o.data?.billboard[0]?.position, d = i.Cartesian3.fromDegrees(g[0], g[1], g[3] || 0), l = this.instance.labelPool.toWindowCoordinates(d);
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 (g) {
799
- console.log(g);
815
+ } catch (f) {
816
+ console.log(f);
800
817
  }
801
818
  r.runListener?.(M.标记移入, o.data, s);
802
819
  }
803
- }), e.addListener(b.MouseLeave, {
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 g = o.data?.billboard[0]?.position, d = i.Cartesian3.fromDegrees(g[0], g[1], g[3] || 0), l = this.instance.labelPool.toWindowCoordinates(d);
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 (g) {
813
- console.log(g);
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 vt = /* @__PURE__ */ ie({
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 f = {
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: (h, m, ...c) => {
848
- n("marker-event", { key: h, data: m, args: c });
864
+ runListener: (u, m, ...c) => {
865
+ n("marker-event", { key: u, data: m, args: c });
849
866
  }
850
867
  };
851
- return !f.Cesium || !f.viewer ? null : (i = new Ot(f), 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);
852
- }, g = {
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, f) => i?.update(l, f),
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, f) => i?.setMarkerAggregationEnabled(l, f),
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(g), n("register", g);
883
+ e(f), n("register", f);
867
884
  function d() {
868
885
  if (i) return i;
869
- const l = fe(o), f = l?.getCesium?.(), h = l?.getViewer?.();
870
- f && h ? s({ Cesium: f, viewer: h, methods: l }) : a.Cesium && a.viewer && s({ methods: l });
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, f]) => {
877
- l && f && !i && d();
893
+ ([l, g]) => {
894
+ l && g && !i && d();
878
895
  }
879
- ), _(
896
+ ), I(
880
897
  () => o?.value,
881
- (l, f) => {
898
+ (l, g) => {
882
899
  d();
883
900
  },
884
901
  { deep: !1 }
885
902
  ), se(() => {
886
- }), (l, f) => ge(l.$slots, "default");
903
+ }), (l, g) => fe(l.$slots, "default");
887
904
  }
888
- }), Gt = ne(vt);
905
+ }), Ft = ne(Et);
889
906
  export {
890
- Gt as CxMarkerManage,
891
- Ot as MarkerManage,
892
- Lt as MarkerManagerCore,
907
+ Ft as CxMarkerManage,
908
+ St as MarkerManage,
909
+ Pt as MarkerManagerCore,
893
910
  M as ReportListenerKey,
894
- Gt as default,
911
+ Ft as default,
895
912
  Ee as markerManageProps
896
913
  };
914
+ //# sourceMappingURL=marker-manage.js.map