@realsee/dnalogel 3.4.0-dev.3 → 3.4.0-tag-dev.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 (402) hide show
  1. package/dist/CruisePlugin/{Work.d.ts → Controller.d.ts} +8 -1
  2. package/dist/CruisePlugin/index.d.ts +3 -4
  3. package/dist/CruisePlugin/typing.d.ts +2 -2
  4. package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
  5. package/dist/GuideLinePlugin/Controller.d.ts +6 -1
  6. package/dist/PanoTagPlugin/Archive/deprecated.d.ts +2 -0
  7. package/dist/PanoTagPlugin/Components/Tag/PanoramaTag.svelte.d.ts +1 -0
  8. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +0 -4
  9. package/dist/PanoTagPlugin/controller/TagRender.d.ts +4 -0
  10. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +3 -3
  11. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +6 -0
  12. package/dist/index.cjs.js +53 -53
  13. package/dist/index.js +4491 -4556
  14. package/dist/index.umd.js +46 -46
  15. package/docs/assets/search.js +1 -1
  16. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +31 -33
  17. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +32 -34
  18. package/docs/classes/CSS3DRender.html +31 -33
  19. package/docs/classes/{WalkController.html → CruisePluginController.html} +57 -52
  20. package/docs/classes/GuideLineItem.GuideLineItem.html +19 -21
  21. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +41 -43
  22. package/docs/classes/Magnifier.html +20 -22
  23. package/docs/classes/ModelRoomLabelController.html +11 -13
  24. package/docs/classes/Object3DHelperController.html +25 -27
  25. package/docs/classes/PaintBrush.html +15 -17
  26. package/docs/classes/PanoMeasurePluginLine.html +27 -29
  27. package/docs/classes/PanoMeasurePluginModel.html +27 -29
  28. package/docs/classes/PanoMeasurePluginPoint.html +11 -13
  29. package/docs/classes/PanoMeasurePluginPolyline.html +27 -29
  30. package/docs/classes/PanoTagPluginController.html +54 -56
  31. package/docs/classes/Util.BetterTween.html +9 -11
  32. package/docs/classes/Util.Interval.html +12 -14
  33. package/docs/classes/Util.LineSegments.html +8 -10
  34. package/docs/classes/Util.Magnifier.html +20 -22
  35. package/docs/classes/Util.Object3D.html +8 -10
  36. package/docs/classes/Util.PointDomHelper.html +11 -13
  37. package/docs/classes/Util.PointHelper.html +11 -13
  38. package/docs/classes/Util.PointSelectorHelper.html +16 -18
  39. package/docs/classes/Util.Rectangle.html +13 -15
  40. package/docs/enums/CameraMovementEffect.html +7 -9
  41. package/docs/enums/ContentType.html +30 -22
  42. package/docs/enums/DIRECTION.html +9 -11
  43. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -11
  44. package/docs/enums/DimensionType.html +7 -9
  45. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -10
  46. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -11
  47. package/docs/enums/PaintBrushTypeEnum.html +8 -10
  48. package/docs/enums/PointType.html +7 -9
  49. package/docs/enums/Rotation.html +8 -10
  50. package/docs/functions/AreaMakerPlugin.html +5 -7
  51. package/docs/functions/CSS3DRenderPlugin.html +4 -6
  52. package/docs/functions/CameraMovementPlugin.html +4 -6
  53. package/docs/functions/CruisePlugin.html +6 -8
  54. package/docs/functions/CurrentPanoImagePlugin.html +4 -6
  55. package/docs/functions/GuideLinePlugin.html +5 -7
  56. package/docs/functions/ItemLabelPlugin.html +4 -6
  57. package/docs/functions/MapviewFloorplanPlugin.html +4 -6
  58. package/docs/functions/ModelChassisCompassPlugin.html +4 -6
  59. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -6
  60. package/docs/functions/ModelFloorplanPlugin.html +4 -6
  61. package/docs/functions/ModelItemLabelPlugin.html +4 -6
  62. package/docs/functions/ModelRoomLabelPlugin.html +4 -6
  63. package/docs/functions/ModelTVVideoPlugin.html +4 -6
  64. package/docs/functions/ModelViewPlugin.html +4 -6
  65. package/docs/functions/Object3DHelperPlugin.html +4 -6
  66. package/docs/functions/PanoCompassPlugin.html +4 -6
  67. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -6
  68. package/docs/functions/PanoDoorLabelPlugin.html +4 -6
  69. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -6
  70. package/docs/functions/PanoMeasurePlugin.html +4 -6
  71. package/docs/functions/PanoRulerPlugin.html +4 -6
  72. package/docs/functions/PanoRulerProPlugin.html +4 -6
  73. package/docs/functions/PanoSpatialTagPlugin.html +4 -6
  74. package/docs/functions/PanoTagPlugin.html +4 -6
  75. package/docs/functions/PanoVideoPlugin.html +4 -6
  76. package/docs/functions/PipelinePlugin.html +4 -6
  77. package/docs/functions/TopviewFloorplanPlugin.html +4 -6
  78. package/docs/functions/Util.absoluteUrl.html +5 -7
  79. package/docs/functions/Util.checkFiveModelLoaded.html +5 -7
  80. package/docs/functions/Util.equal.html +5 -7
  81. package/docs/functions/Util.getCoordsFromClient.html +5 -7
  82. package/docs/functions/Util.getCoordsFromElement.html +5 -7
  83. package/docs/functions/Util.getFrameTime.html +5 -7
  84. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -7
  85. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -7
  86. package/docs/functions/Util.isAbsoluteURL.html +5 -7
  87. package/docs/functions/Util.isModelLike.html +5 -7
  88. package/docs/functions/Util.isNil.html +5 -7
  89. package/docs/functions/Util.isPanoramaLike.html +5 -7
  90. package/docs/functions/Util.nextFrame.html +5 -7
  91. package/docs/functions/Util.notNil.html +5 -7
  92. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -7
  93. package/docs/functions/Util.tweenProgress.html +5 -7
  94. package/docs/functions/Util.uuid.html +5 -7
  95. package/docs/functions/pluginFlag.html +5 -7
  96. package/docs/index.html +5 -7
  97. package/docs/interfaces/AddTagConfig.html +6 -8
  98. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +6 -8
  99. package/docs/interfaces/AreaMakerPluginType.Config.html +6 -8
  100. package/docs/interfaces/AreaMakerPluginType.EventMap.html +15 -17
  101. package/docs/interfaces/AreaMakerPluginType.Params.html +7 -9
  102. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +9 -11
  103. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +8 -10
  104. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +6 -8
  105. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +6 -8
  106. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +6 -8
  107. package/docs/interfaces/AreaMakerPluginType.State.html +8 -10
  108. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -13
  109. package/docs/interfaces/CSS3DRenderPluginState.html +8 -10
  110. package/docs/interfaces/CameraMovementPluginExportType.html +7 -9
  111. package/docs/interfaces/CruisePluginTypes.Config.html +9 -11
  112. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +13 -15
  113. package/docs/interfaces/CruisePluginTypes.EventMap.html +21 -23
  114. package/docs/interfaces/CruisePluginTypes.MoveAction.html +13 -15
  115. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +15 -17
  116. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +15 -17
  117. package/docs/interfaces/CruisePluginTypes.PluginData.html +10 -12
  118. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +7 -9
  119. package/docs/interfaces/CruisePluginTypes.PluginState.html +36 -17
  120. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +11 -13
  121. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +12 -14
  122. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +7 -9
  123. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +6 -8
  124. package/docs/interfaces/CurrentPanoImagePluginType.State.html +8 -10
  125. package/docs/interfaces/EventMap.html +15 -17
  126. package/docs/interfaces/FloorplanBounding.html +8 -10
  127. package/docs/interfaces/FloorplanData.html +10 -12
  128. package/docs/interfaces/FloorplanEntrance.html +11 -13
  129. package/docs/interfaces/FloorplanExtraObject.html +10 -12
  130. package/docs/interfaces/FloorplanExtraObject3D.html +8 -10
  131. package/docs/interfaces/FloorplanFloorData.html +9 -11
  132. package/docs/interfaces/FloorplanImagePosition.html +7 -9
  133. package/docs/interfaces/FloorplanObserver.html +9 -11
  134. package/docs/interfaces/FloorplanOutlineItem.html +9 -11
  135. package/docs/interfaces/FloorplanPosition.html +7 -9
  136. package/docs/interfaces/FloorplanRoomItem.html +13 -15
  137. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -9
  138. package/docs/interfaces/FloorplanServerBounding.html +8 -10
  139. package/docs/interfaces/FloorplanServerComputedData.html +10 -12
  140. package/docs/interfaces/FloorplanServerData.html +7 -9
  141. package/docs/interfaces/FloorplanServerDoorItem.html +10 -12
  142. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -10
  143. package/docs/interfaces/FloorplanServerEntrance.html +11 -13
  144. package/docs/interfaces/FloorplanServerFloorData.html +9 -11
  145. package/docs/interfaces/FloorplanServerImagePosition.html +7 -9
  146. package/docs/interfaces/FloorplanServerObserver.html +9 -11
  147. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -11
  148. package/docs/interfaces/FloorplanServerPosition.html +7 -9
  149. package/docs/interfaces/FloorplanServerRoomItem.html +14 -16
  150. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -9
  151. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +8 -10
  152. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +11 -13
  153. package/docs/interfaces/GuideLinePluginType.EventMap.html +14 -16
  154. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +9 -11
  155. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +7 -9
  156. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +14 -16
  157. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +7 -9
  158. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +9 -11
  159. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +20 -22
  160. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +8 -10
  161. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +20 -22
  162. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +6 -8
  163. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +7 -9
  164. package/docs/interfaces/GuideLinePluginType.PluginState.html +9 -11
  165. package/docs/interfaces/GuideLinePluginType.Route.html +12 -14
  166. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +10 -12
  167. package/docs/interfaces/HelperOffset.html +8 -10
  168. package/docs/interfaces/ImagePlaneGroup.html +6 -8
  169. package/docs/interfaces/ItemLabelPluginData.html +6 -8
  170. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -13
  171. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -11
  172. package/docs/interfaces/MinMax.html +7 -9
  173. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -9
  174. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -10
  175. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -9
  176. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -10
  177. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -10
  178. package/docs/interfaces/ModelItemLabelPluginData.html +6 -8
  179. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -13
  180. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -9
  181. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -8
  182. package/docs/interfaces/ModelTVVideoPluginData.html +9 -11
  183. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -10
  184. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -8
  185. package/docs/interfaces/ModelViewPluginExportType.html +11 -13
  186. package/docs/interfaces/Object3DHelperState.html +8 -10
  187. package/docs/interfaces/ObjectHelperControllers.html +9 -11
  188. package/docs/interfaces/PaintBrushAction.html +12 -14
  189. package/docs/interfaces/PaintBrushConfigs.html +12 -14
  190. package/docs/interfaces/PaintBrushState.html +10 -12
  191. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -12
  192. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -7
  193. package/docs/interfaces/PanoMeasureParameterType.html +16 -18
  194. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -10
  195. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -9
  196. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -9
  197. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -10
  198. package/docs/interfaces/PanoRulerPluginExportType.html +10 -12
  199. package/docs/interfaces/PanoRulerPluginOptions.html +7 -9
  200. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -10
  201. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -11
  202. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -9
  203. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -9
  204. package/docs/interfaces/PanoRulerProPluginState.html +8 -10
  205. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -7
  206. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -7
  207. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -13
  208. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -12
  209. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -15
  210. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -12
  211. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -15
  212. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -13
  213. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -12
  214. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -8
  215. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -10
  216. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -8
  217. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -11
  218. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -8
  219. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -10
  220. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -12
  221. package/docs/interfaces/Point.html +8 -10
  222. package/docs/interfaces/Room.html +9 -11
  223. package/docs/interfaces/RoomInfo.html +7 -9
  224. package/docs/interfaces/RoomLabel.html +14 -16
  225. package/docs/interfaces/RoomRules.html +5 -7
  226. package/docs/interfaces/Rooms.html +5 -7
  227. package/docs/interfaces/Scissor.html +9 -11
  228. package/docs/interfaces/State.html +8 -10
  229. package/docs/interfaces/TagCacheInterface.html +12 -14
  230. package/docs/interfaces/TagConfig.html +14 -16
  231. package/docs/interfaces/TagGLTFObjectGroup.html +6 -8
  232. package/docs/interfaces/TagIconUrl.html +12 -14
  233. package/docs/interfaces/TagObjectGroup.html +6 -8
  234. package/docs/interfaces/TagStyle.html +6 -8
  235. package/docs/interfaces/Tags.html +144 -14
  236. package/docs/interfaces/TemporaryState.html +6 -8
  237. package/docs/interfaces/Util.MagnifierParameter.html +11 -13
  238. package/docs/interfaces/Util.MouseGroupParameter.html +8 -10
  239. package/docs/interfaces/Util.PointIntersection.html +8 -10
  240. package/docs/modules/AreaMakerPluginType.html +5 -7
  241. package/docs/modules/CruisePluginTypes.html +5 -7
  242. package/docs/modules/CurrentPanoImagePluginType.html +5 -7
  243. package/docs/modules/GuideLineItem.html +5 -7
  244. package/docs/modules/GuideLineModeItem.html +5 -7
  245. package/docs/modules/GuideLinePluginType.html +5 -7
  246. package/docs/modules/PanoVideoPluginType.html +5 -7
  247. package/docs/modules/Util.html +5 -7
  248. package/docs/modules.html +9 -27
  249. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +5 -7
  250. package/docs/types/AreaMakerPluginType.PluginData.html +5 -7
  251. package/docs/types/AreaMakerPluginType.ServerData.html +5 -7
  252. package/docs/types/ArrayPosition.html +5 -7
  253. package/docs/types/AudioAppearance.html +5 -7
  254. package/docs/types/AudioTagTypeConfigKey.html +5 -7
  255. package/docs/types/CSS3DRenderExportType.html +5 -7
  256. package/docs/types/CSS3DRenderPluginExportType.html +5 -7
  257. package/docs/types/CSS3DRenderPluginParameterType.html +5 -7
  258. package/docs/types/ClassFunctionParameters.html +5 -7
  259. package/docs/types/Color.html +5 -7
  260. package/docs/types/ContentTypeConfigKey.html +5 -7
  261. package/docs/types/ContentTypeConfigKeySplit.html +5 -7
  262. package/docs/types/ContentTypeMap.html +5 -7
  263. package/docs/types/Create3DDomContainerReturnType.html +5 -7
  264. package/docs/types/Create3DElementReturnType.html +5 -7
  265. package/docs/types/CruisePluginExportType.html +5 -7
  266. package/docs/types/CruisePluginTypes.CruiseData.html +6 -8
  267. package/docs/types/CruisePluginTypes.MoveEffect.html +6 -8
  268. package/docs/types/CurrentPanoImagePluginExportType.html +5 -7
  269. package/docs/types/DeprecatedMediaPlaneProperty.html +5 -7
  270. package/docs/types/DeprecatedTagProperty.html +5 -7
  271. package/docs/types/Direction-1.html +5 -7
  272. package/docs/types/Direction4.html +5 -7
  273. package/docs/types/ElementRenderer.html +5 -7
  274. package/docs/types/FloorplanRuleLabels.html +5 -7
  275. package/docs/types/FloorplanServerRuleLabels.html +5 -7
  276. package/docs/types/GuideLinePluginExportType.html +5 -7
  277. package/docs/types/GuideLinePluginType.GuideLineItem.html +6 -8
  278. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +6 -8
  279. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +6 -8
  280. package/docs/types/GuideLinePluginType.GuideLineStyle.html +6 -8
  281. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +6 -8
  282. package/docs/types/GuideLinePluginType.PathItem.html +6 -8
  283. package/docs/types/GuideLinePluginType.PluginData.html +6 -8
  284. package/docs/types/HelperEventMap.html +5 -7
  285. package/docs/types/LoadTagConfig.html +5 -7
  286. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -7
  287. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -7
  288. package/docs/types/MediaData.html +11 -8
  289. package/docs/types/MediaStore.html +5 -7
  290. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -7
  291. package/docs/types/ModelFloorplanPluginParameterType.html +5 -7
  292. package/docs/types/ModelFloorplanPluginReturnType.html +5 -7
  293. package/docs/types/ModelId.html +5 -7
  294. package/docs/types/ModelRoomLabelPluginParameters.html +5 -7
  295. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -7
  296. package/docs/types/MoveArgs.html +5 -7
  297. package/docs/types/MoveOpts.html +5 -7
  298. package/docs/types/Object3DHelperEventMap.html +5 -7
  299. package/docs/types/ObjectFit.html +5 -7
  300. package/docs/types/PaintBrushEventMap.html +5 -7
  301. package/docs/types/PanoCompassPluginData.html +5 -7
  302. package/docs/types/PanoCompassPluginExportType.html +5 -7
  303. package/docs/types/PanoCompassPluginParameterType.html +5 -7
  304. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -7
  305. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -7
  306. package/docs/types/PanoIndex.html +5 -7
  307. package/docs/types/PanoMeasurePluginEvent.html +5 -7
  308. package/docs/types/PanoMeasureReturnType.html +5 -7
  309. package/docs/types/PanoSpatialTagPluginId.html +5 -7
  310. package/docs/types/PanoTagPluginExportInterface.html +5 -7
  311. package/docs/types/PanoTagPluginParamsInterface.html +5 -7
  312. package/docs/types/PanoVideoPluginParameterType.html +5 -7
  313. package/docs/types/PanoVideoPluginReturnType.html +5 -7
  314. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +5 -7
  315. package/docs/types/PipelinePluginParameterType.html +5 -7
  316. package/docs/types/PipelinePluginReturnType.html +5 -7
  317. package/docs/types/PlaneTag.html +5 -7
  318. package/docs/types/Point2DTag.html +5 -7
  319. package/docs/types/Point3DTag.html +5 -7
  320. package/docs/types/PointTag.html +5 -7
  321. package/docs/types/PointTagInstance.html +5 -7
  322. package/docs/types/Position.html +5 -7
  323. package/docs/types/RotateArgs.html +5 -7
  324. package/docs/types/RotateOpts.html +5 -7
  325. package/docs/types/RuleLabelsKey.html +5 -7
  326. package/docs/types/RuleLabelsValue.html +5 -7
  327. package/docs/types/StickType.html +5 -7
  328. package/docs/types/Tag.html +5 -7
  329. package/docs/types/Tag2D.html +5 -7
  330. package/docs/types/Tag3D.html +5 -7
  331. package/docs/types/TagConfigByKey.html +5 -7
  332. package/docs/types/TagContentType.html +5 -7
  333. package/docs/types/TagDimensionType.html +5 -7
  334. package/docs/types/TagElement.html +5 -7
  335. package/docs/types/TagEvents.html +5 -7
  336. package/docs/types/TagGLTFObject.html +5 -7
  337. package/docs/types/TagHooks.html +5 -7
  338. package/docs/types/TagId.html +5 -7
  339. package/docs/types/TagInstance.html +5 -7
  340. package/docs/types/TagPointType.html +5 -7
  341. package/docs/types/TagRendererMap.html +5 -7
  342. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -7
  343. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -7
  344. package/docs/types/WorkCode.html +5 -7
  345. package/docs/variables/FLOOR_TYPE_MAP.html +5 -7
  346. package/docs/variables/PLUGIN.html +5 -7
  347. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -7
  348. package/docs/variables/ROOM_TYPE_MAP.html +5 -7
  349. package/docs/variables/defaultGlobalConfig.html +5 -7
  350. package/docs/variables/itemLabelPluginServerParams.html +5 -7
  351. package/docs/variables/modelItemLabelPluginServerParams.html +5 -7
  352. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -7
  353. package/libs/CruisePlugin/{Work.d.ts → Controller.d.ts} +8 -1
  354. package/libs/CruisePlugin/{Work.js → Controller.js} +177 -148
  355. package/libs/CruisePlugin/index.d.ts +3 -4
  356. package/libs/CruisePlugin/index.js +11 -15
  357. package/libs/CruisePlugin/typing.d.ts +2 -2
  358. package/libs/GuideLinePlugin/Controller.d.ts +6 -1
  359. package/libs/GuideLinePlugin/Controller.js +63 -48
  360. package/libs/GuideLinePlugin/GuideLineItem/index.js +43 -53
  361. package/libs/GuideLinePlugin/GuideLineItem.js +10 -12
  362. package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
  363. package/libs/GuideLinePlugin/index.js +18 -20
  364. package/libs/PanoTagPlugin/Archive/deprecated.d.ts +2 -0
  365. package/libs/PanoTagPlugin/Archive/deprecated.js +1 -1
  366. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.js +96 -0
  367. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.svelte.d.ts +1 -0
  368. package/libs/PanoTagPlugin/Components/Tag/index.js +166 -128
  369. package/libs/PanoTagPlugin/Components/TagContainer.js +3 -2
  370. package/libs/PanoTagPlugin/Components/TagItem.js +288 -255
  371. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +0 -4
  372. package/libs/PanoTagPlugin/controller/TagComputer.js +116 -135
  373. package/libs/PanoTagPlugin/controller/TagRender.d.ts +4 -0
  374. package/libs/PanoTagPlugin/controller/TagRender.js +92 -72
  375. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +3 -3
  376. package/libs/PanoTagPlugin/controller/index.js +6 -5
  377. package/libs/PanoTagPlugin/index.js +12 -11
  378. package/libs/PanoTagPlugin/tag.config.js +6 -12
  379. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +6 -0
  380. package/libs/base/BasePlugin.js +1 -1
  381. package/libs/index.js +100 -104
  382. package/libs/shared-utils/logger.js +1 -1
  383. package/package.json +2 -2
  384. package/dist/CruisePlugin/CruiseController.d.ts +0 -147
  385. package/dist/CruisePlugin/Move.d.ts +0 -28
  386. package/dist/CruisePlugin/utils/getFiveStateOnCurve.d.ts +0 -11
  387. package/dist/shared-utils/five/fiveLoaded.d.ts +0 -2
  388. package/docs/classes/MoveController.html +0 -641
  389. package/libs/CruisePlugin/CruiseController.d.ts +0 -147
  390. package/libs/CruisePlugin/CruiseController.js +0 -236
  391. package/libs/CruisePlugin/Move.d.ts +0 -28
  392. package/libs/CruisePlugin/Move.js +0 -112
  393. package/libs/CruisePlugin/utils/getFiveStateOnCurve.d.ts +0 -11
  394. package/libs/CruisePlugin/utils/getFiveStateOnCurve.js +0 -11
  395. package/libs/shared-utils/five/fiveLoaded.d.ts +0 -2
  396. package/libs/shared-utils/five/fiveLoaded.js +0 -30
  397. package/libs/shared-utils/formatRad.d.ts +0 -7
  398. package/libs/shared-utils/formatRad.js +0 -7
  399. /package/dist/{shared-utils → CruisePlugin/utils}/formatRad.d.ts +0 -0
  400. /package/dist/{shared-utils/vectorToCoordinate.d.ts → CruisePlugin/utils/vectorToCoordinates.d.ts} +0 -0
  401. /package/libs/{shared-utils/vectorToCoordinate.d.ts → CruisePlugin/utils/vectorToCoordinates.d.ts} +0 -0
  402. /package/libs/{shared-utils/vectorToCoordinate.js → CruisePlugin/utils/vectorToCoordinates.js} +0 -0
