@realsee/dnalogel 2.13.2 → 2.14.0-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 (376) hide show
  1. package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -1
  2. package/dist/CSS3DRenderPlugin/index.d.ts +1 -1
  3. package/dist/CSS3DRenderPlugin/typing.d.ts +1 -1
  4. package/dist/CSS3DRenderPlugin/{CSS3DRender.d.ts → utils/three/CSS3DRender.d.ts} +9 -7
  5. package/dist/Object3DHelperPlugin/Controller.d.ts +1 -3
  6. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +9 -4
  7. package/dist/PanoTagPlugin/controller/TagRender.d.ts +5 -4
  8. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +12 -4
  9. package/dist/PanoTagPlugin/typings/controller.d.ts +4 -6
  10. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +3 -3
  11. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +2 -9
  12. package/{libs/PanoTagPlugin/utils/model/imageModel.d.ts → dist/PanoTagPlugin/utils/model/imagePlane.d.ts} +3 -2
  13. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +5 -4
  14. package/dist/index.cjs.js +47 -47
  15. package/dist/index.js +5101 -5083
  16. package/dist/index.umd.js +43 -43
  17. package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +1 -1
  18. package/{libs/shared-utils/Object3DHelper/utils → dist/shared-utils}/threex/domevents/index.d.ts +9 -7
  19. package/docs/assets/search.js +1 -1
  20. package/docs/classes/CSS3DRender.html +31 -31
  21. package/docs/classes/CruisePluginController.html +25 -25
  22. package/docs/classes/Magnifier.html +20 -20
  23. package/docs/classes/ModelRoomLabelController.html +11 -11
  24. package/docs/classes/Object3DHelperController.html +24 -31
  25. package/docs/classes/PaintBrush.html +15 -15
  26. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  27. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  28. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  29. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  30. package/docs/classes/PanoTagPluginController.html +90 -222
  31. package/docs/classes/Util.BetterTween.html +8 -8
  32. package/docs/classes/Util.FivePointSelector.html +12 -12
  33. package/docs/classes/Util.Interval.html +12 -12
  34. package/docs/classes/Util.Magnifier.html +17 -17
  35. package/docs/classes/Util.PointDomHelper.html +11 -11
  36. package/docs/classes/Util.PointHelper.html +11 -11
  37. package/docs/classes/Util.Rectangle.html +13 -13
  38. package/docs/enums/CameraMovementEffect.html +7 -7
  39. package/docs/enums/ContentType.html +19 -19
  40. package/docs/enums/DIRECTION.html +9 -9
  41. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  42. package/docs/enums/DimensionType.html +7 -7
  43. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  44. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  45. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  46. package/docs/enums/Rotation.html +8 -8
  47. package/docs/functions/CSS3DRenderPlugin.html +5 -8
  48. package/docs/functions/CameraMovementPlugin.html +5 -8
  49. package/docs/functions/CruisePlugin.html +5 -8
  50. package/docs/functions/GuideLinePlugin.html +5 -8
  51. package/docs/functions/ItemLabelPlugin.html +5 -8
  52. package/docs/functions/MapviewFloorplanPlugin.html +5 -8
  53. package/docs/functions/ModelChassisCompassPlugin.html +5 -8
  54. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -8
  55. package/docs/functions/ModelFloorplanPlugin.html +5 -8
  56. package/docs/functions/ModelItemLabelPlugin.html +5 -8
  57. package/docs/functions/ModelRoomLabelPlugin.html +5 -8
  58. package/docs/functions/ModelTVVideoPlugin.html +5 -8
  59. package/docs/functions/ModelViewPlugin.html +5 -8
  60. package/docs/functions/Object3DHelperPlugin.html +5 -8
  61. package/docs/functions/PanoCompassPlugin.html +5 -8
  62. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -8
  63. package/docs/functions/PanoDoorLabelPlugin.html +5 -8
  64. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -8
  65. package/docs/functions/PanoMeasurePlugin.html +5 -8
  66. package/docs/functions/PanoRulerPlugin.html +5 -8
  67. package/docs/functions/PanoRulerProPlugin.html +5 -8
  68. package/docs/functions/PanoSpatialTagPlugin.html +5 -8
  69. package/docs/functions/PanoTagPlugin.html +5 -8
  70. package/docs/functions/PanoVideoPlugin.html +5 -8
  71. package/docs/functions/TopviewFloorplanPlugin.html +5 -8
  72. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  73. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  74. package/docs/functions/Util.getFrameTime.html +5 -5
  75. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  76. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  77. package/docs/functions/Util.isNil.html +5 -5
  78. package/docs/functions/Util.nextFrame.html +5 -5
  79. package/docs/functions/Util.notNil.html +5 -5
  80. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  81. package/docs/functions/Util.tweenProgress.html +5 -5
  82. package/docs/functions/pluginFlag.html +5 -8
  83. package/docs/index.html +4 -7
  84. package/docs/interfaces/AddTagConfig.html +6 -6
  85. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  86. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  87. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  88. package/docs/interfaces/EventMap.html +15 -15
  89. package/docs/interfaces/FloorplanBounding.html +8 -8
  90. package/docs/interfaces/FloorplanData.html +10 -10
  91. package/docs/interfaces/FloorplanEntrance.html +11 -11
  92. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  93. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  94. package/docs/interfaces/FloorplanFloorData.html +9 -9
  95. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  96. package/docs/interfaces/FloorplanObserver.html +9 -9
  97. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  98. package/docs/interfaces/FloorplanPosition.html +7 -7
  99. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  100. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  101. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  102. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  103. package/docs/interfaces/FloorplanServerData.html +7 -7
  104. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  105. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  106. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  107. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  108. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  109. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  110. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  111. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  112. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  113. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  114. package/docs/interfaces/HelperOffset.html +8 -8
  115. package/docs/interfaces/ImagePlaneGroup.html +7 -7
  116. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  117. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  118. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  119. package/docs/interfaces/MinMax.html +7 -7
  120. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  121. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  122. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  123. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  124. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  125. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  126. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  127. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  128. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  129. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  130. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  131. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  132. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  133. package/docs/interfaces/Object3DHelperState.html +8 -8
  134. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  135. package/docs/interfaces/PaintBrushAction.html +12 -12
  136. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  137. package/docs/interfaces/PaintBrushState.html +10 -10
  138. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  139. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -8
  140. package/docs/interfaces/PanoMeasureParameterType.html +14 -14
  141. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  142. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  143. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  144. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  145. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  146. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  147. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  148. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  149. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  150. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  151. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  152. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -8
  153. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -8
  154. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  155. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  156. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  157. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  158. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  159. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  160. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  161. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -6
  162. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -8
  163. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -6
  164. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -9
  165. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -6
  166. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -8
  167. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -10
  168. package/docs/interfaces/Point.html +8 -8
  169. package/docs/interfaces/Room.html +9 -9
  170. package/docs/interfaces/RoomInfo.html +7 -7
  171. package/docs/interfaces/RoomLabel.html +14 -14
  172. package/docs/interfaces/RoomRules.html +5 -8
  173. package/docs/interfaces/Rooms.html +5 -8
  174. package/docs/interfaces/Scissor.html +9 -9
  175. package/docs/interfaces/State.html +8 -8
  176. package/docs/interfaces/TagCacheInterface.html +12 -12
  177. package/docs/interfaces/TagConfig.html +11 -11
  178. package/docs/interfaces/TagGLTFObjectGroup.html +6 -6
  179. package/docs/interfaces/TagIconUrl.html +11 -11
  180. package/docs/interfaces/TagObjectGroup.html +6 -6
  181. package/docs/interfaces/TagStyle.html +6 -6
  182. package/docs/interfaces/Tags.html +10 -10
  183. package/docs/interfaces/TemporaryState.html +6 -6
  184. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  185. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  186. package/docs/modules/PanoVideoPluginType.html +5 -5
  187. package/docs/modules/Util.html +5 -5
  188. package/docs/modules.html +4 -10
  189. package/docs/types/ArrayPosition.html +5 -8
  190. package/docs/types/AudioAppearance.html +5 -8
  191. package/docs/types/AudioTagTypeConfigKey.html +5 -8
  192. package/docs/types/CSS3DRenderExportType.html +5 -8
  193. package/docs/types/CSS3DRenderPluginExportType.html +5 -8
  194. package/docs/types/CSS3DRenderPluginParameterType.html +5 -8
  195. package/docs/types/ClassFunctionParameters.html +5 -8
  196. package/docs/types/Color.html +5 -8
  197. package/docs/types/ContentTypeConfigKey.html +5 -8
  198. package/docs/types/ContentTypeConfigKeySplit.html +5 -8
  199. package/docs/types/ContentTypeMap.html +5 -8
  200. package/docs/types/Create3DDomContainerReturnType.html +5 -8
  201. package/docs/types/Create3DElementReturnType.html +5 -8
  202. package/docs/types/CruisePluginExportType.html +5 -8
  203. package/docs/types/Direction-1.html +5 -8
  204. package/docs/types/Direction4.html +5 -8
  205. package/docs/types/FloorplanRuleLabels.html +5 -8
  206. package/docs/types/FloorplanServerRuleLabels.html +5 -8
  207. package/docs/types/GuideLinePluginExportType.html +5 -8
  208. package/docs/types/HelperEventMap.html +5 -8
  209. package/docs/types/LoadTagConfig.html +5 -8
  210. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -8
  211. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -8
  212. package/docs/types/MediaData.html +5 -8
  213. package/docs/types/MediaStore.html +5 -8
  214. package/docs/types/ModelElement.html +5 -8
  215. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -8
  216. package/docs/types/ModelFloorplanPluginParameterType.html +5 -8
  217. package/docs/types/ModelFloorplanPluginReturnType.html +5 -8
  218. package/docs/types/ModelRoomLabelPluginParameters.html +5 -8
  219. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -8
  220. package/docs/types/MoveArgs.html +5 -8
  221. package/docs/types/MoveOpts.html +5 -8
  222. package/docs/types/Object3DHelperEventMap.html +5 -8
  223. package/docs/types/ObjectFit.html +5 -8
  224. package/docs/types/PaintBrushEventMap.html +5 -8
  225. package/docs/types/PanoCompassPluginData.html +5 -8
  226. package/docs/types/PanoCompassPluginExportType.html +5 -8
  227. package/docs/types/PanoCompassPluginParameterType.html +5 -8
  228. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -8
  229. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -8
  230. package/docs/types/PanoIndex.html +5 -8
  231. package/docs/types/PanoMeasurePluginEvent.html +5 -8
  232. package/docs/types/PanoMeasureReturnType.html +5 -8
  233. package/docs/types/PanoSpatialTagPluginId.html +5 -8
  234. package/docs/types/PanoTagPluginExportInterface.html +5 -8
  235. package/docs/types/PanoTagPluginParamsInterface.html +5 -8
  236. package/docs/types/PanoVideoPluginParameterType.html +5 -8
  237. package/docs/types/PanoVideoPluginReturnType.html +5 -8
  238. package/docs/types/PlaneTag.html +5 -8
  239. package/docs/types/PlaneTagElement.html +5 -8
  240. package/docs/types/Point2DElement.html +5 -8
  241. package/docs/types/Point2DTag.html +5 -8
  242. package/docs/types/Point3DElement.html +5 -8
  243. package/docs/types/Point3DTag.html +5 -8
  244. package/docs/types/PointTag.html +5 -8
  245. package/docs/types/PointTagElement.html +5 -8
  246. package/docs/types/Position.html +5 -8
  247. package/docs/types/RotateArgs.html +5 -8
  248. package/docs/types/RotateOpts.html +5 -8
  249. package/docs/types/RuleLabelsKey.html +5 -8
  250. package/docs/types/RuleLabelsValue.html +5 -8
  251. package/docs/types/StickType.html +5 -8
  252. package/docs/types/Tag.html +6 -9
  253. package/docs/types/Tag2D.html +5 -8
  254. package/docs/types/Tag3D.html +5 -8
  255. package/docs/types/TagContentType.html +5 -8
  256. package/docs/types/TagDimensionType.html +5 -8
  257. package/docs/types/TagElement.html +6 -9
  258. package/docs/types/TagEvents.html +5 -8
  259. package/docs/types/TagGLTFObject.html +5 -8
  260. package/docs/types/TagHooks.html +5 -8
  261. package/docs/types/TagIconSize.html +5 -8
  262. package/docs/types/TagId.html +5 -8
  263. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -8
  264. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -8
  265. package/docs/types/WorkCode.html +5 -8
  266. package/docs/variables/FLOOR_TYPE_MAP.html +5 -8
  267. package/docs/variables/PLUGIN.html +6 -9
  268. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -8
  269. package/docs/variables/ROOM_TYPE_MAP.html +5 -8
  270. package/docs/variables/itemLabelPluginServerParams.html +5 -8
  271. package/docs/variables/modelItemLabelPluginServerParams.html +5 -8
  272. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -8
  273. package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -1
  274. package/libs/CSS3DRenderPlugin/Controller.js +2 -4
  275. package/libs/CSS3DRenderPlugin/index.d.ts +1 -1
  276. package/libs/CSS3DRenderPlugin/index.js +1 -1
  277. package/libs/CSS3DRenderPlugin/typing.d.ts +1 -1
  278. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +21 -21
  279. package/libs/CSS3DRenderPlugin/{CSS3DRender.d.ts → utils/three/CSS3DRender.d.ts} +9 -7
  280. package/libs/CSS3DRenderPlugin/{CSS3DRender.js → utils/three/CSS3DRender.js} +13 -13
  281. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +11 -11
  282. package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
  283. package/libs/ModelTVVideoPlugin/index.js +1 -1
  284. package/libs/Object3DHelperPlugin/Controller.d.ts +1 -3
  285. package/libs/Object3DHelperPlugin/Controller.js +50 -52
  286. package/libs/Object3DHelperPlugin/index.js +3 -4
  287. package/libs/PanoCompassPlugin/Controller.js +1 -1
  288. package/libs/PanoCompassPlugin/index.js +1 -1
  289. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
  290. package/libs/PanoSpatialTagPlugin/index.js +1 -1
  291. package/libs/PanoTagPlugin/Archive/deprecated.d.ts +7 -0
  292. package/libs/PanoTagPlugin/Archive/deprecated.js +4 -0
  293. package/libs/PanoTagPlugin/Archive/index.d.ts +1 -0
  294. package/libs/PanoTagPlugin/Archive/index.js +4 -0
  295. package/libs/PanoTagPlugin/Components/Common/Audio.js +93 -97
  296. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +206 -205
  297. package/libs/PanoTagPlugin/Components/Common/Media.js +115 -109
  298. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +100 -100
  299. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +66 -68
  300. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +14 -15
  301. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +4 -2
  302. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +45 -45
  303. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +101 -106
  304. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +82 -84
  305. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +62 -61
  306. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +13 -13
  307. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +49 -48
  308. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +52 -51
  309. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +108 -115
  310. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +25 -36
  311. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +49 -50
  312. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +68 -70
  313. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +55 -54
  314. package/libs/PanoTagPlugin/Components/Tag/index.js +153 -163
  315. package/libs/PanoTagPlugin/Components/TagContainer.js +5 -3
  316. package/libs/PanoTagPlugin/Components/TagItem.js +80 -87
  317. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +9 -4
  318. package/libs/PanoTagPlugin/controller/TagComputer.js +80 -58
  319. package/libs/PanoTagPlugin/controller/TagRender.d.ts +5 -4
  320. package/libs/PanoTagPlugin/controller/TagRender.js +161 -153
  321. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +12 -4
  322. package/libs/PanoTagPlugin/controller/TagUtil.js +179 -77
  323. package/libs/PanoTagPlugin/controller/index.js +54 -49
  324. package/libs/PanoTagPlugin/index.js +16 -16
  325. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
  326. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
  327. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
  328. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
  329. package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
  330. package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
  331. package/libs/PanoTagPlugin/mocks/v1/mock1.js +122 -0
  332. package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
  333. package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
  334. package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
  335. package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
  336. package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
  337. package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
  338. package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
  339. package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
  340. package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
  341. package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
  342. package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
  343. package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
  344. package/libs/PanoTagPlugin/typings/controller.d.ts +4 -6
  345. package/libs/PanoTagPlugin/typings/index.js +7 -5
  346. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +3 -3
  347. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +2 -9
  348. package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -3
  349. package/libs/PanoTagPlugin/utils/addDebugPoints.js +6 -4
  350. package/libs/PanoTagPlugin/utils/index.js +35 -33
  351. package/{dist/PanoTagPlugin/utils/model/imageModel.d.ts → libs/PanoTagPlugin/utils/model/imagePlane.d.ts} +3 -2
  352. package/libs/PanoTagPlugin/utils/model/imagePlane.js +33 -0
  353. package/libs/PanoTagPlugin/utils/planeNormal.js +4 -2
  354. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +5 -4
  355. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +8 -4
  356. package/libs/PanoTagPlugin/utils/tagPosition.js +9 -7
  357. package/libs/PanoVideoPlugin/Controller.js +1 -1
  358. package/libs/PanoVideoPlugin/VideoMeshController.js +1 -1
  359. package/libs/PanoVideoPlugin/index.js +1 -1
  360. package/libs/base/BasePlugin.js +1 -1
  361. package/libs/index.js +31 -33
  362. package/libs/shared-utils/Object3DHelper/Base/BaseController.d.ts +1 -1
  363. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -1
  364. package/libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js +1 -1
  365. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -1
  366. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -1
  367. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
  368. package/libs/shared-utils/three/index.js +1 -1
  369. package/{dist/shared-utils/Object3DHelper/utils → libs/shared-utils}/threex/domevents/index.d.ts +9 -7
  370. package/libs/shared-utils/{Object3DHelper/utils/threex → threex}/domevents/index.js +4 -3
  371. package/package.json +1 -1
  372. package/docs/enums/PointType.html +0 -72
  373. package/docs/types/TagPointType.html +0 -272
  374. package/docs/variables/VERSION.html +0 -269
  375. package/libs/PanoTagPlugin/tsconfig.js +0 -9
  376. package/libs/PanoTagPlugin/utils/model/imageModel.js +0 -31
