@realsee/dnalogel 3.77.10-alpha.0 → 3.77.11-alpha.0

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 (493) hide show
  1. package/CHANGELOG.md +847 -836
  2. package/dist/GuideLinePlugin/Controller.d.ts +34 -2
  3. package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +7 -2
  4. package/dist/index.cjs.js +17 -17
  5. package/dist/index.js +217 -188
  6. package/dist/index.umd.js +4 -4
  7. package/docs/.nojekyll +1 -0
  8. package/docs/assets/custom.css +0 -0
  9. package/docs/assets/highlight.css +127 -0
  10. package/docs/assets/icons.js +18 -0
  11. package/docs/assets/icons.svg +1 -0
  12. package/docs/assets/main.js +60 -0
  13. package/docs/assets/navigation.js +1 -0
  14. package/docs/assets/search.js +1 -0
  15. package/docs/assets/style.css +1493 -0
  16. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +59 -0
  17. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +71 -0
  18. package/docs/classes/CSS3DRender.html +100 -0
  19. package/docs/classes/GuideLineItem.GuideLineItem.html +21 -0
  20. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +70 -0
  21. package/docs/classes/ModelMakerPluginInstance.html +77 -0
  22. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +46 -0
  23. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +46 -0
  24. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +47 -0
  25. package/docs/classes/ModelRoomLabelController.html +19 -0
  26. package/docs/classes/MoveController.html +45 -0
  27. package/docs/classes/Object3DHelperController.html +45 -0
  28. package/docs/classes/PaintBrush.html +15 -0
  29. package/docs/classes/PanoMeasurePluginLine.html +24 -0
  30. package/docs/classes/PanoMeasurePluginModel.html +23 -0
  31. package/docs/classes/PanoMeasurePluginPoint.html +7 -0
  32. package/docs/classes/PanoMeasurePluginPolyline.html +27 -0
  33. package/docs/classes/PanoTagPluginController.html +111 -0
  34. package/docs/classes/Sculpt.html +71 -0
  35. package/docs/classes/Util.BetterTween.html +6 -0
  36. package/docs/classes/Util.FiveDomEvents.html +13 -0
  37. package/docs/classes/Util.FivePuppet.html +20 -0
  38. package/docs/classes/Util.Interval.html +11 -0
  39. package/docs/classes/Util.LegacyPointHelper.html +7 -0
  40. package/docs/classes/Util.LightTag.html +47 -0
  41. package/docs/classes/Util.LineSegments.html +4 -0
  42. package/docs/classes/Util.Magnifier.html +26 -0
  43. package/docs/classes/Util.Object3D.html +8 -0
  44. package/docs/classes/Util.PointDomHelper.html +8 -0
  45. package/docs/classes/Util.PointHelper.html +10 -0
  46. package/docs/classes/Util.PointSelector.html +60 -0
  47. package/docs/classes/Util.PointSelectorHelper.html +14 -0
  48. package/docs/classes/Util.Rectangle.html +12 -0
  49. package/docs/classes/Util.sculpt.BaseEditor.html +17 -0
  50. package/docs/classes/Util.sculpt.BoxMesh.html +47 -0
  51. package/docs/classes/Util.sculpt.BoxMeshEditor.html +18 -0
  52. package/docs/classes/Util.sculpt.CircleMesh.html +26 -0
  53. package/docs/classes/Util.sculpt.CircleMeshEditor.html +18 -0
  54. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +26 -0
  55. package/docs/classes/Util.sculpt.CylinderMesh.html +25 -0
  56. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +18 -0
  57. package/docs/classes/Util.sculpt.LineMesh.html +34 -0
  58. package/docs/classes/Util.sculpt.PointMesh.html +24 -0
  59. package/docs/classes/Util.sculpt.PolygonMesh.html +40 -0
  60. package/docs/classes/Util.sculpt.PrismMesh.html +47 -0
  61. package/docs/classes/Util.sculpt.PrismMeshEditor.html +18 -0
  62. package/docs/classes/Util.sculpt.RectangleMesh.html +41 -0
  63. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +18 -0
  64. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +44 -0
  65. package/docs/classes/WalkController.html +42 -0
  66. package/docs/enums/CameraMovementEffect.html +4 -0
  67. package/docs/enums/ContentType.html +34 -0
  68. package/docs/enums/DIRECTION.html +5 -0
  69. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +5 -0
  70. package/docs/enums/DimensionType.html +4 -0
  71. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +4 -0
  72. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +5 -0
  73. package/docs/enums/PaintBrushTypeEnum.html +4 -0
  74. package/docs/enums/PointType.html +4 -0
  75. package/docs/enums/Rotation.html +5 -0
  76. package/docs/functions/AreaMakerPlugin.html +1 -0
  77. package/docs/functions/CSS3DRenderPlugin.html +1 -0
  78. package/docs/functions/CameraMovementPlugin.html +2 -0
  79. package/docs/functions/CruisePlugin.html +1 -0
  80. package/docs/functions/CurrentPanoImagePlugin.html +1 -0
  81. package/docs/functions/FloorplanGuidePlugin.html +1 -0
  82. package/docs/functions/GuideLinePlugin.html +1 -0
  83. package/docs/functions/ItemLabelPlugin.html +1 -0
  84. package/docs/functions/MapviewFloorplanPlugin.html +1 -0
  85. package/docs/functions/MeasurePlugin.html +1 -0
  86. package/docs/functions/ModelChassisCompassPlugin.html +2 -0
  87. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -0
  88. package/docs/functions/ModelFloorplanPlugin.html +1 -0
  89. package/docs/functions/ModelItemLabelPlugin.html +1 -0
  90. package/docs/functions/ModelMakerPlugin.html +1 -0
  91. package/docs/functions/ModelRoomLabelPlugin.html +1 -0
  92. package/docs/functions/ModelTVVideoPlugin.html +1 -0
  93. package/docs/functions/ModelViewPlugin.html +2 -0
  94. package/docs/functions/MovePlugin.html +1 -0
  95. package/docs/functions/Object3DHelperPlugin.html +1 -0
  96. package/docs/functions/PanoCompassPlugin.html +1 -0
  97. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -0
  98. package/docs/functions/PanoDoorLabelPlugin.html +1 -0
  99. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -0
  100. package/docs/functions/PanoMeasurePlugin.html +1 -0
  101. package/docs/functions/PanoRulerPlugin.html +2 -0
  102. package/docs/functions/PanoRulerProPlugin.html +2 -0
  103. package/docs/functions/PanoSpatialTagPlugin.html +2 -0
  104. package/docs/functions/PanoTagPlugin.html +1 -0
  105. package/docs/functions/PanoVideoPlugin.html +10 -0
  106. package/docs/functions/PipelinePlugin.html +1 -0
  107. package/docs/functions/SculptPlugin.html +2 -0
  108. package/docs/functions/SculptPluginForFive.html +2 -0
  109. package/docs/functions/TopviewFloorplanPlugin.html +1 -0
  110. package/docs/functions/Util.awaitNextFrame.html +1 -0
  111. package/docs/functions/Util.blink.html +13 -0
  112. package/docs/functions/Util.blinkWithPreset.html +6 -0
  113. package/docs/functions/Util.bounding.html +1 -0
  114. package/docs/functions/Util.boundingBox.html +1 -0
  115. package/docs/functions/Util.boundingSphere.html +1 -0
  116. package/docs/functions/Util.boxVertex.html +7 -0
  117. package/docs/functions/Util.boxVertexes.html +1 -0
  118. package/docs/functions/Util.checkFiveModelLoaded.html +2 -0
  119. package/docs/functions/Util.cleanup.html +3 -0
  120. package/docs/functions/Util.convexHull.html +2 -0
  121. package/docs/functions/Util.equal.html +5 -0
  122. package/docs/functions/Util.fiveModelIsLoaded.html +2 -0
  123. package/docs/functions/Util.getCoordsFromClient.html +1 -0
  124. package/docs/functions/Util.getCoordsFromElement.html +1 -0
  125. package/docs/functions/Util.getFrameTime.html +3 -0
  126. package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -0
  127. package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -0
  128. package/docs/functions/Util.initialCSS3DRender.html +1 -0
  129. package/docs/functions/Util.inside.html +1 -0
  130. package/docs/functions/Util.isModelLike.html +1 -0
  131. package/docs/functions/Util.isNil.html +2 -0
  132. package/docs/functions/Util.isPanoramaLike.html +1 -0
  133. package/docs/functions/Util.lookObject.html +5 -0
  134. package/docs/functions/Util.lookPoint.html +5 -0
  135. package/docs/functions/Util.nextFrame.html +1 -0
  136. package/docs/functions/Util.notNil.html +2 -0
  137. package/docs/functions/Util.reblink.html +13 -0
  138. package/docs/functions/Util.replaceStaticPrefix.html +8 -0
  139. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -0
  140. package/docs/functions/Util.sculpt.createBox.html +1 -0
  141. package/docs/functions/Util.sculpt.createCircle.html +1 -0
  142. package/docs/functions/Util.sculpt.createCylinder.html +1 -0
  143. package/docs/functions/Util.sculpt.createLine.html +2 -0
  144. package/docs/functions/Util.sculpt.createPoint.html +1 -0
  145. package/docs/functions/Util.sculpt.createPolygon.html +1 -0
  146. package/docs/functions/Util.sculpt.createPrism.html +1 -0
  147. package/docs/functions/Util.sculpt.createRectangle.html +2 -0
  148. package/docs/functions/Util.tag.html +1 -0
  149. package/docs/functions/Util.tweenProgress.html +1 -0
  150. package/docs/functions/Util.uuid.html +2 -0
  151. package/docs/functions/Util.waitFiveModelLoaded.html +2 -0
  152. package/docs/functions/Util.worldBounding.html +1 -0
  153. package/docs/functions/Util.worldBoundingBox.html +1 -0
  154. package/docs/functions/Util.worldBoundingSphere.html +1 -0
  155. package/docs/functions/createPolyline.html +2 -0
  156. package/docs/functions/pluginFlag.html +1 -0
  157. package/docs/hierarchy.html +1 -0
  158. package/docs/index.html +70 -0
  159. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +4 -0
  160. package/docs/interfaces/AreaMakerPluginType.Config.html +8 -0
  161. package/docs/interfaces/AreaMakerPluginType.EventMap.html +25 -0
  162. package/docs/interfaces/AreaMakerPluginType.Params.html +4 -0
  163. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +20 -0
  164. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +13 -0
  165. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +9 -0
  166. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -0
  167. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +3 -0
  168. package/docs/interfaces/AreaMakerPluginType.State.html +8 -0
  169. package/docs/interfaces/CSS3DRenderPluginEventMap.html +9 -0
  170. package/docs/interfaces/CSS3DRenderPluginState.html +7 -0
  171. package/docs/interfaces/CameraMovementPluginExportType.html +11 -0
  172. package/docs/interfaces/ContentTypeMapInterface.html +73 -0
  173. package/docs/interfaces/CruisePluginTypes.Config.html +7 -0
  174. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +8 -0
  175. package/docs/interfaces/CruisePluginTypes.EventMap.html +33 -0
  176. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +6 -0
  177. package/docs/interfaces/CruisePluginTypes.MoveAction.html +16 -0
  178. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +19 -0
  179. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +20 -0
  180. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -0
  181. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -0
  182. package/docs/interfaces/CruisePluginTypes.PluginState.html +15 -0
  183. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +13 -0
  184. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +15 -0
  185. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +4 -0
  186. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +3 -0
  187. package/docs/interfaces/CurrentPanoImagePluginType.State.html +7 -0
  188. package/docs/interfaces/FloorplanBounding.html +9 -0
  189. package/docs/interfaces/FloorplanData.html +7 -0
  190. package/docs/interfaces/FloorplanEntrance.html +14 -0
  191. package/docs/interfaces/FloorplanExtraObject.html +9 -0
  192. package/docs/interfaces/FloorplanExtraObject3D.html +5 -0
  193. package/docs/interfaces/FloorplanFloorData.html +9 -0
  194. package/docs/interfaces/FloorplanImagePosition.html +4 -0
  195. package/docs/interfaces/FloorplanObserver.html +8 -0
  196. package/docs/interfaces/FloorplanOutlineItem.html +6 -0
  197. package/docs/interfaces/FloorplanPosition.html +4 -0
  198. package/docs/interfaces/FloorplanRoomItem.html +24 -0
  199. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -0
  200. package/docs/interfaces/FloorplanServerBounding.html +9 -0
  201. package/docs/interfaces/FloorplanServerComputedData.html +6 -0
  202. package/docs/interfaces/FloorplanServerData.html +4 -0
  203. package/docs/interfaces/FloorplanServerDoorItem.html +6 -0
  204. package/docs/interfaces/FloorplanServerDoorPosition.html +4 -0
  205. package/docs/interfaces/FloorplanServerEntrance.html +14 -0
  206. package/docs/interfaces/FloorplanServerFloorData.html +8 -0
  207. package/docs/interfaces/FloorplanServerImagePosition.html +4 -0
  208. package/docs/interfaces/FloorplanServerObserver.html +8 -0
  209. package/docs/interfaces/FloorplanServerOutlineItem.html +6 -0
  210. package/docs/interfaces/FloorplanServerPosition.html +4 -0
  211. package/docs/interfaces/FloorplanServerRoomItem.html +27 -0
  212. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -0
  213. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +4 -0
  214. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +7 -0
  215. package/docs/interfaces/GuideLinePluginType.EventMap.html +13 -0
  216. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +5 -0
  217. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +8 -0
  218. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -0
  219. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +32 -0
  220. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +4 -0
  221. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +5 -0
  222. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +42 -0
  223. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -0
  224. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +57 -0
  225. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -0
  226. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -0
  227. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -0
  228. package/docs/interfaces/GuideLinePluginType.Route.html +13 -0
  229. package/docs/interfaces/HelperOffset.html +4 -0
  230. package/docs/interfaces/ImagePlaneGroup.html +3 -0
  231. package/docs/interfaces/ItemLabelPluginData.html +2 -0
  232. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +7 -0
  233. package/docs/interfaces/ItemLabelPluginParametersType.html +5 -0
  234. package/docs/interfaces/MinMax.html +3 -0
  235. package/docs/interfaces/ModelChassisCompassPluginData.html +3 -0
  236. package/docs/interfaces/ModelChassisCompassPluginExportType.html +4 -0
  237. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -0
  238. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +4 -0
  239. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +4 -0
  240. package/docs/interfaces/ModelItemLabelPluginData.html +2 -0
  241. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +7 -0
  242. package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -0
  243. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +17 -0
  244. package/docs/interfaces/ModelMakerPluginType.EventMap.html +18 -0
  245. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +23 -0
  246. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +11 -0
  247. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +10 -0
  248. package/docs/interfaces/ModelMakerPluginType.ServerData.html +3 -0
  249. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +10 -0
  250. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +10 -0
  251. package/docs/interfaces/ModelMakerPluginType.State.html +8 -0
  252. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +11 -0
  253. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -0
  254. package/docs/interfaces/ModelTVVideoPluginData.html +5 -0
  255. package/docs/interfaces/ModelTVVideoPluginExportType.html +4 -0
  256. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -0
  257. package/docs/interfaces/ModelViewPluginExportType.html +8 -0
  258. package/docs/interfaces/Object3DHelperState.html +4 -0
  259. package/docs/interfaces/ObjectHelperControllers.html +5 -0
  260. package/docs/interfaces/PaintBrushAction.html +14 -0
  261. package/docs/interfaces/PaintBrushConfigs.html +8 -0
  262. package/docs/interfaces/PaintBrushState.html +6 -0
  263. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +16 -0
  264. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -0
  265. package/docs/interfaces/PanoMeasureParameterType.html +20 -0
  266. package/docs/interfaces/PanoMeasurePluginLineJson.html +4 -0
  267. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +4 -0
  268. package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -0
  269. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -0
  270. package/docs/interfaces/PanoRulerPluginExportType.html +6 -0
  271. package/docs/interfaces/PanoRulerPluginOptions.html +3 -0
  272. package/docs/interfaces/PanoRulerPluginParameterType.html +4 -0
  273. package/docs/interfaces/PanoRulerProPluginExportType.html +5 -0
  274. package/docs/interfaces/PanoRulerProPluginOptions.html +3 -0
  275. package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -0
  276. package/docs/interfaces/PanoRulerProPluginState.html +4 -0
  277. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -0
  278. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -0
  279. package/docs/interfaces/PanoSpatialTagPluginData.html +7 -0
  280. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +6 -0
  281. package/docs/interfaces/PanoSpatialTagPluginExportType.html +9 -0
  282. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +6 -0
  283. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +9 -0
  284. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +7 -0
  285. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +6 -0
  286. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -0
  287. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -0
  288. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -0
  289. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +15 -0
  290. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -0
  291. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +14 -0
  292. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +13 -0
  293. package/docs/interfaces/PluginEventMap.html +16 -0
  294. package/docs/interfaces/Point.html +4 -0
  295. package/docs/interfaces/Room.html +5 -0
  296. package/docs/interfaces/RoomInfo.html +3 -0
  297. package/docs/interfaces/RoomLabel.html +16 -0
  298. package/docs/interfaces/RoomRules.html +1 -0
  299. package/docs/interfaces/Rooms.html +1 -0
  300. package/docs/interfaces/Scissor.html +13 -0
  301. package/docs/interfaces/SculptConfig.html +14 -0
  302. package/docs/interfaces/State.html +7 -0
  303. package/docs/interfaces/TagCacheInterface.html +9 -0
  304. package/docs/interfaces/TagConfig.html +164 -0
  305. package/docs/interfaces/TagGLTFObjectGroup.html +3 -0
  306. package/docs/interfaces/TagIconAnimationConfig.html +7 -0
  307. package/docs/interfaces/TagIconUrl.html +20 -0
  308. package/docs/interfaces/TagObjectGroup.html +3 -0
  309. package/docs/interfaces/TagState.html +3 -0
  310. package/docs/interfaces/TagStyle.html +5 -0
  311. package/docs/interfaces/Tags.html +8 -0
  312. package/docs/interfaces/TemporaryState.html +2 -0
  313. package/docs/interfaces/Util.AnimeInstance.html +14 -0
  314. package/docs/interfaces/Util.BlinkAnimeOptions.html +21 -0
  315. package/docs/interfaces/Util.EventHandlerConfig.html +21 -0
  316. package/docs/interfaces/Util.FiveDomEvent.html +7 -0
  317. package/docs/interfaces/Util.FiveDomEventMap.html +20 -0
  318. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +4 -0
  319. package/docs/interfaces/Util.MagnifierParameter.html +13 -0
  320. package/docs/interfaces/Util.MouseGroupParameter.html +4 -0
  321. package/docs/interfaces/Util.ObjectInitialState.html +9 -0
  322. package/docs/interfaces/Util.PointIntersection.html +21 -0
  323. package/docs/interfaces/Util.PointSelectorHelperConfig.html +6 -0
  324. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +27 -0
  325. package/docs/modules/AreaMakerPluginType.html +17 -0
  326. package/docs/modules/CruisePluginTypes.html +14 -0
  327. package/docs/modules/CurrentPanoImagePluginType.html +6 -0
  328. package/docs/modules/GuideLineItem.html +2 -0
  329. package/docs/modules/GuideLineModeItem.html +3 -0
  330. package/docs/modules/GuideLinePluginType.html +25 -0
  331. package/docs/modules/ModelMakerPluginType.html +19 -0
  332. package/docs/modules/PanoVideoPluginType.html +8 -0
  333. package/docs/modules/SculptData.html +9 -0
  334. package/docs/modules/SculptType.html +2 -0
  335. package/docs/modules/Util.html +86 -0
  336. package/docs/modules/Util.sculpt.html +25 -0
  337. package/docs/modules.html +278 -0
  338. package/docs/types/AddObject3DHelperConfig.html +19 -0
  339. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +7 -0
  340. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -0
  341. package/docs/types/AreaMakerPluginType.PluginData.html +2 -0
  342. package/docs/types/AreaMakerPluginType.ServerData.html +2 -0
  343. package/docs/types/ArrayPosition.html +1 -0
  344. package/docs/types/AudioAppearance.html +1 -0
  345. package/docs/types/CSS3DRenderExportType.html +1 -0
  346. package/docs/types/CSS3DRenderPluginExportType.html +1 -0
  347. package/docs/types/CSS3DRenderPluginParameterType.html +1 -0
  348. package/docs/types/ClassFunctionParameters.html +1 -0
  349. package/docs/types/Color.html +1 -0
  350. package/docs/types/ContentTypeConfigKey.html +1 -0
  351. package/docs/types/ContentTypeConfigKeySplit.html +1 -0
  352. package/docs/types/ContentTypeMap.html +1 -0
  353. package/docs/types/Create3DDomContainerReturnType.html +1 -0
  354. package/docs/types/Create3DElementReturnType.html +1 -0
  355. package/docs/types/CruisePluginExportType.html +1 -0
  356. package/docs/types/CruisePluginTypes.CruiseData.html +5 -0
  357. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -0
  358. package/docs/types/CurrentPanoImagePluginExportType.html +1 -0
  359. package/docs/types/DeprecatedMediaPlaneProperty.html +3 -0
  360. package/docs/types/DeprecatedTagProperty.html +3 -0
  361. package/docs/types/Direction-1.html +1 -0
  362. package/docs/types/Direction4.html +1 -0
  363. package/docs/types/ElementRenderer.html +2 -0
  364. package/docs/types/FloorplanGuidePluginParameterType.html +1 -0
  365. package/docs/types/FloorplanGuidePluginReturnType.html +1 -0
  366. package/docs/types/FloorplanRuleLabels.html +2 -0
  367. package/docs/types/FloorplanServerRuleLabels.html +1 -0
  368. package/docs/types/GuideLinePluginExportType.html +1 -0
  369. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -0
  370. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -0
  371. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -0
  372. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -0
  373. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -0
  374. package/docs/types/GuideLinePluginType.PathItem.html +2 -0
  375. package/docs/types/GuideLinePluginType.PluginData.html +2 -0
  376. package/docs/types/GuideLinePluginType.RouteConfig.html +4 -0
  377. package/docs/types/HelperEventMap.html +1 -0
  378. package/docs/types/InternalHelperEventMap.html +1 -0
  379. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -0
  380. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -0
  381. package/docs/types/MeasureEndReason.html +1 -0
  382. package/docs/types/MeasurePluginConfig.html +5 -0
  383. package/docs/types/MediaData.html +2 -0
  384. package/docs/types/MediaStore.html +1 -0
  385. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -0
  386. package/docs/types/ModelFloorplanPluginParameterType.html +1 -0
  387. package/docs/types/ModelFloorplanPluginReturnType.html +1 -0
  388. package/docs/types/ModelId.html +1 -0
  389. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -0
  390. package/docs/types/ModelMakerPluginType.ItemType.html +2 -0
  391. package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -0
  392. package/docs/types/ModelMakerPluginType.ServerItem.html +2 -0
  393. package/docs/types/ModelRoomLabelPluginParameters.html +1 -0
  394. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -0
  395. package/docs/types/MoveArgs.html +2 -0
  396. package/docs/types/MoveOpts.html +2 -0
  397. package/docs/types/Object3DHelperEventMap.html +1 -0
  398. package/docs/types/ObjectFit.html +1 -0
  399. package/docs/types/PaintBrushEventMap.html +1 -0
  400. package/docs/types/PanoCompassPluginData.html +1 -0
  401. package/docs/types/PanoCompassPluginExportType.html +1 -0
  402. package/docs/types/PanoCompassPluginParameterType.html +1 -0
  403. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -0
  404. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -0
  405. package/docs/types/PanoIndex.html +1 -0
  406. package/docs/types/PanoMeasurePluginEvent.html +1 -0
  407. package/docs/types/PanoMeasureReturnType.html +1 -0
  408. package/docs/types/PanoSpatialTagPluginId.html +1 -0
  409. package/docs/types/PanoTagPluginExportInterface.html +1 -0
  410. package/docs/types/PanoTagPluginParamsInterface.html +1 -0
  411. package/docs/types/PanoVideoPluginParameterType.html +1 -0
  412. package/docs/types/PanoVideoPluginReturnType.html +1 -0
  413. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -0
  414. package/docs/types/PipelinePluginParameterType.html +1 -0
  415. package/docs/types/PipelinePluginReturnType.html +1 -0
  416. package/docs/types/PlaneTag.html +2 -0
  417. package/docs/types/Point2DTag.html +2 -0
  418. package/docs/types/Point3DTag.html +2 -0
  419. package/docs/types/PointTagInstance.html +1 -0
  420. package/docs/types/Position.html +1 -0
  421. package/docs/types/PositionFrom.html +1 -0
  422. package/docs/types/RotateArgs.html +2 -0
  423. package/docs/types/RotateOpts.html +2 -0
  424. package/docs/types/RuleLabelsKey.html +1 -0
  425. package/docs/types/RuleLabelsValue.html +1 -0
  426. package/docs/types/ScaleCallback.html +1 -0
  427. package/docs/types/ScalePosition.html +3 -0
  428. package/docs/types/SculptData.BoxData.html +1 -0
  429. package/docs/types/SculptData.CircleData.html +1 -0
  430. package/docs/types/SculptData.CylinderData.html +1 -0
  431. package/docs/types/SculptData.PointData.html +1 -0
  432. package/docs/types/SculptData.PolygonData.html +1 -0
  433. package/docs/types/SculptData.PolylineData.html +1 -0
  434. package/docs/types/SculptData.PrismData.html +1 -0
  435. package/docs/types/SculptData.RectangleData.html +1 -0
  436. package/docs/types/SculptType.Theme.html +10 -0
  437. package/docs/types/StickType.html +1 -0
  438. package/docs/types/Tag.html +17 -0
  439. package/docs/types/Tag2D.html +2 -0
  440. package/docs/types/Tag3D.html +2 -0
  441. package/docs/types/TagClickParams.html +1 -0
  442. package/docs/types/TagConfigByKey.html +1 -0
  443. package/docs/types/TagContentType.html +1 -0
  444. package/docs/types/TagContentTypeMapping.html +1 -0
  445. package/docs/types/TagDimensionType.html +1 -0
  446. package/docs/types/TagElement.html +2 -0
  447. package/docs/types/TagEvents.html +1 -0
  448. package/docs/types/TagGLTFObject.html +1 -0
  449. package/docs/types/TagHooks.html +1 -0
  450. package/docs/types/TagId.html +1 -0
  451. package/docs/types/TagInstance.html +1 -0
  452. package/docs/types/TagPlacement.html +5 -0
  453. package/docs/types/TagPointType.html +2 -0
  454. package/docs/types/TagRendererMap.html +1 -0
  455. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -0
  456. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -0
  457. package/docs/types/Util.ActionIfNoIntersection.html +1 -0
  458. package/docs/types/Util.AdherePoint.html +2 -0
  459. package/docs/types/Util.PointSelectorConfig.html +1 -0
  460. package/docs/types/Util.SupportedTarget.html +2 -0
  461. package/docs/types/Util.Target.html +2 -0
  462. package/docs/types/Util.ThreeObject.html +2 -0
  463. package/docs/types/WorkCode.html +1 -0
  464. package/docs/variables/FLOOR_TYPE_MAP.html +2 -0
  465. package/docs/variables/PLUGIN.html +1 -0
  466. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -0
  467. package/docs/variables/ROOM_TYPE_MAP.html +2 -0
  468. package/docs/variables/Util.ANIME_PRESETS.html +2 -0
  469. package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +2 -0
  470. package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +2 -0
  471. package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +2 -0
  472. package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +2 -0
  473. package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +2 -0
  474. package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +2 -0
  475. package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +2 -0
  476. package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +2 -0
  477. package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +2 -0
  478. package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +2 -0
  479. package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +2 -0
  480. package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +2 -0
  481. package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +2 -0
  482. package/docs/variables/defaultGlobalConfig.html +1 -0
  483. package/docs/variables/itemLabelPluginServerParams.html +1 -0
  484. package/docs/variables/modelItemLabelPluginServerParams.html +1 -0
  485. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -0
  486. package/libs/GuideLinePlugin/Components/Tag.js +151 -163
  487. package/libs/GuideLinePlugin/Controller.d.ts +34 -2
  488. package/libs/GuideLinePlugin/Controller.js +58 -24
  489. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +76 -69
  490. package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +7 -2
  491. package/libs/base/BasePlugin.js +1 -1
  492. package/libs/shared-utils/logger.js +1 -1
  493. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -43,7 +43,7 @@ import { LineGeometry as zb, LineMaterial as Ob, THREE_Line2 as jb, Line as O0 }
