@realsee/dnalogel 2.6.7-dev.7 → 2.6.7-dev.8

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 (321) hide show
  1. package/README.md +0 -20
  2. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +4 -4
  3. package/dist/index.cjs.js +55 -53
  4. package/dist/index.js +6645 -5940
  5. package/dist/index.umd.js +45 -43
  6. package/docs/classes/CSS3DRender.html +31 -31
  7. package/docs/classes/CruisePluginController.html +24 -24
  8. package/docs/classes/Magnifier.html +20 -20
  9. package/docs/classes/ModelRoomLabelController.html +11 -11
  10. package/docs/classes/Object3DHelperController.html +24 -24
  11. package/docs/classes/PaintBrush.html +15 -15
  12. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  13. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  14. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  15. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  16. package/docs/classes/PanoTagPluginController.html +46 -46
  17. package/docs/classes/Util.BetterTween.html +8 -8
  18. package/docs/classes/Util.FivePointSelector.html +12 -12
  19. package/docs/classes/Util.Interval.html +12 -12
  20. package/docs/classes/Util.Magnifier.html +17 -17
  21. package/docs/classes/Util.PointDomHelper.html +11 -11
  22. package/docs/classes/Util.PointHelper.html +11 -11
  23. package/docs/classes/Util.Rectangle.html +13 -13
  24. package/docs/enums/CameraMovementEffect.html +7 -7
  25. package/docs/enums/ContentType.html +18 -18
  26. package/docs/enums/DIRECTION.html +9 -9
  27. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  28. package/docs/enums/DimensionType.html +7 -7
  29. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  30. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  31. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  32. package/docs/enums/PointType.html +7 -7
  33. package/docs/enums/Rotation.html +8 -8
  34. package/docs/functions/CSS3DRenderPlugin.html +5 -5
  35. package/docs/functions/CameraMovementPlugin.html +5 -5
  36. package/docs/functions/CruisePlugin.html +5 -5
  37. package/docs/functions/GuideLinePlugin.html +5 -5
  38. package/docs/functions/ItemLabelPlugin.html +5 -5
  39. package/docs/functions/MapviewFloorplanPlugin.html +5 -5
  40. package/docs/functions/ModelChassisCompassPlugin.html +5 -5
  41. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -5
  42. package/docs/functions/ModelFloorplanPlugin.html +5 -5
  43. package/docs/functions/ModelItemLabelPlugin.html +5 -5
  44. package/docs/functions/ModelRoomLabelPlugin.html +5 -5
  45. package/docs/functions/ModelTVVideoPlugin.html +5 -5
  46. package/docs/functions/ModelViewPlugin.html +5 -5
  47. package/docs/functions/Object3DHelperPlugin.html +5 -5
  48. package/docs/functions/PanoCompassPlugin.html +5 -5
  49. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -5
  50. package/docs/functions/PanoDoorLabelPlugin.html +5 -5
  51. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -5
  52. package/docs/functions/PanoMeasurePlugin.html +5 -5
  53. package/docs/functions/PanoRulerPlugin.html +5 -5
  54. package/docs/functions/PanoRulerProPlugin.html +5 -5
  55. package/docs/functions/PanoSpatialTagPlugin.html +5 -5
  56. package/docs/functions/PanoTagPlugin.html +5 -5
  57. package/docs/functions/TopviewFloorplanPlugin.html +5 -5
  58. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  59. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  60. package/docs/functions/Util.getFrameTime.html +5 -5
  61. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  62. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  63. package/docs/functions/Util.isNil.html +5 -5
  64. package/docs/functions/Util.nextFrame.html +5 -5
  65. package/docs/functions/Util.notNil.html +5 -5
  66. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  67. package/docs/functions/Util.tweenProgress.html +5 -5
  68. package/docs/functions/pluginFlag.html +5 -5
  69. package/docs/index.html +4 -12
  70. package/docs/interfaces/AddTagConfig.html +6 -6
  71. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  72. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  73. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  74. package/docs/interfaces/EventMap.html +15 -15
  75. package/docs/interfaces/FloorplanBounding.html +8 -8
  76. package/docs/interfaces/FloorplanData.html +10 -10
  77. package/docs/interfaces/FloorplanEntrance.html +11 -11
  78. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  79. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  80. package/docs/interfaces/FloorplanFloorData.html +9 -9
  81. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  82. package/docs/interfaces/FloorplanObserver.html +9 -9
  83. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  84. package/docs/interfaces/FloorplanPosition.html +7 -7
  85. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  86. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  87. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  88. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  89. package/docs/interfaces/FloorplanServerData.html +7 -7
  90. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  91. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  92. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  93. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  94. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  95. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  96. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  97. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  98. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  99. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  100. package/docs/interfaces/HelperOffset.html +8 -8
  101. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  102. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  103. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  104. package/docs/interfaces/MinMax.html +7 -7
  105. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  106. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  107. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  108. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  109. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  110. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  111. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  112. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  113. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  114. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  115. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  116. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  117. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  118. package/docs/interfaces/Object3DHelperState.html +8 -8
  119. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  120. package/docs/interfaces/PaintBrushAction.html +12 -12
  121. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  122. package/docs/interfaces/PaintBrushState.html +10 -10
  123. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  124. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  125. package/docs/interfaces/PanoMeasureParameterType.html +12 -12
  126. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  127. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  128. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  129. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  130. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  131. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  132. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  133. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  134. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  135. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  136. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  137. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  138. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  139. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  140. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  141. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  142. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  143. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  144. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  145. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  146. package/docs/interfaces/Point.html +8 -8
  147. package/docs/interfaces/Room.html +9 -9
  148. package/docs/interfaces/RoomInfo.html +7 -7
  149. package/docs/interfaces/RoomLabel.html +14 -14
  150. package/docs/interfaces/RoomRules.html +5 -5
  151. package/docs/interfaces/Rooms.html +5 -5
  152. package/docs/interfaces/Scissor.html +9 -9
  153. package/docs/interfaces/State.html +8 -8
  154. package/docs/interfaces/TagCache.html +12 -12
  155. package/docs/interfaces/TagConfig.html +10 -10
  156. package/docs/interfaces/TagIconUrl.html +9 -9
  157. package/docs/interfaces/Tags.html +9 -9
  158. package/docs/interfaces/TemporaryState.html +6 -6
  159. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  160. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  161. package/docs/modules/Util.html +5 -5
  162. package/docs/modules.html +4 -4
  163. package/docs/types/ArrayPosition.html +5 -5
  164. package/docs/types/AudioAppearance.html +5 -5
  165. package/docs/types/AudioTagTypeConfigKey.html +5 -5
  166. package/docs/types/CSS3DRenderExportType.html +5 -5
  167. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  168. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  169. package/docs/types/ClassFunctionParameters.html +5 -5
  170. package/docs/types/Color.html +5 -5
  171. package/docs/types/ContentTypeConfigKey.html +5 -5
  172. package/docs/types/ContentTypeConfigKeySplit.html +5 -5
  173. package/docs/types/ContentTypeMap.html +5 -5
  174. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  175. package/docs/types/Create3DElementReturnType.html +5 -5
  176. package/docs/types/CruisePluginExportType.html +5 -5
  177. package/docs/types/Direction-1.html +5 -5
  178. package/docs/types/Direction4.html +5 -5
  179. package/docs/types/FloorplanRuleLabels.html +5 -5
  180. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  181. package/docs/types/GuideLinePluginExportType.html +5 -5
  182. package/docs/types/HelperEventMap.html +5 -5
  183. package/docs/types/LoadTagConfig.html +5 -5
  184. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  185. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  186. package/docs/types/MediaData.html +5 -5
  187. package/docs/types/MediaStore.html +5 -5
  188. package/docs/types/ModelElement.html +5 -5
  189. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  190. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  191. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  192. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  193. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  194. package/docs/types/MoveArgs.html +5 -5
  195. package/docs/types/MoveOpts.html +5 -5
  196. package/docs/types/Object3DHelperEventMap.html +5 -5
  197. package/docs/types/ObjectFit.html +5 -5
  198. package/docs/types/PaintBrushEventMap.html +5 -5
  199. package/docs/types/PanoCompassPluginData.html +5 -5
  200. package/docs/types/PanoCompassPluginExportType.html +5 -5
  201. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  202. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  203. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  204. package/docs/types/PanoIndex.html +5 -5
  205. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  206. package/docs/types/PanoMeasureReturnType.html +5 -5
  207. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  208. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  209. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  210. package/docs/types/PlaneTag.html +5 -5
  211. package/docs/types/PlaneTagElement.html +5 -5
  212. package/docs/types/Point2DElement.html +5 -5
  213. package/docs/types/Point2DTag.html +5 -5
  214. package/docs/types/Point3DElement.html +5 -5
  215. package/docs/types/Point3DTag.html +5 -5
  216. package/docs/types/PointTag.html +5 -5
  217. package/docs/types/PointTagElement.html +5 -5
  218. package/docs/types/Position.html +5 -5
  219. package/docs/types/RotateArgs.html +5 -5
  220. package/docs/types/RotateOpts.html +5 -5
  221. package/docs/types/RuleLabelsKey.html +5 -5
  222. package/docs/types/RuleLabelsValue.html +5 -5
  223. package/docs/types/StickType.html +5 -5
  224. package/docs/types/Tag.html +5 -5
  225. package/docs/types/Tag2D.html +5 -5
  226. package/docs/types/Tag3D.html +5 -5
  227. package/docs/types/TagContentType.html +5 -5
  228. package/docs/types/TagDimensionType.html +5 -5
  229. package/docs/types/TagElement.html +5 -5
  230. package/docs/types/TagEvents.html +5 -5
  231. package/docs/types/TagGLTFObject.html +5 -5
  232. package/docs/types/TagHooks.html +5 -5
  233. package/docs/types/TagIconSize.html +5 -5
  234. package/docs/types/TagId.html +5 -5
  235. package/docs/types/TagPointType.html +5 -5
  236. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  237. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  238. package/docs/types/WorkCode.html +5 -5
  239. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  240. package/docs/variables/PLUGIN.html +5 -5
  241. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  242. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  243. package/docs/variables/VERSION.html +5 -5
  244. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  245. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  246. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  247. package/libs/CruisePlugin/Controller.js +26 -26
  248. package/libs/GuideLinePlugin/Controller.js +43 -43
  249. package/libs/PanoTagPlugin/Components/Common/Media.js +234 -312
  250. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +128 -118
  251. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +89 -72
  252. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +85 -71
  253. package/libs/PanoTagPlugin/Components/Tag/index.js +84 -66
  254. package/libs/PanoTagPlugin/Components/TagContainer.js +98 -80
  255. package/libs/PanoTagPlugin/Components/TagItem.js +69 -51
  256. package/libs/PanoTagPlugin/controller/index.js +55 -37
  257. package/libs/PanoTagPlugin/index.js +41 -23
  258. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
  259. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
  260. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
  261. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
  262. package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
  263. package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
  264. package/libs/PanoTagPlugin/mocks/v1/mock1.js +122 -0
  265. package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
  266. package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
  267. package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
  268. package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
  269. package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
  270. package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
  271. package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
  272. package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
  273. package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
  274. package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
  275. package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
  276. package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
  277. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +4 -4
  278. package/libs/index.js +130 -112
  279. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +12 -12
  280. package/libs/vendor/simply-reactive/main.js +3 -0
  281. package/libs/vendor/simply-reactive/src/simply-reactive.js +44 -0
  282. package/libs/vendor/simply-reactive/src/utils/object.js +12 -0
  283. package/libs/vendor/simply-reactive/src/utils/subscription.js +28 -0
  284. package/libs/vendor/simply-reactive/src/utils/watcher.js +17 -0
  285. package/libs/vendor/svelte/internal/index.js +267 -274
  286. package/libs/vendor/svelte-carousel/src/actions/hoverable/event.js +18 -0
  287. package/libs/vendor/svelte-carousel/src/actions/hoverable/hoverable.js +19 -0
  288. package/libs/vendor/svelte-carousel/src/actions/hoverable/index.js +1 -0
  289. package/libs/vendor/svelte-carousel/src/actions/swipeable/event.js +26 -0
  290. package/libs/vendor/svelte-carousel/src/actions/swipeable/index.js +1 -0
  291. package/libs/vendor/svelte-carousel/src/actions/swipeable/swipeable.js +51 -0
  292. package/libs/vendor/svelte-carousel/src/actions/tappable/event.js +18 -0
  293. package/libs/vendor/svelte-carousel/src/actions/tappable/index.js +1 -0
  294. package/libs/vendor/svelte-carousel/src/actions/tappable/tappable.js +36 -0
  295. package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +41 -0
  296. package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +522 -0
  297. package/libs/vendor/svelte-carousel/src/components/Carousel/createCarousel.js +255 -0
  298. package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +42 -0
  299. package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +104 -0
  300. package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +40 -0
  301. package/libs/vendor/svelte-carousel/src/direction.js +5 -0
  302. package/libs/vendor/svelte-carousel/src/main.js +1 -0
  303. package/libs/vendor/svelte-carousel/src/units.js +7 -0
  304. package/libs/vendor/svelte-carousel/src/utils/ProgressManager.js +52 -0
  305. package/libs/vendor/svelte-carousel/src/utils/clones.js +59 -0
  306. package/libs/vendor/svelte-carousel/src/utils/event.js +12 -0
  307. package/libs/vendor/svelte-carousel/src/utils/interval.js +4 -0
  308. package/libs/vendor/svelte-carousel/src/utils/lazy.js +45 -0
  309. package/libs/vendor/svelte-carousel/src/utils/math.js +11 -0
  310. package/libs/vendor/svelte-carousel/src/utils/object.js +13 -0
  311. package/libs/vendor/svelte-carousel/src/utils/page.js +154 -0
  312. package/package.json +5 -2
  313. package/libs/vendor/swiper/components-shared/get-changed-params.js +0 -29
  314. package/libs/vendor/swiper/components-shared/get-params.js +0 -23
  315. package/libs/vendor/swiper/components-shared/mount-swiper.js +0 -14
  316. package/libs/vendor/swiper/components-shared/params-list.js +0 -120
  317. package/libs/vendor/swiper/components-shared/update-swiper.js +0 -36
  318. package/libs/vendor/swiper/components-shared/utils.js +0 -32
  319. package/libs/vendor/swiper/svelte/swiper-slide.js +0 -181
  320. package/libs/vendor/swiper/svelte/swiper-svelte.js +0 -2
  321. package/libs/vendor/swiper/svelte/swiper.js +0 -253
