@realsee/dnalogel 3.66.0-alpha.9 → 3.66.1

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 (524) hide show
  1. package/CHANGELOG.md +18 -2
  2. package/dist/MeasurePlugin/Controller.d.ts +24 -0
  3. package/dist/MeasurePlugin/index.d.ts +1 -0
  4. package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +1 -1
  5. package/dist/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +8 -1
  6. package/dist/PanoTagPlugin/Components/Common/Icon/tag-popover-arrow-base64.d.ts +8 -0
  7. package/dist/PanoTagPlugin/controller/Tag/BaseTag.d.ts +12 -3
  8. package/dist/PanoTagPlugin/controller/Tag/PointTag.d.ts +0 -3
  9. package/dist/PanoTagPlugin/controller/index.d.ts +18 -0
  10. package/dist/PanoTagPlugin/typings/controller.d.ts +0 -1
  11. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +2 -0
  12. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +26 -0
  13. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -1
  14. package/dist/PanoTagPlugin/utils/index.d.ts +1 -0
  15. package/dist/PanoTagPlugin/utils/popoverContainer.d.ts +1 -0
  16. package/dist/PanoTagPlugin/utils/videoHelper.d.ts +45 -0
  17. package/dist/Sculpt/Meshes/Line.d.ts +3 -0
  18. package/dist/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
  19. package/dist/index.cjs.js +164 -93
  20. package/dist/index.js +13560 -12950
  21. package/dist/index.umd.js +163 -92
  22. package/docs/assets/navigation.js +1 -1
  23. package/docs/assets/search.js +1 -1
  24. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +2 -2
  25. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +2 -2
  26. package/docs/classes/CSS3DRender.html +2 -2
  27. package/docs/classes/GuideLineItem.GuideLineItem.html +2 -2
  28. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +2 -2
  29. package/docs/classes/ModelMakerPluginInstance.html +2 -2
  30. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +2 -2
  31. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +2 -2
  32. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +2 -2
  33. package/docs/classes/ModelRoomLabelController.html +2 -2
  34. package/docs/classes/MoveController.html +2 -2
  35. package/docs/classes/Object3DHelperController.html +2 -2
  36. package/docs/classes/PaintBrush.html +2 -2
  37. package/docs/classes/PanoMeasurePluginLine.html +2 -2
  38. package/docs/classes/PanoMeasurePluginModel.html +2 -2
  39. package/docs/classes/PanoMeasurePluginPoint.html +2 -2
  40. package/docs/classes/PanoMeasurePluginPolyline.html +2 -2
  41. package/docs/classes/PanoTagPluginController.html +39 -29
  42. package/docs/classes/Sculpt.html +2 -2
  43. package/docs/classes/Util.BetterTween.html +2 -2
  44. package/docs/classes/Util.FiveDomEvents.html +2 -2
  45. package/docs/classes/Util.FivePuppet.html +2 -2
  46. package/docs/classes/Util.Interval.html +2 -2
  47. package/docs/classes/Util.LegacyPointHelper.html +2 -2
  48. package/docs/classes/Util.LightTag.html +2 -2
  49. package/docs/classes/Util.LineSegments.html +2 -2
  50. package/docs/classes/Util.Magnifier.html +2 -2
  51. package/docs/classes/Util.Object3D.html +2 -2
  52. package/docs/classes/Util.PointDomHelper.html +2 -2
  53. package/docs/classes/Util.PointHelper.html +2 -2
  54. package/docs/classes/Util.PointSelector.html +2 -2
  55. package/docs/classes/Util.PointSelectorHelper.html +2 -2
  56. package/docs/classes/Util.Rectangle.html +2 -2
  57. package/docs/classes/Util.sculpt.BaseEditor.html +2 -2
  58. package/docs/classes/Util.sculpt.BoxMesh.html +2 -2
  59. package/docs/classes/Util.sculpt.BoxMeshEditor.html +2 -2
  60. package/docs/classes/Util.sculpt.CircleMesh.html +2 -2
  61. package/docs/classes/Util.sculpt.CircleMeshEditor.html +2 -2
  62. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +2 -2
  63. package/docs/classes/Util.sculpt.CylinderMesh.html +2 -2
  64. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +2 -2
  65. package/docs/classes/Util.sculpt.LineMesh.html +5 -5
  66. package/docs/classes/Util.sculpt.PointMesh.html +2 -2
  67. package/docs/classes/Util.sculpt.PolygonMesh.html +2 -2
  68. package/docs/classes/Util.sculpt.PrismMesh.html +2 -2
  69. package/docs/classes/Util.sculpt.PrismMeshEditor.html +2 -2
  70. package/docs/classes/Util.sculpt.RectangleMesh.html +2 -2
  71. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +2 -2
  72. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +2 -2
  73. package/docs/classes/WalkController.html +2 -2
  74. package/docs/enums/CameraMovementEffect.html +2 -2
  75. package/docs/enums/ContentType.html +2 -2
  76. package/docs/enums/DIRECTION.html +2 -2
  77. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
  78. package/docs/enums/DimensionType.html +2 -2
  79. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
  80. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
  81. package/docs/enums/PaintBrushTypeEnum.html +2 -2
  82. package/docs/enums/PointType.html +2 -2
  83. package/docs/enums/Rotation.html +2 -2
  84. package/docs/functions/AreaMakerPlugin.html +1 -1
  85. package/docs/functions/CSS3DRenderPlugin.html +1 -1
  86. package/docs/functions/CameraMovementPlugin.html +2 -2
  87. package/docs/functions/CruisePlugin.html +1 -1
  88. package/docs/functions/CurrentPanoImagePlugin.html +1 -1
  89. package/docs/functions/GuideLinePlugin.html +1 -1
  90. package/docs/functions/ItemLabelPlugin.html +1 -1
  91. package/docs/functions/MapviewFloorplanPlugin.html +1 -1
  92. package/docs/functions/MeasurePlugin.html +1 -1
  93. package/docs/functions/ModelChassisCompassPlugin.html +2 -2
  94. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
  95. package/docs/functions/ModelFloorplanPlugin.html +1 -1
  96. package/docs/functions/ModelItemLabelPlugin.html +1 -1
  97. package/docs/functions/ModelMakerPlugin.html +1 -1
  98. package/docs/functions/ModelRoomLabelPlugin.html +1 -1
  99. package/docs/functions/ModelTVVideoPlugin.html +1 -1
  100. package/docs/functions/ModelViewPlugin.html +2 -2
  101. package/docs/functions/MovePlugin.html +1 -1
  102. package/docs/functions/Object3DHelperPlugin.html +1 -1
  103. package/docs/functions/PanoCompassPlugin.html +1 -1
  104. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
  105. package/docs/functions/PanoDoorLabelPlugin.html +1 -1
  106. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
  107. package/docs/functions/PanoMeasurePlugin.html +1 -1
  108. package/docs/functions/PanoRulerPlugin.html +2 -2
  109. package/docs/functions/PanoRulerProPlugin.html +2 -2
  110. package/docs/functions/PanoSpatialTagPlugin.html +2 -2
  111. package/docs/functions/PanoTagPlugin.html +1 -1
  112. package/docs/functions/PanoVideoPlugin.html +2 -2
  113. package/docs/functions/PipelinePlugin.html +1 -1
  114. package/docs/functions/SculptPlugin.html +2 -2
  115. package/docs/functions/TopviewFloorplanPlugin.html +1 -1
  116. package/docs/functions/Util.absoluteUrl.html +2 -2
  117. package/docs/functions/Util.awaitNextFrame.html +1 -1
  118. package/docs/functions/Util.blink.html +2 -2
  119. package/docs/functions/Util.bounding.html +1 -1
  120. package/docs/functions/Util.boundingBox.html +1 -1
  121. package/docs/functions/Util.boundingSphere.html +1 -1
  122. package/docs/functions/Util.boxVertex.html +2 -2
  123. package/docs/functions/Util.boxVertexes.html +1 -1
  124. package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
  125. package/docs/functions/Util.convexHull.html +2 -2
  126. package/docs/functions/Util.equal.html +2 -2
  127. package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
  128. package/docs/functions/Util.getCoordsFromClient.html +1 -1
  129. package/docs/functions/Util.getCoordsFromElement.html +1 -1
  130. package/docs/functions/Util.getFrameTime.html +2 -2
  131. package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -1
  132. package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -1
  133. package/docs/functions/Util.initialCSS3DRender.html +1 -1
  134. package/docs/functions/Util.inside.html +1 -1
  135. package/docs/functions/Util.isAbsoluteURL.html +1 -1
  136. package/docs/functions/Util.isModelLike.html +1 -1
  137. package/docs/functions/Util.isNil.html +2 -2
  138. package/docs/functions/Util.isPanoramaLike.html +1 -1
  139. package/docs/functions/Util.lookObject.html +2 -2
  140. package/docs/functions/Util.lookPoint.html +2 -2
  141. package/docs/functions/Util.nextFrame.html +1 -1
  142. package/docs/functions/Util.notNil.html +2 -2
  143. package/docs/functions/Util.reblink.html +2 -2
  144. package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
  145. package/docs/functions/Util.sculpt.createBox.html +1 -1
  146. package/docs/functions/Util.sculpt.createCircle.html +1 -1
  147. package/docs/functions/Util.sculpt.createCylinder.html +1 -1
  148. package/docs/functions/Util.sculpt.createLine.html +2 -2
  149. package/docs/functions/Util.sculpt.createPoint.html +1 -1
  150. package/docs/functions/Util.sculpt.createPolygon.html +1 -1
  151. package/docs/functions/Util.sculpt.createPrism.html +1 -1
  152. package/docs/functions/Util.sculpt.createRectangle.html +2 -2
  153. package/docs/functions/Util.tag.html +1 -1
  154. package/docs/functions/Util.tweenProgress.html +1 -1
  155. package/docs/functions/Util.uuid.html +2 -2
  156. package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
  157. package/docs/functions/Util.worldBounding.html +1 -1
  158. package/docs/functions/Util.worldBoundingBox.html +1 -1
  159. package/docs/functions/Util.worldBoundingSphere.html +1 -1
  160. package/docs/functions/createPolyline.html +2 -2
  161. package/docs/functions/pluginFlag.html +1 -1
  162. package/docs/hierarchy.html +1 -1
  163. package/docs/index.html +2 -2
  164. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +2 -2
  165. package/docs/interfaces/AreaMakerPluginType.Config.html +2 -2
  166. package/docs/interfaces/AreaMakerPluginType.EventMap.html +2 -2
  167. package/docs/interfaces/AreaMakerPluginType.Params.html +2 -2
  168. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +2 -2
  169. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +2 -2
  170. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +2 -2
  171. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +2 -2
  172. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
  173. package/docs/interfaces/AreaMakerPluginType.State.html +2 -2
  174. package/docs/interfaces/CSS3DRenderPluginEventMap.html +2 -2
  175. package/docs/interfaces/CSS3DRenderPluginState.html +2 -2
  176. package/docs/interfaces/CameraMovementPluginExportType.html +2 -2
  177. package/docs/interfaces/ContentTypeMapInterface.html +2 -2
  178. package/docs/interfaces/CruisePluginTypes.Config.html +2 -2
  179. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
  180. package/docs/interfaces/CruisePluginTypes.EventMap.html +2 -2
  181. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +2 -2
  182. package/docs/interfaces/CruisePluginTypes.MoveAction.html +2 -2
  183. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +2 -2
  184. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +2 -2
  185. package/docs/interfaces/CruisePluginTypes.PluginData.html +2 -2
  186. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
  187. package/docs/interfaces/CruisePluginTypes.PluginState.html +2 -2
  188. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +2 -2
  189. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +2 -2
  190. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +2 -2
  191. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
  192. package/docs/interfaces/CurrentPanoImagePluginType.State.html +2 -2
  193. package/docs/interfaces/FloorplanBounding.html +2 -2
  194. package/docs/interfaces/FloorplanData.html +2 -2
  195. package/docs/interfaces/FloorplanEntrance.html +2 -2
  196. package/docs/interfaces/FloorplanExtraObject.html +2 -2
  197. package/docs/interfaces/FloorplanExtraObject3D.html +2 -2
  198. package/docs/interfaces/FloorplanFloorData.html +2 -2
  199. package/docs/interfaces/FloorplanImagePosition.html +2 -2
  200. package/docs/interfaces/FloorplanObserver.html +2 -2
  201. package/docs/interfaces/FloorplanOutlineItem.html +2 -2
  202. package/docs/interfaces/FloorplanPosition.html +2 -2
  203. package/docs/interfaces/FloorplanRoomItem.html +2 -2
  204. package/docs/interfaces/FloorplanRoomLabelItem.html +2 -2
  205. package/docs/interfaces/FloorplanServerBounding.html +2 -2
  206. package/docs/interfaces/FloorplanServerComputedData.html +2 -2
  207. package/docs/interfaces/FloorplanServerData.html +2 -2
  208. package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
  209. package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
  210. package/docs/interfaces/FloorplanServerEntrance.html +2 -2
  211. package/docs/interfaces/FloorplanServerFloorData.html +2 -2
  212. package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
  213. package/docs/interfaces/FloorplanServerObserver.html +2 -2
  214. package/docs/interfaces/FloorplanServerOutlineItem.html +2 -2
  215. package/docs/interfaces/FloorplanServerPosition.html +2 -2
  216. package/docs/interfaces/FloorplanServerRoomItem.html +2 -2
  217. package/docs/interfaces/FloorplanServerRoomLabelItem.html +2 -2
  218. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
  219. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +2 -2
  220. package/docs/interfaces/GuideLinePluginType.EventMap.html +2 -2
  221. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +2 -2
  222. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +2 -2
  223. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
  224. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +2 -2
  225. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +2 -2
  226. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
  227. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +2 -2
  228. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
  229. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +2 -2
  230. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
  231. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
  232. package/docs/interfaces/GuideLinePluginType.PluginState.html +2 -2
  233. package/docs/interfaces/GuideLinePluginType.Route.html +2 -2
  234. package/docs/interfaces/HelperOffset.html +2 -2
  235. package/docs/interfaces/ImagePlaneGroup.html +2 -2
  236. package/docs/interfaces/ItemLabelPluginData.html +2 -2
  237. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
  238. package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
  239. package/docs/interfaces/MinMax.html +2 -2
  240. package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
  241. package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
  242. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -2
  243. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
  244. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
  245. package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
  246. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
  247. package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
  248. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +2 -2
  249. package/docs/interfaces/ModelMakerPluginType.EventMap.html +2 -2
  250. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +2 -2
  251. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +2 -2
  252. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +2 -2
  253. package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
  254. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +2 -2
  255. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +2 -2
  256. package/docs/interfaces/ModelMakerPluginType.State.html +2 -2
  257. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +2 -2
  258. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
  259. package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
  260. package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
  261. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -2
  262. package/docs/interfaces/ModelViewPluginExportType.html +2 -2
  263. package/docs/interfaces/Object3DHelperState.html +2 -2
  264. package/docs/interfaces/ObjectHelperControllers.html +2 -2
  265. package/docs/interfaces/PaintBrushAction.html +2 -2
  266. package/docs/interfaces/PaintBrushConfigs.html +2 -2
  267. package/docs/interfaces/PaintBrushState.html +2 -2
  268. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +2 -2
  269. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
  270. package/docs/interfaces/PanoMeasureParameterType.html +2 -2
  271. package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
  272. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +2 -2
  273. package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
  274. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +2 -2
  275. package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
  276. package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
  277. package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
  278. package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
  279. package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
  280. package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
  281. package/docs/interfaces/PanoRulerProPluginState.html +2 -2
  282. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
  283. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
  284. package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
  285. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
  286. package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
  287. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
  288. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -2
  289. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
  290. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
  291. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +2 -2
  292. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +2 -2
  293. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
  294. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +2 -2
  295. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
  296. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +2 -2
  297. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +2 -2
  298. package/docs/interfaces/PluginEventMap.html +2 -2
  299. package/docs/interfaces/Point.html +2 -2
  300. package/docs/interfaces/Room.html +2 -2
  301. package/docs/interfaces/RoomInfo.html +2 -2
  302. package/docs/interfaces/RoomLabel.html +2 -2
  303. package/docs/interfaces/RoomRules.html +1 -1
  304. package/docs/interfaces/Rooms.html +1 -1
  305. package/docs/interfaces/Scissor.html +2 -2
  306. package/docs/interfaces/State.html +2 -2
  307. package/docs/interfaces/TagCacheInterface.html +3 -4
  308. package/docs/interfaces/TagConfig.html +71 -61
  309. package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
  310. package/docs/interfaces/TagIconUrl.html +2 -2
  311. package/docs/interfaces/TagObjectGroup.html +2 -2
  312. package/docs/interfaces/TagState.html +2 -3
  313. package/docs/interfaces/TagStyle.html +2 -2
  314. package/docs/interfaces/Tags.html +2 -2
  315. package/docs/interfaces/TemporaryState.html +2 -2
  316. package/docs/interfaces/Util.AnimeInstance.html +2 -2
  317. package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
  318. package/docs/interfaces/Util.EventHandlerConfig.html +2 -2
  319. package/docs/interfaces/Util.FiveDomEvent.html +2 -2
  320. package/docs/interfaces/Util.FiveDomEventMap.html +2 -2
  321. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +2 -2
  322. package/docs/interfaces/Util.MagnifierParameter.html +2 -2
  323. package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
  324. package/docs/interfaces/Util.PointIntersection.html +2 -2
  325. package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
  326. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +2 -2
  327. package/docs/modules/AreaMakerPluginType.html +2 -2
  328. package/docs/modules/CruisePluginTypes.html +2 -2
  329. package/docs/modules/CurrentPanoImagePluginType.html +2 -2
  330. package/docs/modules/GuideLineItem.html +2 -2
  331. package/docs/modules/GuideLineModeItem.html +2 -2
  332. package/docs/modules/GuideLinePluginType.html +2 -2
  333. package/docs/modules/ModelMakerPluginType.html +2 -2
  334. package/docs/modules/PanoVideoPluginType.html +2 -2
  335. package/docs/modules/SculptData.html +2 -2
  336. package/docs/modules/SculptType.html +2 -2
  337. package/docs/modules/Util.html +2 -2
  338. package/docs/modules/Util.sculpt.html +2 -2
  339. package/docs/modules.html +2 -2
  340. package/docs/types/AddObject3DHelperConfig.html +2 -2
  341. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
  342. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
  343. package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
  344. package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
  345. package/docs/types/ArrayPosition.html +1 -1
  346. package/docs/types/AudioAppearance.html +1 -1
  347. package/docs/types/CSS3DRenderExportType.html +1 -1
  348. package/docs/types/CSS3DRenderPluginExportType.html +1 -1
  349. package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
  350. package/docs/types/ClassFunctionParameters.html +1 -1
  351. package/docs/types/Color.html +1 -1
  352. package/docs/types/ContentTypeConfigKey.html +1 -1
  353. package/docs/types/ContentTypeConfigKeySplit.html +1 -1
  354. package/docs/types/ContentTypeMap.html +1 -1
  355. package/docs/types/Create3DDomContainerReturnType.html +1 -1
  356. package/docs/types/Create3DElementReturnType.html +1 -1
  357. package/docs/types/CruisePluginExportType.html +1 -1
  358. package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
  359. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
  360. package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
  361. package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
  362. package/docs/types/DeprecatedTagProperty.html +2 -2
  363. package/docs/types/Direction-1.html +1 -1
  364. package/docs/types/Direction4.html +1 -1
  365. package/docs/types/ElementRenderer.html +2 -2
  366. package/docs/types/FloorplanRuleLabels.html +2 -2
  367. package/docs/types/FloorplanServerRuleLabels.html +1 -1
  368. package/docs/types/GuideLinePluginExportType.html +1 -1
  369. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
  370. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
  371. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
  372. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
  373. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
  374. package/docs/types/GuideLinePluginType.PathItem.html +2 -2
  375. package/docs/types/GuideLinePluginType.PluginData.html +2 -2
  376. package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
  377. package/docs/types/HelperEventMap.html +1 -1
  378. package/docs/types/InternalHelperEventMap.html +1 -1
  379. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
  380. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
  381. package/docs/types/MeasurePluginConfig.html +1 -1
  382. package/docs/types/MediaData.html +2 -2
  383. package/docs/types/MediaStore.html +1 -1
  384. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
  385. package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
  386. package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
  387. package/docs/types/ModelId.html +1 -1
  388. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
  389. package/docs/types/ModelMakerPluginType.ItemType.html +2 -2
  390. package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -1
  391. package/docs/types/ModelMakerPluginType.ServerItem.html +2 -2
  392. package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
  393. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
  394. package/docs/types/MoveArgs.html +2 -2
  395. package/docs/types/MoveOpts.html +2 -2
  396. package/docs/types/Object3DHelperEventMap.html +1 -1
  397. package/docs/types/ObjectFit.html +1 -1
  398. package/docs/types/PaintBrushEventMap.html +1 -1
  399. package/docs/types/PanoCompassPluginData.html +1 -1
  400. package/docs/types/PanoCompassPluginExportType.html +1 -1
  401. package/docs/types/PanoCompassPluginParameterType.html +1 -1
  402. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
  403. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
  404. package/docs/types/PanoIndex.html +1 -1
  405. package/docs/types/PanoMeasurePluginEvent.html +1 -1
  406. package/docs/types/PanoMeasureReturnType.html +1 -1
  407. package/docs/types/PanoSpatialTagPluginId.html +1 -1
  408. package/docs/types/PanoTagPluginExportInterface.html +1 -1
  409. package/docs/types/PanoTagPluginParamsInterface.html +1 -1
  410. package/docs/types/PanoVideoPluginParameterType.html +1 -1
  411. package/docs/types/PanoVideoPluginReturnType.html +1 -1
  412. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
  413. package/docs/types/PipelinePluginParameterType.html +1 -1
  414. package/docs/types/PipelinePluginReturnType.html +1 -1
  415. package/docs/types/PlaneTag.html +2 -2
  416. package/docs/types/Point2DTag.html +2 -2
  417. package/docs/types/Point3DTag.html +2 -2
  418. package/docs/types/PointTagInstance.html +1 -1
  419. package/docs/types/Position.html +1 -1
  420. package/docs/types/PositionFrom.html +1 -1
  421. package/docs/types/RotateArgs.html +2 -2
  422. package/docs/types/RotateOpts.html +2 -2
  423. package/docs/types/RuleLabelsKey.html +1 -1
  424. package/docs/types/RuleLabelsValue.html +1 -1
  425. package/docs/types/ScaleCallback.html +1 -1
  426. package/docs/types/ScalePosition.html +2 -2
  427. package/docs/types/SculptData.BoxData.html +1 -1
  428. package/docs/types/SculptData.CircleData.html +1 -1
  429. package/docs/types/SculptData.CylinderData.html +1 -1
  430. package/docs/types/SculptData.PointData.html +1 -1
  431. package/docs/types/SculptData.PolygonData.html +1 -1
  432. package/docs/types/SculptData.PolylineData.html +1 -1
  433. package/docs/types/SculptData.PrismData.html +1 -1
  434. package/docs/types/SculptData.RectangleData.html +1 -1
  435. package/docs/types/SculptType.Theme.html +2 -2
  436. package/docs/types/StickType.html +1 -1
  437. package/docs/types/Tag.html +3 -2
  438. package/docs/types/Tag2D.html +2 -2
  439. package/docs/types/Tag3D.html +2 -2
  440. package/docs/types/TagClickParams.html +1 -1
  441. package/docs/types/TagConfigByKey.html +1 -1
  442. package/docs/types/TagContentType.html +1 -1
  443. package/docs/types/TagContentTypeMapping.html +1 -1
  444. package/docs/types/TagDimensionType.html +1 -1
  445. package/docs/types/TagElement.html +2 -2
  446. package/docs/types/TagEvents.html +1 -1
  447. package/docs/types/TagGLTFObject.html +1 -1
  448. package/docs/types/TagHooks.html +1 -1
  449. package/docs/types/TagId.html +1 -1
  450. package/docs/types/TagInstance.html +1 -1
  451. package/docs/types/TagPlacement.html +2 -2
  452. package/docs/types/TagPointType.html +2 -2
  453. package/docs/types/TagRendererMap.html +1 -1
  454. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
  455. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
  456. package/docs/types/Util.ActionIfNoIntersection.html +1 -1
  457. package/docs/types/Util.AdherePoint.html +2 -2
  458. package/docs/types/Util.PointSelectorConfig.html +1 -1
  459. package/docs/types/WorkCode.html +1 -1
  460. package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
  461. package/docs/variables/PLUGIN.html +1 -1
  462. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
  463. package/docs/variables/ROOM_TYPE_MAP.html +2 -2
  464. package/docs/variables/Util.animeMap.html +1 -1
  465. package/docs/variables/defaultGlobalConfig.html +1 -1
  466. package/docs/variables/itemLabelPluginServerParams.html +1 -1
  467. package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
  468. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
  469. package/libs/CruisePlugin/Move.js +5 -2
  470. package/libs/CruisePlugin/Work.js +5 -2
  471. package/libs/CruisePlugin/index.js +9 -6
  472. package/libs/GuideLinePlugin/Controller.js +7 -4
  473. package/libs/GuideLinePlugin/GuideLineItem.js +5 -2
  474. package/libs/GuideLinePlugin/GuideLineModeItem.js +5 -2
  475. package/libs/GuideLinePlugin/index.js +9 -6
  476. package/libs/MeasurePlugin/Controller.d.ts +24 -0
  477. package/libs/MeasurePlugin/Controller.js +169 -100
  478. package/libs/MeasurePlugin/index.d.ts +1 -0
  479. package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +1 -1
  480. package/libs/PanoMeasurePlugin/utils/dom/base.js +3 -3
  481. package/libs/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +8 -1
  482. package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +128 -44
  483. package/libs/PanoTagPlugin/Components/Common/Icon/tag-popover-arrow-base64.d.ts +8 -0
  484. package/libs/PanoTagPlugin/Components/Common/Icon/tag-popover-arrow-base64.js +11 -0
  485. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +91 -88
  486. package/libs/PanoTagPlugin/Components/Common/TagPopover/ArrowRightIcon.js +73 -61
  487. package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +153 -90
  488. package/libs/PanoTagPlugin/Components/Common/TagPopover/ShareIcon.js +76 -64
  489. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverArrow.js +62 -30
  490. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +199 -107
  491. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +565 -362
  492. package/libs/PanoTagPlugin/Components/Common/TagPopover/index.js +272 -251
  493. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +232 -253
  494. package/libs/PanoTagPlugin/Components/Tag/index.js +241 -254
  495. package/libs/PanoTagPlugin/Components/TagContainer.js +107 -91
  496. package/libs/PanoTagPlugin/Components/TagItem.js +300 -337
  497. package/libs/PanoTagPlugin/controller/Tag/BaseTag.d.ts +12 -3
  498. package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +333 -329
  499. package/libs/PanoTagPlugin/controller/Tag/PointTag.d.ts +0 -3
  500. package/libs/PanoTagPlugin/controller/Tag/PointTag.js +31 -37
  501. package/libs/PanoTagPlugin/controller/index.d.ts +18 -0
  502. package/libs/PanoTagPlugin/controller/index.js +163 -132
  503. package/libs/PanoTagPlugin/index.js +14 -11
  504. package/libs/PanoTagPlugin/tag.config.js +26 -3
  505. package/libs/PanoTagPlugin/typings/controller.d.ts +0 -1
  506. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +2 -0
  507. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +26 -0
  508. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -1
  509. package/libs/PanoTagPlugin/utils/index.d.ts +1 -0
  510. package/libs/PanoTagPlugin/utils/index.js +22 -15
  511. package/libs/PanoTagPlugin/utils/popoverContainer.d.ts +1 -0
  512. package/libs/PanoTagPlugin/utils/popoverContainer.js +16 -0
  513. package/libs/PanoTagPlugin/utils/videoHelper.d.ts +45 -0
  514. package/libs/PanoTagPlugin/utils/videoHelper.js +88 -0
  515. package/libs/Sculpt/Meshes/Line.d.ts +3 -0
  516. package/libs/Sculpt/Meshes/Line.js +142 -103
  517. package/libs/Sculpt/Meshes/Point.js +35 -36
  518. package/libs/Sculpt/Meshes/Polygon.js +32 -44
  519. package/libs/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
  520. package/libs/Sculpt/utils/Meshes/getLengthHTML.js +55 -21
  521. package/libs/base/BasePlugin.js +1 -1
  522. package/libs/index.js +148 -145
  523. package/libs/shared-utils/logger.js +1 -1
  524. package/package.json +5 -6
