@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,4 +1,4 @@
1
- import { SvelteComponent as A, init as B, safe_not_equal as E, append_styles as F, empty as G, insert as x, transition_in as m, transition_out as c, check_outros as N, detach as w, create_component as h, space as S, element as _, attr as v, set_style as q, toggle_class as k, mount_component as b, append as g, group_outros as P, destroy_component as Y } from "../../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as A, init as B, safe_not_equal as E, append_styles as F, empty as G, insert as x, transition_in as u, transition_out as c, check_outros as N, detach as w, create_component as h, space as S, element as _, attr as v, set_style as q, toggle_class as k, mount_component as $, append as g, group_outros as P, destroy_component as Y } from "../../../../vendor/svelte/internal/index.js";
2
2
  import H from "../../Common/Line/Straight.js";
3
3
  import j from "../../Common/Text/MText.js";
4
4
  import "../../../../vendor/svelte/transition/index.js";
@@ -10,8 +10,8 @@ function I(r) {
10
10
  }
11
11
  function D(r) {
12
12
  var y, z;
13
- let o, l, e, i, t, d, s, u, p;
14
- o = new H({
13
+ let l, i, e, n, t, d, s, m, f;
14
+ l = new H({
15
15
  props: {
16
16
  unfolded: r[1],
17
17
  direction: "vertical",
@@ -29,100 +29,101 @@ function D(r) {
29
29
  let a = (r[0].data.description || ((z = r[0].data.edit) == null ? void 0 : z.description)) && M(r);
30
30
  return {
31
31
  c() {
32
- h(o.$$.fragment), l = S(), e = _("div"), i = _("div"), t = _("div"), d = _("div"), h(s.$$.fragment), u = S(), a && a.c(), v(d, "class", "title svelte-1oxrkr1"), v(t, "class", "plane svelte-1oxrkr1"), v(i, "class", "plane__wrapper svelte-1oxrkr1"), q(i, "transform", r[1] ? "translateY(-15px)" : "translateY(0)"), v(e, "class", "plane__container svelte-1oxrkr1"), k(e, "unfolded", r[1]), k(e, "folded", r[3]);
32
+ h(l.$$.fragment), i = S(), e = _("div"), n = _("div"), t = _("div"), d = _("div"), h(s.$$.fragment), m = S(), a && a.c(), v(d, "class", "title svelte-1oxrkr1"), v(t, "class", "plane svelte-1oxrkr1"), v(n, "class", "plane__wrapper svelte-1oxrkr1"), q(n, "transform", r[1] ? "translateY(-15px)" : "translateY(0)"), v(e, "class", "plane__container svelte-1oxrkr1"), k(e, "unfolded", r[1]), k(e, "folded", r[3]);
33
33
  },
34
- m(n, f) {
35
- b(o, n, f), x(n, l, f), x(n, e, f), g(e, i), g(i, t), g(t, d), b(s, d, null), g(t, u), a && a.m(t, null), p = !0;
34
+ m(o, p) {
35
+ $(l, o, p), x(o, i, p), x(o, e, p), g(e, n), g(n, t), g(t, d), $(s, d, null), g(t, m), a && a.m(t, null), f = !0;
36
36
  },
37
- p(n, f) {
37
+ p(o, p) {
38
38
  var C, L;
39
39
  const T = {};
40
- f & 2 && (T.unfolded = n[1]), o.$set(T);
41
- const $ = {};
42
- f & 4 && ($.text = n[2]), f & 1 && ($.edit = (C = n[0].data.edit) == null ? void 0 : C.title), s.$set($), n[0].data.description || ((L = n[0].data.edit) == null ? void 0 : L.description) ? a ? (a.p(n, f), f & 1 && m(a, 1)) : (a = M(n), a.c(), m(a, 1), a.m(t, null)) : a && (P(), c(a, 1, 1, () => {
40
+ p & 2 && (T.unfolded = o[1]), l.$set(T);
41
+ const b = {};
42
+ p & 4 && (b.text = o[2]), p & 1 && (b.edit = (C = o[0].data.edit) == null ? void 0 : C.title), s.$set(b), o[0].data.description || ((L = o[0].data.edit) == null ? void 0 : L.description) ? a ? (a.p(o, p), p & 1 && u(a, 1)) : (a = M(o), a.c(), u(a, 1), a.m(t, null)) : a && (P(), c(a, 1, 1, () => {
43
43
  a = null;
44
- }), N()), f & 2 && q(i, "transform", n[1] ? "translateY(-15px)" : "translateY(0)"), (!p || f & 2) && k(e, "unfolded", n[1]), (!p || f & 8) && k(e, "folded", n[3]);
44
+ }), N()), p & 2 && q(n, "transform", o[1] ? "translateY(-15px)" : "translateY(0)"), (!f || p & 2) && k(e, "unfolded", o[1]), (!f || p & 8) && k(e, "folded", o[3]);
45
45
  },
46
- i(n) {
47
- p || (m(o.$$.fragment, n), m(s.$$.fragment, n), m(a), p = !0);
46
+ i(o) {
47
+ f || (u(l.$$.fragment, o), u(s.$$.fragment, o), u(a), f = !0);
48
48
  },
49
- o(n) {
50
- c(o.$$.fragment, n), c(s.$$.fragment, n), c(a), p = !1;
49
+ o(o) {
50
+ c(l.$$.fragment, o), c(s.$$.fragment, o), c(a), f = !1;
51
51
  },
52
- d(n) {
53
- Y(o, n), n && w(l), n && w(e), Y(s), a && a.d();
52
+ d(o) {
53
+ Y(l, o), o && w(i), o && w(e), Y(s), a && a.d();
54
54
  }
55
55
  };
56
56
  }
57
57
  function M(r) {
58
- var i;
59
- let o, l, e;
60
- return l = new j({
58
+ var n;
59
+ let l, i, e;
60
+ return i = new j({
61
61
  props: {
62
62
  text: r[0].data.description,
63
- edit: (i = r[0].data.edit) == null ? void 0 : i.description,
63
+ edit: (n = r[0].data.edit) == null ? void 0 : n.description,
64
64
  maxLine: 3
65
65
  }
66
66
  }), {
67
67
  c() {
68
- o = _("div"), h(l.$$.fragment), v(o, "class", "description svelte-1oxrkr1");
68
+ l = _("div"), h(i.$$.fragment), v(l, "class", "description svelte-1oxrkr1");
69
69
  },
70
70
  m(t, d) {
71
- x(t, o, d), b(l, o, null), e = !0;
71
+ x(t, l, d), $(i, l, null), e = !0;
72
72
  },
73
73
  p(t, d) {
74
- var u;
74
+ var m;
75
75
  const s = {};
76
- d & 1 && (s.text = t[0].data.description), d & 1 && (s.edit = (u = t[0].data.edit) == null ? void 0 : u.description), l.$set(s);
76
+ d & 1 && (s.text = t[0].data.description), d & 1 && (s.edit = (m = t[0].data.edit) == null ? void 0 : m.description), i.$set(s);
77
77
  },
78
78
  i(t) {
79
- e || (m(l.$$.fragment, t), e = !0);
79
+ e || (u(i.$$.fragment, t), e = !0);
80
80
  },
81
81
  o(t) {
82
- c(l.$$.fragment, t), e = !1;
82
+ c(i.$$.fragment, t), e = !1;
83
83
  },
84
84
  d(t) {
85
- t && w(o), Y(l);
85
+ t && w(l), Y(i);
86
86
  }
87
87
  };
88
88
  }
89
89
  function J(r) {
90
- let o, l, e = r[0].state && D(r);
90
+ let l, i, e = r[0].state && D(r);
91
91
  return {
92
92
  c() {
93
- e && e.c(), o = G();
93
+ e && e.c(), l = G();
94
94
  },
95
- m(i, t) {
96
- e && e.m(i, t), x(i, o, t), l = !0;
95
+ m(n, t) {
96
+ e && e.m(n, t), x(n, l, t), i = !0;
97
97
  },
98
- p(i, [t]) {
99
- i[0].state ? e ? (e.p(i, t), t & 1 && m(e, 1)) : (e = D(i), e.c(), m(e, 1), e.m(o.parentNode, o)) : e && (P(), c(e, 1, 1, () => {
98
+ p(n, [t]) {
99
+ n[0].state ? e ? (e.p(n, t), t & 1 && u(e, 1)) : (e = D(n), e.c(), u(e, 1), e.m(l.parentNode, l)) : e && (P(), c(e, 1, 1, () => {
100
100
  e = null;
101
101
  }), N());
102
102
  },
103
- i(i) {
104
- l || (m(e), l = !0);
103
+ i(n) {
104
+ i || (u(e), i = !0);
105
105
  },
106
- o(i) {
107
- c(e), l = !1;
106
+ o(n) {
107
+ c(e), i = !1;
108
108
  },
109
- d(i) {
110
- e && e.d(i), i && w(o);
109
+ d(n) {
110
+ e && e.d(n), n && w(l);
111
111
  }
112
112
  };
113
113
  }
114
- function K(r, o, l) {
115
- let e, i, t, { tag: d } = o;
116
- return r.$$set = (s) => {
117
- "tag" in s && l(0, d = s.tag);
114
+ function K(r, l, i) {
115
+ let e, n, t;
116
+ var d, s, m;
117
+ let { tag: f } = l;
118
+ return r.$$set = (a) => {
119
+ "tag" in a && i(0, f = a.tag);
118
120
  }, r.$$.update = () => {
119
- var s, u, p;
120
- r.$$.dirty & 1 && l(1, e = !!((s = d.state) != null && s.unfolded)), r.$$.dirty & 2 && l(3, i = !e), r.$$.dirty & 1 && l(2, t = (p = (u = d.data.title) != null ? u : d.data.text) != null ? p : "");
121
- }, [d, e, t, i];
121
+ r.$$.dirty & 17 && i(1, e = !!(!(i(4, d = f.state) === null || d === void 0) && d.unfolded)), r.$$.dirty & 2 && i(3, n = !e), r.$$.dirty & 97 && i(2, t = i(6, m = i(5, s = f.data.title) !== null && s !== void 0 ? s : f.data.text) !== null && m !== void 0 ? m : "");
122
+ }, [f, e, t, n, d, s, m];
122
123
  }
123
124
  class Z extends A {
124
- constructor(o) {
125
- super(), B(this, o, K, J, E, { tag: 0 }, I);
125
+ constructor(l) {
126
+ super(), B(this, l, K, J, E, { tag: 0 }, I);
126
127
  }
127
128
  }
128
129
  export {
@@ -1,4 +1,4 @@
1
- import { SvelteComponent as S, init as C, safe_not_equal as R, append_styles as W, empty as q, insert as w, transition_in as p, transition_out as _, check_outros as F, detach as v, create_component as k, space as D, element as I, attr as L, add_render_callback as N, mount_component as z, add_resize_listener as j, listen as x, destroy_component as T, group_outros as A } from "../../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as $, init as C, safe_not_equal as R, append_styles as W, empty as q, insert as w, transition_in as c, transition_out as g, check_outros as F, detach as k, create_component as z, space as M, element as I, attr as L, add_render_callback as N, mount_component as T, add_resize_listener as j, listen as x, destroy_component as y, group_outros as A } from "../../../../vendor/svelte/internal/index.js";
2
2
  import B from "../../Common/Line/Straight.js";
3
3
  import E from "../../Common/Shadow.js";
4
4
  import G from "../../Common/Text/FlyMText.js";
@@ -9,7 +9,6 @@ import "../../Common/Text/FlyText.js";
9
9
  import "animejs";
10
10
  import "../../../../shared-utils/isNil.js";
11
11
  import "three";
12
- import "@realsee/five/gltf-loader";
13
12
  import "../../../utils/search.js";
14
13
  import "../../../utils/constants.js";
15
14
  import "../../Common/Arrow.js";
@@ -18,9 +17,9 @@ import "../../../utils/doUtil.js";
18
17
  function H(n) {
19
18
  W(n, "svelte-nlvd3x", ".content.svelte-nlvd3x{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0;overflow:hidden;box-sizing:border-box;font-size:0;pointer-events:none;white-space:nowrap;font-weight:600}");
20
19
  }
21
- function M(n) {
22
- var g, d;
23
- let r, f, t, o, i, s, a, m, u, c;
20
+ function S(n) {
21
+ var u, h;
22
+ let r, o, t, i, l, s, p, m, d, a;
24
23
  return r = new E({
25
24
  props: {
26
25
  visible: n[2],
@@ -34,7 +33,7 @@ function M(n) {
34
33
  props: {
35
34
  unfolded: n[2],
36
35
  length: n[3],
37
- outDelay: n[4] + 40 * Math.min((d = (g = n[6][0]) == null ? void 0 : g.content.length) != null ? d : 10, 15),
36
+ outDelay: n[4] + 40 * Math.min((h = (u = n[6][0]) == null ? void 0 : u.content.length) != null ? h : 10, 15),
38
37
  useLinearColor: !0
39
38
  }
40
39
  }), s = new G({
@@ -45,91 +44,95 @@ function M(n) {
45
44
  }
46
45
  }), {
47
46
  c() {
48
- k(r.$$.fragment), f = D(), k(t.$$.fragment), o = D(), i = I("div"), k(s.$$.fragment), L(i, "class", "content svelte-nlvd3x"), N(() => n[8].call(i));
47
+ z(r.$$.fragment), o = M(), z(t.$$.fragment), i = M(), l = I("div"), z(s.$$.fragment), L(l, "class", "content svelte-nlvd3x"), N(() => n[11].call(l));
49
48
  },
50
- m(e, l) {
51
- z(r, e, l), w(e, f, l), z(t, e, l), w(e, o, l), w(e, i, l), z(s, i, null), a = j(i, n[8].bind(i)), m = !0, u || (c = x(i, "click", n[7]), u = !0);
49
+ m(e, f) {
50
+ T(r, e, f), w(e, o, f), T(t, e, f), w(e, i, f), w(e, l, f), T(s, l, null), p = j(l, n[11].bind(l)), m = !0, d || (a = x(l, "click", n[7]), d = !0);
52
51
  },
53
- p(e, l) {
54
- var y, U;
55
- const $ = {};
56
- l & 4 && ($.visible = e[2]), l & 8 && ($.left = e[3] / 2 + "px"), r.$set($);
57
- const h = {};
58
- l & 4 && (h.unfolded = e[2]), l & 8 && (h.length = e[3]), l & 16 && (h.outDelay = e[4] + 40 * Math.min((U = (y = e[6][0]) == null ? void 0 : y.content.length) != null ? U : 10, 15)), t.$set(h);
52
+ p(e, f) {
53
+ var U, D;
54
+ const _ = {};
55
+ f & 4 && (_.visible = e[2]), f & 8 && (_.left = e[3] / 2 + "px"), r.$set(_);
59
56
  const b = {};
60
- l & 4 && (b.visible = e[2]), l & 2 && (b.textUnfolded = e[1]), l & 32 && (b.content = e[5]), s.$set(b);
57
+ f & 4 && (b.unfolded = e[2]), f & 8 && (b.length = e[3]), f & 16 && (b.outDelay = e[4] + 40 * Math.min((D = (U = e[6][0]) == null ? void 0 : U.content.length) != null ? D : 10, 15)), t.$set(b);
58
+ const v = {};
59
+ f & 4 && (v.visible = e[2]), f & 2 && (v.textUnfolded = e[1]), f & 32 && (v.content = e[5]), s.$set(v);
61
60
  },
62
61
  i(e) {
63
- m || (p(r.$$.fragment, e), p(t.$$.fragment, e), p(s.$$.fragment, e), m = !0);
62
+ m || (c(r.$$.fragment, e), c(t.$$.fragment, e), c(s.$$.fragment, e), m = !0);
64
63
  },
65
64
  o(e) {
66
- _(r.$$.fragment, e), _(t.$$.fragment, e), _(s.$$.fragment, e), m = !1;
65
+ g(r.$$.fragment, e), g(t.$$.fragment, e), g(s.$$.fragment, e), m = !1;
67
66
  },
68
67
  d(e) {
69
- T(r, e), e && v(f), T(t, e), e && v(o), e && v(i), T(s), a(), u = !1, c();
68
+ y(r, e), e && k(o), y(t, e), e && k(i), e && k(l), y(s), p(), d = !1, a();
70
69
  }
71
70
  };
72
71
  }
73
72
  function J(n) {
74
- let r, f, t = n[0].state && M(n);
73
+ let r, o, t = n[0].state && S(n);
75
74
  return {
76
75
  c() {
77
76
  t && t.c(), r = q();
78
77
  },
79
- m(o, i) {
80
- t && t.m(o, i), w(o, r, i), f = !0;
78
+ m(i, l) {
79
+ t && t.m(i, l), w(i, r, l), o = !0;
81
80
  },
82
- p(o, [i]) {
83
- o[0].state ? t ? (t.p(o, i), i & 1 && p(t, 1)) : (t = M(o), t.c(), p(t, 1), t.m(r.parentNode, r)) : t && (A(), _(t, 1, 1, () => {
81
+ p(i, [l]) {
82
+ i[0].state ? t ? (t.p(i, l), l & 1 && c(t, 1)) : (t = S(i), t.c(), c(t, 1), t.m(r.parentNode, r)) : t && (A(), g(t, 1, 1, () => {
84
83
  t = null;
85
84
  }), F());
86
85
  },
87
- i(o) {
88
- f || (p(t), f = !0);
86
+ i(i) {
87
+ o || (c(t), o = !0);
89
88
  },
90
- o(o) {
91
- _(t), f = !1;
89
+ o(i) {
90
+ g(t), o = !1;
92
91
  },
93
- d(o) {
94
- t && t.d(o), o && v(r);
92
+ d(i) {
93
+ t && t.d(i), i && k(r);
95
94
  }
96
95
  };
97
96
  }
98
- function K(n, r, f) {
99
- let t, o, i, { tag: s } = r, a, m = !1, u = [];
100
- function c() {
101
- f(1, m = !m);
97
+ function K(n, r, o) {
98
+ let t, i, l;
99
+ var s, p, m;
100
+ let { tag: d } = r, a, u = !1, h = [];
101
+ function e() {
102
+ o(1, u = !u);
102
103
  }
103
- function g() {
104
- a = this.clientWidth, f(3, a);
104
+ function f() {
105
+ a = this.clientWidth, o(3, a);
105
106
  }
106
- return n.$$set = (d) => {
107
- "tag" in d && f(0, s = d.tag);
107
+ return n.$$set = (_) => {
108
+ "tag" in _ && o(0, d = _.tag);
108
109
  }, n.$$.update = () => {
109
- var d, e, l;
110
- n.$$.dirty & 1 && f(2, t = !!((d = s.state) != null && d.unfolded)), n.$$.dirty & 1 && f(5, o = (l = (e = s.data.title) != null ? e : s.data.text) != null ? l : ""), n.$$.dirty & 4 && (t || setTimeout(
110
+ n.$$.dirty & 257 && o(2, t = !!(!(o(8, s = d.state) === null || s === void 0) && s.unfolded)), n.$$.dirty & 1537 && o(5, i = o(10, m = o(9, p = d.data.title) !== null && p !== void 0 ? p : d.data.text) !== null && m !== void 0 ? m : ""), n.$$.dirty & 4 && (t || setTimeout(
111
111
  () => {
112
- f(1, m = !1);
112
+ o(1, u = !1);
113
113
  },
114
114
  20
115
- )), n.$$.dirty & 2 && f(4, i = m ? 450 : 0);
115
+ )), n.$$.dirty & 2 && o(4, l = u ? 450 : 0);
116
116
  }, [
117
- s,
118
- m,
117
+ d,
118
+ u,
119
119
  t,
120
120
  a,
121
+ l,
121
122
  i,
122
- o,
123
- u,
124
- c,
125
- g
123
+ h,
124
+ e,
125
+ s,
126
+ p,
127
+ m,
128
+ f
126
129
  ];
127
130
  }
128
- class de extends S {
131
+ class me extends $ {
129
132
  constructor(r) {
130
133
  super(), C(this, r, K, J, R, { tag: 0 }, H);
131
134
  }
132
135
  }
133
136
  export {
134
- de as default
137
+ me as default
135
138
  };
@@ -1,6 +1,6 @@
1
- import { SvelteComponent as d, init as $, safe_not_equal as k, empty as b, insert as x, transition_out as f, check_outros as T, transition_in as l, detach as y, group_outros as h, create_component as s, mount_component as _, destroy_component as g } from "../../../../vendor/svelte/internal/index.js";
2
- import w from "./TextTag.js";
3
- import q from "./TextPlaneTag.js";
1
+ import { SvelteComponent as d, init as k, safe_not_equal as $, empty as b, insert as x, transition_out as f, check_outros as T, transition_in as l, detach as y, group_outros as h, create_component as s, mount_component as _, destroy_component as g } from "../../../../vendor/svelte/internal/index.js";
2
+ import v from "./TextTag.js";
3
+ import w from "./TextPlaneTag.js";
4
4
  import "../../Common/Line/Straight.js";
5
5
  import "../../../../vendor/svelte/transition/index.js";
6
6
  import "../../../../vendor/svelte/easing/index.js";
@@ -11,7 +11,6 @@ import "../../Common/Text/FlyText.js";
11
11
  import "animejs";
12
12
  import "../../../../shared-utils/isNil.js";
13
13
  import "three";
14
- import "@realsee/five/gltf-loader";
15
14
  import "../../../utils/search.js";
16
15
  import "../../../utils/constants.js";
17
16
  import "../../Common/Arrow.js";
@@ -19,98 +18,99 @@ import "../../../Assets/Icon.js";
19
18
  import "../../../utils/doUtil.js";
20
19
  import "../../Common/Text/MText.js";
21
20
  import "../../../utils/px2rem.js";
22
- function v(a) {
23
- let t, r;
24
- return t = new q({ props: { tag: a[0] } }), {
21
+ function q(a) {
22
+ let t, e;
23
+ return t = new w({ props: { tag: a[0] } }), {
25
24
  c() {
26
25
  s(t.$$.fragment);
27
26
  },
28
- m(e, o) {
29
- _(t, e, o), r = !0;
27
+ m(r, o) {
28
+ _(t, r, o), e = !0;
30
29
  },
31
- p(e, o) {
30
+ p(r, o) {
32
31
  const i = {};
33
- o & 1 && (i.tag = e[0]), t.$set(i);
32
+ o & 1 && (i.tag = r[0]), t.$set(i);
34
33
  },
35
- i(e) {
36
- r || (l(t.$$.fragment, e), r = !0);
34
+ i(r) {
35
+ e || (l(t.$$.fragment, r), e = !0);
37
36
  },
38
- o(e) {
39
- f(t.$$.fragment, e), r = !1;
37
+ o(r) {
38
+ f(t.$$.fragment, r), e = !1;
40
39
  },
41
- d(e) {
42
- g(t, e);
40
+ d(r) {
41
+ g(t, r);
43
42
  }
44
43
  };
45
44
  }
46
45
  function C(a) {
47
- let t, r;
48
- return t = new w({ props: { tag: a[0] } }), {
46
+ let t, e;
47
+ return t = new v({ props: { tag: a[0] } }), {
49
48
  c() {
50
49
  s(t.$$.fragment);
51
50
  },
52
- m(e, o) {
53
- _(t, e, o), r = !0;
51
+ m(r, o) {
52
+ _(t, r, o), e = !0;
54
53
  },
55
- p(e, o) {
54
+ p(r, o) {
56
55
  const i = {};
57
- o & 1 && (i.tag = e[0]), t.$set(i);
56
+ o & 1 && (i.tag = r[0]), t.$set(i);
58
57
  },
59
- i(e) {
60
- r || (l(t.$$.fragment, e), r = !0);
58
+ i(r) {
59
+ e || (l(t.$$.fragment, r), e = !0);
61
60
  },
62
- o(e) {
63
- f(t.$$.fragment, e), r = !1;
61
+ o(r) {
62
+ f(t.$$.fragment, r), e = !1;
64
63
  },
65
- d(e) {
66
- g(t, e);
64
+ d(r) {
65
+ g(t, r);
67
66
  }
68
67
  };
69
68
  }
70
69
  function N(a) {
71
- let t, r, e, o;
72
- const i = [C, v], p = [];
70
+ let t, e, r, o;
71
+ const i = [C, q], p = [];
73
72
  function u(n, c) {
74
73
  return n[1] === "line" ? 0 : n[1] === "plane" ? 1 : -1;
75
74
  }
76
- return ~(t = u(a)) && (r = p[t] = i[t](a)), {
75
+ return ~(t = u(a)) && (e = p[t] = i[t](a)), {
77
76
  c() {
78
- r && r.c(), e = b();
77
+ e && e.c(), r = b();
79
78
  },
80
79
  m(n, c) {
81
- ~t && p[t].m(n, c), x(n, e, c), o = !0;
80
+ ~t && p[t].m(n, c), x(n, r, c), o = !0;
82
81
  },
83
82
  p(n, [c]) {
84
83
  let m = t;
85
- t = u(n), t === m ? ~t && p[t].p(n, c) : (r && (h(), f(p[m], 1, 1, () => {
84
+ t = u(n), t === m ? ~t && p[t].p(n, c) : (e && (h(), f(p[m], 1, 1, () => {
86
85
  p[m] = null;
87
- }), T()), ~t ? (r = p[t], r ? r.p(n, c) : (r = p[t] = i[t](n), r.c()), l(r, 1), r.m(e.parentNode, e)) : r = null);
86
+ }), T()), ~t ? (e = p[t], e ? e.p(n, c) : (e = p[t] = i[t](n), e.c()), l(e, 1), e.m(r.parentNode, r)) : e = null);
88
87
  },
89
88
  i(n) {
90
- o || (l(r), o = !0);
89
+ o || (l(e), o = !0);
91
90
  },
92
91
  o(n) {
93
- f(r), o = !1;
92
+ f(e), o = !1;
94
93
  },
95
94
  d(n) {
96
- ~t && p[t].d(n), n && y(e);
95
+ ~t && p[t].d(n), n && y(r);
97
96
  }
98
97
  };
99
98
  }
100
- function P(a, t, r) {
101
- let e, { tag: o } = t;
102
- return a.$$set = (i) => {
103
- "tag" in i && r(0, o = i.tag);
99
+ function P(a, t, e) {
100
+ let r;
101
+ var o;
102
+ let { tag: i } = t;
103
+ return a.$$set = (p) => {
104
+ "tag" in p && e(0, i = p.tag);
104
105
  }, a.$$.update = () => {
105
- var i;
106
- a.$$.dirty & 1 && r(1, e = (i = o.data.appearance) != null ? i : "line");
107
- }, [o, e];
106
+ a.$$.dirty & 5 && e(1, r = e(2, o = i.data.appearance) !== null && o !== void 0 ? o : "line");
107
+ }, [i, r, o];
108
108
  }
109
- class X extends d {
109
+ class W extends d {
110
110
  constructor(t) {
111
- super(), $(this, t, P, N, k, { tag: 0 });
111
+ super(), k(this, t, P, N, $, { tag: 0 });
112
112
  }
113
113
  }
114
114
  export {
115
- X as default
115
+ W as default
116
116
  };