@realsee/dnalogel 2.22.0-dev.8 → 2.23.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 (451) hide show
  1. package/dist/PanoSpatialTagPlugin/store.d.ts +1 -0
  2. package/dist/PanoTagPlugin/typings/controller.d.ts +1 -0
  3. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +10 -0
  4. package/dist/index.cjs.js +65 -65
  5. package/dist/index.js +4614 -4447
  6. package/dist/index.umd.js +58 -58
  7. package/docs/classes/CSS3DRender.html +30 -30
  8. package/docs/classes/CruisePluginController.html +25 -25
  9. package/docs/classes/GuideLineItem.GuideLineItem.html +19 -19
  10. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +34 -34
  11. package/docs/classes/Magnifier.html +19 -19
  12. package/docs/classes/ModelRoomLabelController.html +10 -10
  13. package/docs/classes/Object3DHelperController.html +24 -24
  14. package/docs/classes/PaintBrush.html +14 -14
  15. package/docs/classes/PanoMeasurePluginLine.html +26 -26
  16. package/docs/classes/PanoMeasurePluginModel.html +26 -26
  17. package/docs/classes/PanoMeasurePluginPoint.html +13 -13
  18. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  19. package/docs/classes/PanoTagPluginController.html +48 -48
  20. package/docs/classes/Util.BetterTween.html +8 -8
  21. package/docs/classes/Util.Interval.html +11 -11
  22. package/docs/classes/Util.Magnifier.html +19 -19
  23. package/docs/classes/Util.PointDomHelper.html +10 -10
  24. package/docs/classes/Util.PointHelper.html +10 -10
  25. package/docs/classes/Util.PointSelectorHelper.html +15 -15
  26. package/docs/classes/Util.Rectangle.html +12 -12
  27. package/docs/enums/CameraMovementEffect.html +6 -6
  28. package/docs/enums/ContentType.html +19 -19
  29. package/docs/enums/DIRECTION.html +8 -8
  30. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +8 -8
  31. package/docs/enums/DimensionType.html +6 -6
  32. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +7 -7
  33. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +8 -8
  34. package/docs/enums/PaintBrushTypeEnum.html +7 -7
  35. package/docs/enums/PointType.html +6 -6
  36. package/docs/enums/Rotation.html +7 -7
  37. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  38. package/docs/functions/CameraMovementPlugin.html +3 -3
  39. package/docs/functions/CruisePlugin.html +3 -3
  40. package/docs/functions/GuideLinePlugin.html +4 -4
  41. package/docs/functions/ItemLabelPlugin.html +3 -3
  42. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  43. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  44. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  45. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  46. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  47. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  48. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  49. package/docs/functions/ModelViewPlugin.html +3 -3
  50. package/docs/functions/Object3DHelperPlugin.html +3 -3
  51. package/docs/functions/PanoCompassPlugin.html +3 -3
  52. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  53. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  54. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  55. package/docs/functions/PanoMeasurePlugin.html +3 -3
  56. package/docs/functions/PanoRulerPlugin.html +3 -3
  57. package/docs/functions/PanoRulerProPlugin.html +3 -3
  58. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  59. package/docs/functions/PanoTagPlugin.html +3 -3
  60. package/docs/functions/PanoVideoPlugin.html +3 -3
  61. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  62. package/docs/functions/Util.absoluteUrl.html +4 -4
  63. package/docs/functions/Util.getCoordsFromClient.html +4 -4
  64. package/docs/functions/Util.getCoordsFromElement.html +4 -4
  65. package/docs/functions/Util.getFrameTime.html +4 -4
  66. package/docs/functions/Util.getIntersectFromRelativePosition.html +4 -4
  67. package/docs/functions/Util.getRaycasterFromFivePointer.html +4 -4
  68. package/docs/functions/Util.isAbsoluteURL.html +4 -4
  69. package/docs/functions/Util.isModelLike.html +4 -4
  70. package/docs/functions/Util.isNil.html +4 -4
  71. package/docs/functions/Util.isPanoramaLike.html +4 -4
  72. package/docs/functions/Util.nextFrame.html +4 -4
  73. package/docs/functions/Util.notNil.html +4 -4
  74. package/docs/functions/Util.requestAnimationFrameInterval.html +4 -4
  75. package/docs/functions/Util.tweenProgress.html +4 -4
  76. package/docs/functions/Util.uuid.html +4 -4
  77. package/docs/functions/pluginFlag.html +4 -4
  78. package/docs/index.html +4 -4
  79. package/docs/interfaces/AddTagConfig.html +5 -5
  80. package/docs/interfaces/CSS3DRenderPluginEventMap.html +10 -10
  81. package/docs/interfaces/CSS3DRenderPluginState.html +7 -7
  82. package/docs/interfaces/CameraMovementPluginExportType.html +6 -6
  83. package/docs/interfaces/CruisePluginTypes.Config.html +7 -7
  84. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +11 -11
  85. package/docs/interfaces/CruisePluginTypes.EventMap.html +19 -19
  86. package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -11
  87. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -13
  88. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -13
  89. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -8
  90. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +6 -6
  91. package/docs/interfaces/CruisePluginTypes.PluginState.html +10 -10
  92. package/docs/interfaces/EventMap.html +14 -14
  93. package/docs/interfaces/FloorplanBounding.html +7 -7
  94. package/docs/interfaces/FloorplanData.html +9 -9
  95. package/docs/interfaces/FloorplanEntrance.html +10 -10
  96. package/docs/interfaces/FloorplanExtraObject.html +9 -9
  97. package/docs/interfaces/FloorplanExtraObject3D.html +7 -7
  98. package/docs/interfaces/FloorplanFloorData.html +8 -8
  99. package/docs/interfaces/FloorplanImagePosition.html +6 -6
  100. package/docs/interfaces/FloorplanObserver.html +8 -8
  101. package/docs/interfaces/FloorplanOutlineItem.html +8 -8
  102. package/docs/interfaces/FloorplanPosition.html +6 -6
  103. package/docs/interfaces/FloorplanRoomItem.html +12 -12
  104. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -6
  105. package/docs/interfaces/FloorplanServerBounding.html +7 -7
  106. package/docs/interfaces/FloorplanServerComputedData.html +9 -9
  107. package/docs/interfaces/FloorplanServerData.html +6 -6
  108. package/docs/interfaces/FloorplanServerDoorItem.html +9 -9
  109. package/docs/interfaces/FloorplanServerDoorPosition.html +7 -7
  110. package/docs/interfaces/FloorplanServerEntrance.html +10 -10
  111. package/docs/interfaces/FloorplanServerFloorData.html +8 -8
  112. package/docs/interfaces/FloorplanServerImagePosition.html +6 -6
  113. package/docs/interfaces/FloorplanServerObserver.html +8 -8
  114. package/docs/interfaces/FloorplanServerOutlineItem.html +8 -8
  115. package/docs/interfaces/FloorplanServerPosition.html +6 -6
  116. package/docs/interfaces/FloorplanServerRoomItem.html +13 -13
  117. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -6
  118. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +8 -8
  119. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +9 -9
  120. package/docs/interfaces/GuideLinePluginType.EventMap.html +12 -12
  121. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +7 -7
  122. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -5
  123. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
  124. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +7 -7
  125. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +17 -17
  126. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +6 -6
  127. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +17 -17
  128. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +4 -4
  129. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +6 -6
  130. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -7
  131. package/docs/interfaces/GuideLinePluginType.Route.html +10 -10
  132. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +8 -8
  133. package/docs/interfaces/HelperOffset.html +7 -7
  134. package/docs/interfaces/ImagePlaneGroup.html +5 -5
  135. package/docs/interfaces/ItemLabelPluginData.html +5 -5
  136. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +10 -10
  137. package/docs/interfaces/ItemLabelPluginParametersType.html +8 -8
  138. package/docs/interfaces/MinMax.html +6 -6
  139. package/docs/interfaces/ModelChassisCompassPluginData.html +6 -6
  140. package/docs/interfaces/ModelChassisCompassPluginExportType.html +7 -7
  141. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +6 -6
  142. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +7 -7
  143. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +7 -7
  144. package/docs/interfaces/ModelItemLabelPluginData.html +5 -5
  145. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +10 -10
  146. package/docs/interfaces/ModelItemLabelPluginParametersType.html +6 -6
  147. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -5
  148. package/docs/interfaces/ModelTVVideoPluginData.html +8 -8
  149. package/docs/interfaces/ModelTVVideoPluginExportType.html +7 -7
  150. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -5
  151. package/docs/interfaces/ModelViewPluginExportType.html +10 -10
  152. package/docs/interfaces/Object3DHelperState.html +7 -7
  153. package/docs/interfaces/ObjectHelperControllers.html +8 -8
  154. package/docs/interfaces/PaintBrushAction.html +11 -11
  155. package/docs/interfaces/PaintBrushConfigs.html +11 -11
  156. package/docs/interfaces/PaintBrushState.html +9 -9
  157. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +9 -9
  158. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +4 -4
  159. package/docs/interfaces/PanoMeasureParameterType.html +14 -14
  160. package/docs/interfaces/PanoMeasurePluginLineJson.html +7 -7
  161. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +6 -6
  162. package/docs/interfaces/PanoMeasurePluginPointJson.html +6 -6
  163. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -7
  164. package/docs/interfaces/PanoRulerPluginExportType.html +9 -9
  165. package/docs/interfaces/PanoRulerPluginOptions.html +6 -6
  166. package/docs/interfaces/PanoRulerPluginParameterType.html +7 -7
  167. package/docs/interfaces/PanoRulerProPluginExportType.html +8 -8
  168. package/docs/interfaces/PanoRulerProPluginOptions.html +6 -6
  169. package/docs/interfaces/PanoRulerProPluginParameterType.html +6 -6
  170. package/docs/interfaces/PanoRulerProPluginState.html +7 -7
  171. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +4 -4
  172. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +4 -4
  173. package/docs/interfaces/PanoSpatialTagPluginData.html +10 -10
  174. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +9 -9
  175. package/docs/interfaces/PanoSpatialTagPluginExportType.html +12 -12
  176. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +9 -9
  177. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +12 -12
  178. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +10 -10
  179. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +9 -9
  180. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -5
  181. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +7 -7
  182. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -5
  183. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
  184. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -5
  185. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +7 -7
  186. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +9 -9
  187. package/docs/interfaces/Point.html +7 -7
  188. package/docs/interfaces/Room.html +8 -8
  189. package/docs/interfaces/RoomInfo.html +6 -6
  190. package/docs/interfaces/RoomLabel.html +13 -13
  191. package/docs/interfaces/RoomRules.html +4 -4
  192. package/docs/interfaces/Rooms.html +4 -4
  193. package/docs/interfaces/Scissor.html +8 -8
  194. package/docs/interfaces/State.html +7 -7
  195. package/docs/interfaces/TagCacheInterface.html +11 -11
  196. package/docs/interfaces/TagConfig.html +12 -12
  197. package/docs/interfaces/TagGLTFObjectGroup.html +5 -5
  198. package/docs/interfaces/TagIconUrl.html +11 -11
  199. package/docs/interfaces/TagObjectGroup.html +5 -5
  200. package/docs/interfaces/TagStyle.html +5 -5
  201. package/docs/interfaces/Tags.html +8 -8
  202. package/docs/interfaces/TemporaryState.html +5 -5
  203. package/docs/interfaces/Util.MagnifierParameter.html +10 -10
  204. package/docs/interfaces/Util.MouseGroupParameter.html +7 -7
  205. package/docs/interfaces/Util.PointIntersection.html +7 -7
  206. package/docs/modules/CruisePluginTypes.html +4 -4
  207. package/docs/modules/GuideLineItem.html +4 -4
  208. package/docs/modules/GuideLineModeItem.html +4 -4
  209. package/docs/modules/GuideLinePluginType.html +4 -4
  210. package/docs/modules/PanoVideoPluginType.html +4 -4
  211. package/docs/modules/Util.html +4 -4
  212. package/docs/modules.html +4 -4
  213. package/docs/types/ArrayPosition.html +4 -4
  214. package/docs/types/AudioAppearance.html +4 -4
  215. package/docs/types/AudioTagTypeConfigKey.html +4 -4
  216. package/docs/types/CSS3DRenderExportType.html +4 -4
  217. package/docs/types/CSS3DRenderPluginExportType.html +4 -4
  218. package/docs/types/CSS3DRenderPluginParameterType.html +4 -4
  219. package/docs/types/ClassFunctionParameters.html +4 -4
  220. package/docs/types/Color.html +4 -4
  221. package/docs/types/ContentTypeConfigKey.html +4 -4
  222. package/docs/types/ContentTypeConfigKeySplit.html +4 -4
  223. package/docs/types/ContentTypeMap.html +4 -4
  224. package/docs/types/Create3DDomContainerReturnType.html +4 -4
  225. package/docs/types/Create3DElementReturnType.html +4 -4
  226. package/docs/types/CruisePluginExportType.html +4 -4
  227. package/docs/types/CruisePluginTypes.CruiseData.html +4 -4
  228. package/docs/types/CruisePluginTypes.MoveEffect.html +4 -4
  229. package/docs/types/DeprecatedMediaPlaneProperty.html +4 -4
  230. package/docs/types/DeprecatedTagProperty.html +4 -4
  231. package/docs/types/Direction-1.html +4 -4
  232. package/docs/types/Direction4.html +4 -4
  233. package/docs/types/ElementRenderer.html +4 -4
  234. package/docs/types/FloorplanRuleLabels.html +4 -4
  235. package/docs/types/FloorplanServerRuleLabels.html +4 -4
  236. package/docs/types/GuideLinePluginExportType.html +4 -4
  237. package/docs/types/GuideLinePluginType.GuideLineItem.html +4 -4
  238. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +4 -4
  239. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +4 -4
  240. package/docs/types/GuideLinePluginType.GuideLineStyle.html +4 -4
  241. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +4 -4
  242. package/docs/types/GuideLinePluginType.PathItem.html +4 -4
  243. package/docs/types/GuideLinePluginType.PluginData.html +4 -4
  244. package/docs/types/HelperEventMap.html +4 -4
  245. package/docs/types/LoadTagConfig.html +4 -4
  246. package/docs/types/MapviewFloorplanPluginParameterType.html +4 -4
  247. package/docs/types/MapviewFloorplanPluginReturnType.html +4 -4
  248. package/docs/types/MediaData.html +4 -4
  249. package/docs/types/MediaStore.html +4 -4
  250. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +4 -4
  251. package/docs/types/ModelFloorplanPluginParameterType.html +4 -4
  252. package/docs/types/ModelFloorplanPluginReturnType.html +4 -4
  253. package/docs/types/ModelRoomLabelPluginParameters.html +4 -4
  254. package/docs/types/ModelRoomLabelPluginReturnType.html +4 -4
  255. package/docs/types/MoveArgs.html +4 -4
  256. package/docs/types/MoveOpts.html +4 -4
  257. package/docs/types/Object3DHelperEventMap.html +4 -4
  258. package/docs/types/ObjectFit.html +4 -4
  259. package/docs/types/PaintBrushEventMap.html +4 -4
  260. package/docs/types/PanoCompassPluginData.html +4 -4
  261. package/docs/types/PanoCompassPluginExportType.html +4 -4
  262. package/docs/types/PanoCompassPluginParameterType.html +4 -4
  263. package/docs/types/PanoFloorplanRadarPluginParameterType.html +4 -4
  264. package/docs/types/PanoFloorplanRadarPluginReturnType.html +4 -4
  265. package/docs/types/PanoIndex.html +4 -4
  266. package/docs/types/PanoMeasurePluginEvent.html +4 -4
  267. package/docs/types/PanoMeasureReturnType.html +4 -4
  268. package/docs/types/PanoSpatialTagPluginId.html +4 -4
  269. package/docs/types/PanoTagPluginExportInterface.html +4 -4
  270. package/docs/types/PanoTagPluginParamsInterface.html +4 -4
  271. package/docs/types/PanoVideoPluginParameterType.html +4 -4
  272. package/docs/types/PanoVideoPluginReturnType.html +4 -4
  273. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -4
  274. package/docs/types/PlaneTag.html +4 -4
  275. package/docs/types/Point2DTag.html +4 -4
  276. package/docs/types/Point3DTag.html +4 -4
  277. package/docs/types/PointTag.html +4 -4
  278. package/docs/types/PointTagInstance.html +4 -4
  279. package/docs/types/Position.html +4 -4
  280. package/docs/types/RotateArgs.html +4 -4
  281. package/docs/types/RotateOpts.html +4 -4
  282. package/docs/types/RuleLabelsKey.html +4 -4
  283. package/docs/types/RuleLabelsValue.html +4 -4
  284. package/docs/types/StickType.html +4 -4
  285. package/docs/types/Tag.html +4 -4
  286. package/docs/types/Tag2D.html +4 -4
  287. package/docs/types/Tag3D.html +4 -4
  288. package/docs/types/TagContentType.html +4 -4
  289. package/docs/types/TagDimensionType.html +4 -4
  290. package/docs/types/TagElement.html +4 -4
  291. package/docs/types/TagEvents.html +4 -4
  292. package/docs/types/TagGLTFObject.html +4 -4
  293. package/docs/types/TagHooks.html +4 -4
  294. package/docs/types/TagId.html +4 -4
  295. package/docs/types/TagInstance.html +4 -4
  296. package/docs/types/TagPointType.html +4 -4
  297. package/docs/types/TagRendererMap.html +4 -4
  298. package/docs/types/TopviewFloorplanPluginParameterType.html +4 -4
  299. package/docs/types/TopviewFloorplanPluginReturnType.html +4 -4
  300. package/docs/types/WorkCode.html +4 -4
  301. package/docs/variables/FLOOR_TYPE_MAP.html +4 -4
  302. package/docs/variables/PLUGIN.html +4 -4
  303. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +4 -4
  304. package/docs/variables/ROOM_TYPE_MAP.html +4 -4
  305. package/docs/variables/itemLabelPluginServerParams.html +4 -4
  306. package/docs/variables/modelItemLabelPluginServerParams.html +4 -4
  307. package/docs/variables/modelRoomLabelPluginServerParams.html +4 -4
  308. package/libs/CruisePlugin/Controller.js +103 -90
  309. package/libs/CruisePlugin/index.js +22 -9
  310. package/libs/GuideLinePlugin/Components/Tag.js +58 -48
  311. package/libs/GuideLinePlugin/Controller.js +38 -25
  312. package/libs/GuideLinePlugin/GuideLineItem.js +19 -6
  313. package/libs/GuideLinePlugin/GuideLineModeItem.js +19 -6
  314. package/libs/GuideLinePlugin/index.js +24 -11
  315. package/libs/ItemLabelPlugin/ItemLabelComponent.js +152 -139
  316. package/libs/ItemLabelPlugin/ItemLabelItem.js +67 -57
  317. package/libs/ItemLabelPlugin/Plugin.js +37 -26
  318. package/libs/ItemLabelPlugin/index.js +16 -5
  319. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +116 -103
  320. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +45 -35
  321. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +35 -24
  322. package/libs/ModelItemLabelPlugin/index.js +16 -5
  323. package/libs/ModelRoomLabelPlugin/Controller.js +20 -8
  324. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +52 -42
  325. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +75 -61
  326. package/libs/ModelRoomLabelPlugin/index.js +17 -5
  327. package/libs/PanoDoorLabelPlugin/Controller.js +65 -55
  328. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +55 -45
  329. package/libs/PanoDoorLabelPlugin/index.js +14 -4
  330. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +70 -60
  331. package/libs/PanoMeasurePlugin/Components/Common/Exit.js +32 -22
  332. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +75 -62
  333. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +110 -97
  334. package/libs/PanoMeasurePlugin/Components/Controller0.js +48 -37
  335. package/libs/PanoMeasurePlugin/Components/Controller1.js +59 -48
  336. package/libs/PanoMeasurePlugin/Components/Tip.js +74 -64
  337. package/libs/PanoMeasurePlugin/Controller/index.js +86 -75
  338. package/libs/PanoMeasurePlugin/Modules/GuideController.js +25 -15
  339. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +16 -5
  340. package/libs/PanoMeasurePlugin/index.js +27 -16
  341. package/libs/PanoRulerProPlugin/Controller.js +38 -27
  342. package/libs/PanoRulerProPlugin/RulerItem.js +91 -78
  343. package/libs/PanoRulerProPlugin/RulerItems.js +95 -82
  344. package/libs/PanoRulerProPlugin/index.js +15 -4
  345. package/libs/PanoSpatialTagPlugin/Components/origins.js +51 -38
  346. package/libs/PanoSpatialTagPlugin/Components/tag.js +32 -22
  347. package/libs/PanoSpatialTagPlugin/Plugin.js +116 -105
  348. package/libs/PanoSpatialTagPlugin/index.js +13 -2
  349. package/libs/PanoSpatialTagPlugin/store.d.ts +1 -0
  350. package/libs/PanoSpatialTagPlugin/store.js +2 -2
  351. package/libs/PanoTagPlugin/Components/Common/Arrow.js +44 -34
  352. package/libs/PanoTagPlugin/Components/Common/Audio.js +99 -89
  353. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +139 -128
  354. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +53 -43
  355. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +59 -49
  356. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +79 -69
  357. package/libs/PanoTagPlugin/Components/Common/Media.js +182 -168
  358. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +128 -118
  359. package/libs/PanoTagPlugin/Components/Common/Shadow.js +40 -30
  360. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +35 -24
  361. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +97 -86
  362. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +88 -75
  363. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +103 -95
  364. package/libs/PanoTagPlugin/Components/Common/TextItem.js +59 -49
  365. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +106 -95
  366. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +92 -81
  367. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +68 -57
  368. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +45 -35
  369. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +122 -110
  370. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +53 -42
  371. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +118 -103
  372. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +66 -54
  373. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +131 -108
  374. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +101 -90
  375. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +54 -43
  376. package/libs/PanoTagPlugin/Components/Tag/index.js +151 -138
  377. package/libs/PanoTagPlugin/Components/TagContainer.js +72 -57
  378. package/libs/PanoTagPlugin/Components/TagItem.js +60 -47
  379. package/libs/PanoTagPlugin/controller/TagComputer.js +2 -2
  380. package/libs/PanoTagPlugin/controller/TagRender.js +19 -6
  381. package/libs/PanoTagPlugin/controller/TagUtil.js +2 -2
  382. package/libs/PanoTagPlugin/controller/index.js +95 -82
  383. package/libs/PanoTagPlugin/index.js +26 -13
  384. package/libs/PanoTagPlugin/typings/controller.d.ts +1 -0
  385. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +10 -0
  386. package/libs/base/BasePlugin.js +1 -1
  387. package/libs/floorplan/Components/BaseImage.js +43 -39
  388. package/libs/floorplan/Components/Camera.js +16 -13
  389. package/libs/floorplan/Components/Compass.js +27 -24
  390. package/libs/floorplan/Components/CurrentFloor.js +25 -20
  391. package/libs/floorplan/Components/Main.js +58 -49
  392. package/libs/floorplan/Components/Normalmage.js +25 -22
  393. package/libs/floorplan/Components/RoomHighlight/Room.js +28 -25
  394. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +69 -61
  395. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +50 -47
  396. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +69 -61
  397. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +125 -118
  398. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +25 -22
  399. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +43 -40
  400. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +32 -29
  401. package/libs/floorplan/Components/RuleLabels/RuleItem.js +49 -41
  402. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +102 -94
  403. package/libs/floorplan/Components/SvgImage.js +30 -27
  404. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +41 -29
  405. package/libs/floorplan/MapviewFloorplanPlugin/index.js +19 -7
  406. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +35 -23
  407. package/libs/floorplan/ModelFloorplanPlugin/index.js +19 -7
  408. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +52 -42
  409. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +71 -59
  410. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +66 -53
  411. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +69 -57
  412. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +67 -55
  413. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +16 -4
  414. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +46 -34
  415. package/libs/floorplan/TopviewFloorplanPlugin/index.js +19 -7
  416. package/libs/floorplan/index.js +1 -0
  417. package/libs/index.js +126 -112
  418. package/libs/shared-utils/logger.js +1 -1
  419. package/libs/vendor/svelte/src/runtime/internal/Component.js +122 -0
  420. package/libs/vendor/svelte/src/runtime/internal/ResizeObserverSingleton.js +1 -0
  421. package/libs/vendor/svelte/src/runtime/internal/animations.js +1 -0
  422. package/libs/vendor/svelte/src/runtime/internal/await_block.js +47 -0
  423. package/libs/vendor/svelte/src/runtime/internal/dev.js +1 -0
  424. package/libs/vendor/svelte/src/runtime/internal/disclose-version/index.js +2 -0
  425. package/libs/vendor/svelte/src/runtime/internal/dom.js +214 -0
  426. package/libs/vendor/svelte/src/runtime/internal/each.js +46 -0
  427. package/libs/vendor/svelte/src/runtime/internal/environment.js +7 -0
  428. package/libs/vendor/svelte/src/runtime/internal/globals.js +7 -0
  429. package/libs/vendor/svelte/src/runtime/internal/index.js +1 -0
  430. package/libs/vendor/svelte/src/runtime/internal/lifecycle.js +63 -0
  431. package/libs/vendor/svelte/src/runtime/internal/loop.js +21 -0
  432. package/libs/vendor/svelte/src/runtime/internal/scheduler.js +66 -0
  433. package/libs/vendor/svelte/src/runtime/internal/spread.js +26 -0
  434. package/libs/vendor/svelte/src/runtime/internal/ssr.js +1 -0
  435. package/libs/vendor/svelte/src/runtime/internal/style_manager.js +48 -0
  436. package/libs/vendor/svelte/src/runtime/internal/transitions.js +192 -0
  437. package/libs/vendor/svelte/src/runtime/internal/utils.js +110 -0
  438. package/libs/vendor/svelte/{store → src/runtime/store}/index.js +5 -5
  439. package/libs/vendor/svelte/{transition → src/runtime/transition}/index.js +1 -1
  440. package/libs/vendor/svelte/src/shared/boolean_attributes.js +1 -0
  441. package/libs/vendor/svelte/src/shared/utils/names.js +1 -0
  442. package/libs/vendor/svelte/src/shared/version.js +4 -0
  443. package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +27 -23
  444. package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +197 -225
  445. package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +16 -12
  446. package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +65 -59
  447. package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +32 -29
  448. package/package.json +1 -1
  449. package/libs/vendor/svelte/internal/index.js +0 -749
  450. /package/libs/vendor/svelte/{easing → src/runtime/easing}/index.js +0 -0
  451. /package/libs/vendor/svelte/{index.js → src/runtime/index.js} +0 -0