@@ -1,11 +1,11 @@
1
- import { SvelteComponent as J, init as K, safe_not_equal as P, append_styles as Q, empty as V, insert as D, transition_in as h, transition_out as c, check_outros as E, detach as S, element as b, create_component as $, space as C, attr as w, set_style as X, toggle_class as q, mount_component as k, append as v, listen as F, action_destroyer as Y, group_outros as G, destroy_component as y, run_all as Z, add_render_callback as x, create_in_transition as ee, create_out_transition as te, bubble as ie } from "../../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as J, init as K, safe_not_equal as P, append_styles as Q, empty as V, insert as D, transition_in as h, transition_out as c, check_outros as E, detach as S, element as b, create_component as k, space as C, attr as w, set_style as X, toggle_class as q, mount_component as y, append as v, listen as F, action_destroyer as Y, group_outros as G, destroy_component as R, run_all as Z, add_render_callback as x, create_in_transition as ee, create_out_transition as te, bubble as ie } from "../../../../vendor/svelte/internal/index.js";
2
2
  import { cubicInOut as L } from "../../../../vendor/svelte/easing/index.js";
3
3
  import { fade as N } from "../../../../vendor/svelte/transition/index.js";
4
4
  import ne from "../../Common/Audio.js";
5
5
  import oe from "../../Common/Line/Straight.js";