@@ -1,4 +1,4 @@
1
- import { SvelteComponent as te, init as ie, safe_not_equal as le, append_styles as re, element as v, create_component as oe, space as T, text as Y, attr as g, set_style as H, null_to_empty as E, toggle_class as S, insert as C, mount_component as se, append as p, set_data as D, transition_in as ne, transition_out as ae, detach as L, destroy_component as he, onMount as me, src_url_equal as O, action_destroyer as ue, listen as fe, destroy_each as V, run_all as pe } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as K, init as Q, safe_not_equal as V, append_styles as $, element as _, create_component as ee, space as C, text as W, attr as g, set_style as U, null_to_empty as F, toggle_class as D, insert as L, mount_component as te, append as c, set_data as H, transition_in as ie, transition_out as le, detach as M, destroy_component as re, src_url_equal as I, action_destroyer as oe, listen as ne, destroy_each as X, run_all as se } from "../../../vendor/svelte/internal/index.js";
2
2
  import "../../../shared-utils/tag.js";
3
3
  import "three";
4
4
  import "../../../vendor/hammerjs/hammer.js";
@@ -6,16 +6,16 @@ import "../../../shared-utils/three/PointSelector/index.js";
6
6
  import "../../../shared-utils/three/CSS3DRenderer/index.js";
