@realsee/dnalogel 2.1.2-alpha.1 → 2.1.2-alpha.10

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 (620) hide show
  1. package/dist/CSS3DRenderPlugin/index..js +88 -0
  2. package/dist/CSS3DRenderPlugin/index.cjs.js +1 -0
  3. package/dist/CameraMovementPlugin/index..js +11 -0
  4. package/dist/CameraMovementPlugin/index.cjs.js +1 -0
  5. package/dist/CruisePlugin/index..js +527 -0
  6. package/dist/CruisePlugin/index.cjs.js +1 -0
  7. package/dist/GuideLinePlugin/index..js +214 -0
  8. package/dist/GuideLinePlugin/index.cjs.js +1 -0
  9. package/dist/ItemLabelPlugin/index..js +508 -0
  10. package/dist/ItemLabelPlugin/index.cjs.js +10 -0
  11. package/dist/ModelChassisCompassPlugin/index..js +9 -0
  12. package/dist/ModelChassisCompassPlugin/index.cjs.js +1 -0
  13. package/dist/ModelEntryDoorGuidePlugin/index..js +9 -0
  14. package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +1 -0
  15. package/dist/ModelItemLabelPlugin/index..js +334 -0
  16. package/dist/ModelItemLabelPlugin/index.cjs.js +10 -0
  17. package/dist/ModelRoomLabelPlugin/index..js +274 -0
  18. package/dist/ModelRoomLabelPlugin/index.cjs.js +1 -0
  19. package/dist/ModelTVVideoPlugin/index..js +12 -0
  20. package/dist/ModelTVVideoPlugin/index.cjs.js +1 -0
  21. package/dist/ModelViewPlugin/index..js +8 -0
  22. package/dist/ModelViewPlugin/index.cjs.js +1 -0
  23. package/dist/Object3DHelperPlugin/index..js +1414 -0
  24. package/dist/Object3DHelperPlugin/index.cjs.js +1 -0
  25. package/dist/PanoCompassPlugin/index..js +258 -0
  26. package/dist/PanoCompassPlugin/index.cjs.js +1 -0
  27. package/dist/PanoCursorRaycasterPlugin/index..js +63 -0
  28. package/dist/PanoCursorRaycasterPlugin/index.cjs.js +1 -0
  29. package/dist/PanoDoorLabelPlugin/index..js +340 -0
  30. package/dist/PanoDoorLabelPlugin/index.cjs.js +1 -0
  31. package/dist/PanoMeasurePlugin/index..js +15 -0
  32. package/dist/PanoMeasurePlugin/index.cjs.js +1 -0
  33. package/dist/PanoRulerPlugin/index..js +9 -0
  34. package/dist/PanoRulerPlugin/index.cjs.js +1 -0
  35. package/dist/PanoRulerProPlugin/index..js +395 -0
  36. package/dist/PanoRulerProPlugin/index.cjs.js +1 -0
  37. package/dist/PanoSpatialTagPlugin/index..js +15 -0
  38. package/dist/PanoSpatialTagPlugin/index.cjs.js +1 -0
  39. package/dist/PanoTagPlugin/index..js +4522 -0
  40. package/dist/PanoTagPlugin/index.cjs.js +17 -0
  41. package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +1 -0
  42. package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +1 -0
  43. package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +1 -0
  44. package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +1 -0
  45. package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +1 -0
  46. package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +94 -0
  47. package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +16 -0
  48. package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +1 -0
  49. package/dist/chunks/cjs/Plugin.9971108a.cjs.js +1 -0
  50. package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +1 -0
  51. package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +1 -0
  52. package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +1 -0
  53. package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +1 -0
  54. package/dist/chunks/cjs/debounce.93dfb637.cjs.js +1 -0
  55. package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +1 -0
  56. package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +1 -0
  57. package/dist/chunks/cjs/formatData.81e95011.cjs.js +10 -0
  58. package/dist/chunks/cjs/index.30b7baeb.cjs.js +101 -0
  59. package/dist/chunks/cjs/index.686e84d1.cjs.js +290 -0
  60. package/dist/chunks/cjs/index.7d2010ce.cjs.js +1 -0
  61. package/dist/chunks/cjs/isNil.b3a58990.cjs.js +1 -0
  62. package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +1 -0
  63. package/dist/chunks/cjs/throttle.86c209eb.cjs.js +1 -0
  64. package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +1 -0
  65. package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +1 -0
  66. package/dist/chunks/es/BasePlugin.813e25f7.es.js +18 -0
  67. package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +6 -0
  68. package/dist/chunks/es/CSS3DRender.5652510e.es.js +393 -0
  69. package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +120 -0
  70. package/dist/chunks/es/Plugin.26c2df05.es.js +106 -0
  71. package/dist/chunks/es/Plugin.435485ed.es.js +584 -0
  72. package/dist/chunks/es/Plugin.a98418f0.es.js +82 -0
  73. package/dist/chunks/es/Plugin.ae4ee6f8.es.js +82 -0
  74. package/dist/chunks/es/Plugin.dd11e0ad.es.js +180 -0
  75. package/dist/chunks/es/Plugin.f4cf895f.es.js +355 -0
  76. package/dist/chunks/es/Subscribe.c73e0f91.es.js +50 -0
  77. package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +1551 -0
  78. package/dist/chunks/es/correctFiveState.e7feab9f.es.js +66 -0
  79. package/dist/chunks/es/debounce.ef83f417.es.js +11 -0
  80. package/dist/chunks/es/equal.7db4a6f7.es.js +56 -0
  81. package/dist/chunks/es/filter.97ec06c4.es.js +12 -0
  82. package/dist/chunks/es/formatData.a2b39ef9.es.js +483 -0
  83. package/dist/chunks/es/index.a273f06e.es.js +532 -0
  84. package/dist/chunks/es/index.b8fdb59b.es.js +50 -0
  85. package/dist/chunks/es/index.f74f4851.es.js +1787 -0
  86. package/dist/chunks/es/isNil.212842d9.es.js +10 -0
  87. package/dist/chunks/es/planimetry.b0b4a28d.es.js +43 -0
  88. package/dist/chunks/es/throttle.db66bac3.es.js +11 -0
  89. package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +24 -0
  90. package/dist/chunks/es/uuid.676cb2c8.es.js +9 -0
  91. package/dist/components/PaintBrush/index..js +6 -0
  92. package/dist/components/PaintBrush/index.cjs.js +1 -0
  93. package/dist/components/index..js +7 -0
  94. package/dist/components/index.cjs.js +1 -0
  95. package/dist/floorplan/MapviewFloorplanPlugin/index..js +324 -0
  96. package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +1 -0
  97. package/dist/floorplan/ModelFloorplanPlugin/index..js +320 -0
  98. package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +1 -0
  99. package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +613 -0
  100. package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +1 -0
  101. package/dist/floorplan/TopviewFloorplanPlugin/index..js +277 -0
  102. package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +1 -0
  103. package/dist/index..js +530 -0
  104. package/dist/index.cjs.js +3 -543
  105. package/docs/classes/CruisePluginController.html +24 -24
  106. package/docs/classes/Magnifier.html +16 -16
  107. package/docs/classes/ModelRoomLabelController.html +11 -11
  108. package/docs/classes/Object3DHelperController.html +24 -24
  109. package/docs/classes/PaintBrush.html +15 -15
  110. package/docs/classes/PanoTagPluginController.html +39 -39
  111. package/docs/classes/Util.BetterTween.html +8 -8
  112. package/docs/classes/Util.FivePointSelector.html +12 -12
  113. package/docs/classes/Util.Interval.html +12 -12
  114. package/docs/classes/Util.Magnifier.html +17 -17
  115. package/docs/classes/Util.PointDomHelper.html +11 -11
  116. package/docs/classes/Util.PointHelper.html +11 -11
  117. package/docs/classes/Util.Rectangle.html +13 -13
  118. package/docs/enums/CameraMovementEffect.html +7 -7
  119. package/docs/enums/ContentType.html +12 -12
  120. package/docs/enums/DIRECTION.html +9 -9
  121. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  122. package/docs/enums/DimensionType.html +7 -7
  123. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  124. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  125. package/docs/enums/LinkType.html +7 -7
  126. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  127. package/docs/enums/PointType.html +7 -7
  128. package/docs/enums/Rotation.html +8 -8
  129. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  130. package/docs/functions/CameraMovementPlugin.html +4 -4
  131. package/docs/functions/CruisePlugin.html +4 -4
  132. package/docs/functions/GuideLinePlugin.html +5 -5
  133. package/docs/functions/ItemLabelPlugin.html +4 -4
  134. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  135. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  136. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  137. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  138. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  139. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  140. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  141. package/docs/functions/ModelViewPlugin.html +4 -4
  142. package/docs/functions/Object3DHelperPlugin.html +4 -4
  143. package/docs/functions/PanoCompassPlugin.html +4 -4
  144. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  145. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  146. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  147. package/docs/functions/PanoMeasurePlugin.html +4 -4
  148. package/docs/functions/PanoRulerPlugin.html +4 -4
  149. package/docs/functions/PanoRulerProPlugin.html +4 -4
  150. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  151. package/docs/functions/PanoTagPlugin.html +4 -4
  152. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  153. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  154. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  155. package/docs/functions/Util.getFrameTime.html +5 -5
  156. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  157. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  158. package/docs/functions/Util.isNil.html +5 -5
  159. package/docs/functions/Util.nextFrame.html +5 -5
  160. package/docs/functions/Util.notNil.html +5 -5
  161. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  162. package/docs/functions/Util.tweenProgress.html +5 -5
  163. package/docs/functions/pluginFlag.html +5 -5
  164. package/docs/index.html +4 -4
  165. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  166. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  167. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  168. package/docs/interfaces/ContentTypeMap.html +12 -12
  169. package/docs/interfaces/FloorplanBounding.html +8 -8
  170. package/docs/interfaces/FloorplanData.html +10 -10
  171. package/docs/interfaces/FloorplanEntrance.html +11 -11
  172. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  173. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  174. package/docs/interfaces/FloorplanFloorData.html +9 -9
  175. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  176. package/docs/interfaces/FloorplanObserver.html +9 -9
  177. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  178. package/docs/interfaces/FloorplanPosition.html +7 -7
  179. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  180. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  181. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  182. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  183. package/docs/interfaces/FloorplanServerData.html +7 -7
  184. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  185. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  186. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  187. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  188. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  189. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  190. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  191. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  192. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  193. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  194. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  195. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  196. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  197. package/docs/interfaces/LineJson.html +7 -7
  198. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  199. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  200. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  201. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  202. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  203. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  204. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  205. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  206. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  207. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  208. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  209. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  210. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  211. package/docs/interfaces/Object3DHelperState.html +8 -8
  212. package/docs/interfaces/OpenParameter.html +7 -7
  213. package/docs/interfaces/PaintBrushAction.html +12 -12
  214. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  215. package/docs/interfaces/PaintBrushState.html +10 -10
  216. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  217. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  218. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  219. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  220. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  221. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  222. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  223. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  224. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  225. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  226. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  227. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  228. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  229. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  230. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  231. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  232. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  233. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  234. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  235. package/docs/interfaces/Point.html +8 -8
  236. package/docs/interfaces/PointJson.html +8 -8
  237. package/docs/interfaces/Room.html +9 -9
  238. package/docs/interfaces/RoomInfo.html +7 -7
  239. package/docs/interfaces/RoomLabel.html +14 -14
  240. package/docs/interfaces/RoomRules.html +5 -5
  241. package/docs/interfaces/Rooms.html +5 -5
  242. package/docs/interfaces/Scissor.html +9 -9
  243. package/docs/interfaces/TagConfig.html +10 -10
  244. package/docs/interfaces/Tags.html +9 -9
  245. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  246. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  247. package/docs/modules/Util.html +5 -5
  248. package/docs/modules.html +4 -4
  249. package/docs/types/ArrayPosition.html +5 -5
  250. package/docs/types/CSS3DRenderExportType.html +5 -5
  251. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  252. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  253. package/docs/types/Color.html +5 -5
  254. package/docs/types/ContentTypeConfigKey.html +5 -5
  255. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  256. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  257. package/docs/types/Create3DElementReturnType.html +5 -5
  258. package/docs/types/CruisePluginExportType.html +5 -5
  259. package/docs/types/Direction-1.html +5 -5
  260. package/docs/types/Direction4.html +5 -5
  261. package/docs/types/FloorplanRuleLabels.html +5 -5
  262. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  263. package/docs/types/GuideLinePluginExportType.html +5 -5
  264. package/docs/types/HelperEventMap.html +5 -5
  265. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  266. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  267. package/docs/types/MediaData.html +5 -5
  268. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  269. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  270. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  271. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  272. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  273. package/docs/types/MoveArgs.html +5 -5
  274. package/docs/types/MoveOpts.html +5 -5
  275. package/docs/types/Object3DHelperEventMap.html +5 -5
  276. package/docs/types/ObjectFit.html +5 -5
  277. package/docs/types/PaintBrushEventMap.html +5 -5
  278. package/docs/types/PanoCompassPluginData.html +5 -5
  279. package/docs/types/PanoCompassPluginExportType.html +5 -5
  280. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  281. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  282. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  283. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  284. package/docs/types/PanoMeasureReturnType.html +5 -5
  285. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  286. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  287. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  288. package/docs/types/PlaneTag.html +5 -5
  289. package/docs/types/PointTag.html +5 -5
  290. package/docs/types/Position.html +5 -5
  291. package/docs/types/RotateArgs.html +5 -5
  292. package/docs/types/RotateOpts.html +5 -5
  293. package/docs/types/RuleLabelsKey.html +5 -5
  294. package/docs/types/RuleLabelsValue.html +5 -5
  295. package/docs/types/Tag.html +5 -5
  296. package/docs/types/Tag2D.html +5 -5
  297. package/docs/types/Tag3D.html +5 -5
  298. package/docs/types/TagId.html +5 -5
  299. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  300. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  301. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  302. package/docs/variables/PLUGIN.html +5 -5
  303. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  304. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  305. package/docs/variables/VERSION.html +5 -5
  306. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  307. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  308. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  309. package/libs/CSS3DRenderPlugin/CSS3DRender.js +327 -1
  310. package/libs/CSS3DRenderPlugin/Controller.js +83 -1
  311. package/libs/CSS3DRenderPlugin/index.js +5 -1
  312. package/libs/CSS3DRenderPlugin/typing.js +1 -1
  313. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +65 -1
  314. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +10 -1
  315. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +7 -1
  316. package/libs/CSS3DRenderPlugin/utils/index.js +1 -1
  317. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +6 -1
  318. package/libs/CSS3DRenderPlugin/utils/random.js +1 -1
  319. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +87 -1
  320. package/libs/CameraMovementPlugin/index.js +3 -1
  321. package/libs/CameraMovementPlugin/typing.js +5 -1
  322. package/libs/CruisePlugin/Controller.js +484 -1
  323. package/libs/CruisePlugin/index.js +5 -1
  324. package/libs/CruisePlugin/utils/coordinatesAngle.js +8 -1
  325. package/libs/CruisePlugin/utils/coordinatesToVector.js +12 -1
  326. package/libs/CruisePlugin/utils/formatRad.js +7 -1
  327. package/libs/CruisePlugin/utils/linerValue.js +7 -1
  328. package/libs/CruisePlugin/utils/safeCall.js +28 -1
  329. package/libs/CruisePlugin/utils/sleep.js +10 -1
  330. package/libs/CruisePlugin/utils/vectorToCoordinates.js +10 -1
  331. package/libs/GuideLinePlugin/Controller.js +143 -1
  332. package/libs/GuideLinePlugin/index.js +5 -1
  333. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +13 -1
  334. package/libs/GuideLinePlugin/utils/getLineGeometries.js +64 -1
  335. package/libs/ItemLabelPlugin/ItemLabelComponent.js +273 -1
  336. package/libs/ItemLabelPlugin/ItemLabelItem.js +133 -2
  337. package/libs/ItemLabelPlugin/Plugin.js +75 -2
  338. package/libs/ItemLabelPlugin/index.js +12 -1
  339. package/libs/ItemLabelPlugin/typings.js +4 -1
  340. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +4 -1
  341. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +16 -1
  342. package/libs/ItemLabelPlugin/utils/isImpacted.js +10 -1
  343. package/libs/ItemLabelPlugin/utils/parseData.js +21 -1
  344. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +21 -1
  345. package/libs/ModelChassisCompassPlugin/Plugin.js +70 -1
  346. package/libs/ModelChassisCompassPlugin/index.js +2 -1
  347. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +77 -1
  348. package/libs/ModelEntryDoorGuidePlugin/index.js +2 -1
  349. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +213 -1
  350. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +42 -2
  351. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +73 -2
  352. package/libs/ModelItemLabelPlugin/events.type.js +1 -1
  353. package/libs/ModelItemLabelPlugin/index.js +12 -1
  354. package/libs/ModelItemLabelPlugin/typings.js +4 -1
  355. package/libs/ModelItemLabelPlugin/utils/parseData.js +19 -1
  356. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +4 -1
  357. package/libs/ModelRoomLabelPlugin/Controller.js +60 -1
  358. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +45 -1
  359. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +163 -1
  360. package/libs/ModelRoomLabelPlugin/index.js +9 -1
  361. package/libs/ModelRoomLabelPlugin/utils/parseData.js +16 -1
  362. package/libs/ModelTVVideoPlugin/Plugin.js +163 -1
  363. package/libs/ModelTVVideoPlugin/index.js +2 -1
  364. package/libs/ModelTVVideoPlugin/typings.js +4 -1
  365. package/libs/ModelTVVideoPlugin/utils/parseData.js +20 -1
  366. package/libs/ModelViewPlugin/Plugin.js +106 -1
  367. package/libs/ModelViewPlugin/index.js +2 -1
  368. package/libs/Object3DHelperPlugin/Controller.js +145 -1
  369. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +31 -1
  370. package/libs/Object3DHelperPlugin/index.js +5 -1
  371. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +4 -1
  372. package/libs/PanoCompassPlugin/Controller.js +224 -1
  373. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +24 -1
  374. package/libs/PanoCompassPlugin/index.js +5 -1
  375. package/libs/PanoCursorRaycasterPlugin/index.js +58 -1
  376. package/libs/PanoDoorLabelPlugin/BaseController.js +59 -1
  377. package/libs/PanoDoorLabelPlugin/Controller.js +219 -1
  378. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +65 -1
  379. package/libs/PanoDoorLabelPlugin/index.js +5 -1
  380. package/libs/PanoDoorLabelPlugin/utils.js +23 -1
  381. package/libs/PanoMeasurePlugin/Controller/BaseController.js +53 -1
  382. package/libs/PanoMeasurePlugin/Controller/EditController.js +102 -1
  383. package/libs/PanoMeasurePlugin/Controller/MixedController.js +125 -1
  384. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +33 -1
  385. package/libs/PanoMeasurePlugin/Controller/ViewController.js +90 -1
  386. package/libs/PanoMeasurePlugin/Controller/WatchController.js +154 -1
  387. package/libs/PanoMeasurePlugin/Controller/index.js +140 -1
  388. package/libs/PanoMeasurePlugin/Model/index.js +92 -1
  389. package/libs/PanoMeasurePlugin/Model/line.js +56 -1
  390. package/libs/PanoMeasurePlugin/Model/point.js +30 -1
  391. package/libs/PanoMeasurePlugin/Model/polyline.js +47 -1
  392. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +5 -2
  393. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +4 -1
  394. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +4 -1
  395. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +67 -3
  396. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +28 -1
  397. package/libs/PanoMeasurePlugin/Modules/GuideController.js +41 -1
  398. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +103 -1
  399. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +12 -8
  400. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +50 -1
  401. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +36 -1
  402. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +48 -1
  403. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +8 -3
  404. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +39 -1
  405. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +62 -1
  406. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +6 -2
  407. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +130 -1
  408. package/libs/PanoMeasurePlugin/index.js +10 -1
  409. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +12 -1
  410. package/libs/PanoMeasurePlugin/utils/constants.js +36 -1
  411. package/libs/PanoMeasurePlugin/utils/distanceDom.js +62 -1
  412. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +13 -1
  413. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +15 -1
  414. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +9 -1
  415. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +8 -1
  416. package/libs/PanoMeasurePlugin/utils/ironbox.js +4 -1
  417. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +7 -1
  418. package/libs/PanoMeasurePlugin/utils/line.js +17 -1
  419. package/libs/PanoMeasurePlugin/utils/math.js +12 -1
  420. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +33 -3
  421. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +8 -1
  422. package/libs/PanoRulerPlugin/Plugin.js +262 -2
  423. package/libs/PanoRulerPlugin/index.js +2 -1
  424. package/libs/PanoRulerPlugin/style.js +5 -2
  425. package/libs/PanoRulerProPlugin/Controller.js +93 -1
  426. package/libs/PanoRulerProPlugin/RulerItem.js +128 -1
  427. package/libs/PanoRulerProPlugin/RulerItems.js +183 -1
  428. package/libs/PanoRulerProPlugin/index.js +5 -1
  429. package/libs/PanoSpatialTagPlugin/Components/origins.js +82 -1
  430. package/libs/PanoSpatialTagPlugin/Components/tag.js +125 -1
  431. package/libs/PanoSpatialTagPlugin/Plugin.js +246 -1
  432. package/libs/PanoSpatialTagPlugin/index.js +6 -1
  433. package/libs/PanoSpatialTagPlugin/store.js +5 -1
  434. package/libs/PanoSpatialTagPlugin/style.js +11 -1
  435. package/libs/PanoSpatialTagPlugin/typings.js +1 -1
  436. package/libs/PanoTagPlugin/Assets/Icon.js +6 -1
  437. package/libs/PanoTagPlugin/Components/Common/Arrow.js +103 -1
  438. package/libs/PanoTagPlugin/Components/Common/Audio.js +166 -1
  439. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +93 -1
  440. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +90 -1
  441. package/libs/PanoTagPlugin/Components/Common/Media.js +400 -1
  442. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +139 -1
  443. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +180 -1
  444. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +52 -1
  445. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +52 -1
  446. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +169 -1
  447. package/libs/PanoTagPlugin/Components/Common/Shadow.js +124 -15
  448. package/libs/PanoTagPlugin/Components/Common/Text.js +131 -1
  449. package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
  450. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +140 -1
  451. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +73 -1
  452. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +214 -1
  453. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +127 -1
  454. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +259 -1
  455. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +106 -1
  456. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +134 -1
  457. package/libs/PanoTagPlugin/Components/Tag/index.js +318 -2
  458. package/libs/PanoTagPlugin/Components/TagContainer.js +200 -1
  459. package/libs/PanoTagPlugin/Components/TagWrapper.js +191 -1
  460. package/libs/PanoTagPlugin/controller/TagCacheController.js +31 -1
  461. package/libs/PanoTagPlugin/controller/TagComputer.js +264 -1
  462. package/libs/PanoTagPlugin/controller/index.js +376 -1
  463. package/libs/PanoTagPlugin/index.js +5 -1
  464. package/libs/PanoTagPlugin/tag.config.js +43 -1
  465. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  466. package/libs/PanoTagPlugin/typings/index.js +1 -1
  467. package/libs/PanoTagPlugin/typings/tag.js +7 -1
  468. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +6 -1
  469. package/libs/PanoTagPlugin/utils/addDebugPoints.js +27 -1
  470. package/libs/PanoTagPlugin/utils/checkRange.js +10 -1
  471. package/libs/PanoTagPlugin/utils/constants.js +7 -1
  472. package/libs/PanoTagPlugin/utils/debounce.js +12 -1
  473. package/libs/PanoTagPlugin/utils/doUtil.js +12 -1
  474. package/libs/PanoTagPlugin/utils/index.js +1 -1
  475. package/libs/PanoTagPlugin/utils/noTypecheck.js +4 -1
  476. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +13 -1
  477. package/libs/PanoTagPlugin/utils/planeNormal.js +11 -1
  478. package/libs/PanoTagPlugin/utils/resizeObserver.js +17 -1
  479. package/libs/PanoTagPlugin/utils/search.js +15 -1
  480. package/libs/PanoTagPlugin/utils/tagPosition.js +13 -1
  481. package/libs/PanoTagPlugin/utils/throttle.js +11 -1
  482. package/libs/base/BasePlugin.js +18 -1
  483. package/libs/base/BasePluginWithData.js +6 -1
  484. package/libs/components/PaintBrush/Controller.js +308 -1
  485. package/libs/components/PaintBrush/Subscribe.js +47 -1
  486. package/libs/components/PaintBrush/index.js +45 -1
  487. package/libs/components/PaintBrush/style.js +5 -2
  488. package/libs/components/PaintBrush/tween.js +11 -1
  489. package/libs/components/PaintBrush/typings.js +4 -1
  490. package/libs/components/PaintBrush/utils.js +45 -1
  491. package/libs/components/index.js +2 -1
  492. package/libs/floorplan/Assets/camera.js +4 -1
  493. package/libs/floorplan/Assets/compass.js +4 -1
  494. package/libs/floorplan/Assets/floorplanExtraObject.js +4 -1
  495. package/libs/floorplan/Components/BaseImage.js +103 -1
  496. package/libs/floorplan/Components/Camera.js +62 -1
  497. package/libs/floorplan/Components/Compass.js +60 -1
  498. package/libs/floorplan/Components/CurrentFloor.js +256 -1
  499. package/libs/floorplan/Components/Main.js +283 -1
  500. package/libs/floorplan/Components/Normalmage.js +37 -1
  501. package/libs/floorplan/Components/RoomHighlight/Room.js +61 -1
  502. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +122 -1
  503. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +153 -1
  504. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +175 -1
  505. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +196 -1
  506. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +37 -1
  507. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +39 -1
  508. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +37 -1
  509. package/libs/floorplan/Components/RuleLabels/RuleItem.js +134 -1
  510. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +139 -1
  511. package/libs/floorplan/Components/SvgImage.js +39 -2
  512. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +321 -1
  513. package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -1
  514. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +316 -1
  515. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -1
  516. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +85 -1
  517. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +133 -1
  518. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +72 -1
  519. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +192 -1
  520. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +164 -1
  521. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -1
  522. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +273 -1
  523. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -1
  524. package/libs/floorplan/constant.js +4 -1
  525. package/libs/floorplan/index.js +6 -1
  526. package/libs/floorplan/typings/floorplanData.js +1 -1
  527. package/libs/floorplan/typings/floorplanServerData.js +101 -1
  528. package/libs/floorplan/utils/constant.js +7 -1
  529. package/libs/floorplan/utils/correctFiveState.js +54 -1
  530. package/libs/floorplan/utils/formatData.js +104 -1
  531. package/libs/floorplan/utils/formatPosition.js +35 -1
  532. package/libs/index.js +346 -1
  533. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +151 -1
  534. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +51 -1
  535. package/libs/shared-utils/Object3DHelper/Constants/color.js +20 -1
  536. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +18 -1
  537. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +66 -1
  538. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +109 -1
  539. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +134 -1
  540. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +79 -1
  541. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +41 -1
  542. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +13 -1
  543. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +30 -1
  544. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +35 -1
  545. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +2 -1
  546. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +137 -1
  547. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +136 -1
  548. package/libs/shared-utils/Object3DHelper/Helper/index.js +3 -1
  549. package/libs/shared-utils/Object3DHelper/index.js +169 -1
  550. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -1
  551. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -1
  552. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -1
  553. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
  554. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +11 -1
  555. package/libs/shared-utils/Object3DHelper/utils/direction.js +22 -1
  556. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -1
  557. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +14 -1
  558. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -1
  559. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -1
  560. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -1
  561. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -1
  562. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +191 -1
  563. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +6 -1
  564. package/libs/shared-utils/Subscribe.js +50 -1
  565. package/libs/shared-utils/animationFrame/BetterTween.js +26 -1
  566. package/libs/shared-utils/animationFrame/calculateProgress.js +6 -1
  567. package/libs/shared-utils/animationFrame/formatRad.js +11 -1
  568. package/libs/shared-utils/animationFrame/index.js +28 -1
  569. package/libs/shared-utils/animationFrame/tween.js +28 -1
  570. package/libs/shared-utils/changeModelCanvasOpacity.js +12 -1
  571. package/libs/shared-utils/createCanvasTextTexture.js +11 -1
  572. package/libs/shared-utils/createLine/index.js +9 -1
  573. package/libs/shared-utils/debounce.js +11 -1
  574. package/libs/shared-utils/equal.js +54 -1
  575. package/libs/shared-utils/filter.js +10 -1
  576. package/libs/shared-utils/five/changeMode.js +39 -1
  577. package/libs/shared-utils/getPxmm.js +20 -1
  578. package/libs/shared-utils/index.js +35 -1
  579. package/libs/shared-utils/isNil.js +10 -1
  580. package/libs/shared-utils/isTruelyObject.js +6 -1
  581. package/libs/shared-utils/math/Interval.js +23 -1
  582. package/libs/shared-utils/math/Rectangle.js +23 -1
  583. package/libs/shared-utils/math/index.js +1 -1
  584. package/libs/shared-utils/math/planimetry.js +43 -1
  585. package/libs/shared-utils/math/rad2Deg.js +6 -1
  586. package/libs/shared-utils/nearlyEqual.js +6 -1
  587. package/libs/shared-utils/nextFrame.js +6 -1
  588. package/libs/shared-utils/noop.js +5 -1
  589. package/libs/shared-utils/object3d2LocalMatrix.js +18 -1
  590. package/libs/shared-utils/removeArrayItem.js +8 -1
  591. package/libs/shared-utils/tap.js +6 -1
  592. package/libs/shared-utils/three/Assets/index.js +4 -1
  593. package/libs/shared-utils/three/FivePointSelector.js +49 -1
  594. package/libs/shared-utils/three/Magnifier.js +104 -1
  595. package/libs/shared-utils/three/PointDomHelper.js +60 -1
  596. package/libs/shared-utils/three/PointHelper.js +60 -3
  597. package/libs/shared-utils/three/getCoords.js +13 -1
  598. package/libs/shared-utils/three/getIntersect.js +8 -1
  599. package/libs/shared-utils/three/getRaycaster.js +12 -1
  600. package/libs/shared-utils/three/index.js +6 -1
  601. package/libs/shared-utils/three/loadTexture.js +28 -1
  602. package/libs/shared-utils/three/transformPositionToVector3.js +5 -1
  603. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +24 -1
  604. package/libs/shared-utils/throttle.js +11 -1
  605. package/libs/shared-utils/tinyEJSrender.js +138 -14
  606. package/libs/shared-utils/to.js +28 -1
  607. package/libs/shared-utils/uuid.js +9 -1
  608. package/libs/vendor/swiper/components-shared/get-changed-params.js +29 -1
  609. package/libs/vendor/swiper/components-shared/get-params.js +23 -1
  610. package/libs/vendor/swiper/components-shared/mount-swiper.js +14 -1
  611. package/libs/vendor/swiper/components-shared/params-list.js +120 -1
  612. package/libs/vendor/swiper/components-shared/update-swiper.js +36 -1
  613. package/libs/vendor/swiper/components-shared/utils.js +32 -1
  614. package/libs/vendor/swiper/svelte/swiper-slide.js +182 -1
  615. package/libs/vendor/swiper/svelte/swiper-svelte.js +3 -1
  616. package/libs/vendor/swiper/svelte/swiper.js +254 -1
  617. package/package.json +13 -181
  618. package/dist/index.es.js +0 -16650
  619. package/dist/index.js +0 -16650
  620. package/dist/index.umd.js +0 -556