@@ -25,18 +25,35 @@ import "../utils/px2rem.js";
25
25
  import "./Tag/ImageTextTag.js";
26
26
  import "./Common/Line/Polyline.js";
27
27
  import "./Common/Media.js";
28
- import "../../vendor/swiper/svelte/swiper.js";
29
- import "swiper";
30
- import "../../vendor/swiper/components-shared/get-params.js";
31
- import "../../vendor/swiper/components-shared/utils.js";
32
- import "../../vendor/swiper/components-shared/params-list.js";
33
- import "../../vendor/swiper/components-shared/mount-swiper.js";
34
- import "../../vendor/swiper/components-shared/get-changed-params.js";
35
- import "../../vendor/swiper/components-shared/update-swiper.js";
36
- import "../../vendor/swiper/svelte/swiper-slide.js";
37
- import "swiper/css";
38
- import "swiper/css/autoplay";
39
- import "../utils/noTypecheck.js";
28
+ import "../../vendor/svelte-carousel/src/components/Carousel/Carousel.js";
29
+ import "../../vendor/svelte-carousel/src/components/Dots/Dots.js";
30
+ import "../../vendor/svelte-carousel/src/components/Dot/Dot.js";
31
+ import "../../vendor/svelte-carousel/src/components/Arrow/Arrow.js";
32
+ import "../../vendor/svelte-carousel/src/direction.js";
33
+ import "../../vendor/svelte-carousel/src/components/Progress/Progress.js";
34
+ import "../../vendor/svelte-carousel/src/actions/swipeable/swipeable.js";
35
+ import "../../vendor/svelte-carousel/src/actions/swipeable/event.js";
36
+ import "../../vendor/svelte-carousel/src/utils/event.js";
37
+ import "../../vendor/svelte-carousel/src/units.js";
38
+ import "../../vendor/svelte-carousel/src/actions/hoverable/hoverable.js";
39
+ import "../../vendor/svelte-carousel/src/actions/hoverable/event.js";
40
+ import "../../vendor/svelte-carousel/src/actions/tappable/tappable.js";
41
+ import "../../vendor/svelte-carousel/src/utils/math.js";
42
+ import "../../vendor/svelte-carousel/src/actions/tappable/event.js";
43
+ import "../../vendor/svelte-carousel/src/utils/page.js";
44
+ import "../../vendor/svelte-carousel/src/utils/clones.js";
45
+ import "../../vendor/svelte-carousel/src/utils/object.js";
46
+ import "../../vendor/svelte-carousel/src/components/Carousel/createCarousel.js";
47
+ import "../../vendor/simply-reactive/src/simply-reactive.js";
48
+ import "lodash.get";
49
+ import "lodash.clonedeep";
50
+ import "../../vendor/simply-reactive/src/utils/subscription.js";
51
+ import "../../vendor/simply-reactive/src/utils/object.js";
52
+ import "lodash.isequal";
53
+ import "../../vendor/simply-reactive/src/utils/watcher.js";
54
+ import "../../vendor/svelte-carousel/src/utils/lazy.js";
55
+ import "../../vendor/svelte-carousel/src/utils/ProgressManager.js";
56
+ import "../../vendor/svelte-carousel/src/utils/interval.js";
40
57
  import "./Common/MediaItem.js";