6
6
  import H from "../../Common/Shadow.js";
7
- import le from "../../Common/Text/FlyMText.js";
8
- import re from "../../Common/Icon/audioIcon.js";
7
+ import re from "../../Common/Text/FlyMText.js";
8
+ import le from "../../Common/Icon/audioIcon.js";
9
9
  import { svelteResizeObserver as ae } from "../../../../shared-utils/svelte/resizeObserver.js";
10
10
  import "../../../utils/audio/SharedAudio.js";
11
11
  import "../../../../shared-utils/audio.js";
@@ -14,6 +14,8 @@ import "../../Common/Text/FlyText.js";
14
14
  import "animejs";
15
15
  import "../../../../shared-utils/isNil.js";
16
16
  import "three";
17
+ import "@realsee/five/gltf-loader";
18
+ import "../../../../shared-utils/three/loadTexture.js";
17
19
  import "../../../utils/search.js";
18
20
  import "../../../utils/constants.js";
19
21
  import "../../Common/Arrow.js";
@@ -25,9 +27,9 @@ function se(e) {
25
27
  Q(e, "svelte-1s6gk4a", ".audio-tag.svelte-1s6gk4a{position:absolute;left:0;top:0;width:0;height:0;overflow:visible}.audio-icon__wrapper.svelte-1s6gk4a{position:relative;vertical-align:top;width:100%;height:100%}.content.svelte-1s6gk4a{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0.125rem;overflow:hidden;box-sizing:border-box;font-size:0;white-space:nowrap;font-weight:600}.wrapper.svelte-1s6gk4a{position:relative;width:100%;height:100%}.audio-icon.svelte-1s6gk4a{pointer-events:none;vertical-align:top;display:inline-block;width:1rem;height:1rem;margin-right:0.25rem;margin-top:0.0625rem}.audio.svelte-1s6gk4a{position:relative;width:100%;height:100%}");
26
28
  }
