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