@realsee/dnalogel 2.13.2 → 2.14.0-dev.0

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