27
29
  function j(e) {
28
- var z, I;
29
- let n, i, o, t, a, d, m, l, s, p, g, _, R, U;
30
- i = new H({
30
+ var g, z;
31
+ let i, n, o, t, a, f, m, l, s, d, _, $, U, I;
32
+ n = new H({
31
33
  props: {
32
34
  visible: e[6],
33
35
  left: e[3] / 2 + "px",
@@ -37,56 +39,56 @@ function j(e) {
37
39
  spreadRadius: 60
38
40
  }
39
41
  });
40
- let f = e[6] && B(e);
41
- return s = new le({
42
+ let u = e[6] && B(e);
43
+ return s = new re({
42
44
  props: {
43
45
  visible: e[6],
44
46
  textUnfolded: e[1],
45
47
  content: e[5]
46
48
  }
47
- }), g = new oe({
49
+ }), _ = new oe({
48
50
  props: {
49
51
  unfolded: e[6],
50
52
  length: e[3],
51
- outDelay: e[4] + 20 * Math.min((I = (z = e[5]) == null ? void 0 : z.length) != null ? I : 10, 15),
53
+ outDelay: e[4] + 20 * Math.min((z = (g = e[5]) == null ? void 0 : g.length) != null ? z : 10, 15),
52
54
  useLinearColor: !0
53
55
  }
54
56
  }), {
55
57
  c() {
56
- n = b("div"), $(i.$$.fragment), o = C(), t = b("div"), a = b("div"), d = b("div"), f && f.c(), m = C(), l = b("div"), $(s.$$.fragment), p = C(), $(g.$$.fragment), w(d, "class", "audio-icon svelte-1s6gk4a"), X(l, "display", "inline-block"), w(a, "class", "wrapper svelte-1s6gk4a"), w(t, "class", "content svelte-1s6gk4a"), w(n, "class", "audio-tag svelte-1s6gk4a"), q(n, "unfolded", e[6]);
58
+ i = b("div"), k(n.$$.fragment), o = C(), t = b("div"), a = b("div"), f = b("div"), u && u.c(), m = C(), l = b("div"), k(s.$$.fragment), d = C(), k(_.$$.fragment), w(f, "class", "audio-icon svelte-1s6gk4a"), X(l, "display", "inline-block"), w(a, "class", "wrapper svelte-1s6gk4a"), w(t, "class", "content svelte-1s6gk4a"), w(i, "class", "audio-tag svelte-1s6gk4a"), q(i, "unfolded", e[6]);
57
59
  },
58
- m(r, u) {
59
- D(r, n, u), k(i, n, null), v(n, o), v(n, t), v(t, a), v(a, d), f && f.m(d, null), v(a, m), v(a, l), k(s, l, null), v(n, p), k(g, n, null), _ = !0, R || (U = [
60
+ m(r, p) {
61
+ D(r, i, p), y(n, i, null), v(i, o), v(i, t), v(t, a), v(a, f), u && u.m(f, null), v(a, m), v(a, l), y(s, l, null), v(i, d), y(_, i, null), $ = !0, U || (I = [
60
62
  F(l, "click", e[7]),
61
63
  Y(ae.call(null, l)),
62
- F(l, "clientWidth", e[15])
63
- ], R = !0);
64
+ F(l, "clientWidth", e[12])
65
+ ], U = !0);
64
66
  },
65
- p(r, u) {
67
+ p(r, p) {
66
68
  var W, O;
67
69
  const T = {};
68
- u & 64 && (T.visible = r[6]), u & 8 && (T.left = r[3] / 2 + "px"), i.$set(T), r[6] ? f ? (f.p(r, u), u & 64 && h(f, 1)) : (f = B(r), f.c(), h(f, 1), f.m(d, null)) : f && (G(), c(f, 1, 1, () => {
69
- f = null;
70
+ p & 64 && (T.visible = r[6]), p & 8 && (T.left = r[3] / 2 + "px"), n.$set(T), r[6] ? u ? (u.p(r, p), p & 64 && h(u, 1)) : (u = B(r), u.c(), h(u, 1), u.m(f, null)) : u && (G(), c(u, 1, 1, () => {
71
+ u = null;
70
72
  }), E());
71
73
  const M = {};
72
- u & 64 && (M.visible = r[6]), u & 2 && (M.textUnfolded = r[1]), u & 32 && (M.content = r[5]), s.$set(M);
74
+ p & 64 && (M.visible = r[6]), p & 2 && (M.textUnfolded = r[1]), p & 32 && (M.content = r[5]), s.$set(M);
73
75
  const A = {};
74
- u & 64 && (A.unfolded = r[6]), u & 8 && (A.length = r[3]), u & 48 && (A.outDelay = r[4] + 20 * Math.min((O = (W = r[5]) == null ? void 0 : W.length) != null ? O : 10, 15)), g.$set(A), (!_ || u & 64) && q(n, "unfolded", r[6]);
76
+ p & 64 && (A.unfolded = r[6]), p & 8 && (A.length = r[3]), p & 48 && (A.outDelay = r[4] + 20 * Math.min((O = (W = r[5]) == null ? void 0 : W.length) != null ? O : 10, 15)), _.$set(A), (!$ || p & 64) && q(i, "unfolded", r[6]);
75
77
  },
76
78
  i(r) {
77
- _ || (h(i.$$.fragment, r), h(f), h(s.$$.fragment, r), h(g.$$.fragment, r), _ = !0);
79
+ $ || (h(n.$$.fragment, r), h(u), h(s.$$.fragment, r), h(_.$$.fragment, r), $ = !0);
78
80
  },
79
81
  o(r) {
80
- c(i.$$.fragment, r), c(f), c(s.$$.fragment, r), c(g.$$.fragment, r), _ = !1;
82
+ c(n.$$.fragment, r), c(u), c(s.$$.fragment, r), c(_.$$.fragment, r), $ = !1;
81
83
  },
82
84
  d(r) {
83
- r && S(n), y(i), f && f.d(), y(s), y(g), R = !1, Z(U);
85
+ r && S(i), R(n), u && u.d(), R(s), R(_), U = !1, Z(I);
84
86
  }
85
87
  };
86
88
  }
87
89
  function B(e) {
88
- let n, i, o, t, a, d, m;
89
- return i = new H({
90
+ let i, n, o, t, a, f, m;
91
+ return n = new H({
90
92
  props: {
91
93
  center: !0,
92
94
  blurRadius: 15,
@@ -100,21 +102,21 @@ function B(e) {
100
102
  $$slots: { default: [fe] },
101
103
  $$scope: { ctx: e }
102
104
  }
103
- }), t.$on("play", e[11]), t.$on("pause", e[12]), t.$on("error", e[13]), t.$on("audioRef", e[14]), {
105
+ }), t.$on("play", e[8]), t.$on("pause", e[9]), t.$on("error", e[10]), t.$on("audioRef", e[11]), {
104
106
  c() {
105
- n = b("div"), $(i.$$.fragment), o = C(), $(t.$$.fragment), w(n, "class", "audio svelte-1s6gk4a");
107
+ i = b("div"), k(n.$$.fragment), o = C(), k(t.$$.fragment), w(i, "class", "audio svelte-1s6gk4a");
106
108
  },
107
109
  m(l, s) {
108
- D(l, n, s), k(i, n, null), v(n, o), k(t, n, null), m = !0;
110
+ D(l, i, s), y(n, i, null), v(i, o), y(t, i, null), m = !0;
109
111
  },
110
112
  p(l, s) {
111
113
  e = l;
112
- const p = {};
113
- s & 64 && (p.enable = e[6]), s & 1 && (p.url = e[0].data.audioUrl), s & 1 && (p.hooksInfo = { tag: e[0] }), s & 65540 && (p.$$scope = { dirty: s, ctx: e }), t.$set(p);
114
+ const d = {};
115
+ s & 64 && (d.enable = e[6]), s & 1 && (d.url = e[0].data.audioUrl), s & 1 && (d.hooksInfo = { tag: e[0] }), s & 8196 && (d.$$scope = { dirty: s, ctx: e }), t.$set(d);
114
116
  },
115
117
  i(l) {
116
- m || (h(i.$$.fragment, l), h(t.$$.fragment, l), l && x(() => {
117
- d && d.end(1), a = ee(n, N, {
118
+ m || (h(n.$$.fragment, l), h(t.$$.fragment, l), l && x(() => {
119
+ f && f.end(1), a = ee(i, N, {
118
120
  duration: 1e3,
119
121
  delay: 0,
120
122
  easing: L
@@ -122,115 +124,111 @@ function B(e) {
122
124
  }), m = !0);
123
125
  },
124
126
  o(l) {
125
- var s, p;
126
- c(i.$$.fragment, l), c(t.$$.fragment, l), a && a.invalidate(), l && (d = te(n, N, {
127
+ var s, d;
128
+ c(n.$$.fragment, l), c(t.$$.fragment, l), a && a.invalidate(), l && (f = te(i, N, {
127
129
  duration: 1e3,
128
- delay: 20 * Math.min((p = (s = e[5]) == null ? void 0 : s.length) != null ? p : 10, 15),
130
+ delay: 20 * Math.min((d = (s = e[5]) == null ? void 0 : s.length) != null ? d : 10, 15),
129
131
  easing: L
130
132
  })), m = !1;
131
133
  },
132
134
  d(l) {
133
- l && S(n), y(i), y(t), l && d && d.end();
135
+ l && S(i), R(n), R(t), l && f && f.end();
134
136
  }
135
137
  };
136
138
  }
137
139
  function fe(e) {
138
- let n, i, o;
139
- return i = new re({ props: { playing: e[2] } }), {
140
+ let i, n, o;
141
+ return n = new le({ props: { playing: e[2] } }), {
140
142
  c() {
141
- n = b("div"), $(i.$$.fragment), w(n, "class", "audio-icon__wrapper svelte-1s6gk4a");
143
+ i = b("div"), k(n.$$.fragment), w(i, "class", "audio-icon__wrapper svelte-1s6gk4a");
142
144
  },
143
145
  m(t, a) {
144
- D(t, n, a), k(i, n, null), o = !0;
146
+ D(t, i, a), y(n, i, null), o = !0;
145
147
  },
146
148
  p(t, a) {
147
- const d = {};
148
- a & 4 && (d.playing = t[2]), i.$set(d);
149
+ const f = {};
150
+ a & 4 && (f.playing = t[2]), n.$set(f);
149
151
  },
150
152
  i(t) {
151
- o || (h(i.$$.fragment, t), o = !0);
153
+ o || (h(n.$$.fragment, t), o = !0);
152
154
  },
153
155
  o(t) {
154
- c(i.$$.fragment, t), o = !1;
156
+ c(n.$$.fragment, t), o = !1;
155
157
  },
156
158
  d(t) {
157
- t && S(n), y(i);
159
+ t && S(i), R(n);
158
160
  }
159
161
  };
160
162
  }
161
163
  function ue(e) {
162
- let n, i, o = e[0].state && j(e);
164
+ let i, n, o = e[0].state && j(e);
163
165
  return {
164
166
  c() {
165
- o && o.c(), n = V();
167
+ o && o.c(), i = V();
166
168
  },
167
169
  m(t, a) {
168
- o && o.m(t, a), D(t, n, a), i = !0;
170
+ o && o.m(t, a), D(t, i, a), n = !0;
169
171
  },
170
172
  p(t, [a]) {
171
- t[0].state ? o ? (o.p(t, a), a & 1 && h(o, 1)) : (o = j(t), o.c(), h(o, 1), o.m(n.parentNode, n)) : o && (G(), c(o, 1, 1, () => {
173
+ t[0].state ? o ? (o.p(t, a), a & 1 && h(o, 1)) : (o = j(t), o.c(), h(o, 1), o.m(i.parentNode, i)) : o && (G(), c(o, 1, 1, () => {
172
174
  o = null;
173
175
  }), E());
174
176
  },
175
177
  i(t) {
176
- i || (h(o), i = !0);
178
+ n || (h(o), n = !0);
177
179
  },
178
180
  o(t) {
179
- c(o), i = !1;
181
+ c(o), n = !1;
180
182
  },
181
183
  d(t) {
182
- o && o.d(t), t && S(n);
184
+ o && o.d(t), t && S(i);
183
185
  }
184
186
  };
185
187
  }
186
- function de(e, n, i) {
187
- let o, t, a;
188
- var d, m, l;
189
- let { tag: s } = n, p = !1, g = !1, _;
190
- function R() {
191
- i(1, p = !p);
188
+ function de(e, i, n) {
189
+ let o, t, a, { tag: f } = i, m = !1, l = !1, s;
190
+ function d() {
191
+ n(1, m = !m);
192
192
  }
193
- const U = () => {
194
- i(2, g = !0);
195
- }, f = () => {
196
- i(2, g = !1);
197
- }, z = () => {
198
- i(2, g = !1);
193
+ const _ = () => {
194
+ n(2, l = !0);
195
+ }, $ = () => {
196
+ n(2, l = !1);
197
+ }, U = () => {
198
+ n(2, l = !1);
199
199
  };
200
- function I(u) {
201
- ie.call(this, e, u);
200
+ function I(g) {
201
+ ie.call(this, e, g);
202
202
  }
203
- const r = (u) => {
204
- i(3, _ = u.detail);
203
+ const u = (g) => {
204
+ n(3, s = g.detail);
205
205
  };
206
- return e.$$set = (u) => {
207
- "tag" in u && i(0, s = u.tag);
206
+ return e.$$set = (g) => {
207
+ "tag" in g && n(0, f = g.tag);
208
208
  }, e.$$.update = () => {
209
- e.$$.dirty & 257 && i(6, o = !!(!(i(8, d = s.state) === null || d === void 0) && d.unfolded)), e.$$.dirty & 1537 && i(5, t = i(10, l = i(9, m = s.data.title) !== null && m !== void 0 ? m : s.data.text) !== null && l !== void 0 ? l : ""), e.$$.dirty & 2 && i(4, a = p ? 450 : 0);
209
+ var g, z, r;
210
+ e.$$.dirty & 1 && n(6, o = !!((g = f.state) != null && g.unfolded)), e.$$.dirty & 1 && n(5, t = (r = (z = f.data.title) != null ? z : f.data.text) != null ? r : ""), e.$$.dirty & 2 && n(4, a = m ? 450 : 0);
210
211
  }, [
212
+ f,
213
+ m,
214
+ l,
211
215
  s,
212
- p,
213
- g,
214
- _,
215
216
  a,
216
217
  t,
217
218
  o,
218
- R,
219
219
  d,
220
- m,
221
- l,
220
+ _,
221
+ $,
222
222
  U,
223
- f,
224
- z,
225
223
  I,
226
- r
224
+ u
227
225
  ];
228
226
  }
229
- class Oe extends J {
230
- constructor(n) {
231
- super(), K(this, n, de, ue, P, { tag: 0 }, se);
227
+ class Fe extends J {
228
+ constructor(i) {
229
+ super(), K(this, i, de, ue, P, { tag: 0 }, se);
232
230
  }
233
231
  }
234
232
  export {
235
- Oe as default
233
+ Fe as default
236
234
  };
@@ -1,6 +1,6 @@
1
- import { SvelteComponent as g, init as $, safe_not_equal as k, empty as b, insert as y, transition_out as l, check_outros as h, transition_in as m, detach as A, group_outros as R, create_component as s, mount_component as _, destroy_component as d } from "../../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as g, init as $, safe_not_equal as k, empty as b, insert as y, transition_out as f, check_outros as h, transition_in as l, detach as A, group_outros as R, create_component as s, mount_component as _, destroy_component as d } from "../../../../vendor/svelte/internal/index.js";
2
2
  import T from "./AudioTag.js";
3
- import v from "./AudioPlaneTag.js";
3
+ import w from "./AudioPlaneTag.js";
4
4
  import "../../../../vendor/svelte/easing/index.js";
5
5
  import "../../../../vendor/svelte/transition/index.js";
6
6
  import "../../Common/Audio.js";
@@ -14,6 +14,8 @@ import "../../Common/Text/FlyText.js";
14
14
  import "animejs";
15
15
  import "../../../../shared-utils/isNil.js";
16
16
  import "three";
17
+ import "@realsee/five/gltf-loader";
18
+ import "../../../../shared-utils/three/loadTexture.js";
17
19
  import "../../../utils/search.js";
18
20
  import "../../../utils/constants.js";
19
21
  import "../../Common/Arrow.js";
@@ -24,102 +26,101 @@ import "../../../utils/px2rem.js";
24
26
  import "../../../../shared-utils/svelte/resizeObserver.js";
25
27
  import "../../../../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
26
28
  import "../../Common/Text/MText.js";
27
- function w(a) {
28
- let t, e;
29
- return t = new v({ props: { tag: a[0] } }), t.$on("audioRef", a[2]), {
29
+ function q(n) {
30
+ let t, o;
31
+ return t = new w({ props: { tag: n[0] } }), t.$on("audioRef", n[2]), {
30
32
  c() {
31
33
  s(t.$$.fragment);
32
34
  },
33
- m(o, i) {
34
- _(t, o, i), e = !0;
35
+ m(e, r) {
36
+ _(t, e, r), o = !0;
35
37
  },
36
- p(o, i) {
37
- const n = {};
38
- i & 1 && (n.tag = o[0]), t.$set(n);
38
+ p(e, r) {
39
+ const a = {};
40
+ r & 1 && (a.tag = e[0]), t.$set(a);
39
41
  },
40
- i(o) {
41
- e || (m(t.$$.fragment, o), e = !0);
42
+ i(e) {
43
+ o || (l(t.$$.fragment, e), o = !0);
42
44
  },
43
- o(o) {
44
- l(t.$$.fragment, o), e = !1;
45
+ o(e) {
46
+ f(t.$$.fragment, e), o = !1;
45
47
  },
46
- d(o) {
47
- d(t, o);
48
+ d(e) {
49
+ d(t, e);
48
50
  }
49
51
  };
50
52
  }
51
- function q(a) {
52
- let t, e;
53
- return t = new T({ props: { tag: a[0] } }), t.$on("audioRef", a[2]), {
53
+ function v(n) {
54
+ let t, o;
55
+ return t = new T({ props: { tag: n[0] } }), t.$on("audioRef", n[2]), {
54
56
  c() {
55
57
  s(t.$$.fragment);
56
58
  },
57
- m(o, i) {
58
- _(t, o, i), e = !0;
59
+ m(e, r) {
60
+ _(t, e, r), o = !0;
59
61
  },
60
- p(o, i) {
61
- const n = {};
62
- i & 1 && (n.tag = o[0]), t.$set(n);
62
+ p(e, r) {
63
+ const a = {};
64
+ r & 1 && (a.tag = e[0]), t.$set(a);
63
65
  },
64
- i(o) {
65
- e || (m(t.$$.fragment, o), e = !0);
66
+ i(e) {
67
+ o || (l(t.$$.fragment, e), o = !0);
66
68
  },
67
- o(o) {
68
- l(t.$$.fragment, o), e = !1;
69
+ o(e) {
70
+ f(t.$$.fragment, e), o = !1;
69
71
  },
70
- d(o) {
71
- d(t, o);
72
+ d(e) {
73
+ d(t, e);
72
74
  }
73
75
  };
74
76
  }
75
- function C(a) {
76
- let t, e, o, i;
77
- const n = [q, w], p = [];
78
- function f(r, u) {
79
- return r[1] === "line" ? 0 : r[1] === "plane" ? 1 : -1;
77
+ function C(n) {
78
+ let t, o, e, r;
79
+ const a = [v, q], p = [];
80
+ function u(i, m) {
81
+ return i[1] === "line" ? 0 : i[1] === "plane" ? 1 : -1;
80
82
  }
81
- return ~(t = f(a)) && (e = p[t] = n[t](a)), {
83
+ return ~(t = u(n)) && (o = p[t] = a[t](n)), {
82
84
  c() {
83
- e && e.c(), o = b();
85
+ o && o.c(), e = b();
84
86
  },
85
- m(r, u) {
86
- ~t && p[t].m(r, u), y(r, o, u), i = !0;
87
+ m(i, m) {
88
+ ~t && p[t].m(i, m), y(i, e, m), r = !0;
87
89
  },
88
- p(r, [u]) {
90
+ p(i, [m]) {
89
91
  let c = t;
90
- t = f(r), t === c ? ~t && p[t].p(r, u) : (e && (R(), l(p[c], 1, 1, () => {
92
+ t = u(i), t === c ? ~t && p[t].p(i, m) : (o && (R(), f(p[c], 1, 1, () => {
91
93
  p[c] = null;
92
- }), h()), ~t ? (e = p[t], e ? e.p(r, u) : (e = p[t] = n[t](r), e.c()), m(e, 1), e.m(o.parentNode, o)) : e = null);
94
+ }), h()), ~t ? (o = p[t], o ? o.p(i, m) : (o = p[t] = a[t](i), o.c()), l(o, 1), o.m(e.parentNode, e)) : o = null);
93
95
  },
94
- i(r) {
95
- i || (m(e), i = !0);
96
+ i(i) {
97
+ r || (l(o), r = !0);
96
98
  },
97
- o(r) {
98
- l(e), i = !1;
99
+ o(i) {
100
+ f(o), r = !1;
99
101
  },
100
- d(r) {
101
- ~t && p[t].d(r), r && A(o);
102
+ d(i) {
103
+ ~t && p[t].d(i), i && A(e);
102
104
  }
103
105
  };
104
106
  }
105
- function N(a, t, e) {
106
- let o;
107
- var i;
108
- let { tag: n } = t, p;
109
- function f(r) {
110
- p = r.detail;
107
+ function N(n, t, o) {
108
+ let e, { tag: r } = t, a;
109
+ function p(u) {
110
+ a = u.detail;
111
111
  }
112
- return n.play = () => p.play(), n.pause = () => p.pause(), a.$$set = (r) => {
113
- "tag" in r && e(0, n = r.tag);
114
- }, a.$$.update = () => {
115
- a.$$.dirty & 9 && e(1, o = e(3, i = n.data.appearance) !== null && i !== void 0 ? i : "line");
116
- }, [n, o, f, i];
112
+ return r.play = () => a.play(), r.pause = () => a.pause(), n.$$set = (u) => {
113
+ "tag" in u && o(0, r = u.tag);
114
+ }, n.$$.update = () => {
115
+ var u;
116
+ n.$$.dirty & 1 && o(1, e = (u = r.data.appearance) != null ? u : "line");
117
+ }, [r, e, p];
117
118
  }
118
- class ot extends g {
119
+ class it extends g {
119
120
  constructor(t) {
120
121
  super(), $(this, t, N, C, k, { tag: 0 });
121
122
  }
122
123
  }
123
124
  export {
124
- ot as default
125
+ it as default
125
126
  };
@@ -1,12 +1,12 @@
1
- import { SvelteComponent as u, init as d, safe_not_equal as p, append_styles as _, element as g, attr as v, insert as m, noop as f, detach as r, onMount as y, onDestroy as h, empty as k, binding_callbacks as b, HtmlTag as j } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as u, init as _, safe_not_equal as d, append_styles as p, element as g, attr as v, insert as m, noop as f, detach as c, onMount as h, onDestroy as k, empty as b, binding_callbacks as y, HtmlTag as j } from "../../../vendor/svelte/internal/index.js";
2
2
  function z(i) {
3
- _(i, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
3
+ p(i, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
4
4
  }
5
5
  function a(i) {
6
6
  let l, e = i[0].element + "", t;
7
7
  return {
8
8
  c() {
9
- l = new j(!1), t = k(), l.a = t;
9
+ l = new j(!1), t = b(), l.a = t;
10
10
  },
11
11
  m(n, o) {
12
12
  l.m(e, n, o), m(n, t, o);
@@ -15,7 +15,7 @@ function a(i) {
15
15
  o & 1 && e !== (e = n[0].element + "") && l.p(e);
16
16
  },
17
17
  d(n) {
18
- n && r(t), n && l.d();
18
+ n && c(t), n && l.d();
19
19
  }
20
20
  };
21
21
  }
@@ -34,13 +34,13 @@ function C(i) {
34
34
  i: f,
35
35
  o: f,
36
36
  d(t) {
37
- t && r(l), e && e.d(), i[2](null);
37
+ t && c(l), e && e.d(), i[2](null);
38
38
  }
39
39
  };
40
40
  }
41
41
  function E(i, l, e) {
42
42
  let { tag: t } = l, n, o;
43
- y(() => {
43
+ h(() => {
44
44
  if (n) {
45
45
  if (t.element instanceof Element) {
46
46
  const s = t.element;
@@ -50,23 +50,23 @@ function E(i, l, e) {
50
50
  o = s(n);
51
51
  }
52
52
  }
53
- }), h(() => {
53
+ }), k(() => {
54
54
  o == null || o();
55
55
  });
56
- function c(s) {
57
- b[s ? "unshift" : "push"](() => {
56
+ function r(s) {
57
+ y[s ? "unshift" : "push"](() => {
58
58
  n = s, e(1, n);
59
59
  });
60
60
  }
61
61
  return i.$$set = (s) => {
62
62
  "tag" in s && e(0, t = s.tag);
63
- }, [t, n, c];
63
+ }, [t, n, r];
64
64
  }
65
- class w extends u {
65
+ class q extends u {
66
66
  constructor(l) {
67
- super(), d(this, l, E, C, p, { tag: 0 }, z);
67
+ super(), _(this, l, E, C, d, { tag: 0 }, z);
68
68
  }
69
69
  }
70
70
  export {
71
- w as default
71
+ q as default
72
72
  };