@@ -1,13 +1,14 @@
1
- import { SvelteComponent as x, init as $, safe_not_equal as AA, append_styles as eA, empty as tA, insert as G, transition_out as Q, check_outros as Z, transition_in as C, detach as I, setContext as q, group_outros as K, element as E, attr as B, noop as L, toggle_class as u, null_to_empty as y, set_style as M, append as V, listen as N, stop_propagation as iA, create_component as b, mount_component as v, destroy_component as D } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as x, init as $, safe_not_equal as AA, append_styles as eA, empty as tA, insert as G, transition_out as w, check_outros as Z, transition_in as Q, detach as I, setContext as q, group_outros as K, element as E, attr as B, noop as L, toggle_class as d, null_to_empty as y, set_style as M, append as V, listen as N, stop_propagation as iA, create_component as C, mount_component as k, destroy_component as b } from "../../../vendor/svelte/internal/index.js";
2
2
  import oA from "./TextTag/index.js";
3
3
  import nA from "./ImageTextTag.js";
4
4
  import rA from "./MarketingTag.js";
5
5
  import "three";
6
- import { noTypecheck as d } from "../../utils/noTypecheck.js";
6
+ import { noTypecheck as c } from "../../utils/noTypecheck.js";
7
7
  import aA from "./AudioTag/index.js";