@@ -1,119 +1,129 @@
1
- import { SvelteComponent as h, init as p, safe_not_equal as k, append_styles as I, empty as g, insert as b, transition_in as d, transition_out as _, check_outros as q, detach as v, element as w, text as O, attr as C, append as N, set_data as S, add_render_callback as T, create_in_transition as j, create_out_transition as z, group_outros as A } from "../../../vendor/svelte/internal/index.js";
2
- import { cubicInOut as m } from "../../../vendor/svelte/easing/index.js";
3
- function B(a) {
4
- I(a, "svelte-1sfwqvc", ".text-char.svelte-1sfwqvc{opacity:1;display:inline-block;transform:translate(0, 0) scale(1) rotate(0)}");
1
+ import { safe_not_equal as y } from "../../../vendor/svelte/src/runtime/internal/utils.js";
2
+ import { append_styles as h, empty as k, insert as x, detach as b, element as I, text as g, attr as q, append as w, set_data as O } from "../../../vendor/svelte/src/runtime/internal/dom.js";
3
+ import { transition_in as d, transition_out as m, check_outros as C, create_in_transition as N, create_out_transition as S, group_outros as T } from "../../../vendor/svelte/src/runtime/internal/transitions.js";
4
+ import { add_render_callback as j } from "../../../vendor/svelte/src/runtime/internal/scheduler.js";
5
+ import { SvelteComponent as z, init as A } from "../../../vendor/svelte/src/runtime/internal/Component.js";
6
+ import "../../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
7
+ import { cubicInOut as _ } from "../../../vendor/svelte/src/runtime/easing/index.js";
8
+ import "../../../vendor/svelte/src/runtime/internal/environment.js";
9
+ import "../../../vendor/svelte/src/runtime/internal/loop.js";
10
+ import "../../../vendor/svelte/src/runtime/internal/style_manager.js";
11
+ import "../../../vendor/svelte/src/runtime/internal/lifecycle.js";
12
+ import "../../../vendor/svelte/src/shared/version.js";
13
+ function B(o) {
14
+ h(o, "svelte-1sfwqvc", ".text-char.svelte-1sfwqvc{opacity:1;display:inline-block;transform:translate(0, 0) scale(1) rotate(0)}");
5
15
  }
6
- function x(a) {
7
- let e, t, n, i, o;
16
+ function p(o) {
17
+ let e, t, n, i, s;
8
18
  return {
9
19
  c() {
10
- e = w("span"), t = O(
20
+ e = I("span"), t = g(
11
21
  /*content*/
12
- a[1]
13
- ), C(e, "class", "text-char svelte-1sfwqvc");
22
+ o[1]
23
+ ), q(e, "class", "text-char svelte-1sfwqvc");
14
24
  },
15
- m(r, c) {
16
- b(r, e, c), N(e, t), o = !0;
25
+ m(r, f) {
26
+ x(r, e, f), w(e, t), s = !0;
17
27
  },
18
- p(r, c) {
19
- (!o || c & /*content*/
20
- 2) && S(
28
+ p(r, f) {
29
+ (!s || f & /*content*/
30
+ 2) && O(
21
31
  t,
22
32
  /*content*/
23
33
  r[1]
24
34
  );
25
35
  },
26
36
  i(r) {
27
- o || (r && T(() => {
28
- o && (i && i.end(1), n = j(
37
+ s || (r && j(() => {
38
+ s && (i && i.end(1), n = N(
29
39
  e,
30
40
  /*fly*/
31
- a[2],
41
+ o[2],
32
42
  { duration: 400 }
33
43
  ), n.start());
34
- }), o = !0);
44
+ }), s = !0);
35
45
  },
36
46
  o(r) {
37
- n && n.invalidate(), r && (i = z(
47
+ n && n.invalidate(), r && (i = S(
38
48
  e,
39
49
  /*flyOut*/
40
- a[3],
50
+ o[3],
41
51
  { duration: 400 }
42
- )), o = !1;
52
+ )), s = !1;
43
53
  },
44
54
  d(r) {
45
- r && v(e), r && i && i.end();
55
+ r && b(e), r && i && i.end();
46
56
  }
47
57
  };
48
58
  }
49
- function D(a) {
59
+ function D(o) {
50
60
  let e, t = (
51
61
  /*visible*/
52
- a[0] && x(a)
62
+ o[0] && p(o)
53
63
  );
54
64
  return {
55
65
  c() {
56
- t && t.c(), e = g();
66
+ t && t.c(), e = k();
57
67
  },
58
68
  m(n, i) {
59
- t && t.m(n, i), b(n, e, i);
69
+ t && t.m(n, i), x(n, e, i);
60
70
  },
61
71
  p(n, [i]) {
62
72
  /*visible*/
63
73
  n[0] ? t ? (t.p(n, i), i & /*visible*/
64
- 1 && d(t, 1)) : (t = x(n), t.c(), d(t, 1), t.m(e.parentNode, e)) : t && (A(), _(t, 1, 1, () => {
74
+ 1 && d(t, 1)) : (t = p(n), t.c(), d(t, 1), t.m(e.parentNode, e)) : t && (T(), m(t, 1, 1, () => {
65
75
  t = null;
66
- }), q());
76
+ }), C());
67
77
  },
68
78
  i(n) {
69
79
  d(t);
70
80
  },
71
81
  o(n) {
72
- _(t);
82
+ m(t);
73
83
  },
74
84
  d(n) {
75
- t && t.d(n), n && v(e);
85
+ n && b(e), t && t.d(n);
76
86
  }
77
87
  };
78
88
  }
79
- function E(a, e, t) {
80
- let { index: n } = e, { rightIndex: i } = e, { visible: o } = e, { content: r } = e;
81
- function c(s, { duration: f }) {
89
+ function E(o, e, t) {
90
+ let { index: n } = e, { rightIndex: i } = e, { visible: s } = e, { content: r } = e;
91
+ function f(l, { duration: c }) {
82
92
  return {
83
- duration: f,
93
+ duration: c,
84
94
  delay: n * 40,
85
95
  css: (u) => {
86
- const l = m(u);
96
+ const a = _(u);
87
97
  return `
88
- transform: translate(${4 * (1 - l)}px, ${10 * (1 - l)}px) scale(${0.7 + l * 0.3}) rotate(${20 * (1 - l)}deg);
89
- opacity: ${l};`;
98
+ transform: translate(${4 * (1 - a)}px, ${10 * (1 - a)}px) scale(${0.7 + a * 0.3}) rotate(${20 * (1 - a)}deg);
99
+ opacity: ${a};`;
90
100
  }
91
101
  };
92
102
  }
93
- function y(s, { duration: f }) {
103
+ function v(l, { duration: c }) {
94
104
  return {
95
- duration: f,
105
+ duration: c,
96
106
  delay: i * 40,
97
107
  css: (u) => {
98
- const l = m(u);
108
+ const a = _(u);
99
109
  return `
100
- transform: translate(${4 * (1 - l)}px, ${10 * (1 - l)}px) scale(${0.7 + l * 0.3}) rotate(${20 * (1 - l)}deg);
101
- opacity: ${l};`;
110
+ transform: translate(${4 * (1 - a)}px, ${10 * (1 - a)}px) scale(${0.7 + a * 0.3}) rotate(${20 * (1 - a)}deg);
111
+ opacity: ${a};`;
102
112
  }
103
113
  };
104
114
  }
105
- return a.$$set = (s) => {
106
- "index" in s && t(4, n = s.index), "rightIndex" in s && t(5, i = s.rightIndex), "visible" in s && t(0, o = s.visible), "content" in s && t(1, r = s.content);
107
- }, [o, r, c, y, n, i];
115
+ return o.$$set = (l) => {
116
+ "index" in l && t(4, n = l.index), "rightIndex" in l && t(5, i = l.rightIndex), "visible" in l && t(0, s = l.visible), "content" in l && t(1, r = l.content);
117
+ }, [s, r, f, v, n, i];
108
118
  }
109
- class H extends h {
119
+ class W extends z {
110
120
  constructor(e) {
111
- super(), p(
121
+ super(), A(
112
122
  this,
113
123
  e,
114
124
  E,
115
125
  D,
116
- k,
126
+ y,
117
127
  {
118
128
  index: 4,
119
129
  rightIndex: 5,
@@ -125,5 +135,5 @@ class H extends h {
125
135
  }
126
136
  }
127
137
  export {
128
- H as default
138
+ W as default
129
139
  };
@@ -1,95 +1,105 @@
1
- import { SvelteComponent as R, init as U, safe_not_equal as q, append_styles as N, empty as P, insert as $, transition_in as d, transition_out as c, check_outros as S, detach as v, element as m, create_component as w, attr as p, set_style as _, append as b, mount_component as j, destroy_component as k, space as W, group_outros as B, bubble as D, text as E, set_data as F } from "../../../../vendor/svelte/internal/index.js";
2
- import G from "../../Common/Icon/audioIcon.js";
3
- import H from "../../Common/Text/MText.js";
4
- import J from "../../Common/Audio.js";
1
+ import { safe_not_equal as R } from "../../../../vendor/svelte/src/runtime/internal/utils.js";
2
+ import { append_styles as U, empty as q, insert as $, detach as v, element as p, attr as d, set_style as _, append as b, space as L, text as N, set_data as P } from "../../../../vendor/svelte/src/runtime/internal/dom.js";
3
+ import { transition_in as u, transition_out as c, check_outros as S, group_outros as W } from "../../../../vendor/svelte/src/runtime/internal/transitions.js";
4
+ import { bubble as B } from "../../../../vendor/svelte/src/runtime/internal/lifecycle.js";
5
+ import { SvelteComponent as D, init as E, create_component as w, mount_component as j, destroy_component as k } from "../../../../vendor/svelte/src/runtime/internal/Component.js";
6
+ import "../../../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
7
+ import F from "../../Common/Icon/audioIcon.js";
8
+ import G from "../../Common/Text/MText.js";
9
+ import H from "../../Common/Audio.js";
10
+ import "../../../../vendor/svelte/src/runtime/internal/environment.js";
11
+ import "../../../../vendor/svelte/src/runtime/internal/loop.js";
12
+ import "../../../../vendor/svelte/src/runtime/internal/style_manager.js";
13
+ import "../../../../vendor/svelte/src/runtime/internal/scheduler.js";
14
+ import "../../../../vendor/svelte/src/shared/version.js";
5
15
  import "../../../utils/px2rem.js";
6
16
  import "../../Common/Shadow.js";
7
- import "../../../../vendor/svelte/transition/index.js";
8
- import "../../../../vendor/svelte/easing/index.js";
17
+ import "../../../../vendor/svelte/src/runtime/transition/index.js";
18
+ import "../../../../vendor/svelte/src/runtime/easing/index.js";
9
19
  import "../../../utils/audio/SharedAudio.js";
10
20
  import "../../../../shared-utils/audio.js";
11
- function K(n) {
12
- N(n, "svelte-58hfjf", ".audio-tag__wrapper.svelte-58hfjf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.audio-tag.svelte-58hfjf{position:relative;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:0.1875rem;padding-right:0.625rem;border-radius:624999.9375rem;border:0.03125rem solid rgba(255, 255, 255, 0.2)}.audio__inner.svelte-58hfjf{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.text.svelte-58hfjf{font-weight:bold;font-size:0.75rem;margin-left:0.25rem}.audio-icon__wrapper.svelte-58hfjf{position:relative;vertical-align:top;pointer-events:none;width:1.375rem;height:1.375rem}");
21
+ function J(r) {
22
+ U(r, "svelte-58hfjf", ".audio-tag__wrapper.svelte-58hfjf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.audio-tag.svelte-58hfjf{position:relative;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:0.1875rem;padding-right:0.625rem;border-radius:624999.9375rem;border:0.03125rem solid rgba(255, 255, 255, 0.2)}.audio__inner.svelte-58hfjf{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.text.svelte-58hfjf{font-weight:bold;font-size:0.75rem;margin-left:0.25rem}.audio-icon__wrapper.svelte-58hfjf{position:relative;vertical-align:top;pointer-events:none;width:1.375rem;height:1.375rem}");
13
23
  }
14
- function z(n) {
15
- let r, t, e, a;
16
- return e = new J({
24
+ function z(r) {
25
+ let n, t, e, i;
26
+ return e = new H({
17
27
  props: {
18
28
  style: "width: max-content; height: max-content;",
19
29
  enable: (
20
30
  /*tag*/
21
- n[0].state.visible
31
+ r[0].state.visible
22
32
  ),
23
33
  url: (
24
34
  /*tag*/
25
- n[0].data.audioUrl
35
+ r[0].data.audioUrl
26
36
  ),
27
37
  hooksInfo: { tag: (
28
38
  /*tag*/
29
- n[0]
39
+ r[0]
30
40
  ) },
31
41
  $$slots: { default: [O] },
32
- $$scope: { ctx: n }
42
+ $$scope: { ctx: r }
33
43
  }
34
44
  }), e.$on(
35
45
  "play",
36
46
  /*play_handler*/
37
- n[6]
47
+ r[6]
38
48
  ), e.$on(
39
49
  "pause",
40
50
  /*pause_handler*/
41
- n[7]
51
+ r[7]
42
52
  ), e.$on(
43
53
  "error",
44
54
  /*error_handler*/
45
- n[8]
55
+ r[8]
46
56
  ), e.$on(
47
57
  "timeupdate",
48
58
  /*timeupdate_handler*/
49
- n[9]
59
+ r[9]
50
60
  ), e.$on(
51
61
  "duration",
52
62
  /*duration_handler*/
53
- n[10]
63
+ r[10]
54
64
  ), e.$on(
55
65
  "audioRef",
56
66
  /*audioRef_handler*/
57
- n[11]
67
+ r[11]
58
68
  ), {
59
69
  c() {
60
- r = m("div"), t = m("div"), w(e.$$.fragment), p(t, "class", "audio-tag svelte-58hfjf"), _(
70
+ n = p("div"), t = p("div"), w(e.$$.fragment), d(t, "class", "audio-tag svelte-58hfjf"), _(
61
71
  t,
62
72
  "background-color",
63
73
  /*theme*/
64
- n[4].bgColor
74
+ r[4].bgColor
65
75
  ), _(
66
76
  t,
67
77
  "color",
68
78
  /*theme*/
69
- n[4].fontColor
70
- ), p(r, "class", "audio-tag__wrapper svelte-58hfjf");
79
+ r[4].fontColor
80
+ ), d(n, "class", "audio-tag__wrapper svelte-58hfjf");
71
81
  },
72
- m(o, i) {
73
- $(o, r, i), b(r, t), j(e, t, null), a = !0;
82
+ m(o, a) {
83
+ $(o, n, a), b(n, t), j(e, t, null), i = !0;
74
84
  },
75
- p(o, i) {
85
+ p(o, a) {
76
86
  const s = {};
77
- i & /*tag*/
87
+ a & /*tag*/
78
88
  1 && (s.enable = /*tag*/
79
- o[0].state.visible), i & /*tag*/
89
+ o[0].state.visible), a & /*tag*/
80
90
  1 && (s.url = /*tag*/
81
- o[0].data.audioUrl), i & /*tag*/
91
+ o[0].data.audioUrl), a & /*tag*/
82
92
  1 && (s.hooksInfo = { tag: (
83
93
  /*tag*/
84
94
  o[0]
85
- ) }), i & /*$$scope, title, playing*/
86
- 8232 && (s.$$scope = { dirty: i, ctx: o }), e.$set(s), i & /*theme*/
95
+ ) }), a & /*$$scope, title, playing*/
96
+ 8232 && (s.$$scope = { dirty: a, ctx: o }), e.$set(s), a & /*theme*/
87
97
  16 && _(
88
98
  t,
89
99
  "background-color",
90
100
  /*theme*/
91
101
  o[4].bgColor
92
- ), i & /*theme*/
102
+ ), a & /*theme*/
93
103
  16 && _(
94
104
  t,
95
105
  "color",
@@ -98,112 +108,113 @@ function z(n) {
98
108
  );
99
109
  },
100
110
  i(o) {
101
- a || (d(e.$$.fragment, o), a = !0);
111
+ i || (u(e.$$.fragment, o), i = !0);
102
112
  },
103
113
  o(o) {
104
- c(e.$$.fragment, o), a = !1;
114
+ c(e.$$.fragment, o), i = !1;
105
115
  },
106
116
  d(o) {
107
- o && v(r), k(e);
117
+ o && v(n), k(e);
108
118
  }
109
119
  };
110
120
  }
111
- function L(n) {
112
- let r;
121
+ function K(r) {
122
+ let n;
113
123
  return {
114
124
  c() {
115
- r = E(
125
+ n = N(
116
126
  /*title*/
117
- n[5]
127
+ r[5]
118
128
  );
119
129
  },
120
130
  m(t, e) {
121
- $(t, r, e);
131
+ $(t, n, e);
122
132
  },
123
133
  p(t, e) {
124
134
  e & /*title*/
125
- 32 && F(
126
- r,
135
+ 32 && P(
136
+ n,
127
137
  /*title*/
128
138
  t[5]
129
139
  );
130
140
  },
131
141
  d(t) {
132
- t && v(r);
142
+ t && v(n);
133
143
  }
134
144
  };
135
145
  }
136
- function O(n) {
137
- let r, t, e, a, o, i, s;
138
- return e = new G({ props: { playing: (
146
+ function O(r) {
147
+ let n, t, e, i, o, a, s;
148
+ return e = new F({ props: { playing: (
139
149
  /*playing*/
140
- n[3]
141
- ) } }), i = new H({
150
+ r[3]
151
+ ) } }), a = new G({
142
152
  props: {
143
153
  maxWidth: 72,
144
- $$slots: { default: [L] },
145
- $$scope: { ctx: n }
154
+ maxLine: 1,
155
+ $$slots: { default: [K] },
156
+ $$scope: { ctx: r }
146
157
  }
147
158
  }), {
148
159
  c() {
149
- r = m("div"), t = m("div"), w(e.$$.fragment), a = W(), o = m("div"), w(i.$$.fragment), p(t, "class", "audio-icon__wrapper svelte-58hfjf"), p(o, "class", "text svelte-58hfjf"), p(r, "class", "audio__inner svelte-58hfjf");
160
+ n = p("div"), t = p("div"), w(e.$$.fragment), i = L(), o = p("div"), w(a.$$.fragment), d(t, "class", "audio-icon__wrapper svelte-58hfjf"), d(o, "class", "text svelte-58hfjf"), d(n, "class", "audio__inner svelte-58hfjf");
150
161
  },
151
- m(l, u) {
152
- $(l, r, u), b(r, t), j(e, t, null), b(r, a), b(r, o), j(i, o, null), s = !0;
162
+ m(l, m) {
163
+ $(l, n, m), b(n, t), j(e, t, null), b(n, i), b(n, o), j(a, o, null), s = !0;
153
164
  },
154
- p(l, u) {
165
+ p(l, m) {
155
166
  const g = {};
156
- u & /*playing*/
167
+ m & /*playing*/
157
168
  8 && (g.playing = /*playing*/
158
169
  l[3]), e.$set(g);
159
170
  const h = {};
160
- u & /*$$scope, title*/
161
- 8224 && (h.$$scope = { dirty: u, ctx: l }), i.$set(h);
171
+ m & /*$$scope, title*/
172
+ 8224 && (h.$$scope = { dirty: m, ctx: l }), a.$set(h);
162
173
  },
163
174
  i(l) {
164
- s || (d(e.$$.fragment, l), d(i.$$.fragment, l), s = !0);
175
+ s || (u(e.$$.fragment, l), u(a.$$.fragment, l), s = !0);
165
176
  },
166
177
  o(l) {
167
- c(e.$$.fragment, l), c(i.$$.fragment, l), s = !1;
178
+ c(e.$$.fragment, l), c(a.$$.fragment, l), s = !1;
168
179
  },
169
180
  d(l) {
170
- l && v(r), k(e), k(i);
181
+ l && v(n), k(e), k(a);
171
182
  }
172
183
  };
173
184
  }
174
- function Q(n) {
175
- let r, t, e = (
185
+ function Q(r) {
186
+ let n, t, e = (
176
187
  /*tag*/
177
- n[0].state && z(n)
188
+ r[0].state && z(r)
178
189
  );
179
190
  return {
180
191
  c() {
181
- e && e.c(), r = P();
192
+ e && e.c(), n = q();
182
193
  },
183
- m(a, o) {
184
- e && e.m(a, o), $(a, r, o), t = !0;
194
+ m(i, o) {
195
+ e && e.m(i, o), $(i, n, o), t = !0;
185
196
  },
186
- p(a, [o]) {
197
+ p(i, [o]) {
187
198
  /*tag*/
188
- a[0].state ? e ? (e.p(a, o), o & /*tag*/
189
- 1 && d(e, 1)) : (e = z(a), e.c(), d(e, 1), e.m(r.parentNode, r)) : e && (B(), c(e, 1, 1, () => {
199
+ i[0].state ? e ? (e.p(i, o), o & /*tag*/
200
+ 1 && u(e, 1)) : (e = z(i), e.c(), u(e, 1), e.m(n.parentNode, n)) : e && (W(), c(e, 1, 1, () => {
190
201
  e = null;
191
202
  }), S());
192
203
  },
193
- i(a) {
194
- t || (d(e), t = !0);
204
+ i(i) {
205
+ t || (u(e), t = !0);
195
206
  },
196
- o(a) {
207
+ o(i) {
197
208
  c(e), t = !1;
198
209
  },
199
- d(a) {
200
- e && e.d(a), a && v(r);
210
+ d(i) {
211
+ i && v(n), e && e.d(i);
201
212
  }
202
213
  };
203
214
  }
204
- function V(n, r, t) {
205
- let e, a, { tag: o } = r;
206
- const i = {
215
+ function V(r, n, t) {
216
+ let e, i, { tag: o } = n;
217
+ const a = {
207
218
  light: {
208
219
  bgColor: "rgba(255, 255, 255, 0.3)",
209
220
  fontColor: "rgba(0, 0, 0, 0.6)"
@@ -213,34 +224,34 @@ function V(n, r, t) {
213
224
  fontColor: "white"
214
225
  }
215
226
  };
216
- let s = 0, l = 0, u = !1;
227
+ let s = 0, l = 0, m = !1;
217
228
  const g = () => {
218
- t(3, u = !0);
229
+ t(3, m = !0);
219
230
  }, h = () => {
220
- t(3, u = !1);
231
+ t(3, m = !1);
221
232
  }, A = () => {
222
- t(3, u = !1);
233
+ t(3, m = !1);
223
234
  }, I = (f) => {
224
235
  t(1, s = f.detail);
225
236
  }, T = (f) => {
226
237
  t(2, l = f.detail);
227
238
  };
228
239
  function M(f) {
229
- D.call(this, n, f);
240
+ B.call(this, r, f);
230
241
  }
231
- return n.$$set = (f) => {
242
+ return r.$$set = (f) => {
232
243
  "tag" in f && t(0, o = f.tag);
233
- }, n.$$.update = () => {
244
+ }, r.$$.update = () => {
234
245
  var f, C, y;
235
- n.$$.dirty & /*tag*/
236
- 1 && t(5, e = (C = (f = o.data.title) != null ? f : o.data.text) != null ? C : ""), n.$$.dirty & /*tag*/
237
- 1 && t(4, a = (y = i[o.data.theme || "light"]) != null ? y : i.light);
246
+ r.$$.dirty & /*tag*/
247
+ 1 && t(5, e = (C = (f = o.data.title) != null ? f : o.data.text) != null ? C : ""), r.$$.dirty & /*tag*/
248
+ 1 && t(4, i = (y = a[o.data.theme || "light"]) != null ? y : a.light);
238
249
  }, [
239
250
  o,
240
251
  s,
241
252
  l,
242
- u,
243
- a,
253
+ m,
254
+ i,
244
255
  e,
245
256
  g,
246
257
  h,
@@ -250,11 +261,11 @@ function V(n, r, t) {
250
261
  M
251
262
  ];
252
263
  }
253
- class ie extends R {
254
- constructor(r) {
255
- super(), U(this, r, V, Q, q, { tag: 0 }, K);
264
+ class he extends D {
265
+ constructor(n) {
266
+ super(), E(this, n, V, Q, R, { tag: 0 }, J);
256
267
  }
257
268
  }
258
269
  export {
259
- ie as default
270
+ he as default
260
271
  };