@realsee/dnalogel 2.3.4 → 2.3.5-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (327) hide show
  1. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  2. package/dist/ModelViewPlugin/Plugin.d.ts +8 -0
  3. package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -2
  4. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
  5. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
  6. package/dist/PanoTagPlugin/controller/index.d.ts +14 -12
  7. package/dist/PanoTagPlugin/index.d.ts +1 -1
  8. package/dist/PanoTagPlugin/typings/controller.d.ts +12 -11
  9. package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
  10. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
  11. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
  12. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
  13. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
  14. package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
  15. package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
  16. package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
  17. package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
  18. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
  19. package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
  20. package/dist/index.cjs.js +51 -51
  21. package/dist/index.js +7181 -6311
  22. package/dist/index.umd.js +43 -43
  23. package/docs/assets/search.js +1 -1
  24. package/docs/classes/CSS3DRender.html +31 -31
  25. package/docs/classes/CruisePluginController.html +24 -24
  26. package/docs/classes/Magnifier.html +16 -16
  27. package/docs/classes/ModelRoomLabelController.html +11 -11
  28. package/docs/classes/Object3DHelperController.html +24 -24
  29. package/docs/classes/PaintBrush.html +15 -15
  30. package/docs/classes/PanoTagPluginController.html +196 -164
  31. package/docs/classes/Util.BetterTween.html +8 -8
  32. package/docs/classes/Util.FivePointSelector.html +12 -12
  33. package/docs/classes/Util.Interval.html +12 -12
  34. package/docs/classes/Util.Magnifier.html +17 -17
  35. package/docs/classes/Util.PointDomHelper.html +11 -11
  36. package/docs/classes/Util.PointHelper.html +11 -11
  37. package/docs/classes/Util.Rectangle.html +13 -13
  38. package/docs/enums/CameraMovementEffect.html +7 -7
  39. package/docs/enums/ContentType.html +75 -35
  40. package/docs/enums/DIRECTION.html +9 -9
  41. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  42. package/docs/enums/DimensionType.html +19 -15
  43. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  44. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  45. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  46. package/docs/enums/PointType.html +19 -15
  47. package/docs/enums/Rotation.html +8 -8
  48. package/docs/functions/CSS3DRenderPlugin.html +35 -13
  49. package/docs/functions/CameraMovementPlugin.html +35 -13
  50. package/docs/functions/CruisePlugin.html +35 -13
  51. package/docs/functions/GuideLinePlugin.html +36 -14
  52. package/docs/functions/ItemLabelPlugin.html +35 -13
  53. package/docs/functions/MapviewFloorplanPlugin.html +35 -13
  54. package/docs/functions/ModelChassisCompassPlugin.html +35 -13
  55. package/docs/functions/ModelEntryDoorGuidePlugin.html +35 -13
  56. package/docs/functions/ModelFloorplanPlugin.html +35 -13
  57. package/docs/functions/ModelItemLabelPlugin.html +35 -13
  58. package/docs/functions/ModelRoomLabelPlugin.html +35 -13
  59. package/docs/functions/ModelTVVideoPlugin.html +35 -13
  60. package/docs/functions/ModelViewPlugin.html +35 -13
  61. package/docs/functions/Object3DHelperPlugin.html +35 -13
  62. package/docs/functions/PanoCompassPlugin.html +35 -13
  63. package/docs/functions/PanoCursorRaycasterPlugin.html +35 -13
  64. package/docs/functions/PanoDoorLabelPlugin.html +35 -13
  65. package/docs/functions/PanoFloorplanRadarPlugin.html +35 -13
  66. package/docs/functions/PanoMeasurePlugin.html +35 -13
  67. package/docs/functions/PanoRulerPlugin.html +35 -13
  68. package/docs/functions/PanoRulerProPlugin.html +35 -13
  69. package/docs/functions/PanoSpatialTagPlugin.html +35 -13
  70. package/docs/functions/PanoTagPlugin.html +41 -23
  71. package/docs/functions/TopviewFloorplanPlugin.html +35 -13
  72. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  73. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  74. package/docs/functions/Util.getFrameTime.html +5 -5
  75. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  76. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  77. package/docs/functions/Util.isNil.html +5 -5
  78. package/docs/functions/Util.nextFrame.html +5 -5
  79. package/docs/functions/Util.notNil.html +5 -5
  80. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  81. package/docs/functions/Util.tweenProgress.html +5 -5
  82. package/docs/functions/pluginFlag.html +36 -14
  83. package/docs/index.html +35 -13
  84. package/docs/interfaces/AddTagConfig.html +64 -0
  85. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  86. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  87. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  88. package/docs/interfaces/EventMap.html +298 -0
  89. package/docs/interfaces/FloorplanBounding.html +8 -8
  90. package/docs/interfaces/FloorplanData.html +10 -10
  91. package/docs/interfaces/FloorplanEntrance.html +11 -11
  92. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  93. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  94. package/docs/interfaces/FloorplanFloorData.html +9 -9
  95. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  96. package/docs/interfaces/FloorplanObserver.html +9 -9
  97. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  98. package/docs/interfaces/FloorplanPosition.html +7 -7
  99. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  100. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  101. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  102. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  103. package/docs/interfaces/FloorplanServerData.html +7 -7
  104. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  105. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  106. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  107. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  108. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  109. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  110. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  111. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  112. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  113. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  114. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  115. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  116. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  117. package/docs/interfaces/LineJson.html +7 -7
  118. package/docs/interfaces/MinMax.html +71 -0
  119. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  120. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  121. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  122. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  123. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  124. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  125. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  126. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  127. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  128. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  129. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  130. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  131. package/docs/interfaces/ModelViewPluginExportType.html +57 -9
  132. package/docs/interfaces/Object3DHelperState.html +8 -8
  133. package/docs/interfaces/OpenParameter.html +7 -7
  134. package/docs/interfaces/PaintBrushAction.html +12 -12
  135. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  136. package/docs/interfaces/PaintBrushState.html +10 -10
  137. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +36 -14
  139. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  140. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  141. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  142. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  143. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  144. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  145. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  146. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  147. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +36 -14
  148. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +36 -14
  149. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  150. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  151. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  152. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  153. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  154. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  155. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  156. package/docs/interfaces/Point.html +8 -8
  157. package/docs/interfaces/PointJson.html +8 -8
  158. package/docs/interfaces/Room.html +9 -9
  159. package/docs/interfaces/RoomInfo.html +7 -7
  160. package/docs/interfaces/RoomLabel.html +14 -14
  161. package/docs/interfaces/RoomRules.html +36 -14
  162. package/docs/interfaces/Rooms.html +36 -14
  163. package/docs/interfaces/Scissor.html +9 -9
  164. package/docs/interfaces/State.html +89 -0
  165. package/docs/interfaces/TagCache.html +92 -0
  166. package/docs/interfaces/TagConfig.html +15 -19
  167. package/docs/interfaces/TagIconUrl.html +91 -0
  168. package/docs/interfaces/Tags.html +14 -12
  169. package/docs/interfaces/TemporaryState.html +64 -0
  170. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  171. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  172. package/docs/modules/Util.html +5 -5
  173. package/docs/modules.html +65 -21
  174. package/docs/types/ArrayPosition.html +37 -15
  175. package/docs/types/CSS3DRenderExportType.html +36 -14
  176. package/docs/types/CSS3DRenderPluginExportType.html +36 -14
  177. package/docs/types/CSS3DRenderPluginParameterType.html +36 -14
  178. package/docs/types/Color.html +36 -14
  179. package/docs/types/ContentTypeConfigKey.html +37 -15
  180. package/docs/types/ContentTypeMap.html +247 -0
  181. package/docs/types/Create3DDomContainerReturnType.html +36 -14
  182. package/docs/types/Create3DElementReturnType.html +36 -14
  183. package/docs/types/CruisePluginExportType.html +36 -14
  184. package/docs/types/Direction-1.html +36 -14
  185. package/docs/types/Direction4.html +36 -14
  186. package/docs/types/FloorplanRuleLabels.html +36 -14
  187. package/docs/types/FloorplanServerRuleLabels.html +36 -14
  188. package/docs/types/GuideLinePluginExportType.html +36 -14
  189. package/docs/types/HelperEventMap.html +36 -14
  190. package/docs/types/MapviewFloorplanPluginParameterType.html +36 -14
  191. package/docs/types/MapviewFloorplanPluginReturnType.html +36 -14
  192. package/docs/types/MediaData.html +36 -14
  193. package/docs/types/MediaStore.html +247 -0
  194. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +36 -14
  195. package/docs/types/ModelFloorplanPluginParameterType.html +36 -14
  196. package/docs/types/ModelFloorplanPluginReturnType.html +36 -14
  197. package/docs/types/ModelRoomLabelPluginParameters.html +36 -14
  198. package/docs/types/ModelRoomLabelPluginReturnType.html +36 -14
  199. package/docs/types/MoveArgs.html +36 -14
  200. package/docs/types/MoveOpts.html +36 -14
  201. package/docs/types/Object3DHelperEventMap.html +36 -14
  202. package/docs/types/ObjectFit.html +36 -14
  203. package/docs/types/PaintBrushEventMap.html +36 -14
  204. package/docs/types/PanoCompassPluginData.html +36 -14
  205. package/docs/types/PanoCompassPluginExportType.html +36 -14
  206. package/docs/types/PanoCompassPluginParameterType.html +36 -14
  207. package/docs/types/PanoFloorplanRadarPluginParameterType.html +36 -14
  208. package/docs/types/PanoFloorplanRadarPluginReturnType.html +36 -14
  209. package/docs/types/PanoIndex.html +247 -0
  210. package/docs/types/PanoMeasurePluginEvent.html +36 -14
  211. package/docs/types/PanoMeasureReturnType.html +36 -14
  212. package/docs/types/PanoSpatialTagPluginId.html +36 -14
  213. package/docs/types/PanoTagPluginExportInterface.html +36 -14
  214. package/docs/types/PanoTagPluginParamsInterface.html +36 -14
  215. package/docs/types/PlaneTag.html +39 -19
  216. package/docs/types/PlaneTagElement.html +252 -0
  217. package/docs/types/Point2DElement.html +252 -0
  218. package/docs/types/Point2DTag.html +254 -0
  219. package/docs/types/Point3DElement.html +252 -0
  220. package/docs/types/Point3DTag.html +254 -0
  221. package/docs/types/PointTag.html +39 -23
  222. package/docs/types/PointTagElement.html +252 -0
  223. package/docs/types/Position.html +36 -14
  224. package/docs/types/RotateArgs.html +36 -14
  225. package/docs/types/RotateOpts.html +36 -14
  226. package/docs/types/RuleLabelsKey.html +36 -14
  227. package/docs/types/RuleLabelsValue.html +36 -14
  228. package/docs/types/StickType.html +247 -0
  229. package/docs/types/Tag.html +40 -22
  230. package/docs/types/Tag2D.html +41 -20
  231. package/docs/types/Tag3D.html +41 -20
  232. package/docs/types/TagContentType.html +247 -0
  233. package/docs/types/TagDimensionType.html +247 -0
  234. package/docs/types/TagElement.html +254 -0
  235. package/docs/types/TagEvents.html +282 -0
  236. package/docs/types/TagHooks.html +247 -0
  237. package/docs/types/TagIconSize.html +250 -0
  238. package/docs/types/TagId.html +36 -14
  239. package/docs/types/TagPointType.html +250 -0
  240. package/docs/types/TopviewFloorplanPluginParameterType.html +36 -14
  241. package/docs/types/TopviewFloorplanPluginReturnType.html +36 -14
  242. package/docs/types/{ContentTypeConfigKeyArray.html → WorkCode.html} +39 -17
  243. package/docs/variables/FLOOR_TYPE_MAP.html +36 -14
  244. package/docs/variables/PLUGIN.html +36 -14
  245. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +36 -14
  246. package/docs/variables/ROOM_TYPE_MAP.html +36 -14
  247. package/docs/variables/VERSION.html +36 -14
  248. package/docs/variables/itemLabelPluginServerParams.html +36 -14
  249. package/docs/variables/modelItemLabelPluginServerParams.html +36 -14
  250. package/docs/variables/modelRoomLabelPluginServerParams.html +36 -14
  251. package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  252. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +2 -2
  253. package/libs/ModelViewPlugin/Plugin.d.ts +8 -0
  254. package/libs/ModelViewPlugin/Plugin.js +83 -73
  255. package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
  256. package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
  257. package/libs/PanoTagPlugin/Components/Common/Audio.js +138 -133
  258. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +173 -0
  259. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
  260. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +32 -32
  261. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +79 -57
  262. package/libs/PanoTagPlugin/Components/Common/Media.js +212 -194
  263. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +109 -80
  264. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +78 -0
  265. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +135 -0
  266. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +147 -0
  267. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
  268. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +209 -0
  269. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +204 -0
  270. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +98 -0
  271. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +100 -130
  272. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +49 -98
  273. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +47 -44
  274. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +98 -0
  275. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +122 -0
  276. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +98 -0
  277. package/libs/PanoTagPlugin/Components/Tag/index.js +130 -133
  278. package/libs/PanoTagPlugin/Components/TagContainer.js +89 -105
  279. package/libs/PanoTagPlugin/Components/TagItem.js +139 -0
  280. package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
  281. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
  282. package/libs/PanoTagPlugin/controller/TagComputer.js +168 -151
  283. package/libs/PanoTagPlugin/controller/index.d.ts +14 -12
  284. package/libs/PanoTagPlugin/controller/index.js +128 -133
  285. package/libs/PanoTagPlugin/index.d.ts +1 -1
  286. package/libs/PanoTagPlugin/index.js +31 -20
  287. package/libs/PanoTagPlugin/tag.config.js +23 -16
  288. package/libs/PanoTagPlugin/typings/controller.d.ts +12 -11
  289. package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
  290. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
  291. package/libs/PanoTagPlugin/typings/tag/Tag.js +1 -0
  292. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
  293. package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
  294. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
  295. package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
  296. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
  297. package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
  298. package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
  299. package/libs/PanoTagPlugin/utils/color.js +17 -0
  300. package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
  301. package/libs/PanoTagPlugin/utils/getImageInfo.js +50 -0
  302. package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
  303. package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
  304. package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
  305. package/libs/PanoTagPlugin/utils/tag/format.js +10 -0
  306. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
  307. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +10 -0
  308. package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
  309. package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
  310. package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
  311. package/libs/index.js +112 -101
  312. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +17 -20
  313. package/libs/vendor/svelte/internal/index.js +381 -341
  314. package/package.json +3 -3
  315. package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
  316. package/docs/enums/LinkType.html +0 -67
  317. package/docs/interfaces/ContentTypeMap.html +0 -212
  318. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
  319. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
  320. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
  321. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
  322. package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
  323. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
  324. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
  325. package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
  326. package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
  327. package/libs/PanoTagPlugin/typings/tag.js +0 -7
