@realsee/dnalogel 2.19.0-2 → 2.19.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 (306) hide show
  1. package/dist/index.cjs.js +7 -7
  2. package/dist/index.js +91 -89
  3. package/dist/index.umd.js +7 -7
  4. package/docs/classes/CSS3DRender.html +30 -30
  5. package/docs/classes/CruisePluginController.html +25 -25
  6. package/docs/classes/GuideLineItem.GuideLineItem.html +19 -19
  7. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +30 -30
  8. package/docs/classes/Magnifier.html +19 -19
  9. package/docs/classes/ModelRoomLabelController.html +10 -10
  10. package/docs/classes/Object3DHelperController.html +24 -24
  11. package/docs/classes/PaintBrush.html +14 -14
  12. package/docs/classes/PanoMeasurePluginLine.html +22 -22
  13. package/docs/classes/PanoMeasurePluginModel.html +21 -21
  14. package/docs/classes/PanoMeasurePluginPoint.html +13 -13
  15. package/docs/classes/PanoMeasurePluginPolyline.html +25 -25
  16. package/docs/classes/PanoTagPluginController.html +45 -45
  17. package/docs/classes/Util.BetterTween.html +8 -8
  18. package/docs/classes/Util.FivePointSelector.html +11 -11
  19. package/docs/classes/Util.Interval.html +11 -11
  20. package/docs/classes/Util.Magnifier.html +16 -16
  21. package/docs/classes/Util.PointDomHelper.html +10 -10
  22. package/docs/classes/Util.PointHelper.html +10 -10
  23. package/docs/classes/Util.Rectangle.html +12 -12
  24. package/docs/enums/CameraMovementEffect.html +6 -6
  25. package/docs/enums/ContentType.html +19 -19
  26. package/docs/enums/DIRECTION.html +8 -8
  27. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +8 -8
  28. package/docs/enums/DimensionType.html +6 -6
  29. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +7 -7
  30. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +8 -8
  31. package/docs/enums/PaintBrushTypeEnum.html +7 -7
  32. package/docs/enums/Rotation.html +7 -7
  33. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  34. package/docs/functions/CameraMovementPlugin.html +3 -3
  35. package/docs/functions/CruisePlugin.html +3 -3
  36. package/docs/functions/GuideLinePlugin.html +4 -4
  37. package/docs/functions/ItemLabelPlugin.html +3 -3
  38. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  39. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  40. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  41. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  42. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  43. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  44. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  45. package/docs/functions/ModelViewPlugin.html +3 -3
  46. package/docs/functions/Object3DHelperPlugin.html +3 -3
  47. package/docs/functions/PanoCompassPlugin.html +3 -3
  48. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  49. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  50. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  51. package/docs/functions/PanoMeasurePlugin.html +3 -3
  52. package/docs/functions/PanoRulerPlugin.html +3 -3
  53. package/docs/functions/PanoRulerProPlugin.html +3 -3
  54. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  55. package/docs/functions/PanoTagPlugin.html +3 -3
  56. package/docs/functions/PanoVideoPlugin.html +3 -3
  57. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  58. package/docs/functions/Util.getCoordsFromClient.html +4 -4
  59. package/docs/functions/Util.getCoordsFromElement.html +4 -4
  60. package/docs/functions/Util.getFrameTime.html +4 -4
  61. package/docs/functions/Util.getIntersectFromRelativePosition.html +4 -4
  62. package/docs/functions/Util.getRaycasterFromFivePointer.html +4 -4
  63. package/docs/functions/Util.isAbsoluteURL.html +4 -4
  64. package/docs/functions/Util.isModelLike.html +4 -4
  65. package/docs/functions/Util.isNil.html +4 -4
  66. package/docs/functions/Util.isPanoramaLike.html +4 -4
  67. package/docs/functions/Util.nextFrame.html +4 -4
  68. package/docs/functions/Util.notNil.html +4 -4
  69. package/docs/functions/Util.requestAnimationFrameInterval.html +4 -4
  70. package/docs/functions/Util.tweenProgress.html +4 -4
  71. package/docs/functions/Util.uuid.html +4 -4
  72. package/docs/functions/pluginFlag.html +4 -4
  73. package/docs/index.html +4 -4
  74. package/docs/interfaces/AddTagConfig.html +5 -5
  75. package/docs/interfaces/CSS3DRenderPluginEventMap.html +10 -10
  76. package/docs/interfaces/CSS3DRenderPluginState.html +7 -7
  77. package/docs/interfaces/CameraMovementPluginExportType.html +6 -6
  78. package/docs/interfaces/CruisePluginTypes.Config.html +7 -7
  79. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +11 -11
  80. package/docs/interfaces/CruisePluginTypes.EventMap.html +19 -19
  81. package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -11
  82. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -13
  83. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -13
  84. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -8
  85. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +6 -6
  86. package/docs/interfaces/CruisePluginTypes.PluginState.html +10 -10
  87. package/docs/interfaces/EventMap.html +14 -14
  88. package/docs/interfaces/FloorplanBounding.html +7 -7
  89. package/docs/interfaces/FloorplanData.html +9 -9
  90. package/docs/interfaces/FloorplanEntrance.html +10 -10
  91. package/docs/interfaces/FloorplanExtraObject.html +9 -9
  92. package/docs/interfaces/FloorplanExtraObject3D.html +7 -7
  93. package/docs/interfaces/FloorplanFloorData.html +8 -8
  94. package/docs/interfaces/FloorplanImagePosition.html +6 -6
  95. package/docs/interfaces/FloorplanObserver.html +8 -8
  96. package/docs/interfaces/FloorplanOutlineItem.html +8 -8
  97. package/docs/interfaces/FloorplanPosition.html +6 -6
  98. package/docs/interfaces/FloorplanRoomItem.html +12 -12
  99. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -6
  100. package/docs/interfaces/FloorplanServerBounding.html +7 -7
  101. package/docs/interfaces/FloorplanServerComputedData.html +9 -9
  102. package/docs/interfaces/FloorplanServerData.html +6 -6
  103. package/docs/interfaces/FloorplanServerDoorItem.html +9 -9
  104. package/docs/interfaces/FloorplanServerDoorPosition.html +7 -7
  105. package/docs/interfaces/FloorplanServerEntrance.html +10 -10
  106. package/docs/interfaces/FloorplanServerFloorData.html +8 -8
  107. package/docs/interfaces/FloorplanServerImagePosition.html +6 -6
  108. package/docs/interfaces/FloorplanServerObserver.html +8 -8
  109. package/docs/interfaces/FloorplanServerOutlineItem.html +8 -8
  110. package/docs/interfaces/FloorplanServerPosition.html +6 -6
  111. package/docs/interfaces/FloorplanServerRoomItem.html +13 -13
  112. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -6
  113. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +7 -7
  114. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +9 -9
  115. package/docs/interfaces/GuideLinePluginType.EventMap.html +12 -12
  116. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +7 -7
  117. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -5
  118. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
  119. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +7 -7
  120. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +17 -17
  121. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +6 -6
  122. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +17 -17
  123. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +4 -4
  124. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +6 -6
  125. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -7
  126. package/docs/interfaces/GuideLinePluginType.Route.html +10 -10
  127. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +8 -8
  128. package/docs/interfaces/HelperOffset.html +7 -7
  129. package/docs/interfaces/ImagePlaneGroup.html +5 -5
  130. package/docs/interfaces/ItemLabelPluginData.html +5 -5
  131. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +10 -10
  132. package/docs/interfaces/ItemLabelPluginParametersType.html +8 -8
  133. package/docs/interfaces/MinMax.html +6 -6
  134. package/docs/interfaces/ModelChassisCompassPluginData.html +6 -6
  135. package/docs/interfaces/ModelChassisCompassPluginExportType.html +7 -7
  136. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +6 -6
  137. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +7 -7
  138. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +7 -7
  139. package/docs/interfaces/ModelItemLabelPluginData.html +5 -5
  140. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +10 -10
  141. package/docs/interfaces/ModelItemLabelPluginParametersType.html +6 -6
  142. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -5
  143. package/docs/interfaces/ModelTVVideoPluginData.html +8 -8
  144. package/docs/interfaces/ModelTVVideoPluginExportType.html +7 -7
  145. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -5
  146. package/docs/interfaces/ModelViewPluginExportType.html +10 -10
  147. package/docs/interfaces/Object3DHelperState.html +7 -7
  148. package/docs/interfaces/ObjectHelperControllers.html +8 -8
  149. package/docs/interfaces/PaintBrushAction.html +11 -11
  150. package/docs/interfaces/PaintBrushConfigs.html +11 -11
  151. package/docs/interfaces/PaintBrushState.html +9 -9
  152. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +9 -9
  153. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +4 -4
  154. package/docs/interfaces/PanoMeasureParameterType.html +13 -13
  155. package/docs/interfaces/PanoMeasurePluginLineJson.html +7 -7
  156. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +6 -6
  157. package/docs/interfaces/PanoMeasurePluginPointJson.html +6 -6
  158. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -7
  159. package/docs/interfaces/PanoRulerPluginExportType.html +9 -9
  160. package/docs/interfaces/PanoRulerPluginOptions.html +6 -6
  161. package/docs/interfaces/PanoRulerPluginParameterType.html +7 -7
  162. package/docs/interfaces/PanoRulerProPluginExportType.html +8 -8
  163. package/docs/interfaces/PanoRulerProPluginOptions.html +6 -6
  164. package/docs/interfaces/PanoRulerProPluginParameterType.html +6 -6
  165. package/docs/interfaces/PanoRulerProPluginState.html +7 -7
  166. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +4 -4
  167. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +4 -4
  168. package/docs/interfaces/PanoSpatialTagPluginData.html +10 -10
  169. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +9 -9
  170. package/docs/interfaces/PanoSpatialTagPluginExportType.html +12 -12
  171. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +9 -9
  172. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +12 -12
  173. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +10 -10
  174. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +9 -9
  175. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -5
  176. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +7 -7
  177. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -5
  178. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
  179. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -5
  180. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +7 -7
  181. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +9 -9
  182. package/docs/interfaces/Point.html +7 -7
  183. package/docs/interfaces/Room.html +8 -8
  184. package/docs/interfaces/RoomInfo.html +6 -6
  185. package/docs/interfaces/RoomLabel.html +13 -13
  186. package/docs/interfaces/RoomRules.html +4 -4
  187. package/docs/interfaces/Rooms.html +4 -4
  188. package/docs/interfaces/Scissor.html +8 -8
  189. package/docs/interfaces/State.html +7 -7
  190. package/docs/interfaces/TagCacheInterface.html +11 -11
  191. package/docs/interfaces/TagConfig.html +12 -12
  192. package/docs/interfaces/TagGLTFObjectGroup.html +5 -5
  193. package/docs/interfaces/TagIconUrl.html +11 -11
  194. package/docs/interfaces/TagObjectGroup.html +5 -5
  195. package/docs/interfaces/TagStyle.html +5 -5
  196. package/docs/interfaces/Tags.html +8 -8
  197. package/docs/interfaces/TemporaryState.html +5 -5
  198. package/docs/interfaces/Util.MagnifierParameter.html +10 -10
  199. package/docs/interfaces/Util.MouseGroupParameter.html +7 -7
  200. package/docs/modules/CruisePluginTypes.html +4 -4
  201. package/docs/modules/GuideLineItem.html +4 -4
  202. package/docs/modules/GuideLineModeItem.html +4 -4
  203. package/docs/modules/GuideLinePluginType.html +4 -4
  204. package/docs/modules/PanoVideoPluginType.html +4 -4
  205. package/docs/modules/Util.html +4 -4
  206. package/docs/modules.html +4 -4
  207. package/docs/types/ArrayPosition.html +4 -4
  208. package/docs/types/AudioAppearance.html +4 -4
  209. package/docs/types/AudioTagTypeConfigKey.html +4 -4
  210. package/docs/types/CSS3DRenderExportType.html +4 -4
  211. package/docs/types/CSS3DRenderPluginExportType.html +4 -4
  212. package/docs/types/CSS3DRenderPluginParameterType.html +4 -4
  213. package/docs/types/ClassFunctionParameters.html +4 -4
  214. package/docs/types/Color.html +4 -4
  215. package/docs/types/ContentTypeConfigKey.html +4 -4
  216. package/docs/types/ContentTypeConfigKeySplit.html +4 -4
  217. package/docs/types/ContentTypeMap.html +4 -4
  218. package/docs/types/Create3DDomContainerReturnType.html +4 -4
  219. package/docs/types/Create3DElementReturnType.html +4 -4
  220. package/docs/types/CruisePluginExportType.html +4 -4
  221. package/docs/types/CruisePluginTypes.CruiseData.html +4 -4
  222. package/docs/types/CruisePluginTypes.MoveEffect.html +4 -4
  223. package/docs/types/Direction-1.html +4 -4
  224. package/docs/types/Direction4.html +4 -4
  225. package/docs/types/ElementRenderer.html +4 -4
  226. package/docs/types/FloorplanRuleLabels.html +4 -4
  227. package/docs/types/FloorplanServerRuleLabels.html +4 -4
  228. package/docs/types/GuideLinePluginExportType.html +4 -4
  229. package/docs/types/GuideLinePluginType.GuideLineItem.html +4 -4
  230. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +4 -4
  231. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +4 -4
  232. package/docs/types/GuideLinePluginType.GuideLineStyle.html +4 -4
  233. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +4 -4
  234. package/docs/types/GuideLinePluginType.PathItem.html +4 -4
  235. package/docs/types/GuideLinePluginType.PluginData.html +4 -4
  236. package/docs/types/HelperEventMap.html +4 -4
  237. package/docs/types/LoadTagConfig.html +4 -4
  238. package/docs/types/MapviewFloorplanPluginParameterType.html +4 -4
  239. package/docs/types/MapviewFloorplanPluginReturnType.html +4 -4
  240. package/docs/types/MediaData.html +4 -4
  241. package/docs/types/MediaStore.html +4 -4
  242. package/docs/types/ModelElement.html +4 -4
  243. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +4 -4
  244. package/docs/types/ModelFloorplanPluginParameterType.html +4 -4
  245. package/docs/types/ModelFloorplanPluginReturnType.html +4 -4
  246. package/docs/types/ModelRoomLabelPluginParameters.html +4 -4
  247. package/docs/types/ModelRoomLabelPluginReturnType.html +4 -4
  248. package/docs/types/MoveArgs.html +4 -4
  249. package/docs/types/MoveOpts.html +4 -4
  250. package/docs/types/Object3DHelperEventMap.html +4 -4
  251. package/docs/types/ObjectFit.html +4 -4
  252. package/docs/types/PaintBrushEventMap.html +4 -4
  253. package/docs/types/PanoCompassPluginData.html +4 -4
  254. package/docs/types/PanoCompassPluginExportType.html +4 -4
  255. package/docs/types/PanoCompassPluginParameterType.html +4 -4
  256. package/docs/types/PanoFloorplanRadarPluginParameterType.html +4 -4
  257. package/docs/types/PanoFloorplanRadarPluginReturnType.html +4 -4
  258. package/docs/types/PanoIndex.html +4 -4
  259. package/docs/types/PanoMeasurePluginEvent.html +4 -4
  260. package/docs/types/PanoMeasureReturnType.html +4 -4
  261. package/docs/types/PanoSpatialTagPluginId.html +4 -4
  262. package/docs/types/PanoTagPluginExportInterface.html +4 -4
  263. package/docs/types/PanoTagPluginParamsInterface.html +4 -4
  264. package/docs/types/PanoVideoPluginParameterType.html +4 -4
  265. package/docs/types/PanoVideoPluginReturnType.html +4 -4
  266. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -4
  267. package/docs/types/PlaneTag.html +4 -4
  268. package/docs/types/PlaneTagElement.html +4 -4
  269. package/docs/types/Point2DElement.html +4 -4
  270. package/docs/types/Point2DTag.html +4 -4
  271. package/docs/types/Point3DElement.html +4 -4
  272. package/docs/types/Point3DTag.html +4 -4
  273. package/docs/types/PointTag.html +4 -4
  274. package/docs/types/PointTagElement.html +4 -4
  275. package/docs/types/Position.html +4 -4
  276. package/docs/types/RotateArgs.html +4 -4
  277. package/docs/types/RotateOpts.html +4 -4
  278. package/docs/types/RuleLabelsKey.html +4 -4
  279. package/docs/types/RuleLabelsValue.html +4 -4
  280. package/docs/types/StickType.html +4 -4
  281. package/docs/types/Tag.html +4 -4
  282. package/docs/types/Tag2D.html +4 -4
  283. package/docs/types/Tag3D.html +4 -4
  284. package/docs/types/TagContentType.html +4 -4
  285. package/docs/types/TagDimensionType.html +4 -4
  286. package/docs/types/TagElement.html +4 -4
  287. package/docs/types/TagEvents.html +4 -4
  288. package/docs/types/TagGLTFObject.html +4 -4
  289. package/docs/types/TagHooks.html +4 -4
  290. package/docs/types/TagIconSize.html +4 -4
  291. package/docs/types/TagId.html +4 -4
  292. package/docs/types/TopviewFloorplanPluginParameterType.html +4 -4
  293. package/docs/types/TopviewFloorplanPluginReturnType.html +4 -4
  294. package/docs/types/WorkCode.html +4 -4
  295. package/docs/variables/FLOOR_TYPE_MAP.html +4 -4
  296. package/docs/variables/PLUGIN.html +4 -4
  297. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +4 -4
  298. package/docs/variables/ROOM_TYPE_MAP.html +4 -4
  299. package/docs/variables/itemLabelPluginServerParams.html +4 -4
  300. package/docs/variables/modelItemLabelPluginServerParams.html +4 -4
  301. package/docs/variables/modelRoomLabelPluginServerParams.html +4 -4
  302. package/libs/PanoMeasurePlugin/Controller/index.js +26 -24
  303. package/libs/PanoTagPlugin/controller/TagRender.js +80 -80
  304. package/libs/base/BasePlugin.js +1 -1
  305. package/libs/shared-utils/logger.js +1 -1
  306. package/package.json +1 -1
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var gu=Object.defineProperty,vu=Object.defineProperties;var Au=Object.getOwnPropertyDescriptors;var Da=Object.getOwnPropertySymbols;var bu=Object.prototype.hasOwnProperty,yu=Object.prototype.propertyIsEnumerable;var ar=(i,t,e)=>t in i?gu(i,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[t]=e,F=(i,t)=>{for(var e in t||(t={}))bu.call(t,e)&&ar(i,e,t[e]);if(Da)for(var e of Da(t))yu.call(t,e)&&ar(i,e,t[e]);return i},ye=(i,t)=>vu(i,Au(t));var f=(i,t,e)=>(ar(i,typeof t!="symbol"?t+"":t,e),e);var X=(i,t,e)=>new Promise((n,o)=>{var s=l=>{try{a(e.next(l))}catch(c){o(c)}},r=l=>{try{a(e.throw(l))}catch(c){o(c)}},a=l=>l.done?n(l.value):Promise.resolve(l.value).then(s,r);a((e=e.apply(i,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ze=require("@realsee/five"),Q=require("three"),Qo=require("three/examples/jsm/renderers/CSS3DRenderer"),Ki=require("hammerjs"),bd=require("@realsee/five/line"),yd=require("three/examples/jsm/loaders/FBXLoader"),Sa=require("animejs"),wu=require("@realsee/five/gltf-loader");function Pu(i){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(i){for(const e in i)if(e!=="default"){const n=Object.getOwnPropertyDescriptor(i,e);Object.defineProperty(t,e,n.get?n:{enumerable:!0,get:()=>i[e]})}}return t.default=i,Object.freeze(t)}const E=Pu(Q);function Cu(){console.info("%c %c@realsee/dnalogel %cv2.19.0-2",["background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')","background-repeat: no-repeat","background-position: 0 center","padding-left: 8px"].join(";"),"","background-color: #12ce9b;color:black;padding:0 6px;border-radius: 3px")}function Eu(){const i=typeof OffscreenCanvas!="undefined",t=i&&new OffscreenCanvas(1,1).getContext("webgl")!==null;i&&!t&&Object.assign(window,{OffscreenCanvas:function(e,n){const o=document.createElement("canvas");return o.width=e,o.height=n,o}})}function wd(){}const Ma=()=>Promise.resolve(),La={__queue:Promise.resolve()};function Iu(i=Ma){La.__queue=La.__queue.then(i).catch(Ma)}function Ao(i,t,e){const n=i.x,o=i.y,s=Math.floor(n/t*1e4)/1e4,r=Math.floor(o/e*1e4)/1e4;return{x:s,y:r}}function lr(i,t,e){const{x:n,y:o}=i,s=n*t,r=o*e;return{x:s,y:r}}function bo(i){if(i.length<2)return{};const t=i.slice(-2),e=t[0],n={x:(t[0].x+t[1].x)/2,y:(t[0].y+t[1].y)/2};return{control:e,end:n}}function ku(i,t,e=wd){new Promise(n=>{setTimeout(()=>{e(),n(!0)},t*i)})}const xu=window,Ta=window.requestAnimationFrame||xu.webkitRequestAnimationFrame||(i=>setTimeout(i,16));function _o(i,t=0){t<=0?Ta(i):Ta(()=>_o(i,t-1))}var kt=Object.freeze({Linear:Object.freeze({None:function(i){return i},In:function(i){return this.None(i)},Out:function(i){return this.None(i)},InOut:function(i){return this.None(i)}}),Quadratic:Object.freeze({In:function(i){return i*i},Out:function(i){return i*(2-i)},InOut:function(i){return(i*=2)<1?.5*i*i:-.5*(--i*(i-2)-1)}}),Cubic:Object.freeze({In:function(i){return i*i*i},Out:function(i){return--i*i*i+1},InOut:function(i){return(i*=2)<1?.5*i*i*i:.5*((i-=2)*i*i+2)}}),Quartic:Object.freeze({In:function(i){return i*i*i*i},Out:function(i){return 1- --i*i*i*i},InOut:function(i){return(i*=2)<1?.5*i*i*i*i:-.5*((i-=2)*i*i*i-2)}}),Quintic:Object.freeze({In:function(i){return i*i*i*i*i},Out:function(i){return--i*i*i*i*i+1},InOut:function(i){return(i*=2)<1?.5*i*i*i*i*i:.5*((i-=2)*i*i*i*i+2)}}),Sinusoidal:Object.freeze({In:function(i){return 1-Math.sin((1-i)*Math.PI/2)},Out:function(i){return Math.sin(i*Math.PI/2)},InOut:function(i){return .5*(1-Math.sin(Math.PI*(.5-i)))}}),Exponential:Object.freeze({In:function(i){return i===0?0:Math.pow(1024,i-1)},Out:function(i){return i===1?1:1-Math.pow(2,-10*i)},InOut:function(i){return i===0?0:i===1?1:(i*=2)<1?.5*Math.pow(1024,i-1):.5*(-Math.pow(2,-10*(i-1))+2)}}),Circular:Object.freeze({In:function(i){return 1-Math.sqrt(1-i*i)},Out:function(i){return Math.sqrt(1- --i*i)},InOut:function(i){return(i*=2)<1?-.5*(Math.sqrt(1-i*i)-1):.5*(Math.sqrt(1-(i-=2)*i)+1)}}),Elastic:Object.freeze({In:function(i){return i===0?0:i===1?1:-Math.pow(2,10*(i-1))*Math.sin((i-1.1)*5*Math.PI)},Out:function(i){return i===0?0:i===1?1:Math.pow(2,-10*i)*Math.sin((i-.1)*5*Math.PI)+1},InOut:function(i){return i===0?0:i===1?1:(i*=2,i<1?-.5*Math.pow(2,10*(i-1))*Math.sin((i-1.1)*5*Math.PI):.5*Math.pow(2,-10*(i-1))*Math.sin((i-1.1)*5*Math.PI)+1)}}),Back:Object.freeze({In:function(i){var t=1.70158;return i===1?1:i*i*((t+1)*i-t)},Out:function(i){var t=1.70158;return i===0?0:--i*i*((t+1)*i+t)+1},InOut:function(i){var t=2.5949095;return(i*=2)<1?.5*(i*i*((t+1)*i-t)):.5*((i-=2)*i*((t+1)*i+t)+2)}}),Bounce:Object.freeze({In:function(i){return 1-kt.Bounce.Out(1-i)},Out:function(i){return i<1/2.75?7.5625*i*i:i<2/2.75?7.5625*(i-=1.5/2.75)*i+.75:i<2.5/2.75?7.5625*(i-=2.25/2.75)*i+.9375:7.5625*(i-=2.625/2.75)*i+.984375},InOut:function(i){return i<.5?kt.Bounce.In(i*2)*.5:kt.Bounce.Out(i*2-1)*.5+.5}}),generatePow:function(i){return i===void 0&&(i=4),i=i<Number.EPSILON?Number.EPSILON:i,i=i>1e4?1e4:i,{In:function(t){return Math.pow(t,i)},Out:function(t){return 1-Math.pow(1-t,i)},InOut:function(t){return t<.5?Math.pow(t*2,i)/2:(1-Math.pow(2-t*2,i))/2+.5}}}}),Un=function(){return performance.now()},Pd=function(){function i(){this._tweens={},this._tweensAddedDuringUpdate={}}return i.prototype.getAll=function(){var t=this;return Object.keys(this._tweens).map(function(e){return t._tweens[e]})},i.prototype.removeAll=function(){this._tweens={}},i.prototype.add=function(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t},i.prototype.remove=function(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]},i.prototype.update=function(t,e){t===void 0&&(t=Un()),e===void 0&&(e=!1);var n=Object.keys(this._tweens);if(n.length===0)return!1;for(;n.length>0;){this._tweensAddedDuringUpdate={};for(var o=0;o<n.length;o++){var s=this._tweens[n[o]],r=!e;s&&s.update(t,r)===!1&&!e&&delete this._tweens[n[o]]}n=Object.keys(this._tweensAddedDuringUpdate)}return!0},i}(),wn={Linear:function(i,t){var e=i.length-1,n=e*t,o=Math.floor(n),s=wn.Utils.Linear;return t<0?s(i[0],i[1],n):t>1?s(i[e],i[e-1],e-n):s(i[o],i[o+1>e?e:o+1],n-o)},Bezier:function(i,t){for(var e=0,n=i.length-1,o=Math.pow,s=wn.Utils.Bernstein,r=0;r<=n;r++)e+=o(1-t,n-r)*o(t,r)*i[r]*s(n,r);return e},CatmullRom:function(i,t){var e=i.length-1,n=e*t,o=Math.floor(n),s=wn.Utils.CatmullRom;return i[0]===i[e]?(t<0&&(o=Math.floor(n=e*(1+t))),s(i[(o-1+e)%e],i[o],i[(o+1)%e],i[(o+2)%e],n-o)):t<0?i[0]-(s(i[0],i[0],i[1],i[1],-n)-i[0]):t>1?i[e]-(s(i[e],i[e],i[e-1],i[e-1],n-e)-i[e]):s(i[o?o-1:0],i[o],i[e<o+1?e:o+1],i[e<o+2?e:o+2],n-o)},Utils:{Linear:function(i,t,e){return(t-i)*e+i},Bernstein:function(i,t){var e=wn.Utils.Factorial;return e(i)/e(t)/e(i-t)},Factorial:function(){var i=[1];return function(t){var e=1;if(i[t])return i[t];for(var n=t;n>1;n--)e*=n;return i[t]=e,e}}(),CatmullRom:function(i,t,e,n,o){var s=(e-i)*.5,r=(n-t)*.5,a=o*o,l=o*a;return(2*t-2*e+s+r)*l+(-3*t+3*e-2*s-r)*a+s*o+t}}},ea=function(){function i(){}return i.nextId=function(){return i._nextId++},i._nextId=0,i}(),Tr=new Pd,is=function(){function i(t,e){e===void 0&&(e=Tr),this._object=t,this._group=e,this._isPaused=!1,this._pauseStart=0,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._isDynamic=!1,this._initialRepeat=0,this._repeat=0,this._yoyo=!1,this._isPlaying=!1,this._reversed=!1,this._delayTime=0,this._startTime=0,this._easingFunction=kt.Linear.None,this._interpolationFunction=wn.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=ea.nextId(),this._isChainStopped=!1,this._propertiesAreSetUp=!1,this._goToEnd=!1}return i.prototype.getId=function(){return this._id},i.prototype.isPlaying=function(){return this._isPlaying},i.prototype.isPaused=function(){return this._isPaused},i.prototype.to=function(t,e){if(e===void 0&&(e=1e3),this._isPlaying)throw new Error("Can not call Tween.to() while Tween is already started or paused. Stop the Tween first.");return this._valuesEnd=t,this._propertiesAreSetUp=!1,this._duration=e,this},i.prototype.duration=function(t){return t===void 0&&(t=1e3),this._duration=t,this},i.prototype.dynamic=function(t){return t===void 0&&(t=!1),this._isDynamic=t,this},i.prototype.start=function(t,e){if(t===void 0&&(t=Un()),e===void 0&&(e=!1),this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(var n in this._valuesStartRepeat)this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n]}if(this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,!this._propertiesAreSetUp||e){if(this._propertiesAreSetUp=!0,!this._isDynamic){var o={};for(var s in this._valuesEnd)o[s]=this._valuesEnd[s];this._valuesEnd=o}this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat,e)}return this},i.prototype.startFromCurrentValues=function(t){return this.start(t,!0)},i.prototype._setupProperties=function(t,e,n,o,s){for(var r in n){var a=t[r],l=Array.isArray(a),c=l?"array":typeof a,d=!l&&Array.isArray(n[r]);if(!(c==="undefined"||c==="function")){if(d){var h=n[r];if(h.length===0)continue;for(var u=[a],m=0,g=h.length;m<g;m+=1){var v=this._handleRelativeValue(a,h[m]);if(isNaN(v)){d=!1,console.warn("Found invalid interpolation list. Skipping.");break}u.push(v)}d&&(n[r]=u)}if((c==="object"||l)&&a&&!d){e[r]=l?[]:{};var A=a;for(var b in A)e[r][b]=A[b];o[r]=l?[]:{};var h=n[r];if(!this._isDynamic){var y={};for(var b in h)y[b]=h[b];n[r]=h=y}this._setupProperties(A,e[r],h,o[r],s)}else(typeof e[r]=="undefined"||s)&&(e[r]=a),l||(e[r]*=1),d?o[r]=n[r].slice().reverse():o[r]=e[r]||0}}},i.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},i.prototype.end=function(){return this._goToEnd=!0,this.update(1/0),this},i.prototype.pause=function(t){return t===void 0&&(t=Un()),this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStart=t,this._group&&this._group.remove(this),this)},i.prototype.resume=function(t){return t===void 0&&(t=Un()),!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStart,this._pauseStart=0,this._group&&this._group.add(this),this)},i.prototype.stopChainedTweens=function(){for(var t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this},i.prototype.group=function(t){return t===void 0&&(t=Tr),this._group=t,this},i.prototype.delay=function(t){return t===void 0&&(t=0),this._delayTime=t,this},i.prototype.repeat=function(t){return t===void 0&&(t=0),this._initialRepeat=t,this._repeat=t,this},i.prototype.repeatDelay=function(t){return this._repeatDelayTime=t,this},i.prototype.yoyo=function(t){return t===void 0&&(t=!1),this._yoyo=t,this},i.prototype.easing=function(t){return t===void 0&&(t=kt.Linear.None),this._easingFunction=t,this},i.prototype.interpolation=function(t){return t===void 0&&(t=wn.Linear),this._interpolationFunction=t,this},i.prototype.chain=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this._chainedTweens=t,this},i.prototype.onStart=function(t){return this._onStartCallback=t,this},i.prototype.onEveryStart=function(t){return this._onEveryStartCallback=t,this},i.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},i.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},i.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},i.prototype.onStop=function(t){return this._onStopCallback=t,this},i.prototype.update=function(t,e){if(t===void 0&&(t=Un()),e===void 0&&(e=!0),this._isPaused)return!0;var n,o,s=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>s)return!1;e&&this.start(t,!0)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0),o=(t-this._startTime)/this._duration,o=this._duration===0||o>1?1:o;var r=this._easingFunction(o);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,r),this._onUpdateCallback&&this._onUpdateCallback(this._object,o),o===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(n in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[n]=="string"&&(this._valuesStartRepeat[n]=this._valuesStartRepeat[n]+parseFloat(this._valuesEnd[n])),this._yoyo&&this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var a=0,l=this._chainedTweens.length;a<l;a++)this._chainedTweens[a].start(this._startTime+this._duration,!1);return this._isPlaying=!1,!1}return!0},i.prototype._updateProperties=function(t,e,n,o){for(var s in n)if(e[s]!==void 0){var r=e[s]||0,a=n[s],l=Array.isArray(t[s]),c=Array.isArray(a),d=!l&&c;d?t[s]=this._interpolationFunction(a,o):typeof a=="object"&&a?this._updateProperties(t[s],r,a,o):(a=this._handleRelativeValue(r,a),typeof a=="number"&&(t[s]=r+(a-r)*o))}},i.prototype._handleRelativeValue=function(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)},i.prototype._swapEndStartRepeatValues=function(t){var e=this._valuesStartRepeat[t],n=this._valuesEnd[t];typeof n=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(n):this._valuesStartRepeat[t]=this._valuesEnd[t],this._valuesEnd[t]=e},i}(),Du="20.0.3",Su=ea.nextId,Bt=Tr,Mu=Bt.getAll.bind(Bt),Lu=Bt.removeAll.bind(Bt),Tu=Bt.add.bind(Bt),Cd=Bt.remove.bind(Bt),zu=Bt.update.bind(Bt),za={Easing:kt,Group:Pd,Interpolation:wn,now:Un,Sequence:ea,nextId:Su,Tween:is,VERSION:Du,getAll:Mu,removeAll:Lu,add:Tu,remove:Cd,update:zu};function ju(i,t,e,n=kt.Linear.None){const o=new is(i).to(t,e).easing(n).start();function s(r){o.update(r)&&requestAnimationFrame(s)}return requestAnimationFrame(s),o}var Xt=(i=>(i.Drawline="Drawline",i.Undo="Undo",i.Exit="Exit",i))(Xt||{});const Hi=Symbol("$$PAINT_BRUSH_EVENT$$");function yo(i){return i[Hi]||(i[Hi]={}),i[Hi]}function Vu(i){i[Hi]||delete i[Hi]}let _u=class{hasListener(t){const e=yo(this);return e&&e[t]&&e[t].length>0}on(t,e,n){const o=yo(this);return o[t]||(o[t]=[]),o[t].push([e,n||!1]),()=>this.off(t,e)}once(t,e){return this.on(t,e,!0)}off(t,e){if(t===void 0){Vu(this);return}const n=yo(this);if(n[t]||(n[t]=[]),e===void 0){n[t].length=0;return}let o=0;for(;o<n[t].length&&n[t][o][0]!==e;o++);o<n[t].length&&n[t].splice(o,1)}emit(t,...e){let n=!1;const s=yo(this)[t]||[];for(let r of s.slice()){const[a,l=!1]=r,c=a(...e);l&&this.off(t,a),c===!1&&(n=!0)}return n}};function $t(){return((1+Math.random())*65536|0).toString(16).substring(1)}function dt(){return($t()+$t()+"-"+$t()+"-4"+$t().substr(0,3)+"-"+$t()+"-"+$t()+$t()+$t()).toLowerCase()}const Ou=`
1
+ "use strict";var gu=Object.defineProperty,vu=Object.defineProperties;var Au=Object.getOwnPropertyDescriptors;var Da=Object.getOwnPropertySymbols;var bu=Object.prototype.hasOwnProperty,yu=Object.prototype.propertyIsEnumerable;var ar=(i,t,e)=>t in i?gu(i,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[t]=e,F=(i,t)=>{for(var e in t||(t={}))bu.call(t,e)&&ar(i,e,t[e]);if(Da)for(var e of Da(t))yu.call(t,e)&&ar(i,e,t[e]);return i},ye=(i,t)=>vu(i,Au(t));var f=(i,t,e)=>(ar(i,typeof t!="symbol"?t+"":t,e),e);var X=(i,t,e)=>new Promise((n,o)=>{var s=l=>{try{a(e.next(l))}catch(c){o(c)}},r=l=>{try{a(e.throw(l))}catch(c){o(c)}},a=l=>l.done?n(l.value):Promise.resolve(l.value).then(s,r);a((e=e.apply(i,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ze=require("@realsee/five"),Q=require("three"),Qo=require("three/examples/jsm/renderers/CSS3DRenderer"),Ki=require("hammerjs"),bd=require("@realsee/five/line"),yd=require("three/examples/jsm/loaders/FBXLoader"),Sa=require("animejs"),wu=require("@realsee/five/gltf-loader");function Pu(i){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(i){for(const e in i)if(e!=="default"){const n=Object.getOwnPropertyDescriptor(i,e);Object.defineProperty(t,e,n.get?n:{enumerable:!0,get:()=>i[e]})}}return t.default=i,Object.freeze(t)}const E=Pu(Q);function Cu(){console.info("%c %c@realsee/dnalogel %cv2.19.0",["background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')","background-repeat: no-repeat","background-position: 0 center","padding-left: 8px"].join(";"),"","background-color: #12ce9b;color:black;padding:0 6px;border-radius: 3px")}function Eu(){const i=typeof OffscreenCanvas!="undefined",t=i&&new OffscreenCanvas(1,1).getContext("webgl")!==null;i&&!t&&Object.assign(window,{OffscreenCanvas:function(e,n){const o=document.createElement("canvas");return o.width=e,o.height=n,o}})}function wd(){}const Ma=()=>Promise.resolve(),La={__queue:Promise.resolve()};function Iu(i=Ma){La.__queue=La.__queue.then(i).catch(Ma)}function Ao(i,t,e){const n=i.x,o=i.y,s=Math.floor(n/t*1e4)/1e4,r=Math.floor(o/e*1e4)/1e4;return{x:s,y:r}}function lr(i,t,e){const{x:n,y:o}=i,s=n*t,r=o*e;return{x:s,y:r}}function bo(i){if(i.length<2)return{};const t=i.slice(-2),e=t[0],n={x:(t[0].x+t[1].x)/2,y:(t[0].y+t[1].y)/2};return{control:e,end:n}}function ku(i,t,e=wd){new Promise(n=>{setTimeout(()=>{e(),n(!0)},t*i)})}const xu=window,Ta=window.requestAnimationFrame||xu.webkitRequestAnimationFrame||(i=>setTimeout(i,16));function _o(i,t=0){t<=0?Ta(i):Ta(()=>_o(i,t-1))}var kt=Object.freeze({Linear:Object.freeze({None:function(i){return i},In:function(i){return this.None(i)},Out:function(i){return this.None(i)},InOut:function(i){return this.None(i)}}),Quadratic:Object.freeze({In:function(i){return i*i},Out:function(i){return i*(2-i)},InOut:function(i){return(i*=2)<1?.5*i*i:-.5*(--i*(i-2)-1)}}),Cubic:Object.freeze({In:function(i){return i*i*i},Out:function(i){return--i*i*i+1},InOut:function(i){return(i*=2)<1?.5*i*i*i:.5*((i-=2)*i*i+2)}}),Quartic:Object.freeze({In:function(i){return i*i*i*i},Out:function(i){return 1- --i*i*i*i},InOut:function(i){return(i*=2)<1?.5*i*i*i*i:-.5*((i-=2)*i*i*i-2)}}),Quintic:Object.freeze({In:function(i){return i*i*i*i*i},Out:function(i){return--i*i*i*i*i+1},InOut:function(i){return(i*=2)<1?.5*i*i*i*i*i:.5*((i-=2)*i*i*i*i+2)}}),Sinusoidal:Object.freeze({In:function(i){return 1-Math.sin((1-i)*Math.PI/2)},Out:function(i){return Math.sin(i*Math.PI/2)},InOut:function(i){return .5*(1-Math.sin(Math.PI*(.5-i)))}}),Exponential:Object.freeze({In:function(i){return i===0?0:Math.pow(1024,i-1)},Out:function(i){return i===1?1:1-Math.pow(2,-10*i)},InOut:function(i){return i===0?0:i===1?1:(i*=2)<1?.5*Math.pow(1024,i-1):.5*(-Math.pow(2,-10*(i-1))+2)}}),Circular:Object.freeze({In:function(i){return 1-Math.sqrt(1-i*i)},Out:function(i){return Math.sqrt(1- --i*i)},InOut:function(i){return(i*=2)<1?-.5*(Math.sqrt(1-i*i)-1):.5*(Math.sqrt(1-(i-=2)*i)+1)}}),Elastic:Object.freeze({In:function(i){return i===0?0:i===1?1:-Math.pow(2,10*(i-1))*Math.sin((i-1.1)*5*Math.PI)},Out:function(i){return i===0?0:i===1?1:Math.pow(2,-10*i)*Math.sin((i-.1)*5*Math.PI)+1},InOut:function(i){return i===0?0:i===1?1:(i*=2,i<1?-.5*Math.pow(2,10*(i-1))*Math.sin((i-1.1)*5*Math.PI):.5*Math.pow(2,-10*(i-1))*Math.sin((i-1.1)*5*Math.PI)+1)}}),Back:Object.freeze({In:function(i){var t=1.70158;return i===1?1:i*i*((t+1)*i-t)},Out:function(i){var t=1.70158;return i===0?0:--i*i*((t+1)*i+t)+1},InOut:function(i){var t=2.5949095;return(i*=2)<1?.5*(i*i*((t+1)*i-t)):.5*((i-=2)*i*((t+1)*i+t)+2)}}),Bounce:Object.freeze({In:function(i){return 1-kt.Bounce.Out(1-i)},Out:function(i){return i<1/2.75?7.5625*i*i:i<2/2.75?7.5625*(i-=1.5/2.75)*i+.75:i<2.5/2.75?7.5625*(i-=2.25/2.75)*i+.9375:7.5625*(i-=2.625/2.75)*i+.984375},InOut:function(i){return i<.5?kt.Bounce.In(i*2)*.5:kt.Bounce.Out(i*2-1)*.5+.5}}),generatePow:function(i){return i===void 0&&(i=4),i=i<Number.EPSILON?Number.EPSILON:i,i=i>1e4?1e4:i,{In:function(t){return Math.pow(t,i)},Out:function(t){return 1-Math.pow(1-t,i)},InOut:function(t){return t<.5?Math.pow(t*2,i)/2:(1-Math.pow(2-t*2,i))/2+.5}}}}),Un=function(){return performance.now()},Pd=function(){function i(){this._tweens={},this._tweensAddedDuringUpdate={}}return i.prototype.getAll=function(){var t=this;return Object.keys(this._tweens).map(function(e){return t._tweens[e]})},i.prototype.removeAll=function(){this._tweens={}},i.prototype.add=function(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t},i.prototype.remove=function(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]},i.prototype.update=function(t,e){t===void 0&&(t=Un()),e===void 0&&(e=!1);var n=Object.keys(this._tweens);if(n.length===0)return!1;for(;n.length>0;){this._tweensAddedDuringUpdate={};for(var o=0;o<n.length;o++){var s=this._tweens[n[o]],r=!e;s&&s.update(t,r)===!1&&!e&&delete this._tweens[n[o]]}n=Object.keys(this._tweensAddedDuringUpdate)}return!0},i}(),wn={Linear:function(i,t){var e=i.length-1,n=e*t,o=Math.floor(n),s=wn.Utils.Linear;return t<0?s(i[0],i[1],n):t>1?s(i[e],i[e-1],e-n):s(i[o],i[o+1>e?e:o+1],n-o)},Bezier:function(i,t){for(var e=0,n=i.length-1,o=Math.pow,s=wn.Utils.Bernstein,r=0;r<=n;r++)e+=o(1-t,n-r)*o(t,r)*i[r]*s(n,r);return e},CatmullRom:function(i,t){var e=i.length-1,n=e*t,o=Math.floor(n),s=wn.Utils.CatmullRom;return i[0]===i[e]?(t<0&&(o=Math.floor(n=e*(1+t))),s(i[(o-1+e)%e],i[o],i[(o+1)%e],i[(o+2)%e],n-o)):t<0?i[0]-(s(i[0],i[0],i[1],i[1],-n)-i[0]):t>1?i[e]-(s(i[e],i[e],i[e-1],i[e-1],n-e)-i[e]):s(i[o?o-1:0],i[o],i[e<o+1?e:o+1],i[e<o+2?e:o+2],n-o)},Utils:{Linear:function(i,t,e){return(t-i)*e+i},Bernstein:function(i,t){var e=wn.Utils.Factorial;return e(i)/e(t)/e(i-t)},Factorial:function(){var i=[1];return function(t){var e=1;if(i[t])return i[t];for(var n=t;n>1;n--)e*=n;return i[t]=e,e}}(),CatmullRom:function(i,t,e,n,o){var s=(e-i)*.5,r=(n-t)*.5,a=o*o,l=o*a;return(2*t-2*e+s+r)*l+(-3*t+3*e-2*s-r)*a+s*o+t}}},ea=function(){function i(){}return i.nextId=function(){return i._nextId++},i._nextId=0,i}(),Tr=new Pd,is=function(){function i(t,e){e===void 0&&(e=Tr),this._object=t,this._group=e,this._isPaused=!1,this._pauseStart=0,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._isDynamic=!1,this._initialRepeat=0,this._repeat=0,this._yoyo=!1,this._isPlaying=!1,this._reversed=!1,this._delayTime=0,this._startTime=0,this._easingFunction=kt.Linear.None,this._interpolationFunction=wn.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=ea.nextId(),this._isChainStopped=!1,this._propertiesAreSetUp=!1,this._goToEnd=!1}return i.prototype.getId=function(){return this._id},i.prototype.isPlaying=function(){return this._isPlaying},i.prototype.isPaused=function(){return this._isPaused},i.prototype.to=function(t,e){if(e===void 0&&(e=1e3),this._isPlaying)throw new Error("Can not call Tween.to() while Tween is already started or paused. Stop the Tween first.");return this._valuesEnd=t,this._propertiesAreSetUp=!1,this._duration=e,this},i.prototype.duration=function(t){return t===void 0&&(t=1e3),this._duration=t,this},i.prototype.dynamic=function(t){return t===void 0&&(t=!1),this._isDynamic=t,this},i.prototype.start=function(t,e){if(t===void 0&&(t=Un()),e===void 0&&(e=!1),this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(var n in this._valuesStartRepeat)this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n]}if(this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,!this._propertiesAreSetUp||e){if(this._propertiesAreSetUp=!0,!this._isDynamic){var o={};for(var s in this._valuesEnd)o[s]=this._valuesEnd[s];this._valuesEnd=o}this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat,e)}return this},i.prototype.startFromCurrentValues=function(t){return this.start(t,!0)},i.prototype._setupProperties=function(t,e,n,o,s){for(var r in n){var a=t[r],l=Array.isArray(a),c=l?"array":typeof a,d=!l&&Array.isArray(n[r]);if(!(c==="undefined"||c==="function")){if(d){var h=n[r];if(h.length===0)continue;for(var u=[a],m=0,g=h.length;m<g;m+=1){var v=this._handleRelativeValue(a,h[m]);if(isNaN(v)){d=!1,console.warn("Found invalid interpolation list. Skipping.");break}u.push(v)}d&&(n[r]=u)}if((c==="object"||l)&&a&&!d){e[r]=l?[]:{};var A=a;for(var b in A)e[r][b]=A[b];o[r]=l?[]:{};var h=n[r];if(!this._isDynamic){var y={};for(var b in h)y[b]=h[b];n[r]=h=y}this._setupProperties(A,e[r],h,o[r],s)}else(typeof e[r]=="undefined"||s)&&(e[r]=a),l||(e[r]*=1),d?o[r]=n[r].slice().reverse():o[r]=e[r]||0}}},i.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},i.prototype.end=function(){return this._goToEnd=!0,this.update(1/0),this},i.prototype.pause=function(t){return t===void 0&&(t=Un()),this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStart=t,this._group&&this._group.remove(this),this)},i.prototype.resume=function(t){return t===void 0&&(t=Un()),!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStart,this._pauseStart=0,this._group&&this._group.add(this),this)},i.prototype.stopChainedTweens=function(){for(var t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this},i.prototype.group=function(t){return t===void 0&&(t=Tr),this._group=t,this},i.prototype.delay=function(t){return t===void 0&&(t=0),this._delayTime=t,this},i.prototype.repeat=function(t){return t===void 0&&(t=0),this._initialRepeat=t,this._repeat=t,this},i.prototype.repeatDelay=function(t){return this._repeatDelayTime=t,this},i.prototype.yoyo=function(t){return t===void 0&&(t=!1),this._yoyo=t,this},i.prototype.easing=function(t){return t===void 0&&(t=kt.Linear.None),this._easingFunction=t,this},i.prototype.interpolation=function(t){return t===void 0&&(t=wn.Linear),this._interpolationFunction=t,this},i.prototype.chain=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this._chainedTweens=t,this},i.prototype.onStart=function(t){return this._onStartCallback=t,this},i.prototype.onEveryStart=function(t){return this._onEveryStartCallback=t,this},i.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},i.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},i.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},i.prototype.onStop=function(t){return this._onStopCallback=t,this},i.prototype.update=function(t,e){if(t===void 0&&(t=Un()),e===void 0&&(e=!0),this._isPaused)return!0;var n,o,s=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>s)return!1;e&&this.start(t,!0)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0),o=(t-this._startTime)/this._duration,o=this._duration===0||o>1?1:o;var r=this._easingFunction(o);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,r),this._onUpdateCallback&&this._onUpdateCallback(this._object,o),o===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(n in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[n]=="string"&&(this._valuesStartRepeat[n]=this._valuesStartRepeat[n]+parseFloat(this._valuesEnd[n])),this._yoyo&&this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var a=0,l=this._chainedTweens.length;a<l;a++)this._chainedTweens[a].start(this._startTime+this._duration,!1);return this._isPlaying=!1,!1}return!0},i.prototype._updateProperties=function(t,e,n,o){for(var s in n)if(e[s]!==void 0){var r=e[s]||0,a=n[s],l=Array.isArray(t[s]),c=Array.isArray(a),d=!l&&c;d?t[s]=this._interpolationFunction(a,o):typeof a=="object"&&a?this._updateProperties(t[s],r,a,o):(a=this._handleRelativeValue(r,a),typeof a=="number"&&(t[s]=r+(a-r)*o))}},i.prototype._handleRelativeValue=function(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)},i.prototype._swapEndStartRepeatValues=function(t){var e=this._valuesStartRepeat[t],n=this._valuesEnd[t];typeof n=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(n):this._valuesStartRepeat[t]=this._valuesEnd[t],this._valuesEnd[t]=e},i}(),Du="20.0.3",Su=ea.nextId,Bt=Tr,Mu=Bt.getAll.bind(Bt),Lu=Bt.removeAll.bind(Bt),Tu=Bt.add.bind(Bt),Cd=Bt.remove.bind(Bt),zu=Bt.update.bind(Bt),za={Easing:kt,Group:Pd,Interpolation:wn,now:Un,Sequence:ea,nextId:Su,Tween:is,VERSION:Du,getAll:Mu,removeAll:Lu,add:Tu,remove:Cd,update:zu};function ju(i,t,e,n=kt.Linear.None){const o=new is(i).to(t,e).easing(n).start();function s(r){o.update(r)&&requestAnimationFrame(s)}return requestAnimationFrame(s),o}var Xt=(i=>(i.Drawline="Drawline",i.Undo="Undo",i.Exit="Exit",i))(Xt||{});const Hi=Symbol("$$PAINT_BRUSH_EVENT$$");function yo(i){return i[Hi]||(i[Hi]={}),i[Hi]}function Vu(i){i[Hi]||delete i[Hi]}let _u=class{hasListener(t){const e=yo(this);return e&&e[t]&&e[t].length>0}on(t,e,n){const o=yo(this);return o[t]||(o[t]=[]),o[t].push([e,n||!1]),()=>this.off(t,e)}once(t,e){return this.on(t,e,!0)}off(t,e){if(t===void 0){Vu(this);return}const n=yo(this);if(n[t]||(n[t]=[]),e===void 0){n[t].length=0;return}let o=0;for(;o<n[t].length&&n[t][o][0]!==e;o++);o<n[t].length&&n[t].splice(o,1)}emit(t,...e){let n=!1;const s=yo(this)[t]||[];for(let r of s.slice()){const[a,l=!1]=r,c=a(...e);l&&this.off(t,a),c===!1&&(n=!0)}return n}};function $t(){return((1+Math.random())*65536|0).toString(16).substring(1)}function dt(){return($t()+$t()+"-"+$t()+"-4"+$t().substr(0,3)+"-"+$t()+"-"+$t()+$t()+$t()).toLowerCase()}const Ou=`
2
2
  <style type="text/css">
3
3
 
4
4
  #_gl_paintBrush {
@@ -191,7 +191,7 @@ void main() {
191
191
  svg [type='lineItemGroup'] g g g g {
192
192
  stroke: #ffffff;
193
193
  }</style>
194
- `;return i.$$set=s=>{"content"in s&&e(0,n=s.content)},[n,o]}class Om extends ce{constructor(t){super(),le(this,t,_m,Vm,ae,{content:0},jm)}}function Bm(i){fe(i,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function Rm(i){let t,e;return t=new zm({props:{url:i[1].url}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.url=n[1].url),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Qm(i){let t,e;return t=new Om({props:{content:i[0]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.content=n[0]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Hm(i){let t,e,n,o;const s=[Qm,Rm],r=[];function a(l,c){return l[0]?0:l[1]?1:-1}return~(e=a(i))&&(n=r[e]=s[e](i)),{c(){t=_("div"),n&&n.c(),w(t,"class","floorplan-plugin__base-image svelte-ozpg4a")},m(l,c){O(l,t,c),~e&&r[e].m(t,null),o=!0},p(l,[c]){let d=e;e=a(l),e===d?~e&&r[e].p(l,c):(n&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~e?(n=r[e],n?n.p(l,c):(n=r[e]=s[e](l),n.c()),k(n,1),n.m(t,null)):n=null)},i(l){o||(k(n),o=!0)},o(l){L(n),o=!1},d(l){l&&V(t),~e&&r[e].d()}}}function Gm(i,t,e){let n,o,{floorIndex:s}=t,{floorplanData:r}=t;return i.$$set=a=>{"floorIndex"in a&&e(2,s=a.floorIndex),"floorplanData"in a&&e(3,r=a.floorplanData)},i.$$.update=()=>{var a,l;i.$$.dirty&12&&e(1,n=r.outlines[s]),i.$$.dirty&12&&e(0,o=(l=(a=r.outlines)==null?void 0:a[s])==null?void 0:l.svgContent)},[o,n,s,r]}class lh extends ce{constructor(t){super(),le(this,t,Gm,Hm,ae,{floorIndex:2,floorplanData:3},Bm)}}function Fm(i){fe(i,"svelte-12pzct5",".floorplan-plugin__room-label-item.svelte-12pzct5{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-size.svelte-12pzct5{opacity:0.45}")}function Wm(i){let t,e=i[8].outerHTML+"",n;return{c(){t=new Go(!1),n=Ee(),t.a=n},m(o,s){t.m(e,o,s),O(o,n,s)},p(o,s){s&256&&e!==(e=o[8].outerHTML+"")&&t.p(e)},d(o){o&&V(n),o&&t.d()}}}function Nm(i){let t,e,n=i[1]&&Fa(i),o=i[0]&&Wa(i);return{c(){n&&n.c(),t=se(),o&&o.c(),e=Ee()},m(s,r){n&&n.m(s,r),O(s,t,r),o&&o.m(s,r),O(s,e,r)},p(s,r){s[1]?n?n.p(s,r):(n=Fa(s),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null),s[0]?o?o.p(s,r):(o=Wa(s),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null)},d(s){n&&n.d(s),s&&V(t),o&&o.d(s),s&&V(e)}}}function Fa(i){let t,e=i[2].name+"",n;return{c(){t=_("span"),n=Oe(e),w(t,"class","floorplan-plugin__room-name")},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&4&&e!==(e=o[2].name+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Wa(i){let t,e;return{c(){t=_("span"),e=Oe(i[7]),w(t,"class","floorplan-plugin__room-size svelte-12pzct5")},m(n,o){O(n,t,o),B(t,e)},p(n,o){o&128&&Qe(e,n[7])},d(n){n&&V(t)}}}function Xm(i){let t,e,n;function o(a,l){if(a[3]===void 0)return Nm;if(a[8])return Wm}let s=o(i),r=s&&s(i);return{c(){t=_("div"),r&&r.c(),w(t,"class","floorplan-plugin__room-label-item svelte-12pzct5"),j(t,"left",i[9]),j(t,"top",i[10]),j(t,"font-size",i[11]),j(t,"opacity",i[6]?"1":"0")},m(a,l){O(a,t,l),r&&r.m(t,null),e||(n=[Ut(vi.call(null,t)),Ce(t,"clientWidth",i[19]),Ce(t,"clientHeight",i[20])],e=!0)},p(a,[l]){s===(s=o(a))&&r?r.p(a,l):(r&&r.d(1),r=s&&s(a),r&&(r.c(),r.m(t,null))),l&64&&j(t,"opacity",a[6]?"1":"0")},i:K,o:K,d(a){a&&V(t),r&&r.d(),e=!1,rt(n)}}}function Ym(i,t){const e=i[0],n=i[1];let o=!1;for(let s=0,r=t.length-1;s<t.length;r=s++){const a=t[s][0],l=t[s][1],c=t[r][0],d=t[r][1];l>n!=d>n&&e<(c-a)*(n-l)/(d-l)+a&&(o=!o)}return o}function Um(i,t,e){let n,o,s,r,a,{pxmm:l}=t,{roomAreaEnable:c}=t,{roomNameEnable:d}=t,{room:h}=t,{hoveredRoom:u}=t,{getRoomAreaText:m}=t,{getLabelElement:g}=t,{adaptiveRoomLabelVisibleEnable:v}=t;function A(z,H){if(H.width===0||H.height===0)return()=>!1;const R=z.path.map(({x:we,y:ge})=>[we,ge]),J=z.roomLabel.position,{x:q,y:Y}=J,{width:Z,height:re}=H,ie=Z/2,Ae=re/2;return function(ge){const je=q*ge,ve=Y*ge,Ge=R.map(([be,Me])=>[be*ge,Me*ge]);return[[je+ie,ve-Ae],[je-ie,ve-Ae],[je-ie,ve+Ae],[je+ie,ve+Ae]].every(be=>Ym(be,Ge))}}const b=document.body.clientWidth,y=document.body.clientHeight,C=h.roomLabel,D=C.positionInImage.x*100+"%",x=C.positionInImage.y*100+"%",I=(b<500||y<500?10:14)+"px";let T=0,S=0,N=!1;u.subscribe(function(H){e(16,N=!!H&&H.id===h.id)});const U=z=>{e(4,T=z.detail)},G=z=>{e(5,S=z.detail)};return i.$$set=z=>{"pxmm"in z&&e(12,l=z.pxmm),"roomAreaEnable"in z&&e(0,c=z.roomAreaEnable),"roomNameEnable"in z&&e(1,d=z.roomNameEnable),"room"in z&&e(2,h=z.room),"hoveredRoom"in z&&e(13,u=z.hoveredRoom),"getRoomAreaText"in z&&e(14,m=z.getRoomAreaText),"getLabelElement"in z&&e(3,g=z.getLabelElement),"adaptiveRoomLabelVisibleEnable"in z&&e(15,v=z.adaptiveRoomLabelVisibleEnable)},i.$$.update=()=>{i.$$.dirty&12&&e(8,n=g==null?void 0:g(h)),i.$$.dirty&16388&&e(7,o=h.size?m(h.size):""),i.$$.dirty&48&&e(18,s={width:T,height:S}),i.$$.dirty&262148&&e(17,r=s?A(h,s):void 0),i.$$.dirty&233472&&e(6,a=v?N?!0:!!(r!=null&&r(l)):!0)},[c,d,h,g,T,S,a,o,n,D,x,I,l,u,m,v,N,r,s,U,G]}class qm extends ce{constructor(t){super(),le(this,t,Um,Xm,ae,{pxmm:12,roomAreaEnable:0,roomNameEnable:1,room:2,hoveredRoom:13,getRoomAreaText:14,getLabelElement:3,adaptiveRoomLabelVisibleEnable:15},Fm)}}function Jm(i){fe(i,"svelte-13xux0b",".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}")}function Na(i,t,e){const n=i.slice();return n[12]=t[e],n}function Xa(i){let t,e=[],n=new Map,o,s,r,a=i[8];const l=c=>c[12].id;for(let c=0;c<a.length;c+=1){let d=Na(i,a,c),h=l(d);n.set(h,e[c]=Ya(h,d))}return{c(){t=_("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-plugin__room-labels svelte-13xux0b")},m(c,d){O(c,t,d);for(let h=0;h<e.length;h+=1)e[h]&&e[h].m(t,null);o=!0,s||(r=[Ut(vi.call(null,t)),Ce(t,"clientWidth",i[11])],s=!0)},p(c,d){d&447&&(a=c[8],de(),e=Mt(e,d,l,1,c,a,n,t,un,Ya,null,Na),he())},i(c){if(!o){for(let d=0;d<a.length;d+=1)k(e[d]);o=!0}},o(c){for(let d=0;d<e.length;d+=1)L(e[d]);o=!1},d(c){c&&V(t);for(let d=0;d<e.length;d+=1)e[d].d();s=!1,rt(r)}}}function Ya(i,t){let e,n,o;const s=[{pxmm:t[7],room:t[12],hoveredRoom:t[2],roomAreaEnable:t[0],roomNameEnable:t[1],getLabelElement:t[4],getRoomAreaText:t[3],adaptiveRoomLabelVisibleEnable:t[5]}];let r={};for(let a=0;a<s.length;a+=1)r=Ze(r,s[a]);return n=new qm({props:r}),{key:i,first:null,c(){e=Ee(),ne(n.$$.fragment),this.first=e},m(a,l){O(a,e,l),ee(n,a,l),o=!0},p(a,l){t=a;const c=l&447?st(s,[{pxmm:t[7],room:t[12],hoveredRoom:t[2],roomAreaEnable:t[0],roomNameEnable:t[1],getLabelElement:t[4],getRoomAreaText:t[3],adaptiveRoomLabelVisibleEnable:t[5]}]):{};n.$set(c)},i(a){o||(k(n.$$.fragment,a),o=!0)},o(a){L(n.$$.fragment,a),o=!1},d(a){a&&V(e),te(n,a)}}}function Zm(i){let t,e,n=i[8]&&Xa(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[8]?n?(n.p(o,s),s&256&&k(n,1)):(n=Xa(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Km(i,t,e){let n,{floorIndex:o}=t,{roomAreaEnable:s}=t,{roomNameEnable:r}=t,{floorplanData:a}=t,{hoveredRoom:l}=t,{getRoomAreaText:c}=t,{getLabelElement:d}=t,{adaptiveRoomLabelVisibleEnable:h}=t,u=0,m=0;const g=v=>{e(6,u=v.detail)};return i.$$set=v=>{"floorIndex"in v&&e(9,o=v.floorIndex),"roomAreaEnable"in v&&e(0,s=v.roomAreaEnable),"roomNameEnable"in v&&e(1,r=v.roomNameEnable),"floorplanData"in v&&e(10,a=v.floorplanData),"hoveredRoom"in v&&e(2,l=v.hoveredRoom),"getRoomAreaText"in v&&e(3,c=v.getRoomAreaText),"getLabelElement"in v&&e(4,d=v.getLabelElement),"adaptiveRoomLabelVisibleEnable"in v&&e(5,h=v.adaptiveRoomLabelVisibleEnable)},i.$$.update=()=>{if(i.$$.dirty&1536&&e(8,n=a.floorDatas[o].rooms),i.$$.dirty&1088){const{max:v,min:A}=a.bounding,b=v.x-A.x;e(7,m=u/b)}},[s,r,l,c,d,h,u,m,n,o,a,g]}class $m extends ce{constructor(t){super(),le(this,t,Km,Zm,ae,{floorIndex:9,roomAreaEnable:0,roomNameEnable:1,floorplanData:10,hoveredRoom:2,getRoomAreaText:3,getLabelElement:4,adaptiveRoomLabelVisibleEnable:5},Jm)}}function ep(i){fe(i,"svelte-djlmk4",".floorplan-plugin__rule-labels.svelte-djlmk4.svelte-djlmk4{position:absolute;display:flex}.floorplan-plugin__rule-labels--top.svelte-djlmk4.svelte-djlmk4{left:0;top:-1.25rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4.svelte-djlmk4{left:0;bottom:-1.25rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4.svelte-djlmk4{top:0;left:-1.25rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4.svelte-djlmk4{top:0;right:-1.25rem}.floorplan-plugin__rule-line.svelte-djlmk4.svelte-djlmk4{background:#fff;opacity:0.05;width:100%;height:100%}.floorplan-plugin__rule-scale-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute;width:0.3125rem;height:100%;left:50%;top:0;transform:translateX(-50%)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale-wrapper.svelte-djlmk4{width:100%;height:0.3125rem;top:50%;left:0;transform:translateY(-50%)}.floorplan-plugin__rule-scale.svelte-djlmk4.svelte-djlmk4{position:absolute;background:#fff;opacity:0.05;width:100%;height:0.0625rem}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale.svelte-djlmk4{width:0.0625rem;height:100%}.floorplan-plugin__rule-text-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute}.floorplan-plugin__rule-labels--top.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;top:0.625rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;bottom:0.625rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;left:0.625rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;right:0.625rem}.floorplan-plugin__rule-text-item.svelte-djlmk4.svelte-djlmk4{width:0;height:0;position:absolute;transform:rotate(90deg)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-text-item.svelte-djlmk4{transform:rotate(0)}.floorplan-plugin__rule-text.svelte-djlmk4.svelte-djlmk4{width:-moz-max-content;width:max-content;transform:translate(-50%, -50%);font-size:0.625rem;color:#fff;opacity:0.2}")}function Ua(i,t,e){const n=i.slice();return n[11]=t[e],n[13]=e,n}function qa(i,t,e){const n=i.slice();return n[14]=t[e],n}function Ja(i){let t;return{c(){t=_("div"),w(t,"class","floorplan-plugin__rule-scale svelte-djlmk4"),j(t,"left",i[14].left*100+"%"),j(t,"bottom",i[14].bottom*100+"%")},m(e,n){O(e,t,n)},p:K,d(e){e&&V(t)}}}function Za(i,t){let e,n,o=t[1](t[11].distance)+"",s,r;return{key:i,first:null,c(){e=_("div"),n=_("div"),s=Oe(o),r=se(),w(n,"class","floorplan-plugin__rule-text svelte-djlmk4"),$(n,"is-row",t[2]),w(e,"class","floorplan-plugin__rule-text-item svelte-djlmk4"),j(e,"left",t[11].left*100+"%"),j(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){O(a,e,l),B(e,n),B(n,s),B(e,r)},p(a,l){t=a,l&2&&o!==(o=t[1](t[11].distance)+"")&&Qe(s,o)},d(a){a&&V(e)}}}function tp(i){let t,e,n,o,s,r,a=[],l=new Map,c,d=i[3],h=[];for(let g=0;g<d.length;g+=1)h[g]=Ja(qa(i,d,g));let u=i[4];const m=g=>g[13];for(let g=0;g<u.length;g+=1){let v=Ua(i,u,g),A=m(v);l.set(A,a[g]=Za(A,v))}return{c(){t=_("div"),e=_("div"),n=se(),o=_("div");for(let g=0;g<h.length;g+=1)h[g].c();s=se(),r=_("div");for(let g=0;g<a.length;g+=1)a[g].c();w(e,"class","floorplan-plugin__rule-line svelte-djlmk4"),w(o,"class","floorplan-plugin__rule-scale-wrapper svelte-djlmk4"),$(o,"is-row",i[2]),w(r,"class","floorplan-plugin__rule-text-wrapper svelte-djlmk4"),w(t,"class",c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+i[0]+" svelte-djlmk4"),$(t,"is-row",i[2]),j(t,"width",i[2]?"100%":1/16+"rem"),j(t,"height",i[2]?1/16+"rem":"100%")},m(g,v){O(g,t,v),B(t,e),B(t,n),B(t,o);for(let A=0;A<h.length;A+=1)h[A]&&h[A].m(o,null);B(t,s),B(t,r);for(let A=0;A<a.length;A+=1)a[A]&&a[A].m(r,null)},p(g,[v]){if(v&8){d=g[3];let A;for(A=0;A<d.length;A+=1){const b=qa(g,d,A);h[A]?h[A].p(b,v):(h[A]=Ja(b),h[A].c(),h[A].m(o,null))}for(;A<h.length;A+=1)h[A].d(1);h.length=d.length}v&22&&(u=g[4],a=Mt(a,v,m,1,g,u,l,r,aa,Za,null,Ua)),v&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+g[0]+" svelte-djlmk4")&&w(t,"class",c),v&5&&$(t,"is-row",g[2])},i:K,o:K,d(g){g&&V(t),qt(h,g);for(let v=0;v<a.length;v+=1)a[v].d()}}}const Nn=1e3,Xn=180;function np(i,t,e){let{type:n}=t,{data:o}=t,{bounding:s}=t,{getRuleDistanceText:r}=t;const a=n==="top"||n==="bottom",l=s.max.x-s.min.x-(Nn-Xn)*2,c=s.max.y-s.min.y-(Nn-Xn)*2,d=o.map(([g,v])=>a?[g.x,v.x]:[g.y,v.y]).flat().sort().filter((g,v,A)=>v===0?!0:g!==A[v-1]),h=d.map(g=>{const v=a?(g-s.min.x-Nn+Xn)/l:0,A=a?0:(g-s.min.y-Nn+Xn)/c;return{left:v,bottom:A}});h.unshift({left:0,bottom:0}),h.push(a?{left:1,bottom:0}:{left:0,bottom:1});const u=d[d.length-1]-d[0],m=d.map((g,v,A)=>{const b=v===0?0:g-A[v-1],y=v===0?0:(g+A[v-1])/2,C=a?(y-s.min.x-Nn+Xn)/l:0,D=a?0:(y-s.min.y-Nn+Xn)/c;return{left:C,bottom:D,distance:b}}).filter(({distance:g})=>g/u>.1);return i.$$set=g=>{"type"in g&&e(0,n=g.type),"data"in g&&e(5,o=g.data),"bounding"in g&&e(6,s=g.bounding),"getRuleDistanceText"in g&&e(1,r=g.getRuleDistanceText)},[n,r,a,h,m,o,s]}class ip extends ce{constructor(t){super(),le(this,t,np,tp,ae,{type:0,data:5,bounding:6,getRuleDistanceText:1},ep)}}function op(i){fe(i,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function Ka(i,t,e){const n=i.slice();return n[13]=t[e][0],n[14]=t[e][1],n}function $a(i,t){let e,n,o;const s=[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}];let r={};for(let a=0;a<s.length;a+=1)r=Ze(r,s[a]);return n=new ip({props:r}),{key:i,first:null,c(){e=Ee(),ne(n.$$.fragment),this.first=e},m(a,l){O(a,e,l),ee(n,a,l),o=!0},p(a,l){t=a;const c=l&19?st(s,[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}]):{};n.$set(c)},i(a){o||(k(n.$$.fragment,a),o=!0)},o(a){L(n.$$.fragment,a),o=!1},d(a){a&&V(e),te(n,a)}}}function sp(i){let t,e=[],n=new Map,o,s=i[4];const r=a=>a[13];for(let a=0;a<s.length;a+=1){let l=Ka(i,s,a),c=r(l);n.set(c,e[a]=$a(c,l))}return{c(){t=_("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"),j(t,"width",i[3]),j(t,"height",i[2])},m(a,l){O(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);o=!0},p(a,[l]){l&19&&(s=a[4],de(),e=Mt(e,l,r,1,a,s,n,t,un,$a,null,Ka),he()),l&8&&j(t,"width",a[3]),l&4&&j(t,"height",a[2])},i(a){if(!o){for(let l=0;l<s.length;l+=1)k(e[l]);o=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);o=!1},d(a){a&&V(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}const el=1e3,tl=180;function rp(i,t,e){let n,o,s,r,a,l,c,d,h,u,{floorIndex:m}=t,{floorplanData:g}=t,{getRuleDistanceText:v}=t;return i.$$set=A=>{"floorIndex"in A&&e(5,m=A.floorIndex),"floorplanData"in A&&e(6,g=A.floorplanData),"getRuleDistanceText"in A&&e(0,v=A.getRuleDistanceText)},i.$$.update=()=>{i.$$.dirty&64&&e(1,n=g.bounding),i.$$.dirty&96&&e(11,o=g.floorDatas[m].rules),i.$$.dirty&2048&&e(12,s=Object.keys(o)),i.$$.dirty&6144&&e(4,r=s.map(A=>[A,o[A]])),i.$$.dirty&2&&e(9,a=n.max.x-n.min.x),i.$$.dirty&2&&e(7,l=n.max.y-n.min.y),i.$$.dirty&2&&e(10,c=n.max.x-n.min.x-(el-tl)*2),i.$$.dirty&2&&e(8,d=n.max.y-n.min.y-(el-tl)*2),i.$$.dirty&1536&&e(3,h=c/a*100+"%"),i.$$.dirty&384&&e(2,u=d/l*100+"%")},[v,n,u,h,r,m,g,l,d,a,c,o,s]}class ap extends ce{constructor(t){super(),le(this,t,rp,sp,ae,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},op)}}function us(i,t={}){let e="";const{needZ:n,needA:o}=t;return(n?i.slice().concat(i[0]):i.slice()).forEach((r,a)=>{const{x:l,y:c}=t.format?t.format(r):r,d=l+","+c;return a===0?(e+="M"+d,e):o!=null&&o[a]?(e+="A"+o[a]+","+d,e):(e+="L"+d,e)}),e+(n?"Z":"")}function ch({x:i,y:t},e){const{max:n,min:o}=e;return{x:i-o.x,y:n.y-t}}function lp(i,t){const e=i.x*1e3+t.bounding.origin.x,n=-i.z*1e3+t.bounding.origin.y;return{x:e,y:n}}function cp(i,t){const e=t.bounding,n=e.max.x-e.min.x,o=e.max.y-e.min.y;return{x:(i.x-e.min.x)/n,y:(e.max.y-i.y)/o}}function dp(i,t){return Math.max(...t.work.observers.map(n=>i.z>=n.standingPosition.z?n.floorIndex:0))}function hp(i){let t;return{c(){t=Te("path"),w(t,"d",i[0]),w(t,"fill","#2F313A")},m(e,n){O(e,t,n)},p(e,[n]){n&1&&w(t,"d",e[0])},i:K,o:K,d(e){e&&V(t)}}}function up(i,t,e){let n,{path:o}=t;return i.$$set=s=>{"path"in s&&e(1,o=s.path)},i.$$.update=()=>{i.$$.dirty&2&&e(0,n=us(o,{needZ:!0}))},[n,o]}class fp extends ce{constructor(t){super(),le(this,t,up,hp,ae,{path:1})}}function mp(i){let t,e,n,o,s,r;return{c(){t=Te("defs"),e=Te("pattern"),n=Te("rect"),o=Te("path"),s=se(),r=Te("path"),w(n,"x","0"),w(n,"y","0"),w(n,"width",i[1]),w(n,"height",i[1]),w(n,"fill","#323747"),w(o,"d",i[2]),w(o,"stroke","#ffffff"),w(o,"stroke-opacity","0.06"),w(o,"stroke-width","0.5"),w(o,"fill","none"),w(e,"id","fpm-room-pattern-0"),w(e,"x","0"),w(e,"y","0"),w(e,"width",i[1]),w(e,"height",i[1]),w(e,"patternUnits","userSpaceOnUse"),w(e,"patternTransform","scale(50 50)"),w(r,"d",i[0]),w(r,"fill","url(#fpm-room-pattern-0)")},m(a,l){O(a,t,l),B(t,e),B(e,n),B(e,o),O(a,s,l),O(a,r,l)},p(a,[l]){l&1&&w(r,"d",a[0])},i:K,o:K,d(a){a&&V(t),a&&V(s),a&&V(r)}}}const fr=6;function pp(i,t,e){let n,{path:o}=t;const s=fr*2,r=`M0 ${fr} h ${s} M${fr} 0 v ${s}`;return i.$$set=a=>{"path"in a&&e(3,o=a.path)},i.$$.update=()=>{i.$$.dirty&8&&e(0,n=us(o,{needZ:!0}))},[n,s,r,o]}class gp extends ce{constructor(t){super(),le(this,t,pp,mp,ae,{path:3})}}function vp(i){let t,e,n,o,s,r,a,l,c,d,h;return{c(){t=Te("defs"),e=Te("pattern"),n=Te("rect"),o=Te("pattern"),s=Te("rect"),r=se(),a=Te("path"),l=se(),c=Te("path"),d=se(),h=Te("path"),w(n,"x","0"),w(n,"y","0"),w(n,"width","6"),w(n,"height","50"),w(n,"fill","none"),w(n,"stroke","#4B4B57"),w(n,"stroke-width","0.5"),w(e,"id","room-material-pattern-1"),w(e,"x","0"),w(e,"y","0"),w(e,"width","12"),w(e,"height","50"),w(e,"patternUnits","userSpaceOnUse"),w(e,"patternTransform","scale(50 50)"),w(s,"x","0"),w(s,"y","0"),w(s,"width","6"),w(s,"height","50"),w(s,"fill","none"),w(s,"stroke","#4B4B57"),w(s,"stroke-width","0.5"),w(o,"id","room-material-pattern-2"),w(o,"x","6"),w(o,"y","25"),w(o,"width","12"),w(o,"height","50"),w(o,"patternUnits","userSpaceOnUse"),w(o,"patternTransform","scale(50 50)"),w(a,"d",i[0]),w(a,"fill","#43434D"),w(c,"d",i[0]),w(c,"fill","url(#room-material-pattern-1)"),w(h,"d",i[0]),w(h,"fill","url(#room-material-pattern-2)")},m(u,m){O(u,t,m),B(t,e),B(e,n),B(t,o),B(o,s),O(u,r,m),O(u,a,m),O(u,l,m),O(u,c,m),O(u,d,m),O(u,h,m)},p(u,[m]){m&1&&w(a,"d",u[0]),m&1&&w(c,"d",u[0]),m&1&&w(h,"d",u[0])},i:K,o:K,d(u){u&&V(t),u&&V(r),u&&V(a),u&&V(l),u&&V(c),u&&V(d),u&&V(h)}}}function Ap(i,t,e){let n,{path:o}=t;return i.$$set=s=>{"path"in s&&e(1,o=s.path)},i.$$.update=()=>{i.$$.dirty&2&&e(0,n=us(o,{needZ:!0}))},[n,o]}class bp extends ce{constructor(t){super(),le(this,t,Ap,vp,ae,{path:1})}}function yp(i){fe(i,"svelte-1dykexu",".floorplan-plugin__room-material.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%}svg.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%;overflow:visible}")}function nl(i,t,e){const n=i.slice();return n[5]=t[e],n}function wp(i){let t,e;return t=new gp({props:{path:i[5].path}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.path=n[5].path),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Pp(i){let t,e;return t=new bp({props:{path:i[5].path}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.path=n[5].path),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Cp(i){let t,e;return t=new fp({props:{path:i[5].path}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.path=n[5].path),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function il(i){let t,e,n,o;const s=[Cp,Pp,wp],r=[];function a(l,c){return l[5].floorType===1?0:l[5].floorType===0?1:2}return e=a(i),n=r[e]=s[e](i),{c(){t=Te("svg"),n.c(),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${i[1]} ${i[2]}`),w(t,"class","svelte-1dykexu")},m(l,c){O(l,t,c),r[e].m(t,null),o=!0},p(l,c){let d=e;e=a(l),e===d?r[e].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),n=r[e],n?n.p(l,c):(n=r[e]=s[e](l),n.c()),k(n,1),n.m(t,null))},i(l){o||(k(n),o=!0)},o(l){L(n),o=!1},d(l){l&&V(t),r[e].d()}}}function Ep(i){let t,e,n=i[0],o=[];for(let r=0;r<n.length;r+=1)o[r]=il(nl(i,n,r));const s=r=>L(o[r],1,1,()=>{o[r]=null});return{c(){t=_("div");for(let r=0;r<o.length;r+=1)o[r].c();w(t,"class","floorplan-plugin__room-material svelte-1dykexu")},m(r,a){O(r,t,a);for(let l=0;l<o.length;l+=1)o[l]&&o[l].m(t,null);e=!0},p(r,[a]){if(a&7){n=r[0];let l;for(l=0;l<n.length;l+=1){const c=nl(r,n,l);o[l]?(o[l].p(c,a),k(o[l],1)):(o[l]=il(c),o[l].c(),k(o[l],1),o[l].m(t,null))}for(de(),l=n.length;l<o.length;l+=1)s(l);he()}},i(r){if(!e){for(let a=0;a<n.length;a+=1)k(o[a]);e=!0}},o(r){o=o.filter(Boolean);for(let a=0;a<o.length;a+=1)L(o[a]);e=!1},d(r){r&&V(t),qt(o,r)}}}function Ip(i,t,e){let n,{floorIndex:o}=t,{floorplanData:s}=t;const r=s.bounding.max.x-s.bounding.min.x,a=s.bounding.max.y-s.bounding.min.y;return i.$$set=l=>{"floorIndex"in l&&e(3,o=l.floorIndex),"floorplanData"in l&&e(4,s=l.floorplanData)},i.$$.update=()=>{i.$$.dirty&24&&e(0,n=s.floorDatas[o].rooms.map(l=>ye(F({},l),{path:l.path.map(c=>ch(c,s.bounding))})))},[n,r,a,o,s]}class kp extends ce{constructor(t){super(),le(this,t,Ip,Ep,ae,{floorIndex:3,floorplanData:4},yp)}}function xp(i){fe(i,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function Dp(i){let t,e,n,o;return{c(){t=Te("path"),w(t,"d",i[5]),w(t,"fill","#fff"),w(t,"style",i[2]),w(t,"id",e=`${i[1]}_${i[0].id}`),w(t,"class","svelte-qq2273")},m(s,r){O(s,t,r),n||(o=[Ce(t,"mouseenter",i[3]),Ce(t,"mouseleave",i[4])],n=!0)},p(s,[r]){r&4&&w(t,"style",s[2]),r&3&&e!==(e=`${s[1]}_${s[0].id}`)&&w(t,"id",e)},i:K,o:K,d(s){s&&V(t),n=!1,rt(o)}}}function Sp(i,t,e){let n,o,{room:s}=t,{floorIndex:r}=t,{floorplanData:a}=t,{hoveredRoom:l}=t,{highlightData:c}=t;function d(){l.set(s)}function h(){l.set(void 0)}const{bounding:u}=a,m=us(s.path,{needZ:!0,format:g=>ch(g,u)});return i.$$set=g=>{"room"in g&&e(0,s=g.room),"floorIndex"in g&&e(1,r=g.floorIndex),"floorplanData"in g&&e(6,a=g.floorplanData),"hoveredRoom"in g&&e(7,l=g.hoveredRoom),"highlightData"in g&&e(8,c=g.highlightData)},i.$$.update=()=>{i.$$.dirty&259&&e(9,n=c[`${r}_${s.id}`]),i.$$.dirty&512&&e(2,o=n?`fill: ${n.color}; --opacity: ${n.opacity}; pointer-events: ${n.disabled?"none":"auto"}`:null)},[s,r,o,d,h,m,a,l,c,n]}class Mp extends ce{constructor(t){super(),le(this,t,Sp,Dp,ae,{room:0,floorIndex:1,floorplanData:6,hoveredRoom:7,highlightData:8},xp)}}function Lp(i){fe(i,"svelte-1kqo6e4",".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}")}function ol(i,t,e){const n=i.slice();return n[6]=t[e],n}function sl(i,t){let e,n,o;const s=[{room:t[6],floorplanData:t[1],hoveredRoom:t[2],floorIndex:t[0],highlightData:t[3]}];let r={};for(let a=0;a<s.length;a+=1)r=Ze(r,s[a]);return n=new Mp({props:r}),{key:i,first:null,c(){e=Ee(),ne(n.$$.fragment),this.first=e},m(a,l){O(a,e,l),ee(n,a,l),o=!0},p(a,l){t=a;const c=l&15?st(s,[{room:t[6],floorplanData:t[1],hoveredRoom:t[2],floorIndex:t[0],highlightData:t[3]}]):{};n.$set(c)},i(a){o||(k(n.$$.fragment,a),o=!0)},o(a){L(n.$$.fragment,a),o=!1},d(a){a&&V(e),te(n,a)}}}function Tp(i){let t,e,n=[],o=new Map,s,r=i[1].floorDatas[i[0]].rooms;const a=l=>l[6].id;for(let l=0;l<r.length;l+=1){let c=ol(i,r,l),d=a(c);o.set(d,n[l]=sl(d,c))}return{c(){t=_("div"),e=Te("svg");for(let l=0;l<n.length;l+=1)n[l].c();w(e,"width","100%"),w(e,"height","100%"),w(e,"viewBox",`0 0 ${i[4]} ${i[5]}`),w(e,"class","svelte-1kqo6e4"),w(t,"class","floorplan-plugin__room-highlight svelte-1kqo6e4")},m(l,c){O(l,t,c),B(t,e);for(let d=0;d<n.length;d+=1)n[d]&&n[d].m(e,null);s=!0},p(l,[c]){c&15&&(r=l[1].floorDatas[l[0]].rooms,de(),n=Mt(n,c,a,1,l,r,o,e,un,sl,null,ol),he())},i(l){if(!s){for(let c=0;c<r.length;c+=1)k(n[c]);s=!0}},o(l){for(let c=0;c<n.length;c+=1)L(n[c]);s=!1},d(l){l&&V(t);for(let c=0;c<n.length;c+=1)n[c].d()}}}function zp(i,t,e){let{floorIndex:n}=t,{floorplanData:o}=t,{hoveredRoom:s}=t,{highlightData:r}=t;const a=o.bounding.max.x-o.bounding.min.x,l=o.bounding.max.y-o.bounding.min.y;return i.$$set=c=>{"floorIndex"in c&&e(0,n=c.floorIndex),"floorplanData"in c&&e(1,o=c.floorplanData),"hoveredRoom"in c&&e(2,s=c.hoveredRoom),"highlightData"in c&&e(3,r=c.highlightData)},[n,o,s,r,a,l]}class dh extends ce{constructor(t){super(),le(this,t,zp,Tp,ae,{floorIndex:0,floorplanData:1,hoveredRoom:2,highlightData:3},Lp)}}function jp(i){fe(i,"svelte-bl8zrz",".floorplan-plugin__floor.svelte-bl8zrz{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none}.floorplan-plugin__floor--is-current.svelte-bl8zrz{opacity:1;pointer-events:auto}")}function rl(i){let t,e;const n=[{floorIndex:i[1],floorplanData:i[8],hoveredRoom:i[14],highlightData:i[13]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new dh({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&24834?st(n,[{floorIndex:s[1],floorplanData:s[8],hoveredRoom:s[14],highlightData:s[13]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function al(i){let t,e;const n=[{floorplanData:i[8],roomAreaEnable:i[5],roomNameEnable:i[6],floorIndex:i[1],getRoomAreaText:i[9],getLabelElement:i[10],hoveredRoom:i[14],adaptiveRoomLabelVisibleEnable:i[12]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new $m({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&22370?st(n,[{floorplanData:s[8],roomAreaEnable:s[5],roomNameEnable:s[6],floorIndex:s[1],getRoomAreaText:s[9],getLabelElement:s[10],hoveredRoom:s[14],adaptiveRoomLabelVisibleEnable:s[12]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function ll(i){let t,e;const n=[{floorplanData:i[8],floorIndex:i[1],getRuleDistanceText:i[11]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new ap({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&2306?st(n,[{floorplanData:s[8],floorIndex:s[1],getRuleDistanceText:s[11]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function Vp(i){let t,e,n,o,s,r,a,l,c;const d=[{floorIndex:i[1],floorplanData:i[8]}];let h={};for(let b=0;b<d.length;b+=1)h=Ze(h,d[b]);e=new kp({props:h});let u=(i[2]||i[3])&&rl(i);const m=[{floorplanData:i[8],floorIndex:i[1]}];let g={};for(let b=0;b<m.length;b+=1)g=Ze(g,m[b]);s=new lh({props:g});let v=i[4]&&al(i),A=i[7]&&ll(i);return{c(){t=_("div"),ne(e.$$.fragment),n=se(),u&&u.c(),o=se(),ne(s.$$.fragment),r=se(),v&&v.c(),a=se(),A&&A.c(),w(t,"class",l=_e(`floorplan-plugin__floor${i[0]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz")},m(b,y){O(b,t,y),ee(e,t,null),B(t,n),u&&u.m(t,null),B(t,o),ee(s,t,null),B(t,r),v&&v.m(t,null),B(t,a),A&&A.m(t,null),c=!0},p(b,[y]){const C=y&258?st(d,[{floorIndex:b[1],floorplanData:b[8]}]):{};e.$set(C),b[2]||b[3]?u?(u.p(b,y),y&12&&k(u,1)):(u=rl(b),u.c(),k(u,1),u.m(t,o)):u&&(de(),L(u,1,1,()=>{u=null}),he());const D=y&258?st(m,[{floorplanData:b[8],floorIndex:b[1]}]):{};s.$set(D),b[4]?v?(v.p(b,y),y&16&&k(v,1)):(v=al(b),v.c(),k(v,1),v.m(t,a)):v&&(de(),L(v,1,1,()=>{v=null}),he()),b[7]?A?(A.p(b,y),y&128&&k(A,1)):(A=ll(b),A.c(),k(A,1),A.m(t,null)):A&&(de(),L(A,1,1,()=>{A=null}),he()),(!c||y&1&&l!==(l=_e(`floorplan-plugin__floor${b[0]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&w(t,"class",l)},i(b){c||(k(e.$$.fragment,b),k(u),k(s.$$.fragment,b),k(v),k(A),c=!0)},o(b){L(e.$$.fragment,b),L(u),L(s.$$.fragment,b),L(v),L(A),c=!1},d(b){b&&V(t),te(e),u&&u.d(),te(s),v&&v.d(),A&&A.d()}}}function _p(i,t,e){let{isCurrent:n}=t,{floorIndex:o}=t,{highlightEnable:s}=t,{hoverEnable:r}=t,{roomLabelsEnable:a}=t,{roomAreaEnable:l}=t,{roomNameEnable:c}=t,{ruleLabelsEnable:d}=t,{floorplanData:h}=t,{getRoomAreaText:u}=t,{getLabelElement:m}=t,{getRuleDistanceText:g}=t,{adaptiveRoomLabelVisibleEnable:v}=t,{highlightData:A}=t;const b=ca(void 0);return i.$$set=y=>{"isCurrent"in y&&e(0,n=y.isCurrent),"floorIndex"in y&&e(1,o=y.floorIndex),"highlightEnable"in y&&e(2,s=y.highlightEnable),"hoverEnable"in y&&e(3,r=y.hoverEnable),"roomLabelsEnable"in y&&e(4,a=y.roomLabelsEnable),"roomAreaEnable"in y&&e(5,l=y.roomAreaEnable),"roomNameEnable"in y&&e(6,c=y.roomNameEnable),"ruleLabelsEnable"in y&&e(7,d=y.ruleLabelsEnable),"floorplanData"in y&&e(8,h=y.floorplanData),"getRoomAreaText"in y&&e(9,u=y.getRoomAreaText),"getLabelElement"in y&&e(10,m=y.getLabelElement),"getRuleDistanceText"in y&&e(11,g=y.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in y&&e(12,v=y.adaptiveRoomLabelVisibleEnable),"highlightData"in y&&e(13,A=y.highlightData)},[n,o,s,r,a,l,c,d,h,u,m,g,v,A,b]}let Op=class extends ce{constructor(t){super(),le(this,t,_p,Vp,ae,{isCurrent:0,floorIndex:1,highlightEnable:2,hoverEnable:3,roomLabelsEnable:4,roomAreaEnable:5,roomNameEnable:6,ruleLabelsEnable:7,floorplanData:8,getRoomAreaText:9,getLabelElement:10,getRuleDistanceText:11,adaptiveRoomLabelVisibleEnable:12,highlightData:13},jp)}};function Bp(i){fe(i,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function cl(i,t,e){const n=i.slice();return n[21]=t[e],n}function dl(i){let t,e,n,o,s,r=i[13].floorDatas,a=[];for(let h=0;h<r.length;h+=1)a[h]=hl(cl(i,r,h));const l=h=>L(a[h],1,1,()=>{a[h]=null});let c=i[5]&&ul(i),d=i[8]&&fl(i);return{c(){t=_("div");for(let h=0;h<a.length;h+=1)a[h].c();e=se(),c&&c.c(),n=se(),d&&d.c(),w(t,"class","floorplan-main svelte-86bqav")},m(h,u){O(h,t,u);for(let m=0;m<a.length;m+=1)a[m]&&a[m].m(t,null);B(t,e),c&&c.m(t,null),B(t,n),d&&d.m(t,null),s=!0},p(h,u){if(i=h,u&2047696){r=i[13].floorDatas;let m;for(m=0;m<r.length;m+=1){const g=cl(i,r,m);a[m]?(a[m].p(g,u),k(a[m],1)):(a[m]=hl(g),a[m].c(),k(a[m],1),a[m].m(t,e))}for(de(),m=r.length;m<a.length;m+=1)l(m);he()}i[5]?c?(c.p(i,u),u&32&&k(c,1)):(c=ul(i),c.c(),k(c,1),c.m(t,n)):c&&(de(),L(c,1,1,()=>{c=null}),he()),i[8]?d?(d.p(i,u),u&256&&k(d,1)):(d=fl(i),d.c(),k(d,1),d.m(t,null)):d&&(de(),L(d,1,1,()=>{d=null}),he())},i(h){if(!s){for(let u=0;u<r.length;u+=1)k(a[u]);k(c),k(d),o||ot(()=>{o=Dn(t,In,{duration:i[0],easing:sn}),o.start()}),s=!0}},o(h){a=a.filter(Boolean);for(let u=0;u<a.length;u+=1)L(a[u]);L(c),L(d),s=!1},d(h){h&&V(t),qt(a,h),c&&c.d(),d&&d.d()}}}function hl(i){let t,e;const n=[{hoverEnable:i[6],highlightEnable:i[7],floorplanData:i[13],getRoomAreaText:i[16],getLabelElement:i[17],getRuleDistanceText:i[18],roomLabelsEnable:i[9],roomAreaEnable:i[10],roomNameEnable:i[11],ruleLabelsEnable:i[12],adaptiveRoomLabelVisibleEnable:i[19],highlightData:i[20]},{floorIndex:i[21].floorIndex},{isCurrent:i[21].floorIndex===i[4]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new Op({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&2047696?st(n,[r&2047680&&{hoverEnable:s[6],highlightEnable:s[7],floorplanData:s[13],getRoomAreaText:s[16],getLabelElement:s[17],getRuleDistanceText:s[18],roomLabelsEnable:s[9],roomAreaEnable:s[10],roomNameEnable:s[11],ruleLabelsEnable:s[12],adaptiveRoomLabelVisibleEnable:s[19],highlightData:s[20]},r&8192&&{floorIndex:s[21].floorIndex},r&8208&&{isCurrent:s[21].floorIndex===s[4]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function ul(i){let t,e;const n=[{panoIndex:i[3],floorplanData:i[13],lastPanoramaLongitude:i[14],cameraImageUrl:i[15]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new Pm({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&57352?st(n,[{panoIndex:s[3],floorplanData:s[13],lastPanoramaLongitude:s[14],cameraImageUrl:s[15]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function fl(i){let t,e;return t=new Sm({props:{floorplanData:i[13],northDesc:i[2]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&8192&&(s.floorplanData=n[13]),o&4&&(s.northDesc=n[2]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Rp(i){let t,e,n=i[1]&&dl(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[1]?n?(n.p(o,s),s&2&&k(n,1)):(n=dl(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Qp(i,t,e){let{duration:n=0}=t,{visible:o}=t,{northDesc:s}=t,{panoIndex:r}=t,{floorIndex:a}=t,{cameraEnable:l}=t,{hoverEnable:c}=t,{highlightEnable:d}=t,{compassEnable:h}=t,{roomLabelsEnable:u}=t,{roomAreaEnable:m}=t,{roomNameEnable:g}=t,{ruleLabelsEnable:v}=t,{floorplanData:A}=t,{lastPanoramaLongitude:b}=t,{cameraImageUrl:y}=t,{getRoomAreaText:C}=t,{getLabelElement:D}=t,{getRuleDistanceText:x}=t,{adaptiveRoomLabelVisibleEnable:I}=t,{highlightData:T}=t;return i.$$set=S=>{"duration"in S&&e(0,n=S.duration),"visible"in S&&e(1,o=S.visible),"northDesc"in S&&e(2,s=S.northDesc),"panoIndex"in S&&e(3,r=S.panoIndex),"floorIndex"in S&&e(4,a=S.floorIndex),"cameraEnable"in S&&e(5,l=S.cameraEnable),"hoverEnable"in S&&e(6,c=S.hoverEnable),"highlightEnable"in S&&e(7,d=S.highlightEnable),"compassEnable"in S&&e(8,h=S.compassEnable),"roomLabelsEnable"in S&&e(9,u=S.roomLabelsEnable),"roomAreaEnable"in S&&e(10,m=S.roomAreaEnable),"roomNameEnable"in S&&e(11,g=S.roomNameEnable),"ruleLabelsEnable"in S&&e(12,v=S.ruleLabelsEnable),"floorplanData"in S&&e(13,A=S.floorplanData),"lastPanoramaLongitude"in S&&e(14,b=S.lastPanoramaLongitude),"cameraImageUrl"in S&&e(15,y=S.cameraImageUrl),"getRoomAreaText"in S&&e(16,C=S.getRoomAreaText),"getLabelElement"in S&&e(17,D=S.getLabelElement),"getRuleDistanceText"in S&&e(18,x=S.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in S&&e(19,I=S.adaptiveRoomLabelVisibleEnable),"highlightData"in S&&e(20,T=S.highlightData)},[n,o,s,r,a,l,c,d,h,u,m,g,v,A,b,y,C,D,x,I,T]}let da=class extends ce{constructor(t){super(),le(this,t,Qp,Rp,ae,{duration:0,visible:1,northDesc:2,panoIndex:3,floorIndex:4,cameraEnable:5,hoverEnable:6,highlightEnable:7,compassEnable:8,roomLabelsEnable:9,roomAreaEnable:10,roomNameEnable:11,ruleLabelsEnable:12,floorplanData:13,lastPanoramaLongitude:14,cameraImageUrl:15,getRoomAreaText:16,getLabelElement:17,getRuleDistanceText:18,adaptiveRoomLabelVisibleEnable:19,highlightData:20},Bp)}};const Hp="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAwCAYAAACFUvPfAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAALaADAAQAAAABAAAAMAAAAADe2FZjAAAEF0lEQVRoBe2WzWskRRiHf13V092TxI2oEzYeVDwITtyDuCiihwiCePGgxIM3vYgHL4J4UIhBRA8i/gPqyUvWg7AiIuIeloDiYUHJLOK6BPwIk9nNODM9Xf1RVe1b3elJRjCZmQ6euqGmuqer33rq4e23GqiOykBloDJQGagMVAYqA5WBykBlYFYD1qwP/tdzaZqOx9zYOLxeX0+L5yzLGp0X/03a25MOnGRcBtx+6Rlo9SL08G4EooFnxa8Yiivox5/h5Ys/4cl7NVorNDRnngX+0MIkVMeMSf23zyKML8J7/Dy8hwF2Buh9CnS+AEQIdLspBuGb+M7/qLW4qJrNpsLapjYhpwVnx3BMfCtNNx3Etc9xywvnMf80wG8HmQainw0RxSGrnmeBp+8k5/j9S0HbvXb5io0Lz880/0wPHV1NlhLd316He+4xOCv5ragF7L9PrH1qBJyB0626x/lC+qrSvH5r/W+n1WpxUM5nMY4GPeH8lHJaPgfeAFQHCL+ntkXT+vnUc3W6pvTIwC0wy3rA4dwLmK2avZ7Eo9uKBuYJfgJscbs8dLCxDMt+EOEPBEZNEWyBYHqTz6bPXrzUnNrSShxHIsYiOL69zrCGLLcLqJP68tB+9w5wj+YhWDafQ2s61wNqxjZhmrQ2pvMFCEvXuCUZ7wqH794ZWs28LJqlTXSUyuksF2M/yOwqgkx2c1ADa4wLAQRk2sAGQQakhN6yFC2hltfz5kSY44NKQeeh+vtI/SSzWhg2CzCgmWISmKUGmaYFBDfCSymnfxJ6/+ospVcWOLLp5DGP/y0P/Rp66O99DQNq7Po3Ds0a0wY+My2QSv2N2mO/OyxR2o6UQk+Lv7yJ06JYSnnolZVU9cUn2O9SmaMWGFBqYXRwbqAJWIi94TX5biotpcGl1DXZ6LnqIbNDTnmUgi52Mv5l5ysMxIcZcGjy2DTK4ZHlcBC14zeSge4qphICjj3bS0A7o9nSp2TOkm7aZ8bGZy/jxhO87V91G0+dfY/Z7BWIIK9KYUi5qy/Hf8YfBG3sqJTHiQWhmTVkbip+wX3x6volVSx+LPAxF+VLXhZ8VQ+iP2Rta/iWe5v42Fngj0BbdnRTXh12ZIcKhTaGbcYjybRwXBU1lu9KlndXp04NM52poKWO0RZsviNaP9a6grkO972+st05pXhE5c1hTEluJy7XUejGUQNLMbAmTdWY1rKBLW3aTJqBZ7nZkb36DhYCreeYHbMUXHvaYi5XDK70EcgulmRjm77wNtenzuXCbmnTRaAx493rbGf3Jr/njMzj920CnKdUaFCjlDioy7NYNvOdGrQJNgI32/L2tkXfFPlxgToqjWVhD6KdLnQRdARf/HHQz2r2X2Gqy8pAZaAyUBmoDFQGKgP/q4F/AJYg9/s0ZoABAAAAAElFTkSuQmCC";function Gp(i){return X(this,null,function*(){const t=new Headers({"Content-Type":"text/plain"}),e=function(o){return X(this,null,function*(){const s={index:o.index,url:o.url,svgUrl:o.svg_url};if(o.svg_url){const r=yield fetch(o.svg_url,{headers:t}).then(a=>a.text());s.svgContent=r}return s})};return yield Promise.all(i.map(e))})}function Fp(i){return{id:i.id,size:i.size,name:i.name,path:i.path,roomType:i.room_type,floorType:i.floor_type,roomLabel:{position:i.room_label.position,positionInImage:i.room_label.position_in_image},observerIndexs:i.observer_indexs}}function Wp(i){return{floorName:i.floor_name,floorIndex:i.floor_index,rooms:i.rooms.map(Fp),rules:i.rules}}function Np(i){return{index:i.index,floorIndex:i.floor_index,position:i.position,positionInImage:i.position_in_image}}function Xp(i){return{rad:i.rad,position:i.position,positionInImage:i.position_in_image,northRad:i.north_rad,roomId:i.room_id,floorIndex:i.floor_index}}function ln(i){return X(this,null,function*(){const t=yield Gp(i.outlines),e=i.computed_data.bounding,n=i.computed_data.floor_datas.map(Wp),o=i.computed_data.entrance?Xp(i.computed_data.entrance):null;return{outlines:t,entrance:o,bounding:e,floorDatas:n,observers:i.computed_data.observers.map(Np)}})}function Yp(i,t,e){return i.map(o=>{const s=o.position,r=o.icon?o.icon:{url:Hp,width:45,height:48},a=dp(s,t),l=lp(s,e),c=cp(l,e);return{floorIndex:a,icon:r,id:o.id,position:l,positionInImage:c}})}function Up(i,t){return t(i),i}function fs(i,t){return Up({},e=>{for(const n in i)t.indexOf(n)===-1&&(e[n]=i[n])})}function ml(i,t){const e=Math.max(...i.work.observers.map(n=>n.floorIndex));return t>e?i.model.bounding.max.y:Math.max(...i.work.observers.filter(n=>n.floorIndex===t).map(n=>n.standingPosition.y))}function ha(i,t,e=nn.BOUNDING_CENTER){const n=ml(i,t),o=ml(i,t+1);return e===nn.BOUNDING_CENTER?(i.model.bounding.max.y+i.model.bounding.min.y)/2:e===nn.CEILING?o:n}function ua(i,t,e,n){const o=ha(i,e,n==null?void 0:n.attachedTo),s=new E.Vector3(0,o,0),r=new E.Vector3(1,o,0),a=s.clone().project(i.camera),l=r.clone().project(i.camera);return Math.abs((l.x-a.x)/1e3)*(t.getBoundingClientRect().width/2)}let eo=class{constructor(t,e){f(this,"VERSION","2.19.0-2");f(this,"five");f(this,"hooks",new li);f(this,"staticPrefix","//vrlab-static.ljcdn.com");this.five=t,e!=null&&e.staticPrefix&&(this.staticPrefix=e.staticPrefix)}getCurrentState(){return this.state}isAbsoluteURL(t){return na(t)?t:`${this.staticPrefix}${t}`}},Sn=class extends eo{};var vt=(i=>(i.UnknownError="UnknownError",i.DataNotLoaded="DataNotLoaded",i.BreakOffByHide="BreakOffByHide",i.BreakOffByDisable="BreakOffByDisable",i.ModelNotLoaded="ModelNotLoaded",i.ChangeModeError="ChangeModeError",i.UpdateCameraError="UpdateCameraError",i))(vt||{});const hh=500,qp=80;function Qr(i,t,e=4){return Math.floor(i*Math.pow(10,e))===Math.floor(t*Math.pow(10,e))}function fa(i,t){return X(this,null,function*(){const[e]=yield ii(i.changeMode(...t));if(e)throw new Error("change mode canceled");yield new Promise(r=>{i.once("initAnimationWillStart",()=>{i.once("initAnimationEnded",()=>r())})});const n=t[1];if(!n)return!0;const o=i.getCurrentState();if(!Jp(n,o))throw new Error("pose 与预期不符")})}function Jp(i,t){return Object.keys(i).every(e=>{const n=t[e];if(n===void 0)return!0;const o=i[e];return typeof n=="number"&&typeof o=="number"?Qr(n,o,2):n===o})}function ma(i,t){if(i.currentMode!==t.mode)return!1;const{latitude:e,longitude:n,fov:o}=t,{latitude:s,longitude:r}=i.getCurrentState(),a=i.camera.fov;return!(!Qr(e,s,2)||!Qr(n,r,2)||o!==a)}function uh(i,t,e=!0){return X(this,null,function*(){if(ma(i,t)===!0)return;const o=i.getCurrentState();if(o.mode!==t.mode){const[d]=yield ii(fa(i,[t.mode,t,void 0,e]));if(d)throw new Error(vt.ChangeModeError);return}const{latitude:s,longitude:r,fov:a}=o,l=Math.min(1e3,Math.max(200,Math.abs(s-Math.PI/2)*1e3,(r>Math.PI?2*Math.PI-r:r)*500,Math.abs(a-t.fov)*10)),[c]=yield ii(i.updateCamera(t,l,e));if(c)throw new Error(vt.UpdateCameraError)})}function si(i,t,e=300){const n=i.getElement();n&&(n.style.opacity=t+"",n.style.transition=e===0?"none":`opacity ${e}ms linear`,e!==0&&Promise.race([new Promise(o=>n.addEventListener("transitionend",o,{once:!0})),new Promise(o=>setTimeout(o,e))]).then(()=>{n.style.transition="none"}))}function Zp(i){const{latitude:t,longitude:e}=i,n=Math.abs(t-Math.PI/2)>5*Math.PI/180,o=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return n||o}function Kp(i){const{latitude:t,longitude:e}=i,n=Math.abs(t-Math.PI/2)<10*Math.PI/180,o=e<30*(Math.PI/180)||e>330*(Math.PI/180);return n&&o}let $p=class extends Sn{constructor(e,n){var a;super(e);f(this,"name","modelFloorplanPlugin");f(this,"state");f(this,"data");f(this,"showState");f(this,"showPromise");f(this,"app");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"selector");f(this,"showRejection");f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"dispose",()=>{var e,n;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(n=this.container)==null||n.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});f(this,"show",(...n)=>X(this,[...n],function*(e={}){if(!this.state.enabled||!this.showPromise&&this.state.visible)return;const o=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},o),this._show(e)}));f(this,"hide",(...n)=>X(this,[...n],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));f(this,"updateSize",()=>{if(!this.data||!ma(this.five,this.showState)||!this.container||!this.wrapper)return;const{min:e,max:n}=this.data.bounding,o=n.x-e.x,s=n.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=ua(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(o*a),c=Math.ceil(s*a);this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c})});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var o,s,r;const{userAction:n}=e;this.hooks.emit("disable",{userAction:n}),(o=this.showRejection)==null||o.call(this,vt.BreakOffByDisable),this.showPromise=void 0,(s=this.app)==null||s.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});f(this,"_enable",e=>{const{userAction:n}=e;this.addEventListener(),this.wrapper&&(this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:n}),this.state.visible&&this._show({userAction:n}))});f(this,"_show",e=>X(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(vt.ModelNotLoaded);if(!this.data)throw new Error(vt.DataNotLoaded);this.isHiddenByHideFunc=!1;const n={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},o=F(F({},n),e),s=()=>X(this,null,function*(){this.hooks.emit("show",{userAction:o.userAction,auto:o.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield ii(uh(this.five,this.showState,o.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(vt.UnknownError);this.updateSize(),this.floorIndex=o.floorIndex,this.five.model.show(this.floorIndex);const d=o.modelOpacity,h=o.immediately?0:hh;si(this.five,d,h),this.render(h)});return this.showPromise=s().then(()=>{this.hooks.emit("showAnimationEnded",{auto:o.isAutoShow,userAction:o.userAction})}).catch(a=>{if(this.updateState({visible:!1},o.userAction),!o.isAutoShow&&a instanceof Error)throw a}).finally(()=>{this.showPromise=void 0,this.showRejection=void 0}),this.showPromise}));f(this,"_hide",e=>{var s;(s=this.showRejection)==null||s.call(this,vt.BreakOffByHide),this.showPromise=void 0;const o=F(F({},{userAction:!0,isAutoHide:!1}),e);si(this.five,1,0),this.hooks.emit("hide",{auto:o.isAutoHide,userAction:o.userAction}),this.render()});f(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});f(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});f(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});f(this,"onFiveInteriaPan",(e,n)=>{if(!n||this.state.config.autoShowEnable===!1||this.isHiddenByHideFunc)return;const o=this.five.getCurrentState();o.mode==="Floorplan"&&(this.state.visible||Kp(o)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});f(this,"onFivePanoArrived",e=>{var n;(n=this.five)!=null&&n.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,n)=>{if(!this.state.visible||this.showPromise)return;const o=this.five.getCurrentState();Zp(o)&&(this.updateState({visible:!1},n),this._hide({userAction:n,isAutoHide:!0}))});f(this,"onFiveWantsGesture",(e,n)=>{if(this.state.visible&&(n.length>1||e==="mouseWheel"))return!1});f(this,"onFiveWantsPanGesture",(e,n)=>{if(this.five.getCurrentState().mode==="Floorplan"&&this.state.config.autoShowEnable!==!1&&n&&this.state.visible)return this.five.updateCamera(this.showState,0),!1});f(this,"onFiveWantsTapGesture",()=>this.handleClick());f(this,"onFiveWantsChangeMode",(e,n)=>{n==="Panorama"&&e==="Floorplan"&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const n=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[n].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});n!=null&&n.selector&&(this.selector=n.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.showState={mode:"Floorplan",longitude:0,latitude:Math.PI/2,fov:qp/((a=n==null?void 0:n.scale)!=null?a:1)};const o={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,adaptiveRoomLabelVisibleEnable:!0,cameraImageUrl:an,attachedTo:nn.BOUNDING_CENTER,getLabelElement:void 0,getRoomAreaText:l=>(l/1e6).toFixed(1)+"㎡",getRuleDistanceText:l=>l.toString()},s=n?fs(n,["selector","scale"]):{},r=F(F({},o),s);this.state={enabled:!0,visible:!1,config:r},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,n,o=!0){return X(this,null,function*(){function s(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!r.version&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=s(a)?a.data:a,c=this.data;this.data=yield ln(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),n&&this.updateState(n,o),this.render()})}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}enable(e={}){if(this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||n),this._enable({userAction:n})}disable(e={}){if(!this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||n),this._disable({userAction:n})}setState(e,n={}){const o=this.state,s=n.userAction!==void 0?n.userAction:!0;if(this.updateState(e,s),e.enabled!==void 0&&o.enabled!==e.enabled&&(e.enabled?this._enable({userAction:s}):this._disable({userAction:s})),e.visible!==void 0&&o.visible!==e.visible){const r={userAction:s};e.visible?this._show(r):this._hide(r)}this.render()}changeConfigs(e,n=!0){this.updateState({config:e},n),this.render()}formatData(e){return X(this,null,function*(){return yield ln(e.data)})}updateState(e,n){const o=this.state,s=e.config?F(F({},o.config),e.config):o.config;this.state=ye(F(F({},this.state),e),{config:s}),!_t(this.state,o,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:n})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("interiaPan",this.onFiveInteriaPan),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("interiaPan",this.onFiveInteriaPan),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0)return;const n=ye(F({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(n);this.app=new da({target:this.container,intro:!0,props:n})}};const eg=(i,t)=>new $p(i,t);function tg(i){const{latitude:t,longitude:e}=i,n=Math.abs(t-Math.PI/2)>5*Math.PI/180,o=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return n||o}function ng(i){const{latitude:t,longitude:e}=i,n=Math.abs(t-Math.PI/2)<10*Math.PI/180,o=e<30*(Math.PI/180)||e>330*(Math.PI/180);return n&&o}let ig=class extends Sn{constructor(e,n){super(e);f(this,"name","modelFloorplanPlugin");f(this,"state");f(this,"data");f(this,"showState");f(this,"showPromise");f(this,"app");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"selector");f(this,"showRejection");f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"dispose",()=>{var e,n;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(n=this.container)==null||n.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});f(this,"show",(...n)=>X(this,[...n],function*(e={}){if(!this.state.enabled||!this.showPromise&&this.state.visible)return;const o=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},o),this._show(e)}));f(this,"hide",(...n)=>X(this,[...n],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));f(this,"updateSize",()=>{if(!this.data||!ma(this.five,this.showState)||!this.container||!this.wrapper)return;const{min:e,max:n}=this.data.bounding,o=n.x-e.x,s=n.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=ua(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(o*a),c=Math.ceil(s*a);this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c})});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var o,s,r;const{userAction:n}=e;this.hooks.emit("disable",{userAction:n}),(o=this.showRejection)==null||o.call(this,vt.BreakOffByDisable),this.showPromise=void 0,(s=this.app)==null||s.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});f(this,"_enable",e=>{const{userAction:n}=e;this.addEventListener(),this.wrapper&&(this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:n}),this.state.visible&&this._show({userAction:n}))});f(this,"_show",e=>X(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(vt.ModelNotLoaded);if(!this.data)throw new Error(vt.DataNotLoaded);this.isHiddenByHideFunc=!1;const n={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},o=F(F({},n),e),s=()=>X(this,null,function*(){this.hooks.emit("show",{userAction:o.userAction,auto:o.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield ii(uh(this.five,this.showState,o.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(vt.UnknownError);this.updateSize(),this.updatePosition(),this.floorIndex=o.floorIndex,this.five.model.show(this.floorIndex);const d=o.modelOpacity,h=o.immediately?0:hh;si(this.five,d,h),this.render(h)});return this.showPromise=s().then(()=>{this.hooks.emit("showAnimationEnded",{auto:o.isAutoShow,userAction:o.userAction})}).catch(a=>{if(this.updateState({visible:!1},o.userAction),!o.isAutoShow&&a instanceof Error)throw a}).finally(()=>{this.showPromise=void 0,this.showRejection=void 0}),this.showPromise}));f(this,"_hide",e=>{var s;(s=this.showRejection)==null||s.call(this,vt.BreakOffByHide),this.showPromise=void 0;const o=F(F({},{userAction:!0,isAutoHide:!1}),e);si(this.five,1,0),this.hooks.emit("hide",{auto:o.isAutoHide,userAction:o.userAction}),this.render()});f(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});f(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});f(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});f(this,"onFivePanoArrived",e=>{var n;(n=this.five)!=null&&n.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,n)=>{if(!this.state.visible||this.showPromise)return;const o=this.five.getCurrentState();this.updatePosition(),this.updateSize(),tg(o)&&(this.updateState({visible:!1},n),this._hide({userAction:n}))});f(this,"onFiveWantsPanGesture",(e,n)=>{if(this.five.getCurrentState().mode===this.showState.mode&&this.state.config.autoShowEnable!==!1){if(n&&this.state.visible)return this.five.updateCamera(this.showState,0),!1;if(n&&!this.state.visible){if(this.isHiddenByHideFunc)return;const o=this.five.getCurrentState();return o.mode!==this.showState.mode||this.state.visible?void 0:(ng(o)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})),!1)}}});f(this,"onFiveWantsTapGesture",()=>this.handleClick());f(this,"onFiveWantsChangeMode",(e,n)=>{n==="Panorama"&&e===this.showState.mode&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const n=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[n].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});n!=null&&n.selector&&(this.selector=n.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.showState={mode:"Mapview",longitude:0,latitude:Math.PI/2,fov:90};const o={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,cameraImageUrl:an,attachedTo:nn.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:a=>(a/1e6).toFixed(1)+"㎡",getRuleDistanceText:a=>a.toString()},s=n?fs(n,["selector","scale"]):{},r=F(F({},o),s);this.state={enabled:!0,visible:!1,config:r},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,n,o=!0){return X(this,null,function*(){function s(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!r.version&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=s(a)?a.data:a,c=this.data;this.data=yield ln(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),n&&this.updateState(n,o),this.render()})}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}enable(e={}){if(this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||n),this._enable({userAction:n})}disable(e={}){if(!this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||n),this._disable({userAction:n})}setState(e,n={}){const o=this.state,s=n.userAction!==void 0?n.userAction:!0;if(this.updateState(e,s),e.enabled!==void 0&&o.enabled!==e.enabled&&(e.enabled?this._enable({userAction:s}):this._disable({userAction:s})),e.visible!==void 0&&o.visible!==e.visible){const r={userAction:s};e.visible?this._show(r):this._hide(r)}}changeConfigs(e,n=!0){this.updateState({config:e},n),this.render()}updatePosition(){var a;const e=ha(this.five,this.floorIndex,this.state.config.attachedTo),n=(a=this.five.model)==null?void 0:a.bounding.getCenter(new E.Vector3).setY(e);if(!n)return;const o=n.clone().project(this.five.camera),s=(o.x+1)/2,r=-(o.y-1)/2;this.container.style.left=s*100+"%",this.container.style.top=r*100+"%"}formatData(e){return X(this,null,function*(){return yield ln(e.data)})}updateState(e,n){const o=this.state,s=e.config?F(F({},o.config),e.config):o.config;this.state=ye(F(F({},this.state),e),{config:s}),!_t(this.state,o,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:n})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0)return;const n=ye(F({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(n);this.app=new da({target:this.container,intro:!0,props:n})}};const og=(i,t)=>new ig(i,t);let sg=class extends Sn{constructor(e,n){super(e);f(this,"name","topviewFloorplanPlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"selector");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper||this.five.getCurrentState().mode!=="Topview")return;const{min:e,max:n}=this.data.bounding,o=n.x-e.x,s=n.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=ua(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(o*a),c=Math.ceil(s*a);this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c})});f(this,"dispose",()=>{var e,n;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(n=this.container)==null||n.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var o,s;const{userAction:n}=e;(o=this.app)==null||o.$destroy(),this.app=void 0,(s=this.container)==null||s.remove(),this.removeEventListener(),this.hooks.emit("disable",{userAction:n})});f(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});f(this,"onFiveModeChange",(...[e,,,,n])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},n),this._hide({userAction:n}))});f(this,"onFivePanoArrived",e=>{var n;(n=this.five)!=null&&n.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,n)=>{this.state.visible&&(this.updatePosition(),this.updateSize())});f(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});f(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});f(this,"onFiveInitAnimationEnded",(...[,,e])=>{const{mode:n}=this.five.getCurrentState();n==="Topview"&&!this.isHiddenByHideFunc&&!this.state.visible&&this.state.config.autoShowEnable&&(this.updateState({visible:!0},e),this._show({userAction:e}))});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const n=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[n].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});n!=null&&n.selector&&(this.selector=n.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法"));const o={northDesc:"北",modelOpacity:1,cameraEnable:!0,hoverEnable:!0,highlightEnable:!1,compassEnable:!0,gestureEnable:!1,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,cameraImageUrl:an,attachedTo:nn.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:a=>(a/1e6).toFixed(1)+"㎡",getRuleDistanceText:a=>a.toString()},s=n?fs(n,["selector","scale"]):{},r=F(F({},o),s);this.state={enabled:!0,visible:!1,config:r},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,n,o=!0){return X(this,null,function*(){function s(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!r.version&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=s(a)?a.data:a,c=this.data;this.data=yield ln(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),n&&this.updateState(n,o),this.render()})}updatePosition(){var a;const e=ha(this.five,this.floorIndex,this.state.config.attachedTo),n=(a=this.five.model)==null?void 0:a.bounding.getCenter(new E.Vector3).setY(e);if(!n)return;const o=n.clone().project(this.five.camera),s=(o.x+1)/2,r=-(o.y-1)/2;this.container.style.left=s*100+"%",this.container.style.top=r*100+"%"}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}show(){return X(this,arguments,function*(e={}){if(this.state.visible)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},n),this._show({userAction:n})})}hide(){return X(this,arguments,function*(e={}){if(this.isHiddenByHideFunc=!0,!this.state.visible)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},n),this._hide({userAction:n})})}enable(e={}){if(this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||n),this._enable({userAction:n})}disable(e={}){if(!this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||n),this._disable({userAction:n})}setState(e,n={}){const o=this.state,s=n.userAction!==void 0?n.userAction:!0;if(this.updateState(e,s),e.enabled!==void 0&&o.enabled!==e.enabled){const r={userAction:s};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&o.visible!==e.visible){const r={userAction:s};e.visible?this._show(r):this._hide(r)}}changeConfigs(e,n=!0){this.updateState({config:e},n),this.render()}formatData(e){return X(this,null,function*(){return yield ln(e.data)})}_show(e){return X(this,null,function*(){if(!this.state.enabled)return;this.isHiddenByHideFunc=!1;const{userAction:n}=e;this.hooks.emit("show",{userAction:n,auto:!1}),this.five.getCurrentState().mode!=="Topview"&&(yield fa(this.five,["Topview",void 0,void 0,n])),this.five.model.show(this.floorIndex),this.updatePosition(),this.updateSize();const o=500,s=this.state.config.modelOpacity;si(this.five,s,o),this.hooks.emit("showAnimationEnded",{userAction:n,auto:!1}),this.render()})}_hide(e){return X(this,null,function*(){if(!this.state.enabled)return;const{userAction:n}=e;this.hooks.emit("hide",{userAction:n,auto:!1});const o=1,s=0;si(this.five,o,s),this.render()})}_enable(e){const{userAction:n}=e;this.addEventListener(),this.wrapper&&this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:n}),this.state.visible&&this._show({userAction:n})}updateState(e,n){const o=this.state,s=e.config?F(F({},o.config),e.config):o.config;this.state=ye(F(F({},this.state),e),{config:s}),!_t(this.state,o,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:n})}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsMoveToPano",this.onFiveWantsMoveToPano),e.on("initAnimationEnded",this.onFiveInitAnimationEnded),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modeChange",this.onFiveModeChange),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsMoveToPano",this.onFiveWantsMoveToPano),e.off("initAnimationEnded",this.onFiveInitAnimationEnded),e.off("modelShownFloorChange",this.onModelShownFloorChange)}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate3d(-50%, -50%, 10px)",zIndex:10,pointerEvents:"none","will-change":"width, height"}),this.five.addExtraElement(this.container)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0)return;const n=ye(F({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(n);this.app=new da({target:this.container,intro:!0,props:n})}};const rg=(i,t)=>new sg(i,t);function pa(i,t=200){let e;return function(...n){e||(i(...n),e=setTimeout(function(){e=null},t))}}function ag(i){fe(i,"svelte-1nqrlxd",".plugin-radar__camera-wrapper.svelte-1nqrlxd{width:100%;height:100%;position:absolute;pointer-events:none}.plugin-radar__camera-position.svelte-1nqrlxd{position:absolute;left:0;top:0;width:0;height:0;transform:none;pointer-events:none;transition:transform 1s linear}.plugin-radar__camera-rotate.svelte-1nqrlxd{position:absolute;left:-0.9375rem;top:-0.9375rem;width:1.0625rem;height:1.0625rem;transform-origin:0.9375rem 0.9375rem;transform:rotate(45deg);background-repeat:no-repeat;background-size:100%}")}function lg(i){let t,e,n;return{c(){t=_("div"),e=_("div"),n=_("div"),w(n,"class","plugin-radar__camera-rotate svelte-1nqrlxd"),j(n,"background-image","url("+(i[0]||an)+")"),j(n,"transform",i[1]),w(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),j(e,"transform",i[2]),w(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd")},m(o,s){O(o,t,s),B(t,e),B(e,n)},p(o,[s]){s&1&&j(n,"background-image","url("+(o[0]||an)+")"),(s&1||s&3)&&j(n,"transform",o[1]),s&4&&j(e,"transform",o[2])},i:K,o:K,d(o){o&&V(t)}}}function cg(i){return`rotate(${Math.floor(i/Math.PI*180)*-1+45}deg)`}function dg(i,t,e){let n,o,{five:s}=t,{pxmm:r}=t,{floorplanData:a}=t,{cameraImageUrl:l}=t,c=s.getCurrentState().panoIndex,d=s.getCurrentState().longitude;function h(g,v){const A=g.bounding,b=g.observers[v];if(!b)return"";const y=(A.max.x-A.min.x)*r,C=(A.max.y-A.min.y)*r,D=Math.floor(b.positionInImage.x*y),x=Math.floor(b.positionInImage.y*C);return`translate(${D}px, ${x}px)`}function u(g){e(6,c=g)}const m=pa(g=>{e(7,d=g.longitude)},1e3/60);return St(()=>(s.on("panoWillArrive",u),s.on("cameraDirectionUpdate",m),function(){s.off("panoWillArrive",u),s.off("cameraDirectionUpdate",m)})),i.$$set=g=>{"five"in g&&e(3,s=g.five),"pxmm"in g&&e(4,r=g.pxmm),"floorplanData"in g&&e(5,a=g.floorplanData),"cameraImageUrl"in g&&e(0,l=g.cameraImageUrl)},i.$$.update=()=>{i.$$.dirty&96&&e(2,n=h(a,c)),i.$$.dirty&128&&e(1,o=cg(d))},[l,o,n,s,r,a,c,d]}class hg extends ce{constructor(t){super(),le(this,t,dg,lg,ae,{five:3,pxmm:4,floorplanData:5,cameraImageUrl:0},ag)}}function ug(i){fe(i,"svelte-1i87fz7",".plugin-pano-floorplan__extra-objects.svelte-1i87fz7{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.plugin-pano-floorplan__extra-object-item--position.svelte-1i87fz7{position:absolute;width:0;height:0}.plugin-pano-floorplan__extra-object-item.svelte-1i87fz7{transform:translate(-50%, -50%)}")}function pl(i,t,e){const n=i.slice();return n[1]=t[e],n}function gl(i,t){let e,n,o=`${t[1].icon.width/16}rem`,s=`${t[1].icon.height/16}rem`,r,a=`${t[1].positionInImage.y*100}%`,l=`${t[1].positionInImage.x*100}%`;return{key:i,first:null,c(){e=_("div"),n=_("div"),r=se(),w(n,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),j(n,"background-image",`url(${t[1].icon.url})`),j(n,"width",o),j(n,"height",s),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),j(e,"top",a),j(e,"left",l),this.first=e},m(c,d){O(c,e,d),B(e,n),B(e,r)},p(c,d){t=c,d&1&&j(n,"background-image",`url(${t[1].icon.url})`);const h=d&1;h&&j(n,"width",o),h&&j(n,"height",s),d&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&j(e,"top",a),d&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&j(e,"left",l)},d(c){c&&V(e)}}}function fg(i){let t,e=[],n=new Map,o=i[0];const s=r=>r[1].id;for(let r=0;r<o.length;r+=1){let a=pl(i,o,r),l=s(a);n.set(l,e[r]=gl(l,a))}return{c(){t=_("div");for(let r=0;r<e.length;r+=1)e[r].c();w(t,"class","plugin-pano-floorplan__extra-objects svelte-1i87fz7")},m(r,a){O(r,t,a);for(let l=0;l<e.length;l+=1)e[l]&&e[l].m(t,null)},p(r,[a]){a&1&&(o=r[0],e=Mt(e,a,s,1,r,o,n,t,aa,gl,null,pl))},i:K,o:K,d(r){r&&V(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function mg(i,t,e){let{extraObjects:n=[]}=t;return i.$$set=o=>{"extraObjects"in o&&e(0,n=o.extraObjects)},[n]}class pg extends ce{constructor(t){super(),le(this,t,mg,fg,ae,{extraObjects:0},ug)}}function vl(i){let t,e;const n=[{five:i[0],pxmm:i[1],floorIndex:i[2],floorplanData:i[4],onRoomHeightClick:i[7],highlightData:i[5]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new dh({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&183?st(n,[{five:s[0],pxmm:s[1],floorIndex:s[2],floorplanData:s[4],onRoomHeightClick:s[7],highlightData:s[5]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function gg(i){let t,e,n,o,s,r;const a=[{floorIndex:i[2],floorplanData:i[4]}];let l={};for(let d=0;d<a.length;d+=1)l=Ze(l,a[d]);t=new lh({props:l}),n=new pg({props:{extraObjects:i[6]}});let c=i[3]&&vl(i);return{c(){ne(t.$$.fragment),e=se(),ne(n.$$.fragment),o=se(),c&&c.c(),s=Ee()},m(d,h){ee(t,d,h),O(d,e,h),ee(n,d,h),O(d,o,h),c&&c.m(d,h),O(d,s,h),r=!0},p(d,[h]){const u=h&20?st(a,[{floorIndex:d[2],floorplanData:d[4]}]):{};t.$set(u);const m={};h&64&&(m.extraObjects=d[6]),n.$set(m),d[3]?c?(c.p(d,h),h&8&&k(c,1)):(c=vl(d),c.c(),k(c,1),c.m(s.parentNode,s)):c&&(de(),L(c,1,1,()=>{c=null}),he())},i(d){r||(k(t.$$.fragment,d),k(n.$$.fragment,d),k(c),r=!0)},o(d){L(t.$$.fragment,d),L(n.$$.fragment,d),L(c),r=!1},d(d){te(t,d),d&&V(e),te(n,d),d&&V(o),c&&c.d(d),d&&V(s)}}}function vg(i,t,e){let n,{five:o}=t,{pxmm:s}=t,{floorIndex:r}=t,{hoverEnable:a}=t,{floorplanData:l}=t,{extraObjects:c=[]}=t,{highlightData:d}=t;const h=void 0;return i.$$set=u=>{"five"in u&&e(0,o=u.five),"pxmm"in u&&e(1,s=u.pxmm),"floorIndex"in u&&e(2,r=u.floorIndex),"hoverEnable"in u&&e(3,a=u.hoverEnable),"floorplanData"in u&&e(4,l=u.floorplanData),"extraObjects"in u&&e(8,c=u.extraObjects),"highlightData"in u&&e(5,d=u.highlightData)},i.$$.update=()=>{i.$$.dirty&260&&e(6,n=c==null?void 0:c.filter(u=>u.floorIndex===r))},[o,s,r,a,l,d,n,h,c]}class Ag extends ce{constructor(t){super(),le(this,t,vg,gg,ae,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:8,highlightData:5})}}function bg(i){fe(i,"svelte-1mvqyqq",".plugin-floorplan-radar.svelte-1mvqyqq{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.plugin-floorplan-radar-container.svelte-1mvqyqq{position:relative}")}function Al(i){let t,e,n,o,s=i[7]!==0&&bl(i);return{c(){t=_("div"),s&&s.c(),w(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){O(r,t,a),s&&s.m(t,null),e=!0,n||(o=[Ut(vi.call(null,t)),Ce(t,"clientWidth",i[13]),Ce(t,"clientHeight",i[14])],n=!0)},p(r,a){r[7]!==0?s?(s.p(r,a),a&128&&k(s,1)):(s=bl(r),s.c(),k(s,1),s.m(t,null)):s&&(de(),L(s,1,1,()=>{s=null}),he())},i(r){e||(k(s),e=!0)},o(r){L(s),e=!1},d(r){r&&V(t),s&&s.d(),n=!1,rt(o)}}}function bl(i){let t,e,n,o,s=`${i[9]}px`,r=`${i[12]}px`,a;const l=[{five:i[0],pxmm:i[10],floorIndex:i[11],floorplanData:i[3],hoverEnable:i[2],extraObjects:i[5],highlightData:i[6]}];let c={};for(let u=0;u<l.length;u+=1)c=Ze(c,l[u]);e=new Ag({props:c});const d=[{pxmm:i[10],five:i[0],floorplanData:i[3],cameraImageUrl:i[4]}];let h={};for(let u=0;u<d.length;u+=1)h=Ze(h,d[u]);return o=new hg({props:h}),{c(){t=_("div"),ne(e.$$.fragment),n=se(),ne(o.$$.fragment),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),j(t,"width",s),j(t,"height",r)},m(u,m){O(u,t,m),ee(e,t,null),B(t,n),ee(o,t,null),a=!0},p(u,m){const g=m&3181?st(l,[{five:u[0],pxmm:u[10],floorIndex:u[11],floorplanData:u[3],hoverEnable:u[2],extraObjects:u[5],highlightData:u[6]}]):{};e.$set(g);const v=m&1049?st(d,[{pxmm:u[10],five:u[0],floorplanData:u[3],cameraImageUrl:u[4]}]):{};o.$set(v),m&512&&s!==(s=`${u[9]}px`)&&j(t,"width",s),m&4096&&r!==(r=`${u[12]}px`)&&j(t,"height",r)},i(u){a||(k(e.$$.fragment,u),k(o.$$.fragment,u),a=!0)},o(u){L(e.$$.fragment,u),L(o.$$.fragment,u),a=!1},d(u){u&&V(t),te(e),te(o)}}}function yg(i){let t,e,n=i[1]&&Al(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[1]?n?(n.p(o,s),s&2&&k(n,1)):(n=Al(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function wg(i,t,e){var C,D;let{five:n}=t,{visible:o}=t,{hoverEnable:s}=t,{floorplanData:r}=t,{cameraImageUrl:a}=t,{extraObjects:l=[]}=t,{highlightData:c}=t,d=0,h=(D=(C=n.work.observers[n.getCurrentState().panoIndex])==null?void 0:C.floorIndex)!=null?D:0,u=0,m=0,g=0,v=0;function A(x){e(11,h=n.work.observers[x].floorIndex)}St(()=>(n.on("panoArrived",A),()=>{n.off("panoArrived",A)}));const b=x=>{e(7,u=x.detail)},y=x=>{e(8,m=x.detail)};return i.$$set=x=>{"five"in x&&e(0,n=x.five),"visible"in x&&e(1,o=x.visible),"hoverEnable"in x&&e(2,s=x.hoverEnable),"floorplanData"in x&&e(3,r=x.floorplanData),"cameraImageUrl"in x&&e(4,a=x.cameraImageUrl),"extraObjects"in x&&e(5,l=x.extraObjects),"highlightData"in x&&e(6,c=x.highlightData)},i.$$.update=()=>{if(i.$$.dirty&904){const x=Math.min(u,m),{max:I,min:T}=r.bounding,S=I.x-T.x,N=I.y-T.y,U=function(){return S>N?[x,x/S*N]:[x/N*S,x]}();e(9,g=U[0]),e(12,v=U[1]),e(10,d=g/S)}},[n,o,s,r,a,l,c,u,m,g,d,h,v,b,y]}class Pg extends ce{constructor(t){super(),le(this,t,wg,yg,ae,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6},bg)}}let Cg=class extends Sn{constructor(e,n){super(e);f(this,"name","panoFloorplanRadarPlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"wrapperSelector","");f(this,"wrapper",null);f(this,"disposed",!1);f(this,"extraObjects",[]);f(this,"highlightData",{});f(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.hooks.emit("dispose")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var o;const{userAction:n}=e;(o=this.app)==null||o.$destroy(),this.app=void 0,this.hooks.emit("disable",{userAction:n})});this.five=e;const o={hoverEnable:!0,highlightEnable:!0,cameraImageUrl:an},s=n!=null&&n.configs?n.configs:{},r=F(F({},o),s);this.state={enabled:!0,visible:!0,config:r},n!=null&&n.wrapper&&console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法"),typeof(n==null?void 0:n.wrapper)=="string"?this.wrapperSelector=n.wrapper:(n==null?void 0:n.wrapper)instanceof Element&&(this.wrapper=n.wrapper),e.once("dispose",this.dispose)}load(e,n,o=!0){return X(this,null,function*(){function s(c){return Object.prototype.hasOwnProperty.apply(c,["version"])}const r=JSON.parse(JSON.stringify(e)),a=s(r)?r.data:r,l=this.data;this.data=yield ln(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),n&&this.updateState(n,o),this.render()})}show(){return X(this,arguments,function*(e={}){if(this.state.visible)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},n),this._show({userAction:n})})}hide(){return X(this,arguments,function*(e={}){if(!this.state.visible)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},n),this._hide({userAction:n})})}enable(e={}){if(this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||n),this._enable({userAction:n})}disable(e={}){if(!this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||n),this._disable({userAction:n})}setState(e,n={}){const o=this.state,s=n.userAction!==void 0?n.userAction:!0;if(this.updateState(e,s),e.enabled!==void 0&&o.enabled!==e.enabled){const r={userAction:s};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&o.visible!==e.visible){const r={userAction:s};e.visible?this._show(r):this._hide(r)}}appendTo(e){this.wrapper=e,this.render()}changeConfigs(e,n=!0){this.setState({config:e},{userAction:n}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=Yp(e,this.five,this.data),this.render())}formatData(e){return X(this,null,function*(){return yield ln(e.data)})}_enable(e){const{userAction:n}=e;this.hooks.emit("enable",{userAction:n}),this.state.visible&&this._show({userAction:n})}_show(e){if(this.disposed||!this.state.enabled)return;const{userAction:n}=e;this.hooks.emit("show",{userAction:n}),this.render()}_hide(e){if(this.disposed||!this.state.enabled)return;const{userAction:n}=e;this.hooks.emit("hide",{userAction:n}),this.render()}updateState(e,n){const o=this.state;this.state=F(F({},this.state),e),!_t(this.state,o,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:n})}render(){if(this.disposed||!this.state.enabled)return;if(!this.wrapper&&this.wrapperSelector){const n=document.querySelector(this.wrapperSelector);this.wrapper=n}if(!this.data||!this.wrapper)return;const e=ye(F({},this.state.config),{five:this.five,floorplanData:this.data,visible:this.state.visible,extraObjects:this.extraObjects,highlightData:this.highlightData});this.app?this.app.$set(e):this.app=new Pg({target:this.wrapper,props:e})}};const Eg=(i,t)=>new Cg(i,t),Ig=[{type:0,floorType:1,roomType:"100900000012",name:"其他"},{type:1,floorType:1,roomType:"100900000002",name:"客厅"},{type:2,floorType:1,roomType:"100900000002",name:"餐厅"},{type:3,floorType:0,roomType:"100900000001",name:"卧室"},{type:4,floorType:0,roomType:"100900000001",name:"书房"},{type:5,floorType:3,roomType:"100900000004",name:"卫生间"},{type:6,floorType:3,roomType:"100900000004",name:"淋浴间"},{type:7,floorType:3,roomType:"100900000004",name:"洗手间"},{type:8,floorType:3,roomType:"100900000003",name:"厨房"},{type:9,floorType:1,roomType:"100900000003",name:"开放厨房",onlySubArea:!0},{type:10,floorType:0,roomType:"100900000001",name:"多功能间"},{type:11,floorType:0,roomType:"100900000009",name:"保姆间"},{type:12,floorType:4,roomType:"100900000005",name:"阳台"},{type:13,floorType:4,roomType:"100900000006",name:"露台"},{type:14,floorType:0,roomType:"100900000008",name:"储物间"},{type:15,floorType:0,roomType:"100900000013",name:"衣帽间"},{type:16,floorType:0,roomType:"100900000011",name:"阁楼"},{type:17,floorType:2,roomType:"100900000007",name:"花园"},{type:18,floorType:5,roomType:"100900000010",name:"车库"},{type:19,floorType:1,roomType:"100900000012",name:"电梯"},{type:20,floorType:1,roomType:"100900000012",name:"地下室"},{type:21,floorType:1,roomType:"100900000012",name:"天井"},{type:22,floorType:1,roomType:"100900000012",name:"阳光房"},{type:23,floorType:1,roomType:"100900000012",name:"过道"},{type:24,floorType:1,roomType:"100900000012",name:"楼梯间"},{type:25,floorType:1,roomType:"100900000012",name:"门厅"},{type:26,floorType:2,roomType:"100900000012",name:"入户花园"},{type:27,floorType:1,roomType:"100900000012",name:"玄关"},{type:28,floorType:1,roomType:"100900000012",name:"挑空"},{type:29,floorType:4,roomType:"100900000012",name:"晾晒区"},{type:30,floorType:4,roomType:"100900000012",name:"洗衣房"},{type:31,floorType:0,roomType:"100900000012",name:"娱乐区"},{type:32,floorType:0,roomType:"100900000012",name:"健身区"},{type:33,floorType:0,roomType:"100900000012",name:"接待区"},{type:34,floorType:0,roomType:"100900000012",name:"影音区"},{type:35,floorType:1,roomType:"100900000012",name:"餐饮区"},{type:36,floorType:1,roomType:"100900000012",name:"其他",onlySubArea:!0},{type:37,floorType:1,roomType:"100900000002",name:"起居室"},{type:38,floorType:0,roomType:"100900000001",name:"主卧"},{type:39,floorType:0,roomType:"100900000001",name:"次卧"},{type:40,floorType:0,roomType:"100900000001",name:"优化间"},{type:41,floorType:0,roomType:"100900000001",name:"办公室"},{type:42,floorType:0,roomType:"100900000001",name:"会议室"},{type:43,floorType:0,roomType:"100900000001",name:"洽谈间"},{type:44,floorType:1,roomType:"100900000002",name:"共享大厅"},{type:45,floorType:1,roomType:"100900000012",name:"水吧"},{type:46,floorType:0,roomType:"100900000015",name:"出入口"},{type:47,floorType:0,roomType:"100900000015",name:"大厅"},{type:48,floorType:0,roomType:"100900000015",name:"包厢"},{type:49,floorType:0,roomType:"100900000015",name:"其他"},{type:50,floorType:0,roomType:"100900000016",name:"出入口"},{type:51,floorType:0,roomType:"100900000016",name:"办公区"},{type:52,floorType:0,roomType:"100900000016",name:"老板间"},{type:53,floorType:0,roomType:"100900000016",name:"会议室"},{type:54,floorType:0,roomType:"100900000016",name:"休息区/水吧"},{type:55,floorType:0,roomType:"100900000016",name:"其他"},{type:56,floorType:2,roomType:"100900000012",name:"空中花园"},{type:57,floorType:0,roomType:"100900000001",name:"洋室"},{type:58,floorType:0,roomType:"100900000001",name:"和室"}],kg=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],xg=[{roomType:"100900000001",description:"室"},{roomType:"100900000002",description:"厅"},{roomType:"100900000003",description:"厨"},{roomType:"100900000004",description:"卫"},{roomType:"100900000005",description:"阳台"},{roomType:"100900000006",description:"露台"},{roomType:"100900000007",description:"花园"},{roomType:"100900000008",description:"储"},{roomType:"100900000009",description:"保姆间"},{roomType:"100900000010",description:"车库"},{roomType:"100900000011",description:"阁楼"},{roomType:"100900000012",description:"其他"},{roomType:"100900000013",description:"衣"},{roomType:"100900000015",description:"商铺"},{roomType:"100900000016",description:"写字楼"}],mr=(i,t,e)=>{const n=new E.Matrix4,o=new E.Euler(i,t,e,"YXZ");return n.makeRotationFromEuler(o),n},Dg=(i,{scale:t,rotation:e,position:n})=>{if(t&&i.scale.set(t,t,t),e){const[o,s,r]=e;o&&i.applyMatrix4(mr(o,0,0)),s&&i.applyMatrix4(mr(0,s,0)),r&&i.applyMatrix4(mr(0,0,r))}return n&&i.position.set(n.x,n.y,n.z),i};function fh(i,t){i.traverse(e=>{var n;if(e.type==="Mesh"){const o=e,s=F({map:o.material.map||{}},t);o.material=new Q.MeshBasicMaterial(s),o.renderOrder=1,((n=e.parent)==null?void 0:n.type)==="Mesh"&&(e.renderOrder=e.parent.renderOrder+1)}})}const Sg=(i,t)=>{var d;const e=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/dipan2.f38a21cc.FBX",n=(d=t.north_rad)!=null?d:void 0,o={},s=h=>X(exports,null,function*(){var z;const u=(h==null?void 0:h.fbx_url)||e,m=(z=h==null?void 0:h.north_rad)!=null?z:n;if(typeof m!="number")throw new Error('"northRad"配置参数缺失:未配置指南针指向!');const g=i.model.bounding,v=g.max.x-g.min.x,A=g.max.z-g.min.z,b=Math.max(v,A),C=yield new yd.FBXLoader().loadAsync(u);fh(C,{transparent:!0,side:E.DoubleSide,blending:E.AdditiveBlending});const D=[0,m-Math.PI/2,0],{model:{bounding:{max:{x,z:I},min:{x:T,y:S,z:N}}}}=i;o.yBase=S;const U={x:(x+T)/2,y:S-1.6,z:(I+N)/2},G=.0045*b;return Dg(C,{position:U,rotation:D,scale:G}),o.object=C,!0}),r=({latitude:h})=>{if(!o.object)return;const u=a(h);u&&(o.object.position.y=u)},a=h=>{if(o.yBase===void 0)return;const u=.6;if(h>=Math.PI/4)return o.yBase-(u+1.6);const m=h*(4/Math.PI);return o.yBase-(u*m+1.6)};return{load:s,disable:()=>{o.object&&(i.scene.remove(o.object),i.needsRender=!0,i.off("cameraDirectionUpdate",r))},enable:()=>{if(!o.object)return;const h=a(i.getPose().latitude);h&&(o.object.position.y=h),i.scene.add(o.object),i.needsRender=!0,i.on("cameraDirectionUpdate",r)}}};function Mg(i,t){var c,d,h,u,m;const e=(c=t==null?void 0:t.size)!=null?c:512,n=(d=t==null?void 0:t.fontSize)!=null?d:e*(35/256)*1.2,o=(h=t==null?void 0:t.backgroundColor)!=null?h:"rgba(0,0,0,0)",s=(u=t==null?void 0:t.fontColor)!=null?u:"#fff",r=(m=t==null?void 0:t.textAlign)!=null?m:"center",a=document.createElement("canvas");a.setAttribute("width",e+""),a.setAttribute("height",e+"");const l=a.getContext("2d");return l.fillStyle=o,l.fillRect(0,0,e,e),l.font=`${n}px "微软雅黑"`,l.textAlign=r,l.fillStyle=s,l.fillText(i,e/2,e*.7),new Q.CanvasTexture(a)}const Lg=({x:i,y:t,z:e})=>new Q.Vector3(i,t,e),Tg=(i,t)=>{var v,A,b;const e={},n=(v=t.animationEnabled)!=null?v:!0,o=(A=t.position)!=null?A:void 0,s=(b=t.rad)!=null?b:void 0,r=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx",a=[],l=y=>X(exports,null,function*(){var U,G,z,H,R,J,q,Y;const C=(U=y==null?void 0:y.position)!=null?U:o;if(!C)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const D=Lg(C),x=(G=y==null?void 0:y.rad)!=null?G:s,I=(z=y==null?void 0:y.fbx_url)!=null?z:r;if(e.rad=x,x===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${x}`));const T=yield new yd.FBXLoader().loadAsync(I);T.position.copy(D),T.rotation.z=x,T.scale.set(.8,.8,.8),fh(T,{transparent:!0,side:E.DoubleSide});const S=(q=(J=(R=(H=T.children)==null?void 0:H[0])==null?void 0:R.children)==null?void 0:J[3])==null?void 0:q.clone();if(!S)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${S}`));const N=(Y=t.name)!=null?Y:"入户门";return S.material=new Q.MeshBasicMaterial({transparent:!0,map:Mg(N)}),S.renderOrder=3,T.children[0].add(S),e.object=T,!0}),c=()=>{if(e.animation)return;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ",e.object);const y=1,C=new Q.AnimationMixer(e.object);a.push(C);const D=C.clipAction(e.object.animations[0]);D.timeScale=y;let x;const I=()=>{let U=0,G=0;const z=1e3/30,H=R=>{U=requestAnimationFrame(H);const J=R-G;J<z||(G=R,a.forEach(q=>q.update(J/1e3)),i.needsRender=!0)};return U=requestAnimationFrame(H),()=>{cancelAnimationFrame(U)}},N={play:()=>{x||(D.play(),x=I(),requestAnimationFrame(()=>{e.object&&e.object.rotation.z!==e.rad&&(e.object.rotation.z=e.rad)}))},stop:()=>{D.stop(),x==null||x(),x=void 0}};e.animation=N},d=y=>{var D;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.enable(): object is ",e.object);((D=y==null?void 0:y.animationEnable)!=null?D:n)&&(e.animation||c(),e.animation.play()),i.scene.add(e.object),i.needsRender=!0},h=()=>{e.object&&(e.animation&&e.animation.stop(),i.scene.remove(e.object),i.needsRender=!0)},u=y=>y==="Floorplan"?d():h();return{load:l,enable:y=>(e.enabled||(e.enabled=!0,u(i.currentMode),i.on("modeChange",u),d(y)),!0),disable:()=>(e.enabled&&(e.enabled=!1,h(),i.off("modeChange",u)),!0)}},zg=kt;function jg(i,t,e,n=zg.Linear.None){const o=new is(i).to(t,e).easing(n);rs(()=>o.start(0));const s=$i(a=>{o.update(a)===!1&&s()}),r=[];return o.onDestroy=a=>(r.push(a),o),o.destroy=function(){this.stop(),Object.assign(o,{_onStartCallback:null,_onUpdateCallback:null,_onCompleteCallback:null,_onStopCallbackL:null});let a;for(;a=r.shift();)a();s()},o}function Vg(i,t){return jg({progress:0},{progress:1},i,t)}var mh=(i=>(i.Move="Move",i.Rotate="Rotate",i))(mh||{}),Vt=(i=>(i.Clockwise="Clockwise",i.Anticlockwise="Anticlockwise",i.Loop="Loop",i))(Vt||{});const Bo=Math.PI*2;function yl(i){return(i%Bo+Bo)%Bo}function wl(i){return i%Bo}function pr(i,t,e){return i+(t-i)*e}const Hr=(i,t,e)=>{const n=Math.PI,o=n*2;let s=yl(i),r=yl(t);return e===Vt.Anticlockwise&&s<r&&(s+=o),e===Vt.Clockwise&&r<s&&(r+=o),e===Vt.Loop&&r-s>n?Hr(s,r,Vt.Anticlockwise):e===Vt.Loop&&s-r>n?Hr(s,r,Vt.Clockwise):{from:s,to:r}},_g=i=>{const t={},e=(l,c,...d)=>X(exports,[l,c,...d],function*(s,r,a={preload:!0}){return t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),s.mode&&s.mode!==i.currentMode&&(yield i.changeMode(s.mode)),a.preload&&s.panoIndex!==void 0&&s.panoIndex!==i.panoIndex&&(yield i.preloadPano(s.panoIndex)),a.asyncEndCallback&&(yield a.asyncEndCallback()),s.panoIndex===void 0&&s.fov===void 0&&s.latitude===void 0&&s.longitude===void 0?!0:yield new Promise((h,u)=>{const m=s.panoIndex!==void 0?s.panoIndex:i.panoIndex;m!==void 0?i.moveToPano(m,F({duration:r,moveEndCallback:()=>h(!0),moveCancelCallback:()=>u(new Error("move canceled"))},s)):u(new Error("unexpected error"))})}),n=s=>{const r=i.state,a=wl(r.latitude),l=wl(s.latitude),{from:c,to:d}=Hr(r.longitude,s.longitude,s.rotation||Vt.Loop),h=r.fov,u=s.fov;return{from:{latitude:a,longitude:c,fov:h},to:{latitude:l,longitude:d,fov:u}}};return{move:e,rotate:(l,c,...d)=>X(exports,[l,c,...d],function*(s,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),i.currentMode!==ze.Five.Mode.Panorama&&(yield i.changeMode(ze.Five.Mode.Panorama)),s.panoIndex!==void 0&&s.panoIndex!==i.panoIndex&&(a.preload&&(yield i.preloadPano(s.panoIndex)),yield new Promise((m,g)=>{if(!s.panoIndex){m(!0);return}i.moveToPano(s.panoIndex,{moveEndCallback:()=>m(!0),moveCancelCallback:()=>g(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:h,to:u}=n(s);return yield new Promise(m=>{const g=({progress:C})=>{const D={};D.longitude=pr(h.longitude,u.longitude,C),D.latitude=pr(h.latitude,u.latitude,C),D.fov=pr(h.fov,u.fov,C),i.setState(D,!0)},v=()=>{m(!0)},A=()=>{m(!1)},b=s.rotateSpeed?Math.ceil(Math.abs(u.longitude-h.longitude)/s.rotateSpeed*1e3):r,y=Vg(b,kt.Linear.None).onUpdate(g).onComplete(v).onDestroy(A);s.rotation===Vt.Loop&&y.repeat(1/0).yoyo(!0),t.interruptCallback=(C=!0)=>{y.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),m(C)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function Pl(i,t){return i.x===t.x&&i.y===t.y}function ph(i,t){return Math.abs(i)===1/0&&Math.abs(t)===1/0?!0:Math.abs(i-t)<.001}function Zo(i,t){return(t.y-i.y)/(t.x-i.x)}function gh(i,t,e){const n=Zo(i[1],i[0]),o=Zo(t[1],t[0]);if(isNaN(n)||isNaN(o)||ph(n,o))return!1;if(Io(i[0],t))return i[0];if(Io(i[1],t))return i[1];if(Io(t[0],i))return t[0];if(Io(t[1],i))return t[1];if(e&&!Og(i,t))return!1;const s=i[0],r=t[0];if(Math.abs(n)===1/0)return{x:s.x,y:t[1].y-(t[1].x-s.x)*o};if(Math.abs(o)===1/0)return{x:r.x,y:i[1].y-(i[1].x-r.x)*n};const a=(r.y-s.y+n*s.x-o*r.x)/(n-o),l=n*a-n*s.x+s.y;return{x:a,y:l}}function Io(i,t){return Pl(i,t[0])||Pl(i,t[1])?!0:(t[0].x-i.x)*(i.x-t[1].x)>=0&&(t[0].y-i.y)*(i.y-t[1].y)>=0&&ph(Zo(t[0],i),Zo(i,t[1]))}function ko(i,t,e){return(i.x-e.x)*(t.y-e.y)-(t.x-e.x)*(i.y-e.y)}function Og(i,t){return Math.max(i[0].x,i[1].x)>=Math.min(t[0].x,t[1].x)&&Math.max(t[0].x,t[1].x)>=Math.min(i[0].x,i[1].x)&&Math.max(i[0].y,i[1].y)>=Math.min(t[0].y,t[1].y)&&ko(t[0],i[1],i[0])*ko(i[1],t[1],i[0])>0&&ko(i[0],t[1],t[0])*ko(t[1],i[1],t[0])>0?1:0}function vh(i,t=0){t<=0?requestAnimationFrame(i):requestAnimationFrame(()=>vh(i,t-1))}const Bg=`<style type="text/css">
194
+ `;return i.$$set=s=>{"content"in s&&e(0,n=s.content)},[n,o]}class Om extends ce{constructor(t){super(),le(this,t,_m,Vm,ae,{content:0},jm)}}function Bm(i){fe(i,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function Rm(i){let t,e;return t=new zm({props:{url:i[1].url}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.url=n[1].url),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Qm(i){let t,e;return t=new Om({props:{content:i[0]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.content=n[0]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Hm(i){let t,e,n,o;const s=[Qm,Rm],r=[];function a(l,c){return l[0]?0:l[1]?1:-1}return~(e=a(i))&&(n=r[e]=s[e](i)),{c(){t=_("div"),n&&n.c(),w(t,"class","floorplan-plugin__base-image svelte-ozpg4a")},m(l,c){O(l,t,c),~e&&r[e].m(t,null),o=!0},p(l,[c]){let d=e;e=a(l),e===d?~e&&r[e].p(l,c):(n&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~e?(n=r[e],n?n.p(l,c):(n=r[e]=s[e](l),n.c()),k(n,1),n.m(t,null)):n=null)},i(l){o||(k(n),o=!0)},o(l){L(n),o=!1},d(l){l&&V(t),~e&&r[e].d()}}}function Gm(i,t,e){let n,o,{floorIndex:s}=t,{floorplanData:r}=t;return i.$$set=a=>{"floorIndex"in a&&e(2,s=a.floorIndex),"floorplanData"in a&&e(3,r=a.floorplanData)},i.$$.update=()=>{var a,l;i.$$.dirty&12&&e(1,n=r.outlines[s]),i.$$.dirty&12&&e(0,o=(l=(a=r.outlines)==null?void 0:a[s])==null?void 0:l.svgContent)},[o,n,s,r]}class lh extends ce{constructor(t){super(),le(this,t,Gm,Hm,ae,{floorIndex:2,floorplanData:3},Bm)}}function Fm(i){fe(i,"svelte-12pzct5",".floorplan-plugin__room-label-item.svelte-12pzct5{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-size.svelte-12pzct5{opacity:0.45}")}function Wm(i){let t,e=i[8].outerHTML+"",n;return{c(){t=new Go(!1),n=Ee(),t.a=n},m(o,s){t.m(e,o,s),O(o,n,s)},p(o,s){s&256&&e!==(e=o[8].outerHTML+"")&&t.p(e)},d(o){o&&V(n),o&&t.d()}}}function Nm(i){let t,e,n=i[1]&&Fa(i),o=i[0]&&Wa(i);return{c(){n&&n.c(),t=se(),o&&o.c(),e=Ee()},m(s,r){n&&n.m(s,r),O(s,t,r),o&&o.m(s,r),O(s,e,r)},p(s,r){s[1]?n?n.p(s,r):(n=Fa(s),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null),s[0]?o?o.p(s,r):(o=Wa(s),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null)},d(s){n&&n.d(s),s&&V(t),o&&o.d(s),s&&V(e)}}}function Fa(i){let t,e=i[2].name+"",n;return{c(){t=_("span"),n=Oe(e),w(t,"class","floorplan-plugin__room-name")},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&4&&e!==(e=o[2].name+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Wa(i){let t,e;return{c(){t=_("span"),e=Oe(i[7]),w(t,"class","floorplan-plugin__room-size svelte-12pzct5")},m(n,o){O(n,t,o),B(t,e)},p(n,o){o&128&&Qe(e,n[7])},d(n){n&&V(t)}}}function Xm(i){let t,e,n;function o(a,l){if(a[3]===void 0)return Nm;if(a[8])return Wm}let s=o(i),r=s&&s(i);return{c(){t=_("div"),r&&r.c(),w(t,"class","floorplan-plugin__room-label-item svelte-12pzct5"),j(t,"left",i[9]),j(t,"top",i[10]),j(t,"font-size",i[11]),j(t,"opacity",i[6]?"1":"0")},m(a,l){O(a,t,l),r&&r.m(t,null),e||(n=[Ut(vi.call(null,t)),Ce(t,"clientWidth",i[19]),Ce(t,"clientHeight",i[20])],e=!0)},p(a,[l]){s===(s=o(a))&&r?r.p(a,l):(r&&r.d(1),r=s&&s(a),r&&(r.c(),r.m(t,null))),l&64&&j(t,"opacity",a[6]?"1":"0")},i:K,o:K,d(a){a&&V(t),r&&r.d(),e=!1,rt(n)}}}function Ym(i,t){const e=i[0],n=i[1];let o=!1;for(let s=0,r=t.length-1;s<t.length;r=s++){const a=t[s][0],l=t[s][1],c=t[r][0],d=t[r][1];l>n!=d>n&&e<(c-a)*(n-l)/(d-l)+a&&(o=!o)}return o}function Um(i,t,e){let n,o,s,r,a,{pxmm:l}=t,{roomAreaEnable:c}=t,{roomNameEnable:d}=t,{room:h}=t,{hoveredRoom:u}=t,{getRoomAreaText:m}=t,{getLabelElement:g}=t,{adaptiveRoomLabelVisibleEnable:v}=t;function A(z,H){if(H.width===0||H.height===0)return()=>!1;const R=z.path.map(({x:we,y:ge})=>[we,ge]),J=z.roomLabel.position,{x:q,y:Y}=J,{width:Z,height:re}=H,ie=Z/2,Ae=re/2;return function(ge){const je=q*ge,ve=Y*ge,Ge=R.map(([be,Me])=>[be*ge,Me*ge]);return[[je+ie,ve-Ae],[je-ie,ve-Ae],[je-ie,ve+Ae],[je+ie,ve+Ae]].every(be=>Ym(be,Ge))}}const b=document.body.clientWidth,y=document.body.clientHeight,C=h.roomLabel,D=C.positionInImage.x*100+"%",x=C.positionInImage.y*100+"%",I=(b<500||y<500?10:14)+"px";let T=0,S=0,N=!1;u.subscribe(function(H){e(16,N=!!H&&H.id===h.id)});const U=z=>{e(4,T=z.detail)},G=z=>{e(5,S=z.detail)};return i.$$set=z=>{"pxmm"in z&&e(12,l=z.pxmm),"roomAreaEnable"in z&&e(0,c=z.roomAreaEnable),"roomNameEnable"in z&&e(1,d=z.roomNameEnable),"room"in z&&e(2,h=z.room),"hoveredRoom"in z&&e(13,u=z.hoveredRoom),"getRoomAreaText"in z&&e(14,m=z.getRoomAreaText),"getLabelElement"in z&&e(3,g=z.getLabelElement),"adaptiveRoomLabelVisibleEnable"in z&&e(15,v=z.adaptiveRoomLabelVisibleEnable)},i.$$.update=()=>{i.$$.dirty&12&&e(8,n=g==null?void 0:g(h)),i.$$.dirty&16388&&e(7,o=h.size?m(h.size):""),i.$$.dirty&48&&e(18,s={width:T,height:S}),i.$$.dirty&262148&&e(17,r=s?A(h,s):void 0),i.$$.dirty&233472&&e(6,a=v?N?!0:!!(r!=null&&r(l)):!0)},[c,d,h,g,T,S,a,o,n,D,x,I,l,u,m,v,N,r,s,U,G]}class qm extends ce{constructor(t){super(),le(this,t,Um,Xm,ae,{pxmm:12,roomAreaEnable:0,roomNameEnable:1,room:2,hoveredRoom:13,getRoomAreaText:14,getLabelElement:3,adaptiveRoomLabelVisibleEnable:15},Fm)}}function Jm(i){fe(i,"svelte-13xux0b",".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}")}function Na(i,t,e){const n=i.slice();return n[12]=t[e],n}function Xa(i){let t,e=[],n=new Map,o,s,r,a=i[8];const l=c=>c[12].id;for(let c=0;c<a.length;c+=1){let d=Na(i,a,c),h=l(d);n.set(h,e[c]=Ya(h,d))}return{c(){t=_("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-plugin__room-labels svelte-13xux0b")},m(c,d){O(c,t,d);for(let h=0;h<e.length;h+=1)e[h]&&e[h].m(t,null);o=!0,s||(r=[Ut(vi.call(null,t)),Ce(t,"clientWidth",i[11])],s=!0)},p(c,d){d&447&&(a=c[8],de(),e=Mt(e,d,l,1,c,a,n,t,un,Ya,null,Na),he())},i(c){if(!o){for(let d=0;d<a.length;d+=1)k(e[d]);o=!0}},o(c){for(let d=0;d<e.length;d+=1)L(e[d]);o=!1},d(c){c&&V(t);for(let d=0;d<e.length;d+=1)e[d].d();s=!1,rt(r)}}}function Ya(i,t){let e,n,o;const s=[{pxmm:t[7],room:t[12],hoveredRoom:t[2],roomAreaEnable:t[0],roomNameEnable:t[1],getLabelElement:t[4],getRoomAreaText:t[3],adaptiveRoomLabelVisibleEnable:t[5]}];let r={};for(let a=0;a<s.length;a+=1)r=Ze(r,s[a]);return n=new qm({props:r}),{key:i,first:null,c(){e=Ee(),ne(n.$$.fragment),this.first=e},m(a,l){O(a,e,l),ee(n,a,l),o=!0},p(a,l){t=a;const c=l&447?st(s,[{pxmm:t[7],room:t[12],hoveredRoom:t[2],roomAreaEnable:t[0],roomNameEnable:t[1],getLabelElement:t[4],getRoomAreaText:t[3],adaptiveRoomLabelVisibleEnable:t[5]}]):{};n.$set(c)},i(a){o||(k(n.$$.fragment,a),o=!0)},o(a){L(n.$$.fragment,a),o=!1},d(a){a&&V(e),te(n,a)}}}function Zm(i){let t,e,n=i[8]&&Xa(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[8]?n?(n.p(o,s),s&256&&k(n,1)):(n=Xa(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Km(i,t,e){let n,{floorIndex:o}=t,{roomAreaEnable:s}=t,{roomNameEnable:r}=t,{floorplanData:a}=t,{hoveredRoom:l}=t,{getRoomAreaText:c}=t,{getLabelElement:d}=t,{adaptiveRoomLabelVisibleEnable:h}=t,u=0,m=0;const g=v=>{e(6,u=v.detail)};return i.$$set=v=>{"floorIndex"in v&&e(9,o=v.floorIndex),"roomAreaEnable"in v&&e(0,s=v.roomAreaEnable),"roomNameEnable"in v&&e(1,r=v.roomNameEnable),"floorplanData"in v&&e(10,a=v.floorplanData),"hoveredRoom"in v&&e(2,l=v.hoveredRoom),"getRoomAreaText"in v&&e(3,c=v.getRoomAreaText),"getLabelElement"in v&&e(4,d=v.getLabelElement),"adaptiveRoomLabelVisibleEnable"in v&&e(5,h=v.adaptiveRoomLabelVisibleEnable)},i.$$.update=()=>{if(i.$$.dirty&1536&&e(8,n=a.floorDatas[o].rooms),i.$$.dirty&1088){const{max:v,min:A}=a.bounding,b=v.x-A.x;e(7,m=u/b)}},[s,r,l,c,d,h,u,m,n,o,a,g]}class $m extends ce{constructor(t){super(),le(this,t,Km,Zm,ae,{floorIndex:9,roomAreaEnable:0,roomNameEnable:1,floorplanData:10,hoveredRoom:2,getRoomAreaText:3,getLabelElement:4,adaptiveRoomLabelVisibleEnable:5},Jm)}}function ep(i){fe(i,"svelte-djlmk4",".floorplan-plugin__rule-labels.svelte-djlmk4.svelte-djlmk4{position:absolute;display:flex}.floorplan-plugin__rule-labels--top.svelte-djlmk4.svelte-djlmk4{left:0;top:-1.25rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4.svelte-djlmk4{left:0;bottom:-1.25rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4.svelte-djlmk4{top:0;left:-1.25rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4.svelte-djlmk4{top:0;right:-1.25rem}.floorplan-plugin__rule-line.svelte-djlmk4.svelte-djlmk4{background:#fff;opacity:0.05;width:100%;height:100%}.floorplan-plugin__rule-scale-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute;width:0.3125rem;height:100%;left:50%;top:0;transform:translateX(-50%)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale-wrapper.svelte-djlmk4{width:100%;height:0.3125rem;top:50%;left:0;transform:translateY(-50%)}.floorplan-plugin__rule-scale.svelte-djlmk4.svelte-djlmk4{position:absolute;background:#fff;opacity:0.05;width:100%;height:0.0625rem}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale.svelte-djlmk4{width:0.0625rem;height:100%}.floorplan-plugin__rule-text-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute}.floorplan-plugin__rule-labels--top.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;top:0.625rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;bottom:0.625rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;left:0.625rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;right:0.625rem}.floorplan-plugin__rule-text-item.svelte-djlmk4.svelte-djlmk4{width:0;height:0;position:absolute;transform:rotate(90deg)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-text-item.svelte-djlmk4{transform:rotate(0)}.floorplan-plugin__rule-text.svelte-djlmk4.svelte-djlmk4{width:-moz-max-content;width:max-content;transform:translate(-50%, -50%);font-size:0.625rem;color:#fff;opacity:0.2}")}function Ua(i,t,e){const n=i.slice();return n[11]=t[e],n[13]=e,n}function qa(i,t,e){const n=i.slice();return n[14]=t[e],n}function Ja(i){let t;return{c(){t=_("div"),w(t,"class","floorplan-plugin__rule-scale svelte-djlmk4"),j(t,"left",i[14].left*100+"%"),j(t,"bottom",i[14].bottom*100+"%")},m(e,n){O(e,t,n)},p:K,d(e){e&&V(t)}}}function Za(i,t){let e,n,o=t[1](t[11].distance)+"",s,r;return{key:i,first:null,c(){e=_("div"),n=_("div"),s=Oe(o),r=se(),w(n,"class","floorplan-plugin__rule-text svelte-djlmk4"),$(n,"is-row",t[2]),w(e,"class","floorplan-plugin__rule-text-item svelte-djlmk4"),j(e,"left",t[11].left*100+"%"),j(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){O(a,e,l),B(e,n),B(n,s),B(e,r)},p(a,l){t=a,l&2&&o!==(o=t[1](t[11].distance)+"")&&Qe(s,o)},d(a){a&&V(e)}}}function tp(i){let t,e,n,o,s,r,a=[],l=new Map,c,d=i[3],h=[];for(let g=0;g<d.length;g+=1)h[g]=Ja(qa(i,d,g));let u=i[4];const m=g=>g[13];for(let g=0;g<u.length;g+=1){let v=Ua(i,u,g),A=m(v);l.set(A,a[g]=Za(A,v))}return{c(){t=_("div"),e=_("div"),n=se(),o=_("div");for(let g=0;g<h.length;g+=1)h[g].c();s=se(),r=_("div");for(let g=0;g<a.length;g+=1)a[g].c();w(e,"class","floorplan-plugin__rule-line svelte-djlmk4"),w(o,"class","floorplan-plugin__rule-scale-wrapper svelte-djlmk4"),$(o,"is-row",i[2]),w(r,"class","floorplan-plugin__rule-text-wrapper svelte-djlmk4"),w(t,"class",c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+i[0]+" svelte-djlmk4"),$(t,"is-row",i[2]),j(t,"width",i[2]?"100%":1/16+"rem"),j(t,"height",i[2]?1/16+"rem":"100%")},m(g,v){O(g,t,v),B(t,e),B(t,n),B(t,o);for(let A=0;A<h.length;A+=1)h[A]&&h[A].m(o,null);B(t,s),B(t,r);for(let A=0;A<a.length;A+=1)a[A]&&a[A].m(r,null)},p(g,[v]){if(v&8){d=g[3];let A;for(A=0;A<d.length;A+=1){const b=qa(g,d,A);h[A]?h[A].p(b,v):(h[A]=Ja(b),h[A].c(),h[A].m(o,null))}for(;A<h.length;A+=1)h[A].d(1);h.length=d.length}v&22&&(u=g[4],a=Mt(a,v,m,1,g,u,l,r,aa,Za,null,Ua)),v&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+g[0]+" svelte-djlmk4")&&w(t,"class",c),v&5&&$(t,"is-row",g[2])},i:K,o:K,d(g){g&&V(t),qt(h,g);for(let v=0;v<a.length;v+=1)a[v].d()}}}const Nn=1e3,Xn=180;function np(i,t,e){let{type:n}=t,{data:o}=t,{bounding:s}=t,{getRuleDistanceText:r}=t;const a=n==="top"||n==="bottom",l=s.max.x-s.min.x-(Nn-Xn)*2,c=s.max.y-s.min.y-(Nn-Xn)*2,d=o.map(([g,v])=>a?[g.x,v.x]:[g.y,v.y]).flat().sort().filter((g,v,A)=>v===0?!0:g!==A[v-1]),h=d.map(g=>{const v=a?(g-s.min.x-Nn+Xn)/l:0,A=a?0:(g-s.min.y-Nn+Xn)/c;return{left:v,bottom:A}});h.unshift({left:0,bottom:0}),h.push(a?{left:1,bottom:0}:{left:0,bottom:1});const u=d[d.length-1]-d[0],m=d.map((g,v,A)=>{const b=v===0?0:g-A[v-1],y=v===0?0:(g+A[v-1])/2,C=a?(y-s.min.x-Nn+Xn)/l:0,D=a?0:(y-s.min.y-Nn+Xn)/c;return{left:C,bottom:D,distance:b}}).filter(({distance:g})=>g/u>.1);return i.$$set=g=>{"type"in g&&e(0,n=g.type),"data"in g&&e(5,o=g.data),"bounding"in g&&e(6,s=g.bounding),"getRuleDistanceText"in g&&e(1,r=g.getRuleDistanceText)},[n,r,a,h,m,o,s]}class ip extends ce{constructor(t){super(),le(this,t,np,tp,ae,{type:0,data:5,bounding:6,getRuleDistanceText:1},ep)}}function op(i){fe(i,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function Ka(i,t,e){const n=i.slice();return n[13]=t[e][0],n[14]=t[e][1],n}function $a(i,t){let e,n,o;const s=[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}];let r={};for(let a=0;a<s.length;a+=1)r=Ze(r,s[a]);return n=new ip({props:r}),{key:i,first:null,c(){e=Ee(),ne(n.$$.fragment),this.first=e},m(a,l){O(a,e,l),ee(n,a,l),o=!0},p(a,l){t=a;const c=l&19?st(s,[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}]):{};n.$set(c)},i(a){o||(k(n.$$.fragment,a),o=!0)},o(a){L(n.$$.fragment,a),o=!1},d(a){a&&V(e),te(n,a)}}}function sp(i){let t,e=[],n=new Map,o,s=i[4];const r=a=>a[13];for(let a=0;a<s.length;a+=1){let l=Ka(i,s,a),c=r(l);n.set(c,e[a]=$a(c,l))}return{c(){t=_("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"),j(t,"width",i[3]),j(t,"height",i[2])},m(a,l){O(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);o=!0},p(a,[l]){l&19&&(s=a[4],de(),e=Mt(e,l,r,1,a,s,n,t,un,$a,null,Ka),he()),l&8&&j(t,"width",a[3]),l&4&&j(t,"height",a[2])},i(a){if(!o){for(let l=0;l<s.length;l+=1)k(e[l]);o=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);o=!1},d(a){a&&V(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}const el=1e3,tl=180;function rp(i,t,e){let n,o,s,r,a,l,c,d,h,u,{floorIndex:m}=t,{floorplanData:g}=t,{getRuleDistanceText:v}=t;return i.$$set=A=>{"floorIndex"in A&&e(5,m=A.floorIndex),"floorplanData"in A&&e(6,g=A.floorplanData),"getRuleDistanceText"in A&&e(0,v=A.getRuleDistanceText)},i.$$.update=()=>{i.$$.dirty&64&&e(1,n=g.bounding),i.$$.dirty&96&&e(11,o=g.floorDatas[m].rules),i.$$.dirty&2048&&e(12,s=Object.keys(o)),i.$$.dirty&6144&&e(4,r=s.map(A=>[A,o[A]])),i.$$.dirty&2&&e(9,a=n.max.x-n.min.x),i.$$.dirty&2&&e(7,l=n.max.y-n.min.y),i.$$.dirty&2&&e(10,c=n.max.x-n.min.x-(el-tl)*2),i.$$.dirty&2&&e(8,d=n.max.y-n.min.y-(el-tl)*2),i.$$.dirty&1536&&e(3,h=c/a*100+"%"),i.$$.dirty&384&&e(2,u=d/l*100+"%")},[v,n,u,h,r,m,g,l,d,a,c,o,s]}class ap extends ce{constructor(t){super(),le(this,t,rp,sp,ae,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},op)}}function us(i,t={}){let e="";const{needZ:n,needA:o}=t;return(n?i.slice().concat(i[0]):i.slice()).forEach((r,a)=>{const{x:l,y:c}=t.format?t.format(r):r,d=l+","+c;return a===0?(e+="M"+d,e):o!=null&&o[a]?(e+="A"+o[a]+","+d,e):(e+="L"+d,e)}),e+(n?"Z":"")}function ch({x:i,y:t},e){const{max:n,min:o}=e;return{x:i-o.x,y:n.y-t}}function lp(i,t){const e=i.x*1e3+t.bounding.origin.x,n=-i.z*1e3+t.bounding.origin.y;return{x:e,y:n}}function cp(i,t){const e=t.bounding,n=e.max.x-e.min.x,o=e.max.y-e.min.y;return{x:(i.x-e.min.x)/n,y:(e.max.y-i.y)/o}}function dp(i,t){return Math.max(...t.work.observers.map(n=>i.z>=n.standingPosition.z?n.floorIndex:0))}function hp(i){let t;return{c(){t=Te("path"),w(t,"d",i[0]),w(t,"fill","#2F313A")},m(e,n){O(e,t,n)},p(e,[n]){n&1&&w(t,"d",e[0])},i:K,o:K,d(e){e&&V(t)}}}function up(i,t,e){let n,{path:o}=t;return i.$$set=s=>{"path"in s&&e(1,o=s.path)},i.$$.update=()=>{i.$$.dirty&2&&e(0,n=us(o,{needZ:!0}))},[n,o]}class fp extends ce{constructor(t){super(),le(this,t,up,hp,ae,{path:1})}}function mp(i){let t,e,n,o,s,r;return{c(){t=Te("defs"),e=Te("pattern"),n=Te("rect"),o=Te("path"),s=se(),r=Te("path"),w(n,"x","0"),w(n,"y","0"),w(n,"width",i[1]),w(n,"height",i[1]),w(n,"fill","#323747"),w(o,"d",i[2]),w(o,"stroke","#ffffff"),w(o,"stroke-opacity","0.06"),w(o,"stroke-width","0.5"),w(o,"fill","none"),w(e,"id","fpm-room-pattern-0"),w(e,"x","0"),w(e,"y","0"),w(e,"width",i[1]),w(e,"height",i[1]),w(e,"patternUnits","userSpaceOnUse"),w(e,"patternTransform","scale(50 50)"),w(r,"d",i[0]),w(r,"fill","url(#fpm-room-pattern-0)")},m(a,l){O(a,t,l),B(t,e),B(e,n),B(e,o),O(a,s,l),O(a,r,l)},p(a,[l]){l&1&&w(r,"d",a[0])},i:K,o:K,d(a){a&&V(t),a&&V(s),a&&V(r)}}}const fr=6;function pp(i,t,e){let n,{path:o}=t;const s=fr*2,r=`M0 ${fr} h ${s} M${fr} 0 v ${s}`;return i.$$set=a=>{"path"in a&&e(3,o=a.path)},i.$$.update=()=>{i.$$.dirty&8&&e(0,n=us(o,{needZ:!0}))},[n,s,r,o]}class gp extends ce{constructor(t){super(),le(this,t,pp,mp,ae,{path:3})}}function vp(i){let t,e,n,o,s,r,a,l,c,d,h;return{c(){t=Te("defs"),e=Te("pattern"),n=Te("rect"),o=Te("pattern"),s=Te("rect"),r=se(),a=Te("path"),l=se(),c=Te("path"),d=se(),h=Te("path"),w(n,"x","0"),w(n,"y","0"),w(n,"width","6"),w(n,"height","50"),w(n,"fill","none"),w(n,"stroke","#4B4B57"),w(n,"stroke-width","0.5"),w(e,"id","room-material-pattern-1"),w(e,"x","0"),w(e,"y","0"),w(e,"width","12"),w(e,"height","50"),w(e,"patternUnits","userSpaceOnUse"),w(e,"patternTransform","scale(50 50)"),w(s,"x","0"),w(s,"y","0"),w(s,"width","6"),w(s,"height","50"),w(s,"fill","none"),w(s,"stroke","#4B4B57"),w(s,"stroke-width","0.5"),w(o,"id","room-material-pattern-2"),w(o,"x","6"),w(o,"y","25"),w(o,"width","12"),w(o,"height","50"),w(o,"patternUnits","userSpaceOnUse"),w(o,"patternTransform","scale(50 50)"),w(a,"d",i[0]),w(a,"fill","#43434D"),w(c,"d",i[0]),w(c,"fill","url(#room-material-pattern-1)"),w(h,"d",i[0]),w(h,"fill","url(#room-material-pattern-2)")},m(u,m){O(u,t,m),B(t,e),B(e,n),B(t,o),B(o,s),O(u,r,m),O(u,a,m),O(u,l,m),O(u,c,m),O(u,d,m),O(u,h,m)},p(u,[m]){m&1&&w(a,"d",u[0]),m&1&&w(c,"d",u[0]),m&1&&w(h,"d",u[0])},i:K,o:K,d(u){u&&V(t),u&&V(r),u&&V(a),u&&V(l),u&&V(c),u&&V(d),u&&V(h)}}}function Ap(i,t,e){let n,{path:o}=t;return i.$$set=s=>{"path"in s&&e(1,o=s.path)},i.$$.update=()=>{i.$$.dirty&2&&e(0,n=us(o,{needZ:!0}))},[n,o]}class bp extends ce{constructor(t){super(),le(this,t,Ap,vp,ae,{path:1})}}function yp(i){fe(i,"svelte-1dykexu",".floorplan-plugin__room-material.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%}svg.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%;overflow:visible}")}function nl(i,t,e){const n=i.slice();return n[5]=t[e],n}function wp(i){let t,e;return t=new gp({props:{path:i[5].path}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.path=n[5].path),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Pp(i){let t,e;return t=new bp({props:{path:i[5].path}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.path=n[5].path),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Cp(i){let t,e;return t=new fp({props:{path:i[5].path}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.path=n[5].path),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function il(i){let t,e,n,o;const s=[Cp,Pp,wp],r=[];function a(l,c){return l[5].floorType===1?0:l[5].floorType===0?1:2}return e=a(i),n=r[e]=s[e](i),{c(){t=Te("svg"),n.c(),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${i[1]} ${i[2]}`),w(t,"class","svelte-1dykexu")},m(l,c){O(l,t,c),r[e].m(t,null),o=!0},p(l,c){let d=e;e=a(l),e===d?r[e].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),n=r[e],n?n.p(l,c):(n=r[e]=s[e](l),n.c()),k(n,1),n.m(t,null))},i(l){o||(k(n),o=!0)},o(l){L(n),o=!1},d(l){l&&V(t),r[e].d()}}}function Ep(i){let t,e,n=i[0],o=[];for(let r=0;r<n.length;r+=1)o[r]=il(nl(i,n,r));const s=r=>L(o[r],1,1,()=>{o[r]=null});return{c(){t=_("div");for(let r=0;r<o.length;r+=1)o[r].c();w(t,"class","floorplan-plugin__room-material svelte-1dykexu")},m(r,a){O(r,t,a);for(let l=0;l<o.length;l+=1)o[l]&&o[l].m(t,null);e=!0},p(r,[a]){if(a&7){n=r[0];let l;for(l=0;l<n.length;l+=1){const c=nl(r,n,l);o[l]?(o[l].p(c,a),k(o[l],1)):(o[l]=il(c),o[l].c(),k(o[l],1),o[l].m(t,null))}for(de(),l=n.length;l<o.length;l+=1)s(l);he()}},i(r){if(!e){for(let a=0;a<n.length;a+=1)k(o[a]);e=!0}},o(r){o=o.filter(Boolean);for(let a=0;a<o.length;a+=1)L(o[a]);e=!1},d(r){r&&V(t),qt(o,r)}}}function Ip(i,t,e){let n,{floorIndex:o}=t,{floorplanData:s}=t;const r=s.bounding.max.x-s.bounding.min.x,a=s.bounding.max.y-s.bounding.min.y;return i.$$set=l=>{"floorIndex"in l&&e(3,o=l.floorIndex),"floorplanData"in l&&e(4,s=l.floorplanData)},i.$$.update=()=>{i.$$.dirty&24&&e(0,n=s.floorDatas[o].rooms.map(l=>ye(F({},l),{path:l.path.map(c=>ch(c,s.bounding))})))},[n,r,a,o,s]}class kp extends ce{constructor(t){super(),le(this,t,Ip,Ep,ae,{floorIndex:3,floorplanData:4},yp)}}function xp(i){fe(i,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function Dp(i){let t,e,n,o;return{c(){t=Te("path"),w(t,"d",i[5]),w(t,"fill","#fff"),w(t,"style",i[2]),w(t,"id",e=`${i[1]}_${i[0].id}`),w(t,"class","svelte-qq2273")},m(s,r){O(s,t,r),n||(o=[Ce(t,"mouseenter",i[3]),Ce(t,"mouseleave",i[4])],n=!0)},p(s,[r]){r&4&&w(t,"style",s[2]),r&3&&e!==(e=`${s[1]}_${s[0].id}`)&&w(t,"id",e)},i:K,o:K,d(s){s&&V(t),n=!1,rt(o)}}}function Sp(i,t,e){let n,o,{room:s}=t,{floorIndex:r}=t,{floorplanData:a}=t,{hoveredRoom:l}=t,{highlightData:c}=t;function d(){l.set(s)}function h(){l.set(void 0)}const{bounding:u}=a,m=us(s.path,{needZ:!0,format:g=>ch(g,u)});return i.$$set=g=>{"room"in g&&e(0,s=g.room),"floorIndex"in g&&e(1,r=g.floorIndex),"floorplanData"in g&&e(6,a=g.floorplanData),"hoveredRoom"in g&&e(7,l=g.hoveredRoom),"highlightData"in g&&e(8,c=g.highlightData)},i.$$.update=()=>{i.$$.dirty&259&&e(9,n=c[`${r}_${s.id}`]),i.$$.dirty&512&&e(2,o=n?`fill: ${n.color}; --opacity: ${n.opacity}; pointer-events: ${n.disabled?"none":"auto"}`:null)},[s,r,o,d,h,m,a,l,c,n]}class Mp extends ce{constructor(t){super(),le(this,t,Sp,Dp,ae,{room:0,floorIndex:1,floorplanData:6,hoveredRoom:7,highlightData:8},xp)}}function Lp(i){fe(i,"svelte-1kqo6e4",".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}")}function ol(i,t,e){const n=i.slice();return n[6]=t[e],n}function sl(i,t){let e,n,o;const s=[{room:t[6],floorplanData:t[1],hoveredRoom:t[2],floorIndex:t[0],highlightData:t[3]}];let r={};for(let a=0;a<s.length;a+=1)r=Ze(r,s[a]);return n=new Mp({props:r}),{key:i,first:null,c(){e=Ee(),ne(n.$$.fragment),this.first=e},m(a,l){O(a,e,l),ee(n,a,l),o=!0},p(a,l){t=a;const c=l&15?st(s,[{room:t[6],floorplanData:t[1],hoveredRoom:t[2],floorIndex:t[0],highlightData:t[3]}]):{};n.$set(c)},i(a){o||(k(n.$$.fragment,a),o=!0)},o(a){L(n.$$.fragment,a),o=!1},d(a){a&&V(e),te(n,a)}}}function Tp(i){let t,e,n=[],o=new Map,s,r=i[1].floorDatas[i[0]].rooms;const a=l=>l[6].id;for(let l=0;l<r.length;l+=1){let c=ol(i,r,l),d=a(c);o.set(d,n[l]=sl(d,c))}return{c(){t=_("div"),e=Te("svg");for(let l=0;l<n.length;l+=1)n[l].c();w(e,"width","100%"),w(e,"height","100%"),w(e,"viewBox",`0 0 ${i[4]} ${i[5]}`),w(e,"class","svelte-1kqo6e4"),w(t,"class","floorplan-plugin__room-highlight svelte-1kqo6e4")},m(l,c){O(l,t,c),B(t,e);for(let d=0;d<n.length;d+=1)n[d]&&n[d].m(e,null);s=!0},p(l,[c]){c&15&&(r=l[1].floorDatas[l[0]].rooms,de(),n=Mt(n,c,a,1,l,r,o,e,un,sl,null,ol),he())},i(l){if(!s){for(let c=0;c<r.length;c+=1)k(n[c]);s=!0}},o(l){for(let c=0;c<n.length;c+=1)L(n[c]);s=!1},d(l){l&&V(t);for(let c=0;c<n.length;c+=1)n[c].d()}}}function zp(i,t,e){let{floorIndex:n}=t,{floorplanData:o}=t,{hoveredRoom:s}=t,{highlightData:r}=t;const a=o.bounding.max.x-o.bounding.min.x,l=o.bounding.max.y-o.bounding.min.y;return i.$$set=c=>{"floorIndex"in c&&e(0,n=c.floorIndex),"floorplanData"in c&&e(1,o=c.floorplanData),"hoveredRoom"in c&&e(2,s=c.hoveredRoom),"highlightData"in c&&e(3,r=c.highlightData)},[n,o,s,r,a,l]}class dh extends ce{constructor(t){super(),le(this,t,zp,Tp,ae,{floorIndex:0,floorplanData:1,hoveredRoom:2,highlightData:3},Lp)}}function jp(i){fe(i,"svelte-bl8zrz",".floorplan-plugin__floor.svelte-bl8zrz{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none}.floorplan-plugin__floor--is-current.svelte-bl8zrz{opacity:1;pointer-events:auto}")}function rl(i){let t,e;const n=[{floorIndex:i[1],floorplanData:i[8],hoveredRoom:i[14],highlightData:i[13]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new dh({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&24834?st(n,[{floorIndex:s[1],floorplanData:s[8],hoveredRoom:s[14],highlightData:s[13]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function al(i){let t,e;const n=[{floorplanData:i[8],roomAreaEnable:i[5],roomNameEnable:i[6],floorIndex:i[1],getRoomAreaText:i[9],getLabelElement:i[10],hoveredRoom:i[14],adaptiveRoomLabelVisibleEnable:i[12]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new $m({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&22370?st(n,[{floorplanData:s[8],roomAreaEnable:s[5],roomNameEnable:s[6],floorIndex:s[1],getRoomAreaText:s[9],getLabelElement:s[10],hoveredRoom:s[14],adaptiveRoomLabelVisibleEnable:s[12]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function ll(i){let t,e;const n=[{floorplanData:i[8],floorIndex:i[1],getRuleDistanceText:i[11]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new ap({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&2306?st(n,[{floorplanData:s[8],floorIndex:s[1],getRuleDistanceText:s[11]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function Vp(i){let t,e,n,o,s,r,a,l,c;const d=[{floorIndex:i[1],floorplanData:i[8]}];let h={};for(let b=0;b<d.length;b+=1)h=Ze(h,d[b]);e=new kp({props:h});let u=(i[2]||i[3])&&rl(i);const m=[{floorplanData:i[8],floorIndex:i[1]}];let g={};for(let b=0;b<m.length;b+=1)g=Ze(g,m[b]);s=new lh({props:g});let v=i[4]&&al(i),A=i[7]&&ll(i);return{c(){t=_("div"),ne(e.$$.fragment),n=se(),u&&u.c(),o=se(),ne(s.$$.fragment),r=se(),v&&v.c(),a=se(),A&&A.c(),w(t,"class",l=_e(`floorplan-plugin__floor${i[0]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz")},m(b,y){O(b,t,y),ee(e,t,null),B(t,n),u&&u.m(t,null),B(t,o),ee(s,t,null),B(t,r),v&&v.m(t,null),B(t,a),A&&A.m(t,null),c=!0},p(b,[y]){const C=y&258?st(d,[{floorIndex:b[1],floorplanData:b[8]}]):{};e.$set(C),b[2]||b[3]?u?(u.p(b,y),y&12&&k(u,1)):(u=rl(b),u.c(),k(u,1),u.m(t,o)):u&&(de(),L(u,1,1,()=>{u=null}),he());const D=y&258?st(m,[{floorplanData:b[8],floorIndex:b[1]}]):{};s.$set(D),b[4]?v?(v.p(b,y),y&16&&k(v,1)):(v=al(b),v.c(),k(v,1),v.m(t,a)):v&&(de(),L(v,1,1,()=>{v=null}),he()),b[7]?A?(A.p(b,y),y&128&&k(A,1)):(A=ll(b),A.c(),k(A,1),A.m(t,null)):A&&(de(),L(A,1,1,()=>{A=null}),he()),(!c||y&1&&l!==(l=_e(`floorplan-plugin__floor${b[0]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&w(t,"class",l)},i(b){c||(k(e.$$.fragment,b),k(u),k(s.$$.fragment,b),k(v),k(A),c=!0)},o(b){L(e.$$.fragment,b),L(u),L(s.$$.fragment,b),L(v),L(A),c=!1},d(b){b&&V(t),te(e),u&&u.d(),te(s),v&&v.d(),A&&A.d()}}}function _p(i,t,e){let{isCurrent:n}=t,{floorIndex:o}=t,{highlightEnable:s}=t,{hoverEnable:r}=t,{roomLabelsEnable:a}=t,{roomAreaEnable:l}=t,{roomNameEnable:c}=t,{ruleLabelsEnable:d}=t,{floorplanData:h}=t,{getRoomAreaText:u}=t,{getLabelElement:m}=t,{getRuleDistanceText:g}=t,{adaptiveRoomLabelVisibleEnable:v}=t,{highlightData:A}=t;const b=ca(void 0);return i.$$set=y=>{"isCurrent"in y&&e(0,n=y.isCurrent),"floorIndex"in y&&e(1,o=y.floorIndex),"highlightEnable"in y&&e(2,s=y.highlightEnable),"hoverEnable"in y&&e(3,r=y.hoverEnable),"roomLabelsEnable"in y&&e(4,a=y.roomLabelsEnable),"roomAreaEnable"in y&&e(5,l=y.roomAreaEnable),"roomNameEnable"in y&&e(6,c=y.roomNameEnable),"ruleLabelsEnable"in y&&e(7,d=y.ruleLabelsEnable),"floorplanData"in y&&e(8,h=y.floorplanData),"getRoomAreaText"in y&&e(9,u=y.getRoomAreaText),"getLabelElement"in y&&e(10,m=y.getLabelElement),"getRuleDistanceText"in y&&e(11,g=y.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in y&&e(12,v=y.adaptiveRoomLabelVisibleEnable),"highlightData"in y&&e(13,A=y.highlightData)},[n,o,s,r,a,l,c,d,h,u,m,g,v,A,b]}let Op=class extends ce{constructor(t){super(),le(this,t,_p,Vp,ae,{isCurrent:0,floorIndex:1,highlightEnable:2,hoverEnable:3,roomLabelsEnable:4,roomAreaEnable:5,roomNameEnable:6,ruleLabelsEnable:7,floorplanData:8,getRoomAreaText:9,getLabelElement:10,getRuleDistanceText:11,adaptiveRoomLabelVisibleEnable:12,highlightData:13},jp)}};function Bp(i){fe(i,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function cl(i,t,e){const n=i.slice();return n[21]=t[e],n}function dl(i){let t,e,n,o,s,r=i[13].floorDatas,a=[];for(let h=0;h<r.length;h+=1)a[h]=hl(cl(i,r,h));const l=h=>L(a[h],1,1,()=>{a[h]=null});let c=i[5]&&ul(i),d=i[8]&&fl(i);return{c(){t=_("div");for(let h=0;h<a.length;h+=1)a[h].c();e=se(),c&&c.c(),n=se(),d&&d.c(),w(t,"class","floorplan-main svelte-86bqav")},m(h,u){O(h,t,u);for(let m=0;m<a.length;m+=1)a[m]&&a[m].m(t,null);B(t,e),c&&c.m(t,null),B(t,n),d&&d.m(t,null),s=!0},p(h,u){if(i=h,u&2047696){r=i[13].floorDatas;let m;for(m=0;m<r.length;m+=1){const g=cl(i,r,m);a[m]?(a[m].p(g,u),k(a[m],1)):(a[m]=hl(g),a[m].c(),k(a[m],1),a[m].m(t,e))}for(de(),m=r.length;m<a.length;m+=1)l(m);he()}i[5]?c?(c.p(i,u),u&32&&k(c,1)):(c=ul(i),c.c(),k(c,1),c.m(t,n)):c&&(de(),L(c,1,1,()=>{c=null}),he()),i[8]?d?(d.p(i,u),u&256&&k(d,1)):(d=fl(i),d.c(),k(d,1),d.m(t,null)):d&&(de(),L(d,1,1,()=>{d=null}),he())},i(h){if(!s){for(let u=0;u<r.length;u+=1)k(a[u]);k(c),k(d),o||ot(()=>{o=Dn(t,In,{duration:i[0],easing:sn}),o.start()}),s=!0}},o(h){a=a.filter(Boolean);for(let u=0;u<a.length;u+=1)L(a[u]);L(c),L(d),s=!1},d(h){h&&V(t),qt(a,h),c&&c.d(),d&&d.d()}}}function hl(i){let t,e;const n=[{hoverEnable:i[6],highlightEnable:i[7],floorplanData:i[13],getRoomAreaText:i[16],getLabelElement:i[17],getRuleDistanceText:i[18],roomLabelsEnable:i[9],roomAreaEnable:i[10],roomNameEnable:i[11],ruleLabelsEnable:i[12],adaptiveRoomLabelVisibleEnable:i[19],highlightData:i[20]},{floorIndex:i[21].floorIndex},{isCurrent:i[21].floorIndex===i[4]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new Op({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&2047696?st(n,[r&2047680&&{hoverEnable:s[6],highlightEnable:s[7],floorplanData:s[13],getRoomAreaText:s[16],getLabelElement:s[17],getRuleDistanceText:s[18],roomLabelsEnable:s[9],roomAreaEnable:s[10],roomNameEnable:s[11],ruleLabelsEnable:s[12],adaptiveRoomLabelVisibleEnable:s[19],highlightData:s[20]},r&8192&&{floorIndex:s[21].floorIndex},r&8208&&{isCurrent:s[21].floorIndex===s[4]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function ul(i){let t,e;const n=[{panoIndex:i[3],floorplanData:i[13],lastPanoramaLongitude:i[14],cameraImageUrl:i[15]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new Pm({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&57352?st(n,[{panoIndex:s[3],floorplanData:s[13],lastPanoramaLongitude:s[14],cameraImageUrl:s[15]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function fl(i){let t,e;return t=new Sm({props:{floorplanData:i[13],northDesc:i[2]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&8192&&(s.floorplanData=n[13]),o&4&&(s.northDesc=n[2]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Rp(i){let t,e,n=i[1]&&dl(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[1]?n?(n.p(o,s),s&2&&k(n,1)):(n=dl(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Qp(i,t,e){let{duration:n=0}=t,{visible:o}=t,{northDesc:s}=t,{panoIndex:r}=t,{floorIndex:a}=t,{cameraEnable:l}=t,{hoverEnable:c}=t,{highlightEnable:d}=t,{compassEnable:h}=t,{roomLabelsEnable:u}=t,{roomAreaEnable:m}=t,{roomNameEnable:g}=t,{ruleLabelsEnable:v}=t,{floorplanData:A}=t,{lastPanoramaLongitude:b}=t,{cameraImageUrl:y}=t,{getRoomAreaText:C}=t,{getLabelElement:D}=t,{getRuleDistanceText:x}=t,{adaptiveRoomLabelVisibleEnable:I}=t,{highlightData:T}=t;return i.$$set=S=>{"duration"in S&&e(0,n=S.duration),"visible"in S&&e(1,o=S.visible),"northDesc"in S&&e(2,s=S.northDesc),"panoIndex"in S&&e(3,r=S.panoIndex),"floorIndex"in S&&e(4,a=S.floorIndex),"cameraEnable"in S&&e(5,l=S.cameraEnable),"hoverEnable"in S&&e(6,c=S.hoverEnable),"highlightEnable"in S&&e(7,d=S.highlightEnable),"compassEnable"in S&&e(8,h=S.compassEnable),"roomLabelsEnable"in S&&e(9,u=S.roomLabelsEnable),"roomAreaEnable"in S&&e(10,m=S.roomAreaEnable),"roomNameEnable"in S&&e(11,g=S.roomNameEnable),"ruleLabelsEnable"in S&&e(12,v=S.ruleLabelsEnable),"floorplanData"in S&&e(13,A=S.floorplanData),"lastPanoramaLongitude"in S&&e(14,b=S.lastPanoramaLongitude),"cameraImageUrl"in S&&e(15,y=S.cameraImageUrl),"getRoomAreaText"in S&&e(16,C=S.getRoomAreaText),"getLabelElement"in S&&e(17,D=S.getLabelElement),"getRuleDistanceText"in S&&e(18,x=S.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in S&&e(19,I=S.adaptiveRoomLabelVisibleEnable),"highlightData"in S&&e(20,T=S.highlightData)},[n,o,s,r,a,l,c,d,h,u,m,g,v,A,b,y,C,D,x,I,T]}let da=class extends ce{constructor(t){super(),le(this,t,Qp,Rp,ae,{duration:0,visible:1,northDesc:2,panoIndex:3,floorIndex:4,cameraEnable:5,hoverEnable:6,highlightEnable:7,compassEnable:8,roomLabelsEnable:9,roomAreaEnable:10,roomNameEnable:11,ruleLabelsEnable:12,floorplanData:13,lastPanoramaLongitude:14,cameraImageUrl:15,getRoomAreaText:16,getLabelElement:17,getRuleDistanceText:18,adaptiveRoomLabelVisibleEnable:19,highlightData:20},Bp)}};const Hp="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAwCAYAAACFUvPfAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAALaADAAQAAAABAAAAMAAAAADe2FZjAAAEF0lEQVRoBe2WzWskRRiHf13V092TxI2oEzYeVDwITtyDuCiihwiCePGgxIM3vYgHL4J4UIhBRA8i/gPqyUvWg7AiIuIeloDiYUHJLOK6BPwIk9nNODM9Xf1RVe1b3elJRjCZmQ6euqGmuqer33rq4e23GqiOykBloDJQGagMVAYqA5WBykBlYFYD1qwP/tdzaZqOx9zYOLxeX0+L5yzLGp0X/03a25MOnGRcBtx+6Rlo9SL08G4EooFnxa8Yiivox5/h5Ys/4cl7NVorNDRnngX+0MIkVMeMSf23zyKML8J7/Dy8hwF2Buh9CnS+AEQIdLspBuGb+M7/qLW4qJrNpsLapjYhpwVnx3BMfCtNNx3Etc9xywvnMf80wG8HmQainw0RxSGrnmeBp+8k5/j9S0HbvXb5io0Lz880/0wPHV1NlhLd316He+4xOCv5ragF7L9PrH1qBJyB0626x/lC+qrSvH5r/W+n1WpxUM5nMY4GPeH8lHJaPgfeAFQHCL+ntkXT+vnUc3W6pvTIwC0wy3rA4dwLmK2avZ7Eo9uKBuYJfgJscbs8dLCxDMt+EOEPBEZNEWyBYHqTz6bPXrzUnNrSShxHIsYiOL69zrCGLLcLqJP68tB+9w5wj+YhWDafQ2s61wNqxjZhmrQ2pvMFCEvXuCUZ7wqH794ZWs28LJqlTXSUyuksF2M/yOwqgkx2c1ADa4wLAQRk2sAGQQakhN6yFC2hltfz5kSY44NKQeeh+vtI/SSzWhg2CzCgmWISmKUGmaYFBDfCSymnfxJ6/+ospVcWOLLp5DGP/y0P/Rp66O99DQNq7Po3Ds0a0wY+My2QSv2N2mO/OyxR2o6UQk+Lv7yJ06JYSnnolZVU9cUn2O9SmaMWGFBqYXRwbqAJWIi94TX5biotpcGl1DXZ6LnqIbNDTnmUgi52Mv5l5ysMxIcZcGjy2DTK4ZHlcBC14zeSge4qphICjj3bS0A7o9nSp2TOkm7aZ8bGZy/jxhO87V91G0+dfY/Z7BWIIK9KYUi5qy/Hf8YfBG3sqJTHiQWhmTVkbip+wX3x6volVSx+LPAxF+VLXhZ8VQ+iP2Rta/iWe5v42Fngj0BbdnRTXh12ZIcKhTaGbcYjybRwXBU1lu9KlndXp04NM52poKWO0RZsviNaP9a6grkO972+st05pXhE5c1hTEluJy7XUejGUQNLMbAmTdWY1rKBLW3aTJqBZ7nZkb36DhYCreeYHbMUXHvaYi5XDK70EcgulmRjm77wNtenzuXCbmnTRaAx493rbGf3Jr/njMzj920CnKdUaFCjlDioy7NYNvOdGrQJNgI32/L2tkXfFPlxgToqjWVhD6KdLnQRdARf/HHQz2r2X2Gqy8pAZaAyUBmoDFQGKgP/q4F/AJYg9/s0ZoABAAAAAElFTkSuQmCC";function Gp(i){return X(this,null,function*(){const t=new Headers({"Content-Type":"text/plain"}),e=function(o){return X(this,null,function*(){const s={index:o.index,url:o.url,svgUrl:o.svg_url};if(o.svg_url){const r=yield fetch(o.svg_url,{headers:t}).then(a=>a.text());s.svgContent=r}return s})};return yield Promise.all(i.map(e))})}function Fp(i){return{id:i.id,size:i.size,name:i.name,path:i.path,roomType:i.room_type,floorType:i.floor_type,roomLabel:{position:i.room_label.position,positionInImage:i.room_label.position_in_image},observerIndexs:i.observer_indexs}}function Wp(i){return{floorName:i.floor_name,floorIndex:i.floor_index,rooms:i.rooms.map(Fp),rules:i.rules}}function Np(i){return{index:i.index,floorIndex:i.floor_index,position:i.position,positionInImage:i.position_in_image}}function Xp(i){return{rad:i.rad,position:i.position,positionInImage:i.position_in_image,northRad:i.north_rad,roomId:i.room_id,floorIndex:i.floor_index}}function ln(i){return X(this,null,function*(){const t=yield Gp(i.outlines),e=i.computed_data.bounding,n=i.computed_data.floor_datas.map(Wp),o=i.computed_data.entrance?Xp(i.computed_data.entrance):null;return{outlines:t,entrance:o,bounding:e,floorDatas:n,observers:i.computed_data.observers.map(Np)}})}function Yp(i,t,e){return i.map(o=>{const s=o.position,r=o.icon?o.icon:{url:Hp,width:45,height:48},a=dp(s,t),l=lp(s,e),c=cp(l,e);return{floorIndex:a,icon:r,id:o.id,position:l,positionInImage:c}})}function Up(i,t){return t(i),i}function fs(i,t){return Up({},e=>{for(const n in i)t.indexOf(n)===-1&&(e[n]=i[n])})}function ml(i,t){const e=Math.max(...i.work.observers.map(n=>n.floorIndex));return t>e?i.model.bounding.max.y:Math.max(...i.work.observers.filter(n=>n.floorIndex===t).map(n=>n.standingPosition.y))}function ha(i,t,e=nn.BOUNDING_CENTER){const n=ml(i,t),o=ml(i,t+1);return e===nn.BOUNDING_CENTER?(i.model.bounding.max.y+i.model.bounding.min.y)/2:e===nn.CEILING?o:n}function ua(i,t,e,n){const o=ha(i,e,n==null?void 0:n.attachedTo),s=new E.Vector3(0,o,0),r=new E.Vector3(1,o,0),a=s.clone().project(i.camera),l=r.clone().project(i.camera);return Math.abs((l.x-a.x)/1e3)*(t.getBoundingClientRect().width/2)}let eo=class{constructor(t,e){f(this,"VERSION","2.19.0");f(this,"five");f(this,"hooks",new li);f(this,"staticPrefix","//vrlab-static.ljcdn.com");this.five=t,e!=null&&e.staticPrefix&&(this.staticPrefix=e.staticPrefix)}getCurrentState(){return this.state}isAbsoluteURL(t){return na(t)?t:`${this.staticPrefix}${t}`}},Sn=class extends eo{};var At=(i=>(i.UnknownError="UnknownError",i.DataNotLoaded="DataNotLoaded",i.BreakOffByHide="BreakOffByHide",i.BreakOffByDisable="BreakOffByDisable",i.ModelNotLoaded="ModelNotLoaded",i.ChangeModeError="ChangeModeError",i.UpdateCameraError="UpdateCameraError",i))(At||{});const hh=500,qp=80;function Qr(i,t,e=4){return Math.floor(i*Math.pow(10,e))===Math.floor(t*Math.pow(10,e))}function fa(i,t){return X(this,null,function*(){const[e]=yield ii(i.changeMode(...t));if(e)throw new Error("change mode canceled");yield new Promise(r=>{i.once("initAnimationWillStart",()=>{i.once("initAnimationEnded",()=>r())})});const n=t[1];if(!n)return!0;const o=i.getCurrentState();if(!Jp(n,o))throw new Error("pose 与预期不符")})}function Jp(i,t){return Object.keys(i).every(e=>{const n=t[e];if(n===void 0)return!0;const o=i[e];return typeof n=="number"&&typeof o=="number"?Qr(n,o,2):n===o})}function ma(i,t){if(i.currentMode!==t.mode)return!1;const{latitude:e,longitude:n,fov:o}=t,{latitude:s,longitude:r}=i.getCurrentState(),a=i.camera.fov;return!(!Qr(e,s,2)||!Qr(n,r,2)||o!==a)}function uh(i,t,e=!0){return X(this,null,function*(){if(ma(i,t)===!0)return;const o=i.getCurrentState();if(o.mode!==t.mode){const[d]=yield ii(fa(i,[t.mode,t,void 0,e]));if(d)throw new Error(At.ChangeModeError);return}const{latitude:s,longitude:r,fov:a}=o,l=Math.min(1e3,Math.max(200,Math.abs(s-Math.PI/2)*1e3,(r>Math.PI?2*Math.PI-r:r)*500,Math.abs(a-t.fov)*10)),[c]=yield ii(i.updateCamera(t,l,e));if(c)throw new Error(At.UpdateCameraError)})}function si(i,t,e=300){const n=i.getElement();n&&(n.style.opacity=t+"",n.style.transition=e===0?"none":`opacity ${e}ms linear`,e!==0&&Promise.race([new Promise(o=>n.addEventListener("transitionend",o,{once:!0})),new Promise(o=>setTimeout(o,e))]).then(()=>{n.style.transition="none"}))}function Zp(i){const{latitude:t,longitude:e}=i,n=Math.abs(t-Math.PI/2)>5*Math.PI/180,o=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return n||o}function Kp(i){const{latitude:t,longitude:e}=i,n=Math.abs(t-Math.PI/2)<10*Math.PI/180,o=e<30*(Math.PI/180)||e>330*(Math.PI/180);return n&&o}let $p=class extends Sn{constructor(e,n){var a;super(e);f(this,"name","modelFloorplanPlugin");f(this,"state");f(this,"data");f(this,"showState");f(this,"showPromise");f(this,"app");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"selector");f(this,"showRejection");f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"dispose",()=>{var e,n;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(n=this.container)==null||n.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});f(this,"show",(...n)=>X(this,[...n],function*(e={}){if(!this.state.enabled||!this.showPromise&&this.state.visible)return;const o=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},o),this._show(e)}));f(this,"hide",(...n)=>X(this,[...n],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));f(this,"updateSize",()=>{if(!this.data||!ma(this.five,this.showState)||!this.container||!this.wrapper)return;const{min:e,max:n}=this.data.bounding,o=n.x-e.x,s=n.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=ua(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(o*a),c=Math.ceil(s*a);this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c})});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var o,s,r;const{userAction:n}=e;this.hooks.emit("disable",{userAction:n}),(o=this.showRejection)==null||o.call(this,At.BreakOffByDisable),this.showPromise=void 0,(s=this.app)==null||s.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});f(this,"_enable",e=>{const{userAction:n}=e;this.addEventListener(),this.wrapper&&(this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:n}),this.state.visible&&this._show({userAction:n}))});f(this,"_show",e=>X(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(At.ModelNotLoaded);if(!this.data)throw new Error(At.DataNotLoaded);this.isHiddenByHideFunc=!1;const n={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},o=F(F({},n),e),s=()=>X(this,null,function*(){this.hooks.emit("show",{userAction:o.userAction,auto:o.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield ii(uh(this.five,this.showState,o.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(At.UnknownError);this.updateSize(),this.floorIndex=o.floorIndex,this.five.model.show(this.floorIndex);const d=o.modelOpacity,h=o.immediately?0:hh;si(this.five,d,h),this.render(h)});return this.showPromise=s().then(()=>{this.hooks.emit("showAnimationEnded",{auto:o.isAutoShow,userAction:o.userAction})}).catch(a=>{if(this.updateState({visible:!1},o.userAction),!o.isAutoShow&&a instanceof Error)throw a}).finally(()=>{this.showPromise=void 0,this.showRejection=void 0}),this.showPromise}));f(this,"_hide",e=>{var s;(s=this.showRejection)==null||s.call(this,At.BreakOffByHide),this.showPromise=void 0;const o=F(F({},{userAction:!0,isAutoHide:!1}),e);si(this.five,1,0),this.hooks.emit("hide",{auto:o.isAutoHide,userAction:o.userAction}),this.render()});f(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});f(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});f(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});f(this,"onFiveInteriaPan",(e,n)=>{if(!n||this.state.config.autoShowEnable===!1||this.isHiddenByHideFunc)return;const o=this.five.getCurrentState();o.mode==="Floorplan"&&(this.state.visible||Kp(o)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});f(this,"onFivePanoArrived",e=>{var n;(n=this.five)!=null&&n.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,n)=>{if(!this.state.visible||this.showPromise)return;const o=this.five.getCurrentState();Zp(o)&&(this.updateState({visible:!1},n),this._hide({userAction:n,isAutoHide:!0}))});f(this,"onFiveWantsGesture",(e,n)=>{if(this.state.visible&&(n.length>1||e==="mouseWheel"))return!1});f(this,"onFiveWantsPanGesture",(e,n)=>{if(this.five.getCurrentState().mode==="Floorplan"&&this.state.config.autoShowEnable!==!1&&n&&this.state.visible)return this.five.updateCamera(this.showState,0),!1});f(this,"onFiveWantsTapGesture",()=>this.handleClick());f(this,"onFiveWantsChangeMode",(e,n)=>{n==="Panorama"&&e==="Floorplan"&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const n=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[n].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});n!=null&&n.selector&&(this.selector=n.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.showState={mode:"Floorplan",longitude:0,latitude:Math.PI/2,fov:qp/((a=n==null?void 0:n.scale)!=null?a:1)};const o={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,adaptiveRoomLabelVisibleEnable:!0,cameraImageUrl:an,attachedTo:nn.BOUNDING_CENTER,getLabelElement:void 0,getRoomAreaText:l=>(l/1e6).toFixed(1)+"㎡",getRuleDistanceText:l=>l.toString()},s=n?fs(n,["selector","scale"]):{},r=F(F({},o),s);this.state={enabled:!0,visible:!1,config:r},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,n,o=!0){return X(this,null,function*(){function s(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!r.version&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=s(a)?a.data:a,c=this.data;this.data=yield ln(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),n&&this.updateState(n,o),this.render()})}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}enable(e={}){if(this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||n),this._enable({userAction:n})}disable(e={}){if(!this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||n),this._disable({userAction:n})}setState(e,n={}){const o=this.state,s=n.userAction!==void 0?n.userAction:!0;if(this.updateState(e,s),e.enabled!==void 0&&o.enabled!==e.enabled&&(e.enabled?this._enable({userAction:s}):this._disable({userAction:s})),e.visible!==void 0&&o.visible!==e.visible){const r={userAction:s};e.visible?this._show(r):this._hide(r)}this.render()}changeConfigs(e,n=!0){this.updateState({config:e},n),this.render()}formatData(e){return X(this,null,function*(){return yield ln(e.data)})}updateState(e,n){const o=this.state,s=e.config?F(F({},o.config),e.config):o.config;this.state=ye(F(F({},this.state),e),{config:s}),!_t(this.state,o,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:n})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("interiaPan",this.onFiveInteriaPan),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("interiaPan",this.onFiveInteriaPan),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0)return;const n=ye(F({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(n);this.app=new da({target:this.container,intro:!0,props:n})}};const eg=(i,t)=>new $p(i,t);function tg(i){const{latitude:t,longitude:e}=i,n=Math.abs(t-Math.PI/2)>5*Math.PI/180,o=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return n||o}function ng(i){const{latitude:t,longitude:e}=i,n=Math.abs(t-Math.PI/2)<10*Math.PI/180,o=e<30*(Math.PI/180)||e>330*(Math.PI/180);return n&&o}let ig=class extends Sn{constructor(e,n){super(e);f(this,"name","modelFloorplanPlugin");f(this,"state");f(this,"data");f(this,"showState");f(this,"showPromise");f(this,"app");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"selector");f(this,"showRejection");f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"dispose",()=>{var e,n;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(n=this.container)==null||n.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});f(this,"show",(...n)=>X(this,[...n],function*(e={}){if(!this.state.enabled||!this.showPromise&&this.state.visible)return;const o=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},o),this._show(e)}));f(this,"hide",(...n)=>X(this,[...n],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));f(this,"updateSize",()=>{if(!this.data||!ma(this.five,this.showState)||!this.container||!this.wrapper)return;const{min:e,max:n}=this.data.bounding,o=n.x-e.x,s=n.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=ua(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(o*a),c=Math.ceil(s*a);this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c})});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var o,s,r;const{userAction:n}=e;this.hooks.emit("disable",{userAction:n}),(o=this.showRejection)==null||o.call(this,At.BreakOffByDisable),this.showPromise=void 0,(s=this.app)==null||s.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});f(this,"_enable",e=>{const{userAction:n}=e;this.addEventListener(),this.wrapper&&(this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:n}),this.state.visible&&this._show({userAction:n}))});f(this,"_show",e=>X(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(At.ModelNotLoaded);if(!this.data)throw new Error(At.DataNotLoaded);this.isHiddenByHideFunc=!1;const n={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},o=F(F({},n),e),s=()=>X(this,null,function*(){this.hooks.emit("show",{userAction:o.userAction,auto:o.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield ii(uh(this.five,this.showState,o.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(At.UnknownError);this.updateSize(),this.updatePosition(),this.floorIndex=o.floorIndex,this.five.model.show(this.floorIndex);const d=o.modelOpacity,h=o.immediately?0:hh;si(this.five,d,h),this.render(h)});return this.showPromise=s().then(()=>{this.hooks.emit("showAnimationEnded",{auto:o.isAutoShow,userAction:o.userAction})}).catch(a=>{if(this.updateState({visible:!1},o.userAction),!o.isAutoShow&&a instanceof Error)throw a}).finally(()=>{this.showPromise=void 0,this.showRejection=void 0}),this.showPromise}));f(this,"_hide",e=>{var s;(s=this.showRejection)==null||s.call(this,At.BreakOffByHide),this.showPromise=void 0;const o=F(F({},{userAction:!0,isAutoHide:!1}),e);si(this.five,1,0),this.hooks.emit("hide",{auto:o.isAutoHide,userAction:o.userAction}),this.render()});f(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});f(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});f(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});f(this,"onFivePanoArrived",e=>{var n;(n=this.five)!=null&&n.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,n)=>{if(!this.state.visible||this.showPromise)return;const o=this.five.getCurrentState();this.updatePosition(),this.updateSize(),tg(o)&&(this.updateState({visible:!1},n),this._hide({userAction:n}))});f(this,"onFiveWantsPanGesture",(e,n)=>{if(this.five.getCurrentState().mode===this.showState.mode&&this.state.config.autoShowEnable!==!1){if(n&&this.state.visible)return this.five.updateCamera(this.showState,0),!1;if(n&&!this.state.visible){if(this.isHiddenByHideFunc)return;const o=this.five.getCurrentState();return o.mode!==this.showState.mode||this.state.visible?void 0:(ng(o)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})),!1)}}});f(this,"onFiveWantsTapGesture",()=>this.handleClick());f(this,"onFiveWantsChangeMode",(e,n)=>{n==="Panorama"&&e===this.showState.mode&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const n=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[n].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});n!=null&&n.selector&&(this.selector=n.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.showState={mode:"Mapview",longitude:0,latitude:Math.PI/2,fov:90};const o={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,cameraImageUrl:an,attachedTo:nn.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:a=>(a/1e6).toFixed(1)+"㎡",getRuleDistanceText:a=>a.toString()},s=n?fs(n,["selector","scale"]):{},r=F(F({},o),s);this.state={enabled:!0,visible:!1,config:r},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,n,o=!0){return X(this,null,function*(){function s(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!r.version&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=s(a)?a.data:a,c=this.data;this.data=yield ln(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),n&&this.updateState(n,o),this.render()})}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}enable(e={}){if(this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||n),this._enable({userAction:n})}disable(e={}){if(!this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||n),this._disable({userAction:n})}setState(e,n={}){const o=this.state,s=n.userAction!==void 0?n.userAction:!0;if(this.updateState(e,s),e.enabled!==void 0&&o.enabled!==e.enabled&&(e.enabled?this._enable({userAction:s}):this._disable({userAction:s})),e.visible!==void 0&&o.visible!==e.visible){const r={userAction:s};e.visible?this._show(r):this._hide(r)}}changeConfigs(e,n=!0){this.updateState({config:e},n),this.render()}updatePosition(){var a;const e=ha(this.five,this.floorIndex,this.state.config.attachedTo),n=(a=this.five.model)==null?void 0:a.bounding.getCenter(new E.Vector3).setY(e);if(!n)return;const o=n.clone().project(this.five.camera),s=(o.x+1)/2,r=-(o.y-1)/2;this.container.style.left=s*100+"%",this.container.style.top=r*100+"%"}formatData(e){return X(this,null,function*(){return yield ln(e.data)})}updateState(e,n){const o=this.state,s=e.config?F(F({},o.config),e.config):o.config;this.state=ye(F(F({},this.state),e),{config:s}),!_t(this.state,o,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:n})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0)return;const n=ye(F({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(n);this.app=new da({target:this.container,intro:!0,props:n})}};const og=(i,t)=>new ig(i,t);let sg=class extends Sn{constructor(e,n){super(e);f(this,"name","topviewFloorplanPlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"selector");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper||this.five.getCurrentState().mode!=="Topview")return;const{min:e,max:n}=this.data.bounding,o=n.x-e.x,s=n.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=ua(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(o*a),c=Math.ceil(s*a);this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c})});f(this,"dispose",()=>{var e,n;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(n=this.container)==null||n.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var o,s;const{userAction:n}=e;(o=this.app)==null||o.$destroy(),this.app=void 0,(s=this.container)==null||s.remove(),this.removeEventListener(),this.hooks.emit("disable",{userAction:n})});f(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});f(this,"onFiveModeChange",(...[e,,,,n])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},n),this._hide({userAction:n}))});f(this,"onFivePanoArrived",e=>{var n;(n=this.five)!=null&&n.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,n)=>{this.state.visible&&(this.updatePosition(),this.updateSize())});f(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});f(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});f(this,"onFiveInitAnimationEnded",(...[,,e])=>{const{mode:n}=this.five.getCurrentState();n==="Topview"&&!this.isHiddenByHideFunc&&!this.state.visible&&this.state.config.autoShowEnable&&(this.updateState({visible:!0},e),this._show({userAction:e}))});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const n=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[n].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});n!=null&&n.selector&&(this.selector=n.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法"));const o={northDesc:"北",modelOpacity:1,cameraEnable:!0,hoverEnable:!0,highlightEnable:!1,compassEnable:!0,gestureEnable:!1,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,cameraImageUrl:an,attachedTo:nn.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:a=>(a/1e6).toFixed(1)+"㎡",getRuleDistanceText:a=>a.toString()},s=n?fs(n,["selector","scale"]):{},r=F(F({},o),s);this.state={enabled:!0,visible:!1,config:r},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,n,o=!0){return X(this,null,function*(){function s(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!r.version&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=s(a)?a.data:a,c=this.data;this.data=yield ln(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),n&&this.updateState(n,o),this.render()})}updatePosition(){var a;const e=ha(this.five,this.floorIndex,this.state.config.attachedTo),n=(a=this.five.model)==null?void 0:a.bounding.getCenter(new E.Vector3).setY(e);if(!n)return;const o=n.clone().project(this.five.camera),s=(o.x+1)/2,r=-(o.y-1)/2;this.container.style.left=s*100+"%",this.container.style.top=r*100+"%"}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}show(){return X(this,arguments,function*(e={}){if(this.state.visible)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},n),this._show({userAction:n})})}hide(){return X(this,arguments,function*(e={}){if(this.isHiddenByHideFunc=!0,!this.state.visible)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},n),this._hide({userAction:n})})}enable(e={}){if(this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||n),this._enable({userAction:n})}disable(e={}){if(!this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||n),this._disable({userAction:n})}setState(e,n={}){const o=this.state,s=n.userAction!==void 0?n.userAction:!0;if(this.updateState(e,s),e.enabled!==void 0&&o.enabled!==e.enabled){const r={userAction:s};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&o.visible!==e.visible){const r={userAction:s};e.visible?this._show(r):this._hide(r)}}changeConfigs(e,n=!0){this.updateState({config:e},n),this.render()}formatData(e){return X(this,null,function*(){return yield ln(e.data)})}_show(e){return X(this,null,function*(){if(!this.state.enabled)return;this.isHiddenByHideFunc=!1;const{userAction:n}=e;this.hooks.emit("show",{userAction:n,auto:!1}),this.five.getCurrentState().mode!=="Topview"&&(yield fa(this.five,["Topview",void 0,void 0,n])),this.five.model.show(this.floorIndex),this.updatePosition(),this.updateSize();const o=500,s=this.state.config.modelOpacity;si(this.five,s,o),this.hooks.emit("showAnimationEnded",{userAction:n,auto:!1}),this.render()})}_hide(e){return X(this,null,function*(){if(!this.state.enabled)return;const{userAction:n}=e;this.hooks.emit("hide",{userAction:n,auto:!1});const o=1,s=0;si(this.five,o,s),this.render()})}_enable(e){const{userAction:n}=e;this.addEventListener(),this.wrapper&&this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:n}),this.state.visible&&this._show({userAction:n})}updateState(e,n){const o=this.state,s=e.config?F(F({},o.config),e.config):o.config;this.state=ye(F(F({},this.state),e),{config:s}),!_t(this.state,o,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:n})}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsMoveToPano",this.onFiveWantsMoveToPano),e.on("initAnimationEnded",this.onFiveInitAnimationEnded),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modeChange",this.onFiveModeChange),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsMoveToPano",this.onFiveWantsMoveToPano),e.off("initAnimationEnded",this.onFiveInitAnimationEnded),e.off("modelShownFloorChange",this.onModelShownFloorChange)}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate3d(-50%, -50%, 10px)",zIndex:10,pointerEvents:"none","will-change":"width, height"}),this.five.addExtraElement(this.container)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0)return;const n=ye(F({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(n);this.app=new da({target:this.container,intro:!0,props:n})}};const rg=(i,t)=>new sg(i,t);function pa(i,t=200){let e;return function(...n){e||(i(...n),e=setTimeout(function(){e=null},t))}}function ag(i){fe(i,"svelte-1nqrlxd",".plugin-radar__camera-wrapper.svelte-1nqrlxd{width:100%;height:100%;position:absolute;pointer-events:none}.plugin-radar__camera-position.svelte-1nqrlxd{position:absolute;left:0;top:0;width:0;height:0;transform:none;pointer-events:none;transition:transform 1s linear}.plugin-radar__camera-rotate.svelte-1nqrlxd{position:absolute;left:-0.9375rem;top:-0.9375rem;width:1.0625rem;height:1.0625rem;transform-origin:0.9375rem 0.9375rem;transform:rotate(45deg);background-repeat:no-repeat;background-size:100%}")}function lg(i){let t,e,n;return{c(){t=_("div"),e=_("div"),n=_("div"),w(n,"class","plugin-radar__camera-rotate svelte-1nqrlxd"),j(n,"background-image","url("+(i[0]||an)+")"),j(n,"transform",i[1]),w(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),j(e,"transform",i[2]),w(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd")},m(o,s){O(o,t,s),B(t,e),B(e,n)},p(o,[s]){s&1&&j(n,"background-image","url("+(o[0]||an)+")"),(s&1||s&3)&&j(n,"transform",o[1]),s&4&&j(e,"transform",o[2])},i:K,o:K,d(o){o&&V(t)}}}function cg(i){return`rotate(${Math.floor(i/Math.PI*180)*-1+45}deg)`}function dg(i,t,e){let n,o,{five:s}=t,{pxmm:r}=t,{floorplanData:a}=t,{cameraImageUrl:l}=t,c=s.getCurrentState().panoIndex,d=s.getCurrentState().longitude;function h(g,v){const A=g.bounding,b=g.observers[v];if(!b)return"";const y=(A.max.x-A.min.x)*r,C=(A.max.y-A.min.y)*r,D=Math.floor(b.positionInImage.x*y),x=Math.floor(b.positionInImage.y*C);return`translate(${D}px, ${x}px)`}function u(g){e(6,c=g)}const m=pa(g=>{e(7,d=g.longitude)},1e3/60);return St(()=>(s.on("panoWillArrive",u),s.on("cameraDirectionUpdate",m),function(){s.off("panoWillArrive",u),s.off("cameraDirectionUpdate",m)})),i.$$set=g=>{"five"in g&&e(3,s=g.five),"pxmm"in g&&e(4,r=g.pxmm),"floorplanData"in g&&e(5,a=g.floorplanData),"cameraImageUrl"in g&&e(0,l=g.cameraImageUrl)},i.$$.update=()=>{i.$$.dirty&96&&e(2,n=h(a,c)),i.$$.dirty&128&&e(1,o=cg(d))},[l,o,n,s,r,a,c,d]}class hg extends ce{constructor(t){super(),le(this,t,dg,lg,ae,{five:3,pxmm:4,floorplanData:5,cameraImageUrl:0},ag)}}function ug(i){fe(i,"svelte-1i87fz7",".plugin-pano-floorplan__extra-objects.svelte-1i87fz7{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.plugin-pano-floorplan__extra-object-item--position.svelte-1i87fz7{position:absolute;width:0;height:0}.plugin-pano-floorplan__extra-object-item.svelte-1i87fz7{transform:translate(-50%, -50%)}")}function pl(i,t,e){const n=i.slice();return n[1]=t[e],n}function gl(i,t){let e,n,o=`${t[1].icon.width/16}rem`,s=`${t[1].icon.height/16}rem`,r,a=`${t[1].positionInImage.y*100}%`,l=`${t[1].positionInImage.x*100}%`;return{key:i,first:null,c(){e=_("div"),n=_("div"),r=se(),w(n,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),j(n,"background-image",`url(${t[1].icon.url})`),j(n,"width",o),j(n,"height",s),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),j(e,"top",a),j(e,"left",l),this.first=e},m(c,d){O(c,e,d),B(e,n),B(e,r)},p(c,d){t=c,d&1&&j(n,"background-image",`url(${t[1].icon.url})`);const h=d&1;h&&j(n,"width",o),h&&j(n,"height",s),d&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&j(e,"top",a),d&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&j(e,"left",l)},d(c){c&&V(e)}}}function fg(i){let t,e=[],n=new Map,o=i[0];const s=r=>r[1].id;for(let r=0;r<o.length;r+=1){let a=pl(i,o,r),l=s(a);n.set(l,e[r]=gl(l,a))}return{c(){t=_("div");for(let r=0;r<e.length;r+=1)e[r].c();w(t,"class","plugin-pano-floorplan__extra-objects svelte-1i87fz7")},m(r,a){O(r,t,a);for(let l=0;l<e.length;l+=1)e[l]&&e[l].m(t,null)},p(r,[a]){a&1&&(o=r[0],e=Mt(e,a,s,1,r,o,n,t,aa,gl,null,pl))},i:K,o:K,d(r){r&&V(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function mg(i,t,e){let{extraObjects:n=[]}=t;return i.$$set=o=>{"extraObjects"in o&&e(0,n=o.extraObjects)},[n]}class pg extends ce{constructor(t){super(),le(this,t,mg,fg,ae,{extraObjects:0},ug)}}function vl(i){let t,e;const n=[{five:i[0],pxmm:i[1],floorIndex:i[2],floorplanData:i[4],onRoomHeightClick:i[7],highlightData:i[5]}];let o={};for(let s=0;s<n.length;s+=1)o=Ze(o,n[s]);return t=new dh({props:o}),{c(){ne(t.$$.fragment)},m(s,r){ee(t,s,r),e=!0},p(s,r){const a=r&183?st(n,[{five:s[0],pxmm:s[1],floorIndex:s[2],floorplanData:s[4],onRoomHeightClick:s[7],highlightData:s[5]}]):{};t.$set(a)},i(s){e||(k(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){te(t,s)}}}function gg(i){let t,e,n,o,s,r;const a=[{floorIndex:i[2],floorplanData:i[4]}];let l={};for(let d=0;d<a.length;d+=1)l=Ze(l,a[d]);t=new lh({props:l}),n=new pg({props:{extraObjects:i[6]}});let c=i[3]&&vl(i);return{c(){ne(t.$$.fragment),e=se(),ne(n.$$.fragment),o=se(),c&&c.c(),s=Ee()},m(d,h){ee(t,d,h),O(d,e,h),ee(n,d,h),O(d,o,h),c&&c.m(d,h),O(d,s,h),r=!0},p(d,[h]){const u=h&20?st(a,[{floorIndex:d[2],floorplanData:d[4]}]):{};t.$set(u);const m={};h&64&&(m.extraObjects=d[6]),n.$set(m),d[3]?c?(c.p(d,h),h&8&&k(c,1)):(c=vl(d),c.c(),k(c,1),c.m(s.parentNode,s)):c&&(de(),L(c,1,1,()=>{c=null}),he())},i(d){r||(k(t.$$.fragment,d),k(n.$$.fragment,d),k(c),r=!0)},o(d){L(t.$$.fragment,d),L(n.$$.fragment,d),L(c),r=!1},d(d){te(t,d),d&&V(e),te(n,d),d&&V(o),c&&c.d(d),d&&V(s)}}}function vg(i,t,e){let n,{five:o}=t,{pxmm:s}=t,{floorIndex:r}=t,{hoverEnable:a}=t,{floorplanData:l}=t,{extraObjects:c=[]}=t,{highlightData:d}=t;const h=void 0;return i.$$set=u=>{"five"in u&&e(0,o=u.five),"pxmm"in u&&e(1,s=u.pxmm),"floorIndex"in u&&e(2,r=u.floorIndex),"hoverEnable"in u&&e(3,a=u.hoverEnable),"floorplanData"in u&&e(4,l=u.floorplanData),"extraObjects"in u&&e(8,c=u.extraObjects),"highlightData"in u&&e(5,d=u.highlightData)},i.$$.update=()=>{i.$$.dirty&260&&e(6,n=c==null?void 0:c.filter(u=>u.floorIndex===r))},[o,s,r,a,l,d,n,h,c]}class Ag extends ce{constructor(t){super(),le(this,t,vg,gg,ae,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:8,highlightData:5})}}function bg(i){fe(i,"svelte-1mvqyqq",".plugin-floorplan-radar.svelte-1mvqyqq{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.plugin-floorplan-radar-container.svelte-1mvqyqq{position:relative}")}function Al(i){let t,e,n,o,s=i[7]!==0&&bl(i);return{c(){t=_("div"),s&&s.c(),w(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){O(r,t,a),s&&s.m(t,null),e=!0,n||(o=[Ut(vi.call(null,t)),Ce(t,"clientWidth",i[13]),Ce(t,"clientHeight",i[14])],n=!0)},p(r,a){r[7]!==0?s?(s.p(r,a),a&128&&k(s,1)):(s=bl(r),s.c(),k(s,1),s.m(t,null)):s&&(de(),L(s,1,1,()=>{s=null}),he())},i(r){e||(k(s),e=!0)},o(r){L(s),e=!1},d(r){r&&V(t),s&&s.d(),n=!1,rt(o)}}}function bl(i){let t,e,n,o,s=`${i[9]}px`,r=`${i[12]}px`,a;const l=[{five:i[0],pxmm:i[10],floorIndex:i[11],floorplanData:i[3],hoverEnable:i[2],extraObjects:i[5],highlightData:i[6]}];let c={};for(let u=0;u<l.length;u+=1)c=Ze(c,l[u]);e=new Ag({props:c});const d=[{pxmm:i[10],five:i[0],floorplanData:i[3],cameraImageUrl:i[4]}];let h={};for(let u=0;u<d.length;u+=1)h=Ze(h,d[u]);return o=new hg({props:h}),{c(){t=_("div"),ne(e.$$.fragment),n=se(),ne(o.$$.fragment),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),j(t,"width",s),j(t,"height",r)},m(u,m){O(u,t,m),ee(e,t,null),B(t,n),ee(o,t,null),a=!0},p(u,m){const g=m&3181?st(l,[{five:u[0],pxmm:u[10],floorIndex:u[11],floorplanData:u[3],hoverEnable:u[2],extraObjects:u[5],highlightData:u[6]}]):{};e.$set(g);const v=m&1049?st(d,[{pxmm:u[10],five:u[0],floorplanData:u[3],cameraImageUrl:u[4]}]):{};o.$set(v),m&512&&s!==(s=`${u[9]}px`)&&j(t,"width",s),m&4096&&r!==(r=`${u[12]}px`)&&j(t,"height",r)},i(u){a||(k(e.$$.fragment,u),k(o.$$.fragment,u),a=!0)},o(u){L(e.$$.fragment,u),L(o.$$.fragment,u),a=!1},d(u){u&&V(t),te(e),te(o)}}}function yg(i){let t,e,n=i[1]&&Al(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[1]?n?(n.p(o,s),s&2&&k(n,1)):(n=Al(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function wg(i,t,e){var C,D;let{five:n}=t,{visible:o}=t,{hoverEnable:s}=t,{floorplanData:r}=t,{cameraImageUrl:a}=t,{extraObjects:l=[]}=t,{highlightData:c}=t,d=0,h=(D=(C=n.work.observers[n.getCurrentState().panoIndex])==null?void 0:C.floorIndex)!=null?D:0,u=0,m=0,g=0,v=0;function A(x){e(11,h=n.work.observers[x].floorIndex)}St(()=>(n.on("panoArrived",A),()=>{n.off("panoArrived",A)}));const b=x=>{e(7,u=x.detail)},y=x=>{e(8,m=x.detail)};return i.$$set=x=>{"five"in x&&e(0,n=x.five),"visible"in x&&e(1,o=x.visible),"hoverEnable"in x&&e(2,s=x.hoverEnable),"floorplanData"in x&&e(3,r=x.floorplanData),"cameraImageUrl"in x&&e(4,a=x.cameraImageUrl),"extraObjects"in x&&e(5,l=x.extraObjects),"highlightData"in x&&e(6,c=x.highlightData)},i.$$.update=()=>{if(i.$$.dirty&904){const x=Math.min(u,m),{max:I,min:T}=r.bounding,S=I.x-T.x,N=I.y-T.y,U=function(){return S>N?[x,x/S*N]:[x/N*S,x]}();e(9,g=U[0]),e(12,v=U[1]),e(10,d=g/S)}},[n,o,s,r,a,l,c,u,m,g,d,h,v,b,y]}class Pg extends ce{constructor(t){super(),le(this,t,wg,yg,ae,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6},bg)}}let Cg=class extends Sn{constructor(e,n){super(e);f(this,"name","panoFloorplanRadarPlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"wrapperSelector","");f(this,"wrapper",null);f(this,"disposed",!1);f(this,"extraObjects",[]);f(this,"highlightData",{});f(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.hooks.emit("dispose")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var o;const{userAction:n}=e;(o=this.app)==null||o.$destroy(),this.app=void 0,this.hooks.emit("disable",{userAction:n})});this.five=e;const o={hoverEnable:!0,highlightEnable:!0,cameraImageUrl:an},s=n!=null&&n.configs?n.configs:{},r=F(F({},o),s);this.state={enabled:!0,visible:!0,config:r},n!=null&&n.wrapper&&console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法"),typeof(n==null?void 0:n.wrapper)=="string"?this.wrapperSelector=n.wrapper:(n==null?void 0:n.wrapper)instanceof Element&&(this.wrapper=n.wrapper),e.once("dispose",this.dispose)}load(e,n,o=!0){return X(this,null,function*(){function s(c){return Object.prototype.hasOwnProperty.apply(c,["version"])}const r=JSON.parse(JSON.stringify(e)),a=s(r)?r.data:r,l=this.data;this.data=yield ln(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),n&&this.updateState(n,o),this.render()})}show(){return X(this,arguments,function*(e={}){if(this.state.visible)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},n),this._show({userAction:n})})}hide(){return X(this,arguments,function*(e={}){if(!this.state.visible)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},n),this._hide({userAction:n})})}enable(e={}){if(this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||n),this._enable({userAction:n})}disable(e={}){if(!this.state.enabled)return;const n=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||n),this._disable({userAction:n})}setState(e,n={}){const o=this.state,s=n.userAction!==void 0?n.userAction:!0;if(this.updateState(e,s),e.enabled!==void 0&&o.enabled!==e.enabled){const r={userAction:s};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&o.visible!==e.visible){const r={userAction:s};e.visible?this._show(r):this._hide(r)}}appendTo(e){this.wrapper=e,this.render()}changeConfigs(e,n=!0){this.setState({config:e},{userAction:n}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=Yp(e,this.five,this.data),this.render())}formatData(e){return X(this,null,function*(){return yield ln(e.data)})}_enable(e){const{userAction:n}=e;this.hooks.emit("enable",{userAction:n}),this.state.visible&&this._show({userAction:n})}_show(e){if(this.disposed||!this.state.enabled)return;const{userAction:n}=e;this.hooks.emit("show",{userAction:n}),this.render()}_hide(e){if(this.disposed||!this.state.enabled)return;const{userAction:n}=e;this.hooks.emit("hide",{userAction:n}),this.render()}updateState(e,n){const o=this.state;this.state=F(F({},this.state),e),!_t(this.state,o,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:n})}render(){if(this.disposed||!this.state.enabled)return;if(!this.wrapper&&this.wrapperSelector){const n=document.querySelector(this.wrapperSelector);this.wrapper=n}if(!this.data||!this.wrapper)return;const e=ye(F({},this.state.config),{five:this.five,floorplanData:this.data,visible:this.state.visible,extraObjects:this.extraObjects,highlightData:this.highlightData});this.app?this.app.$set(e):this.app=new Pg({target:this.wrapper,props:e})}};const Eg=(i,t)=>new Cg(i,t),Ig=[{type:0,floorType:1,roomType:"100900000012",name:"其他"},{type:1,floorType:1,roomType:"100900000002",name:"客厅"},{type:2,floorType:1,roomType:"100900000002",name:"餐厅"},{type:3,floorType:0,roomType:"100900000001",name:"卧室"},{type:4,floorType:0,roomType:"100900000001",name:"书房"},{type:5,floorType:3,roomType:"100900000004",name:"卫生间"},{type:6,floorType:3,roomType:"100900000004",name:"淋浴间"},{type:7,floorType:3,roomType:"100900000004",name:"洗手间"},{type:8,floorType:3,roomType:"100900000003",name:"厨房"},{type:9,floorType:1,roomType:"100900000003",name:"开放厨房",onlySubArea:!0},{type:10,floorType:0,roomType:"100900000001",name:"多功能间"},{type:11,floorType:0,roomType:"100900000009",name:"保姆间"},{type:12,floorType:4,roomType:"100900000005",name:"阳台"},{type:13,floorType:4,roomType:"100900000006",name:"露台"},{type:14,floorType:0,roomType:"100900000008",name:"储物间"},{type:15,floorType:0,roomType:"100900000013",name:"衣帽间"},{type:16,floorType:0,roomType:"100900000011",name:"阁楼"},{type:17,floorType:2,roomType:"100900000007",name:"花园"},{type:18,floorType:5,roomType:"100900000010",name:"车库"},{type:19,floorType:1,roomType:"100900000012",name:"电梯"},{type:20,floorType:1,roomType:"100900000012",name:"地下室"},{type:21,floorType:1,roomType:"100900000012",name:"天井"},{type:22,floorType:1,roomType:"100900000012",name:"阳光房"},{type:23,floorType:1,roomType:"100900000012",name:"过道"},{type:24,floorType:1,roomType:"100900000012",name:"楼梯间"},{type:25,floorType:1,roomType:"100900000012",name:"门厅"},{type:26,floorType:2,roomType:"100900000012",name:"入户花园"},{type:27,floorType:1,roomType:"100900000012",name:"玄关"},{type:28,floorType:1,roomType:"100900000012",name:"挑空"},{type:29,floorType:4,roomType:"100900000012",name:"晾晒区"},{type:30,floorType:4,roomType:"100900000012",name:"洗衣房"},{type:31,floorType:0,roomType:"100900000012",name:"娱乐区"},{type:32,floorType:0,roomType:"100900000012",name:"健身区"},{type:33,floorType:0,roomType:"100900000012",name:"接待区"},{type:34,floorType:0,roomType:"100900000012",name:"影音区"},{type:35,floorType:1,roomType:"100900000012",name:"餐饮区"},{type:36,floorType:1,roomType:"100900000012",name:"其他",onlySubArea:!0},{type:37,floorType:1,roomType:"100900000002",name:"起居室"},{type:38,floorType:0,roomType:"100900000001",name:"主卧"},{type:39,floorType:0,roomType:"100900000001",name:"次卧"},{type:40,floorType:0,roomType:"100900000001",name:"优化间"},{type:41,floorType:0,roomType:"100900000001",name:"办公室"},{type:42,floorType:0,roomType:"100900000001",name:"会议室"},{type:43,floorType:0,roomType:"100900000001",name:"洽谈间"},{type:44,floorType:1,roomType:"100900000002",name:"共享大厅"},{type:45,floorType:1,roomType:"100900000012",name:"水吧"},{type:46,floorType:0,roomType:"100900000015",name:"出入口"},{type:47,floorType:0,roomType:"100900000015",name:"大厅"},{type:48,floorType:0,roomType:"100900000015",name:"包厢"},{type:49,floorType:0,roomType:"100900000015",name:"其他"},{type:50,floorType:0,roomType:"100900000016",name:"出入口"},{type:51,floorType:0,roomType:"100900000016",name:"办公区"},{type:52,floorType:0,roomType:"100900000016",name:"老板间"},{type:53,floorType:0,roomType:"100900000016",name:"会议室"},{type:54,floorType:0,roomType:"100900000016",name:"休息区/水吧"},{type:55,floorType:0,roomType:"100900000016",name:"其他"},{type:56,floorType:2,roomType:"100900000012",name:"空中花园"},{type:57,floorType:0,roomType:"100900000001",name:"洋室"},{type:58,floorType:0,roomType:"100900000001",name:"和室"}],kg=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],xg=[{roomType:"100900000001",description:"室"},{roomType:"100900000002",description:"厅"},{roomType:"100900000003",description:"厨"},{roomType:"100900000004",description:"卫"},{roomType:"100900000005",description:"阳台"},{roomType:"100900000006",description:"露台"},{roomType:"100900000007",description:"花园"},{roomType:"100900000008",description:"储"},{roomType:"100900000009",description:"保姆间"},{roomType:"100900000010",description:"车库"},{roomType:"100900000011",description:"阁楼"},{roomType:"100900000012",description:"其他"},{roomType:"100900000013",description:"衣"},{roomType:"100900000015",description:"商铺"},{roomType:"100900000016",description:"写字楼"}],mr=(i,t,e)=>{const n=new E.Matrix4,o=new E.Euler(i,t,e,"YXZ");return n.makeRotationFromEuler(o),n},Dg=(i,{scale:t,rotation:e,position:n})=>{if(t&&i.scale.set(t,t,t),e){const[o,s,r]=e;o&&i.applyMatrix4(mr(o,0,0)),s&&i.applyMatrix4(mr(0,s,0)),r&&i.applyMatrix4(mr(0,0,r))}return n&&i.position.set(n.x,n.y,n.z),i};function fh(i,t){i.traverse(e=>{var n;if(e.type==="Mesh"){const o=e,s=F({map:o.material.map||{}},t);o.material=new Q.MeshBasicMaterial(s),o.renderOrder=1,((n=e.parent)==null?void 0:n.type)==="Mesh"&&(e.renderOrder=e.parent.renderOrder+1)}})}const Sg=(i,t)=>{var d;const e=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/dipan2.f38a21cc.FBX",n=(d=t.north_rad)!=null?d:void 0,o={},s=h=>X(exports,null,function*(){var z;const u=(h==null?void 0:h.fbx_url)||e,m=(z=h==null?void 0:h.north_rad)!=null?z:n;if(typeof m!="number")throw new Error('"northRad"配置参数缺失:未配置指南针指向!');const g=i.model.bounding,v=g.max.x-g.min.x,A=g.max.z-g.min.z,b=Math.max(v,A),C=yield new yd.FBXLoader().loadAsync(u);fh(C,{transparent:!0,side:E.DoubleSide,blending:E.AdditiveBlending});const D=[0,m-Math.PI/2,0],{model:{bounding:{max:{x,z:I},min:{x:T,y:S,z:N}}}}=i;o.yBase=S;const U={x:(x+T)/2,y:S-1.6,z:(I+N)/2},G=.0045*b;return Dg(C,{position:U,rotation:D,scale:G}),o.object=C,!0}),r=({latitude:h})=>{if(!o.object)return;const u=a(h);u&&(o.object.position.y=u)},a=h=>{if(o.yBase===void 0)return;const u=.6;if(h>=Math.PI/4)return o.yBase-(u+1.6);const m=h*(4/Math.PI);return o.yBase-(u*m+1.6)};return{load:s,disable:()=>{o.object&&(i.scene.remove(o.object),i.needsRender=!0,i.off("cameraDirectionUpdate",r))},enable:()=>{if(!o.object)return;const h=a(i.getPose().latitude);h&&(o.object.position.y=h),i.scene.add(o.object),i.needsRender=!0,i.on("cameraDirectionUpdate",r)}}};function Mg(i,t){var c,d,h,u,m;const e=(c=t==null?void 0:t.size)!=null?c:512,n=(d=t==null?void 0:t.fontSize)!=null?d:e*(35/256)*1.2,o=(h=t==null?void 0:t.backgroundColor)!=null?h:"rgba(0,0,0,0)",s=(u=t==null?void 0:t.fontColor)!=null?u:"#fff",r=(m=t==null?void 0:t.textAlign)!=null?m:"center",a=document.createElement("canvas");a.setAttribute("width",e+""),a.setAttribute("height",e+"");const l=a.getContext("2d");return l.fillStyle=o,l.fillRect(0,0,e,e),l.font=`${n}px "微软雅黑"`,l.textAlign=r,l.fillStyle=s,l.fillText(i,e/2,e*.7),new Q.CanvasTexture(a)}const Lg=({x:i,y:t,z:e})=>new Q.Vector3(i,t,e),Tg=(i,t)=>{var v,A,b;const e={},n=(v=t.animationEnabled)!=null?v:!0,o=(A=t.position)!=null?A:void 0,s=(b=t.rad)!=null?b:void 0,r=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx",a=[],l=y=>X(exports,null,function*(){var U,G,z,H,R,J,q,Y;const C=(U=y==null?void 0:y.position)!=null?U:o;if(!C)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const D=Lg(C),x=(G=y==null?void 0:y.rad)!=null?G:s,I=(z=y==null?void 0:y.fbx_url)!=null?z:r;if(e.rad=x,x===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${x}`));const T=yield new yd.FBXLoader().loadAsync(I);T.position.copy(D),T.rotation.z=x,T.scale.set(.8,.8,.8),fh(T,{transparent:!0,side:E.DoubleSide});const S=(q=(J=(R=(H=T.children)==null?void 0:H[0])==null?void 0:R.children)==null?void 0:J[3])==null?void 0:q.clone();if(!S)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${S}`));const N=(Y=t.name)!=null?Y:"入户门";return S.material=new Q.MeshBasicMaterial({transparent:!0,map:Mg(N)}),S.renderOrder=3,T.children[0].add(S),e.object=T,!0}),c=()=>{if(e.animation)return;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ",e.object);const y=1,C=new Q.AnimationMixer(e.object);a.push(C);const D=C.clipAction(e.object.animations[0]);D.timeScale=y;let x;const I=()=>{let U=0,G=0;const z=1e3/30,H=R=>{U=requestAnimationFrame(H);const J=R-G;J<z||(G=R,a.forEach(q=>q.update(J/1e3)),i.needsRender=!0)};return U=requestAnimationFrame(H),()=>{cancelAnimationFrame(U)}},N={play:()=>{x||(D.play(),x=I(),requestAnimationFrame(()=>{e.object&&e.object.rotation.z!==e.rad&&(e.object.rotation.z=e.rad)}))},stop:()=>{D.stop(),x==null||x(),x=void 0}};e.animation=N},d=y=>{var D;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.enable(): object is ",e.object);((D=y==null?void 0:y.animationEnable)!=null?D:n)&&(e.animation||c(),e.animation.play()),i.scene.add(e.object),i.needsRender=!0},h=()=>{e.object&&(e.animation&&e.animation.stop(),i.scene.remove(e.object),i.needsRender=!0)},u=y=>y==="Floorplan"?d():h();return{load:l,enable:y=>(e.enabled||(e.enabled=!0,u(i.currentMode),i.on("modeChange",u),d(y)),!0),disable:()=>(e.enabled&&(e.enabled=!1,h(),i.off("modeChange",u)),!0)}},zg=kt;function jg(i,t,e,n=zg.Linear.None){const o=new is(i).to(t,e).easing(n);rs(()=>o.start(0));const s=$i(a=>{o.update(a)===!1&&s()}),r=[];return o.onDestroy=a=>(r.push(a),o),o.destroy=function(){this.stop(),Object.assign(o,{_onStartCallback:null,_onUpdateCallback:null,_onCompleteCallback:null,_onStopCallbackL:null});let a;for(;a=r.shift();)a();s()},o}function Vg(i,t){return jg({progress:0},{progress:1},i,t)}var mh=(i=>(i.Move="Move",i.Rotate="Rotate",i))(mh||{}),Vt=(i=>(i.Clockwise="Clockwise",i.Anticlockwise="Anticlockwise",i.Loop="Loop",i))(Vt||{});const Bo=Math.PI*2;function yl(i){return(i%Bo+Bo)%Bo}function wl(i){return i%Bo}function pr(i,t,e){return i+(t-i)*e}const Hr=(i,t,e)=>{const n=Math.PI,o=n*2;let s=yl(i),r=yl(t);return e===Vt.Anticlockwise&&s<r&&(s+=o),e===Vt.Clockwise&&r<s&&(r+=o),e===Vt.Loop&&r-s>n?Hr(s,r,Vt.Anticlockwise):e===Vt.Loop&&s-r>n?Hr(s,r,Vt.Clockwise):{from:s,to:r}},_g=i=>{const t={},e=(l,c,...d)=>X(exports,[l,c,...d],function*(s,r,a={preload:!0}){return t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),s.mode&&s.mode!==i.currentMode&&(yield i.changeMode(s.mode)),a.preload&&s.panoIndex!==void 0&&s.panoIndex!==i.panoIndex&&(yield i.preloadPano(s.panoIndex)),a.asyncEndCallback&&(yield a.asyncEndCallback()),s.panoIndex===void 0&&s.fov===void 0&&s.latitude===void 0&&s.longitude===void 0?!0:yield new Promise((h,u)=>{const m=s.panoIndex!==void 0?s.panoIndex:i.panoIndex;m!==void 0?i.moveToPano(m,F({duration:r,moveEndCallback:()=>h(!0),moveCancelCallback:()=>u(new Error("move canceled"))},s)):u(new Error("unexpected error"))})}),n=s=>{const r=i.state,a=wl(r.latitude),l=wl(s.latitude),{from:c,to:d}=Hr(r.longitude,s.longitude,s.rotation||Vt.Loop),h=r.fov,u=s.fov;return{from:{latitude:a,longitude:c,fov:h},to:{latitude:l,longitude:d,fov:u}}};return{move:e,rotate:(l,c,...d)=>X(exports,[l,c,...d],function*(s,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),i.currentMode!==ze.Five.Mode.Panorama&&(yield i.changeMode(ze.Five.Mode.Panorama)),s.panoIndex!==void 0&&s.panoIndex!==i.panoIndex&&(a.preload&&(yield i.preloadPano(s.panoIndex)),yield new Promise((m,g)=>{if(!s.panoIndex){m(!0);return}i.moveToPano(s.panoIndex,{moveEndCallback:()=>m(!0),moveCancelCallback:()=>g(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:h,to:u}=n(s);return yield new Promise(m=>{const g=({progress:C})=>{const D={};D.longitude=pr(h.longitude,u.longitude,C),D.latitude=pr(h.latitude,u.latitude,C),D.fov=pr(h.fov,u.fov,C),i.setState(D,!0)},v=()=>{m(!0)},A=()=>{m(!1)},b=s.rotateSpeed?Math.ceil(Math.abs(u.longitude-h.longitude)/s.rotateSpeed*1e3):r,y=Vg(b,kt.Linear.None).onUpdate(g).onComplete(v).onDestroy(A);s.rotation===Vt.Loop&&y.repeat(1/0).yoyo(!0),t.interruptCallback=(C=!0)=>{y.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),m(C)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function Pl(i,t){return i.x===t.x&&i.y===t.y}function ph(i,t){return Math.abs(i)===1/0&&Math.abs(t)===1/0?!0:Math.abs(i-t)<.001}function Zo(i,t){return(t.y-i.y)/(t.x-i.x)}function gh(i,t,e){const n=Zo(i[1],i[0]),o=Zo(t[1],t[0]);if(isNaN(n)||isNaN(o)||ph(n,o))return!1;if(Io(i[0],t))return i[0];if(Io(i[1],t))return i[1];if(Io(t[0],i))return t[0];if(Io(t[1],i))return t[1];if(e&&!Og(i,t))return!1;const s=i[0],r=t[0];if(Math.abs(n)===1/0)return{x:s.x,y:t[1].y-(t[1].x-s.x)*o};if(Math.abs(o)===1/0)return{x:r.x,y:i[1].y-(i[1].x-r.x)*n};const a=(r.y-s.y+n*s.x-o*r.x)/(n-o),l=n*a-n*s.x+s.y;return{x:a,y:l}}function Io(i,t){return Pl(i,t[0])||Pl(i,t[1])?!0:(t[0].x-i.x)*(i.x-t[1].x)>=0&&(t[0].y-i.y)*(i.y-t[1].y)>=0&&ph(Zo(t[0],i),Zo(i,t[1]))}function ko(i,t,e){return(i.x-e.x)*(t.y-e.y)-(t.x-e.x)*(i.y-e.y)}function Og(i,t){return Math.max(i[0].x,i[1].x)>=Math.min(t[0].x,t[1].x)&&Math.max(t[0].x,t[1].x)>=Math.min(i[0].x,i[1].x)&&Math.max(i[0].y,i[1].y)>=Math.min(t[0].y,t[1].y)&&ko(t[0],i[1],i[0])*ko(i[1],t[1],i[0])>0&&ko(i[0],t[1],t[0])*ko(t[1],i[1],t[0])>0?1:0}function vh(i,t=0){t<=0?requestAnimationFrame(i):requestAnimationFrame(()=>vh(i,t-1))}const Bg=`<style type="text/css">
195
195
  .PanoRulerPlugin-rule-line {
196
196
  position: absolute;
197
197
  transform-origin: left center;
@@ -512,7 +512,7 @@ void main() {
512
512
  </div>
513
513
  </div>
514
514
  </div>
515
- `,Qv={display:"none",position:"absolute",top:"0",left:"0",width:"100%",height:"100%",opacity:"0",transform:"translate(0, 10px)",transition:"opacity 500ms ease-in-out, transform 500ms ease-in-out"},Hv={position:"absolute",left:"50%",bottom:"32px",transform:"translateX(-50%)",height:"89px",display:"flex",justifyContent:"space-between",alignItems:"center",fontSize:"14px",pointerEvents:"all",color:"#fff",zIndex:"10"},Gv={position:"absolute",bottom:"0",left:"0",opacity:"0.5",width:"100%",height:"184px",background:"linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%)",zIndex:"0"},Ih={margin:"0 64px"},Fv={opacity:"0.85"},kh={width:"72px",height:"72px",backgroundSize:"100%",cursor:"pointer",transition:"all 200ms ease-in-out"},Wv={width:"24px",height:"24px",marginRight:"4px",backgroundSize:"100%",cursor:"pointer"},Nv={userSelect:"none",pointerEvents:"none"};class Xv{constructor(t,e,n){f(this,"container");f(this,"measureController");f(this,"mainElement");f(this,"_params");f(this,"_btnTexts",{start:"开始",end:"结束",revoke:"撤销",exit:"退出"});f(this,"onMouseEnter",()=>{const{mainItem:t}=this.mainElement;t.style.opacity="1"});f(this,"onMouseLeave",()=>{const{mainItem:t}=this.mainElement;t.style.opacity="0.85"});f(this,"onClick",()=>{this.measureController.getCurrentMode()!=="Edit"?this.measureController.changeMode("Edit"):this.measureController.save().changeMode("Watch")});f(this,"modeChangeHandler",t=>{t==="Edit"?this.change2Done():this.change2Add()});var r,a,l,c;this._params=n,this._btnTexts={start:(r=this._params.startButtonText)!=null?r:this._btnTexts.start,end:(a=this._params.endButtonText)!=null?a:this._btnTexts.end,revoke:(l=this._params.revokeButtonText)!=null?l:this._btnTexts.revoke,exit:(c=this._params.exitButtonText)!=null?c:this._btnTexts.exit},this.measureController=t,this.container=e,this.mainElement=this.getMainElement(),Object.assign(this.mainElement.mainIcon.style,kh),Object.assign(this.mainElement.mainItem.style,Ih);const{revokeTextDom:o,exitTextDom:s}=this._getTextElement();o&&(o.innerText=this._btnTexts.revoke),s&&(s.innerText=this._btnTexts.exit),this.change2Add(),this.measureController.hook.on("modeChange",this.modeChangeHandler),this.mainElement.mainItem.addEventListener("click",this.onClick),this.mainElement.mainItem.addEventListener("mouseenter",this.onMouseEnter),this.mainElement.mainItem.addEventListener("mouseleave",this.onMouseLeave)}dispose(){this.measureController.hook.off("modeChange",this.modeChangeHandler),this.mainElement.mainItem.removeEventListener("click",this.onClick),this.mainElement.mainItem.removeEventListener("mouseenter",this.onMouseEnter),this.mainElement.mainItem.removeEventListener("mouseleave",this.onMouseLeave)}getMainElement(){const t=this.container.querySelector(".fpm__main-text"),e=this.container.querySelector(".fpm__main"),n=this.container.querySelector(".fpm__main-icon");if(!e||!t||!n)throw new Error("cannot find dom");return{mainTextDom:t,mainItem:e,mainIcon:n}}_getTextElement(){const t=this.container.querySelector(".fpm__revoke-text"),e=this.container.querySelector(".fpm__exit-text");return{revokeTextDom:t,exitTextDom:e}}change2Add(){const{mainIcon:t,mainTextDom:e}=this.mainElement;if(t.className.includes("fpm__main__start")){e.innerText=this._btnTexts.start;return}t.className.includes("fpm__main__end")&&(t.style.transform="scale(0.8)",e.className.includes("fpm__main-text__show")?e.classList.replace("fpm__main-text__show","fpm__main-text__hide"):e.classList.add("fpm__main-text__hide"),setTimeout(()=>{t.classList.replace("fpm__main__end","fpm__main__start"),t.style.transform="scale(1)",e.innerText=this._btnTexts.start,e.classList.replace("fpm__main-text__hide","fpm__main-text__show")},200))}change2Done(){const{mainTextDom:t,mainIcon:e}=this.getMainElement();t.innerText!==this._btnTexts.end&&(e.className.includes("fpm__main__end")||e.className.includes("fpm__main__start")&&(e.style.transform="scale(0.8)",t.className.includes("fpm__main-text__show")?t.classList.replace("fpm__main-text__show","fpm__main-text__hide"):t.classList.add("fpm__main-text__hide"),setTimeout(()=>{e.classList.replace("fpm__main__start","fpm__main__end"),e.style.transform="scale(1)",t.innerText=this._btnTexts.end,t.classList.replace("fpm__main-text__hide","fpm__main-text__show")},200)))}}class Yv{constructor(t,e,n){f(this,"container");f(this,"measureController");f(this,"mainElement");f(this,"_params");f(this,"_btnTexts",{start:"开始",end:"结束"});f(this,"onClick",()=>{var t;this.mainElement.mainTextDom.innerText===((t=this._params.startButtonText)!=null?t:"开始")?(this.measureController.hook.emit("willChangeState","watching","editing"),this.change2Done()):(this.measureController.hook.emit("willChangeState","editing","watching"),this.change2Add())});var o,s;this._params=n,this._btnTexts={start:(o=this._params.startButtonText)!=null?o:this._btnTexts.start,end:(s=this._params.endButtonText)!=null?s:this._btnTexts.end},this.measureController=t,this.container=e,this.mainElement=this.getMainElement(),this.mainElement.mainIcon.setAttribute("style","-webkit-tap-highlight-color: rgba(0,0,0,0);"),Object.assign(this.mainElement.mainIcon.style,kh),Object.assign(this.mainElement.mainItem.style,Ih),this.change2Add(),this.mainElement.mainItem.addEventListener("click",this.onClick)}dispose(){this.mainElement.mainItem.removeEventListener("click",this.onClick)}getMainElement(){const t=this.container.querySelector(".fpm__main-text"),e=this.container.querySelector(".fpm__main"),n=this.container.querySelector(".fpm__main-icon");if(!e||!t||!n)throw new Error("cannot find dom");return{mainTextDom:t,mainItem:e,mainIcon:n}}change2Add(){const{mainIcon:t,mainTextDom:e}=this.mainElement;if(t.className.includes("fpm__main__start")){e.innerText=this._btnTexts.start;return}t.className.includes("fpm__main__end")&&(t.style.transform="scale(0.8)",e.className.includes("fpm__main-text__show")?e.classList.replace("fpm__main-text__show","fpm__main-text__hide"):e.classList.add("fpm__main-text__hide"),setTimeout(()=>{t.classList.replace("fpm__main__end","fpm__main__start"),t.style.transform="scale(1)",e.innerText=this._btnTexts.start,e.classList.replace("fpm__main-text__hide","fpm__main-text__show")},200))}change2Done(){const{mainTextDom:t,mainIcon:e}=this.mainElement;t.innerText!==this._btnTexts.end&&(e.className.includes("fpm__main__end")||e.className.includes("fpm__main__start")&&(e.style.transform="scale(0.8)",t.className.includes("fpm__main-text__show")?t.classList.replace("fpm__main-text__show","fpm__main-text__hide"):t.classList.add("fpm__main-text__hide"),setTimeout(()=>{e.classList.replace("fpm__main__start","fpm__main__end"),e.style.transform="scale(1)",t.innerText=this._btnTexts.end,t.classList.replace("fpm__main-text__hide","fpm__main-text__show")},200)))}}class Uv{constructor(t,e){f(this,"container");f(this,"revokeIcon");f(this,"revokeItem");f(this,"measureController");f(this,"onClick",()=>{this.measureController.revoke()});f(this,"onModeChange",t=>{if(t!=="Edit"&&this.revokeItem.className.includes("enabled")){this.revokeItem.classList.remove("enabled"),this.measureController.hook.off("anchorChange",this.onAnchorChange);return}this.measureController.hook.on("anchorChange",this.onAnchorChange)});f(this,"onAnchorChange",t=>{t&&this.revokeItem.classList.add("enabled")});this.measureController=t,this.container=e;const n=this.container.querySelector(".fpm__revoke-icon"),o=this.container.querySelector(".fpm__revoke");if(!n||!o)throw new Error("不正确的选择器");this.revokeIcon=n,this.revokeItem=o,this.revokeItem.addEventListener("click",this.onClick),t.hook.on("modeChange",this.onModeChange)}dispose(){this.revokeItem.removeEventListener("click",this.onClick),this.measureController.hook.off("modeChange",this.onModeChange)}}class Ll{constructor(t,e){f(this,"revoke");f(this,"container");f(this,"mainController");f(this,"disposers",[]);f(this,"measureController");f(this,"mode");f(this,"_params");f(this,"handleExit",()=>{const t=this.container.querySelector(".fpm__exit-icon"),e=this.container.querySelector(".fpm__exit");if(!e||!t)throw new Error("cannot find dom");this.mode==="pc"&&(Object.assign(e.style,Fv),Object.assign(t==null?void 0:t.style,Wv));const n=()=>{e.style.opacity="1"},o=()=>{e.style.opacity="0.85"},s=()=>{this.measureController.disable()};return e.addEventListener("click",s),e.addEventListener("mouseenter",n),e.addEventListener("mouseleave",o),()=>{e.removeEventListener("click",s),e.removeEventListener("mouseenter",n),e.removeEventListener("mouseleave",o)}});var r;this._params=e,this.measureController=t,this.mode=(r=e.mode)!=null?r:"pc",this.container=document.createElement("div"),this.container.innerHTML=this.mode==="mobile"?_v:Rv,this.container.classList.add("fpm__ui-controller",this.mode),this.container.style.background="rgba(0, 0, 0, 0.15)",e.container.appendChild(this.container);const n=this.container.querySelectorAll(".fpm__text"),o=this.container.querySelector(".fpm_ui-bg"),s=this.container.querySelector(".fpm_operating-space");Object.assign(o==null?void 0:o.style,Gv),Object.assign(s==null?void 0:s.style,Hv),Object.assign(this.container.style,Qv),n.forEach(a=>Object.assign(a.style,Nv))}dispose(){this.hide(),this.container.remove()}show(){return this.container.style.display="block",this.container.style.opacity="1",this.container.style.transform="translate(0, 0)",this.mode==="pc"?(this.revoke=new Uv(this.measureController,this.container),this.mainController=new Xv(this.measureController,this.container,this._params)):this.mainController=new Yv(this.measureController,this.container,this._params),this.disposers.push(this.handleExit()),this}hide(){var t,e;return this.container.style.display="none",this.container.style.opacity="0",this.container.style.transform="translate(0, 10px)",this.mode==="pc"&&((t=this.revoke)==null||t.dispose()),(e=this.mainController)==null||e.dispose(),this.disposers.forEach(n=>n()),this.disposers=[],this}}class qv{constructor(t,e){f(this,"measureController");f(this,"textDom",document.createElement("span"));f(this,"container",document.createElement("div"));f(this,"hasAnchor",!1);f(this,"hasChangedToWatch",!1);f(this,"_params");f(this,"onModelChange",t=>{var e;if(t==="View"){this.hide();return}if(t==="Watch"){this.hasChangedToWatch?(this.textDom.innerText="",this.hide()):(this.show(),this.hasChangedToWatch=!0);return}t==="Edit"&&(this.textDom.innerText=(e=this._params.firstPointTip)!=null?e:"请选择第一个测量点,Esc或单击鼠标右键可取消选择",this.show())});f(this,"anchorChange",t=>{var e,n;!this.hasAnchor&&t?(this.hasAnchor=!0,this.textDom.innerText=(e=this._params.nextPointTip)!=null?e:"选择下一个测量点,Esc或单击鼠标右键取消选择"):t||(this.hasAnchor=!1,this.textDom.innerText=(n=this._params.firstPointTip)!=null?n:"请选择第一个测量点,Esc或单击鼠标右键可取消选择")});f(this,"onEditedLineChange",t=>{var e;t.lines.length===1&&(this.textDom.innerText=(e=this._params.endTip)!=null?e:"可以连续选择测量点,或点击下方“结束”按钮完成测量(Esc取消,Command+S保存)")});this._params=e,this.initDom(),e.container.append(this.container),this.measureController=t,t.hook.on("modeChange",this.onModelChange),t.hook.on("anchorChange",this.anchorChange),t.hook.on("editedPolylineChange",this.onEditedLineChange)}dispose(){this.hide(),this.container.remove()}show(){return this.container.style.opacity="1",this.container.style.transform="translate(0, 0)",this}hide(){return this.container.style.opacity="0",this.container.style.transform="translate(0, -10px)",this.measureController.hook.off("modeChange",this.onModelChange),this.measureController.hook.off("anchorChange",this.anchorChange),this.measureController.hook.off("editedPolylineChange",this.onEditedLineChange),this}initDom(){var n;const t=this.container,e=this.textDom;t.classList.add("fpm__guide-container"),t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.width="100%",t.style.height="110px",t.style.display="flex",t.style.alignItems="center",t.style.justifyContent="center",t.style.transform="translate(0, -10px)",t.style.background="linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%)",t.style.transition="opacity 500ms ease-in-out, transform 500ms ease-in-out",t.style.opacity="0",e.classList.add("fpm__guide-text"),e.style.color="#fff",e.style.fontSize="20px",e.innerText=(n=this._params.startTip)!=null?n:"点击下方“开始”按钮开始测距",t.appendChild(e)}}class Jv{constructor(t,e){f(this,"five");f(this,"measureController");f(this,"onKeyDown",t=>{if(t.metaKey&&t.code==="KeyS"){this.measureController.save().changeMode("Watch"),t.preventDefault();return}if(t.code==="Escape")return this.escape()});f(this,"onMouseDown",t=>{t.button===2&&(t.preventDefault(),this.escape())});this.five=e,this.measureController=t;const n=this.five.getElement();n&&(document.body.addEventListener("keydown",this.onKeyDown),n.addEventListener("mousedown",this.onMouseDown))}dispose(){const t=this.five.getElement();t&&(document.body.removeEventListener("keydown",this.onKeyDown),t.removeEventListener("mousedown",this.onMouseDown))}escape(){return this.measureController.getCurrentMode()==="Watch"?this.measureController.disable():this.measureController.changeMode("Watch")}}class Zv{constructor(t,e){f(this,"hasOpen",!1);f(this,"hook",new ze.Subscribe);f(this,"magnifier");f(this,"five");f(this,"model");f(this,"group");f(this,"config");f(this,"isMobile");f(this,"fiveHelper");f(this,"useUIController");f(this,"params");f(this,"useGuideController");f(this,"container",document.createElement("div"));f(this,"shortcutKeyController");f(this,"controller",null);f(this,"getCurrentMode",()=>this.controller instanceof Mo?"Edit":this.controller instanceof Ml?"Watch":this.controller instanceof ji?"Mixed":this.controller instanceof Dl?"View":null);f(this,"changeMode",t=>{var o;if(!this.hasOpen||this.getCurrentMode()===t)return;(o=this.controller)==null||o.dispose();const e={View:Dl,Watch:Ml,Edit:Mo,Mixed:ji};if(!e[t])throw new Error("不存在的 Mode");const n=this.createControllerParams();this.controller=new e[t](n),this.hook.emit("modeChange",t)});var o,s,r,a;this.five=t,this.params=e,this.config=fs(e,["openParams","magnifierParams"]),this.model=new ms(this.config),this.fiveHelper=new sv(t),this.isMobile=(s=(o=e==null?void 0:e.openParams)==null?void 0:o.isMobile)!=null?s:!1,this.magnifier=new Ah(t,(r=e.magnifierParams)!=null?r:{width:190,height:190,scale:2}),this.group=new Q.Group,this.group.name="plugin-measure-group",this.container.classList.add("five-plugin-measure-container"),this.container.style.position="absolute",this.container.style.left="0",this.container.style.top="0",this.container.style.pointerEvents="none",this.container.style.width="100%",this.container.style.height="100%",this.container.style.opacity="0";const n=(a=this.params.openParams)!=null?a:{};if(this.params.useUIController!==!1){const l=F({container:this.container,openParams:n},typeof this.params.useUIController=="object"?this.params.useUIController:{});this.useUIController=new Ll(this,l)}if(this.params.useGuideController!==!1){const l=F({container:this.container},typeof this.params.useGuideController=="object"?this.params.useGuideController:{});this.useGuideController=new qv(this,l)}}appendTo(t){t.append(this.container)}dispose(){var t,e;this.disable(),(t=this.useUIController)==null||t.dispose(),(e=this.magnifier)==null||e.dispose(),this.five.needsRender=!0}load(t){this.model.parse(t),this.save()}enable(t){var e;this.hasOpen||(this.hasOpen=!0,this.five.scene.add(this.group),this.container.style.opacity="1",t!=null&&t.mode?this.changeMode(t.mode):this.isMobile?this.changeMode("Mixed"):this.changeMode("Watch"),(e=this.useUIController)==null||e.show(),this.shortcutKeyController=new Jv(this,this.five),this.hook.emit("enable",!0))}disable(){var t,e,n,o;this.hasOpen=!1,this.container.style.opacity="0",(t=this.controller)==null||t.dispose(),(e=this.useUIController)==null||e.hide(),(n=this.useGuideController)==null||n.hide(),(o=this.shortcutKeyController)==null||o.dispose(),this.controller=null,this.five.helperVisible=!0,this.five.scene.remove(this.group),this.five.needsRender=!0,this.hook.emit("disable",!0)}edit(){const t=this.isMobile?"Mixed":"Edit";this.changeMode(t)}revoke(){this.controller instanceof Mo&&this.controller.revoke()}removePolyline(t){this.model.removePolyline(t)}removePolylineByID(t){const e=this.model.getPolylineByID(t);e&&this.model.removePolyline(e)}getPolylineByID(t){return this.model.getPolylineByID(t)}getEditedPolyline(){}highlightLine(t){if(this.getCurrentMode()!=="Watch")return!1;const e=this.model.getLineByID(t);return e?(this.controller.highlightLine(e),!0):!1}clearHighlightLines(){return this.getCurrentMode()!=="Watch"?!1:(this.controller.clearHighlightLines(),!0)}save(t){var o;if(!(this.controller instanceof Mo)&&!(this.controller instanceof ji))return this;const e=(o=t==null?void 0:t.mode)!=null?o:"View",n=this.controller.polyline;return this.model.addPolyline(n),this.changeMode(e),this}addStartPoint(){this.controller instanceof ji&&this.hook.emit("willChangeState","watching","editing")}addEndPoint(){this.controller instanceof ji&&this.hook.emit("willChangeState","editing","watching")}toJson(){return this.model.toJson()}changeIsMobile(t){var e;if(this.isMobile=t,this.params.useUIController!==!1){(e=this.useUIController)==null||e.dispose();const n=F({container:this.container,mode:this.isMobile?"mobile":"pc"},typeof this.params.useUIController=="object"?this.params.useUIController:{});this.useUIController=new Ll(this,n)}}changeConfigs(t){var e;Object.assign(this.config,t),(e=this.controller)==null||e.updateDistanceUI()}setCustomText(t,e){var o;const n=this.model.getLineByID(t);if(!n)throw new Error("不存在的线段");n.setText(e),(o=this.controller)==null||o.updateDistanceUI()}createControllerParams(){var e;const t=(e=this.params.openParams)!=null?e:{};return t.isMobile=this.isMobile,{five:this.five,hook:this.hook,group:this.group,model:this.model,config:this.config,magnifier:this.magnifier,container:this.container,fiveHelper:this.fiveHelper,openParams:t,mouseGroup:Ph(F({},t.crossHairParameter)),userDistanceItemCreator:this.params.userDistanceItemCreator}}}const Kv=function(t,e){return new Zv(t,e)},xh=ca(null);function $v(i){fe(i,"svelte-19zi46m",".PanoSpatialTagPlugin__tag-origin.svelte-19zi46m{position:absolute;width:0.5rem;height:0.5rem;border-radius:50%;background:#fff;box-shadow:0 0 .6rem #fff;transform:translate(-50%, -50%) scale(1);transform-origin:center center;animation:svelte-19zi46m-PanoSpatialTagPlugin__tag-origin 1.2s forwards;pointer-events:auto}.PanoSpatialTagPlugin__tag-origin.svelte-19zi46m:after{content:'';position:absolute;top:50%;height:50%;width:2rem;height:2rem;transform:translate(-50%, -50%)}.PanoSpatialTagPlugin__tag-origin-destroy.svelte-19zi46m{transform:translate(-50%, -50%) scale(0.6);animation:svelte-19zi46m-PanoSpatialTagPlugin__tag-origin-destroy 1.2s forwards .7s}@keyframes svelte-19zi46m-PanoSpatialTagPlugin__tag-origin{0%{transform:translate(-50%, -50%) scale(1);opacity:0}100%{transform:translate(-50%, -50%) scale(0.6);opacity:1 }}@keyframes svelte-19zi46m-PanoSpatialTagPlugin__tag-origin-destroy{0%{transform:translate(-50%, -50%) scale(0.6);opacity:1}10%{transform:translate(-50%, -50%) scale(1);opacity:0.9}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}")}function Tl(i,t,e){const n=i.slice();return n[3]=t[e],n}function zl(i){let t,e=`${i[3].top}%`,n=`${i[3].left}%`,o,s;function r(){return i[2](i[3])}return{c(){t=_("i"),w(t,"class","svelte-19zi46m"),$(t,"PanoSpatialTagPlugin__tag-origin",!0),$(t,"PanoSpatialTagPlugin__tag-origin-destroy",i[3].destroying),j(t,"top",e),j(t,"left",n),j(t,"visibility",i[3].front?"visible":"hidden")},m(a,l){O(a,t,l),o||(s=Ce(t,"click",r),o=!0)},p(a,l){i=a,l&1&&$(t,"PanoSpatialTagPlugin__tag-origin-destroy",i[3].destroying),l&1&&e!==(e=`${i[3].top}%`)&&j(t,"top",e),l&1&&n!==(n=`${i[3].left}%`)&&j(t,"left",n),l&1&&j(t,"visibility",i[3].front?"visible":"hidden")},d(a){a&&V(t),o=!1,s()}}}function e0(i){let t,e=i[0],n=[];for(let o=0;o<e.length;o+=1)n[o]=zl(Tl(i,e,o));return{c(){for(let o=0;o<n.length;o+=1)n[o].c();t=Ee()},m(o,s){for(let r=0;r<n.length;r+=1)n[r]&&n[r].m(o,s);O(o,t,s)},p(o,[s]){if(s&3){e=o[0];let r;for(r=0;r<e.length;r+=1){const a=Tl(o,e,r);n[r]?n[r].p(a,s):(n[r]=zl(a),n[r].c(),n[r].m(t.parentNode,t))}for(;r<n.length;r+=1)n[r].d(1);n.length=e.length}},i:K,o:K,d(o){qt(n,o),o&&V(t)}}}function t0(i,t,e){let{origins:n}=t;const o=r=>{xh.update(()=>`${r}-PanoSpatialTagPlugin-${Date.now()}`)},s=r=>o(r.id);return i.$$set=r=>{"origins"in r&&e(0,n=r.origins)},[n,o,s]}class n0 extends ce{constructor(t){super(),le(this,t,t0,e0,ae,{origins:0},$v)}}function i0(i){fe(i,"svelte-9m6drd",`.PanoSpatialTagPlugin__tag-x.svelte-9m6drd.svelte-9m6drd{position:absolute;top:0;left:0;display:block;white-space:nowrap;box-sizing:border-box;width:25rem;height:14rem;color:#fff;transform:translate(0, -100%);transition:height 0.5s linear}.PanoSpatialTagPlugin__tag-shadow.svelte-9m6drd.svelte-9m6drd{content:'';position:absolute;width:30rem;height:30rem;top:-15rem;left:-15rem;z-index:-1;opacity:0;transition:opacity 0.8s 0.6s;background:url('https://vrlab-image4.ljcdn.com/release/web/PanoSpatialTagPlugin__blur.png');background-size:30rem 30rem}.PanoSpatialTagPlugin__tag-line.svelte-9m6drd.svelte-9m6drd{position:absolute;left:-1rem;width:2rem;height:100%;overflow:hidden}.PanoSpatialTagPlugin__tag-flagpole.svelte-9m6drd.svelte-9m6drd{position:absolute;top:0;left:1rem;height:calc(100% - 1.5rem);width:0.15rem;background:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));box-shadow:0 0.1rem 0.5rem rgba(0, 0, 0, 0.2);opacity:0;transform:translate(-50%, 60%) scaleY(0);transition:transform 0.4s cubic-bezier(0.44, 0.44, 0.74, 0.98), opacity 0.4s cubic-bezier(0.44, 0.44, 0.74, 0.98), width 0.5s linear,
515
+ `,Qv={display:"none",position:"absolute",top:"0",left:"0",width:"100%",height:"100%",opacity:"0",transform:"translate(0, 10px)",transition:"opacity 500ms ease-in-out, transform 500ms ease-in-out"},Hv={position:"absolute",left:"50%",bottom:"32px",transform:"translateX(-50%)",height:"89px",display:"flex",justifyContent:"space-between",alignItems:"center",fontSize:"14px",pointerEvents:"all",color:"#fff",zIndex:"10"},Gv={position:"absolute",bottom:"0",left:"0",opacity:"0.5",width:"100%",height:"184px",background:"linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%)",zIndex:"0"},Ih={margin:"0 64px"},Fv={opacity:"0.85"},kh={width:"72px",height:"72px",backgroundSize:"100%",cursor:"pointer",transition:"all 200ms ease-in-out"},Wv={width:"24px",height:"24px",marginRight:"4px",backgroundSize:"100%",cursor:"pointer"},Nv={userSelect:"none",pointerEvents:"none"};class Xv{constructor(t,e,n){f(this,"container");f(this,"measureController");f(this,"mainElement");f(this,"_params");f(this,"_btnTexts",{start:"开始",end:"结束",revoke:"撤销",exit:"退出"});f(this,"onMouseEnter",()=>{const{mainItem:t}=this.mainElement;t.style.opacity="1"});f(this,"onMouseLeave",()=>{const{mainItem:t}=this.mainElement;t.style.opacity="0.85"});f(this,"onClick",()=>{this.measureController.getCurrentMode()!=="Edit"?this.measureController.changeMode("Edit"):this.measureController.save().changeMode("Watch")});f(this,"modeChangeHandler",t=>{t==="Edit"?this.change2Done():this.change2Add()});var r,a,l,c;this._params=n,this._btnTexts={start:(r=this._params.startButtonText)!=null?r:this._btnTexts.start,end:(a=this._params.endButtonText)!=null?a:this._btnTexts.end,revoke:(l=this._params.revokeButtonText)!=null?l:this._btnTexts.revoke,exit:(c=this._params.exitButtonText)!=null?c:this._btnTexts.exit},this.measureController=t,this.container=e,this.mainElement=this.getMainElement(),Object.assign(this.mainElement.mainIcon.style,kh),Object.assign(this.mainElement.mainItem.style,Ih);const{revokeTextDom:o,exitTextDom:s}=this._getTextElement();o&&(o.innerText=this._btnTexts.revoke),s&&(s.innerText=this._btnTexts.exit),this.change2Add(),this.measureController.hook.on("modeChange",this.modeChangeHandler),this.mainElement.mainItem.addEventListener("click",this.onClick),this.mainElement.mainItem.addEventListener("mouseenter",this.onMouseEnter),this.mainElement.mainItem.addEventListener("mouseleave",this.onMouseLeave)}dispose(){this.measureController.hook.off("modeChange",this.modeChangeHandler),this.mainElement.mainItem.removeEventListener("click",this.onClick),this.mainElement.mainItem.removeEventListener("mouseenter",this.onMouseEnter),this.mainElement.mainItem.removeEventListener("mouseleave",this.onMouseLeave)}getMainElement(){const t=this.container.querySelector(".fpm__main-text"),e=this.container.querySelector(".fpm__main"),n=this.container.querySelector(".fpm__main-icon");if(!e||!t||!n)throw new Error("cannot find dom");return{mainTextDom:t,mainItem:e,mainIcon:n}}_getTextElement(){const t=this.container.querySelector(".fpm__revoke-text"),e=this.container.querySelector(".fpm__exit-text");return{revokeTextDom:t,exitTextDom:e}}change2Add(){const{mainIcon:t,mainTextDom:e}=this.mainElement;if(t.className.includes("fpm__main__start")){e.innerText=this._btnTexts.start;return}t.className.includes("fpm__main__end")&&(t.style.transform="scale(0.8)",e.className.includes("fpm__main-text__show")?e.classList.replace("fpm__main-text__show","fpm__main-text__hide"):e.classList.add("fpm__main-text__hide"),setTimeout(()=>{t.classList.replace("fpm__main__end","fpm__main__start"),t.style.transform="scale(1)",e.innerText=this._btnTexts.start,e.classList.replace("fpm__main-text__hide","fpm__main-text__show")},200))}change2Done(){const{mainTextDom:t,mainIcon:e}=this.getMainElement();t.innerText!==this._btnTexts.end&&(e.className.includes("fpm__main__end")||e.className.includes("fpm__main__start")&&(e.style.transform="scale(0.8)",t.className.includes("fpm__main-text__show")?t.classList.replace("fpm__main-text__show","fpm__main-text__hide"):t.classList.add("fpm__main-text__hide"),setTimeout(()=>{e.classList.replace("fpm__main__start","fpm__main__end"),e.style.transform="scale(1)",t.innerText=this._btnTexts.end,t.classList.replace("fpm__main-text__hide","fpm__main-text__show")},200)))}}class Yv{constructor(t,e,n){f(this,"container");f(this,"measureController");f(this,"mainElement");f(this,"_params");f(this,"_btnTexts",{start:"开始",end:"结束"});f(this,"onClick",()=>{var t;this.mainElement.mainTextDom.innerText===((t=this._params.startButtonText)!=null?t:"开始")?(this.measureController.hook.emit("willChangeState","watching","editing"),this.change2Done()):(this.measureController.hook.emit("willChangeState","editing","watching"),this.change2Add())});var o,s;this._params=n,this._btnTexts={start:(o=this._params.startButtonText)!=null?o:this._btnTexts.start,end:(s=this._params.endButtonText)!=null?s:this._btnTexts.end},this.measureController=t,this.container=e,this.mainElement=this.getMainElement(),this.mainElement.mainIcon.setAttribute("style","-webkit-tap-highlight-color: rgba(0,0,0,0);"),Object.assign(this.mainElement.mainIcon.style,kh),Object.assign(this.mainElement.mainItem.style,Ih),this.change2Add(),this.mainElement.mainItem.addEventListener("click",this.onClick)}dispose(){this.mainElement.mainItem.removeEventListener("click",this.onClick)}getMainElement(){const t=this.container.querySelector(".fpm__main-text"),e=this.container.querySelector(".fpm__main"),n=this.container.querySelector(".fpm__main-icon");if(!e||!t||!n)throw new Error("cannot find dom");return{mainTextDom:t,mainItem:e,mainIcon:n}}change2Add(){const{mainIcon:t,mainTextDom:e}=this.mainElement;if(t.className.includes("fpm__main__start")){e.innerText=this._btnTexts.start;return}t.className.includes("fpm__main__end")&&(t.style.transform="scale(0.8)",e.className.includes("fpm__main-text__show")?e.classList.replace("fpm__main-text__show","fpm__main-text__hide"):e.classList.add("fpm__main-text__hide"),setTimeout(()=>{t.classList.replace("fpm__main__end","fpm__main__start"),t.style.transform="scale(1)",e.innerText=this._btnTexts.start,e.classList.replace("fpm__main-text__hide","fpm__main-text__show")},200))}change2Done(){const{mainTextDom:t,mainIcon:e}=this.mainElement;t.innerText!==this._btnTexts.end&&(e.className.includes("fpm__main__end")||e.className.includes("fpm__main__start")&&(e.style.transform="scale(0.8)",t.className.includes("fpm__main-text__show")?t.classList.replace("fpm__main-text__show","fpm__main-text__hide"):t.classList.add("fpm__main-text__hide"),setTimeout(()=>{e.classList.replace("fpm__main__start","fpm__main__end"),e.style.transform="scale(1)",t.innerText=this._btnTexts.end,t.classList.replace("fpm__main-text__hide","fpm__main-text__show")},200)))}}class Uv{constructor(t,e){f(this,"container");f(this,"revokeIcon");f(this,"revokeItem");f(this,"measureController");f(this,"onClick",()=>{this.measureController.revoke()});f(this,"onModeChange",t=>{if(t!=="Edit"&&this.revokeItem.className.includes("enabled")){this.revokeItem.classList.remove("enabled"),this.measureController.hook.off("anchorChange",this.onAnchorChange);return}this.measureController.hook.on("anchorChange",this.onAnchorChange)});f(this,"onAnchorChange",t=>{t&&this.revokeItem.classList.add("enabled")});this.measureController=t,this.container=e;const n=this.container.querySelector(".fpm__revoke-icon"),o=this.container.querySelector(".fpm__revoke");if(!n||!o)throw new Error("不正确的选择器");this.revokeIcon=n,this.revokeItem=o,this.revokeItem.addEventListener("click",this.onClick),t.hook.on("modeChange",this.onModeChange)}dispose(){this.revokeItem.removeEventListener("click",this.onClick),this.measureController.hook.off("modeChange",this.onModeChange)}}class Ll{constructor(t,e){f(this,"revoke");f(this,"container");f(this,"mainController");f(this,"disposers",[]);f(this,"measureController");f(this,"mode");f(this,"_params");f(this,"handleExit",()=>{const t=this.container.querySelector(".fpm__exit-icon"),e=this.container.querySelector(".fpm__exit");if(!e||!t)throw new Error("cannot find dom");this.mode==="pc"&&(Object.assign(e.style,Fv),Object.assign(t==null?void 0:t.style,Wv));const n=()=>{e.style.opacity="1"},o=()=>{e.style.opacity="0.85"},s=()=>{this.measureController.disable()};return e.addEventListener("click",s),e.addEventListener("mouseenter",n),e.addEventListener("mouseleave",o),()=>{e.removeEventListener("click",s),e.removeEventListener("mouseenter",n),e.removeEventListener("mouseleave",o)}});var r;this._params=e,this.measureController=t,this.mode=(r=e.mode)!=null?r:"pc",this.container=document.createElement("div"),this.container.innerHTML=this.mode==="mobile"?_v:Rv,this.container.classList.add("fpm__ui-controller",this.mode),this.container.style.background="rgba(0, 0, 0, 0.15)",e.container.appendChild(this.container);const n=this.container.querySelectorAll(".fpm__text"),o=this.container.querySelector(".fpm_ui-bg"),s=this.container.querySelector(".fpm_operating-space");Object.assign(o==null?void 0:o.style,Gv),Object.assign(s==null?void 0:s.style,Hv),Object.assign(this.container.style,Qv),n.forEach(a=>Object.assign(a.style,Nv))}dispose(){this.hide(),this.container.remove()}show(){return this.container.style.display="block",this.container.style.opacity="1",this.container.style.transform="translate(0, 0)",this.mode==="pc"?(this.revoke=new Uv(this.measureController,this.container),this.mainController=new Xv(this.measureController,this.container,this._params)):this.mainController=new Yv(this.measureController,this.container,this._params),this.disposers.push(this.handleExit()),this}hide(){var t,e;return this.container.style.display="none",this.container.style.opacity="0",this.container.style.transform="translate(0, 10px)",this.mode==="pc"&&((t=this.revoke)==null||t.dispose()),(e=this.mainController)==null||e.dispose(),this.disposers.forEach(n=>n()),this.disposers=[],this}}class qv{constructor(t,e){f(this,"measureController");f(this,"textDom",document.createElement("span"));f(this,"container",document.createElement("div"));f(this,"hasAnchor",!1);f(this,"hasChangedToWatch",!1);f(this,"_params");f(this,"onModelChange",t=>{var e;if(t==="View"){this.hide();return}if(t==="Watch"){this.hasChangedToWatch?(this.textDom.innerText="",this.hide()):(this.show(),this.hasChangedToWatch=!0);return}t==="Edit"&&(this.textDom.innerText=(e=this._params.firstPointTip)!=null?e:"请选择第一个测量点,Esc或单击鼠标右键可取消选择",this.show())});f(this,"anchorChange",t=>{var e,n;!this.hasAnchor&&t?(this.hasAnchor=!0,this.textDom.innerText=(e=this._params.nextPointTip)!=null?e:"选择下一个测量点,Esc或单击鼠标右键取消选择"):t||(this.hasAnchor=!1,this.textDom.innerText=(n=this._params.firstPointTip)!=null?n:"请选择第一个测量点,Esc或单击鼠标右键可取消选择")});f(this,"onEditedLineChange",t=>{var e;t.lines.length===1&&(this.textDom.innerText=(e=this._params.endTip)!=null?e:"可以连续选择测量点,或点击下方“结束”按钮完成测量(Esc取消,Command+S保存)")});this._params=e,this.initDom(),e.container.append(this.container),this.measureController=t,t.hook.on("modeChange",this.onModelChange),t.hook.on("anchorChange",this.anchorChange),t.hook.on("editedPolylineChange",this.onEditedLineChange)}dispose(){this.hide(),this.container.remove()}show(){return this.container.style.opacity="1",this.container.style.transform="translate(0, 0)",this}hide(){return this.container.style.opacity="0",this.container.style.transform="translate(0, -10px)",this.measureController.hook.off("modeChange",this.onModelChange),this.measureController.hook.off("anchorChange",this.anchorChange),this.measureController.hook.off("editedPolylineChange",this.onEditedLineChange),this}initDom(){var n;const t=this.container,e=this.textDom;t.classList.add("fpm__guide-container"),t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.width="100%",t.style.height="110px",t.style.display="flex",t.style.alignItems="center",t.style.justifyContent="center",t.style.transform="translate(0, -10px)",t.style.background="linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%)",t.style.transition="opacity 500ms ease-in-out, transform 500ms ease-in-out",t.style.opacity="0",e.classList.add("fpm__guide-text"),e.style.color="#fff",e.style.fontSize="20px",e.innerText=(n=this._params.startTip)!=null?n:"点击下方“开始”按钮开始测距",t.appendChild(e)}}class Jv{constructor(t,e){f(this,"five");f(this,"measureController");f(this,"onKeyDown",t=>{if(t.metaKey&&t.code==="KeyS"){this.measureController.save().changeMode("Watch"),t.preventDefault();return}if(t.code==="Escape")return this.escape()});f(this,"onMouseDown",t=>{t.button===2&&(t.preventDefault(),this.escape())});this.five=e,this.measureController=t;const n=this.five.getElement();n&&(document.body.addEventListener("keydown",this.onKeyDown),n.addEventListener("mousedown",this.onMouseDown))}dispose(){const t=this.five.getElement();t&&(document.body.removeEventListener("keydown",this.onKeyDown),t.removeEventListener("mousedown",this.onMouseDown))}escape(){return this.measureController.getCurrentMode()==="Watch"?this.measureController.disable():this.measureController.changeMode("Watch")}}class Zv{constructor(t,e){f(this,"hasOpen",!1);f(this,"hook",new ze.Subscribe);f(this,"magnifier");f(this,"five");f(this,"model");f(this,"group");f(this,"config");f(this,"isMobile");f(this,"fiveHelper");f(this,"useUIController");f(this,"params");f(this,"useGuideController");f(this,"container",document.createElement("div"));f(this,"shortcutKeyController");f(this,"controller",null);f(this,"getCurrentMode",()=>this.controller instanceof Mo?"Edit":this.controller instanceof Ml?"Watch":this.controller instanceof ji?"Mixed":this.controller instanceof Dl?"View":null);f(this,"changeMode",t=>{var o;if(!this.hasOpen||this.getCurrentMode()===t)return;(o=this.controller)==null||o.dispose();const e={View:Dl,Watch:Ml,Edit:Mo,Mixed:ji};if(!e[t])throw new Error("不存在的 Mode");const n=this.createControllerParams();this.controller=new e[t](n),this.hook.emit("modeChange",t)});var o,s,r,a;this.five=t,this.params=e,this.config=fs(e,["openParams","magnifierParams"]),this.model=new ms(this.config),this.fiveHelper=new sv(t),this.isMobile=(s=(o=e==null?void 0:e.openParams)==null?void 0:o.isMobile)!=null?s:!1,this.magnifier=new Ah(t,(r=e.magnifierParams)!=null?r:{width:190,height:190,scale:2}),this.group=new Q.Group,this.group.name="plugin-measure-group",this.container.classList.add("five-plugin-measure-container"),this.container.style.position="absolute",this.container.style.left="0",this.container.style.top="0",this.container.style.pointerEvents="none",this.container.style.width="100%",this.container.style.height="100%",this.container.style.opacity="0";const n=(a=this.params.openParams)!=null?a:{};if(this.params.useUIController!==!1){const l=F({container:this.container,openParams:n},typeof this.params.useUIController=="object"?this.params.useUIController:{});this.useUIController=new Ll(this,l)}if(this.params.useGuideController!==!1){const l=F({container:this.container},typeof this.params.useGuideController=="object"?this.params.useGuideController:{});this.useGuideController=new qv(this,l)}}appendTo(t){t.append(this.container)}dispose(){var t,e;this.disable(),(t=this.useUIController)==null||t.dispose(),(e=this.magnifier)==null||e.dispose(),this.five.needsRender=!0}load(t){this.model.parse(t),this.save()}enable(t){var e;this.hasOpen||(this.hasOpen=!0,this.five.scene.add(this.group),this.container.style.opacity="1",t!=null&&t.mode?this.changeMode(t.mode):this.isMobile?this.changeMode("Mixed"):this.changeMode("Watch"),(e=this.useUIController)==null||e.show(),this.shortcutKeyController=new Jv(this,this.five),this.hook.emit("enable",!0))}disable(){var t,e,n,o;this.hasOpen=!1,this.container.style.opacity="0",(t=this.controller)==null||t.dispose(),(e=this.useUIController)==null||e.hide(),(n=this.useGuideController)==null||n.hide(),(o=this.shortcutKeyController)==null||o.dispose(),this.controller=null,this.five.helperVisible=!0,this.five.scene.remove(this.group),this.five.needsRender=!0,this.hook.emit("disable",!0)}edit(){const t=this.isMobile?"Mixed":"Edit";this.changeMode(t)}revoke(){this.controller instanceof Mo&&this.controller.revoke()}removePolyline(t){this.model.removePolyline(t)}removePolylineByID(t){const e=this.model.getPolylineByID(t);e&&this.model.removePolyline(e)}getPolylineByID(t){return this.model.getPolylineByID(t)}getEditedPolyline(){}highlightLine(t){if(this.getCurrentMode()!=="Watch")return!1;const e=this.model.getLineByID(t);return e?(this.controller.highlightLine(e),!0):!1}clearHighlightLines(){return this.getCurrentMode()!=="Watch"?!1:(this.controller.clearHighlightLines(),!0)}save(t){var o;if(!(this.controller instanceof Mo)&&!(this.controller instanceof ji))return this;const e=(o=t==null?void 0:t.mode)!=null?o:"View";return this.controller.model.polylines.forEach(s=>{this.model.addPolyline(s)}),this.changeMode(e),this}addStartPoint(){this.controller instanceof ji&&this.hook.emit("willChangeState","watching","editing")}addEndPoint(){this.controller instanceof ji&&this.hook.emit("willChangeState","editing","watching")}toJson(){return this.model.toJson()}changeIsMobile(t){var e;if(this.isMobile=t,this.params.useUIController!==!1){(e=this.useUIController)==null||e.dispose();const n=F({container:this.container,mode:this.isMobile?"mobile":"pc"},typeof this.params.useUIController=="object"?this.params.useUIController:{});this.useUIController=new Ll(this,n)}}changeConfigs(t){var e;Object.assign(this.config,t),(e=this.controller)==null||e.updateDistanceUI()}setCustomText(t,e){var o;const n=this.model.getLineByID(t);if(!n)throw new Error("不存在的线段");n.setText(e),(o=this.controller)==null||o.updateDistanceUI()}createControllerParams(){var e;const t=(e=this.params.openParams)!=null?e:{};return t.isMobile=this.isMobile,{five:this.five,hook:this.hook,group:this.group,model:this.model,config:this.config,magnifier:this.magnifier,container:this.container,fiveHelper:this.fiveHelper,openParams:t,mouseGroup:Ph(F({},t.crossHairParameter)),userDistanceItemCreator:this.params.userDistanceItemCreator}}}const Kv=function(t,e){return new Zv(t,e)},xh=ca(null);function $v(i){fe(i,"svelte-19zi46m",".PanoSpatialTagPlugin__tag-origin.svelte-19zi46m{position:absolute;width:0.5rem;height:0.5rem;border-radius:50%;background:#fff;box-shadow:0 0 .6rem #fff;transform:translate(-50%, -50%) scale(1);transform-origin:center center;animation:svelte-19zi46m-PanoSpatialTagPlugin__tag-origin 1.2s forwards;pointer-events:auto}.PanoSpatialTagPlugin__tag-origin.svelte-19zi46m:after{content:'';position:absolute;top:50%;height:50%;width:2rem;height:2rem;transform:translate(-50%, -50%)}.PanoSpatialTagPlugin__tag-origin-destroy.svelte-19zi46m{transform:translate(-50%, -50%) scale(0.6);animation:svelte-19zi46m-PanoSpatialTagPlugin__tag-origin-destroy 1.2s forwards .7s}@keyframes svelte-19zi46m-PanoSpatialTagPlugin__tag-origin{0%{transform:translate(-50%, -50%) scale(1);opacity:0}100%{transform:translate(-50%, -50%) scale(0.6);opacity:1 }}@keyframes svelte-19zi46m-PanoSpatialTagPlugin__tag-origin-destroy{0%{transform:translate(-50%, -50%) scale(0.6);opacity:1}10%{transform:translate(-50%, -50%) scale(1);opacity:0.9}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}")}function Tl(i,t,e){const n=i.slice();return n[3]=t[e],n}function zl(i){let t,e=`${i[3].top}%`,n=`${i[3].left}%`,o,s;function r(){return i[2](i[3])}return{c(){t=_("i"),w(t,"class","svelte-19zi46m"),$(t,"PanoSpatialTagPlugin__tag-origin",!0),$(t,"PanoSpatialTagPlugin__tag-origin-destroy",i[3].destroying),j(t,"top",e),j(t,"left",n),j(t,"visibility",i[3].front?"visible":"hidden")},m(a,l){O(a,t,l),o||(s=Ce(t,"click",r),o=!0)},p(a,l){i=a,l&1&&$(t,"PanoSpatialTagPlugin__tag-origin-destroy",i[3].destroying),l&1&&e!==(e=`${i[3].top}%`)&&j(t,"top",e),l&1&&n!==(n=`${i[3].left}%`)&&j(t,"left",n),l&1&&j(t,"visibility",i[3].front?"visible":"hidden")},d(a){a&&V(t),o=!1,s()}}}function e0(i){let t,e=i[0],n=[];for(let o=0;o<e.length;o+=1)n[o]=zl(Tl(i,e,o));return{c(){for(let o=0;o<n.length;o+=1)n[o].c();t=Ee()},m(o,s){for(let r=0;r<n.length;r+=1)n[r]&&n[r].m(o,s);O(o,t,s)},p(o,[s]){if(s&3){e=o[0];let r;for(r=0;r<e.length;r+=1){const a=Tl(o,e,r);n[r]?n[r].p(a,s):(n[r]=zl(a),n[r].c(),n[r].m(t.parentNode,t))}for(;r<n.length;r+=1)n[r].d(1);n.length=e.length}},i:K,o:K,d(o){qt(n,o),o&&V(t)}}}function t0(i,t,e){let{origins:n}=t;const o=r=>{xh.update(()=>`${r}-PanoSpatialTagPlugin-${Date.now()}`)},s=r=>o(r.id);return i.$$set=r=>{"origins"in r&&e(0,n=r.origins)},[n,o,s]}class n0 extends ce{constructor(t){super(),le(this,t,t0,e0,ae,{origins:0},$v)}}function i0(i){fe(i,"svelte-9m6drd",`.PanoSpatialTagPlugin__tag-x.svelte-9m6drd.svelte-9m6drd{position:absolute;top:0;left:0;display:block;white-space:nowrap;box-sizing:border-box;width:25rem;height:14rem;color:#fff;transform:translate(0, -100%);transition:height 0.5s linear}.PanoSpatialTagPlugin__tag-shadow.svelte-9m6drd.svelte-9m6drd{content:'';position:absolute;width:30rem;height:30rem;top:-15rem;left:-15rem;z-index:-1;opacity:0;transition:opacity 0.8s 0.6s;background:url('https://vrlab-image4.ljcdn.com/release/web/PanoSpatialTagPlugin__blur.png');background-size:30rem 30rem}.PanoSpatialTagPlugin__tag-line.svelte-9m6drd.svelte-9m6drd{position:absolute;left:-1rem;width:2rem;height:100%;overflow:hidden}.PanoSpatialTagPlugin__tag-flagpole.svelte-9m6drd.svelte-9m6drd{position:absolute;top:0;left:1rem;height:calc(100% - 1.5rem);width:0.15rem;background:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));box-shadow:0 0.1rem 0.5rem rgba(0, 0, 0, 0.2);opacity:0;transform:translate(-50%, 60%) scaleY(0);transition:transform 0.4s cubic-bezier(0.44, 0.44, 0.74, 0.98), opacity 0.4s cubic-bezier(0.44, 0.44, 0.74, 0.98), width 0.5s linear,
516
516
  height 0.5s linear;transform-origin:center bottom}.PanoSpatialTagPlugin__tag-line1.svelte-9m6drd.svelte-9m6drd{position:absolute;top:0;left:0.3rem;height:1.8rem;width:0.1rem;background:#fff;opacity:0;transform:translate(-50%, 200%) scaleY(0);transform-origin:center top}.PanoSpatialTagPlugin__tag-line2.svelte-9m6drd.svelte-9m6drd{position:absolute;top:0;left:0.5rem;height:1.8rem;width:0.1rem;background:#fff;opacity:0;transform:translate(-50%, 200%) scaleY(0);transform-origin:center top}.PanoSpatialTagPlugin__tag-show.svelte-9m6drd .PanoSpatialTagPlugin__tag-line1.svelte-9m6drd{animation:svelte-9m6drd-PanoSpatialTagPlugin__tag-line1 linear 0.5s forwards 0.45s}.PanoSpatialTagPlugin__tag-show.svelte-9m6drd .PanoSpatialTagPlugin__tag-line2.svelte-9m6drd{animation:svelte-9m6drd-PanoSpatialTagPlugin__tag-line2 linear 0.5s forwards 0.65s}.PanoSpatialTagPlugin__tag-x.PanoSpatialTagPlugin__tag-upside-down.svelte-9m6drd.svelte-9m6drd{transform:translate(0, 0)}.PanoSpatialTagPlugin__tag-upside-down.svelte-9m6drd .PanoSpatialTagPlugin__tag-line.svelte-9m6drd{transform:scaleY(-1)}.PanoSpatialTagPlugin__tag-animate.svelte-9m6drd.svelte-9m6drd{position:relative;height:100%;overflow:hidden;transform-origin:left top;transition:transform 0.5s linear}.PanoSpatialTagPlugin__tag-upside-down.svelte-9m6drd .PanoSpatialTagPlugin__tag-animate.svelte-9m6drd{transform-origin:left bottom}.PanoSpatialTagPlugin__tag-content.svelte-9m6drd.svelte-9m6drd{position:absolute;display:inline-block;transform:translate(-100%, 0);transition:transform 0.9s cubic-bezier(0, 0.65, 0.16, 1.08) 0.6s;padding-left:0.5rem;font-size:1rem}.PanoSpatialTagPlugin__tag-upside-down.svelte-9m6drd .PanoSpatialTagPlugin__tag-content.svelte-9m6drd{bottom:0}.PanoSpatialTagPlugin__tag-show.svelte-9m6drd .PanoSpatialTagPlugin__tag-flagpole.svelte-9m6drd{opacity:1;transform:translate(-50%, 0) scaleY(1)}.PanoSpatialTagPlugin__tag-upside-down.svelte-9m6drd .PanoSpatialTagPlugin__tag-shadow.svelte-9m6drd{top:unset;bottom:-15rem}.PanoSpatialTagPlugin__tag-show.svelte-9m6drd .PanoSpatialTagPlugin__tag-shadow.svelte-9m6drd{opacity:0.32}.PanoSpatialTagPlugin__tag-show.svelte-9m6drd .PanoSpatialTagPlugin__tag-content.svelte-9m6drd{transform:translate(0, 0)}.PanoSpatialTagPlugin__tag-hide.svelte-9m6drd .PanoSpatialTagPlugin__tag-flagpole.svelte-9m6drd{opacity:0;transform:translate(-50%, 60%) scaleY(0);transition:transform 0.5s 0.55s, opacity 0.4s 0.55s}.PanoSpatialTagPlugin__tag-hide.svelte-9m6drd .PanoSpatialTagPlugin__tag-shadow.svelte-9m6drd{opacity:0;transition:opacity 0.8s}.PanoSpatialTagPlugin__tag-hide.svelte-9m6drd .PanoSpatialTagPlugin__tag-content.svelte-9m6drd{transform:translate(-100%, 0);transition:transform 0.6s cubic-bezier(0.53, 0.06, 0.88, 0.59)}.PanoSpatialTagPlugin__tag-hide.svelte-9m6drd .PanoSpatialTagPlugin__tag-content .svelte-9m6drd{pointer-events:none}.PanoSpatialTagPlugin__tag-hide.svelte-9m6drd .PanoSpatialTagPlugin__tag-line1.svelte-9m6drd{opacity:0.5;transform:translate(-50%, 10%) scaleY(0);animation:svelte-9m6drd-PanoSpatialTagPlugin__tag-line1-hide linear 0.28s forwards 0.3s}.PanoSpatialTagPlugin__tag-hide.svelte-9m6drd .PanoSpatialTagPlugin__tag-line2.svelte-9m6drd{opacity:0.5;transform:translate(-50%, 0) scaleY(0);animation:svelte-9m6drd-PanoSpatialTagPlugin__tag-line2-hide linear 0.28s forwards 0.45s}@keyframes svelte-9m6drd-PanoSpatialTagPlugin__tag-line1{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 135%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 20%) scaleY(0)}}@keyframes svelte-9m6drd-PanoSpatialTagPlugin__tag-line2{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 125%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}}@keyframes svelte-9m6drd-PanoSpatialTagPlugin__tag-line1-hide{0%{opacity:0.5;transform:translate(-50%, 10%) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 105%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}@keyframes svelte-9m6drd-PanoSpatialTagPlugin__tag-line2-hide{0%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 100%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}`)}function o0(i){let t,e,n,o,s,r,a,l,c,d,h,u,m,g,v;return{c(){t=_("div"),e=_("div"),n=se(),o=_("div"),s=_("i"),r=se(),a=_("i"),l=se(),c=_("i"),d=se(),h=_("div"),u=_("div"),w(e,"class","PanoSpatialTagPlugin__tag-shadow svelte-9m6drd"),j(e,"transform","translate("+i[7]/2*i[3]*3+"px, "+i[8]/2*(i[1]?-1:1)*i[3]*3+"px) scale("+1/i[3]+")"),w(s,"class","PanoSpatialTagPlugin__tag-flagpole svelte-9m6drd"),j(s,"width",i[4]+"rem"),w(a,"class","PanoSpatialTagPlugin__tag-line1 svelte-9m6drd"),w(c,"class","PanoSpatialTagPlugin__tag-line2 svelte-9m6drd"),w(o,"class","PanoSpatialTagPlugin__tag-line svelte-9m6drd"),w(u,"class","PanoSpatialTagPlugin__tag-content svelte-9m6drd"),w(h,"class","PanoSpatialTagPlugin__tag-animate svelte-9m6drd"),j(h,"transform","scale("+i[3]*3+")"),w(t,"id",m="PanoSpatialTagPlugin__"+i[0]),j(t,"height",20*i[5]+"rem"),w(t,"class","svelte-9m6drd"),$(t,"PanoSpatialTagPlugin__tag-x",!0),$(t,"PanoSpatialTagPlugin__tag-upside-down",i[1]),$(t,"PanoSpatialTagPlugin__tag-show",i[10]),$(t,"PanoSpatialTagPlugin__tag-hide",i[10]===!1||i[6])},m(A,b){O(A,t,b),B(t,e),B(t,n),B(t,o),B(o,s),B(o,r),B(o,a),B(o,l),B(o,c),B(t,d),B(t,h),B(h,u),u.innerHTML=i[2],i[16](u),g||(v=Ce(u,"click",i[11]),g=!0)},p(A,[b]){b&394&&j(e,"transform","translate("+A[7]/2*A[3]*3+"px, "+A[8]/2*(A[1]?-1:1)*A[3]*3+"px) scale("+1/A[3]+")"),b&16&&j(s,"width",A[4]+"rem"),b&4&&(u.innerHTML=A[2]),b&8&&j(h,"transform","scale("+A[3]*3+")"),b&1&&m!==(m="PanoSpatialTagPlugin__"+A[0])&&w(t,"id",m),b&32&&j(t,"height",20*A[5]+"rem"),b&2&&$(t,"PanoSpatialTagPlugin__tag-upside-down",A[1]),b&1024&&$(t,"PanoSpatialTagPlugin__tag-show",A[10]),b&1088&&$(t,"PanoSpatialTagPlugin__tag-hide",A[10]===!1||A[6])},i:K,o:K,d(A){A&&V(t),i[16](null),g=!1,v()}}}function s0(i,t,e){let{id:n}=t,{upsideDown:o}=t,{content:s}=t,{contentZoom:r}=t,{lineWidthZoom:a}=t,{lineHeightZoom:l}=t,{destroying:c=!1}=t,{folded:d}=t,{dispose:h}=t,{events:u}=t,{hooks:m}=t,g=0,v=0,A,b,y=setTimeout(()=>{d||e(10,b=!0),y=void 0},100);const C=I=>{const T=Object.keys(u);let S=I.target;for(;S;){const N=S.getAttribute("class");if(!N){S=S.parentNode;continue}if(N.includes("PanoSpatialTagPlugin__tag-content")){S=null;break}T.forEach(U=>{N.includes(U)&&u[U](n)}),S=S.parentNode}};St(()=>{m.emit("initTag",{id:n})});const D=xh.subscribe(I=>{if(I===null)return;const[T,S]=I.split("-PanoSpatialTagPlugin-");n===T&&(m.emit("clickOrigin",{id:n,show:b}),y||(e(10,b=d),e(12,d=!d),y=setTimeout(()=>{y=void 0},1500)))});Xd(()=>{e(7,g=A.offsetWidth),e(8,v=A.offsetHeight),!y&&e(10,b=!d)}),hn(()=>{m.emit("destroyTag",{id:n}),D(),h()});function x(I){Ke[I?"unshift":"push"](()=>{A=I,e(9,A)})}return i.$$set=I=>{"id"in I&&e(0,n=I.id),"upsideDown"in I&&e(1,o=I.upsideDown),"content"in I&&e(2,s=I.content),"contentZoom"in I&&e(3,r=I.contentZoom),"lineWidthZoom"in I&&e(4,a=I.lineWidthZoom),"lineHeightZoom"in I&&e(5,l=I.lineHeightZoom),"destroying"in I&&e(6,c=I.destroying),"folded"in I&&e(12,d=I.folded),"dispose"in I&&e(13,h=I.dispose),"events"in I&&e(14,u=I.events),"hooks"in I&&e(15,m=I.hooks)},[n,o,s,r,a,l,c,g,v,A,b,C,d,h,u,m,x]}let r0=class extends ce{constructor(t){super(),le(this,t,s0,o0,ae,{id:0,upsideDown:1,content:2,contentZoom:3,lineWidthZoom:4,lineHeightZoom:5,destroying:6,folded:12,dispose:13,events:14,hooks:15},i0)}};const a0={position:"absolute",top:"0px",left:"0px",width:"100%",height:"100%",pointerEvents:"none"},jl="<",Vl=">",_l="%",Ol="locals",l0="(<%%|%%>|<%=|<%-|<%_|<%#|<%|%>|-%>|_%>)",c0={"&":"&amp","<":"&lt",">":"&gt",'"':"&#34","'":"&#39"},ct={EVAL:"eval",ESCAPED:"escaped",RAW:"raw",COMMENT:"comment",LITERAL:"literal"};function Bl(i){return i.replace(/;(\s*$)/,"$1")}function d0(i,t){return new h0(i).compileFunction()(t)}class h0{constructor(t){f(this,"templateText");f(this,"mode",null);f(this,"truncate",!1);f(this,"currentLine",1);f(this,"source","");f(this,"regex",new RegExp(l0));this.templateText=t}compileFunction(){let t;const e=` var __output = "";
517
517
  function __append(s) { if (s !== undefined && s !== null) __output += s }
518
518
  with (`+Ol+` || {}) {
@@ -528,7 +528,7 @@ void main() {
528
528
  `)}switch(this.mode){case ct.EVAL:this.source+=" ; "+t+`
529
529
  `;break;case ct.ESCAPED:this.source+=" ; __append(escapeFn("+Bl(t)+`))
530
530
  `;break;case ct.RAW:this.source+=" ; __append("+Bl(t)+`)
531
- `;break;case ct.COMMENT:break;case ct.LITERAL:this._addOutput(t);break}}else this._addOutput(t)}}}const Ar=.001,Rl=.01,u0="https://vrlab-image4.ljcdn.com/release/web/PanoSpatialTagPlugin__blur.png",f0=(i,t)=>{var re,ie,Ae,we,ge,je,ve,Ge;let e=t==null?void 0:t.container,n=1.4;const o=(re=t==null?void 0:t.wait)!=null?re:200,s=(ie=t==null?void 0:t.maxNumberOnScreen)!=null?ie:3,r=(Ae=t==null?void 0:t.minRad)!=null?Ae:Math.PI/4,a=(we=t==null?void 0:t.nearTolerance)!=null?we:100,l=(ge=t==null?void 0:t.upsideHeight)!=null?ge:1.6,c=(je=t==null?void 0:t.minDistance)!=null?je:1.2,d=(ve=t==null?void 0:t.maxDistance)!=null?ve:3.5,h=as(i),u=document.createElement("div");u.classList.add("PanoSpatialTagPlugin"),Object.assign(u.style,a0);const m=new ze.Subscribe;let g=new Image;g.src=u0;const v={points:[],origins:[],tags:[],template:"",events:{},render:d0,folded:!1,enabled:!0,forbidden:!0},A=new n0({target:u,props:{origins:v.origins}}),b=(ue,be)=>{x(),be&&I()},y=()=>{v.forbidden&&(v.forbidden=!1,I())},C=(ue,be)=>{if(v.tags.length===0)return;const Me=be.longitude-i.state.longitude,me=i.camera.clone();me.position.copy(be.offset),me.rotateOnWorldAxis(new E.Vector3(0,1,0),Me),me.updateProjectionMatrix(),me.updateMatrixWorld(!0);const Ue=new E.Frustum,at=new E.Matrix4;at.multiplyMatrices(me.projectionMatrix,me.matrixWorldInverse),Ue.setFromProjectionMatrix(at),v.tags.forEach(ke=>{const $e=me.position.clone().setY(n).distanceTo(ke.position);if($e<c||$e>d||!Ue.containsPoint(ke.position))return ke.destroying=!0;const oe=ke.position.clone().sub(me.position).setY(0);if(oe.angleTo(ke.normal)>Math.PI/2-r&&oe.angleTo(ke.normal)<Math.PI/2+r)return ke.destroying=!0}),v.tags.forEach(ke=>{ke.destroying?ke.app.$set({contentZoom:.1+me.position.distanceTo(ke.position)/d,lineWidthZoom:.38*(.01+me.position.distanceTo(ke.position)/d),destroying:ke.destroying}):ke.app.$set({lineWidthZoom:.38*(.01+me.position.distanceTo(ke.position)/d),lineHeightZoom:.4+(me.position.distanceTo(ke.position)-c)/d*.6,contentZoom:.1+me.position.distanceTo(ke.position)/d})}),setTimeout(()=>{v.tags.forEach(ke=>{ke.destroying&&(ke.app.$destroy(),ke=null)}),v.tags=v.tags.filter(ke=>!ke.destroying),x()},1900)},D=ue=>{ue!==ze.Five.Mode.Panorama&&!v.forbidden&&(A.$set({origins:[]}),v.tags.forEach(be=>{be.app.$destroy(),be=null}),v.origins=[],v.tags=[],v.forbidden=!0)},x=()=>{if(v.forbidden||!v.enabled)return;const ue=i.camera,be=ue.getWorldDirection(new E.Vector3);v.origins=v.tags.map(Me=>{const me=Me.position.clone().project(ue),Ue=Me.position.clone().sub(ue.position).setY(0).angleTo(be.setY(0))<Math.PI/2;return{id:Me.id,front:Ue,left:(me.x+1)/2*100,top:(-me.y+1)/2*100,destroying:Me.destroying}}),A.$set({origins:v.origins})},I=()=>{v.forbidden||!v.enabled||(v.timeoutId&&clearTimeout(v.timeoutId),v.timeoutId=setTimeout(()=>{v.timeoutId=void 0;const ue=T();ue.length&&(v.tags=v.tags.concat(ue),x())},o))},T=()=>{const{clientWidth:ue,clientHeight:be}=i.getElement(),Me=[],me=i.camera,Ue=new E.Frustum,at=new E.Matrix4,ke=me.getWorldDirection(new E.Vector3);at.multiplyMatrices(me.projectionMatrix,me.matrixWorldInverse),Ue.setFromProjectionMatrix(at);const $e=v.tags.filter(Ie=>Ue.containsPoint(Ie.position)&&!Ie.destroying).length,oe=v.points.reduce((Ie,Re)=>{if(v.tags.find(Be=>Re.id===Be.id&&!Be.destroying))return Ie;const ht=me.position.clone().setY(n).distanceTo(Re.position);if(ht<c||ht>d||!Ue.containsPoint(Re.position))return Ie;const Qt=Re.position.clone().sub(me.position).setY(0);if(Qt.angleTo(Re.normal)>Math.PI/2-r&&Qt.angleTo(Re.normal)<Math.PI/2+r)return Ie;const pt=Re.position.clone().project(me);if(!v.tags.every(Be=>{if(Be.position.clone().sub(me.position).setY(0).angleTo(ke.setY(0))>Math.PI/2)return!0;const Xe=Be.position.clone().project(me);return Math.sqrt(Math.pow((pt.x-Xe.x)/2*ue,2)+Math.pow((pt.y-Xe.y)/2*be,2))>a}))return Ie;const gt={id:Re.id,position:Re.position,normal:Re.normal,replacement:Re.replacement,weight:Re.weight,distance:ht};let Ve;for(let Be=0,Xe=Ie.length;Be<Xe;Be++){const Pt=Ie[Be];if(gt.weight>Pt.weight){Ve=Be;break}if(gt.distance<Pt.distance){Ve=Be;break}}return Ve!==void 0?Ie.splice(Ve,0,gt):Ie.push(gt),Ie},[]);for(let Ie=0,Re=oe.length;Ie<Re&&!($e+Me.length>=s);Ie++){const ht=oe[Ie];if(Me.find(Ve=>ht.id===Ve.id))continue;const Qt=ht.position.clone().project(me);if(!v.tags.concat(Me).every(Ve=>{if(Ve.position.clone().sub(me.position).setY(0).angleTo(ke.setY(0))>Math.PI/2)return!0;const Be=Ve.position.clone().project(me);return Math.sqrt(Math.pow((Qt.x-Be.x)/2*ue,2)+Math.pow((Qt.y-Be.y)/2*be,2))>a}))continue;const pt=new E.Raycaster(me.position.clone().setY(n),ht.position.clone().sub(me.position.clone().setY(n)).normalize(),0,ht.distance+Rl),[gt]=v.intersectObjects?pt.intersectObjects(v.intersectObjects,!0):i.model.bvhs.loaded?i.model.intersectRaycaster(pt):pt.intersectObjects(i.model.children,!0);if(gt&&ht.distance-gt.distance<Rl){const{position:Ve,normal:Be,id:Xe,replacement:Pt}=ht,bi=new E.Plane().setFromNormalAndCoplanarPoint(Be,Ve),Lt=Ve.clone().sub(me.position).cross(new E.Vector3(0,1,0)).setLength(Ar),Jt=[Ve.clone(),Ve.clone().add(Lt),Ve.clone().add(new E.Vector3(0,Ar,0)).add(Lt),Ve.clone().add(new E.Vector3(0,Ar,0))].map(zn=>bi.projectPoint(zn,new E.Vector3)),{container:fn,dispose:ut}=h.create3DDomContainer(Jt)||{},Tn=new r0({target:fn,props:{id:Xe,content:v.render(v.template,Pt),lineWidthZoom:.38*(.01+me.position.distanceTo(Ve)/d),lineHeightZoom:.4+(me.position.distanceTo(Ve)-c)/d*.6,contentZoom:.1+me.position.distanceTo(Ve)/d,upsideDown:Ve.y>l,folded:v.folded,events:v.events,hooks:m,dispose:ut}});Me.push({position:Ve,normal:Be,id:Xe,app:Tn})}}return Me},S=ue=>{v.points=ue.points.map(be=>{var Me,me;return{id:be.id,position:new E.Vector3().fromArray(be.position),normal:new E.Vector3().fromArray(be.normal),replacement:(Me=be.replacement)!=null?Me:{},weight:(me=be.weight)!=null?me:-1}}),ue.render&&(v.render=ue.render),ue.template&&(v.template=ue.template),ue.events&&(v.events=ue.events),ue.enabled===!1&&(v.enabled=ue.enabled),ue.folded===!0&&(v.folded=ue.folded)},N=ue=>{v.intersectObjects=ue,I()},U=()=>{v.enabled=!0,I()},G=()=>{v.enabled=!1,A.$set({origins:[]}),v.tags.forEach(ue=>{ue.app.$destroy(),ue=null}),v.origins=[],v.tags=[]},z=()=>{v.folded=!1,v.tags.forEach(ue=>{ue.app.$set({folded:v.folded})})},H=()=>{v.folded=!0,v.tags.forEach(ue=>{ue.app.$set({folded:v.folded})})},R=ue=>{v.tags.forEach(be=>{be.id===ue&&be.app.$set({folded:!1})})},J=ue=>{v.tags.forEach(be=>{be.id===ue&&be.app.$set({folded:!0})})},q=()=>{i.once("renderFrame",x)},Y=()=>{e||(e=i.getElement().parentElement),e&&e.appendChild(u),v.forbidden=!1,n=i.model.bounding.getCenter(new E.Vector3).y,I(),i.on("panoWillArrive",C),i.on("panoArrived",y),i.on("modeChange",D),i.on("cameraUpdate",b)},Z=()=>{g=null,h.disposeAll(),A.$destroy(),v.tags.forEach(ue=>{ue.app.$destroy(),ue=null}),v.origins=[],v.tags=[],i.off("modelLoaded",Y),i.off("renderFrame",x),i.off("panoWillArrive",C),i.off("panoArrived",y),i.off("modeChange",D),i.off("cameraUpdate",b),i.off("dispose",Z),window.removeEventListener("resize",q,!1)};return window.addEventListener("resize",q,!1),(Ge=i==null?void 0:i.model)!=null&&Ge.loaded?Y():i.once("modelLoaded",Y),i.on("dispose",Z),{load:S,setIntersectObjects:N,unfoldAll:z,foldAll:H,unfold:R,fold:J,enable:U,disable:G,hooks:m,dispose:Z}};var Pn=(i=>(i.SMALL="small",i.MIDLLE="middle",i.LARGE="large",i.EXTRA_LARGE="x-large",i))(Pn||{}),yt=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Wr={},m0={get exports(){return Wr},set exports(i){Wr=i}};/*!
531
+ `;break;case ct.COMMENT:break;case ct.LITERAL:this._addOutput(t);break}}else this._addOutput(t)}}}const Ar=.001,Rl=.01,u0="https://vrlab-image4.ljcdn.com/release/web/PanoSpatialTagPlugin__blur.png",f0=(i,t)=>{var re,ie,Ae,we,ge,je,ve,Ge;let e=t==null?void 0:t.container,n=1.4;const o=(re=t==null?void 0:t.wait)!=null?re:200,s=(ie=t==null?void 0:t.maxNumberOnScreen)!=null?ie:3,r=(Ae=t==null?void 0:t.minRad)!=null?Ae:Math.PI/4,a=(we=t==null?void 0:t.nearTolerance)!=null?we:100,l=(ge=t==null?void 0:t.upsideHeight)!=null?ge:1.6,c=(je=t==null?void 0:t.minDistance)!=null?je:1.2,d=(ve=t==null?void 0:t.maxDistance)!=null?ve:3.5,h=as(i),u=document.createElement("div");u.classList.add("PanoSpatialTagPlugin"),Object.assign(u.style,a0);const m=new ze.Subscribe;let g=new Image;g.src=u0;const v={points:[],origins:[],tags:[],template:"",events:{},render:d0,folded:!1,enabled:!0,forbidden:!0},A=new n0({target:u,props:{origins:v.origins}}),b=(ue,be)=>{x(),be&&I()},y=()=>{v.forbidden&&(v.forbidden=!1,I())},C=(ue,be)=>{if(v.tags.length===0)return;const Me=be.longitude-i.state.longitude,me=i.camera.clone();me.position.copy(be.offset),me.rotateOnWorldAxis(new E.Vector3(0,1,0),Me),me.updateProjectionMatrix(),me.updateMatrixWorld(!0);const Ue=new E.Frustum,at=new E.Matrix4;at.multiplyMatrices(me.projectionMatrix,me.matrixWorldInverse),Ue.setFromProjectionMatrix(at),v.tags.forEach(ke=>{const $e=me.position.clone().setY(n).distanceTo(ke.position);if($e<c||$e>d||!Ue.containsPoint(ke.position))return ke.destroying=!0;const oe=ke.position.clone().sub(me.position).setY(0);if(oe.angleTo(ke.normal)>Math.PI/2-r&&oe.angleTo(ke.normal)<Math.PI/2+r)return ke.destroying=!0}),v.tags.forEach(ke=>{ke.destroying?ke.app.$set({contentZoom:.1+me.position.distanceTo(ke.position)/d,lineWidthZoom:.38*(.01+me.position.distanceTo(ke.position)/d),destroying:ke.destroying}):ke.app.$set({lineWidthZoom:.38*(.01+me.position.distanceTo(ke.position)/d),lineHeightZoom:.4+(me.position.distanceTo(ke.position)-c)/d*.6,contentZoom:.1+me.position.distanceTo(ke.position)/d})}),setTimeout(()=>{v.tags.forEach(ke=>{ke.destroying&&(ke.app.$destroy(),ke=null)}),v.tags=v.tags.filter(ke=>!ke.destroying),x()},1900)},D=ue=>{ue!==ze.Five.Mode.Panorama&&!v.forbidden&&(A.$set({origins:[]}),v.tags.forEach(be=>{be.app.$destroy(),be=null}),v.origins=[],v.tags=[],v.forbidden=!0)},x=()=>{if(v.forbidden||!v.enabled)return;const ue=i.camera,be=ue.getWorldDirection(new E.Vector3);v.origins=v.tags.map(Me=>{const me=Me.position.clone().project(ue),Ue=Me.position.clone().sub(ue.position).setY(0).angleTo(be.setY(0))<Math.PI/2;return{id:Me.id,front:Ue,left:(me.x+1)/2*100,top:(-me.y+1)/2*100,destroying:Me.destroying}}),A.$set({origins:v.origins})},I=()=>{v.forbidden||!v.enabled||(v.timeoutId&&clearTimeout(v.timeoutId),v.timeoutId=setTimeout(()=>{v.timeoutId=void 0;const ue=T();ue.length&&(v.tags=v.tags.concat(ue),x())},o))},T=()=>{const{clientWidth:ue,clientHeight:be}=i.getElement(),Me=[],me=i.camera,Ue=new E.Frustum,at=new E.Matrix4,ke=me.getWorldDirection(new E.Vector3);at.multiplyMatrices(me.projectionMatrix,me.matrixWorldInverse),Ue.setFromProjectionMatrix(at);const $e=v.tags.filter(Ie=>Ue.containsPoint(Ie.position)&&!Ie.destroying).length,oe=v.points.reduce((Ie,Re)=>{if(v.tags.find(Be=>Re.id===Be.id&&!Be.destroying))return Ie;const ht=me.position.clone().setY(n).distanceTo(Re.position);if(ht<c||ht>d||!Ue.containsPoint(Re.position))return Ie;const Qt=Re.position.clone().sub(me.position).setY(0);if(Qt.angleTo(Re.normal)>Math.PI/2-r&&Qt.angleTo(Re.normal)<Math.PI/2+r)return Ie;const gt=Re.position.clone().project(me);if(!v.tags.every(Be=>{if(Be.position.clone().sub(me.position).setY(0).angleTo(ke.setY(0))>Math.PI/2)return!0;const Xe=Be.position.clone().project(me);return Math.sqrt(Math.pow((gt.x-Xe.x)/2*ue,2)+Math.pow((gt.y-Xe.y)/2*be,2))>a}))return Ie;const vt={id:Re.id,position:Re.position,normal:Re.normal,replacement:Re.replacement,weight:Re.weight,distance:ht};let Ve;for(let Be=0,Xe=Ie.length;Be<Xe;Be++){const Pt=Ie[Be];if(vt.weight>Pt.weight){Ve=Be;break}if(vt.distance<Pt.distance){Ve=Be;break}}return Ve!==void 0?Ie.splice(Ve,0,vt):Ie.push(vt),Ie},[]);for(let Ie=0,Re=oe.length;Ie<Re&&!($e+Me.length>=s);Ie++){const ht=oe[Ie];if(Me.find(Ve=>ht.id===Ve.id))continue;const Qt=ht.position.clone().project(me);if(!v.tags.concat(Me).every(Ve=>{if(Ve.position.clone().sub(me.position).setY(0).angleTo(ke.setY(0))>Math.PI/2)return!0;const Be=Ve.position.clone().project(me);return Math.sqrt(Math.pow((Qt.x-Be.x)/2*ue,2)+Math.pow((Qt.y-Be.y)/2*be,2))>a}))continue;const gt=new E.Raycaster(me.position.clone().setY(n),ht.position.clone().sub(me.position.clone().setY(n)).normalize(),0,ht.distance+Rl),[vt]=v.intersectObjects?gt.intersectObjects(v.intersectObjects,!0):i.model.bvhs.loaded?i.model.intersectRaycaster(gt):gt.intersectObjects(i.model.children,!0);if(vt&&ht.distance-vt.distance<Rl){const{position:Ve,normal:Be,id:Xe,replacement:Pt}=ht,bi=new E.Plane().setFromNormalAndCoplanarPoint(Be,Ve),Lt=Ve.clone().sub(me.position).cross(new E.Vector3(0,1,0)).setLength(Ar),Jt=[Ve.clone(),Ve.clone().add(Lt),Ve.clone().add(new E.Vector3(0,Ar,0)).add(Lt),Ve.clone().add(new E.Vector3(0,Ar,0))].map(zn=>bi.projectPoint(zn,new E.Vector3)),{container:fn,dispose:ut}=h.create3DDomContainer(Jt)||{},Tn=new r0({target:fn,props:{id:Xe,content:v.render(v.template,Pt),lineWidthZoom:.38*(.01+me.position.distanceTo(Ve)/d),lineHeightZoom:.4+(me.position.distanceTo(Ve)-c)/d*.6,contentZoom:.1+me.position.distanceTo(Ve)/d,upsideDown:Ve.y>l,folded:v.folded,events:v.events,hooks:m,dispose:ut}});Me.push({position:Ve,normal:Be,id:Xe,app:Tn})}}return Me},S=ue=>{v.points=ue.points.map(be=>{var Me,me;return{id:be.id,position:new E.Vector3().fromArray(be.position),normal:new E.Vector3().fromArray(be.normal),replacement:(Me=be.replacement)!=null?Me:{},weight:(me=be.weight)!=null?me:-1}}),ue.render&&(v.render=ue.render),ue.template&&(v.template=ue.template),ue.events&&(v.events=ue.events),ue.enabled===!1&&(v.enabled=ue.enabled),ue.folded===!0&&(v.folded=ue.folded)},N=ue=>{v.intersectObjects=ue,I()},U=()=>{v.enabled=!0,I()},G=()=>{v.enabled=!1,A.$set({origins:[]}),v.tags.forEach(ue=>{ue.app.$destroy(),ue=null}),v.origins=[],v.tags=[]},z=()=>{v.folded=!1,v.tags.forEach(ue=>{ue.app.$set({folded:v.folded})})},H=()=>{v.folded=!0,v.tags.forEach(ue=>{ue.app.$set({folded:v.folded})})},R=ue=>{v.tags.forEach(be=>{be.id===ue&&be.app.$set({folded:!1})})},J=ue=>{v.tags.forEach(be=>{be.id===ue&&be.app.$set({folded:!0})})},q=()=>{i.once("renderFrame",x)},Y=()=>{e||(e=i.getElement().parentElement),e&&e.appendChild(u),v.forbidden=!1,n=i.model.bounding.getCenter(new E.Vector3).y,I(),i.on("panoWillArrive",C),i.on("panoArrived",y),i.on("modeChange",D),i.on("cameraUpdate",b)},Z=()=>{g=null,h.disposeAll(),A.$destroy(),v.tags.forEach(ue=>{ue.app.$destroy(),ue=null}),v.origins=[],v.tags=[],i.off("modelLoaded",Y),i.off("renderFrame",x),i.off("panoWillArrive",C),i.off("panoArrived",y),i.off("modeChange",D),i.off("cameraUpdate",b),i.off("dispose",Z),window.removeEventListener("resize",q,!1)};return window.addEventListener("resize",q,!1),(Ge=i==null?void 0:i.model)!=null&&Ge.loaded?Y():i.once("modelLoaded",Y),i.on("dispose",Z),{load:S,setIntersectObjects:N,unfoldAll:z,foldAll:H,unfold:R,fold:J,enable:U,disable:G,hooks:m,dispose:Z}};var Pn=(i=>(i.SMALL="small",i.MIDLLE="middle",i.LARGE="large",i.EXTRA_LARGE="x-large",i))(Pn||{}),yt=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Wr={},m0={get exports(){return Wr},set exports(i){Wr=i}};/*!
532
532
  Copyright (c) 2018 Jed Watson.
533
533
  Licensed under the MIT License (MIT), see
534
534
  http://jedwatson.github.io/classnames
@@ -548,7 +548,7 @@ void main() {
548
548
  width: 100%;
549
549
  height: 100%;
550
550
  z-index: 5;
551
- `,e.container.style.pointerEvents="none";const n=A=>(e.wrapper=A,A.appendChild(e.container),l(),!0),o=A=>{e.itemLabels=F0(A),l()},s=()=>(e.enabled||(e.enabled=!0,l()),!0),r=()=>(e.enabled&&(e.enabled=!1,l()),!0),a=()=>{d(),e.container.remove()},l=()=>{var A;if(e.wrapper){if(!e.enabled||!e.fiveModeEnabled){(A=e.app)==null||A.$destroy(),e.app=void 0;return}e.app?e.app.$set({five:i,itemLabels:e.itemLabels}):e.app=new G0({target:e.container,props:{five:i,modelOcclusionEnable:e.modelOcclusionEnable,itemLabels:e.itemLabels,hooks:e.hooks,displayStrategyType:e.displayStrategyType,maxVisibleDistance:e.maxVisibleDistance}})}},c=()=>{i.on("modeChange",h),i.once("dispose",a)},d=()=>{i.off("modeChange",h)},h=A=>{if(A!==ze.Five.Mode.Panorama){e.fiveModeEnabled=!1,r();return}i.once("initAnimationEnded",()=>{e.fiveModeEnabled=!0,s()})};return c(),{appendTo:n,load:o,enable:s,disable:r,dispose:a,hooks:e.hooks}},X0={name:"ItemLabelPlugin",version:0};class Y0 extends eo{constructor(e){super(e);f(this,"state");f(this,"container");f(this,"enabled");this.five=e,this.five.once("dispose",this.dispose),this.enabled=!0,this.state=this.initState()}enable(e){this.enabled=!0,this.updateState(ye(F({},e),{userAction:!0}))}disable(e){this.enabled=!1,this.updateState(ye(F({},e),{userAction:!0}))}show(e){if(this.state.enabled)return this.setState(ye(F({},this.state),{visible:!0}),e),Promise.resolve()}hide(e){if(this.state.enabled)return this.setState(ye(F({},this.state),{visible:!1}),e),Promise.resolve()}dispose(){this.container.remove()}setState(e,n){if(!this.enabled)return;const o=F({},this.state);this.state=F(F(F({},this.state),e),n),this.stateChangedCallback(o,n)}get visible(){return this.five.state.mode===ze.Five.Mode.Panorama}appendTo(e){this.enabled&&(this.container=e,this.render())}updateState(e){this.setState(ye(F({},this.state),{enabled:this.enabled,visible:this.visible}),e)}}function U0(i){fe(i,"svelte-wpy7pz",'.plugin-DoorLabelPlugin-item.svelte-wpy7pz.svelte-wpy7pz{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-wpy7pz.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/DoorLabel-icon.de1304ae.svg") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/arrow.6e8ec00e.svg") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}')}function q0(i){let t,e,n,o,s,r,a,l;return{c(){t=_("div"),e=_("div"),n=_("span"),n.textContent=`${i[8]}`,o=se(),s=_("i"),w(n,"class","plugin-DoorLabelPlugin-txt svelte-wpy7pz"),w(s,"class","plugin-DoorLabelPlugin-icon svelte-wpy7pz"),w(e,"class",r=_e(it("plugin-DoorLabelPlugin-cnt",i[0].toward))+" svelte-wpy7pz"),w(e,"style",`transform: ${i[6]||"initial"};pointer-events: ${i[5]?"auto":"none"};opacity: ${i[5]?1:0}`),w(e,"data-camera-toward",i[7]),w(t,"style",`left: ${i[3]||0}%;top: ${i[4]||0}%;opacity: ${i[5]?1:0}`),w(t,"class","plugin-DoorLabelPlugin-item svelte-wpy7pz")},m(c,d){O(c,t,d),B(t,e),B(e,n),B(e,o),B(e,s),i[10](t),a||(l=Ce(e,"click",i[9]),a=!0)},p(c,[d]){d&1&&r!==(r=_e(it("plugin-DoorLabelPlugin-cnt",c[0].toward))+" svelte-wpy7pz")&&w(e,"class",r)},i:K,o:K,d(c){c&&V(t),i[10](null),a=!1,l()}}}function J0(i,t,e){let{props:n}=t,{onClick:o}=t,s,{left:r,top:a,inSight:l,transform:c,panoIndex:d,cameraToward:h,name:u}=n;const m=()=>{if(!r||!a||!l||!s)return;const A=s.current.clientWidth/window.innerWidth*100,b=s.current.clientHeight/window.innerHeight*100;r<=A/2||r>=100-A/2||a<=b/2||a>=100-b/2},g=A=>{o&&o()};function v(A){Ke[A?"unshift":"push"](()=>{s=A,e(2,s)})}return i.$$set=A=>{"props"in A&&e(0,n=A.props),"onClick"in A&&e(1,o=A.onClick)},m(),[n,o,s,r,a,l,c,h,u,g,v]}class Z0 extends ce{constructor(t){super(),le(this,t,J0,q0,ae,{props:0,onClick:1},U0)}}function K0(i,t){const e=Math.abs(i.top+i.height/2-t.top-t.height/2),n=Math.abs(i.left+i.width/2-t.left-t.width/2),o=(i.height+t.height)/2,s=(i.width+t.width)/2;return!(e>o&&n>s)}function $0(i){const{camera:t}=i,e=t.getWorldDirection(new Q.Vector3);let n=Math.atan(e.z/e.x)*180/Math.PI,o="";return e.x<0&&(n+=180),n<0&&(n+=360),n>315||n<=45?o="right":n>45&&n<=135?o="back":n>135&&n<=225?o="left":n>225&&n<=315&&(o="forward"),o}function eA(i,t){return Math.sqrt(Math.pow(i.z-t.z,2)+Math.pow(i.x-t.x,2))}function tA(i){const t=Math.PI/4;return i>-t&&i<=t?"left":i>t*3||i<=-t*3?"right":i>-t*3&&i<=-t?"forward":i>t&&i<=t*3?"back":""}const nA={userAction:!0};class iA extends Y0{constructor(e){super(e);f(this,"MinVisibledistance",1.8);f(this,"MaxVisibledistance",5);f(this,"OffsetHeight",-1.3);f(this,"rooms");f(this,"floorplanServerData");f(this,"doorLabelItems");f(this,"visibleLabelMap",new Map);f(this,"labelItems",[]);f(this,"doorLabels");f(this,"roomObservers");f(this,"loadData",(e,n)=>{n&&(this.MaxVisibledistance=n.MaxVisibledistance,this.MinVisibledistance=n.MinVisibledistance,this.OffsetHeight=n.OffsetHeight),this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(o=>{o.$destroy()}),this.labelItems=[],this.doorLabels=[],this.doorLabelItems=[],this.floorplanServerData=e,typeof this.five.ready=="function"?this.five.ready().then(()=>this.initData()):this.five.once("panoArrived",()=>{this.initData()})});f(this,"initRoomObservers",()=>{var s,r;const e=this.floorplanServerData.computed_data.floor_datas||[],o=(((r=(s=this.five)==null?void 0:s.work)==null?void 0:r.observers)||[]).map(a=>{const l=a.panoIndex,c=a.floorIndex,d=e==null?void 0:e.find(h=>h.floor_index===c);if(d){const h=d.rooms.find(u=>u.observer_indexs.includes(l));if(h)return{panoIndex:l,floorIndex:c,name:h.name}}}).filter(Boolean);this.roomObservers=o});f(this,"hideAllLabels",()=>{this.labelItems.forEach(e=>{e.visible=!1,e.inSight=!1}),this.render()});f(this,"fixDoorVisibleAndPosition",()=>{this.initRoomObservers();const{panoIndex:e}=this.five;if(!this.visible||this.five.model.empty||e===null||!this.roomObservers.find(a=>a.panoIndex===e))return;const n=this.roomObservers.find(a=>a.panoIndex===e),s=this.five.work.observers.find(a=>a.panoIndex===e).position.clone(),r=(()=>{if(this.visibleLabelMap.has(e))return this.visibleLabelMap.get(e);{const a=[];return this.doorLabels.forEach((l,c)=>{if(l.roomName===n.name)return;const d=l.position.clone(),h=d.distanceTo(s);if(h<this.MinVisibledistance||h>this.MaxVisibledistance)return;const u=new Q.Raycaster,m=d.clone().sub(s).normalize();u.set(s,m);const[g]=this.five.model.intersectRaycaster(u);g&&g.distance+.1<h||a.push(c)}),this.visibleLabelMap.set(e,a),a}})();this.labelItems.forEach((a,l)=>{a.visible=r.includes(l)}),this.fixDoorPosition()});f(this,"fixDoorPosition",()=>{var d,h,u,m,g,v,A,b,y,C,D,x;const{panoIndex:e,camera:n}=this.five;if(e===null)return;if(this.five.currentMode!=="Panorama")return this.hideAllLabels();const o=this.five.getElement(),s=o.clientWidth,r=o.clientHeight,a=n.getWorldDirection(new Q.Vector3),l=[],c=[...this.labelItems];if(c.forEach((I,T)=>{if(I.visible){const S=n.position.distanceTo(I.position),N=I.position.clone().add(new Q.Vector3(0,this.OffsetHeight,0)),G=N.clone().sub(n.position).normalize().angleTo(a),z=N.clone().project(n),H=(z.x+1)/2.2*100,R=(-z.y+1)/2.2*100,J=H>=0&&H<=100&&R>=0&&R<=100&&S>this.MinVisibledistance&&S<=this.MaxVisibledistance;I.left=H,I.top=R,I.inSight=J&&G<Math.PI/2,I.cameraToward=$0(this.five),J?l.push({disFromCameraToLabel:S,left:H,top:R,index:T}):I.transform="translate(-50%, -50%)"}else I.inSight=!1}),l.length>1){let I=0;l.sort((T,S)=>S.disFromCameraToLabel-T.disFromCameraToLabel);for(let T=1;T<l.length;T++){const{index:S,left:N,top:U}=l[T-1],{index:G,left:z,top:H}=l[T],R=this.container.children[S],J=this.container.children[G];if(!R||!J)return;const q={left:s*N/100,top:r*U/100,width:(u=(h=(d=R.children)==null?void 0:d[0])==null?void 0:h.clientWidth)!=null?u:0,height:(v=(g=(m=R.children)==null?void 0:m[0])==null?void 0:g.clientHeight)!=null?v:0},Y={left:s*z/100,top:r*H/100,width:(y=(b=(A=J.children)==null?void 0:A[0])==null?void 0:b.clientWidth)!=null?y:0,height:(x=(D=(C=J.children)==null?void 0:C[0])==null?void 0:D.clientHeight)!=null?x:0};K0(q,Y)&&(I++,c[S].transform=`translate(-50%, ${(I-1)*100-50}%)`,c[G].transform=`translate(-50%, ${I*100-50}%)`)}}this.labelItems=c,this.render()});f(this,"onClick",(e,n)=>{if(!this.roomObservers)return;const{work:o}=this.five;let s,r,a=1/0;for(const l of o.observers)if(this.roomObservers.find(d=>d.panoIndex===l.panoIndex&&d.name===e)){const d=l.standingPosition,h=n.distanceTo(d);h<a&&(s=l.panoIndex,r=d.clone().sub(n).normalize(),a=h)}if(r!==null&&s!==null){const l={};if(a>0){const d=new Q.Vector3(0,0,-1),h=r.clone(),u=new Q.Quaternion;u.setFromUnitVectors(d,h);const m=new Q.Euler;m.setFromQuaternion(u,"YXZ"),l.longitude=m.y}this.five.emit("wantsToMoveToPano",s,{},!0)||this.five.moveToPano(s,{longitude:l.longitude})}});f(this,"initData",()=>{var s;this.doorLabels=[];const e=this.five.panoIndex,n=this.floorplanServerData.computed_data.observers[e].floor_index,o=n!==void 0&&((s=this.floorplanServerData.computed_data.floor_datas[n])==null?void 0:s.rooms);this.rooms=o,this.rooms&&this.rooms.length>0&&this.rooms.forEach(r=>{var c;const a=(c=this.floorplanServerData.computed_data.doors)==null?void 0:c.filter(d=>!!(d&&d.name===r.name)),l=this.five.work.observers.filter((d,h)=>!!r.observer_indexs.find(u=>u===h));a&&a.forEach(d=>{const h=d.position;let u=1/0,m;l.forEach(v=>{const A=v.standingPosition,b={x:A.x,y:A.y,z:A.z},y=eA(h,b);y<u&&(u=y,m=b)}),m&&(h.y=m.y+.01);const g=new Q.Vector3(h.x,h.y,h.z);g.add(new Q.Vector3(-.2,1.8,0).applyEuler(new Q.Euler(0,d.rad,0))),this.doorLabels.push({roomName:r.name,name:d.name,position:g,toward:tA(d.rad)})})}),this.labelItems=this.doorLabels.map(r=>ye(F({},r),{left:0,top:0,visible:!1,inSight:!1,transform:"",cameraToward:""})),this.five.on("wantsToMoveToPano",this.hideAllLabels),this.five.on("modelLoaded",this.fixDoorVisibleAndPosition),this.five.on("panoArrived",this.fixDoorVisibleAndPosition),this.five.on("initAnimationEnded",this.fixDoorPosition),this.five.on("cameraUpdate",this.fixDoorPosition),this.five.on("mouseWheel",this.fixDoorPosition),this.five.on("pinchGesture",this.fixDoorPosition),this.fixDoorVisibleAndPosition()})}stateChangedCallback(e,n){if(this.hooks.hasListener("stateChange")){const o={state:this.state,prevState:e,userAction:n?n.userAction:nA.userAction};this.hooks.emit("stateChange",o)}}render(){if(!this.enabled){this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(e=>{e==null||e.$destroy()}),this.doorLabels=void 0;return}this.doorLabelItems&&this.doorLabelItems.forEach(e=>{e.$destroy()}),this.doorLabelItems=[],this.labelItems.forEach(e=>{this.doorLabelItems.push(new Z0({target:this.container,props:{props:e,onClick:()=>{this.onClick(e.name,e.position)}}}))})}initState(){return{enabled:!0,visible:!0}}dispose(){this&&this.five&&(this.five.off("wantsToMoveToPano",this.hideAllLabels),this.five.off("modelLoaded",this.fixDoorVisibleAndPosition),this.five.off("panoArrived",this.fixDoorVisibleAndPosition),this.five.off("initAnimationEnded",this.fixDoorPosition),this.five.off("cameraUpdate",this.fixDoorPosition),this.five.off("mouseWheel",this.fixDoorPosition),this.five.off("pinchGesture",this.fixDoorPosition),super.dispose())}}const oA=i=>new iA(i);function sA(i,t){console.warn(`⛔ ==> [${i}]: ${t}`)}function Sh(i,t){console.warn(`🚫 ==> [${i}]: ${t}`)}var gs={},rA=aA;function aA(i,t,e){return i[0]=t[0]+e[0],i[1]=t[1]+e[1],i}var lA=cA;function cA(i,t,e){return i[0]=t,i[1]=e,i}var dA=hA;function hA(i,t){var e=t[0],n=t[1],o=e*e+n*n;return o>0&&(o=1/Math.sqrt(o),i[0]=t[0]*o,i[1]=t[1]*o),i}var uA=fA;function fA(i,t,e){return i[0]=t[0]-e[0],i[1]=t[1]-e[1],i}var mA=pA;function pA(i,t){return i[0]*t[0]+i[1]*t[1]}var gA=rA,Nr=lA,Mh=dA,vA=uA,AA=mA,ql=[0,0];gs.computeMiter=function(t,e,n,o,s){return gA(t,n,o),Mh(t,t),Nr(e,-t[1],t[0]),Nr(ql,-n[1],n[0]),s/AA(e,ql)};gs.normal=function(t,e){return Nr(t,-e[1],e[0]),t};gs.direction=function(t,e,n){return vA(t,e,n),Mh(t,t),t};var Nt=gs,yn=[0,0],Lo=[0,0],Jl=[0,0],Vi=[0,0],bA=function(i,t){var e=null,n=[];t&&(i=i.slice(),i.push(i[0]));for(var o=i.length,s=1;s<o;s++){var r=i[s-1],a=i[s],l=s<i.length-1?i[s+1]:null;if(Nt.direction(yn,a,r),e||(e=[0,0],Nt.normal(e,yn)),s===1&&br(n,e,1),!l)Nt.normal(e,yn),br(n,e,1);else{Nt.direction(Lo,l,a);var c=Nt.computeMiter(Jl,Vi,yn,Lo,1);br(n,Vi,c)}}if(i.length>2&&t){var d=i[o-2],h=i[0],u=i[1];Nt.direction(yn,h,d),Nt.direction(Lo,u,h),Nt.normal(e,yn);var m=Nt.computeMiter(Jl,Vi,yn,Lo,1);n[0][0]=Vi.slice(),n[o-1][0]=Vi.slice(),n[0][1]=m,n[o-1][1]=m,n.pop()}return n};function br(i,t,e){i.push([[t[0],t[1]],e])}const yA=2,wA=3,PA=3,CA=2;function EA(i){const t=i.width,n=i.unitLength/t,o=t/2,s=i.path;if(s.length===0)return{geometry:new E.BufferGeometry,maxU:0};const r=new E.CurvePath;s.forEach(I=>{const T=IA(I);T&&r.add(T)});const a=Math.ceil(r.getLength()*100),l=r.getPoints(a),c=l.length,d=bA(l.map(I=>[I.x,I.z])),u=(c-1)*yA*wA,m=2*c,g=m*PA,v=m*CA,A=new Uint32Array(u),b=new Float32Array(g),y=new Float32Array(v);let C=0,D=0;for(let I=0;I<l.length;I++){const[T,S]=d[I][0],N=l[I],{x:U,y:G,z}=N,H=new Q.Vector3(U+T*o,G+.05,z+S*o);b[I*6+0]=H.x,b[I*6+1]=H.y,b[I*6+2]=H.z;const R=new Q.Vector3(U-T*o,G+.05,z-S*o);b[I*6+3]=R.x,b[I*6+4]=R.y,b[I*6+5]=R.z,C+=I>0?l[I-1].clone().sub(l[I]).length():0;const J=C/t/n;if(D=J,y[I*4+0]=0,y[I*4+1]=J,y[I*4+2]=1,y[I*4+3]=J,i.skipPositions){const q=new E.Vector3().lerpVectors(H,R,.5);if(i.skipPositions.some(Z=>Z.distanceTo(q)<.26))continue}I!==l.length-1&&(A[I*6+0]=I*2+0,A[I*6+1]=I*2+2,A[I*6+2]=I*2+1,A[I*6+3]=I*2+2,A[I*6+4]=I*2+3,A[I*6+5]=I*2+1)}const x=new E.BufferGeometry;return x.setAttribute("position",new E.BufferAttribute(b,3)),x.setAttribute("uv",new E.BufferAttribute(y,2)),x.setIndex(new E.BufferAttribute(A,1)),{geometry:x,maxU:D}}function IA(i){if(kA(i)){const t=[i.closed,i.curve_type,i.tension],e=i.points.map(o=>new E.Vector3().fromArray(o));return new E.CatmullRomCurve3(e,...t)}}function kA(i){return i.type==="CatmullRomCurve3"}var Ye={},xA={get exports(){return Ye},set exports(i){Ye=i}};function Ko(i){return i===null?"null":typeof i=="undefined"?"undefined":typeof i=="object"?Array.isArray(i)?"array":"object":typeof i}function Lh(i){return Ko(i)==="object"?Yr(i):Ko(i)==="array"?Xr(i):i}function Xr(i){return i.map(Lh)}function Yr(i){const t={};for(const e in i)i.hasOwnProperty(e)&&(t[e]=Lh(i[e]));return t}function vs(i,t=[],e={}){const n={arrayBehaviour:e.arrayBehaviour||"replace"},o=t.map(r=>r||{}),s=i||{};for(let r=0;r<o.length;r++){const a=o[r],l=Object.keys(a);for(let c=0;c<l.length;c++){const d=l[c],h=a[d],u=Ko(h),m=Ko(s[d]);if(u==="object")if(m!=="undefined"){const g=m==="object"?s[d]:{};s[d]=vs({},[g,Yr(h)],n)}else s[d]=Yr(h);else if(u==="array")if(m==="array"){const g=Xr(h);s[d]=n.arrayBehaviour==="merge"?s[d].concat(g):g}else s[d]=Xr(h);else s[d]=h}}return s}xA.exports=function(t,...e){return vs(t,e)};Ye.noMutate=function(...t){return vs({},t)};Ye.withOptions=function(t,e,n){return vs(t,e,n)};function DA(i,t){t.forEach(e=>{const n=new E.SphereGeometry(.02,16,16),o=[],s=[new E.MeshBasicMaterial({color:16776960}),new E.MeshBasicMaterial({color:16711935}),new E.MeshBasicMaterial({color:16711680}),new E.MeshBasicMaterial({color:65535})];if(e.position.length===4)e.position.forEach((r,a)=>{const l=s[a],c=new E.Mesh(n,l);c.position.copy(xt(r)),o.push(c)});else{const r=s[0],a=new E.Mesh(n,r);a.position.copy(xt(e.position)),o.push(a)}o.forEach(r=>{r.material.depthTest=!1,i.scene.add(r)})})}const He=i=>i;function yr(i){if(i.length<3)return;const t=i.map(Ni),e=t[1].clone().sub(t[0]),n=t[2].clone().sub(t[1]);return e.cross(n)}function SA(i){return i.stickType==="Plane"}function MA(i){return i.stickType==="3DPoint"||i.stickType==="Plane"}function At(i){return i.stickType==="Model"&&i.contentType==="MediaModel"}function LA(i){return i.stickType==="Model"&&i.contentType==="Model"}function TA(i){return i.stickType==="Model"}function zA(i){return i.stickType==="Plane"&&i.contentType==="MediaPlane"}function $o(i){if(i)if(Array.isArray(i)&&i.length===4){const e=i.map(Ni);return xn(e[0],e[2])}else return Ni(i)}function Th(i){if(At(i)&&i.matrix){const t=new Q.Matrix4().fromArray(i.matrix),e=i.data.mediaPosition.map(n=>new Q.Vector3().fromArray(n).applyMatrix4(t));return xn(e[0],e[2])}else return $o(i.position)}function _i(i,t){if(i===void 0)return;const{min:e,max:n}=t!=null?t:{};if(!(e===void 0&&n===void 0))return!(typeof n=="number"&&n<i||typeof e=="number"&&e>i)}function jA(i){return new Promise(t=>{i.model.loaded?t():i.once("modelLoaded",()=>t())})}function VA(i,t,e){const o=new E.Plane().setFromNormalAndCoplanarPoint(e,t),s=t.clone().sub(i).cross(new E.Vector3(0,1,0)).setLength(.01),r=new E.Vector3(0,.01,0);return[t.clone().sub(s).sub(r),t.clone().add(s).sub(r),t.clone().add(s).add(r),t.clone().sub(s).add(r)].map(l=>o.projectPoint(l,new E.Vector3))}const Zl=(i,t=1e3/60)=>{let e=null;const n=i;return(...s)=>{e&&clearTimeout(e),e=setTimeout(()=>{n==null||n(...s),e&&clearTimeout(e),e=null},t)}};function _A(i,t=200){let e;return function(...n){e||(i.apply(this,n),e=setTimeout(function(){e=null},t))}}function OA(i,t){const[e,n]=t;if(e>=n||n<=1||e<=1)return-1;const o={},s=r=>(o[r]||(o[r]=i(r)),o[r]);for(let r=e;r<n;r++){const a=s(r),l=s(r-1);if(a<l)return r}return-1}function Kl(i,t){if(!t||typeof ResizeObserver=="undefined"||!ResizeObserver)return{observe:()=>window.addEventListener("resize",i),unobserve:()=>window.removeEventListener("resize",i)};{const e=new ResizeObserver(i);return{observe:()=>e.observe(t),unobserve:()=>e.unobserve(t)}}}function BA(i){var t,e,n,o;if(!i.stickType){const s=(()=>i.pointType==="PointTag"&&i.dimensionType==="3D"?"3DPoint":i.pointType==="PlaneTag"?"Plane":"2DPoint")();i.stickType=s}if(i.contentType==="VRLink"||i.contentType==="PanoLink"||i.contentType==="Link"){const s=i;!((e=(t=s.data)==null?void 0:t.icon)!=null&&e.url)&&!((o=(n=s.style)==null?void 0:n.point)!=null&&o.url)&&(s.data.icon={url:"//vrlab-static.ljcdn.com/release/web/test.09dee741.png",steps:28})}return i}const ri="data:audio/mpeg;base64,//uQxAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAADAAAGhgBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr///////////////////////////////////////////8AAAA5TEFNRTMuOThyAc0AAAAAAAAAABSAJAiqQgAAgAAABobxtI73AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//uQxAACFEII9ACZ/sJZwWEoEb8w/////N//////JcxjHjf+7/v/H2PzCCFAiDtGeyBCIx7bJJ1mmEEMy6g8mm2c8nrGABB4h2Mkmn//4z/73u773R5qHHu/j/w7Kxkzh5lWRWdsifCkNAnY9Zc1HvDAhjhSHdFkHFzLmabt/AQxSg2wwzLhHIJOBnAWwVY4zrhIYhhc2kvhYDfQ4hDi2Gmh5KyFn8EcGIrHAngNgIwVIEMf5bzbAiTRoAD///8z/KVhkkWEle6IX+d/z4fvH3BShK1e5kmjkCMoxVmXhd4ROlTKo3iipasvTilY21q19ta30/v/0/idPX1v8PNxJL6ramnOVsdvMv2akO0iSYIzdJFirtzWXCZicS9vHqvSKyqm5XJBdqBwPxyfJdykhWTZ0G0ZyTZGpLKxsNwwoRhsx3tZfhwmeOBVISm3impAC/IT/8hP/EKEM1KMdVdVKM2rHV4x7HVXZvbVVKN/qq8CiV9VL9jjH/6l6qf7MBCjZmOqsAibjcP+qqqv0oxqpa/NVW286hPo1nz2L/h8+jXt//uSxCmDU2IK/ECN98KKtE5IYzNoCfbw+u9i5r8PoadUMFPKqWL4LK3T/LCraMSHGkW4bpLXR/E6LlHOVQxmslKVJ8IULktMN06N0FKCpHCoYsjC4F+Z0NVqdNFoGSTjSiyjzLdnZ2fNqTi2eHKONONKLMPMKLONKLMPQRJGlFxZRoKcJFAYEeIFiRQkUWUeYfef//Ko04soswso40UJAgMw8wosososy0EalnZyjQUGBRQGIFggOWUacWUeYmuadrZziQKKEgQsQLAhQkUJAgMQDghltLO1onp0cpkNInSFMqlYeSEJ5AHsqFdOwy1DA2sRmRJKxdKRfLhfLw5BzUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7ksRRA8AAAaQAAAAgAAA0gAAABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU=",Fi={};var ga=(i=>(i.Default="default",i.GetAudioDuration="getAudioDuration",i.PlayAudio="playAudio",i))(ga||{});function RA(i,t){const e=(t==null?void 0:t.namespace)||"default",n=Fi[e]||(Fi[e]=[]);let o=n.find(s=>!s.realSrc||s.realSrc===ri);return o||(console.warn("未找到缓存音频,已新建",Fi),o=new zh(ri),n.push(o)),i&&(o.src=i),o}function QA(i,t){const e=(t==null?void 0:t.namespace)||"default",n=Fi[e]||(Fi[e]=[]),o=i-n.length;if(!(o<=0))for(let s=0;s<o;s++)n.push(new zh(ri))}class zh extends Audio{constructor(e){super(e);f(this,"preload","auto");f(this,"crossOrigin","anonymous");f(this,"realSrc","");f(this,"inited",!1);f(this,"removeDocumentEventListener");this.realSrc=e!=null?e:"",this.muted=!0,super.autoplay=!0,super.addEventListener("ended",()=>{this.src=""});const n=()=>HA(this);document.addEventListener("click",n),document.addEventListener("touchend",n),this.removeDocumentEventListener=()=>{document.removeEventListener("click",n),document.removeEventListener("touchend",n)}}get isBlankAudio(){return this.realSrc===ri||!this.realSrc}get src(){return super.src}set src(e){super.src=e,this.realSrc=e,this.removeDocumentEventListener()}get muted(){return super.muted}set muted(e){super.muted=e}clear(){this.currentTime=0,this.src=ri}}function HA(i){i&&(i.inited||(i.src&&(i.inited=!0,i.removeDocumentEventListener()),i.src===ri&&i.play()))}const GA={globalConfig:{visibleConfig:{followModelVisibility:!0},unfoldedConfig:{autoUnfold:{strategy:"MinimumDistance",distance:{max:5}}},tag3DConfig:{ratio:.0035}},contentTypeConfig:{"Any-Audio-plane":{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},Link:{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},VRLink:{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},PanoLink:{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},MediaPlane:{unfoldedConfig:{keep:"unfolded"},visibleConfig:{alwaysShowWhenMovePano:!0},initialData:{autoplayConfig:{autoplayCarousel:!0,autoplayVideo:!1,autoplayVideoInCarousel:!1}}},MediaModel:{unfoldedConfig:{keep:"unfolded"},visibleConfig:{keep:"visible",visibleFiveMode:["Panorama","Floorplan","Model","Mapview"],alwaysShowWhenMovePano:!0}}}};class FA extends eo{constructor(e){super(e);f(this,"tagCacheByPanoIndex",{})}getCache({panoIndex:e,id:n,key:o}){var c,d,h;const{five:s}=this,r=e!=null?e:s.getCurrentState().panoIndex;if(r===void 0)throw new Error(`TagCacheController getCache(): fivePanoIndex is ${r}`);const a=`${(d=(c=s.work)==null?void 0:c.workCode)!=null?d:s.model.uuid}-${r}`;let l=this.tagCacheByPanoIndex[a];if(l||(l=new Map,this.tagCacheByPanoIndex[a]=l),n===void 0)return l;if(o===void 0){const u=l.get(n);return u||(l.set(n,{}),l.get(n))}return(h=l.get(n))==null?void 0:h[o]}clearCache(){this.tagCacheByPanoIndex={}}removeCache(){}}const jh=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1;navigator.userAgent.toLowerCase().indexOf("android");const Ro=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,WA=jh&&Ro;function NA(i){if(i.length!==4)return!1;const[t,e,n,o]=i,s=t.distanceTo(e),r=e.distanceTo(n),a=n.distanceTo(o),l=o.distanceTo(t),c=t.distanceTo(n),d=e.distanceTo(o);return s===a&&r===l&&c===d}class wr extends E.Mesh{constructor(e,n,o){if(e.length!==4)throw new Error("QuadrangleMesh: Invalid number of points, it's not a quadrangle");const[s,r,a,l]=e,c=xn(...e),d=[s.clone().sub(c),r.clone().sub(c),a.clone().sub(c),l.clone().sub(c)],h=new Vh(d,o);super(h,n);f(this,"name","QuadrangleMesh");this.position.copy(c)}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}}class Vh extends E.BufferGeometry{constructor(e,n){super();f(this,"name","QuadrangleGeometry");f(this,"points");this.points=e;const o=n!=null?n:NA(e)?64:1;if(e.length!==4){console.error("Invalid number of points, it's not a quadrangle");return}const[s,r,a,l]=e,[c,d,h,u]=[new E.Vector2(0,0),new E.Vector2(1,0),new E.Vector2(1,1),new E.Vector2(0,1)],m=[],g=[];m.push(...s.toArray()),g.push(...c.toArray());for(let A=1;A<o;A++)m.push(s.x+(r.x-s.x)*A/o,s.y+(r.y-s.y)*A/o,s.z+(r.z-s.z)*A/o),g.push(c.x+(d.x-c.x)*A/o,c.y+(d.y-c.y)*A/o);m.push(...r.toArray()),g.push(...d.toArray()),m.push(...a.toArray()),g.push(...h.toArray());for(let A=1;A<o;A++)m.push(a.x+(l.x-a.x)*A/o,a.y+(l.y-a.y)*A/o,a.z+(l.z-a.z)*A/o),g.push(h.x+(u.x-h.x)*A/o,h.y+(u.y-h.y)*A/o);m.push(...l.toArray()),g.push(...u.toArray());const v=[];for(let A=0;A<o;A++)v.push(A,A+1,o*2-A,A,o*2-A,o*2+1-A);this.setAttribute("position",new E.BufferAttribute(new Float32Array(m),3)),this.setAttribute("uv",new E.BufferAttribute(new Float32Array(g),2)),this.setIndex(new E.BufferAttribute(new Uint32Array(v),1))}}function XA(i,t){let e=!Ro;const n=t!=null?t:document.createElement("video");n.preload="metadata",n.crossOrigin="anonymous",n.muted=!0,n.loop=!0,n.playsInline=!0,n.autoplay=!0;const o=new E.VideoTexture(n);o.minFilter=E.LinearFilter,o.magFilter=E.LinearFilter,o.encoding=E.sRGBEncoding,o.metadataLoaded=!1,n.src=i;const s=()=>{o.metadataLoaded||(o.dispatchEvent({type:"videoLoaded"}),o.metadataLoaded=!0)};if(Ro||(n.onloadedmetadata=()=>{s()}),Ro){const r=()=>{if(!e){if(!n.paused){s();return}e=!0,n.muted=!0,n.play().then(()=>{n.pause(),n.currentTime=0,s()})}};document.addEventListener("click",r,{once:!0}),jh&&document.addEventListener("touchstart",r,{once:!0})}return o}const YA="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKqADAAQAAAABAAAAKgAAAADUGqULAAAB0ElEQVRYCe2WSUoEQRBFLVHEiVZU1I03cKW38SSewRt4A5fiTty5cQIFR9pZQWkcUNSe2/Z9yISiSGxRkUAy4BGZSVX168gistraYsQKxArECsQKxApYqkDyU5lmsznMM+ZgAGpQhaUkSRbINgLJCXiCBtSgAkVYtGGIBTKj8AgKSVahDNvQa0IUkUG4Bx91BpLdBTOS/cgUIB3a+gMwI9mFzE3a0I3z5B4r292JzGVA8tSSZILMcUDyzIykthOZvYDk+V9Ktmz4yGzhOhV4/+5YU4N/hzqo0StX3Fg5TcnNlYvgs8bPsM4hkScHoyO46haRnGEYktQVI+4ypUYKyXtxyUu27JCceAMJvjo0HoM5CEZ7cPX7i013q3IWVV5r2aw/2TK+svWbPGU68KQCa6pYeus1V0X99quSfvtVSc39lmfz2mdbz32tg1dAJ0421AVs9E7/FxBSezrMmjI/gm5/nYmMkBq+TqBs7LNgTlZH6EnWlPmORdk+pHQipUNfTxtg7p3NIXWRMvXfoqusmXsNhpC6crIS1Zf9C6yAOdlxpK5BW18CiT7A/G93gE+P0FY/RoO+RWqS62YhB2r4YhlixArECsQKxArECvzjCnwAOr0wF44ggHAAAAAASUVORK5CYII=",_h="data:image/png;base64,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",Ur="data:image/png;base64,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",UA="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABcVBMVEUAAAAAAAD////////+/v45OTn////////39/fp6enPz8/7+/vw8PD+/v7x8fHc3NzHx8f////////+/v77+/vr6+v////7+/v5+fn////z8/P////////q6uqgoKD+/v79/f3m5ub+/v7////////////////39/f39/f////z8/P////t7e3s7Oz29vb////5+fn////h4eH////g4ODV1dX////////BwcH///////////+Ojo5zc3MlJSX////////////////////////7+/v////////////v7+/u7u7n5+f////39/f////09PT6+vr09PT+/v76+vr////5+fnv7+/09PTk5OT////////////////Jycn///++vr7///////+0tLT///9TU1P///8SEhL////////+/v76+vr////8/Pz39/ft7e3t7e36+vr////////X19fV1dX///+xsbF9fX1iYmL///////+K8mOEAAAAenRSTlMaAIDy8CD41cWRX9uk7Kl1VVEw6dWT/M/NvKyVkY475eWIgx0Z39rHv7axnZyZmIuKhn56emZjX1FEPTU0Kx4PCAX69fTgxcKkopWL7crJuri2sa6rnIyHhX54bVtZVU9NSUcsJSIcFROno6Hcwp+ekHVxbWhnRC8nDLc9s8oAAAOGSURBVEjHpdd3X9pAGAfwkBBDAoQmBJmWvUWWiIDIHoJb66x7a4d78Op7pBQ1J5DY33987vnyXEIu3CGy/0hvnDthM+l0hj3JScSudDKOdhNPpl1i8Ut624Gi6+trI3zW1tcdqGM7/SIC5/ZRR2SNJEm7JkHt7FAJjR18WIs40P3cAFxIOaIRna6ZOHxGunk+TDR1ukjUkSr0w86bcKShiz1OI4JMP8YAD9+4emM2Gm407IfIhzm0NxrhKNsLH4SvQ+RktyvUfZIMXYcPPsSFCcvY6EYW6ZPsxuiYZaLwAW5bDY70Da5paxjvm8d+UcjAUL/GzPtCnDF/mwFWhJ75Zs68x05gxxFRGQfa+RYXokHVCC4O4yOqYLTwBjNB+ncWEZnsbzrIvOLz4CW9g4jODn0ZPO/iZN0UmhaPp0Omq+Q/nLu6NO0hErJnurjKdTBzEdAhkqILXDAdbFkJ7EnDe4EVy198srpiwhE4X1RKDFOqviBwcNPK6gmPmeWlGDz+VdHqRPEVHo0tLTM8RpcX4G+flLe6kU/Cs1pYRnm8uriQhfoC+0ZDvbMLi6ttfO5fDCDCKFrvooAKAov+c4BZvy8EzaolCHRdIZ+fBThl9G0Ih1RCrBJWbPiMKYAZ409oMSqFWAktzJ9GBuDvRoVGOIQJMSas0CiM39u45v0M9tbaeLc6F5M+7dhcbRfgg+pcU/oNa85VDwDOzBtmpP9UKsN8BuCzeb1P+kPi08+fASyr6fVPUh/PJ72+xj/bZk5PSV0YlJ4z83iC4EipS5LkiAkeHxGcQerLwMARRzyW+QklhUgKpST8nXfYg+fHkjS89MPz0MFnhKdCSWpc8RBnPAZB3RUvLt7i3oob7f5juDzuikY81tjcHlcHg9xabdyUWDvF2ay3slecr1ptimNx9lhhs1bzXQxy5NZa6VMx9pS2Wt1H77cVjFartYvBdlDICDc0cbVa3Twd2NcOyuLwVqo+K1ebjgdcr0k+O1uXwThfl8vlhqm+99kASup5GINsYhhmG8d7UXzcBgo2e21cd9WlUll5/7G958ql8uxu7y0zS5SGSkOGBA51TRiGQAi232Y9v4kVQZGavpt6c6l3tLpNsc38gGOC01IeLg4Xi8NaLz1KkqO0VzvcTrFscYo4oLjiRAsKEXeJPRqxW0bsFWLGLVbiocyZSm5vbW0nU9BsIfyp/AGqAvfOkBaFawAAAABJRU5ErkJggg==";function Ri(i,t,e){if(i==="fill")return t;if(i==="contain"){const[n,o,s,r]=t,a=n.distanceTo(o),l=s.distanceTo(r),c=n.distanceTo(r),d=o.distanceTo(s),h=a,u=c,m=h/u;if(m>e){const v=u*e,A=new E.Vector3().subVectors(o,n).multiplyScalar((a-v)/2/a),b=new E.Vector3().subVectors(s,r).multiplyScalar((l-v)/2/l);return[n.clone().add(A),o.clone().sub(A),s.clone().sub(b),r.clone().add(b)]}else if(m<e){const v=h/e,A=new E.Vector3().subVectors(r,n).multiplyScalar((c-v)/2/c),b=new E.Vector3().subVectors(s,o).multiplyScalar((d-v)/2/d);return[n.clone().add(A),o.clone().add(b),s.clone().sub(b),r.clone().sub(A)]}else return t}else return console.warn(`objectFit: ${i} is not supported yet`),t}class qA extends E.ShaderMaterial{constructor(e){super();f(this,"transparent",!1);f(this,"blending",E.CustomBlending);f(this,"blendSrc",E.SrcAlphaFactor);f(this,"blendDst",E.OneMinusSrcAlphaFactor);f(this,"blendSrcAlpha",E.OneFactor);f(this,"blendDstAlpha",E.OneMinusSrcAlphaFactor);f(this,"vertexShader",`
551
+ `,e.container.style.pointerEvents="none";const n=A=>(e.wrapper=A,A.appendChild(e.container),l(),!0),o=A=>{e.itemLabels=F0(A),l()},s=()=>(e.enabled||(e.enabled=!0,l()),!0),r=()=>(e.enabled&&(e.enabled=!1,l()),!0),a=()=>{d(),e.container.remove()},l=()=>{var A;if(e.wrapper){if(!e.enabled||!e.fiveModeEnabled){(A=e.app)==null||A.$destroy(),e.app=void 0;return}e.app?e.app.$set({five:i,itemLabels:e.itemLabels}):e.app=new G0({target:e.container,props:{five:i,modelOcclusionEnable:e.modelOcclusionEnable,itemLabels:e.itemLabels,hooks:e.hooks,displayStrategyType:e.displayStrategyType,maxVisibleDistance:e.maxVisibleDistance}})}},c=()=>{i.on("modeChange",h),i.once("dispose",a)},d=()=>{i.off("modeChange",h)},h=A=>{if(A!==ze.Five.Mode.Panorama){e.fiveModeEnabled=!1,r();return}i.once("initAnimationEnded",()=>{e.fiveModeEnabled=!0,s()})};return c(),{appendTo:n,load:o,enable:s,disable:r,dispose:a,hooks:e.hooks}},X0={name:"ItemLabelPlugin",version:0};class Y0 extends eo{constructor(e){super(e);f(this,"state");f(this,"container");f(this,"enabled");this.five=e,this.five.once("dispose",this.dispose),this.enabled=!0,this.state=this.initState()}enable(e){this.enabled=!0,this.updateState(ye(F({},e),{userAction:!0}))}disable(e){this.enabled=!1,this.updateState(ye(F({},e),{userAction:!0}))}show(e){if(this.state.enabled)return this.setState(ye(F({},this.state),{visible:!0}),e),Promise.resolve()}hide(e){if(this.state.enabled)return this.setState(ye(F({},this.state),{visible:!1}),e),Promise.resolve()}dispose(){this.container.remove()}setState(e,n){if(!this.enabled)return;const o=F({},this.state);this.state=F(F(F({},this.state),e),n),this.stateChangedCallback(o,n)}get visible(){return this.five.state.mode===ze.Five.Mode.Panorama}appendTo(e){this.enabled&&(this.container=e,this.render())}updateState(e){this.setState(ye(F({},this.state),{enabled:this.enabled,visible:this.visible}),e)}}function U0(i){fe(i,"svelte-wpy7pz",'.plugin-DoorLabelPlugin-item.svelte-wpy7pz.svelte-wpy7pz{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-wpy7pz.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/DoorLabel-icon.de1304ae.svg") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/arrow.6e8ec00e.svg") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}')}function q0(i){let t,e,n,o,s,r,a,l;return{c(){t=_("div"),e=_("div"),n=_("span"),n.textContent=`${i[8]}`,o=se(),s=_("i"),w(n,"class","plugin-DoorLabelPlugin-txt svelte-wpy7pz"),w(s,"class","plugin-DoorLabelPlugin-icon svelte-wpy7pz"),w(e,"class",r=_e(it("plugin-DoorLabelPlugin-cnt",i[0].toward))+" svelte-wpy7pz"),w(e,"style",`transform: ${i[6]||"initial"};pointer-events: ${i[5]?"auto":"none"};opacity: ${i[5]?1:0}`),w(e,"data-camera-toward",i[7]),w(t,"style",`left: ${i[3]||0}%;top: ${i[4]||0}%;opacity: ${i[5]?1:0}`),w(t,"class","plugin-DoorLabelPlugin-item svelte-wpy7pz")},m(c,d){O(c,t,d),B(t,e),B(e,n),B(e,o),B(e,s),i[10](t),a||(l=Ce(e,"click",i[9]),a=!0)},p(c,[d]){d&1&&r!==(r=_e(it("plugin-DoorLabelPlugin-cnt",c[0].toward))+" svelte-wpy7pz")&&w(e,"class",r)},i:K,o:K,d(c){c&&V(t),i[10](null),a=!1,l()}}}function J0(i,t,e){let{props:n}=t,{onClick:o}=t,s,{left:r,top:a,inSight:l,transform:c,panoIndex:d,cameraToward:h,name:u}=n;const m=()=>{if(!r||!a||!l||!s)return;const A=s.current.clientWidth/window.innerWidth*100,b=s.current.clientHeight/window.innerHeight*100;r<=A/2||r>=100-A/2||a<=b/2||a>=100-b/2},g=A=>{o&&o()};function v(A){Ke[A?"unshift":"push"](()=>{s=A,e(2,s)})}return i.$$set=A=>{"props"in A&&e(0,n=A.props),"onClick"in A&&e(1,o=A.onClick)},m(),[n,o,s,r,a,l,c,h,u,g,v]}class Z0 extends ce{constructor(t){super(),le(this,t,J0,q0,ae,{props:0,onClick:1},U0)}}function K0(i,t){const e=Math.abs(i.top+i.height/2-t.top-t.height/2),n=Math.abs(i.left+i.width/2-t.left-t.width/2),o=(i.height+t.height)/2,s=(i.width+t.width)/2;return!(e>o&&n>s)}function $0(i){const{camera:t}=i,e=t.getWorldDirection(new Q.Vector3);let n=Math.atan(e.z/e.x)*180/Math.PI,o="";return e.x<0&&(n+=180),n<0&&(n+=360),n>315||n<=45?o="right":n>45&&n<=135?o="back":n>135&&n<=225?o="left":n>225&&n<=315&&(o="forward"),o}function eA(i,t){return Math.sqrt(Math.pow(i.z-t.z,2)+Math.pow(i.x-t.x,2))}function tA(i){const t=Math.PI/4;return i>-t&&i<=t?"left":i>t*3||i<=-t*3?"right":i>-t*3&&i<=-t?"forward":i>t&&i<=t*3?"back":""}const nA={userAction:!0};class iA extends Y0{constructor(e){super(e);f(this,"MinVisibledistance",1.8);f(this,"MaxVisibledistance",5);f(this,"OffsetHeight",-1.3);f(this,"rooms");f(this,"floorplanServerData");f(this,"doorLabelItems");f(this,"visibleLabelMap",new Map);f(this,"labelItems",[]);f(this,"doorLabels");f(this,"roomObservers");f(this,"loadData",(e,n)=>{n&&(this.MaxVisibledistance=n.MaxVisibledistance,this.MinVisibledistance=n.MinVisibledistance,this.OffsetHeight=n.OffsetHeight),this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(o=>{o.$destroy()}),this.labelItems=[],this.doorLabels=[],this.doorLabelItems=[],this.floorplanServerData=e,typeof this.five.ready=="function"?this.five.ready().then(()=>this.initData()):this.five.once("panoArrived",()=>{this.initData()})});f(this,"initRoomObservers",()=>{var s,r;const e=this.floorplanServerData.computed_data.floor_datas||[],o=(((r=(s=this.five)==null?void 0:s.work)==null?void 0:r.observers)||[]).map(a=>{const l=a.panoIndex,c=a.floorIndex,d=e==null?void 0:e.find(h=>h.floor_index===c);if(d){const h=d.rooms.find(u=>u.observer_indexs.includes(l));if(h)return{panoIndex:l,floorIndex:c,name:h.name}}}).filter(Boolean);this.roomObservers=o});f(this,"hideAllLabels",()=>{this.labelItems.forEach(e=>{e.visible=!1,e.inSight=!1}),this.render()});f(this,"fixDoorVisibleAndPosition",()=>{this.initRoomObservers();const{panoIndex:e}=this.five;if(!this.visible||this.five.model.empty||e===null||!this.roomObservers.find(a=>a.panoIndex===e))return;const n=this.roomObservers.find(a=>a.panoIndex===e),s=this.five.work.observers.find(a=>a.panoIndex===e).position.clone(),r=(()=>{if(this.visibleLabelMap.has(e))return this.visibleLabelMap.get(e);{const a=[];return this.doorLabels.forEach((l,c)=>{if(l.roomName===n.name)return;const d=l.position.clone(),h=d.distanceTo(s);if(h<this.MinVisibledistance||h>this.MaxVisibledistance)return;const u=new Q.Raycaster,m=d.clone().sub(s).normalize();u.set(s,m);const[g]=this.five.model.intersectRaycaster(u);g&&g.distance+.1<h||a.push(c)}),this.visibleLabelMap.set(e,a),a}})();this.labelItems.forEach((a,l)=>{a.visible=r.includes(l)}),this.fixDoorPosition()});f(this,"fixDoorPosition",()=>{var d,h,u,m,g,v,A,b,y,C,D,x;const{panoIndex:e,camera:n}=this.five;if(e===null)return;if(this.five.currentMode!=="Panorama")return this.hideAllLabels();const o=this.five.getElement(),s=o.clientWidth,r=o.clientHeight,a=n.getWorldDirection(new Q.Vector3),l=[],c=[...this.labelItems];if(c.forEach((I,T)=>{if(I.visible){const S=n.position.distanceTo(I.position),N=I.position.clone().add(new Q.Vector3(0,this.OffsetHeight,0)),G=N.clone().sub(n.position).normalize().angleTo(a),z=N.clone().project(n),H=(z.x+1)/2.2*100,R=(-z.y+1)/2.2*100,J=H>=0&&H<=100&&R>=0&&R<=100&&S>this.MinVisibledistance&&S<=this.MaxVisibledistance;I.left=H,I.top=R,I.inSight=J&&G<Math.PI/2,I.cameraToward=$0(this.five),J?l.push({disFromCameraToLabel:S,left:H,top:R,index:T}):I.transform="translate(-50%, -50%)"}else I.inSight=!1}),l.length>1){let I=0;l.sort((T,S)=>S.disFromCameraToLabel-T.disFromCameraToLabel);for(let T=1;T<l.length;T++){const{index:S,left:N,top:U}=l[T-1],{index:G,left:z,top:H}=l[T],R=this.container.children[S],J=this.container.children[G];if(!R||!J)return;const q={left:s*N/100,top:r*U/100,width:(u=(h=(d=R.children)==null?void 0:d[0])==null?void 0:h.clientWidth)!=null?u:0,height:(v=(g=(m=R.children)==null?void 0:m[0])==null?void 0:g.clientHeight)!=null?v:0},Y={left:s*z/100,top:r*H/100,width:(y=(b=(A=J.children)==null?void 0:A[0])==null?void 0:b.clientWidth)!=null?y:0,height:(x=(D=(C=J.children)==null?void 0:C[0])==null?void 0:D.clientHeight)!=null?x:0};K0(q,Y)&&(I++,c[S].transform=`translate(-50%, ${(I-1)*100-50}%)`,c[G].transform=`translate(-50%, ${I*100-50}%)`)}}this.labelItems=c,this.render()});f(this,"onClick",(e,n)=>{if(!this.roomObservers)return;const{work:o}=this.five;let s,r,a=1/0;for(const l of o.observers)if(this.roomObservers.find(d=>d.panoIndex===l.panoIndex&&d.name===e)){const d=l.standingPosition,h=n.distanceTo(d);h<a&&(s=l.panoIndex,r=d.clone().sub(n).normalize(),a=h)}if(r!==null&&s!==null){const l={};if(a>0){const d=new Q.Vector3(0,0,-1),h=r.clone(),u=new Q.Quaternion;u.setFromUnitVectors(d,h);const m=new Q.Euler;m.setFromQuaternion(u,"YXZ"),l.longitude=m.y}this.five.emit("wantsToMoveToPano",s,{},!0)||this.five.moveToPano(s,{longitude:l.longitude})}});f(this,"initData",()=>{var s;this.doorLabels=[];const e=this.five.panoIndex,n=this.floorplanServerData.computed_data.observers[e].floor_index,o=n!==void 0&&((s=this.floorplanServerData.computed_data.floor_datas[n])==null?void 0:s.rooms);this.rooms=o,this.rooms&&this.rooms.length>0&&this.rooms.forEach(r=>{var c;const a=(c=this.floorplanServerData.computed_data.doors)==null?void 0:c.filter(d=>!!(d&&d.name===r.name)),l=this.five.work.observers.filter((d,h)=>!!r.observer_indexs.find(u=>u===h));a&&a.forEach(d=>{const h=d.position;let u=1/0,m;l.forEach(v=>{const A=v.standingPosition,b={x:A.x,y:A.y,z:A.z},y=eA(h,b);y<u&&(u=y,m=b)}),m&&(h.y=m.y+.01);const g=new Q.Vector3(h.x,h.y,h.z);g.add(new Q.Vector3(-.2,1.8,0).applyEuler(new Q.Euler(0,d.rad,0))),this.doorLabels.push({roomName:r.name,name:d.name,position:g,toward:tA(d.rad)})})}),this.labelItems=this.doorLabels.map(r=>ye(F({},r),{left:0,top:0,visible:!1,inSight:!1,transform:"",cameraToward:""})),this.five.on("wantsToMoveToPano",this.hideAllLabels),this.five.on("modelLoaded",this.fixDoorVisibleAndPosition),this.five.on("panoArrived",this.fixDoorVisibleAndPosition),this.five.on("initAnimationEnded",this.fixDoorPosition),this.five.on("cameraUpdate",this.fixDoorPosition),this.five.on("mouseWheel",this.fixDoorPosition),this.five.on("pinchGesture",this.fixDoorPosition),this.fixDoorVisibleAndPosition()})}stateChangedCallback(e,n){if(this.hooks.hasListener("stateChange")){const o={state:this.state,prevState:e,userAction:n?n.userAction:nA.userAction};this.hooks.emit("stateChange",o)}}render(){if(!this.enabled){this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(e=>{e==null||e.$destroy()}),this.doorLabels=void 0;return}this.doorLabelItems&&this.doorLabelItems.forEach(e=>{e.$destroy()}),this.doorLabelItems=[],this.labelItems.forEach(e=>{this.doorLabelItems.push(new Z0({target:this.container,props:{props:e,onClick:()=>{this.onClick(e.name,e.position)}}}))})}initState(){return{enabled:!0,visible:!0}}dispose(){this&&this.five&&(this.five.off("wantsToMoveToPano",this.hideAllLabels),this.five.off("modelLoaded",this.fixDoorVisibleAndPosition),this.five.off("panoArrived",this.fixDoorVisibleAndPosition),this.five.off("initAnimationEnded",this.fixDoorPosition),this.five.off("cameraUpdate",this.fixDoorPosition),this.five.off("mouseWheel",this.fixDoorPosition),this.five.off("pinchGesture",this.fixDoorPosition),super.dispose())}}const oA=i=>new iA(i);function sA(i,t){console.warn(`⛔ ==> [${i}]: ${t}`)}function Sh(i,t){console.warn(`🚫 ==> [${i}]: ${t}`)}var gs={},rA=aA;function aA(i,t,e){return i[0]=t[0]+e[0],i[1]=t[1]+e[1],i}var lA=cA;function cA(i,t,e){return i[0]=t,i[1]=e,i}var dA=hA;function hA(i,t){var e=t[0],n=t[1],o=e*e+n*n;return o>0&&(o=1/Math.sqrt(o),i[0]=t[0]*o,i[1]=t[1]*o),i}var uA=fA;function fA(i,t,e){return i[0]=t[0]-e[0],i[1]=t[1]-e[1],i}var mA=pA;function pA(i,t){return i[0]*t[0]+i[1]*t[1]}var gA=rA,Nr=lA,Mh=dA,vA=uA,AA=mA,ql=[0,0];gs.computeMiter=function(t,e,n,o,s){return gA(t,n,o),Mh(t,t),Nr(e,-t[1],t[0]),Nr(ql,-n[1],n[0]),s/AA(e,ql)};gs.normal=function(t,e){return Nr(t,-e[1],e[0]),t};gs.direction=function(t,e,n){return vA(t,e,n),Mh(t,t),t};var Nt=gs,yn=[0,0],Lo=[0,0],Jl=[0,0],Vi=[0,0],bA=function(i,t){var e=null,n=[];t&&(i=i.slice(),i.push(i[0]));for(var o=i.length,s=1;s<o;s++){var r=i[s-1],a=i[s],l=s<i.length-1?i[s+1]:null;if(Nt.direction(yn,a,r),e||(e=[0,0],Nt.normal(e,yn)),s===1&&br(n,e,1),!l)Nt.normal(e,yn),br(n,e,1);else{Nt.direction(Lo,l,a);var c=Nt.computeMiter(Jl,Vi,yn,Lo,1);br(n,Vi,c)}}if(i.length>2&&t){var d=i[o-2],h=i[0],u=i[1];Nt.direction(yn,h,d),Nt.direction(Lo,u,h),Nt.normal(e,yn);var m=Nt.computeMiter(Jl,Vi,yn,Lo,1);n[0][0]=Vi.slice(),n[o-1][0]=Vi.slice(),n[0][1]=m,n[o-1][1]=m,n.pop()}return n};function br(i,t,e){i.push([[t[0],t[1]],e])}const yA=2,wA=3,PA=3,CA=2;function EA(i){const t=i.width,n=i.unitLength/t,o=t/2,s=i.path;if(s.length===0)return{geometry:new E.BufferGeometry,maxU:0};const r=new E.CurvePath;s.forEach(I=>{const T=IA(I);T&&r.add(T)});const a=Math.ceil(r.getLength()*100),l=r.getPoints(a),c=l.length,d=bA(l.map(I=>[I.x,I.z])),u=(c-1)*yA*wA,m=2*c,g=m*PA,v=m*CA,A=new Uint32Array(u),b=new Float32Array(g),y=new Float32Array(v);let C=0,D=0;for(let I=0;I<l.length;I++){const[T,S]=d[I][0],N=l[I],{x:U,y:G,z}=N,H=new Q.Vector3(U+T*o,G+.05,z+S*o);b[I*6+0]=H.x,b[I*6+1]=H.y,b[I*6+2]=H.z;const R=new Q.Vector3(U-T*o,G+.05,z-S*o);b[I*6+3]=R.x,b[I*6+4]=R.y,b[I*6+5]=R.z,C+=I>0?l[I-1].clone().sub(l[I]).length():0;const J=C/t/n;if(D=J,y[I*4+0]=0,y[I*4+1]=J,y[I*4+2]=1,y[I*4+3]=J,i.skipPositions){const q=new E.Vector3().lerpVectors(H,R,.5);if(i.skipPositions.some(Z=>Z.distanceTo(q)<.26))continue}I!==l.length-1&&(A[I*6+0]=I*2+0,A[I*6+1]=I*2+2,A[I*6+2]=I*2+1,A[I*6+3]=I*2+2,A[I*6+4]=I*2+3,A[I*6+5]=I*2+1)}const x=new E.BufferGeometry;return x.setAttribute("position",new E.BufferAttribute(b,3)),x.setAttribute("uv",new E.BufferAttribute(y,2)),x.setIndex(new E.BufferAttribute(A,1)),{geometry:x,maxU:D}}function IA(i){if(kA(i)){const t=[i.closed,i.curve_type,i.tension],e=i.points.map(o=>new E.Vector3().fromArray(o));return new E.CatmullRomCurve3(e,...t)}}function kA(i){return i.type==="CatmullRomCurve3"}var Ye={},xA={get exports(){return Ye},set exports(i){Ye=i}};function Ko(i){return i===null?"null":typeof i=="undefined"?"undefined":typeof i=="object"?Array.isArray(i)?"array":"object":typeof i}function Lh(i){return Ko(i)==="object"?Yr(i):Ko(i)==="array"?Xr(i):i}function Xr(i){return i.map(Lh)}function Yr(i){const t={};for(const e in i)i.hasOwnProperty(e)&&(t[e]=Lh(i[e]));return t}function vs(i,t=[],e={}){const n={arrayBehaviour:e.arrayBehaviour||"replace"},o=t.map(r=>r||{}),s=i||{};for(let r=0;r<o.length;r++){const a=o[r],l=Object.keys(a);for(let c=0;c<l.length;c++){const d=l[c],h=a[d],u=Ko(h),m=Ko(s[d]);if(u==="object")if(m!=="undefined"){const g=m==="object"?s[d]:{};s[d]=vs({},[g,Yr(h)],n)}else s[d]=Yr(h);else if(u==="array")if(m==="array"){const g=Xr(h);s[d]=n.arrayBehaviour==="merge"?s[d].concat(g):g}else s[d]=Xr(h);else s[d]=h}}return s}xA.exports=function(t,...e){return vs(t,e)};Ye.noMutate=function(...t){return vs({},t)};Ye.withOptions=function(t,e,n){return vs(t,e,n)};function DA(i,t){t.forEach(e=>{const n=new E.SphereGeometry(.02,16,16),o=[],s=[new E.MeshBasicMaterial({color:16776960}),new E.MeshBasicMaterial({color:16711935}),new E.MeshBasicMaterial({color:16711680}),new E.MeshBasicMaterial({color:65535})];if(e.position.length===4)e.position.forEach((r,a)=>{const l=s[a],c=new E.Mesh(n,l);c.position.copy(xt(r)),o.push(c)});else{const r=s[0],a=new E.Mesh(n,r);a.position.copy(xt(e.position)),o.push(a)}o.forEach(r=>{r.material.depthTest=!1,i.scene.add(r)})})}const He=i=>i;function yr(i){if(i.length<3)return;const t=i.map(Ni),e=t[1].clone().sub(t[0]),n=t[2].clone().sub(t[1]);return e.cross(n)}function SA(i){return i.stickType==="Plane"}function MA(i){return i.stickType==="3DPoint"||i.stickType==="Plane"}function pt(i){return i.stickType==="Model"&&i.contentType==="MediaModel"}function LA(i){return i.stickType==="Model"&&i.contentType==="Model"}function TA(i){return i.stickType==="Model"}function zA(i){return i.stickType==="Plane"&&i.contentType==="MediaPlane"}function $o(i){if(i)if(Array.isArray(i)&&i.length===4){const e=i.map(Ni);return xn(e[0],e[2])}else return Ni(i)}function Th(i){if(pt(i)&&i.matrix){const t=new Q.Matrix4().fromArray(i.matrix),e=i.data.mediaPosition.map(n=>new Q.Vector3().fromArray(n).applyMatrix4(t));return xn(e[0],e[2])}else return $o(i.position)}function _i(i,t){if(i===void 0)return;const{min:e,max:n}=t!=null?t:{};if(!(e===void 0&&n===void 0))return!(typeof n=="number"&&n<i||typeof e=="number"&&e>i)}function jA(i){return new Promise(t=>{i.model.loaded?t():i.once("modelLoaded",()=>t())})}function VA(i,t,e){const o=new E.Plane().setFromNormalAndCoplanarPoint(e,t),s=t.clone().sub(i).cross(new E.Vector3(0,1,0)).setLength(.01),r=new E.Vector3(0,.01,0);return[t.clone().sub(s).sub(r),t.clone().add(s).sub(r),t.clone().add(s).add(r),t.clone().sub(s).add(r)].map(l=>o.projectPoint(l,new E.Vector3))}const Zl=(i,t=1e3/60)=>{let e=null;const n=i;return(...s)=>{e&&clearTimeout(e),e=setTimeout(()=>{n==null||n(...s),e&&clearTimeout(e),e=null},t)}};function _A(i,t=200){let e;return function(...n){e||(i.apply(this,n),e=setTimeout(function(){e=null},t))}}function OA(i,t){const[e,n]=t;if(e>=n||n<=1||e<=1)return-1;const o={},s=r=>(o[r]||(o[r]=i(r)),o[r]);for(let r=e;r<n;r++){const a=s(r),l=s(r-1);if(a<l)return r}return-1}function Kl(i,t){if(!t||typeof ResizeObserver=="undefined"||!ResizeObserver)return{observe:()=>window.addEventListener("resize",i),unobserve:()=>window.removeEventListener("resize",i)};{const e=new ResizeObserver(i);return{observe:()=>e.observe(t),unobserve:()=>e.unobserve(t)}}}function BA(i){var t,e,n,o;if(!i.stickType){const s=(()=>i.pointType==="PointTag"&&i.dimensionType==="3D"?"3DPoint":i.pointType==="PlaneTag"?"Plane":"2DPoint")();i.stickType=s}if(i.contentType==="VRLink"||i.contentType==="PanoLink"||i.contentType==="Link"){const s=i;!((e=(t=s.data)==null?void 0:t.icon)!=null&&e.url)&&!((o=(n=s.style)==null?void 0:n.point)!=null&&o.url)&&(s.data.icon={url:"//vrlab-static.ljcdn.com/release/web/test.09dee741.png",steps:28})}return i}const ri="data:audio/mpeg;base64,//uQxAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAADAAAGhgBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr///////////////////////////////////////////8AAAA5TEFNRTMuOThyAc0AAAAAAAAAABSAJAiqQgAAgAAABobxtI73AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//uQxAACFEII9ACZ/sJZwWEoEb8w/////N//////JcxjHjf+7/v/H2PzCCFAiDtGeyBCIx7bJJ1mmEEMy6g8mm2c8nrGABB4h2Mkmn//4z/73u773R5qHHu/j/w7Kxkzh5lWRWdsifCkNAnY9Zc1HvDAhjhSHdFkHFzLmabt/AQxSg2wwzLhHIJOBnAWwVY4zrhIYhhc2kvhYDfQ4hDi2Gmh5KyFn8EcGIrHAngNgIwVIEMf5bzbAiTRoAD///8z/KVhkkWEle6IX+d/z4fvH3BShK1e5kmjkCMoxVmXhd4ROlTKo3iipasvTilY21q19ta30/v/0/idPX1v8PNxJL6ramnOVsdvMv2akO0iSYIzdJFirtzWXCZicS9vHqvSKyqm5XJBdqBwPxyfJdykhWTZ0G0ZyTZGpLKxsNwwoRhsx3tZfhwmeOBVISm3impAC/IT/8hP/EKEM1KMdVdVKM2rHV4x7HVXZvbVVKN/qq8CiV9VL9jjH/6l6qf7MBCjZmOqsAibjcP+qqqv0oxqpa/NVW286hPo1nz2L/h8+jXt//uSxCmDU2IK/ECN98KKtE5IYzNoCfbw+u9i5r8PoadUMFPKqWL4LK3T/LCraMSHGkW4bpLXR/E6LlHOVQxmslKVJ8IULktMN06N0FKCpHCoYsjC4F+Z0NVqdNFoGSTjSiyjzLdnZ2fNqTi2eHKONONKLMPMKLONKLMPQRJGlFxZRoKcJFAYEeIFiRQkUWUeYfef//Ko04soswso40UJAgMw8wosososy0EalnZyjQUGBRQGIFggOWUacWUeYmuadrZziQKKEgQsQLAhQkUJAgMQDghltLO1onp0cpkNInSFMqlYeSEJ5AHsqFdOwy1DA2sRmRJKxdKRfLhfLw5BzUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7ksRRA8AAAaQAAAAgAAA0gAAABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU=",Fi={};var ga=(i=>(i.Default="default",i.GetAudioDuration="getAudioDuration",i.PlayAudio="playAudio",i))(ga||{});function RA(i,t){const e=(t==null?void 0:t.namespace)||"default",n=Fi[e]||(Fi[e]=[]);let o=n.find(s=>!s.realSrc||s.realSrc===ri);return o||(console.warn("未找到缓存音频,已新建",Fi),o=new zh(ri),n.push(o)),i&&(o.src=i),o}function QA(i,t){const e=(t==null?void 0:t.namespace)||"default",n=Fi[e]||(Fi[e]=[]),o=i-n.length;if(!(o<=0))for(let s=0;s<o;s++)n.push(new zh(ri))}class zh extends Audio{constructor(e){super(e);f(this,"preload","auto");f(this,"crossOrigin","anonymous");f(this,"realSrc","");f(this,"inited",!1);f(this,"removeDocumentEventListener");this.realSrc=e!=null?e:"",this.muted=!0,super.autoplay=!0,super.addEventListener("ended",()=>{this.src=""});const n=()=>HA(this);document.addEventListener("click",n),document.addEventListener("touchend",n),this.removeDocumentEventListener=()=>{document.removeEventListener("click",n),document.removeEventListener("touchend",n)}}get isBlankAudio(){return this.realSrc===ri||!this.realSrc}get src(){return super.src}set src(e){super.src=e,this.realSrc=e,this.removeDocumentEventListener()}get muted(){return super.muted}set muted(e){super.muted=e}clear(){this.currentTime=0,this.src=ri}}function HA(i){i&&(i.inited||(i.src&&(i.inited=!0,i.removeDocumentEventListener()),i.src===ri&&i.play()))}const GA={globalConfig:{visibleConfig:{followModelVisibility:!0},unfoldedConfig:{autoUnfold:{strategy:"MinimumDistance",distance:{max:5}}},tag3DConfig:{ratio:.0035}},contentTypeConfig:{"Any-Audio-plane":{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},Link:{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},VRLink:{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},PanoLink:{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},MediaPlane:{unfoldedConfig:{keep:"unfolded"},visibleConfig:{alwaysShowWhenMovePano:!0},initialData:{autoplayConfig:{autoplayCarousel:!0,autoplayVideo:!1,autoplayVideoInCarousel:!1}}},MediaModel:{unfoldedConfig:{keep:"unfolded"},visibleConfig:{keep:"visible",visibleFiveMode:["Panorama","Floorplan","Model","Mapview"],alwaysShowWhenMovePano:!0}}}};class FA extends eo{constructor(e){super(e);f(this,"tagCacheByPanoIndex",{})}getCache({panoIndex:e,id:n,key:o}){var c,d,h;const{five:s}=this,r=e!=null?e:s.getCurrentState().panoIndex;if(r===void 0)throw new Error(`TagCacheController getCache(): fivePanoIndex is ${r}`);const a=`${(d=(c=s.work)==null?void 0:c.workCode)!=null?d:s.model.uuid}-${r}`;let l=this.tagCacheByPanoIndex[a];if(l||(l=new Map,this.tagCacheByPanoIndex[a]=l),n===void 0)return l;if(o===void 0){const u=l.get(n);return u||(l.set(n,{}),l.get(n))}return(h=l.get(n))==null?void 0:h[o]}clearCache(){this.tagCacheByPanoIndex={}}removeCache(){}}const jh=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1;navigator.userAgent.toLowerCase().indexOf("android");const Ro=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,WA=jh&&Ro;function NA(i){if(i.length!==4)return!1;const[t,e,n,o]=i,s=t.distanceTo(e),r=e.distanceTo(n),a=n.distanceTo(o),l=o.distanceTo(t),c=t.distanceTo(n),d=e.distanceTo(o);return s===a&&r===l&&c===d}class wr extends E.Mesh{constructor(e,n,o){if(e.length!==4)throw new Error("QuadrangleMesh: Invalid number of points, it's not a quadrangle");const[s,r,a,l]=e,c=xn(...e),d=[s.clone().sub(c),r.clone().sub(c),a.clone().sub(c),l.clone().sub(c)],h=new Vh(d,o);super(h,n);f(this,"name","QuadrangleMesh");this.position.copy(c)}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}}class Vh extends E.BufferGeometry{constructor(e,n){super();f(this,"name","QuadrangleGeometry");f(this,"points");this.points=e;const o=n!=null?n:NA(e)?64:1;if(e.length!==4){console.error("Invalid number of points, it's not a quadrangle");return}const[s,r,a,l]=e,[c,d,h,u]=[new E.Vector2(0,0),new E.Vector2(1,0),new E.Vector2(1,1),new E.Vector2(0,1)],m=[],g=[];m.push(...s.toArray()),g.push(...c.toArray());for(let A=1;A<o;A++)m.push(s.x+(r.x-s.x)*A/o,s.y+(r.y-s.y)*A/o,s.z+(r.z-s.z)*A/o),g.push(c.x+(d.x-c.x)*A/o,c.y+(d.y-c.y)*A/o);m.push(...r.toArray()),g.push(...d.toArray()),m.push(...a.toArray()),g.push(...h.toArray());for(let A=1;A<o;A++)m.push(a.x+(l.x-a.x)*A/o,a.y+(l.y-a.y)*A/o,a.z+(l.z-a.z)*A/o),g.push(h.x+(u.x-h.x)*A/o,h.y+(u.y-h.y)*A/o);m.push(...l.toArray()),g.push(...u.toArray());const v=[];for(let A=0;A<o;A++)v.push(A,A+1,o*2-A,A,o*2-A,o*2+1-A);this.setAttribute("position",new E.BufferAttribute(new Float32Array(m),3)),this.setAttribute("uv",new E.BufferAttribute(new Float32Array(g),2)),this.setIndex(new E.BufferAttribute(new Uint32Array(v),1))}}function XA(i,t){let e=!Ro;const n=t!=null?t:document.createElement("video");n.preload="metadata",n.crossOrigin="anonymous",n.muted=!0,n.loop=!0,n.playsInline=!0,n.autoplay=!0;const o=new E.VideoTexture(n);o.minFilter=E.LinearFilter,o.magFilter=E.LinearFilter,o.encoding=E.sRGBEncoding,o.metadataLoaded=!1,n.src=i;const s=()=>{o.metadataLoaded||(o.dispatchEvent({type:"videoLoaded"}),o.metadataLoaded=!0)};if(Ro||(n.onloadedmetadata=()=>{s()}),Ro){const r=()=>{if(!e){if(!n.paused){s();return}e=!0,n.muted=!0,n.play().then(()=>{n.pause(),n.currentTime=0,s()})}};document.addEventListener("click",r,{once:!0}),jh&&document.addEventListener("touchstart",r,{once:!0})}return o}const YA="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKqADAAQAAAABAAAAKgAAAADUGqULAAAB0ElEQVRYCe2WSUoEQRBFLVHEiVZU1I03cKW38SSewRt4A5fiTty5cQIFR9pZQWkcUNSe2/Z9yISiSGxRkUAy4BGZSVX168gistraYsQKxArECsQKxApYqkDyU5lmsznMM+ZgAGpQhaUkSRbINgLJCXiCBtSgAkVYtGGIBTKj8AgKSVahDNvQa0IUkUG4Bx91BpLdBTOS/cgUIB3a+gMwI9mFzE3a0I3z5B4r292JzGVA8tSSZILMcUDyzIykthOZvYDk+V9Ktmz4yGzhOhV4/+5YU4N/hzqo0StX3Fg5TcnNlYvgs8bPsM4hkScHoyO46haRnGEYktQVI+4ypUYKyXtxyUu27JCceAMJvjo0HoM5CEZ7cPX7i013q3IWVV5r2aw/2TK+svWbPGU68KQCa6pYeus1V0X99quSfvtVSc39lmfz2mdbz32tg1dAJ0421AVs9E7/FxBSezrMmjI/gm5/nYmMkBq+TqBs7LNgTlZH6EnWlPmORdk+pHQipUNfTxtg7p3NIXWRMvXfoqusmXsNhpC6crIS1Zf9C6yAOdlxpK5BW18CiT7A/G93gE+P0FY/RoO+RWqS62YhB2r4YhlixArECsQKxArECvzjCnwAOr0wF44ggHAAAAAASUVORK5CYII=",_h="data:image/png;base64,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",Ur="data:image/png;base64,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",UA="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABcVBMVEUAAAAAAAD////////+/v45OTn////////39/fp6enPz8/7+/vw8PD+/v7x8fHc3NzHx8f////////+/v77+/vr6+v////7+/v5+fn////z8/P////////q6uqgoKD+/v79/f3m5ub+/v7////////////////39/f39/f////z8/P////t7e3s7Oz29vb////5+fn////h4eH////g4ODV1dX////////BwcH///////////+Ojo5zc3MlJSX////////////////////////7+/v////////////v7+/u7u7n5+f////39/f////09PT6+vr09PT+/v76+vr////5+fnv7+/09PTk5OT////////////////Jycn///++vr7///////+0tLT///9TU1P///8SEhL////////+/v76+vr////8/Pz39/ft7e3t7e36+vr////////X19fV1dX///+xsbF9fX1iYmL///////+K8mOEAAAAenRSTlMaAIDy8CD41cWRX9uk7Kl1VVEw6dWT/M/NvKyVkY475eWIgx0Z39rHv7axnZyZmIuKhn56emZjX1FEPTU0Kx4PCAX69fTgxcKkopWL7crJuri2sa6rnIyHhX54bVtZVU9NSUcsJSIcFROno6Hcwp+ekHVxbWhnRC8nDLc9s8oAAAOGSURBVEjHpdd3X9pAGAfwkBBDAoQmBJmWvUWWiIDIHoJb66x7a4d78Op7pBQ1J5DY33987vnyXEIu3CGy/0hvnDthM+l0hj3JScSudDKOdhNPpl1i8Ut624Gi6+trI3zW1tcdqGM7/SIC5/ZRR2SNJEm7JkHt7FAJjR18WIs40P3cAFxIOaIRna6ZOHxGunk+TDR1ukjUkSr0w86bcKShiz1OI4JMP8YAD9+4emM2Gm407IfIhzm0NxrhKNsLH4SvQ+RktyvUfZIMXYcPPsSFCcvY6EYW6ZPsxuiYZaLwAW5bDY70Da5paxjvm8d+UcjAUL/GzPtCnDF/mwFWhJ75Zs68x05gxxFRGQfa+RYXokHVCC4O4yOqYLTwBjNB+ncWEZnsbzrIvOLz4CW9g4jODn0ZPO/iZN0UmhaPp0Omq+Q/nLu6NO0hErJnurjKdTBzEdAhkqILXDAdbFkJ7EnDe4EVy198srpiwhE4X1RKDFOqviBwcNPK6gmPmeWlGDz+VdHqRPEVHo0tLTM8RpcX4G+flLe6kU/Cs1pYRnm8uriQhfoC+0ZDvbMLi6ttfO5fDCDCKFrvooAKAov+c4BZvy8EzaolCHRdIZ+fBThl9G0Ih1RCrBJWbPiMKYAZ409oMSqFWAktzJ9GBuDvRoVGOIQJMSas0CiM39u45v0M9tbaeLc6F5M+7dhcbRfgg+pcU/oNa85VDwDOzBtmpP9UKsN8BuCzeb1P+kPi08+fASyr6fVPUh/PJ72+xj/bZk5PSV0YlJ4z83iC4EipS5LkiAkeHxGcQerLwMARRzyW+QklhUgKpST8nXfYg+fHkjS89MPz0MFnhKdCSWpc8RBnPAZB3RUvLt7i3oob7f5juDzuikY81tjcHlcHg9xabdyUWDvF2ay3slecr1ptimNx9lhhs1bzXQxy5NZa6VMx9pS2Wt1H77cVjFartYvBdlDICDc0cbVa3Twd2NcOyuLwVqo+K1ebjgdcr0k+O1uXwThfl8vlhqm+99kASup5GINsYhhmG8d7UXzcBgo2e21cd9WlUll5/7G958ql8uxu7y0zS5SGSkOGBA51TRiGQAi232Y9v4kVQZGavpt6c6l3tLpNsc38gGOC01IeLg4Xi8NaLz1KkqO0VzvcTrFscYo4oLjiRAsKEXeJPRqxW0bsFWLGLVbiocyZSm5vbW0nU9BsIfyp/AGqAvfOkBaFawAAAABJRU5ErkJggg==";function Ri(i,t,e){if(i==="fill")return t;if(i==="contain"){const[n,o,s,r]=t,a=n.distanceTo(o),l=s.distanceTo(r),c=n.distanceTo(r),d=o.distanceTo(s),h=a,u=c,m=h/u;if(m>e){const v=u*e,A=new E.Vector3().subVectors(o,n).multiplyScalar((a-v)/2/a),b=new E.Vector3().subVectors(s,r).multiplyScalar((l-v)/2/l);return[n.clone().add(A),o.clone().sub(A),s.clone().sub(b),r.clone().add(b)]}else if(m<e){const v=h/e,A=new E.Vector3().subVectors(r,n).multiplyScalar((c-v)/2/c),b=new E.Vector3().subVectors(s,o).multiplyScalar((d-v)/2/d);return[n.clone().add(A),o.clone().add(b),s.clone().sub(b),r.clone().sub(A)]}else return t}else return console.warn(`objectFit: ${i} is not supported yet`),t}class qA extends E.ShaderMaterial{constructor(e){super();f(this,"transparent",!1);f(this,"blending",E.CustomBlending);f(this,"blendSrc",E.SrcAlphaFactor);f(this,"blendDst",E.OneMinusSrcAlphaFactor);f(this,"blendSrcAlpha",E.OneFactor);f(this,"blendDstAlpha",E.OneMinusSrcAlphaFactor);f(this,"vertexShader",`
552
552
  varying vec2 vUv;
553
553
  void main() {
554
554
  vUv = uv;
@@ -561,7 +561,7 @@ void main() {
561
561
  void main() {
562
562
  gl_FragColor = texture2D(map, vUv);
563
563
  }
564
- `);this.uniforms={map:{value:e}}}}let Oh=class extends E.Mesh{constructor(){super(...arguments);f(this,"name","MediaPlane");f(this,"src")}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}};class $l extends Oh{constructor(e,n,o){super();f(this,"name","PanoTagPluginImagePlane");this.src=e,Ui(e).then(s=>{var u;const r=new URL(e,location.href).pathname.endsWith(".png"),a=new E.MeshBasicMaterial({map:s,transparent:r}),l=Ri((u=o==null?void 0:o.objectFit)!=null?u:"contain",n,s.image.width/s.image.height),c=xn(...l),d=l.map(m=>m.clone().sub(c)),h=new Vh(d);this.position.copy(c),this.geometry=h,this.material=a}).catch(s=>{console.error(`Imageplane error ${s}`)})}}class qr extends Oh{constructor(e,n,o){const{videoCoverSrc:s,objectFit:r="contain",playButton:a="withText",paused:l=!0,videoTextureMap:c,ImageTextureMap:d}=o!=null?o:{};super();f(this,"isVideoPlane",!0);f(this,"name","PanoTagPluginImagePlane");f(this,"videoInstance");f(this,"onVideoReady");f(this,"objectFit");f(this,"buttonSrc");f(this,"videoCoverSrc");f(this,"domEvents");f(this,"disposers",[]);f(this,"domEventsListenerTemporaryList",[]);f(this,"cornerPoints");f(this,"videoMesh");f(this,"coverMesh");f(this,"buttonMesh");f(this,"videoTextureMap");f(this,"ImageTextureMap");this.cornerPoints=n,this.src=e,this.buttonSrc=(()=>a==="withText"?_h:a==="withoutText"?Ur:typeof a=="string"?a:Ur)(),this.videoCoverSrc=s,this.objectFit=r,this.videoTextureMap=c,this.ImageTextureMap=d,this.position.copy(xn(...n)),this.videoCoverSrc&&l?this.addCoverMesh().then(()=>this.addButtonMesh()):this.addVideoMesh().then(()=>{l?this.addButtonMesh():this.play(!0)}),this.addEventListener("removed",()=>{this.remove(...this.children)}),this.addEventListener("dispose",()=>{var h;this.domEventsListenerTemporaryList=[],(h=this.disposers)==null||h.forEach(u=>u==null?void 0:u())})}play(e=!1){return X(this,null,function*(){this.videoMesh||(yield this.addVideoMesh()),this.showPlayUI(),this.videoInstance.paused&&this.videoInstance.play().then(()=>this.showPlayUI()).catch(n=>{this.pause(),console.error("play error",n)}),this.videoInstance.muted=e,this.render()})}pause(){this.videoInstance&&(this.videoInstance.pause(),this.showPauseUI().then(()=>this.render()))}initialDomEvents(e){this.domEvents||(this.domEvents=e,this.domEventsListenerTemporaryList.forEach(n=>this.addDomEventListener(...n)),this.domEventsListenerTemporaryList=[])}initialRenderHooks(e){const o=e(()=>{var s;this.videoMesh&&((s=this.videoInstance)==null?void 0:s.paused)===!1&&(this.videoMesh.needsRender=!0)});this.disposers.push(()=>o)}showPlayUI(){this.coverMesh&&(this.coverMesh.visible=!1),this.remove(this.buttonMesh),this.videoMesh.visible=!0}showPauseUI(){return X(this,null,function*(){this.coverMesh?(this.coverMesh.visible=!0,this.videoMesh&&(this.videoMesh.visible=!1)):(yield this.addCoverMesh(),this.coverMesh&&(this.videoMesh.visible=!1)),this.addButtonMesh().then(()=>this.render())})}render(){var e;this.videoMesh&&(this.videoMesh.needsRender=!0),this.coverMesh&&(this.coverMesh.needsRender=!0),this.buttonMesh&&(this.buttonMesh.needsRender=!0),this.videoMesh&&((e=this.videoInstance)==null?void 0:e.paused)===!1&&(this.videoMesh.needsRender=!0)}addAutoBindEventListener(...e){const n=e[0];n.addEventListener("added",()=>{this.addDomEventListener(...e)}),n.addEventListener("removed",()=>{this.removeDomEventListener(...e)}),n.addEventListener("dispose",()=>{this.removeDomEventListener(...e)})}addDomEventListener(...e){this.domEvents?(this.domEvents.addEventListener(...e),this.disposers.push(()=>{var n;return(n=this.domEvents)==null?void 0:n.removeEventListener(...e)})):this.domEventsListenerTemporaryList.push(e)}removeDomEventListener(...e){this.domEvents?this.domEvents.removeEventListener(...e):this.domEventsListenerTemporaryList=this.domEventsListenerTemporaryList.filter(n=>n!==e)}addCoverMesh(){return X(this,null,function*(){if(this.children.includes(this.coverMesh))return;const e=yield(()=>X(this,null,function*(){if(this.coverMesh)return this.coverMesh;if(!this.videoCoverSrc)return;const n=yield this.getImageTexture(this.videoCoverSrc);if(!n)return;const o=new E.MeshBasicMaterial({transparent:!1,map:n}),s=Ri(this.objectFit,this.cornerPoints,n.image.width/n.image.height),r=new wr(s,o);return r.position.copy(new Q.Vector3(0,0,0)),r.name="videoCoverMesh",r}))();return e&&(this.children.includes(this.coverMesh)||(this.add(e),this.coverMesh=e)),e})}addVideoMesh(){return X(this,null,function*(){if(this.children.includes(this.videoMesh))return;const e=yield(()=>X(this,null,function*(){if(this.videoMesh)return this.videoMesh;if(!this.src)return;const o=this.getVideoTexture(this.src),s=new E.MeshBasicMaterial({transparent:!1,map:o}),r=yield new Promise(l=>{o.metadataLoaded?l(Ri(this.objectFit,this.cornerPoints,o.image.videoWidth/o.image.videoHeight)):o.addEventListener("videoLoaded",()=>l(Ri(this.objectFit,this.cornerPoints,o.image.videoWidth/o.image.videoHeight)))}),a=new wr(r,s);return a.name="videoMesh",a.position.copy(new Q.Vector3(0,0,0)),a}))();if(!e)return;this.addAutoBindEventListener(e,"click",()=>{!this.videoInstance.paused&&this.videoInstance.muted?this.videoInstance.muted=!1:this.pause()});const n=e.material.map.image;return n.addEventListener("playing",()=>{this.coverMesh||this.remove(this.buttonMesh),this.render()}),n.addEventListener("pause",()=>{this.showPauseUI(),this.render()}),this.children.includes(this.videoMesh)||(this.add(e),this.videoMesh=e,this.videoInstance=n),e})}addButtonMesh(){return X(this,null,function*(){if(this.children.includes(this.buttonMesh))return;const e=yield(()=>X(this,null,function*(){var u,m,g,v;if(this.buttonMesh)return this.buttonMesh;const n=(m=(u=this.videoMesh)==null?void 0:u.geometry.points[0].distanceTo(this.videoMesh.geometry.points[3]))!=null?m:1/0,o=(v=(g=this.coverMesh)==null?void 0:g.geometry.points[0].distanceTo(this.coverMesh.geometry.points[3]))!=null?v:1/0,s=this.cornerPoints[0].distanceTo(this.cornerPoints[3]),a=Math.min(n,o,s)/s*.3,l=yield this.getImageTexture(this.buttonSrc),c=Ri("contain",this.cornerPoints,l.image.width/l.image.height),d=new wr(c,new qA(l));d.position.copy(new Q.Vector3(0,0,0)),d.name="buttonMesh",d.scale.set(a,a,a),this.addAutoBindEventListener(d,"click",()=>this.play());const h=new E.Vector3().crossVectors(new E.Vector3().subVectors(c[0],c[1]),new E.Vector3().subVectors(c[0],c[3])).normalize().multiplyScalar(1e-4);return d.position.add(h),d}))();return this.children.includes(this.buttonMesh)||(this.add(e),this.buttonMesh=e),e})}getImageTexture(e){return X(this,null,function*(){var o,s;if((o=this.ImageTextureMap)!=null&&o.has(e))return this.ImageTextureMap.get(e);const n=yield Ui(e);return(s=this.ImageTextureMap)==null||s.set(e,n),n})}getVideoTexture(e){var o,s;if((o=this.videoTextureMap)!=null&&o.has(e))return this.videoTextureMap.get(e);const n=XA(e);return(s=this.videoTextureMap)==null||s.set(e,n),n}}function Se(i,t){this._camera=i||null,this._domElement=t||document,this._raycaster=new E.Raycaster,this._selected=null,this._boundObjs={};var e=this;this._$onClick=function(){e._onClick.apply(e,arguments)},this._$onDblClick=function(){e._onDblClick.apply(e,arguments)},this._$onMouseMove=function(){e._onMouseMove.apply(e,arguments)},this._$onMouseDown=function(){e._onMouseDown.apply(e,arguments)},this._$onMouseUp=function(){e._onMouseUp.apply(e,arguments)},this._$onTouchMove=function(){e._onTouchMove.apply(e,arguments)},this._$onTouchStart=function(){e._onTouchStart.apply(e,arguments)},this._$onTouchEnd=function(){e._onTouchEnd.apply(e,arguments)},this._$onContextmenu=function(){e._onContextmenu.apply(e,arguments)},this._domElement.addEventListener("click",this._$onClick,!1),this._domElement.addEventListener("dblclick",this._$onDblClick,!1),this._domElement.addEventListener("mousemove",this._$onMouseMove,!1),this._domElement.addEventListener("mousedown",this._$onMouseDown,!1),this._domElement.addEventListener("mouseup",this._$onMouseUp,!1),this._domElement.addEventListener("touchmove",this._$onTouchMove,!1),this._domElement.addEventListener("touchstart",this._$onTouchStart,!1),this._domElement.addEventListener("touchend",this._$onTouchEnd,!1),this._domElement.addEventListener("contextmenu",this._$onContextmenu,!1)}Se.prototype.destroy=function(){this._domElement.removeEventListener("click",this._$onClick,!1),this._domElement.removeEventListener("dblclick",this._$onDblClick,!1),this._domElement.removeEventListener("mousemove",this._$onMouseMove,!1),this._domElement.removeEventListener("mousedown",this._$onMouseDown,!1),this._domElement.removeEventListener("mouseup",this._$onMouseUp,!1),this._domElement.removeEventListener("touchmove",this._$onTouchMove,!1),this._domElement.removeEventListener("touchstart",this._$onTouchStart,!1),this._domElement.removeEventListener("touchend",this._$onTouchEnd,!1),this._domElement.removeEventListener("contextmenu",this._$onContextmenu,!1)};Se.eventNames=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","contextmenu","touchstart","touchend"];Se.prototype._getRelativeMouseXY=function(i){var t=i.target||i.srcElement;t.nodeType===3&&(t=t.parentNode);var e={x:0,y:0},n=t,o=getComputedStyle(n,null);e.y+=parseInt(o.getPropertyValue("padding-top"),10),e.x+=parseInt(o.getPropertyValue("padding-left"),10);do e.x+=n.offsetLeft,e.y+=n.offsetTop,o=getComputedStyle(n,null),e.x+=parseInt(o.getPropertyValue("border-left-width"),10),e.y+=parseInt(o.getPropertyValue("border-top-width"),10);while(n=n.offsetParent);var s={width:t===window?window.innerWidth:t.offsetWidth,height:t===window?window.innerHeight:t.offsetHeight};return{x:Number((i.pageX-e.x)/s.width)*2-1,y:-((i.pageY-e.y)/s.height)*2+1}};Se.prototype._objectCtxInit=function(i){i._3xDomEvent={}};Se.prototype._objectCtxDeinit=function(i){delete i._3xDomEvent};Se.prototype._objectCtxIsInit=function(i){return!!i._3xDomEvent};Se.prototype._objectCtxGet=function(i){return i._3xDomEvent};Se.prototype.camera=function(i){return i&&(this._camera=i),this._camera};Se.prototype.bind=function(i,t,e,n){console.assert(Se.eventNames.indexOf(t)!==-1,"not available events:"+t),this._objectCtxIsInit(i)||this._objectCtxInit(i);var o=this._objectCtxGet(i);o[t+"Handlers"]||(o[t+"Handlers"]=[]),o[t+"Handlers"].push({callback:e,useCapture:n}),this._boundObjs[t]===void 0&&(this._boundObjs[t]=[]),this._boundObjs[t].push(i)};Se.prototype.addEventListener=Se.prototype.bind;Se.prototype.unbind=function(i,t,e,n){console.assert(Se.eventNames.indexOf(t)!==-1,"not available events:"+t),this._objectCtxIsInit(i)||this._objectCtxInit(i);var o=this._objectCtxGet(i);o[t+"Handlers"]||(o[t+"Handlers"]=[]);for(var s=o[t+"Handlers"],r=0;r<s.length;r++){var a=s[r];if(e==a.callback&&n==a.useCapture){s.splice(r,1);break}}var l=this._boundObjs[t].indexOf(i);this._boundObjs[t].splice(l,1)};Se.prototype.removeEventListener=Se.prototype.unbind;Se.prototype._bound=function(i,t){var e=this._objectCtxGet(t);return e?!!e[i+"Handlers"]:!1};Se.prototype._onMove=function(i,t,e,n){var o=this._boundObjs[i];if(!(o===void 0||o.length===0)){var s=new E.Vector2;s.set(t,e),this._raycaster.setFromCamera(s,this._camera);var r=this._raycaster.intersectObjects(o),a=this._selected;if(r.length>0){var l,c,d,h=r[0],u=h.object;this._selected=u,d=this._bound("mousemove",u),a!=u&&(l=this._bound("mouseover",u),c=a&&this._bound("mouseout",a))}else c=a&&this._bound("mouseout",a),this._selected=null;d&&this._notify("mousemove",u,n,h),l&&this._notify("mouseover",u,n,h),c&&this._notify("mouseout",a,n,h)}};Se.prototype._onEvent=function(i,t,e,n){var o=this._boundObjs[i];if(!(o===void 0||o.length===0)){var s=new E.Vector2;s.set(t,e),this._raycaster.setFromCamera(s,this._camera);var r=this._raycaster.intersectObjects(o,!0);if(r.length!==0){for(var a=r[0],l=a.object,c=this._objectCtxGet(l),d=l.parent;typeof c=="undefined"&&d;)c=this._objectCtxGet(d),d=d.parent;c&&this._notify(i,l,n,a)}}};Se.prototype._notify=function(i,t,e,n){var o=this._objectCtxGet(t),s=o?o[i+"Handlers"]:null;if(!o||!s||s.length===0){t.parent&&this._notify(i,t.parent,e,n);return}for(var s=o[i+"Handlers"],r=0;r<s.length;r++){var a=s[r],l=!0;a.callback({type:i,target:t,origDomEvent:e,intersect:n,stopPropagation:function(){l=!1}}),l&&a.useCapture===!1&&t.parent&&this._notify(i,t.parent,e,n)}};Se.prototype._onMouseDown=function(i){return this._onMouseEvent("mousedown",i)};Se.prototype._onMouseUp=function(i){return this._onMouseEvent("mouseup",i)};Se.prototype._onMouseEvent=function(i,t){var e=this._getRelativeMouseXY(t);this._onEvent(i,e.x,e.y,t)};Se.prototype._onMouseMove=function(i){var t=this._getRelativeMouseXY(i);this._onMove("mousemove",t.x,t.y,i),this._onMove("mouseover",t.x,t.y,i),this._onMove("mouseout",t.x,t.y,i)};Se.prototype._onClick=function(i){this._onMouseEvent("click",i)};Se.prototype._onDblClick=function(i){this._onMouseEvent("dblclick",i)};Se.prototype._onContextmenu=function(i){this._onMouseEvent("contextmenu",i)};Se.prototype._onTouchStart=function(i){return this._onTouchEvent("touchstart",i)};Se.prototype._onTouchEnd=function(i){return this._onTouchEvent("touchend",i)};Se.prototype._onTouchMove=function(i){if(i.touches.length==1){var t=Number(i.touches[0].pageX/window.innerWidth)*2-1,e=-(i.touches[0].pageY/window.innerHeight)*2+1;this._onMove("mousemove",t,e,i),this._onMove("mouseover",t,e,i),this._onMove("mouseout",t,e,i)}};Se.prototype._onTouchEvent=function(i,t){var e=t.touches;if(e.length==0&&(e=t.changedTouches),e.length==1){var n=Number(e[0].pageX/window.innerWidth)*2-1,o=-(e[0].pageY/window.innerHeight)*2+1;this._onEvent(i,n,o,t)}};class JA extends Se{constructor(e){super(e.camera,e.getElement());f(this,"mouseInfo");f(this,"clickHandlerMap",new Map);const n=()=>this.preventWhenMouseDown();e.on("wantsMoveToPano",n),e.on("wantsTapGesture",n)}addAutoBindEventListener(...e){const n=e[0];n.addEventListener("added",()=>{this.addEventListener(...e)}),n.addEventListener("removed",()=>{this.removeEventListener(...e)}),n.addEventListener("dispose",()=>{this.removeEventListener(...e)})}addEventListener(e,n,o,s){const r=d=>{if(Qi(e)===!1){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo={x:h.clientX,y:h.clientY,isDown:!0,mouseDownTimestamp:Date.now()}},a=d=>{if(Qi(e)===!1){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo&&(this.mouseInfo.isDown&&this.mouseInfo.x===h.clientX&&this.mouseInfo.y===h.clientY&&Date.now()-this.mouseInfo.mouseDownTimestamp<400&&o(h),this.mouseInfo=void 0)},l=d=>{if(Qi(e)===!1){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo={x:Math.floor(h.touches[0].clientX),y:Math.floor(h.touches[0].clientY),isDown:!0,mouseDownTimestamp:Date.now()}},c=d=>{if(Qi(e)===!1){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo&&(this.mouseInfo.isDown&&this.mouseInfo.x===Math.floor(h.changedTouches[h.changedTouches.length-1].clientX)&&this.mouseInfo.y===Math.floor(h.changedTouches[h.changedTouches.length-1].clientY)&&Date.now()-this.mouseInfo.mouseDownTimestamp<400&&o(h),this.mouseInfo=void 0)};n==="click"?(super.addEventListener(e,"mousedown",r,s),super.addEventListener(e,"mouseup",a,s),super.addEventListener(e,"touchstart",l,s),super.addEventListener(e,"touchend",c,s),this.clickHandlerMap.set(o,{mousedown:r,mouseup:a,touchstart:l,touchend:c})):super.addEventListener(e,n,o,s)}removeEventListener(e,n,o,s){if(n==="click"){const r=this.clickHandlerMap.get(o);r&&(super.removeEventListener(e,"mousedown",r.mousedown,s),super.removeEventListener(e,"mouseup",r.mouseup,s),super.removeEventListener(e,"touchstart",r.touchstart,s),super.removeEventListener(e,"touchend",r.touchend,s),this.clickHandlerMap.delete(o))}else super.removeEventListener(e,n,o,s)}preventWhenMouseDown(){var e;if((e=this.mouseInfo)!=null&&e.isDown)return!1}}function Qi(i){return i?i.visible===!1?!1:Qi(i.parent):!0}class ZA extends FA{constructor(e){super(e);f(this,"tags",[]);f(this,"config",GA);f(this,"mediaStore",ca({currentMediaElement:null}));f(this,"css3DRenderPlugin");f(this,"store",{disposers:[],disposed:!1,resizeObserverDisposerAdding:!1,css3DRenderDisposer:new Map});f(this,"domEvents",new JA(this.five));f(this,"mouseInfo");f(this,"preventWhenMouseDown",()=>{var e;if((e=this.mouseInfo)!=null&&e.isDown)return!1});this.five.on("wantsMoveToPano",this.preventWhenMouseDown),this.five.on("wantsTapGesture",this.preventWhenMouseDown),this.mediaStore.subscribe(({currentMediaElement:n})=>{this.tags.forEach(o=>{var s;if(o.mediaPlane instanceof qr&&n!==o.mediaPlane.videoInstance){if(!((s=o.mediaPlane.videoInstance)!=null&&s.src)||n===o.mediaPlane.videoInstance)return;o.mediaPlane.pause()}})}),this.store.disposers.push(()=>{this.five.off("wantsMoveToPano",this.preventWhenMouseDown),this.five.off("wantsTapGesture",this.preventWhenMouseDown)})}get isPanorama(){return this.five.currentMode==="Panorama"}getTagById(e){const n=this.tags.find(o=>o.id===e);if(!n){console.warn(`error: can not find tag id ${e} by getTagById()`);return}return n}pauseCurrentMedia(){this.mediaStore.set({currentMediaElement:null})}getTagConfig(e){var s,r;if(!e)return(s=this.config.globalConfig)!=null?s:{};const n={};this.config.contentTypeConfig&&Object.keys(this.config.contentTypeConfig).forEach(a=>{const l=a;if(n[l])return;const c=l.split("-");if(c.length===1){const[d]=c;e.contentType===d&&(n[l]=this.config.contentTypeConfig[l])}if(c.length===2){const[d="Any",h="Any"]=c;(e.stickType===d||d==="Any")&&(e.contentType===h||h==="Any")&&(n[l]=this.config.contentTypeConfig[l])}if(c.length===3){const[d="Any",h,u]=c;if(h==="Audio"&&e.contentType==="Audio"){const m=e;(m.stickType===d||d==="Any")&&m.data.appearance===u&&(n[l]=this.config.contentTypeConfig[l])}}});const o=Ye({},this.config.globalConfig,...Object.values(n),e.config);return typeof o.unfoldedConfig=="object"&&(o.unfoldedConfig.disableFold&&(o.unfoldedConfig={keep:"unfolded"}),o.unfoldedConfig.disableUnfold&&(o.unfoldedConfig={keep:"folded"}),o.unfoldedConfig.keep&&(o.unfoldedConfig={keep:o.unfoldedConfig.keep})),typeof o.visibleConfig=="object"&&o.visibleConfig.keep&&(o.visibleConfig={keep:o.visibleConfig.keep,visibleFiveMode:(r=o.visibleConfig)==null?void 0:r.visibleFiveMode}),o}loadVideoFirstFrame(){WA&&this.hooks.emit("loadVideoFirstFrame")}updateTagConfig(e){e!=null&&e.force&&this.clearCache(),this.tags.forEach(n=>{const o=this.getTagConfig(n);n.mergedConfig=o,n.data=Ye({},n.data,o.initialData)})}can(e,n){const o=n,s=this.getTagConfig(o);if(!s||typeof s!="object")return!0;if(e==="show"||e==="hide"){if(!s.visibleConfig||typeof s.visibleConfig!="object")return!0;if(e==="show"&&s.visibleConfig.keep==="hidden"||e==="hide"&&(s.visibleConfig.keep==="visible"||s.visibleConfig.alwaysShowWhenMovePano))return!1}if(e==="fold"||e==="unfold"){if(!s.unfoldedConfig||typeof s.unfoldedConfig!="object")return!0;if(e==="fold"&&s.unfoldedConfig.keep==="unfolded"||e==="unfold"&&s.unfoldedConfig.keep==="folded")return!1}return!0}getRenderType(e){const n=(()=>{if(e.stickType==="3DPoint")return"Dom";const o=this.getTagConfig(e);if(!o||typeof o!="object"||!o.renderType)return;const s=e.data.mediaData;if(!(!s||s.length===0)&&o.renderType==="Mesh"){if(zA(e)){if(s.length===1&&(s[0].type==="Image"||s[0].type==="Video"))return"Mesh"}else if(At(e))return s.length===1&&s[0].type==="Image"?"Mesh":"BehindDom"}})();return n!=null?n:"Dom"}getAngle(e,n){var r,a;const o=n!=null?n:this.five.getCurrentState().panoIndex;if(o===void 0)throw new Error(`getDistance(): fivePanoIndex is ${o}`);const s=this.getCache({panoIndex:n,id:e.id});if(s.angle!==void 0)return s.angle;{const l=(a=(r=this.five.work)==null?void 0:r.observers[o])==null?void 0:a.position;if(l===void 0)throw new Error(`getAngleRange(): observerPosition is ${l}`);const c=(()=>e.stickType==="3DPoint"?Ni(e.normal):yr(e.position))();if(!c)return;const d=$o(e.position);if(!d)return;const h=new E.Vector3().copy(l).sub(d),u=c.angleTo(h)*180/Math.PI;return s.angle=u,s.angle}}getDistance(e,n){var r,a;const o=n!=null?n:this.five.getCurrentState().panoIndex;if(o===void 0)throw new Error(`getDistance(): fivePanoIndex is ${o}`);const s=this.getCache({panoIndex:n,id:e.id});if(s.distance!==void 0)return s.distance;{const l=(a=(r=this.five.work)==null?void 0:r.observers[o])==null?void 0:a.position;if(l===void 0)throw new Error(`getDistance(): observerPosition is ${l}`);const c=Th(e);if(!c)return-1;const d=l.distanceTo(c);return s.distance=d,d}}getPositions(e){if(SA(e))return e.position;if(At(e))return e.data.mediaPosition;const n=e;return VA(this.five.camera.position,xt(n.position),xt(n.normal))}addObjectClickHandler(e,n,o){if(!n||!this.domEvents)return()=>{};const s=()=>!(!e.state.visible||!this.state.visible||At(e)&&!e.mediaVisible),r=d=>{if(!s()){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo={x:h.clientX,y:h.clientY,isDown:!0,mouseDownTimestamp:Date.now()}},a=d=>{if(!s()){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo&&(this.mouseInfo.isDown&&this.mouseInfo.x===h.clientX&&this.mouseInfo.y===h.clientY&&Date.now()-this.mouseInfo.mouseDownTimestamp<400&&o(h),this.mouseInfo=void 0)},l=d=>{if(!s()){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo={x:Math.floor(h.touches[0].clientX),y:Math.floor(h.touches[0].clientY),isDown:!0,mouseDownTimestamp:Date.now()}},c=d=>{if(!s()){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo&&(this.mouseInfo.isDown&&this.mouseInfo.x===Math.floor(h.changedTouches[h.changedTouches.length-1].clientX)&&this.mouseInfo.y===Math.floor(h.changedTouches[h.changedTouches.length-1].clientY)&&Date.now()-this.mouseInfo.mouseDownTimestamp<400&&o(h),this.mouseInfo=void 0)};return this.domEvents.addEventListener(n,"mousedown",r,!1),this.domEvents.addEventListener(n,"mouseup",a,!1),this.domEvents.addEventListener(n,"touchstart",l,!1),this.domEvents.addEventListener(n,"touchend",c,!1),()=>{this.domEvents&&(this.mouseInfo=void 0,this.domEvents.removeEventListener(n,"mousedown",r),this.domEvents.removeEventListener(n,"mouseup",a),this.domEvents.removeEventListener(n,"touchstart",l),this.domEvents.removeEventListener(n,"touchend",c))}}getTagNormal(e){if(e.normal)return xt(e.normal);if(e.stickType==="Plane")return yr(e.position);if(e.stickType==="Model")return yr(this.getPositions(e))}get filterPointTag(){return this.tags.filter(e=>e.stickType==="2DPoint"||e.stickType==="3DPoint").filter(e=>e.position)}get filter2DPointTag(){return this.tags.filter(e=>e.stickType==="2DPoint").filter(e=>e.position)}get filter3DPointTag(){return this.tags.filter(e=>e.stickType==="3DPoint").filter(e=>e.position)}get filterImagePlane(){return this.tags.filter(e=>e.contentType==="MediaPlane"&&e.stickType==="Plane"&&this.getRenderType(e)==="Mesh")}get filterMediaModel(){return this.tags.filter(e=>e.stickType==="Model"&&e.contentType==="MediaModel")}get filterModelTag(){return this.tags.filter(e=>e.stickType==="Model")}get filterCSS3DTag(){return this.tags.filter(n=>n.stickType==="3DPoint"||n.stickType==="Plane"||n.stickType==="Model"&&n.contentType==="MediaModel").filter(n=>{const o=this.getRenderType(n);return o==="BehindDom"||o==="Dom"})}checkDisposed(){return this.store.disposed?(console.error("PanoTagPluginController has been disposed"),!0):!1}}function KA(i,t){if(!t||!i)return console.error("getFloorIndex: invalid arguments: ",{point:t,observer:i}),0;const e=[];i.forEach(o=>{var r,a;const s=(a=(r=o.floorIndex)!=null?r:o.floor_index)!=null?a:0;e[s]||(e[s]=[]),e[s].push(o.position.y)});const n=e.map(o=>o.reduce((s,r)=>s+r,0)/o.length);for(let o=n.length-1;o>0;o--)if(t.y>=n[o])return o;return 0}class $A extends ZA{constructor(e){super(e);f(this,"raycaster",new E.Raycaster)}getVisibleByPanoIndex(e,n){const o=this.getCache({panoIndex:n,id:e.id}),s=n!=null?n:this.five.getCurrentState().panoIndex;if(e.stickType==="Model")return!0;if(o.visible!==void 0)return o.visible;{const r=(()=>{var c,d,h;const a=(c=this.getTagConfig(e).visibleConfig)!=null?c:{},l=this.getDistance(e);if(typeof a=="function")return{value:a(this.five,{tag:e,distance:l}),reason:"config function result"};if(a.keep==="hidden")return{value:!1,reason:"config.keep is hidden"};if(a.keep==="visible")return{value:!0,reason:"config.keep is visible"};if(a.visiblePanoIndex!==void 0&&a.visiblePanoIndex!=="all"&&s!==void 0){if(Array.isArray(a.visiblePanoIndex)&&!a.visiblePanoIndex.includes(s))return{value:!1,reason:`current panoIndex is not included in visiblePano. currentPanoIndex: ${s}, visiblePanoIndex: ${a.visiblePanoIndex}`};if(a.visiblePanoIndex==="current"&&s!==((d=e.fiveState)==null?void 0:d.panoIndex))return{value:!1,reason:`current panoIndex is not equal to tag.panoIndex. currentPanoIndex: ${s}, tag.panoIndex: ${(h=e.fiveState)==null?void 0:h.panoIndex}`}}if(a.visibleDistance!==void 0&&a.visibleDistance!=="unLimited"&&_i(l,a.visibleDistance)===!1)return{value:!1,reason:`distance is not in visibleDistance. distance: ${l}, visibleDistance: ${a.visibleDistance}`};if(a.intersectRaycaster!==!1&&(typeof a.intersectRaycaster!="object"||a.intersectRaycaster.enabled!==!1)){if(s===void 0)return{value:!1,reason:`intersectRaycaster check failed: fivePanoIndex is ${s}`};const u=this.getRaycasterFromPanoIndex(e,s);if(!u)return{value:!1,reason:`intersectRaycaster check failed: raycaster is ${u}`};const m=this.getTagEnableByIntersect(e,u);if(m.value===!1)return m}if(a.angleRange&&MA(e)){const u=this.getAngle(e);if(_i(u,a.angleRange)===!1)return{value:!1,reason:`angle is not in angleRange. angle: ${u}, angleRange: ${a.angleRange}`}}return{value:!0,reason:"all check passed"}})();return o.visible=r.value,o.__debug_visible_reason__=r,o.visible}}getVisibleByFiveMode(e,n){const o=n!=null?n:this.five.getCurrentState().mode,s=this.getTagConfig(e).visibleConfig;if(s){if(typeof s=="object"){const r=s==null?void 0:s.visibleFiveMode;return r?r!=null&&r.includes(o)?s.followModelVisibility===!0&&(o==="Floorplan"||o==="Mapview")?this.getVisibleByFloorIndex(e):!0:!1:o==="Panorama"}else if(typeof s=="function")return n==="Panorama"}else return o==="Panorama"}getCurrentVisibleState(e){var n;return(n=this.state.visible&&e.state.visible)!=null?n:!0}getVisible(e){const n=this.five.getCurrentState(),o=this.getVisibleByFiveMode(e),s=n.mode==="Panorama"?this.getVisibleByPanoIndex(e,n.panoIndex):!0;return o&&s}getModelMedialVisibleByPanoIndex(e){if(!this.getCurrentVisibleState(e))return!1;const n=this.five.getCurrentState().panoIndex,o=this.getCache({panoIndex:n,id:e.id});if(o.modelMedialVisible!==void 0)return o.modelMedialVisible;const s=this.getRaycasterFromPanoIndex(e,n);if(!s)return!1;const r=this.getTagEnableByIntersect(e,s);return o.modelMedialVisible=r.value,o.__debug_visible_reason__=r,r.value!==!1}getUnfoldedByPanoIndex(e,n){if(!this.getVisibleByPanoIndex(e))return;const s=this.getCache({panoIndex:n,id:e.id});if(s.unfolded!==void 0)return s.unfolded;{const r=this.getTagConfig(e).unfoldedConfig;if(!r)return;const a=(()=>{const c=this.getDistance(e);if(typeof r=="function")return r(this.five,{tag:e,distance:c});if(r.keep==="folded")return!1;if(r.keep==="unfolded")return!0;if(r.unfoldDistance&&_i(c,r.unfoldDistance)===!1)return!1})();s.unfolded=a;const l=this.getUnfoldedByCamera(e);return l!==void 0?l:s.unfolded}}getUnfoldedByCamera(e){return this.getVisible(e)?(()=>{var a;const s=this.getDistance(e),r=this.getTagConfig(e).unfoldedConfig;if(r){if(typeof r=="function")return r(this.five,{tag:e,distance:s});if(r.keep==="folded")return!1;if(r.keep==="unfolded")return!0;if(r.autoUnfold===void 0||r.autoUnfold===!1||r.autoUnfold.enable===!1||!r.autoUnfold.strategy)return;if(r.autoUnfold.strategy==="ScreenPostion"){const l=this.getTagProject(e);if(l&&_i(l.x,r.autoUnfold.autoUnfoldProjectX)===!1)return!1}if(r.autoUnfold.strategy==="MinimumDistance"){const d=this.filterPointTag.filter(u=>this.getVisible(u)).filter(u=>{const m=this.getTagProject(u);if(!m)return!1;const{x:g,y:v,z:A}=m;return!(Math.abs(A)>1||Math.abs(g)>1||Math.abs(v)>1)}).map(u=>({tag:u,id:u.id,tagConfig:this.getTagConfig(u).unfoldedConfig})).filter(({tag:u,tagConfig:m})=>{var g,v;return!(typeof m!="object"||m.keep||m.autoUnfold===!1||((g=m.autoUnfold)==null?void 0:g.enable)===!1||((v=m.autoUnfold)==null?void 0:v.strategy)!=="MinimumDistance")}).map(u=>ye(F({},u),{distance:this.getDistance(u.tag)})).filter(({distance:u,tagConfig:m})=>{var g,v;return!(u===void 0||typeof m!="object"||m.autoUnfold===!1||((g=m.autoUnfold)==null?void 0:g.enable)===!1||((v=m.autoUnfold)==null?void 0:v.strategy)!=="MinimumDistance"||m.autoUnfold.distance&&_i(u,m.autoUnfold.distance)===!1)}).sort((u,m)=>u.distance-m.distance).findIndex(u=>u.id===e.id);if(d===-1||d<=((a=r.autoUnfold.maxNumber)!=null?a:1)-1===!1)return!1}return!0}})():void 0}sort(e){return e.sort((n,o)=>{const s=this.getDistance(n),r=this.getDistance(o);return s===void 0||r===void 0?0:r-s})}setPointTagPosition(){const e=this.filterPointTag;e.length!==0&&e.forEach(n=>{var s;if(!((s=n.state)!=null&&s.visible)){n.pointTagStyle=null;return}const o=this.getTagProject(n);if(!o){n.pointTagStyle=null;return}n.pointTagStyle={leftPercent:(o.x+1)/2*100,topPercent:(-o.y+1)/2*100}})}setVisible(){this.tags.forEach(e=>{const n=this.getVisible(e);e.state&&(e.state.visible=n)})}setVisibleByPanoIndex(){this.tags.forEach(e=>{const n=this.getVisibleByPanoIndex(e);e.state&&(e.state.visible=n)})}setModelMedialVisible(){const e=this.five.getCurrentState().mode;this.tags.forEach(n=>{var s;if(!At(n))return;if(!((s=n.model)!=null&&s.object)){n.mediaVisible=!1;return}const o=e==="Panorama"?this.getModelMedialVisibleByPanoIndex(n):!0;n.mediaVisible=o})}setUnfoldedByPanoIndex(){this.tags.forEach(e=>{const n=this.getUnfoldedByPanoIndex(e);if(e.state&&(n!==void 0&&(e.state.unfolded=n),n&&!e.state.visible)){const o=this.getTagConfig(e);typeof o.unfoldedConfig=="object"&&o.unfoldedConfig.autoFoldWhenHide!==!1&&(e.state.unfolded=!1)}})}getTagProject(e){if(!this.getVisible(e))return;const o=$o(e.position);if(!o)return;const{x:s,y:r,z:a}=o.project(this.five.camera);if(!(a>1))return{x:s,y:r,z:a}}getTagEnableByIntersect(e,n){var d,h,u;const o=(d=this.getTagConfig(e).visibleConfig)!=null?d:{},s=this.getDistance(e),[r]=this.five.model.intersectRaycaster(n),a=(()=>{if(!At(e))return;const m=this.tags.filter(At).map(v=>{var A;return(A=v.model)==null?void 0:A.object}).filter(ci);return n.intersectObjects(m,!0)[0]})(),l=(()=>{var m;return typeof o=="object"&&typeof o.intersectRaycaster=="object"&&(m=o.intersectRaycaster.distanceAccuracy)!=null?m:.01})(),c=Math.min((h=r==null?void 0:r.distance)!=null?h:1/0,(u=a==null?void 0:a.distance)!=null?u:1/0);return c+l<s?{value:!1,reason:`intersectRaycaster check failed: distance is ${s}, intersection.distance is ${r==null?void 0:r.distance}, intersection.point is ${r==null?void 0:r.point.toArray()},
564
+ `);this.uniforms={map:{value:e}}}}let Oh=class extends E.Mesh{constructor(){super(...arguments);f(this,"name","MediaPlane");f(this,"src")}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}};class $l extends Oh{constructor(e,n,o){super();f(this,"name","PanoTagPluginImagePlane");this.src=e,Ui(e).then(s=>{var u;const r=new URL(e,location.href).pathname.endsWith(".png"),a=new E.MeshBasicMaterial({map:s,transparent:r}),l=Ri((u=o==null?void 0:o.objectFit)!=null?u:"contain",n,s.image.width/s.image.height),c=xn(...l),d=l.map(m=>m.clone().sub(c)),h=new Vh(d);this.position.copy(c),this.geometry=h,this.material=a}).catch(s=>{console.error(`Imageplane error ${s}`)})}}class qr extends Oh{constructor(e,n,o){const{videoCoverSrc:s,objectFit:r="contain",playButton:a="withText",paused:l=!0,videoTextureMap:c,ImageTextureMap:d}=o!=null?o:{};super();f(this,"isVideoPlane",!0);f(this,"name","PanoTagPluginImagePlane");f(this,"videoInstance");f(this,"onVideoReady");f(this,"objectFit");f(this,"buttonSrc");f(this,"videoCoverSrc");f(this,"domEvents");f(this,"disposers",[]);f(this,"domEventsListenerTemporaryList",[]);f(this,"cornerPoints");f(this,"videoMesh");f(this,"coverMesh");f(this,"buttonMesh");f(this,"videoTextureMap");f(this,"ImageTextureMap");this.cornerPoints=n,this.src=e,this.buttonSrc=(()=>a==="withText"?_h:a==="withoutText"?Ur:typeof a=="string"?a:Ur)(),this.videoCoverSrc=s,this.objectFit=r,this.videoTextureMap=c,this.ImageTextureMap=d,this.position.copy(xn(...n)),this.videoCoverSrc&&l?this.addCoverMesh().then(()=>this.addButtonMesh()):this.addVideoMesh().then(()=>{l?this.addButtonMesh():this.play(!0)}),this.addEventListener("removed",()=>{this.remove(...this.children)}),this.addEventListener("dispose",()=>{var h;this.domEventsListenerTemporaryList=[],(h=this.disposers)==null||h.forEach(u=>u==null?void 0:u())})}play(e=!1){return X(this,null,function*(){this.videoMesh||(yield this.addVideoMesh()),this.showPlayUI(),this.videoInstance.paused&&this.videoInstance.play().then(()=>this.showPlayUI()).catch(n=>{this.pause(),console.error("play error",n)}),this.videoInstance.muted=e,this.render()})}pause(){this.videoInstance&&(this.videoInstance.pause(),this.showPauseUI().then(()=>this.render()))}initialDomEvents(e){this.domEvents||(this.domEvents=e,this.domEventsListenerTemporaryList.forEach(n=>this.addDomEventListener(...n)),this.domEventsListenerTemporaryList=[])}initialRenderHooks(e){const o=e(()=>{var s;this.videoMesh&&((s=this.videoInstance)==null?void 0:s.paused)===!1&&(this.videoMesh.needsRender=!0)});this.disposers.push(()=>o)}showPlayUI(){this.coverMesh&&(this.coverMesh.visible=!1),this.remove(this.buttonMesh),this.videoMesh.visible=!0}showPauseUI(){return X(this,null,function*(){this.coverMesh?(this.coverMesh.visible=!0,this.videoMesh&&(this.videoMesh.visible=!1)):(yield this.addCoverMesh(),this.coverMesh&&(this.videoMesh.visible=!1)),this.addButtonMesh().then(()=>this.render())})}render(){var e;this.videoMesh&&(this.videoMesh.needsRender=!0),this.coverMesh&&(this.coverMesh.needsRender=!0),this.buttonMesh&&(this.buttonMesh.needsRender=!0),this.videoMesh&&((e=this.videoInstance)==null?void 0:e.paused)===!1&&(this.videoMesh.needsRender=!0)}addAutoBindEventListener(...e){const n=e[0];n.addEventListener("added",()=>{this.addDomEventListener(...e)}),n.addEventListener("removed",()=>{this.removeDomEventListener(...e)}),n.addEventListener("dispose",()=>{this.removeDomEventListener(...e)})}addDomEventListener(...e){this.domEvents?(this.domEvents.addEventListener(...e),this.disposers.push(()=>{var n;return(n=this.domEvents)==null?void 0:n.removeEventListener(...e)})):this.domEventsListenerTemporaryList.push(e)}removeDomEventListener(...e){this.domEvents?this.domEvents.removeEventListener(...e):this.domEventsListenerTemporaryList=this.domEventsListenerTemporaryList.filter(n=>n!==e)}addCoverMesh(){return X(this,null,function*(){if(this.children.includes(this.coverMesh))return;const e=yield(()=>X(this,null,function*(){if(this.coverMesh)return this.coverMesh;if(!this.videoCoverSrc)return;const n=yield this.getImageTexture(this.videoCoverSrc);if(!n)return;const o=new E.MeshBasicMaterial({transparent:!1,map:n}),s=Ri(this.objectFit,this.cornerPoints,n.image.width/n.image.height),r=new wr(s,o);return r.position.copy(new Q.Vector3(0,0,0)),r.name="videoCoverMesh",r}))();return e&&(this.children.includes(this.coverMesh)||(this.add(e),this.coverMesh=e)),e})}addVideoMesh(){return X(this,null,function*(){if(this.children.includes(this.videoMesh))return;const e=yield(()=>X(this,null,function*(){if(this.videoMesh)return this.videoMesh;if(!this.src)return;const o=this.getVideoTexture(this.src),s=new E.MeshBasicMaterial({transparent:!1,map:o}),r=yield new Promise(l=>{o.metadataLoaded?l(Ri(this.objectFit,this.cornerPoints,o.image.videoWidth/o.image.videoHeight)):o.addEventListener("videoLoaded",()=>l(Ri(this.objectFit,this.cornerPoints,o.image.videoWidth/o.image.videoHeight)))}),a=new wr(r,s);return a.name="videoMesh",a.position.copy(new Q.Vector3(0,0,0)),a}))();if(!e)return;this.addAutoBindEventListener(e,"click",()=>{!this.videoInstance.paused&&this.videoInstance.muted?this.videoInstance.muted=!1:this.pause()});const n=e.material.map.image;return n.addEventListener("playing",()=>{this.coverMesh||this.remove(this.buttonMesh),this.render()}),n.addEventListener("pause",()=>{this.showPauseUI(),this.render()}),this.children.includes(this.videoMesh)||(this.add(e),this.videoMesh=e,this.videoInstance=n),e})}addButtonMesh(){return X(this,null,function*(){if(this.children.includes(this.buttonMesh))return;const e=yield(()=>X(this,null,function*(){var u,m,g,v;if(this.buttonMesh)return this.buttonMesh;const n=(m=(u=this.videoMesh)==null?void 0:u.geometry.points[0].distanceTo(this.videoMesh.geometry.points[3]))!=null?m:1/0,o=(v=(g=this.coverMesh)==null?void 0:g.geometry.points[0].distanceTo(this.coverMesh.geometry.points[3]))!=null?v:1/0,s=this.cornerPoints[0].distanceTo(this.cornerPoints[3]),a=Math.min(n,o,s)/s*.3,l=yield this.getImageTexture(this.buttonSrc),c=Ri("contain",this.cornerPoints,l.image.width/l.image.height),d=new wr(c,new qA(l));d.position.copy(new Q.Vector3(0,0,0)),d.name="buttonMesh",d.scale.set(a,a,a),this.addAutoBindEventListener(d,"click",()=>this.play());const h=new E.Vector3().crossVectors(new E.Vector3().subVectors(c[0],c[1]),new E.Vector3().subVectors(c[0],c[3])).normalize().multiplyScalar(1e-4);return d.position.add(h),d}))();return this.children.includes(this.buttonMesh)||(this.add(e),this.buttonMesh=e),e})}getImageTexture(e){return X(this,null,function*(){var o,s;if((o=this.ImageTextureMap)!=null&&o.has(e))return this.ImageTextureMap.get(e);const n=yield Ui(e);return(s=this.ImageTextureMap)==null||s.set(e,n),n})}getVideoTexture(e){var o,s;if((o=this.videoTextureMap)!=null&&o.has(e))return this.videoTextureMap.get(e);const n=XA(e);return(s=this.videoTextureMap)==null||s.set(e,n),n}}function Se(i,t){this._camera=i||null,this._domElement=t||document,this._raycaster=new E.Raycaster,this._selected=null,this._boundObjs={};var e=this;this._$onClick=function(){e._onClick.apply(e,arguments)},this._$onDblClick=function(){e._onDblClick.apply(e,arguments)},this._$onMouseMove=function(){e._onMouseMove.apply(e,arguments)},this._$onMouseDown=function(){e._onMouseDown.apply(e,arguments)},this._$onMouseUp=function(){e._onMouseUp.apply(e,arguments)},this._$onTouchMove=function(){e._onTouchMove.apply(e,arguments)},this._$onTouchStart=function(){e._onTouchStart.apply(e,arguments)},this._$onTouchEnd=function(){e._onTouchEnd.apply(e,arguments)},this._$onContextmenu=function(){e._onContextmenu.apply(e,arguments)},this._domElement.addEventListener("click",this._$onClick,!1),this._domElement.addEventListener("dblclick",this._$onDblClick,!1),this._domElement.addEventListener("mousemove",this._$onMouseMove,!1),this._domElement.addEventListener("mousedown",this._$onMouseDown,!1),this._domElement.addEventListener("mouseup",this._$onMouseUp,!1),this._domElement.addEventListener("touchmove",this._$onTouchMove,!1),this._domElement.addEventListener("touchstart",this._$onTouchStart,!1),this._domElement.addEventListener("touchend",this._$onTouchEnd,!1),this._domElement.addEventListener("contextmenu",this._$onContextmenu,!1)}Se.prototype.destroy=function(){this._domElement.removeEventListener("click",this._$onClick,!1),this._domElement.removeEventListener("dblclick",this._$onDblClick,!1),this._domElement.removeEventListener("mousemove",this._$onMouseMove,!1),this._domElement.removeEventListener("mousedown",this._$onMouseDown,!1),this._domElement.removeEventListener("mouseup",this._$onMouseUp,!1),this._domElement.removeEventListener("touchmove",this._$onTouchMove,!1),this._domElement.removeEventListener("touchstart",this._$onTouchStart,!1),this._domElement.removeEventListener("touchend",this._$onTouchEnd,!1),this._domElement.removeEventListener("contextmenu",this._$onContextmenu,!1)};Se.eventNames=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","contextmenu","touchstart","touchend"];Se.prototype._getRelativeMouseXY=function(i){var t=i.target||i.srcElement;t.nodeType===3&&(t=t.parentNode);var e={x:0,y:0},n=t,o=getComputedStyle(n,null);e.y+=parseInt(o.getPropertyValue("padding-top"),10),e.x+=parseInt(o.getPropertyValue("padding-left"),10);do e.x+=n.offsetLeft,e.y+=n.offsetTop,o=getComputedStyle(n,null),e.x+=parseInt(o.getPropertyValue("border-left-width"),10),e.y+=parseInt(o.getPropertyValue("border-top-width"),10);while(n=n.offsetParent);var s={width:t===window?window.innerWidth:t.offsetWidth,height:t===window?window.innerHeight:t.offsetHeight};return{x:Number((i.pageX-e.x)/s.width)*2-1,y:-((i.pageY-e.y)/s.height)*2+1}};Se.prototype._objectCtxInit=function(i){i._3xDomEvent={}};Se.prototype._objectCtxDeinit=function(i){delete i._3xDomEvent};Se.prototype._objectCtxIsInit=function(i){return!!i._3xDomEvent};Se.prototype._objectCtxGet=function(i){return i._3xDomEvent};Se.prototype.camera=function(i){return i&&(this._camera=i),this._camera};Se.prototype.bind=function(i,t,e,n){console.assert(Se.eventNames.indexOf(t)!==-1,"not available events:"+t),this._objectCtxIsInit(i)||this._objectCtxInit(i);var o=this._objectCtxGet(i);o[t+"Handlers"]||(o[t+"Handlers"]=[]),o[t+"Handlers"].push({callback:e,useCapture:n}),this._boundObjs[t]===void 0&&(this._boundObjs[t]=[]),this._boundObjs[t].push(i)};Se.prototype.addEventListener=Se.prototype.bind;Se.prototype.unbind=function(i,t,e,n){console.assert(Se.eventNames.indexOf(t)!==-1,"not available events:"+t),this._objectCtxIsInit(i)||this._objectCtxInit(i);var o=this._objectCtxGet(i);o[t+"Handlers"]||(o[t+"Handlers"]=[]);for(var s=o[t+"Handlers"],r=0;r<s.length;r++){var a=s[r];if(e==a.callback&&n==a.useCapture){s.splice(r,1);break}}var l=this._boundObjs[t].indexOf(i);this._boundObjs[t].splice(l,1)};Se.prototype.removeEventListener=Se.prototype.unbind;Se.prototype._bound=function(i,t){var e=this._objectCtxGet(t);return e?!!e[i+"Handlers"]:!1};Se.prototype._onMove=function(i,t,e,n){var o=this._boundObjs[i];if(!(o===void 0||o.length===0)){var s=new E.Vector2;s.set(t,e),this._raycaster.setFromCamera(s,this._camera);var r=this._raycaster.intersectObjects(o),a=this._selected;if(r.length>0){var l,c,d,h=r[0],u=h.object;this._selected=u,d=this._bound("mousemove",u),a!=u&&(l=this._bound("mouseover",u),c=a&&this._bound("mouseout",a))}else c=a&&this._bound("mouseout",a),this._selected=null;d&&this._notify("mousemove",u,n,h),l&&this._notify("mouseover",u,n,h),c&&this._notify("mouseout",a,n,h)}};Se.prototype._onEvent=function(i,t,e,n){var o=this._boundObjs[i];if(!(o===void 0||o.length===0)){var s=new E.Vector2;s.set(t,e),this._raycaster.setFromCamera(s,this._camera);var r=this._raycaster.intersectObjects(o,!0);if(r.length!==0){for(var a=r[0],l=a.object,c=this._objectCtxGet(l),d=l.parent;typeof c=="undefined"&&d;)c=this._objectCtxGet(d),d=d.parent;c&&this._notify(i,l,n,a)}}};Se.prototype._notify=function(i,t,e,n){var o=this._objectCtxGet(t),s=o?o[i+"Handlers"]:null;if(!o||!s||s.length===0){t.parent&&this._notify(i,t.parent,e,n);return}for(var s=o[i+"Handlers"],r=0;r<s.length;r++){var a=s[r],l=!0;a.callback({type:i,target:t,origDomEvent:e,intersect:n,stopPropagation:function(){l=!1}}),l&&a.useCapture===!1&&t.parent&&this._notify(i,t.parent,e,n)}};Se.prototype._onMouseDown=function(i){return this._onMouseEvent("mousedown",i)};Se.prototype._onMouseUp=function(i){return this._onMouseEvent("mouseup",i)};Se.prototype._onMouseEvent=function(i,t){var e=this._getRelativeMouseXY(t);this._onEvent(i,e.x,e.y,t)};Se.prototype._onMouseMove=function(i){var t=this._getRelativeMouseXY(i);this._onMove("mousemove",t.x,t.y,i),this._onMove("mouseover",t.x,t.y,i),this._onMove("mouseout",t.x,t.y,i)};Se.prototype._onClick=function(i){this._onMouseEvent("click",i)};Se.prototype._onDblClick=function(i){this._onMouseEvent("dblclick",i)};Se.prototype._onContextmenu=function(i){this._onMouseEvent("contextmenu",i)};Se.prototype._onTouchStart=function(i){return this._onTouchEvent("touchstart",i)};Se.prototype._onTouchEnd=function(i){return this._onTouchEvent("touchend",i)};Se.prototype._onTouchMove=function(i){if(i.touches.length==1){var t=Number(i.touches[0].pageX/window.innerWidth)*2-1,e=-(i.touches[0].pageY/window.innerHeight)*2+1;this._onMove("mousemove",t,e,i),this._onMove("mouseover",t,e,i),this._onMove("mouseout",t,e,i)}};Se.prototype._onTouchEvent=function(i,t){var e=t.touches;if(e.length==0&&(e=t.changedTouches),e.length==1){var n=Number(e[0].pageX/window.innerWidth)*2-1,o=-(e[0].pageY/window.innerHeight)*2+1;this._onEvent(i,n,o,t)}};class JA extends Se{constructor(e){super(e.camera,e.getElement());f(this,"mouseInfo");f(this,"clickHandlerMap",new Map);const n=()=>this.preventWhenMouseDown();e.on("wantsMoveToPano",n),e.on("wantsTapGesture",n)}addAutoBindEventListener(...e){const n=e[0];n.addEventListener("added",()=>{this.addEventListener(...e)}),n.addEventListener("removed",()=>{this.removeEventListener(...e)}),n.addEventListener("dispose",()=>{this.removeEventListener(...e)})}addEventListener(e,n,o,s){const r=d=>{if(Qi(e)===!1){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo={x:h.clientX,y:h.clientY,isDown:!0,mouseDownTimestamp:Date.now()}},a=d=>{if(Qi(e)===!1){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo&&(this.mouseInfo.isDown&&this.mouseInfo.x===h.clientX&&this.mouseInfo.y===h.clientY&&Date.now()-this.mouseInfo.mouseDownTimestamp<400&&o(h),this.mouseInfo=void 0)},l=d=>{if(Qi(e)===!1){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo={x:Math.floor(h.touches[0].clientX),y:Math.floor(h.touches[0].clientY),isDown:!0,mouseDownTimestamp:Date.now()}},c=d=>{if(Qi(e)===!1){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo&&(this.mouseInfo.isDown&&this.mouseInfo.x===Math.floor(h.changedTouches[h.changedTouches.length-1].clientX)&&this.mouseInfo.y===Math.floor(h.changedTouches[h.changedTouches.length-1].clientY)&&Date.now()-this.mouseInfo.mouseDownTimestamp<400&&o(h),this.mouseInfo=void 0)};n==="click"?(super.addEventListener(e,"mousedown",r,s),super.addEventListener(e,"mouseup",a,s),super.addEventListener(e,"touchstart",l,s),super.addEventListener(e,"touchend",c,s),this.clickHandlerMap.set(o,{mousedown:r,mouseup:a,touchstart:l,touchend:c})):super.addEventListener(e,n,o,s)}removeEventListener(e,n,o,s){if(n==="click"){const r=this.clickHandlerMap.get(o);r&&(super.removeEventListener(e,"mousedown",r.mousedown,s),super.removeEventListener(e,"mouseup",r.mouseup,s),super.removeEventListener(e,"touchstart",r.touchstart,s),super.removeEventListener(e,"touchend",r.touchend,s),this.clickHandlerMap.delete(o))}else super.removeEventListener(e,n,o,s)}preventWhenMouseDown(){var e;if((e=this.mouseInfo)!=null&&e.isDown)return!1}}function Qi(i){return i?i.visible===!1?!1:Qi(i.parent):!0}class ZA extends FA{constructor(e){super(e);f(this,"tags",[]);f(this,"config",GA);f(this,"mediaStore",ca({currentMediaElement:null}));f(this,"css3DRenderPlugin");f(this,"store",{disposers:[],disposed:!1,resizeObserverDisposerAdding:!1,css3DRenderDisposer:new Map});f(this,"domEvents",new JA(this.five));f(this,"mouseInfo");f(this,"preventWhenMouseDown",()=>{var e;if((e=this.mouseInfo)!=null&&e.isDown)return!1});this.five.on("wantsMoveToPano",this.preventWhenMouseDown),this.five.on("wantsTapGesture",this.preventWhenMouseDown),this.mediaStore.subscribe(({currentMediaElement:n})=>{this.tags.forEach(o=>{var s;if(o.mediaPlane instanceof qr&&n!==o.mediaPlane.videoInstance){if(!((s=o.mediaPlane.videoInstance)!=null&&s.src)||n===o.mediaPlane.videoInstance)return;o.mediaPlane.pause()}})}),this.store.disposers.push(()=>{this.five.off("wantsMoveToPano",this.preventWhenMouseDown),this.five.off("wantsTapGesture",this.preventWhenMouseDown)})}get isPanorama(){return this.five.currentMode==="Panorama"}getTagById(e){const n=this.tags.find(o=>o.id===e);if(!n){console.warn(`error: can not find tag id ${e} by getTagById()`);return}return n}pauseCurrentMedia(){this.mediaStore.set({currentMediaElement:null})}getTagConfig(e){var s,r;if(!e)return(s=this.config.globalConfig)!=null?s:{};const n={};this.config.contentTypeConfig&&Object.keys(this.config.contentTypeConfig).forEach(a=>{const l=a;if(n[l])return;const c=l.split("-");if(c.length===1){const[d]=c;e.contentType===d&&(n[l]=this.config.contentTypeConfig[l])}if(c.length===2){const[d="Any",h="Any"]=c;(e.stickType===d||d==="Any")&&(e.contentType===h||h==="Any")&&(n[l]=this.config.contentTypeConfig[l])}if(c.length===3){const[d="Any",h,u]=c;if(h==="Audio"&&e.contentType==="Audio"){const m=e;(m.stickType===d||d==="Any")&&m.data.appearance===u&&(n[l]=this.config.contentTypeConfig[l])}}});const o=Ye({},this.config.globalConfig,...Object.values(n),e.config);return typeof o.unfoldedConfig=="object"&&(o.unfoldedConfig.disableFold&&(o.unfoldedConfig={keep:"unfolded"}),o.unfoldedConfig.disableUnfold&&(o.unfoldedConfig={keep:"folded"}),o.unfoldedConfig.keep&&(o.unfoldedConfig={keep:o.unfoldedConfig.keep})),typeof o.visibleConfig=="object"&&o.visibleConfig.keep&&(o.visibleConfig={keep:o.visibleConfig.keep,visibleFiveMode:(r=o.visibleConfig)==null?void 0:r.visibleFiveMode}),o}loadVideoFirstFrame(){WA&&this.hooks.emit("loadVideoFirstFrame")}updateTagConfig(e){e!=null&&e.force&&this.clearCache(),this.tags.forEach(n=>{const o=this.getTagConfig(n);n.mergedConfig=o,n.data=Ye({},n.data,o.initialData)})}can(e,n){const o=n,s=this.getTagConfig(o);if(!s||typeof s!="object")return!0;if(e==="show"||e==="hide"){if(!s.visibleConfig||typeof s.visibleConfig!="object")return!0;if(e==="show"&&s.visibleConfig.keep==="hidden"||e==="hide"&&(s.visibleConfig.keep==="visible"||s.visibleConfig.alwaysShowWhenMovePano))return!1}if(e==="fold"||e==="unfold"){if(!s.unfoldedConfig||typeof s.unfoldedConfig!="object")return!0;if(e==="fold"&&s.unfoldedConfig.keep==="unfolded"||e==="unfold"&&s.unfoldedConfig.keep==="folded")return!1}return!0}getRenderType(e){const n=(()=>{if(e.stickType==="3DPoint")return"Dom";const o=this.getTagConfig(e);if(!o||typeof o!="object"||!o.renderType)return;const s=e.data.mediaData;if(!(!s||s.length===0)&&o.renderType==="Mesh"){if(zA(e)){if(s.length===1&&(s[0].type==="Image"||s[0].type==="Video"))return"Mesh"}else if(pt(e))return s.length===1&&s[0].type==="Image"?"Mesh":"BehindDom"}})();return n!=null?n:"Dom"}getAngle(e,n){var r,a;const o=n!=null?n:this.five.getCurrentState().panoIndex;if(o===void 0)throw new Error(`getDistance(): fivePanoIndex is ${o}`);const s=this.getCache({panoIndex:n,id:e.id});if(s.angle!==void 0)return s.angle;{const l=(a=(r=this.five.work)==null?void 0:r.observers[o])==null?void 0:a.position;if(l===void 0)throw new Error(`getAngleRange(): observerPosition is ${l}`);const c=(()=>e.stickType==="3DPoint"?Ni(e.normal):yr(e.position))();if(!c)return;const d=$o(e.position);if(!d)return;const h=new E.Vector3().copy(l).sub(d),u=c.angleTo(h)*180/Math.PI;return s.angle=u,s.angle}}getDistance(e,n){var r,a;const o=n!=null?n:this.five.getCurrentState().panoIndex;if(o===void 0)throw new Error(`getDistance(): fivePanoIndex is ${o}`);const s=this.getCache({panoIndex:n,id:e.id});if(s.distance!==void 0)return s.distance;{const l=(a=(r=this.five.work)==null?void 0:r.observers[o])==null?void 0:a.position;if(l===void 0)throw new Error(`getDistance(): observerPosition is ${l}`);const c=Th(e);if(!c)return-1;const d=l.distanceTo(c);return s.distance=d,d}}getPositions(e){if(SA(e))return e.position;if(pt(e))return e.data.mediaPosition;const n=e;return VA(this.five.camera.position,xt(n.position),xt(n.normal))}addObjectClickHandler(e,n,o){if(!n||!this.domEvents)return()=>{};const s=()=>!(!e.state.visible||!this.state.visible||pt(e)&&!e.mediaVisible),r=d=>{if(!s()){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo={x:h.clientX,y:h.clientY,isDown:!0,mouseDownTimestamp:Date.now()}},a=d=>{if(!s()){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo&&(this.mouseInfo.isDown&&this.mouseInfo.x===h.clientX&&this.mouseInfo.y===h.clientY&&Date.now()-this.mouseInfo.mouseDownTimestamp<400&&o(h),this.mouseInfo=void 0)},l=d=>{if(!s()){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo={x:Math.floor(h.touches[0].clientX),y:Math.floor(h.touches[0].clientY),isDown:!0,mouseDownTimestamp:Date.now()}},c=d=>{if(!s()){this.mouseInfo=void 0;return}const h=d.origDomEvent;this.mouseInfo&&(this.mouseInfo.isDown&&this.mouseInfo.x===Math.floor(h.changedTouches[h.changedTouches.length-1].clientX)&&this.mouseInfo.y===Math.floor(h.changedTouches[h.changedTouches.length-1].clientY)&&Date.now()-this.mouseInfo.mouseDownTimestamp<400&&o(h),this.mouseInfo=void 0)};return this.domEvents.addEventListener(n,"mousedown",r,!1),this.domEvents.addEventListener(n,"mouseup",a,!1),this.domEvents.addEventListener(n,"touchstart",l,!1),this.domEvents.addEventListener(n,"touchend",c,!1),()=>{this.domEvents&&(this.mouseInfo=void 0,this.domEvents.removeEventListener(n,"mousedown",r),this.domEvents.removeEventListener(n,"mouseup",a),this.domEvents.removeEventListener(n,"touchstart",l),this.domEvents.removeEventListener(n,"touchend",c))}}getTagNormal(e){if(e.normal)return xt(e.normal);if(e.stickType==="Plane")return yr(e.position);if(e.stickType==="Model")return yr(this.getPositions(e))}get filterPointTag(){return this.tags.filter(e=>e.stickType==="2DPoint"||e.stickType==="3DPoint").filter(e=>e.position)}get filter2DPointTag(){return this.tags.filter(e=>e.stickType==="2DPoint").filter(e=>e.position)}get filter3DPointTag(){return this.tags.filter(e=>e.stickType==="3DPoint").filter(e=>e.position)}get filterImagePlane(){return this.tags.filter(e=>e.contentType==="MediaPlane"&&e.stickType==="Plane"&&this.getRenderType(e)==="Mesh")}get filterMediaModel(){return this.tags.filter(e=>e.stickType==="Model"&&e.contentType==="MediaModel")}get filterModelTag(){return this.tags.filter(e=>e.stickType==="Model")}get filterCSS3DTag(){return this.tags.filter(n=>n.stickType==="3DPoint"||n.stickType==="Plane"||n.stickType==="Model"&&n.contentType==="MediaModel").filter(n=>{const o=this.getRenderType(n);return o==="BehindDom"||o==="Dom"})}checkDisposed(){return this.store.disposed?(console.error("PanoTagPluginController has been disposed"),!0):!1}}function KA(i,t){if(!t||!i)return console.error("getFloorIndex: invalid arguments: ",{point:t,observer:i}),0;const e=[];i.forEach(o=>{var r,a;const s=(a=(r=o.floorIndex)!=null?r:o.floor_index)!=null?a:0;e[s]||(e[s]=[]),e[s].push(o.position.y)});const n=e.map(o=>o.reduce((s,r)=>s+r,0)/o.length);for(let o=n.length-1;o>0;o--)if(t.y>=n[o])return o;return 0}class $A extends ZA{constructor(e){super(e);f(this,"raycaster",new E.Raycaster)}getVisibleByPanoIndex(e,n){const o=this.getCache({panoIndex:n,id:e.id}),s=n!=null?n:this.five.getCurrentState().panoIndex;if(e.stickType==="Model")return!0;if(o.visible!==void 0)return o.visible;{const r=(()=>{var c,d,h;const a=(c=this.getTagConfig(e).visibleConfig)!=null?c:{},l=this.getDistance(e);if(typeof a=="function")return{value:a(this.five,{tag:e,distance:l}),reason:"config function result"};if(a.keep==="hidden")return{value:!1,reason:"config.keep is hidden"};if(a.keep==="visible")return{value:!0,reason:"config.keep is visible"};if(a.visiblePanoIndex!==void 0&&a.visiblePanoIndex!=="all"&&s!==void 0){if(Array.isArray(a.visiblePanoIndex)&&!a.visiblePanoIndex.includes(s))return{value:!1,reason:`current panoIndex is not included in visiblePano. currentPanoIndex: ${s}, visiblePanoIndex: ${a.visiblePanoIndex}`};if(a.visiblePanoIndex==="current"&&s!==((d=e.fiveState)==null?void 0:d.panoIndex))return{value:!1,reason:`current panoIndex is not equal to tag.panoIndex. currentPanoIndex: ${s}, tag.panoIndex: ${(h=e.fiveState)==null?void 0:h.panoIndex}`}}if(a.visibleDistance!==void 0&&a.visibleDistance!=="unLimited"&&_i(l,a.visibleDistance)===!1)return{value:!1,reason:`distance is not in visibleDistance. distance: ${l}, visibleDistance: ${a.visibleDistance}`};if(a.intersectRaycaster!==!1&&(typeof a.intersectRaycaster!="object"||a.intersectRaycaster.enabled!==!1)){if(s===void 0)return{value:!1,reason:`intersectRaycaster check failed: fivePanoIndex is ${s}`};const u=this.getRaycasterFromPanoIndex(e,s);if(!u)return{value:!1,reason:`intersectRaycaster check failed: raycaster is ${u}`};const m=this.getTagEnableByIntersect(e,u);if(m.value===!1)return m}if(a.angleRange&&MA(e)){const u=this.getAngle(e);if(_i(u,a.angleRange)===!1)return{value:!1,reason:`angle is not in angleRange. angle: ${u}, angleRange: ${a.angleRange}`}}return{value:!0,reason:"all check passed"}})();return o.visible=r.value,o.__debug_visible_reason__=r,o.visible}}getVisibleByFiveMode(e,n){const o=n!=null?n:this.five.getCurrentState().mode,s=this.getTagConfig(e).visibleConfig;if(s){if(typeof s=="object"){const r=s==null?void 0:s.visibleFiveMode;return r?r!=null&&r.includes(o)?s.followModelVisibility===!0&&(o==="Floorplan"||o==="Mapview")?this.getVisibleByFloorIndex(e):!0:!1:o==="Panorama"}else if(typeof s=="function")return n==="Panorama"}else return o==="Panorama"}getCurrentVisibleState(e){var n;return(n=this.state.visible&&e.state.visible)!=null?n:!0}getVisible(e){const n=this.five.getCurrentState(),o=this.getVisibleByFiveMode(e),s=n.mode==="Panorama"?this.getVisibleByPanoIndex(e,n.panoIndex):!0;return o&&s}getModelMedialVisibleByPanoIndex(e){if(!this.getCurrentVisibleState(e))return!1;const n=this.five.getCurrentState().panoIndex,o=this.getCache({panoIndex:n,id:e.id});if(o.modelMedialVisible!==void 0)return o.modelMedialVisible;const s=this.getRaycasterFromPanoIndex(e,n);if(!s)return!1;const r=this.getTagEnableByIntersect(e,s);return o.modelMedialVisible=r.value,o.__debug_visible_reason__=r,r.value!==!1}getUnfoldedByPanoIndex(e,n){if(!this.getVisibleByPanoIndex(e))return;const s=this.getCache({panoIndex:n,id:e.id});if(s.unfolded!==void 0)return s.unfolded;{const r=this.getTagConfig(e).unfoldedConfig;if(!r)return;const a=(()=>{const c=this.getDistance(e);if(typeof r=="function")return r(this.five,{tag:e,distance:c});if(r.keep==="folded")return!1;if(r.keep==="unfolded")return!0;if(r.unfoldDistance&&_i(c,r.unfoldDistance)===!1)return!1})();s.unfolded=a;const l=this.getUnfoldedByCamera(e);return l!==void 0?l:s.unfolded}}getUnfoldedByCamera(e){return this.getVisible(e)?(()=>{var a;const s=this.getDistance(e),r=this.getTagConfig(e).unfoldedConfig;if(r){if(typeof r=="function")return r(this.five,{tag:e,distance:s});if(r.keep==="folded")return!1;if(r.keep==="unfolded")return!0;if(r.autoUnfold===void 0||r.autoUnfold===!1||r.autoUnfold.enable===!1||!r.autoUnfold.strategy)return;if(r.autoUnfold.strategy==="ScreenPostion"){const l=this.getTagProject(e);if(l&&_i(l.x,r.autoUnfold.autoUnfoldProjectX)===!1)return!1}if(r.autoUnfold.strategy==="MinimumDistance"){const d=this.filterPointTag.filter(u=>this.getVisible(u)).filter(u=>{const m=this.getTagProject(u);if(!m)return!1;const{x:g,y:v,z:A}=m;return!(Math.abs(A)>1||Math.abs(g)>1||Math.abs(v)>1)}).map(u=>({tag:u,id:u.id,tagConfig:this.getTagConfig(u).unfoldedConfig})).filter(({tag:u,tagConfig:m})=>{var g,v;return!(typeof m!="object"||m.keep||m.autoUnfold===!1||((g=m.autoUnfold)==null?void 0:g.enable)===!1||((v=m.autoUnfold)==null?void 0:v.strategy)!=="MinimumDistance")}).map(u=>ye(F({},u),{distance:this.getDistance(u.tag)})).filter(({distance:u,tagConfig:m})=>{var g,v;return!(u===void 0||typeof m!="object"||m.autoUnfold===!1||((g=m.autoUnfold)==null?void 0:g.enable)===!1||((v=m.autoUnfold)==null?void 0:v.strategy)!=="MinimumDistance"||m.autoUnfold.distance&&_i(u,m.autoUnfold.distance)===!1)}).sort((u,m)=>u.distance-m.distance).findIndex(u=>u.id===e.id);if(d===-1||d<=((a=r.autoUnfold.maxNumber)!=null?a:1)-1===!1)return!1}return!0}})():void 0}sort(e){return e.sort((n,o)=>{const s=this.getDistance(n),r=this.getDistance(o);return s===void 0||r===void 0?0:r-s})}setPointTagPosition(){const e=this.filterPointTag;e.length!==0&&e.forEach(n=>{var s;if(!((s=n.state)!=null&&s.visible)){n.pointTagStyle=null;return}const o=this.getTagProject(n);if(!o){n.pointTagStyle=null;return}n.pointTagStyle={leftPercent:(o.x+1)/2*100,topPercent:(-o.y+1)/2*100}})}setVisible(){this.tags.forEach(e=>{const n=this.getVisible(e);e.state&&(e.state.visible=n)})}setVisibleByPanoIndex(){this.tags.forEach(e=>{const n=this.getVisibleByPanoIndex(e);e.state&&(e.state.visible=n)})}setModelMedialVisible(){const e=this.five.getCurrentState().mode;this.tags.forEach(n=>{var s;if(!pt(n))return;if(!((s=n.model)!=null&&s.object)){n.mediaVisible=!1;return}const o=e==="Panorama"?this.getModelMedialVisibleByPanoIndex(n):!0;n.mediaVisible=o})}setUnfoldedByPanoIndex(){this.tags.forEach(e=>{const n=this.getUnfoldedByPanoIndex(e);if(e.state&&(n!==void 0&&(e.state.unfolded=n),n&&!e.state.visible)){const o=this.getTagConfig(e);typeof o.unfoldedConfig=="object"&&o.unfoldedConfig.autoFoldWhenHide!==!1&&(e.state.unfolded=!1)}})}getTagProject(e){if(!this.getVisible(e))return;const o=$o(e.position);if(!o)return;const{x:s,y:r,z:a}=o.project(this.five.camera);if(!(a>1))return{x:s,y:r,z:a}}getTagEnableByIntersect(e,n){var d,h,u;const o=(d=this.getTagConfig(e).visibleConfig)!=null?d:{},s=this.getDistance(e),[r]=this.five.model.intersectRaycaster(n),a=(()=>{if(!pt(e))return;const m=this.tags.filter(pt).map(v=>{var A;return(A=v.model)==null?void 0:A.object}).filter(ci);return n.intersectObjects(m,!0)[0]})(),l=(()=>{var m;return typeof o=="object"&&typeof o.intersectRaycaster=="object"&&(m=o.intersectRaycaster.distanceAccuracy)!=null?m:.01})(),c=Math.min((h=r==null?void 0:r.distance)!=null?h:1/0,(u=a==null?void 0:a.distance)!=null?u:1/0);return c+l<s?{value:!1,reason:`intersectRaycaster check failed: distance is ${s}, intersection.distance is ${r==null?void 0:r.distance}, intersection.point is ${r==null?void 0:r.point.toArray()},
565
565
  customModelIntersection.point is ${a==null?void 0:a.point.toArray()}, minIntersectionDistance is ${c}`}:{value:!0,reason:""}}getRaycasterFromPanoIndex(e,n){var a;const o=(a=this.five.work.observers[n])==null?void 0:a.position;if(o===void 0)throw new Error(`getVisible(): observerPosition is ${o}`);const s=$o(e.position);if(!s)return;const r=s.sub(o).normalize();return this.raycaster.set(o,r),this.raycaster}getVisibleByFloorIndex(e){var r,a,l,c,d,h,u;let n=0;const o=(r=e.fiveState)==null?void 0:r.panoIndex;o!==void 0?n=(a=this.five.work.observers[o])==null?void 0:a.floorIndex:n=KA(this.five.work.observers,(u=(h=(c=(l=e.model)==null?void 0:l.object)==null?void 0:c.position)!=null?h:(d=e.mediaPlane)==null?void 0:d.position)!=null?u:Th(e));const s=this.five.model.shownFloor;return s===null||s===n}}function eb(i){fe(i,"svelte-xuejcm",".line.svelte-xuejcm{position:absolute;pointer-events:none}.line.vertical.svelte-xuejcm{transform:rotate(-90deg) translate3d(0.03125rem, 0, 0.625rem);transform-origin:0 0}.line.horizontal.svelte-xuejcm{transform:translate3d(0, -0.03125rem, 0.625rem)}.straight-line.svelte-xuejcm{display:block;width:100%;height:100%;overflow:visible}")}function ec(i){let t,e,n,o,s,r,a,l=i[3]&&tc(i);return{c(){t=_("div"),e=Te("svg"),n=Te("defs"),o=Te("linearGradient"),s=Te("stop"),r=Te("stop"),l&&l.c(),w(s,"offset","25%"),w(s,"stop-color",i[5]),w(s,"stop-opacity","1"),w(r,"offset","100%"),w(r,"stop-color",i[5]),w(r,"stop-opacity","0.5"),w(o,"x1",.5),w(o,"y1",.5),w(o,"x2",i[8]),w(o,"y2",.5),w(o,"id",i[10]),w(o,"gradientUnits","userSpaceOnUse"),w(e,"class","straight-line svelte-xuejcm"),w(e,"viewBox",a="0 0 "+i[8]+" "+i[7]),w(e,"preserveAspectRatio","none"),w(t,"class","line svelte-xuejcm"),$(t,"vertical",i[9]),$(t,"horizontal",!i[9]),j(t,"width",i[8]+"px"),j(t,"height",i[7]+"px")},m(c,d){O(c,t,d),B(t,e),B(e,n),B(n,o),B(o,s),B(o,r),l&&l.m(e,null)},p(c,d){d&32&&w(s,"stop-color",c[5]),d&32&&w(r,"stop-color",c[5]),d&256&&w(o,"x2",c[8]),c[3]?l?(l.p(c,d),d&8&&k(l,1)):(l=tc(c),l.c(),k(l,1),l.m(e,null)):l&&(de(),L(l,1,1,()=>{l=null}),he()),d&384&&a!==(a="0 0 "+c[8]+" "+c[7])&&w(e,"viewBox",a),d&512&&$(t,"vertical",c[9]),d&512&&$(t,"horizontal",!c[9]),d&256&&j(t,"width",c[8]+"px"),d&128&&j(t,"height",c[7]+"px")},d(c){c&&V(t),l&&l.d()}}}function tc(i){let t,e,n,o,s;return{c(){t=Te("path"),w(t,"fill","none"),w(t,"stroke",e=i[4]?`url(#${i[10]})`:i[5]),w(t,"stroke-width",1),w(t,"d",i[6])},m(r,a){O(r,t,a),s=!0},p(r,a){i=r,(!s||a&48&&e!==(e=i[4]?`url(#${i[10]})`:i[5]))&&w(t,"stroke",e),(!s||a&64)&&w(t,"d",i[6])},i(r){s||(r&&ot(()=>{s&&(o&&o.end(1),n=Dn(t,Jo,{duration:i[2],delay:i[0],easing:sn}),n.start())}),s=!0)},o(r){n&&n.invalidate(),r&&(o=gi(t,Jo,{duration:i[2],delay:i[1],easing:sn})),s=!1},d(r){r&&V(t),r&&o&&o.end()}}}function tb(i){let t,e=i[8]&&ec(i);return{c(){e&&e.c(),t=Ee()},m(n,o){e&&e.m(n,o),O(n,t,o)},p(n,[o]){n[8]?e?e.p(n,o):(e=ec(n),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:K,o:K,d(n){e&&e.d(n),n&&V(t)}}}function nb(i,t,e){let n,o,s,r,{inDelay:a=0}=t,{outDelay:l=0}=t,{duration:c=1e3}=t,{unfolded:d}=t,{length:h}=t,{direction:u="horizontal"}=t,{useLinearColor:m=!1}=t,{color:g="white"}=t;const v=dt();return i.$$set=A=>{"inDelay"in A&&e(0,a=A.inDelay),"outDelay"in A&&e(1,l=A.outDelay),"duration"in A&&e(2,c=A.duration),"unfolded"in A&&e(3,d=A.unfolded),"length"in A&&e(11,h=A.length),"direction"in A&&e(12,u=A.direction),"useLinearColor"in A&&e(4,m=A.useLinearColor),"color"in A&&e(5,g=A.color)},i.$$.update=()=>{i.$$.dirty&4096&&e(9,n=u==="vertical"),i.$$.dirty&2048&&e(8,o=h),i.$$.dirty&2048&&e(6,r=`M0.5 0.5 H ${h}`)},e(7,s=1),[a,l,c,d,m,g,r,s,o,n,v,h,u]}class va extends ce{constructor(t){super(),le(this,t,nb,tb,ae,{inDelay:0,outDelay:1,duration:2,unfolded:3,length:11,direction:12,useLinearColor:4,color:5},eb)}}function ib(i){fe(i,"svelte-faoauy",".shadow.svelte-faoauy{position:absolute}")}function nc(i){let t,e,n,o,s;return{c(){t=_("div"),w(t,"class","shadow svelte-faoauy"),w(t,"style",e=`
566
566
  left:${bt(i[5])};
567
567
  bottom:${bt(i[6])};
@@ -578,7 +578,7 @@ void main() {
578
578
  ${i[7]?"transform: translate(-50%, -50%); left: 50%; top: 50%;":""}
579
579
  `))&&w(t,"style",e);const l=a&8160;(l||a&8168)&&j(t,"width",bt(i[3])),(l||a&8176)&&j(t,"height",bt(i[4])),(l||a&16352)&&j(t,"z-index",i[13])},i(r){s||(r&&ot(()=>{s&&(o&&o.end(1),n=Dn(t,In,{duration:i[0]}),n.start())}),s=!0)},o(r){n&&n.invalidate(),r&&(o=gi(t,In,{duration:i[1]})),s=!1},d(r){r&&V(t),r&&o&&o.end()}}}function ob(i){let t,e=i[2]&&nc(i);return{c(){e&&e.c(),t=Ee()},m(n,o){e&&e.m(n,o),O(n,t,o)},p(n,[o]){n[2]?e?(e.p(n,o),o&4&&k(e,1)):(e=nc(n),e.c(),k(e,1),e.m(t.parentNode,t)):e&&(de(),L(e,1,1,()=>{e=null}),he())},i(n){k(e)},o(n){L(e)},d(n){e&&e.d(n),n&&V(t)}}}function bt(i){return typeof i=="number"?i/16+"rem":i}function sb(i,t,e){let{inDelay:n=1e3}=t,{outDelay:o=1e3}=t,{visible:s=!0}=t,{width:r=0}=t,{height:a=0}=t,{left:l=0}=t,{bottom:c=0}=t,{center:d=!1}=t,{horizontalCenter:h=!1}=t,{verticalCenter:u=!1}=t,{blurRadius:m}=t,{spreadRadius:g}=t,{opacity:v=.15}=t,{zIndex:A=-1}=t;return i.$$set=b=>{"inDelay"in b&&e(0,n=b.inDelay),"outDelay"in b&&e(1,o=b.outDelay),"visible"in b&&e(2,s=b.visible),"width"in b&&e(3,r=b.width),"height"in b&&e(4,a=b.height),"left"in b&&e(5,l=b.left),"bottom"in b&&e(6,c=b.bottom),"center"in b&&e(7,d=b.center),"horizontalCenter"in b&&e(8,h=b.horizontalCenter),"verticalCenter"in b&&e(9,u=b.verticalCenter),"blurRadius"in b&&e(10,m=b.blurRadius),"spreadRadius"in b&&e(11,g=b.spreadRadius),"opacity"in b&&e(12,v=b.opacity),"zIndex"in b&&e(13,A=b.zIndex)},[n,o,s,r,a,l,c,d,h,u,m,g,v,A]}class Rt extends ce{constructor(t){super(),le(this,t,sb,ob,ae,{inDelay:0,outDelay:1,visible:2,width:3,height:4,left:5,bottom:6,center:7,horizontalCenter:8,verticalCenter:9,blurRadius:10,spreadRadius:11,opacity:12,zIndex:13},ib)}}function rb(){return Math.random().toString(36).slice(-6)}const Pr=rb();function ab(i){fe(i,"svelte-1b2n9wi",".text-char.svelte-1b2n9wi{display:inline-block;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}")}function ic(i,t,e){const n=i.slice();return n[18]=t[e].id,n[0]=t[e].content,n[19]=t,n[20]=e,n}function lb(i){let t,e=i[0]+"",n,o=i[20];const s=()=>i[9](t,o),r=()=>i[9](null,o);return{c(){t=_("span"),n=Oe(e),w(t,"class","text-char svelte-1b2n9wi")},m(a,l){O(a,t,l),B(t,n),s()},p(a,l){i=a,l&4&&e!==(e=i[0]+"")&&Qe(n,e),o!==i[20]&&(r(),o=i[20],s())},d(a){a&&V(t),r()}}}function cb(i){let t,e=i[20];const n=()=>i[8](t,e),o=()=>i[8](null,e);return{c(){t=_("span"),t.textContent=" ",w(t,"class","text-char svelte-1b2n9wi")},m(s,r){O(s,t,r),n()},p(s,r){i=s,e!==i[20]&&(o(),e=i[20],n())},d(s){s&&V(t),o()}}}function oc(i,t){let e,n;function o(a,l){return a[0]===a[3]?cb:lb}let s=o(t),r=s(t);return{key:i,first:null,c(){e=Ee(),r.c(),n=Ee(),this.first=e},m(a,l){O(a,e,l),r.m(a,l),O(a,n,l)},p(a,l){t=a,s===(s=o(t))&&r?r.p(t,l):(r.d(1),r=s(t),r&&(r.c(),r.m(n.parentNode,n)))},d(a){a&&V(e),r.d(a),a&&V(n)}}}function db(i){let t=[],e=new Map,n,o=i[2];const s=r=>r[18];for(let r=0;r<o.length;r+=1){let a=ic(i,o,r),l=s(a);e.set(l,t[r]=oc(l,a))}return{c(){for(let r=0;r<t.length;r+=1)t[r].c();n=Ee()},m(r,a){for(let l=0;l<t.length;l+=1)t[l]&&t[l].m(r,a);O(r,n,a)},p(r,[a]){a&14&&(o=r[2],t=Mt(t,a,s,1,r,o,e,n.parentNode,aa,oc,n,ic))},i:K,o:K,d(r){for(let a=0;a<t.length;a+=1)t[a].d(r);r&&V(n)}}}function hb(i,t,e){let n,{inDelay:o=0}=t,{outDelay:s=0}=t,{content:r}=t,{unfolded:a}=t,{isFistUnfoldedUpdate:l=!0}=t;const c=`__EMOJI_SPLIT_${Pr}__`,d=`__EMOJI_${Pr}__`,h=`__SPACE_${Pr}__`;let u,m,g=[];function v(x){const I=[],T=new RegExp(new RegExp("\\p{Regional_Indicator}\\p{Regional_Indicator}|\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?(\\u200D\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?)+|\\p{Emoji_Presentation}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?|\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)","gu"));return x.slice().replace(T,S=>`${c}${d}${S}${c}`).split(c).forEach(S=>S.startsWith(d)?I.push({id:dt(),content:S.slice(d.length)}):I.push(...S.split("").map(N=>N===" "?h:N).map(N=>({id:dt(),content:N})))),I}function A(){if(!m)return;const x=!a;m.reversed!==x&&m.reverse(),m.play()}function b(x){if(l){e(4,l=!1);return}clearTimeout(u),u=setTimeout(A,x?o:s)}function y(x){const I=function(){const T=OA(S=>x[S].getBoundingClientRect().x,[Math.min(x.length-1,10),Math.min(x.length-1,30)]);if(T>0)return T}();m=Sa({targets:x.slice(0,I).filter(ci),autoplay:!1,duration:400,scale:[.7,1],rotate:[20,0],opacity:[0,1],translateX:[4,0],translateY:[10,0],delay:Sa.stagger(50),easing:"easeInOutCubic"}),a&&m.seek(m.duration)}function C(x,I){Ke[x?"unshift":"push"](()=>{g[I]=x,e(1,g)})}function D(x,I){Ke[x?"unshift":"push"](()=>{g[I]=x,e(1,g)})}return i.$$set=x=>{"inDelay"in x&&e(5,o=x.inDelay),"outDelay"in x&&e(6,s=x.outDelay),"content"in x&&e(0,r=x.content),"unfolded"in x&&e(7,a=x.unfolded),"isFistUnfoldedUpdate"in x&&e(4,l=x.isFistUnfoldedUpdate)},i.$$.update=()=>{i.$$.dirty&1&&e(2,n=v(r)),i.$$.dirty&128&&b(a),i.$$.dirty&2&&y(g.filter(x=>!!x))},[r,g,n,h,l,o,s,a,C,D]}class Bh extends ce{constructor(t){super(),le(this,t,hb,db,ae,{inDelay:5,outDelay:6,content:0,unfolded:7,isFistUnfoldedUpdate:4},ab)}}function ub(i){fe(i,"svelte-1ogmlqq",".arrow.svelte-1ogmlqq{width:100%;height:100%;background-size:100%;transition:transform 400ms ease-in-out;cursor:pointer;pointer-events:auto}.arrow-wrapper.svelte-1ogmlqq{position:relative;width:100%;height:100%}.arrow.left.svelte-1ogmlqq{transform:rotate(0deg)}.arrow.right.svelte-1ogmlqq{transform:rotate(-180deg)}.arrow.top.svelte-1ogmlqq{transform:rotate(90deg)}.arrow.bottom.svelte-1ogmlqq{transform:rotate(-90deg)}")}function sc(i){let t,e,n,o,s,r,a,l,c,d;return e=new Rt({props:{center:!0,blurRadius:9,spreadRadius:3}}),{c(){t=_("div"),ne(e.$$.fragment),n=se(),o=_("div"),w(o,"class",s="arrow "+i[0]+" svelte-1ogmlqq"),j(o,"background-image","url("+YA+")"),w(t,"class","arrow-wrapper svelte-1ogmlqq")},m(h,u){O(h,t,u),ee(e,t,null),B(t,n),B(t,o),l=!0,c||(d=Ce(o,"click",i[5]),c=!0)},p(h,u){i=h,(!l||u&1&&s!==(s="arrow "+i[0]+" svelte-1ogmlqq"))&&w(o,"class",s)},i(h){l||(k(e.$$.fragment,h),h&&ot(()=>{l&&(a&&a.end(1),r=Dn(o,In,{duration:i[2],delay:i[3],easing:oi}),r.start())}),l=!0)},o(h){L(e.$$.fragment,h),r&&r.invalidate(),h&&(a=gi(o,In,{duration:i[2],delay:i[4],easing:oi})),l=!1},d(h){h&&V(t),te(e),h&&a&&a.end(),c=!1,d()}}}function fb(i){let t,e,n=i[1]&&sc(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[1]?n?(n.p(o,s),s&2&&k(n,1)):(n=sc(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function mb(i,t,e){let{direction:n="right"}=t,{visible:o=!0}=t,{duration:s=0}=t,{inDelay:r=0}=t,{outDelay:a=0}=t;function l(c){pi.call(this,i,c)}return i.$$set=c=>{"direction"in c&&e(0,n=c.direction),"visible"in c&&e(1,o=c.visible),"duration"in c&&e(2,s=c.duration),"inDelay"in c&&e(3,r=c.inDelay),"outDelay"in c&&e(4,a=c.outDelay)},[n,o,s,r,a,l]}let pb=class extends ce{constructor(t){super(),le(this,t,mb,fb,ae,{direction:0,visible:1,duration:2,inDelay:3,outDelay:4},ub)}};function gb(i,t,e=20,n=5){return new Promise((o,s)=>{let r=0;const a=setInterval(()=>{const l=i();t(l)?(clearInterval(a),o(l)):r>=n&&(clearInterval(a),s(l)),r++},e)})}function vb(i){fe(i,"svelte-1fuzm7v",".text.svelte-1fuzm7v{pointer-events:auto;box-sizing:border-box;display:inline-block;max-width:7.5rem;transition:transform 400ms ease-in-out;font-size:0.75rem;line-height:1.125rem;white-space:initial;cursor:pointer}.arrow.svelte-1fuzm7v{pointer-events:auto;display:inline-block;vertical-align:top;width:0.875rem;height:0.875rem;margin-left:0.125rem;margin-top:0.125rem}")}function rc(i){let t,e,n;return e=new Bh({props:{unfolded:i[0],content:i[1],inDelay:500,outDelay:i[5]}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","text svelte-1fuzm7v"),j(t,"transform",i[7])},m(o,s){O(o,t,s),ee(e,t,null),i[10](t),n=!0},p(o,s){const r={};s&1&&(r.unfolded=o[0]),s&2&&(r.content=o[1]),s&32&&(r.outDelay=o[5]),e.$set(r),s&128&&j(t,"transform",o[7])},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e),i[10](null)}}}function ac(i){let t,e,n;return e=new pb({props:{direction:i[6],visible:i[0],inDelay:600,duration:1e3}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","arrow svelte-1fuzm7v")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s&64&&(r.direction=o[6]),s&1&&(r.visible=o[0]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function Ab(i){let t,e,n,o=i[1]&&rc(i),s=i[3]<i[4]&&ac(i);return{c(){o&&o.c(),t=se(),s&&s.c(),e=Ee()},m(r,a){o&&o.m(r,a),O(r,t,a),s&&s.m(r,a),O(r,e,a),n=!0},p(r,[a]){r[1]?o?(o.p(r,a),a&2&&k(o,1)):(o=rc(r),o.c(),k(o,1),o.m(t.parentNode,t)):o&&(de(),L(o,1,1,()=>{o=null}),he()),r[3]<r[4]?s?(s.p(r,a),a&24&&k(s,1)):(s=ac(r),s.c(),k(s,1),s.m(e.parentNode,e)):s&&(de(),L(s,1,1,()=>{s=null}),he())},i(r){n||(k(o),k(s),n=!0)},o(r){L(o),L(s),n=!1},d(r){o&&o.d(r),r&&V(t),s&&s.d(r),r&&V(e)}}}function bb(i,t,e){let n,o,s,{visible:r=!1}=t,{textUnfolded:a=!1}=t,{content:l}=t,c,d=0,h=0,u=0;function m(g){Ke[g?"unshift":"push"](()=>{c=g,e(2,c)})}return i.$$set=g=>{"visible"in g&&e(0,r=g.visible),"textUnfolded"in g&&e(8,a=g.textUnfolded),"content"in g&&e(1,l=g.content)},i.$$.update=()=>{if(i.$$.dirty&7&&c&&r&&l){const{lineHeight:g}=getComputedStyle(c);e(4,u=c.offsetHeight),gb(()=>c==null?void 0:c.offsetHeight,Boolean).then(()=>{e(4,u=c.offsetHeight)}),e(3,h=Number(g.replace("px","")))}i.$$.dirty&280&&e(9,d=a?h-u:0),i.$$.dirty&512&&e(7,n=`translateY(${d}px)`),i.$$.dirty&256&&e(6,o=a?"left":"right"),i.$$.dirty&256&&e(5,s=a?450:0)},[r,l,c,h,u,s,o,n,a,d,m]}class Rh extends ce{constructor(t){super(),le(this,t,bb,Ab,ae,{visible:0,textUnfolded:8,content:1},vb)}}function yb(i){fe(i,"svelte-nlvd3x",".content.svelte-nlvd3x{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0;overflow:hidden;box-sizing:border-box;font-size:0;pointer-events:none;white-space:nowrap;font-weight:600}")}function lc(i){var d,h;let t,e,n,o,s,r,a,l,c;return t=new Rt({props:{visible:i[2],left:i[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}}),n=new va({props:{unfolded:i[2],length:i[3],outDelay:i[4]+40*Math.min((h=(d=i[6][0])==null?void 0:d.content.length)!=null?h:10,15),useLinearColor:!0}}),r=new Rh({props:{visible:i[2],textUnfolded:i[1],content:i[5]}}),{c(){ne(t.$$.fragment),e=se(),ne(n.$$.fragment),o=se(),s=_("div"),ne(r.$$.fragment),w(s,"class","content svelte-nlvd3x")},m(u,m){ee(t,u,m),O(u,e,m),ee(n,u,m),O(u,o,m),O(u,s,m),ee(r,s,null),a=!0,l||(c=[Ut(vi.call(null,s)),Ce(s,"clientWidth",i[8]),Ce(s,"click",i[7])],l=!0)},p(u,m){var b,y;const g={};m&4&&(g.visible=u[2]),m&8&&(g.left=u[3]/2+"px"),t.$set(g);const v={};m&4&&(v.unfolded=u[2]),m&8&&(v.length=u[3]),m&16&&(v.outDelay=u[4]+40*Math.min((y=(b=u[6][0])==null?void 0:b.content.length)!=null?y:10,15)),n.$set(v);const A={};m&4&&(A.visible=u[2]),m&2&&(A.textUnfolded=u[1]),m&32&&(A.content=u[5]),r.$set(A)},i(u){a||(k(t.$$.fragment,u),k(n.$$.fragment,u),k(r.$$.fragment,u),a=!0)},o(u){L(t.$$.fragment,u),L(n.$$.fragment,u),L(r.$$.fragment,u),a=!1},d(u){te(t,u),u&&V(e),te(n,u),u&&V(o),u&&V(s),te(r),l=!1,rt(c)}}}function wb(i){let t,e,n=i[0].state&&lc(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state?n?(n.p(o,s),s&1&&k(n,1)):(n=lc(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Pb(i,t,e){let n,o,s,{tag:r}=t,a,l=!1,c=[];function d(){e(1,l=!l)}const h=u=>{e(3,a=u.detail)};return i.$$set=u=>{"tag"in u&&e(0,r=u.tag)},i.$$.update=()=>{var u,m,g;i.$$.dirty&1&&e(2,n=!!((u=r.state)!=null&&u.unfolded)),i.$$.dirty&1&&e(5,o=(g=(m=r.data.title)!=null?m:r.data.text)!=null?g:""),i.$$.dirty&4&&(n||setTimeout(()=>{e(1,l=!1)},20)),i.$$.dirty&2&&e(4,s=l?450:0)},[r,l,n,a,s,o,c,d,h]}class Cb extends ce{constructor(t){super(),le(this,t,Pb,wb,ae,{tag:0},yb)}}function Ot(i){return typeof i=="number"?i/16+"rem":i}function Eb(i){fe(i,"svelte-i9wdo4",".text.svelte-i9wdo4{display:-webkit-box;display:-ms-box;display:-moz-box;position:relative;width:-moz-max-content;width:max-content;max-width:100%;-webkit-box-orient:vertical;-ms-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@keyframes svelte-i9wdo4-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.caret.svelte-i9wdo4{position:absolute;width:0.0625rem;height:100%;background-color:#fff;animation:svelte-i9wdo4-blink 1.2s infinite}.placeholder.svelte-i9wdo4{opacity:0.5}")}function Ib(i){let t;const e=i[6].default,n=hi(e,i,i[5],null);return{c(){n&&n.c()},m(o,s){n&&n.m(o,s),t=!0},p(o,s){n&&n.p&&(!t||s&32)&&fi(n,e,o,o[5],t?ui(e,o[5],s,null):mi(o[5]),null)},i(o){t||(k(n,o),t=!0)},o(o){L(n,o),t=!1},d(o){n&&n.d(o)}}}function kb(i){var s,r;let t,e,n=((s=i[3])==null?void 0:s.inputting)&&cc(),o=((r=i[3])==null?void 0:r.placeholder)&&dc(i);return{c(){n&&n.c(),t=se(),o&&o.c(),e=Ee()},m(a,l){n&&n.m(a,l),O(a,t,l),o&&o.m(a,l),O(a,e,l)},p(a,l){var c,d;(c=a[3])!=null&&c.inputting?n||(n=cc(),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null),(d=a[3])!=null&&d.placeholder?o?o.p(a,l):(o=dc(a),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null)},i:K,o:K,d(a){n&&n.d(a),a&&V(t),o&&o.d(a),a&&V(e)}}}function xb(i){let t;return{c(){t=Oe(i[2])},m(e,n){O(e,t,n)},p(e,n){n&4&&Qe(t,e[2])},i:K,o:K,d(e){e&&V(t)}}}function cc(i){let t;return{c(){t=_("div"),w(t,"class","caret svelte-i9wdo4")},m(e,n){O(e,t,n)},d(e){e&&V(t)}}}function dc(i){let t,e=i[3].placeholder+"",n;return{c(){t=_("span"),n=Oe(e),w(t,"class","placeholder svelte-i9wdo4")},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&8&&e!==(e=o[3].placeholder+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Db(i){let t,e,n,o;const s=[xb,kb,Ib],r=[];function a(l,c){return l[2]?0:l[4]?1:2}return e=a(i),n=r[e]=s[e](i),{c(){t=_("div"),n.c(),w(t,"class","text svelte-i9wdo4"),j(t,"max-width",typeof i[1]=="number"?Ot(i[1]):i[1]),j(t,"-webkit-line-clamp",i[0])},m(l,c){O(l,t,c),r[e].m(t,null),o=!0},p(l,[c]){let d=e;e=a(l),e===d?r[e].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),n=r[e],n?n.p(l,c):(n=r[e]=s[e](l),n.c()),k(n,1),n.m(t,null)),c&2&&j(t,"max-width",typeof l[1]=="number"?Ot(l[1]):l[1]),c&1&&j(t,"-webkit-line-clamp",l[0])},i(l){o||(k(n),o=!0)},o(l){L(n),o=!1},d(l){l&&V(t),r[e].d()}}}function Sb(i,t,e){let n,{$$slots:o={},$$scope:s}=t,{maxLine:r=1}=t,{maxWidth:a=null}=t,{text:l=null}=t,{edit:c=null}=t;return i.$$set=d=>{"maxLine"in d&&e(0,r=d.maxLine),"maxWidth"in d&&e(1,a=d.maxWidth),"text"in d&&e(2,l=d.text),"edit"in d&&e(3,c=d.edit),"$$scope"in d&&e(5,s=d.$$scope)},i.$$.update=()=>{i.$$.dirty&8&&e(4,n=(c==null?void 0:c.placeholder)||(c==null?void 0:c.inputting))},[r,a,l,c,n,s,o]}class Aa extends ce{constructor(t){super(),le(this,t,Sb,Db,ae,{maxLine:0,maxWidth:1,text:2,edit:3},Eb)}}function Mb(i){fe(i,"svelte-1oxrkr1",".plane__container.svelte-1oxrkr1.svelte-1oxrkr1{position:absolute;left:50%;transform:translate(-50%, -100%);width:-moz-max-content;width:max-content}.plane__wrapper.svelte-1oxrkr1.svelte-1oxrkr1{transition:transform 500ms linear, opacity 200ms linear;padding:0.625rem;background-color:rgba(0, 0, 0, 0.5);border:0.03125rem solid rgba(255, 255, 255, 0.3);border-radius:0.25rem}.unfolded.svelte-1oxrkr1 .plane__wrapper.svelte-1oxrkr1{transition-delay:200ms, 500ms;opacity:1}.folded.svelte-1oxrkr1 .plane__wrapper.svelte-1oxrkr1{opacity:0}.plane.svelte-1oxrkr1.svelte-1oxrkr1{max-width:11.75rem}.title.svelte-1oxrkr1.svelte-1oxrkr1{white-space:pre-wrap;font-weight:bold;font-size:0.75rem;line-height:1.125rem}.description.svelte-1oxrkr1.svelte-1oxrkr1{margin-top:0.25rem;white-space:pre-wrap;font-size:0.6875rem;line-height:1rem}")}function hc(i){var h,u;let t,e,n,o,s,r,a,l,c;t=new va({props:{unfolded:i[1],direction:"vertical",length:15,duration:500,inDelay:200,useLinearColor:!0}}),a=new Aa({props:{text:i[2],edit:(h=i[0].data.edit)==null?void 0:h.title}});let d=(i[0].data.description||((u=i[0].data.edit)==null?void 0:u.description))&&uc(i);return{c(){ne(t.$$.fragment),e=se(),n=_("div"),o=_("div"),s=_("div"),r=_("div"),ne(a.$$.fragment),l=se(),d&&d.c(),w(r,"class","title svelte-1oxrkr1"),w(s,"class","plane svelte-1oxrkr1"),w(o,"class","plane__wrapper svelte-1oxrkr1"),j(o,"transform",i[1]?"translateY(-15px)":"translateY(0)"),w(n,"class","plane__container svelte-1oxrkr1"),$(n,"unfolded",i[1]),$(n,"folded",i[3])},m(m,g){ee(t,m,g),O(m,e,g),O(m,n,g),B(n,o),B(o,s),B(s,r),ee(a,r,null),B(s,l),d&&d.m(s,null),c=!0},p(m,g){var b,y;const v={};g&2&&(v.unfolded=m[1]),t.$set(v);const A={};g&4&&(A.text=m[2]),g&1&&(A.edit=(b=m[0].data.edit)==null?void 0:b.title),a.$set(A),m[0].data.description||(y=m[0].data.edit)!=null&&y.description?d?(d.p(m,g),g&1&&k(d,1)):(d=uc(m),d.c(),k(d,1),d.m(s,null)):d&&(de(),L(d,1,1,()=>{d=null}),he()),g&2&&j(o,"transform",m[1]?"translateY(-15px)":"translateY(0)"),(!c||g&2)&&$(n,"unfolded",m[1]),(!c||g&8)&&$(n,"folded",m[3])},i(m){c||(k(t.$$.fragment,m),k(a.$$.fragment,m),k(d),c=!0)},o(m){L(t.$$.fragment,m),L(a.$$.fragment,m),L(d),c=!1},d(m){te(t,m),m&&V(e),m&&V(n),te(a),d&&d.d()}}}function uc(i){var o;let t,e,n;return e=new Aa({props:{text:i[0].data.description,edit:(o=i[0].data.edit)==null?void 0:o.description,maxLine:3}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","description svelte-1oxrkr1")},m(s,r){O(s,t,r),ee(e,t,null),n=!0},p(s,r){var l;const a={};r&1&&(a.text=s[0].data.description),r&1&&(a.edit=(l=s[0].data.edit)==null?void 0:l.description),e.$set(a)},i(s){n||(k(e.$$.fragment,s),n=!0)},o(s){L(e.$$.fragment,s),n=!1},d(s){s&&V(t),te(e)}}}function Lb(i){let t,e,n=i[0].state&&hc(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state?n?(n.p(o,s),s&1&&k(n,1)):(n=hc(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Tb(i,t,e){let n,o,s,{tag:r}=t;return i.$$set=a=>{"tag"in a&&e(0,r=a.tag)},i.$$.update=()=>{var a,l,c;i.$$.dirty&1&&e(1,n=!!((a=r.state)!=null&&a.unfolded)),i.$$.dirty&2&&e(3,o=!n),i.$$.dirty&1&&e(2,s=(c=(l=r.data.title)!=null?l:r.data.text)!=null?c:"")},[r,n,s,o]}class zb extends ce{constructor(t){super(),le(this,t,Tb,Lb,ae,{tag:0},Mb)}}function jb(i){let t,e;return t=new zb({props:{tag:i[0]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.tag=n[0]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Vb(i){let t,e;return t=new Cb({props:{tag:i[0]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.tag=n[0]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function _b(i){let t,e,n,o;const s=[Vb,jb],r=[];function a(l,c){return l[1]==="line"?0:l[1]==="plane"?1:-1}return~(t=a(i))&&(e=r[t]=s[t](i)),{c(){e&&e.c(),n=Ee()},m(l,c){~t&&r[t].m(l,c),O(l,n,c),o=!0},p(l,[c]){let d=t;t=a(l),t===d?~t&&r[t].p(l,c):(e&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=s[t](l),e.c()),k(e,1),e.m(n.parentNode,n)):e=null)},i(l){o||(k(e),o=!0)},o(l){L(e),o=!1},d(l){~t&&r[t].d(l),l&&V(n)}}}function Ob(i,t,e){let n,{tag:o}=t;return i.$$set=s=>{"tag"in s&&e(0,o=s.tag)},i.$$.update=()=>{var s;i.$$.dirty&1&&e(1,n=(s=o.data.appearance)!=null?s:"line")},[o,n]}class Bb extends ce{constructor(t){super(),le(this,t,Ob,_b,ae,{tag:0})}}function Rb(i){fe(i,"svelte-blgtit",".line.svelte-blgtit{width:100%;height:100%;overflow:visible;pointer-events:none}")}function fc(i){let t,e,n,o;return{c(){t=Te("path"),w(t,"fill","none"),w(t,"stroke","url(#"+i[4]+")"),w(t,"stroke-width","1"),w(t,"d","M0 21 L14 0.5 L105 0.5")},m(s,r){O(s,t,r),o=!0},p(s,r){i=s},i(s){o||(s&&ot(()=>{o&&(n&&n.end(1),e=Dn(t,Jo,{duration:i[1],delay:i[0],easing:rh}),e.start())}),o=!0)},o(s){e&&e.invalidate(),s&&(n=gi(t,Jo,{duration:i[1],delay:i[2],easing:oi})),o=!1},d(s){s&&V(t),s&&n&&n.end()}}}function Qb(i){let t,e,n,o,s,r=i[3]&&fc(i);return{c(){t=Te("svg"),e=Te("defs"),n=Te("linearGradient"),o=Te("stop"),s=Te("stop"),r&&r.c(),w(o,"offset","25%"),w(o,"stop-color","white"),w(o,"stop-opacity","1"),w(s,"offset","100%"),w(s,"stop-color","white"),w(s,"stop-opacity","0.5"),w(n,"id",i[4]),w(n,"gradientUnits","userSpaceOnUse"),w(t,"class","line svelte-blgtit"),w(t,"viewBox","0 0 105 21")},m(a,l){O(a,t,l),B(t,e),B(e,n),B(n,o),B(n,s),r&&r.m(t,null)},p(a,[l]){a[3]?r?(r.p(a,l),l&8&&k(r,1)):(r=fc(a),r.c(),k(r,1),r.m(t,null)):r&&(de(),L(r,1,1,()=>{r=null}),he())},i(a){k(r)},o(a){L(r)},d(a){a&&V(t),r&&r.d()}}}function Hb(i,t,e){let{inDelay:n=0}=t,{duration:o=1e3}=t,{outDelay:s=0}=t,{unfolded:r}=t;const a=dt();return i.$$set=l=>{"inDelay"in l&&e(0,n=l.inDelay),"duration"in l&&e(1,o=l.duration),"outDelay"in l&&e(2,s=l.outDelay),"unfolded"in l&&e(3,r=l.unfolded)},[n,o,s,r,a]}class Gb extends ce{constructor(t){super(),le(this,t,Hb,Qb,ae,{inDelay:0,duration:1,outDelay:2,unfolded:3},Rb)}}function Fb(i){fe(i,"svelte-1mgyhhn",`:root{--sc-dot-size:6px;--sc-active-dot-size:8px;--sc-dot-size-animation-time:250ms}.sc-carousel-dot__dot.svelte-1mgyhhn{background-color:var(--sc-color-rgb-light);border-radius:50%;display:inline-block;opacity:0.5;transition:opacity 100ms ease,\r
580
580
  height var(--sc-dot-size-animation-time) ease,\r
581
- width var(--sc-dot-size-animation-time) ease;cursor:pointer;-webkit-tap-highlight-color:transparent;height:var(--sc-dot-size);width:var(--sc-dot-size)}.sc-carousel-dot__dot.svelte-1mgyhhn:hover{opacity:0.9}.sc-carousel-dot__dot_active.svelte-1mgyhhn{opacity:0.7;height:var(--sc-active-dot-size);width:var(--sc-active-dot-size)}`)}function Wb(i){let t,e,n;return{c(){t=_("button"),w(t,"class","sc-carousel-button sc-carousel-dot__dot svelte-1mgyhhn"),$(t,"sc-carousel-dot__dot_active",i[0])},m(o,s){O(o,t,s),e||(n=Ce(t,"click",i[1]),e=!0)},p(o,[s]){s&1&&$(t,"sc-carousel-dot__dot_active",o[0])},i:K,o:K,d(o){o&&V(t),e=!1,n()}}}function Nb(i,t,e){let{active:n=!1}=t;function o(s){pi.call(this,i,s)}return i.$$set=s=>{"active"in s&&e(0,n=s.active)},[n,o]}class Xb extends ce{constructor(t){super(),le(this,t,Nb,Wb,ae,{active:0},Fb)}}function Yb(i){fe(i,"svelte-670fde",".sc-carousel-dots__container.svelte-670fde{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 30px}.sc-carousel-dots__dot-container.svelte-670fde{height:calc(var(--sc-dot-size) + 14px);width:calc(var(--sc-dot-size) + 10px);display:flex;align-items:center;justify-content:center}")}function mc(i,t,e){const n=i.slice();return n[5]=t[e],n[7]=e,n}function pc(i,t){let e,n,o,s;function r(){return t[3](t[7])}return n=new Xb({props:{active:t[1]===t[7]}}),n.$on("click",r),{key:i,first:null,c(){e=_("div"),ne(n.$$.fragment),o=se(),w(e,"class","sc-carousel-dots__dot-container svelte-670fde"),this.first=e},m(a,l){O(a,e,l),ee(n,e,null),B(e,o),s=!0},p(a,l){t=a;const c={};l&3&&(c.active=t[1]===t[7]),n.$set(c)},i(a){s||(k(n.$$.fragment,a),s=!0)},o(a){L(n.$$.fragment,a),s=!1},d(a){a&&V(e),te(n)}}}function Ub(i){let t,e=[],n=new Map,o,s=Array(i[0]);const r=a=>a[7];for(let a=0;a<s.length;a+=1){let l=mc(i,s,a),c=r(l);n.set(c,e[a]=pc(c,l))}return{c(){t=_("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","sc-carousel-dots__container svelte-670fde")},m(a,l){O(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);o=!0},p(a,[l]){l&7&&(s=Array(a[0]),de(),e=Mt(e,l,r,1,a,s,n,t,un,pc,null,mc),he())},i(a){if(!o){for(let l=0;l<s.length;l+=1)k(e[l]);o=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);o=!1},d(a){a&&V(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function qb(i,t,e){const n=cs();let{pagesCount:o=1}=t,{currentPageIndex:s=0}=t;function r(l){n("pageChange",l)}const a=l=>r(l);return i.$$set=l=>{"pagesCount"in l&&e(0,o=l.pagesCount),"currentPageIndex"in l&&e(1,s=l.currentPageIndex)},[o,s,r,a]}class Jb extends ce{constructor(t){super(),le(this,t,qb,Ub,ae,{pagesCount:0,currentPageIndex:1},Yb)}}const ai="prev",cn="next";function Zb(i){fe(i,"svelte-1bftafx",":root{--sc-arrow-size:2px}.sc-carousel-arrow__circle.svelte-1bftafx{width:20px;height:20px;border-radius:50%;background-color:var(--sc-color-rgb-light-50p);display:flex;align-items:center;justify-content:center;transition:opacity 100ms ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.sc-carousel-arrow__circle.svelte-1bftafx:hover{opacity:0.9}.sc-carousel-arrow__arrow.svelte-1bftafx{border:solid var(--sc-color-hex-dark);border-width:0 var(--sc-arrow-size) var(--sc-arrow-size) 0;padding:var(--sc-arrow-size);position:relative}.sc-carousel-arrow__arrow-next.svelte-1bftafx{transform:rotate(-45deg);left:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__arrow-prev.svelte-1bftafx{transform:rotate(135deg);right:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__circle_disabled.svelte-1bftafx,.sc-carousel-arrow__circle_disabled.svelte-1bftafx:hover{opacity:0.5}")}function Kb(i){let t,e,n,o;return{c(){t=_("button"),e=_("i"),w(e,"class","sc-carousel-arrow__arrow svelte-1bftafx"),$(e,"sc-carousel-arrow__arrow-next",i[0]===cn),$(e,"sc-carousel-arrow__arrow-prev",i[0]===ai),w(t,"class","sc-carousel-button sc-carousel-arrow__circle svelte-1bftafx"),$(t,"sc-carousel-arrow__circle_disabled",i[1])},m(s,r){O(s,t,r),B(t,e),n||(o=Ce(t,"click",i[2]),n=!0)},p(s,[r]){r&1&&$(e,"sc-carousel-arrow__arrow-next",s[0]===cn),r&1&&$(e,"sc-carousel-arrow__arrow-prev",s[0]===ai),r&2&&$(t,"sc-carousel-arrow__circle_disabled",s[1])},i:K,o:K,d(s){s&&V(t),n=!1,o()}}}function $b(i,t,e){let{direction:n=cn}=t,{disabled:o=!1}=t;function s(r){pi.call(this,i,r)}return i.$$set=r=>{"direction"in r&&e(0,n=r.direction),"disabled"in r&&e(1,o=r.disabled)},[n,o,s]}class Qh extends ce{constructor(t){super(),le(this,t,$b,Kb,ae,{direction:0,disabled:1},Zb)}}function e1(i){fe(i,"svelte-i7yfid",".sc-carousel-progress__indicator.svelte-i7yfid{height:100%;background-color:var(--sc-color-hex-dark-50p)}")}function t1(i){let t;return{c(){t=_("div"),w(t,"class","sc-carousel-progress__indicator svelte-i7yfid"),j(t,"width",i[0]+"%")},m(e,n){O(e,t,n)},p(e,[n]){n&1&&j(t,"width",e[0]+"%")},i:K,o:K,d(e){e&&V(t)}}}const gc=100;function n1(i,t,e){let n,{value:o=0}=t;return i.$$set=s=>{"value"in s&&e(1,o=s.value)},i.$$.update=()=>{i.$$.dirty&2&&e(0,n=Math.min(Math.max(o*gc,0),gc))},[n,o]}class i1 extends ce{constructor(t){super(),le(this,t,n1,t1,ae,{value:1},e1)}}function o1(i,t){i.addEventListener("mousedown",t),i.addEventListener("touchstart",t,{passive:!0})}function s1(i,t){i.removeEventListener("mousedown",t),i.removeEventListener("touchstart",t)}function r1(i,t){i.addEventListener("mouseup",t),i.addEventListener("touchend",t)}function vc(i,t){i.removeEventListener("mouseup",t),i.removeEventListener("touchend",t)}function a1(i,t){i.addEventListener("mousemove",t),i.addEventListener("touchmove",t)}function Ac(i,t){i.removeEventListener("mousemove",t),i.removeEventListener("touchmove",t)}function ba(i){return function(t,e){i.dispatchEvent(new CustomEvent(t,{detail:e}))}}const l1=110,c1=9,d1=111,h1=20;function Cr(i){if("TouchEvent"in window&&i instanceof TouchEvent){const t=i.touches[0];return{x:t?t.clientX:0,y:t?t.clientY:0}}return{x:i.clientX,y:i.clientY}}function u1(i,{thresholdProvider:t}){const e=ba(i);let n,o,s=0,r,a=!1;function l(){return Date.now()-r>=d1&&Math.abs(s)>=h1}function c(u){r=Date.now(),s=0,a=!0;const m=Cr(u);n=m.x,o=m.y,e("swipeStart",{x:n,y:o}),a1(window,d),r1(window,h)}function d(u){if(!a)return;const m=Cr(u),g=m.x-n,v=m.y-o;n=m.x,o=m.y,e("swipeMove",{x:n,y:o,dx:g,dy:v}),g!==0&&Math.sign(g)!==Math.sign(s)&&(s=0),s+=g,Math.abs(s)>t()&&(e("swipeThresholdReached",{direction:s>0?ai:cn}),vc(window,h),Ac(window,d))}function h(u){if(vc(window,h),Ac(window,d),a=!1,!l()){e("swipeFailed");return}const m=Cr(u);e("swipeEnd",{x:m.x,y:m.y})}return o1(i,c),{destroy(){s1(i,c)}}}function f1(i,t){i.addEventListener("mouseenter",t)}function m1(i,t){i.removeEventListener("mouseenter",t)}function p1(i,t){i.addEventListener("mouseleave",t)}function bc(i,t){i.removeEventListener("mouseleave",t)}function g1(i){const t=ba(i);function e(){p1(i,n),t("hovered",{value:!0})}function n(){t("hovered",{value:!1}),bc(i,n)}return f1(i,e),{destroy(){m1(i,e),bc(i,n)}}}const v1=(i,t)=>{const e=t.x-i.x,n=t.y-i.y;return Math.sqrt(e*e+n*n)};function $n(i,t,e){return Math.max(i,Math.min(t,e))}function A1(i,t){i.addEventListener("touchstart",t,{passive:!0})}function b1(i,t){i.removeEventListener("touchstart",t)}function y1(i,t){i.addEventListener("touchend",t)}function yc(i,t){i.removeEventListener("touchend",t)}function w1(i){const t=ba(i);let e=0,n={x:0,y:0};function o({tapEndedAt:a,tapEndedPos:l}){const c=a-e,d=v1(n,l);return c<=l1&&d<=c1}function s(a){e=Date.now();const l=a.touches[0];n={x:l.clientX,y:l.clientY},y1(i,r)}function r(a){yc(i,r);const l=a.changedTouches[0];o({tapEndedAt:Date.now(),tapEndedPos:{x:l.clientX,y:l.clientY}})&&t("tapped")}return A1(i,s),{destroy(){b1(i,s),yc(i,r)}}}function P1({currentParticleIndex:i,particlesCount:t,clonesCountHead:e,clonesCountTotal:n,particlesToScroll:o}){return i===t-e?0:i===0?Hh({particlesCountWithoutClones:t-n,particlesToScroll:o})-1:Math.floor((i-e)/o)}function C1({currentParticleIndex:i,particlesToScroll:t}){return Math.ceil(i/t)}function E1({currentParticleIndex:i,particlesCount:t,clonesCountHead:e,clonesCountTotal:n,infinite:o,particlesToScroll:s}){return o?P1({currentParticleIndex:i,particlesCount:t,clonesCountHead:e,clonesCountTotal:n,particlesToScroll:s}):C1({currentParticleIndex:i,particlesToScroll:s})}function Hh({particlesCountWithoutClones:i,particlesToScroll:t}){return Math.ceil(i/t)}function I1({particlesCountWithoutClones:i,particlesToScroll:t,particlesToShow:e}){const n=Gh({particlesCountWithoutClones:i,particlesToScroll:t,particlesToShow:e});return Math.ceil(i/t)-n}function k1({infinite:i,particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:n}){return i?Hh({particlesCountWithoutClones:t,particlesToScroll:e}):I1({particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:n})}function x1({pageIndex:i,clonesCountHead:t,clonesCountTail:e,particlesToScroll:n,particlesCount:o}){return $n(0,Math.min(t+i*n,o-e),o-1)}function D1({pageIndex:i,particlesToScroll:t,particlesCount:e,particlesToShow:n}){return $n(0,Math.min(i*t,e-n),e-1)}function Er({infinite:i,pageIndex:t,clonesCountHead:e,clonesCountTail:n,particlesToScroll:o,particlesCount:s,particlesToShow:r}){return i?x1({pageIndex:t,clonesCountHead:e,clonesCountTail:n,particlesToScroll:o,particlesCount:s}):D1({pageIndex:t,particlesToScroll:o,particlesCount:s,particlesToShow:r})}function S1({particlesContainerChildren:i,particleWidth:t}){for(let e=0;e<i.length;e++)i[e].style.minWidth=`${t}px`,i[e].style.maxWidth=`${t}px`}function Gh({particlesToScroll:i,particlesToShow:t,particlesCountWithoutClones:e}){const n=i-t;let o=t;for(;;){const s=e-o-n;if(s<t)return Math.max(s,0);o+=t+n}}function M1(i){return new ResizeObserver(t=>{i({width:t[0].contentRect.width})})}function L1({clonesCountHead:i,clonesCountTail:t,particlesContainerChildren:e}){const n=[];for(let r=0;r<t;r++)n.push(e[r].cloneNode(!0));const o=[],s=e.length;for(let r=s-1;r>s-1-i;r--)o.push(e[r].cloneNode(!0));return{clonesToAppend:n,clonesToPrepend:o}}function T1({particlesContainer:i,clonesToAppend:t,clonesToPrepend:e}){for(let n=0;n<t.length;n++)i.append(t[n]);for(let n=0;n<e.length;n++)i.prepend(e[n])}function z1({infinite:i,particlesToShow:t,partialPageSize:e}){const n=i?{head:Math.ceil(e||t),tail:Math.ceil(t)}:{head:0,tail:0};return ye(F({},n),{total:n.head+n.tail})}const Wi=(i,t,e)=>{if(i&&i.hasOwnProperty(t))return i[t];if(e===void 0)throw new Error(`Required arg "${t}" was not provided`);return e},Jr=i=>t=>{i[t]&&i[t]()};var j1="Expected a function",Fh="__lodash_hash_undefined__",Wh=1/0,V1="[object Function]",_1="[object GeneratorFunction]",O1="[object Symbol]",B1=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,R1=/^\w*$/,Q1=/^\./,H1=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,G1=/[\\^$.*+?()[\]{}|]/g,F1=/\\(\\)?/g,W1=/^\[object .+?Constructor\]$/,N1=typeof yt=="object"&&yt&&yt.Object===Object&&yt,X1=typeof self=="object"&&self&&self.Object===Object&&self,ya=N1||X1||Function("return this")();function Y1(i,t){return i==null?void 0:i[t]}function U1(i){var t=!1;if(i!=null&&typeof i.toString!="function")try{t=!!(i+"")}catch(e){}return t}var q1=Array.prototype,J1=Function.prototype,Nh=Object.prototype,Ir=ya["__core-js_shared__"],wc=function(){var i=/[^.]+$/.exec(Ir&&Ir.keys&&Ir.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""}(),Xh=J1.toString,wa=Nh.hasOwnProperty,Yh=Nh.toString,Z1=RegExp("^"+Xh.call(wa).replace(G1,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Pc=ya.Symbol,K1=q1.splice,$1=Uh(ya,"Map"),Zi=Uh(Object,"create"),Cc=Pc?Pc.prototype:void 0,Ec=Cc?Cc.toString:void 0;function kn(i){var t=-1,e=i?i.length:0;for(this.clear();++t<e;){var n=i[t];this.set(n[0],n[1])}}function ey(){this.__data__=Zi?Zi(null):{}}function ty(i){return this.has(i)&&delete this.__data__[i]}function ny(i){var t=this.__data__;if(Zi){var e=t[i];return e===Fh?void 0:e}return wa.call(t,i)?t[i]:void 0}function iy(i){var t=this.__data__;return Zi?t[i]!==void 0:wa.call(t,i)}function oy(i,t){var e=this.__data__;return e[i]=Zi&&t===void 0?Fh:t,this}kn.prototype.clear=ey;kn.prototype.delete=ty;kn.prototype.get=ny;kn.prototype.has=iy;kn.prototype.set=oy;function Ai(i){var t=-1,e=i?i.length:0;for(this.clear();++t<e;){var n=i[t];this.set(n[0],n[1])}}function sy(){this.__data__=[]}function ry(i){var t=this.__data__,e=As(t,i);if(e<0)return!1;var n=t.length-1;return e==n?t.pop():K1.call(t,e,1),!0}function ay(i){var t=this.__data__,e=As(t,i);return e<0?void 0:t[e][1]}function ly(i){return As(this.__data__,i)>-1}function cy(i,t){var e=this.__data__,n=As(e,i);return n<0?e.push([i,t]):e[n][1]=t,this}Ai.prototype.clear=sy;Ai.prototype.delete=ry;Ai.prototype.get=ay;Ai.prototype.has=ly;Ai.prototype.set=cy;function Ln(i){var t=-1,e=i?i.length:0;for(this.clear();++t<e;){var n=i[t];this.set(n[0],n[1])}}function dy(){this.__data__={hash:new kn,map:new($1||Ai),string:new kn}}function hy(i){return bs(this,i).delete(i)}function uy(i){return bs(this,i).get(i)}function fy(i){return bs(this,i).has(i)}function my(i,t){return bs(this,i).set(i,t),this}Ln.prototype.clear=dy;Ln.prototype.delete=hy;Ln.prototype.get=uy;Ln.prototype.has=fy;Ln.prototype.set=my;function As(i,t){for(var e=i.length;e--;)if(Iy(i[e][0],t))return e;return-1}function py(i,t){t=by(t,i)?[t]:Ay(t);for(var e=0,n=t.length;i!=null&&e<n;)i=i[Cy(t[e++])];return e&&e==n?i:void 0}function gy(i){if(!Jh(i)||wy(i))return!1;var t=ky(i)||U1(i)?Z1:W1;return t.test(Ey(i))}function vy(i){if(typeof i=="string")return i;if(Ca(i))return Ec?Ec.call(i):"";var t=i+"";return t=="0"&&1/i==-Wh?"-0":t}function Ay(i){return qh(i)?i:Py(i)}function bs(i,t){var e=i.__data__;return yy(t)?e[typeof t=="string"?"string":"hash"]:e.map}function Uh(i,t){var e=Y1(i,t);return gy(e)?e:void 0}function by(i,t){if(qh(i))return!1;var e=typeof i;return e=="number"||e=="symbol"||e=="boolean"||i==null||Ca(i)?!0:R1.test(i)||!B1.test(i)||t!=null&&i in Object(t)}function yy(i){var t=typeof i;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?i!=="__proto__":i===null}function wy(i){return!!wc&&wc in i}var Py=Pa(function(i){i=Dy(i);var t=[];return Q1.test(i)&&t.push(""),i.replace(H1,function(e,n,o,s){t.push(o?s.replace(F1,"$1"):n||e)}),t});function Cy(i){if(typeof i=="string"||Ca(i))return i;var t=i+"";return t=="0"&&1/i==-Wh?"-0":t}function Ey(i){if(i!=null){try{return Xh.call(i)}catch(t){}try{return i+""}catch(t){}}return""}function Pa(i,t){if(typeof i!="function"||t&&typeof t!="function")throw new TypeError(j1);var e=function(){var n=arguments,o=t?t.apply(this,n):n[0],s=e.cache;if(s.has(o))return s.get(o);var r=i.apply(this,n);return e.cache=s.set(o,r),r};return e.cache=new(Pa.Cache||Ln),e}Pa.Cache=Ln;function Iy(i,t){return i===t||i!==i&&t!==t}var qh=Array.isArray;function ky(i){var t=Jh(i)?Yh.call(i):"";return t==V1||t==_1}function Jh(i){var t=typeof i;return!!i&&(t=="object"||t=="function")}function xy(i){return!!i&&typeof i=="object"}function Ca(i){return typeof i=="symbol"||xy(i)&&Yh.call(i)==O1}function Dy(i){return i==null?"":vy(i)}function Sy(i,t,e){var n=i==null?void 0:py(i,t);return n===void 0?e:n}var To=Sy,es={},My={get exports(){return es},set exports(i){es=i}};(function(i,t){var e=200,n="__lodash_hash_undefined__",o=9007199254740991,s="[object Arguments]",r="[object Array]",a="[object Boolean]",l="[object Date]",c="[object Error]",d="[object Function]",h="[object GeneratorFunction]",u="[object Map]",m="[object Number]",g="[object Object]",v="[object Promise]",A="[object RegExp]",b="[object Set]",y="[object String]",C="[object Symbol]",D="[object WeakMap]",x="[object ArrayBuffer]",I="[object DataView]",T="[object Float32Array]",S="[object Float64Array]",N="[object Int8Array]",U="[object Int16Array]",G="[object Int32Array]",z="[object Uint8Array]",H="[object Uint8ClampedArray]",R="[object Uint16Array]",J="[object Uint32Array]",q=/[\\^$.*+?()[\]{}|]/g,Y=/\w*$/,Z=/^\[object .+?Constructor\]$/,re=/^(?:0|[1-9]\d*)$/,ie={};ie[s]=ie[r]=ie[x]=ie[I]=ie[a]=ie[l]=ie[T]=ie[S]=ie[N]=ie[U]=ie[G]=ie[u]=ie[m]=ie[g]=ie[A]=ie[b]=ie[y]=ie[C]=ie[z]=ie[H]=ie[R]=ie[J]=!0,ie[c]=ie[d]=ie[D]=!1;var Ae=typeof yt=="object"&&yt&&yt.Object===Object&&yt,we=typeof self=="object"&&self&&self.Object===Object&&self,ge=Ae||we||Function("return this")(),je=t&&!t.nodeType&&t,ve=je&&!0&&i&&!i.nodeType&&i,Ge=ve&&ve.exports===je;function ue(p,P){return p.set(P[0],P[1]),p}function be(p,P){return p.add(P),p}function Me(p,P){for(var M=-1,W=p?p.length:0;++M<W&&P(p[M],M,p)!==!1;);return p}function me(p,P){for(var M=-1,W=P.length,Pe=p.length;++M<W;)p[Pe+M]=P[M];return p}function Ue(p,P,M,W){var Pe=-1,pe=p?p.length:0;for(W&&pe&&(M=p[++Pe]);++Pe<pe;)M=P(M,p[Pe],Pe,p);return M}function at(p,P){for(var M=-1,W=Array(p);++M<p;)W[M]=P(M);return W}function ke(p,P){return p==null?void 0:p[P]}function $e(p){var P=!1;if(p!=null&&typeof p.toString!="function")try{P=!!(p+"")}catch(M){}return P}function oe(p){var P=-1,M=Array(p.size);return p.forEach(function(W,Pe){M[++P]=[Pe,W]}),M}function Ie(p,P){return function(M){return p(P(M))}}function Re(p){var P=-1,M=Array(p.size);return p.forEach(function(W){M[++P]=W}),M}var ht=Array.prototype,Qt=Function.prototype,pt=Object.prototype,gt=ge["__core-js_shared__"],Ve=function(){var p=/[^.]+$/.exec(gt&&gt.keys&&gt.keys.IE_PROTO||"");return p?"Symbol(src)_1."+p:""}(),Be=Qt.toString,Xe=pt.hasOwnProperty,Pt=pt.toString,bi=RegExp("^"+Be.call(Xe).replace(q,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Lt=Ge?ge.Buffer:void 0,Jt=ge.Symbol,fn=ge.Uint8Array,ut=Ie(Object.getPrototypeOf,Object),Tn=Object.create,zn=pt.propertyIsEnumerable,Cs=ht.splice,yi=Object.getOwnPropertySymbols,jn=Lt?Lt.isBuffer:void 0,io=Ie(Object.keys,Object),Vn=Et(ge,"DataView"),mn=Et(ge,"Map"),Ct=Et(ge,"Promise"),_n=Et(ge,"Set"),wi=Et(ge,"WeakMap"),pn=Et(Object,"create"),Pi=lt(Vn),gn=lt(mn),Ci=lt(Ct),Ei=lt(_n),Ii=lt(wi),Zt=Jt?Jt.prototype:void 0,oo=Zt?Zt.valueOf:void 0;function Ht(p){var P=-1,M=p?p.length:0;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function Es(){this.__data__=pn?pn(null):{}}function Is(p){return this.has(p)&&delete this.__data__[p]}function ks(p){var P=this.__data__;if(pn){var M=P[p];return M===n?void 0:M}return Xe.call(P,p)?P[p]:void 0}function so(p){var P=this.__data__;return pn?P[p]!==void 0:Xe.call(P,p)}function ki(p,P){var M=this.__data__;return M[p]=pn&&P===void 0?n:P,this}Ht.prototype.clear=Es,Ht.prototype.delete=Is,Ht.prototype.get=ks,Ht.prototype.has=so,Ht.prototype.set=ki;function qe(p){var P=-1,M=p?p.length:0;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function xs(){this.__data__=[]}function Ds(p){var P=this.__data__,M=Bn(P,p);if(M<0)return!1;var W=P.length-1;return M==W?P.pop():Cs.call(P,M,1),!0}function Ss(p){var P=this.__data__,M=Bn(P,p);return M<0?void 0:P[M][1]}function Ms(p){return Bn(this.__data__,p)>-1}function Ls(p,P){var M=this.__data__,W=Bn(M,p);return W<0?M.push([p,P]):M[W][1]=P,this}qe.prototype.clear=xs,qe.prototype.delete=Ds,qe.prototype.get=Ss,qe.prototype.has=Ms,qe.prototype.set=Ls;function et(p){var P=-1,M=p?p.length:0;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function Ts(){this.__data__={hash:new Ht,map:new(mn||qe),string:new Ht}}function zs(p){return An(this,p).delete(p)}function js(p){return An(this,p).get(p)}function Vs(p){return An(this,p).has(p)}function _s(p,P){return An(this,p).set(p,P),this}et.prototype.clear=Ts,et.prototype.delete=zs,et.prototype.get=js,et.prototype.has=Vs,et.prototype.set=_s;function ft(p){this.__data__=new qe(p)}function Os(){this.__data__=new qe}function Bs(p){return this.__data__.delete(p)}function Rs(p){return this.__data__.get(p)}function Qs(p){return this.__data__.has(p)}function Hs(p,P){var M=this.__data__;if(M instanceof qe){var W=M.__data__;if(!mn||W.length<e-1)return W.push([p,P]),this;M=this.__data__=new et(W)}return M.set(p,P),this}ft.prototype.clear=Os,ft.prototype.delete=Bs,ft.prototype.get=Rs,ft.prototype.has=Qs,ft.prototype.set=Hs;function On(p,P){var M=Mi(p)||Qn(p)?at(p.length,String):[],W=M.length,Pe=!!W;for(var pe in p)(P||Xe.call(p,pe))&&!(Pe&&(pe=="length"||tr(pe,W)))&&M.push(pe);return M}function ro(p,P,M){var W=p[P];(!(Xe.call(p,P)&&uo(W,M))||M===void 0&&!(P in p))&&(p[P]=M)}function Bn(p,P){for(var M=p.length;M--;)if(uo(p[M][0],P))return M;return-1}function Tt(p,P){return p&&Si(P,Ti(P),p)}function xi(p,P,M,W,Pe,pe,xe){var De;if(W&&(De=pe?W(p,Pe,pe,xe):W(p)),De!==void 0)return De;if(!jt(p))return p;var Fe=Mi(p);if(Fe){if(De=$s(p),!P)return Js(p,De)}else{var Le=Ft(p),tt=Le==d||Le==h;if(fo(p))return Rn(p,P);if(Le==g||Le==s||tt&&!pe){if($e(p))return pe?p:{};if(De=zt(tt?{}:p),!P)return Zs(p,Tt(De,p))}else{if(!ie[Le])return pe?p:{};De=er(p,Le,xi,P)}}xe||(xe=new ft);var mt=xe.get(p);if(mt)return mt;if(xe.set(p,De),!Fe)var Ne=M?Ks(p):Ti(p);return Me(Ne||p,function(nt,Je){Ne&&(Je=nt,nt=p[Je]),ro(De,Je,xi(nt,P,M,W,Je,p,xe))}),De}function Gs(p){return jt(p)?Tn(p):{}}function Fs(p,P,M){var W=P(p);return Mi(p)?W:me(W,M(p))}function Ws(p){return Pt.call(p)}function Ns(p){if(!jt(p)||ir(p))return!1;var P=Li(p)||$e(p)?bi:Z;return P.test(lt(p))}function Xs(p){if(!co(p))return io(p);var P=[];for(var M in Object(p))Xe.call(p,M)&&M!="constructor"&&P.push(M);return P}function Rn(p,P){if(P)return p.slice();var M=new p.constructor(p.length);return p.copy(M),M}function Di(p){var P=new p.constructor(p.byteLength);return new fn(P).set(new fn(p)),P}function vn(p,P){var M=P?Di(p.buffer):p.buffer;return new p.constructor(M,p.byteOffset,p.byteLength)}function ao(p,P,M){var W=P?M(oe(p),!0):oe(p);return Ue(W,ue,new p.constructor)}function lo(p){var P=new p.constructor(p.source,Y.exec(p));return P.lastIndex=p.lastIndex,P}function Ys(p,P,M){var W=P?M(Re(p),!0):Re(p);return Ue(W,be,new p.constructor)}function Us(p){return oo?Object(oo.call(p)):{}}function qs(p,P){var M=P?Di(p.buffer):p.buffer;return new p.constructor(M,p.byteOffset,p.length)}function Js(p,P){var M=-1,W=p.length;for(P||(P=Array(W));++M<W;)P[M]=p[M];return P}function Si(p,P,M,W){M||(M={});for(var Pe=-1,pe=P.length;++Pe<pe;){var xe=P[Pe],De=W?W(M[xe],p[xe],xe,M,p):void 0;ro(M,xe,De===void 0?p[xe]:De)}return M}function Zs(p,P){return Si(p,Gt(p),P)}function Ks(p){return Fs(p,Ti,Gt)}function An(p,P){var M=p.__data__;return nr(P)?M[typeof P=="string"?"string":"hash"]:M.map}function Et(p,P){var M=ke(p,P);return Ns(M)?M:void 0}var Gt=yi?Ie(yi,Object):sr,Ft=Ws;(Vn&&Ft(new Vn(new ArrayBuffer(1)))!=I||mn&&Ft(new mn)!=u||Ct&&Ft(Ct.resolve())!=v||_n&&Ft(new _n)!=b||wi&&Ft(new wi)!=D)&&(Ft=function(p){var P=Pt.call(p),M=P==g?p.constructor:void 0,W=M?lt(M):void 0;if(W)switch(W){case Pi:return I;case gn:return u;case Ci:return v;case Ei:return b;case Ii:return D}return P});function $s(p){var P=p.length,M=p.constructor(P);return P&&typeof p[0]=="string"&&Xe.call(p,"index")&&(M.index=p.index,M.input=p.input),M}function zt(p){return typeof p.constructor=="function"&&!co(p)?Gs(ut(p)):{}}function er(p,P,M,W){var Pe=p.constructor;switch(P){case x:return Di(p);case a:case l:return new Pe(+p);case I:return vn(p,W);case T:case S:case N:case U:case G:case z:case H:case R:case J:return qs(p,W);case u:return ao(p,W,M);case m:case y:return new Pe(p);case A:return lo(p);case b:return Ys(p,W,M);case C:return Us(p)}}function tr(p,P){return P=P==null?o:P,!!P&&(typeof p=="number"||re.test(p))&&p>-1&&p%1==0&&p<P}function nr(p){var P=typeof p;return P=="string"||P=="number"||P=="symbol"||P=="boolean"?p!=="__proto__":p===null}function ir(p){return!!Ve&&Ve in p}function co(p){var P=p&&p.constructor,M=typeof P=="function"&&P.prototype||pt;return p===M}function lt(p){if(p!=null){try{return Be.call(p)}catch(P){}try{return p+""}catch(P){}}return""}function ho(p){return xi(p,!0,!0)}function uo(p,P){return p===P||p!==p&&P!==P}function Qn(p){return or(p)&&Xe.call(p,"callee")&&(!zn.call(p,"callee")||Pt.call(p)==s)}var Mi=Array.isArray;function Hn(p){return p!=null&&mo(p.length)&&!Li(p)}function or(p){return po(p)&&Hn(p)}var fo=jn||rr;function Li(p){var P=jt(p)?Pt.call(p):"";return P==d||P==h}function mo(p){return typeof p=="number"&&p>-1&&p%1==0&&p<=o}function jt(p){var P=typeof p;return!!p&&(P=="object"||P=="function")}function po(p){return!!p&&typeof p=="object"}function Ti(p){return Hn(p)?On(p):Xs(p)}function sr(){return[]}function rr(){return!1}i.exports=ho})(My,es);const Ly=es;var ts={},Ty={get exports(){return ts},set exports(i){ts=i}};(function(i,t){var e=200,n="__lodash_hash_undefined__",o=1,s=2,r=9007199254740991,a="[object Arguments]",l="[object Array]",c="[object AsyncFunction]",d="[object Boolean]",h="[object Date]",u="[object Error]",m="[object Function]",g="[object GeneratorFunction]",v="[object Map]",A="[object Number]",b="[object Null]",y="[object Object]",C="[object Promise]",D="[object Proxy]",x="[object RegExp]",I="[object Set]",T="[object String]",S="[object Symbol]",N="[object Undefined]",U="[object WeakMap]",G="[object ArrayBuffer]",z="[object DataView]",H="[object Float32Array]",R="[object Float64Array]",J="[object Int8Array]",q="[object Int16Array]",Y="[object Int32Array]",Z="[object Uint8Array]",re="[object Uint8ClampedArray]",ie="[object Uint16Array]",Ae="[object Uint32Array]",we=/[\\^$.*+?()[\]{}|]/g,ge=/^\[object .+?Constructor\]$/,je=/^(?:0|[1-9]\d*)$/,ve={};ve[H]=ve[R]=ve[J]=ve[q]=ve[Y]=ve[Z]=ve[re]=ve[ie]=ve[Ae]=!0,ve[a]=ve[l]=ve[G]=ve[d]=ve[z]=ve[h]=ve[u]=ve[m]=ve[v]=ve[A]=ve[y]=ve[x]=ve[I]=ve[T]=ve[U]=!1;var Ge=typeof yt=="object"&&yt&&yt.Object===Object&&yt,ue=typeof self=="object"&&self&&self.Object===Object&&self,be=Ge||ue||Function("return this")(),Me=t&&!t.nodeType&&t,me=Me&&!0&&i&&!i.nodeType&&i,Ue=me&&me.exports===Me,at=Ue&&Ge.process,ke=function(){try{return at&&at.binding&&at.binding("util")}catch(p){}}(),$e=ke&&ke.isTypedArray;function oe(p,P){for(var M=-1,W=p==null?0:p.length,Pe=0,pe=[];++M<W;){var xe=p[M];P(xe,M,p)&&(pe[Pe++]=xe)}return pe}function Ie(p,P){for(var M=-1,W=P.length,Pe=p.length;++M<W;)p[Pe+M]=P[M];return p}function Re(p,P){for(var M=-1,W=p==null?0:p.length;++M<W;)if(P(p[M],M,p))return!0;return!1}function ht(p,P){for(var M=-1,W=Array(p);++M<p;)W[M]=P(M);return W}function Qt(p){return function(P){return p(P)}}function pt(p,P){return p.has(P)}function gt(p,P){return p==null?void 0:p[P]}function Ve(p){var P=-1,M=Array(p.size);return p.forEach(function(W,Pe){M[++P]=[Pe,W]}),M}function Be(p,P){return function(M){return p(P(M))}}function Xe(p){var P=-1,M=Array(p.size);return p.forEach(function(W){M[++P]=W}),M}var Pt=Array.prototype,bi=Function.prototype,Lt=Object.prototype,Jt=be["__core-js_shared__"],fn=bi.toString,ut=Lt.hasOwnProperty,Tn=function(){var p=/[^.]+$/.exec(Jt&&Jt.keys&&Jt.keys.IE_PROTO||"");return p?"Symbol(src)_1."+p:""}(),zn=Lt.toString,Cs=RegExp("^"+fn.call(ut).replace(we,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),yi=Ue?be.Buffer:void 0,jn=be.Symbol,io=be.Uint8Array,Vn=Lt.propertyIsEnumerable,mn=Pt.splice,Ct=jn?jn.toStringTag:void 0,_n=Object.getOwnPropertySymbols,wi=yi?yi.isBuffer:void 0,pn=Be(Object.keys,Object),Pi=Gt(be,"DataView"),gn=Gt(be,"Map"),Ci=Gt(be,"Promise"),Ei=Gt(be,"Set"),Ii=Gt(be,"WeakMap"),Zt=Gt(Object,"create"),oo=lt(Pi),Ht=lt(gn),Es=lt(Ci),Is=lt(Ei),ks=lt(Ii),so=jn?jn.prototype:void 0,ki=so?so.valueOf:void 0;function qe(p){var P=-1,M=p==null?0:p.length;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function xs(){this.__data__=Zt?Zt(null):{},this.size=0}function Ds(p){var P=this.has(p)&&delete this.__data__[p];return this.size-=P?1:0,P}function Ss(p){var P=this.__data__;if(Zt){var M=P[p];return M===n?void 0:M}return ut.call(P,p)?P[p]:void 0}function Ms(p){var P=this.__data__;return Zt?P[p]!==void 0:ut.call(P,p)}function Ls(p,P){var M=this.__data__;return this.size+=this.has(p)?0:1,M[p]=Zt&&P===void 0?n:P,this}qe.prototype.clear=xs,qe.prototype.delete=Ds,qe.prototype.get=Ss,qe.prototype.has=Ms,qe.prototype.set=Ls;function et(p){var P=-1,M=p==null?0:p.length;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function Ts(){this.__data__=[],this.size=0}function zs(p){var P=this.__data__,M=Rn(P,p);if(M<0)return!1;var W=P.length-1;return M==W?P.pop():mn.call(P,M,1),--this.size,!0}function js(p){var P=this.__data__,M=Rn(P,p);return M<0?void 0:P[M][1]}function Vs(p){return Rn(this.__data__,p)>-1}function _s(p,P){var M=this.__data__,W=Rn(M,p);return W<0?(++this.size,M.push([p,P])):M[W][1]=P,this}et.prototype.clear=Ts,et.prototype.delete=zs,et.prototype.get=js,et.prototype.has=Vs,et.prototype.set=_s;function ft(p){var P=-1,M=p==null?0:p.length;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function Os(){this.size=0,this.__data__={hash:new qe,map:new(gn||et),string:new qe}}function Bs(p){var P=Et(this,p).delete(p);return this.size-=P?1:0,P}function Rs(p){return Et(this,p).get(p)}function Qs(p){return Et(this,p).has(p)}function Hs(p,P){var M=Et(this,p),W=M.size;return M.set(p,P),this.size+=M.size==W?0:1,this}ft.prototype.clear=Os,ft.prototype.delete=Bs,ft.prototype.get=Rs,ft.prototype.has=Qs,ft.prototype.set=Hs;function On(p){var P=-1,M=p==null?0:p.length;for(this.__data__=new ft;++P<M;)this.add(p[P])}function ro(p){return this.__data__.set(p,n),this}function Bn(p){return this.__data__.has(p)}On.prototype.add=On.prototype.push=ro,On.prototype.has=Bn;function Tt(p){var P=this.__data__=new et(p);this.size=P.size}function xi(){this.__data__=new et,this.size=0}function Gs(p){var P=this.__data__,M=P.delete(p);return this.size=P.size,M}function Fs(p){return this.__data__.get(p)}function Ws(p){return this.__data__.has(p)}function Ns(p,P){var M=this.__data__;if(M instanceof et){var W=M.__data__;if(!gn||W.length<e-1)return W.push([p,P]),this.size=++M.size,this;M=this.__data__=new ft(W)}return M.set(p,P),this.size=M.size,this}Tt.prototype.clear=xi,Tt.prototype.delete=Gs,Tt.prototype.get=Fs,Tt.prototype.has=Ws,Tt.prototype.set=Ns;function Xs(p,P){var M=Qn(p),W=!M&&uo(p),Pe=!M&&!W&&Hn(p),pe=!M&&!W&&!Pe&&po(p),xe=M||W||Pe||pe,De=xe?ht(p.length,String):[],Fe=De.length;for(var Le in p)(P||ut.call(p,Le))&&!(xe&&(Le=="length"||Pe&&(Le=="offset"||Le=="parent")||pe&&(Le=="buffer"||Le=="byteLength"||Le=="byteOffset")||er(Le,Fe)))&&De.push(Le);return De}function Rn(p,P){for(var M=p.length;M--;)if(ho(p[M][0],P))return M;return-1}function Di(p,P,M){var W=P(p);return Qn(p)?W:Ie(W,M(p))}function vn(p){return p==null?p===void 0?N:b:Ct&&Ct in Object(p)?Ft(p):co(p)}function ao(p){return jt(p)&&vn(p)==a}function lo(p,P,M,W,Pe){return p===P?!0:p==null||P==null||!jt(p)&&!jt(P)?p!==p&&P!==P:Ys(p,P,M,W,lo,Pe)}function Ys(p,P,M,W,Pe,pe){var xe=Qn(p),De=Qn(P),Fe=xe?l:zt(p),Le=De?l:zt(P);Fe=Fe==a?y:Fe,Le=Le==a?y:Le;var tt=Fe==y,mt=Le==y,Ne=Fe==Le;if(Ne&&Hn(p)){if(!Hn(P))return!1;xe=!0,tt=!1}if(Ne&&!tt)return pe||(pe=new Tt),xe||po(p)?Si(p,P,M,W,Pe,pe):Zs(p,P,Fe,M,W,Pe,pe);if(!(M&o)){var nt=tt&&ut.call(p,"__wrapped__"),Je=mt&&ut.call(P,"__wrapped__");if(nt||Je){var Kt=nt?p.value():p,Wt=Je?P.value():P;return pe||(pe=new Tt),Pe(Kt,Wt,M,W,pe)}}return Ne?(pe||(pe=new Tt),Ks(p,P,M,W,Pe,pe)):!1}function Us(p){if(!mo(p)||nr(p))return!1;var P=fo(p)?Cs:ge;return P.test(lt(p))}function qs(p){return jt(p)&&Li(p.length)&&!!ve[vn(p)]}function Js(p){if(!ir(p))return pn(p);var P=[];for(var M in Object(p))ut.call(p,M)&&M!="constructor"&&P.push(M);return P}function Si(p,P,M,W,Pe,pe){var xe=M&o,De=p.length,Fe=P.length;if(De!=Fe&&!(xe&&Fe>De))return!1;var Le=pe.get(p);if(Le&&pe.get(P))return Le==P;var tt=-1,mt=!0,Ne=M&s?new On:void 0;for(pe.set(p,P),pe.set(P,p);++tt<De;){var nt=p[tt],Je=P[tt];if(W)var Kt=xe?W(Je,nt,tt,P,p,pe):W(nt,Je,tt,p,P,pe);if(Kt!==void 0){if(Kt)continue;mt=!1;break}if(Ne){if(!Re(P,function(Wt,bn){if(!pt(Ne,bn)&&(nt===Wt||Pe(nt,Wt,M,W,pe)))return Ne.push(bn)})){mt=!1;break}}else if(!(nt===Je||Pe(nt,Je,M,W,pe))){mt=!1;break}}return pe.delete(p),pe.delete(P),mt}function Zs(p,P,M,W,Pe,pe,xe){switch(M){case z:if(p.byteLength!=P.byteLength||p.byteOffset!=P.byteOffset)return!1;p=p.buffer,P=P.buffer;case G:return!(p.byteLength!=P.byteLength||!pe(new io(p),new io(P)));case d:case h:case A:return ho(+p,+P);case u:return p.name==P.name&&p.message==P.message;case x:case T:return p==P+"";case v:var De=Ve;case I:var Fe=W&o;if(De||(De=Xe),p.size!=P.size&&!Fe)return!1;var Le=xe.get(p);if(Le)return Le==P;W|=s,xe.set(p,P);var tt=Si(De(p),De(P),W,Pe,pe,xe);return xe.delete(p),tt;case S:if(ki)return ki.call(p)==ki.call(P)}return!1}function Ks(p,P,M,W,Pe,pe){var xe=M&o,De=An(p),Fe=De.length,Le=An(P),tt=Le.length;if(Fe!=tt&&!xe)return!1;for(var mt=Fe;mt--;){var Ne=De[mt];if(!(xe?Ne in P:ut.call(P,Ne)))return!1}var nt=pe.get(p);if(nt&&pe.get(P))return nt==P;var Je=!0;pe.set(p,P),pe.set(P,p);for(var Kt=xe;++mt<Fe;){Ne=De[mt];var Wt=p[Ne],bn=P[Ne];if(W)var xa=xe?W(bn,Wt,Ne,P,p,pe):W(Wt,bn,Ne,p,P,pe);if(!(xa===void 0?Wt===bn||Pe(Wt,bn,M,W,pe):xa)){Je=!1;break}Kt||(Kt=Ne=="constructor")}if(Je&&!Kt){var go=p.constructor,vo=P.constructor;go!=vo&&"constructor"in p&&"constructor"in P&&!(typeof go=="function"&&go instanceof go&&typeof vo=="function"&&vo instanceof vo)&&(Je=!1)}return pe.delete(p),pe.delete(P),Je}function An(p){return Di(p,Ti,$s)}function Et(p,P){var M=p.__data__;return tr(P)?M[typeof P=="string"?"string":"hash"]:M.map}function Gt(p,P){var M=gt(p,P);return Us(M)?M:void 0}function Ft(p){var P=ut.call(p,Ct),M=p[Ct];try{p[Ct]=void 0;var W=!0}catch(pe){}var Pe=zn.call(p);return W&&(P?p[Ct]=M:delete p[Ct]),Pe}var $s=_n?function(p){return p==null?[]:(p=Object(p),oe(_n(p),function(P){return Vn.call(p,P)}))}:sr,zt=vn;(Pi&&zt(new Pi(new ArrayBuffer(1)))!=z||gn&&zt(new gn)!=v||Ci&&zt(Ci.resolve())!=C||Ei&&zt(new Ei)!=I||Ii&&zt(new Ii)!=U)&&(zt=function(p){var P=vn(p),M=P==y?p.constructor:void 0,W=M?lt(M):"";if(W)switch(W){case oo:return z;case Ht:return v;case Es:return C;case Is:return I;case ks:return U}return P});function er(p,P){return P=P==null?r:P,!!P&&(typeof p=="number"||je.test(p))&&p>-1&&p%1==0&&p<P}function tr(p){var P=typeof p;return P=="string"||P=="number"||P=="symbol"||P=="boolean"?p!=="__proto__":p===null}function nr(p){return!!Tn&&Tn in p}function ir(p){var P=p&&p.constructor,M=typeof P=="function"&&P.prototype||Lt;return p===M}function co(p){return zn.call(p)}function lt(p){if(p!=null){try{return fn.call(p)}catch(P){}try{return p+""}catch(P){}}return""}function ho(p,P){return p===P||p!==p&&P!==P}var uo=ao(function(){return arguments}())?ao:function(p){return jt(p)&&ut.call(p,"callee")&&!Vn.call(p,"callee")},Qn=Array.isArray;function Mi(p){return p!=null&&Li(p.length)&&!fo(p)}var Hn=wi||rr;function or(p,P){return lo(p,P)}function fo(p){if(!mo(p))return!1;var P=vn(p);return P==m||P==g||P==c||P==D}function Li(p){return typeof p=="number"&&p>-1&&p%1==0&&p<=r}function mo(p){var P=typeof p;return p!=null&&(P=="object"||P=="function")}function jt(p){return p!=null&&typeof p=="object"}var po=$e?Qt($e):qs;function Ti(p){return Mi(p)?Xs(p):Js(p)}function sr(){return[]}function rr(){return!1}i.exports=or})(Ty,ts);const zy=ts,jy=(i,t)=>zy(i,t),Vy=i=>Object.keys(i||{}),_y=(i,t)=>{const e={};return i.forEach(n=>{e[n]=t[n]}),e},Oy=()=>{const i={},t=(e,n)=>{const{watcherName:o,fn:s}=e,{prop:r,value:a}=n;i[o]||(i[o]={deps:{},fn:s}),i[o].deps[r]=a};return{subscribers:i,subscribe(e,n){e&&t(e,n)},notify(e,n){Object.entries(i).forEach(([o,{deps:s,fn:r}])=>{const a=Vy(s);if(a.includes(n)){const l=_y(a,e);jy(s,l)||(i[o].deps=l,r())}})}}},By=()=>{let i=null;return{targetWatcher(t,e){i={watcherName:t,fn:e},i.fn(),i=null},getTarget(){return i}}};function Ry(i,t){const e=To(i,"data",{}),n=To(i,"watch",{}),o=To(i,"methods",{}),s=To(t,"onChange",()=>{}),{subscribe:r,notify:a,subscribers:l}=Oy(),{targetWatcher:c,getTarget:d}=By();let h;const u={},m=()=>({data:h,methods:u});let g=!1;const v=b=>(...y)=>{g=!0;const C=b(...y);return g=!1,C};Object.entries(o).forEach(([b,y])=>{u[b]=v((...C)=>y(m(),...C)),Object.defineProperty(u[b],"name",{value:b})}),h=new Proxy(Ly(e),{get(b,y){return d()&&!g&&r(d(),{prop:y,value:b[y]}),Reflect.get(...arguments)},set(b,y,C){return b[y]===C||(Reflect.set(...arguments),d()||(s&&s(y,C),a(h,y))),!0}}),Object.entries(n).forEach(([b,y])=>{c(b,()=>{y(m())})});const A=[h,u];return A._internal={_getSubscribers(){return l}},A}function Qy({pageIndex:i,particlesToShow:t,particlesToScroll:e,particlesCount:n}){const o=i===0?0:t-e,s=i*t-i*o,r=s+Math.max(t,e)-1,a=[];for(let l=s;l<=Math.min(n-1,r);l++)a.push(l);return a}function Hy({infinite:i,pageIndex:t,pagesCount:e,particlesCount:n,particlesToShow:o,particlesToScroll:s}){const r=$n(0,t,e-1);let a=r-1,l=r+1;a=i?a<0?e-1:a:Math.max(0,a),l=i?l>e-1?0:l:Math.min(e-1,l);const c=[...new Set([a,r,l,0,e-1])].sort((h,u)=>h-u),d=c.flatMap(h=>Qy({pageIndex:h,particlesToShow:o,particlesToScroll:s,particlesCount:n}));return{pageIndexes:c,particleIndexes:[...new Set(d)].sort((h,u)=>h-u)}}const Gy=(i,t)=>(i(),setInterval(i,t)),Fy=35,Ic=1;class Wy{constructor({onProgressValueChange:t}){this._onProgressValueChange=t,this._autoplayDuration,this._onProgressValueChange,this._interval,this._paused=!1}setAutoplayDuration(t){this._autoplayDuration=t}start(t){return new Promise(e=>{this.reset();const n=Math.min(Fy,Math.max(this._autoplayDuration,1));let o=-n;this._interval=Gy(()=>X(this,null,function*(){if(this._paused)return;o+=n;const s=o/this._autoplayDuration;this._onProgressValueChange(s),s>Ic&&(this.reset(),yield t(),e())}),n)})}pause(){this._paused=!0}resume(){this._paused=!1}reset(){clearInterval(this._interval),this._onProgressValueChange(Ic)}}function Ny(i){const t=new Wy({onProgressValueChange:r=>{i("progressValue",1-r)}}),e=Ry({data:{particlesCountWithoutClones:0,particlesToShow:1,particlesToShowInit:1,particlesToScroll:1,particlesToScrollInit:1,particlesCount:1,currentParticleIndex:1,infinite:!1,autoplayDuration:1e3,clonesCountHead:0,clonesCountTail:0,clonesCountTotal:0,partialPageSize:1,currentPageIndex:1,pagesCount:1,pauseOnFocus:!1,focused:!1,autoplay:!1,autoplayDirection:"next",disabled:!1,durationMsInit:1e3,durationMs:1e3,offset:0,particleWidth:0,loaded:[]},watch:{setLoaded({data:r}){r.loaded=Hy({infinite:r.infinite,pageIndex:r.currentPageIndex,pagesCount:r.pagesCount,particlesCount:r.particlesCountWithoutClones,particlesToShow:r.particlesToShow,particlesToScroll:r.particlesToScroll}).particleIndexes},setCurrentPageIndex({data:r}){r.currentPageIndex=E1({currentParticleIndex:r.currentParticleIndex,particlesCount:r.particlesCount,clonesCountHead:r.clonesCountHead,clonesCountTotal:r.clonesCountTotal,infinite:r.infinite,particlesToScroll:r.particlesToScroll})},setPartialPageSize({data:r}){r.partialPageSize=Gh({particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow,particlesCountWithoutClones:r.particlesCountWithoutClones})},setClonesCount({data:r}){const{head:a,tail:l}=z1({infinite:r.infinite,particlesToShow:r.particlesToShow,partialPageSize:r.partialPageSize});r.clonesCountHead=a,r.clonesCountTail=l,r.clonesCountTotal=a+l},setProgressManagerAutoplayDuration({data:r}){t.setAutoplayDuration(r.autoplayDuration)},toggleProgressManager({data:{pauseOnFocus:r,focused:a}}){r&&(a?t.pause():t.resume())},initDuration({data:r}){r.durationMs=r.durationMsInit},applyAutoplay({data:r,methods:{_applyAutoplayIfNeeded:a}}){r.autoplay&&a(r.autoplay)},setPagesCount({data:r}){r.pagesCount=k1({infinite:r.infinite,particlesCountWithoutClones:r.particlesCountWithoutClones,particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow})},setParticlesToShow({data:r}){r.particlesToShow=$n(1,r.particlesToShowInit,r.particlesCountWithoutClones)},setParticlesToScroll({data:r}){r.particlesToScroll=$n(1,r.particlesToScrollInit,r.particlesCountWithoutClones)}},methods:{_prev({data:r}){r.currentParticleIndex=Er({infinite:r.infinite,pageIndex:r.currentPageIndex-1,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},_next({data:r}){r.currentParticleIndex=Er({infinite:r.infinite,pageIndex:r.currentPageIndex+1,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},_moveToParticle({data:r},a){r.currentParticleIndex=$n(0,a,r.particlesCount-1)},toggleFocused({data:r}){r.focused=!r.focused},_applyAutoplayIfNeeded(l){return X(this,arguments,function*({data:r,methods:a}){if(!r.infinite&&(r.autoplayDirection===cn&&r.currentParticleIndex===r.particlesCount-1||r.autoplayDirection===ai&&r.currentParticleIndex===0)){t.reset();return}if(r.autoplay){const c=()=>Jr({[cn]:()=>X(this,null,function*(){return a.showNextPage()}),[ai]:()=>X(this,null,function*(){return a.showPrevPage()})})(r.autoplayDirection);yield t.start(c)}})},_jumpIfNeeded(l){return X(this,arguments,function*({data:r,methods:a}){let c=!1;return r.infinite&&(r.currentParticleIndex===0?(yield a.showParticle(r.particlesCount-r.clonesCountTotal,{animated:!1}),c=!0):r.currentParticleIndex===r.particlesCount-r.clonesCountTail&&(yield a.showParticle(r.clonesCountHead,{animated:!1}),c=!0)),c})},changePage(d,h,u){return X(this,arguments,function*({data:r,methods:a},l,c){if(t.reset(),r.disabled)return;r.disabled=!0,l(),yield a.offsetPage({animated:Wi(c,"animated",!0)}),r.disabled=!1,!(yield a._jumpIfNeeded())&&a._applyAutoplayIfNeeded()})},showNextPage(c,d){return X(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._next,l))})},showPrevPage(c,d){return X(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._prev,l))})},showParticle(c,d,h){return X(this,arguments,function*({methods:r},a,l){yield r.changePage(()=>r._moveToParticle(a),l)})},_getParticleIndexByPageIndex({data:r},a){return Er({infinite:r.infinite,pageIndex:a,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},showPage(c,d,h){return X(this,arguments,function*({methods:r},a,l){const u=r._getParticleIndexByPageIndex(a);yield r.showParticle(u,l)})},offsetPage({data:r},a){const l=Wi(a,"animated",!0);return new Promise(c=>{r.durationMs=l?r.durationMsInit:0,r.offset=-r.currentParticleIndex*r.particleWidth,setTimeout(()=>{c()},r.durationMs)})}}},{onChange:i}),[n,o]=e;return[{data:n,progressManager:t},o,e._internal]}function Xy(i){fe(i,"svelte-sme1z4",":root{--sc-color-rgb-light-50p:rgba(93, 93, 93, 0.5);--sc-color-rgb-light:#5d5d5d;--sc-color-hex-dark-50p:rgba(30, 30, 30, 0.5);--sc-color-hex-dark:#1e1e1e}.sc-carousel__carousel-container.svelte-sme1z4{display:flex;width:100%;flex-direction:column;align-items:center}.sc-carousel__content-container.svelte-sme1z4{position:relative;display:flex;width:100%}.sc-carousel__pages-window.svelte-sme1z4{flex:1;display:flex;overflow:hidden;box-sizing:border-box;position:relative}.sc-carousel__pages-container.svelte-sme1z4{width:100%;display:flex;transition-property:transform}.sc-carousel__arrow-container.svelte-sme1z4{padding:5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.sc-carousel-progress__container.svelte-sme1z4{width:100%;height:5px;background-color:var(--sc-color-rgb-light-50p);position:absolute;bottom:0}.sc-carousel-button{all:unset;cursor:pointer}.sc-carousel-button:focus{outline:5px auto}")}const Yy=i=>({currentPageIndex:i[0]&32,pagesCount:i[0]&1024,loaded:i[0]&64}),kc=i=>({currentPageIndex:i[5],pagesCount:i[10],showPage:i[15],loaded:i[6]}),Uy=i=>({loaded:i[0]&64,currentPageIndex:i[0]&32}),xc=i=>({showNextPage:i[14].showNextPage,loaded:i[6],currentPageIndex:i[5]}),qy=i=>({loaded:i[0]&64,currentPageIndex:i[0]&32}),Dc=i=>({loaded:i[6],currentPageIndex:i[5]}),Jy=i=>({loaded:i[0]&64,currentPageIndex:i[0]&32}),Sc=i=>({showPrevPage:i[14].showPrevPage,loaded:i[6],currentPageIndex:i[5]});function Mc(i){let t;const e=i[37].prev,n=hi(e,i,i[36],Sc),o=n||Zy(i);return{c(){o&&o.c()},m(s,r){o&&o.m(s,r),t=!0},p(s,r){n?n.p&&(!t||r[0]&96|r[1]&32)&&fi(n,e,s,s[36],t?ui(e,s[36],r,Jy):mi(s[36]),Sc):o&&o.p&&(!t||r[0]&36)&&o.p(s,t?r:[-1,-1])},i(s){t||(k(o,s),t=!0)},o(s){L(o,s),t=!1},d(s){o&&o.d(s)}}}function Zy(i){let t,e,n;return e=new Qh({props:{direction:"prev",disabled:!i[2]&&i[5]===0}}),e.$on("click",i[23]),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s[0]&36&&(r.disabled=!o[2]&&o[5]===0),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function Lc(i){let t,e,n;return e=new i1({props:{value:i[7]}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","sc-carousel-progress__container svelte-sme1z4")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s[0]&128&&(r.value=o[7]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function Tc(i){let t;const e=i[37].next,n=hi(e,i,i[36],xc),o=n||Ky(i);return{c(){o&&o.c()},m(s,r){o&&o.m(s,r),t=!0},p(s,r){n?n.p&&(!t||r[0]&96|r[1]&32)&&fi(n,e,s,s[36],t?ui(e,s[36],r,Uy):mi(s[36]),xc):o&&o.p&&(!t||r[0]&1060)&&o.p(s,t?r:[-1,-1])},i(s){t||(k(o,s),t=!0)},o(s){L(o,s),t=!1},d(s){o&&o.d(s)}}}function Ky(i){let t,e,n;return e=new Qh({props:{direction:"next",disabled:!i[2]&&i[5]===i[10]-1}}),e.$on("click",i[14].showNextPage),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s[0]&1060&&(r.disabled=!o[2]&&o[5]===o[10]-1),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function zc(i){let t;const e=i[37].dots,n=hi(e,i,i[36],kc),o=n||$y(i);return{c(){o&&o.c()},m(s,r){o&&o.m(s,r),t=!0},p(s,r){n?n.p&&(!t||r[0]&1120|r[1]&32)&&fi(n,e,s,s[36],t?ui(e,s[36],r,Yy):mi(s[36]),kc):o&&o.p&&(!t||r[0]&1056)&&o.p(s,t?r:[-1,-1])},i(s){t||(k(o,s),t=!0)},o(s){L(o,s),t=!1},d(s){o&&o.d(s)}}}function $y(i){let t,e;return t=new Jb({props:{pagesCount:i[10],currentPageIndex:i[5]}}),t.$on("pageChange",i[41]),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o[0]&1024&&(s.pagesCount=n[10]),o[0]&32&&(s.currentPageIndex=n[5]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function ew(i){let t,e,n,o,s,r,a,l,c,d,h,u,m=i[1]&&Mc(i);const g=i[37].default,v=hi(g,i,i[36],Dc);let A=i[3]&&Lc(i),b=i[1]&&Tc(i),y=i[4]&&zc(i);return{c(){t=_("div"),e=_("div"),m&&m.c(),n=se(),o=_("div"),s=_("div"),v&&v.c(),a=se(),A&&A.c(),l=se(),b&&b.c(),c=se(),y&&y.c(),w(s,"class","sc-carousel__pages-container svelte-sme1z4"),j(s,"transform","translateX("+i[8]+"px)"),j(s,"transition-duration",i[9]+"ms"),j(s,"transition-timing-function",i[0]),w(o,"class","sc-carousel__pages-window svelte-sme1z4"),w(e,"class","sc-carousel__content-container svelte-sme1z4"),w(t,"class","sc-carousel__carousel-container svelte-sme1z4")},m(C,D){O(C,t,D),B(t,e),m&&m.m(e,null),B(e,n),B(e,o),B(o,s),v&&v.m(s,null),i[39](s),B(o,a),A&&A.m(o,null),i[40](o),B(e,l),b&&b.m(e,null),B(t,c),y&&y.m(t,null),d=!0,h||(u=[Ut(r=u1.call(null,s,{thresholdProvider:i[38]})),Ce(s,"swipeStart",i[16]),Ce(s,"swipeMove",i[18]),Ce(s,"swipeEnd",i[19]),Ce(s,"swipeFailed",i[20]),Ce(s,"swipeThresholdReached",i[17]),Ut(g1.call(null,o)),Ce(o,"hovered",i[21]),Ut(w1.call(null,o)),Ce(o,"tapped",i[22])],h=!0)},p(C,D){C[1]?m?(m.p(C,D),D[0]&2&&k(m,1)):(m=Mc(C),m.c(),k(m,1),m.m(e,n)):m&&(de(),L(m,1,1,()=>{m=null}),he()),v&&v.p&&(!d||D[0]&96|D[1]&32)&&fi(v,g,C,C[36],d?ui(g,C[36],D,qy):mi(C[36]),Dc),(!d||D[0]&256)&&j(s,"transform","translateX("+C[8]+"px)"),(!d||D[0]&512)&&j(s,"transition-duration",C[9]+"ms"),(!d||D[0]&1)&&j(s,"transition-timing-function",C[0]),r&&di(r.update)&&D[0]&2048&&r.update.call(null,{thresholdProvider:C[38]}),C[3]?A?(A.p(C,D),D[0]&8&&k(A,1)):(A=Lc(C),A.c(),k(A,1),A.m(o,null)):A&&(de(),L(A,1,1,()=>{A=null}),he()),C[1]?b?(b.p(C,D),D[0]&2&&k(b,1)):(b=Tc(C),b.c(),k(b,1),b.m(e,null)):b&&(de(),L(b,1,1,()=>{b=null}),he()),C[4]?y?(y.p(C,D),D[0]&16&&k(y,1)):(y=zc(C),y.c(),k(y,1),y.m(t,null)):y&&(de(),L(y,1,1,()=>{y=null}),he())},i(C){d||(k(m),k(v,C),k(A),k(b),k(y),d=!0)},o(C){L(m),L(v,C),L(A),L(b),L(y),d=!1},d(C){C&&V(t),m&&m.d(),v&&v.d(C),i[39](null),A&&A.d(),i[40](null),b&&b.d(),y&&y.d(),h=!1,rt(u)}}}function tw(i,t,e){let{$$slots:n={},$$scope:o}=t,s=[],r,a,l=0,c=0,d=1;const[{data:h,progressManager:u},m,g]=Ny((oe,Ie)=>{Jr({currentPageIndex:()=>e(5,r=Ie),progressValue:()=>e(7,a=Ie),offset:()=>e(8,l=Ie),durationMs:()=>e(9,c=Ie),pagesCount:()=>e(10,d=Ie),loaded:()=>e(6,s=Ie)})(oe)}),v=cs();let{timingFunction:A="ease-in-out"}=t,{arrows:b=!0}=t,{infinite:y=!0}=t,{initialPageIndex:C=0}=t,{duration:D=500}=t,{autoplay:x=!1}=t,{autoplayDuration:I=3e3}=t,{autoplayDirection:T=cn}=t,{pauseOnFocus:S=!1}=t,{autoplayProgressVisible:N=!1}=t,{dots:U=!0}=t,{swiping:G=!0}=t,{particlesToShow:z=1}=t,{particlesToScroll:H=1}=t;function R(oe,Ie){return X(this,null,function*(){const Re=Wi(Ie,"animated",!0);if(typeof oe!="number")throw new Error("pageIndex should be a number");yield m.showPage(oe,{animated:Re})})}function J(oe){return X(this,null,function*(){const Ie=Wi(oe,"animated",!0);yield m.showPrevPage({animated:Ie})})}function q(oe){return X(this,null,function*(){const Ie=Wi(oe,"animated",!0);yield m.showNextPage({animated:Ie})})}let Y=0,Z,re;const ie=M1(({width:oe})=>{e(11,Y=oe),h.particleWidth=Y/h.particlesToShow,S1({particlesContainerChildren:re.children,particleWidth:h.particleWidth}),m.offsetPage({animated:!1})});function Ae(){const{clonesToAppend:oe,clonesToPrepend:Ie}=L1({clonesCountHead:h.clonesCountHead,clonesCountTail:h.clonesCountTail,particlesContainerChildren:re.children});T1({particlesContainer:re,clonesToAppend:oe,clonesToPrepend:Ie})}St(()=>{X(this,null,function*(){yield Ba(),re&&Z&&(h.particlesCountWithoutClones=re.children.length,yield Ba(),h.infinite&&Ae(),h.particlesCount=re.children.length,m.showPage(C,{animated:!1}),ie.observe(Z))})}),hn(()=>{ie.disconnect(),u.reset()});function we(oe){return X(this,null,function*(){yield m.showPage(oe,{animated:!0})})}function ge(){G&&(h.durationMs=0)}function je(oe){return X(this,null,function*(){G&&(yield Jr({[cn]:m.showNextPage,[ai]:m.showPrevPage})(oe.detail.direction))})}function ve(oe){G&&(h.offset+=oe.detail.dx)}function Ge(){G&&m.showParticle(h.currentParticleIndex)}function ue(){return X(this,null,function*(){G&&(yield m.offsetPage({animated:!0}))})}function be(oe){h.focused=oe.detail.value}function Me(){m.toggleFocused()}function me(){m.showPrevPage()}const Ue=()=>Y/3;function at(oe){Ke[oe?"unshift":"push"](()=>{re=oe,e(13,re)})}function ke(oe){Ke[oe?"unshift":"push"](()=>{Z=oe,e(12,Z)})}const $e=oe=>we(oe.detail);return i.$$set=oe=>{"timingFunction"in oe&&e(0,A=oe.timingFunction),"arrows"in oe&&e(1,b=oe.arrows),"infinite"in oe&&e(2,y=oe.infinite),"initialPageIndex"in oe&&e(24,C=oe.initialPageIndex),"duration"in oe&&e(25,D=oe.duration),"autoplay"in oe&&e(26,x=oe.autoplay),"autoplayDuration"in oe&&e(27,I=oe.autoplayDuration),"autoplayDirection"in oe&&e(28,T=oe.autoplayDirection),"pauseOnFocus"in oe&&e(29,S=oe.pauseOnFocus),"autoplayProgressVisible"in oe&&e(3,N=oe.autoplayProgressVisible),"dots"in oe&&e(4,U=oe.dots),"swiping"in oe&&e(30,G=oe.swiping),"particlesToShow"in oe&&e(31,z=oe.particlesToShow),"particlesToScroll"in oe&&e(32,H=oe.particlesToScroll),"$$scope"in oe&&e(36,o=oe.$$scope)},i.$$.update=()=>{i.$$.dirty[0]&32&&v("pageChange",r),i.$$.dirty[0]&4&&(h.infinite=y),i.$$.dirty[0]&33554432&&(h.durationMsInit=D),i.$$.dirty[0]&67108864&&(h.autoplay=x),i.$$.dirty[0]&134217728&&(h.autoplayDuration=I),i.$$.dirty[0]&268435456&&(h.autoplayDirection=T),i.$$.dirty[0]&536870912&&(h.pauseOnFocus=S),i.$$.dirty[1]&1&&(h.particlesToShowInit=z),i.$$.dirty[1]&2&&(h.particlesToScrollInit=H)},[A,b,y,N,U,r,s,a,l,c,d,Y,Z,re,m,we,ge,je,ve,Ge,ue,be,Me,me,C,D,x,I,T,S,G,z,H,R,J,q,o,n,Ue,at,ke,$e]}class nw extends ce{constructor(t){super(),le(this,t,tw,ew,ae,{timingFunction:0,arrows:1,infinite:2,initialPageIndex:24,duration:25,autoplay:26,autoplayDuration:27,autoplayDirection:28,pauseOnFocus:29,autoplayProgressVisible:3,dots:4,swiping:30,particlesToShow:31,particlesToScroll:32,goTo:33,goToPrev:34,goToNext:35},Xy,[-1,-1])}get goTo(){return this.$$.ctx[33]}get goToPrev(){return this.$$.ctx[34]}get goToNext(){return this.$$.ctx[35]}}function iw(i){fe(i,"svelte-159ski6",".media-item.svelte-159ski6.svelte-159ski6{position:relative;height:100%}.media-content.svelte-159ski6.svelte-159ski6{position:relative;pointer-events:auto;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:inherit;object-fit:inherit}.media-content.showPlayButton.svelte-159ski6.svelte-159ski6{pointer-events:none}.video-icon.svelte-159ski6.svelte-159ski6{width:12.5rem;height:6.25rem;max-width:60%;max-height:60%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.video-play-button-container.svelte-159ski6.svelte-159ski6{display:none;position:absolute;width:100%;height:100%;top:0;left:0;transform:translate3d(0, 0, 0)}.video-play-button-container.showPlayButton.svelte-159ski6.svelte-159ski6{pointer-events:none;display:block}.video-icon.svelte-159ski6.svelte-159ski6{pointer-events:auto}.video-icon.large.svelte-159ski6.svelte-159ski6{width:12.5rem;height:6.25rem}.video-icon.small.svelte-159ski6.svelte-159ski6{width:1.75rem;height:1.75rem}.video-icon.svelte-159ski6 .video-icon-img.svelte-159ski6{width:100%;height:100%;background-position:center center;background-size:contain;background-repeat:no-repeat}.video-icon.svelte-159ski6 .video-icon-img.canPlay.svelte-159ski6{cursor:pointer}")}function jc(i){let t;function e(s,r){if(s[2].type==="Image")return sw;if(s[2].type==="Video")return ow}let n=e(i),o=n&&n(i);return{c(){t=_("div"),o&&o.c(),w(t,"class","media-item svelte-159ski6"),w(t,"draggable","false")},m(s,r){O(s,t,r),o&&o.m(t,null)},p(s,r){n===(n=e(s))&&o?o.p(s,r):(o&&o.d(1),o=n&&n(s),o&&(o.c(),o.m(t,null)))},d(s){s&&V(t),o&&o.d()}}}function ow(i){let t,e,n,o,s,r;function a(d,h){return d[7]&&d[2].videoCoverUrl?aw:rw}let l=a(i),c=l(i);return{c(){c.c(),t=se(),e=_("div"),n=_("div"),o=_("div"),w(o,"class","video-icon-img svelte-159ski6"),j(o,"background-image","url("+i[20]()+")"),$(o,"canPlay",i[5]),w(n,"class","video-icon svelte-159ski6"),$(n,"large",i[4]==="large"),$(n,"small",i[4]==="small"),w(e,"class","video-play-button-container svelte-159ski6"),$(e,"showPlayButton",i[10])},m(d,h){c.m(d,h),O(d,t,h),O(d,e,h),B(e,n),B(n,o),s||(r=Ce(o,"click",i[21]),s=!0)},p(d,h){l===(l=a(d))&&c?c.p(d,h):(c.d(1),c=l(d),c&&(c.c(),c.m(t.parentNode,t))),h&8&&j(o,"background-image","url("+d[20]()+")"),h&32&&$(o,"canPlay",d[5]),h&16&&$(n,"large",d[4]==="large"),h&16&&$(n,"small",d[4]==="small"),h&1024&&$(e,"showPlayButton",d[10])},d(d){c.d(d),d&&V(t),d&&V(e),s=!1,r()}}}function sw(i){let t,e,n,o;return{c(){t=_("img"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${i[6]};`),wt(t.src,n=i[2].url)||w(t,"src",n),w(t,"alt",o=i[2].name),w(t,"draggable",!1)},m(s,r){O(s,t,r)},p(s,r){r&64&&e!==(e=`object-fit: ${s[6]};`)&&w(t,"style",e),r&4&&!wt(t.src,n=s[2].url)&&w(t,"src",n),r&4&&o!==(o=s[2].name)&&w(t,"alt",o)},d(s){s&&V(t)}}}function rw(i){let t,e,n,o,s,r,a;return{c(){t=_("video"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${i[6]};`),wt(t.src,n=i[2].videoCoverUrl?i[2].url:i[2].url+"#t=0.1")||w(t,"src",n),w(t,"poster",o=i[2].videoCoverUrl),w(t,"preload",s=i[2].videoCoverUrl?"none":"auto"),w(t,"disablepictureinpicture",""),t.playsInline=!0,w(t,"paused",""),t.muted=!0,w(t,"draggable",!1),t.loop=!1,w(t,"crossorigin",""),t.controls=!1,$(t,"showPlayButton",i[10])},m(l,c){O(l,t,c),i[19](t),r||(a=[Ce(t,"play",i[14]),Ce(t,"pause",i[15]),Ce(t,"error",i[16]),Ce(t,"ended",i[17]),Ce(t,"click",i[18])],r=!0)},p(l,c){c&64&&e!==(e=`object-fit: ${l[6]};`)&&w(t,"style",e),c&4&&!wt(t.src,n=l[2].videoCoverUrl?l[2].url:l[2].url+"#t=0.1")&&w(t,"src",n),c&4&&o!==(o=l[2].videoCoverUrl)&&w(t,"poster",o),c&4&&s!==(s=l[2].videoCoverUrl?"none":"auto")&&w(t,"preload",s),c&1024&&$(t,"showPlayButton",l[10])},d(l){l&&V(t),i[19](null),r=!1,rt(a)}}}function aw(i){let t,e,n,o;return{c(){t=_("img"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${i[6]};`),wt(t.src,n=i[2].videoCoverUrl)||w(t,"src",n),w(t,"alt",o=i[2].name),w(t,"draggable",!1)},m(s,r){O(s,t,r)},p(s,r){r&64&&e!==(e=`object-fit: ${s[6]};`)&&w(t,"style",e),r&4&&!wt(t.src,n=s[2].videoCoverUrl)&&w(t,"src",n),r&4&&o!==(o=s[2].name)&&w(t,"alt",o)},d(s){s&&V(t)}}}function lw(i){let t,e=i[2]&&jc(i);return{c(){e&&e.c(),t=Ee()},m(n,o){e&&e.m(n,o),O(n,t,o)},p(n,[o]){n[2]?e?e.p(n,o):(e=jc(n),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:K,o:K,d(n){e&&e.d(n),n&&V(t)}}}function cw(i,t,e){let n,o,{mediaInstance:s={videoInstance:void 0,paused:!0}}=t,{tag:r}=t,{media:a}=t,{playButtonIfNeed:l="withoutText"}=t,{playButtonSizeIfNeed:c="small"}=t,{canPlay:d=!0}=t,{objectFit:h="fill"}=t,{disableVideoIfHavePoster:u=!1}=t,m=!0,g=!1;function v(){e(8,g=(a==null?void 0:a.type)==="Video"&&!!a.videoCoverUrl)}const A=rn("mediaStore"),b=rn("hooks"),y=()=>{g||n&&(e(9,n.muted=!0,n),n.play(),n.pause(),e(9,n.muted=!1,n),e(8,g=!0))};b.on("loadVideoFirstFrame",y),St(()=>{A.subscribe(({currentMediaElement:G})=>{G!==n&&(n==null||n.pause())})});const C=G=>{e(10,m=!1),e(0,s.paused=!1,s),e(8,g=!0),n&&A.set({currentMediaElement:n}),b.emit("playStateChange",{event:G,state:"playing",tag:r,mediaInstance:n})},D=G=>{e(10,m=!0),e(0,s.paused=!0,s),b.emit("playStateChange",{event:G,state:"paused",tag:r,mediaInstance:n})},x=G=>{e(10,m=!0),e(0,s.paused=!0,s),b.emit("playStateChange",{event:G,state:"paused",tag:r,mediaInstance:n})},I=G=>{e(10,m=!0),e(0,s.paused=!0,s),b.emit("playStateChange",{event:G,state:"paused",tag:r,mediaInstance:n})},T=G=>{n&&n.pause()};function S(G){Ke[G?"unshift":"push"](()=>{s.videoInstance=G,e(0,s)})}const N=()=>l==="withText"?_h:l==="withoutText"?Ur:l,U=G=>{d&&n&&(e(9,n.muted=!1,n),n.play())};return i.$$set=G=>{"mediaInstance"in G&&e(0,s=G.mediaInstance),"tag"in G&&e(1,r=G.tag),"media"in G&&e(2,a=G.media),"playButtonIfNeed"in G&&e(3,l=G.playButtonIfNeed),"playButtonSizeIfNeed"in G&&e(4,c=G.playButtonSizeIfNeed),"canPlay"in G&&e(5,d=G.canPlay),"objectFit"in G&&e(6,h=G.objectFit),"disableVideoIfHavePoster"in G&&e(7,u=G.disableVideoIfHavePoster)},i.$$.update=()=>{if(i.$$.dirty&1&&e(9,n=s.videoInstance),i.$$.dirty&4&&e(13,o=a==null?void 0:a.url),i.$$.dirty&8192&&o&&v(),i.$$.dirty&512&&n&&e(10,m=n.paused),i.$$.dirty&772&&(a==null?void 0:a.type)==="Video"&&!g){const G=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,H=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1&&G;n&&H&&n.paused&&(document.removeEventListener("WeixinJSBridgeReady",y),document.removeEventListener("touchstart",y),document.removeEventListener("click",y),document.addEventListener("WeixinJSBridgeReady",y),document.addEventListener("touchstart",y),document.addEventListener("click",y))}},[s,r,a,l,c,d,h,u,g,n,m,A,b,o,C,D,x,I,T,S,N,U]}class Zh extends ce{constructor(t){super(),le(this,t,cw,lw,ae,{mediaInstance:0,tag:1,media:2,playButtonIfNeed:3,playButtonSizeIfNeed:4,canPlay:5,objectFit:6,disableVideoIfHavePoster:7},iw)}}function dw(i){fe(i,"svelte-1mrbqlg",".media-list-wrapper.svelte-1mrbqlg.svelte-1mrbqlg{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg{position:relative;pointer-events:auto;height:100%;left:50%;top:50%;transform:translate(-50%, -50%)}.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg .sc-carousel__carousel-container,.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg .sc-carousel__content-container{height:100%}")}function Vc(i,t,e){const n=i.slice();return n[25]=t[e],n[26]=t,n[27]=e,n}function _c(i){let t,e,n,o,s,r,a;const l=[uw,hw],c=[];function d(h,u){return h[13]&&h[10].length>1?0:1}return n=d(i),o=c[n]=l[n](i),{c(){t=_("div"),e=_("div"),o.c(),w(e,"class","media-list svelte-1mrbqlg"),$(e,"carouselEnabled",i[13]),w(t,"class","media-list-wrapper svelte-1mrbqlg"),$(t,"unfolded",i[5])},m(h,u){O(h,t,u),B(t,e),c[n].m(e,null),a=!0},p(h,u){i=h;let m=n;n=d(i),n===m?c[n].p(i,u):(de(),L(c[m],1,1,()=>{c[m]=null}),he(),o=c[n],o?o.p(i,u):(o=c[n]=l[n](i),o.c()),k(o,1),o.m(e,null)),(!a||u&8192)&&$(e,"carouselEnabled",i[13]),(!a||u&32)&&$(t,"unfolded",i[5])},i(h){a||(k(o),h&&ot(()=>{a&&(r&&r.end(1),s=Dn(t,Ga,i[6]?{y:4,duration:i[4],delay:i[2],easing:sn}:void 0),s.start())}),a=!0)},o(h){L(o),s&&s.invalidate(),h&&(r=gi(t,Ga,i[6]?{y:4,duration:i[4],delay:i[3],easing:sn}:void 0)),a=!1},d(h){h&&V(t),c[n].d(),h&&r&&r.end()}}}function hw(i){let t,e,n;const o=[{media:i[1][0]},i[7],{tag:i[0]}];function s(a){i[20](a)}let r={};for(let a=0;a<o.length;a+=1)r=Ze(r,o[a]);return i[8][0]!==void 0&&(r.mediaInstance=i[8][0]),t=new Zh({props:r}),Ke.push(()=>eh(t,"mediaInstance",s)),{c(){ne(t.$$.fragment)},m(a,l){ee(t,a,l),n=!0},p(a,l){const c=l&131?st(o,[l&2&&{media:a[1][0]},l&128&&$d(a[7]),l&1&&{tag:a[0]}]):{};!e&&l&256&&(e=!0,c.mediaInstance=a[8][0],qd(()=>e=!1)),t.$set(c)},i(a){n||(k(t.$$.fragment,a),n=!0)},o(a){L(t.$$.fragment,a),n=!1},d(a){te(t,a)}}}function uw(i){let t,e,n={dots:!1,arrows:!1,$$slots:{default:[fw]},$$scope:{ctx:i}};return t=new nw({props:n}),i[18](t),t.$on("pageChange",i[19]),{c(){ne(t.$$.fragment)},m(o,s){ee(t,o,s),e=!0},p(o,s){const r={};s&268436865&&(r.$$scope={dirty:s,ctx:o}),t.$set(r)},i(o){e||(k(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){i[18](null),te(t,o)}}}function Oc(i){let t,e,n;const o=[i[7],{media:i[25]},{tag:i[0]}];function s(a){i[17](a,i[27])}let r={};for(let a=0;a<o.length;a+=1)r=Ze(r,o[a]);return i[8][i[27]]!==void 0&&(r.mediaInstance=i[8][i[27]]),t=new Zh({props:r}),Ke.push(()=>eh(t,"mediaInstance",s)),{c(){ne(t.$$.fragment)},m(a,l){ee(t,a,l),n=!0},p(a,l){i=a;const c=l&1153?st(o,[l&128&&$d(i[7]),l&1024&&{media:i[25]},l&1&&{tag:i[0]}]):{};!e&&l&256&&(e=!0,c.mediaInstance=i[8][i[27]],qd(()=>e=!1)),t.$set(c)},i(a){n||(k(t.$$.fragment,a),n=!0)},o(a){L(t.$$.fragment,a),n=!1},d(a){te(t,a)}}}function fw(i){let t,e,n=i[10],o=[];for(let r=0;r<n.length;r+=1)o[r]=Oc(Vc(i,n,r));const s=r=>L(o[r],1,1,()=>{o[r]=null});return{c(){for(let r=0;r<o.length;r+=1)o[r].c();t=Ee()},m(r,a){for(let l=0;l<o.length;l+=1)o[l]&&o[l].m(r,a);O(r,t,a),e=!0},p(r,a){if(a&1409){n=r[10];let l;for(l=0;l<n.length;l+=1){const c=Vc(r,n,l);o[l]?(o[l].p(c,a),k(o[l],1)):(o[l]=Oc(c),o[l].c(),k(o[l],1),o[l].m(t.parentNode,t))}for(de(),l=n.length;l<o.length;l+=1)s(l);he()}},i(r){if(!e){for(let a=0;a<n.length;a+=1)k(o[a]);e=!0}},o(r){o=o.filter(Boolean);for(let a=0;a<o.length;a+=1)L(o[a]);e=!1},d(r){qt(o,r),r&&V(t)}}}function mw(i){let t,e,n=i[5]&&_c(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[5]?n?(n.p(o,s),s&32&&k(n,1)):(n=_c(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function pw(i,t,e){let n,o,s,r,{tag:a}=t,{mediaData:l}=t,{inDelay:c=0}=t,{outDelay:d=0}=t,{duration:h=0}=t,{unfolded:u=!0}=t,{animation:m=!0}=t,{mediaItemConfig:g}=t,{enableCarousel:v=!0}=t,{autoplayConfig:A={autoplayVideo:!1,autoplayCarousel:!0,autoplayVideoInCarousel:!1}}=t,b=[],y=0,C,D=null;const x=rn("hooks"),I=rn("mediaStore");function T(){const z=b[y],H=z==null?void 0:z.videoInstance;H&&(H.paused?(H.muted=!1,H.play()):H.pause())}St(()=>{x.on("click",z=>{var H,R,J;(J=(R=(H=a.tag3DContentSvelte)==null?void 0:H.css3DInstance)==null?void 0:R.css3DObject)!=null&&J.opacityMesh&&z.tag.id===a.id&&T()}),D=setInterval(()=>{r&&(C==null||C.goToNext())},3e3)}),hn(()=>{clearInterval(D),x.off("click",T)});function S(z,H){i.$$.not_equal(b[H],z)&&(b[H]=z,e(8,b))}function N(z){Ke[z?"unshift":"push"](()=>{C=z,e(12,C)})}const U=z=>{n||I.set({currentMediaElement:null}),e(11,y=z.detail)};function G(z){i.$$.not_equal(b[0],z)&&(b[0]=z,e(8,b))}return i.$$set=z=>{"tag"in z&&e(0,a=z.tag),"mediaData"in z&&e(1,l=z.mediaData),"inDelay"in z&&e(2,c=z.inDelay),"outDelay"in z&&e(3,d=z.outDelay),"duration"in z&&e(4,h=z.duration),"unfolded"in z&&e(5,u=z.unfolded),"animation"in z&&e(6,m=z.animation),"mediaItemConfig"in z&&e(7,g=z.mediaItemConfig),"enableCarousel"in z&&e(15,v=z.enableCarousel),"autoplayConfig"in z&&e(16,A=z.autoplayConfig)},i.$$.update=()=>{i.$$.dirty&256&&e(9,n=b.every(z=>z.paused)),i.$$.dirty&32770&&e(13,o=v&&(l==null?void 0:l.length)>1),i.$$.dirty&2&&e(10,s=l),i.$$.dirty&67072&&(r=s.length>1&&A.autoplayCarousel&&n)},[a,l,c,d,h,u,m,g,b,n,s,y,C,o,I,v,A,S,N,U,G]}class Kh extends ce{constructor(t){super(),le(this,t,pw,mw,ae,{tag:0,mediaData:1,inDelay:2,outDelay:3,duration:4,unfolded:5,animation:6,mediaItemConfig:7,enableCarousel:15,autoplayConfig:16},dw)}}function gw(i){fe(i,"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}")}function Bc(i){let t,e,n,o,s,r,a,l;t=new Rt({props:{visible:i[3],left:61,bottom:57,width:2,blurRadius:150,spreadRadius:75}}),o=new Gb({props:{unfolded:i[3],outDelay:400}});let c=i[2]&&Rc(i),d=i[1]&&Qc(i);return{c(){ne(t.$$.fragment),e=se(),n=_("div"),ne(o.$$.fragment),s=se(),c&&c.c(),r=se(),d&&d.c(),a=Ee(),w(n,"class","line svelte-1f7m1lj")},m(h,u){ee(t,h,u),O(h,e,u),O(h,n,u),ee(o,n,null),O(h,s,u),c&&c.m(h,u),O(h,r,u),d&&d.m(h,u),O(h,a,u),l=!0},p(h,u){const m={};u&8&&(m.visible=h[3]),t.$set(m);const g={};u&8&&(g.unfolded=h[3]),o.$set(g),h[2]?c?(c.p(h,u),u&4&&k(c,1)):(c=Rc(h),c.c(),k(c,1),c.m(r.parentNode,r)):c&&(de(),L(c,1,1,()=>{c=null}),he()),h[1]?d?(d.p(h,u),u&2&&k(d,1)):(d=Qc(h),d.c(),k(d,1),d.m(a.parentNode,a)):d&&(de(),L(d,1,1,()=>{d=null}),he())},i(h){l||(k(t.$$.fragment,h),k(o.$$.fragment,h),k(c),k(d),l=!0)},o(h){L(t.$$.fragment,h),L(o.$$.fragment,h),L(c),L(d),l=!1},d(h){te(t,h),h&&V(e),h&&V(n),te(o),h&&V(s),c&&c.d(h),h&&V(r),d&&d.d(h),h&&V(a)}}}function Rc(i){let t,e,n;return e=new Bh({props:{unfolded:i[3],content:i[2],inDelay:500}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","text svelte-1f7m1lj")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s&8&&(r.unfolded=o[3]),s&4&&(r.content=o[2]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function Qc(i){let t,e,n;return e=new Kh({props:{autoplayConfig:{autoplayCarousel:!1},unfolded:i[3],mediaData:i[1],tag:i[0],enableCarousel:!1,mediaItemConfig:{canPlay:!1,playButtonSizeIfNeed:"small",disableVideoIfHavePoster:!0},inDelay:500,duration:500}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","media-wrapper svelte-1f7m1lj")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s&8&&(r.unfolded=o[3]),s&2&&(r.mediaData=o[1]),s&1&&(r.tag=o[0]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function vw(i){let t,e,n=i[0].state&&Bc(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state?n?(n.p(o,s),s&1&&k(n,1)):(n=Bc(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Aw(i,t,e){let n,o,s,r,{tag:a}=t;return i.$$set=l=>{"tag"in l&&e(0,a=l.tag)},i.$$.update=()=>{var l,c,d;i.$$.dirty&1&&e(3,n=a.state?a.state.unfolded:!1),i.$$.dirty&1&&e(4,o=(c=(l=a.data.title)!=null?l:a.data.text)!=null?c:""),i.$$.dirty&16&&e(2,s=((d=o.length)!=null?d:0)>7?o.substring(0,6)+"...":o),i.$$.dirty&1&&e(1,r=a.data.mediaData)},[a,r,s,n,o]}class bw extends ce{constructor(t){super(),le(this,t,Aw,vw,ae,{tag:0},gw)}}function yw(i){fe(i,"svelte-sezqcq",'@charset "UTF-8";.svelte-sezqcq.svelte-sezqcq{box-sizing:border-box}.marketing.svelte-sezqcq.svelte-sezqcq{transform:translateY(-100%)}.marketing.svelte-sezqcq .line.svelte-sezqcq{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-sezqcq .content.svelte-sezqcq{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-sezqcq .content .headerImage.svelte-sezqcq{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-sezqcq.svelte-sezqcq{position:relative;width:100%;height:1.125rem}.title-wrapper.svelte-sezqcq .title.svelte-sezqcq{border-radius:0.25rem;width:100%;padding-left:0.625rem;padding-right:0.625rem}.title-wrapper.svelte-sezqcq .title .text.svelte-sezqcq{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-sezqcq.svelte-sezqcq{position:relative;padding:0.5rem 0.625rem 0 0;width:100%;display:flex;align-items:center}.footer.svelte-sezqcq .goto-button.svelte-sezqcq{display:flex;align-self:flex-end;flex-wrap:wrap;align-items:center;overflow:hidden;height:0.875rem}.footer.svelte-sezqcq .goto-button .gap.svelte-sezqcq{height:100%;width:0.625rem}.footer.svelte-sezqcq .goto-button .text.svelte-sezqcq{display:block;height:100%;font-size:0.625rem}.footer.svelte-sezqcq .arrow-wrapper.svelte-sezqcq{height:0.875rem;display:flex;align-self:flex-end;flex-grow:0;flex-shrink:0;align-items:center;margin-left:0.25rem}.footer.svelte-sezqcq .arrow-wrapper svg.arrow.svelte-sezqcq{width:0.375rem;height:0.625rem}.footer.svelte-sezqcq .price.svelte-sezqcq{flex-shrink:0;margin-right:auto;white-space:nowrap;display:flex;align-items:baseline;margin-left:0.625rem}.footer.svelte-sezqcq .price .value.svelte-sezqcq{position:relative;font-size:0.875rem;line-height:1rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.footer.svelte-sezqcq .price .unit.svelte-sezqcq{padding-left:0.125rem;font-size:0.625rem}.tags-wrapper.svelte-sezqcq.svelte-sezqcq{position:relative;overflow:hidden;height:1rem;margin-top:0.25rem}.tags-wrapper.svelte-sezqcq .tags.svelte-sezqcq{position:relative;display:inline-flex;max-width:100%;flex-wrap:wrap;padding-left:0.625rem;padding-right:0.375rem}.tags-wrapper.svelte-sezqcq .tags .tag.svelte-sezqcq{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;font-size:0.625rem;height:1rem;margin-right:0.25rem;margin-bottom:0.625rem;padding:0 0.25rem;border-radius:0.125rem;max-width:100%;text-overflow:ellipsis;overflow:hidden}.marketing.light.svelte-sezqcq .content.svelte-sezqcq{background-color:white}.marketing.light.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:rgba(0, 0, 0, 0.8)}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:#946700}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(0, 0, 0, 0.06);color:rgba(0, 0, 0, 0.5)}.marketing.light.svelte-sezqcq .content .footer.svelte-sezqcq{color:#946700;fill:#946700}.marketing.dark.svelte-sezqcq .content.svelte-sezqcq{background-color:rgba(0, 0, 0, 0.5)}.marketing.dark.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 0.85)}.marketing.dark.svelte-sezqcq .content .footer.svelte-sezqcq{color:#ead09a;fill:#ead09a}.marketing.unfolded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 1)}.marketing.folded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.marketing.unfolded.svelte-sezqcq .content.svelte-sezqcq{opacity:1}.marketing.folded.svelte-sezqcq .content.svelte-sezqcq{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}')}function Hc(i,t,e){const n=i.slice();return n[0]=t[e],n}function Gc(i,t,e){const n=i.slice();return n[0]=t[e],n}function Fc(i){let t,e;return{c(){t=_("img"),w(t,"class","headerImage svelte-sezqcq"),wt(t.src,e=i[3].headerPictureUrl)||w(t,"src",e),w(t,"alt","")},m(n,o){O(n,t,o)},p(n,o){o&8&&!wt(t.src,e=n[3].headerPictureUrl)&&w(t,"src",e)},d(n){n&&V(t)}}}function Wc(i){let t,e,n,o,s=i[2]||[],r=[];for(let c=0;c<s.length;c+=1)r[c]=Nc(Gc(i,s,c));let a=i[5]||[],l=[];for(let c=0;c<a.length;c+=1)l[c]=Xc(Hc(i,a,c));return{c(){t=_("div"),e=_("div");for(let c=0;c<r.length;c+=1)r[c].c();n=se();for(let c=0;c<l.length;c+=1)l[c].c();w(e,"class","tags svelte-sezqcq"),ot(()=>i[11].call(e)),w(t,"class","tags-wrapper svelte-sezqcq")},m(c,d){O(c,t,d),B(t,e);for(let h=0;h<r.length;h+=1)r[h]&&r[h].m(e,null);B(e,n);for(let h=0;h<l.length;h+=1)l[h]&&l[h].m(e,null);o=ls(e,i[11].bind(e))},p(c,d){if(d&4){s=c[2]||[];let h;for(h=0;h<s.length;h+=1){const u=Gc(c,s,h);r[h]?r[h].p(u,d):(r[h]=Nc(u),r[h].c(),r[h].m(e,n))}for(;h<r.length;h+=1)r[h].d(1);r.length=s.length}if(d&32){a=c[5]||[];let h;for(h=0;h<a.length;h+=1){const u=Hc(c,a,h);l[h]?l[h].p(u,d):(l[h]=Xc(u),l[h].c(),l[h].m(e,null))}for(;h<l.length;h+=1)l[h].d(1);l.length=a.length}},d(c){c&&V(t),qt(r,c),qt(l,c),o()}}}function Nc(i){let t,e=i[0]+"",n;return{c(){t=_("div"),n=Oe(e),w(t,"class","tag primary-tag svelte-sezqcq"),j(t,"min-width",Ea)},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&4&&e!==(e=o[0]+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Xc(i){let t,e=i[0]+"",n;return{c(){t=_("div"),n=Oe(e),w(t,"class","tag secondary-tag svelte-sezqcq"),j(t,"min-width",Ea)},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&32&&e!==(e=o[0]+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Yc(i){let t,e,n=i[7]&&Uc(i),o=i[3].highlightText&&Jc(i);return{c(){t=_("div"),n&&n.c(),e=se(),o&&o.c(),w(t,"class","footer svelte-sezqcq")},m(s,r){O(s,t,r),n&&n.m(t,null),B(t,e),o&&o.m(t,null)},p(s,r){s[7]?n?n.p(s,r):(n=Uc(s),n.c(),n.m(t,e)):n&&(n.d(1),n=null),s[3].highlightText?o?o.p(s,r):(o=Jc(s),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},d(s){s&&V(t),n&&n.d(),o&&o.d()}}}function Uc(i){let t,e,n=i[3].price.value+"",o,s,r=i[3].price.unit&&qc(i);return{c(){t=_("div"),e=_("span"),o=Oe(n),s=se(),r&&r.c(),w(e,"class","value svelte-sezqcq"),w(t,"class","price svelte-sezqcq")},m(a,l){O(a,t,l),B(t,e),B(e,o),B(t,s),r&&r.m(t,null)},p(a,l){l&8&&n!==(n=a[3].price.value+"")&&Qe(o,n),a[3].price.unit?r?r.p(a,l):(r=qc(a),r.c(),r.m(t,null)):r&&(r.d(1),r=null)},d(a){a&&V(t),r&&r.d()}}}function qc(i){let t,e=i[3].price.unit+"",n;return{c(){t=_("span"),n=Oe(e),w(t,"class","unit svelte-sezqcq")},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&8&&e!==(e=o[3].price.unit+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Jc(i){let t,e,n,o,s=i[3].highlightText+"",r,a,l;return{c(){t=_("div"),e=_("div"),n=se(),o=_("span"),r=Oe(s),a=se(),l=_("div"),l.innerHTML='<svg class="arrow svelte-sezqcq" viewBox="0 0 6 9"><g transform="translate(-3, -2)" fill-rule="nonzero" class="svelte-sezqcq"><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-sezqcq"></path></g></svg>',w(e,"class","gap svelte-sezqcq"),w(o,"class","text svelte-sezqcq"),w(t,"class","goto-button goto-icon svelte-sezqcq"),w(l,"class","arrow-wrapper svelte-sezqcq")},m(c,d){O(c,t,d),B(t,e),B(t,n),B(t,o),B(o,r),O(c,a,d),O(c,l,d)},p(c,d){d&8&&s!==(s=c[3].highlightText+"")&&Qe(r,s)},d(c){c&&V(t),c&&V(a),c&&V(l)}}}function ww(i){var D,x;let t,e,n,o,s,r,a,l,c,d,h=i[3].title+"",u,m,g,v,A;e=new Rt({props:{visible:i[4],outDelay:500,left:61,bottom:87,blurRadius:150,spreadRadius:75}});let b=i[3].headerPictureUrl&&Fc(i),y=((D=i[2].length)!=null?D:0)+((x=i[5].length)!=null?x:0)>0&&Wc(i),C=(i[7]||i[3].highlightText)&&Yc(i);return{c(){t=_("div"),ne(e.$$.fragment),n=se(),o=_("div"),s=se(),r=_("div"),b&&b.c(),a=se(),l=_("div"),c=_("div"),d=_("div"),u=Oe(h),m=se(),y&&y.c(),g=se(),C&&C.c(),w(o,"class","line svelte-sezqcq"),j(o,"transition-delay",i[4]?zo+"ms":jo+Kc-Zc-40+"ms"),w(d,"class","text svelte-sezqcq"),w(c,"class","title svelte-sezqcq"),w(l,"class","title-wrapper svelte-sezqcq"),w(r,"class","content svelte-sezqcq"),j(r,"max-width",Ot(i[9])),j(r,"transition-delay",i[4]?zo+jo+"ms":"0ms"),w(t,"class",v=_e(`marketing ${i[6]}`)+" svelte-sezqcq"),$(t,"unfolded",i[4]),$(t,"folded",i[8])},m(I,T){O(I,t,T),ee(e,t,null),B(t,n),B(t,o),B(t,s),B(t,r),b&&b.m(r,null),B(r,a),B(r,l),B(l,c),B(c,d),B(d,u),B(r,m),y&&y.m(r,null),B(r,g),C&&C.m(r,null),A=!0},p(I,[T]){var N,U;const S={};T&16&&(S.visible=I[4]),e.$set(S),T&16&&j(o,"transition-delay",I[4]?zo+"ms":jo+Kc-Zc-40+"ms"),I[3].headerPictureUrl?b?b.p(I,T):(b=Fc(I),b.c(),b.m(r,a)):b&&(b.d(1),b=null),(!A||T&8)&&h!==(h=I[3].title+"")&&Qe(u,h),((N=I[2].length)!=null?N:0)+((U=I[5].length)!=null?U:0)>0?y?y.p(I,T):(y=Wc(I),y.c(),y.m(r,g)):y&&(y.d(1),y=null),I[7]||I[3].highlightText?C?C.p(I,T):(C=Yc(I),C.c(),C.m(r,null)):C&&(C.d(1),C=null),T&16&&j(r,"transition-delay",I[4]?zo+jo+"ms":"0ms"),(!A||T&64&&v!==(v=_e(`marketing ${I[6]}`)+" svelte-sezqcq"))&&w(t,"class",v),(!A||T&80)&&$(t,"unfolded",I[4]),(!A||T&320)&&$(t,"folded",I[8])},i(I){A||(k(e.$$.fragment,I),A=!0)},o(I){L(e.$$.fragment,I),A=!1},d(I){I&&V(t),te(e),b&&b.d(),y&&y.d(),C&&C.d()}}}const Ea=40,zo=400,Zc=500,jo=180,Kc=500;function Pw(i,t,e){let n,o,s,r,a,l,c,d,{tag:h}=t,u,m=(()=>{var A;const v=(A=h.data.limitWidth)!=null?A:!0;if(typeof v=="number")return v;if(v===!0)return 172})();function g(){u=this.offsetHeight,e(1,u)}return i.$$set=v=>{"tag"in v&&e(0,h=v.tag)},i.$$.update=()=>{var v,A,b,y,C,D;i.$$.dirty&1&&e(4,n=(A=(v=h.state)==null?void 0:v.unfolded)!=null?A:!1),i.$$.dirty&16&&e(8,o=!n),i.$$.dirty&1&&e(3,s=h.data),i.$$.dirty&8&&e(7,r=ci((b=s.price)==null?void 0:b.value)&&((y=s.price)==null?void 0:y.value)!==""),i.$$.dirty&1&&e(6,a=h.data.theme||"light"),i.$$.dirty&1026&&u>40&&e(10,l=l-1),i.$$.dirty&1032&&e(2,c=((C=s.brandTags)==null?void 0:C.slice(0,l).filter(Boolean))||[]),i.$$.dirty&1036&&e(5,d=((D=s.tags)==null?void 0:D.slice(0,l-c.length).filter(Boolean))||[])},e(10,l=(m-20)/Ea),[h,u,c,s,n,d,a,r,o,m,l,g]}class Cw extends ce{constructor(t){super(),le(this,t,Pw,ww,ae,{tag:0},yw)}}class Ew extends Audio{constructor(e){super();f(this,"sharedAudioSrc");f(this,"sharedAudioPaused",!0);f(this,"sharedAudioCurrentTime",0);f(this,"tryplaying",!1);f(this,"audioInstance");f(this,"eventListenerDisposer");this.sharedAudioSrc=e}get paused(){var e;return(e=this.sharedAudioPaused)!=null?e:!0}get currentTime(){return this.sharedAudioCurrentTime}play(){return X(this,null,function*(){var n,o,s;if(this.tryplaying)return;this.tryplaying=!0,(!this.audioInstance||((n=this.audioInstance)==null?void 0:n.realSrc)!==this.sharedAudioSrc)&&(this.audioInstance=RA(this.sharedAudioSrc,{namespace:ga.PlayAudio})),(o=this.eventListenerDisposer)==null||o.call(this),this.eventListenerDisposer=this.addEventListeners(),this.audioInstance.currentTime=(s=this.currentTime)!=null?s:0;const e=this.audioInstance.currentTime!==this.currentTime;this.audioInstance.play().then(()=>{var r;this.audioInstance.muted=!1,e&&(this.audioInstance.currentTime=(r=this.currentTime)!=null?r:0),this.sharedAudioPaused=!1}).catch(r=>{var a;r.message==="The operation is not supported."?console.error("Error: 音频文件可能损坏或修改过文件后缀",r):console.error("Error: error playing media in Safari",r),this.endedHandler(),(a=this.onerror)==null||a.call(this,r)}).finally(()=>{this.tryplaying=!1})})}pause(e){var n;if(this.audioInstance&&!this.paused){if(this.sharedAudioPaused=!0,(n=this.eventListenerDisposer)==null||n.call(this),this.audioInstance.ended){this.endedHandler();return}this.audioInstance.paused||this.audioInstance.pause(),this.onpause(e!=null?e:new Event("pause")),this.clear()}}dispose(){var e;(e=this.eventListenerDisposer)==null||e.call(this),this.clear(),this.audioInstance=void 0}clear(){var e;(e=this.audioInstance)==null||e.clear()}endedHandler(e){var n,o;(n=this.onended)==null||n.call(this,e!=null?e:new Event("ended")),(o=this.eventListenerDisposer)==null||o.call(this),this.sharedAudioPaused=!0,this.sharedAudioCurrentTime=0,this.clear()}addEventListeners(){const e=this.audioInstance;if(!e)return;const n=u=>{var m;this.sharedAudioCurrentTime=e.currentTime,(m=this.ontimeupdate)==null||m.call(this,u)},o=u=>{var m;e.isBlankAudio||(this.sharedAudioPaused=!1,(m=this.onplay)==null||m.call(this,u))},s=u=>{this.pause(u)},r=u=>{this.endedHandler(u)},a=u=>{var m;this.sharedAudioPaused=!0,(m=this.onerror)==null||m.call(this,u)},l=u=>{var m;return(m=this.oncanplay)==null?void 0:m.call(this,u)},c=u=>{var m;return(m=this.oncanplaythrough)==null?void 0:m.call(this,u)},d=u=>{var m;return(m=this.onloadeddata)==null?void 0:m.call(this,u)},h=u=>{var m;return(m=this.onloadedmetadata)==null?void 0:m.call(this,u)};return e.addEventListener("timeupdate",n),e.addEventListener("play",o),e.addEventListener("pause",s),e.addEventListener("ended",r),e.addEventListener("error",a),e.addEventListener("canplay",l),e.addEventListener("canplaythrough",c),e.addEventListener("loadeddata",d),e.addEventListener("loadedmetadata",h),()=>{e.removeEventListener("timeupdate",n),e.removeEventListener("play",o),e.removeEventListener("pause",s),e.removeEventListener("ended",r),e.removeEventListener("error",a),e.removeEventListener("canplay",l),e.removeEventListener("canplaythrough",c),e.removeEventListener("loadeddata",d),e.removeEventListener("loadedmetadata",h)}}}function Iw(i){fe(i,"svelte-13e7hxv",".audio.svelte-13e7hxv{pointer-events:auto;cursor:pointer;width:100%;height:100%}")}function kw(i){let t,e,n,o;const s=i[8].default,r=hi(s,i,i[7],null);return{c(){t=_("div"),r&&r.c(),w(t,"class","audio svelte-13e7hxv"),w(t,"style",i[0])},m(a,l){O(a,t,l),r&&r.m(t,null),e=!0,n||(o=Ce(t,"click",Gd(i[1])),n=!0)},p(a,[l]){r&&r.p&&(!e||l&128)&&fi(r,s,a,a[7],e?ui(s,a[7],l,null):mi(a[7]),null),(!e||l&1)&&w(t,"style",a[0])},i(a){e||(k(r,a),e=!0)},o(a){L(r,a),e=!1},d(a){a&&V(t),r&&r.d(a),n=!1,o()}}}function xw(i,t,e){let{$$slots:n={},$$scope:o}=t,{url:s}=t,{enable:r=!0}=t,{style:a=""}=t,{hooksInfo:l}=t;const c=cs(),d=rn("hooks"),h=rn("mediaStore");let u,m=!0;function g(){e(5,u.onplay=A=>{d.emit("playStateChange",F({event:A,state:"playing",mediaInstance:u},l)),c("play"),e(6,m=!1)},u),e(5,u.onpause=A=>{d.emit("playStateChange",F({event:A,state:"paused",mediaInstance:u},l)),c("pause"),e(6,m=!0)},u),e(5,u.onended=A=>{d.emit("playStateChange",F({event:A,state:"paused",mediaInstance:u},l)),c("pause"),e(6,m=!0)},u),e(5,u.onloadedmetadata=A=>{typeof u.duration=="number"&&!Number.isNaN(u.duration)&&c("duration",u.duration)},u),e(5,u.onerror=A=>{c("pause"),e(6,m=!0)},u),e(5,u.ontimeupdate=A=>{c("timeupdate",u.currentTime)},u)}h.subscribe(({currentMediaElement:A})=>{A!==u&&(m||u==null||u.pause())});function v(A){u&&(d.emit("click",F({event:A,target:"AudioTagPlayIcon",audioInstance:u},l)),h.set({currentMediaElement:u}),d.emit("playStateChange",F({event:A,state:u.paused?"playing":"paused",mediaInstance:u},l)),u.paused?u.play():u.pause())}return i.$$set=A=>{"url"in A&&e(2,s=A.url),"enable"in A&&e(3,r=A.enable),"style"in A&&e(0,a=A.style),"hooksInfo"in A&&e(4,l=A.hooksInfo),"$$scope"in A&&e(7,o=A.$$scope)},i.$$.update=()=>{i.$$.dirty&4&&(s||c("duration",0)),i.$$.dirty&36&&(u==null||u.dispose(),e(5,u=new Ew(s)),c("audioRef",u),setTimeout(()=>c("audioRef",u),200),g()),i.$$.dirty&40&&(r||u==null||u.pause()),i.$$.dirty&72&&c(r&&!m?"play":"pause")},[a,v,s,r,l,u,m,o,n]}let $h=class extends ce{constructor(t){super(),le(this,t,xw,kw,ae,{url:2,enable:3,style:0,hooksInfo:4},Iw)}};function Dw(i){fe(i,"svelte-srt2pi",".audio-icon__wrapper.svelte-srt2pi.svelte-srt2pi{display:inline-block}.audio-icon.svelte-srt2pi.svelte-srt2pi{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;border-radius:50%;background-color:rgba(255, 255, 255, 0.8)}.audio-icon.svelte-srt2pi .sound-wave__container.svelte-srt2pi{position:absolute;pointer-events:none;width:60%;height:60%}.sound-wave.svelte-srt2pi.svelte-srt2pi{animation-duration:2s;animation-iteration-count:infinite;animation-play-state:paused;transition:opacity 0}.playing.svelte-srt2pi .sound-wave.svelte-srt2pi{animation-play-state:running}.playing.svelte-srt2pi .sound-wave-1.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_1_animation}.playing.svelte-srt2pi .sound-wave-2.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_2_animation}.playing.svelte-srt2pi .sound-wave-3.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_3_animation}@keyframes svelte-srt2pi-sound_wave_1_animation{0%,10%{opacity:0}25%,100%{opacity:1}}@keyframes svelte-srt2pi-sound_wave_2_animation{0%,35%{opacity:0}50%,100%{opacity:1}}@keyframes svelte-srt2pi-sound_wave_3_animation{0%,60%{opacity:0}75%,100%{opacity:1}}")}function $c(i){let t,e;return t=new Rt({props:{center:!0,blurRadius:12,spreadRadius:5}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Sw(i){let t,e,n,o,s,r=i[1]&&$c();return{c(){t=_("div"),r&&r.c(),e=se(),n=_("div"),o=_("div"),o.innerHTML='<svg width="100%" height="100%" viewBox="0 0 128 128"><g transform="rotate(-45 12 64) translate(12 64)" fill="black" stroke="black" fill-opacity="0.6" stroke-opacity="0.6"><path stroke="none" class="sound-wave sound-wave-1 svelte-srt2pi" d="M0,23 A23,23 0 0,0 23,0 L0,0"></path><path fill="none" stroke-width="15" class="sound-wave sound-wave-2 svelte-srt2pi" d="M0,46 A46,46 0 0,0 46,0"></path><path fill="none" stroke-width="15" class="sound-wave sound-wave-3 svelte-srt2pi" d="M0,80 A80,80 0 0,0 80,0"></path></g></svg>',w(o,"class","sound-wave__container svelte-srt2pi"),w(n,"class","audio-icon svelte-srt2pi"),$(n,"playing",i[0]),w(t,"class","audio-icon__wrapper svelte-srt2pi"),w(t,"style",i[2]),j(t,"width",i[5]),j(t,"height",i[5])},m(a,l){O(a,t,l),r&&r.m(t,null),B(t,e),B(t,n),B(n,o),i[7](o),i[8](t),s=!0},p(a,[l]){a[1]?r?l&2&&k(r,1):(r=$c(),r.c(),k(r,1),r.m(t,e)):r&&(de(),L(r,1,1,()=>{r=null}),he()),(!s||l&1)&&$(n,"playing",a[0]),(!s||l&4)&&w(t,"style",a[2]);const c=l&4;(c||l&36)&&j(t,"width",a[5]),(c||l&36)&&j(t,"height",a[5])},i(a){s||(k(r),s=!0)},o(a){L(r),s=!1},d(a){a&&V(t),r&&r.d(),i[7](null),i[8](null)}}}function Mw(i,t,e){let n,{playing:o}=t,{shadow:s=!1}=t,{style:r=null}=t,{width:a="100%"}=t,l,c;function d(u){Ke[u?"unshift":"push"](()=>{c=u,e(4,c)})}function h(u){Ke[u?"unshift":"push"](()=>{l=u,e(3,l)})}return i.$$set=u=>{"playing"in u&&e(0,o=u.playing),"shadow"in u&&e(1,s=u.shadow),"style"in u&&e(2,r=u.style),"width"in u&&e(6,a=u.width)},i.$$.update=()=>{i.$$.dirty&64&&e(5,n=typeof a=="number"?Ot(a):a)},[o,s,r,l,c,n,a,d,h]}class eu extends ce{constructor(t){super(),le(this,t,Mw,Sw,ae,{playing:0,shadow:1,style:2,width:6},Dw)}}function Lw(i){fe(i,"svelte-1s6gk4a",".audio-tag.svelte-1s6gk4a{position:absolute;left:0;top:0;width:0;height:0;overflow:visible}.audio-icon__wrapper.svelte-1s6gk4a{position:relative;vertical-align:top;width:100%;height:100%}.content.svelte-1s6gk4a{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0.125rem;overflow:hidden;box-sizing:border-box;font-size:0;white-space:nowrap;font-weight:600}.wrapper.svelte-1s6gk4a{position:relative;width:100%;height:100%}.audio-icon.svelte-1s6gk4a{pointer-events:none;vertical-align:top;display:inline-block;width:1rem;height:1rem;margin-right:0.25rem;margin-top:0.0625rem}.audio.svelte-1s6gk4a{position:relative;width:100%;height:100%}")}function ed(i){var A,b;let t,e,n,o,s,r,a,l,c,d,h,u,m,g;e=new Rt({props:{visible:i[6],left:i[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}});let v=i[6]&&td(i);return c=new Rh({props:{visible:i[6],textUnfolded:i[1],content:i[5]}}),h=new va({props:{unfolded:i[6],length:i[3],outDelay:i[4]+20*Math.min((b=(A=i[5])==null?void 0:A.length)!=null?b:10,15),useLinearColor:!0}}),{c(){t=_("div"),ne(e.$$.fragment),n=se(),o=_("div"),s=_("div"),r=_("div"),v&&v.c(),a=se(),l=_("div"),ne(c.$$.fragment),d=se(),ne(h.$$.fragment),w(r,"class","audio-icon svelte-1s6gk4a"),j(l,"display","inline-block"),w(s,"class","wrapper svelte-1s6gk4a"),w(o,"class","content svelte-1s6gk4a"),w(t,"class","audio-tag svelte-1s6gk4a"),$(t,"unfolded",i[6])},m(y,C){O(y,t,C),ee(e,t,null),B(t,n),B(t,o),B(o,s),B(s,r),v&&v.m(r,null),B(s,a),B(s,l),ee(c,l,null),B(t,d),ee(h,t,null),u=!0,m||(g=[Ce(l,"click",i[7]),Ut(vi.call(null,l)),Ce(l,"clientWidth",i[12])],m=!0)},p(y,C){var T,S;const D={};C&64&&(D.visible=y[6]),C&8&&(D.left=y[3]/2+"px"),e.$set(D),y[6]?v?(v.p(y,C),C&64&&k(v,1)):(v=td(y),v.c(),k(v,1),v.m(r,null)):v&&(de(),L(v,1,1,()=>{v=null}),he());const x={};C&64&&(x.visible=y[6]),C&2&&(x.textUnfolded=y[1]),C&32&&(x.content=y[5]),c.$set(x);const I={};C&64&&(I.unfolded=y[6]),C&8&&(I.length=y[3]),C&48&&(I.outDelay=y[4]+20*Math.min((S=(T=y[5])==null?void 0:T.length)!=null?S:10,15)),h.$set(I),(!u||C&64)&&$(t,"unfolded",y[6])},i(y){u||(k(e.$$.fragment,y),k(v),k(c.$$.fragment,y),k(h.$$.fragment,y),u=!0)},o(y){L(e.$$.fragment,y),L(v),L(c.$$.fragment,y),L(h.$$.fragment,y),u=!1},d(y){y&&V(t),te(e),v&&v.d(),te(c),te(h),m=!1,rt(g)}}}function td(i){let t,e,n,o,s,r,a;return e=new Rt({props:{center:!0,blurRadius:15,spreadRadius:6}}),o=new $h({props:{enable:i[6],url:i[0].data.audioUrl,hooksInfo:{tag:i[0]},$$slots:{default:[Tw]},$$scope:{ctx:i}}}),o.$on("play",i[8]),o.$on("pause",i[9]),o.$on("error",i[10]),o.$on("audioRef",i[11]),{c(){t=_("div"),ne(e.$$.fragment),n=se(),ne(o.$$.fragment),w(t,"class","audio svelte-1s6gk4a")},m(l,c){O(l,t,c),ee(e,t,null),B(t,n),ee(o,t,null),a=!0},p(l,c){i=l;const d={};c&64&&(d.enable=i[6]),c&1&&(d.url=i[0].data.audioUrl),c&1&&(d.hooksInfo={tag:i[0]}),c&8196&&(d.$$scope={dirty:c,ctx:i}),o.$set(d)},i(l){a||(k(e.$$.fragment,l),k(o.$$.fragment,l),l&&ot(()=>{a&&(r&&r.end(1),s=Dn(t,In,{duration:1e3,delay:0,easing:oi}),s.start())}),a=!0)},o(l){var c,d;L(e.$$.fragment,l),L(o.$$.fragment,l),s&&s.invalidate(),l&&(r=gi(t,In,{duration:1e3,delay:20*Math.min((d=(c=i[5])==null?void 0:c.length)!=null?d:10,15),easing:oi})),a=!1},d(l){l&&V(t),te(e),te(o),l&&r&&r.end()}}}function Tw(i){let t,e,n;return e=new eu({props:{playing:i[2]}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","audio-icon__wrapper svelte-1s6gk4a")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s&4&&(r.playing=o[2]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function zw(i){let t,e,n=i[0].state&&ed(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state?n?(n.p(o,s),s&1&&k(n,1)):(n=ed(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function jw(i,t,e){let n,o,s,{tag:r}=t,a=!1,l=!1,c;function d(){e(1,a=!a)}const h=()=>{e(2,l=!0)},u=()=>{e(2,l=!1)},m=()=>{e(2,l=!1)};function g(A){pi.call(this,i,A)}const v=A=>{e(3,c=A.detail)};return i.$$set=A=>{"tag"in A&&e(0,r=A.tag)},i.$$.update=()=>{var A,b,y;i.$$.dirty&1&&e(6,n=!!((A=r.state)!=null&&A.unfolded)),i.$$.dirty&1&&e(5,o=(y=(b=r.data.title)!=null?b:r.data.text)!=null?y:""),i.$$.dirty&2&&e(4,s=a?450:0)},[r,a,l,c,s,o,n,d,h,u,m,g,v]}class Vw extends ce{constructor(t){super(),le(this,t,jw,zw,ae,{tag:0},Lw)}}function _w(i){fe(i,"svelte-58hfjf",".audio-tag__wrapper.svelte-58hfjf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.audio-tag.svelte-58hfjf{position:relative;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:0.1875rem;padding-right:0.625rem;border-radius:624999.9375rem;border:0.03125rem solid rgba(255, 255, 255, 0.2)}.audio__inner.svelte-58hfjf{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.text.svelte-58hfjf{font-weight:bold;font-size:0.75rem;margin-left:0.25rem}.audio-icon__wrapper.svelte-58hfjf{position:relative;vertical-align:top;pointer-events:none;width:1.375rem;height:1.375rem}")}function nd(i){let t,e,n,o;return n=new $h({props:{style:"width: max-content; height: max-content;",enable:i[0].state.visible,url:i[0].data.audioUrl,hooksInfo:{tag:i[0]},$$slots:{default:[Bw]},$$scope:{ctx:i}}}),n.$on("play",i[6]),n.$on("pause",i[7]),n.$on("error",i[8]),n.$on("timeupdate",i[9]),n.$on("duration",i[10]),n.$on("audioRef",i[11]),{c(){t=_("div"),e=_("div"),ne(n.$$.fragment),w(e,"class","audio-tag svelte-58hfjf"),j(e,"background-color",i[4].bgColor),j(e,"color",i[4].fontColor),w(t,"class","audio-tag__wrapper svelte-58hfjf")},m(s,r){O(s,t,r),B(t,e),ee(n,e,null),o=!0},p(s,r){const a={};r&1&&(a.enable=s[0].state.visible),r&1&&(a.url=s[0].data.audioUrl),r&1&&(a.hooksInfo={tag:s[0]}),r&8232&&(a.$$scope={dirty:r,ctx:s}),n.$set(a),r&16&&j(e,"background-color",s[4].bgColor),r&16&&j(e,"color",s[4].fontColor)},i(s){o||(k(n.$$.fragment,s),o=!0)},o(s){L(n.$$.fragment,s),o=!1},d(s){s&&V(t),te(n)}}}function Ow(i){let t;return{c(){t=Oe(i[5])},m(e,n){O(e,t,n)},p(e,n){n&32&&Qe(t,e[5])},d(e){e&&V(t)}}}function Bw(i){let t,e,n,o,s,r,a;return n=new eu({props:{playing:i[3]}}),r=new Aa({props:{maxWidth:72,$$slots:{default:[Ow]},$$scope:{ctx:i}}}),{c(){t=_("div"),e=_("div"),ne(n.$$.fragment),o=se(),s=_("div"),ne(r.$$.fragment),w(e,"class","audio-icon__wrapper svelte-58hfjf"),w(s,"class","text svelte-58hfjf"),w(t,"class","audio__inner svelte-58hfjf")},m(l,c){O(l,t,c),B(t,e),ee(n,e,null),B(t,o),B(t,s),ee(r,s,null),a=!0},p(l,c){const d={};c&8&&(d.playing=l[3]),n.$set(d);const h={};c&8224&&(h.$$scope={dirty:c,ctx:l}),r.$set(h)},i(l){a||(k(n.$$.fragment,l),k(r.$$.fragment,l),a=!0)},o(l){L(n.$$.fragment,l),L(r.$$.fragment,l),a=!1},d(l){l&&V(t),te(n),te(r)}}}function Rw(i){let t,e,n=i[0].state&&nd(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state?n?(n.p(o,s),s&1&&k(n,1)):(n=nd(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Qw(i,t,e){let n,o,{tag:s}=t;const r={light:{bgColor:"rgba(255, 255, 255, 0.3)",fontColor:"rgba(0, 0, 0, 0.6)"},dark:{bgColor:"rgba(0, 0, 0, 0.3)",fontColor:"white"}};let a=0,l=0,c=!1;const d=()=>{e(3,c=!0)},h=()=>{e(3,c=!1)},u=()=>{e(3,c=!1)},m=A=>{e(1,a=A.detail)},g=A=>{e(2,l=A.detail)};function v(A){pi.call(this,i,A)}return i.$$set=A=>{"tag"in A&&e(0,s=A.tag)},i.$$.update=()=>{var A,b,y;i.$$.dirty&1&&e(5,n=(b=(A=s.data.title)!=null?A:s.data.text)!=null?b:""),i.$$.dirty&1&&e(4,o=(y=r[s.data.theme||"light"])!=null?y:r.light)},[s,a,l,c,o,n,d,h,u,m,g,v]}class Hw extends ce{constructor(t){super(),le(this,t,Qw,Rw,ae,{tag:0},_w)}}function Gw(i){let t,e;return t=new Hw({props:{tag:i[0]}}),t.$on("audioRef",i[2]),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.tag=n[0]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Fw(i){let t,e;return t=new Vw({props:{tag:i[0]}}),t.$on("audioRef",i[2]),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.tag=n[0]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Ww(i){let t,e,n,o;const s=[Fw,Gw],r=[];function a(l,c){return l[1]==="line"?0:l[1]==="plane"?1:-1}return~(t=a(i))&&(e=r[t]=s[t](i)),{c(){e&&e.c(),n=Ee()},m(l,c){~t&&r[t].m(l,c),O(l,n,c),o=!0},p(l,[c]){let d=t;t=a(l),t===d?~t&&r[t].p(l,c):(e&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=s[t](l),e.c()),k(e,1),e.m(n.parentNode,n)):e=null)},i(l){o||(k(e),o=!0)},o(l){L(e),o=!1},d(l){~t&&r[t].d(l),l&&V(n)}}}function Nw(i,t,e){let n,{tag:o}=t,s;function r(a){s=a.detail}return o.play=()=>s.play(),o.pause=()=>s.pause(),i.$$set=a=>{"tag"in a&&e(0,o=a.tag)},i.$$.update=()=>{var a;i.$$.dirty&1&&e(1,n=(a=o.data.appearance)!=null?a:"line")},[o,n,r]}class Xw extends ce{constructor(t){super(),le(this,t,Nw,Ww,ae,{tag:0})}}function Yw(i){fe(i,"svelte-10cw0el",".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}")}function id(i){var o;let t,e,n;return e=new Kh({props:{mediaItemConfig:{canPlay:!0,playButtonSizeIfNeed:"large",playButtonIfNeed:(o=i[4])!=null?o:"withText",disableVideoIfHavePoster:!1,objectFit:i[2]},unfolded:i[6],mediaData:i[5],enableCarousel:i[1],autoplayConfig:i[3],tag:i[0],inDelay:500,duration:500}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","media-wrapper svelte-10cw0el")},m(s,r){O(s,t,r),ee(e,t,null),n=!0},p(s,r){var l;const a={};r&20&&(a.mediaItemConfig={canPlay:!0,playButtonSizeIfNeed:"large",playButtonIfNeed:(l=s[4])!=null?l:"withText",disableVideoIfHavePoster:!1,objectFit:s[2]}),r&64&&(a.unfolded=s[6]),r&32&&(a.mediaData=s[5]),r&2&&(a.enableCarousel=s[1]),r&8&&(a.autoplayConfig=s[3]),r&1&&(a.tag=s[0]),e.$set(a)},i(s){n||(k(e.$$.fragment,s),n=!0)},o(s){L(e.$$.fragment,s),n=!1},d(s){s&&V(t),te(e)}}}function Uw(i){let t,e,n=i[0].state&&i[5]&&id(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state&&o[5]?n?(n.p(o,s),s&33&&k(n,1)):(n=id(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function qw(i,t,e){let n,o,s,r,a,l,{tag:c}=t;return i.$$set=d=>{"tag"in d&&e(0,c=d.tag)},i.$$.update=()=>{var d,h;i.$$.dirty&1&&e(6,n=c.state?c.state.unfolded:!1),i.$$.dirty&1&&e(5,o=c.data.mediaData),i.$$.dirty&1&&e(1,s=c.data.enableCarousel),i.$$.dirty&1&&e(4,r=c.data.playIcon),i.$$.dirty&3&&e(3,a=(d=c.data.autoplayConfig)!=null?d:{autoplay:s!=null?s:!0,autoplayVideo:!0}),i.$$.dirty&1&&e(2,l=(h=c.data.objectFit)!=null?h:(()=>c.data.adaptationMode==="stretch"?"fill":c.data.adaptationMode==="proportional"?"contain":void 0)())},[c,s,l,a,r,o,n]}class Jw extends ce{constructor(t){super(),le(this,t,qw,Uw,ae,{tag:0},Yw)}}function tu(i){return X(this,null,function*(){return new Promise((t,e)=>{if(!i){e(Error("url is empty"));return}const n=new Image;n.src=i,n.onload=()=>t({width:n.width,height:n.height}),n.onerror=e})})}function Zw(i){return X(this,null,function*(){const{url:t,ratio:e=3}=i;i.ratio||console.warn("Tag icon ratio is not set, default is 3");const{width:n,height:o}=yield tu(t);return ye(F({},i),{width:n/e,height:o/e})})}function Kw(i){return X(this,null,function*(){const{steps:t,url:e,ratio:n=3,fps:o=24}=i;if(!t)throw new Error("KeyframeIcon requires steps");const{width:s,height:r}=yield tu(e),a=s/n,l=r/n,c=a/t,d=l,h=1/o*t+"s";return ye(F({},i),{width:c,height:d,duration:h})})}function $w(i){fe(i,"svelte-316sq3","@keyframes svelte-316sq3-sprites-animation{0%{background-position:0 0}100%{background-position:100% 0}}.icon-image.svelte-316sq3{display:block;width:auto}.icon-keyframe.svelte-316sq3{background-repeat:no-repeat;background-size:auto 100%;animation-direction:normal;animation-iteration-count:infinite;animation-name:svelte-316sq3-sprites-animation;animation-delay:0}")}function od(i){i[1]=i[19].width}function sd(i){i[1]=i[19].width,i[16]=i[19].height,i[17]=i[19].steps,i[18]=i[19].duration}function rd(i){let t,e,n,o=i[0]&&ad();function s(l,c){return l[8]?tP:eP}let r=s(i),a=r(i);return{c(){t=_("div"),o&&o.c(),e=se(),a.c(),w(t,"class","icon"),j(t,"width",i[1])},m(l,c){O(l,t,c),o&&o.m(t,null),B(t,e),a.m(t,null),n=!0},p(l,c){l[0]?o?c&1&&k(o,1):(o=ad(),o.c(),k(o,1),o.m(t,e)):o&&(de(),L(o,1,1,()=>{o=null}),he()),r===(r=s(l))&&a?a.p(l,c):(a.d(1),a=r(l),a&&(a.c(),a.m(t,null))),c&2&&j(t,"width",l[1])},i(l){n||(k(o),n=!0)},o(l){L(o),n=!1},d(l){l&&V(t),o&&o.d(),a.d()}}}function ad(i){let t,e;return t=new Rt({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function eP(i){let t,e,n={ctx:i,current:null,token:null,hasCatch:!1,pending:oP,then:iP,catch:nP,value:19};return Xo(e=i[11](He({url:i[7],ratio:i[5]})),n),{c(){t=Ee(),n.block.c()},m(o,s){O(o,t,s),n.block.m(o,n.anchor=s),n.mount=()=>t.parentNode,n.anchor=t},p(o,s){i=o,n.ctx=i,s&160&&e!==(e=i[11](He({url:i[7],ratio:i[5]})))&&Xo(e,n)||Kd(n,i,s)},d(o){o&&V(t),n.block.d(o),n.token=null,n=null}}}function tP(i){let t,e,n={ctx:i,current:null,token:null,hasCatch:!1,pending:aP,then:rP,catch:sP,value:19};return Xo(e=i[10](He({url:i[7],steps:i[2],fps:i[6],ratio:i[5]})),n),{c(){t=Ee(),n.block.c()},m(o,s){O(o,t,s),n.block.m(o,n.anchor=s),n.mount=()=>t.parentNode,n.anchor=t},p(o,s){i=o,n.ctx=i,s&228&&e!==(e=i[10](He({url:i[7],steps:i[2],fps:i[6],ratio:i[5]})))&&Xo(e,n)||Kd(n,i,s)},d(o){o&&V(t),n.block.d(o),n.token=null,n=null}}}function nP(i){return{c:K,m:K,p:K,d:K}}function iP(i){od(i);let t,e;return{c(){t=_("img"),w(t,"alt","tag-icon"),w(t,"class","icon-image svelte-316sq3"),wt(t.src,e=i[7])||w(t,"src",e),j(t,"width",Ot(Jn({originWidth:i[1],scale:i[4],wantedWidth:i[3]}).width))},m(n,o){O(n,t,o)},p(n,o){od(n),o&128&&!wt(t.src,e=n[7])&&w(t,"src",e),o&184&&j(t,"width",Ot(Jn({originWidth:n[1],scale:n[4],wantedWidth:n[3]}).width))},d(n){n&&V(t)}}}function oP(i){return{c:K,m:K,p:K,d:K}}function sP(i){return{c:K,m:K,p:K,d:K}}function rP(i){sd(i);let t,e=`url(${i[7]})`,n=`steps(${i[17]}, jump-none)`;return{c(){t=_("div"),w(t,"class","icon-keyframe svelte-316sq3"),j(t,"width",Ot(Jn({originWidth:i[1],originHeight:i[16],scale:i[4],wantedWidth:i[3]}).width)),j(t,"height",Ot(Jn({originWidth:i[1],originHeight:i[16],scale:i[4],wantedWidth:i[3]}).height)),j(t,"background-image",e),j(t,"animation-duration",i[18]),j(t,"animation-timing-function",n)},m(o,s){O(o,t,s)},p(o,s){sd(o),s&252&&j(t,"width",Ot(Jn({originWidth:o[1],originHeight:o[16],scale:o[4],wantedWidth:o[3]}).width)),s&252&&j(t,"height",Ot(Jn({originWidth:o[1],originHeight:o[16],scale:o[4],wantedWidth:o[3]}).height)),s&128&&e!==(e=`url(${o[7]})`)&&j(t,"background-image",e),s&228&&j(t,"animation-duration",o[18]),s&228&&n!==(n=`steps(${o[17]}, jump-none)`)&&j(t,"animation-timing-function",n)},d(o){o&&V(t)}}}function aP(i){return{c:K,m:K,p:K,d:K}}function lP(i){let t,e,n=i[9]&&rd(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[9]?n?(n.p(o,s),s&512&&k(n,1)):(n=rd(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Jn(i){const{originWidth:t,originHeight:e,scale:n=1,wantedWidth:o}=i,s=(o!=null?o:t)*n,r=typeof e=="number"?s*(e/t):void 0;return ye(F({},i),{width:s,height:r})}function cP(i,t,e){let n,o,s,r,a,l,c,d,h,{width:u=null}=t,{icon:m=null}=t,{shadow:g=!1}=t;const v=cs();function A(C){return X(this,null,function*(){const D=yield Kw(C);return v("iconLoaded",D),D})}function b(C){return X(this,null,function*(){if(typeof h=="number")return ye(F({},C),{width:h});const D=yield Zw(C);return v("iconLoaded",D),D})}function y(){d||v("iconLoaded")}return St(()=>{y()}),i.$$set=C=>{"width"in C&&e(1,u=C.width),"icon"in C&&e(12,m=C.icon),"shadow"in C&&e(0,g=C.shadow)},i.$$.update=()=>{var C,D;i.$$.dirty&4096&&e(7,n=m==null?void 0:m.url),i.$$.dirty&4096&&e(2,o=(C=m==null?void 0:m.steps)!=null?C:1),i.$$.dirty&4096&&e(6,s=m==null?void 0:m.fps),i.$$.dirty&4096&&e(5,r=m==null?void 0:m.ratio),i.$$.dirty&4096&&e(4,a=(D=m==null?void 0:m.scale)!=null?D:1),i.$$.dirty&4096&&e(3,l=m==null?void 0:m.width),i.$$.dirty&252&&e(9,c=He({url:n,steps:o,fps:s,ratio:r,scale:a,width:l})),i.$$.dirty&4&&e(8,d=o>1),i.$$.dirty&2&&(h=u)},y(),[g,u,o,l,a,r,s,n,d,c,A,b,m]}class nu extends ce{constructor(t){super(),le(this,t,cP,lP,ae,{width:1,icon:12,shadow:0},$w)}}function dP(i){fe(i,"svelte-e58ijk",".wrapper.svelte-e58ijk{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-e58ijk{position:relative;display:flex;align-items:center;justify-content:center}.text.svelte-e58ijk{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}")}function ld(i){let t,e,n,o,s,r;return e=new Rt({props:{outDelay:0,inDelay:0,center:!0,width:"80%",blurRadius:40,spreadRadius:16,opacity:.08}}),{c(){t=_("div"),ne(e.$$.fragment),n=se(),o=_("div"),s=Oe(i[1]),w(o,"class","text svelte-e58ijk"),w(t,"class","text-wrapper svelte-e58ijk")},m(a,l){O(a,t,l),ee(e,t,null),B(t,n),B(t,o),B(o,s),r=!0},p(a,l){(!r||l&2)&&Qe(s,a[1])},i(a){r||(k(e.$$.fragment,a),r=!0)},o(a){L(e.$$.fragment,a),r=!1},d(a){a&&V(t),te(e)}}}function hP(i){let t,e,n,o;e=new nu({props:{icon:i[0],shadow:!0}}),e.$on("iconLoaded",i[4]);let s=i[1]&&i[2]&&ld(i);return{c(){t=_("div"),ne(e.$$.fragment),n=se(),s&&s.c(),w(t,"class","wrapper svelte-e58ijk")},m(r,a){O(r,t,a),ee(e,t,null),B(t,n),s&&s.m(t,null),o=!0},p(r,[a]){const l={};a&1&&(l.icon=r[0]),e.$set(l),r[1]&&r[2]?s?(s.p(r,a),a&6&&k(s,1)):(s=ld(r),s.c(),k(s,1),s.m(t,null)):s&&(de(),L(s,1,1,()=>{s=null}),he())},i(r){o||(k(e.$$.fragment,r),k(s),o=!0)},o(r){L(e.$$.fragment,r),L(s),o=!1},d(r){r&&V(t),te(e),s&&s.d()}}}function uP(i,t,e){let n,o,s,{tag:r}=t;const a=()=>{e(2,n=!0)};return i.$$set=l=>{"tag"in l&&e(3,r=l.tag)},i.$$.update=()=>{var l,c,d;i.$$.dirty&8&&e(1,o=(l=r.data.title)!=null?l:r.data.text),i.$$.dirty&8&&e(0,s=(d=r.data.icon)!=null?d:(c=r.style)==null?void 0:c.point)},e(2,n=!1),[s,o,n,r,a]}class fP extends ce{constructor(t){super(),le(this,t,uP,hP,ae,{tag:3},dP)}}function mP(i){fe(i,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function cd(i){let t,e=i[0].element+"",n;return{c(){t=new Go(!1),n=Ee(),t.a=n},m(o,s){t.m(e,o,s),O(o,n,s)},p(o,s){s&1&&e!==(e=o[0].element+"")&&t.p(e)},d(o){o&&V(n),o&&t.d()}}}function pP(i){let t,e=typeof i[0].element=="string"&&cd(i);return{c(){t=_("div"),e&&e.c(),w(t,"class","customElement__container svelte-kzl2aj")},m(n,o){O(n,t,o),e&&e.m(t,null),i[2](t)},p(n,[o]){typeof n[0].element=="string"?e?e.p(n,o):(e=cd(n),e.c(),e.m(t,null)):e&&(e.d(1),e=null)},i:K,o:K,d(n){n&&V(t),e&&e.d(),i[2](null)}}}function gP(i,t,e){let{tag:n}=t,o,s;St(()=>{if(o){if(n.element instanceof Element){const a=n.element;o.appendChild(a),s=()=>a.remove()}else if(typeof n.element=="function"){const a=n.element;s=a(o)}}}),hn(()=>{s==null||s()});function r(a){Ke[a?"unshift":"push"](()=>{o=a,e(1,o)})}return i.$$set=a=>{"tag"in a&&e(0,n=a.tag)},[n,o,r]}class vP extends ce{constructor(t){super(),le(this,t,gP,pP,ae,{tag:0},mP)}}function AP(i){fe(i,"svelte-1r4fqvg",'@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,T1RUTwAKAIAAAwAgQ0ZGINFD4CEAAAaQAAAHC0dTVUIAAQAAAAANnAAAAApPUy8yaB5pEwAAAjQAAABgY21hcEItjGUAAAT0AAABfGhlYWQS1WWOAAAAtAAAADZoaGVhBfMBxwAAAhAAAAAkaG10eJ9gBO8AAADsAAABJG1heHAASVAAAAAArAAAAAZuYW1lqczkZQAAApQAAAJecG9zdP+4ADIAAAZwAAAAIAAAUAAASQAAAAEAAAABAADkeHeyXw889QADA+gAAAAA2NoRKwAAAADY2hErACn/OAHgAyAAAQADAAIAAAAAAAAB9ABdAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACCAA7AcwAdwIIADMCCAA0AhwAMwISADkCCAAuAfQANAH+ACsB/gApAggANAEeAFABHgBQAR4AUAIIADQCCAAuAR4AUAEeAFABfAAxAAEAAAPo/zgAAAIcACkAKQHgAAEAAAAAAAAAAAAAAAAAAABJAAMCLgGQAAUACAKKAlgAAABLAooCWAAAAV4AMgEsAAAAAAgAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFVLV04AIAAg/xsDIP84AMgD6ADIAAAAAQAAAAAB9AK8AAAAIAAAAAAAEADGAAEAAAAAAAEADAAAAAEAAAAAAAIABAAMAAEAAAAAAAMAGwAQAAEAAAAAAAQAEQArAAEAAAAAAAUAPAA8AAEAAAAAAAYAEAB4AAEAAAAAAAgADAAAAAEAAAAAAAkADAAAAAMAAQQJAAEAGACIAAMAAQQJAAIACACgAAMAAQQJAAMANgCoAAMAAQQJAAQAIgDeAAMAAQQJAAUAeAEAAAMAAQQJAAYAIAF4AAMAAQQJAAgAGACIAAMAAQQJAAkAGACIQUxJQkFCQSBGb250Qm9sZDEuMDAwO1VLV047QUxJQkFCQUZvbnQtQm9sZEFMSUJBQkEgRm9udCBCb2xkVmVyc2lvbiAxLjAwMDtQUyAwMDEuMDAwO2hvdGNvbnYgMS4wLjg4O21ha2VvdGYubGliMi41LjY0Nzc1QUxJQkFCQUZvbnQtQm9sZABBAEwASQBCAEEAQgBBACAARgBvAG4AdABCAG8AbABkADEALgAwADAAMAA7AFUASwBXAE4AOwBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAEEATABJAEIAQQBCAEEAIABGAG8AbgB0ACAAQgBvAGwAZABWAGUAcgBzAGkAbwBuACAAMQAuADAAMAAwADsAUABTACAAMAAwADEALgAwADAAMAA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADgAOAA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADYANAA3ADcANQBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAAAAAAADAAAAAwAAASIAAQAAAAAAHAADAAEAAAEiAAABBgAAAAAAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAABCSEMANjc4OTo7PD0+PwAAAAAAAAACAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGwAAAAAAABwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAFoAAAAQABAAAwAAACAALgA5AFoAegCl/xv//wAAACAALAAwAEEAYQCl/xr////hAAAABv/B/7v/nwAAAAEAAAAOAAAAAAAAAAAACgAAAEIASABDAEYARwADAAAAAAAA/7UAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAQAEAgABAQERQUxJQkFCQUZvbnQtQm9sZAABAQEg+A8A+CAB+CEC+BgEtPtc+HT5tAX3KA/3UBGcHAZWEgAHAQENExoiKTpLbmluZS4wMDEuMDAxbW9uZXkudW5pRkYxQm5pbmUuMDAxdW5pRkYxQWNvcHlyaWdodCBtaXNzaW5nQUxJQkFCQSBGb250IEJvbGQAAAEAAQAAIhkAQhkAEQkBhwABigAADQAADwAAZAABiAABiwABiQAADgAASQIAAQCtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gFDAVoBqwIsAloCuAMcAzkDzwQ4BDoEPARRBFMEVQTNBOIE8QUEmPtc0Ky6rKKsuqzHrKPDoa2irLCspq2vraWssKzOAejVrKytrKzYA/gu+bQV+9H+fPfRBj76ORVqSWbNavs6rM2wSqwH7vsVFUXNafs68wfNaRVqZ6wG704VaklFJ6zNsEmsB/c6TxUn+zqt9xnNB6z7DhX7Bfs69wWsO++6anRpwwfv+0EV+wX7OvcFB/cZahUnXO8GrFMVamsHRVwF8Wr7OqwG0boFRawGDg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4OrIr5UQH3OPdUA/ebihVmaZSdbB9Mr2TL0xr3vgewlK2eqh7Kr86y1BuvrIJ5qh/HZrJIQhr7vgdngmp5bR5OZ0tkQxv46ARUX2FSH/u+B1a5YMDAs7TCHve+B8RjtVYeDnD4utkB93HzA/cL+QgVPfH8vPP5UgcOrIn5UgG++DYD+GmJFfw28wb3svfUBZ2glKSnGsNduFBWXF1UiB4ijgaMsJWsnqoIyLHMstYbsa6Ceawfy2ezSUAaVndXZ2Me+2/7jQX3pwYOrIvy92Tz90ryEr/zM/L3SvMu8hPy+B/3/xUT7LCwpMDDGq6CrHqoHsZnTK5DG2lrg3puH09pZk5EGobykAe4tba6vrViXFZiYlcedyOfBhPyxLpdUlJcW1JSXLvEH5ojfAdllGiebB5LsM5j1xuwrpSeqx/KsLPO1xrKcMNerx4OwPL1Affi8gP4dPdlFWD4fPshBvuJ/HkF+wH3ryPy87YH+8z1Ffc69+QF++QHDrb3ZNf3ZfAB9zX3YwP3nRZlaJSebB9LsGPO1xrzBlK6XMTEubrEHtcHxF26UlJcXFIeI/g0+BYh+677JAaorK2ZsBuwroJ4qx/LZrNHPxo/B2aCaHhrHktmR2NAGw6si/X3b/IBufX3b/ID95n4QBWAg4uKhh/3EfelBfsHBvtK/CMFfnCFbm0aZJVnnmoeSrLPYdobsq6Vnqwfy7K10dgasoGueKwey2RHtT4b+9YETlu7yMe8vcfHvVlPT1laTx8OmIr5UQG/+B8D93iKFfsIBvdo+OYF+6T2+B8oBg6iifL3bPX3QPEStvNB8vc/8jXxE/L4EvgHFRPss7Cnu78arYOreqgexWpNr0YbaWyDem4fUmlmTUcaXqBftGAeE/JWYmROSxpklWieax5Ksc9i2BuxrpWerB/LsbTP2BrHaMVath4T7PsN93QVu7FjXFtlZltcZbC7urGzuh8T8oX8ghVPW7zHx7q6yMa9W1BPWVpQHw6i96Tz92/0AbTz93DzA/hp+HkVsIGveKwezmNFtUAbZGeBeGofSmNiRT8aZJVnnmseSrHPYtoboAb7EvukBfcHBvdL+CEFmaySqaQa+9gWxry+yJ6dhoGcHq12oWZmGk5YW1BMXLnKHg4gCiEK+11L91IlCvdiyhWtb6hpJgoeJAoOIQogCqz3pe/3b/UBufX3bfQD+G74dxWyga94rB7NZEW0PhtlaIF4ah9KY2FFPxo7tkTPZh6MjIqKjB+TiJCIjYoIjgaCoKGHoRuanY6QoB+IgfsB+6QF9wcG9y/4IgWYppGnqhr7a/sCFVBbvMjHu7zGyLxbTk5aWk4fDvtd+AojCoz7jBUmCh8kCq1vqGkeDvtdi/cS94wjCvwKBCIKDiD3ru8BvPeuA7z4EhUn967vBw4eoDf/DAmLDAv47BT4exWcEwAHAQFBXW97ipCarPcv8+7yAfdl8gP4aPf6FfIjB+r3gwUiBi77gwWHBjH3gwUkBuP7gwUnJPcxKPsxI/cx+y/y9y/3MPP7MO4GDvtdi/cSJQr3JBZkcqOzsKSksrCkcWdlcnFmHw6up6eurm+naGhvb2hop2+uHwv3EiUK9yP4ChUiCgt3SgWxBrnmBZGVj5eZGgsB2/cSAwtobm5paqBzqoYLAAABAAAAAAAAAAAAAA==) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-1r4fqvg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-1r4fqvg{transition:opacity 0.3s linear}.content__container.unClickable.svelte-1r4fqvg{pointer-events:none !important}.content__container.unClickable.svelte-1r4fqvg *{pointer-events:none !important}.content__wrapper.svelte-1r4fqvg{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1r4fqvg{opacity:0;pointer-events:none}.content__container.hide.svelte-1r4fqvg *{pointer-events:none !important}.content__container.disable.svelte-1r4fqvg{display:none}.content.svelte-1r4fqvg{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1r4fqvg:not(.unfolded){pointer-events:none}.content.svelte-1r4fqvg:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1r4fqvg{pointer-events:auto}')}function bP(i){let t,e;return{c(){t=_("div"),w(t,"data-info","tag content is keep folded"),w(t,"data-id",e=i[1].id)},m(n,o){O(n,t,o)},p(n,o){o&2&&e!==(e=n[1].id)&&w(t,"data-id",e)},i:K,o:K,d(n){n&&V(t)}}}function yP(i){let t,e,n,o,s,r,a,l,c,d;const h=[xP,kP,IP,EP,CP,PP],u=[];function m(g,v){return g[1].contentType==="Text"?0:g[1].contentType==="ImageText"||g[1].contentType==="Image"||g[1].contentType==="Video"?1:g[1].contentType==="Audio"?2:g[1].contentType==="Marketing"?3:g[1].contentType==="Link"||g[1].contentType==="VRLink"||g[1].contentType==="PanoLink"||g[1].contentType==="Sticker"?4:g[1].contentType==="MediaPlane"||g[1].contentType==="MediaModel"?5:-1}return~(o=m(i))&&(s=u[o]=h[o](i)),{c(){var g;t=_("div"),e=_("div"),n=_("div"),s&&s.c(),w(n,"class","content svelte-1r4fqvg"),$(n,"unfolded",(g=i[1].state)==null?void 0:g.unfolded),w(e,"class","content__wrapper svelte-1r4fqvg"),w(t,"class",r=_e(it("content__container",i[1].className))+" svelte-1r4fqvg"),w(t,"data-id",a=i[1].id),$(t,"disable",i[1].enabled===!1),$(t,"hide",i[4]),$(t,"withAnimation",i[0]),$(t,"unClickable",i[1].mergedConfig.clickable===!1),j(t,"width",i[1].stickType==="Plane"||i[1].contentType==="MediaModel"?"100%":0),j(t,"height",i[1].stickType==="Plane"||i[1].contentType==="MediaModel"?"100%":0)},m(g,v){O(g,t,v),B(t,e),B(e,n),~o&&u[o].m(n,null),l=!0,c||(d=Ce(t,"click",Gd(i[14])),c=!0)},p(g,v){var b;let A=o;o=m(g),o===A?~o&&u[o].p(g,v):(s&&(de(),L(u[A],1,1,()=>{u[A]=null}),he()),~o?(s=u[o],s?s.p(g,v):(s=u[o]=h[o](g),s.c()),k(s,1),s.m(n,null)):s=null),(!l||v&2)&&$(n,"unfolded",(b=g[1].state)==null?void 0:b.unfolded),(!l||v&2&&r!==(r=_e(it("content__container",g[1].className))+" svelte-1r4fqvg"))&&w(t,"class",r),(!l||v&2&&a!==(a=g[1].id))&&w(t,"data-id",a),(!l||v&2)&&$(t,"disable",g[1].enabled===!1),(!l||v&18)&&$(t,"hide",g[4]),(!l||v&3)&&$(t,"withAnimation",g[0]),(!l||v&2)&&$(t,"unClickable",g[1].mergedConfig.clickable===!1),v&2&&j(t,"width",g[1].stickType==="Plane"||g[1].contentType==="MediaModel"?"100%":0),v&2&&j(t,"height",g[1].stickType==="Plane"||g[1].contentType==="MediaModel"?"100%":0)},i(g){l||(k(s),l=!0)},o(g){L(s),l=!1},d(g){g&&V(t),~o&&u[o].d(),c=!1,d()}}}function wP(i){let t,e,n,o,s,r,a;return e=new vP({props:{tag:He(i[1])}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class",n=_e(it("content__container",i[1].className))+" svelte-1r4fqvg"),w(t,"data-id",o=i[1].id),$(t,"custom-tag-disable",i[1].enabled===!1),$(t,"custom-tag-hide",i[4])},m(l,c){O(l,t,c),ee(e,t,null),s=!0,r||(a=Ce(t,"click",i[13]),r=!0)},p(l,c){const d={};c&2&&(d.tag=He(l[1])),e.$set(d),(!s||c&2&&n!==(n=_e(it("content__container",l[1].className))+" svelte-1r4fqvg"))&&w(t,"class",n),(!s||c&2&&o!==(o=l[1].id))&&w(t,"data-id",o),(!s||c&2)&&$(t,"custom-tag-disable",l[1].enabled===!1),(!s||c&18)&&$(t,"custom-tag-hide",l[4])},i(l){s||(k(e.$$.fragment,l),s=!0)},o(l){L(e.$$.fragment,l),s=!1},d(l){l&&V(t),te(e),r=!1,a()}}}function PP(i){let t,e;return t=new Jw({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function CP(i){let t,e;return t=new fP({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function EP(i){let t,e;return t=new Cw({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function IP(i){let t,e;return t=new Xw({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function kP(i){let t,e;return t=new bw({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function xP(i){let t,e;return t=new Bb({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function DP(i){let t,e,n,o;const s=[wP,yP,bP],r=[];function a(l,c){return l[1].element?0:l[3]?1:2}return t=a(i),e=r[t]=s[t](i),{c(){e.c(),n=Ee()},m(l,c){r[t].m(l,c),O(l,n,c),o=!0},p(l,[c]){let d=t;t=a(l),t===d?r[t].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),e=r[t],e?e.p(l,c):(e=r[t]=s[t](l),e.c()),k(e,1),e.m(n.parentNode,n))},i(l){o||(k(e),o=!0)},o(l){L(e),o=!1},d(l){r[t].d(l),l&&V(n)}}}function SP(i,t,e){let n,o,s,r,a,l,{withAnimation:c=!1}=t,{tag:d}=t,{hooks:h}=t,{state:u}=t,{mediaStore:m}=t,{temporaryState:g}=t;_r("hooks",h),_r("mediaStore",m);let v,A;function b(x){x?h.emit("exposure",{id:r,type:"start"}):h.emit("exposure",{id:r,type:"end"})}function y(x,I,T){var S,N;return!(!I.visible||!I.enabled||!T.visible||!((S=x.state)!=null&&S.visible)||((N=x.temporaryState)==null?void 0:N.visible)===!1||At(x)&&!x.mediaVisible)}const C=x=>h.emit("click",{event:x,target:"TagContent",tag:d}),D=x=>h.emit("click",{event:x,target:"TagContent",tag:d});return i.$$set=x=>{"withAnimation"in x&&e(0,c=x.withAnimation),"tag"in x&&e(1,d=x.tag),"hooks"in x&&e(2,h=x.hooks),"state"in x&&e(5,u=x.state),"mediaStore"in x&&e(6,m=x.mediaStore),"temporaryState"in x&&e(7,g=x.temporaryState)},i.$$.update=()=>{var x,I,T,S,N,U,G,z,H,R,J;i.$$.dirty&2&&e(11,n=(x=d.state)==null?void 0:x.unfolded),i.$$.dirty&2&&e(10,o=(I=d.state)==null?void 0:I.visible),i.$$.dirty&162&&e(12,s=u.visible&&g.visible&&((T=d.state)==null?void 0:T.visible)),i.$$.dirty&2&&(r=d.id),i.$$.dirty&162&&e(4,a=!y(d,u,g)),i.$$.dirty&4096&&b(s),i.$$.dirty&3842&&d.hooks&&(n!==void 0&&n!==A&&(e(9,A=n),n?(N=(S=d.hooks).emit)==null||N.call(S,"unfolded"):(G=d==null?void 0:(U=d.hooks).emit)==null||G.call(U,"folded")),o!==void 0&&o!==v&&(e(8,v=o),o?(H=(z=d.hooks).emit)==null||H.call(z,"show"):(J=(R=d.hooks).emit)==null||J.call(R,"hide"))),i.$$.dirty&2&&e(3,l=(()=>!(typeof d.mergedConfig.unfoldedConfig=="object"&&d.mergedConfig.unfoldedConfig.keep==="folded"))())},[c,d,h,l,a,u,m,g,v,A,o,n,s,C,D]}let iu=class extends ce{constructor(t){super(),le(this,t,SP,DP,ae,{withAnimation:0,tag:1,hooks:2,state:5,mediaStore:6,temporaryState:7},AP)}};function MP(i){fe(i,"svelte-1jkrwn7",'@charset "UTF-8";.tag-point-click-helper.svelte-1jkrwn7.svelte-1jkrwn7{position:absolute;pointer-events:auto;cursor:pointer;width:calc(100% + 0.75rem);height:calc(100% + 0.75rem);left:50%;top:50%;transform:translate(-50%, -50%)}.tag-point-wrapper.svelte-1jkrwn7.svelte-1jkrwn7{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:-1}.tag-folded-point.svelte-1jkrwn7.svelte-1jkrwn7,.tag-unfolded-point.svelte-1jkrwn7.svelte-1jkrwn7{transition:all 0.5s}.tag-point-wrapper.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.3125rem;height:0.3125rem;border-radius:50%;background-color:white}.tag-point-wrapper.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7:before{content:"";position:absolute;width:0.875rem;height:0.875rem;border-radius:50%;background-color:rgba(0, 0, 0, 0.2)}.tag-point-wrapper.folded.svelte-1jkrwn7 .tag-folded-point.svelte-1jkrwn7{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-1jkrwn7 .tag-folded-point.svelte-1jkrwn7{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7{opacity:1;scale:1}')}function LP(i){let t,e,n,o,s,r,a,l,c,d,h,u;return o=new Rt({props:{center:!0,blurRadius:15,spreadRadius:5,opacity:.3}}),c=new nu({props:{icon:i[2],width:i[1]}}),c.$on("iconLoaded",i[7]),{c(){t=_("div"),e=_("div"),n=se(),ne(o.$$.fragment),s=se(),r=_("div"),a=se(),l=_("div"),ne(c.$$.fragment),w(e,"class","tag-point-click-helper svelte-1jkrwn7"),w(r,"class","tag-unfolded-point svelte-1jkrwn7"),j(r,"transition-delay",(i[3]?i[5]:0)+"ms"),w(l,"class","tag-folded-point svelte-1jkrwn7"),j(l,"transition-delay",(i[3]?i[5]:0)+"ms"),w(t,"class","tag-point-wrapper svelte-1jkrwn7"),$(t,"unfolded",i[0]),$(t,"folded",i[3])},m(m,g){O(m,t,g),B(t,e),B(t,n),ee(o,t,null),B(t,s),B(t,r),B(t,a),B(t,l),ee(c,l,null),d=!0,h||(u=Ce(e,"click",i[4]),h=!0)},p(m,[g]){g&8&&j(r,"transition-delay",(m[3]?m[5]:0)+"ms");const v={};g&4&&(v.icon=m[2]),g&2&&(v.width=m[1]),c.$set(v),g&8&&j(l,"transition-delay",(m[3]?m[5]:0)+"ms"),(!d||g&1)&&$(t,"unfolded",m[0]),(!d||g&8)&&$(t,"folded",m[3])},i(m){d||(k(o.$$.fragment,m),k(c.$$.fragment,m),d=!0)},o(m){L(o.$$.fragment,m),L(c.$$.fragment,m),d=!1},d(m){m&&V(t),te(o),te(c),h=!1,u()}}}function TP(i,t,e){let n,o,s,r;const a=rn("hooks");let{tag:l}=t,c,d=!1;const h=()=>{c!==void 0&&clearTimeout(c),d=!0,c=setTimeout(()=>{d=!1},800)},u=v=>{d||a.emit("click",{event:v,target:"TagPoint",tag:l})},m=(()=>l.contentType==="Text"&&l.data.appearance==="plane"?500:800)();function g(v){pi.call(this,i,v)}return i.$$set=v=>{"tag"in v&&e(6,l=v.tag)},i.$$.update=()=>{var v,A,b,y;i.$$.dirty&64&&e(0,n=(v=l.state)==null?void 0:v.unfolded),i.$$.dirty&1&&e(3,o=!n),i.$$.dirty&64&&e(2,s=(b=(A=l.style)==null?void 0:A.point)!=null&&b.url?(y=l.style)==null?void 0:y.point:{url:UA}),i.$$.dirty&64&&e(1,r=(()=>{var x,I,T,S;const C=(I=(x=l.style)==null?void 0:x.point)==null?void 0:I.width;if(typeof C=="number")return C;const D=(S=(T=l.style)==null?void 0:T.point)==null?void 0:S.size;if(typeof D=="number")return D;if(D==="S")return 18;if(D==="M")return 20;if(D==="L")return 24;if(D==="XL")return 28})())},h(),[n,r,s,o,u,m,l,g]}class zP extends ce{constructor(t){super(),le(this,t,TP,LP,ae,{tag:6},MP)}}function jP(i){fe(i,"svelte-pzwdws",".tag.withAnimation.svelte-pzwdws{transition:opacity 0.3s linear}.tag.hide.svelte-pzwdws{opacity:0;pointer-events:none}.tag.hide.svelte-pzwdws *{pointer-events:none !important}.tag.unClickable.svelte-pzwdws{pointer-events:none !important}.tag.unClickable.svelte-pzwdws *{pointer-events:none !important}.tag.disable.svelte-pzwdws{display:none}.wrapper.svelte-pzwdws{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}")}function VP(i){let t;return{c(){t=_("div"),w(t,"data-info","tag content is disable")},m(e,n){O(e,t,n)},p:K,i:K,o:K,d(e){e&&V(t)}}}function _P(i){let t,e;return t=new iu({props:{mediaStore:i[2],withAnimation:i[0],tag:He(i[1]),hooks:i[14],state:i[3],temporaryState:i[4]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&4&&(s.mediaStore=n[2]),o&1&&(s.withAnimation=n[0]),o&2&&(s.tag=He(n[1])),o&8&&(s.state=n[3]),o&16&&(s.temporaryState=n[4]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function OP(i){let t;return{c(){t=_("div"),w(t,"data-info","tag point is disable")},m(e,n){O(e,t,n)},p:K,i:K,o:K,d(e){e&&V(t)}}}function BP(i){let t,e;return t=new zP({props:{tag:i[1]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=n[1]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function RP(i){let t,e,n,o,s,r,a,l,c,d;const h=[_P,VP],u=[];function m(b,y){return b[12]?0:1}n=m(i),o=u[n]=h[n](i);const g=[BP,OP],v=[];function A(b,y){return b[13]?0:1}return r=A(i),a=v[r]=g[r](i),{c(){t=_("div"),e=_("div"),o.c(),s=se(),a.c(),w(e,"class",l=_e(it("wrapper",i[1].className?`${i[1].className}__wrapper`:void 0))+" svelte-pzwdws"),w(e,"data-tag-unfolded",i[8]),w(e,"data-tag-id",i[11]),w(e,"data-content-type",c=i[1].contentType),j(e,"left",i[7]),j(e,"top",i[6]),j(e,"z-index",i[5]),w(t,"class","tag svelte-pzwdws"),w(t,"data-tag-id",i[11]),$(t,"unClickable",i[1].mergedConfig.clickable===!1),$(t,"disable",i[10]),$(t,"hide",i[9]),$(t,"withAnimation",i[0])},m(b,y){O(b,t,y),B(t,e),u[n].m(e,null),B(e,s),v[r].m(e,null),d=!0},p(b,[y]){let C=n;n=m(b),n===C?u[n].p(b,y):(de(),L(u[C],1,1,()=>{u[C]=null}),he(),o=u[n],o?o.p(b,y):(o=u[n]=h[n](b),o.c()),k(o,1),o.m(e,s));let D=r;r=A(b),r===D?v[r].p(b,y):(de(),L(v[D],1,1,()=>{v[D]=null}),he(),a=v[r],a?a.p(b,y):(a=v[r]=g[r](b),a.c()),k(a,1),a.m(e,null)),(!d||y&2&&l!==(l=_e(it("wrapper",b[1].className?`${b[1].className}__wrapper`:void 0))+" svelte-pzwdws"))&&w(e,"class",l),(!d||y&256)&&w(e,"data-tag-unfolded",b[8]),(!d||y&2048)&&w(e,"data-tag-id",b[11]),(!d||y&2&&c!==(c=b[1].contentType))&&w(e,"data-content-type",c),y&128&&j(e,"left",b[7]),y&64&&j(e,"top",b[6]),y&32&&j(e,"z-index",b[5]),(!d||y&2048)&&w(t,"data-tag-id",b[11]),(!d||y&2)&&$(t,"unClickable",b[1].mergedConfig.clickable===!1),(!d||y&1024)&&$(t,"disable",b[10]),(!d||y&512)&&$(t,"hide",b[9]),(!d||y&1)&&$(t,"withAnimation",b[0])},i(b){d||(k(o),k(a),d=!0)},o(b){L(o),L(a),d=!1},d(b){b&&V(t),u[n].d(),v[r].d()}}}function QP(i,t,e){let n,o,s,r,a,l,c,d,h,{withAnimation:u=!1}=t,{tag:m}=t,{mediaStore:g}=t,{state:v}=t,{temporaryState:A}=t;const b=rn("hooks");return i.$$set=y=>{"withAnimation"in y&&e(0,u=y.withAnimation),"tag"in y&&e(1,m=y.tag),"mediaStore"in y&&e(2,g=y.mediaStore),"state"in y&&e(3,v=y.state),"temporaryState"in y&&e(4,A=y.temporaryState)},i.$$.update=()=>{var y,C,D,x,I,T,S,N;i.$$.dirty&2&&e(13,n=(()=>{var U,G;return!(((G=(U=m.style)==null?void 0:U.point)==null?void 0:G.enabled)===!1||m.contentType==="Sticker"||m.contentType==="Link"||m.contentType==="VRLink"||m.contentType==="PanoLink"||m.contentType==="Audio"&&m.data.appearance==="plane")})()),i.$$.dirty&2&&e(12,o=(()=>m.stickType==="2DPoint")()),i.$$.dirty&2&&e(11,s=m.id),i.$$.dirty&2&&e(10,r=!((y=m.pointTagStyle)!=null&&y.leftPercent)||!((C=m.pointTagStyle)!=null&&C.topPercent)||m.enabled===!1||!m.state),i.$$.dirty&2&&e(9,a=!((D=m.state)!=null&&D.visible)||((x=m.temporaryState)==null?void 0:x.visible)===!1),i.$$.dirty&2&&e(8,l=(I=m.state)==null?void 0:I.unfolded),i.$$.dirty&2&&e(7,c=((T=m.pointTagStyle)==null?void 0:T.leftPercent)+"%"),i.$$.dirty&2&&e(6,d=((S=m.pointTagStyle)==null?void 0:S.topPercent)+"%"),i.$$.dirty&2&&e(5,h=(N=m.state)!=null&&N.unfolded?1:0)},[u,m,g,v,A,h,d,c,l,a,r,s,o,n,b]}class HP extends ce{constructor(t){super(),le(this,t,QP,RP,ae,{withAnimation:0,tag:1,mediaStore:2,state:3,temporaryState:4},jP)}}function GP(i){fe(i,"svelte-uq11d5",".tag--container.svelte-uq11d5{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate3d(0, 0, 0)}.withAnimation.svelte-uq11d5{transition:opacity 0.3s linear}.tag--container.hide.svelte-uq11d5{opacity:0;pointer-events:none}.tag--container.hide.svelte-uq11d5 *{pointer-events:none !important}")}function dd(i,t,e){const n=i.slice();return n[6]=t[e],n}function hd(i){let t,e=[],n=new Map,o,s=i[1];const r=a=>a[6].id;for(let a=0;a<s.length;a+=1){let l=dd(i,s,a),c=r(l);n.set(c,e[a]=ud(c,l))}return{c(){t=_("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","tag--container svelte-uq11d5"),$(t,"hide",!i[3].visible||!i[4].visible),$(t,"withAnimation",i[0])},m(a,l){O(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);o=!0},p(a,l){l&31&&(s=a[1],de(),e=Mt(e,l,r,1,a,s,n,t,un,ud,null,dd),he()),(!o||l&24)&&$(t,"hide",!a[3].visible||!a[4].visible),(!o||l&1)&&$(t,"withAnimation",a[0])},i(a){if(!o){for(let l=0;l<s.length;l+=1)k(e[l]);o=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);o=!1},d(a){a&&V(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function ud(i,t){let e,n,o;return n=new HP({props:{state:t[3],temporaryState:t[4],withAnimation:t[0],tag:t[6],mediaStore:t[2]}}),{key:i,first:null,c(){e=Ee(),ne(n.$$.fragment),this.first=e},m(s,r){O(s,e,r),ee(n,s,r),o=!0},p(s,r){t=s;const a={};r&8&&(a.state=t[3]),r&16&&(a.temporaryState=t[4]),r&1&&(a.withAnimation=t[0]),r&2&&(a.tag=t[6]),r&4&&(a.mediaStore=t[2]),n.$set(a)},i(s){o||(k(n.$$.fragment,s),o=!0)},o(s){L(n.$$.fragment,s),o=!1},d(s){s&&V(e),te(n,s)}}}function FP(i){let t,e,n=i[3].enabled&&hd(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[3].enabled?n?(n.p(o,s),s&8&&k(n,1)):(n=hd(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function WP(i,t,e){let{withAnimation:n=!1}=t,{tags:o=[]}=t,{hooks:s}=t,{mediaStore:r}=t,{state:a}=t,{temporaryState:l}=t;return _r("hooks",s),i.$$set=c=>{"withAnimation"in c&&e(0,n=c.withAnimation),"tags"in c&&e(1,o=c.tags),"hooks"in c&&e(5,s=c.hooks),"mediaStore"in c&&e(2,r=c.mediaStore),"state"in c&&e(3,a=c.state),"temporaryState"in c&&e(4,l=c.temporaryState)},[n,o,r,a,l,s]}class NP extends ce{constructor(t){super(),le(this,t,WP,FP,ae,{withAnimation:0,tags:1,hooks:5,mediaStore:2,state:3,temporaryState:4},GP)}}const XP=new wu.GLTFLoader;function YP(i){return new Promise((t,e)=>{function n(s){t(s)}function o(s){e(s)}XP.load(i,n,void 0,o)})}const UP=new Map,qP=new Map;class JP extends $A{constructor(e){super(e);f(this,"group",new Q.Group);f(this,"imagePlaneGroup",new Q.Group);f(this,"gltfObjectGroup",new Q.Group);f(this,"enabledModelTagSet",new Set);f(this,"temporaryState",{visible:!0});f(this,"TagContainerSvelte");f(this,"loadModel",e=>X(this,null,function*(){var a;const n=e.data.modelUrl;if(!n)return;const o=YP(n).then(l=>{var h,u,m,g,v;const c=Object.assign(l.scene,{customID:e.id,isTagModel:!0,removeEventListener:this.addObjectClickHandler(e,l.scene,A=>{this.hooks.emit("click",{target:"TagModel",tag:e,event:A})})});return c.visible=this.getCurrentVisibleState(e),new Q.Matrix4().fromArray(e.matrix).decompose(c.position,c.quaternion,c.scale),c.updateWorldMatrix(!0,!0),c.visible=this.getVisibleByFiveMode(e),(m=(u=(h=this.config)==null?void 0:h.globalConfig)==null?void 0:u.modelConfig)!=null&&m.autoLookAtEnabled&&((v=(g=e.config)==null?void 0:g.modelConfig)!=null&&v.autoLookAtEnabled)&&c.lookAt(this.five.camera.position.clone().setY(c.position.y)),c});e.model={promise:o};const s=yield o;if(((a=e.model)==null?void 0:a.promise)!==o||!this.tags.includes(e))return;e.model.object=s;const r=this.gltfObjectGroup.children.find(l=>l.customID===e.id);if(r&&(this.gltfObjectGroup.remove(r),r.removeEventListener()),this.updateRender3DDomTag(),At(e)){if(this.getRenderType(e)==="Mesh"&&!e.mediaPlane){const l=e.data.mediaPosition.map(xt);e.mediaPlane=new $l(e.data.mediaData[0].url,e.data.mediaPosition.map(xt),{objectFit:e.data.objectFit});const c=new Q.Vector3().addVectors(l[0],l[2]).divideScalar(2);e.mediaPlane.position.copy(c),s.add(e.mediaPlane)}this.getRenderType(e)!=="Mesh"&&(s.updateTagCss3DObjectMatrix=()=>this.updateTagCss3DObjectMatrix(e,s),s.updateTagCss3DObjectMatrix())}return this.gltfObjectGroup.add(s),s}));this.group.name="PanoTagPluginModelGroup",this.gltfObjectGroup.name="PanoTagPluginGLTFObjectGroup",this.imagePlaneGroup.name="ImagePlaneGroup",this.group.add(this.gltfObjectGroup),this.group.add(this.imagePlaneGroup)}clearTags(){this.tags.forEach(e=>{var n,o;(o=(n=e.mediaPlane)==null?void 0:n.parent)==null||o.remove(e.mediaPlane)}),this.tags=[],this.enabledModelTagSet.clear(),this.clearCache(),this.disposeAllCSS3DContainer(),this.updateRenderAllTags()}updateRenderAllTags(){this.enabledModelTagSet.clear(),this.tags.forEach(e=>e.stickType==="Model"&&this.enabledModelTagSet.add(e.id)),this.updateRenderPointTag(),this.updateRender3DDomTag(),this.updateRenderModelTag(),this.updateRenderImagePlane()}updateRenderImagePlane(){this.sort(this.filterImagePlane).forEach(n=>{var l,c,d,h,u;const o=n.data.mediaData[0];if(!o)return;const{url:s,type:r}=o;if(!s||(n.mediaPlane&&(n.mediaPlane.visible=(c=(l=n.state)==null?void 0:l.visible)!=null?c:!0,n.mediaPlane.visible||n.mediaPlane instanceof qr&&((d=n.data.autoplayConfig)!=null&&d.autoplayVideo||n.mediaPlane.pause())),((h=n.mediaPlane)==null?void 0:h.src)===s))return;const a=n.position.map(xt);if(n.mediaPlane&&n.mediaPlane.removeFromParent(),r==="Image")n.mediaPlane=new $l(s,a,{objectFit:n.data.objectFit}),this.domEvents.addAutoBindEventListener(n.mediaPlane,"click",m=>{this.hooks.emit("click",{tag:n,target:"TagContent",event:m.origDomEvent})});else if(r==="Video"){const m=new qr(s,a,{videoCoverSrc:o.videoCoverUrl,playButton:n.data.playIcon,paused:!((u=n.data.autoplayConfig)!=null&&u.autoplayVideo),objectFit:n.data.objectFit,videoTextureMap:UP,ImageTextureMap:qP});m.onVideoReady=v=>{v.addEventListener("play",()=>this.mediaStore.set({currentMediaElement:m.videoInstance}))},m.initialDomEvents(this.domEvents);const g=v=>(this.five.on("renderFrame",v),()=>this.five.off("renderFrame",v));m.initialRenderHooks(g),n.mediaPlane=m}this.imagePlaneGroup.add(n.mediaPlane)})}updateRender3DDomTag(){this.sort([...this.filterCSS3DTag]).forEach(n=>{var o,s,r;if(n.tag3DContentSvelte){const{svelteApp:a,css3DInstance:l,initialNormal:c,currentNormal:d}=n.tag3DContentSvelte;if(a.$set({tag:n,hooks:this.hooks,state:this.state,temporaryState:this.temporaryState}),!c.equals(d)){const h=new Q.Quaternion().setFromUnitVectors(c,d);l.css3DObject.setRotationFromQuaternion(h)}return}else{if(At(n)&&!((o=n.model)!=null&&o.object)||((s=n.state)==null?void 0:s.visible)===!1||!this.state.visible||!this.state.enabled)return;if(this.css3DRenderPlugin||(this.css3DRenderPlugin=ia(this.five)),n.stickType==="3DPoint"&&!n.normal)return console.error("updateRenderPlaneTag: 三维点标签缺少法向量!");const a=this.getPositions(n);if(!a)return;const l=this.getTagNormal(n);if(!l)return;const d=(r=this.getTagConfig(n).tag3DConfig)!=null?r:{};if(this.getRenderType(n)==="BehindDom"){d.mode="behind",d.container=document.createElement("div");const m="black";d.container.style.backgroundColor=m,d.container.style.border=`3px solid ${m}`,this.css3DRenderPlugin.hooks.on("render",()=>{var g;if(h.css3DObject.opacityMesh){const v=this.addObjectClickHandler(n,h.css3DObject.opacityMesh,A=>{this.hooks.emit("click",{event:A,target:"TagContent",tag:n})});(g=this.store.css3DRenderDisposer.get(n.id))==null||g.push(v)}})}const h=this.css3DRenderPlugin.create3DDomContainer(a,d);if(!h)return;this.store.css3DRenderDisposer.set(n.id,[h.dispose]);const u=new iu({target:h.container,props:{tag:n,hooks:this.hooks,state:this.state,mediaStore:this.mediaStore,temporaryState:this.temporaryState}});n.tag3DContentSvelte={svelteApp:u,domContainer:h,css3DInstance:h,initialNormal:l,currentNormal:l,dispose:()=>{u.$destroy(),h.dispose()}}}}),this.clearUnusedPanelTag()}updateRenderModelTag(){const e=s=>!this.enabledModelTagSet.has(s.customID),n=this.gltfObjectGroup.children.filter(e);n.forEach(s=>s.removeEventListener()),this.gltfObjectGroup.remove(...n),this.tags.filter(s=>s.stickType==="Model").forEach(s=>{var r;(r=s.model)==null||r.promise.then(a=>{a.visible=this.getCurrentVisibleState(s)})}),this.five.needsRender=!0}updateTagModelVisible(){this.tags.forEach(e=>{var n;e.mediaPlane&&(e.mediaPlane.visible=this.getCurrentVisibleState(e)),(n=e.model)!=null&&n.object&&(e.model.object.visible=this.getCurrentVisibleState(e))})}updateTagCss3DObjectMatrix(e,n){var v,A,b,y;const o=(b=(A=(v=e.mergedConfig)==null?void 0:v.tag3DConfig)==null?void 0:A.ratio)!=null?b:.00216,s=(y=e.tag3DContentSvelte)==null?void 0:y.css3DInstance.css3DObject;if(!s)return;const r=At(e)?e.data.mediaPosition:e.position;n.updateWorldMatrix(!1,!1);const a=n.matrixWorld,l=new Q.Vector3().fromArray(r[0]),c=new Q.Vector3().fromArray(r[2]),d=xn(l,c).add(new Q.Vector3(0,0,5e-4)),h=new Q.Matrix4().setPosition(d),u=new Q.Matrix4().makeScale(o,o,o),m=new Q.Matrix4().multiply(a).multiply(h).multiply(u);m.decompose(s.position,s.quaternion,s.scale);const g=s.opacityMesh;g&&m.decompose(g.position,g.quaternion,g.scale)}addMediaModelTag(e){return X(this,null,function*(){const n=e.filter(TA).map(o=>this.loadModel(o));yield Promise.all(n),this.setModelMedialVisible(),this.updateRenderAllTags()})}updateRenderPointTag(){var n;const e=this.sort(this.filterPointTag);if(this.setPointTagPosition(),this.TagContainerSvelte)this.TagContainerSvelte.$set({tags:e,state:this.state,temporaryState:this.temporaryState});else{const o=(n=this.five.getElement())==null?void 0:n.parentElement;if(!o)return console.error("updateRenderPlaneTag: tag2DContainer not found");this.TagContainerSvelte=new NP({target:o,props:{hooks:this.hooks,tags:e,state:this.state,temporaryState:this.temporaryState,mediaStore:this.mediaStore}})}}updateTagContainerVisible(){var e;(e=this.TagContainerSvelte)==null||e.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation}),this.filterCSS3DTag.forEach(n=>{var o,s,r,a,l;(a=(s=(o=n.tag3DContentSvelte)==null?void 0:o.css3DInstance)==null?void 0:s.css3DObject)==null||a.setVisible((this.state.visible&&((r=n.state)==null?void 0:r.visible))!==!1),(l=n.tag3DContentSvelte)==null||l.svelteApp.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation})})}disposeAllCSS3DContainer(){for(const[e,n]of this.store.css3DRenderDisposer)n==null||n.forEach(o=>o==null?void 0:o());this.store.css3DRenderDisposer=new Map}clearUnusedPanelTag(){this.filter2DPointTag.forEach(e=>{var n;(n=e.tag3DContentSvelte)==null||n.css3DInstance.dispose(),e.tag3DContentSvelte=void 0});for(const[e,n]of this.store.css3DRenderDisposer){const o=this.getTagById(e);(!o||o.stickType==="2DPoint")&&(n==null||n.forEach(s=>s==null?void 0:s()),this.store.css3DRenderDisposer.delete(e))}}}const ou="Dnalogel-PanoTagPlugin",ZP=i=>`${ou}--${i}`;class ns extends JP{constructor(e,n){super(e);f(this,"state",{enabled:!0,visible:!0});f(this,"params");f(this,"debug");f(this,"changeTagModel",(e,n)=>X(this,null,function*(){e.data=Ye({},e.data,n),yield this.loadModel(e),this.updateRenderAllTags()}));f(this,"handleFiveInitAnimationEnded",()=>{const e=this.five.getCurrentState().mode;this.tags.forEach(n=>{At(n)&&e==="Panorama"&&this.changeTagMode(n,"front"),n.state.visible=this.getVisible(n)}),this.updateRenderAllTags()});f(this,"handleFiveModelShownFloorChange",()=>{this.tags.forEach(e=>{var o,s;const n=this.getTagConfig(e).visibleConfig;typeof n=="object"&&((o=n.visibleFiveMode)!=null&&o.includes("Floorplan")||(s=n.visibleFiveMode)!=null&&s.includes("Mapview"))&&(e.state.visible=this.getVisibleByFiveMode(e))}),this.updateRenderAllTags()});this.params=Ye({},{debug:!1,config:this.config},F({},n)),this.debug=this.params.debug,this.config=this.params.config,QA(1,{namespace:ga.PlayAudio});try{const o=window;Array.isArray(o.__PANOTAGPLUGIN_DEBUG_LIST__)||(o.__PANOTAGPLUGIN_DEBUG_LIST__=[]),o.__PANOTAGPLUGIN_DEBUG_LIST__.push(this),o.__PANOTAGPLUGIN_DEBUG__=this}catch(o){}}load(e,n){return X(this,null,function*(){var s,r;this.clearTags(),console.info(ou," load:",{data:JSON.parse(JSON.stringify(e))}),this.config=Ye({},this.config,{globalConfig:(s=e.globalConfig)!=null?s:{},contentTypeConfig:(r=e.contentTypeConfig)!=null?r:{}});const o=yield this.addTag(e.tagList,n);if(this.debug)try{DA(this.five,this.tags)}catch(a){console.error(a)}return o})}addTag(e,n){return X(this,null,function*(){const s=(Array.isArray(e)?e:[e]).map(r=>{var c;const a=this.getTagConfig(r);return ye(F({},r),{id:(c=r.id)!=null?c:dt(),data:Ye({},a.initialData,r.data),state:F({visible:void 0,unfolded:!this.can("fold",r)},a.initialState),hooks:new ze.Subscribe,mergedConfig:a,unfold:()=>this.changeUnfoldedById(r.id,!0),fold:()=>this.changeUnfoldedById(r.id,!1),enable:()=>this.changeEnabledById(r.id,!0),disable:()=>this.changeEnabledById(r.id,!1),destroy:()=>this.destroyTagById(r.id)})}).filter(r=>r.position);return s.forEach(BA),this.tags.push(...s),jA(this.five).then(()=>X(this,null,function*(){var r,a,l;this.store.eventListenerDisposer&&((a=(r=this.store).eventListenerDisposer)==null||a.call(r)),this.state.enabled&&this.handleEnable(),this.addResizeListener(),this.clearUnusedPanelTag(),this.setVisibleAndUnfolded({withAnimation:(l=n==null?void 0:n.withAnimation)!=null?l:!0}).then(()=>this.updateRenderAllTags()),this.updateRenderAllTags(),yield this.addMediaModelTag(s)}))})}changeConfig(e,n=!0){n?this.config=Ye({},this.config,e):this.config=e,this.updateTagConfig({force:!0}),this.updateRenderAllTags()}changeGlobalConfig(e,n=!0){n?this.config.globalConfig=Ye({},this.config.globalConfig,e):this.config.globalConfig=e,this.updateTagConfig({force:!0}),this.updateRenderAllTags()}changeContentTypeConfig(e,n,o=!0){this.config.contentTypeConfig||(this.config.contentTypeConfig={}),o?this.config.contentTypeConfig[e]=Ye({},this.config.contentTypeConfig[e],n):this.config.contentTypeConfig[e]=n,this.updateTagConfig({force:!0}),this.updateRenderAllTags()}show(e){return X(this,null,function*(){if(this.checkDisposed())return;const{userAction:n=!0,withAnimation:o=!1}=e!=null?e:{};this.setState({visible:!0},{userAction:n,visibleWithAnimation:o}),this.hooks.emit("show",{userAction:n,withAnimation:o})})}hide(e){return X(this,null,function*(){if(this.checkDisposed())return;const{userAction:n=!0,withAnimation:o=!1}=e!=null?e:{};this.setState({visible:!1},{userAction:n,visibleWithAnimation:o}),this.hooks.emit("hide",{userAction:n,withAnimation:o})})}enable(e){if(this.checkDisposed())return;const{userAction:n=!0}=e!=null?e:{};this.setState({enabled:!0},{userAction:n}),this.hooks.emit("enable",{userAction:n})}disable(e){if(this.checkDisposed())return;const{userAction:n=!0}=e!=null?e:{};this.setState({enabled:!1},{userAction:n}),this.hooks.emit("disable",{userAction:n})}setState(e,n){if(this.checkDisposed())return;const{userAction:o=!0,visibleWithAnimation:s=!1}=n,r=F({},this.state);this.state=Object.assign(this.state,e),this.store.visibleWithAnimation=s,r.visible!==this.state.visible&&(e.visible?this.handleShow():this.handleHide()),r.enabled!==this.state.enabled&&(e.enabled?this.handleEnable():this.handleDisable()),this.hooks.emit("stateChange",{state:this.state,prevState:r,userAction:o})}dispose(){var e,n,o,s,r,a;this.pauseCurrentMedia(),this.disposeAllCSS3DContainer(),(e=this.TagContainerSvelte)==null||e.$destroy(),this.filterCSS3DTag.forEach(l=>{var c;return(c=l.tag3DContentSvelte)==null?void 0:c.svelteApp.$destroy()}),this.tags=[],(n=this.store.disposers)==null||n.forEach(l=>l==null?void 0:l()),this.store.disposers=[],(s=(o=this.store).eventListenerDisposer)==null||s.call(o),this.store.eventListenerDisposer=void 0,(a=(r=this.store).resizeObserverDisposer)==null||a.call(r),this.store.resizeObserverDisposer=void 0,this.store.resizeObserverDisposerAdding=!1,this.five.scene.remove(this.group),this.group.remove(...this.group.children),this.gltfObjectGroup.remove(...this.gltfObjectGroup.children),this.imagePlaneGroup.remove(...this.imagePlaneGroup.children),this.clearCache(),this.five.needsRender=!0,this.store.disposed=!0,this.hooks.emit("dispose")}changeUnfoldedById(e,n){var a;const o=this.getTagById(e);if(!o)return;const s=this.can("fold",o),r=this.can("unfold",o);if(s&&r){o.state.unfolded=n;const l=this.filterPointTag;(a=this.TagContainerSvelte)==null||a.$set({tags:l})}else console.warn(`tag ${e} cannot be ${n?"unfolded":"folded"}`)}changeEnabledById(e,n){const o=this.getTagById(e);o&&(o.enabled=n,this.updateRenderAllTags())}changeTagNormalById(e,n){const o=this.getTagById(e);o&&o.tag3DContentSvelte&&(o.tag3DContentSvelte.currentNormal=xt(n))}changeDataById(e,n,o=!0){const s=this.getTagById(e);s&&(o?s.data=Ye({},s.data,n):s.data=F(F({},s.data),n),this.clearUnusedPanelTag(),this.updateRenderAllTags())}changeStickTypeById(e,n,o=!0){this.changeTagById(e,n,o)}changeTagById(e,n,o=!0){const s=this.getTagById(e);n&&(o?Ye(s,n):Object.assign(s,n),s!=null&&s.tag3DContentSvelte&&(n!=null&&n.normal)&&(s.tag3DContentSvelte.currentNormal=xt(n.normal)),this.updateRenderAllTags(),this.clearUnusedPanelTag())}destroyTagById(e){(Array.isArray(e)?e:[e]).forEach(o=>{const s=this.tags.findIndex(r=>r.id===o);s!==-1&&this.tags.splice(s,1)}),this.updateRenderAllTags()}setVisibleAndUnfolded(){return X(this,arguments,function*({withAnimation:e}={withAnimation:!1}){if(this.isPanorama)return this.setVisible(),e?new Promise(n=>{setTimeout(()=>{this.setUnfoldedByPanoIndex(),n()},10)}):(this.setUnfoldedByPanoIndex(),Promise.resolve())})}handleShow(){this.state.visible=!0,this.group.visible=!0,this.updateTagContainerVisible(),this.updateTagModelVisible(),this.five.needsRender=!0}handleHide(){this.pauseCurrentMedia(),this.state.visible=!1,this.group.visible=!1,this.updateTagContainerVisible(),this.updateTagModelVisible(),this.five.needsRender=!0}handleEnable(){this.state.enabled=!0,this.store.eventListenerDisposer=this.addEventListener(),this.five.scene.children.includes(this.group)||this.five.scene.add(this.group),this.group.traverse(e=>{var n;(n=e==null?void 0:e.updateTagCss3DObjectMatrix)==null||n.call(e)}),this.updateRenderAllTags(),this.five.needsRender=!0}handleDisable(){var e,n,o;this.pauseCurrentMedia(),this.state.enabled=!1,(n=(e=this.store).eventListenerDisposer)==null||n.call(e),this.five.scene.remove(this.group),(o=this.TagContainerSvelte)==null||o.$set({tags:[]}),this.filterCSS3DTag.forEach(s=>{var r;(r=s.tag3DContentSvelte)==null||r.dispose(),s.tag3DContentSvelte=void 0}),this.five.needsRender=!0}addEventListener(){const{five:e,hooks:n}=this,o=this.handleFiveWantsMoveToPano.bind(this),s=this.handleFiveModeChange.bind(this),r=this.handleFiveCameraUpdate.bind(this),a=this.handleFiveCameraUpdateDebounce(),l=this.handleFivePanoArrived.bind(this),c=this.loadVideoFirstFrame.bind(this),d=this.clickhandler.bind(this),h=this.five.currentMode;return h&&this.handleFiveModeChange(h),this.handleFivePanoArrived(),e.on("wantsMoveToPano",o),e.on("modeChange",s),e.on("initAnimationEnded",this.handleFiveInitAnimationEnded),e.on("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.on("cameraUpdate",r),e.on("cameraUpdate",a),e.on("panoArrived",l),e.on("panoArrived",c),n.on("click",d),()=>{e.off("wantsMoveToPano",o),e.off("modeChange",s),e.off("initAnimationEnded",this.handleFiveInitAnimationEnded),e.off("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.off("cameraUpdate",r),e.off("cameraUpdate",a),e.off("panoArrived",l),e.off("panoArrived",c),n.off("click",d),this.store.eventListenerDisposer=void 0}}addResizeListener(){if(!this.store.resizeObserverDisposer&&!this.store.resizeObserverDisposerAdding){const e=this.addResizeObserver();this.store.resizeObserverDisposerAdding=!0,setTimeout(()=>{this.store.resizeObserverDisposer=e,this.store.resizeObserverDisposerAdding=!1},200)}}addResizeObserver(){if(!this.store.disposed)return;const e=this.five.getElement(),n=()=>{this.state.enabled&&(this.show(),this.updateRenderAllTags())},o=()=>{this.state.enabled&&this.hide()},{observe:s,unobserve:r}=Kl(_A(()=>{this.store.resizeObserverDisposer&&o()},500),e),{observe:a,unobserve:l}=Kl(Zl(()=>n(),400),e);return s(),a(),()=>{r(),l()}}handleFiveModeChange(e){this.setModelMedialVisible(),this.tags.forEach(n=>{At(n)&&e!=="Panorama"&&this.changeTagMode(n,"behind"),n.state.visible=this.getVisible(n)}),this.updateRenderAllTags()}handleFiveWantsMoveToPano(){this.tags.forEach(e=>{const n=this.getTagConfig(e);typeof n.visibleConfig=="object"&&(n.visibleConfig.keep?e.temporaryState=ye(F({},e.temporaryState),{visible:n.visibleConfig.keep==="visible"}):e.temporaryState=ye(F({},e.temporaryState),{visible:!!n.visibleConfig.alwaysShowWhenMovePano}))}),this.updateTagContainerVisible()}clickhandler(e){if(e.target!=="TagPoint")return;if(!e.tag.state)return console.warn("Clickhandler: params.tag.state is undefined");const n=this.can("fold",e.tag),o=this.can("unfold",e.tag);n&&o&&(e.tag.state.unfolded=!e.tag.state.unfolded,e.tag.state.unfolded&&this.tags.forEach(s=>{s.id!==e.tag.id&&s.state&&this.can("fold",s)&&(s.state.unfolded=!1)}),this.updateRenderAllTags())}handleFiveCameraUpdateDebounce(){return Zl(()=>{this.setUnfoldedByCamera(),this.updateRenderAllTags()},100)}handleFiveCameraUpdate(){this.updateRenderPointTag()}handleFivePanoArrived(){return X(this,null,function*(){var e,n,o;this.setModelMedialVisible(),yield this.setVisibleAndUnfolded(),this.tags.forEach(s=>{s.temporaryState=ye(F({},s.temporaryState),{visible:!0})}),(o=(n=(e=this.config)==null?void 0:e.globalConfig)==null?void 0:n.modelConfig)!=null&&o.autoLookAtEnabled&&this.tags.filter(LA).filter(s=>{var r,a;return(a=(r=s.config)==null?void 0:r.modelConfig)==null?void 0:a.autoLookAtEnabled}).forEach(s=>{var u;const r=new E.Mesh(new E.BoxGeometry,new E.MeshBasicMaterial),a=(u=s.model)==null?void 0:u.object;if(!a)return;r.position.copy(a.position),r.quaternion.copy(a.quaternion);const l=this.five.camera.position;r.lookAt(l.clone().setY(r.position.y));const c=a.quaternion.clone(),d=r.quaternion.clone(),h=ss();h.onUpdate(({progress:m})=>{a.quaternion.copy(c.clone().slerp(d,m))}),h.play()}),this.store.visibleWithAnimation=!0,this.updateTagContainerVisible(),this.updateRenderAllTags()})}setUnfoldedByCamera(){let e=!1;this.tags.forEach(n=>{const o=this.getUnfoldedByCamera(n);n.state&&o!==void 0&&(o===!0&&(e=!0),n.state.unfolded=o)}),e&&this.tags.forEach(n=>{const o=this.getTagConfig(n).unfoldedConfig;typeof o=="object"&&(o.autoUnfold||o.keep)||n.state&&(n.state.unfolded=!1)})}changeTagMode(e,n){var o,s,r,a,l,c;((o=this.getTagConfig(e))==null?void 0:o.renderType)!=="Mesh"&&((a=(r=(s=e.tag3DContentSvelte)==null?void 0:s.css3DInstance)==null?void 0:r.css3DObject)==null?void 0:a.mode)!==n&&((l=e.config)!=null&&l.tag3DConfig?e.config.tag3DConfig.mode=n:e.config?e.config.tag3DConfig={mode:n}:e.config={tag3DConfig:{mode:n}},(c=this.store.css3DRenderDisposer.get(e.id))==null||c.forEach(d=>d==null?void 0:d()),e.tag3DContentSvelte=void 0)}}var su=(i=>(i.Audio="Audio",i.Text="Text",i.ImageText="ImageText",i.Image="Image",i.Video="Video",i.Link="Link",i.Sticker="Sticker",i.VRLink="VRLink",i.PanoLink="PanoLink",i.Marketing="Marketing",i.MediaPlane="MediaPlane",i.MediaModel="MediaModel",i.Model="Model",i.Custom="Custom",i.Unknown="Unknown",i))(su||{}),ru=(i=>(i.Two="2D",i.Three="3D",i))(ru||{});const KP=(i,t)=>new ns(i,t);function $P(i){fe(i,"svelte-m8w0ju",".guide-line__tag.svelte-m8w0ju{position:relative}.guide-line__tag-point.svelte-m8w0ju{position:absolute;left:50%;bottom:0.0625rem;width:0.4375rem;height:0.125rem;transform:translateX(-50%);background:#fff;border-radius:50%;opacity:0.5}.guide-line__tag-line.svelte-m8w0ju{position:absolute;left:50%;bottom:0.0625rem;width:0.0625rem;height:1.875rem;transform:translateX(-50%);background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}.guide-line__tag-content.svelte-m8w0ju{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex}.guide-line__tag-icon.svelte-m8w0ju{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-m8w0ju{box-sizing:content-box;height:0.875rem;width:-moz-max-content;width:max-content;margin-top:0.3125rem;transform:translateX(-0.1875rem);white-space:nowrap;font-size:0.625rem;line-height:0.875rem;border:solid transparent;border-width:0.125rem 0.5rem 0.125rem 0.375rem;border-image-source:url('https://vrlab-static.ljcdn.com/release/web/jsl/test2.2ea9ddee.png');border-image-slice:6 25 6 18 fill;color:#fff}")}function fd(i){let t,e;return{c(){t=_("div"),e=Oe(i[0]),w(t,"class","guide-line__tag-text svelte-m8w0ju"),j(t,"border-image-source",`url(${i[3]})`)},m(n,o){O(n,t,o),B(t,e)},p(n,o){o&1&&Qe(e,n[0])},d(n){n&&V(t)}}}function eC(i){let t,e,n,o,s,r,a,l,c=i[0]&&fd(i);return{c(){t=_("div"),e=_("div"),n=se(),o=_("div"),s=se(),r=_("div"),a=_("div"),l=se(),c&&c.c(),w(e,"class","guide-line__tag-point svelte-m8w0ju"),w(o,"class","guide-line__tag-line svelte-m8w0ju"),w(a,"class","guide-line__tag-icon svelte-m8w0ju"),j(a,"background-image",`url(${i[1]})`),w(r,"class","guide-line__tag-content svelte-m8w0ju"),w(t,"class","guide-line__tag svelte-m8w0ju"),j(t,"opacity",i[2])},m(d,h){O(d,t,h),B(t,e),B(t,n),B(t,o),B(t,s),B(t,r),B(r,a),B(r,l),c&&c.m(r,null)},p(d,[h]){h&2&&j(a,"background-image",`url(${d[1]})`),d[0]?c?c.p(d,h):(c=fd(d),c.c(),c.m(r,null)):c&&(c.d(1),c=null),h&4&&j(t,"opacity",d[2])},i:K,o:K,d(d){d&&V(t),c&&c.d()}}}function tC(i,t,e){let{text:n=""}=t,{icon_url:o=""}=t,{opacity:s=1}=t;const r="data:image/png;base64,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";return i.$$set=a=>{"text"in a&&e(0,n=a.text),"icon_url"in a&&e(1,o=a.icon_url),"opacity"in a&&e(2,s=a.opacity)},[n,o,s,r]}class nC extends ce{constructor(t){super(),le(this,t,tC,eC,ae,{text:0,icon_url:1,opacity:2},$P)}}function iC(i){return i.length===0?[]:i.filter((t,e)=>t!==i[e-1])}const oC=`
581
+ width var(--sc-dot-size-animation-time) ease;cursor:pointer;-webkit-tap-highlight-color:transparent;height:var(--sc-dot-size);width:var(--sc-dot-size)}.sc-carousel-dot__dot.svelte-1mgyhhn:hover{opacity:0.9}.sc-carousel-dot__dot_active.svelte-1mgyhhn{opacity:0.7;height:var(--sc-active-dot-size);width:var(--sc-active-dot-size)}`)}function Wb(i){let t,e,n;return{c(){t=_("button"),w(t,"class","sc-carousel-button sc-carousel-dot__dot svelte-1mgyhhn"),$(t,"sc-carousel-dot__dot_active",i[0])},m(o,s){O(o,t,s),e||(n=Ce(t,"click",i[1]),e=!0)},p(o,[s]){s&1&&$(t,"sc-carousel-dot__dot_active",o[0])},i:K,o:K,d(o){o&&V(t),e=!1,n()}}}function Nb(i,t,e){let{active:n=!1}=t;function o(s){pi.call(this,i,s)}return i.$$set=s=>{"active"in s&&e(0,n=s.active)},[n,o]}class Xb extends ce{constructor(t){super(),le(this,t,Nb,Wb,ae,{active:0},Fb)}}function Yb(i){fe(i,"svelte-670fde",".sc-carousel-dots__container.svelte-670fde{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 30px}.sc-carousel-dots__dot-container.svelte-670fde{height:calc(var(--sc-dot-size) + 14px);width:calc(var(--sc-dot-size) + 10px);display:flex;align-items:center;justify-content:center}")}function mc(i,t,e){const n=i.slice();return n[5]=t[e],n[7]=e,n}function pc(i,t){let e,n,o,s;function r(){return t[3](t[7])}return n=new Xb({props:{active:t[1]===t[7]}}),n.$on("click",r),{key:i,first:null,c(){e=_("div"),ne(n.$$.fragment),o=se(),w(e,"class","sc-carousel-dots__dot-container svelte-670fde"),this.first=e},m(a,l){O(a,e,l),ee(n,e,null),B(e,o),s=!0},p(a,l){t=a;const c={};l&3&&(c.active=t[1]===t[7]),n.$set(c)},i(a){s||(k(n.$$.fragment,a),s=!0)},o(a){L(n.$$.fragment,a),s=!1},d(a){a&&V(e),te(n)}}}function Ub(i){let t,e=[],n=new Map,o,s=Array(i[0]);const r=a=>a[7];for(let a=0;a<s.length;a+=1){let l=mc(i,s,a),c=r(l);n.set(c,e[a]=pc(c,l))}return{c(){t=_("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","sc-carousel-dots__container svelte-670fde")},m(a,l){O(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);o=!0},p(a,[l]){l&7&&(s=Array(a[0]),de(),e=Mt(e,l,r,1,a,s,n,t,un,pc,null,mc),he())},i(a){if(!o){for(let l=0;l<s.length;l+=1)k(e[l]);o=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);o=!1},d(a){a&&V(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function qb(i,t,e){const n=cs();let{pagesCount:o=1}=t,{currentPageIndex:s=0}=t;function r(l){n("pageChange",l)}const a=l=>r(l);return i.$$set=l=>{"pagesCount"in l&&e(0,o=l.pagesCount),"currentPageIndex"in l&&e(1,s=l.currentPageIndex)},[o,s,r,a]}class Jb extends ce{constructor(t){super(),le(this,t,qb,Ub,ae,{pagesCount:0,currentPageIndex:1},Yb)}}const ai="prev",cn="next";function Zb(i){fe(i,"svelte-1bftafx",":root{--sc-arrow-size:2px}.sc-carousel-arrow__circle.svelte-1bftafx{width:20px;height:20px;border-radius:50%;background-color:var(--sc-color-rgb-light-50p);display:flex;align-items:center;justify-content:center;transition:opacity 100ms ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.sc-carousel-arrow__circle.svelte-1bftafx:hover{opacity:0.9}.sc-carousel-arrow__arrow.svelte-1bftafx{border:solid var(--sc-color-hex-dark);border-width:0 var(--sc-arrow-size) var(--sc-arrow-size) 0;padding:var(--sc-arrow-size);position:relative}.sc-carousel-arrow__arrow-next.svelte-1bftafx{transform:rotate(-45deg);left:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__arrow-prev.svelte-1bftafx{transform:rotate(135deg);right:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__circle_disabled.svelte-1bftafx,.sc-carousel-arrow__circle_disabled.svelte-1bftafx:hover{opacity:0.5}")}function Kb(i){let t,e,n,o;return{c(){t=_("button"),e=_("i"),w(e,"class","sc-carousel-arrow__arrow svelte-1bftafx"),$(e,"sc-carousel-arrow__arrow-next",i[0]===cn),$(e,"sc-carousel-arrow__arrow-prev",i[0]===ai),w(t,"class","sc-carousel-button sc-carousel-arrow__circle svelte-1bftafx"),$(t,"sc-carousel-arrow__circle_disabled",i[1])},m(s,r){O(s,t,r),B(t,e),n||(o=Ce(t,"click",i[2]),n=!0)},p(s,[r]){r&1&&$(e,"sc-carousel-arrow__arrow-next",s[0]===cn),r&1&&$(e,"sc-carousel-arrow__arrow-prev",s[0]===ai),r&2&&$(t,"sc-carousel-arrow__circle_disabled",s[1])},i:K,o:K,d(s){s&&V(t),n=!1,o()}}}function $b(i,t,e){let{direction:n=cn}=t,{disabled:o=!1}=t;function s(r){pi.call(this,i,r)}return i.$$set=r=>{"direction"in r&&e(0,n=r.direction),"disabled"in r&&e(1,o=r.disabled)},[n,o,s]}class Qh extends ce{constructor(t){super(),le(this,t,$b,Kb,ae,{direction:0,disabled:1},Zb)}}function e1(i){fe(i,"svelte-i7yfid",".sc-carousel-progress__indicator.svelte-i7yfid{height:100%;background-color:var(--sc-color-hex-dark-50p)}")}function t1(i){let t;return{c(){t=_("div"),w(t,"class","sc-carousel-progress__indicator svelte-i7yfid"),j(t,"width",i[0]+"%")},m(e,n){O(e,t,n)},p(e,[n]){n&1&&j(t,"width",e[0]+"%")},i:K,o:K,d(e){e&&V(t)}}}const gc=100;function n1(i,t,e){let n,{value:o=0}=t;return i.$$set=s=>{"value"in s&&e(1,o=s.value)},i.$$.update=()=>{i.$$.dirty&2&&e(0,n=Math.min(Math.max(o*gc,0),gc))},[n,o]}class i1 extends ce{constructor(t){super(),le(this,t,n1,t1,ae,{value:1},e1)}}function o1(i,t){i.addEventListener("mousedown",t),i.addEventListener("touchstart",t,{passive:!0})}function s1(i,t){i.removeEventListener("mousedown",t),i.removeEventListener("touchstart",t)}function r1(i,t){i.addEventListener("mouseup",t),i.addEventListener("touchend",t)}function vc(i,t){i.removeEventListener("mouseup",t),i.removeEventListener("touchend",t)}function a1(i,t){i.addEventListener("mousemove",t),i.addEventListener("touchmove",t)}function Ac(i,t){i.removeEventListener("mousemove",t),i.removeEventListener("touchmove",t)}function ba(i){return function(t,e){i.dispatchEvent(new CustomEvent(t,{detail:e}))}}const l1=110,c1=9,d1=111,h1=20;function Cr(i){if("TouchEvent"in window&&i instanceof TouchEvent){const t=i.touches[0];return{x:t?t.clientX:0,y:t?t.clientY:0}}return{x:i.clientX,y:i.clientY}}function u1(i,{thresholdProvider:t}){const e=ba(i);let n,o,s=0,r,a=!1;function l(){return Date.now()-r>=d1&&Math.abs(s)>=h1}function c(u){r=Date.now(),s=0,a=!0;const m=Cr(u);n=m.x,o=m.y,e("swipeStart",{x:n,y:o}),a1(window,d),r1(window,h)}function d(u){if(!a)return;const m=Cr(u),g=m.x-n,v=m.y-o;n=m.x,o=m.y,e("swipeMove",{x:n,y:o,dx:g,dy:v}),g!==0&&Math.sign(g)!==Math.sign(s)&&(s=0),s+=g,Math.abs(s)>t()&&(e("swipeThresholdReached",{direction:s>0?ai:cn}),vc(window,h),Ac(window,d))}function h(u){if(vc(window,h),Ac(window,d),a=!1,!l()){e("swipeFailed");return}const m=Cr(u);e("swipeEnd",{x:m.x,y:m.y})}return o1(i,c),{destroy(){s1(i,c)}}}function f1(i,t){i.addEventListener("mouseenter",t)}function m1(i,t){i.removeEventListener("mouseenter",t)}function p1(i,t){i.addEventListener("mouseleave",t)}function bc(i,t){i.removeEventListener("mouseleave",t)}function g1(i){const t=ba(i);function e(){p1(i,n),t("hovered",{value:!0})}function n(){t("hovered",{value:!1}),bc(i,n)}return f1(i,e),{destroy(){m1(i,e),bc(i,n)}}}const v1=(i,t)=>{const e=t.x-i.x,n=t.y-i.y;return Math.sqrt(e*e+n*n)};function $n(i,t,e){return Math.max(i,Math.min(t,e))}function A1(i,t){i.addEventListener("touchstart",t,{passive:!0})}function b1(i,t){i.removeEventListener("touchstart",t)}function y1(i,t){i.addEventListener("touchend",t)}function yc(i,t){i.removeEventListener("touchend",t)}function w1(i){const t=ba(i);let e=0,n={x:0,y:0};function o({tapEndedAt:a,tapEndedPos:l}){const c=a-e,d=v1(n,l);return c<=l1&&d<=c1}function s(a){e=Date.now();const l=a.touches[0];n={x:l.clientX,y:l.clientY},y1(i,r)}function r(a){yc(i,r);const l=a.changedTouches[0];o({tapEndedAt:Date.now(),tapEndedPos:{x:l.clientX,y:l.clientY}})&&t("tapped")}return A1(i,s),{destroy(){b1(i,s),yc(i,r)}}}function P1({currentParticleIndex:i,particlesCount:t,clonesCountHead:e,clonesCountTotal:n,particlesToScroll:o}){return i===t-e?0:i===0?Hh({particlesCountWithoutClones:t-n,particlesToScroll:o})-1:Math.floor((i-e)/o)}function C1({currentParticleIndex:i,particlesToScroll:t}){return Math.ceil(i/t)}function E1({currentParticleIndex:i,particlesCount:t,clonesCountHead:e,clonesCountTotal:n,infinite:o,particlesToScroll:s}){return o?P1({currentParticleIndex:i,particlesCount:t,clonesCountHead:e,clonesCountTotal:n,particlesToScroll:s}):C1({currentParticleIndex:i,particlesToScroll:s})}function Hh({particlesCountWithoutClones:i,particlesToScroll:t}){return Math.ceil(i/t)}function I1({particlesCountWithoutClones:i,particlesToScroll:t,particlesToShow:e}){const n=Gh({particlesCountWithoutClones:i,particlesToScroll:t,particlesToShow:e});return Math.ceil(i/t)-n}function k1({infinite:i,particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:n}){return i?Hh({particlesCountWithoutClones:t,particlesToScroll:e}):I1({particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:n})}function x1({pageIndex:i,clonesCountHead:t,clonesCountTail:e,particlesToScroll:n,particlesCount:o}){return $n(0,Math.min(t+i*n,o-e),o-1)}function D1({pageIndex:i,particlesToScroll:t,particlesCount:e,particlesToShow:n}){return $n(0,Math.min(i*t,e-n),e-1)}function Er({infinite:i,pageIndex:t,clonesCountHead:e,clonesCountTail:n,particlesToScroll:o,particlesCount:s,particlesToShow:r}){return i?x1({pageIndex:t,clonesCountHead:e,clonesCountTail:n,particlesToScroll:o,particlesCount:s}):D1({pageIndex:t,particlesToScroll:o,particlesCount:s,particlesToShow:r})}function S1({particlesContainerChildren:i,particleWidth:t}){for(let e=0;e<i.length;e++)i[e].style.minWidth=`${t}px`,i[e].style.maxWidth=`${t}px`}function Gh({particlesToScroll:i,particlesToShow:t,particlesCountWithoutClones:e}){const n=i-t;let o=t;for(;;){const s=e-o-n;if(s<t)return Math.max(s,0);o+=t+n}}function M1(i){return new ResizeObserver(t=>{i({width:t[0].contentRect.width})})}function L1({clonesCountHead:i,clonesCountTail:t,particlesContainerChildren:e}){const n=[];for(let r=0;r<t;r++)n.push(e[r].cloneNode(!0));const o=[],s=e.length;for(let r=s-1;r>s-1-i;r--)o.push(e[r].cloneNode(!0));return{clonesToAppend:n,clonesToPrepend:o}}function T1({particlesContainer:i,clonesToAppend:t,clonesToPrepend:e}){for(let n=0;n<t.length;n++)i.append(t[n]);for(let n=0;n<e.length;n++)i.prepend(e[n])}function z1({infinite:i,particlesToShow:t,partialPageSize:e}){const n=i?{head:Math.ceil(e||t),tail:Math.ceil(t)}:{head:0,tail:0};return ye(F({},n),{total:n.head+n.tail})}const Wi=(i,t,e)=>{if(i&&i.hasOwnProperty(t))return i[t];if(e===void 0)throw new Error(`Required arg "${t}" was not provided`);return e},Jr=i=>t=>{i[t]&&i[t]()};var j1="Expected a function",Fh="__lodash_hash_undefined__",Wh=1/0,V1="[object Function]",_1="[object GeneratorFunction]",O1="[object Symbol]",B1=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,R1=/^\w*$/,Q1=/^\./,H1=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,G1=/[\\^$.*+?()[\]{}|]/g,F1=/\\(\\)?/g,W1=/^\[object .+?Constructor\]$/,N1=typeof yt=="object"&&yt&&yt.Object===Object&&yt,X1=typeof self=="object"&&self&&self.Object===Object&&self,ya=N1||X1||Function("return this")();function Y1(i,t){return i==null?void 0:i[t]}function U1(i){var t=!1;if(i!=null&&typeof i.toString!="function")try{t=!!(i+"")}catch(e){}return t}var q1=Array.prototype,J1=Function.prototype,Nh=Object.prototype,Ir=ya["__core-js_shared__"],wc=function(){var i=/[^.]+$/.exec(Ir&&Ir.keys&&Ir.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""}(),Xh=J1.toString,wa=Nh.hasOwnProperty,Yh=Nh.toString,Z1=RegExp("^"+Xh.call(wa).replace(G1,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Pc=ya.Symbol,K1=q1.splice,$1=Uh(ya,"Map"),Zi=Uh(Object,"create"),Cc=Pc?Pc.prototype:void 0,Ec=Cc?Cc.toString:void 0;function kn(i){var t=-1,e=i?i.length:0;for(this.clear();++t<e;){var n=i[t];this.set(n[0],n[1])}}function ey(){this.__data__=Zi?Zi(null):{}}function ty(i){return this.has(i)&&delete this.__data__[i]}function ny(i){var t=this.__data__;if(Zi){var e=t[i];return e===Fh?void 0:e}return wa.call(t,i)?t[i]:void 0}function iy(i){var t=this.__data__;return Zi?t[i]!==void 0:wa.call(t,i)}function oy(i,t){var e=this.__data__;return e[i]=Zi&&t===void 0?Fh:t,this}kn.prototype.clear=ey;kn.prototype.delete=ty;kn.prototype.get=ny;kn.prototype.has=iy;kn.prototype.set=oy;function Ai(i){var t=-1,e=i?i.length:0;for(this.clear();++t<e;){var n=i[t];this.set(n[0],n[1])}}function sy(){this.__data__=[]}function ry(i){var t=this.__data__,e=As(t,i);if(e<0)return!1;var n=t.length-1;return e==n?t.pop():K1.call(t,e,1),!0}function ay(i){var t=this.__data__,e=As(t,i);return e<0?void 0:t[e][1]}function ly(i){return As(this.__data__,i)>-1}function cy(i,t){var e=this.__data__,n=As(e,i);return n<0?e.push([i,t]):e[n][1]=t,this}Ai.prototype.clear=sy;Ai.prototype.delete=ry;Ai.prototype.get=ay;Ai.prototype.has=ly;Ai.prototype.set=cy;function Ln(i){var t=-1,e=i?i.length:0;for(this.clear();++t<e;){var n=i[t];this.set(n[0],n[1])}}function dy(){this.__data__={hash:new kn,map:new($1||Ai),string:new kn}}function hy(i){return bs(this,i).delete(i)}function uy(i){return bs(this,i).get(i)}function fy(i){return bs(this,i).has(i)}function my(i,t){return bs(this,i).set(i,t),this}Ln.prototype.clear=dy;Ln.prototype.delete=hy;Ln.prototype.get=uy;Ln.prototype.has=fy;Ln.prototype.set=my;function As(i,t){for(var e=i.length;e--;)if(Iy(i[e][0],t))return e;return-1}function py(i,t){t=by(t,i)?[t]:Ay(t);for(var e=0,n=t.length;i!=null&&e<n;)i=i[Cy(t[e++])];return e&&e==n?i:void 0}function gy(i){if(!Jh(i)||wy(i))return!1;var t=ky(i)||U1(i)?Z1:W1;return t.test(Ey(i))}function vy(i){if(typeof i=="string")return i;if(Ca(i))return Ec?Ec.call(i):"";var t=i+"";return t=="0"&&1/i==-Wh?"-0":t}function Ay(i){return qh(i)?i:Py(i)}function bs(i,t){var e=i.__data__;return yy(t)?e[typeof t=="string"?"string":"hash"]:e.map}function Uh(i,t){var e=Y1(i,t);return gy(e)?e:void 0}function by(i,t){if(qh(i))return!1;var e=typeof i;return e=="number"||e=="symbol"||e=="boolean"||i==null||Ca(i)?!0:R1.test(i)||!B1.test(i)||t!=null&&i in Object(t)}function yy(i){var t=typeof i;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?i!=="__proto__":i===null}function wy(i){return!!wc&&wc in i}var Py=Pa(function(i){i=Dy(i);var t=[];return Q1.test(i)&&t.push(""),i.replace(H1,function(e,n,o,s){t.push(o?s.replace(F1,"$1"):n||e)}),t});function Cy(i){if(typeof i=="string"||Ca(i))return i;var t=i+"";return t=="0"&&1/i==-Wh?"-0":t}function Ey(i){if(i!=null){try{return Xh.call(i)}catch(t){}try{return i+""}catch(t){}}return""}function Pa(i,t){if(typeof i!="function"||t&&typeof t!="function")throw new TypeError(j1);var e=function(){var n=arguments,o=t?t.apply(this,n):n[0],s=e.cache;if(s.has(o))return s.get(o);var r=i.apply(this,n);return e.cache=s.set(o,r),r};return e.cache=new(Pa.Cache||Ln),e}Pa.Cache=Ln;function Iy(i,t){return i===t||i!==i&&t!==t}var qh=Array.isArray;function ky(i){var t=Jh(i)?Yh.call(i):"";return t==V1||t==_1}function Jh(i){var t=typeof i;return!!i&&(t=="object"||t=="function")}function xy(i){return!!i&&typeof i=="object"}function Ca(i){return typeof i=="symbol"||xy(i)&&Yh.call(i)==O1}function Dy(i){return i==null?"":vy(i)}function Sy(i,t,e){var n=i==null?void 0:py(i,t);return n===void 0?e:n}var To=Sy,es={},My={get exports(){return es},set exports(i){es=i}};(function(i,t){var e=200,n="__lodash_hash_undefined__",o=9007199254740991,s="[object Arguments]",r="[object Array]",a="[object Boolean]",l="[object Date]",c="[object Error]",d="[object Function]",h="[object GeneratorFunction]",u="[object Map]",m="[object Number]",g="[object Object]",v="[object Promise]",A="[object RegExp]",b="[object Set]",y="[object String]",C="[object Symbol]",D="[object WeakMap]",x="[object ArrayBuffer]",I="[object DataView]",T="[object Float32Array]",S="[object Float64Array]",N="[object Int8Array]",U="[object Int16Array]",G="[object Int32Array]",z="[object Uint8Array]",H="[object Uint8ClampedArray]",R="[object Uint16Array]",J="[object Uint32Array]",q=/[\\^$.*+?()[\]{}|]/g,Y=/\w*$/,Z=/^\[object .+?Constructor\]$/,re=/^(?:0|[1-9]\d*)$/,ie={};ie[s]=ie[r]=ie[x]=ie[I]=ie[a]=ie[l]=ie[T]=ie[S]=ie[N]=ie[U]=ie[G]=ie[u]=ie[m]=ie[g]=ie[A]=ie[b]=ie[y]=ie[C]=ie[z]=ie[H]=ie[R]=ie[J]=!0,ie[c]=ie[d]=ie[D]=!1;var Ae=typeof yt=="object"&&yt&&yt.Object===Object&&yt,we=typeof self=="object"&&self&&self.Object===Object&&self,ge=Ae||we||Function("return this")(),je=t&&!t.nodeType&&t,ve=je&&!0&&i&&!i.nodeType&&i,Ge=ve&&ve.exports===je;function ue(p,P){return p.set(P[0],P[1]),p}function be(p,P){return p.add(P),p}function Me(p,P){for(var M=-1,W=p?p.length:0;++M<W&&P(p[M],M,p)!==!1;);return p}function me(p,P){for(var M=-1,W=P.length,Pe=p.length;++M<W;)p[Pe+M]=P[M];return p}function Ue(p,P,M,W){var Pe=-1,pe=p?p.length:0;for(W&&pe&&(M=p[++Pe]);++Pe<pe;)M=P(M,p[Pe],Pe,p);return M}function at(p,P){for(var M=-1,W=Array(p);++M<p;)W[M]=P(M);return W}function ke(p,P){return p==null?void 0:p[P]}function $e(p){var P=!1;if(p!=null&&typeof p.toString!="function")try{P=!!(p+"")}catch(M){}return P}function oe(p){var P=-1,M=Array(p.size);return p.forEach(function(W,Pe){M[++P]=[Pe,W]}),M}function Ie(p,P){return function(M){return p(P(M))}}function Re(p){var P=-1,M=Array(p.size);return p.forEach(function(W){M[++P]=W}),M}var ht=Array.prototype,Qt=Function.prototype,gt=Object.prototype,vt=ge["__core-js_shared__"],Ve=function(){var p=/[^.]+$/.exec(vt&&vt.keys&&vt.keys.IE_PROTO||"");return p?"Symbol(src)_1."+p:""}(),Be=Qt.toString,Xe=gt.hasOwnProperty,Pt=gt.toString,bi=RegExp("^"+Be.call(Xe).replace(q,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Lt=Ge?ge.Buffer:void 0,Jt=ge.Symbol,fn=ge.Uint8Array,ut=Ie(Object.getPrototypeOf,Object),Tn=Object.create,zn=gt.propertyIsEnumerable,Cs=ht.splice,yi=Object.getOwnPropertySymbols,jn=Lt?Lt.isBuffer:void 0,io=Ie(Object.keys,Object),Vn=Et(ge,"DataView"),mn=Et(ge,"Map"),Ct=Et(ge,"Promise"),_n=Et(ge,"Set"),wi=Et(ge,"WeakMap"),pn=Et(Object,"create"),Pi=lt(Vn),gn=lt(mn),Ci=lt(Ct),Ei=lt(_n),Ii=lt(wi),Zt=Jt?Jt.prototype:void 0,oo=Zt?Zt.valueOf:void 0;function Ht(p){var P=-1,M=p?p.length:0;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function Es(){this.__data__=pn?pn(null):{}}function Is(p){return this.has(p)&&delete this.__data__[p]}function ks(p){var P=this.__data__;if(pn){var M=P[p];return M===n?void 0:M}return Xe.call(P,p)?P[p]:void 0}function so(p){var P=this.__data__;return pn?P[p]!==void 0:Xe.call(P,p)}function ki(p,P){var M=this.__data__;return M[p]=pn&&P===void 0?n:P,this}Ht.prototype.clear=Es,Ht.prototype.delete=Is,Ht.prototype.get=ks,Ht.prototype.has=so,Ht.prototype.set=ki;function qe(p){var P=-1,M=p?p.length:0;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function xs(){this.__data__=[]}function Ds(p){var P=this.__data__,M=Bn(P,p);if(M<0)return!1;var W=P.length-1;return M==W?P.pop():Cs.call(P,M,1),!0}function Ss(p){var P=this.__data__,M=Bn(P,p);return M<0?void 0:P[M][1]}function Ms(p){return Bn(this.__data__,p)>-1}function Ls(p,P){var M=this.__data__,W=Bn(M,p);return W<0?M.push([p,P]):M[W][1]=P,this}qe.prototype.clear=xs,qe.prototype.delete=Ds,qe.prototype.get=Ss,qe.prototype.has=Ms,qe.prototype.set=Ls;function et(p){var P=-1,M=p?p.length:0;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function Ts(){this.__data__={hash:new Ht,map:new(mn||qe),string:new Ht}}function zs(p){return An(this,p).delete(p)}function js(p){return An(this,p).get(p)}function Vs(p){return An(this,p).has(p)}function _s(p,P){return An(this,p).set(p,P),this}et.prototype.clear=Ts,et.prototype.delete=zs,et.prototype.get=js,et.prototype.has=Vs,et.prototype.set=_s;function ft(p){this.__data__=new qe(p)}function Os(){this.__data__=new qe}function Bs(p){return this.__data__.delete(p)}function Rs(p){return this.__data__.get(p)}function Qs(p){return this.__data__.has(p)}function Hs(p,P){var M=this.__data__;if(M instanceof qe){var W=M.__data__;if(!mn||W.length<e-1)return W.push([p,P]),this;M=this.__data__=new et(W)}return M.set(p,P),this}ft.prototype.clear=Os,ft.prototype.delete=Bs,ft.prototype.get=Rs,ft.prototype.has=Qs,ft.prototype.set=Hs;function On(p,P){var M=Mi(p)||Qn(p)?at(p.length,String):[],W=M.length,Pe=!!W;for(var pe in p)(P||Xe.call(p,pe))&&!(Pe&&(pe=="length"||tr(pe,W)))&&M.push(pe);return M}function ro(p,P,M){var W=p[P];(!(Xe.call(p,P)&&uo(W,M))||M===void 0&&!(P in p))&&(p[P]=M)}function Bn(p,P){for(var M=p.length;M--;)if(uo(p[M][0],P))return M;return-1}function Tt(p,P){return p&&Si(P,Ti(P),p)}function xi(p,P,M,W,Pe,pe,xe){var De;if(W&&(De=pe?W(p,Pe,pe,xe):W(p)),De!==void 0)return De;if(!jt(p))return p;var Fe=Mi(p);if(Fe){if(De=$s(p),!P)return Js(p,De)}else{var Le=Ft(p),tt=Le==d||Le==h;if(fo(p))return Rn(p,P);if(Le==g||Le==s||tt&&!pe){if($e(p))return pe?p:{};if(De=zt(tt?{}:p),!P)return Zs(p,Tt(De,p))}else{if(!ie[Le])return pe?p:{};De=er(p,Le,xi,P)}}xe||(xe=new ft);var mt=xe.get(p);if(mt)return mt;if(xe.set(p,De),!Fe)var Ne=M?Ks(p):Ti(p);return Me(Ne||p,function(nt,Je){Ne&&(Je=nt,nt=p[Je]),ro(De,Je,xi(nt,P,M,W,Je,p,xe))}),De}function Gs(p){return jt(p)?Tn(p):{}}function Fs(p,P,M){var W=P(p);return Mi(p)?W:me(W,M(p))}function Ws(p){return Pt.call(p)}function Ns(p){if(!jt(p)||ir(p))return!1;var P=Li(p)||$e(p)?bi:Z;return P.test(lt(p))}function Xs(p){if(!co(p))return io(p);var P=[];for(var M in Object(p))Xe.call(p,M)&&M!="constructor"&&P.push(M);return P}function Rn(p,P){if(P)return p.slice();var M=new p.constructor(p.length);return p.copy(M),M}function Di(p){var P=new p.constructor(p.byteLength);return new fn(P).set(new fn(p)),P}function vn(p,P){var M=P?Di(p.buffer):p.buffer;return new p.constructor(M,p.byteOffset,p.byteLength)}function ao(p,P,M){var W=P?M(oe(p),!0):oe(p);return Ue(W,ue,new p.constructor)}function lo(p){var P=new p.constructor(p.source,Y.exec(p));return P.lastIndex=p.lastIndex,P}function Ys(p,P,M){var W=P?M(Re(p),!0):Re(p);return Ue(W,be,new p.constructor)}function Us(p){return oo?Object(oo.call(p)):{}}function qs(p,P){var M=P?Di(p.buffer):p.buffer;return new p.constructor(M,p.byteOffset,p.length)}function Js(p,P){var M=-1,W=p.length;for(P||(P=Array(W));++M<W;)P[M]=p[M];return P}function Si(p,P,M,W){M||(M={});for(var Pe=-1,pe=P.length;++Pe<pe;){var xe=P[Pe],De=W?W(M[xe],p[xe],xe,M,p):void 0;ro(M,xe,De===void 0?p[xe]:De)}return M}function Zs(p,P){return Si(p,Gt(p),P)}function Ks(p){return Fs(p,Ti,Gt)}function An(p,P){var M=p.__data__;return nr(P)?M[typeof P=="string"?"string":"hash"]:M.map}function Et(p,P){var M=ke(p,P);return Ns(M)?M:void 0}var Gt=yi?Ie(yi,Object):sr,Ft=Ws;(Vn&&Ft(new Vn(new ArrayBuffer(1)))!=I||mn&&Ft(new mn)!=u||Ct&&Ft(Ct.resolve())!=v||_n&&Ft(new _n)!=b||wi&&Ft(new wi)!=D)&&(Ft=function(p){var P=Pt.call(p),M=P==g?p.constructor:void 0,W=M?lt(M):void 0;if(W)switch(W){case Pi:return I;case gn:return u;case Ci:return v;case Ei:return b;case Ii:return D}return P});function $s(p){var P=p.length,M=p.constructor(P);return P&&typeof p[0]=="string"&&Xe.call(p,"index")&&(M.index=p.index,M.input=p.input),M}function zt(p){return typeof p.constructor=="function"&&!co(p)?Gs(ut(p)):{}}function er(p,P,M,W){var Pe=p.constructor;switch(P){case x:return Di(p);case a:case l:return new Pe(+p);case I:return vn(p,W);case T:case S:case N:case U:case G:case z:case H:case R:case J:return qs(p,W);case u:return ao(p,W,M);case m:case y:return new Pe(p);case A:return lo(p);case b:return Ys(p,W,M);case C:return Us(p)}}function tr(p,P){return P=P==null?o:P,!!P&&(typeof p=="number"||re.test(p))&&p>-1&&p%1==0&&p<P}function nr(p){var P=typeof p;return P=="string"||P=="number"||P=="symbol"||P=="boolean"?p!=="__proto__":p===null}function ir(p){return!!Ve&&Ve in p}function co(p){var P=p&&p.constructor,M=typeof P=="function"&&P.prototype||gt;return p===M}function lt(p){if(p!=null){try{return Be.call(p)}catch(P){}try{return p+""}catch(P){}}return""}function ho(p){return xi(p,!0,!0)}function uo(p,P){return p===P||p!==p&&P!==P}function Qn(p){return or(p)&&Xe.call(p,"callee")&&(!zn.call(p,"callee")||Pt.call(p)==s)}var Mi=Array.isArray;function Hn(p){return p!=null&&mo(p.length)&&!Li(p)}function or(p){return po(p)&&Hn(p)}var fo=jn||rr;function Li(p){var P=jt(p)?Pt.call(p):"";return P==d||P==h}function mo(p){return typeof p=="number"&&p>-1&&p%1==0&&p<=o}function jt(p){var P=typeof p;return!!p&&(P=="object"||P=="function")}function po(p){return!!p&&typeof p=="object"}function Ti(p){return Hn(p)?On(p):Xs(p)}function sr(){return[]}function rr(){return!1}i.exports=ho})(My,es);const Ly=es;var ts={},Ty={get exports(){return ts},set exports(i){ts=i}};(function(i,t){var e=200,n="__lodash_hash_undefined__",o=1,s=2,r=9007199254740991,a="[object Arguments]",l="[object Array]",c="[object AsyncFunction]",d="[object Boolean]",h="[object Date]",u="[object Error]",m="[object Function]",g="[object GeneratorFunction]",v="[object Map]",A="[object Number]",b="[object Null]",y="[object Object]",C="[object Promise]",D="[object Proxy]",x="[object RegExp]",I="[object Set]",T="[object String]",S="[object Symbol]",N="[object Undefined]",U="[object WeakMap]",G="[object ArrayBuffer]",z="[object DataView]",H="[object Float32Array]",R="[object Float64Array]",J="[object Int8Array]",q="[object Int16Array]",Y="[object Int32Array]",Z="[object Uint8Array]",re="[object Uint8ClampedArray]",ie="[object Uint16Array]",Ae="[object Uint32Array]",we=/[\\^$.*+?()[\]{}|]/g,ge=/^\[object .+?Constructor\]$/,je=/^(?:0|[1-9]\d*)$/,ve={};ve[H]=ve[R]=ve[J]=ve[q]=ve[Y]=ve[Z]=ve[re]=ve[ie]=ve[Ae]=!0,ve[a]=ve[l]=ve[G]=ve[d]=ve[z]=ve[h]=ve[u]=ve[m]=ve[v]=ve[A]=ve[y]=ve[x]=ve[I]=ve[T]=ve[U]=!1;var Ge=typeof yt=="object"&&yt&&yt.Object===Object&&yt,ue=typeof self=="object"&&self&&self.Object===Object&&self,be=Ge||ue||Function("return this")(),Me=t&&!t.nodeType&&t,me=Me&&!0&&i&&!i.nodeType&&i,Ue=me&&me.exports===Me,at=Ue&&Ge.process,ke=function(){try{return at&&at.binding&&at.binding("util")}catch(p){}}(),$e=ke&&ke.isTypedArray;function oe(p,P){for(var M=-1,W=p==null?0:p.length,Pe=0,pe=[];++M<W;){var xe=p[M];P(xe,M,p)&&(pe[Pe++]=xe)}return pe}function Ie(p,P){for(var M=-1,W=P.length,Pe=p.length;++M<W;)p[Pe+M]=P[M];return p}function Re(p,P){for(var M=-1,W=p==null?0:p.length;++M<W;)if(P(p[M],M,p))return!0;return!1}function ht(p,P){for(var M=-1,W=Array(p);++M<p;)W[M]=P(M);return W}function Qt(p){return function(P){return p(P)}}function gt(p,P){return p.has(P)}function vt(p,P){return p==null?void 0:p[P]}function Ve(p){var P=-1,M=Array(p.size);return p.forEach(function(W,Pe){M[++P]=[Pe,W]}),M}function Be(p,P){return function(M){return p(P(M))}}function Xe(p){var P=-1,M=Array(p.size);return p.forEach(function(W){M[++P]=W}),M}var Pt=Array.prototype,bi=Function.prototype,Lt=Object.prototype,Jt=be["__core-js_shared__"],fn=bi.toString,ut=Lt.hasOwnProperty,Tn=function(){var p=/[^.]+$/.exec(Jt&&Jt.keys&&Jt.keys.IE_PROTO||"");return p?"Symbol(src)_1."+p:""}(),zn=Lt.toString,Cs=RegExp("^"+fn.call(ut).replace(we,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),yi=Ue?be.Buffer:void 0,jn=be.Symbol,io=be.Uint8Array,Vn=Lt.propertyIsEnumerable,mn=Pt.splice,Ct=jn?jn.toStringTag:void 0,_n=Object.getOwnPropertySymbols,wi=yi?yi.isBuffer:void 0,pn=Be(Object.keys,Object),Pi=Gt(be,"DataView"),gn=Gt(be,"Map"),Ci=Gt(be,"Promise"),Ei=Gt(be,"Set"),Ii=Gt(be,"WeakMap"),Zt=Gt(Object,"create"),oo=lt(Pi),Ht=lt(gn),Es=lt(Ci),Is=lt(Ei),ks=lt(Ii),so=jn?jn.prototype:void 0,ki=so?so.valueOf:void 0;function qe(p){var P=-1,M=p==null?0:p.length;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function xs(){this.__data__=Zt?Zt(null):{},this.size=0}function Ds(p){var P=this.has(p)&&delete this.__data__[p];return this.size-=P?1:0,P}function Ss(p){var P=this.__data__;if(Zt){var M=P[p];return M===n?void 0:M}return ut.call(P,p)?P[p]:void 0}function Ms(p){var P=this.__data__;return Zt?P[p]!==void 0:ut.call(P,p)}function Ls(p,P){var M=this.__data__;return this.size+=this.has(p)?0:1,M[p]=Zt&&P===void 0?n:P,this}qe.prototype.clear=xs,qe.prototype.delete=Ds,qe.prototype.get=Ss,qe.prototype.has=Ms,qe.prototype.set=Ls;function et(p){var P=-1,M=p==null?0:p.length;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function Ts(){this.__data__=[],this.size=0}function zs(p){var P=this.__data__,M=Rn(P,p);if(M<0)return!1;var W=P.length-1;return M==W?P.pop():mn.call(P,M,1),--this.size,!0}function js(p){var P=this.__data__,M=Rn(P,p);return M<0?void 0:P[M][1]}function Vs(p){return Rn(this.__data__,p)>-1}function _s(p,P){var M=this.__data__,W=Rn(M,p);return W<0?(++this.size,M.push([p,P])):M[W][1]=P,this}et.prototype.clear=Ts,et.prototype.delete=zs,et.prototype.get=js,et.prototype.has=Vs,et.prototype.set=_s;function ft(p){var P=-1,M=p==null?0:p.length;for(this.clear();++P<M;){var W=p[P];this.set(W[0],W[1])}}function Os(){this.size=0,this.__data__={hash:new qe,map:new(gn||et),string:new qe}}function Bs(p){var P=Et(this,p).delete(p);return this.size-=P?1:0,P}function Rs(p){return Et(this,p).get(p)}function Qs(p){return Et(this,p).has(p)}function Hs(p,P){var M=Et(this,p),W=M.size;return M.set(p,P),this.size+=M.size==W?0:1,this}ft.prototype.clear=Os,ft.prototype.delete=Bs,ft.prototype.get=Rs,ft.prototype.has=Qs,ft.prototype.set=Hs;function On(p){var P=-1,M=p==null?0:p.length;for(this.__data__=new ft;++P<M;)this.add(p[P])}function ro(p){return this.__data__.set(p,n),this}function Bn(p){return this.__data__.has(p)}On.prototype.add=On.prototype.push=ro,On.prototype.has=Bn;function Tt(p){var P=this.__data__=new et(p);this.size=P.size}function xi(){this.__data__=new et,this.size=0}function Gs(p){var P=this.__data__,M=P.delete(p);return this.size=P.size,M}function Fs(p){return this.__data__.get(p)}function Ws(p){return this.__data__.has(p)}function Ns(p,P){var M=this.__data__;if(M instanceof et){var W=M.__data__;if(!gn||W.length<e-1)return W.push([p,P]),this.size=++M.size,this;M=this.__data__=new ft(W)}return M.set(p,P),this.size=M.size,this}Tt.prototype.clear=xi,Tt.prototype.delete=Gs,Tt.prototype.get=Fs,Tt.prototype.has=Ws,Tt.prototype.set=Ns;function Xs(p,P){var M=Qn(p),W=!M&&uo(p),Pe=!M&&!W&&Hn(p),pe=!M&&!W&&!Pe&&po(p),xe=M||W||Pe||pe,De=xe?ht(p.length,String):[],Fe=De.length;for(var Le in p)(P||ut.call(p,Le))&&!(xe&&(Le=="length"||Pe&&(Le=="offset"||Le=="parent")||pe&&(Le=="buffer"||Le=="byteLength"||Le=="byteOffset")||er(Le,Fe)))&&De.push(Le);return De}function Rn(p,P){for(var M=p.length;M--;)if(ho(p[M][0],P))return M;return-1}function Di(p,P,M){var W=P(p);return Qn(p)?W:Ie(W,M(p))}function vn(p){return p==null?p===void 0?N:b:Ct&&Ct in Object(p)?Ft(p):co(p)}function ao(p){return jt(p)&&vn(p)==a}function lo(p,P,M,W,Pe){return p===P?!0:p==null||P==null||!jt(p)&&!jt(P)?p!==p&&P!==P:Ys(p,P,M,W,lo,Pe)}function Ys(p,P,M,W,Pe,pe){var xe=Qn(p),De=Qn(P),Fe=xe?l:zt(p),Le=De?l:zt(P);Fe=Fe==a?y:Fe,Le=Le==a?y:Le;var tt=Fe==y,mt=Le==y,Ne=Fe==Le;if(Ne&&Hn(p)){if(!Hn(P))return!1;xe=!0,tt=!1}if(Ne&&!tt)return pe||(pe=new Tt),xe||po(p)?Si(p,P,M,W,Pe,pe):Zs(p,P,Fe,M,W,Pe,pe);if(!(M&o)){var nt=tt&&ut.call(p,"__wrapped__"),Je=mt&&ut.call(P,"__wrapped__");if(nt||Je){var Kt=nt?p.value():p,Wt=Je?P.value():P;return pe||(pe=new Tt),Pe(Kt,Wt,M,W,pe)}}return Ne?(pe||(pe=new Tt),Ks(p,P,M,W,Pe,pe)):!1}function Us(p){if(!mo(p)||nr(p))return!1;var P=fo(p)?Cs:ge;return P.test(lt(p))}function qs(p){return jt(p)&&Li(p.length)&&!!ve[vn(p)]}function Js(p){if(!ir(p))return pn(p);var P=[];for(var M in Object(p))ut.call(p,M)&&M!="constructor"&&P.push(M);return P}function Si(p,P,M,W,Pe,pe){var xe=M&o,De=p.length,Fe=P.length;if(De!=Fe&&!(xe&&Fe>De))return!1;var Le=pe.get(p);if(Le&&pe.get(P))return Le==P;var tt=-1,mt=!0,Ne=M&s?new On:void 0;for(pe.set(p,P),pe.set(P,p);++tt<De;){var nt=p[tt],Je=P[tt];if(W)var Kt=xe?W(Je,nt,tt,P,p,pe):W(nt,Je,tt,p,P,pe);if(Kt!==void 0){if(Kt)continue;mt=!1;break}if(Ne){if(!Re(P,function(Wt,bn){if(!gt(Ne,bn)&&(nt===Wt||Pe(nt,Wt,M,W,pe)))return Ne.push(bn)})){mt=!1;break}}else if(!(nt===Je||Pe(nt,Je,M,W,pe))){mt=!1;break}}return pe.delete(p),pe.delete(P),mt}function Zs(p,P,M,W,Pe,pe,xe){switch(M){case z:if(p.byteLength!=P.byteLength||p.byteOffset!=P.byteOffset)return!1;p=p.buffer,P=P.buffer;case G:return!(p.byteLength!=P.byteLength||!pe(new io(p),new io(P)));case d:case h:case A:return ho(+p,+P);case u:return p.name==P.name&&p.message==P.message;case x:case T:return p==P+"";case v:var De=Ve;case I:var Fe=W&o;if(De||(De=Xe),p.size!=P.size&&!Fe)return!1;var Le=xe.get(p);if(Le)return Le==P;W|=s,xe.set(p,P);var tt=Si(De(p),De(P),W,Pe,pe,xe);return xe.delete(p),tt;case S:if(ki)return ki.call(p)==ki.call(P)}return!1}function Ks(p,P,M,W,Pe,pe){var xe=M&o,De=An(p),Fe=De.length,Le=An(P),tt=Le.length;if(Fe!=tt&&!xe)return!1;for(var mt=Fe;mt--;){var Ne=De[mt];if(!(xe?Ne in P:ut.call(P,Ne)))return!1}var nt=pe.get(p);if(nt&&pe.get(P))return nt==P;var Je=!0;pe.set(p,P),pe.set(P,p);for(var Kt=xe;++mt<Fe;){Ne=De[mt];var Wt=p[Ne],bn=P[Ne];if(W)var xa=xe?W(bn,Wt,Ne,P,p,pe):W(Wt,bn,Ne,p,P,pe);if(!(xa===void 0?Wt===bn||Pe(Wt,bn,M,W,pe):xa)){Je=!1;break}Kt||(Kt=Ne=="constructor")}if(Je&&!Kt){var go=p.constructor,vo=P.constructor;go!=vo&&"constructor"in p&&"constructor"in P&&!(typeof go=="function"&&go instanceof go&&typeof vo=="function"&&vo instanceof vo)&&(Je=!1)}return pe.delete(p),pe.delete(P),Je}function An(p){return Di(p,Ti,$s)}function Et(p,P){var M=p.__data__;return tr(P)?M[typeof P=="string"?"string":"hash"]:M.map}function Gt(p,P){var M=vt(p,P);return Us(M)?M:void 0}function Ft(p){var P=ut.call(p,Ct),M=p[Ct];try{p[Ct]=void 0;var W=!0}catch(pe){}var Pe=zn.call(p);return W&&(P?p[Ct]=M:delete p[Ct]),Pe}var $s=_n?function(p){return p==null?[]:(p=Object(p),oe(_n(p),function(P){return Vn.call(p,P)}))}:sr,zt=vn;(Pi&&zt(new Pi(new ArrayBuffer(1)))!=z||gn&&zt(new gn)!=v||Ci&&zt(Ci.resolve())!=C||Ei&&zt(new Ei)!=I||Ii&&zt(new Ii)!=U)&&(zt=function(p){var P=vn(p),M=P==y?p.constructor:void 0,W=M?lt(M):"";if(W)switch(W){case oo:return z;case Ht:return v;case Es:return C;case Is:return I;case ks:return U}return P});function er(p,P){return P=P==null?r:P,!!P&&(typeof p=="number"||je.test(p))&&p>-1&&p%1==0&&p<P}function tr(p){var P=typeof p;return P=="string"||P=="number"||P=="symbol"||P=="boolean"?p!=="__proto__":p===null}function nr(p){return!!Tn&&Tn in p}function ir(p){var P=p&&p.constructor,M=typeof P=="function"&&P.prototype||Lt;return p===M}function co(p){return zn.call(p)}function lt(p){if(p!=null){try{return fn.call(p)}catch(P){}try{return p+""}catch(P){}}return""}function ho(p,P){return p===P||p!==p&&P!==P}var uo=ao(function(){return arguments}())?ao:function(p){return jt(p)&&ut.call(p,"callee")&&!Vn.call(p,"callee")},Qn=Array.isArray;function Mi(p){return p!=null&&Li(p.length)&&!fo(p)}var Hn=wi||rr;function or(p,P){return lo(p,P)}function fo(p){if(!mo(p))return!1;var P=vn(p);return P==m||P==g||P==c||P==D}function Li(p){return typeof p=="number"&&p>-1&&p%1==0&&p<=r}function mo(p){var P=typeof p;return p!=null&&(P=="object"||P=="function")}function jt(p){return p!=null&&typeof p=="object"}var po=$e?Qt($e):qs;function Ti(p){return Mi(p)?Xs(p):Js(p)}function sr(){return[]}function rr(){return!1}i.exports=or})(Ty,ts);const zy=ts,jy=(i,t)=>zy(i,t),Vy=i=>Object.keys(i||{}),_y=(i,t)=>{const e={};return i.forEach(n=>{e[n]=t[n]}),e},Oy=()=>{const i={},t=(e,n)=>{const{watcherName:o,fn:s}=e,{prop:r,value:a}=n;i[o]||(i[o]={deps:{},fn:s}),i[o].deps[r]=a};return{subscribers:i,subscribe(e,n){e&&t(e,n)},notify(e,n){Object.entries(i).forEach(([o,{deps:s,fn:r}])=>{const a=Vy(s);if(a.includes(n)){const l=_y(a,e);jy(s,l)||(i[o].deps=l,r())}})}}},By=()=>{let i=null;return{targetWatcher(t,e){i={watcherName:t,fn:e},i.fn(),i=null},getTarget(){return i}}};function Ry(i,t){const e=To(i,"data",{}),n=To(i,"watch",{}),o=To(i,"methods",{}),s=To(t,"onChange",()=>{}),{subscribe:r,notify:a,subscribers:l}=Oy(),{targetWatcher:c,getTarget:d}=By();let h;const u={},m=()=>({data:h,methods:u});let g=!1;const v=b=>(...y)=>{g=!0;const C=b(...y);return g=!1,C};Object.entries(o).forEach(([b,y])=>{u[b]=v((...C)=>y(m(),...C)),Object.defineProperty(u[b],"name",{value:b})}),h=new Proxy(Ly(e),{get(b,y){return d()&&!g&&r(d(),{prop:y,value:b[y]}),Reflect.get(...arguments)},set(b,y,C){return b[y]===C||(Reflect.set(...arguments),d()||(s&&s(y,C),a(h,y))),!0}}),Object.entries(n).forEach(([b,y])=>{c(b,()=>{y(m())})});const A=[h,u];return A._internal={_getSubscribers(){return l}},A}function Qy({pageIndex:i,particlesToShow:t,particlesToScroll:e,particlesCount:n}){const o=i===0?0:t-e,s=i*t-i*o,r=s+Math.max(t,e)-1,a=[];for(let l=s;l<=Math.min(n-1,r);l++)a.push(l);return a}function Hy({infinite:i,pageIndex:t,pagesCount:e,particlesCount:n,particlesToShow:o,particlesToScroll:s}){const r=$n(0,t,e-1);let a=r-1,l=r+1;a=i?a<0?e-1:a:Math.max(0,a),l=i?l>e-1?0:l:Math.min(e-1,l);const c=[...new Set([a,r,l,0,e-1])].sort((h,u)=>h-u),d=c.flatMap(h=>Qy({pageIndex:h,particlesToShow:o,particlesToScroll:s,particlesCount:n}));return{pageIndexes:c,particleIndexes:[...new Set(d)].sort((h,u)=>h-u)}}const Gy=(i,t)=>(i(),setInterval(i,t)),Fy=35,Ic=1;class Wy{constructor({onProgressValueChange:t}){this._onProgressValueChange=t,this._autoplayDuration,this._onProgressValueChange,this._interval,this._paused=!1}setAutoplayDuration(t){this._autoplayDuration=t}start(t){return new Promise(e=>{this.reset();const n=Math.min(Fy,Math.max(this._autoplayDuration,1));let o=-n;this._interval=Gy(()=>X(this,null,function*(){if(this._paused)return;o+=n;const s=o/this._autoplayDuration;this._onProgressValueChange(s),s>Ic&&(this.reset(),yield t(),e())}),n)})}pause(){this._paused=!0}resume(){this._paused=!1}reset(){clearInterval(this._interval),this._onProgressValueChange(Ic)}}function Ny(i){const t=new Wy({onProgressValueChange:r=>{i("progressValue",1-r)}}),e=Ry({data:{particlesCountWithoutClones:0,particlesToShow:1,particlesToShowInit:1,particlesToScroll:1,particlesToScrollInit:1,particlesCount:1,currentParticleIndex:1,infinite:!1,autoplayDuration:1e3,clonesCountHead:0,clonesCountTail:0,clonesCountTotal:0,partialPageSize:1,currentPageIndex:1,pagesCount:1,pauseOnFocus:!1,focused:!1,autoplay:!1,autoplayDirection:"next",disabled:!1,durationMsInit:1e3,durationMs:1e3,offset:0,particleWidth:0,loaded:[]},watch:{setLoaded({data:r}){r.loaded=Hy({infinite:r.infinite,pageIndex:r.currentPageIndex,pagesCount:r.pagesCount,particlesCount:r.particlesCountWithoutClones,particlesToShow:r.particlesToShow,particlesToScroll:r.particlesToScroll}).particleIndexes},setCurrentPageIndex({data:r}){r.currentPageIndex=E1({currentParticleIndex:r.currentParticleIndex,particlesCount:r.particlesCount,clonesCountHead:r.clonesCountHead,clonesCountTotal:r.clonesCountTotal,infinite:r.infinite,particlesToScroll:r.particlesToScroll})},setPartialPageSize({data:r}){r.partialPageSize=Gh({particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow,particlesCountWithoutClones:r.particlesCountWithoutClones})},setClonesCount({data:r}){const{head:a,tail:l}=z1({infinite:r.infinite,particlesToShow:r.particlesToShow,partialPageSize:r.partialPageSize});r.clonesCountHead=a,r.clonesCountTail=l,r.clonesCountTotal=a+l},setProgressManagerAutoplayDuration({data:r}){t.setAutoplayDuration(r.autoplayDuration)},toggleProgressManager({data:{pauseOnFocus:r,focused:a}}){r&&(a?t.pause():t.resume())},initDuration({data:r}){r.durationMs=r.durationMsInit},applyAutoplay({data:r,methods:{_applyAutoplayIfNeeded:a}}){r.autoplay&&a(r.autoplay)},setPagesCount({data:r}){r.pagesCount=k1({infinite:r.infinite,particlesCountWithoutClones:r.particlesCountWithoutClones,particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow})},setParticlesToShow({data:r}){r.particlesToShow=$n(1,r.particlesToShowInit,r.particlesCountWithoutClones)},setParticlesToScroll({data:r}){r.particlesToScroll=$n(1,r.particlesToScrollInit,r.particlesCountWithoutClones)}},methods:{_prev({data:r}){r.currentParticleIndex=Er({infinite:r.infinite,pageIndex:r.currentPageIndex-1,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},_next({data:r}){r.currentParticleIndex=Er({infinite:r.infinite,pageIndex:r.currentPageIndex+1,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},_moveToParticle({data:r},a){r.currentParticleIndex=$n(0,a,r.particlesCount-1)},toggleFocused({data:r}){r.focused=!r.focused},_applyAutoplayIfNeeded(l){return X(this,arguments,function*({data:r,methods:a}){if(!r.infinite&&(r.autoplayDirection===cn&&r.currentParticleIndex===r.particlesCount-1||r.autoplayDirection===ai&&r.currentParticleIndex===0)){t.reset();return}if(r.autoplay){const c=()=>Jr({[cn]:()=>X(this,null,function*(){return a.showNextPage()}),[ai]:()=>X(this,null,function*(){return a.showPrevPage()})})(r.autoplayDirection);yield t.start(c)}})},_jumpIfNeeded(l){return X(this,arguments,function*({data:r,methods:a}){let c=!1;return r.infinite&&(r.currentParticleIndex===0?(yield a.showParticle(r.particlesCount-r.clonesCountTotal,{animated:!1}),c=!0):r.currentParticleIndex===r.particlesCount-r.clonesCountTail&&(yield a.showParticle(r.clonesCountHead,{animated:!1}),c=!0)),c})},changePage(d,h,u){return X(this,arguments,function*({data:r,methods:a},l,c){if(t.reset(),r.disabled)return;r.disabled=!0,l(),yield a.offsetPage({animated:Wi(c,"animated",!0)}),r.disabled=!1,!(yield a._jumpIfNeeded())&&a._applyAutoplayIfNeeded()})},showNextPage(c,d){return X(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._next,l))})},showPrevPage(c,d){return X(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._prev,l))})},showParticle(c,d,h){return X(this,arguments,function*({methods:r},a,l){yield r.changePage(()=>r._moveToParticle(a),l)})},_getParticleIndexByPageIndex({data:r},a){return Er({infinite:r.infinite,pageIndex:a,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},showPage(c,d,h){return X(this,arguments,function*({methods:r},a,l){const u=r._getParticleIndexByPageIndex(a);yield r.showParticle(u,l)})},offsetPage({data:r},a){const l=Wi(a,"animated",!0);return new Promise(c=>{r.durationMs=l?r.durationMsInit:0,r.offset=-r.currentParticleIndex*r.particleWidth,setTimeout(()=>{c()},r.durationMs)})}}},{onChange:i}),[n,o]=e;return[{data:n,progressManager:t},o,e._internal]}function Xy(i){fe(i,"svelte-sme1z4",":root{--sc-color-rgb-light-50p:rgba(93, 93, 93, 0.5);--sc-color-rgb-light:#5d5d5d;--sc-color-hex-dark-50p:rgba(30, 30, 30, 0.5);--sc-color-hex-dark:#1e1e1e}.sc-carousel__carousel-container.svelte-sme1z4{display:flex;width:100%;flex-direction:column;align-items:center}.sc-carousel__content-container.svelte-sme1z4{position:relative;display:flex;width:100%}.sc-carousel__pages-window.svelte-sme1z4{flex:1;display:flex;overflow:hidden;box-sizing:border-box;position:relative}.sc-carousel__pages-container.svelte-sme1z4{width:100%;display:flex;transition-property:transform}.sc-carousel__arrow-container.svelte-sme1z4{padding:5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.sc-carousel-progress__container.svelte-sme1z4{width:100%;height:5px;background-color:var(--sc-color-rgb-light-50p);position:absolute;bottom:0}.sc-carousel-button{all:unset;cursor:pointer}.sc-carousel-button:focus{outline:5px auto}")}const Yy=i=>({currentPageIndex:i[0]&32,pagesCount:i[0]&1024,loaded:i[0]&64}),kc=i=>({currentPageIndex:i[5],pagesCount:i[10],showPage:i[15],loaded:i[6]}),Uy=i=>({loaded:i[0]&64,currentPageIndex:i[0]&32}),xc=i=>({showNextPage:i[14].showNextPage,loaded:i[6],currentPageIndex:i[5]}),qy=i=>({loaded:i[0]&64,currentPageIndex:i[0]&32}),Dc=i=>({loaded:i[6],currentPageIndex:i[5]}),Jy=i=>({loaded:i[0]&64,currentPageIndex:i[0]&32}),Sc=i=>({showPrevPage:i[14].showPrevPage,loaded:i[6],currentPageIndex:i[5]});function Mc(i){let t;const e=i[37].prev,n=hi(e,i,i[36],Sc),o=n||Zy(i);return{c(){o&&o.c()},m(s,r){o&&o.m(s,r),t=!0},p(s,r){n?n.p&&(!t||r[0]&96|r[1]&32)&&fi(n,e,s,s[36],t?ui(e,s[36],r,Jy):mi(s[36]),Sc):o&&o.p&&(!t||r[0]&36)&&o.p(s,t?r:[-1,-1])},i(s){t||(k(o,s),t=!0)},o(s){L(o,s),t=!1},d(s){o&&o.d(s)}}}function Zy(i){let t,e,n;return e=new Qh({props:{direction:"prev",disabled:!i[2]&&i[5]===0}}),e.$on("click",i[23]),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s[0]&36&&(r.disabled=!o[2]&&o[5]===0),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function Lc(i){let t,e,n;return e=new i1({props:{value:i[7]}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","sc-carousel-progress__container svelte-sme1z4")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s[0]&128&&(r.value=o[7]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function Tc(i){let t;const e=i[37].next,n=hi(e,i,i[36],xc),o=n||Ky(i);return{c(){o&&o.c()},m(s,r){o&&o.m(s,r),t=!0},p(s,r){n?n.p&&(!t||r[0]&96|r[1]&32)&&fi(n,e,s,s[36],t?ui(e,s[36],r,Uy):mi(s[36]),xc):o&&o.p&&(!t||r[0]&1060)&&o.p(s,t?r:[-1,-1])},i(s){t||(k(o,s),t=!0)},o(s){L(o,s),t=!1},d(s){o&&o.d(s)}}}function Ky(i){let t,e,n;return e=new Qh({props:{direction:"next",disabled:!i[2]&&i[5]===i[10]-1}}),e.$on("click",i[14].showNextPage),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s[0]&1060&&(r.disabled=!o[2]&&o[5]===o[10]-1),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function zc(i){let t;const e=i[37].dots,n=hi(e,i,i[36],kc),o=n||$y(i);return{c(){o&&o.c()},m(s,r){o&&o.m(s,r),t=!0},p(s,r){n?n.p&&(!t||r[0]&1120|r[1]&32)&&fi(n,e,s,s[36],t?ui(e,s[36],r,Yy):mi(s[36]),kc):o&&o.p&&(!t||r[0]&1056)&&o.p(s,t?r:[-1,-1])},i(s){t||(k(o,s),t=!0)},o(s){L(o,s),t=!1},d(s){o&&o.d(s)}}}function $y(i){let t,e;return t=new Jb({props:{pagesCount:i[10],currentPageIndex:i[5]}}),t.$on("pageChange",i[41]),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o[0]&1024&&(s.pagesCount=n[10]),o[0]&32&&(s.currentPageIndex=n[5]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function ew(i){let t,e,n,o,s,r,a,l,c,d,h,u,m=i[1]&&Mc(i);const g=i[37].default,v=hi(g,i,i[36],Dc);let A=i[3]&&Lc(i),b=i[1]&&Tc(i),y=i[4]&&zc(i);return{c(){t=_("div"),e=_("div"),m&&m.c(),n=se(),o=_("div"),s=_("div"),v&&v.c(),a=se(),A&&A.c(),l=se(),b&&b.c(),c=se(),y&&y.c(),w(s,"class","sc-carousel__pages-container svelte-sme1z4"),j(s,"transform","translateX("+i[8]+"px)"),j(s,"transition-duration",i[9]+"ms"),j(s,"transition-timing-function",i[0]),w(o,"class","sc-carousel__pages-window svelte-sme1z4"),w(e,"class","sc-carousel__content-container svelte-sme1z4"),w(t,"class","sc-carousel__carousel-container svelte-sme1z4")},m(C,D){O(C,t,D),B(t,e),m&&m.m(e,null),B(e,n),B(e,o),B(o,s),v&&v.m(s,null),i[39](s),B(o,a),A&&A.m(o,null),i[40](o),B(e,l),b&&b.m(e,null),B(t,c),y&&y.m(t,null),d=!0,h||(u=[Ut(r=u1.call(null,s,{thresholdProvider:i[38]})),Ce(s,"swipeStart",i[16]),Ce(s,"swipeMove",i[18]),Ce(s,"swipeEnd",i[19]),Ce(s,"swipeFailed",i[20]),Ce(s,"swipeThresholdReached",i[17]),Ut(g1.call(null,o)),Ce(o,"hovered",i[21]),Ut(w1.call(null,o)),Ce(o,"tapped",i[22])],h=!0)},p(C,D){C[1]?m?(m.p(C,D),D[0]&2&&k(m,1)):(m=Mc(C),m.c(),k(m,1),m.m(e,n)):m&&(de(),L(m,1,1,()=>{m=null}),he()),v&&v.p&&(!d||D[0]&96|D[1]&32)&&fi(v,g,C,C[36],d?ui(g,C[36],D,qy):mi(C[36]),Dc),(!d||D[0]&256)&&j(s,"transform","translateX("+C[8]+"px)"),(!d||D[0]&512)&&j(s,"transition-duration",C[9]+"ms"),(!d||D[0]&1)&&j(s,"transition-timing-function",C[0]),r&&di(r.update)&&D[0]&2048&&r.update.call(null,{thresholdProvider:C[38]}),C[3]?A?(A.p(C,D),D[0]&8&&k(A,1)):(A=Lc(C),A.c(),k(A,1),A.m(o,null)):A&&(de(),L(A,1,1,()=>{A=null}),he()),C[1]?b?(b.p(C,D),D[0]&2&&k(b,1)):(b=Tc(C),b.c(),k(b,1),b.m(e,null)):b&&(de(),L(b,1,1,()=>{b=null}),he()),C[4]?y?(y.p(C,D),D[0]&16&&k(y,1)):(y=zc(C),y.c(),k(y,1),y.m(t,null)):y&&(de(),L(y,1,1,()=>{y=null}),he())},i(C){d||(k(m),k(v,C),k(A),k(b),k(y),d=!0)},o(C){L(m),L(v,C),L(A),L(b),L(y),d=!1},d(C){C&&V(t),m&&m.d(),v&&v.d(C),i[39](null),A&&A.d(),i[40](null),b&&b.d(),y&&y.d(),h=!1,rt(u)}}}function tw(i,t,e){let{$$slots:n={},$$scope:o}=t,s=[],r,a,l=0,c=0,d=1;const[{data:h,progressManager:u},m,g]=Ny((oe,Ie)=>{Jr({currentPageIndex:()=>e(5,r=Ie),progressValue:()=>e(7,a=Ie),offset:()=>e(8,l=Ie),durationMs:()=>e(9,c=Ie),pagesCount:()=>e(10,d=Ie),loaded:()=>e(6,s=Ie)})(oe)}),v=cs();let{timingFunction:A="ease-in-out"}=t,{arrows:b=!0}=t,{infinite:y=!0}=t,{initialPageIndex:C=0}=t,{duration:D=500}=t,{autoplay:x=!1}=t,{autoplayDuration:I=3e3}=t,{autoplayDirection:T=cn}=t,{pauseOnFocus:S=!1}=t,{autoplayProgressVisible:N=!1}=t,{dots:U=!0}=t,{swiping:G=!0}=t,{particlesToShow:z=1}=t,{particlesToScroll:H=1}=t;function R(oe,Ie){return X(this,null,function*(){const Re=Wi(Ie,"animated",!0);if(typeof oe!="number")throw new Error("pageIndex should be a number");yield m.showPage(oe,{animated:Re})})}function J(oe){return X(this,null,function*(){const Ie=Wi(oe,"animated",!0);yield m.showPrevPage({animated:Ie})})}function q(oe){return X(this,null,function*(){const Ie=Wi(oe,"animated",!0);yield m.showNextPage({animated:Ie})})}let Y=0,Z,re;const ie=M1(({width:oe})=>{e(11,Y=oe),h.particleWidth=Y/h.particlesToShow,S1({particlesContainerChildren:re.children,particleWidth:h.particleWidth}),m.offsetPage({animated:!1})});function Ae(){const{clonesToAppend:oe,clonesToPrepend:Ie}=L1({clonesCountHead:h.clonesCountHead,clonesCountTail:h.clonesCountTail,particlesContainerChildren:re.children});T1({particlesContainer:re,clonesToAppend:oe,clonesToPrepend:Ie})}St(()=>{X(this,null,function*(){yield Ba(),re&&Z&&(h.particlesCountWithoutClones=re.children.length,yield Ba(),h.infinite&&Ae(),h.particlesCount=re.children.length,m.showPage(C,{animated:!1}),ie.observe(Z))})}),hn(()=>{ie.disconnect(),u.reset()});function we(oe){return X(this,null,function*(){yield m.showPage(oe,{animated:!0})})}function ge(){G&&(h.durationMs=0)}function je(oe){return X(this,null,function*(){G&&(yield Jr({[cn]:m.showNextPage,[ai]:m.showPrevPage})(oe.detail.direction))})}function ve(oe){G&&(h.offset+=oe.detail.dx)}function Ge(){G&&m.showParticle(h.currentParticleIndex)}function ue(){return X(this,null,function*(){G&&(yield m.offsetPage({animated:!0}))})}function be(oe){h.focused=oe.detail.value}function Me(){m.toggleFocused()}function me(){m.showPrevPage()}const Ue=()=>Y/3;function at(oe){Ke[oe?"unshift":"push"](()=>{re=oe,e(13,re)})}function ke(oe){Ke[oe?"unshift":"push"](()=>{Z=oe,e(12,Z)})}const $e=oe=>we(oe.detail);return i.$$set=oe=>{"timingFunction"in oe&&e(0,A=oe.timingFunction),"arrows"in oe&&e(1,b=oe.arrows),"infinite"in oe&&e(2,y=oe.infinite),"initialPageIndex"in oe&&e(24,C=oe.initialPageIndex),"duration"in oe&&e(25,D=oe.duration),"autoplay"in oe&&e(26,x=oe.autoplay),"autoplayDuration"in oe&&e(27,I=oe.autoplayDuration),"autoplayDirection"in oe&&e(28,T=oe.autoplayDirection),"pauseOnFocus"in oe&&e(29,S=oe.pauseOnFocus),"autoplayProgressVisible"in oe&&e(3,N=oe.autoplayProgressVisible),"dots"in oe&&e(4,U=oe.dots),"swiping"in oe&&e(30,G=oe.swiping),"particlesToShow"in oe&&e(31,z=oe.particlesToShow),"particlesToScroll"in oe&&e(32,H=oe.particlesToScroll),"$$scope"in oe&&e(36,o=oe.$$scope)},i.$$.update=()=>{i.$$.dirty[0]&32&&v("pageChange",r),i.$$.dirty[0]&4&&(h.infinite=y),i.$$.dirty[0]&33554432&&(h.durationMsInit=D),i.$$.dirty[0]&67108864&&(h.autoplay=x),i.$$.dirty[0]&134217728&&(h.autoplayDuration=I),i.$$.dirty[0]&268435456&&(h.autoplayDirection=T),i.$$.dirty[0]&536870912&&(h.pauseOnFocus=S),i.$$.dirty[1]&1&&(h.particlesToShowInit=z),i.$$.dirty[1]&2&&(h.particlesToScrollInit=H)},[A,b,y,N,U,r,s,a,l,c,d,Y,Z,re,m,we,ge,je,ve,Ge,ue,be,Me,me,C,D,x,I,T,S,G,z,H,R,J,q,o,n,Ue,at,ke,$e]}class nw extends ce{constructor(t){super(),le(this,t,tw,ew,ae,{timingFunction:0,arrows:1,infinite:2,initialPageIndex:24,duration:25,autoplay:26,autoplayDuration:27,autoplayDirection:28,pauseOnFocus:29,autoplayProgressVisible:3,dots:4,swiping:30,particlesToShow:31,particlesToScroll:32,goTo:33,goToPrev:34,goToNext:35},Xy,[-1,-1])}get goTo(){return this.$$.ctx[33]}get goToPrev(){return this.$$.ctx[34]}get goToNext(){return this.$$.ctx[35]}}function iw(i){fe(i,"svelte-159ski6",".media-item.svelte-159ski6.svelte-159ski6{position:relative;height:100%}.media-content.svelte-159ski6.svelte-159ski6{position:relative;pointer-events:auto;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:inherit;object-fit:inherit}.media-content.showPlayButton.svelte-159ski6.svelte-159ski6{pointer-events:none}.video-icon.svelte-159ski6.svelte-159ski6{width:12.5rem;height:6.25rem;max-width:60%;max-height:60%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.video-play-button-container.svelte-159ski6.svelte-159ski6{display:none;position:absolute;width:100%;height:100%;top:0;left:0;transform:translate3d(0, 0, 0)}.video-play-button-container.showPlayButton.svelte-159ski6.svelte-159ski6{pointer-events:none;display:block}.video-icon.svelte-159ski6.svelte-159ski6{pointer-events:auto}.video-icon.large.svelte-159ski6.svelte-159ski6{width:12.5rem;height:6.25rem}.video-icon.small.svelte-159ski6.svelte-159ski6{width:1.75rem;height:1.75rem}.video-icon.svelte-159ski6 .video-icon-img.svelte-159ski6{width:100%;height:100%;background-position:center center;background-size:contain;background-repeat:no-repeat}.video-icon.svelte-159ski6 .video-icon-img.canPlay.svelte-159ski6{cursor:pointer}")}function jc(i){let t;function e(s,r){if(s[2].type==="Image")return sw;if(s[2].type==="Video")return ow}let n=e(i),o=n&&n(i);return{c(){t=_("div"),o&&o.c(),w(t,"class","media-item svelte-159ski6"),w(t,"draggable","false")},m(s,r){O(s,t,r),o&&o.m(t,null)},p(s,r){n===(n=e(s))&&o?o.p(s,r):(o&&o.d(1),o=n&&n(s),o&&(o.c(),o.m(t,null)))},d(s){s&&V(t),o&&o.d()}}}function ow(i){let t,e,n,o,s,r;function a(d,h){return d[7]&&d[2].videoCoverUrl?aw:rw}let l=a(i),c=l(i);return{c(){c.c(),t=se(),e=_("div"),n=_("div"),o=_("div"),w(o,"class","video-icon-img svelte-159ski6"),j(o,"background-image","url("+i[20]()+")"),$(o,"canPlay",i[5]),w(n,"class","video-icon svelte-159ski6"),$(n,"large",i[4]==="large"),$(n,"small",i[4]==="small"),w(e,"class","video-play-button-container svelte-159ski6"),$(e,"showPlayButton",i[10])},m(d,h){c.m(d,h),O(d,t,h),O(d,e,h),B(e,n),B(n,o),s||(r=Ce(o,"click",i[21]),s=!0)},p(d,h){l===(l=a(d))&&c?c.p(d,h):(c.d(1),c=l(d),c&&(c.c(),c.m(t.parentNode,t))),h&8&&j(o,"background-image","url("+d[20]()+")"),h&32&&$(o,"canPlay",d[5]),h&16&&$(n,"large",d[4]==="large"),h&16&&$(n,"small",d[4]==="small"),h&1024&&$(e,"showPlayButton",d[10])},d(d){c.d(d),d&&V(t),d&&V(e),s=!1,r()}}}function sw(i){let t,e,n,o;return{c(){t=_("img"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${i[6]};`),wt(t.src,n=i[2].url)||w(t,"src",n),w(t,"alt",o=i[2].name),w(t,"draggable",!1)},m(s,r){O(s,t,r)},p(s,r){r&64&&e!==(e=`object-fit: ${s[6]};`)&&w(t,"style",e),r&4&&!wt(t.src,n=s[2].url)&&w(t,"src",n),r&4&&o!==(o=s[2].name)&&w(t,"alt",o)},d(s){s&&V(t)}}}function rw(i){let t,e,n,o,s,r,a;return{c(){t=_("video"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${i[6]};`),wt(t.src,n=i[2].videoCoverUrl?i[2].url:i[2].url+"#t=0.1")||w(t,"src",n),w(t,"poster",o=i[2].videoCoverUrl),w(t,"preload",s=i[2].videoCoverUrl?"none":"auto"),w(t,"disablepictureinpicture",""),t.playsInline=!0,w(t,"paused",""),t.muted=!0,w(t,"draggable",!1),t.loop=!1,w(t,"crossorigin",""),t.controls=!1,$(t,"showPlayButton",i[10])},m(l,c){O(l,t,c),i[19](t),r||(a=[Ce(t,"play",i[14]),Ce(t,"pause",i[15]),Ce(t,"error",i[16]),Ce(t,"ended",i[17]),Ce(t,"click",i[18])],r=!0)},p(l,c){c&64&&e!==(e=`object-fit: ${l[6]};`)&&w(t,"style",e),c&4&&!wt(t.src,n=l[2].videoCoverUrl?l[2].url:l[2].url+"#t=0.1")&&w(t,"src",n),c&4&&o!==(o=l[2].videoCoverUrl)&&w(t,"poster",o),c&4&&s!==(s=l[2].videoCoverUrl?"none":"auto")&&w(t,"preload",s),c&1024&&$(t,"showPlayButton",l[10])},d(l){l&&V(t),i[19](null),r=!1,rt(a)}}}function aw(i){let t,e,n,o;return{c(){t=_("img"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${i[6]};`),wt(t.src,n=i[2].videoCoverUrl)||w(t,"src",n),w(t,"alt",o=i[2].name),w(t,"draggable",!1)},m(s,r){O(s,t,r)},p(s,r){r&64&&e!==(e=`object-fit: ${s[6]};`)&&w(t,"style",e),r&4&&!wt(t.src,n=s[2].videoCoverUrl)&&w(t,"src",n),r&4&&o!==(o=s[2].name)&&w(t,"alt",o)},d(s){s&&V(t)}}}function lw(i){let t,e=i[2]&&jc(i);return{c(){e&&e.c(),t=Ee()},m(n,o){e&&e.m(n,o),O(n,t,o)},p(n,[o]){n[2]?e?e.p(n,o):(e=jc(n),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:K,o:K,d(n){e&&e.d(n),n&&V(t)}}}function cw(i,t,e){let n,o,{mediaInstance:s={videoInstance:void 0,paused:!0}}=t,{tag:r}=t,{media:a}=t,{playButtonIfNeed:l="withoutText"}=t,{playButtonSizeIfNeed:c="small"}=t,{canPlay:d=!0}=t,{objectFit:h="fill"}=t,{disableVideoIfHavePoster:u=!1}=t,m=!0,g=!1;function v(){e(8,g=(a==null?void 0:a.type)==="Video"&&!!a.videoCoverUrl)}const A=rn("mediaStore"),b=rn("hooks"),y=()=>{g||n&&(e(9,n.muted=!0,n),n.play(),n.pause(),e(9,n.muted=!1,n),e(8,g=!0))};b.on("loadVideoFirstFrame",y),St(()=>{A.subscribe(({currentMediaElement:G})=>{G!==n&&(n==null||n.pause())})});const C=G=>{e(10,m=!1),e(0,s.paused=!1,s),e(8,g=!0),n&&A.set({currentMediaElement:n}),b.emit("playStateChange",{event:G,state:"playing",tag:r,mediaInstance:n})},D=G=>{e(10,m=!0),e(0,s.paused=!0,s),b.emit("playStateChange",{event:G,state:"paused",tag:r,mediaInstance:n})},x=G=>{e(10,m=!0),e(0,s.paused=!0,s),b.emit("playStateChange",{event:G,state:"paused",tag:r,mediaInstance:n})},I=G=>{e(10,m=!0),e(0,s.paused=!0,s),b.emit("playStateChange",{event:G,state:"paused",tag:r,mediaInstance:n})},T=G=>{n&&n.pause()};function S(G){Ke[G?"unshift":"push"](()=>{s.videoInstance=G,e(0,s)})}const N=()=>l==="withText"?_h:l==="withoutText"?Ur:l,U=G=>{d&&n&&(e(9,n.muted=!1,n),n.play())};return i.$$set=G=>{"mediaInstance"in G&&e(0,s=G.mediaInstance),"tag"in G&&e(1,r=G.tag),"media"in G&&e(2,a=G.media),"playButtonIfNeed"in G&&e(3,l=G.playButtonIfNeed),"playButtonSizeIfNeed"in G&&e(4,c=G.playButtonSizeIfNeed),"canPlay"in G&&e(5,d=G.canPlay),"objectFit"in G&&e(6,h=G.objectFit),"disableVideoIfHavePoster"in G&&e(7,u=G.disableVideoIfHavePoster)},i.$$.update=()=>{if(i.$$.dirty&1&&e(9,n=s.videoInstance),i.$$.dirty&4&&e(13,o=a==null?void 0:a.url),i.$$.dirty&8192&&o&&v(),i.$$.dirty&512&&n&&e(10,m=n.paused),i.$$.dirty&772&&(a==null?void 0:a.type)==="Video"&&!g){const G=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,H=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1&&G;n&&H&&n.paused&&(document.removeEventListener("WeixinJSBridgeReady",y),document.removeEventListener("touchstart",y),document.removeEventListener("click",y),document.addEventListener("WeixinJSBridgeReady",y),document.addEventListener("touchstart",y),document.addEventListener("click",y))}},[s,r,a,l,c,d,h,u,g,n,m,A,b,o,C,D,x,I,T,S,N,U]}class Zh extends ce{constructor(t){super(),le(this,t,cw,lw,ae,{mediaInstance:0,tag:1,media:2,playButtonIfNeed:3,playButtonSizeIfNeed:4,canPlay:5,objectFit:6,disableVideoIfHavePoster:7},iw)}}function dw(i){fe(i,"svelte-1mrbqlg",".media-list-wrapper.svelte-1mrbqlg.svelte-1mrbqlg{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg{position:relative;pointer-events:auto;height:100%;left:50%;top:50%;transform:translate(-50%, -50%)}.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg .sc-carousel__carousel-container,.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg .sc-carousel__content-container{height:100%}")}function Vc(i,t,e){const n=i.slice();return n[25]=t[e],n[26]=t,n[27]=e,n}function _c(i){let t,e,n,o,s,r,a;const l=[uw,hw],c=[];function d(h,u){return h[13]&&h[10].length>1?0:1}return n=d(i),o=c[n]=l[n](i),{c(){t=_("div"),e=_("div"),o.c(),w(e,"class","media-list svelte-1mrbqlg"),$(e,"carouselEnabled",i[13]),w(t,"class","media-list-wrapper svelte-1mrbqlg"),$(t,"unfolded",i[5])},m(h,u){O(h,t,u),B(t,e),c[n].m(e,null),a=!0},p(h,u){i=h;let m=n;n=d(i),n===m?c[n].p(i,u):(de(),L(c[m],1,1,()=>{c[m]=null}),he(),o=c[n],o?o.p(i,u):(o=c[n]=l[n](i),o.c()),k(o,1),o.m(e,null)),(!a||u&8192)&&$(e,"carouselEnabled",i[13]),(!a||u&32)&&$(t,"unfolded",i[5])},i(h){a||(k(o),h&&ot(()=>{a&&(r&&r.end(1),s=Dn(t,Ga,i[6]?{y:4,duration:i[4],delay:i[2],easing:sn}:void 0),s.start())}),a=!0)},o(h){L(o),s&&s.invalidate(),h&&(r=gi(t,Ga,i[6]?{y:4,duration:i[4],delay:i[3],easing:sn}:void 0)),a=!1},d(h){h&&V(t),c[n].d(),h&&r&&r.end()}}}function hw(i){let t,e,n;const o=[{media:i[1][0]},i[7],{tag:i[0]}];function s(a){i[20](a)}let r={};for(let a=0;a<o.length;a+=1)r=Ze(r,o[a]);return i[8][0]!==void 0&&(r.mediaInstance=i[8][0]),t=new Zh({props:r}),Ke.push(()=>eh(t,"mediaInstance",s)),{c(){ne(t.$$.fragment)},m(a,l){ee(t,a,l),n=!0},p(a,l){const c=l&131?st(o,[l&2&&{media:a[1][0]},l&128&&$d(a[7]),l&1&&{tag:a[0]}]):{};!e&&l&256&&(e=!0,c.mediaInstance=a[8][0],qd(()=>e=!1)),t.$set(c)},i(a){n||(k(t.$$.fragment,a),n=!0)},o(a){L(t.$$.fragment,a),n=!1},d(a){te(t,a)}}}function uw(i){let t,e,n={dots:!1,arrows:!1,$$slots:{default:[fw]},$$scope:{ctx:i}};return t=new nw({props:n}),i[18](t),t.$on("pageChange",i[19]),{c(){ne(t.$$.fragment)},m(o,s){ee(t,o,s),e=!0},p(o,s){const r={};s&268436865&&(r.$$scope={dirty:s,ctx:o}),t.$set(r)},i(o){e||(k(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){i[18](null),te(t,o)}}}function Oc(i){let t,e,n;const o=[i[7],{media:i[25]},{tag:i[0]}];function s(a){i[17](a,i[27])}let r={};for(let a=0;a<o.length;a+=1)r=Ze(r,o[a]);return i[8][i[27]]!==void 0&&(r.mediaInstance=i[8][i[27]]),t=new Zh({props:r}),Ke.push(()=>eh(t,"mediaInstance",s)),{c(){ne(t.$$.fragment)},m(a,l){ee(t,a,l),n=!0},p(a,l){i=a;const c=l&1153?st(o,[l&128&&$d(i[7]),l&1024&&{media:i[25]},l&1&&{tag:i[0]}]):{};!e&&l&256&&(e=!0,c.mediaInstance=i[8][i[27]],qd(()=>e=!1)),t.$set(c)},i(a){n||(k(t.$$.fragment,a),n=!0)},o(a){L(t.$$.fragment,a),n=!1},d(a){te(t,a)}}}function fw(i){let t,e,n=i[10],o=[];for(let r=0;r<n.length;r+=1)o[r]=Oc(Vc(i,n,r));const s=r=>L(o[r],1,1,()=>{o[r]=null});return{c(){for(let r=0;r<o.length;r+=1)o[r].c();t=Ee()},m(r,a){for(let l=0;l<o.length;l+=1)o[l]&&o[l].m(r,a);O(r,t,a),e=!0},p(r,a){if(a&1409){n=r[10];let l;for(l=0;l<n.length;l+=1){const c=Vc(r,n,l);o[l]?(o[l].p(c,a),k(o[l],1)):(o[l]=Oc(c),o[l].c(),k(o[l],1),o[l].m(t.parentNode,t))}for(de(),l=n.length;l<o.length;l+=1)s(l);he()}},i(r){if(!e){for(let a=0;a<n.length;a+=1)k(o[a]);e=!0}},o(r){o=o.filter(Boolean);for(let a=0;a<o.length;a+=1)L(o[a]);e=!1},d(r){qt(o,r),r&&V(t)}}}function mw(i){let t,e,n=i[5]&&_c(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[5]?n?(n.p(o,s),s&32&&k(n,1)):(n=_c(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function pw(i,t,e){let n,o,s,r,{tag:a}=t,{mediaData:l}=t,{inDelay:c=0}=t,{outDelay:d=0}=t,{duration:h=0}=t,{unfolded:u=!0}=t,{animation:m=!0}=t,{mediaItemConfig:g}=t,{enableCarousel:v=!0}=t,{autoplayConfig:A={autoplayVideo:!1,autoplayCarousel:!0,autoplayVideoInCarousel:!1}}=t,b=[],y=0,C,D=null;const x=rn("hooks"),I=rn("mediaStore");function T(){const z=b[y],H=z==null?void 0:z.videoInstance;H&&(H.paused?(H.muted=!1,H.play()):H.pause())}St(()=>{x.on("click",z=>{var H,R,J;(J=(R=(H=a.tag3DContentSvelte)==null?void 0:H.css3DInstance)==null?void 0:R.css3DObject)!=null&&J.opacityMesh&&z.tag.id===a.id&&T()}),D=setInterval(()=>{r&&(C==null||C.goToNext())},3e3)}),hn(()=>{clearInterval(D),x.off("click",T)});function S(z,H){i.$$.not_equal(b[H],z)&&(b[H]=z,e(8,b))}function N(z){Ke[z?"unshift":"push"](()=>{C=z,e(12,C)})}const U=z=>{n||I.set({currentMediaElement:null}),e(11,y=z.detail)};function G(z){i.$$.not_equal(b[0],z)&&(b[0]=z,e(8,b))}return i.$$set=z=>{"tag"in z&&e(0,a=z.tag),"mediaData"in z&&e(1,l=z.mediaData),"inDelay"in z&&e(2,c=z.inDelay),"outDelay"in z&&e(3,d=z.outDelay),"duration"in z&&e(4,h=z.duration),"unfolded"in z&&e(5,u=z.unfolded),"animation"in z&&e(6,m=z.animation),"mediaItemConfig"in z&&e(7,g=z.mediaItemConfig),"enableCarousel"in z&&e(15,v=z.enableCarousel),"autoplayConfig"in z&&e(16,A=z.autoplayConfig)},i.$$.update=()=>{i.$$.dirty&256&&e(9,n=b.every(z=>z.paused)),i.$$.dirty&32770&&e(13,o=v&&(l==null?void 0:l.length)>1),i.$$.dirty&2&&e(10,s=l),i.$$.dirty&67072&&(r=s.length>1&&A.autoplayCarousel&&n)},[a,l,c,d,h,u,m,g,b,n,s,y,C,o,I,v,A,S,N,U,G]}class Kh extends ce{constructor(t){super(),le(this,t,pw,mw,ae,{tag:0,mediaData:1,inDelay:2,outDelay:3,duration:4,unfolded:5,animation:6,mediaItemConfig:7,enableCarousel:15,autoplayConfig:16},dw)}}function gw(i){fe(i,"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}")}function Bc(i){let t,e,n,o,s,r,a,l;t=new Rt({props:{visible:i[3],left:61,bottom:57,width:2,blurRadius:150,spreadRadius:75}}),o=new Gb({props:{unfolded:i[3],outDelay:400}});let c=i[2]&&Rc(i),d=i[1]&&Qc(i);return{c(){ne(t.$$.fragment),e=se(),n=_("div"),ne(o.$$.fragment),s=se(),c&&c.c(),r=se(),d&&d.c(),a=Ee(),w(n,"class","line svelte-1f7m1lj")},m(h,u){ee(t,h,u),O(h,e,u),O(h,n,u),ee(o,n,null),O(h,s,u),c&&c.m(h,u),O(h,r,u),d&&d.m(h,u),O(h,a,u),l=!0},p(h,u){const m={};u&8&&(m.visible=h[3]),t.$set(m);const g={};u&8&&(g.unfolded=h[3]),o.$set(g),h[2]?c?(c.p(h,u),u&4&&k(c,1)):(c=Rc(h),c.c(),k(c,1),c.m(r.parentNode,r)):c&&(de(),L(c,1,1,()=>{c=null}),he()),h[1]?d?(d.p(h,u),u&2&&k(d,1)):(d=Qc(h),d.c(),k(d,1),d.m(a.parentNode,a)):d&&(de(),L(d,1,1,()=>{d=null}),he())},i(h){l||(k(t.$$.fragment,h),k(o.$$.fragment,h),k(c),k(d),l=!0)},o(h){L(t.$$.fragment,h),L(o.$$.fragment,h),L(c),L(d),l=!1},d(h){te(t,h),h&&V(e),h&&V(n),te(o),h&&V(s),c&&c.d(h),h&&V(r),d&&d.d(h),h&&V(a)}}}function Rc(i){let t,e,n;return e=new Bh({props:{unfolded:i[3],content:i[2],inDelay:500}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","text svelte-1f7m1lj")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s&8&&(r.unfolded=o[3]),s&4&&(r.content=o[2]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function Qc(i){let t,e,n;return e=new Kh({props:{autoplayConfig:{autoplayCarousel:!1},unfolded:i[3],mediaData:i[1],tag:i[0],enableCarousel:!1,mediaItemConfig:{canPlay:!1,playButtonSizeIfNeed:"small",disableVideoIfHavePoster:!0},inDelay:500,duration:500}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","media-wrapper svelte-1f7m1lj")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s&8&&(r.unfolded=o[3]),s&2&&(r.mediaData=o[1]),s&1&&(r.tag=o[0]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function vw(i){let t,e,n=i[0].state&&Bc(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state?n?(n.p(o,s),s&1&&k(n,1)):(n=Bc(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Aw(i,t,e){let n,o,s,r,{tag:a}=t;return i.$$set=l=>{"tag"in l&&e(0,a=l.tag)},i.$$.update=()=>{var l,c,d;i.$$.dirty&1&&e(3,n=a.state?a.state.unfolded:!1),i.$$.dirty&1&&e(4,o=(c=(l=a.data.title)!=null?l:a.data.text)!=null?c:""),i.$$.dirty&16&&e(2,s=((d=o.length)!=null?d:0)>7?o.substring(0,6)+"...":o),i.$$.dirty&1&&e(1,r=a.data.mediaData)},[a,r,s,n,o]}class bw extends ce{constructor(t){super(),le(this,t,Aw,vw,ae,{tag:0},gw)}}function yw(i){fe(i,"svelte-sezqcq",'@charset "UTF-8";.svelte-sezqcq.svelte-sezqcq{box-sizing:border-box}.marketing.svelte-sezqcq.svelte-sezqcq{transform:translateY(-100%)}.marketing.svelte-sezqcq .line.svelte-sezqcq{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-sezqcq .content.svelte-sezqcq{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-sezqcq .content .headerImage.svelte-sezqcq{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-sezqcq.svelte-sezqcq{position:relative;width:100%;height:1.125rem}.title-wrapper.svelte-sezqcq .title.svelte-sezqcq{border-radius:0.25rem;width:100%;padding-left:0.625rem;padding-right:0.625rem}.title-wrapper.svelte-sezqcq .title .text.svelte-sezqcq{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-sezqcq.svelte-sezqcq{position:relative;padding:0.5rem 0.625rem 0 0;width:100%;display:flex;align-items:center}.footer.svelte-sezqcq .goto-button.svelte-sezqcq{display:flex;align-self:flex-end;flex-wrap:wrap;align-items:center;overflow:hidden;height:0.875rem}.footer.svelte-sezqcq .goto-button .gap.svelte-sezqcq{height:100%;width:0.625rem}.footer.svelte-sezqcq .goto-button .text.svelte-sezqcq{display:block;height:100%;font-size:0.625rem}.footer.svelte-sezqcq .arrow-wrapper.svelte-sezqcq{height:0.875rem;display:flex;align-self:flex-end;flex-grow:0;flex-shrink:0;align-items:center;margin-left:0.25rem}.footer.svelte-sezqcq .arrow-wrapper svg.arrow.svelte-sezqcq{width:0.375rem;height:0.625rem}.footer.svelte-sezqcq .price.svelte-sezqcq{flex-shrink:0;margin-right:auto;white-space:nowrap;display:flex;align-items:baseline;margin-left:0.625rem}.footer.svelte-sezqcq .price .value.svelte-sezqcq{position:relative;font-size:0.875rem;line-height:1rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.footer.svelte-sezqcq .price .unit.svelte-sezqcq{padding-left:0.125rem;font-size:0.625rem}.tags-wrapper.svelte-sezqcq.svelte-sezqcq{position:relative;overflow:hidden;height:1rem;margin-top:0.25rem}.tags-wrapper.svelte-sezqcq .tags.svelte-sezqcq{position:relative;display:inline-flex;max-width:100%;flex-wrap:wrap;padding-left:0.625rem;padding-right:0.375rem}.tags-wrapper.svelte-sezqcq .tags .tag.svelte-sezqcq{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;font-size:0.625rem;height:1rem;margin-right:0.25rem;margin-bottom:0.625rem;padding:0 0.25rem;border-radius:0.125rem;max-width:100%;text-overflow:ellipsis;overflow:hidden}.marketing.light.svelte-sezqcq .content.svelte-sezqcq{background-color:white}.marketing.light.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:rgba(0, 0, 0, 0.8)}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:#946700}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(0, 0, 0, 0.06);color:rgba(0, 0, 0, 0.5)}.marketing.light.svelte-sezqcq .content .footer.svelte-sezqcq{color:#946700;fill:#946700}.marketing.dark.svelte-sezqcq .content.svelte-sezqcq{background-color:rgba(0, 0, 0, 0.5)}.marketing.dark.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 0.85)}.marketing.dark.svelte-sezqcq .content .footer.svelte-sezqcq{color:#ead09a;fill:#ead09a}.marketing.unfolded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 1)}.marketing.folded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.marketing.unfolded.svelte-sezqcq .content.svelte-sezqcq{opacity:1}.marketing.folded.svelte-sezqcq .content.svelte-sezqcq{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}')}function Hc(i,t,e){const n=i.slice();return n[0]=t[e],n}function Gc(i,t,e){const n=i.slice();return n[0]=t[e],n}function Fc(i){let t,e;return{c(){t=_("img"),w(t,"class","headerImage svelte-sezqcq"),wt(t.src,e=i[3].headerPictureUrl)||w(t,"src",e),w(t,"alt","")},m(n,o){O(n,t,o)},p(n,o){o&8&&!wt(t.src,e=n[3].headerPictureUrl)&&w(t,"src",e)},d(n){n&&V(t)}}}function Wc(i){let t,e,n,o,s=i[2]||[],r=[];for(let c=0;c<s.length;c+=1)r[c]=Nc(Gc(i,s,c));let a=i[5]||[],l=[];for(let c=0;c<a.length;c+=1)l[c]=Xc(Hc(i,a,c));return{c(){t=_("div"),e=_("div");for(let c=0;c<r.length;c+=1)r[c].c();n=se();for(let c=0;c<l.length;c+=1)l[c].c();w(e,"class","tags svelte-sezqcq"),ot(()=>i[11].call(e)),w(t,"class","tags-wrapper svelte-sezqcq")},m(c,d){O(c,t,d),B(t,e);for(let h=0;h<r.length;h+=1)r[h]&&r[h].m(e,null);B(e,n);for(let h=0;h<l.length;h+=1)l[h]&&l[h].m(e,null);o=ls(e,i[11].bind(e))},p(c,d){if(d&4){s=c[2]||[];let h;for(h=0;h<s.length;h+=1){const u=Gc(c,s,h);r[h]?r[h].p(u,d):(r[h]=Nc(u),r[h].c(),r[h].m(e,n))}for(;h<r.length;h+=1)r[h].d(1);r.length=s.length}if(d&32){a=c[5]||[];let h;for(h=0;h<a.length;h+=1){const u=Hc(c,a,h);l[h]?l[h].p(u,d):(l[h]=Xc(u),l[h].c(),l[h].m(e,null))}for(;h<l.length;h+=1)l[h].d(1);l.length=a.length}},d(c){c&&V(t),qt(r,c),qt(l,c),o()}}}function Nc(i){let t,e=i[0]+"",n;return{c(){t=_("div"),n=Oe(e),w(t,"class","tag primary-tag svelte-sezqcq"),j(t,"min-width",Ea)},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&4&&e!==(e=o[0]+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Xc(i){let t,e=i[0]+"",n;return{c(){t=_("div"),n=Oe(e),w(t,"class","tag secondary-tag svelte-sezqcq"),j(t,"min-width",Ea)},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&32&&e!==(e=o[0]+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Yc(i){let t,e,n=i[7]&&Uc(i),o=i[3].highlightText&&Jc(i);return{c(){t=_("div"),n&&n.c(),e=se(),o&&o.c(),w(t,"class","footer svelte-sezqcq")},m(s,r){O(s,t,r),n&&n.m(t,null),B(t,e),o&&o.m(t,null)},p(s,r){s[7]?n?n.p(s,r):(n=Uc(s),n.c(),n.m(t,e)):n&&(n.d(1),n=null),s[3].highlightText?o?o.p(s,r):(o=Jc(s),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},d(s){s&&V(t),n&&n.d(),o&&o.d()}}}function Uc(i){let t,e,n=i[3].price.value+"",o,s,r=i[3].price.unit&&qc(i);return{c(){t=_("div"),e=_("span"),o=Oe(n),s=se(),r&&r.c(),w(e,"class","value svelte-sezqcq"),w(t,"class","price svelte-sezqcq")},m(a,l){O(a,t,l),B(t,e),B(e,o),B(t,s),r&&r.m(t,null)},p(a,l){l&8&&n!==(n=a[3].price.value+"")&&Qe(o,n),a[3].price.unit?r?r.p(a,l):(r=qc(a),r.c(),r.m(t,null)):r&&(r.d(1),r=null)},d(a){a&&V(t),r&&r.d()}}}function qc(i){let t,e=i[3].price.unit+"",n;return{c(){t=_("span"),n=Oe(e),w(t,"class","unit svelte-sezqcq")},m(o,s){O(o,t,s),B(t,n)},p(o,s){s&8&&e!==(e=o[3].price.unit+"")&&Qe(n,e)},d(o){o&&V(t)}}}function Jc(i){let t,e,n,o,s=i[3].highlightText+"",r,a,l;return{c(){t=_("div"),e=_("div"),n=se(),o=_("span"),r=Oe(s),a=se(),l=_("div"),l.innerHTML='<svg class="arrow svelte-sezqcq" viewBox="0 0 6 9"><g transform="translate(-3, -2)" fill-rule="nonzero" class="svelte-sezqcq"><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-sezqcq"></path></g></svg>',w(e,"class","gap svelte-sezqcq"),w(o,"class","text svelte-sezqcq"),w(t,"class","goto-button goto-icon svelte-sezqcq"),w(l,"class","arrow-wrapper svelte-sezqcq")},m(c,d){O(c,t,d),B(t,e),B(t,n),B(t,o),B(o,r),O(c,a,d),O(c,l,d)},p(c,d){d&8&&s!==(s=c[3].highlightText+"")&&Qe(r,s)},d(c){c&&V(t),c&&V(a),c&&V(l)}}}function ww(i){var D,x;let t,e,n,o,s,r,a,l,c,d,h=i[3].title+"",u,m,g,v,A;e=new Rt({props:{visible:i[4],outDelay:500,left:61,bottom:87,blurRadius:150,spreadRadius:75}});let b=i[3].headerPictureUrl&&Fc(i),y=((D=i[2].length)!=null?D:0)+((x=i[5].length)!=null?x:0)>0&&Wc(i),C=(i[7]||i[3].highlightText)&&Yc(i);return{c(){t=_("div"),ne(e.$$.fragment),n=se(),o=_("div"),s=se(),r=_("div"),b&&b.c(),a=se(),l=_("div"),c=_("div"),d=_("div"),u=Oe(h),m=se(),y&&y.c(),g=se(),C&&C.c(),w(o,"class","line svelte-sezqcq"),j(o,"transition-delay",i[4]?zo+"ms":jo+Kc-Zc-40+"ms"),w(d,"class","text svelte-sezqcq"),w(c,"class","title svelte-sezqcq"),w(l,"class","title-wrapper svelte-sezqcq"),w(r,"class","content svelte-sezqcq"),j(r,"max-width",Ot(i[9])),j(r,"transition-delay",i[4]?zo+jo+"ms":"0ms"),w(t,"class",v=_e(`marketing ${i[6]}`)+" svelte-sezqcq"),$(t,"unfolded",i[4]),$(t,"folded",i[8])},m(I,T){O(I,t,T),ee(e,t,null),B(t,n),B(t,o),B(t,s),B(t,r),b&&b.m(r,null),B(r,a),B(r,l),B(l,c),B(c,d),B(d,u),B(r,m),y&&y.m(r,null),B(r,g),C&&C.m(r,null),A=!0},p(I,[T]){var N,U;const S={};T&16&&(S.visible=I[4]),e.$set(S),T&16&&j(o,"transition-delay",I[4]?zo+"ms":jo+Kc-Zc-40+"ms"),I[3].headerPictureUrl?b?b.p(I,T):(b=Fc(I),b.c(),b.m(r,a)):b&&(b.d(1),b=null),(!A||T&8)&&h!==(h=I[3].title+"")&&Qe(u,h),((N=I[2].length)!=null?N:0)+((U=I[5].length)!=null?U:0)>0?y?y.p(I,T):(y=Wc(I),y.c(),y.m(r,g)):y&&(y.d(1),y=null),I[7]||I[3].highlightText?C?C.p(I,T):(C=Yc(I),C.c(),C.m(r,null)):C&&(C.d(1),C=null),T&16&&j(r,"transition-delay",I[4]?zo+jo+"ms":"0ms"),(!A||T&64&&v!==(v=_e(`marketing ${I[6]}`)+" svelte-sezqcq"))&&w(t,"class",v),(!A||T&80)&&$(t,"unfolded",I[4]),(!A||T&320)&&$(t,"folded",I[8])},i(I){A||(k(e.$$.fragment,I),A=!0)},o(I){L(e.$$.fragment,I),A=!1},d(I){I&&V(t),te(e),b&&b.d(),y&&y.d(),C&&C.d()}}}const Ea=40,zo=400,Zc=500,jo=180,Kc=500;function Pw(i,t,e){let n,o,s,r,a,l,c,d,{tag:h}=t,u,m=(()=>{var A;const v=(A=h.data.limitWidth)!=null?A:!0;if(typeof v=="number")return v;if(v===!0)return 172})();function g(){u=this.offsetHeight,e(1,u)}return i.$$set=v=>{"tag"in v&&e(0,h=v.tag)},i.$$.update=()=>{var v,A,b,y,C,D;i.$$.dirty&1&&e(4,n=(A=(v=h.state)==null?void 0:v.unfolded)!=null?A:!1),i.$$.dirty&16&&e(8,o=!n),i.$$.dirty&1&&e(3,s=h.data),i.$$.dirty&8&&e(7,r=ci((b=s.price)==null?void 0:b.value)&&((y=s.price)==null?void 0:y.value)!==""),i.$$.dirty&1&&e(6,a=h.data.theme||"light"),i.$$.dirty&1026&&u>40&&e(10,l=l-1),i.$$.dirty&1032&&e(2,c=((C=s.brandTags)==null?void 0:C.slice(0,l).filter(Boolean))||[]),i.$$.dirty&1036&&e(5,d=((D=s.tags)==null?void 0:D.slice(0,l-c.length).filter(Boolean))||[])},e(10,l=(m-20)/Ea),[h,u,c,s,n,d,a,r,o,m,l,g]}class Cw extends ce{constructor(t){super(),le(this,t,Pw,ww,ae,{tag:0},yw)}}class Ew extends Audio{constructor(e){super();f(this,"sharedAudioSrc");f(this,"sharedAudioPaused",!0);f(this,"sharedAudioCurrentTime",0);f(this,"tryplaying",!1);f(this,"audioInstance");f(this,"eventListenerDisposer");this.sharedAudioSrc=e}get paused(){var e;return(e=this.sharedAudioPaused)!=null?e:!0}get currentTime(){return this.sharedAudioCurrentTime}play(){return X(this,null,function*(){var n,o,s;if(this.tryplaying)return;this.tryplaying=!0,(!this.audioInstance||((n=this.audioInstance)==null?void 0:n.realSrc)!==this.sharedAudioSrc)&&(this.audioInstance=RA(this.sharedAudioSrc,{namespace:ga.PlayAudio})),(o=this.eventListenerDisposer)==null||o.call(this),this.eventListenerDisposer=this.addEventListeners(),this.audioInstance.currentTime=(s=this.currentTime)!=null?s:0;const e=this.audioInstance.currentTime!==this.currentTime;this.audioInstance.play().then(()=>{var r;this.audioInstance.muted=!1,e&&(this.audioInstance.currentTime=(r=this.currentTime)!=null?r:0),this.sharedAudioPaused=!1}).catch(r=>{var a;r.message==="The operation is not supported."?console.error("Error: 音频文件可能损坏或修改过文件后缀",r):console.error("Error: error playing media in Safari",r),this.endedHandler(),(a=this.onerror)==null||a.call(this,r)}).finally(()=>{this.tryplaying=!1})})}pause(e){var n;if(this.audioInstance&&!this.paused){if(this.sharedAudioPaused=!0,(n=this.eventListenerDisposer)==null||n.call(this),this.audioInstance.ended){this.endedHandler();return}this.audioInstance.paused||this.audioInstance.pause(),this.onpause(e!=null?e:new Event("pause")),this.clear()}}dispose(){var e;(e=this.eventListenerDisposer)==null||e.call(this),this.clear(),this.audioInstance=void 0}clear(){var e;(e=this.audioInstance)==null||e.clear()}endedHandler(e){var n,o;(n=this.onended)==null||n.call(this,e!=null?e:new Event("ended")),(o=this.eventListenerDisposer)==null||o.call(this),this.sharedAudioPaused=!0,this.sharedAudioCurrentTime=0,this.clear()}addEventListeners(){const e=this.audioInstance;if(!e)return;const n=u=>{var m;this.sharedAudioCurrentTime=e.currentTime,(m=this.ontimeupdate)==null||m.call(this,u)},o=u=>{var m;e.isBlankAudio||(this.sharedAudioPaused=!1,(m=this.onplay)==null||m.call(this,u))},s=u=>{this.pause(u)},r=u=>{this.endedHandler(u)},a=u=>{var m;this.sharedAudioPaused=!0,(m=this.onerror)==null||m.call(this,u)},l=u=>{var m;return(m=this.oncanplay)==null?void 0:m.call(this,u)},c=u=>{var m;return(m=this.oncanplaythrough)==null?void 0:m.call(this,u)},d=u=>{var m;return(m=this.onloadeddata)==null?void 0:m.call(this,u)},h=u=>{var m;return(m=this.onloadedmetadata)==null?void 0:m.call(this,u)};return e.addEventListener("timeupdate",n),e.addEventListener("play",o),e.addEventListener("pause",s),e.addEventListener("ended",r),e.addEventListener("error",a),e.addEventListener("canplay",l),e.addEventListener("canplaythrough",c),e.addEventListener("loadeddata",d),e.addEventListener("loadedmetadata",h),()=>{e.removeEventListener("timeupdate",n),e.removeEventListener("play",o),e.removeEventListener("pause",s),e.removeEventListener("ended",r),e.removeEventListener("error",a),e.removeEventListener("canplay",l),e.removeEventListener("canplaythrough",c),e.removeEventListener("loadeddata",d),e.removeEventListener("loadedmetadata",h)}}}function Iw(i){fe(i,"svelte-13e7hxv",".audio.svelte-13e7hxv{pointer-events:auto;cursor:pointer;width:100%;height:100%}")}function kw(i){let t,e,n,o;const s=i[8].default,r=hi(s,i,i[7],null);return{c(){t=_("div"),r&&r.c(),w(t,"class","audio svelte-13e7hxv"),w(t,"style",i[0])},m(a,l){O(a,t,l),r&&r.m(t,null),e=!0,n||(o=Ce(t,"click",Gd(i[1])),n=!0)},p(a,[l]){r&&r.p&&(!e||l&128)&&fi(r,s,a,a[7],e?ui(s,a[7],l,null):mi(a[7]),null),(!e||l&1)&&w(t,"style",a[0])},i(a){e||(k(r,a),e=!0)},o(a){L(r,a),e=!1},d(a){a&&V(t),r&&r.d(a),n=!1,o()}}}function xw(i,t,e){let{$$slots:n={},$$scope:o}=t,{url:s}=t,{enable:r=!0}=t,{style:a=""}=t,{hooksInfo:l}=t;const c=cs(),d=rn("hooks"),h=rn("mediaStore");let u,m=!0;function g(){e(5,u.onplay=A=>{d.emit("playStateChange",F({event:A,state:"playing",mediaInstance:u},l)),c("play"),e(6,m=!1)},u),e(5,u.onpause=A=>{d.emit("playStateChange",F({event:A,state:"paused",mediaInstance:u},l)),c("pause"),e(6,m=!0)},u),e(5,u.onended=A=>{d.emit("playStateChange",F({event:A,state:"paused",mediaInstance:u},l)),c("pause"),e(6,m=!0)},u),e(5,u.onloadedmetadata=A=>{typeof u.duration=="number"&&!Number.isNaN(u.duration)&&c("duration",u.duration)},u),e(5,u.onerror=A=>{c("pause"),e(6,m=!0)},u),e(5,u.ontimeupdate=A=>{c("timeupdate",u.currentTime)},u)}h.subscribe(({currentMediaElement:A})=>{A!==u&&(m||u==null||u.pause())});function v(A){u&&(d.emit("click",F({event:A,target:"AudioTagPlayIcon",audioInstance:u},l)),h.set({currentMediaElement:u}),d.emit("playStateChange",F({event:A,state:u.paused?"playing":"paused",mediaInstance:u},l)),u.paused?u.play():u.pause())}return i.$$set=A=>{"url"in A&&e(2,s=A.url),"enable"in A&&e(3,r=A.enable),"style"in A&&e(0,a=A.style),"hooksInfo"in A&&e(4,l=A.hooksInfo),"$$scope"in A&&e(7,o=A.$$scope)},i.$$.update=()=>{i.$$.dirty&4&&(s||c("duration",0)),i.$$.dirty&36&&(u==null||u.dispose(),e(5,u=new Ew(s)),c("audioRef",u),setTimeout(()=>c("audioRef",u),200),g()),i.$$.dirty&40&&(r||u==null||u.pause()),i.$$.dirty&72&&c(r&&!m?"play":"pause")},[a,v,s,r,l,u,m,o,n]}let $h=class extends ce{constructor(t){super(),le(this,t,xw,kw,ae,{url:2,enable:3,style:0,hooksInfo:4},Iw)}};function Dw(i){fe(i,"svelte-srt2pi",".audio-icon__wrapper.svelte-srt2pi.svelte-srt2pi{display:inline-block}.audio-icon.svelte-srt2pi.svelte-srt2pi{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;border-radius:50%;background-color:rgba(255, 255, 255, 0.8)}.audio-icon.svelte-srt2pi .sound-wave__container.svelte-srt2pi{position:absolute;pointer-events:none;width:60%;height:60%}.sound-wave.svelte-srt2pi.svelte-srt2pi{animation-duration:2s;animation-iteration-count:infinite;animation-play-state:paused;transition:opacity 0}.playing.svelte-srt2pi .sound-wave.svelte-srt2pi{animation-play-state:running}.playing.svelte-srt2pi .sound-wave-1.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_1_animation}.playing.svelte-srt2pi .sound-wave-2.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_2_animation}.playing.svelte-srt2pi .sound-wave-3.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_3_animation}@keyframes svelte-srt2pi-sound_wave_1_animation{0%,10%{opacity:0}25%,100%{opacity:1}}@keyframes svelte-srt2pi-sound_wave_2_animation{0%,35%{opacity:0}50%,100%{opacity:1}}@keyframes svelte-srt2pi-sound_wave_3_animation{0%,60%{opacity:0}75%,100%{opacity:1}}")}function $c(i){let t,e;return t=new Rt({props:{center:!0,blurRadius:12,spreadRadius:5}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Sw(i){let t,e,n,o,s,r=i[1]&&$c();return{c(){t=_("div"),r&&r.c(),e=se(),n=_("div"),o=_("div"),o.innerHTML='<svg width="100%" height="100%" viewBox="0 0 128 128"><g transform="rotate(-45 12 64) translate(12 64)" fill="black" stroke="black" fill-opacity="0.6" stroke-opacity="0.6"><path stroke="none" class="sound-wave sound-wave-1 svelte-srt2pi" d="M0,23 A23,23 0 0,0 23,0 L0,0"></path><path fill="none" stroke-width="15" class="sound-wave sound-wave-2 svelte-srt2pi" d="M0,46 A46,46 0 0,0 46,0"></path><path fill="none" stroke-width="15" class="sound-wave sound-wave-3 svelte-srt2pi" d="M0,80 A80,80 0 0,0 80,0"></path></g></svg>',w(o,"class","sound-wave__container svelte-srt2pi"),w(n,"class","audio-icon svelte-srt2pi"),$(n,"playing",i[0]),w(t,"class","audio-icon__wrapper svelte-srt2pi"),w(t,"style",i[2]),j(t,"width",i[5]),j(t,"height",i[5])},m(a,l){O(a,t,l),r&&r.m(t,null),B(t,e),B(t,n),B(n,o),i[7](o),i[8](t),s=!0},p(a,[l]){a[1]?r?l&2&&k(r,1):(r=$c(),r.c(),k(r,1),r.m(t,e)):r&&(de(),L(r,1,1,()=>{r=null}),he()),(!s||l&1)&&$(n,"playing",a[0]),(!s||l&4)&&w(t,"style",a[2]);const c=l&4;(c||l&36)&&j(t,"width",a[5]),(c||l&36)&&j(t,"height",a[5])},i(a){s||(k(r),s=!0)},o(a){L(r),s=!1},d(a){a&&V(t),r&&r.d(),i[7](null),i[8](null)}}}function Mw(i,t,e){let n,{playing:o}=t,{shadow:s=!1}=t,{style:r=null}=t,{width:a="100%"}=t,l,c;function d(u){Ke[u?"unshift":"push"](()=>{c=u,e(4,c)})}function h(u){Ke[u?"unshift":"push"](()=>{l=u,e(3,l)})}return i.$$set=u=>{"playing"in u&&e(0,o=u.playing),"shadow"in u&&e(1,s=u.shadow),"style"in u&&e(2,r=u.style),"width"in u&&e(6,a=u.width)},i.$$.update=()=>{i.$$.dirty&64&&e(5,n=typeof a=="number"?Ot(a):a)},[o,s,r,l,c,n,a,d,h]}class eu extends ce{constructor(t){super(),le(this,t,Mw,Sw,ae,{playing:0,shadow:1,style:2,width:6},Dw)}}function Lw(i){fe(i,"svelte-1s6gk4a",".audio-tag.svelte-1s6gk4a{position:absolute;left:0;top:0;width:0;height:0;overflow:visible}.audio-icon__wrapper.svelte-1s6gk4a{position:relative;vertical-align:top;width:100%;height:100%}.content.svelte-1s6gk4a{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0.125rem;overflow:hidden;box-sizing:border-box;font-size:0;white-space:nowrap;font-weight:600}.wrapper.svelte-1s6gk4a{position:relative;width:100%;height:100%}.audio-icon.svelte-1s6gk4a{pointer-events:none;vertical-align:top;display:inline-block;width:1rem;height:1rem;margin-right:0.25rem;margin-top:0.0625rem}.audio.svelte-1s6gk4a{position:relative;width:100%;height:100%}")}function ed(i){var A,b;let t,e,n,o,s,r,a,l,c,d,h,u,m,g;e=new Rt({props:{visible:i[6],left:i[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}});let v=i[6]&&td(i);return c=new Rh({props:{visible:i[6],textUnfolded:i[1],content:i[5]}}),h=new va({props:{unfolded:i[6],length:i[3],outDelay:i[4]+20*Math.min((b=(A=i[5])==null?void 0:A.length)!=null?b:10,15),useLinearColor:!0}}),{c(){t=_("div"),ne(e.$$.fragment),n=se(),o=_("div"),s=_("div"),r=_("div"),v&&v.c(),a=se(),l=_("div"),ne(c.$$.fragment),d=se(),ne(h.$$.fragment),w(r,"class","audio-icon svelte-1s6gk4a"),j(l,"display","inline-block"),w(s,"class","wrapper svelte-1s6gk4a"),w(o,"class","content svelte-1s6gk4a"),w(t,"class","audio-tag svelte-1s6gk4a"),$(t,"unfolded",i[6])},m(y,C){O(y,t,C),ee(e,t,null),B(t,n),B(t,o),B(o,s),B(s,r),v&&v.m(r,null),B(s,a),B(s,l),ee(c,l,null),B(t,d),ee(h,t,null),u=!0,m||(g=[Ce(l,"click",i[7]),Ut(vi.call(null,l)),Ce(l,"clientWidth",i[12])],m=!0)},p(y,C){var T,S;const D={};C&64&&(D.visible=y[6]),C&8&&(D.left=y[3]/2+"px"),e.$set(D),y[6]?v?(v.p(y,C),C&64&&k(v,1)):(v=td(y),v.c(),k(v,1),v.m(r,null)):v&&(de(),L(v,1,1,()=>{v=null}),he());const x={};C&64&&(x.visible=y[6]),C&2&&(x.textUnfolded=y[1]),C&32&&(x.content=y[5]),c.$set(x);const I={};C&64&&(I.unfolded=y[6]),C&8&&(I.length=y[3]),C&48&&(I.outDelay=y[4]+20*Math.min((S=(T=y[5])==null?void 0:T.length)!=null?S:10,15)),h.$set(I),(!u||C&64)&&$(t,"unfolded",y[6])},i(y){u||(k(e.$$.fragment,y),k(v),k(c.$$.fragment,y),k(h.$$.fragment,y),u=!0)},o(y){L(e.$$.fragment,y),L(v),L(c.$$.fragment,y),L(h.$$.fragment,y),u=!1},d(y){y&&V(t),te(e),v&&v.d(),te(c),te(h),m=!1,rt(g)}}}function td(i){let t,e,n,o,s,r,a;return e=new Rt({props:{center:!0,blurRadius:15,spreadRadius:6}}),o=new $h({props:{enable:i[6],url:i[0].data.audioUrl,hooksInfo:{tag:i[0]},$$slots:{default:[Tw]},$$scope:{ctx:i}}}),o.$on("play",i[8]),o.$on("pause",i[9]),o.$on("error",i[10]),o.$on("audioRef",i[11]),{c(){t=_("div"),ne(e.$$.fragment),n=se(),ne(o.$$.fragment),w(t,"class","audio svelte-1s6gk4a")},m(l,c){O(l,t,c),ee(e,t,null),B(t,n),ee(o,t,null),a=!0},p(l,c){i=l;const d={};c&64&&(d.enable=i[6]),c&1&&(d.url=i[0].data.audioUrl),c&1&&(d.hooksInfo={tag:i[0]}),c&8196&&(d.$$scope={dirty:c,ctx:i}),o.$set(d)},i(l){a||(k(e.$$.fragment,l),k(o.$$.fragment,l),l&&ot(()=>{a&&(r&&r.end(1),s=Dn(t,In,{duration:1e3,delay:0,easing:oi}),s.start())}),a=!0)},o(l){var c,d;L(e.$$.fragment,l),L(o.$$.fragment,l),s&&s.invalidate(),l&&(r=gi(t,In,{duration:1e3,delay:20*Math.min((d=(c=i[5])==null?void 0:c.length)!=null?d:10,15),easing:oi})),a=!1},d(l){l&&V(t),te(e),te(o),l&&r&&r.end()}}}function Tw(i){let t,e,n;return e=new eu({props:{playing:i[2]}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","audio-icon__wrapper svelte-1s6gk4a")},m(o,s){O(o,t,s),ee(e,t,null),n=!0},p(o,s){const r={};s&4&&(r.playing=o[2]),e.$set(r)},i(o){n||(k(e.$$.fragment,o),n=!0)},o(o){L(e.$$.fragment,o),n=!1},d(o){o&&V(t),te(e)}}}function zw(i){let t,e,n=i[0].state&&ed(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state?n?(n.p(o,s),s&1&&k(n,1)):(n=ed(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function jw(i,t,e){let n,o,s,{tag:r}=t,a=!1,l=!1,c;function d(){e(1,a=!a)}const h=()=>{e(2,l=!0)},u=()=>{e(2,l=!1)},m=()=>{e(2,l=!1)};function g(A){pi.call(this,i,A)}const v=A=>{e(3,c=A.detail)};return i.$$set=A=>{"tag"in A&&e(0,r=A.tag)},i.$$.update=()=>{var A,b,y;i.$$.dirty&1&&e(6,n=!!((A=r.state)!=null&&A.unfolded)),i.$$.dirty&1&&e(5,o=(y=(b=r.data.title)!=null?b:r.data.text)!=null?y:""),i.$$.dirty&2&&e(4,s=a?450:0)},[r,a,l,c,s,o,n,d,h,u,m,g,v]}class Vw extends ce{constructor(t){super(),le(this,t,jw,zw,ae,{tag:0},Lw)}}function _w(i){fe(i,"svelte-58hfjf",".audio-tag__wrapper.svelte-58hfjf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.audio-tag.svelte-58hfjf{position:relative;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:0.1875rem;padding-right:0.625rem;border-radius:624999.9375rem;border:0.03125rem solid rgba(255, 255, 255, 0.2)}.audio__inner.svelte-58hfjf{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.text.svelte-58hfjf{font-weight:bold;font-size:0.75rem;margin-left:0.25rem}.audio-icon__wrapper.svelte-58hfjf{position:relative;vertical-align:top;pointer-events:none;width:1.375rem;height:1.375rem}")}function nd(i){let t,e,n,o;return n=new $h({props:{style:"width: max-content; height: max-content;",enable:i[0].state.visible,url:i[0].data.audioUrl,hooksInfo:{tag:i[0]},$$slots:{default:[Bw]},$$scope:{ctx:i}}}),n.$on("play",i[6]),n.$on("pause",i[7]),n.$on("error",i[8]),n.$on("timeupdate",i[9]),n.$on("duration",i[10]),n.$on("audioRef",i[11]),{c(){t=_("div"),e=_("div"),ne(n.$$.fragment),w(e,"class","audio-tag svelte-58hfjf"),j(e,"background-color",i[4].bgColor),j(e,"color",i[4].fontColor),w(t,"class","audio-tag__wrapper svelte-58hfjf")},m(s,r){O(s,t,r),B(t,e),ee(n,e,null),o=!0},p(s,r){const a={};r&1&&(a.enable=s[0].state.visible),r&1&&(a.url=s[0].data.audioUrl),r&1&&(a.hooksInfo={tag:s[0]}),r&8232&&(a.$$scope={dirty:r,ctx:s}),n.$set(a),r&16&&j(e,"background-color",s[4].bgColor),r&16&&j(e,"color",s[4].fontColor)},i(s){o||(k(n.$$.fragment,s),o=!0)},o(s){L(n.$$.fragment,s),o=!1},d(s){s&&V(t),te(n)}}}function Ow(i){let t;return{c(){t=Oe(i[5])},m(e,n){O(e,t,n)},p(e,n){n&32&&Qe(t,e[5])},d(e){e&&V(t)}}}function Bw(i){let t,e,n,o,s,r,a;return n=new eu({props:{playing:i[3]}}),r=new Aa({props:{maxWidth:72,$$slots:{default:[Ow]},$$scope:{ctx:i}}}),{c(){t=_("div"),e=_("div"),ne(n.$$.fragment),o=se(),s=_("div"),ne(r.$$.fragment),w(e,"class","audio-icon__wrapper svelte-58hfjf"),w(s,"class","text svelte-58hfjf"),w(t,"class","audio__inner svelte-58hfjf")},m(l,c){O(l,t,c),B(t,e),ee(n,e,null),B(t,o),B(t,s),ee(r,s,null),a=!0},p(l,c){const d={};c&8&&(d.playing=l[3]),n.$set(d);const h={};c&8224&&(h.$$scope={dirty:c,ctx:l}),r.$set(h)},i(l){a||(k(n.$$.fragment,l),k(r.$$.fragment,l),a=!0)},o(l){L(n.$$.fragment,l),L(r.$$.fragment,l),a=!1},d(l){l&&V(t),te(n),te(r)}}}function Rw(i){let t,e,n=i[0].state&&nd(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state?n?(n.p(o,s),s&1&&k(n,1)):(n=nd(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Qw(i,t,e){let n,o,{tag:s}=t;const r={light:{bgColor:"rgba(255, 255, 255, 0.3)",fontColor:"rgba(0, 0, 0, 0.6)"},dark:{bgColor:"rgba(0, 0, 0, 0.3)",fontColor:"white"}};let a=0,l=0,c=!1;const d=()=>{e(3,c=!0)},h=()=>{e(3,c=!1)},u=()=>{e(3,c=!1)},m=A=>{e(1,a=A.detail)},g=A=>{e(2,l=A.detail)};function v(A){pi.call(this,i,A)}return i.$$set=A=>{"tag"in A&&e(0,s=A.tag)},i.$$.update=()=>{var A,b,y;i.$$.dirty&1&&e(5,n=(b=(A=s.data.title)!=null?A:s.data.text)!=null?b:""),i.$$.dirty&1&&e(4,o=(y=r[s.data.theme||"light"])!=null?y:r.light)},[s,a,l,c,o,n,d,h,u,m,g,v]}class Hw extends ce{constructor(t){super(),le(this,t,Qw,Rw,ae,{tag:0},_w)}}function Gw(i){let t,e;return t=new Hw({props:{tag:i[0]}}),t.$on("audioRef",i[2]),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.tag=n[0]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Fw(i){let t,e;return t=new Vw({props:{tag:i[0]}}),t.$on("audioRef",i[2]),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&1&&(s.tag=n[0]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function Ww(i){let t,e,n,o;const s=[Fw,Gw],r=[];function a(l,c){return l[1]==="line"?0:l[1]==="plane"?1:-1}return~(t=a(i))&&(e=r[t]=s[t](i)),{c(){e&&e.c(),n=Ee()},m(l,c){~t&&r[t].m(l,c),O(l,n,c),o=!0},p(l,[c]){let d=t;t=a(l),t===d?~t&&r[t].p(l,c):(e&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=s[t](l),e.c()),k(e,1),e.m(n.parentNode,n)):e=null)},i(l){o||(k(e),o=!0)},o(l){L(e),o=!1},d(l){~t&&r[t].d(l),l&&V(n)}}}function Nw(i,t,e){let n,{tag:o}=t,s;function r(a){s=a.detail}return o.play=()=>s.play(),o.pause=()=>s.pause(),i.$$set=a=>{"tag"in a&&e(0,o=a.tag)},i.$$.update=()=>{var a;i.$$.dirty&1&&e(1,n=(a=o.data.appearance)!=null?a:"line")},[o,n,r]}class Xw extends ce{constructor(t){super(),le(this,t,Nw,Ww,ae,{tag:0})}}function Yw(i){fe(i,"svelte-10cw0el",".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}")}function id(i){var o;let t,e,n;return e=new Kh({props:{mediaItemConfig:{canPlay:!0,playButtonSizeIfNeed:"large",playButtonIfNeed:(o=i[4])!=null?o:"withText",disableVideoIfHavePoster:!1,objectFit:i[2]},unfolded:i[6],mediaData:i[5],enableCarousel:i[1],autoplayConfig:i[3],tag:i[0],inDelay:500,duration:500}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class","media-wrapper svelte-10cw0el")},m(s,r){O(s,t,r),ee(e,t,null),n=!0},p(s,r){var l;const a={};r&20&&(a.mediaItemConfig={canPlay:!0,playButtonSizeIfNeed:"large",playButtonIfNeed:(l=s[4])!=null?l:"withText",disableVideoIfHavePoster:!1,objectFit:s[2]}),r&64&&(a.unfolded=s[6]),r&32&&(a.mediaData=s[5]),r&2&&(a.enableCarousel=s[1]),r&8&&(a.autoplayConfig=s[3]),r&1&&(a.tag=s[0]),e.$set(a)},i(s){n||(k(e.$$.fragment,s),n=!0)},o(s){L(e.$$.fragment,s),n=!1},d(s){s&&V(t),te(e)}}}function Uw(i){let t,e,n=i[0].state&&i[5]&&id(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[0].state&&o[5]?n?(n.p(o,s),s&33&&k(n,1)):(n=id(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function qw(i,t,e){let n,o,s,r,a,l,{tag:c}=t;return i.$$set=d=>{"tag"in d&&e(0,c=d.tag)},i.$$.update=()=>{var d,h;i.$$.dirty&1&&e(6,n=c.state?c.state.unfolded:!1),i.$$.dirty&1&&e(5,o=c.data.mediaData),i.$$.dirty&1&&e(1,s=c.data.enableCarousel),i.$$.dirty&1&&e(4,r=c.data.playIcon),i.$$.dirty&3&&e(3,a=(d=c.data.autoplayConfig)!=null?d:{autoplay:s!=null?s:!0,autoplayVideo:!0}),i.$$.dirty&1&&e(2,l=(h=c.data.objectFit)!=null?h:(()=>c.data.adaptationMode==="stretch"?"fill":c.data.adaptationMode==="proportional"?"contain":void 0)())},[c,s,l,a,r,o,n]}class Jw extends ce{constructor(t){super(),le(this,t,qw,Uw,ae,{tag:0},Yw)}}function tu(i){return X(this,null,function*(){return new Promise((t,e)=>{if(!i){e(Error("url is empty"));return}const n=new Image;n.src=i,n.onload=()=>t({width:n.width,height:n.height}),n.onerror=e})})}function Zw(i){return X(this,null,function*(){const{url:t,ratio:e=3}=i;i.ratio||console.warn("Tag icon ratio is not set, default is 3");const{width:n,height:o}=yield tu(t);return ye(F({},i),{width:n/e,height:o/e})})}function Kw(i){return X(this,null,function*(){const{steps:t,url:e,ratio:n=3,fps:o=24}=i;if(!t)throw new Error("KeyframeIcon requires steps");const{width:s,height:r}=yield tu(e),a=s/n,l=r/n,c=a/t,d=l,h=1/o*t+"s";return ye(F({},i),{width:c,height:d,duration:h})})}function $w(i){fe(i,"svelte-316sq3","@keyframes svelte-316sq3-sprites-animation{0%{background-position:0 0}100%{background-position:100% 0}}.icon-image.svelte-316sq3{display:block;width:auto}.icon-keyframe.svelte-316sq3{background-repeat:no-repeat;background-size:auto 100%;animation-direction:normal;animation-iteration-count:infinite;animation-name:svelte-316sq3-sprites-animation;animation-delay:0}")}function od(i){i[1]=i[19].width}function sd(i){i[1]=i[19].width,i[16]=i[19].height,i[17]=i[19].steps,i[18]=i[19].duration}function rd(i){let t,e,n,o=i[0]&&ad();function s(l,c){return l[8]?tP:eP}let r=s(i),a=r(i);return{c(){t=_("div"),o&&o.c(),e=se(),a.c(),w(t,"class","icon"),j(t,"width",i[1])},m(l,c){O(l,t,c),o&&o.m(t,null),B(t,e),a.m(t,null),n=!0},p(l,c){l[0]?o?c&1&&k(o,1):(o=ad(),o.c(),k(o,1),o.m(t,e)):o&&(de(),L(o,1,1,()=>{o=null}),he()),r===(r=s(l))&&a?a.p(l,c):(a.d(1),a=r(l),a&&(a.c(),a.m(t,null))),c&2&&j(t,"width",l[1])},i(l){n||(k(o),n=!0)},o(l){L(o),n=!1},d(l){l&&V(t),o&&o.d(),a.d()}}}function ad(i){let t,e;return t=new Rt({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function eP(i){let t,e,n={ctx:i,current:null,token:null,hasCatch:!1,pending:oP,then:iP,catch:nP,value:19};return Xo(e=i[11](He({url:i[7],ratio:i[5]})),n),{c(){t=Ee(),n.block.c()},m(o,s){O(o,t,s),n.block.m(o,n.anchor=s),n.mount=()=>t.parentNode,n.anchor=t},p(o,s){i=o,n.ctx=i,s&160&&e!==(e=i[11](He({url:i[7],ratio:i[5]})))&&Xo(e,n)||Kd(n,i,s)},d(o){o&&V(t),n.block.d(o),n.token=null,n=null}}}function tP(i){let t,e,n={ctx:i,current:null,token:null,hasCatch:!1,pending:aP,then:rP,catch:sP,value:19};return Xo(e=i[10](He({url:i[7],steps:i[2],fps:i[6],ratio:i[5]})),n),{c(){t=Ee(),n.block.c()},m(o,s){O(o,t,s),n.block.m(o,n.anchor=s),n.mount=()=>t.parentNode,n.anchor=t},p(o,s){i=o,n.ctx=i,s&228&&e!==(e=i[10](He({url:i[7],steps:i[2],fps:i[6],ratio:i[5]})))&&Xo(e,n)||Kd(n,i,s)},d(o){o&&V(t),n.block.d(o),n.token=null,n=null}}}function nP(i){return{c:K,m:K,p:K,d:K}}function iP(i){od(i);let t,e;return{c(){t=_("img"),w(t,"alt","tag-icon"),w(t,"class","icon-image svelte-316sq3"),wt(t.src,e=i[7])||w(t,"src",e),j(t,"width",Ot(Jn({originWidth:i[1],scale:i[4],wantedWidth:i[3]}).width))},m(n,o){O(n,t,o)},p(n,o){od(n),o&128&&!wt(t.src,e=n[7])&&w(t,"src",e),o&184&&j(t,"width",Ot(Jn({originWidth:n[1],scale:n[4],wantedWidth:n[3]}).width))},d(n){n&&V(t)}}}function oP(i){return{c:K,m:K,p:K,d:K}}function sP(i){return{c:K,m:K,p:K,d:K}}function rP(i){sd(i);let t,e=`url(${i[7]})`,n=`steps(${i[17]}, jump-none)`;return{c(){t=_("div"),w(t,"class","icon-keyframe svelte-316sq3"),j(t,"width",Ot(Jn({originWidth:i[1],originHeight:i[16],scale:i[4],wantedWidth:i[3]}).width)),j(t,"height",Ot(Jn({originWidth:i[1],originHeight:i[16],scale:i[4],wantedWidth:i[3]}).height)),j(t,"background-image",e),j(t,"animation-duration",i[18]),j(t,"animation-timing-function",n)},m(o,s){O(o,t,s)},p(o,s){sd(o),s&252&&j(t,"width",Ot(Jn({originWidth:o[1],originHeight:o[16],scale:o[4],wantedWidth:o[3]}).width)),s&252&&j(t,"height",Ot(Jn({originWidth:o[1],originHeight:o[16],scale:o[4],wantedWidth:o[3]}).height)),s&128&&e!==(e=`url(${o[7]})`)&&j(t,"background-image",e),s&228&&j(t,"animation-duration",o[18]),s&228&&n!==(n=`steps(${o[17]}, jump-none)`)&&j(t,"animation-timing-function",n)},d(o){o&&V(t)}}}function aP(i){return{c:K,m:K,p:K,d:K}}function lP(i){let t,e,n=i[9]&&rd(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[9]?n?(n.p(o,s),s&512&&k(n,1)):(n=rd(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function Jn(i){const{originWidth:t,originHeight:e,scale:n=1,wantedWidth:o}=i,s=(o!=null?o:t)*n,r=typeof e=="number"?s*(e/t):void 0;return ye(F({},i),{width:s,height:r})}function cP(i,t,e){let n,o,s,r,a,l,c,d,h,{width:u=null}=t,{icon:m=null}=t,{shadow:g=!1}=t;const v=cs();function A(C){return X(this,null,function*(){const D=yield Kw(C);return v("iconLoaded",D),D})}function b(C){return X(this,null,function*(){if(typeof h=="number")return ye(F({},C),{width:h});const D=yield Zw(C);return v("iconLoaded",D),D})}function y(){d||v("iconLoaded")}return St(()=>{y()}),i.$$set=C=>{"width"in C&&e(1,u=C.width),"icon"in C&&e(12,m=C.icon),"shadow"in C&&e(0,g=C.shadow)},i.$$.update=()=>{var C,D;i.$$.dirty&4096&&e(7,n=m==null?void 0:m.url),i.$$.dirty&4096&&e(2,o=(C=m==null?void 0:m.steps)!=null?C:1),i.$$.dirty&4096&&e(6,s=m==null?void 0:m.fps),i.$$.dirty&4096&&e(5,r=m==null?void 0:m.ratio),i.$$.dirty&4096&&e(4,a=(D=m==null?void 0:m.scale)!=null?D:1),i.$$.dirty&4096&&e(3,l=m==null?void 0:m.width),i.$$.dirty&252&&e(9,c=He({url:n,steps:o,fps:s,ratio:r,scale:a,width:l})),i.$$.dirty&4&&e(8,d=o>1),i.$$.dirty&2&&(h=u)},y(),[g,u,o,l,a,r,s,n,d,c,A,b,m]}class nu extends ce{constructor(t){super(),le(this,t,cP,lP,ae,{width:1,icon:12,shadow:0},$w)}}function dP(i){fe(i,"svelte-e58ijk",".wrapper.svelte-e58ijk{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-e58ijk{position:relative;display:flex;align-items:center;justify-content:center}.text.svelte-e58ijk{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}")}function ld(i){let t,e,n,o,s,r;return e=new Rt({props:{outDelay:0,inDelay:0,center:!0,width:"80%",blurRadius:40,spreadRadius:16,opacity:.08}}),{c(){t=_("div"),ne(e.$$.fragment),n=se(),o=_("div"),s=Oe(i[1]),w(o,"class","text svelte-e58ijk"),w(t,"class","text-wrapper svelte-e58ijk")},m(a,l){O(a,t,l),ee(e,t,null),B(t,n),B(t,o),B(o,s),r=!0},p(a,l){(!r||l&2)&&Qe(s,a[1])},i(a){r||(k(e.$$.fragment,a),r=!0)},o(a){L(e.$$.fragment,a),r=!1},d(a){a&&V(t),te(e)}}}function hP(i){let t,e,n,o;e=new nu({props:{icon:i[0],shadow:!0}}),e.$on("iconLoaded",i[4]);let s=i[1]&&i[2]&&ld(i);return{c(){t=_("div"),ne(e.$$.fragment),n=se(),s&&s.c(),w(t,"class","wrapper svelte-e58ijk")},m(r,a){O(r,t,a),ee(e,t,null),B(t,n),s&&s.m(t,null),o=!0},p(r,[a]){const l={};a&1&&(l.icon=r[0]),e.$set(l),r[1]&&r[2]?s?(s.p(r,a),a&6&&k(s,1)):(s=ld(r),s.c(),k(s,1),s.m(t,null)):s&&(de(),L(s,1,1,()=>{s=null}),he())},i(r){o||(k(e.$$.fragment,r),k(s),o=!0)},o(r){L(e.$$.fragment,r),L(s),o=!1},d(r){r&&V(t),te(e),s&&s.d()}}}function uP(i,t,e){let n,o,s,{tag:r}=t;const a=()=>{e(2,n=!0)};return i.$$set=l=>{"tag"in l&&e(3,r=l.tag)},i.$$.update=()=>{var l,c,d;i.$$.dirty&8&&e(1,o=(l=r.data.title)!=null?l:r.data.text),i.$$.dirty&8&&e(0,s=(d=r.data.icon)!=null?d:(c=r.style)==null?void 0:c.point)},e(2,n=!1),[s,o,n,r,a]}class fP extends ce{constructor(t){super(),le(this,t,uP,hP,ae,{tag:3},dP)}}function mP(i){fe(i,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function cd(i){let t,e=i[0].element+"",n;return{c(){t=new Go(!1),n=Ee(),t.a=n},m(o,s){t.m(e,o,s),O(o,n,s)},p(o,s){s&1&&e!==(e=o[0].element+"")&&t.p(e)},d(o){o&&V(n),o&&t.d()}}}function pP(i){let t,e=typeof i[0].element=="string"&&cd(i);return{c(){t=_("div"),e&&e.c(),w(t,"class","customElement__container svelte-kzl2aj")},m(n,o){O(n,t,o),e&&e.m(t,null),i[2](t)},p(n,[o]){typeof n[0].element=="string"?e?e.p(n,o):(e=cd(n),e.c(),e.m(t,null)):e&&(e.d(1),e=null)},i:K,o:K,d(n){n&&V(t),e&&e.d(),i[2](null)}}}function gP(i,t,e){let{tag:n}=t,o,s;St(()=>{if(o){if(n.element instanceof Element){const a=n.element;o.appendChild(a),s=()=>a.remove()}else if(typeof n.element=="function"){const a=n.element;s=a(o)}}}),hn(()=>{s==null||s()});function r(a){Ke[a?"unshift":"push"](()=>{o=a,e(1,o)})}return i.$$set=a=>{"tag"in a&&e(0,n=a.tag)},[n,o,r]}class vP extends ce{constructor(t){super(),le(this,t,gP,pP,ae,{tag:0},mP)}}function AP(i){fe(i,"svelte-1r4fqvg",'@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-1r4fqvg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-1r4fqvg{transition:opacity 0.3s linear}.content__container.unClickable.svelte-1r4fqvg{pointer-events:none !important}.content__container.unClickable.svelte-1r4fqvg *{pointer-events:none !important}.content__wrapper.svelte-1r4fqvg{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1r4fqvg{opacity:0;pointer-events:none}.content__container.hide.svelte-1r4fqvg *{pointer-events:none !important}.content__container.disable.svelte-1r4fqvg{display:none}.content.svelte-1r4fqvg{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1r4fqvg:not(.unfolded){pointer-events:none}.content.svelte-1r4fqvg:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1r4fqvg{pointer-events:auto}')}function bP(i){let t,e;return{c(){t=_("div"),w(t,"data-info","tag content is keep folded"),w(t,"data-id",e=i[1].id)},m(n,o){O(n,t,o)},p(n,o){o&2&&e!==(e=n[1].id)&&w(t,"data-id",e)},i:K,o:K,d(n){n&&V(t)}}}function yP(i){let t,e,n,o,s,r,a,l,c,d;const h=[xP,kP,IP,EP,CP,PP],u=[];function m(g,v){return g[1].contentType==="Text"?0:g[1].contentType==="ImageText"||g[1].contentType==="Image"||g[1].contentType==="Video"?1:g[1].contentType==="Audio"?2:g[1].contentType==="Marketing"?3:g[1].contentType==="Link"||g[1].contentType==="VRLink"||g[1].contentType==="PanoLink"||g[1].contentType==="Sticker"?4:g[1].contentType==="MediaPlane"||g[1].contentType==="MediaModel"?5:-1}return~(o=m(i))&&(s=u[o]=h[o](i)),{c(){var g;t=_("div"),e=_("div"),n=_("div"),s&&s.c(),w(n,"class","content svelte-1r4fqvg"),$(n,"unfolded",(g=i[1].state)==null?void 0:g.unfolded),w(e,"class","content__wrapper svelte-1r4fqvg"),w(t,"class",r=_e(it("content__container",i[1].className))+" svelte-1r4fqvg"),w(t,"data-id",a=i[1].id),$(t,"disable",i[1].enabled===!1),$(t,"hide",i[4]),$(t,"withAnimation",i[0]),$(t,"unClickable",i[1].mergedConfig.clickable===!1),j(t,"width",i[1].stickType==="Plane"||i[1].contentType==="MediaModel"?"100%":0),j(t,"height",i[1].stickType==="Plane"||i[1].contentType==="MediaModel"?"100%":0)},m(g,v){O(g,t,v),B(t,e),B(e,n),~o&&u[o].m(n,null),l=!0,c||(d=Ce(t,"click",Gd(i[14])),c=!0)},p(g,v){var b;let A=o;o=m(g),o===A?~o&&u[o].p(g,v):(s&&(de(),L(u[A],1,1,()=>{u[A]=null}),he()),~o?(s=u[o],s?s.p(g,v):(s=u[o]=h[o](g),s.c()),k(s,1),s.m(n,null)):s=null),(!l||v&2)&&$(n,"unfolded",(b=g[1].state)==null?void 0:b.unfolded),(!l||v&2&&r!==(r=_e(it("content__container",g[1].className))+" svelte-1r4fqvg"))&&w(t,"class",r),(!l||v&2&&a!==(a=g[1].id))&&w(t,"data-id",a),(!l||v&2)&&$(t,"disable",g[1].enabled===!1),(!l||v&18)&&$(t,"hide",g[4]),(!l||v&3)&&$(t,"withAnimation",g[0]),(!l||v&2)&&$(t,"unClickable",g[1].mergedConfig.clickable===!1),v&2&&j(t,"width",g[1].stickType==="Plane"||g[1].contentType==="MediaModel"?"100%":0),v&2&&j(t,"height",g[1].stickType==="Plane"||g[1].contentType==="MediaModel"?"100%":0)},i(g){l||(k(s),l=!0)},o(g){L(s),l=!1},d(g){g&&V(t),~o&&u[o].d(),c=!1,d()}}}function wP(i){let t,e,n,o,s,r,a;return e=new vP({props:{tag:He(i[1])}}),{c(){t=_("div"),ne(e.$$.fragment),w(t,"class",n=_e(it("content__container",i[1].className))+" svelte-1r4fqvg"),w(t,"data-id",o=i[1].id),$(t,"custom-tag-disable",i[1].enabled===!1),$(t,"custom-tag-hide",i[4])},m(l,c){O(l,t,c),ee(e,t,null),s=!0,r||(a=Ce(t,"click",i[13]),r=!0)},p(l,c){const d={};c&2&&(d.tag=He(l[1])),e.$set(d),(!s||c&2&&n!==(n=_e(it("content__container",l[1].className))+" svelte-1r4fqvg"))&&w(t,"class",n),(!s||c&2&&o!==(o=l[1].id))&&w(t,"data-id",o),(!s||c&2)&&$(t,"custom-tag-disable",l[1].enabled===!1),(!s||c&18)&&$(t,"custom-tag-hide",l[4])},i(l){s||(k(e.$$.fragment,l),s=!0)},o(l){L(e.$$.fragment,l),s=!1},d(l){l&&V(t),te(e),r=!1,a()}}}function PP(i){let t,e;return t=new Jw({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function CP(i){let t,e;return t=new fP({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function EP(i){let t,e;return t=new Cw({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function IP(i){let t,e;return t=new Xw({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function kP(i){let t,e;return t=new bw({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function xP(i){let t,e;return t=new Bb({props:{tag:He(i[1])}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=He(n[1])),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function DP(i){let t,e,n,o;const s=[wP,yP,bP],r=[];function a(l,c){return l[1].element?0:l[3]?1:2}return t=a(i),e=r[t]=s[t](i),{c(){e.c(),n=Ee()},m(l,c){r[t].m(l,c),O(l,n,c),o=!0},p(l,[c]){let d=t;t=a(l),t===d?r[t].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),e=r[t],e?e.p(l,c):(e=r[t]=s[t](l),e.c()),k(e,1),e.m(n.parentNode,n))},i(l){o||(k(e),o=!0)},o(l){L(e),o=!1},d(l){r[t].d(l),l&&V(n)}}}function SP(i,t,e){let n,o,s,r,a,l,{withAnimation:c=!1}=t,{tag:d}=t,{hooks:h}=t,{state:u}=t,{mediaStore:m}=t,{temporaryState:g}=t;_r("hooks",h),_r("mediaStore",m);let v,A;function b(x){x?h.emit("exposure",{id:r,type:"start"}):h.emit("exposure",{id:r,type:"end"})}function y(x,I,T){var S,N;return!(!I.visible||!I.enabled||!T.visible||!((S=x.state)!=null&&S.visible)||((N=x.temporaryState)==null?void 0:N.visible)===!1||pt(x)&&!x.mediaVisible)}const C=x=>h.emit("click",{event:x,target:"TagContent",tag:d}),D=x=>h.emit("click",{event:x,target:"TagContent",tag:d});return i.$$set=x=>{"withAnimation"in x&&e(0,c=x.withAnimation),"tag"in x&&e(1,d=x.tag),"hooks"in x&&e(2,h=x.hooks),"state"in x&&e(5,u=x.state),"mediaStore"in x&&e(6,m=x.mediaStore),"temporaryState"in x&&e(7,g=x.temporaryState)},i.$$.update=()=>{var x,I,T,S,N,U,G,z,H,R,J;i.$$.dirty&2&&e(11,n=(x=d.state)==null?void 0:x.unfolded),i.$$.dirty&2&&e(10,o=(I=d.state)==null?void 0:I.visible),i.$$.dirty&162&&e(12,s=u.visible&&g.visible&&((T=d.state)==null?void 0:T.visible)),i.$$.dirty&2&&(r=d.id),i.$$.dirty&162&&e(4,a=!y(d,u,g)),i.$$.dirty&4096&&b(s),i.$$.dirty&3842&&d.hooks&&(n!==void 0&&n!==A&&(e(9,A=n),n?(N=(S=d.hooks).emit)==null||N.call(S,"unfolded"):(G=d==null?void 0:(U=d.hooks).emit)==null||G.call(U,"folded")),o!==void 0&&o!==v&&(e(8,v=o),o?(H=(z=d.hooks).emit)==null||H.call(z,"show"):(J=(R=d.hooks).emit)==null||J.call(R,"hide"))),i.$$.dirty&2&&e(3,l=(()=>!(typeof d.mergedConfig.unfoldedConfig=="object"&&d.mergedConfig.unfoldedConfig.keep==="folded"))())},[c,d,h,l,a,u,m,g,v,A,o,n,s,C,D]}let iu=class extends ce{constructor(t){super(),le(this,t,SP,DP,ae,{withAnimation:0,tag:1,hooks:2,state:5,mediaStore:6,temporaryState:7},AP)}};function MP(i){fe(i,"svelte-1jkrwn7",'@charset "UTF-8";.tag-point-click-helper.svelte-1jkrwn7.svelte-1jkrwn7{position:absolute;pointer-events:auto;cursor:pointer;width:calc(100% + 0.75rem);height:calc(100% + 0.75rem);left:50%;top:50%;transform:translate(-50%, -50%)}.tag-point-wrapper.svelte-1jkrwn7.svelte-1jkrwn7{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:-1}.tag-folded-point.svelte-1jkrwn7.svelte-1jkrwn7,.tag-unfolded-point.svelte-1jkrwn7.svelte-1jkrwn7{transition:all 0.5s}.tag-point-wrapper.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.3125rem;height:0.3125rem;border-radius:50%;background-color:white}.tag-point-wrapper.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7:before{content:"";position:absolute;width:0.875rem;height:0.875rem;border-radius:50%;background-color:rgba(0, 0, 0, 0.2)}.tag-point-wrapper.folded.svelte-1jkrwn7 .tag-folded-point.svelte-1jkrwn7{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-1jkrwn7 .tag-folded-point.svelte-1jkrwn7{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-1jkrwn7 .tag-unfolded-point.svelte-1jkrwn7{opacity:1;scale:1}')}function LP(i){let t,e,n,o,s,r,a,l,c,d,h,u;return o=new Rt({props:{center:!0,blurRadius:15,spreadRadius:5,opacity:.3}}),c=new nu({props:{icon:i[2],width:i[1]}}),c.$on("iconLoaded",i[7]),{c(){t=_("div"),e=_("div"),n=se(),ne(o.$$.fragment),s=se(),r=_("div"),a=se(),l=_("div"),ne(c.$$.fragment),w(e,"class","tag-point-click-helper svelte-1jkrwn7"),w(r,"class","tag-unfolded-point svelte-1jkrwn7"),j(r,"transition-delay",(i[3]?i[5]:0)+"ms"),w(l,"class","tag-folded-point svelte-1jkrwn7"),j(l,"transition-delay",(i[3]?i[5]:0)+"ms"),w(t,"class","tag-point-wrapper svelte-1jkrwn7"),$(t,"unfolded",i[0]),$(t,"folded",i[3])},m(m,g){O(m,t,g),B(t,e),B(t,n),ee(o,t,null),B(t,s),B(t,r),B(t,a),B(t,l),ee(c,l,null),d=!0,h||(u=Ce(e,"click",i[4]),h=!0)},p(m,[g]){g&8&&j(r,"transition-delay",(m[3]?m[5]:0)+"ms");const v={};g&4&&(v.icon=m[2]),g&2&&(v.width=m[1]),c.$set(v),g&8&&j(l,"transition-delay",(m[3]?m[5]:0)+"ms"),(!d||g&1)&&$(t,"unfolded",m[0]),(!d||g&8)&&$(t,"folded",m[3])},i(m){d||(k(o.$$.fragment,m),k(c.$$.fragment,m),d=!0)},o(m){L(o.$$.fragment,m),L(c.$$.fragment,m),d=!1},d(m){m&&V(t),te(o),te(c),h=!1,u()}}}function TP(i,t,e){let n,o,s,r;const a=rn("hooks");let{tag:l}=t,c,d=!1;const h=()=>{c!==void 0&&clearTimeout(c),d=!0,c=setTimeout(()=>{d=!1},800)},u=v=>{d||a.emit("click",{event:v,target:"TagPoint",tag:l})},m=(()=>l.contentType==="Text"&&l.data.appearance==="plane"?500:800)();function g(v){pi.call(this,i,v)}return i.$$set=v=>{"tag"in v&&e(6,l=v.tag)},i.$$.update=()=>{var v,A,b,y;i.$$.dirty&64&&e(0,n=(v=l.state)==null?void 0:v.unfolded),i.$$.dirty&1&&e(3,o=!n),i.$$.dirty&64&&e(2,s=(b=(A=l.style)==null?void 0:A.point)!=null&&b.url?(y=l.style)==null?void 0:y.point:{url:UA}),i.$$.dirty&64&&e(1,r=(()=>{var x,I,T,S;const C=(I=(x=l.style)==null?void 0:x.point)==null?void 0:I.width;if(typeof C=="number")return C;const D=(S=(T=l.style)==null?void 0:T.point)==null?void 0:S.size;if(typeof D=="number")return D;if(D==="S")return 18;if(D==="M")return 20;if(D==="L")return 24;if(D==="XL")return 28})())},h(),[n,r,s,o,u,m,l,g]}class zP extends ce{constructor(t){super(),le(this,t,TP,LP,ae,{tag:6},MP)}}function jP(i){fe(i,"svelte-pzwdws",".tag.withAnimation.svelte-pzwdws{transition:opacity 0.3s linear}.tag.hide.svelte-pzwdws{opacity:0;pointer-events:none}.tag.hide.svelte-pzwdws *{pointer-events:none !important}.tag.unClickable.svelte-pzwdws{pointer-events:none !important}.tag.unClickable.svelte-pzwdws *{pointer-events:none !important}.tag.disable.svelte-pzwdws{display:none}.wrapper.svelte-pzwdws{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}")}function VP(i){let t;return{c(){t=_("div"),w(t,"data-info","tag content is disable")},m(e,n){O(e,t,n)},p:K,i:K,o:K,d(e){e&&V(t)}}}function _P(i){let t,e;return t=new iu({props:{mediaStore:i[2],withAnimation:i[0],tag:He(i[1]),hooks:i[14],state:i[3],temporaryState:i[4]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&4&&(s.mediaStore=n[2]),o&1&&(s.withAnimation=n[0]),o&2&&(s.tag=He(n[1])),o&8&&(s.state=n[3]),o&16&&(s.temporaryState=n[4]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function OP(i){let t;return{c(){t=_("div"),w(t,"data-info","tag point is disable")},m(e,n){O(e,t,n)},p:K,i:K,o:K,d(e){e&&V(t)}}}function BP(i){let t,e;return t=new zP({props:{tag:i[1]}}),{c(){ne(t.$$.fragment)},m(n,o){ee(t,n,o),e=!0},p(n,o){const s={};o&2&&(s.tag=n[1]),t.$set(s)},i(n){e||(k(t.$$.fragment,n),e=!0)},o(n){L(t.$$.fragment,n),e=!1},d(n){te(t,n)}}}function RP(i){let t,e,n,o,s,r,a,l,c,d;const h=[_P,VP],u=[];function m(b,y){return b[12]?0:1}n=m(i),o=u[n]=h[n](i);const g=[BP,OP],v=[];function A(b,y){return b[13]?0:1}return r=A(i),a=v[r]=g[r](i),{c(){t=_("div"),e=_("div"),o.c(),s=se(),a.c(),w(e,"class",l=_e(it("wrapper",i[1].className?`${i[1].className}__wrapper`:void 0))+" svelte-pzwdws"),w(e,"data-tag-unfolded",i[8]),w(e,"data-tag-id",i[11]),w(e,"data-content-type",c=i[1].contentType),j(e,"left",i[7]),j(e,"top",i[6]),j(e,"z-index",i[5]),w(t,"class","tag svelte-pzwdws"),w(t,"data-tag-id",i[11]),$(t,"unClickable",i[1].mergedConfig.clickable===!1),$(t,"disable",i[10]),$(t,"hide",i[9]),$(t,"withAnimation",i[0])},m(b,y){O(b,t,y),B(t,e),u[n].m(e,null),B(e,s),v[r].m(e,null),d=!0},p(b,[y]){let C=n;n=m(b),n===C?u[n].p(b,y):(de(),L(u[C],1,1,()=>{u[C]=null}),he(),o=u[n],o?o.p(b,y):(o=u[n]=h[n](b),o.c()),k(o,1),o.m(e,s));let D=r;r=A(b),r===D?v[r].p(b,y):(de(),L(v[D],1,1,()=>{v[D]=null}),he(),a=v[r],a?a.p(b,y):(a=v[r]=g[r](b),a.c()),k(a,1),a.m(e,null)),(!d||y&2&&l!==(l=_e(it("wrapper",b[1].className?`${b[1].className}__wrapper`:void 0))+" svelte-pzwdws"))&&w(e,"class",l),(!d||y&256)&&w(e,"data-tag-unfolded",b[8]),(!d||y&2048)&&w(e,"data-tag-id",b[11]),(!d||y&2&&c!==(c=b[1].contentType))&&w(e,"data-content-type",c),y&128&&j(e,"left",b[7]),y&64&&j(e,"top",b[6]),y&32&&j(e,"z-index",b[5]),(!d||y&2048)&&w(t,"data-tag-id",b[11]),(!d||y&2)&&$(t,"unClickable",b[1].mergedConfig.clickable===!1),(!d||y&1024)&&$(t,"disable",b[10]),(!d||y&512)&&$(t,"hide",b[9]),(!d||y&1)&&$(t,"withAnimation",b[0])},i(b){d||(k(o),k(a),d=!0)},o(b){L(o),L(a),d=!1},d(b){b&&V(t),u[n].d(),v[r].d()}}}function QP(i,t,e){let n,o,s,r,a,l,c,d,h,{withAnimation:u=!1}=t,{tag:m}=t,{mediaStore:g}=t,{state:v}=t,{temporaryState:A}=t;const b=rn("hooks");return i.$$set=y=>{"withAnimation"in y&&e(0,u=y.withAnimation),"tag"in y&&e(1,m=y.tag),"mediaStore"in y&&e(2,g=y.mediaStore),"state"in y&&e(3,v=y.state),"temporaryState"in y&&e(4,A=y.temporaryState)},i.$$.update=()=>{var y,C,D,x,I,T,S,N;i.$$.dirty&2&&e(13,n=(()=>{var U,G;return!(((G=(U=m.style)==null?void 0:U.point)==null?void 0:G.enabled)===!1||m.contentType==="Sticker"||m.contentType==="Link"||m.contentType==="VRLink"||m.contentType==="PanoLink"||m.contentType==="Audio"&&m.data.appearance==="plane")})()),i.$$.dirty&2&&e(12,o=(()=>m.stickType==="2DPoint")()),i.$$.dirty&2&&e(11,s=m.id),i.$$.dirty&2&&e(10,r=!((y=m.pointTagStyle)!=null&&y.leftPercent)||!((C=m.pointTagStyle)!=null&&C.topPercent)||m.enabled===!1||!m.state),i.$$.dirty&2&&e(9,a=!((D=m.state)!=null&&D.visible)||((x=m.temporaryState)==null?void 0:x.visible)===!1),i.$$.dirty&2&&e(8,l=(I=m.state)==null?void 0:I.unfolded),i.$$.dirty&2&&e(7,c=((T=m.pointTagStyle)==null?void 0:T.leftPercent)+"%"),i.$$.dirty&2&&e(6,d=((S=m.pointTagStyle)==null?void 0:S.topPercent)+"%"),i.$$.dirty&2&&e(5,h=(N=m.state)!=null&&N.unfolded?1:0)},[u,m,g,v,A,h,d,c,l,a,r,s,o,n,b]}class HP extends ce{constructor(t){super(),le(this,t,QP,RP,ae,{withAnimation:0,tag:1,mediaStore:2,state:3,temporaryState:4},jP)}}function GP(i){fe(i,"svelte-uq11d5",".tag--container.svelte-uq11d5{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate3d(0, 0, 0)}.withAnimation.svelte-uq11d5{transition:opacity 0.3s linear}.tag--container.hide.svelte-uq11d5{opacity:0;pointer-events:none}.tag--container.hide.svelte-uq11d5 *{pointer-events:none !important}")}function dd(i,t,e){const n=i.slice();return n[6]=t[e],n}function hd(i){let t,e=[],n=new Map,o,s=i[1];const r=a=>a[6].id;for(let a=0;a<s.length;a+=1){let l=dd(i,s,a),c=r(l);n.set(c,e[a]=ud(c,l))}return{c(){t=_("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","tag--container svelte-uq11d5"),$(t,"hide",!i[3].visible||!i[4].visible),$(t,"withAnimation",i[0])},m(a,l){O(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);o=!0},p(a,l){l&31&&(s=a[1],de(),e=Mt(e,l,r,1,a,s,n,t,un,ud,null,dd),he()),(!o||l&24)&&$(t,"hide",!a[3].visible||!a[4].visible),(!o||l&1)&&$(t,"withAnimation",a[0])},i(a){if(!o){for(let l=0;l<s.length;l+=1)k(e[l]);o=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);o=!1},d(a){a&&V(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function ud(i,t){let e,n,o;return n=new HP({props:{state:t[3],temporaryState:t[4],withAnimation:t[0],tag:t[6],mediaStore:t[2]}}),{key:i,first:null,c(){e=Ee(),ne(n.$$.fragment),this.first=e},m(s,r){O(s,e,r),ee(n,s,r),o=!0},p(s,r){t=s;const a={};r&8&&(a.state=t[3]),r&16&&(a.temporaryState=t[4]),r&1&&(a.withAnimation=t[0]),r&2&&(a.tag=t[6]),r&4&&(a.mediaStore=t[2]),n.$set(a)},i(s){o||(k(n.$$.fragment,s),o=!0)},o(s){L(n.$$.fragment,s),o=!1},d(s){s&&V(e),te(n,s)}}}function FP(i){let t,e,n=i[3].enabled&&hd(i);return{c(){n&&n.c(),t=Ee()},m(o,s){n&&n.m(o,s),O(o,t,s),e=!0},p(o,[s]){o[3].enabled?n?(n.p(o,s),s&8&&k(n,1)):(n=hd(o),n.c(),k(n,1),n.m(t.parentNode,t)):n&&(de(),L(n,1,1,()=>{n=null}),he())},i(o){e||(k(n),e=!0)},o(o){L(n),e=!1},d(o){n&&n.d(o),o&&V(t)}}}function WP(i,t,e){let{withAnimation:n=!1}=t,{tags:o=[]}=t,{hooks:s}=t,{mediaStore:r}=t,{state:a}=t,{temporaryState:l}=t;return _r("hooks",s),i.$$set=c=>{"withAnimation"in c&&e(0,n=c.withAnimation),"tags"in c&&e(1,o=c.tags),"hooks"in c&&e(5,s=c.hooks),"mediaStore"in c&&e(2,r=c.mediaStore),"state"in c&&e(3,a=c.state),"temporaryState"in c&&e(4,l=c.temporaryState)},[n,o,r,a,l,s]}class NP extends ce{constructor(t){super(),le(this,t,WP,FP,ae,{withAnimation:0,tags:1,hooks:5,mediaStore:2,state:3,temporaryState:4},GP)}}const XP=new wu.GLTFLoader;function YP(i){return new Promise((t,e)=>{function n(s){t(s)}function o(s){e(s)}XP.load(i,n,void 0,o)})}const UP=new Map,qP=new Map;class JP extends $A{constructor(e){super(e);f(this,"group",new Q.Group);f(this,"imagePlaneGroup",new Q.Group);f(this,"gltfObjectGroup",new Q.Group);f(this,"enabledModelTagSet",new Set);f(this,"temporaryState",{visible:!0});f(this,"TagContainerSvelte");f(this,"loadModel",e=>X(this,null,function*(){var a;const n=e.data.modelUrl;if(!n)return;const o=YP(n).then(l=>{var h,u,m,g,v;const c=Object.assign(l.scene,{customID:e.id,isTagModel:!0,removeEventListener:this.addObjectClickHandler(e,l.scene,A=>{console.log("🐶 ==> tag:",e),this.hooks.emit("click",{target:"TagModel",tag:e,event:A})})});return c.visible=this.getCurrentVisibleState(e),new Q.Matrix4().fromArray(e.matrix).decompose(c.position,c.quaternion,c.scale),c.updateWorldMatrix(!0,!0),c.visible=this.getVisibleByFiveMode(e),(m=(u=(h=this.config)==null?void 0:h.globalConfig)==null?void 0:u.modelConfig)!=null&&m.autoLookAtEnabled&&((v=(g=e.config)==null?void 0:g.modelConfig)!=null&&v.autoLookAtEnabled)&&c.lookAt(this.five.camera.position.clone().setY(c.position.y)),c});e.model={promise:o};const s=yield o;if(((a=e.model)==null?void 0:a.promise)!==o||!this.tags.includes(e))return;e.model.object=s;const r=this.gltfObjectGroup.children.find(l=>l.customID===e.id);if(r&&(this.gltfObjectGroup.remove(r),r.removeEventListener()),this.updateRender3DDomTag(),pt(e)){if(this.getRenderType(e)==="Mesh"&&!e.mediaPlane){const l=e.data.mediaPosition.map(xt);e.mediaPlane=new $l(e.data.mediaData[0].url,e.data.mediaPosition.map(xt),{objectFit:e.data.objectFit});const c=new Q.Vector3().addVectors(l[0],l[2]).divideScalar(2);e.mediaPlane.position.copy(c),s.add(e.mediaPlane)}this.getRenderType(e)!=="Mesh"&&(s.updateTagCss3DObjectMatrix=()=>this.updateTagCss3DObjectMatrix(e,s),s.updateTagCss3DObjectMatrix())}return this.gltfObjectGroup.add(s),s}));this.group.name="PanoTagPluginModelGroup",this.gltfObjectGroup.name="PanoTagPluginGLTFObjectGroup",this.imagePlaneGroup.name="ImagePlaneGroup",this.group.add(this.gltfObjectGroup),this.group.add(this.imagePlaneGroup)}clearTags(){this.tags.forEach(e=>{var n,o;(o=(n=e.mediaPlane)==null?void 0:n.parent)==null||o.remove(e.mediaPlane)}),this.tags=[],this.enabledModelTagSet.clear(),this.clearCache(),this.disposeAllCSS3DContainer(),this.updateRenderAllTags()}updateRenderAllTags(){this.enabledModelTagSet.clear(),this.tags.forEach(e=>e.stickType==="Model"&&this.enabledModelTagSet.add(e.id)),this.updateRenderPointTag(),this.updateRender3DDomTag(),this.updateRenderModelTag(),this.updateRenderImagePlane()}updateRenderImagePlane(){this.sort(this.filterImagePlane).forEach(n=>{var l,c,d,h,u;const o=n.data.mediaData[0];if(!o)return;const{url:s,type:r}=o;if(!s||(n.mediaPlane&&(n.mediaPlane.visible=(c=(l=n.state)==null?void 0:l.visible)!=null?c:!0,n.mediaPlane.visible||n.mediaPlane instanceof qr&&((d=n.data.autoplayConfig)!=null&&d.autoplayVideo||n.mediaPlane.pause())),((h=n.mediaPlane)==null?void 0:h.src)===s))return;const a=n.position.map(xt);if(n.mediaPlane&&n.mediaPlane.removeFromParent(),r==="Image")n.mediaPlane=new $l(s,a,{objectFit:n.data.objectFit}),this.domEvents.addAutoBindEventListener(n.mediaPlane,"click",m=>{this.hooks.emit("click",{tag:n,target:"TagContent",event:m.origDomEvent})});else if(r==="Video"){const m=new qr(s,a,{videoCoverSrc:o.videoCoverUrl,playButton:n.data.playIcon,paused:!((u=n.data.autoplayConfig)!=null&&u.autoplayVideo),objectFit:n.data.objectFit,videoTextureMap:UP,ImageTextureMap:qP});m.onVideoReady=v=>{v.addEventListener("play",()=>this.mediaStore.set({currentMediaElement:m.videoInstance}))},m.initialDomEvents(this.domEvents);const g=v=>(this.five.on("renderFrame",v),()=>this.five.off("renderFrame",v));m.initialRenderHooks(g),n.mediaPlane=m}this.imagePlaneGroup.add(n.mediaPlane)})}updateRender3DDomTag(){this.sort([...this.filterCSS3DTag]).forEach(n=>{var o,s,r,a;if(n.tag3DContentSvelte){const{svelteApp:l,css3DInstance:c,initialNormal:d,currentNormal:h}=n.tag3DContentSvelte;if(l.$set({tag:n,hooks:this.hooks,state:this.state,temporaryState:this.temporaryState}),!d.equals(h)){const u=new Q.Quaternion().setFromUnitVectors(d,h);c.css3DObject.setRotationFromQuaternion(u)}return}else{if(pt(n)&&!((o=n.model)!=null&&o.object)||((s=n.state)==null?void 0:s.visible)===!1||!this.state.visible||!this.state.enabled)return;if(this.css3DRenderPlugin||(this.css3DRenderPlugin=ia(this.five)),n.stickType==="3DPoint"&&!n.normal)return console.error("updateRenderPlaneTag: 三维点标签缺少法向量!");const l=this.getPositions(n);if(!l)return;const c=this.getTagNormal(n);if(!c)return;const h=(r=this.getTagConfig(n).tag3DConfig)!=null?r:{};if(this.getRenderType(n)==="BehindDom"){h.mode="behind",h.container=document.createElement("div");const g="black";h.container.style.backgroundColor=g,h.container.style.border=`3px solid ${g}`,this.css3DRenderPlugin.hooks.on("render",()=>{var v;if(u.css3DObject.opacityMesh){const A=this.addObjectClickHandler(n,u.css3DObject.opacityMesh,b=>{this.hooks.emit("click",{event:b,target:"TagContent",tag:n})});(v=this.store.css3DRenderDisposer.get(n.id))==null||v.push(A)}})}const u=this.css3DRenderPlugin.create3DDomContainer(l,h);if(!u)return;this.store.css3DRenderDisposer.set(n.id,[u.dispose]);const m=new iu({target:u.container,props:{tag:n,hooks:this.hooks,state:this.state,mediaStore:this.mediaStore,temporaryState:this.temporaryState}});n.tag3DContentSvelte={svelteApp:m,domContainer:u,css3DInstance:u,initialNormal:c,currentNormal:c,dispose:()=>{m.$destroy(),u.dispose()}},pt(n)&&((a=n.model)!=null&&a.object)&&this.updateTagCss3DObjectMatrix(n,n.model.object)}}),this.clearUnusedPanelTag()}updateRenderModelTag(){const e=s=>!this.enabledModelTagSet.has(s.customID),n=this.gltfObjectGroup.children.filter(e);n.forEach(s=>s.removeEventListener()),this.gltfObjectGroup.remove(...n),this.tags.filter(s=>s.stickType==="Model").forEach(s=>{var r;(r=s.model)==null||r.promise.then(a=>{a.visible=this.getCurrentVisibleState(s)})}),this.five.needsRender=!0}updateTagModelVisible(){this.tags.forEach(e=>{var n;e.mediaPlane&&(e.mediaPlane.visible=this.getCurrentVisibleState(e)),(n=e.model)!=null&&n.object&&(e.model.object.visible=this.getCurrentVisibleState(e))})}updateTagCss3DObjectMatrix(e,n){var v,A,b,y;const o=(b=(A=(v=e.mergedConfig)==null?void 0:v.tag3DConfig)==null?void 0:A.ratio)!=null?b:.00216,s=(y=e.tag3DContentSvelte)==null?void 0:y.css3DInstance.css3DObject;if(!s)return;const r=pt(e)?e.data.mediaPosition:e.position;n.updateWorldMatrix(!1,!1);const a=n.matrixWorld,l=new Q.Vector3().fromArray(r[0]),c=new Q.Vector3().fromArray(r[2]),d=xn(l,c).add(new Q.Vector3(0,0,5e-4)),h=new Q.Matrix4().setPosition(d),u=new Q.Matrix4().makeScale(o,o,o),m=new Q.Matrix4().multiply(a).multiply(h).multiply(u);m.decompose(s.position,s.quaternion,s.scale);const g=s.opacityMesh;g&&m.decompose(g.position,g.quaternion,g.scale)}addMediaModelTag(e){return X(this,null,function*(){const n=e.filter(TA).map(o=>this.loadModel(o));yield Promise.all(n),this.setModelMedialVisible(),this.updateRenderAllTags()})}updateRenderPointTag(){var n;const e=this.sort(this.filterPointTag);if(this.setPointTagPosition(),this.TagContainerSvelte)this.TagContainerSvelte.$set({tags:e,state:this.state,temporaryState:this.temporaryState});else{const o=(n=this.five.getElement())==null?void 0:n.parentElement;if(!o)return console.error("updateRenderPlaneTag: tag2DContainer not found");this.TagContainerSvelte=new NP({target:o,props:{hooks:this.hooks,tags:e,state:this.state,temporaryState:this.temporaryState,mediaStore:this.mediaStore}})}}updateTagContainerVisible(){var e;(e=this.TagContainerSvelte)==null||e.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation}),this.filterCSS3DTag.forEach(n=>{var o,s,r,a,l;(a=(s=(o=n.tag3DContentSvelte)==null?void 0:o.css3DInstance)==null?void 0:s.css3DObject)==null||a.setVisible((this.state.visible&&((r=n.state)==null?void 0:r.visible))!==!1),(l=n.tag3DContentSvelte)==null||l.svelteApp.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation})})}disposeAllCSS3DContainer(){for(const[e,n]of this.store.css3DRenderDisposer)n==null||n.forEach(o=>o==null?void 0:o());this.store.css3DRenderDisposer=new Map}clearUnusedPanelTag(){this.filter2DPointTag.forEach(e=>{var n;(n=e.tag3DContentSvelte)==null||n.css3DInstance.dispose(),e.tag3DContentSvelte=void 0});for(const[e,n]of this.store.css3DRenderDisposer){const o=this.getTagById(e);(!o||o.stickType==="2DPoint")&&(n==null||n.forEach(s=>s==null?void 0:s()),this.store.css3DRenderDisposer.delete(e))}}}const ou="Dnalogel-PanoTagPlugin",ZP=i=>`${ou}--${i}`;class ns extends JP{constructor(e,n){super(e);f(this,"state",{enabled:!0,visible:!0});f(this,"params");f(this,"debug");f(this,"changeTagModel",(e,n)=>X(this,null,function*(){e.data=Ye({},e.data,n),yield this.loadModel(e),this.updateRenderAllTags()}));f(this,"handleFiveInitAnimationEnded",()=>{const e=this.five.getCurrentState().mode;this.tags.forEach(n=>{pt(n)&&e==="Panorama"&&this.changeTagMode(n,"front"),n.state.visible=this.getVisible(n)}),this.updateRenderAllTags()});f(this,"handleFiveModelShownFloorChange",()=>{this.tags.forEach(e=>{var o,s;const n=this.getTagConfig(e).visibleConfig;typeof n=="object"&&((o=n.visibleFiveMode)!=null&&o.includes("Floorplan")||(s=n.visibleFiveMode)!=null&&s.includes("Mapview"))&&(e.state.visible=this.getVisibleByFiveMode(e))}),this.updateRenderAllTags()});this.params=Ye({},{debug:!1,config:this.config},F({},n)),this.debug=this.params.debug,this.config=this.params.config,QA(1,{namespace:ga.PlayAudio});try{const o=window;Array.isArray(o.__PANOTAGPLUGIN_DEBUG_LIST__)||(o.__PANOTAGPLUGIN_DEBUG_LIST__=[]),o.__PANOTAGPLUGIN_DEBUG_LIST__.push(this),o.__PANOTAGPLUGIN_DEBUG__=this}catch(o){}}load(e,n){return X(this,null,function*(){var s,r;this.clearTags(),console.info(ou," load:",{data:JSON.parse(JSON.stringify(e))}),this.config=Ye({},this.config,{globalConfig:(s=e.globalConfig)!=null?s:{},contentTypeConfig:(r=e.contentTypeConfig)!=null?r:{}});const o=yield this.addTag(e.tagList,n);if(this.debug)try{DA(this.five,this.tags)}catch(a){console.error(a)}return o})}addTag(e,n){return X(this,null,function*(){const s=(Array.isArray(e)?e:[e]).map(r=>{var c;const a=this.getTagConfig(r);return ye(F({},r),{id:(c=r.id)!=null?c:dt(),data:Ye({},a.initialData,r.data),state:F({visible:void 0,unfolded:!this.can("fold",r)},a.initialState),hooks:new ze.Subscribe,mergedConfig:a,unfold:()=>this.changeUnfoldedById(r.id,!0),fold:()=>this.changeUnfoldedById(r.id,!1),enable:()=>this.changeEnabledById(r.id,!0),disable:()=>this.changeEnabledById(r.id,!1),destroy:()=>this.destroyTagById(r.id)})}).filter(r=>r.position);return s.forEach(BA),this.tags.push(...s),jA(this.five).then(()=>X(this,null,function*(){var r,a,l;this.store.eventListenerDisposer&&((a=(r=this.store).eventListenerDisposer)==null||a.call(r)),this.state.enabled&&this.handleEnable(),this.addResizeListener(),this.clearUnusedPanelTag(),this.setVisibleAndUnfolded({withAnimation:(l=n==null?void 0:n.withAnimation)!=null?l:!0}).then(()=>this.updateRenderAllTags()),this.updateRenderAllTags(),yield this.addMediaModelTag(s)}))})}changeConfig(e,n=!0){n?this.config=Ye({},this.config,e):this.config=e,this.updateTagConfig({force:!0}),this.updateRenderAllTags()}changeGlobalConfig(e,n=!0){n?this.config.globalConfig=Ye({},this.config.globalConfig,e):this.config.globalConfig=e,this.updateTagConfig({force:!0}),this.updateRenderAllTags()}changeContentTypeConfig(e,n,o=!0){this.config.contentTypeConfig||(this.config.contentTypeConfig={}),o?this.config.contentTypeConfig[e]=Ye({},this.config.contentTypeConfig[e],n):this.config.contentTypeConfig[e]=n,this.updateTagConfig({force:!0}),this.updateRenderAllTags()}show(e){return X(this,null,function*(){if(this.checkDisposed())return;const{userAction:n=!0,withAnimation:o=!1}=e!=null?e:{};this.setState({visible:!0},{userAction:n,visibleWithAnimation:o}),this.hooks.emit("show",{userAction:n,withAnimation:o})})}hide(e){return X(this,null,function*(){if(this.checkDisposed())return;const{userAction:n=!0,withAnimation:o=!1}=e!=null?e:{};this.setState({visible:!1},{userAction:n,visibleWithAnimation:o}),this.hooks.emit("hide",{userAction:n,withAnimation:o})})}enable(e){if(this.checkDisposed())return;const{userAction:n=!0}=e!=null?e:{};this.setState({enabled:!0},{userAction:n}),this.hooks.emit("enable",{userAction:n})}disable(e){if(this.checkDisposed())return;const{userAction:n=!0}=e!=null?e:{};this.setState({enabled:!1},{userAction:n}),this.hooks.emit("disable",{userAction:n})}setState(e,n){if(this.checkDisposed())return;const{userAction:o=!0,visibleWithAnimation:s=!1}=n,r=F({},this.state);this.state=Object.assign(this.state,e),this.store.visibleWithAnimation=s,r.visible!==this.state.visible&&(e.visible?this.handleShow():this.handleHide()),r.enabled!==this.state.enabled&&(e.enabled?this.handleEnable():this.handleDisable()),this.hooks.emit("stateChange",{state:this.state,prevState:r,userAction:o})}dispose(){var e,n,o,s,r,a;this.pauseCurrentMedia(),this.disposeAllCSS3DContainer(),(e=this.TagContainerSvelte)==null||e.$destroy(),this.filterCSS3DTag.forEach(l=>{var c;return(c=l.tag3DContentSvelte)==null?void 0:c.svelteApp.$destroy()}),this.tags=[],(n=this.store.disposers)==null||n.forEach(l=>l==null?void 0:l()),this.store.disposers=[],(s=(o=this.store).eventListenerDisposer)==null||s.call(o),this.store.eventListenerDisposer=void 0,(a=(r=this.store).resizeObserverDisposer)==null||a.call(r),this.store.resizeObserverDisposer=void 0,this.store.resizeObserverDisposerAdding=!1,this.five.scene.remove(this.group),this.group.remove(...this.group.children),this.gltfObjectGroup.remove(...this.gltfObjectGroup.children),this.imagePlaneGroup.remove(...this.imagePlaneGroup.children),this.clearCache(),this.five.needsRender=!0,this.store.disposed=!0,this.hooks.emit("dispose")}changeUnfoldedById(e,n){var a;const o=this.getTagById(e);if(!o)return;const s=this.can("fold",o),r=this.can("unfold",o);if(s&&r){o.state.unfolded=n;const l=this.filterPointTag;(a=this.TagContainerSvelte)==null||a.$set({tags:l})}else console.warn(`tag ${e} cannot be ${n?"unfolded":"folded"}`)}changeEnabledById(e,n){const o=this.getTagById(e);o&&(o.enabled=n,this.updateRenderAllTags())}changeTagNormalById(e,n){const o=this.getTagById(e);o&&o.tag3DContentSvelte&&(o.tag3DContentSvelte.currentNormal=xt(n))}changeDataById(e,n,o=!0){const s=this.getTagById(e);s&&(o?s.data=Ye({},s.data,n):s.data=F(F({},s.data),n),this.clearUnusedPanelTag(),this.updateRenderAllTags())}changeStickTypeById(e,n,o=!0){this.changeTagById(e,n,o)}changeTagById(e,n,o=!0){const s=this.getTagById(e);n&&(o?Ye(s,n):Object.assign(s,n),s!=null&&s.tag3DContentSvelte&&(n!=null&&n.normal)&&(s.tag3DContentSvelte.currentNormal=xt(n.normal)),this.updateRenderAllTags(),this.clearUnusedPanelTag())}destroyTagById(e){(Array.isArray(e)?e:[e]).forEach(o=>{const s=this.tags.findIndex(r=>r.id===o);s!==-1&&this.tags.splice(s,1)}),this.updateRenderAllTags()}setVisibleAndUnfolded(){return X(this,arguments,function*({withAnimation:e}={withAnimation:!1}){if(this.isPanorama)return this.setVisible(),e?new Promise(n=>{setTimeout(()=>{this.setUnfoldedByPanoIndex(),n()},10)}):(this.setUnfoldedByPanoIndex(),Promise.resolve())})}handleShow(){this.state.visible=!0,this.group.visible=!0,this.updateTagContainerVisible(),this.updateTagModelVisible(),this.five.needsRender=!0}handleHide(){this.pauseCurrentMedia(),this.state.visible=!1,this.group.visible=!1,this.updateTagContainerVisible(),this.updateTagModelVisible(),this.five.needsRender=!0}handleEnable(){this.state.enabled=!0,this.store.eventListenerDisposer=this.addEventListener(),this.five.scene.children.includes(this.group)||this.five.scene.add(this.group),this.group.traverse(e=>{var n;(n=e==null?void 0:e.updateTagCss3DObjectMatrix)==null||n.call(e)}),this.updateRenderAllTags(),this.five.needsRender=!0}handleDisable(){var e,n,o;this.pauseCurrentMedia(),this.state.enabled=!1,(n=(e=this.store).eventListenerDisposer)==null||n.call(e),this.five.scene.remove(this.group),(o=this.TagContainerSvelte)==null||o.$set({tags:[]}),this.filterCSS3DTag.forEach(s=>{var r;(r=s.tag3DContentSvelte)==null||r.dispose(),s.tag3DContentSvelte=void 0}),this.five.needsRender=!0}addEventListener(){const{five:e,hooks:n}=this,o=this.handleFiveWantsMoveToPano.bind(this),s=this.handleFiveModeChange.bind(this),r=this.handleFiveCameraUpdate.bind(this),a=this.handleFiveCameraUpdateDebounce(),l=this.handleFivePanoArrived.bind(this),c=this.loadVideoFirstFrame.bind(this),d=this.clickhandler.bind(this),h=this.five.currentMode;return h&&this.handleFiveModeChange(h),this.handleFivePanoArrived(),e.on("wantsMoveToPano",o),e.on("modeChange",s),e.on("initAnimationEnded",this.handleFiveInitAnimationEnded),e.on("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.on("cameraUpdate",r),e.on("cameraUpdate",a),e.on("panoArrived",l),e.on("panoArrived",c),n.on("click",d),()=>{e.off("wantsMoveToPano",o),e.off("modeChange",s),e.off("initAnimationEnded",this.handleFiveInitAnimationEnded),e.off("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.off("cameraUpdate",r),e.off("cameraUpdate",a),e.off("panoArrived",l),e.off("panoArrived",c),n.off("click",d),this.store.eventListenerDisposer=void 0}}addResizeListener(){if(!this.store.resizeObserverDisposer&&!this.store.resizeObserverDisposerAdding){const e=this.addResizeObserver();this.store.resizeObserverDisposerAdding=!0,setTimeout(()=>{this.store.resizeObserverDisposer=e,this.store.resizeObserverDisposerAdding=!1},200)}}addResizeObserver(){if(!this.store.disposed)return;const e=this.five.getElement(),n=()=>{this.state.enabled&&(this.show(),this.updateRenderAllTags())},o=()=>{this.state.enabled&&this.hide()},{observe:s,unobserve:r}=Kl(_A(()=>{this.store.resizeObserverDisposer&&o()},500),e),{observe:a,unobserve:l}=Kl(Zl(()=>n(),400),e);return s(),a(),()=>{r(),l()}}handleFiveModeChange(e){this.setModelMedialVisible(),this.tags.forEach(n=>{pt(n)&&e!=="Panorama"&&this.changeTagMode(n,"behind"),n.state.visible=this.getVisible(n)}),this.updateRenderAllTags()}handleFiveWantsMoveToPano(){this.tags.forEach(e=>{const n=this.getTagConfig(e);typeof n.visibleConfig=="object"&&(n.visibleConfig.keep?e.temporaryState=ye(F({},e.temporaryState),{visible:n.visibleConfig.keep==="visible"}):e.temporaryState=ye(F({},e.temporaryState),{visible:!!n.visibleConfig.alwaysShowWhenMovePano}))}),this.updateTagContainerVisible()}clickhandler(e){if(e.target!=="TagPoint")return;if(!e.tag.state)return console.warn("Clickhandler: params.tag.state is undefined");const n=this.can("fold",e.tag),o=this.can("unfold",e.tag);n&&o&&(e.tag.state.unfolded=!e.tag.state.unfolded,e.tag.state.unfolded&&this.tags.forEach(s=>{s.id!==e.tag.id&&s.state&&this.can("fold",s)&&(s.state.unfolded=!1)}),this.updateRenderAllTags())}handleFiveCameraUpdateDebounce(){return Zl(()=>{this.setUnfoldedByCamera(),this.updateRenderAllTags()},100)}handleFiveCameraUpdate(){this.updateRenderPointTag()}handleFivePanoArrived(){return X(this,null,function*(){var e,n,o;this.setModelMedialVisible(),yield this.setVisibleAndUnfolded(),this.tags.forEach(s=>{s.temporaryState=ye(F({},s.temporaryState),{visible:!0})}),(o=(n=(e=this.config)==null?void 0:e.globalConfig)==null?void 0:n.modelConfig)!=null&&o.autoLookAtEnabled&&this.tags.filter(LA).filter(s=>{var r,a;return(a=(r=s.config)==null?void 0:r.modelConfig)==null?void 0:a.autoLookAtEnabled}).forEach(s=>{var u;const r=new E.Mesh(new E.BoxGeometry,new E.MeshBasicMaterial),a=(u=s.model)==null?void 0:u.object;if(!a)return;r.position.copy(a.position),r.quaternion.copy(a.quaternion);const l=this.five.camera.position;r.lookAt(l.clone().setY(r.position.y));const c=a.quaternion.clone(),d=r.quaternion.clone(),h=ss();h.onUpdate(({progress:m})=>{a.quaternion.copy(c.clone().slerp(d,m))}),h.play()}),this.store.visibleWithAnimation=!0,this.updateTagContainerVisible(),this.updateRenderAllTags()})}setUnfoldedByCamera(){let e=!1;this.tags.forEach(n=>{const o=this.getUnfoldedByCamera(n);n.state&&o!==void 0&&(o===!0&&(e=!0),n.state.unfolded=o)}),e&&this.tags.forEach(n=>{const o=this.getTagConfig(n).unfoldedConfig;typeof o=="object"&&(o.autoUnfold||o.keep)||n.state&&(n.state.unfolded=!1)})}changeTagMode(e,n){var o,s,r,a,l,c;((o=this.getTagConfig(e))==null?void 0:o.renderType)!=="Mesh"&&((a=(r=(s=e.tag3DContentSvelte)==null?void 0:s.css3DInstance)==null?void 0:r.css3DObject)==null?void 0:a.mode)!==n&&((l=e.config)!=null&&l.tag3DConfig?e.config.tag3DConfig.mode=n:e.config?e.config.tag3DConfig={mode:n}:e.config={tag3DConfig:{mode:n}},(c=this.store.css3DRenderDisposer.get(e.id))==null||c.forEach(d=>d==null?void 0:d()),e.tag3DContentSvelte=void 0)}}var su=(i=>(i.Audio="Audio",i.Text="Text",i.ImageText="ImageText",i.Image="Image",i.Video="Video",i.Link="Link",i.Sticker="Sticker",i.VRLink="VRLink",i.PanoLink="PanoLink",i.Marketing="Marketing",i.MediaPlane="MediaPlane",i.MediaModel="MediaModel",i.Model="Model",i.Custom="Custom",i.Unknown="Unknown",i))(su||{}),ru=(i=>(i.Two="2D",i.Three="3D",i))(ru||{});const KP=(i,t)=>new ns(i,t);function $P(i){fe(i,"svelte-m8w0ju",".guide-line__tag.svelte-m8w0ju{position:relative}.guide-line__tag-point.svelte-m8w0ju{position:absolute;left:50%;bottom:0.0625rem;width:0.4375rem;height:0.125rem;transform:translateX(-50%);background:#fff;border-radius:50%;opacity:0.5}.guide-line__tag-line.svelte-m8w0ju{position:absolute;left:50%;bottom:0.0625rem;width:0.0625rem;height:1.875rem;transform:translateX(-50%);background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}.guide-line__tag-content.svelte-m8w0ju{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex}.guide-line__tag-icon.svelte-m8w0ju{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-m8w0ju{box-sizing:content-box;height:0.875rem;width:-moz-max-content;width:max-content;margin-top:0.3125rem;transform:translateX(-0.1875rem);white-space:nowrap;font-size:0.625rem;line-height:0.875rem;border:solid transparent;border-width:0.125rem 0.5rem 0.125rem 0.375rem;border-image-source:url('https://vrlab-static.ljcdn.com/release/web/jsl/test2.2ea9ddee.png');border-image-slice:6 25 6 18 fill;color:#fff}")}function fd(i){let t,e;return{c(){t=_("div"),e=Oe(i[0]),w(t,"class","guide-line__tag-text svelte-m8w0ju"),j(t,"border-image-source",`url(${i[3]})`)},m(n,o){O(n,t,o),B(t,e)},p(n,o){o&1&&Qe(e,n[0])},d(n){n&&V(t)}}}function eC(i){let t,e,n,o,s,r,a,l,c=i[0]&&fd(i);return{c(){t=_("div"),e=_("div"),n=se(),o=_("div"),s=se(),r=_("div"),a=_("div"),l=se(),c&&c.c(),w(e,"class","guide-line__tag-point svelte-m8w0ju"),w(o,"class","guide-line__tag-line svelte-m8w0ju"),w(a,"class","guide-line__tag-icon svelte-m8w0ju"),j(a,"background-image",`url(${i[1]})`),w(r,"class","guide-line__tag-content svelte-m8w0ju"),w(t,"class","guide-line__tag svelte-m8w0ju"),j(t,"opacity",i[2])},m(d,h){O(d,t,h),B(t,e),B(t,n),B(t,o),B(t,s),B(t,r),B(r,a),B(r,l),c&&c.m(r,null)},p(d,[h]){h&2&&j(a,"background-image",`url(${d[1]})`),d[0]?c?c.p(d,h):(c=fd(d),c.c(),c.m(r,null)):c&&(c.d(1),c=null),h&4&&j(t,"opacity",d[2])},i:K,o:K,d(d){d&&V(t),c&&c.d()}}}function tC(i,t,e){let{text:n=""}=t,{icon_url:o=""}=t,{opacity:s=1}=t;const r="data:image/png;base64,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";return i.$$set=a=>{"text"in a&&e(0,n=a.text),"icon_url"in a&&e(1,o=a.icon_url),"opacity"in a&&e(2,s=a.opacity)},[n,o,s,r]}class nC extends ce{constructor(t){super(),le(this,t,tC,eC,ae,{text:0,icon_url:1,opacity:2},$P)}}function iC(i){return i.length===0?[]:i.filter((t,e)=>t!==i[e-1])}const oC=`
582
582
  varying vec2 vUv;
583
583
 
584
584
  void main() {