@realsee/dnalogel 2.10.4 → 2.11.0-alpha.0

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