@realsee/dnalogel 2.1.0 → 2.1.2-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 (521) hide show
  1. package/components/index.js +242 -569
  2. package/dist/index.cjs.js +58 -73
  3. package/dist/index.es.js +7846 -12962
  4. package/dist/index.js +7846 -12962
  5. package/dist/index.umd.js +46 -61
  6. package/docs/assets/highlight.css +3 -3
  7. package/docs/assets/main.js +4 -2
  8. package/docs/assets/search.js +1 -1
  9. package/docs/assets/style.css +462 -619
  10. package/docs/classes/CruisePluginController.html +397 -23
  11. package/docs/classes/Magnifier.html +187 -9
  12. package/docs/classes/ModelRoomLabelController.html +149 -11
  13. package/docs/classes/Object3DHelperController.html +356 -0
  14. package/docs/classes/PaintBrush.html +260 -0
  15. package/docs/classes/PanoTagPluginController.html +940 -0
  16. package/docs/classes/Util.BetterTween.html +134 -0
  17. package/docs/classes/Util.FivePointSelector.html +144 -0
  18. package/docs/classes/Util.Interval.html +158 -0
  19. package/docs/classes/Util.Magnifier.html +196 -0
  20. package/docs/classes/Util.PointDomHelper.html +135 -0
  21. package/docs/classes/Util.PointHelper.html +127 -0
  22. package/docs/classes/Util.Rectangle.html +181 -0
  23. package/docs/enums/CameraMovementEffect.html +70 -3
  24. package/docs/enums/ContentType.html +116 -0
  25. package/docs/enums/DIRECTION.html +81 -1
  26. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +81 -1
  27. package/docs/enums/DimensionType.html +67 -0
  28. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +74 -1
  29. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +81 -1
  30. package/docs/enums/LinkType.html +67 -0
  31. package/docs/enums/PaintBrushTypeEnum.html +74 -0
  32. package/docs/enums/PointType.html +67 -0
  33. package/docs/enums/Rotation.html +77 -3
  34. package/docs/functions/CSS3DRenderPlugin.html +233 -0
  35. package/docs/functions/CameraMovementPlugin.html +237 -0
  36. package/docs/functions/CruisePlugin.html +233 -0
  37. package/docs/functions/GuideLinePlugin.html +235 -0
  38. package/docs/functions/ItemLabelPlugin.html +235 -0
  39. package/docs/functions/MapviewFloorplanPlugin.html +235 -0
  40. package/docs/functions/ModelChassisCompassPlugin.html +237 -0
  41. package/docs/functions/ModelEntryDoorGuidePlugin.html +237 -0
  42. package/docs/functions/ModelFloorplanPlugin.html +235 -0
  43. package/docs/functions/ModelItemLabelPlugin.html +235 -0
  44. package/docs/functions/ModelRoomLabelPlugin.html +233 -0
  45. package/docs/functions/ModelTVVideoPlugin.html +235 -0
  46. package/docs/functions/ModelViewPlugin.html +237 -0
  47. package/docs/functions/Object3DHelperPlugin.html +233 -0
  48. package/docs/functions/PanoCompassPlugin.html +235 -0
  49. package/docs/functions/PanoCursorRaycasterPlugin.html +238 -0
  50. package/docs/functions/PanoDoorLabelPlugin.html +235 -0
  51. package/docs/functions/PanoFloorplanRadarPlugin.html +235 -0
  52. package/docs/functions/PanoMeasurePlugin.html +235 -0
  53. package/docs/functions/PanoRulerPlugin.html +237 -0
  54. package/docs/functions/PanoRulerProPlugin.html +237 -0
  55. package/docs/functions/PanoSpatialTagPlugin.html +237 -0
  56. package/docs/functions/PanoTagPlugin.html +249 -0
  57. package/docs/functions/TopviewFloorplanPlugin.html +235 -0
  58. package/docs/functions/Util.getCoordsFromClient.html +78 -0
  59. package/docs/functions/Util.getCoordsFromElement.html +78 -0
  60. package/docs/functions/Util.getFrameTime.html +70 -0
  61. package/docs/functions/Util.getIntersectFromRelativePosition.html +78 -0
  62. package/docs/functions/Util.getRaycasterFromFivePointer.html +78 -0
  63. package/docs/functions/Util.isNil.html +79 -0
  64. package/docs/functions/Util.nextFrame.html +73 -0
  65. package/docs/functions/Util.notNil.html +78 -0
  66. package/docs/functions/Util.requestAnimationFrameInterval.html +98 -0
  67. package/docs/functions/Util.tweenProgress.html +84 -0
  68. package/docs/functions/pluginFlag.html +233 -0
  69. package/docs/index.html +220 -2
  70. package/docs/interfaces/CSS3DRenderPluginEventMap.html +205 -0
  71. package/docs/interfaces/CSS3DRenderPluginState.html +85 -0
  72. package/docs/interfaces/CameraMovementPluginExportType.html +111 -17
  73. package/docs/interfaces/ContentTypeMap.html +212 -0
  74. package/docs/interfaces/FloorplanBounding.html +89 -10
  75. package/docs/interfaces/FloorplanData.html +95 -3
  76. package/docs/interfaces/FloorplanEntrance.html +114 -15
  77. package/docs/interfaces/FloorplanExtraObject.html +108 -7
  78. package/docs/interfaces/FloorplanExtraObject3D.html +99 -3
  79. package/docs/interfaces/FloorplanFloorData.html +88 -3
  80. package/docs/interfaces/FloorplanImagePosition.html +74 -3
  81. package/docs/interfaces/FloorplanObserver.html +92 -5
  82. package/docs/interfaces/FloorplanOutlineItem.html +88 -3
  83. package/docs/interfaces/FloorplanPosition.html +74 -3
  84. package/docs/interfaces/FloorplanRoomItem.html +134 -17
  85. package/docs/interfaces/FloorplanRoomLabelItem.html +78 -7
  86. package/docs/interfaces/FloorplanServerBounding.html +89 -10
  87. package/docs/interfaces/FloorplanServerComputedData.html +92 -1
  88. package/docs/interfaces/FloorplanServerData.html +74 -3
  89. package/docs/interfaces/FloorplanServerDoorItem.html +92 -1
  90. package/docs/interfaces/FloorplanServerDoorPosition.html +78 -1
  91. package/docs/interfaces/FloorplanServerEntrance.html +114 -15
  92. package/docs/interfaces/FloorplanServerFloorData.html +88 -3
  93. package/docs/interfaces/FloorplanServerImagePosition.html +74 -3
  94. package/docs/interfaces/FloorplanServerObserver.html +92 -5
  95. package/docs/interfaces/FloorplanServerOutlineItem.html +88 -3
  96. package/docs/interfaces/FloorplanServerPosition.html +74 -3
  97. package/docs/interfaces/FloorplanServerRoomItem.html +145 -20
  98. package/docs/interfaces/FloorplanServerRoomLabelItem.html +78 -7
  99. package/docs/interfaces/ItemLabelPluginData.html +64 -1
  100. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +149 -1
  101. package/docs/interfaces/ItemLabelPluginParametersType.html +85 -1
  102. package/docs/interfaces/LineJson.html +71 -1
  103. package/docs/interfaces/ModelChassisCompassPluginData.html +71 -1
  104. package/docs/interfaces/ModelChassisCompassPluginExportType.html +107 -1
  105. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +71 -1
  106. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +78 -1
  107. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +115 -1
  108. package/docs/interfaces/ModelItemLabelPluginData.html +64 -1
  109. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +149 -1
  110. package/docs/interfaces/ModelItemLabelPluginParametersType.html +71 -1
  111. package/docs/interfaces/ModelRoomLabelPluginData.html +64 -1
  112. package/docs/interfaces/ModelTVVideoPluginData.html +85 -1
  113. package/docs/interfaces/ModelTVVideoPluginExportType.html +109 -1
  114. package/docs/interfaces/ModelTVVideoPluginParameterType.html +64 -1
  115. package/docs/interfaces/ModelViewPluginExportType.html +129 -1
  116. package/docs/interfaces/Object3DHelperState.html +78 -0
  117. package/docs/interfaces/OpenParameter.html +74 -3
  118. package/docs/interfaces/PaintBrushAction.html +118 -0
  119. package/docs/interfaces/PaintBrushConfigs.html +122 -0
  120. package/docs/interfaces/PaintBrushState.html +99 -0
  121. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +186 -11
  122. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +227 -1
  123. package/docs/interfaces/PanoMeasureParameterType.html +128 -5
  124. package/docs/interfaces/PanoRulerPluginExportType.html +138 -1
  125. package/docs/interfaces/PanoRulerPluginOptions.html +87 -1
  126. package/docs/interfaces/PanoRulerPluginParameterType.html +78 -1
  127. package/docs/interfaces/PanoRulerProPluginExportType.html +114 -1
  128. package/docs/interfaces/PanoRulerProPluginOptions.html +84 -1
  129. package/docs/interfaces/PanoRulerProPluginParameterType.html +71 -1
  130. package/docs/interfaces/PanoRulerProPluginState.html +78 -1
  131. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +241 -1
  132. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +230 -1
  133. package/docs/interfaces/PanoSpatialTagPluginData.html +114 -1
  134. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +96 -1
  135. package/docs/interfaces/PanoSpatialTagPluginExportType.html +192 -1
  136. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +92 -1
  137. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +113 -1
  138. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +99 -1
  139. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +92 -1
  140. package/docs/interfaces/Point.html +78 -1
  141. package/docs/interfaces/PointJson.html +78 -1
  142. package/docs/interfaces/Room.html +85 -1
  143. package/docs/interfaces/RoomInfo.html +71 -1
  144. package/docs/interfaces/RoomLabel.html +141 -13
  145. package/docs/interfaces/RoomRules.html +230 -1
  146. package/docs/interfaces/Rooms.html +230 -1
  147. package/docs/interfaces/Scissor.html +100 -0
  148. package/docs/interfaces/TagConfig.html +120 -0
  149. package/docs/interfaces/Tags.html +89 -0
  150. package/docs/interfaces/Util.MagnifierParameter.html +116 -0
  151. package/docs/interfaces/Util.MouseGroupParameter.html +79 -0
  152. package/docs/modules/Util.html +91 -0
  153. package/docs/modules.html +425 -36
  154. package/docs/types/ArrayPosition.html +224 -0
  155. package/docs/types/CSS3DRenderExportType.html +224 -0
  156. package/docs/types/CSS3DRenderPluginExportType.html +224 -0
  157. package/docs/types/CSS3DRenderPluginParameterType.html +224 -0
  158. package/docs/types/Color.html +224 -0
  159. package/docs/types/ContentTypeConfigKey.html +224 -0
  160. package/docs/types/ContentTypeConfigKeyArray.html +224 -0
  161. package/docs/types/Create3DDomContainerReturnType.html +224 -0
  162. package/docs/types/Create3DElementReturnType.html +224 -0
  163. package/docs/types/CruisePluginExportType.html +224 -0
  164. package/docs/types/Direction-1.html +224 -0
  165. package/docs/types/Direction4.html +224 -0
  166. package/docs/types/FloorplanRuleLabels.html +226 -0
  167. package/docs/types/FloorplanServerRuleLabels.html +224 -0
  168. package/docs/types/GuideLinePluginExportType.html +224 -0
  169. package/docs/types/HelperEventMap.html +314 -0
  170. package/docs/types/MapviewFloorplanPluginParameterType.html +224 -0
  171. package/docs/types/MapviewFloorplanPluginReturnType.html +224 -0
  172. package/docs/types/MediaData.html +224 -0
  173. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +224 -0
  174. package/docs/types/ModelFloorplanPluginParameterType.html +224 -0
  175. package/docs/types/ModelFloorplanPluginReturnType.html +224 -0
  176. package/docs/types/ModelRoomLabelPluginParameters.html +224 -0
  177. package/docs/types/ModelRoomLabelPluginReturnType.html +224 -0
  178. package/docs/types/MoveArgs.html +226 -0
  179. package/docs/types/MoveOpts.html +226 -0
  180. package/docs/types/Object3DHelperEventMap.html +317 -0
  181. package/docs/types/ObjectFit.html +224 -0
  182. package/docs/types/PaintBrushEventMap.html +255 -0
  183. package/docs/types/PanoCompassPluginData.html +224 -0
  184. package/docs/types/PanoCompassPluginExportType.html +224 -0
  185. package/docs/types/PanoCompassPluginParameterType.html +224 -0
  186. package/docs/types/PanoFloorplanRadarPluginParameterType.html +224 -0
  187. package/docs/types/PanoFloorplanRadarPluginReturnType.html +224 -0
  188. package/docs/types/PanoMeasurePluginEvent.html +224 -0
  189. package/docs/types/PanoMeasureReturnType.html +224 -0
  190. package/docs/types/PanoSpatialTagPluginId.html +224 -0
  191. package/docs/types/PanoTagPluginExportInterface.html +224 -0
  192. package/docs/types/PanoTagPluginParamsInterface.html +224 -0
  193. package/docs/types/PlaneTag.html +233 -0
  194. package/docs/types/PointTag.html +235 -0
  195. package/docs/types/Position.html +224 -0
  196. package/docs/types/RotateArgs.html +226 -0
  197. package/docs/types/RotateOpts.html +226 -0
  198. package/docs/types/RuleLabelsKey.html +224 -0
  199. package/docs/types/RuleLabelsValue.html +224 -0
  200. package/docs/types/Tag.html +235 -0
  201. package/docs/types/Tag2D.html +233 -0
  202. package/docs/types/Tag3D.html +233 -0
  203. package/docs/types/TagId.html +224 -0
  204. package/docs/types/TopviewFloorplanPluginParameterType.html +224 -0
  205. package/docs/types/TopviewFloorplanPluginReturnType.html +224 -0
  206. package/docs/variables/FLOOR_TYPE_MAP.html +226 -0
  207. package/docs/variables/PLUGIN.html +224 -0
  208. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +226 -0
  209. package/docs/variables/ROOM_TYPE_MAP.html +226 -0
  210. package/docs/variables/VERSION.html +224 -0
  211. package/docs/variables/itemLabelPluginServerParams.html +231 -0
  212. package/docs/variables/modelItemLabelPluginServerParams.html +231 -0
  213. package/docs/variables/modelRoomLabelPluginServerParams.html +231 -0
  214. package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +2 -2
  215. package/libs/CSS3DRenderPlugin/CSS3DRender.js +150 -119
  216. package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -3
  217. package/libs/CSS3DRenderPlugin/Controller.js +45 -42
  218. package/libs/CSS3DRenderPlugin/index.js +4 -12
  219. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +71 -54
  220. package/libs/CruisePlugin/Controller.js +331 -287
  221. package/libs/CruisePlugin/index.js +6 -25
  222. package/libs/CruisePlugin/utils/coordinatesAngle.js +2 -3
  223. package/libs/CruisePlugin/utils/safeCall.js +21 -5
  224. package/libs/GuideLinePlugin/Controller.js +94 -62
  225. package/libs/GuideLinePlugin/index.js +4 -13
  226. package/libs/GuideLinePlugin/utils/getLineGeometries.js +49 -103
  227. package/libs/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
  228. package/libs/ItemLabelPlugin/ItemLabelComponent.js +200 -183
  229. package/libs/ItemLabelPlugin/ItemLabelItem.js +27 -27
  230. package/libs/ItemLabelPlugin/Plugin.js +20 -29
  231. package/libs/ItemLabelPlugin/index.js +5 -18
  232. package/libs/ItemLabelPlugin/utils/parseData.js +15 -4
  233. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +16 -6
  234. package/libs/ModelChassisCompassPlugin/Plugin.js +54 -38
  235. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +58 -46
  236. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +145 -129
  237. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +18 -18
  238. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +19 -24
  239. package/libs/ModelItemLabelPlugin/index.js +5 -14
  240. package/libs/ModelItemLabelPlugin/utils/parseData.js +16 -6
  241. package/libs/ModelRoomLabelPlugin/Controller.js +2 -6
  242. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +22 -22
  243. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +105 -94
  244. package/libs/ModelRoomLabelPlugin/index.js +4 -10
  245. package/libs/ModelTVVideoPlugin/Plugin.js +101 -94
  246. package/libs/ModelViewPlugin/Plugin.js +71 -60
  247. package/libs/Object3DHelperPlugin/Controller.d.ts +1 -1
  248. package/libs/Object3DHelperPlugin/Controller.js +79 -71
  249. package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +1 -1
  250. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +8 -11
  251. package/libs/Object3DHelperPlugin/index.js +8 -40
  252. package/libs/PanoCompassPlugin/Controller.js +91 -72
  253. package/libs/PanoCompassPlugin/index.js +4 -22
  254. package/libs/PanoCursorRaycasterPlugin/index.js +8 -9
  255. package/libs/PanoDoorLabelPlugin/BaseController.js +42 -33
  256. package/libs/PanoDoorLabelPlugin/Controller.js +84 -80
  257. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +16 -16
  258. package/libs/PanoDoorLabelPlugin/index.d.ts +1 -1
  259. package/libs/PanoDoorLabelPlugin/index.js +3 -12
  260. package/libs/PanoDoorLabelPlugin/utils.d.ts +2 -2
  261. package/libs/PanoMeasurePlugin/Controller/BaseController.js +14 -24
  262. package/libs/PanoMeasurePlugin/Controller/EditController.js +8 -20
  263. package/libs/PanoMeasurePlugin/Controller/MixedController.js +15 -28
  264. package/libs/PanoMeasurePlugin/Controller/ViewController.js +15 -26
  265. package/libs/PanoMeasurePlugin/Controller/WatchController.js +28 -43
  266. package/libs/PanoMeasurePlugin/Controller/index.d.ts +1 -1
  267. package/libs/PanoMeasurePlugin/Controller/index.js +43 -70
  268. package/libs/PanoMeasurePlugin/Model/index.d.ts +4 -4
  269. package/libs/PanoMeasurePlugin/Model/index.js +38 -45
  270. package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -1
  271. package/libs/PanoMeasurePlugin/Model/line.js +10 -14
  272. package/libs/PanoMeasurePlugin/Model/polyline.d.ts +2 -2
  273. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +3 -3
  274. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
  275. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +35 -28
  276. package/libs/PanoMeasurePlugin/index.js +6 -55
  277. package/libs/PanoMeasurePlugin/utils/constants.js +29 -16
  278. package/libs/PanoMeasurePlugin/utils/findClosestPoint.d.ts +1 -1
  279. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +4 -5
  280. package/libs/PanoRulerPlugin/Plugin.js +180 -157
  281. package/libs/PanoRulerProPlugin/Controller.js +70 -51
  282. package/libs/PanoRulerProPlugin/RulerItem.js +55 -45
  283. package/libs/PanoRulerProPlugin/RulerItems.js +124 -125
  284. package/libs/PanoRulerProPlugin/index.js +4 -15
  285. package/libs/PanoSpatialTagPlugin/Components/origins.js +24 -25
  286. package/libs/PanoSpatialTagPlugin/Components/tag.js +23 -23
  287. package/libs/PanoSpatialTagPlugin/Plugin.js +61 -72
  288. package/libs/PanoSpatialTagPlugin/store.d.ts +1 -1
  289. package/libs/PanoSpatialTagPlugin/store.js +1 -2
  290. package/libs/PanoTagPlugin/Components/Common/Arrow.js +47 -47
  291. package/libs/PanoTagPlugin/Components/Common/Audio.js +95 -92
  292. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +48 -48
  293. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +40 -41
  294. package/libs/PanoTagPlugin/Components/Common/Media.js +258 -3303
  295. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +60 -60
  296. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +96 -107
  297. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +15 -16
  298. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +22 -23
  299. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +78 -82
  300. package/libs/PanoTagPlugin/Components/Common/Shadow.js +51 -52
  301. package/libs/PanoTagPlugin/Components/Common/Text.js +84 -937
  302. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +58 -64
  303. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +35 -34
  304. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +101 -111
  305. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +43 -45
  306. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +123 -96
  307. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +36 -44
  308. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +71 -83
  309. package/libs/PanoTagPlugin/Components/Tag/index.js +130 -149
  310. package/libs/PanoTagPlugin/Components/TagContainer.js +69 -100
  311. package/libs/PanoTagPlugin/Components/TagWrapper.js +86 -116
  312. package/libs/PanoTagPlugin/controller/TagCacheController.js +2 -3
  313. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +5 -5
  314. package/libs/PanoTagPlugin/controller/TagComputer.js +262 -13
  315. package/libs/PanoTagPlugin/controller/index.js +177 -186
  316. package/libs/PanoTagPlugin/index.js +7 -69
  317. package/libs/PanoTagPlugin/utils/checkRange.d.ts +1 -1
  318. package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -1
  319. package/libs/PanoTagPlugin/utils/search.js +9 -27
  320. package/libs/base/BasePluginWithData.js +0 -1
  321. package/libs/components/PaintBrush/Controller.d.ts +2 -2
  322. package/libs/components/PaintBrush/Controller.js +3 -4
  323. package/libs/components/PaintBrush/index.js +2 -9
  324. package/libs/components/PaintBrush/tween.js +7 -11
  325. package/libs/components/PaintBrush/utils.d.ts +1 -1
  326. package/libs/env.d.ts +1 -0
  327. package/libs/floorplan/Components/BaseImage.js +29 -30
  328. package/libs/floorplan/Components/Camera.js +24 -24
  329. package/libs/floorplan/Components/Compass.js +36 -36
  330. package/libs/floorplan/Components/CurrentFloor.js +65 -74
  331. package/libs/floorplan/Components/Main.js +94 -112
  332. package/libs/floorplan/Components/Normalmage.js +21 -21
  333. package/libs/floorplan/Components/RoomHighlight/Room.js +20 -20
  334. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +43 -44
  335. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +60 -59
  336. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +61 -61
  337. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +136 -124
  338. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +21 -21
  339. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +20 -20
  340. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +22 -22
  341. package/libs/floorplan/Components/RuleLabels/RuleItem.js +68 -68
  342. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +40 -40
  343. package/libs/floorplan/Components/SvgImage.js +19 -19
  344. package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -1
  345. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +145 -146
  346. package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -47
  347. package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -1
  348. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +187 -189
  349. package/libs/floorplan/ModelFloorplanPlugin/index.js +4 -47
  350. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +32 -31
  351. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +56 -60
  352. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +29 -29
  353. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +75 -83
  354. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +92 -74
  355. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -24
  356. package/libs/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -1
  357. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +181 -173
  358. package/libs/floorplan/TopviewFloorplanPlugin/index.js +4 -44
  359. package/libs/floorplan/utils/constant.js +1 -2
  360. package/libs/floorplan/utils/correctFiveState.js +48 -30
  361. package/libs/floorplan/utils/formatData.js +58 -36
  362. package/libs/index.js +90 -328
  363. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-changed-params.js +29 -0
  364. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-params.js +23 -0
  365. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/mount-swiper.js +14 -0
  366. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/params-list.js +120 -0
  367. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/update-swiper.js +36 -0
  368. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/utils.js +32 -0
  369. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper-slide.js +182 -0
  370. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper.js +254 -0
  371. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +2 -5
  372. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +5 -16
  373. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +16 -24
  374. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +1 -1
  375. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +15 -23
  376. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +2 -10
  377. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +27 -29
  378. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +19 -9
  379. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +4 -5
  380. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -102
  381. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +8 -14
  382. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +2 -3
  383. package/libs/shared-utils/Object3DHelper/index.js +72 -43
  384. package/libs/shared-utils/Object3DHelper/utils/direction.js +14 -22
  385. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +1 -1
  386. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
  387. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -1
  388. package/libs/shared-utils/Subscribe.js +1 -1
  389. package/libs/shared-utils/animationFrame/BetterTween.js +24 -4
  390. package/libs/shared-utils/animationFrame/calculateProgress.js +3 -9
  391. package/libs/shared-utils/animationFrame/formatRad.js +1 -3
  392. package/libs/shared-utils/animationFrame/index.js +19 -39
  393. package/libs/shared-utils/animationFrame/tween.js +17 -17
  394. package/libs/shared-utils/filter.js +6 -26
  395. package/libs/shared-utils/five/changeMode.js +34 -16
  396. package/libs/shared-utils/index.js +29 -43
  397. package/libs/shared-utils/math/planimetry.d.ts +5 -5
  398. package/libs/shared-utils/math/planimetry.js +34 -121
  399. package/libs/shared-utils/removeArrayItem.d.ts +1 -1
  400. package/libs/shared-utils/three/Assets/index.js +1 -2
  401. package/libs/shared-utils/three/FivePointSelector.d.ts +1 -1
  402. package/libs/shared-utils/three/FivePointSelector.js +12 -26
  403. package/libs/shared-utils/three/Magnifier.d.ts +2 -2
  404. package/libs/shared-utils/three/Magnifier.js +3 -3
  405. package/libs/shared-utils/three/PointDomHelper.js +27 -35
  406. package/libs/shared-utils/three/PointHelper.js +1 -1
  407. package/libs/shared-utils/three/getIntersect.d.ts +1 -1
  408. package/libs/shared-utils/three/getRaycaster.d.ts +1 -1
  409. package/libs/shared-utils/three/loadTexture.js +25 -7
  410. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +18 -7
  411. package/libs/shared-utils/to.js +26 -8
  412. package/package.json +45 -28
  413. package/dist/style.css +0 -1
  414. package/docs/assets/icons.css +0 -1043
  415. package/docs/assets/icons.png +0 -0
  416. package/docs/assets/icons@2x.png +0 -0
  417. package/docs/assets/widgets.png +0 -0
  418. package/docs/assets/widgets@2x.png +0 -0
  419. package/docs/interfaces/CSS3DRenderPluginExportType.html +0 -4
  420. package/libs/CSS3DRenderPlugin/typing.js +0 -1
  421. package/libs/CSS3DRenderPlugin/utils/index.js +0 -13
  422. package/libs/CSS3DRenderPlugin/utils/random.js +0 -6
  423. package/libs/CameraMovementPlugin/index.js +0 -15
  424. package/libs/CruisePlugin/typing.js +0 -1
  425. package/libs/GuideLinePlugin/typing.js +0 -1
  426. package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
  427. package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
  428. package/libs/GuideLinePlugin/utils/polyline-normals.d.js +0 -1
  429. package/libs/ItemLabelPlugin/events.type.js +0 -1
  430. package/libs/ModelChassisCompassPlugin/index.js +0 -10
  431. package/libs/ModelEntryDoorGuidePlugin/index.js +0 -11
  432. package/libs/ModelItemLabelPlugin/events.type.js +0 -1
  433. package/libs/ModelRoomLabelPlugin/typings.js +0 -1
  434. package/libs/ModelTVVideoPlugin/index.js +0 -19
  435. package/libs/ModelViewPlugin/index.js +0 -8
  436. package/libs/Object3DHelperPlugin/mocks/addObject3D.d.ts +0 -2
  437. package/libs/Object3DHelperPlugin/mocks/addObject3D.js +0 -1377
  438. package/libs/Object3DHelperPlugin/mocks/objects.d.ts +0 -7
  439. package/libs/Object3DHelperPlugin/mocks/objects.js +0 -47
  440. package/libs/Object3DHelperPlugin/typings.js +0 -1
  441. package/libs/PanoCompassPlugin/typings.js +0 -1
  442. package/libs/PanoDoorLabelPlugin/typings.js +0 -1
  443. package/libs/PanoMeasurePlugin/typings/data.js +0 -1
  444. package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
  445. package/libs/PanoMeasurePlugin/typings/index.js +0 -1
  446. package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
  447. package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
  448. package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
  449. package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
  450. package/libs/PanoRulerPlugin/index.js +0 -11
  451. package/libs/PanoRulerPlugin/typings.js +0 -1
  452. package/libs/PanoRulerProPlugin/typings.js +0 -1
  453. package/libs/PanoSpatialTagPlugin/index.js +0 -24
  454. package/libs/PanoSpatialTagPlugin/typings.js +0 -1
  455. package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
  456. package/libs/PanoTagPlugin/typings/controller.js +0 -1
  457. package/libs/PanoTagPlugin/typings/index.js +0 -7
  458. package/libs/PanoTagPlugin/utils/index.js +0 -36
  459. package/libs/TagComputer.2bc444dc.js +0 -315
  460. package/libs/components/index.js +0 -13
  461. package/libs/floorplan/MapviewFloorplanPlugin/typing.js +0 -1
  462. package/libs/floorplan/ModelFloorplanPlugin/typing.js +0 -1
  463. package/libs/floorplan/PanoFloorplanRadarPlugin/typing.js +0 -1
  464. package/libs/floorplan/TopviewFloorplanPlugin/style.d.ts +0 -1
  465. package/libs/floorplan/TopviewFloorplanPlugin/style.js +0 -11
  466. package/libs/floorplan/TopviewFloorplanPlugin/typing.js +0 -1
  467. package/libs/floorplan/index.js +0 -67
  468. package/libs/floorplan/typings/floorplanData.js +0 -1
  469. package/libs/floorplan/typings/index.js +0 -1
  470. package/libs/floorplan/typings/utility.js +0 -1
  471. package/libs/hammer.b5b6115e.js +0 -882
  472. package/libs/index.164f1850.js +0 -641
  473. package/libs/index.6a0eead1.js +0 -12
  474. package/libs/index.ad783a2f.js +0 -31
  475. package/libs/index.dca207cb.js +0 -37
  476. package/libs/index.f2f85d71.js +0 -40
  477. package/libs/index.fd12d787.js +0 -34
  478. package/libs/shared-utils/Object3DHelper/Helper/index.js +0 -30
  479. package/libs/shared-utils/Object3DHelper/typings/Direction.js +0 -1
  480. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +0 -1
  481. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +0 -1
  482. package/libs/shared-utils/Object3DHelper/typings/index.js +0 -1
  483. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +0 -18
  484. package/libs/shared-utils/Object3DHelper/utils/finiteNumber.d.ts +0 -1
  485. package/libs/shared-utils/Object3DHelper/utils/finiteNumber.js +0 -6
  486. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +0 -18
  487. package/libs/shared-utils/Object3DHelper/utils/index.js +0 -29
  488. package/libs/shared-utils/Object3DHelper/utils/negateScale.d.ts +0 -2
  489. package/libs/shared-utils/Object3DHelper/utils/negateScale.js +0 -7
  490. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +0 -13
  491. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +0 -5
  492. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.js +0 -4
  493. package/libs/shared-utils/Preloader.d.ts +0 -6
  494. package/libs/shared-utils/Preloader.js +0 -18
  495. package/libs/shared-utils/formatRad.d.ts +0 -7
  496. package/libs/shared-utils/formatRad.js +0 -7
  497. package/libs/shared-utils/getRandomColor.d.ts +0 -1
  498. package/libs/shared-utils/getRandomColor.js +0 -6
  499. package/libs/shared-utils/logger.d.ts +0 -16
  500. package/libs/shared-utils/logger.js +0 -27
  501. package/libs/shared-utils/math/evenNumber.d.ts +0 -3
  502. package/libs/shared-utils/math/evenNumber.js +0 -7
  503. package/libs/shared-utils/math/index.js +0 -6
  504. package/libs/shared-utils/px2rem.d.ts +0 -1
  505. package/libs/shared-utils/px2rem.js +0 -6
  506. package/libs/shared-utils/three/getExtraModelLoader.d.ts +0 -6
  507. package/libs/shared-utils/three/getExtraModelLoader.js +0 -18
  508. package/libs/shared-utils/three/getNormal.d.ts +0 -2
  509. package/libs/shared-utils/three/getNormal.js +0 -7
  510. package/libs/shared-utils/three/getTextureLoader.d.ts +0 -6
  511. package/libs/shared-utils/three/getTextureLoader.js +0 -16
  512. package/libs/shared-utils/three/index.js +0 -33
  513. package/libs/shared-utils/three/loadFbxObj.d.ts +0 -2
  514. package/libs/shared-utils/three/loadFbxObj.js +0 -16
  515. package/libs/shared-utils/vectorTocoordinates.d.ts +0 -7
  516. package/libs/shared-utils/vectorTocoordinates.js +0 -10
  517. package/libs/style.css +0 -1
  518. package/libs/tween.esm.bad2b2b4.js +0 -340
  519. package/libs/typings/math.type.js +0 -1
  520. package/libs/typings/utils.type.d.ts +0 -2
  521. package/libs/typings/utils.type.js +0 -1