8
8
  import lA from "./MediaPlane.js";
9
9
  import sA from "./LinkTag.js";
10
- import fA from "./CustomTag.js";
10
+ import fA from "./PanoramaTag.js";
11
+ import mA from "./CustomTag.js";
11
12
  import { classnames as T } from "../../../vendor/classnames/index.js";
12
13
  import "./TextTag/TextTag.js";
13
14
  import "../Common/Line/Straight.js";
@@ -89,10 +90,10 @@ import "../Common/Icon/audioIcon.js";
89
90
  import "./AudioTag/AudioPlaneTag.js";
90
91
  import "../Common/Icon/Icon.js";
91
92
  import "../../utils/getImageInfo.js";
92
- function mA(o) {
93
+ function gA(o) {
93
94
  eA(o, "svelte-qz1wo5", '@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-qz1wo5{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-qz1wo5{transition:opacity 0.2s linear}.content__container.unClickable.svelte-qz1wo5{pointer-events:none !important}.content__container.unClickable.svelte-qz1wo5 *{pointer-events:none !important}.content__wrapper.svelte-qz1wo5{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-qz1wo5{opacity:0;pointer-events:none}.content__container.hide.svelte-qz1wo5 *{pointer-events:none !important}.content__container.disable.svelte-qz1wo5{display:none}.content.svelte-qz1wo5{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-qz1wo5:not(.unfolded){pointer-events:none}.content.svelte-qz1wo5:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-qz1wo5{pointer-events:auto}');
94
95
  }
95
- function gA(o) {
96
+ function cA(o) {
96
97
  let A, t;
97
98
  return {
98
99
  c() {
@@ -114,17 +115,18 @@ function gA(o) {
114
115
  }
115
116
  };
116
117
  }
117
- function cA(o) {
118
- let A, t, e, i, n, c, m, s, l, a;
119
- const p = [
118
+ function pA(o) {
119
+ let A, t, e, i, n, p, m, s, l, a;
120
+ const u = [
121
+ kA,
120
122
  CA,
123
+ _A,
121
124
  QA,
122
125
  wA,
123
126
  BA,
124
- dA,
125
- uA
126
- ], w = [];
127
- function _(r, g) {
127
+ dA
128
+ ], _ = [];
129
+ function v(r, g) {
128
130
  return (
129
131
  /*tag*/
130
132
  r[1].contentType === "Text" ? 0 : (
@@ -143,7 +145,10 @@ function cA(o) {
143
145
  r[1].contentType === "Sticker" ? 4 : (
144
146
  /*tag*/
145
147
  r[1].contentType === "MediaPlane" || /*tag*/
146
- r[1].contentType === "MediaModel" ? 5 : -1
148
+ r[1].contentType === "MediaModel" ? 5 : (
149
+ /*tag*/
150
+ r[1].contentType === "Panorama" ? 6 : -1
151
+ )
147
152
  )
148
153
  )
149
154
  )
@@ -151,35 +156,35 @@ function cA(o) {
151
156
  )
152
157
  );
153
158
  }
154
- return ~(i = _(o)) && (n = w[i] = p[i](o)), {
159
+ return ~(i = v(o)) && (n = _[i] = u[i](o)), {
155
160
  c() {
156
161
  var r;
157
- A = E("div"), t = E("div"), e = E("div"), n && n.c(), B(e, "class", "content svelte-qz1wo5"), u(
162
+ A = E("div"), t = E("div"), e = E("div"), n && n.c(), B(e, "class", "content svelte-qz1wo5"), d(
158
163
  e,
159
164
  "unfolded",
160
165
  /*tag*/
161
166
  (r = o[1].state) == null ? void 0 : r.unfolded
162
- ), B(t, "class", "content__wrapper svelte-qz1wo5"), B(A, "class", c = y(T(
167
+ ), B(t, "class", "content__wrapper svelte-qz1wo5"), B(A, "class", p = y(T(
163
168
  "content__container",
164
169
  /*tag*/
165
170
  o[1].className
166
171
  )) + " svelte-qz1wo5"), B(A, "data-id", m = /*tag*/
167
- o[1].id), u(
172
+ o[1].id), d(
168
173
  A,
169
174
  "disable",
170
175
  /*tag*/
171
176
  o[1].enabled === !1
172
- ), u(
177
+ ), d(
173
178
  A,
174
179
  "hide",
175
180
  /*isHide*/
176
181
  o[5]
177
- ), u(
182
+ ), d(
178
183
  A,
179
184
  "withAnimation",
180
185
  /*withAnimation*/
181
186
  o[0]
182
- ), u(
187
+ ), d(
183
188
  A,
184
189
  "unClickable",
185
190
  /*tag*/
@@ -199,49 +204,49 @@ function cA(o) {
199
204
  );
200
205
  },
201
206
  m(r, g) {
202
- G(r, A, g), V(A, t), V(t, e), ~i && w[i].m(e, null), s = !0, l || (a = N(A, "click", iA(
207
+ G(r, A, g), V(A, t), V(t, e), ~i && _[i].m(e, null), s = !0, l || (a = N(A, "click", iA(
203
208
  /*click_handler_1*/
204
209
  o[15]
205
210
  )), l = !0);
206
211
  },
207
212
  p(r, g) {
208
213
  var h;
209
- let k = i;
210
- i = _(r), i === k ? ~i && w[i].p(r, g) : (n && (K(), Q(w[k], 1, 1, () => {
211
- w[k] = null;
212
- }), Z()), ~i ? (n = w[i], n ? n.p(r, g) : (n = w[i] = p[i](r), n.c()), C(n, 1), n.m(e, null)) : n = null), (!s || g & /*tag*/
213
- 2) && u(
214
+ let D = i;
215
+ i = v(r), i === D ? ~i && _[i].p(r, g) : (n && (K(), w(_[D], 1, 1, () => {
216
+ _[D] = null;
217
+ }), Z()), ~i ? (n = _[i], n ? n.p(r, g) : (n = _[i] = u[i](r), n.c()), Q(n, 1), n.m(e, null)) : n = null), (!s || g & /*tag*/
218
+ 2) && d(
214
219
  e,
215
220
  "unfolded",
216
221
  /*tag*/
217
222
  (h = r[1].state) == null ? void 0 : h.unfolded
218
223
  ), (!s || g & /*tag*/
219
- 2 && c !== (c = y(T(
224
+ 2 && p !== (p = y(T(
220
225
  "content__container",
221
226
  /*tag*/
222
227
  r[1].className
223
- )) + " svelte-qz1wo5")) && B(A, "class", c), (!s || g & /*tag*/
228
+ )) + " svelte-qz1wo5")) && B(A, "class", p), (!s || g & /*tag*/
224
229
  2 && m !== (m = /*tag*/
225
230
  r[1].id)) && B(A, "data-id", m), (!s || g & /*tag, tag*/
226
- 2) && u(
231
+ 2) && d(
227
232
  A,
228
233
  "disable",
229
234
  /*tag*/
230
235
  r[1].enabled === !1
231
236
  ), (!s || g & /*tag, isHide*/
232
- 34) && u(
237
+ 34) && d(
233
238
  A,
234
239
  "hide",
235
240
  /*isHide*/
236
241
  r[5]
237
242
  ), (!s || g & /*tag, withAnimation*/
238
- 3) && u(
243
+ 3) && d(
239
244
  A,
240
245
  "withAnimation",
241
246
  /*withAnimation*/
242
247
  r[0]
243
248
  ), (!s || g & /*tag, tag*/
244
- 2) && u(
249
+ 2) && d(
245
250
  A,
246
251
  "unClickable",
247
252
  /*tag*/
@@ -263,21 +268,21 @@ function cA(o) {
263
268
  );
264
269
  },
265
270
  i(r) {
266
- s || (C(n), s = !0);
271
+ s || (Q(n), s = !0);
267
272
  },
268
273
  o(r) {
269
- Q(n), s = !1;
274
+ w(n), s = !1;
270
275
  },
271
276
  d(r) {
272
- r && I(A), ~i && w[i].d(), l = !1, a();
277
+ r && I(A), ~i && _[i].d(), l = !1, a();
273
278
  }
274
279
  };
275
280
  }
276
- function pA(o) {
277
- let A, t, e, i, n, c, m;
278
- return t = new fA({
281
+ function uA(o) {
282
+ let A, t, e, i, n, p, m;
283
+ return t = new mA({
279
284
  props: {
280
- tag: d(
285
+ tag: c(
281
286
  /*tag*/
282
287
  o[1]
283
288
  ),
@@ -288,17 +293,17 @@ function pA(o) {
288
293
  }
289
294
  }), {
290
295
  c() {
291
- A = E("div"), b(t.$$.fragment), B(A, "class", e = y(T(
296
+ A = E("div"), C(t.$$.fragment), B(A, "class", e = y(T(
292
297
  "content__container",
293
298
  /*tag*/
294
299
  o[1].className
295
300
  )) + " svelte-qz1wo5"), B(A, "data-id", i = /*tag*/
296
- o[1].id), u(
301
+ o[1].id), d(
297
302
  A,
298
303
  "custom-tag-disable",
299
304
  /*tag*/
300
305
  o[1].enabled === !1
301
- ), u(
306
+ ), d(
302
307
  A,
303
308
  "custom-tag-hide",
304
309
  /*isHide*/
@@ -306,17 +311,17 @@ function pA(o) {
306
311
  );
307
312
  },
308
313
  m(s, l) {
309
- G(s, A, l), v(t, A, null), n = !0, c || (m = N(
314
+ G(s, A, l), k(t, A, null), n = !0, p || (m = N(
310
315
  A,
311
316
  "click",
312
317
  /*click_handler*/
313
318
  o[14]
314
- ), c = !0);
319
+ ), p = !0);
315
320
  },
316
321
  p(s, l) {
317
322
  const a = {};
318
323
  l & /*tag*/
319
- 2 && (a.tag = d(
324
+ 2 && (a.tag = c(
320
325
  /*tag*/
321
326
  s[1]
322
327
  )), l & /*renderMap*/
@@ -329,13 +334,13 @@ function pA(o) {
329
334
  )) + " svelte-qz1wo5")) && B(A, "class", e), (!n || l & /*tag*/
330
335
  2 && i !== (i = /*tag*/
331
336
  s[1].id)) && B(A, "data-id", i), (!n || l & /*tag, tag*/
332
- 2) && u(
337
+ 2) && d(
333
338
  A,
334
339
  "custom-tag-disable",
335
340
  /*tag*/
336
341
  s[1].enabled === !1
337
342
  ), (!n || l & /*tag, isHide*/
338
- 34) && u(
343
+ 34) && d(
339
344
  A,
340
345
  "custom-tag-hide",
341
346
  /*isHide*/
@@ -343,217 +348,250 @@ function pA(o) {
343
348
  );
344
349
  },
345
350
  i(s) {
346
- n || (C(t.$$.fragment, s), n = !0);
351
+ n || (Q(t.$$.fragment, s), n = !0);
347
352
  },
348
353
  o(s) {
349
- Q(t.$$.fragment, s), n = !1;
354
+ w(t.$$.fragment, s), n = !1;
350
355
  },
351
356
  d(s) {
352
- s && I(A), D(t), c = !1, m();
357
+ s && I(A), b(t), p = !1, m();
353
358
  }
354
359
  };
355
360
  }
356
- function uA(o) {
361
+ function dA(o) {
362
+ let A, t;
363
+ return A = new fA({
364
+ props: { tag: c(
365
+ /*tag*/
366
+ o[1]
367
+ ) }
368
+ }), {
369
+ c() {
370
+ C(A.$$.fragment);
371
+ },
372
+ m(e, i) {
373
+ k(A, e, i), t = !0;
374
+ },
375
+ p(e, i) {
376
+ const n = {};
377
+ i & /*tag*/
378
+ 2 && (n.tag = c(
379
+ /*tag*/
380
+ e[1]
381
+ )), A.$set(n);
382
+ },
383
+ i(e) {
384
+ t || (Q(A.$$.fragment, e), t = !0);
385
+ },
386
+ o(e) {
387
+ w(A.$$.fragment, e), t = !1;
388
+ },
389
+ d(e) {
390
+ b(A, e);
391
+ }
392
+ };
393
+ }
394
+ function BA(o) {
357
395
  let A, t;
358
396
  return A = new lA({
359
- props: { tag: d(
397
+ props: { tag: c(
360
398
  /*tag*/
361
399
  o[1]
362
400
  ) }
363
401
  }), {
364
402
  c() {
365
- b(A.$$.fragment);
403
+ C(A.$$.fragment);
366
404
  },
367
405
  m(e, i) {
368
- v(A, e, i), t = !0;
406
+ k(A, e, i), t = !0;
369
407
  },
370
408
  p(e, i) {
371
409
  const n = {};
372
410
  i & /*tag*/
373
- 2 && (n.tag = d(
411
+ 2 && (n.tag = c(
374
412
  /*tag*/
375
413
  e[1]
376
414
  )), A.$set(n);
377
415
  },
378
416
  i(e) {
379
- t || (C(A.$$.fragment, e), t = !0);
417
+ t || (Q(A.$$.fragment, e), t = !0);
380
418
  },
381
419
  o(e) {
382
- Q(A.$$.fragment, e), t = !1;
420
+ w(A.$$.fragment, e), t = !1;
383
421
  },
384
422
  d(e) {
385
- D(A, e);
423
+ b(A, e);
386
424
  }
387
425
  };
388
426
  }
389
- function dA(o) {
427
+ function wA(o) {
390
428
  let A, t;
391
429
  return A = new sA({
392
- props: { tag: d(
430
+ props: { tag: c(
393
431
  /*tag*/
394
432
  o[1]
395
433
  ) }
396
434
  }), {
397
435
  c() {
398
- b(A.$$.fragment);
436
+ C(A.$$.fragment);
399
437
  },
400
438
  m(e, i) {
401
- v(A, e, i), t = !0;
439
+ k(A, e, i), t = !0;
402
440
  },
403
441
  p(e, i) {
404
442
  const n = {};
405
443
  i & /*tag*/
406
- 2 && (n.tag = d(
444
+ 2 && (n.tag = c(
407
445
  /*tag*/
408
446
  e[1]
409
447
  )), A.$set(n);
410
448
  },
411
449
  i(e) {
412
- t || (C(A.$$.fragment, e), t = !0);
450
+ t || (Q(A.$$.fragment, e), t = !0);
413
451
  },
414
452
  o(e) {
415
- Q(A.$$.fragment, e), t = !1;
453
+ w(A.$$.fragment, e), t = !1;
416
454
  },
417
455
  d(e) {
418
- D(A, e);
456
+ b(A, e);
419
457
  }
420
458
  };
421
459
  }
422
- function BA(o) {
460
+ function QA(o) {
423
461
  let A, t;
424
462
  return A = new rA({
425
- props: { tag: d(
463
+ props: { tag: c(
426
464
  /*tag*/
427
465
  o[1]
428
466
  ) }
429
467
  }), {
430
468
  c() {
431
- b(A.$$.fragment);
469
+ C(A.$$.fragment);
432
470
  },
433
471
  m(e, i) {
434
- v(A, e, i), t = !0;
472
+ k(A, e, i), t = !0;
435
473
  },
436
474
  p(e, i) {
437
475
  const n = {};
438
476
  i & /*tag*/
439
- 2 && (n.tag = d(
477
+ 2 && (n.tag = c(
440
478
  /*tag*/
441
479
  e[1]
442
480
  )), A.$set(n);
443
481
  },
444
482
  i(e) {
445
- t || (C(A.$$.fragment, e), t = !0);
483
+ t || (Q(A.$$.fragment, e), t = !0);
446
484
  },
447
485
  o(e) {
448
- Q(A.$$.fragment, e), t = !1;
486
+ w(A.$$.fragment, e), t = !1;
449
487
  },
450
488
  d(e) {
451
- D(A, e);
489
+ b(A, e);
452
490
  }
453
491
  };
454
492
  }
455
- function wA(o) {
493
+ function _A(o) {
456
494
  let A, t;
457
495
  return A = new aA({
458
- props: { tag: d(
496
+ props: { tag: c(
459
497
  /*tag*/
460
498
  o[1]
461
499
  ) }
462
500
  }), {
463
501
  c() {
464
- b(A.$$.fragment);
502
+ C(A.$$.fragment);
465
503
  },
466
504
  m(e, i) {
467
- v(A, e, i), t = !0;
505
+ k(A, e, i), t = !0;
468
506
  },
469
507
  p(e, i) {
470
508
  const n = {};
471
509
  i & /*tag*/
472
- 2 && (n.tag = d(
510
+ 2 && (n.tag = c(
473
511
  /*tag*/
474
512
  e[1]
475
513
  )), A.$set(n);
476
514
  },
477
515
  i(e) {
478
- t || (C(A.$$.fragment, e), t = !0);
516
+ t || (Q(A.$$.fragment, e), t = !0);
479
517
  },
480
518
  o(e) {
481
- Q(A.$$.fragment, e), t = !1;
519
+ w(A.$$.fragment, e), t = !1;
482
520
  },
483
521
  d(e) {
484
- D(A, e);
522
+ b(A, e);
485
523
  }
486
524
  };
487
525
  }
488
- function QA(o) {
526
+ function CA(o) {
489
527
  let A, t;
490
528
  return A = new nA({
491
- props: { tag: d(
529
+ props: { tag: c(
492
530
  /*tag*/
493
531
  o[1]
494
532
  ) }
495
533
  }), {
496
534
  c() {
497
- b(A.$$.fragment);
535
+ C(A.$$.fragment);
498
536
  },
499
537
  m(e, i) {
500
- v(A, e, i), t = !0;
538
+ k(A, e, i), t = !0;
501
539
  },
502
540
  p(e, i) {
503
541
  const n = {};
504
542
  i & /*tag*/
505
- 2 && (n.tag = d(
543
+ 2 && (n.tag = c(
506
544
  /*tag*/
507
545
  e[1]
508
546
  )), A.$set(n);
509
547
  },
510
548
  i(e) {
511
- t || (C(A.$$.fragment, e), t = !0);
549
+ t || (Q(A.$$.fragment, e), t = !0);
512
550
  },
513
551
  o(e) {
514
- Q(A.$$.fragment, e), t = !1;
552
+ w(A.$$.fragment, e), t = !1;
515
553
  },
516
554
  d(e) {
517
- D(A, e);
555
+ b(A, e);
518
556
  }
519
557
  };
520
558
  }
521
- function CA(o) {
559
+ function kA(o) {
522
560
  let A, t;
523
561
  return A = new oA({
524
- props: { tag: d(
562
+ props: { tag: c(
525
563
  /*tag*/
526
564
  o[1]
527
565
  ) }
528
566
  }), {
529
567
  c() {
530
- b(A.$$.fragment);
568
+ C(A.$$.fragment);
531
569
  },
532
570
  m(e, i) {
533
- v(A, e, i), t = !0;
571
+ k(A, e, i), t = !0;
534
572
  },
535
573
  p(e, i) {
536
574
  const n = {};
537
575
  i & /*tag*/
538
- 2 && (n.tag = d(
576
+ 2 && (n.tag = c(
539
577
  /*tag*/
540
578
  e[1]
541
579
  )), A.$set(n);
542
580
  },
543
581
  i(e) {
544
- t || (C(A.$$.fragment, e), t = !0);
582
+ t || (Q(A.$$.fragment, e), t = !0);
545
583
  },
546
584
  o(e) {
547
- Q(A.$$.fragment, e), t = !1;
585
+ w(A.$$.fragment, e), t = !1;
548
586
  },
549
587
  d(e) {
550
- D(A, e);
588
+ b(A, e);
551
589
  }
552
590
  };
553
591
  }
554
- function _A(o) {
592
+ function bA(o) {
555
593
  let A, t, e, i, n;
556
- const c = [pA, cA, gA], m = [];
594
+ const p = [uA, pA, cA], m = [];
557
595
  function s(l, a) {
558
596
  return a & /*tag, renderMap*/
559
597
  10 && (A = null), A == null && (A = !!/*tag*/
@@ -566,7 +604,7 @@ function _A(o) {
566
604
  l[4] ? 1 : 2
567
605
  );
568
606
  }
569
- return t = s(o, -1), e = m[t] = c[t](o), {
607
+ return t = s(o, -1), e = m[t] = p[t](o), {
570
608
  c() {
571
609
  e.c(), i = tA();
572
610
  },
@@ -574,58 +612,58 @@ function _A(o) {
574
612
  m[t].m(l, a), G(l, i, a), n = !0;
575
613
  },
576
614
  p(l, [a]) {
577
- let p = t;
578
- t = s(l, a), t === p ? m[t].p(l, a) : (K(), Q(m[p], 1, 1, () => {
579
- m[p] = null;
580
- }), Z(), e = m[t], e ? e.p(l, a) : (e = m[t] = c[t](l), e.c()), C(e, 1), e.m(i.parentNode, i));
615
+ let u = t;
616
+ t = s(l, a), t === u ? m[t].p(l, a) : (K(), w(m[u], 1, 1, () => {
617
+ m[u] = null;
618
+ }), Z(), e = m[t], e ? e.p(l, a) : (e = m[t] = p[t](l), e.c()), Q(e, 1), e.m(i.parentNode, i));
581
619
  },
582
620
  i(l) {
583
- n || (C(e), n = !0);
621
+ n || (Q(e), n = !0);
584
622
  },
585
623
  o(l) {
586
- Q(e), n = !1;
624
+ w(e), n = !1;
587
625
  },
588
626
  d(l) {
589
627
  m[t].d(l), l && I(i);
590
628
  }
591
629
  };
592
630
  }
593
- function kA(o, A, t) {
631
+ function vA(o, A, t) {
594
632
  var e, i;
595
633
  return !(!A.visible || !A.enabled || !t.visible || !((e = o.state) != null && e.visible) || ((i = o.temporaryState) == null ? void 0 : i.visible) === !1 || o.loading);
596
634
  }
597
- function bA(o, A, t) {
598
- let e, i, n, c, m, s, { withAnimation: l = !1 } = A, { tag: a } = A, { hooks: p } = A, { renderMap: w = /* @__PURE__ */ new Map() } = A, { state: _ } = A, { mediaStore: r } = A, { temporaryState: g } = A;
599
- q("hooks", p), q("mediaStore", r);
600
- let k, h;
635
+ function DA(o, A, t) {
636
+ let e, i, n, p, m, s, { withAnimation: l = !1 } = A, { tag: a } = A, { hooks: u } = A, { renderMap: _ = /* @__PURE__ */ new Map() } = A, { state: v } = A, { mediaStore: r } = A, { temporaryState: g } = A;
637
+ q("hooks", u), q("mediaStore", r);
638
+ let D, h;
601
639
  function R(f) {
602
- f ? p.emit("exposure", { id: c, type: "start" }) : p.emit("exposure", { id: c, type: "end" });
640
+ f ? u.emit("exposure", { id: p, type: "start" }) : u.emit("exposure", { id: p, type: "end" });
603
641
  }
604
- const X = (f) => p.emit("click", { event: f, target: "TagContent", tag: a }), j = (f) => p.emit("click", { event: f, target: "TagContent", tag: a });
642
+ const X = (f) => u.emit("click", { event: f, target: "TagContent", tag: a }), j = (f) => u.emit("click", { event: f, target: "TagContent", tag: a });
605
643
  return o.$$set = (f) => {
606
- "withAnimation" in f && t(0, l = f.withAnimation), "tag" in f && t(1, a = f.tag), "hooks" in f && t(2, p = f.hooks), "renderMap" in f && t(3, w = f.renderMap), "state" in f && t(6, _ = f.state), "mediaStore" in f && t(7, r = f.mediaStore), "temporaryState" in f && t(8, g = f.temporaryState);
644
+ "withAnimation" in f && t(0, l = f.withAnimation), "tag" in f && t(1, a = f.tag), "hooks" in f && t(2, u = f.hooks), "renderMap" in f && t(3, _ = f.renderMap), "state" in f && t(6, v = f.state), "mediaStore" in f && t(7, r = f.mediaStore), "temporaryState" in f && t(8, g = f.temporaryState);
607
645
  }, o.$$.update = () => {
608
- var f, Y, J, H, P, U, W, z, S, F, O;
646
+ var f, Y, J, P, H, U, W, z, S, F, O;
609
647
  o.$$.dirty & /*tag*/
610
648
  2 && t(12, e = (f = a.state) == null ? void 0 : f.unfolded), o.$$.dirty & /*tag*/
611
649
  2 && t(11, i = (Y = a.state) == null ? void 0 : Y.visible), o.$$.dirty & /*state, temporaryState, tag*/
612
- 322 && t(13, n = _.visible && g.visible && ((J = a.state) == null ? void 0 : J.visible)), o.$$.dirty & /*tag*/
613
- 2 && (c = a.id), o.$$.dirty & /*tag, state, temporaryState*/
614
- 322 && t(5, m = !kA(a, _, g)), o.$$.dirty & /*isVisible*/
650
+ 322 && t(13, n = v.visible && g.visible && ((J = a.state) == null ? void 0 : J.visible)), o.$$.dirty & /*tag*/
651
+ 2 && (p = a.id), o.$$.dirty & /*tag, state, temporaryState*/
652
+ 322 && t(5, m = !vA(a, v, g)), o.$$.dirty & /*isVisible*/
615
653
  8192 && R(n), o.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
616
- 7682 && a.hooks && (e !== void 0 && e !== h && (t(10, h = e), e ? (P = (H = a.hooks).emit) == null || P.call(H, "unfolded") : (W = a == null ? void 0 : (U = a.hooks).emit) == null || W.call(U, "folded")), i !== void 0 && i !== k && (t(9, k = i), i ? (S = (z = a.hooks).emit) == null || S.call(z, "show") : (O = (F = a.hooks).emit) == null || O.call(F, "hide"))), o.$$.dirty & /*tag*/
654
+ 7682 && a.hooks && (e !== void 0 && e !== h && (t(10, h = e), e ? (H = (P = a.hooks).emit) == null || H.call(P, "unfolded") : (W = a == null ? void 0 : (U = a.hooks).emit) == null || W.call(U, "folded")), i !== void 0 && i !== D && (t(9, D = i), i ? (S = (z = a.hooks).emit) == null || S.call(z, "show") : (O = (F = a.hooks).emit) == null || O.call(F, "hide"))), o.$$.dirty & /*tag*/
617
655
  2 && t(4, s = (() => !(typeof a.config.unfoldedConfig == "object" && a.config.unfoldedConfig.keep === "folded"))());
618
656
  }, [
619
657
  l,
620
658
  a,
621
- p,
622
- w,
659
+ u,
660
+ _,
623
661
  s,
624
662
  m,
625
- _,
663
+ v,
626
664
  r,
627
665
  g,
628
- k,
666
+ D,
629
667
  h,
630
668
  i,
631
669
  e,
@@ -634,13 +672,13 @@ function bA(o, A, t) {
634
672
  j
635
673
  ];
636
674
  }
637
- class at extends x {
675
+ class ft extends x {
638
676
  constructor(A) {
639
677
  super(), $(
640
678
  this,
641
679
  A,
680
+ DA,
642
681
  bA,
643
- _A,
644
682
  AA,
645
683
  {
646
684
  withAnimation: 0,
@@ -651,10 +689,10 @@ class at extends x {
651
689
  mediaStore: 7,
652
690
  temporaryState: 8
653
691
  },
654
- mA
692
+ gA
655
693
  );
656
694
  }
657
695
  }
658
696
  export {
659
- at as default
697
+ ft as default
660
698
  };