7
7
  import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
8
8
  import "@realsee/five/line";
9
- import { notNil as de } from "../../../shared-utils/isNil.js";
9
+ import { notNil as ae } from "../../../shared-utils/isNil.js";
10
10
  import "../../../shared-utils/three/core/Five_LineMaterial2.js";
11
11
  import "../../../shared-utils/three/core/Sphere.js";
12
12
  import "../../../vendor/animejs/lib/anime.es.js";
13
13
  import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
14
14
  import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
15
15
  import "../../../shared-utils/five/FivePuppet.js";
16
- import ge from "../../utils/px2rem.js";
17
- import ce from "../Common/Shadow.js";
18
- import { svelteResizeObserver as be } from "../../../shared-utils/svelte/resizeObserver.js";
16
+ import me from "../../utils/px2rem.js";
17
+ import fe from "../Common/Shadow.js";
18
+ import { svelteResizeObserver as pe } from "../../../shared-utils/svelte/resizeObserver.js";
19
19
  import "../../../shared-utils/positionToVector3.js";
20
20
  import "../../../shared-utils/five/vector3ToScreen.js";
21
21
  import "../../../shared-utils/five/getFiveModel.js";
@@ -69,259 +69,259 @@ import "@realsee/five";
69
69
  import "../../../vendor/svelte/transition/index.js";