@@ -0,0 +1,108 @@
1
+ import { SvelteComponent as g, init as b, safe_not_equal as j, append_styles as R, element as m, space as S, attr as f, toggle_class as k, set_style as u, insert as W, append as _, transition_in as v, group_outros as A, transition_out as w, check_outros as C, detach as H, create_component as I, mount_component as L, destroy_component as M, binding_callbacks as h } from "../../../../vendor/svelte/internal/index.js";
2
+ import { px2rem as T } from "../../../utils/px2rem.js";
3
+ import { Shadow as X } from "../Shadow.js";
4
+ function z(n) {
5
+ R(n, "svelte-qf1c2k", ".audio-icon__wrapper.svelte-qf1c2k.svelte-qf1c2k{display:inline-block}.audio-icon.svelte-qf1c2k.svelte-qf1c2k{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;border-radius:50%;background-color:rgba(255, 255, 255, 0.8)}.audio-icon.svelte-qf1c2k .sound-wave__container.svelte-qf1c2k{position:absolute;pointer-events:none;display:flex;justify-content:center;align-items:center;width:1.375rem;height:1.375rem}.audio-icon.svelte-qf1c2k .sound-wave__container .sound-wave__wrapper.svelte-qf1c2k{display:flex;justify-content:center;align-items:center;width:100%;height:100%;transform:translateX(-25%)}.audio-icon.svelte-qf1c2k .sound-wave__container .sound-wave__wrapper .sound-wave.svelte-qf1c2k{flex-shrink:0;flex-grow:0;border-radius:50%;border-color:transparent;border-style:solid;border-bottom-color:rgba(0, 0, 0, 0.6);transform:rotate(-90deg)}.sound-wave-1.svelte-qf1c2k.svelte-qf1c2k{position:absolute;width:0rem;height:0rem;border-width:0.125rem}.sound-wave-2.svelte-qf1c2k.svelte-qf1c2k{position:absolute;width:0.4375rem;height:0.4375rem;border-width:0.09375rem}.sound-wave-3.svelte-qf1c2k.svelte-qf1c2k{position:relative;width:0.875rem;height:0.875rem;border-width:0.09375rem}.sound-wave.svelte-qf1c2k.svelte-qf1c2k{animation-duration:2s;animation-iteration-count:infinite;animation-play-state:paused;transition:opacity 0}.playing.svelte-qf1c2k .sound-wave.svelte-qf1c2k{animation-play-state:running}.playing.svelte-qf1c2k .sound-wave-1.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_1_animation}.playing.svelte-qf1c2k .sound-wave-2.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_2_animation}.playing.svelte-qf1c2k .sound-wave-3.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_3_animation}@keyframes svelte-qf1c2k-sound_wave_1_animation{0%,10%{opacity:0}25%,100%{opacity:1}}@keyframes svelte-qf1c2k-sound_wave_2_animation{0%,35%{opacity:0}50%,100%{opacity:1}}@keyframes svelte-qf1c2k-sound_wave_3_animation{0%,60%{opacity:0}75%,100%{opacity:1}}");
6
+ }
7
+ function p(n) {
8
+ let e, i;
9
+ return e = new X({
10
+ props: {
11
+ center: !0,
12
+ blurRadius: 12,
13
+ spreadRadius: 5
14
+ }
15
+ }), {
16
+ c() {
17
+ I(e.$$.fragment);
18
+ },
19
+ m(s, r) {
20
+ L(e, s, r), i = !0;
21
+ },
22
+ i(s) {
23
+ i || (v(e.$$.fragment, s), i = !0);
24
+ },
25
+ o(s) {
26
+ w(e.$$.fragment, s), i = !1;
27
+ },
28
+ d(s) {
29
+ M(e, s);
30
+ }
31
+ };
32
+ }
33
+ function B(n) {
34
+ let e, i, s, r, c, t = n[1] && p();
35
+ return {
36
+ c() {
37
+ e = m("div"), t && t.c(), i = S(), s = m("div"), r = m("div"), r.innerHTML = `<div class="sound-wave__wrapper svelte-qf1c2k"><div class="sound-wave sound-wave-1 svelte-qf1c2k"></div>
38
+ <div class="sound-wave sound-wave-2 svelte-qf1c2k"></div>
39
+ <div class="sound-wave sound-wave-3 svelte-qf1c2k"></div></div>`, f(r, "class", "sound-wave__container svelte-qf1c2k"), f(s, "class", "audio-icon svelte-qf1c2k"), k(s, "playing", n[0]), f(e, "class", "audio-icon__wrapper svelte-qf1c2k"), f(e, "style", n[2]), u(e, "width", n[5]), u(e, "height", n[5]);
40
+ },
41
+ m(o, a) {
42
+ W(o, e, a), t && t.m(e, null), _(e, i), _(e, s), _(s, r), n[7](r), n[8](e), c = !0;
43
+ },
44
+ p(o, [a]) {
45
+ o[1] ? t ? a & 2 && v(t, 1) : (t = p(), t.c(), v(t, 1), t.m(e, i)) : t && (A(), w(t, 1, 1, () => {
46
+ t = null;
47
+ }), C()), (!c || a & 1) && k(s, "playing", o[0]), (!c || a & 4) && f(e, "style", o[2]), a & 32 && u(e, "width", o[5]), a & 32 && u(e, "height", o[5]);
48
+ },
49
+ i(o) {
50
+ c || (v(t), c = !0);
51
+ },
52
+ o(o) {
53
+ w(t), c = !1;
54
+ },
55
+ d(o) {
56
+ o && H(e), t && t.d(), n[7](null), n[8](null);
57
+ }
58
+ };
59
+ }
60
+ function D(n, e, i) {
61
+ let s, { playing: r } = e, { shadow: c = !1 } = e, { style: t = null } = e, { width: o = "100%" } = e, a, d;
62
+ function q(l) {
63
+ h[l ? "unshift" : "push"](() => {
64
+ d = l, i(4, d), i(3, a);
65
+ });
66
+ }
67
+ function y(l) {
68
+ h[l ? "unshift" : "push"](() => {
69
+ a = l, i(3, a);
70
+ });
71
+ }
72
+ return n.$$set = (l) => {
73
+ "playing" in l && i(0, r = l.playing), "shadow" in l && i(1, c = l.shadow), "style" in l && i(2, t = l.style), "width" in l && i(6, o = l.width);
74
+ }, n.$$.update = () => {
75
+ n.$$.dirty & 64 && i(5, s = typeof o == "number" ? T(o) : o), n.$$.dirty & 8 && a != null && a.clientWidth && i(4, d.style.transform = `scale(${a.clientWidth / 22})`, d);
76
+ }, [
77
+ r,
78
+ c,
79
+ t,
80
+ a,
81
+ d,
82
+ s,
83
+ o,
84
+ q,
85
+ y
86
+ ];
87
+ }
88
+ class J extends g {
89
+ constructor(e) {
90
+ super(), b(
91
+ this,
92
+ e,
93
+ D,
94
+ B,
95
+ j,
96
+ {
97
+ playing: 0,
98
+ shadow: 1,
99
+ style: 2,
100
+ width: 6
101
+ },
102
+ z
103
+ );
104
+ }
105
+ }
106
+ export {
107
+ J as AudioIcon
108
+ };
@@ -1,78 +1,78 @@
1
- import { SvelteComponent as D, init as g, safe_not_equal as v, append_styles as w, svg_element as s, attr as l, insert as y, append as d, transition_in as c, group_outros as b, transition_out as _, check_outros as k, detach as p, add_render_callback as O, create_in_transition as G, create_out_transition as I } from "../../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as p, init as b, safe_not_equal as v, append_styles as D, svg_element as u, attr as o, insert as h, append as d, transition_in as c, group_outros as w, transition_out as _, check_outros as k, detach as g, add_render_callback as O, create_in_transition as G, create_out_transition as I } from "../../../../vendor/svelte/internal/index.js";
2
2
  import { uuid as L } from "../../../../shared-utils/uuid.js";