@@ -1,26 +1,22 @@
1
- import { S as O, i as P, s as Q, a as V, r as X, c as H, f as v, t as _, d as Y, g as J, e as c, j as I, o as A, b as $, q as T, z as Z, I as F, m as D, p, A as x, K as ee, k as M, h as te } from "../../../index.164f1850.js";
1
+ import { SvelteComponent as O, init as P, safe_not_equal as Q, append_styles as V, empty as X, insert as J, transition_in as v, group_outros as Y, transition_out as _, check_outros as Z, detach as K, element as c, create_component as D, space as T, attr as b, set_style as A, add_render_callback as x, toggle_class as G, mount_component as I, append as m, add_resize_listener as ee, listen as te, destroy_component as M } from "svelte/internal";
2
2
  import ie from "../../../shared-utils/uuid.js";
3
- import "../Common/Text.js";
3
+ import "animejs";
4
+ import "svelte";
4
5
  import "three";
5
6
  import "../../utils/constants.js";
7
+ import "svelte/transition";
8
+ import "svelte/easing";
6
9
  import ne from "../Common/Shadow.js";
7
- import se from "../Common/Audio.js";
8
- import oe from "../Common/Line/Straight.js";
9
- import le from "../Common/MultiLineText.js";
10
- import "../../../shared-utils/isNil.js";
11
- import "../../utils/search.js";
12
- import "../../../index.dca207cb.js";
13
- import "../../../index.6a0eead1.js";
14
- import "../Common/Arrow.js";
15
- import "../../Assets/Icon.js";
16
- import "../../utils/doUtil.js";
10
+ import oe from "../Common/Audio.js";
11
+ import le from "../Common/Line/Straight.js";
12
+ import se from "../Common/MultiLineText.js";
17
13
  function re(e) {
18
14
  V(e, "svelte-4r8s18", ".audio-tag.svelte-4r8s18.svelte-4r8s18{position:absolute;left:0;top:0;width:0;height:0;overflow:visible}.line.svelte-4r8s18.svelte-4r8s18{display:flex;position:absolute;top:0;left:0;width:10.125rem;height:0.0625rem;transform:translate3d(0, -50%, 0.625rem)}.content.svelte-4r8s18.svelte-4r8s18{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-4r8s18.svelte-4r8s18{position:relative;width:100%;height:100%}.audio-icon.svelte-4r8s18.svelte-4r8s18{vertical-align:top;display:inline-block;width:1rem;height:1rem;margin-right:0.25rem;margin-top:0.0625rem}.unfolded.svelte-4r8s18 .audio-icon.svelte-4r8s18{pointer-events:auto}");
19
15
  }