70
70
  import "../../../vendor/svelte/easing/index.js";
71
71
  import "../../../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
72
- function ve(i) {
73
- re(i, "svelte-11byzhu", '@charset "UTF-8";.svelte-11byzhu.svelte-11byzhu{box-sizing:border-box}.marketing.svelte-11byzhu.svelte-11byzhu{transform:translateY(-100%)}.marketing.svelte-11byzhu .line.svelte-11byzhu{position:absolute;height:1.875rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.marketing.svelte-11byzhu .content.svelte-11byzhu{position:relative;min-width:7.5rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition-property:opacity, transform;transition-duration:500ms}.marketing.svelte-11byzhu .content .headerImage.svelte-11byzhu{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.title-wrapper.svelte-11byzhu.svelte-11byzhu{position:relative;width:100%;height:1.125rem}.title-wrapper.svelte-11byzhu .title.svelte-11byzhu{border-radius:0.25rem;width:100%;padding-left:0.625rem;padding-right:0.625rem}.title-wrapper.svelte-11byzhu .title .text.svelte-11byzhu{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem}.footer.svelte-11byzhu.svelte-11byzhu{box-sizing:border-box;width:100%;padding:0.5rem 0.625rem 0;display:flex;justify-content:space-between;align-items:center}.footer.svelte-11byzhu .price-section.svelte-11byzhu{flex-shrink:0;max-width:calc(100% - 1.875rem);overflow:hidden;white-space:nowrap}.footer.svelte-11byzhu .price-section .value.svelte-11byzhu{font-size:0.875rem;line-height:1rem;font-weight:normal;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer.svelte-11byzhu .price-section .unit.svelte-11byzhu{font-size:0.625rem;margin-left:0.125rem}.footer.svelte-11byzhu .action-section.svelte-11byzhu{display:flex;align-items:center;height:0.875rem}.footer.svelte-11byzhu .action-section .highlight-text.svelte-11byzhu{font-size:0.625rem;line-height:0.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:8.75rem}.footer.svelte-11byzhu .action-section .arrow.svelte-11byzhu{display:flex;align-items:center;margin-left:0.25rem;flex-shrink:0;width:0.625rem}.footer.svelte-11byzhu .action-section .arrow svg.svelte-11byzhu{width:0.375rem;height:0.625rem}.tags-wrapper.svelte-11byzhu.svelte-11byzhu{position:relative;overflow:hidden;height:1rem;margin-top:0.25rem}.tags-wrapper.svelte-11byzhu .tags.svelte-11byzhu{position:relative;display:inline-flex;max-width:100%;flex-wrap:wrap;padding-left:0.625rem;padding-right:0.375rem}.tags-wrapper.svelte-11byzhu .tags .tag.svelte-11byzhu{display:block;text-align:center;flex-shrink:0;flex-grow:0;font-size:0.625rem;height:1rem;line-height:1rem;margin-right:0.25rem;margin-bottom:0.25rem;padding:0 0.25rem;border-radius:0.125rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.marketing.light.svelte-11byzhu .content.svelte-11byzhu{background-color:white}.marketing.light.svelte-11byzhu .content .title-wrapper .title .text.svelte-11byzhu{color:rgba(0, 0, 0, 0.8)}.marketing.light.svelte-11byzhu .content .tags-wrapper .tags .primary-tag.svelte-11byzhu{background:rgba(234, 208, 154, 0.5);color:#946700}.marketing.light.svelte-11byzhu .content .tags-wrapper .tags .secondary-tag.svelte-11byzhu{background:rgba(0, 0, 0, 0.06);color:rgba(0, 0, 0, 0.5)}.marketing.light.svelte-11byzhu .content .footer.svelte-11byzhu{color:#946700;fill:#946700}.marketing.dark.svelte-11byzhu .content.svelte-11byzhu{background-color:rgba(0, 0, 0, 0.5)}.marketing.dark.svelte-11byzhu .content .title-wrapper .title .text.svelte-11byzhu{color:white}.marketing.dark.svelte-11byzhu .content .tags-wrapper .tags .primary-tag.svelte-11byzhu{background:rgba(234, 208, 154, 0.5);color:white}.marketing.dark.svelte-11byzhu .content .tags-wrapper .tags .secondary-tag.svelte-11byzhu{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 0.85)}.marketing.dark.svelte-11byzhu .content .footer.svelte-11byzhu{color:#ead09a;fill:#ead09a}.marketing.unfolded.svelte-11byzhu .line.svelte-11byzhu{transform:translateX(-50%) scale(1, 1);transition-timing-function:ease-out}.marketing.folded.svelte-11byzhu .line.svelte-11byzhu{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.marketing.unfolded.svelte-11byzhu .content.svelte-11byzhu{opacity:1;transform:translateY(0);transition-timing-function:ease-out}.marketing.folded.svelte-11byzhu .content.svelte-11byzhu{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}.tag.svelte-11byzhu.svelte-11byzhu,.text.svelte-11byzhu.svelte-11byzhu{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}');
72
+ function de(i) {
73
+ $(i, "svelte-1707m54", '@charset "UTF-8";.svelte-1707m54.svelte-1707m54{box-sizing:border-box}.marketing.svelte-1707m54.svelte-1707m54{transform:translateY(-100%)}.marketing.svelte-1707m54 .line.svelte-1707m54{position:absolute;height:1.875rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.marketing.svelte-1707m54 .content.svelte-1707m54{position:relative;min-width:7.5rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition-property:opacity, transform;transition-duration:500ms}.marketing.svelte-1707m54 .content .headerImage.svelte-1707m54{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.title-wrapper.svelte-1707m54.svelte-1707m54{position:relative;width:100%;height:1.125rem}.title-wrapper.svelte-1707m54 .title.svelte-1707m54{border-radius:0.25rem;width:100%;padding-left:0.625rem;padding-right:0.625rem}.title-wrapper.svelte-1707m54 .title .text.svelte-1707m54{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem}.footer.svelte-1707m54.svelte-1707m54{box-sizing:border-box;width:100%;padding:0.5rem 0.625rem 0;display:flex;justify-content:space-between;align-items:center}.footer.svelte-1707m54 .price-section.svelte-1707m54{flex-shrink:0;max-width:calc(100% - 1.875rem);overflow:hidden;white-space:nowrap}.footer.svelte-1707m54 .price-section .value.svelte-1707m54{font-size:0.875rem;line-height:1rem;font-weight:normal;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer.svelte-1707m54 .price-section .unit.svelte-1707m54{font-size:0.625rem;margin-left:0.125rem}.footer.svelte-1707m54 .action-section.svelte-1707m54{display:flex;align-items:center;height:0.875rem}.footer.svelte-1707m54 .action-section .highlight-text.svelte-1707m54{font-size:0.625rem;line-height:0.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:8.75rem}.footer.svelte-1707m54 .action-section .arrow.svelte-1707m54{display:flex;align-items:center;margin-left:0.25rem;flex-shrink:0;width:0.625rem}.footer.svelte-1707m54 .action-section .arrow svg.svelte-1707m54{width:0.375rem;height:0.625rem}.tags-wrapper.svelte-1707m54.svelte-1707m54{position:relative;overflow:hidden;height:1rem;margin-top:0.25rem}.tags-wrapper.svelte-1707m54 .tags.svelte-1707m54{position:relative;display:inline-flex;max-width:100%;flex-wrap:wrap;padding-left:0.625rem;padding-right:0.375rem}.tags-wrapper.svelte-1707m54 .tags .tag.svelte-1707m54{display:block;text-align:center;flex-shrink:0;flex-grow:0;font-size:0.625rem;height:1rem;line-height:1rem;margin-right:0.25rem;margin-bottom:0.25rem;padding:0 0.25rem;border-radius:0.125rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.marketing.light.svelte-1707m54 .content.svelte-1707m54{background-color:white}.marketing.light.svelte-1707m54 .content .title-wrapper .title .text.svelte-1707m54{color:rgba(0, 0, 0, 0.8)}.marketing.light.svelte-1707m54 .content .tags-wrapper .tags .primary-tag.svelte-1707m54{background:rgba(234, 208, 154, 0.5);color:#946700}.marketing.light.svelte-1707m54 .content .tags-wrapper .tags .secondary-tag.svelte-1707m54{background:rgba(0, 0, 0, 0.06);color:rgba(0, 0, 0, 0.5)}.marketing.light.svelte-1707m54 .content .footer.svelte-1707m54{color:#946700;fill:#946700}.marketing.dark.svelte-1707m54 .content.svelte-1707m54{background-color:rgba(0, 0, 0, 0.5)}.marketing.dark.svelte-1707m54 .content .title-wrapper .title .text.svelte-1707m54{color:white}.marketing.dark.svelte-1707m54 .content .tags-wrapper .tags .primary-tag.svelte-1707m54{background:rgba(234, 208, 154, 0.5);color:white}.marketing.dark.svelte-1707m54 .content .tags-wrapper .tags .secondary-tag.svelte-1707m54{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 0.85)}.marketing.dark.svelte-1707m54 .content .footer.svelte-1707m54{color:#ead09a;fill:#ead09a}.marketing.unfolded.svelte-1707m54 .line.svelte-1707m54{transform:translateX(-50%) scale(1, 1);transition-timing-function:ease-out}.marketing.folded.svelte-1707m54 .line.svelte-1707m54{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.marketing.unfolded.svelte-1707m54 .content.svelte-1707m54{opacity:1;transform:translateY(0);transition-timing-function:ease-out}.marketing.folded.svelte-1707m54 .content.svelte-1707m54{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}.tag.svelte-1707m54.svelte-1707m54,.text.svelte-1707m54.svelte-1707m54{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}');
74
74
  }
75
- function j(i, e, t) {
75
+ function q(i, e, t) {
76
76
  const r = i.slice();
77
77
  return r[0] = e[t], r;
78
78
  }
79
- function G(i, e, t) {
79
+ function x(i, e, t) {
80
80
  const r = i.slice();
81
81
  return r[0] = e[t], r;
82
82
  }
83
- function N(i) {
83
+ function O(i) {
84
84
  let e, t;
85
85
  return {
86
86
  c() {
87
- e = v("img"), g(e, "class", "headerImage svelte-11byzhu"), O(e.src, t = /*data*/
87
+ e = _("img"), g(e, "class", "headerImage svelte-1707m54"), I(e.src, t = /*data*/
88
88
  i[1].headerPictureUrl) || g(e, "src", t), g(e, "alt", "");
89
89
  },
90
- m(r, s) {
91
- C(r, e, s);
90
+ m(r, o) {
91
+ L(r, e, o);
92
92
  },
93
- p(r, s) {
94
- s & /*data*/
95
- 2 && !O(e.src, t = /*data*/
93
+ p(r, o) {
94
+ o & /*data*/
95
+ 2 && !I(e.src, t = /*data*/
96
96
  r[1].headerPictureUrl) && g(e, "src", t);
97
97
  },
98
98
  d(r) {
99
- r && L(e);
99
+ r && M(e);
100
100
  }
101
101
  };
102
102
  }
103
- function Z(i) {
104
- let e, t, r, s, m, l = (
103
+ function j(i) {
104
+ let e, t, r, o, a, l = (
105
105
  /*primaryTags*/
106
106
  i[4] || []
107
107
  ), n = [];
108
- for (let a = 0; a < l.length; a += 1)
109
- n[a] = A(G(i, l, a));
110
- let u = (
108
+ for (let m = 0; m < l.length; m += 1)
109
+ n[m] = E(x(i, l, m));
110
+ let f = (
111
111
  /*secondaryTags*/
112
112
  i[3] || []
113
- ), f = [];
114
- for (let a = 0; a < u.length; a += 1)
115
- f[a] = J(j(i, u, a));
113
+ ), d = [];
114
+ for (let m = 0; m < f.length; m += 1)
115
+ d[m] = G(q(i, f, m));
116
116
  return {
117
117
  c() {
118
- e = v("div"), t = v("div");
119
- for (let a = 0; a < n.length; a += 1)
120
- n[a].c();
121
- r = T();
122
- for (let a = 0; a < f.length; a += 1)
123
- f[a].c();
124
- g(t, "class", "tags svelte-11byzhu"), g(e, "class", "tags-wrapper svelte-11byzhu");
118
+ e = _("div"), t = _("div");
119
+ for (let m = 0; m < n.length; m += 1)
120
+ n[m].c();
121
+ r = C();
122
+ for (let m = 0; m < d.length; m += 1)
123
+ d[m].c();
124
+ g(t, "class", "tags svelte-1707m54"), g(e, "class", "tags-wrapper svelte-1707m54");
125
125
  },
126
- m(a, _) {
127
- C(a, e, _), p(e, t);
128
- for (let o = 0; o < n.length; o += 1)
129
- n[o] && n[o].m(t, null);
130
- p(t, r);
131
- for (let o = 0; o < f.length; o += 1)
132
- f[o] && f[o].m(t, null);
133
- s || (m = [
134
- ue(be.call(null, t)),
135
- fe(
126
+ m(m, b) {
127
+ L(m, e, b), c(e, t);
128
+ for (let s = 0; s < n.length; s += 1)
129
+ n[s] && n[s].m(t, null);
130
+ c(t, r);
131
+ for (let s = 0; s < d.length; s += 1)
132
+ d[s] && d[s].m(t, null);
133
+ o || (a = [
134
+ oe(pe.call(null, t)),
135
+ ne(
136
136
  t,
137
137
  "clientHeight",
138
138
  /*clientHeight_handler*/
139
- i[20]
139
+ i[18]
140
140
  )
141
- ], s = !0);
141
+ ], o = !0);
142
142
  },
143
- p(a, _) {
144
- if (_ & /*minTagWidth, primaryTags*/
143
+ p(m, b) {
144
+ if (b & /*minTagWidth, primaryTags*/
145
145
  16) {
146
146
  l = /*primaryTags*/
147
- a[4] || [];
148
- let o;
149
- for (o = 0; o < l.length; o += 1) {
150
- const k = G(a, l, o);
151
- n[o] ? n[o].p(k, _) : (n[o] = A(k), n[o].c(), n[o].m(t, r));
147
+ m[4] || [];
148
+ let s;
149
+ for (s = 0; s < l.length; s += 1) {
150
+ const T = x(m, l, s);
151
+ n[s] ? n[s].p(T, b) : (n[s] = E(T), n[s].c(), n[s].m(t, r));
152
152
  }
153
- for (; o < n.length; o += 1)
154
- n[o].d(1);
153
+ for (; s < n.length; s += 1)
154
+ n[s].d(1);
155
155
  n.length = l.length;
156
156
  }
157
- if (_ & /*minTagWidth, secondaryTags*/
157
+ if (b & /*minTagWidth, secondaryTags*/
158
158
  8) {
159
- u = /*secondaryTags*/
160
- a[3] || [];
161
- let o;
162
- for (o = 0; o < u.length; o += 1) {
163
- const k = j(a, u, o);
164
- f[o] ? f[o].p(k, _) : (f[o] = J(k), f[o].c(), f[o].m(t, null));
159
+ f = /*secondaryTags*/
160
+ m[3] || [];
161
+ let s;
162
+ for (s = 0; s < f.length; s += 1) {
163
+ const T = q(m, f, s);
164
+ d[s] ? d[s].p(T, b) : (d[s] = G(T), d[s].c(), d[s].m(t, null));
165
165
  }
166
- for (; o < f.length; o += 1)
167
- f[o].d(1);
168
- f.length = u.length;
166
+ for (; s < d.length; s += 1)
167
+ d[s].d(1);
168
+ d.length = f.length;
169
169
  }
170
170
  },
171
- d(a) {
172
- a && L(e), V(n, a), V(f, a), s = !1, pe(m);
171
+ d(m) {
172
+ m && M(e), X(n, m), X(d, m), o = !1, se(a);
173
173
  }
174
174
  };
175
175
  }
176
- function A(i) {
176
+ function E(i) {
177
177
  let e, t = (
178
178
  /*tag*/
179
179
  i[0] + ""
180
180
  ), r;
181
181
  return {
182
182
  c() {
183
- e = v("div"), r = Y(t), g(e, "class", "tag primary-tag svelte-11byzhu"), H(e, "min-width", B);
183
+ e = _("div"), r = W(t), g(e, "class", "tag primary-tag svelte-1707m54"), U(e, "min-width", R);
184
184
  },
185
- m(s, m) {
186
- C(s, e, m), p(e, r);
185
+ m(o, a) {
186
+ L(o, e, a), c(e, r);
187
187
  },
188
- p(s, m) {
189
- m & /*primaryTags*/
188
+ p(o, a) {
189
+ a & /*primaryTags*/
190
190
  16 && t !== (t = /*tag*/
191
- s[0] + "") && D(r, t);
191
+ o[0] + "") && H(r, t);
192
192
  },
193
- d(s) {
194
- s && L(e);
193
+ d(o) {
194
+ o && M(e);
195
195
  }
196
196
  };
197
197
  }
198
- function J(i) {
198
+ function G(i) {
199
199
  let e, t = (
200
200
  /*tag*/
201
201
  i[0] + ""
202
202
  ), r;
203
203
  return {
204
204
  c() {
205
- e = v("div"), r = Y(t), g(e, "class", "tag secondary-tag svelte-11byzhu"), H(e, "min-width", B);
205
+ e = _("div"), r = W(t), g(e, "class", "tag secondary-tag svelte-1707m54"), U(e, "min-width", R);
206
206
  },
207
- m(s, m) {
208
- C(s, e, m), p(e, r);
207
+ m(o, a) {
208
+ L(o, e, a), c(e, r);
209
209
  },
210
- p(s, m) {
211
- m & /*secondaryTags*/
210
+ p(o, a) {
211
+ a & /*secondaryTags*/
212
212
  8 && t !== (t = /*tag*/
213
- s[0] + "") && D(r, t);
213
+ o[0] + "") && H(r, t);
214
214
  },
215
- d(s) {
216
- s && L(e);
215
+ d(o) {
216
+ o && M(e);
217
217
  }
218
218
  };
219
219
  }
220
- function K(i) {
221
- let e, t, r, s, m, l = (
220
+ function N(i) {
221
+ let e, t, r, o, a, l = (
222
222
  /*havePrice*/
223
- i[2] && Q(i)
223
+ i[2] && Z(i)
224
224
  ), n = !/*havePrice*/
225
225
  i[2] && /*data*/
226
- i[1].highlightText && $(i);
226
+ i[1].highlightText && J(i);
227
227
  return {
228
228
  c() {
229
- e = v("div"), l && l.c(), t = T(), r = v("div"), n && n.c(), s = T(), m = v("span"), m.innerHTML = '<svg viewBox="0 0 6 9" class="svelte-11byzhu"><g transform="translate(-3, -2)" fill-rule="nonzero" class="svelte-11byzhu"><path d="M4.43868724,2.12056563 C4.28121824,1.95989074 4.02582143,1.95979988 3.86824251,2.1203627 C3.72498894,2.26632889 3.71189225,2.49481723 3.82900374,2.65587166 L6.57092402,5.92894326 C6.72651763,6.11470411 6.72651763,6.38529589 6.57092402,6.57105674 L3.86804348,9.79798499 C3.72488984,9.94405307 3.71194952,10.1725507 3.8291712,10.3335217 L3.86824251,10.3796373 C4.01149607,10.5256035 4.23559087,10.5387981 4.39346025,10.4192733 L4.43868724,10.3794344 L8.1144599,6.5985342 C8.30312347,6.40447482 8.30312347,6.09552518 8.1144599,5.9014658 L4.43868724,2.12056563 Z" class="svelte-11byzhu"></path></g></svg>', g(m, "class", "arrow svelte-11byzhu"), g(r, "class", "action-section svelte-11byzhu"), g(e, "class", "footer svelte-11byzhu");
229
+ e = _("div"), l && l.c(), t = C(), r = _("div"), n && n.c(), o = C(), a = _("span"), a.innerHTML = '<svg viewBox="0 0 6 9" class="svelte-1707m54"><g transform="translate(-3, -2)" fill-rule="nonzero" class="svelte-1707m54"><path d="M4.43868724,2.12056563 C4.28121824,1.95989074 4.02582143,1.95979988 3.86824251,2.1203627 C3.72498894,2.26632889 3.71189225,2.49481723 3.82900374,2.65587166 L6.57092402,5.92894326 C6.72651763,6.11470411 6.72651763,6.38529589 6.57092402,6.57105674 L3.86804348,9.79798499 C3.72488984,9.94405307 3.71194952,10.1725507 3.8291712,10.3335217 L3.86824251,10.3796373 C4.01149607,10.5256035 4.23559087,10.5387981 4.39346025,10.4192733 L4.43868724,10.3794344 L8.1144599,6.5985342 C8.30312347,6.40447482 8.30312347,6.09552518 8.1144599,5.9014658 L4.43868724,2.12056563 Z" class="svelte-1707m54"></path></g></svg>', g(a, "class", "arrow svelte-1707m54"), g(r, "class", "action-section svelte-1707m54"), g(e, "class", "footer svelte-1707m54");
230
230
  },
231
- m(u, f) {
232
- C(u, e, f), l && l.m(e, null), p(e, t), p(e, r), n && n.m(r, null), p(r, s), p(r, m);
231
+ m(f, d) {
232
+ L(f, e, d), l && l.m(e, null), c(e, t), c(e, r), n && n.m(r, null), c(r, o), c(r, a);
233
233
  },
234
- p(u, f) {
234
+ p(f, d) {
235
235
  /*havePrice*/
236
- u[2] ? l ? l.p(u, f) : (l = Q(u), l.c(), l.m(e, t)) : l && (l.d(1), l = null), !/*havePrice*/
237
- u[2] && /*data*/
238
- u[1].highlightText ? n ? n.p(u, f) : (n = $(u), n.c(), n.m(r, s)) : n && (n.d(1), n = null);
236
+ f[2] ? l ? l.p(f, d) : (l = Z(f), l.c(), l.m(e, t)) : l && (l.d(1), l = null), !/*havePrice*/
237
+ f[2] && /*data*/
238
+ f[1].highlightText ? n ? n.p(f, d) : (n = J(f), n.c(), n.m(r, o)) : n && (n.d(1), n = null);
239
239
  },
240
- d(u) {
241
- u && L(e), l && l.d(), n && n.d();
240
+ d(f) {
241
+ f && M(e), l && l.d(), n && n.d();
242
242
  }
243
243
  };
244
244
  }
245
- function Q(i) {
245
+ function Z(i) {
246
246
  let e, t, r = (
247
247
  /*data*/
248
248
  i[1].price.value + ""
249
- ), s, m, l = (
249
+ ), o, a, l = (
250
250
  /*data*/
251
- i[1].price.unit && x(i)
251
+ i[1].price.unit && A(i)
252
252
  );
253
253
  return {
254
254
  c() {
255
- e = v("div"), t = v("span"), s = Y(r), m = T(), l && l.c(), g(t, "class", "value svelte-11byzhu"), g(e, "class", "price-section svelte-11byzhu");
255
+ e = _("div"), t = _("span"), o = W(r), a = C(), l && l.c(), g(t, "class", "value svelte-1707m54"), g(e, "class", "price-section svelte-1707m54");
256
256
  },
257
- m(n, u) {
258
- C(n, e, u), p(e, t), p(t, s), p(e, m), l && l.m(e, null);
257
+ m(n, f) {
258
+ L(n, e, f), c(e, t), c(t, o), c(e, a), l && l.m(e, null);
259
259
  },
260
- p(n, u) {
261
- u & /*data*/
260
+ p(n, f) {
261
+ f & /*data*/
262
262
  2 && r !== (r = /*data*/
263
- n[1].price.value + "") && D(s, r), /*data*/
264
- n[1].price.unit ? l ? l.p(n, u) : (l = x(n), l.c(), l.m(e, null)) : l && (l.d(1), l = null);
263
+ n[1].price.value + "") && H(o, r), /*data*/
264
+ n[1].price.unit ? l ? l.p(n, f) : (l = A(n), l.c(), l.m(e, null)) : l && (l.d(1), l = null);
265
265
  },
266
266
  d(n) {
267
- n && L(e), l && l.d();
267
+ n && M(e), l && l.d();
268
268
  }
269
269
  };
270
270
  }
271
- function x(i) {
271
+ function A(i) {
272
272
  let e, t = (
273
273
  /*data*/
274
274
  i[1].price.unit + ""
275
275
  ), r;
276
276
  return {
277
277
  c() {
278
- e = v("span"), r = Y(t), g(e, "class", "unit svelte-11byzhu");
278
+ e = _("span"), r = W(t), g(e, "class", "unit svelte-1707m54");
279
279
  },
280
- m(s, m) {
281
- C(s, e, m), p(e, r);
280
+ m(o, a) {
281
+ L(o, e, a), c(e, r);
282
282
  },
283
- p(s, m) {
284
- m & /*data*/
283
+ p(o, a) {
284
+ a & /*data*/
285
285
  2 && t !== (t = /*data*/
286
- s[1].price.unit + "") && D(r, t);
286
+ o[1].price.unit + "") && H(r, t);
287
287
  },
288
- d(s) {
289
- s && L(e);
288
+ d(o) {
289
+ o && M(e);
290
290
  }
291
291
  };
292
292
  }
293
- function $(i) {
293
+ function J(i) {
294
294
  let e, t = (
295
295
  /*data*/
296
296
  i[1].highlightText + ""
297
297
  ), r;
298
298
  return {
299
299
  c() {
300
- e = v("span"), r = Y(t), g(e, "class", "highlight-text svelte-11byzhu");
300
+ e = _("span"), r = W(t), g(e, "class", "highlight-text svelte-1707m54");
301
301
  },
302
- m(s, m) {
303
- C(s, e, m), p(e, r);
302
+ m(o, a) {
303
+ L(o, e, a), c(e, r);
304
304
  },
305
- p(s, m) {
306
- m & /*data*/
305
+ p(o, a) {
306
+ a & /*data*/
307
307
  2 && t !== (t = /*data*/
308
- s[1].highlightText + "") && D(r, t);
308
+ o[1].highlightText + "") && H(r, t);
309
309
  },
310
- d(s) {
311
- s && L(e);
310
+ d(o) {
311
+ o && M(e);
312
312
  }
313
313
  };
314
314
  }
315
- function ye(i) {
316
- let e, t, r, s, m, l, n, u, f, a, _ = (
315
+ function ce(i) {
316
+ let e, t, r, o, a, l, n, f, d, m, b = (
317
317
  /*data*/
318
318
  i[1].title + ""
319
- ), o, k, P, U, w;
320
- t = new ce({
319
+ ), s, T, P, z, k;
320
+ t = new fe({
321
321
  props: {
322
322
  visible: (
323
323
  /*unfolded*/
324
- i[6]
324
+ i[5]
325
325
  ),
326
326
  outDelay: 500,
327
327
  left: 61,
@@ -330,198 +330,177 @@ function ye(i) {
330
330
  spreadRadius: 75
331
331
  }
332
332
  });
333
- let d = (
333
+ let v = (
334
334
  /*data*/
335
- i[1].headerPictureUrl && N(i)
336
- ), y = (
335
+ i[1].headerPictureUrl && O(i)
336
+ ), h = (
337
337
  /*hasTags*/
338
- i[9] && Z(i)
339
- ), c = (
338
+ i[6] && j(i)
339
+ ), u = (
340
340
  /*havePrice*/
341
341
  (i[2] || /*data*/
342
- i[1].highlightText) && K(i)
342
+ i[1].highlightText) && N(i)
343
343
  );
344
344
  return {
345
345
  c() {
346
- e = v("div"), oe(t.$$.fragment), r = T(), s = v("div"), m = T(), l = v("div"), d && d.c(), n = T(), u = v("div"), f = v("div"), a = v("div"), o = Y(_), k = T(), y && y.c(), P = T(), c && c.c(), g(s, "class", "line svelte-11byzhu"), H(
347
- s,
346
+ e = _("div"), ee(t.$$.fragment), r = C(), o = _("div"), a = C(), l = _("div"), v && v.c(), n = C(), f = _("div"), d = _("div"), m = _("div"), s = W(b), T = C(), h && h.c(), P = C(), u && u.c(), g(o, "class", "line svelte-1707m54"), U(
347
+ o,
348
348
  "transition-delay",
349
349
  /*unfolded*/
350
- i[6] ? (
350
+ i[5] ? (
351
351
  /*lineDelayUnfolded*/
352
- i[12] + "ms"
352
+ i[9] + "ms"
353
353
  ) : (
354
354
  /*lineDelayFolded*/
355
- i[11] + "ms"
355
+ i[8] + "ms"
356
356
  )
357
- ), g(a, "class", "text svelte-11byzhu"), g(f, "class", "title svelte-11byzhu"), g(u, "class", "title-wrapper svelte-11byzhu"), g(l, "class", "content svelte-11byzhu"), H(l, "max-width", ge(
357
+ ), g(m, "class", "text svelte-1707m54"), g(d, "class", "title svelte-1707m54"), g(f, "class", "title-wrapper svelte-1707m54"), g(l, "class", "content svelte-1707m54"), U(l, "max-width", me(
358
358
  /*maxWidth*/
359
- i[14]
360
- )), H(
359
+ i[12]
360
+ )), U(
361
361
  l,
362
362
  "transition-delay",
363
363
  /*unfolded*/
364
- i[6] ? (
364
+ i[5] ? (
365
365
  /*contentDelayUnfolded*/
366
- i[10] + "ms"
366
+ i[7] + "ms"
367
367
  ) : "0ms"
368
- ), g(e, "class", U = E(`marketing ${/*theme*/
369
- i[13]}`) + " svelte-11byzhu"), S(
368
+ ), g(e, "class", z = F(`marketing ${/*theme*/
369
+ i[10]}`) + " svelte-1707m54"), D(
370
370
  e,
371
371
  "unfolded",
372
372
  /*unfolded*/
373
- i[6]
374
- ), S(
373
+ i[5]
374
+ ), D(
375
375
  e,
376
376
  "folded",
377
377
  /*folded*/
378
- i[8]
379
- ), S(
380
- e,
381
- "popover-visible",
382
- /*isPopoverEnabled*/
383
- i[5] && /*popoverVisible*/
384
- i[7]
378
+ i[11]
385
379
  );
386
380
  },
387
- m(h, b) {
388
- C(h, e, b), se(t, e, null), p(e, r), p(e, s), p(e, m), p(e, l), d && d.m(l, null), p(l, n), p(l, u), p(u, f), p(f, a), p(a, o), p(l, k), y && y.m(l, null), p(l, P), c && c.m(l, null), w = !0;
381
+ m(p, y) {
382
+ L(p, e, y), te(t, e, null), c(e, r), c(e, o), c(e, a), c(e, l), v && v.m(l, null), c(l, n), c(l, f), c(f, d), c(d, m), c(m, s), c(l, T), h && h.m(l, null), c(l, P), u && u.m(l, null), k = !0;
389
383
  },
390
- p(h, [b]) {
391
- const W = {};
392
- b & /*unfolded*/
393
- 64 && (W.visible = /*unfolded*/
394
- h[6]), t.$set(W), b & /*unfolded, lineDelayUnfolded, lineDelayFolded*/
395
- 6208 && H(
396
- s,
384
+ p(p, [y]) {
385
+ const w = {};
386
+ y & /*unfolded*/
387
+ 32 && (w.visible = /*unfolded*/
388
+ p[5]), t.$set(w), y & /*unfolded, lineDelayUnfolded, lineDelayFolded*/
389
+ 800 && U(
390
+ o,
397
391
  "transition-delay",
398
392
  /*unfolded*/
399
- h[6] ? (
393
+ p[5] ? (
400
394
  /*lineDelayUnfolded*/
401
- h[12] + "ms"
395
+ p[9] + "ms"
402
396
  ) : (
403
397
  /*lineDelayFolded*/
404
- h[11] + "ms"
398
+ p[8] + "ms"
405
399
  )
406
400
  ), /*data*/
407
- h[1].headerPictureUrl ? d ? d.p(h, b) : (d = N(h), d.c(), d.m(l, n)) : d && (d.d(1), d = null), (!w || b & /*data*/
408
- 2) && _ !== (_ = /*data*/
409
- h[1].title + "") && D(o, _), /*hasTags*/
410
- h[9] ? y ? y.p(h, b) : (y = Z(h), y.c(), y.m(l, P)) : y && (y.d(1), y = null), /*havePrice*/
411
- h[2] || /*data*/
412
- h[1].highlightText ? c ? c.p(h, b) : (c = K(h), c.c(), c.m(l, null)) : c && (c.d(1), c = null), b & /*unfolded, contentDelayUnfolded*/
413
- 1088 && H(
401
+ p[1].headerPictureUrl ? v ? v.p(p, y) : (v = O(p), v.c(), v.m(l, n)) : v && (v.d(1), v = null), (!k || y & /*data*/
402
+ 2) && b !== (b = /*data*/
403
+ p[1].title + "") && H(s, b), /*hasTags*/
404
+ p[6] ? h ? h.p(p, y) : (h = j(p), h.c(), h.m(l, P)) : h && (h.d(1), h = null), /*havePrice*/
405
+ p[2] || /*data*/
406
+ p[1].highlightText ? u ? u.p(p, y) : (u = N(p), u.c(), u.m(l, null)) : u && (u.d(1), u = null), y & /*unfolded, contentDelayUnfolded*/
407
+ 160 && U(
414
408
  l,
415
409
  "transition-delay",
416
410
  /*unfolded*/
417
- h[6] ? (
411
+ p[5] ? (
418
412
  /*contentDelayUnfolded*/
419
- h[10] + "ms"
413
+ p[7] + "ms"
420
414
  ) : "0ms"
421
- ), (!w || b & /*theme*/
422
- 8192 && U !== (U = E(`marketing ${/*theme*/
423
- h[13]}`) + " svelte-11byzhu")) && g(e, "class", U), (!w || b & /*theme, unfolded*/
424
- 8256) && S(
415
+ ), (!k || y & /*theme*/
416
+ 1024 && z !== (z = F(`marketing ${/*theme*/
417
+ p[10]}`) + " svelte-1707m54")) && g(e, "class", z), (!k || y & /*theme, unfolded*/
418
+ 1056) && D(
425
419
  e,
426
420
  "unfolded",
427
421
  /*unfolded*/
428
- h[6]
429
- ), (!w || b & /*theme, folded*/
430
- 8448) && S(
422
+ p[5]
423
+ ), (!k || y & /*theme, folded*/
424
+ 3072) && D(
431
425
  e,
432
426
  "folded",
433
427
  /*folded*/
434
- h[8]
435
- ), (!w || b & /*theme, isPopoverEnabled, popoverVisible*/
436
- 8352) && S(
437
- e,
438
- "popover-visible",
439
- /*isPopoverEnabled*/
440
- h[5] && /*popoverVisible*/
441
- h[7]
428
+ p[11]
442
429
  );
443
430
  },
444
- i(h) {
445
- w || (ne(t.$$.fragment, h), w = !0);
431
+ i(p) {
432
+ k || (ie(t.$$.fragment, p), k = !0);
446
433
  },
447
- o(h) {
448
- ae(t.$$.fragment, h), w = !1;
434
+ o(p) {
435
+ le(t.$$.fragment, p), k = !1;
449
436
  },
450
- d(h) {
451
- h && L(e), he(t), d && d.d(), y && y.d(), c && c.d();
437
+ d(p) {
438
+ p && M(e), re(t), v && v.d(), h && h.d(), u && u.d();
452
439
  }
453
440
  };
454
441
  }
455
- const B = 40;
456
- function ze(i, e, t) {
457
- let r, s, m, l, n, u, f, a, _, { tag: o } = e, k = !1, P = !1, U = !1, w = !0, d = o.data;
458
- function y() {
459
- var z, M, R, I, X, q;
460
- t(5, k = (M = (z = o.config.popoverConfig) == null ? void 0 : z.enabled) != null ? M : !1), t(6, P = (I = (R = o.state) == null ? void 0 : R.unfolded) != null ? I : !1), t(7, U = (q = (X = o.state) == null ? void 0 : X.popoverVisible) != null ? q : !1), t(8, w = !P), t(1, d = o.data);
461
- }
462
- me(() => {
463
- y();
464
- });
465
- let c, h = (() => {
466
- var M;
467
- const z = (M = o.data.limitWidth) != null ? M : !0;
468
- if (typeof z == "number")
469
- return z;
470
- if (z === !0)
442
+ const R = 40;
443
+ function ge(i, e, t) {
444
+ let r, o, a, l, n, f, d, m, b, s, T, P, { tag: z } = e, k, v = (() => {
445
+ var Y;
446
+ const w = (Y = z.data.limitWidth) != null ? Y : !0;
447
+ if (typeof w == "number")
448
+ return w;
449
+ if (w === !0)
471
450
  return 172;
472
- })(), b = 0, W = !1;
473
- function F(z) {
474
- Math.abs(c - z) > 5 && (t(16, c = z), setTimeout(
451
+ })(), h = 0, u = !1;
452
+ function p(w) {
453
+ Math.abs(k - w) > 5 && (t(14, k = w), setTimeout(
475
454
  () => {
476
- t(18, W = !1);
455
+ t(16, u = !1);
477
456
  },
478
457
  100
479
458
  ));
480
459
  }
481
- const ee = (z) => F(z.detail);
482
- return i.$$set = (z) => {
483
- "tag" in z && t(0, o = z.tag);
460
+ const y = (w) => p(w.detail);
461
+ return i.$$set = (w) => {
462
+ "tag" in w && t(0, z = w.tag);
484
463
  }, i.$$.update = () => {
485
- var z, M;
464
+ var w, Y, S, B;
486
465
  i.$$.dirty & /*tag*/
487
- 1 && o && o.state && y(), i.$$.dirty & /*data*/
488
- 2 && t(2, r = de((z = d.price) == null ? void 0 : z.value) && ((M = d.price) == null ? void 0 : M.value) !== ""), i.$$.dirty & /*tag*/
489
- 1 && t(13, s = o.data.theme || "light"), i.$$.dirty & /*tagsCalculated, tagsOffsetHeight, maxTagsLength*/
490
- 458752 && (!W || h && h > 0) && (t(17, b = Math.max(1, Math.floor(((h || 172) - 20) / B))), c !== void 0 && c > 40 && t(17, b = Math.max(1, b - 1)), t(18, W = !0)), i.$$.dirty & /*data, maxTagsLength*/
491
- 131074 && t(4, m = (d.brandTags || []).filter(Boolean).slice(0, b)), i.$$.dirty & /*maxTagsLength, primaryTags*/
492
- 131088 && t(19, l = Math.max(0, b - m.length)), i.$$.dirty & /*data, secondaryTagsLimit*/
493
- 524290 && t(3, n = (d.tags || []).filter(Boolean).slice(0, l)), i.$$.dirty & /*primaryTags, secondaryTags*/
494
- 24 && t(9, _ = m.length > 0 || n.length > 0), i.$$.dirty & /*havePrice, data*/
495
- 6 && (r || d.highlightText);
496
- }, t(12, u = 400), t(11, f = 180 + 500 - 500 - 40), t(10, a = 400 + 180), [
497
- o,
498
- d,
499
- r,
500
- n,
501
- m,
502
- k,
503
- P,
504
- U,
505
- w,
506
- _,
466
+ 1 && t(5, r = (Y = (w = z.state) == null ? void 0 : w.unfolded) != null ? Y : !1), i.$$.dirty & /*unfolded*/
467
+ 32 && t(11, o = !r), i.$$.dirty & /*tag*/
468
+ 1 && t(1, a = z.data), i.$$.dirty & /*data*/
469
+ 2 && t(2, l = ae((S = a.price) == null ? void 0 : S.value) && ((B = a.price) == null ? void 0 : B.value) !== ""), i.$$.dirty & /*tag*/
470
+ 1 && t(10, n = z.data.theme || "light"), i.$$.dirty & /*tagsCalculated, tagsOffsetHeight, maxTagsLength*/
471
+ 114688 && (!u || v && v > 0) && (t(15, h = Math.max(1, Math.floor(((v || 172) - 20) / R))), k !== void 0 && k > 40 && t(15, h = Math.max(1, h - 1)), t(16, u = !0)), i.$$.dirty & /*data, maxTagsLength*/
472
+ 32770 && t(4, f = (a.brandTags || []).filter(Boolean).slice(0, h)), i.$$.dirty & /*maxTagsLength, primaryTags*/
473
+ 32784 && t(17, d = Math.max(0, h - f.length)), i.$$.dirty & /*data, secondaryTagsLimit*/
474
+ 131074 && t(3, m = (a.tags || []).filter(Boolean).slice(0, d)), i.$$.dirty & /*primaryTags, secondaryTags*/
475
+ 24 && t(6, P = f.length > 0 || m.length > 0), i.$$.dirty & /*havePrice, data*/
476
+ 6 && (l || a.highlightText);
477
+ }, t(9, b = 400), t(8, s = 180 + 500 - 500 - 40), t(7, T = 400 + 180), [
478
+ z,
507
479
  a,
480
+ l,
481
+ m,
508
482
  f,
509
- u,
483
+ r,
484
+ P,
485
+ T,
510
486
  s,
511
- h,
512
- F,
513
- c,
514
487
  b,
515
- W,
516
- l,
517
- ee
488
+ n,
489
+ o,
490
+ v,
491
+ p,
492
+ k,
493
+ h,
494
+ u,
495
+ d,
496
+ y
518
497
  ];
519
498
  }
520
- class It extends te {
499
+ class Dt extends K {
521
500
  constructor(e) {
522
- super(), ie(this, e, ze, ye, le, { tag: 0 }, ve);
501
+ super(), Q(this, e, ge, ce, V, { tag: 0 }, de);
523
502
  }
524
503
  }
525
504
  export {
526
- It as default
505
+ Dt as default
527
506
  };