3
- import { draw as h } from "../../../../vendor/svelte/transition/index.js";
3
+ import { draw as m } from "../../../../vendor/svelte/transition/index.js";
4
4
  import { cubicOut as S, cubicInOut as U } from "../../../../vendor/svelte/easing/index.js";
5
5
  function q(n) {
6
- w(n, "svelte-e72ouh", ".line.svelte-e72ouh{width:100%;height:100%;overflow:visible}");
6
+ D(n, "svelte-blgtit", ".line.svelte-blgtit{width:100%;height:100%;overflow:visible;pointer-events:none}");
7
7
  }
8
- function m(n) {
9
- let e, a, o, r;
8
+ function y(n) {
9
+ let e, r, l, a;
10
10
  return {
11
11
  c() {
12
- e = s("path"), l(e, "fill", "none"), l(e, "stroke", "url(#" + n[4] + ")"), l(e, "stroke-width", "1"), l(e, "d", "M0 21 L14 0.5 L105 0.5");
12
+ e = u("path"), o(e, "fill", "none"), o(e, "stroke", "url(#" + n[4] + ")"), o(e, "stroke-width", "1"), o(e, "d", "M0 21 L14 0.5 L105 0.5");
13
13
  },
14
14
  m(i, t) {
15
- y(i, e, t), r = !0;
15
+ h(i, e, t), a = !0;
16
16
  },
17
17
  p(i, t) {
18
18
  n = i;
19
19
  },
20
20
  i(i) {
21
- r || (i && O(() => {
22
- o && o.end(1), a = G(e, h, {
21
+ a || (i && O(() => {
22
+ l && l.end(1), r = G(e, m, {
23
23
  duration: n[1],
24
24
  delay: n[0],
25
25
  easing: S
26
- }), a.start();
27
- }), r = !0);
26
+ }), r.start();
27
+ }), a = !0);
28
28
  },
29
29
  o(i) {
30
- a && a.invalidate(), i && (o = I(e, h, {
30
+ r && r.invalidate(), i && (l = I(e, m, {
31
31
  duration: n[1],
32
32
  delay: n[2],
33
33
  easing: U
34
- })), r = !1;
34
+ })), a = !1;
35
35
  },
36
36
  d(i) {
37
- i && p(e), i && o && o.end();
37
+ i && g(e), i && l && l.end();
38
38
  }
39
39
  };
40
40
  }
41
41
  function B(n) {
42
- let e, a, o, r, i, t = n[3] && m(n);
42
+ let e, r, l, a, i, t = n[3] && y(n);
43
43
  return {
44
44
  c() {
45
- e = s("svg"), a = s("defs"), o = s("linearGradient"), r = s("stop"), i = s("stop"), t && t.c(), l(r, "offset", "25%"), l(r, "stop-color", "white"), l(r, "stop-opacity", "1"), l(i, "offset", "100%"), l(i, "stop-color", "white"), l(i, "stop-opacity", "0.5"), l(o, "id", n[4]), l(o, "gradientUnits", "userSpaceOnUse"), l(e, "class", "line svelte-e72ouh"), l(e, "viewBox", "0 0 105 21");
45
+ e = u("svg"), r = u("defs"), l = u("linearGradient"), a = u("stop"), i = u("stop"), t && t.c(), o(a, "offset", "25%"), o(a, "stop-color", "white"), o(a, "stop-opacity", "1"), o(i, "offset", "100%"), o(i, "stop-color", "white"), o(i, "stop-opacity", "0.5"), o(l, "id", n[4]), o(l, "gradientUnits", "userSpaceOnUse"), o(e, "class", "line svelte-blgtit"), o(e, "viewBox", "0 0 105 21");
46
46
  },
47
- m(f, u) {
48
- y(f, e, u), d(e, a), d(a, o), d(o, r), d(o, i), t && t.m(e, null);
47
+ m(s, f) {
48
+ h(s, e, f), d(e, r), d(r, l), d(l, a), d(l, i), t && t.m(e, null);
49
49
  },
50
- p(f, [u]) {
51
- f[3] ? t ? (t.p(f, u), u & 8 && c(t, 1)) : (t = m(f), t.c(), c(t, 1), t.m(e, null)) : t && (b(), _(t, 1, 1, () => {
50
+ p(s, [f]) {
51
+ s[3] ? t ? (t.p(s, f), f & 8 && c(t, 1)) : (t = y(s), t.c(), c(t, 1), t.m(e, null)) : t && (w(), _(t, 1, 1, () => {
52
52
  t = null;
53
53
  }), k());
54
54
  },
55
- i(f) {
55
+ i(s) {
56
56
  c(t);
57
57
  },
58
- o(f) {
58
+ o(s) {
59
59
  _(t);
60
60
  },
61
- d(f) {
62
- f && p(e), t && t.d();
61
+ d(s) {
62
+ s && g(e), t && t.d();
63
63
  }
64
64
  };
65
65
  }
66
- function C(n, e, a) {
67
- let { inDelay: o = 0 } = e, { duration: r = 0 } = e, { outDelay: i = 0 } = e, { unfolded: t } = e;
68
- const f = L();
69
- return n.$$set = (u) => {
70
- "inDelay" in u && a(0, o = u.inDelay), "duration" in u && a(1, r = u.duration), "outDelay" in u && a(2, i = u.outDelay), "unfolded" in u && a(3, t = u.unfolded);
71
- }, [o, r, i, t, f];
66
+ function C(n, e, r) {
67
+ let { inDelay: l = 0 } = e, { duration: a = 1e3 } = e, { outDelay: i = 0 } = e, { unfolded: t } = e;
68
+ const s = L();
69
+ return n.$$set = (f) => {
70
+ "inDelay" in f && r(0, l = f.inDelay), "duration" in f && r(1, a = f.duration), "outDelay" in f && r(2, i = f.outDelay), "unfolded" in f && r(3, t = f.unfolded);
71
+ }, [l, a, i, t, s];
72
72
  }
73
- class A extends D {
73
+ class A extends p {
74
74
  constructor(e) {
75
- super(), g(
75
+ super(), b(
76
76
  this,
77
77
  e,
78
78
  C,
@@ -1,90 +1,112 @@
1
- import { SvelteComponent as g, init as v, safe_not_equal as D, append_styles as k, svg_element as u, attr as l, insert as y, append as d, transition_in as c, group_outros as w, transition_out as _, check_outros as b, detach as p, add_render_callback as z, create_in_transition as S, create_out_transition as G } from "../../../../vendor/svelte/internal/index.js";
2
- import { draw as h } from "../../../../vendor/svelte/transition/index.js";
3
- import { uuid as U } from "../../../../shared-utils/uuid.js";
4
- function q(n) {
5
- k(n, "svelte-1omzoh4", ".straight-line.svelte-1omzoh4{display:block;width:100%;height:100%;overflow:visible}");
1
+ import { SvelteComponent as G, init as U, safe_not_equal as q, append_styles as A, element as H, svg_element as _, attr as l, toggle_class as g, set_style as v, insert as L, append as m, transition_in as y, group_outros as I, transition_out as j, check_outros as M, detach as B, add_render_callback as O, create_in_transition as R, identity as b, create_out_transition as V } from "../../../../vendor/svelte/internal/index.js";
2
+ import { draw as C } from "../../../../vendor/svelte/transition/index.js";
3
+ import { uuid as E } from "../../../../shared-utils/uuid.js";
4
+ function F(t) {
5
+ A(t, "svelte-xuejcm", ".line.svelte-xuejcm{position:absolute;pointer-events:none}.line.vertical.svelte-xuejcm{transform:rotate(-90deg) translate3d(0.03125rem, 0, 0.625rem);transform-origin:0 0}.line.horizontal.svelte-xuejcm{transform:translate3d(0, -0.03125rem, 0.625rem)}.straight-line.svelte-xuejcm{display:block;width:100%;height:100%;overflow:visible}");
6
6
  }
7
- function m(n) {
8
- let e, a, o, r;
7
+ function z(t) {
8
+ let e, i, h, r, s;
9
9
  return {
10
10
  c() {
11
- e = u("path"), l(e, "fill", "none"), l(e, "stroke", "url(#" + n[4] + ")"), l(e, "stroke-width", "1"), l(e, "d", "M0 0.5 L 148 0.5");
11
+ e = _("path"), l(e, "fill", "none"), l(e, "stroke", i = t[4] ? `url(#${t[10]})` : t[5]), l(e, "stroke-width", 1), l(e, "d", t[6]);
12
12
  },
13
- m(i, t) {
14
- y(i, e, t), r = !0;
13
+ m(a, d) {
14
+ L(a, e, d), s = !0;
15
15
  },
16
- p(i, t) {
17
- n = i;
16
+ p(a, d) {
17
+ t = a, (!s || d & 48 && i !== (i = t[4] ? `url(#${t[10]})` : t[5])) && l(e, "stroke", i), (!s || d & 64) && l(e, "d", t[6]);
18
18
  },
19
- i(i) {
20
- r || (i && z(() => {
21
- o && o.end(1), a = S(e, h, {
22
- duration: n[1],
23
- delay: n[0]
24
- }), a.start();
25
- }), r = !0);
19
+ i(a) {
20
+ s || (a && O(() => {
21
+ r && r.end(1), h = R(e, C, {
22
+ duration: t[2],
23
+ delay: t[0],
24
+ easing: b
25
+ }), h.start();
26
+ }), s = !0);
26
27
  },
27
- o(i) {
28
- a && a.invalidate(), i && (o = G(e, h, {
29
- duration: n[1],
30
- delay: n[2]
31
- })), r = !1;
28
+ o(a) {
29
+ h && h.invalidate(), a && (r = V(e, C, {
30
+ duration: t[2],
31
+ delay: t[1],
32
+ easing: b
33
+ })), s = !1;
32
34
  },
33
- d(i) {
34
- i && p(e), i && o && o.end();
35
+ d(a) {
36
+ a && B(e), a && r && r.end();
35
37
  }
36
38
  };
37
39
  }
38
- function A(n) {
39
- let e, a, o, r, i, t = n[3] && m(n);
40
+ function J(t) {
41
+ let e, i, h, r, s, a, d, n = t[3] && z(t);
40
42
  return {
41
43
  c() {
42
- e = u("svg"), a = u("defs"), o = u("linearGradient"), r = u("stop"), i = u("stop"), t && t.c(), l(r, "offset", "25%"), l(r, "stop-color", "white"), l(r, "stop-opacity", "1"), l(i, "offset", "100%"), l(i, "stop-color", "white"), l(i, "stop-opacity", "0.5"), l(o, "id", n[4]), l(o, "gradientUnits", "userSpaceOnUse"), l(e, "class", "straight-line svelte-1omzoh4"), l(e, "viewBox", "0 0 148 1"), l(e, "preserveAspectRatio", "none");
44
+ e = H("div"), i = _("svg"), h = _("defs"), r = _("linearGradient"), s = _("stop"), a = _("stop"), n && n.c(), l(s, "offset", "25%"), l(s, "stop-color", t[5]), l(s, "stop-opacity", "1"), l(a, "offset", "100%"), l(a, "stop-color", t[5]), l(a, "stop-opacity", "0.5"), l(r, "x1", 0.5), l(r, "y1", 0.5), l(r, "x2", t[8]), l(r, "y2", 0.5), l(r, "id", t[10]), l(r, "gradientUnits", "userSpaceOnUse"), l(i, "class", "straight-line svelte-xuejcm"), l(i, "viewBox", d = "0 0 " + t[8] + " " + t[7]), l(i, "preserveAspectRatio", "none"), l(e, "class", "line svelte-xuejcm"), g(e, "vertical", t[9]), g(e, "horizontal", !t[9]), v(e, "width", t[8] + "px"), v(e, "height", t[7] + "px");
43
45
  },
44
- m(f, s) {
45
- y(f, e, s), d(e, a), d(a, o), d(o, r), d(o, i), t && t.m(e, null);
46
+ m(o, u) {
47
+ L(o, e, u), m(e, i), m(i, h), m(h, r), m(r, s), m(r, a), n && n.m(i, null);
46
48
  },
47
- p(f, [s]) {
48
- f[3] ? t ? (t.p(f, s), s & 8 && c(t, 1)) : (t = m(f), t.c(), c(t, 1), t.m(e, null)) : t && (w(), _(t, 1, 1, () => {
49
- t = null;
50
- }), b());
49
+ p(o, [u]) {
50
+ u & 32 && l(s, "stop-color", o[5]), u & 32 && l(a, "stop-color", o[5]), u & 256 && l(r, "x2", o[8]), o[3] ? n ? (n.p(o, u), u & 8 && y(n, 1)) : (n = z(o), n.c(), y(n, 1), n.m(i, null)) : n && (I(), j(n, 1, 1, () => {
51
+ n = null;
52
+ }), M()), u & 384 && d !== (d = "0 0 " + o[8] + " " + o[7]) && l(i, "viewBox", d), u & 512 && g(e, "vertical", o[9]), u & 512 && g(e, "horizontal", !o[9]), u & 256 && v(e, "width", o[8] + "px"), u & 128 && v(e, "height", o[7] + "px");
51
53
  },
52
- i(f) {
53
- c(t);
54
+ i(o) {
55
+ y(n);
54
56
  },
55
- o(f) {
56
- _(t);
57
+ o(o) {
58
+ j(n);
57
59
  },
58
- d(f) {
59
- f && p(e), t && t.d();
60
+ d(o) {
61
+ o && B(e), n && n.d();
60
62
  }
61
63
  };
62
64
  }
63
- function B(n, e, a) {
64
- let { inDelay: o = 0 } = e, { duration: r = 0 } = e, { outDelay: i = 0 } = e, { unfolded: t } = e;
65
- const f = U();
66
- return n.$$set = (s) => {
67
- "inDelay" in s && a(0, o = s.inDelay), "duration" in s && a(1, r = s.duration), "outDelay" in s && a(2, i = s.outDelay), "unfolded" in s && a(3, t = s.unfolded);
68
- }, [o, r, i, t, f];
65
+ function K(t, e, i) {
66
+ let h, r, s, a, { inDelay: d = 0 } = e, { outDelay: n = 0 } = e, { duration: o = 1e3 } = e, { unfolded: u } = e, { length: c } = e, { direction: w = "horizontal" } = e, { useLinearColor: k = !1 } = e, { color: D = "white" } = e;
67
+ const S = E();
68
+ return t.$$set = (f) => {
69
+ "inDelay" in f && i(0, d = f.inDelay), "outDelay" in f && i(1, n = f.outDelay), "duration" in f && i(2, o = f.duration), "unfolded" in f && i(3, u = f.unfolded), "length" in f && i(11, c = f.length), "direction" in f && i(12, w = f.direction), "useLinearColor" in f && i(4, k = f.useLinearColor), "color" in f && i(5, D = f.color);
70
+ }, t.$$.update = () => {
71
+ t.$$.dirty & 4096 && i(9, h = w === "vertical"), t.$$.dirty & 2048 && i(8, r = c), t.$$.dirty & 2048 && i(6, a = `M0.5 0.5 H ${c}`);
72
+ }, i(7, s = 1), [
73
+ d,
74
+ n,
75
+ o,
76
+ u,
77
+ k,
78
+ D,
79
+ a,
80
+ s,
81
+ r,
82
+ h,
83
+ S,
84
+ c,
85
+ w
86
+ ];
69
87
  }
70
- class M extends g {
88
+ class T extends G {
71
89
  constructor(e) {
72
- super(), v(
90
+ super(), U(
73
91
  this,
74
92
  e,
75
- B,
76
- A,
77
- D,
93
+ K,
94
+ J,
95
+ q,
78
96
  {
79
97
  inDelay: 0,
80
- duration: 1,
81
- outDelay: 2,
82
- unfolded: 3
98
+ outDelay: 1,
99
+ duration: 2,
100
+ unfolded: 3,
101
+ length: 11,
102
+ direction: 12,
103
+ useLinearColor: 4,
104
+ color: 5
83
105
  },
84
- q
106
+ F
85
107
  );
86
108
  }
87
109
  }
88
110
  export {
89
- M as Straight
111
+ T as Straight
90
112
  };