20
- function G(e) {
21
- var R, W, j, K;
22
- let s, o, i, n, l, h, a, d, u, f, k, g, m, q, w, U, C;
23
- return o = new ne({
16
+ function H(e) {
17
+ var W, q, L, N;
18
+ let o, l, i, n, s, p, a, f, h, u, $, d, g, C, k, U, R;
19
+ return l = new ne({
24
20
  props: {
25
21
  visible: e[5],
26
22
  left: e[2] / 2 + "px",
@@ -29,21 +25,21 @@ function G(e) {
29
25
  blurRadius: 120,
30
26
  spreadRadius: 60
31
27
  }
32
- }), l = new oe({
28
+ }), s = new le({
33
29
  props: {
34
30
  unfolded: e[5],
35
31
  duration: 1e3,
36
- outDelay: e[4] + 20 * Math.min((W = (R = e[3][0]) == null ? void 0 : R.content.length) != null ? W : 10, 15)
32
+ outDelay: e[4] + 20 * Math.min((q = (W = e[3][0]) == null ? void 0 : W.content.length) != null ? q : 10, 15)
37
33
  }
38
- }), f = new se({
34
+ }), u = new oe({
39
35
  props: {
40
36
  unfolded: e[5],
41
37
  url: e[0].data.audioUrl,
42
38
  duration: 1e3,
43
- outDelay: 20 * Math.min((K = (j = e[3][0]) == null ? void 0 : j.content.length) != null ? K : 10, 15),
39
+ outDelay: 20 * Math.min((N = (L = e[3][0]) == null ? void 0 : L.content.length) != null ? N : 10, 15),
44
40
  hooksInfo: { tag: e[0] }
45
41
  }
46
- }), m = new le({
42
+ }), g = new se({
47
43
  props: {
48
44
  visible: e[5],
49
45
  textUnfolded: e[1],
@@ -51,90 +47,88 @@ function G(e) {
51
47
  }
52
48
  }), {
53
49
  c() {
54
- s = c("div"), I(o.$$.fragment), i = A(), n = c("div"), I(l.$$.fragment), h = A(), a = c("div"), d = c("div"), u = c("div"), I(f.$$.fragment), k = A(), g = c("div"), I(m.$$.fragment), $(n, "class", "line svelte-4r8s18"), T(n, "width", e[2] + "px"), $(u, "class", "audio-icon svelte-4r8s18"), T(g, "display", "inline-block"), $(d, "class", "wrapper svelte-4r8s18"), $(a, "class", "content svelte-4r8s18"), Z(() => e[9].call(a)), $(s, "class", "audio-tag svelte-4r8s18"), F(s, "unfolded", e[5]);
50
+ o = c("div"), D(l.$$.fragment), i = T(), n = c("div"), D(s.$$.fragment), p = T(), a = c("div"), f = c("div"), h = c("div"), D(u.$$.fragment), $ = T(), d = c("div"), D(g.$$.fragment), b(n, "class", "line svelte-4r8s18"), A(n, "width", e[2] + "px", !1), b(h, "class", "audio-icon svelte-4r8s18"), A(d, "display", "inline-block", !1), b(f, "class", "wrapper svelte-4r8s18"), b(a, "class", "content svelte-4r8s18"), x(() => e[8].call(a)), b(o, "class", "audio-tag svelte-4r8s18"), G(o, "unfolded", e[5]);
55
51
  },
56
52
  m(t, r) {
57
- H(t, s, r), D(o, s, null), p(s, i), p(s, n), D(l, n, null), p(s, h), p(s, a), p(a, d), p(d, u), D(f, u, null), p(d, k), p(d, g), D(m, g, null), q = x(a, e[9].bind(a)), w = !0, U || (C = ee(g, "click", e[6]), U = !0);
53
+ J(t, o, r), I(l, o, null), m(o, i), m(o, n), I(s, n, null), m(o, p), m(o, a), m(a, f), m(f, h), I(u, h, null), m(f, $), m(f, d), I(g, d, null), C = ee(a, e[8].bind(a)), k = !0, U || (R = te(d, "click", e[6]), U = !0);
58
54
  },
59
55
  p(t, r) {
60
- var L, N, B, E;
61
- const S = {};
62
- r & 32 && (S.visible = t[5]), r & 4 && (S.left = t[2] / 2 + "px"), o.$set(S);
56
+ var j, B, E, F;
63
57
  const y = {};
64
- r & 32 && (y.unfolded = t[5]), r & 24 && (y.outDelay = t[4] + 20 * Math.min((N = (L = t[3][0]) == null ? void 0 : L.content.length) != null ? N : 10, 15)), l.$set(y), r & 4 && T(n, "width", t[2] + "px");
65
- const b = {};
66
- r & 32 && (b.unfolded = t[5]), r & 1 && (b.url = t[0].data.audioUrl), r & 8 && (b.outDelay = 20 * Math.min((E = (B = t[3][0]) == null ? void 0 : B.content.length) != null ? E : 10, 15)), r & 1 && (b.hooksInfo = { tag: t[0] }), f.$set(b);
58
+ r & 32 && (y.visible = t[5]), r & 4 && (y.left = t[2] / 2 + "px"), l.$set(y);
59
+ const S = {};
60
+ r & 32 && (S.unfolded = t[5]), r & 24 && (S.outDelay = t[4] + 20 * Math.min((B = (j = t[3][0]) == null ? void 0 : j.content.length) != null ? B : 10, 15)), s.$set(S), r & 4 && A(n, "width", t[2] + "px", !1);
61
+ const w = {};
62
+ r & 32 && (w.unfolded = t[5]), r & 1 && (w.url = t[0].data.audioUrl), r & 8 && (w.outDelay = 20 * Math.min((F = (E = t[3][0]) == null ? void 0 : E.content.length) != null ? F : 10, 15)), r & 1 && (w.hooksInfo = { tag: t[0] }), u.$set(w);
67
63
  const z = {};
68
- r & 32 && (z.visible = t[5]), r & 2 && (z.textUnfolded = t[1]), r & 8 && (z.textItems = t[3]), m.$set(z), (!w || r & 32) && F(s, "unfolded", t[5]);
64
+ r & 32 && (z.visible = t[5]), r & 2 && (z.textUnfolded = t[1]), r & 8 && (z.textItems = t[3]), g.$set(z), r & 32 && G(o, "unfolded", t[5]);
69
65
  },
70
66
  i(t) {
71
- w || (v(o.$$.fragment, t), v(l.$$.fragment, t), v(f.$$.fragment, t), v(m.$$.fragment, t), w = !0);
67
+ k || (v(l.$$.fragment, t), v(s.$$.fragment, t), v(u.$$.fragment, t), v(g.$$.fragment, t), k = !0);
72
68
  },
73
69
  o(t) {
74
- _(o.$$.fragment, t), _(l.$$.fragment, t), _(f.$$.fragment, t), _(m.$$.fragment, t), w = !1;
70
+ _(l.$$.fragment, t), _(s.$$.fragment, t), _(u.$$.fragment, t), _(g.$$.fragment, t), k = !1;
75
71
  },
76
72
  d(t) {
77
- t && J(s), M(o), M(l), M(f), M(m), q(), U = !1, C();
73
+ t && K(o), M(l), M(s), M(u), M(g), C(), U = !1, R();
78
74
  }
79
75
  };
80
76
  }
81
77
  function ae(e) {
82
- let s, o, i = e[0].state && G(e);
78
+ let o, l, i = e[0].state && H(e);
83
79
  return {
84
80
  c() {
85
- i && i.c(), s = X();
81
+ i && i.c(), o = X();
86
82
  },
87
- m(n, l) {
88
- i && i.m(n, l), H(n, s, l), o = !0;
83
+ m(n, s) {
84
+ i && i.m(n, s), J(n, o, s), l = !0;
89
85
  },
90
- p(n, [l]) {
91
- n[0].state ? i ? (i.p(n, l), l & 1 && v(i, 1)) : (i = G(n), i.c(), v(i, 1), i.m(s.parentNode, s)) : i && (te(), _(i, 1, 1, () => {
86
+ p(n, [s]) {
87
+ n[0].state ? i ? (i.p(n, s), s & 1 && v(i, 1)) : (i = H(n), i.c(), v(i, 1), i.m(o.parentNode, o)) : i && (Y(), _(i, 1, 1, () => {
92
88
  i = null;
93
- }), Y());
89
+ }), Z());
94
90
  },
95
91
  i(n) {
96
- o || (v(i), o = !0);
92
+ l || (v(i), l = !0);
97
93
  },
98
94
  o(n) {
99
- _(i), o = !1;
95
+ _(i), l = !1;
100
96
  },
101
97
  d(n) {
102
- i && i.d(n), n && J(s);
98
+ i && i.d(n), n && K(o);
103
99
  }
104
100
  };
105
101
  }
106
- function de(e, s, o) {
107
- let i, n, l;
108
- var h;
109
- let { tag: a } = s, d = !1, u, f = [];
110
- function k() {
111
- o(1, d = !d);
102
+ function de(e, o, l) {
103
+ let i, n, s, { tag: p } = o, a = !1, f, h = [];
104
+ function u() {
105
+ l(1, a = !a);
112
106
  }
113
- function g() {
114
- u = this.clientWidth, o(2, u);
107
+ function $() {
108
+ f = this.clientWidth, l(2, f);
115
109
  }
116
- return e.$$set = (m) => {
117
- "tag" in m && o(0, a = m.tag);
110
+ return e.$$set = (d) => {
111
+ "tag" in d && l(0, p = d.tag);
118
112
  }, e.$$.update = () => {
119
- e.$$.dirty & 129 && o(5, i = !!(!(o(7, h = a.state) === null || h === void 0) && h.unfolded)), e.$$.dirty & 1 && o(8, n = a.data.text), e.$$.dirty & 256 && o(3, f = [{ id: ie(), content: n }]), e.$$.dirty & 2 && o(4, l = d ? 450 : 0);
113
+ var d;
114
+ e.$$.dirty & 1 && l(5, i = !!((d = p.state) != null && d.unfolded)), e.$$.dirty & 1 && l(7, n = p.data.text), e.$$.dirty & 128 && l(3, h = [{ id: ie(), content: n }]), e.$$.dirty & 2 && l(4, s = a ? 450 : 0);
120
115
  }, [
116
+ p,
121
117
  a,
122
- d,
123
- u,
124
118
  f,
125
- l,
126
- i,
127
- k,
128
119
  h,
120
+ s,
121
+ i,
122
+ u,
129
123
  n,
130
- g
124
+ $
131
125
  ];
132
126
  }
133
- class Me extends O {
134
- constructor(s) {
135
- super(), P(this, s, de, ae, Q, { tag: 0 }, re);
127
+ class ke extends O {
128
+ constructor(o) {
129
+ super(), P(this, o, de, ae, Q, { tag: 0 }, re);
136
130
  }
137
131
  }
138
132
  export {
139
- Me as default
133
+ ke as default
140
134
  };
@@ -1,72 +1,73 @@
1
- import { S as u, i as d, s as p, a as _, e as v, b as g, c as m, n as o, g as r, F as h, P as y, r as b, G as k, H as C } from "../../../index.164f1850.js";
2
- function j(s) {
3
- _(s, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
1
+ import { SvelteComponent as u, init as d, safe_not_equal as p, append_styles as _, element as g, attr as v, insert as a, noop as f, detach as r, HtmlTag as h, empty as k, binding_callbacks as b } from "svelte/internal";
2
+ import { onMount as y, onDestroy as C } from "svelte";
3
+ function j(i) {
4
+ _(i, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
4
5
  }
5
- function f(s) {
6
- let l, e = s[0].element + "", n;
6
+ function m(i) {
7
+ let l, e = i[0].element + "", n;
7
8
  return {
8
9
  c() {
9
- l = new C(!1), n = b(), l.a = n;
10
+ l = new h(!1), n = k(), l.a = n;
10
11
  },
11
- m(t, i) {
12
- l.m(e, t, i), m(t, n, i);
12
+ m(t, o) {
13
+ l.m(e, t, o), a(t, n, o);
13
14
  },
14
- p(t, i) {
15
- i & 1 && e !== (e = t[0].element + "") && l.p(e);
15
+ p(t, o) {
16
+ o & 1 && e !== (e = t[0].element + "") && l.p(e);
16
17
  },
17
18
  d(t) {
18
19
  t && r(n), t && l.d();
19
20
  }
20
21
  };
21
22
  }
22
- function z(s) {
23
- let l, e = typeof s[0].element == "string" && f(s);
23
+ function z(i) {
24
+ let l, e = typeof i[0].element == "string" && m(i);
24
25
  return {
25
26
  c() {
26
- l = v("div"), e && e.c(), g(l, "class", "customElement__container svelte-kzl2aj");
27
+ l = g("div"), e && e.c(), v(l, "class", "customElement__container svelte-kzl2aj");
27
28
  },
28
29
  m(n, t) {
29
- m(n, l, t), e && e.m(l, null), s[2](l);
30
+ a(n, l, t), e && e.m(l, null), i[2](l);
30
31
  },
31
32
  p(n, [t]) {
32
- typeof n[0].element == "string" ? e ? e.p(n, t) : (e = f(n), e.c(), e.m(l, null)) : e && (e.d(1), e = null);
33
+ typeof n[0].element == "string" ? e ? e.p(n, t) : (e = m(n), e.c(), e.m(l, null)) : e && (e.d(1), e = null);
33
34
  },
34
- i: o,
35
- o,
35
+ i: f,
36
+ o: f,
36
37
  d(n) {
37
- n && r(l), e && e.d(), s[2](null);
38
+ n && r(l), e && e.d(), i[2](null);
38
39
  }
39
40
  };
40
41
  }
41
- function E(s, l, e) {
42
- let { tag: n } = l, t, i;
43
- h(() => {
42
+ function E(i, l, e) {
43
+ let { tag: n } = l, t, o;
44
+ y(() => {
44
45
  if (t) {
45
46
  if (n.element instanceof Element) {
46
- const a = n.element;
47
- t.appendChild(a), i = () => t == null ? void 0 : t.removeChild(a);
47
+ const s = n.element;
48
+ t.appendChild(s), o = () => t == null ? void 0 : t.removeChild(s);
48
49
  } else if (typeof n.element == "function") {
49
- const a = n.element;
50
- i = a(t);
50
+ const s = n.element;
51
+ o = s(t);
51
52
  }
52
53
  }
53
- }), y(() => {
54
- i == null || i();
54
+ }), C(() => {
55
+ o == null || o();
55
56
  });
56
- function c(a) {
57
- k[a ? "unshift" : "push"](() => {
58
- t = a, e(1, t);
57
+ function c(s) {
58
+ b[s ? "unshift" : "push"](() => {
59
+ t = s, e(1, t);
59
60
  });
60
61
  }
61
- return s.$$set = (a) => {
62
- "tag" in a && e(0, n = a.tag);
62
+ return i.$$set = (s) => {
63
+ "tag" in s && e(0, n = s.tag);
63
64
  }, [n, t, c];
64
65
  }
65
- class w extends u {
66
+ class D extends u {
66
67
  constructor(l) {
67
68
  super(), d(this, l, E, z, p, { tag: 0 }, j);
68
69
  }
69
70
  }
70
71
  export {
71
- w as default
72
+ D as default
72
73
  };
@@ -1,30 +1,21 @@
1
- import { S as q, i as Y, s as z, a as A, r as R, c as h, f as d, t as c, d as j, g as b, j as v, o as y, e as C, b as N, m as w, h as D, B as E, C as F, k as $ } from "../../../index.164f1850.js";
1
+ import { SvelteComponent as B, init as Y, safe_not_equal as z, append_styles as A, empty as q, insert as g, transition_in as m, group_outros as j, transition_out as _, check_outros as D, detach as h, create_component as w, space as y, element as N, attr as C, mount_component as k, update_keyed_each as E, outro_and_destroy_block as F, destroy_component as v } from "svelte/internal";
2
2
  import G from "../../../shared-utils/uuid.js";
3
3
  import H from "../Common/Text.js";
4
4
  import J from "../Common/Line/Polyline.js";
5
5
  import K from "../Common/Media.js";
6
6
  import L from "../Common/Shadow.js";
7
- import "../../../shared-utils/isNil.js";
8
- import "three";
9
- import "../../utils/search.js";
10
- import "../../utils/constants.js";
11
- import "../../../index.dca207cb.js";
12
- import "../../../index.6a0eead1.js";
13
- import "../../utils/noTypecheck.js";
14
- import "../Common/MediaItem.js";
15
- import "../../Assets/Icon.js";
16
- function O(f) {
17
- A(f, "svelte-1f7m1lj", ".line.svelte-1f7m1lj{position:absolute;width:6.5625rem;height:1.3125rem;transform:translateY(-100%)}.text.svelte-1f7m1lj{position:absolute;width:6.25rem;left:1rem;bottom:0.0625rem;font-weight:600}.media-wrapper.svelte-1f7m1lj{position:absolute;left:0.875rem;top:-5.3125rem;width:5.625rem;height:3.75rem;font-weight:600}");
7
+ function O(a) {
8
+ A(a, "svelte-1f7m1lj", ".line.svelte-1f7m1lj{position:absolute;width:6.5625rem;height:1.3125rem;transform:translateY(-100%)}.text.svelte-1f7m1lj{position:absolute;width:6.25rem;left:1rem;bottom:0.0625rem;font-weight:600}.media-wrapper.svelte-1f7m1lj{position:absolute;left:0.875rem;top:-5.3125rem;width:5.625rem;height:3.75rem;font-weight:600}");
18
9
  }
19
- function T(f, i, o) {
20
- const e = f.slice();
21
- return e[8] = i[o].id, e[1] = i[o].content, e;
10
+ function M(a, n, o) {
11
+ const e = a.slice();
12
+ return e[5] = n[o].id, e[1] = n[o].content, e;
22
13
  }
23
- function B(f) {
24
- let i, o, e, l, a, r = [], u = /* @__PURE__ */ new Map(), p, m, k;
25
- i = new L({
14
+ function P(a) {
15
+ let n, o, e, l, r, i = [], d = /* @__PURE__ */ new Map(), u, c, $;
16
+ n = new L({
26
17
  props: {
27
- visible: f[4],
18
+ visible: a[4],
28
19
  left: 61,
29
20
  bottom: 57,
30
21
  width: 2,
@@ -33,102 +24,102 @@ function B(f) {
33
24
  }
34
25
  }), l = new J({
35
26
  props: {
36
- unfolded: f[4],
27
+ unfolded: a[4],
37
28
  duration: 1e3,
38
29
  outDelay: 400
39
30
  }
40
31
  });
41
- let g = f[2];
42
- const I = (t) => t[8];
43
- for (let t = 0; t < g.length; t += 1) {
44
- let n = T(f, g, t), _ = I(n);
45
- u.set(_, r[t] = M(_, n));
32
+ let b = a[2];
33
+ const I = (t) => t[5];
34
+ for (let t = 0; t < b.length; t += 1) {
35
+ let f = M(a, b, t), p = I(f);
36
+ d.set(p, i[t] = R(p, f));
46
37
  }
47
- let s = f[3] && P(f);
38
+ let s = a[3] && S(a);
48
39
  return {
49
40
  c() {
50
- v(i.$$.fragment), o = y(), e = C("div"), v(l.$$.fragment), a = y();
51
- for (let t = 0; t < r.length; t += 1)
52
- r[t].c();
53
- p = y(), s && s.c(), m = R(), N(e, "class", "line svelte-1f7m1lj");
54
- },
55
- m(t, n) {
56
- w(i, t, n), h(t, o, n), h(t, e, n), w(l, e, null), h(t, a, n);
57
- for (let _ = 0; _ < r.length; _ += 1)
58
- r[_].m(t, n);
59
- h(t, p, n), s && s.m(t, n), h(t, m, n), k = !0;
60
- },
61
- p(t, n) {
62
- const _ = {};
63
- n & 16 && (_.visible = t[4]), i.$set(_);
64
- const S = {};
65
- n & 16 && (S.unfolded = t[4]), l.$set(S), n & 20 && (g = t[2], D(), r = E(r, n, I, 1, t, g, u, p.parentNode, F, M, p, T), j()), t[3] ? s ? (s.p(t, n), n & 8 && d(s, 1)) : (s = P(t), s.c(), d(s, 1), s.m(m.parentNode, m)) : s && (D(), c(s, 1, 1, () => {
41
+ w(n.$$.fragment), o = y(), e = N("div"), w(l.$$.fragment), r = y();
42
+ for (let t = 0; t < i.length; t += 1)
43
+ i[t].c();
44
+ u = y(), s && s.c(), c = q(), C(e, "class", "line svelte-1f7m1lj");
45
+ },
46
+ m(t, f) {
47
+ k(n, t, f), g(t, o, f), g(t, e, f), k(l, e, null), g(t, r, f);
48
+ for (let p = 0; p < i.length; p += 1)
49
+ i[p].m(t, f);
50
+ g(t, u, f), s && s.m(t, f), g(t, c, f), $ = !0;
51
+ },
52
+ p(t, f) {
53
+ const p = {};
54
+ f & 16 && (p.visible = t[4]), n.$set(p);
55
+ const T = {};
56
+ f & 16 && (T.unfolded = t[4]), l.$set(T), f & 20 && (b = t[2], j(), i = E(i, f, I, 1, t, b, d, u.parentNode, F, R, u, M), D()), t[3] ? s ? (s.p(t, f), f & 8 && m(s, 1)) : (s = S(t), s.c(), m(s, 1), s.m(c.parentNode, c)) : s && (j(), _(s, 1, 1, () => {
66
57
  s = null;
67
- }), j());
58
+ }), D());
68
59
  },
69
60
  i(t) {
70
- if (!k) {
71
- d(i.$$.fragment, t), d(l.$$.fragment, t);
72
- for (let n = 0; n < g.length; n += 1)
73
- d(r[n]);
74
- d(s), k = !0;
61
+ if (!$) {
62
+ m(n.$$.fragment, t), m(l.$$.fragment, t);
63
+ for (let f = 0; f < b.length; f += 1)
64
+ m(i[f]);
65
+ m(s), $ = !0;
75
66
  }
76
67
  },
77
68
  o(t) {
78
- c(i.$$.fragment, t), c(l.$$.fragment, t);
79
- for (let n = 0; n < r.length; n += 1)
80
- c(r[n]);
81
- c(s), k = !1;
69
+ _(n.$$.fragment, t), _(l.$$.fragment, t);
70
+ for (let f = 0; f < i.length; f += 1)
71
+ _(i[f]);
72
+ _(s), $ = !1;
82
73
  },
83
74
  d(t) {
84
- $(i, t), t && b(o), t && b(e), $(l), t && b(a);
85
- for (let n = 0; n < r.length; n += 1)
86
- r[n].d(t);
87
- t && b(p), s && s.d(t), t && b(m);
75
+ v(n, t), t && h(o), t && h(e), v(l), t && h(r);
76
+ for (let f = 0; f < i.length; f += 1)
77
+ i[f].d(t);
78
+ t && h(u), s && s.d(t), t && h(c);
88
79
  }
89
80
  };
90
81
  }
91
- function M(f, i) {
82
+ function R(a, n) {
92
83
  let o, e, l;
93
84
  return e = new H({
94
85
  props: {
95
- unfolded: i[4],
96
- content: i[1],
86
+ unfolded: n[4],
87
+ content: n[1],
97
88
  inDelay: 500
98
89
  }
99
90
  }), {
100
- key: f,
91
+ key: a,
101
92
  first: null,
102
93
  c() {
103
- o = C("div"), v(e.$$.fragment), N(o, "class", "text svelte-1f7m1lj"), this.first = o;
94
+ o = N("div"), w(e.$$.fragment), C(o, "class", "text svelte-1f7m1lj"), this.first = o;
104
95
  },
105
- m(a, r) {
106
- h(a, o, r), w(e, o, null), l = !0;
96
+ m(r, i) {
97
+ g(r, o, i), k(e, o, null), l = !0;
107
98
  },
108
- p(a, r) {
109
- i = a;
110
- const u = {};
111
- r & 16 && (u.unfolded = i[4]), r & 4 && (u.content = i[1]), e.$set(u);
99
+ p(r, i) {
100
+ n = r;
101
+ const d = {};
102
+ i & 16 && (d.unfolded = n[4]), i & 4 && (d.content = n[1]), e.$set(d);
112
103
  },
113
- i(a) {
114
- l || (d(e.$$.fragment, a), l = !0);
104
+ i(r) {
105
+ l || (m(e.$$.fragment, r), l = !0);
115
106
  },
116
- o(a) {
117
- c(e.$$.fragment, a), l = !1;
107
+ o(r) {
108
+ _(e.$$.fragment, r), l = !1;
118
109
  },
119
- d(a) {
120
- a && b(o), $(e);
110
+ d(r) {
111
+ r && h(o), v(e);
121
112
  }
122
113
  };
123
114
  }
124
- function P(f) {
125
- let i, o, e;
115
+ function S(a) {
116
+ let n, o, e;
126
117
  return o = new K({
127
118
  props: {
128
119
  autoplayConfig: { autoplay: !1 },
129
- unfolded: f[4],
130
- mediaData: f[3],
131
- tag: f[0],
120
+ unfolded: a[4],
121
+ mediaData: a[3],
122
+ tag: a[0],
132
123
  enableCarousel: !1,
133
124
  canPlay: !1,
134
125
  playButtonIfNeed: "small",
@@ -137,66 +128,65 @@ function P(f) {
137
128
  }
138
129
  }), {
139
130
  c() {
140
- i = C("div"), v(o.$$.fragment), N(i, "class", "media-wrapper svelte-1f7m1lj");
131
+ n = N("div"), w(o.$$.fragment), C(n, "class", "media-wrapper svelte-1f7m1lj");
141
132
  },
142
- m(l, a) {
143
- h(l, i, a), w(o, i, null), e = !0;
133
+ m(l, r) {
134
+ g(l, n, r), k(o, n, null), e = !0;
144
135
  },
145
- p(l, a) {
146
- const r = {};
147
- a & 16 && (r.unfolded = l[4]), a & 8 && (r.mediaData = l[3]), a & 1 && (r.tag = l[0]), o.$set(r);
136
+ p(l, r) {
137
+ const i = {};
138
+ r & 16 && (i.unfolded = l[4]), r & 8 && (i.mediaData = l[3]), r & 1 && (i.tag = l[0]), o.$set(i);
148
139
  },
149
140
  i(l) {
150
- e || (d(o.$$.fragment, l), e = !0);
141
+ e || (m(o.$$.fragment, l), e = !0);
151
142
  },
152
143
  o(l) {
153
- c(o.$$.fragment, l), e = !1;
144
+ _(o.$$.fragment, l), e = !1;
154
145
  },
155
146
  d(l) {
156
- l && b(i), $(o);
147
+ l && h(n), v(o);
157
148
  }
158
149
  };
159
150
  }
160
- function Q(f) {
161
- let i, o, e = f[0].state && B(f);
151
+ function Q(a) {
152
+ let n, o, e = a[0].state && P(a);
162
153
  return {
163
154
  c() {
164
- e && e.c(), i = R();
155
+ e && e.c(), n = q();
165
156
  },
166
- m(l, a) {
167
- e && e.m(l, a), h(l, i, a), o = !0;
157
+ m(l, r) {
158
+ e && e.m(l, r), g(l, n, r), o = !0;
168
159
  },
169
- p(l, [a]) {
170
- l[0].state ? e ? (e.p(l, a), a & 1 && d(e, 1)) : (e = B(l), e.c(), d(e, 1), e.m(i.parentNode, i)) : e && (D(), c(e, 1, 1, () => {
160
+ p(l, [r]) {
161
+ l[0].state ? e ? (e.p(l, r), r & 1 && m(e, 1)) : (e = P(l), e.c(), m(e, 1), e.m(n.parentNode, n)) : e && (j(), _(e, 1, 1, () => {
171
162
  e = null;
172
- }), j());
163
+ }), D());
173
164
  },
174
165
  i(l) {
175
- o || (d(e), o = !0);
166
+ o || (m(e), o = !0);
176
167
  },
177
168
  o(l) {
178
- c(e), o = !1;
169
+ _(e), o = !1;
179
170
  },
180
171
  d(l) {
181
- e && e.d(l), l && b(i);
172
+ e && e.d(l), l && h(n);
182
173
  }
183
174
  };
184
175
  }
185
- function U(f, i, o) {
186
- let e, l, a;
187
- var r, u, p;
188
- let { tag: m } = i, k;
189
- return f.$$set = (g) => {
190
- "tag" in g && o(0, m = g.tag);
191
- }, f.$$.update = () => {
192
- f.$$.dirty & 1 && o(4, e = m.state ? m.state.unfolded : !1), f.$$.dirty & 225 && o(1, l = (o(6, u = o(5, r = m.data.text) === null || r === void 0 ? void 0 : r.length) !== null && u !== void 0 ? u : 0) > 7 ? (o(7, p = m.data.text) === null || p === void 0 ? void 0 : p.substring(0, 6)) + "..." : m.data.text), f.$$.dirty & 1 && o(3, a = m.data.mediaData), f.$$.dirty & 2 && o(2, k = l ? [{ id: G(), content: l }] : []);
193
- }, [m, l, k, a, e, r, u, p];
176
+ function U(a, n, o) {
177
+ let e, l, r, { tag: i } = n, d;
178
+ return a.$$set = (u) => {
179
+ "tag" in u && o(0, i = u.tag);
180
+ }, a.$$.update = () => {
181
+ var u, c, $;
182
+ a.$$.dirty & 1 && o(4, e = i.state ? i.state.unfolded : !1), a.$$.dirty & 1 && o(1, l = ((c = (u = i.data.text) == null ? void 0 : u.length) != null ? c : 0) > 7 ? (($ = i.data.text) == null ? void 0 : $.substring(0, 6)) + "..." : i.data.text), a.$$.dirty & 1 && o(3, r = i.data.mediaData), a.$$.dirty & 2 && o(2, d = l ? [{ id: G(), content: l }] : []);
183
+ }, [i, l, d, r, e];
194
184
  }
195
- class me extends q {
196
- constructor(i) {
197
- super(), Y(this, i, U, Q, z, { tag: 0 }, O);
185
+ class te extends B {
186
+ constructor(n) {
187
+ super(), Y(this, n, U, Q, z, { tag: 0 }, O);
198
188
  }
199
189
  }
200
190
  export {
201
- me as default
191
+ te as default
202
192
  };