41
58
  import "./Tag/MarketingTag.js";
42
59
  import "hammerjs";
@@ -58,6 +75,7 @@ import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
58
75
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
59
76
  import "../../shared-utils/animationFrame/BetterTween.js";
60
77
  import "../../shared-utils/animationFrame/index.js";
78
+ import "../utils/noTypecheck.js";
61
79
  import "../utils/tag/tagCheck.js";
62
80
  import "./Tag/AudioTag/index.js";
63
81
  import "./Tag/AudioTag/AudioTag.js";
@@ -73,58 +91,58 @@ import "./Common/Icon/Icon.js";
73
91
  import "../utils/getImageInfo.js";
74
92
  import "./Tag/CustomTag.js";
75
93
  import "./Common/TagPoint.js";
76
- function D(l) {
77
- A(l, "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}");
94
+ function D(a) {
95
+ A(a, "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}");
78
96
  }
79
- function _(l, t, o) {
80
- const e = l.slice();
81
- return e[6] = t[o], e;
97
+ function _(a, t, o) {
98
+ const i = a.slice();
99
+ return i[6] = t[o], i;
82
100
  }
83
- function d(l) {
84
- let t, o = [], e = /* @__PURE__ */ new Map(), n, r = l[1];
85
- const p = (i) => i[6].id;
86
- for (let i = 0; i < r.length; i += 1) {
87
- let m = _(l, r, i), a = p(m);
88
- e.set(a, o[i] = g(a, m));
101
+ function d(a) {
102
+ let t, o = [], i = /* @__PURE__ */ new Map(), m, r = a[1];
103
+ const l = (e) => e[6].id;
104
+ for (let e = 0; e < r.length; e += 1) {
105
+ let n = _(a, r, e), p = l(n);
106
+ i.set(p, o[e] = g(p, n));
89
107
  }
90
108
  return {
91
109
  c() {
92
110
  t = C("div");
93
- for (let i = 0; i < o.length; i += 1)
94
- o[i].c();
95
- z(t, "class", "tag--container svelte-uq11d5"), f(t, "hide", !l[3].visible || !l[4].visible), f(t, "withAnimation", l[0]);
111
+ for (let e = 0; e < o.length; e += 1)
112
+ o[e].c();
113
+ z(t, "class", "tag--container svelte-uq11d5"), f(t, "hide", !a[3].visible || !a[4].visible), f(t, "withAnimation", a[0]);
96
114
  },
97
- m(i, m) {
98
- c(i, t, m);
99
- for (let a = 0; a < o.length; a += 1)
100
- o[a].m(t, null);
101
- n = !0;
115
+ m(e, n) {
116
+ c(e, t, n);
117
+ for (let p = 0; p < o.length; p += 1)
118
+ o[p].m(t, null);
119
+ m = !0;
102
120
  },
103
- p(i, m) {
104
- m & 31 && (r = i[1], w(), o = T(o, m, p, 1, i, r, e, t, I, g, null, _), b()), (!n || m & 24) && f(t, "hide", !i[3].visible || !i[4].visible), (!n || m & 1) && f(t, "withAnimation", i[0]);
121
+ p(e, n) {
122
+ n & 31 && (r = e[1], w(), o = T(o, n, l, 1, e, r, i, t, I, g, null, _), b()), (!m || n & 24) && f(t, "hide", !e[3].visible || !e[4].visible), (!m || n & 1) && f(t, "withAnimation", e[0]);
105
123
  },
106
- i(i) {
107
- if (!n) {
108
- for (let m = 0; m < r.length; m += 1)
109
- s(o[m]);
110
- n = !0;
124
+ i(e) {
125
+ if (!m) {
126
+ for (let n = 0; n < r.length; n += 1)
127
+ s(o[n]);
128
+ m = !0;
111
129
  }
112
130
  },
113
- o(i) {
114
- for (let m = 0; m < o.length; m += 1)
115
- u(o[m]);
116
- n = !1;
131
+ o(e) {
132
+ for (let n = 0; n < o.length; n += 1)
133
+ u(o[n]);
134
+ m = !1;
117
135
  },
118
- d(i) {
119
- i && h(t);
120
- for (let m = 0; m < o.length; m += 1)
121
- o[m].d();
136
+ d(e) {
137
+ e && h(t);
138
+ for (let n = 0; n < o.length; n += 1)
139
+ o[n].d();
122
140
  }
123
141
  };
124
142
  }
125
- function g(l, t) {
126
- let o, e, n;
127
- return e = new B({
143
+ function g(a, t) {
144
+ let o, i, m;
145
+ return i = new B({
128
146
  props: {
129
147
  state: t[3],
130
148
  temporaryState: t[4],
@@ -133,62 +151,62 @@ function g(l, t) {
133
151
  mediaStore: t[2]
134
152
  }
135
153
  }), {
136
- key: l,
154
+ key: a,
137
155
  first: null,
138
156
  c() {
139
- o = k(), M(e.$$.fragment), this.first = o;
157
+ o = k(), M(i.$$.fragment), this.first = o;
140
158
  },
141
- m(r, p) {
142
- c(r, o, p), N(e, r, p), n = !0;
159
+ m(r, l) {
160
+ c(r, o, l), N(i, r, l), m = !0;
143
161
  },
144
- p(r, p) {
162
+ p(r, l) {
145
163
  t = r;
146
- const i = {};
147
- p & 8 && (i.state = t[3]), p & 16 && (i.temporaryState = t[4]), p & 1 && (i.withAnimation = t[0]), p & 2 && (i.tag = t[6]), p & 4 && (i.mediaStore = t[2]), e.$set(i);
164
+ const e = {};
165
+ l & 8 && (e.state = t[3]), l & 16 && (e.temporaryState = t[4]), l & 1 && (e.withAnimation = t[0]), l & 2 && (e.tag = t[6]), l & 4 && (e.mediaStore = t[2]), i.$set(e);
148
166
  },
149
167
  i(r) {
150
- n || (s(e.$$.fragment, r), n = !0);
168
+ m || (s(i.$$.fragment, r), m = !0);
151
169
  },
152
170
  o(r) {
153
- u(e.$$.fragment, r), n = !1;
171
+ u(i.$$.fragment, r), m = !1;
154
172
  },
155
173
  d(r) {
156
- r && h(o), j(e, r);
174
+ r && h(o), j(i, r);
157
175
  }
158
176
  };
159
177
  }
160
- function E(l) {
161
- let t, o, e = l[3].enabled && d(l);
178
+ function E(a) {
179
+ let t, o, i = a[3].enabled && d(a);
162
180
  return {
163
181
  c() {
164
- e && e.c(), t = k();
182
+ i && i.c(), t = k();
165
183
  },
166
- m(n, r) {
167
- e && e.m(n, r), c(n, t, r), o = !0;
184
+ m(m, r) {
185
+ i && i.m(m, r), c(m, t, r), o = !0;
168
186
  },
169
- p(n, [r]) {
170
- n[3].enabled ? e ? (e.p(n, r), r & 8 && s(e, 1)) : (e = d(n), e.c(), s(e, 1), e.m(t.parentNode, t)) : e && (w(), u(e, 1, 1, () => {
171
- e = null;
187
+ p(m, [r]) {
188
+ m[3].enabled ? i ? (i.p(m, r), r & 8 && s(i, 1)) : (i = d(m), i.c(), s(i, 1), i.m(t.parentNode, t)) : i && (w(), u(i, 1, 1, () => {
189
+ i = null;
172
190
  }), b());
173
191
  },
174
- i(n) {
175
- o || (s(e), o = !0);
192
+ i(m) {
193
+ o || (s(i), o = !0);
176
194
  },
177
- o(n) {
178
- u(e), o = !1;
195
+ o(m) {
196
+ u(i), o = !1;
179
197
  },
180
- d(n) {
181
- e && e.d(n), n && h(t);
198
+ d(m) {
199
+ i && i.d(m), m && h(t);
182
200
  }
183
201
  };
184
202
  }
185
- function F(l, t, o) {
186
- let { withAnimation: e = !1 } = t, { tags: n = [] } = t, { hooks: r } = t, { mediaStore: p } = t, { state: i } = t, { temporaryState: m } = t;
187
- return q("hooks", r), l.$$set = (a) => {
188
- "withAnimation" in a && o(0, e = a.withAnimation), "tags" in a && o(1, n = a.tags), "hooks" in a && o(5, r = a.hooks), "mediaStore" in a && o(2, p = a.mediaStore), "state" in a && o(3, i = a.state), "temporaryState" in a && o(4, m = a.temporaryState);
189
- }, [e, n, p, i, m, r];
203
+ function F(a, t, o) {
204
+ let { withAnimation: i = !1 } = t, { tags: m = [] } = t, { hooks: r } = t, { mediaStore: l } = t, { state: e } = t, { temporaryState: n } = t;
205
+ return q("hooks", r), a.$$set = (p) => {
206
+ "withAnimation" in p && o(0, i = p.withAnimation), "tags" in p && o(1, m = p.tags), "hooks" in p && o(5, r = p.hooks), "mediaStore" in p && o(2, l = p.mediaStore), "state" in p && o(3, e = p.state), "temporaryState" in p && o(4, n = p.temporaryState);
207
+ }, [i, m, l, e, n, r];
190
208
  }
191
- class re extends S {
209
+ class vi extends S {
192
210
  constructor(t) {
193
211
  super(), v(
194
212
  this,
@@ -209,5 +227,5 @@ class re extends S {
209
227
  }
210
228
  }
211
229
  export {
212
- re as default
230
+ vi as default
213
231
  };
@@ -26,17 +26,35 @@ import "../utils/px2rem.js";
26
26
  import "./Tag/ImageTextTag.js";
27
27
  import "./Common/Line/Polyline.js";
28
28
  import "./Common/Media.js";
29
- import "../../vendor/swiper/svelte/swiper.js";
30
- import "swiper";
31
- import "../../vendor/swiper/components-shared/get-params.js";
32
- import "../../vendor/swiper/components-shared/utils.js";
33
- import "../../vendor/swiper/components-shared/params-list.js";
34
- import "../../vendor/swiper/components-shared/mount-swiper.js";
35
- import "../../vendor/swiper/components-shared/get-changed-params.js";
36
- import "../../vendor/swiper/components-shared/update-swiper.js";
37
- import "../../vendor/swiper/svelte/swiper-slide.js";
38
- import "swiper/css";
39
- import "swiper/css/autoplay";
29
+ import "../../vendor/svelte-carousel/src/components/Carousel/Carousel.js";
30
+ import "../../vendor/svelte-carousel/src/components/Dots/Dots.js";
31
+ import "../../vendor/svelte-carousel/src/components/Dot/Dot.js";
32
+ import "../../vendor/svelte-carousel/src/components/Arrow/Arrow.js";
33
+ import "../../vendor/svelte-carousel/src/direction.js";
34
+ import "../../vendor/svelte-carousel/src/components/Progress/Progress.js";
35
+ import "../../vendor/svelte-carousel/src/actions/swipeable/swipeable.js";
36
+ import "../../vendor/svelte-carousel/src/actions/swipeable/event.js";
37
+ import "../../vendor/svelte-carousel/src/utils/event.js";
38
+ import "../../vendor/svelte-carousel/src/units.js";
39
+ import "../../vendor/svelte-carousel/src/actions/hoverable/hoverable.js";
40
+ import "../../vendor/svelte-carousel/src/actions/hoverable/event.js";
41
+ import "../../vendor/svelte-carousel/src/actions/tappable/tappable.js";
42
+ import "../../vendor/svelte-carousel/src/utils/math.js";
43
+ import "../../vendor/svelte-carousel/src/actions/tappable/event.js";
44
+ import "../../vendor/svelte-carousel/src/utils/page.js";
45
+ import "../../vendor/svelte-carousel/src/utils/clones.js";
46
+ import "../../vendor/svelte-carousel/src/utils/object.js";
47
+ import "../../vendor/svelte-carousel/src/components/Carousel/createCarousel.js";
48
+ import "../../vendor/simply-reactive/src/simply-reactive.js";
49
+ import "lodash.get";
50
+ import "lodash.clonedeep";
51
+ import "../../vendor/simply-reactive/src/utils/subscription.js";
52
+ import "../../vendor/simply-reactive/src/utils/object.js";
53
+ import "lodash.isequal";
54
+ import "../../vendor/simply-reactive/src/utils/watcher.js";
55
+ import "../../vendor/svelte-carousel/src/utils/lazy.js";
56
+ import "../../vendor/svelte-carousel/src/utils/ProgressManager.js";
57
+ import "../../vendor/svelte-carousel/src/utils/interval.js";
40
58
  import "./Common/MediaItem.js";
41
59
  import "./Tag/MarketingTag.js";
42
60
  import "hammerjs";
@@ -107,12 +125,12 @@ function x(o) {
107
125
  c() {
108
126
  G(e.$$.fragment);
109
127
  },
110
- m(i, r) {
111
- H(e, i, r), t = !0;
128
+ m(i, n) {
129
+ H(e, i, n), t = !0;
112
130
  },
113
- p(i, r) {
131
+ p(i, n) {
114
132
  const l = {};
115
- r & 4 && (l.mediaStore = i[2]), r & 1 && (l.withAnimation = i[0]), r & 2 && (l.tag = F(i[1])), r & 8 && (l.state = i[3]), r & 16 && (l.temporaryState = i[4]), e.$set(l);
133
+ n & 4 && (l.mediaStore = i[2]), n & 1 && (l.withAnimation = i[0]), n & 2 && (l.tag = F(i[1])), n & 8 && (l.state = i[3]), n & 16 && (l.temporaryState = i[4]), e.$set(l);
116
134
  },
117
135
  i(i) {
118
136
  t || (y(e.$$.fragment, i), t = !0);
@@ -148,12 +166,12 @@ function tt(o) {
148
166
  c() {
149
167
  G(e.$$.fragment);
150
168
  },
151
- m(i, r) {
152
- H(e, i, r), t = !0;
169
+ m(i, n) {
170
+ H(e, i, n), t = !0;
153
171
  },
154
- p(i, r) {
172
+ p(i, n) {
155
173
  const l = {};
156
- r & 2 && (l.tag = i[1]), e.$set(l);
174
+ n & 2 && (l.tag = i[1]), e.$set(l);
157
175
  },
158
176
  i(i) {
159
177
  t || (y(e.$$.fragment, i), t = !0);
@@ -167,58 +185,58 @@ function tt(o) {
167
185
  };
168
186
  }
169
187
  function et(o) {
170
- let e, t, i, r, l, s, u, w, f;
188
+ let e, t, i, n, l, s, u, w, f;
171
189
  const S = [x, Z], c = [];
172
- function T(n, p) {
173
- return n[12] ? 0 : 1;
190
+ function T(r, a) {
191
+ return r[12] ? 0 : 1;
174
192
  }
175
- i = T(o), r = c[i] = S[i](o);
176
- const a = [tt, $], _ = [];
177
- function z(n, p) {
178
- return n[13] ? 0 : 1;
193
+ i = T(o), n = c[i] = S[i](o);
194
+ const p = [tt, $], _ = [];
195
+ function z(r, a) {
196
+ return r[13] ? 0 : 1;
179
197
  }
180
- return s = z(o), u = _[s] = a[s](o), {
198
+ return s = z(o), u = _[s] = p[s](o), {
181
199
  c() {
182
- e = A("div"), t = A("div"), r.c(), l = Q(), u.c(), d(t, "class", "wrapper svelte-pzwdws"), d(t, "data-tag-unfolded", o[8]), d(t, "data-tag-id", o[11]), d(t, "data-content-type", w = o[1].contentType), k(t, "left", o[7]), k(t, "top", o[6]), k(t, "z-index", o[5]), d(e, "class", "tag svelte-pzwdws"), d(e, "data-tag-id", o[11]), g(e, "unClickable", o[1].clickable === !1), g(e, "disable", o[10]), g(e, "hide", o[9]), g(e, "withAnimation", o[0]);
200
+ e = A("div"), t = A("div"), n.c(), l = Q(), u.c(), d(t, "class", "wrapper svelte-pzwdws"), d(t, "data-tag-unfolded", o[8]), d(t, "data-tag-id", o[11]), d(t, "data-content-type", w = o[1].contentType), k(t, "left", o[7]), k(t, "top", o[6]), k(t, "z-index", o[5]), d(e, "class", "tag svelte-pzwdws"), d(e, "data-tag-id", o[11]), g(e, "unClickable", o[1].clickable === !1), g(e, "disable", o[10]), g(e, "hide", o[9]), g(e, "withAnimation", o[0]);
183
201
  },
184
- m(n, p) {
185
- P(n, e, p), j(e, t), c[i].m(t, null), j(t, l), _[s].m(t, null), f = !0;
202
+ m(r, a) {
203
+ P(r, e, a), j(e, t), c[i].m(t, null), j(t, l), _[s].m(t, null), f = !0;
186
204
  },
187
- p(n, [p]) {
205
+ p(r, [a]) {
188
206
  let m = i;
189
- i = T(n), i === m ? c[i].p(n, p) : (E(), h(c[m], 1, 1, () => {
207
+ i = T(r), i === m ? c[i].p(r, a) : (E(), h(c[m], 1, 1, () => {
190
208
  c[m] = null;
191
- }), B(), r = c[i], r ? r.p(n, p) : (r = c[i] = S[i](n), r.c()), y(r, 1), r.m(t, l));
209
+ }), B(), n = c[i], n ? n.p(r, a) : (n = c[i] = S[i](r), n.c()), y(n, 1), n.m(t, l));
192
210
  let b = s;
193
- s = z(n), s === b ? _[s].p(n, p) : (E(), h(_[b], 1, 1, () => {
211
+ s = z(r), s === b ? _[s].p(r, a) : (E(), h(_[b], 1, 1, () => {
194
212
  _[b] = null;
195
- }), B(), u = _[s], u ? u.p(n, p) : (u = _[s] = a[s](n), u.c()), y(u, 1), u.m(t, null)), (!f || p & 256) && d(t, "data-tag-unfolded", n[8]), (!f || p & 2048) && d(t, "data-tag-id", n[11]), (!f || p & 2 && w !== (w = n[1].contentType)) && d(t, "data-content-type", w), p & 128 && k(t, "left", n[7]), p & 64 && k(t, "top", n[6]), p & 32 && k(t, "z-index", n[5]), (!f || p & 2048) && d(e, "data-tag-id", n[11]), (!f || p & 2) && g(e, "unClickable", n[1].clickable === !1), (!f || p & 1024) && g(e, "disable", n[10]), (!f || p & 512) && g(e, "hide", n[9]), (!f || p & 1) && g(e, "withAnimation", n[0]);
213
+ }), B(), u = _[s], u ? u.p(r, a) : (u = _[s] = p[s](r), u.c()), y(u, 1), u.m(t, null)), (!f || a & 256) && d(t, "data-tag-unfolded", r[8]), (!f || a & 2048) && d(t, "data-tag-id", r[11]), (!f || a & 2 && w !== (w = r[1].contentType)) && d(t, "data-content-type", w), a & 128 && k(t, "left", r[7]), a & 64 && k(t, "top", r[6]), a & 32 && k(t, "z-index", r[5]), (!f || a & 2048) && d(e, "data-tag-id", r[11]), (!f || a & 2) && g(e, "unClickable", r[1].clickable === !1), (!f || a & 1024) && g(e, "disable", r[10]), (!f || a & 512) && g(e, "hide", r[9]), (!f || a & 1) && g(e, "withAnimation", r[0]);
196
214
  },
197
- i(n) {
198
- f || (y(r), y(u), f = !0);
215
+ i(r) {
216
+ f || (y(n), y(u), f = !0);
199
217
  },
200
- o(n) {
201
- h(r), h(u), f = !1;
218
+ o(r) {
219
+ h(n), h(u), f = !1;
202
220
  },
203
- d(n) {
204
- n && C(e), c[i].d(), _[s].d();
221
+ d(r) {
222
+ r && C(e), c[i].d(), _[s].d();
205
223
  }
206
224
  };
207
225
  }
208
226
  function it(o, e, t) {
209
- let i, r, l, s, u, w, f, S, c, { withAnimation: T = !1 } = e, { tag: a } = e, { mediaStore: _ } = e, { state: z } = e, { temporaryState: n } = e;
210
- const p = U("hooks");
227
+ let i, n, l, s, u, w, f, S, c, { withAnimation: T = !1 } = e, { tag: p } = e, { mediaStore: _ } = e, { state: z } = e, { temporaryState: r } = e;
228
+ const a = U("hooks");
211
229
  return o.$$set = (m) => {
212
- "withAnimation" in m && t(0, T = m.withAnimation), "tag" in m && t(1, a = m.tag), "mediaStore" in m && t(2, _ = m.mediaStore), "state" in m && t(3, z = m.state), "temporaryState" in m && t(4, n = m.temporaryState);
230
+ "withAnimation" in m && t(0, T = m.withAnimation), "tag" in m && t(1, p = m.tag), "mediaStore" in m && t(2, _ = m.mediaStore), "state" in m && t(3, z = m.state), "temporaryState" in m && t(4, r = m.temporaryState);
213
231
  }, o.$$.update = () => {
214
232
  var m, b, L, I, q, D, R, V;
215
- o.$$.dirty & 2 && t(13, i = (() => !(a.contentType === "Link" || a.contentType === "VRLink" || a.contentType === "PanoLink" || a.contentType === "Audio" && a.data.appearance === "plane"))()), o.$$.dirty & 2 && t(12, r = (() => a.stickType === "2DPoint")()), o.$$.dirty & 2 && t(11, l = a.id), o.$$.dirty & 2 && t(10, s = !((m = a.pointTagStyle) != null && m.leftPercent) || !((b = a.pointTagStyle) != null && b.topPercent) || a.enabled === !1 || !a.state), o.$$.dirty & 2 && t(9, u = !((L = a.state) != null && L.visible) || ((I = a.temporaryState) == null ? void 0 : I.visible) === !1), o.$$.dirty & 2 && t(8, w = (q = a.state) == null ? void 0 : q.unfolded), o.$$.dirty & 2 && t(7, f = ((D = a.pointTagStyle) == null ? void 0 : D.leftPercent) + "%"), o.$$.dirty & 2 && t(6, S = ((R = a.pointTagStyle) == null ? void 0 : R.topPercent) + "%"), o.$$.dirty & 2 && t(5, c = (V = a.state) != null && V.unfolded ? 1 : 0);
233
+ o.$$.dirty & 2 && t(13, i = (() => !(p.contentType === "Link" || p.contentType === "VRLink" || p.contentType === "PanoLink" || p.contentType === "Audio" && p.data.appearance === "plane"))()), o.$$.dirty & 2 && t(12, n = (() => p.stickType === "2DPoint")()), o.$$.dirty & 2 && t(11, l = p.id), o.$$.dirty & 2 && t(10, s = !((m = p.pointTagStyle) != null && m.leftPercent) || !((b = p.pointTagStyle) != null && b.topPercent) || p.enabled === !1 || !p.state), o.$$.dirty & 2 && t(9, u = !((L = p.state) != null && L.visible) || ((I = p.temporaryState) == null ? void 0 : I.visible) === !1), o.$$.dirty & 2 && t(8, w = (q = p.state) == null ? void 0 : q.unfolded), o.$$.dirty & 2 && t(7, f = ((D = p.pointTagStyle) == null ? void 0 : D.leftPercent) + "%"), o.$$.dirty & 2 && t(6, S = ((R = p.pointTagStyle) == null ? void 0 : R.topPercent) + "%"), o.$$.dirty & 2 && t(5, c = (V = p.state) != null && V.unfolded ? 1 : 0);
216
234
  }, [
217
235
  T,
218
- a,
236
+ p,
219
237
  _,
220
238
  z,
221
- n,
239
+ r,
222
240
  c,
223
241
  S,
224
242
  f,
@@ -226,12 +244,12 @@ function it(o, e, t) {
226
244
  u,
227
245
  s,
228
246
  l,
229
- r,
247
+ n,
230
248
  i,
231
- p
249
+ a
232
250
  ];
233
251
  }
234
- class Se extends K {
252
+ class Je extends K {
235
253
  constructor(e) {
236
254
  super(), M(
237
255
  this,
@@ -251,5 +269,5 @@ class Se extends K {
251
269
  }
252
270
  }
253
271
  export {
254
- Se as default
272
+ Je as default
255
273
  };