@@ -1 +1,169 @@
1
- "use strict";const t=require("svelte/internal"),m=require("../../../typings/tag.js"),b=require("./CustomPoint.js"),T=require("./DefaultPoint.js");function C(l){t.append_styles(l,"svelte-8en2lj",".point-click-helper.svelte-8en2lj{position:absolute;width:2.5rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%, -50%)}")}function g(l){let o,r,e=l[0].contentType!==m.ContentType.Link&&P(l);return{c(){e&&e.c(),o=t.empty()},m(n,i){e&&e.m(n,i),t.insert(n,o,i),r=!0},p(n,i){n[0].contentType!==m.ContentType.Link?e?(e.p(n,i),i&1&&t.transition_in(e,1)):(e=P(n),e.c(),t.transition_in(e,1),e.m(o.parentNode,o)):e&&(t.group_outros(),t.transition_out(e,1,1,()=>{e=null}),t.check_outros())},i(n){r||(t.transition_in(e),r=!0)},o(n){t.transition_out(e),r=!1},d(n){e&&e.d(n),n&&t.detach(o)}}}function P(l){let o,r,e,n,i,c;const a=[h,$],u=[];function p(s,f){var _,d,y,k;return((d=(_=s[0].style)==null?void 0:_.point)==null?void 0:d.style)==="CustomIcon"&&((k=(y=s[0].style)==null?void 0:y.point)==null?void 0:k.iconUrl)?0:1}return e=p(l),n=u[e]=a[e](l),{c(){o=t.element("div"),r=t.space(),n.c(),i=t.empty(),t.attr(o,"class","point-click-helper svelte-8en2lj")},m(s,f){t.insert(s,o,f),t.insert(s,r,f),u[e].m(s,f),t.insert(s,i,f),c=!0},p(s,f){let _=e;e=p(s),e===_?u[e].p(s,f):(t.group_outros(),t.transition_out(u[_],1,1,()=>{u[_]=null}),t.check_outros(),n=u[e],n?n.p(s,f):(n=u[e]=a[e](s),n.c()),t.transition_in(n,1),n.m(i.parentNode,i))},i(s){c||(t.transition_in(n),c=!0)},o(s){t.transition_out(n),c=!1},d(s){s&&t.detach(o),s&&t.detach(r),u[e].d(s),s&&t.detach(i)}}}function $(l){let o,r;return o=new T.DefaultPoint({props:{unfolded:l[0].state.unfolded,foldDelay:l[1]}}),{c(){t.create_component(o.$$.fragment)},m(e,n){t.mount_component(o,e,n),r=!0},p(e,n){const i={};n&1&&(i.unfolded=e[0].state.unfolded),n&2&&(i.foldDelay=e[1]),o.$set(i)},i(e){r||(t.transition_in(o.$$.fragment,e),r=!0)},o(e){t.transition_out(o.$$.fragment,e),r=!1},d(e){t.destroy_component(o,e)}}}function h(l){let o,r;return o=new b.CustomPoint({props:{iconUrl:l[0].style.point.iconUrl,unfolded:l[0].state.unfolded,foldDelay:l[1]}}),{c(){t.create_component(o.$$.fragment)},m(e,n){t.mount_component(o,e,n),r=!0},p(e,n){const i={};n&1&&(i.iconUrl=e[0].style.point.iconUrl),n&1&&(i.unfolded=e[0].state.unfolded),n&2&&(i.foldDelay=e[1]),o.$set(i)},i(e){r||(t.transition_in(o.$$.fragment,e),r=!0)},o(e){t.transition_out(o.$$.fragment,e),r=!1},d(e){t.destroy_component(o,e)}}}function v(l){var n,i,c;let o,r,e=((n=l[0].pointTagStyle)==null?void 0:n.leftPercent)&&((i=l[0].pointTagStyle)==null?void 0:i.topPercent)&&l[0].enabled!==!1&&l[0].state&&((c=l[0].temporaryState)==null?void 0:c.visible)!==!1&&g(l);return{c(){e&&e.c(),o=t.empty()},m(a,u){e&&e.m(a,u),t.insert(a,o,u),r=!0},p(a,[u]){var p,s,f;((p=a[0].pointTagStyle)==null?void 0:p.leftPercent)&&((s=a[0].pointTagStyle)==null?void 0:s.topPercent)&&a[0].enabled!==!1&&a[0].state&&((f=a[0].temporaryState)==null?void 0:f.visible)!==!1?e?(e.p(a,u),u&1&&t.transition_in(e,1)):(e=g(a),e.c(),t.transition_in(e,1),e.m(o.parentNode,o)):e&&(t.group_outros(),t.transition_out(e,1,1,()=>{e=null}),t.check_outros())},i(a){r||(t.transition_in(e),r=!0)},o(a){t.transition_out(e),r=!1},d(a){e&&e.d(a),a&&t.detach(o)}}}function D(l,o,r){let e,{tag:n}=o;return l.$$set=i=>{"tag"in i&&r(0,n=i.tag)},l.$$.update=()=>{var i,c;l.$$.dirty&1&&r(1,e=(c=(i=n.style)==null?void 0:i.foldedPointDelay)!=null?c:n.contentType===m.ContentType.Marketing?600:void 0)},[n,e]}class S extends t.SvelteComponent{constructor(o){super(),t.init(this,o,D,v,t.safe_not_equal,{tag:0},C)}}exports.PointSwitch=S;
1
+ import { SvelteComponent as C, init as j, safe_not_equal as N, append_styles as L, empty as b, insert as _, transition_in as p, group_outros as $, transition_out as c, check_outros as g, detach as y, element as q, space as I, attr as M, create_component as U, mount_component as h, destroy_component as w } from "svelte/internal";
2
+ import { ContentType as k } from "../../../typings/tag.js";
3
+ import z from "./CustomPoint.js";
4
+ import A from "./DefaultPoint.js";
5
+ import "svelte/easing";
6
+ import "../Shadow.js";
7
+ import "svelte/transition";
8
+ function B(o) {
9
+ L(o, "svelte-8en2lj", ".point-click-helper.svelte-8en2lj{position:absolute;width:2.5rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%, -50%)}");
10
+ }
11
+ function T(o) {
12
+ let n, i, e = o[0].contentType !== k.Link && D(o);
13
+ return {
14
+ c() {
15
+ e && e.c(), n = b();
16
+ },
17
+ m(t, l) {
18
+ e && e.m(t, l), _(t, n, l), i = !0;
19
+ },
20
+ p(t, l) {
21
+ t[0].contentType !== k.Link ? e ? (e.p(t, l), l & 1 && p(e, 1)) : (e = D(t), e.c(), p(e, 1), e.m(n.parentNode, n)) : e && ($(), c(e, 1, 1, () => {
22
+ e = null;
23
+ }), g());
24
+ },
25
+ i(t) {
26
+ i || (p(e), i = !0);
27
+ },
28
+ o(t) {
29
+ c(e), i = !1;
30
+ },
31
+ d(t) {
32
+ e && e.d(t), t && y(n);
33
+ }
34
+ };
35
+ }
36
+ function D(o) {
37
+ let n, i, e, t, l, u;
38
+ const f = [F, E], s = [];
39
+ function d(r, a) {
40
+ var m, v, P, S;
41
+ return ((v = (m = r[0].style) == null ? void 0 : m.point) == null ? void 0 : v.style) === "CustomIcon" && ((S = (P = r[0].style) == null ? void 0 : P.point) == null ? void 0 : S.iconUrl) ? 0 : 1;
42
+ }
43
+ return e = d(o), t = s[e] = f[e](o), {
44
+ c() {
45
+ n = q("div"), i = I(), t.c(), l = b(), M(n, "class", "point-click-helper svelte-8en2lj");
46
+ },
47
+ m(r, a) {
48
+ _(r, n, a), _(r, i, a), s[e].m(r, a), _(r, l, a), u = !0;
49
+ },
50
+ p(r, a) {
51
+ let m = e;
52
+ e = d(r), e === m ? s[e].p(r, a) : ($(), c(s[m], 1, 1, () => {
53
+ s[m] = null;
54
+ }), g(), t = s[e], t ? t.p(r, a) : (t = s[e] = f[e](r), t.c()), p(t, 1), t.m(l.parentNode, l));
55
+ },
56
+ i(r) {
57
+ u || (p(t), u = !0);
58
+ },
59
+ o(r) {
60
+ c(t), u = !1;
61
+ },
62
+ d(r) {
63
+ r && y(n), r && y(i), s[e].d(r), r && y(l);
64
+ }
65
+ };
66
+ }
67
+ function E(o) {
68
+ let n, i;
69
+ return n = new A({
70
+ props: {
71
+ unfolded: o[0].state.unfolded,
72
+ foldDelay: o[1]
73
+ }
74
+ }), {
75
+ c() {
76
+ U(n.$$.fragment);
77
+ },
78
+ m(e, t) {
79
+ h(n, e, t), i = !0;
80
+ },
81
+ p(e, t) {
82
+ const l = {};
83
+ t & 1 && (l.unfolded = e[0].state.unfolded), t & 2 && (l.foldDelay = e[1]), n.$set(l);
84
+ },
85
+ i(e) {
86
+ i || (p(n.$$.fragment, e), i = !0);
87
+ },
88
+ o(e) {
89
+ c(n.$$.fragment, e), i = !1;
90
+ },
91
+ d(e) {
92
+ w(n, e);
93
+ }
94
+ };
95
+ }
96
+ function F(o) {
97
+ let n, i;
98
+ return n = new z({
99
+ props: {
100
+ iconUrl: o[0].style.point.iconUrl,
101
+ unfolded: o[0].state.unfolded,
102
+ foldDelay: o[1]
103
+ }
104
+ }), {
105
+ c() {
106
+ U(n.$$.fragment);
107
+ },
108
+ m(e, t) {
109
+ h(n, e, t), i = !0;
110
+ },
111
+ p(e, t) {
112
+ const l = {};
113
+ t & 1 && (l.iconUrl = e[0].style.point.iconUrl), t & 1 && (l.unfolded = e[0].state.unfolded), t & 2 && (l.foldDelay = e[1]), n.$set(l);
114
+ },
115
+ i(e) {
116
+ i || (p(n.$$.fragment, e), i = !0);
117
+ },
118
+ o(e) {
119
+ c(n.$$.fragment, e), i = !1;
120
+ },
121
+ d(e) {
122
+ w(n, e);
123
+ }
124
+ };
125
+ }
126
+ function G(o) {
127
+ var t, l, u;
128
+ let n, i, e = ((t = o[0].pointTagStyle) == null ? void 0 : t.leftPercent) && ((l = o[0].pointTagStyle) == null ? void 0 : l.topPercent) && o[0].enabled !== !1 && o[0].state && ((u = o[0].temporaryState) == null ? void 0 : u.visible) !== !1 && T(o);
129
+ return {
130
+ c() {
131
+ e && e.c(), n = b();
132
+ },
133
+ m(f, s) {
134
+ e && e.m(f, s), _(f, n, s), i = !0;
135
+ },
136
+ p(f, [s]) {
137
+ var d, r, a;
138
+ ((d = f[0].pointTagStyle) == null ? void 0 : d.leftPercent) && ((r = f[0].pointTagStyle) == null ? void 0 : r.topPercent) && f[0].enabled !== !1 && f[0].state && ((a = f[0].temporaryState) == null ? void 0 : a.visible) !== !1 ? e ? (e.p(f, s), s & 1 && p(e, 1)) : (e = T(f), e.c(), p(e, 1), e.m(n.parentNode, n)) : e && ($(), c(e, 1, 1, () => {
139
+ e = null;
140
+ }), g());
141
+ },
142
+ i(f) {
143
+ i || (p(e), i = !0);
144
+ },
145
+ o(f) {
146
+ c(e), i = !1;
147
+ },
148
+ d(f) {
149
+ e && e.d(f), f && y(n);
150
+ }
151
+ };
152
+ }
153
+ function H(o, n, i) {
154
+ let e, { tag: t } = n;
155
+ return o.$$set = (l) => {
156
+ "tag" in l && i(0, t = l.tag);
157
+ }, o.$$.update = () => {
158
+ var l, u;
159
+ o.$$.dirty & 1 && i(1, e = (u = (l = t.style) == null ? void 0 : l.foldedPointDelay) != null ? u : t.contentType === k.Marketing ? 600 : void 0);
160
+ }, [t, e];
161
+ }
162
+ class X extends C {
163
+ constructor(n) {
164
+ super(), j(this, n, H, G, N, { tag: 0 }, B);
165
+ }
166
+ }
167
+ export {
168
+ X as default
169
+ };
@@ -1,15 +1,124 @@
1
- "use strict";const n=require("svelte/internal"),C=require("svelte/transition");function R(t){n.append_styles(t,"svelte-faoauy",".shadow.svelte-faoauy{position:absolute}")}function D(t){let i,e,a,f,u;return{c(){i=n.element("div"),n.attr(i,"class","shadow svelte-faoauy"),n.attr(i,"style",e=`
2
- left:${s(t[5])};
3
- bottom:${s(t[6])};
4
- box-shadow: 0 0 ${s(t[10])} ${s(t[11])} rgba(0, 0, 0, ${t[12]});
5
- ${t[8]?"transform: translateX(-50%); left: 50%":""}
6
- ${t[9]?"transform: translateX(-50%); top: 50%":""}
7
- ${t[7]?"transform: translate(-50%, -50%); left: 50%; top: 50%;":""}
8
- `),n.set_style(i,"width",s(t[3]),!1),n.set_style(i,"height",s(t[4]),!1),n.set_style(i,"z-index",t[13],!1)},m(r,o){n.insert(r,i,o),u=!0},p(r,o){t=r,(!u||o&8160&&e!==(e=`
9
- left:${s(t[5])};
10
- bottom:${s(t[6])};
11
- box-shadow: 0 0 ${s(t[10])} ${s(t[11])} rgba(0, 0, 0, ${t[12]});
12
- ${t[8]?"transform: translateX(-50%); left: 50%":""}
13
- ${t[9]?"transform: translateX(-50%); top: 50%":""}
14
- ${t[7]?"transform: translate(-50%, -50%); left: 50%; top: 50%;":""}
15
- `))&&n.attr(i,"style",e),o&8&&n.set_style(i,"width",s(t[3]),!1),o&16&&n.set_style(i,"height",s(t[4]),!1),o&8192&&n.set_style(i,"z-index",t[13],!1)},i(r){u||(r&&n.add_render_callback(()=>{f&&f.end(1),a=n.create_in_transition(i,C.fade,{duration:t[0]}),a.start()}),u=!0)},o(r){a&&a.invalidate(),r&&(f=n.create_out_transition(i,C.fade,{duration:t[1]})),u=!1},d(r){r&&n.detach(i),r&&f&&f.end()}}}function g(t){let i,e=t[2]&&D(t);return{c(){e&&e.c(),i=n.empty()},m(a,f){e&&e.m(a,f),n.insert(a,i,f)},p(a,[f]){a[2]?e?(e.p(a,f),f&4&&n.transition_in(e,1)):(e=D(a),e.c(),n.transition_in(e,1),e.m(i.parentNode,i)):e&&(n.group_outros(),n.transition_out(e,1,1,()=>{e=null}),n.check_outros())},i(a){n.transition_in(e)},o(a){n.transition_out(e)},d(a){e&&e.d(a),a&&n.detach(i)}}}function s(t){return typeof t=="number"?t/16+"rem":t}function v(t,i,e){let{inDelay:a=1e3}=i,{outDelay:f=1e3}=i,{visible:u=!0}=i,{width:r=0}=i,{height:o=0}=i,{left:d=0}=i,{bottom:_=0}=i,{center:h=!1}=i,{horizontalCenter:b=!1}=i,{verticalCenter:m=!1}=i,{blurRadius:y}=i,{spreadRadius:c}=i,{opacity:w=.15}=i,{zIndex:z=void 0}=i;return t.$$set=l=>{"inDelay"in l&&e(0,a=l.inDelay),"outDelay"in l&&e(1,f=l.outDelay),"visible"in l&&e(2,u=l.visible),"width"in l&&e(3,r=l.width),"height"in l&&e(4,o=l.height),"left"in l&&e(5,d=l.left),"bottom"in l&&e(6,_=l.bottom),"center"in l&&e(7,h=l.center),"horizontalCenter"in l&&e(8,b=l.horizontalCenter),"verticalCenter"in l&&e(9,m=l.verticalCenter),"blurRadius"in l&&e(10,y=l.blurRadius),"spreadRadius"in l&&e(11,c=l.spreadRadius),"opacity"in l&&e(12,w=l.opacity),"zIndex"in l&&e(13,z=l.zIndex)},[a,f,u,r,o,d,_,h,b,m,y,c,w,z]}class k extends n.SvelteComponent{constructor(i){super(),n.init(this,i,v,g,n.safe_not_equal,{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},R)}}exports.Shadow=k;
1
+ import { SvelteComponent as X, init as S, safe_not_equal as q, append_styles as N, empty as j, insert as v, transition_in as d, group_outros as A, transition_out as R, check_outros as B, detach as I, element as E, attr as h, set_style as s, add_render_callback as F, create_in_transition as G, create_out_transition as H } from "svelte/internal";
2
+ import { fade as g } from "svelte/transition";
3
+ function J(t) {
4
+ N(t, "svelte-faoauy", ".shadow.svelte-faoauy{position:absolute}");
5
+ }
6
+ function k(t) {
7
+ let i, e, l, f, u;
8
+ return {
9
+ c() {
10
+ i = E("div"), h(i, "class", "shadow svelte-faoauy"), h(i, "style", e = `
11
+ left:${o(t[5])};
12
+ bottom:${o(t[6])};
13
+ box-shadow: 0 0 ${o(t[10])} ${o(t[11])} rgba(0, 0, 0, ${t[12]});
14
+ ${t[8] ? "transform: translateX(-50%); left: 50%" : ""}
15
+ ${t[9] ? "transform: translateX(-50%); top: 50%" : ""}
16
+ ${t[7] ? "transform: translate(-50%, -50%); left: 50%; top: 50%;" : ""}
17
+ `), s(i, "width", o(t[3]), !1), s(i, "height", o(t[4]), !1), s(i, "z-index", t[13], !1);
18
+ },
19
+ m(a, r) {
20
+ v(a, i, r), u = !0;
21
+ },
22
+ p(a, r) {
23
+ t = a, (!u || r & 8160 && e !== (e = `
24
+ left:${o(t[5])};
25
+ bottom:${o(t[6])};
26
+ box-shadow: 0 0 ${o(t[10])} ${o(t[11])} rgba(0, 0, 0, ${t[12]});
27
+ ${t[8] ? "transform: translateX(-50%); left: 50%" : ""}
28
+ ${t[9] ? "transform: translateX(-50%); top: 50%" : ""}
29
+ ${t[7] ? "transform: translate(-50%, -50%); left: 50%; top: 50%;" : ""}
30
+ `)) && h(i, "style", e), r & 8 && s(i, "width", o(t[3]), !1), r & 16 && s(i, "height", o(t[4]), !1), r & 8192 && s(i, "z-index", t[13], !1);
31
+ },
32
+ i(a) {
33
+ u || (a && F(() => {
34
+ f && f.end(1), l = G(i, g, { duration: t[0] }), l.start();
35
+ }), u = !0);
36
+ },
37
+ o(a) {
38
+ l && l.invalidate(), a && (f = H(i, g, { duration: t[1] })), u = !1;
39
+ },
40
+ d(a) {
41
+ a && I(i), a && f && f.end();
42
+ }
43
+ };
44
+ }
45
+ function K(t) {
46
+ let i, e = t[2] && k(t);
47
+ return {
48
+ c() {
49
+ e && e.c(), i = j();
50
+ },
51
+ m(l, f) {
52
+ e && e.m(l, f), v(l, i, f);
53
+ },
54
+ p(l, [f]) {
55
+ l[2] ? e ? (e.p(l, f), f & 4 && d(e, 1)) : (e = k(l), e.c(), d(e, 1), e.m(i.parentNode, i)) : e && (A(), R(e, 1, 1, () => {
56
+ e = null;
57
+ }), B());
58
+ },
59
+ i(l) {
60
+ d(e);
61
+ },
62
+ o(l) {
63
+ R(e);
64
+ },
65
+ d(l) {
66
+ e && e.d(l), l && I(i);
67
+ }
68
+ };
69
+ }
70
+ function o(t) {
71
+ return typeof t == "number" ? t / 16 + "rem" : t;
72
+ }
73
+ function L(t, i, e) {
74
+ let { inDelay: l = 1e3 } = i, { outDelay: f = 1e3 } = i, { visible: u = !0 } = i, { width: a = 0 } = i, { height: r = 0 } = i, { left: m = 0 } = i, { bottom: _ = 0 } = i, { center: b = !1 } = i, { horizontalCenter: y = !1 } = i, { verticalCenter: c = !1 } = i, { blurRadius: w } = i, { spreadRadius: z } = i, { opacity: C = 0.15 } = i, { zIndex: D = void 0 } = i;
75
+ return t.$$set = (n) => {
76
+ "inDelay" in n && e(0, l = n.inDelay), "outDelay" in n && e(1, f = n.outDelay), "visible" in n && e(2, u = n.visible), "width" in n && e(3, a = n.width), "height" in n && e(4, r = n.height), "left" in n && e(5, m = n.left), "bottom" in n && e(6, _ = n.bottom), "center" in n && e(7, b = n.center), "horizontalCenter" in n && e(8, y = n.horizontalCenter), "verticalCenter" in n && e(9, c = n.verticalCenter), "blurRadius" in n && e(10, w = n.blurRadius), "spreadRadius" in n && e(11, z = n.spreadRadius), "opacity" in n && e(12, C = n.opacity), "zIndex" in n && e(13, D = n.zIndex);
77
+ }, [
78
+ l,
79
+ f,
80
+ u,
81
+ a,
82
+ r,
83
+ m,
84
+ _,
85
+ b,
86
+ y,
87
+ c,
88
+ w,
89
+ z,
90
+ C,
91
+ D
92
+ ];
93
+ }
94
+ class P extends X {
95
+ constructor(i) {
96
+ super(), S(
97
+ this,
98
+ i,
99
+ L,
100
+ K,
101
+ q,
102
+ {
103
+ inDelay: 0,
104
+ outDelay: 1,
105
+ visible: 2,
106
+ width: 3,
107
+ height: 4,
108
+ left: 5,
109
+ bottom: 6,
110
+ center: 7,
111
+ horizontalCenter: 8,
112
+ verticalCenter: 9,
113
+ blurRadius: 10,
114
+ spreadRadius: 11,
115
+ opacity: 12,
116
+ zIndex: 13
117
+ },
118
+ J
119
+ );
120
+ }
121
+ }
122
+ export {
123
+ P as default
124
+ };
@@ -1 +1,131 @@
1
- "use strict";const o=require("svelte/internal"),I=require("animejs"),F=require("svelte"),N=require("../../../shared-utils/isNil.js");require("three");const T=require("../../utils/search.js"),p=require("../../utils/constants.js"),M=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},E=M(I);function R(e){o.append_styles(e,"svelte-1b2n9wi",".text-char.svelte-1b2n9wi{display:inline-block;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}")}function y(e,l,s){const t=e.slice();return t[10]=l[s],t[11]=l,t[12]=s,t}function j(e){let l,s=e[10]+"",t,n=e[12];const u=()=>e[6](l,n),i=()=>e[6](null,n);return{c(){l=o.element("span"),t=o.text(s),o.attr(l,"class","text-char svelte-1b2n9wi")},m(r,_){o.insert(r,l,_),o.append(l,t),u()},p(r,_){e=r,_&2&&s!==(s=e[10]+"")&&o.set_data(t,s),n!==e[12]&&(i(),n=e[12],u())},d(r){r&&o.detach(l),i()}}}function q(e){let l,s=e[1],t=[];for(let n=0;n<s.length;n+=1)t[n]=j(y(e,s,n));return{c(){for(let n=0;n<t.length;n+=1)t[n].c();l=o.empty()},m(n,u){for(let i=0;i<t.length;i+=1)t[i].m(n,u);o.insert(n,l,u)},p(n,[u]){if(u&3){s=n[1];let i;for(i=0;i<s.length;i+=1){const r=y(n,s,i);t[i]?t[i].p(r,u):(t[i]=j(r),t[i].c(),t[i].m(l.parentNode,l))}for(;i<t.length;i+=1)t[i].d(1);t.length=s.length}},i:o.noop,o:o.noop,d(n){o.destroy_each(t,n),n&&o.detach(l)}}}function x(e,l,s){let t,{inDelay:n=0}=l,{outDelay:u=0}=l,{content:i}=l,{unfolded:r}=l,_,f=[],c;function D(a){clearTimeout(_),_=setTimeout(function(){!c||(a&&c.reversed||!a&&!c.reversed)&&(c.reverse(),c.play())},a?n:u)}F.onMount(function(){const a=(()=>{const d=T.searchFirstValueSmallThanLastValue(h=>f[h].getBoundingClientRect().x,[Math.min(f.length-1,10),Math.min(f.length-1,30)]);if(d>0)return d})();c=E.default({targets:f.filter(N.notNil).slice(0,a),autoplay:!1,duration:400,scale:[.7,1],rotate:[20,0],opacity:[0,1],translateX:[4,0],translateY:[10,0],delay:E.default.stagger(50),easing:"easeInOutCubic"}),r&&c.seek(c.duration)});function b(a,d){o.binding_callbacks[a?"unshift":"push"](()=>{f[d]=a,s(0,f)})}return e.$$set=a=>{"inDelay"in a&&s(2,n=a.inDelay),"outDelay"in a&&s(3,u=a.outDelay),"content"in a&&s(4,i=a.content),"unfolded"in a&&s(5,r=a.unfolded)},e.$$.update=()=>{e.$$.dirty&16&&s(1,t=(()=>{const a=[],d=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")),h=`__EMOJI_SPLIT_${p.RANDON_STRING}__`,m=`__EMOJI_${p.RANDON_STRING}__`;return i.slice().replace(d,g=>`${h}${m}${g}${h}`).split(h).forEach(g=>g.startsWith(m)?a.push(g.slice(m.length)):a.push(...g.split(""))),a.filter(Boolean)})()),e.$$.dirty&32&&D(r)},[f,t,n,u,i,r,b]}class L extends o.SvelteComponent{constructor(l){super(),o.init(this,l,x,q,o.safe_not_equal,{inDelay:2,outDelay:3,content:4,unfolded:5},R)}}exports.Text=L;
1
+ import { SvelteComponent as M, init as x, safe_not_equal as R, append_styles as L, empty as T, insert as j, noop as p, destroy_each as k, detach as D, element as w, text as N, attr as S, append as O, set_data as v, binding_callbacks as C } from "svelte/internal";
2
+ import g from "animejs";
3
+ import { onMount as A } from "svelte";
4
+ import { notNil as B } from "../../../shared-utils/isNil.js";
5
+ import "three";
6
+ import { searchFirstValueSmallThanLastValue as J } from "../../utils/search.js";
7
+ import { RANDON_STRING as E } from "../../utils/constants.js";
8
+ function P(o) {
9
+ L(o, "svelte-1b2n9wi", ".text-char.svelte-1b2n9wi{display:inline-block;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}");
10
+ }
11
+ function y(o, i, l) {
12
+ const e = o.slice();
13
+ return e[10] = i[l], e[11] = i, e[12] = l, e;
14
+ }
15
+ function b(o) {
16
+ let i, l = o[10] + "", e, t = o[12];
17
+ const s = () => o[6](i, t), n = () => o[6](null, t);
18
+ return {
19
+ c() {
20
+ i = w("span"), e = N(l), S(i, "class", "text-char svelte-1b2n9wi");
21
+ },
22
+ m(r, f) {
23
+ j(r, i, f), O(i, e), s();
24
+ },
25
+ p(r, f) {
26
+ o = r, f & 2 && l !== (l = o[10] + "") && v(e, l), t !== o[12] && (n(), t = o[12], s());
27
+ },
28
+ d(r) {
29
+ r && D(i), n();
30
+ }
31
+ };
32
+ }
33
+ function U(o) {
34
+ let i, l = o[1], e = [];
35
+ for (let t = 0; t < l.length; t += 1)
36
+ e[t] = b(y(o, l, t));
37
+ return {
38
+ c() {
39
+ for (let t = 0; t < e.length; t += 1)
40
+ e[t].c();
41
+ i = T();
42
+ },
43
+ m(t, s) {
44
+ for (let n = 0; n < e.length; n += 1)
45
+ e[n].m(t, s);
46
+ j(t, i, s);
47
+ },
48
+ p(t, [s]) {
49
+ if (s & 3) {
50
+ l = t[1];
51
+ let n;
52
+ for (n = 0; n < l.length; n += 1) {
53
+ const r = y(t, l, n);
54
+ e[n] ? e[n].p(r, s) : (e[n] = b(r), e[n].c(), e[n].m(i.parentNode, i));
55
+ }
56
+ for (; n < e.length; n += 1)
57
+ e[n].d(1);
58
+ e.length = l.length;
59
+ }
60
+ },
61
+ i: p,
62
+ o: p,
63
+ d(t) {
64
+ k(e, t), t && D(i);
65
+ }
66
+ };
67
+ }
68
+ function V(o, i, l) {
69
+ let e, { inDelay: t = 0 } = i, { outDelay: s = 0 } = i, { content: n } = i, { unfolded: r } = i, f, c = [], u;
70
+ function F(a) {
71
+ clearTimeout(f), f = setTimeout(
72
+ function() {
73
+ !u || (a && u.reversed || !a && !u.reversed) && (u.reverse(), u.play());
74
+ },
75
+ a ? t : s
76
+ );
77
+ }
78
+ A(function() {
79
+ const a = (() => {
80
+ const m = J((_) => c[_].getBoundingClientRect().x, [Math.min(c.length - 1, 10), Math.min(c.length - 1, 30)]);
81
+ if (m > 0)
82
+ return m;
83
+ })();
84
+ u = g({
85
+ targets: c.filter(B).slice(0, a),
86
+ autoplay: !1,
87
+ duration: 400,
88
+ scale: [0.7, 1],
89
+ rotate: [20, 0],
90
+ opacity: [0, 1],
91
+ translateX: [4, 0],
92
+ translateY: [10, 0],
93
+ delay: g.stagger(50),
94
+ easing: "easeInOutCubic"
95
+ }), r && u.seek(u.duration);
96
+ });
97
+ function I(a, m) {
98
+ C[a ? "unshift" : "push"](() => {
99
+ c[m] = a, l(0, c);
100
+ });
101
+ }
102
+ return o.$$set = (a) => {
103
+ "inDelay" in a && l(2, t = a.inDelay), "outDelay" in a && l(3, s = a.outDelay), "content" in a && l(4, n = a.content), "unfolded" in a && l(5, r = a.unfolded);
104
+ }, o.$$.update = () => {
105
+ o.$$.dirty & 16 && l(1, e = (() => {
106
+ const a = [], m = 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")), _ = `__EMOJI_SPLIT_${E}__`, h = `__EMOJI_${E}__`;
107
+ return n.slice().replace(m, (d) => `${_}${h}${d}${_}`).split(_).forEach((d) => d.startsWith(h) ? a.push(d.slice(h.length)) : a.push(...d.split(""))), a.filter(Boolean);
108
+ })()), o.$$.dirty & 32 && F(r);
109
+ }, [c, e, t, s, n, r, I];
110
+ }
111
+ class K extends M {
112
+ constructor(i) {
113
+ super(), x(
114
+ this,
115
+ i,
116
+ V,
117
+ U,
118
+ R,
119
+ {
120
+ inDelay: 2,
121
+ outDelay: 3,
122
+ content: 4,
123
+ unfolded: 5
124
+ },
125
+ P
126
+ );
127
+ }
128
+ }
129
+ export {
130
+ K as default
131
+ };
@@ -0,0 +1,106 @@
1
+ import { SvelteComponent as h, init as p, safe_not_equal as k, append_styles as I, empty as g, insert as b, transition_in as d, group_outros as q, transition_out as _, check_outros as w, detach as v, element as O, text as C, attr as N, append as S, set_data as T, add_render_callback as j, create_in_transition as z, create_out_transition as A } from "svelte/internal";
2
+ import { cubicInOut as m } from "svelte/easing";
3
+ function B(a) {
4
+ I(a, "svelte-1sfwqvc", ".text-char.svelte-1sfwqvc{opacity:1;display:inline-block;transform:translate(0, 0) scale(1) rotate(0)}");
5
+ }
6
+ function x(a) {
7
+ let e, t, n, i, o;
8
+ return {
9
+ c() {
10
+ e = O("span"), t = C(a[1]), N(e, "class", "text-char svelte-1sfwqvc");
11
+ },
12
+ m(r, c) {
13
+ b(r, e, c), S(e, t), o = !0;
14
+ },
15
+ p(r, c) {
16
+ (!o || c & 2) && T(t, r[1]);
17
+ },
18
+ i(r) {
19
+ o || (r && j(() => {
20
+ i && i.end(1), n = z(e, a[2], { duration: 400 }), n.start();
21
+ }), o = !0);
22
+ },
23
+ o(r) {
24
+ n && n.invalidate(), r && (i = A(e, a[3], { duration: 400 })), o = !1;
25
+ },
26
+ d(r) {
27
+ r && v(e), r && i && i.end();
28
+ }
29
+ };
30
+ }
31
+ function D(a) {
32
+ let e, t = a[0] && x(a);
33
+ return {
34
+ c() {
35
+ t && t.c(), e = g();
36
+ },
37
+ m(n, i) {
38
+ t && t.m(n, i), b(n, e, i);
39
+ },
40
+ p(n, [i]) {
41
+ n[0] ? t ? (t.p(n, i), i & 1 && d(t, 1)) : (t = x(n), t.c(), d(t, 1), t.m(e.parentNode, e)) : t && (q(), _(t, 1, 1, () => {
42
+ t = null;
43
+ }), w());
44
+ },
45
+ i(n) {
46
+ d(t);
47
+ },
48
+ o(n) {
49
+ _(t);
50
+ },
51
+ d(n) {
52
+ t && t.d(n), n && v(e);
53
+ }
54
+ };
55
+ }
56
+ function E(a, e, t) {
57
+ let { index: n } = e, { rightIndex: i } = e, { visible: o } = e, { content: r } = e;
58
+ function c(s, { duration: f }) {
59
+ return {
60
+ duration: f,
61
+ delay: n * 40,
62
+ css: (u) => {
63
+ const l = m(u);
64
+ return `
65
+ transform: translate(${4 * (1 - l)}px, ${10 * (1 - l)}px) scale(${0.7 + l * 0.3}) rotate(${20 * (1 - l)}deg);
66
+ opacity: ${l};`;
67
+ }
68
+ };
69
+ }
70
+ function y(s, { duration: f }) {
71
+ return {
72
+ duration: f,
73
+ delay: i * 40,
74
+ css: (u) => {
75
+ const l = m(u);
76
+ return `
77
+ transform: translate(${4 * (1 - l)}px, ${10 * (1 - l)}px) scale(${0.7 + l * 0.3}) rotate(${20 * (1 - l)}deg);
78
+ opacity: ${l};`;
79
+ }
80
+ };
81
+ }
82
+ return a.$$set = (s) => {
83
+ "index" in s && t(4, n = s.index), "rightIndex" in s && t(5, i = s.rightIndex), "visible" in s && t(0, o = s.visible), "content" in s && t(1, r = s.content);
84
+ }, [o, r, c, y, n, i];
85
+ }
86
+ class H extends h {
87
+ constructor(e) {
88
+ super(), p(
89
+ this,
90
+ e,
91
+ E,
92
+ D,
93
+ k,
94
+ {
95
+ index: 4,
96
+ rightIndex: 5,
97
+ visible: 0,
98
+ content: 1
99
+ },
100
+ B
101
+ );
102
+ }
103
+ }
104
+ export {
105
+ H as default
106
+ };