43
43
  import { GLTFLoader as j0 } from "@realsee/five/gltf-loader";
44
44
  function Rb() {
45
45
  console.debug(
46
- "%c %c@realsee/dnalogel %cv3.77.10-alpha.0",
46
+ "%c %c@realsee/dnalogel %cv3.77.11-alpha.0",
47
47
  [
48
48
  "background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
49
49
  "background-repeat: no-repeat",
@@ -8184,7 +8184,7 @@ function P(n, t, e) {
8184
8184
  function _2(n) {
8185
8185
  return Array.from(n.childNodes);
8186
8186
  }
8187
- function He(n, t) {
8187
+ function Ne(n, t) {
8188
8188
  t = "" + t, n.data !== t && (n.data = t);
8189
8189
  }
8190
8190
  function _(n, t, e, i) {
@@ -8861,7 +8861,7 @@ function q2(n) {
8861
8861
  p(h, [u]) {
8862
8862
  u & /*roomLabel*/
8863
8863
  1 && i !== (i = /*roomLabel*/
8864
- h[0].name + "") && He(s, i), u & /*roomLabel*/
8864
+ h[0].name + "") && Ne(s, i), u & /*roomLabel*/
8865
8865
  1 && Ee(
8866
8866
  e,
8867
8867
  "wide",
@@ -9856,7 +9856,7 @@ function B3(n) {
9856
9856
  p(l, [c]) {
9857
9857
  c & /*item*/
9858
9858
  1 && r !== (r = /*item*/
9859
- l[0].notes + "") && He(a, r);
9859
+ l[0].notes + "") && Ne(a, r);
9860
9860
  },
9861
9861
  i: re,
9862
9862
  o: re,
@@ -10155,7 +10155,7 @@ function nf(n) {
10155
10155
  /*room*/
10156
10156
  s[4].name
10157
10157
  )
10158
- )) + "") && He(i, e), o[0] & /*nameSize*/
10158
+ )) + "") && Ne(i, e), o[0] & /*nameSize*/
10159
10159
  2048 && _(
10160
10160
  t,
10161
10161
  "font-size",
@@ -10187,7 +10187,7 @@ function sf(n) {
10187
10187
  },
10188
10188
  p(i, s) {
10189
10189
  s[0] & /*roomAreaSize*/
10190
- 131072 && He(
10190
+ 131072 && Ne(
10191
10191
  e,
10192
10192
  /*roomAreaSize*/
10193
10193
  i[17]
@@ -10228,7 +10228,7 @@ function of(n) {
10228
10228
  },
10229
10229
  p(i, s) {
10230
10230
  s[0] & /*roomDimension*/
10231
- 65536 && He(
10231
+ 65536 && Ne(
10232
10232
  e,
10233
10233
  /*roomDimension*/
10234
10234
  i[16]
@@ -10843,7 +10843,7 @@ function df(n, t) {
10843
10843
  t[1](
10844
10844
  /*textItem*/
10845
10845
  t[11].distance
10846
- ) + "") && He(o, s);
10846
+ ) + "") && Ne(o, s);
10847
10847
  },
10848
10848
  d(a) {
10849
10849
  a && Q(e);
@@ -12071,7 +12071,7 @@ function Pf(n) {
12071
12071
  p(s, o) {
12072
12072
  o & /*missingFloorConfig*/
12073
12073
  1 && e !== (e = /*missingFloorConfig*/
12074
- s[0].text + "") && He(i, e), o & /*missingFloorConfig*/
12074
+ s[0].text + "") && Ne(i, e), o & /*missingFloorConfig*/
12075
12075
  1 && _(
12076
12076
  t,
12077
12077
  "font-size",
@@ -12272,7 +12272,7 @@ function YP(n) {
12272
12272
  },
12273
12273
  p(r, a) {
12274
12274
  a & /*northDesc*/
12275
- 1 && He(
12275
+ 1 && Ne(
12276
12276
  o,
12277
12277
  /*northDesc*/
12278
12278
  r[0]
@@ -13537,7 +13537,7 @@ let Ps = class {
13537
13537
  /**
13538
13538
  * @realsee/dnalogel 版本号
13539
13539
  */
13540
- f(this, "VERSION", "3.77.10-alpha.0");
13540
+ f(this, "VERSION", "3.77.11-alpha.0");
13541
13541
  f(this, "NAME");
13542
13542
  f(this, "five");
13543
13543
  f(this, "workUtil");
@@ -19014,7 +19014,7 @@ function Wf(n) {
19014
19014
  p(s, o) {
19015
19015
  o & /*room*/
19016
19016
  1 && e !== (e = /*room*/
19017
- s[0].name + "") && He(i, e);
19017
+ s[0].name + "") && Ne(i, e);
19018
19018
  },
19019
19019
  d(s) {
19020
19020
  s && Q(t);
@@ -19035,7 +19035,7 @@ function Uf(n) {
19035
19035
  },
19036
19036
  p(i, s) {
19037
19037
  s & /*roomAreaSize*/
19038
- 16 && He(
19038
+ 16 && Ne(
19039
19039
  e,
19040
19040
  /*roomAreaSize*/
19041
19041
  i[4]
@@ -19512,7 +19512,7 @@ function M5(n) {
19512
19512
  },
19513
19513
  p(h, u) {
19514
19514
  u & /*northDesc*/
19515
- 1 && He(
19515
+ 1 && Ne(
19516
19516
  o,
19517
19517
  /*northDesc*/
19518
19518
  h[0]
@@ -23338,7 +23338,7 @@ function K5(n) {
23338
23338
  p(v, [y]) {
23339
23339
  m === (m = p(v)) && g ? g.p(v, y) : (g.d(1), g = m(v), g && (g.c(), g.m(t, e))), y & /*rulerItemProp*/
23340
23340
  1 && o !== (o = /*rulerItemProp*/
23341
- v[0].labelElement + "") && He(r, o), y & /*rulerItemProp*/
23341
+ v[0].labelElement + "") && Ne(r, o), y & /*rulerItemProp*/
23342
23342
  1 && l !== (l = `${/*rulerItemProp*/
23343
23343
  v[0].labelOffset}%`) && _(i, "left", l), y & /*rulerItemProp*/
23344
23344
  1 && c !== (c = `${/*rulerItemProp*/
@@ -26035,7 +26035,7 @@ function xp(n) {
26035
26035
  n = m, /*option*/
26036
26036
  n[13].icon ? h ? h.p(n, g) : (h = kp(n), h.c(), h.m(e, i)) : h && (h.d(1), h = null), g & /*options*/
26037
26037
  1 && s !== (s = /*option*/
26038
- n[13].value + "") && He(o, s), a !== /*index*/
26038
+ n[13].value + "") && Ne(o, s), a !== /*index*/
26039
26039
  n[15] && (d(), a = /*index*/
26040
26040
  n[15], u()), g & /*activeIndex*/
26041
26041
  16 && Ee(
@@ -26280,11 +26280,11 @@ function Lp(n) {
26280
26280
  p(g, v) {
26281
26281
  v & /*i18n*/
26282
26282
  4 && o !== (o = /*i18n*/
26283
- g[2]("撤销") + "") && He(r, o), v & /*canRevoke*/
26283
+ g[2]("撤销") + "") && Ne(r, o), v & /*canRevoke*/
26284
26284
  8 && Ee(e, "forbid", !/*canRevoke*/
26285
26285
  g[3]), v & /*i18n*/
26286
26286
  4 && u !== (u = /*i18n*/
26287
- g[2]("结束") + "") && He(d, u);
26287
+ g[2]("结束") + "") && Ne(d, u);
26288
26288
  },
26289
26289
  d(g) {
26290
26290
  g && Q(t), p = !1, dt(m);
@@ -26519,7 +26519,7 @@ function jp(n) {
26519
26519
  n = m, /*option*/
26520
26520
  n[13].icon ? h ? h.p(n, g) : (h = Op(n), h.c(), h.m(e, i)) : h && (h.d(1), h = null), g & /*options*/
26521
26521
  1 && s !== (s = /*option*/
26522
- n[13].value + "") && He(o, s), a !== /*index*/
26522
+ n[13].value + "") && Ne(o, s), a !== /*index*/
26523
26523
  n[15] && (d(), a = /*index*/
26524
26524
  n[15], u()), g & /*activeIndex*/
26525
26525
  16 && Ee(
@@ -26662,7 +26662,7 @@ function Rp(n) {
26662
26662
  },
26663
26663
  p(o, r) {
26664
26664
  (!s || r & /*text*/
26665
- 1) && He(
26665
+ 1) && Ne(
26666
26666
  e,
26667
26667
  /*text*/
26668
26668
  o[0]
@@ -26866,7 +26866,7 @@ function Vp(n) {
26866
26866
  p(h, u) {
26867
26867
  n = h, (!a || u & /*i18n*/
26868
26868
  4) && s !== (s = /*i18n*/
26869
- n[2]("撤销") + "") && He(o, s), (!a || u & /*buttonState*/
26869
+ n[2]("撤销") + "") && Ne(o, s), (!a || u & /*buttonState*/
26870
26870
  8) && Ee(
26871
26871
  t,
26872
26872
  "forbid",
@@ -26907,7 +26907,7 @@ function Fp(n) {
26907
26907
  p(h, u) {
26908
26908
  n = h, (!a || u & /*i18n*/
26909
26909
  4) && s !== (s = /*i18n*/
26910
- n[2]("结束") + "") && He(o, s);
26910
+ n[2]("结束") + "") && Ne(o, s);
26911
26911
  },
26912
26912
  i(h) {
26913
26913
  a || (h && Pt(() => {
@@ -27234,7 +27234,7 @@ function Hp(n) {
27234
27234
  },
27235
27235
  p(r, a) {
27236
27236
  (!o || a & /*tip*/
27237
- 4) && He(
27237
+ 4) && Ne(
27238
27238
  i,
27239
27239
  /*tip*/
27240
27240
  r[2]
@@ -30008,7 +30008,7 @@ function hE(n) {
30008
30008
  u[0].name.slice(0, 6)}...` : (
30009
30009
  /*itemLabel*/
30010
30010
  u[0].name
30011
- )) + "") && He(o, s), d & /*itemLabel*/
30011
+ )) + "") && Ne(o, s), d & /*itemLabel*/
30012
30012
  1 && _(e, "top", `-${/*itemLabel*/
30013
30013
  u[0].strokeLength + 26}px`), d & /*itemLabel*/
30014
30014
  1 && _(a, "height", `${/*itemLabel*/
@@ -30554,9 +30554,9 @@ function CE(n) {
30554
30554
  u[0].icon ? h ? h.p(u, d) : (h = sm(u), h.c(), h.m(t.parentNode, t)) : h && (h.d(1), h = null), d & /*itemLabel*/
30555
30555
  1 && s !== (s = /*itemLabel*/
30556
30556
  (u[0].code || /*itemLabel*/
30557
- u[0].id) + "") && He(o, s), d & /*itemLabel*/
30557
+ u[0].id) + "") && Ne(o, s), d & /*itemLabel*/
30558
30558
  1 && l !== (l = /*itemLabel*/
30559
- u[0].name + "") && He(c, l);
30559
+ u[0].name + "") && Ne(c, l);
30560
30560
  },
30561
30561
  d(u) {
30562
30562
  h && h.d(u), u && Q(t), u && Q(e);
@@ -31165,7 +31165,7 @@ function VE(n) {
31165
31165
  p(m, [g]) {
31166
31166
  g & /*props*/
31167
31167
  1 && s !== (s = /*props*/
31168
- m[0].name + "") && He(o, s), g & /*props*/
31168
+ m[0].name + "") && Ne(o, s), g & /*props*/
31169
31169
  1 && l !== (l = It(yi(
31170
31170
  "plugin-DoorLabelPlugin-cnt",
31171
31171
  /*props*/
@@ -34416,7 +34416,7 @@ function n8(n) {
34416
34416
  p(a, l) {
34417
34417
  n = a, l & /*contentList*/
34418
34418
  4 && e !== (e = /*content*/
34419
- n[0] + "") && He(i, e), s !== /*index*/
34419
+ n[0] + "") && Ne(i, e), s !== /*index*/
34420
34420
  n[21] && (r(), s = /*index*/
34421
34421
  n[21], o());
34422
34422
  },
@@ -35238,7 +35238,7 @@ function C8(n) {
35238
35238
  },
35239
35239
  p(e, i) {
35240
35240
  i & /*text*/
35241
- 4 && He(
35241
+ 4 && Ne(
35242
35242
  t,
35243
35243
  /*text*/
35244
35244
  e[2]
@@ -35280,7 +35280,7 @@ function km(n) {
35280
35280
  p(s, o) {
35281
35281
  o & /*edit*/
35282
35282
  8 && e !== (e = /*edit*/
35283
- s[3].placeholder + "") && He(i, e);
35283
+ s[3].placeholder + "") && Ne(i, e);
35284
35284
  },
35285
35285
  d(s) {
35286
35286
  s && Q(t);
@@ -36702,8 +36702,8 @@ var Za = Mx, zl = {}, Ex = {
36702
36702
  return D;
36703
36703
  }
36704
36704
  function Se(D, G, $, fe) {
36705
- var Ue = -1, Ne = D ? D.length : 0;
36706
- for (fe && Ne && ($ = D[++Ue]); ++Ue < Ne; )
36705
+ var Ue = -1, He = D ? D.length : 0;
36706
+ for (fe && He && ($ = D[++Ue]); ++Ue < He; )
36707
36707
  $ = G($, D[Ue], Ue, D);
36708
36708
  return $;
36709
36709
  }
@@ -36861,8 +36861,8 @@ var Za = Mx, zl = {}, Ex = {
36861
36861
  Ht.prototype.clear = gr, Ht.prototype.delete = vr, Ht.prototype.get = qn, Ht.prototype.has = Jt, Ht.prototype.set = tn;
36862
36862
  function ii(D, G) {
36863
36863
  var $ = wr(D) || mo(D) ? _e(D.length, String) : [], fe = $.length, Ue = !!fe;
36864
- for (var Ne in D)
36865
- (G || ct.call(D, Ne)) && !(Ue && (Ne == "length" || Ct(Ne, fe))) && $.push(Ne);
36864
+ for (var He in D)
36865
+ (G || ct.call(D, He)) && !(Ue && (He == "length" || Ct(He, fe))) && $.push(He);
36866
36866
  return $;
36867
36867
  }
36868
36868
  function fi(D, G, $) {
@@ -36878,9 +36878,9 @@ var Za = Mx, zl = {}, Ex = {
36878
36878
  function kt(D, G) {
36879
36879
  return D && es(G, Cr(G), D);
36880
36880
  }
36881
- function ni(D, G, $, fe, Ue, Ne, Je) {
36881
+ function ni(D, G, $, fe, Ue, He, Je) {
36882
36882
  var it;
36883
- if (fe && (it = Ne ? fe(D, Ue, Ne, Je) : fe(D)), it !== void 0)
36883
+ if (fe && (it = He ? fe(D, Ue, He, Je) : fe(D)), it !== void 0)
36884
36884
  return it;
36885
36885
  if (!sn(D))
36886
36886
  return D;
@@ -36892,14 +36892,14 @@ var Za = Mx, zl = {}, Ex = {
36892
36892
  var st = oe(D), Kt = st == h || st == u;
36893
36893
  if (Ea(D))
36894
36894
  return nn(D, G);
36895
- if (st == m || st == o || Kt && !Ne) {
36895
+ if (st == m || st == o || Kt && !He) {
36896
36896
  if (Be(D))
36897
- return Ne ? D : {};
36897
+ return He ? D : {};
36898
36898
  if (it = ze(Kt ? {} : D), !G)
36899
36899
  return br(D, kt(it, D));
36900
36900
  } else {
36901
36901
  if (!K[st])
36902
- return Ne ? D : {};
36902
+ return He ? D : {};
36903
36903
  it = Qe(D, st, ni, G);
36904
36904
  }
36905
36905
  }
@@ -36978,7 +36978,7 @@ var Za = Mx, zl = {}, Ex = {
36978
36978
  }
36979
36979
  function es(D, G, $, fe) {
36980
36980
  $ || ($ = {});
36981
- for (var Ue = -1, Ne = G.length; ++Ue < Ne; ) {
36981
+ for (var Ue = -1, He = G.length; ++Ue < He; ) {
36982
36982
  var Je = G[Ue], it = fe ? fe($[Je], D[Je], Je, $, D) : void 0;
36983
36983
  fi($, Je, it === void 0 ? D[Je] : it);
36984
36984
  }
@@ -37144,11 +37144,11 @@ var Ol = {}, xx = {
37144
37144
  }
37145
37145
  }(), Be = ce && ce.isTypedArray;
37146
37146
  function ve(D, G) {
37147
- for (var $ = -1, fe = D == null ? 0 : D.length, Ue = 0, Ne = []; ++$ < fe; ) {
37147
+ for (var $ = -1, fe = D == null ? 0 : D.length, Ue = 0, He = []; ++$ < fe; ) {
37148
37148
  var Je = D[$];
37149
- G(Je, $, D) && (Ne[Ue++] = Je);
37149
+ G(Je, $, D) && (He[Ue++] = Je);
37150
37150
  }
37151
- return Ne;
37151
+ return He;
37152
37152
  }
37153
37153
  function ke(D, G) {
37154
37154
  for (var $ = -1, fe = G.length, Ue = D.length; ++$ < fe; )
@@ -37330,12 +37330,12 @@ var Ol = {}, xx = {
37330
37330
  }
37331
37331
  kt.prototype.clear = ni, kt.prototype.delete = uo, kt.prototype.get = fo, kt.prototype.has = Jn, kt.prototype.set = si;
37332
37332
  function Kn(D, G) {
37333
- var $ = mo(D), fe = !$ && Ma(D), Ue = !$ && !fe && go(D), Ne = !$ && !fe && !Ue && xa(D), Je = $ || fe || Ue || Ne, it = Je ? Xe(D.length, String) : [], Tt = it.length;
37333
+ var $ = mo(D), fe = !$ && Ma(D), Ue = !$ && !fe && go(D), He = !$ && !fe && !Ue && xa(D), Je = $ || fe || Ue || He, it = Je ? Xe(D.length, String) : [], Tt = it.length;
37334
37334
  for (var st in D)
37335
37335
  (G || ht.call(D, st)) && !(Je && // Safari 9 has enumerable `arguments.length` in strict mode.
37336
37336
  (st == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
37337
37337
  Ue && (st == "offset" || st == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
37338
- Ne && (st == "buffer" || st == "byteLength" || st == "byteOffset") || // Skip index properties.
37338
+ He && (st == "buffer" || st == "byteLength" || st == "byteOffset") || // Skip index properties.
37339
37339
  Qe(st, Tt))) && it.push(st);
37340
37340
  return it;
37341
37341
  }
@@ -37358,7 +37358,7 @@ var Ol = {}, xx = {
37358
37358
  function In(D, G, $, fe, Ue) {
37359
37359
  return D === G ? !0 : D == null || G == null || !sn(D) && !sn(G) ? D !== D && G !== G : Ii(D, G, $, fe, In, Ue);
37360
37360
  }
37361
- function Ii(D, G, $, fe, Ue, Ne) {
37361
+ function Ii(D, G, $, fe, Ue, He) {
37362
37362
  var Je = mo(D), it = mo(G), Tt = Je ? l : ze(D), st = it ? l : ze(G);
37363
37363
  Tt = Tt == a ? w : Tt, st = st == a ? w : st;
37364
37364
  var Kt = Tt == w, pi = st == w, _t = Tt == st;
@@ -37368,15 +37368,15 @@ var Ol = {}, xx = {
37368
37368
  Je = !0, Kt = !1;
37369
37369
  }
37370
37370
  if (_t && !Kt)
37371
- return Ne || (Ne = new kt()), Je || xa(D) ? es(D, G, $, fe, Ue, Ne) : br(D, G, Tt, $, fe, Ue, Ne);
37371
+ return He || (He = new kt()), Je || xa(D) ? es(D, G, $, fe, Ue, He) : br(D, G, Tt, $, fe, Ue, He);
37372
37372
  if (!($ & s)) {
37373
37373
  var $t = Kt && ht.call(D, "__wrapped__"), Gt = pi && ht.call(G, "__wrapped__");
37374
37374
  if ($t || Gt) {
37375
37375
  var ts = $t ? D.value() : D, Mn = Gt ? G.value() : G;
37376
- return Ne || (Ne = new kt()), Ue(ts, Mn, $, fe, Ne);
37376
+ return He || (He = new kt()), Ue(ts, Mn, $, fe, He);
37377
37377
  }
37378
37378
  }
37379
- return _t ? (Ne || (Ne = new kt()), Ar(D, G, $, fe, Ue, Ne)) : !1;
37379
+ return _t ? (He || (He = new kt()), Ar(D, G, $, fe, Ue, He)) : !1;
37380
37380
  }
37381
37381
  function yr(D) {
37382
37382
  if (!ka(D) || xt(D))
@@ -37395,18 +37395,18 @@ var Ol = {}, xx = {
37395
37395
  ht.call(D, $) && $ != "constructor" && G.push($);
37396
37396
  return G;
37397
37397
  }
37398
- function es(D, G, $, fe, Ue, Ne) {
37398
+ function es(D, G, $, fe, Ue, He) {
37399
37399
  var Je = $ & s, it = D.length, Tt = G.length;
37400
37400
  if (it != Tt && !(Je && Tt > it))
37401
37401
  return !1;
37402
- var st = Ne.get(D);
37403
- if (st && Ne.get(G))
37402
+ var st = He.get(D);
37403
+ if (st && He.get(G))
37404
37404
  return st == G;
37405
37405
  var Kt = -1, pi = !0, _t = $ & o ? new ii() : void 0;
37406
- for (Ne.set(D, G), Ne.set(G, D); ++Kt < it; ) {
37406
+ for (He.set(D, G), He.set(G, D); ++Kt < it; ) {
37407
37407
  var $t = D[Kt], Gt = G[Kt];
37408
37408
  if (fe)
37409
- var ts = Je ? fe(Gt, $t, Kt, G, D, Ne) : fe($t, Gt, Kt, D, G, Ne);
37409
+ var ts = Je ? fe(Gt, $t, Kt, G, D, He) : fe($t, Gt, Kt, D, G, He);
37410
37410
  if (ts !== void 0) {
37411
37411
  if (ts)
37412
37412
  continue;
@@ -37415,27 +37415,27 @@ var Ol = {}, xx = {
37415
37415
  }
37416
37416
  if (_t) {
37417
37417
  if (!Oe(G, function(Mn, Ts) {
37418
- if (!rt(_t, Ts) && ($t === Mn || Ue($t, Mn, $, fe, Ne)))
37418
+ if (!rt(_t, Ts) && ($t === Mn || Ue($t, Mn, $, fe, He)))
37419
37419
  return _t.push(Ts);
37420
37420
  })) {
37421
37421
  pi = !1;
37422
37422
  break;
37423
37423
  }
37424
- } else if (!($t === Gt || Ue($t, Gt, $, fe, Ne))) {
37424
+ } else if (!($t === Gt || Ue($t, Gt, $, fe, He))) {
37425
37425
  pi = !1;
37426
37426
  break;
37427
37427
  }
37428
37428
  }
37429
- return Ne.delete(D), Ne.delete(G), pi;
37429
+ return He.delete(D), He.delete(G), pi;
37430
37430
  }
37431
- function br(D, G, $, fe, Ue, Ne, Je) {
37431
+ function br(D, G, $, fe, Ue, He, Je) {
37432
37432
  switch ($) {
37433
37433
  case E:
37434
37434
  if (D.byteLength != G.byteLength || D.byteOffset != G.byteOffset)
37435
37435
  return !1;
37436
37436
  D = D.buffer, G = G.buffer;
37437
37437
  case M:
37438
- return !(D.byteLength != G.byteLength || !Ne(new oo(D), new oo(G)));
37438
+ return !(D.byteLength != G.byteLength || !He(new oo(D), new oo(G)));
37439
37439
  case h:
37440
37440
  case u:
37441
37441
  case v:
@@ -37455,7 +37455,7 @@ var Ol = {}, xx = {
37455
37455
  if (st)
37456
37456
  return st == G;
37457
37457
  fe |= o, Je.set(D, G);
37458
- var Kt = es(it(D), it(G), fe, Ue, Ne, Je);
37458
+ var Kt = es(it(D), it(G), fe, Ue, He, Je);
37459
37459
  return Je.delete(D), Kt;
37460
37460
  case z:
37461
37461
  if (An)
@@ -37463,7 +37463,7 @@ var Ol = {}, xx = {
37463
37463
  }
37464
37464
  return !1;
37465
37465
  }
37466
- function Ar(D, G, $, fe, Ue, Ne) {
37466
+ function Ar(D, G, $, fe, Ue, He) {
37467
37467
  var Je = $ & s, it = H(D), Tt = it.length, st = H(G), Kt = st.length;
37468
37468
  if (Tt != Kt && !Je)
37469
37469
  return !1;
@@ -37472,17 +37472,17 @@ var Ol = {}, xx = {
37472
37472
  if (!(Je ? _t in G : ht.call(G, _t)))
37473
37473
  return !1;
37474
37474
  }
37475
- var $t = Ne.get(D);
37476
- if ($t && Ne.get(G))
37475
+ var $t = He.get(D);
37476
+ if ($t && He.get(G))
37477
37477
  return $t == G;
37478
37478
  var Gt = !0;
37479
- Ne.set(D, G), Ne.set(G, D);
37479
+ He.set(D, G), He.set(G, D);
37480
37480
  for (var ts = Je; ++pi < Tt; ) {
37481
37481
  _t = it[pi];
37482
37482
  var Mn = D[_t], Ts = G[_t];
37483
37483
  if (fe)
37484
- var bd = Je ? fe(Ts, Mn, _t, G, D, Ne) : fe(Mn, Ts, _t, D, G, Ne);
37485
- if (!(bd === void 0 ? Mn === Ts || Ue(Mn, Ts, $, fe, Ne) : bd)) {
37484
+ var bd = Je ? fe(Ts, Mn, _t, G, D, He) : fe(Mn, Ts, _t, D, G, He);
37485
+ if (!(bd === void 0 ? Mn === Ts || Ue(Mn, Ts, $, fe, He) : bd)) {
37486
37486
  Gt = !1;
37487
37487
  break;
37488
37488
  }
@@ -37492,7 +37492,7 @@ var Ol = {}, xx = {
37492
37492
  var Sa = D.constructor, Ta = G.constructor;
37493
37493
  Sa != Ta && "constructor" in D && "constructor" in G && !(typeof Sa == "function" && Sa instanceof Sa && typeof Ta == "function" && Ta instanceof Ta) && (Gt = !1);
37494
37494
  }
37495
- return Ne.delete(D), Ne.delete(G), Gt;
37495
+ return He.delete(D), He.delete(G), Gt;
37496
37496
  }
37497
37497
  function H(D) {
37498
37498
  return Cn(D, Cr, Pe);
@@ -37510,7 +37510,7 @@ var Ol = {}, xx = {
37510
37510
  try {
37511
37511
  D[Ci] = void 0;
37512
37512
  var fe = !0;
37513
- } catch (Ne) {
37513
+ } catch (He) {
37514
37514
  }
37515
37515
  var Ue = qt.call(D);
37516
37516
  return fe && (G ? D[Ci] = $ : delete D[Ci]), Ue;
@@ -39974,7 +39974,7 @@ function lg(n) {
39974
39974
  p(s, o) {
39975
39975
  o & /*primaryTags*/
39976
39976
  16 && e !== (e = /*tag*/
39977
- s[0] + "") && He(i, e);
39977
+ s[0] + "") && Ne(i, e);
39978
39978
  },
39979
39979
  d(s) {
39980
39980
  s && Q(t);
@@ -39996,7 +39996,7 @@ function cg(n) {
39996
39996
  p(s, o) {
39997
39997
  o & /*secondaryTags*/
39998
39998
  8 && e !== (e = /*tag*/
39999
- s[0] + "") && He(i, e);
39999
+ s[0] + "") && Ne(i, e);
40000
40000
  },
40001
40001
  d(s) {
40002
40002
  s && Q(t);
@@ -40018,7 +40018,7 @@ function hg(n) {
40018
40018
  p(s, o) {
40019
40019
  o & /*data*/
40020
40020
  2 && e !== (e = /*data*/
40021
- s[1].description + "") && He(i, e);
40021
+ s[1].description + "") && Ne(i, e);
40022
40022
  },
40023
40023
  d(s) {
40024
40024
  s && Q(t);
@@ -40068,7 +40068,7 @@ function dg(n) {
40068
40068
  p(a, l) {
40069
40069
  l & /*data*/
40070
40070
  2 && i !== (i = /*data*/
40071
- a[1].price.value + "") && He(s, i), /*data*/
40071
+ a[1].price.value + "") && Ne(s, i), /*data*/
40072
40072
  a[1].price.unit ? r ? r.p(a, l) : (r = fg(a), r.c(), r.m(t, null)) : r && (r.d(1), r = null);
40073
40073
  },
40074
40074
  d(a) {
@@ -40091,7 +40091,7 @@ function fg(n) {
40091
40091
  p(s, o) {
40092
40092
  o & /*data*/
40093
40093
  2 && e !== (e = /*data*/
40094
- s[1].price.unit + "") && He(i, e);
40094
+ s[1].price.unit + "") && Ne(i, e);
40095
40095
  },
40096
40096
  d(s) {
40097
40097
  s && Q(t);
@@ -40113,7 +40113,7 @@ function pg(n) {
40113
40113
  p(s, o) {
40114
40114
  o & /*data*/
40115
40115
  2 && e !== (e = /*data*/
40116
- s[1].highlightText + "") && He(i, e);
40116
+ s[1].highlightText + "") && Ne(i, e);
40117
40117
  },
40118
40118
  d(s) {
40119
40119
  s && Q(t);
@@ -40141,7 +40141,7 @@ function mg(n) {
40141
40141
  },
40142
40142
  p(l, c) {
40143
40143
  c & /*viewMoreText*/
40144
- 128 && He(
40144
+ 128 && Ne(
40145
40145
  i,
40146
40146
  /*viewMoreText*/
40147
40147
  l[7]
@@ -40291,7 +40291,7 @@ function wS(n) {
40291
40291
  ), /*data*/
40292
40292
  O[1].headerPictureUrl ? C ? C.p(O, A) : (C = rg(O), C.c(), C.m(r, a)) : C && (C.d(1), C = null), (!I || A & /*data*/
40293
40293
  2) && d !== (d = /*data*/
40294
- O[1].title + "") && He(p, d), /*hasTags*/
40294
+ O[1].title + "") && Ne(p, d), /*hasTags*/
40295
40295
  O[9] ? L ? L.p(O, A) : (L = ag(O), L.c(), L.m(l, g)) : L && (L.d(1), L = null), /*data*/
40296
40296
  O[1].description ? S ? S.p(O, A) : (S = hg(O), S.c(), S.m(l, v)) : S && (S.d(1), S = null), /*havePrice*/
40297
40297
  O[2] || /*data*/
@@ -41460,7 +41460,7 @@ function _S(n) {
41460
41460
  },
41461
41461
  p(e, i) {
41462
41462
  i & /*title*/
41463
- 16 && He(
41463
+ 16 && Ne(
41464
41464
  t,
41465
41465
  /*title*/
41466
41466
  e[4]
@@ -42803,7 +42803,7 @@ function Sg(n) {
42803
42803
  },
42804
42804
  p(a, l) {
42805
42805
  (!r || l & /*title*/
42806
- 4) && He(
42806
+ 4) && Ne(
42807
42807
  o,
42808
42808
  /*title*/
42809
42809
  a[2]
@@ -51915,7 +51915,7 @@ function jT(n) {
51915
51915
  /*progress*/
51916
51916
  n[2] + "%"
51917
51917
  ), (!h || m & /*elapsedTime*/
51918
- 2) && He(
51918
+ 2) && Ne(
51919
51919
  c,
51920
51920
  /*elapsedTime*/
51921
51921
  n[1]
@@ -51983,7 +51983,7 @@ function Ug(n) {
51983
51983
  },
51984
51984
  p(i, s) {
51985
51985
  s[0] & /*finalTitle*/
51986
- 32 && He(
51986
+ 32 && Ne(
51987
51987
  e,
51988
51988
  /*finalTitle*/
51989
51989
  i[5]
@@ -52073,7 +52073,7 @@ function Xg(n) {
52073
52073
  p(s, o) {
52074
52074
  o[0] & /*primaryTags*/
52075
52075
  16 && e !== (e = /*tag*/
52076
- s[2] + "") && He(i, e);
52076
+ s[2] + "") && Ne(i, e);
52077
52077
  },
52078
52078
  d(s) {
52079
52079
  s && Q(t);
@@ -52095,7 +52095,7 @@ function Yg(n) {
52095
52095
  p(s, o) {
52096
52096
  o[0] & /*secondaryTags*/
52097
52097
  8192 && e !== (e = /*tag*/
52098
- s[2] + "") && He(i, e);
52098
+ s[2] + "") && Ne(i, e);
52099
52099
  },
52100
52100
  d(s) {
52101
52101
  s && Q(t);
@@ -52237,12 +52237,12 @@ function Zg(n) {
52237
52237
  },
52238
52238
  p(o, r) {
52239
52239
  r[0] & /*currentMediaIndex*/
52240
- 16384 && He(
52240
+ 16384 && Ne(
52241
52241
  e,
52242
52242
  /*currentMediaIndex*/
52243
52243
  o[14]
52244
52244
  ), r[0] & /*mediaCount*/
52245
- 32768 && He(
52245
+ 32768 && Ne(
52246
52246
  s,
52247
52247
  /*mediaCount*/
52248
52248
  o[15]
@@ -52310,12 +52310,12 @@ function qg(n) {
52310
52310
  },
52311
52311
  p(o, r) {
52312
52312
  r[0] & /*currentMediaIndex*/
52313
- 16384 && He(
52313
+ 16384 && Ne(
52314
52314
  e,
52315
52315
  /*currentMediaIndex*/
52316
52316
  o[14]
52317
52317
  ), r[0] & /*mediaCount*/
52318
- 32768 && He(
52318
+ 32768 && Ne(
52319
52319
  s,
52320
52320
  /*mediaCount*/
52321
52321
  o[15]
@@ -52343,12 +52343,12 @@ function Jg(n) {
52343
52343
  },
52344
52344
  p(o, r) {
52345
52345
  r[0] & /*currentMediaIndex*/
52346
- 16384 && He(
52346
+ 16384 && Ne(
52347
52347
  e,
52348
52348
  /*currentMediaIndex*/
52349
52349
  o[14]
52350
52350
  ), r[0] & /*mediaCount*/
52351
- 32768 && He(
52351
+ 32768 && Ne(
52352
52352
  s,
52353
52353
  /*mediaCount*/
52354
52354
  o[15]
@@ -52373,7 +52373,7 @@ function Kg(n) {
52373
52373
  },
52374
52374
  p(i, s) {
52375
52375
  s[0] & /*finalDescription*/
52376
- 1048576 && He(
52376
+ 1048576 && Ne(
52377
52377
  e,
52378
52378
  /*finalDescription*/
52379
52379
  i[20]
@@ -52451,7 +52451,7 @@ function e0(n) {
52451
52451
  p(r, a) {
52452
52452
  /*marketingPriceUnit*/
52453
52453
  r[11] ? o ? o.p(r, a) : (o = t0(r), o.c(), o.m(t, e)) : o && (o.d(1), o = null), a[0] & /*marketingPrice*/
52454
- 4096 && He(
52454
+ 4096 && Ne(
52455
52455
  s,
52456
52456
  /*marketingPrice*/
52457
52457
  r[12]
@@ -52476,7 +52476,7 @@ function t0(n) {
52476
52476
  },
52477
52477
  p(i, s) {
52478
52478
  s[0] & /*marketingPriceUnit*/
52479
- 2048 && He(
52479
+ 2048 && Ne(
52480
52480
  e,
52481
52481
  /*marketingPriceUnit*/
52482
52482
  i[11]
@@ -53098,7 +53098,7 @@ function n0(n) {
53098
53098
  },
53099
53099
  p(l, c) {
53100
53100
  (!o || c & /*viewMoreText*/
53101
- 4) && He(
53101
+ 4) && Ne(
53102
53102
  e,
53103
53103
  /*viewMoreText*/
53104
53104
  l[2]
@@ -55437,36 +55437,36 @@ function u0(n) {
55437
55437
  t,
55438
55438
  "font-size",
55439
55439
  /*nameSize*/
55440
- n[9]
55440
+ n[8]
55441
55441
  ), _(
55442
55442
  t,
55443
55443
  "padding",
55444
55444
  /*paddingStyle*/
55445
- n[8]
55445
+ n[7]
55446
55446
  ), _(t, "border-image-source", `url(${/*text_background_url*/
55447
- n[10]})`);
55447
+ n[9]})`);
55448
55448
  },
55449
55449
  m(i, s) {
55450
55450
  X(i, t, s), F(t, e);
55451
55451
  },
55452
55452
  p(i, s) {
55453
55453
  s & /*text*/
55454
- 1 && He(
55454
+ 1 && Ne(
55455
55455
  e,
55456
55456
  /*text*/
55457
55457
  i[0]
55458
55458
  ), s & /*nameSize*/
55459
- 512 && _(
55459
+ 256 && _(
55460
55460
  t,
55461
55461
  "font-size",
55462
55462
  /*nameSize*/
55463
- i[9]
55463
+ i[8]
55464
55464
  ), s & /*paddingStyle*/
55465
- 256 && _(
55465
+ 128 && _(
55466
55466
  t,
55467
55467
  "padding",
55468
55468
  /*paddingStyle*/
55469
- i[8]
55469
+ i[7]
55470
55470
  );
55471
55471
  },
55472
55472
  d(i) {
@@ -55475,104 +55475,94 @@ function u0(n) {
55475
55475
  };
55476
55476
  }
55477
55477
  function d0(n) {
55478
- let t, e, i, s, o = (
55479
- /*i18n*/
55480
- n[5]("全程") + ""
55481
- ), r, a, l = (
55482
- /*i18n*/
55483
- n[5]("米") + ""
55484
- ), c, h, u, d, p, m, g = (
55478
+ let t, e, i, s, o, r, a, l, c, h, u = (
55485
55479
  /*name*/
55486
55480
  n[4] && f0(n)
55487
55481
  );
55488
55482
  return {
55489
55483
  c() {
55490
- t = W("div"), g && g.c(), e = ae(), i = W("div"), s = W("span"), r = Ve(o), a = Ve(
55484
+ t = W("div"), u && u.c(), e = ae(), i = W("div"), s = W("span"), o = Ve(
55491
55485
  /*distance*/
55492
55486
  n[2]
55493
- ), c = Ve(l), h = ae(), u = W("span"), d = Ve(
55487
+ ), r = ae(), a = W("span"), l = Ve(
55494
55488
  /*text*/
55495
55489
  n[0]
55496
- ), p = ae(), m = W("div"), P(s, "class", "distance svelte-f09cfl"), _(
55490
+ ), c = ae(), h = W("div"), P(s, "class", "distance svelte-f09cfl"), _(
55497
55491
  s,
55498
55492
  "line-height",
55499
55493
  /*lineHeightStyle*/
55500
- n[6]
55494
+ n[5]
55501
55495
  ), _(
55502
55496
  s,
55503
55497
  "font-size",
55504
55498
  /*nameSize*/
55505
- n[9]
55506
- ), P(u, "class", "name svelte-f09cfl"), _(
55507
- u,
55499
+ n[8]
55500
+ ), P(a, "class", "name svelte-f09cfl"), _(
55501
+ a,
55508
55502
  "line-height",
55509
55503
  /*lineHeightStyle*/
55510
- n[6]
55504
+ n[5]
55511
55505
  ), _(
55512
- u,
55506
+ a,
55513
55507
  "font-size",
55514
55508
  /*nameSize*/
55515
- n[9]
55516
- ), P(i, "class", "distance-and-name svelte-f09cfl"), P(m, "class", "border svelte-f09cfl"), P(t, "class", "text-with-distance svelte-f09cfl"), _(
55509
+ n[8]
55510
+ ), P(i, "class", "distance-and-name svelte-f09cfl"), P(h, "class", "border svelte-f09cfl"), P(t, "class", "text-with-distance svelte-f09cfl"), _(
55517
55511
  t,
55518
55512
  "padding",
55519
55513
  /*distancePaddingStyle*/
55520
- n[7]
55514
+ n[6]
55521
55515
  );
55522
55516
  },
55523
- m(v, y) {
55524
- X(v, t, y), g && g.m(t, null), F(t, e), F(t, i), F(i, s), F(s, r), F(s, a), F(s, c), F(i, h), F(i, u), F(u, d), F(t, p), F(t, m);
55517
+ m(d, p) {
55518
+ X(d, t, p), u && u.m(t, null), F(t, e), F(t, i), F(i, s), F(s, o), F(i, r), F(i, a), F(a, l), F(t, c), F(t, h);
55525
55519
  },
55526
- p(v, y) {
55520
+ p(d, p) {
55527
55521
  /*name*/
55528
- v[4] ? g ? g.p(v, y) : (g = f0(v), g.c(), g.m(t, e)) : g && (g.d(1), g = null), y & /*i18n*/
55529
- 32 && o !== (o = /*i18n*/
55530
- v[5]("全程") + "") && He(r, o), y & /*distance*/
55531
- 4 && He(
55532
- a,
55522
+ d[4] ? u ? u.p(d, p) : (u = f0(d), u.c(), u.m(t, e)) : u && (u.d(1), u = null), p & /*distance*/
55523
+ 4 && Ne(
55524
+ o,
55533
55525
  /*distance*/
55534
- v[2]
55535
- ), y & /*i18n*/
55536
- 32 && l !== (l = /*i18n*/
55537
- v[5]("米") + "") && He(c, l), y & /*lineHeightStyle*/
55538
- 64 && _(
55526
+ d[2]
55527
+ ), p & /*lineHeightStyle*/
55528
+ 32 && _(
55539
55529
  s,
55540
55530
  "line-height",
55541
55531
  /*lineHeightStyle*/
55542
- v[6]
55543
- ), y & /*nameSize*/
55544
- 512 && _(
55532
+ d[5]
55533
+ ), p & /*nameSize*/
55534
+ 256 && _(
55545
55535
  s,
55546
55536
  "font-size",
55547
55537
  /*nameSize*/
55548
- v[9]
55549
- ), y & /*text*/
55550
- 1 && He(
55551
- d,
55538
+ d[8]
55539
+ ), p & /*text*/
55540
+ 1 && Ne(
55541
+ l,
55552
55542
  /*text*/
55553
- v[0]
55554
- ), y & /*lineHeightStyle*/
55555
- 64 && _(
55556
- u,
55543
+ d[0]
55544
+ ), p & /*lineHeightStyle*/
55545
+ 32 && _(
55546
+ a,
55557
55547
  "line-height",
55558
55548
  /*lineHeightStyle*/
55559
- v[6]
55560
- ), y & /*nameSize*/
55561
- 512 && _(
55562
- u,
55549
+ d[5]
55550
+ ), p & /*nameSize*/
55551
+ 256 && _(
55552
+ a,
55563
55553
  "font-size",
55564
55554
  /*nameSize*/
55565
- v[9]
55566
- ), y & /*distancePaddingStyle*/
55567
- 128 && _(
55555
+ d[8]
55556
+ ), p & /*distancePaddingStyle*/
55557
+ 64 && _(
55568
55558
  t,
55569
55559
  "padding",
55570
55560
  /*distancePaddingStyle*/
55571
- v[7]
55561
+ d[6]
55572
55562
  );
55573
55563
  },
55574
- d(v) {
55575
- v && Q(t), g && g.d();
55564
+ d(d) {
55565
+ d && Q(t), u && u.d();
55576
55566
  }
55577
55567
  };
55578
55568
  }
@@ -55587,12 +55577,12 @@ function f0(n) {
55587
55577
  t,
55588
55578
  "line-height",
55589
55579
  /*lineHeightStyle*/
55590
- n[6]
55580
+ n[5]
55591
55581
  ), _(
55592
55582
  t,
55593
55583
  "font-size",
55594
55584
  /*nameSize*/
55595
- n[9]
55585
+ n[8]
55596
55586
  );
55597
55587
  },
55598
55588
  m(i, s) {
@@ -55600,22 +55590,22 @@ function f0(n) {
55600
55590
  },
55601
55591
  p(i, s) {
55602
55592
  s & /*name*/
55603
- 16 && He(
55593
+ 16 && Ne(
55604
55594
  e,
55605
55595
  /*name*/
55606
55596
  i[4]
55607
55597
  ), s & /*lineHeightStyle*/
55608
- 64 && _(
55598
+ 32 && _(
55609
55599
  t,
55610
55600
  "line-height",
55611
55601
  /*lineHeightStyle*/
55612
- i[6]
55602
+ i[5]
55613
55603
  ), s & /*nameSize*/
55614
- 512 && _(
55604
+ 256 && _(
55615
55605
  t,
55616
55606
  "font-size",
55617
55607
  /*nameSize*/
55618
- i[9]
55608
+ i[8]
55619
55609
  );
55620
55610
  },
55621
55611
  d(i) {
@@ -55667,34 +55657,33 @@ function x6(n) {
55667
55657
  };
55668
55658
  }
55669
55659
  function S6(n, t, e) {
55670
- let i, s, o, r, a, l, c, h, { text: u = "" } = t, { icon_url: d = "" } = t, { distance: p = 0 } = t, { opacity: m = 1 } = t, { name: g = "" } = t, { i18n: v = (I) => I } = t, { fontSize: y = "md" } = t;
55671
- const w = "data:image/png;base64,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";
55672
- return n.$$set = (I) => {
55673
- "text" in I && e(0, u = I.text), "icon_url" in I && e(1, d = I.icon_url), "distance" in I && e(2, p = I.distance), "opacity" in I && e(3, m = I.opacity), "name" in I && e(4, g = I.name), "i18n" in I && e(5, v = I.i18n), "fontSize" in I && e(11, y = I.fontSize);
55660
+ let i, s, o, r, a, l, c, h, { text: u = "" } = t, { icon_url: d = "" } = t, { distance: p = "" } = t, { opacity: m = 1 } = t, { name: g = "" } = t, { fontSize: v = "md" } = t;
55661
+ const y = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAA2CAMAAADOFiZMAAACEFBMVEUAAACIiIheXl5oaGh6enpsbGxiYmJ9fX1wcHBXV1eBgYFzc3NSUlKNjY2Dg4NOTk51dXVXV1dmZmZTU1N3d3dcXFyMjIyEhIRNTU2QkJC0tLS5ubnHx8fOzs6np6exsbHKysqoqKi9vb3U1NTPz8/Nzc2vr6/Dw8OysrK/v7/X19fS0tKurq62traqqqrJycmurq64uLifn5/Dw8O6urqQkJC6urro6Ojt7e3o6OjU1NS3t7fBwcGjo6Ozs7Orq6u1tbXAwMCurq6rq6vy8vLx8fHr6+vp6enZ2dnd3d3a2trX19fV1dW/v7/IyMihoaGampqVlZWLi4uCgoK+vr6urq7m5ubw8PDk5OTu7u7i4uLg4ODe3t7q6urS0tLi4uLOzs7e3t7Hx8fa2tqrq6vExMTAwMCnp6efn5+WlpaHh4ezs7OoqKiJiYm6urqZmZmurq59fX29vb23t7e4uLipqanp6enc3Nza2trW1tbT09Pm5ubj4+PQ0NDg4ODExMTCwsK7u7vBwcG8vLy5ubm8vLy+vr64uLiysrKdnZ3CwsJoaGisrKzHx8ekpKTExMTv7+/i4uLa2trm5ubk5OTLy8vKysrExMTQ0NDX19ecnJzT09N/f3+dnZ12dnaQkJCXl5etra3Pz8+4uLiXl5fGxsaqqqrr6+vQ0NDKysrNzc3W1takpKShoaGsrKysrKyduRZkAAAAsHRSTlMATE1NTExMTUxNTExMTExNTExMTU1MTU1MTICFc313fnl0iIWAe3h3aYqIgXx7eXZzcnFwaGggxLiog4J0dG9mZF82FMfEtK2pkYqKh3x4cm1rZmEmH8G/vry6trOxoZ2clpKOe3ptbWZjYmFgXFpaVlFPSDYlx7CspaSjoJ6akY6HfXt4bGpmY1xUU0g2LSzCuK6lopiWhoF3YmFaVlZUUU5KPyEJCcl/fXNdXFxZUIUrIQsAAAV6SURBVFjDvZj3VxNBEMePBBIOQgmEQGghISSASSBBUQFBVIpUEaR3aVJExN4F6fbee6//opPN2507E3P7fD4+b54z+935zt7lvPsBYbZ5lyXT7R5xms2ppaVpV615eVeuXL48PPzw4YPBwYsX+/vPnT1bW1t75u7p0729PT13urs7O9vbt2/ffurUp1OQ2ts7O7u77/T09PaevnvmTG3t2XPn+vsvDg4+GH5UVjl/SAjGe29La2vr5EFgm4+WlpYDgNfrbW7etQuuKDPTPTIy4nSa4bJ8lKYBV69arXmA1WpN81FamgqYzU6n0+12ZwI+qzPtyvDlR0dPCoGsecW4FEZcShwEyUDIGvtD+DcOZlrzFvcE3qylFXZ1cTqIgGk0K1xRSL84abaWtwl/8KM5kTiok04B2BpAPUWXAoGnQK3gn0xNW90ryDhpafXvJsYlJuoSdRCyTJHqBOxR9IvbUl1/PN5pL9tFR4gTJJmi7N+wl8qf7k33S+YQE0VRJwZz42RogDZcAxx+sTn1jSDho6VFBKAbp9K1XqfXi3oRgmSqQ2AGePziNpfs2GN2lV5Pp+IJkkwIrDFz+Y+Y90h/Yvtz+f0o1YGnc/lVXvshASk8IHUm6ZMIYhI6YAEyqyHkE/n8Kkuh5AX6ZVdBlypJpRJVIgTJ0IluEGCb1BDYCzWFx79h/yl5ZV3PVUSVAQIDFhCyLO/h9E9KfuOPriOqzUFjmRYYueOqTWLGfhPfHZcGrkOlgcAGskZdAV7/eIVA2eN6qZGA3Yhcxxozn3+mkD3ZQ64Z3EnQJEBouMB+Xr+68LpAuTZBOokDoPXfNIK85vZP5AqUreNqdYI6AUINkBrAtUatgaA67mEft38GvxRThWopOAFrBbj9kYXsa3z0mnrTsLAHe3yRzxGhjoBQ0BT848foqfONkT6FAAWrce3PeEpA5vZPsDf23aIhgpfIiEiIiH/mKftPfKJxTjaNv8bM6zlSzk5dmIsMDk7EGrMEbj+e+q5xLjoyOrQbGiCCaZh5/PgLzy8YiIrgNPmaZtQovP6J3ezNafTvxEfHQ2An8v/2K47hV4J0ExVBDbNCD4e/nH0lKj1+1RBvMEQboiEMUJI1BOmmGq0pVOP1z3nYF3G53EAIN4SHx4djNyxAkutQA1QnGeD2z3rY199RIZ+EtVxDPaDm9VdspYcWj65pteFaonIDBghpzeXyzNNTbyy8CpgCyCehjnvYx+uf9RTTU9cbo7SbRPmKQBnzaKMI2igthD8jVAvIuM/rXytjfyz4MFqBDgLWPGuA05/sqRQobaOzsBMbFQsRhaAWco/A6Z92FAuU446wWL+aHJWcHJtMOzEDwWrU+PyvHEcFRlkutELInT4NFiCRGqA6yQDWfH5jWdFegXLL8V3qDIsNIySHoRsWIGMN/wBY8/mXRosFxrrDCE20EwJzCGQ9XP7crBN46AdHbthmkPvluICccLzgchnDjBD/eqaxKOOtIKGyiEzDqSFOCt7D4X/dlHFDkNCWPu3fjTHGQBgpbI06TkeIpuQ37bbltAlSKstM/g6EdYcEr0jJv2rLfrZXkFKcPhVjMsWY0GGSrTn00H7TakbD11sChd7qa+gCSKdJVitpyvWLlab6uifsieKtLk1N7QZWtvpYXl4aGxsrAtIJBQVNWVlZOTkZGRm2z7bHW0q2lJRkZ2c3NOTn19fV19fn5zfAsmQL8Nhmg66cHOhvKigoSC/Iysk+vH9//jd2n8g6TG7yjbXZYCAMq6s7fBiah4aGLl0aGLhw4f758zuBmpq+vurq6h07dnR1dXTcrqqq2uejqup2R0dXF8jV1X19NTU1O3feu3f+/oWBgUtD++uePHtbLAThNzRClbi+VnseAAAAAElFTkSuQmCC";
55662
+ return n.$$set = (w) => {
55663
+ "text" in w && e(0, u = w.text), "icon_url" in w && e(1, d = w.icon_url), "distance" in w && e(2, p = w.distance), "opacity" in w && e(3, m = w.opacity), "name" in w && e(4, g = w.name), "fontSize" in w && e(10, v = w.fontSize);
55674
55664
  }, n.$$.update = () => {
55675
- var I, C;
55665
+ var w, I;
55676
55666
  n.$$.dirty & /*fontSize*/
55677
- 2048 && e(13, i = Ou[y]), n.$$.dirty & /*fontConfig*/
55678
- 8192 && e(9, s = ft((i == null ? void 0 : i.name) || 12)), n.$$.dirty & /*fontConfig*/
55679
- 8192 && e(15, o = ((I = i == null ? void 0 : i.padding) == null ? void 0 : I.guide) || [8, 2]), n.$$.dirty & /*padding*/
55680
- 32768 && e(8, r = `${ft(o[1])} ${ft(o[0])}`), n.$$.dirty & /*fontConfig*/
55681
- 8192 && e(14, a = ((C = i == null ? void 0 : i.padding) == null ? void 0 : C.distance) || [4, 2]), n.$$.dirty & /*distancePadding*/
55682
- 16384 && e(7, l = `${ft(a[1])} ${ft(a[0])}`), n.$$.dirty & /*fontConfig*/
55683
- 8192 && e(12, c = (i == null ? void 0 : i.lineHeight) || 14), n.$$.dirty & /*lineHeight*/
55684
- 4096 && e(6, h = ft(c));
55667
+ 1024 && e(12, i = Ou[v]), n.$$.dirty & /*fontConfig*/
55668
+ 4096 && e(8, s = ft((i == null ? void 0 : i.name) || 12)), n.$$.dirty & /*fontConfig*/
55669
+ 4096 && e(14, o = ((w = i == null ? void 0 : i.padding) == null ? void 0 : w.guide) || [8, 2]), n.$$.dirty & /*padding*/
55670
+ 16384 && e(7, r = `${ft(o[1])} ${ft(o[0])}`), n.$$.dirty & /*fontConfig*/
55671
+ 4096 && e(13, a = ((I = i == null ? void 0 : i.padding) == null ? void 0 : I.distance) || [4, 2]), n.$$.dirty & /*distancePadding*/
55672
+ 8192 && e(6, l = `${ft(a[1])} ${ft(a[0])}`), n.$$.dirty & /*fontConfig*/
55673
+ 4096 && e(11, c = (i == null ? void 0 : i.lineHeight) || 14), n.$$.dirty & /*lineHeight*/
55674
+ 2048 && e(5, h = ft(c));
55685
55675
  }, [
55686
55676
  u,
55687
55677
  d,
55688
55678
  p,
55689
55679
  m,
55690
55680
  g,
55691
- v,
55692
55681
  h,
55693
55682
  l,
55694
55683
  r,
55695
55684
  s,
55696
- w,
55697
55685
  y,
55686
+ v,
55698
55687
  c,
55699
55688
  i,
55700
55689
  a,
@@ -55715,8 +55704,7 @@ class T6 extends Me {
55715
55704
  distance: 2,
55716
55705
  opacity: 3,
55717
55706
  name: 4,
55718
- i18n: 5,
55719
- fontSize: 11
55707
+ fontSize: 10
55720
55708
  },
55721
55709
  k6
55722
55710
  );
@@ -55886,6 +55874,9 @@ class Nh {
55886
55874
  f(this, "group", new b.Group());
55887
55875
  f(this, "mesh");
55888
55876
  f(this, "visible", null);
55877
+ /** 保存原始的 tag 数据,用于更新距离显示 */
55878
+ f(this, "startTagData", null);
55879
+ f(this, "endTagData", null);
55889
55880
  f(this, "five");
55890
55881
  f(this, "mode");
55891
55882
  f(this, "_curvePath", null);
@@ -56153,10 +56144,14 @@ class Nh {
56153
56144
  this._visibleFloorIndexes = t, this.onFiveModelShownFloorChange((i = (e = this.five.model) == null ? void 0 : e.shownFloor) != null ? i : null);
56154
56145
  }
56155
56146
  setStartTag(t) {
56156
- this.setTag("start", t);
56147
+ this.startTagData = t, this.setTag("start", t);
56157
56148
  }
56158
56149
  setEndTag(t) {
56159
- this.setTag("end", t);
56150
+ this.endTagData = t, this.setTag("end", t);
56151
+ }
56152
+ /** 更新 tag 的距离显示(当 formatDistance 函数改变时调用) */
56153
+ updateTagDistance() {
56154
+ this.curvePath && (this.startTagData && this.setTag("start", this.startTagData), this.endTagData && this.setTag("end", this.endTagData));
56160
56155
  }
56161
56156
  /** 闪烁 */
56162
56157
  flicker() {
@@ -56206,10 +56201,10 @@ class Nh {
56206
56201
  data: {}
56207
56202
  }, e);
56208
56203
  s.tag = r, j6(r) && (s.tag.element = (h) => {
56209
- var p, m;
56210
- (p = s.app) == null || p.$destroy();
56211
- const u = t === "start" ? he(R({}, r.data), { name: this.name, distance: Math.round((m = i == null ? void 0 : i.getLength()) != null ? m : 0), i18n: this.plugin.config.i18n }) : r.data, d = new T6({ target: h, intro: !0, props: R({ fontSize: this.currentFontSize }, u) });
56212
- return s.app = d, () => d.$destroy();
56204
+ var v, y, w;
56205
+ (v = s.app) == null || v.$destroy();
56206
+ const u = (y = i == null ? void 0 : i.getLength()) != null ? y : 0, d = (w = this.plugin.config.i18n) != null ? w : (I) => I, p = this.plugin.config.formatDistance ? this.plugin.config.formatDistance(u) : `${d("全程")}${Math.round(u)}${d("米")}`, m = t === "start" ? he(R({}, r.data), { name: this.name, distance: p }) : r.data, g = new T6({ target: h, intro: !0, props: R({ fontSize: this.currentFontSize }, m) });
56207
+ return s.app = g, () => g.$destroy();
56213
56208
  }), s.plugin.load({ tagList: [s.tag] });
56214
56209
  const a = this.meshStyle.translate;
56215
56210
  if (a && r.position) {
@@ -57255,6 +57250,37 @@ let H6 = class extends vn {
57255
57250
  removeGuideLineItem(e) {
57256
57251
  this.itemMap.delete(e.id), e.panoramaItem.dispose(), e.modelItem.dispose();
57257
57252
  }
57253
+ /**
57254
+ * 动态更新距离格式化函数,立即刷新所有路线标签的距离显示。
57255
+ * 不传参时恢复为默认格式(i18n('全程') + 距离 + i18n('米'))。
57256
+ * @param fn 格式化函数,输入米数,返回完整显示字符串
57257
+ * @example
57258
+ * // 室内英制:英尺 + 英寸(如 "全程 5'10"")
57259
+ * plugin.setDistanceFormatter((m) => {
57260
+ * const totalInches = Math.round(m * 39.3701)
57261
+ * const feet = Math.floor(totalInches / 12)
57262
+ * const inches = totalInches % 12
57263
+ * return `全程 ${feet}'${inches}"`
57264
+ * })
57265
+ * // 室外英制:英里(如 "Total 1.24 mi")
57266
+ * plugin.setDistanceFormatter((m) => `Total ${(m * 0.000621371).toFixed(2)} mi`)
57267
+ * // 自动切换:近距离用英尺,远距离用英里
57268
+ * plugin.setDistanceFormatter((m) => {
57269
+ * if (m < 300) return `全程 ${Math.round(m * 3.28084)} ft`
57270
+ * return `全程 ${(m * 0.000621371).toFixed(2)} mi`
57271
+ * })
57272
+ * // 恢复默认(i18n '米')
57273
+ * plugin.setDistanceFormatter()
57274
+ */
57275
+ setDistanceFormatter(e) {
57276
+ this._config.formatDistance = e, this.updateTagDistances();
57277
+ }
57278
+ /** 更新所有 tag 的距离显示(当 formatDistance 函数改变时调用) */
57279
+ updateTagDistances() {
57280
+ this.itemMap.forEach((e) => {
57281
+ e.panoramaItem.updateTagDistance(), e.modelItem.updateTagDistance();
57282
+ });
57283
+ }
57258
57284
  /** 全量更新 tag */
57259
57285
  updateTagsEnable() {
57260
57286
  const e = [];
@@ -57273,10 +57299,13 @@ let H6 = class extends vn {
57273
57299
  }) : !1;
57274
57300
  }
57275
57301
  this.itemMap.forEach((r) => {
57276
- const a = r.modelItem.startTagContainer, l = r.modelItem.endTagContainer, c = o(a);
57277
- c && e.push(a), a == null || a.plugin.setState({ enabled: c }, {});
57302
+ const a = r.modelItem.startTagContainer, l = r.modelItem.endTagContainer;
57303
+ if (!a && !l)
57304
+ return;
57305
+ const c = o(a);
57306
+ c && a && e.push(a), a == null || a.plugin.setState({ enabled: c }, {});
57278
57307
  const h = o(l);
57279
- h && e.push(l), l == null || l.plugin.setState({ enabled: h }, {});
57308
+ h && l && e.push(l), l == null || l.plugin.setState({ enabled: h }, {});
57280
57309
  });
57281
57310
  }
57282
57311
  /** 清空所有 GuideLineItem */
@@ -58472,7 +58501,7 @@ function b0(n) {
58472
58501
  p(a, l) {
58473
58502
  var c, h, u, d;
58474
58503
  n = a, l & /*content*/
58475
- 1 && He(
58504
+ 1 && Ne(
58476
58505
  e,
58477
58506
  /*content*/
58478
58507
  n[0]
@@ -59569,7 +59598,7 @@ function P0(n) {
59569
59598
  },
59570
59599
  p(i, s) {
59571
59600
  s & /*text*/
59572
- 1 && He(
59601
+ 1 && Ne(
59573
59602
  e,
59574
59603
  /*text*/
59575
59604
  i[0]