@realsee/dnalogel 3.73.0 → 3.73.1-alpha.2

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 (510) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/PanoTagPlugin/controller/Tag/PlaneTag.d.ts +14 -1
  3. package/dist/PanoTagPlugin/utils/model/mediaPlane.d.ts +7 -0
  4. package/dist/index.cjs.js +49 -49
  5. package/dist/index.js +4840 -4722
  6. package/dist/index.umd.js +70 -70
  7. package/dist/shared-utils/five/getFloorMesh.d.ts +3 -0
  8. package/libs/CruisePlugin/Move.js +3 -2
  9. package/libs/CruisePlugin/Work.js +3 -2
  10. package/libs/CruisePlugin/index.js +7 -6
  11. package/libs/GuideLinePlugin/Controller.js +5 -4
  12. package/libs/GuideLinePlugin/GuideLineItem.js +3 -2
  13. package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
  14. package/libs/GuideLinePlugin/index.js +7 -6
  15. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +230 -230
  16. package/libs/PanoTagPlugin/Components/TagItem.js +231 -219
  17. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.d.ts +14 -1
  18. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +190 -131
  19. package/libs/PanoTagPlugin/controller/index.js +6 -5
  20. package/libs/PanoTagPlugin/index.js +12 -11
  21. package/libs/PanoTagPlugin/utils/model/mediaPlane.d.ts +7 -0
  22. package/libs/PanoTagPlugin/utils/model/mediaPlane.js +167 -136
  23. package/libs/base/BasePlugin.js +1 -1
  24. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +44 -44
  25. package/libs/index.js +149 -148
  26. package/libs/shared-utils/five/getFloorMesh.d.ts +3 -0
  27. package/libs/shared-utils/five/getFloorMesh.js +11 -0
  28. package/libs/shared-utils/logger.js +1 -1
  29. package/libs/vendor/hotkeys-js/dist/hotkeys.esm.js +151 -139
  30. package/package.json +2 -2
  31. package/docs/.nojekyll +0 -1
  32. package/docs/assets/custom.css +0 -0
  33. package/docs/assets/highlight.css +0 -127
  34. package/docs/assets/icons.js +0 -18
  35. package/docs/assets/icons.svg +0 -1
  36. package/docs/assets/main.js +0 -60
  37. package/docs/assets/navigation.js +0 -1
  38. package/docs/assets/search.js +0 -1
  39. package/docs/assets/style.css +0 -1493
  40. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +0 -59
  41. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +0 -71
  42. package/docs/classes/CSS3DRender.html +0 -100
  43. package/docs/classes/GuideLineItem.GuideLineItem.html +0 -21
  44. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +0 -70
  45. package/docs/classes/ModelMakerPluginInstance.html +0 -116
  46. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +0 -52
  47. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +0 -52
  48. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +0 -53
  49. package/docs/classes/ModelRoomLabelController.html +0 -19
  50. package/docs/classes/MoveController.html +0 -45
  51. package/docs/classes/Object3DHelperController.html +0 -45
  52. package/docs/classes/PaintBrush.html +0 -15
  53. package/docs/classes/PanoMeasurePluginLine.html +0 -24
  54. package/docs/classes/PanoMeasurePluginModel.html +0 -23
  55. package/docs/classes/PanoMeasurePluginPoint.html +0 -7
  56. package/docs/classes/PanoMeasurePluginPolyline.html +0 -27
  57. package/docs/classes/PanoTagPluginController.html +0 -111
  58. package/docs/classes/Sculpt.html +0 -77
  59. package/docs/classes/Util.BetterTween.html +0 -6
  60. package/docs/classes/Util.FiveDomEvents.html +0 -13
  61. package/docs/classes/Util.FivePuppet.html +0 -20
  62. package/docs/classes/Util.Interval.html +0 -11
  63. package/docs/classes/Util.LegacyPointHelper.html +0 -7
  64. package/docs/classes/Util.LightTag.html +0 -47
  65. package/docs/classes/Util.LineSegments.html +0 -4
  66. package/docs/classes/Util.Magnifier.html +0 -26
  67. package/docs/classes/Util.Object3D.html +0 -8
  68. package/docs/classes/Util.PointDomHelper.html +0 -8
  69. package/docs/classes/Util.PointHelper.html +0 -10
  70. package/docs/classes/Util.PointSelector.html +0 -66
  71. package/docs/classes/Util.PointSelectorHelper.html +0 -14
  72. package/docs/classes/Util.Rectangle.html +0 -12
  73. package/docs/classes/Util.sculpt.BaseEditor.html +0 -17
  74. package/docs/classes/Util.sculpt.BoxMesh.html +0 -48
  75. package/docs/classes/Util.sculpt.BoxMeshEditor.html +0 -18
  76. package/docs/classes/Util.sculpt.CircleMesh.html +0 -26
  77. package/docs/classes/Util.sculpt.CircleMeshEditor.html +0 -18
  78. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +0 -26
  79. package/docs/classes/Util.sculpt.CylinderMesh.html +0 -25
  80. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +0 -18
  81. package/docs/classes/Util.sculpt.LineMesh.html +0 -34
  82. package/docs/classes/Util.sculpt.PointMesh.html +0 -24
  83. package/docs/classes/Util.sculpt.PolygonMesh.html +0 -40
  84. package/docs/classes/Util.sculpt.PrismMesh.html +0 -48
  85. package/docs/classes/Util.sculpt.PrismMeshEditor.html +0 -18
  86. package/docs/classes/Util.sculpt.RectangleMesh.html +0 -41
  87. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +0 -18
  88. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +0 -44
  89. package/docs/classes/WalkController.html +0 -42
  90. package/docs/enums/CameraMovementEffect.html +0 -4
  91. package/docs/enums/ContentType.html +0 -34
  92. package/docs/enums/DIRECTION.html +0 -5
  93. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +0 -5
  94. package/docs/enums/DimensionType.html +0 -4
  95. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +0 -4
  96. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +0 -5
  97. package/docs/enums/PaintBrushTypeEnum.html +0 -4
  98. package/docs/enums/PointType.html +0 -4
  99. package/docs/enums/Rotation.html +0 -5
  100. package/docs/functions/AreaMakerPlugin.html +0 -1
  101. package/docs/functions/CSS3DRenderPlugin.html +0 -1
  102. package/docs/functions/CameraMovementPlugin.html +0 -2
  103. package/docs/functions/CruisePlugin.html +0 -1
  104. package/docs/functions/CurrentPanoImagePlugin.html +0 -1
  105. package/docs/functions/FloorplanGuidePlugin.html +0 -1
  106. package/docs/functions/GuideLinePlugin.html +0 -1
  107. package/docs/functions/ItemLabelPlugin.html +0 -1
  108. package/docs/functions/MapviewFloorplanPlugin.html +0 -1
  109. package/docs/functions/MeasurePlugin.html +0 -1
  110. package/docs/functions/ModelChassisCompassPlugin.html +0 -2
  111. package/docs/functions/ModelEntryDoorGuidePlugin.html +0 -2
  112. package/docs/functions/ModelFloorplanPlugin.html +0 -1
  113. package/docs/functions/ModelItemLabelPlugin.html +0 -1
  114. package/docs/functions/ModelMakerPlugin.html +0 -1
  115. package/docs/functions/ModelRoomLabelPlugin.html +0 -1
  116. package/docs/functions/ModelTVVideoPlugin.html +0 -1
  117. package/docs/functions/ModelViewPlugin.html +0 -2
  118. package/docs/functions/MovePlugin.html +0 -1
  119. package/docs/functions/Object3DHelperPlugin.html +0 -1
  120. package/docs/functions/PanoCompassPlugin.html +0 -1
  121. package/docs/functions/PanoCursorRaycasterPlugin.html +0 -2
  122. package/docs/functions/PanoDoorLabelPlugin.html +0 -1
  123. package/docs/functions/PanoFloorplanRadarPlugin.html +0 -1
  124. package/docs/functions/PanoMeasurePlugin.html +0 -1
  125. package/docs/functions/PanoRulerPlugin.html +0 -2
  126. package/docs/functions/PanoRulerProPlugin.html +0 -2
  127. package/docs/functions/PanoSpatialTagPlugin.html +0 -2
  128. package/docs/functions/PanoTagPlugin.html +0 -1
  129. package/docs/functions/PanoVideoPlugin.html +0 -10
  130. package/docs/functions/PipelinePlugin.html +0 -1
  131. package/docs/functions/SculptPlugin.html +0 -2
  132. package/docs/functions/SculptPluginForFive.html +0 -2
  133. package/docs/functions/TopviewFloorplanPlugin.html +0 -1
  134. package/docs/functions/Util.awaitNextFrame.html +0 -1
  135. package/docs/functions/Util.blink.html +0 -13
  136. package/docs/functions/Util.blinkWithPreset.html +0 -6
  137. package/docs/functions/Util.bounding.html +0 -1
  138. package/docs/functions/Util.boundingBox.html +0 -1
  139. package/docs/functions/Util.boundingSphere.html +0 -1
  140. package/docs/functions/Util.boxVertex.html +0 -7
  141. package/docs/functions/Util.boxVertexes.html +0 -1
  142. package/docs/functions/Util.checkFiveModelLoaded.html +0 -2
  143. package/docs/functions/Util.cleanup.html +0 -3
  144. package/docs/functions/Util.convexHull.html +0 -2
  145. package/docs/functions/Util.equal.html +0 -5
  146. package/docs/functions/Util.fiveModelIsLoaded.html +0 -2
  147. package/docs/functions/Util.getCoordsFromClient.html +0 -1
  148. package/docs/functions/Util.getCoordsFromElement.html +0 -1
  149. package/docs/functions/Util.getFrameTime.html +0 -3
  150. package/docs/functions/Util.getIntersectFromRelativePosition.html +0 -1
  151. package/docs/functions/Util.getRaycasterFromFivePointer.html +0 -1
  152. package/docs/functions/Util.initialCSS3DRender.html +0 -1
  153. package/docs/functions/Util.inside.html +0 -1
  154. package/docs/functions/Util.isModelLike.html +0 -1
  155. package/docs/functions/Util.isNil.html +0 -2
  156. package/docs/functions/Util.isPanoramaLike.html +0 -1
  157. package/docs/functions/Util.lookObject.html +0 -7
  158. package/docs/functions/Util.lookPoint.html +0 -5
  159. package/docs/functions/Util.nextFrame.html +0 -1
  160. package/docs/functions/Util.notNil.html +0 -2
  161. package/docs/functions/Util.reblink.html +0 -13
  162. package/docs/functions/Util.replaceStaticPrefix.html +0 -8
  163. package/docs/functions/Util.requestAnimationFrameInterval.html +0 -5
  164. package/docs/functions/Util.sculpt.createBox.html +0 -1
  165. package/docs/functions/Util.sculpt.createCircle.html +0 -1
  166. package/docs/functions/Util.sculpt.createCylinder.html +0 -1
  167. package/docs/functions/Util.sculpt.createLine.html +0 -2
  168. package/docs/functions/Util.sculpt.createPoint.html +0 -1
  169. package/docs/functions/Util.sculpt.createPolygon.html +0 -1
  170. package/docs/functions/Util.sculpt.createPrism.html +0 -1
  171. package/docs/functions/Util.sculpt.createRectangle.html +0 -2
  172. package/docs/functions/Util.tag.html +0 -1
  173. package/docs/functions/Util.tweenProgress.html +0 -1
  174. package/docs/functions/Util.uuid.html +0 -2
  175. package/docs/functions/Util.waitFiveModelLoaded.html +0 -2
  176. package/docs/functions/Util.worldBounding.html +0 -1
  177. package/docs/functions/Util.worldBoundingBox.html +0 -1
  178. package/docs/functions/Util.worldBoundingSphere.html +0 -1
  179. package/docs/functions/createPolyline.html +0 -2
  180. package/docs/functions/pluginFlag.html +0 -1
  181. package/docs/hierarchy.html +0 -1
  182. package/docs/index.html +0 -70
  183. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +0 -4
  184. package/docs/interfaces/AreaMakerPluginType.Config.html +0 -8
  185. package/docs/interfaces/AreaMakerPluginType.EventMap.html +0 -25
  186. package/docs/interfaces/AreaMakerPluginType.Params.html +0 -4
  187. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +0 -20
  188. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +0 -13
  189. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +0 -9
  190. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +0 -3
  191. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +0 -3
  192. package/docs/interfaces/AreaMakerPluginType.State.html +0 -8
  193. package/docs/interfaces/BoxAnimationConfig.html +0 -6
  194. package/docs/interfaces/CSS3DRenderPluginEventMap.html +0 -9
  195. package/docs/interfaces/CSS3DRenderPluginState.html +0 -7
  196. package/docs/interfaces/CameraMovementPluginExportType.html +0 -11
  197. package/docs/interfaces/ContentTypeMapInterface.html +0 -73
  198. package/docs/interfaces/CruisePluginTypes.Config.html +0 -7
  199. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +0 -8
  200. package/docs/interfaces/CruisePluginTypes.EventMap.html +0 -33
  201. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +0 -6
  202. package/docs/interfaces/CruisePluginTypes.MoveAction.html +0 -16
  203. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +0 -19
  204. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +0 -20
  205. package/docs/interfaces/CruisePluginTypes.PluginData.html +0 -8
  206. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +0 -2
  207. package/docs/interfaces/CruisePluginTypes.PluginState.html +0 -15
  208. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +0 -13
  209. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +0 -15
  210. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +0 -4
  211. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +0 -3
  212. package/docs/interfaces/CurrentPanoImagePluginType.State.html +0 -7
  213. package/docs/interfaces/FloorplanBounding.html +0 -9
  214. package/docs/interfaces/FloorplanData.html +0 -7
  215. package/docs/interfaces/FloorplanEntrance.html +0 -14
  216. package/docs/interfaces/FloorplanExtraObject.html +0 -9
  217. package/docs/interfaces/FloorplanExtraObject3D.html +0 -5
  218. package/docs/interfaces/FloorplanFloorData.html +0 -9
  219. package/docs/interfaces/FloorplanImagePosition.html +0 -4
  220. package/docs/interfaces/FloorplanObserver.html +0 -8
  221. package/docs/interfaces/FloorplanOutlineItem.html +0 -6
  222. package/docs/interfaces/FloorplanPosition.html +0 -4
  223. package/docs/interfaces/FloorplanRoomItem.html +0 -24
  224. package/docs/interfaces/FloorplanRoomLabelItem.html +0 -6
  225. package/docs/interfaces/FloorplanServerBounding.html +0 -9
  226. package/docs/interfaces/FloorplanServerComputedData.html +0 -6
  227. package/docs/interfaces/FloorplanServerData.html +0 -4
  228. package/docs/interfaces/FloorplanServerDoorItem.html +0 -6
  229. package/docs/interfaces/FloorplanServerDoorPosition.html +0 -4
  230. package/docs/interfaces/FloorplanServerEntrance.html +0 -14
  231. package/docs/interfaces/FloorplanServerFloorData.html +0 -8
  232. package/docs/interfaces/FloorplanServerImagePosition.html +0 -4
  233. package/docs/interfaces/FloorplanServerObserver.html +0 -8
  234. package/docs/interfaces/FloorplanServerOutlineItem.html +0 -6
  235. package/docs/interfaces/FloorplanServerPosition.html +0 -4
  236. package/docs/interfaces/FloorplanServerRoomItem.html +0 -27
  237. package/docs/interfaces/FloorplanServerRoomLabelItem.html +0 -6
  238. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +0 -4
  239. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +0 -7
  240. package/docs/interfaces/GuideLinePluginType.EventMap.html +0 -13
  241. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +0 -5
  242. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +0 -8
  243. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +0 -2
  244. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +0 -32
  245. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +0 -4
  246. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +0 -5
  247. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +0 -42
  248. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +0 -3
  249. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +0 -57
  250. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +0 -1
  251. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +0 -2
  252. package/docs/interfaces/GuideLinePluginType.PluginState.html +0 -7
  253. package/docs/interfaces/GuideLinePluginType.Route.html +0 -13
  254. package/docs/interfaces/HelperOffset.html +0 -4
  255. package/docs/interfaces/ImagePlaneGroup.html +0 -3
  256. package/docs/interfaces/ItemLabelPluginData.html +0 -2
  257. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +0 -7
  258. package/docs/interfaces/ItemLabelPluginParametersType.html +0 -5
  259. package/docs/interfaces/MinMax.html +0 -3
  260. package/docs/interfaces/ModelChassisCompassPluginData.html +0 -3
  261. package/docs/interfaces/ModelChassisCompassPluginExportType.html +0 -4
  262. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +0 -3
  263. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +0 -4
  264. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +0 -4
  265. package/docs/interfaces/ModelItemLabelPluginData.html +0 -2
  266. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +0 -7
  267. package/docs/interfaces/ModelItemLabelPluginParametersType.html +0 -3
  268. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +0 -17
  269. package/docs/interfaces/ModelMakerPluginType.EventMap.html +0 -18
  270. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +0 -23
  271. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +0 -11
  272. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +0 -10
  273. package/docs/interfaces/ModelMakerPluginType.ServerData.html +0 -3
  274. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +0 -10
  275. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +0 -10
  276. package/docs/interfaces/ModelMakerPluginType.State.html +0 -8
  277. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +0 -11
  278. package/docs/interfaces/ModelRoomLabelPluginData.html +0 -2
  279. package/docs/interfaces/ModelTVVideoPluginData.html +0 -5
  280. package/docs/interfaces/ModelTVVideoPluginExportType.html +0 -4
  281. package/docs/interfaces/ModelTVVideoPluginParameterType.html +0 -2
  282. package/docs/interfaces/ModelViewPluginExportType.html +0 -8
  283. package/docs/interfaces/Object3DHelperState.html +0 -4
  284. package/docs/interfaces/ObjectHelperControllers.html +0 -5
  285. package/docs/interfaces/PaintBrushAction.html +0 -14
  286. package/docs/interfaces/PaintBrushConfigs.html +0 -8
  287. package/docs/interfaces/PaintBrushState.html +0 -6
  288. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +0 -16
  289. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +0 -1
  290. package/docs/interfaces/PanoMeasureParameterType.html +0 -20
  291. package/docs/interfaces/PanoMeasurePluginLineJson.html +0 -4
  292. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +0 -4
  293. package/docs/interfaces/PanoMeasurePluginPointJson.html +0 -3
  294. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +0 -7
  295. package/docs/interfaces/PanoRulerPluginExportType.html +0 -6
  296. package/docs/interfaces/PanoRulerPluginOptions.html +0 -3
  297. package/docs/interfaces/PanoRulerPluginParameterType.html +0 -4
  298. package/docs/interfaces/PanoRulerProPluginExportType.html +0 -5
  299. package/docs/interfaces/PanoRulerProPluginOptions.html +0 -3
  300. package/docs/interfaces/PanoRulerProPluginParameterType.html +0 -3
  301. package/docs/interfaces/PanoRulerProPluginState.html +0 -4
  302. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +0 -1
  303. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +0 -1
  304. package/docs/interfaces/PanoSpatialTagPluginData.html +0 -7
  305. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +0 -6
  306. package/docs/interfaces/PanoSpatialTagPluginExportType.html +0 -9
  307. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +0 -6
  308. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +0 -9
  309. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +0 -7
  310. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +0 -6
  311. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +0 -3
  312. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +0 -8
  313. package/docs/interfaces/PanoVideoPluginType.PluginData.html +0 -2
  314. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +0 -15
  315. package/docs/interfaces/PanoVideoPluginType.PluginState.html +0 -2
  316. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +0 -14
  317. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +0 -13
  318. package/docs/interfaces/PluginEventMap.html +0 -16
  319. package/docs/interfaces/Point.html +0 -4
  320. package/docs/interfaces/Room.html +0 -5
  321. package/docs/interfaces/RoomInfo.html +0 -3
  322. package/docs/interfaces/RoomLabel.html +0 -16
  323. package/docs/interfaces/RoomRules.html +0 -1
  324. package/docs/interfaces/Rooms.html +0 -1
  325. package/docs/interfaces/Scissor.html +0 -13
  326. package/docs/interfaces/SculptConfig.html +0 -14
  327. package/docs/interfaces/State.html +0 -7
  328. package/docs/interfaces/TagCacheInterface.html +0 -9
  329. package/docs/interfaces/TagConfig.html +0 -164
  330. package/docs/interfaces/TagGLTFObjectGroup.html +0 -3
  331. package/docs/interfaces/TagIconAnimationConfig.html +0 -7
  332. package/docs/interfaces/TagIconUrl.html +0 -20
  333. package/docs/interfaces/TagObjectGroup.html +0 -3
  334. package/docs/interfaces/TagState.html +0 -3
  335. package/docs/interfaces/TagStyle.html +0 -5
  336. package/docs/interfaces/Tags.html +0 -8
  337. package/docs/interfaces/TemporaryState.html +0 -2
  338. package/docs/interfaces/Util.AnimeInstance.html +0 -14
  339. package/docs/interfaces/Util.BlinkAnimeOptions.html +0 -21
  340. package/docs/interfaces/Util.EventHandlerConfig.html +0 -21
  341. package/docs/interfaces/Util.FiveDomEvent.html +0 -7
  342. package/docs/interfaces/Util.FiveDomEventMap.html +0 -20
  343. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +0 -4
  344. package/docs/interfaces/Util.MagnifierParameter.html +0 -13
  345. package/docs/interfaces/Util.MouseGroupParameter.html +0 -4
  346. package/docs/interfaces/Util.ObjectInitialState.html +0 -9
  347. package/docs/interfaces/Util.PointIntersection.html +0 -21
  348. package/docs/interfaces/Util.PointSelectorHelperConfig.html +0 -6
  349. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +0 -27
  350. package/docs/modules/AreaMakerPluginType.html +0 -17
  351. package/docs/modules/CruisePluginTypes.html +0 -14
  352. package/docs/modules/CurrentPanoImagePluginType.html +0 -6
  353. package/docs/modules/GuideLineItem.html +0 -2
  354. package/docs/modules/GuideLineModeItem.html +0 -3
  355. package/docs/modules/GuideLinePluginType.html +0 -25
  356. package/docs/modules/ModelMakerPluginType.html +0 -19
  357. package/docs/modules/PanoVideoPluginType.html +0 -8
  358. package/docs/modules/SculptData.html +0 -9
  359. package/docs/modules/SculptType.html +0 -2
  360. package/docs/modules/Util.html +0 -86
  361. package/docs/modules/Util.sculpt.html +0 -25
  362. package/docs/modules.html +0 -279
  363. package/docs/types/AddObject3DHelperConfig.html +0 -19
  364. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +0 -7
  365. package/docs/types/AreaMakerPluginType.ItemRenderer.html +0 -1
  366. package/docs/types/AreaMakerPluginType.PluginData.html +0 -2
  367. package/docs/types/AreaMakerPluginType.ServerData.html +0 -2
  368. package/docs/types/ArrayPosition.html +0 -1
  369. package/docs/types/AudioAppearance.html +0 -1
  370. package/docs/types/CSS3DRenderExportType.html +0 -1
  371. package/docs/types/CSS3DRenderPluginExportType.html +0 -1
  372. package/docs/types/CSS3DRenderPluginParameterType.html +0 -1
  373. package/docs/types/ClassFunctionParameters.html +0 -1
  374. package/docs/types/Color.html +0 -1
  375. package/docs/types/ContentTypeConfigKey.html +0 -1
  376. package/docs/types/ContentTypeConfigKeySplit.html +0 -1
  377. package/docs/types/ContentTypeMap.html +0 -1
  378. package/docs/types/Create3DDomContainerReturnType.html +0 -1
  379. package/docs/types/Create3DElementReturnType.html +0 -1
  380. package/docs/types/CruisePluginExportType.html +0 -1
  381. package/docs/types/CruisePluginTypes.CruiseData.html +0 -5
  382. package/docs/types/CruisePluginTypes.MoveEffect.html +0 -1
  383. package/docs/types/CurrentPanoImagePluginExportType.html +0 -1
  384. package/docs/types/DeprecatedMediaPlaneProperty.html +0 -3
  385. package/docs/types/DeprecatedTagProperty.html +0 -3
  386. package/docs/types/Direction-1.html +0 -1
  387. package/docs/types/Direction4.html +0 -1
  388. package/docs/types/ElementRenderer.html +0 -2
  389. package/docs/types/FloorplanGuidePluginParameterType.html +0 -1
  390. package/docs/types/FloorplanGuidePluginReturnType.html +0 -1
  391. package/docs/types/FloorplanRuleLabels.html +0 -2
  392. package/docs/types/FloorplanServerRuleLabels.html +0 -1
  393. package/docs/types/GuideLinePluginExportType.html +0 -1
  394. package/docs/types/GuideLinePluginType.GuideLineItem.html +0 -2
  395. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +0 -1
  396. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +0 -1
  397. package/docs/types/GuideLinePluginType.GuideLineStyle.html +0 -2
  398. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +0 -2
  399. package/docs/types/GuideLinePluginType.PathItem.html +0 -2
  400. package/docs/types/GuideLinePluginType.PluginData.html +0 -2
  401. package/docs/types/GuideLinePluginType.RouteConfig.html +0 -4
  402. package/docs/types/HelperEventMap.html +0 -1
  403. package/docs/types/InternalHelperEventMap.html +0 -1
  404. package/docs/types/MapviewFloorplanPluginParameterType.html +0 -1
  405. package/docs/types/MapviewFloorplanPluginReturnType.html +0 -1
  406. package/docs/types/MeasureEndReason.html +0 -1
  407. package/docs/types/MeasurePluginConfig.html +0 -5
  408. package/docs/types/MediaData.html +0 -2
  409. package/docs/types/MediaStore.html +0 -1
  410. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +0 -1
  411. package/docs/types/ModelFloorplanPluginParameterType.html +0 -1
  412. package/docs/types/ModelFloorplanPluginReturnType.html +0 -1
  413. package/docs/types/ModelId.html +0 -1
  414. package/docs/types/ModelMakerPluginType.ElementRenderer.html +0 -1
  415. package/docs/types/ModelMakerPluginType.ItemType.html +0 -2
  416. package/docs/types/ModelMakerPluginType.MarkerItem.html +0 -1
  417. package/docs/types/ModelMakerPluginType.ServerItem.html +0 -2
  418. package/docs/types/ModelRoomLabelPluginParameters.html +0 -1
  419. package/docs/types/ModelRoomLabelPluginReturnType.html +0 -1
  420. package/docs/types/MoveArgs.html +0 -2
  421. package/docs/types/MoveOpts.html +0 -2
  422. package/docs/types/Object3DHelperEventMap.html +0 -1
  423. package/docs/types/ObjectFit.html +0 -1
  424. package/docs/types/PaintBrushEventMap.html +0 -1
  425. package/docs/types/PanoCompassPluginData.html +0 -1
  426. package/docs/types/PanoCompassPluginExportType.html +0 -1
  427. package/docs/types/PanoCompassPluginParameterType.html +0 -1
  428. package/docs/types/PanoFloorplanRadarPluginParameterType.html +0 -1
  429. package/docs/types/PanoFloorplanRadarPluginReturnType.html +0 -1
  430. package/docs/types/PanoIndex.html +0 -1
  431. package/docs/types/PanoMeasurePluginEvent.html +0 -1
  432. package/docs/types/PanoMeasureReturnType.html +0 -1
  433. package/docs/types/PanoSpatialTagPluginId.html +0 -1
  434. package/docs/types/PanoTagPluginExportInterface.html +0 -1
  435. package/docs/types/PanoTagPluginParamsInterface.html +0 -1
  436. package/docs/types/PanoVideoPluginParameterType.html +0 -1
  437. package/docs/types/PanoVideoPluginReturnType.html +0 -1
  438. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +0 -2
  439. package/docs/types/PipelinePluginParameterType.html +0 -1
  440. package/docs/types/PipelinePluginReturnType.html +0 -1
  441. package/docs/types/PlaneTag.html +0 -2
  442. package/docs/types/Point2DTag.html +0 -2
  443. package/docs/types/Point3DTag.html +0 -2
  444. package/docs/types/PointTagInstance.html +0 -1
  445. package/docs/types/Position.html +0 -1
  446. package/docs/types/PositionFrom.html +0 -1
  447. package/docs/types/RotateArgs.html +0 -2
  448. package/docs/types/RotateOpts.html +0 -2
  449. package/docs/types/RuleLabelsKey.html +0 -1
  450. package/docs/types/RuleLabelsValue.html +0 -1
  451. package/docs/types/ScaleCallback.html +0 -1
  452. package/docs/types/ScalePosition.html +0 -3
  453. package/docs/types/SculptData.BoxData.html +0 -1
  454. package/docs/types/SculptData.CircleData.html +0 -1
  455. package/docs/types/SculptData.CylinderData.html +0 -1
  456. package/docs/types/SculptData.PointData.html +0 -1
  457. package/docs/types/SculptData.PolygonData.html +0 -1
  458. package/docs/types/SculptData.PolylineData.html +0 -1
  459. package/docs/types/SculptData.PrismData.html +0 -1
  460. package/docs/types/SculptData.RectangleData.html +0 -1
  461. package/docs/types/SculptType.Theme.html +0 -10
  462. package/docs/types/StickType.html +0 -1
  463. package/docs/types/Tag.html +0 -17
  464. package/docs/types/Tag2D.html +0 -2
  465. package/docs/types/Tag3D.html +0 -2
  466. package/docs/types/TagClickParams.html +0 -1
  467. package/docs/types/TagConfigByKey.html +0 -1
  468. package/docs/types/TagContentType.html +0 -1
  469. package/docs/types/TagContentTypeMapping.html +0 -1
  470. package/docs/types/TagDimensionType.html +0 -1
  471. package/docs/types/TagElement.html +0 -2
  472. package/docs/types/TagEvents.html +0 -1
  473. package/docs/types/TagGLTFObject.html +0 -1
  474. package/docs/types/TagHooks.html +0 -1
  475. package/docs/types/TagId.html +0 -1
  476. package/docs/types/TagInstance.html +0 -1
  477. package/docs/types/TagPlacement.html +0 -5
  478. package/docs/types/TagPointType.html +0 -2
  479. package/docs/types/TagRendererMap.html +0 -1
  480. package/docs/types/TopviewFloorplanPluginParameterType.html +0 -1
  481. package/docs/types/TopviewFloorplanPluginReturnType.html +0 -1
  482. package/docs/types/Util.ActionIfNoIntersection.html +0 -1
  483. package/docs/types/Util.AdherePoint.html +0 -2
  484. package/docs/types/Util.PointSelectorConfig.html +0 -1
  485. package/docs/types/Util.SupportedTarget.html +0 -2
  486. package/docs/types/Util.Target.html +0 -2
  487. package/docs/types/Util.ThreeObject.html +0 -2
  488. package/docs/types/WorkCode.html +0 -1
  489. package/docs/variables/FLOOR_TYPE_MAP.html +0 -2
  490. package/docs/variables/PLUGIN.html +0 -1
  491. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +0 -2
  492. package/docs/variables/ROOM_TYPE_MAP.html +0 -2
  493. package/docs/variables/Util.ANIME_PRESETS.html +0 -2
  494. package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +0 -2
  495. package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +0 -2
  496. package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +0 -2
  497. package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +0 -2
  498. package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +0 -2
  499. package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +0 -2
  500. package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +0 -2
  501. package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +0 -2
  502. package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +0 -2
  503. package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +0 -2
  504. package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +0 -2
  505. package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +0 -2
  506. package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +0 -2
  507. package/docs/variables/defaultGlobalConfig.html +0 -1
  508. package/docs/variables/itemLabelPluginServerParams.html +0 -1
  509. package/docs/variables/modelItemLabelPluginServerParams.html +0 -1
  510. package/docs/variables/modelRoomLabelPluginServerParams.html +0 -1
@@ -1,32 +1,32 @@
1
1
  const j = typeof navigator != "undefined" ? navigator.userAgent.toLowerCase().indexOf("firefox") > 0 : !1;
2
- function A(e, t, i, n) {
3
- e.addEventListener ? e.addEventListener(t, i, n) : e.attachEvent && e.attachEvent("on".concat(t), i);
2
+ function A(e, t, s, n) {
3
+ e.addEventListener ? e.addEventListener(t, s, n) : e.attachEvent && e.attachEvent("on".concat(t), s);
4
4
  }
5
- function O(e, t, i, n) {
6
- e.removeEventListener ? e.removeEventListener(t, i, n) : e.detachEvent && e.detachEvent("on".concat(t), i);
5
+ function E(e, t, s, n) {
6
+ e.removeEventListener ? e.removeEventListener(t, s, n) : e.detachEvent && e.detachEvent("on".concat(t), s);
7
7
  }
8
8
  function B(e, t) {
9
- const i = t.slice(0, t.length - 1);
10
- for (let n = 0; n < i.length; n++)
11
- i[n] = e[i[n].toLowerCase()];
12
- return i;
9
+ const s = t.slice(0, t.length - 1);
10
+ for (let n = 0; n < s.length; n++)
11
+ s[n] = e[s[n].toLowerCase()];
12
+ return s;
13
13
  }
14
14
  function D(e) {
15
15
  typeof e != "string" && (e = ""), e = e.replace(/\s/g, "");
16
16
  const t = e.split(",");
17
- let i = t.lastIndexOf("");
18
- for (; i >= 0; )
19
- t[i - 1] += ",", t.splice(i, 1), i = t.lastIndexOf("");
17
+ let s = t.lastIndexOf("");
18
+ for (; s >= 0; )
19
+ t[s - 1] += ",", t.splice(s, 1), s = t.lastIndexOf("");
20
20
  return t;
21
21
  }
22
22
  function H(e, t) {
23
- const i = e.length >= t.length ? e : t, n = e.length >= t.length ? t : e;
24
- let s = !0;
25
- for (let r = 0; r < i.length; r++)
26
- n.indexOf(i[r]) === -1 && (s = !1);
27
- return s;
23
+ const s = e.length >= t.length ? e : t, n = e.length >= t.length ? t : e;
24
+ let i = !0;
25
+ for (let r = 0; r < s.length; r++)
26
+ n.indexOf(s[r]) === -1 && (i = !1);
27
+ return i;
28
28
  }
29
- const b = {
29
+ const x = {
30
30
  backspace: 8,
31
31
  "⌫": 8,
32
32
  tab: 9,
@@ -41,6 +41,11 @@ const b = {
41
41
  up: 38,
42
42
  right: 39,
43
43
  down: 40,
44
+ /// https://w3c.github.io/uievents/#events-keyboard-key-location
45
+ arrowup: 38,
46
+ arrowdown: 40,
47
+ arrowleft: 37,
48
+ arrowright: 39,
44
49
  del: 46,
45
50
  delete: 46,
46
51
  ins: 45,
@@ -75,10 +80,12 @@ const b = {
75
80
  "=": j ? 61 : 187,
76
81
  ";": j ? 59 : 186,
77
82
  "'": 222,
83
+ "{": 219,
84
+ "}": 221,
78
85
  "[": 219,
79
86
  "]": 221,
80
87
  "\\": 220
81
- }, g = {
88
+ }, y = {
82
89
  // shiftKey
83
90
  "⇧": 16,
84
91
  shift: 16,
@@ -93,8 +100,9 @@ const b = {
93
100
  // metaKey
94
101
  "⌘": 91,
95
102
  cmd: 91,
103
+ meta: 91,
96
104
  command: 91
97
- }, C = {
105
+ }, b = {
98
106
  16: "shiftKey",
99
107
  18: "altKey",
100
108
  17: "ctrlKey",
@@ -103,20 +111,20 @@ const b = {
103
111
  ctrlKey: 17,
104
112
  altKey: 18,
105
113
  metaKey: 91
106
- }, u = {
114
+ }, a = {
107
115
  16: !1,
108
116
  18: !1,
109
117
  17: !1,
110
118
  91: !1
111
119
  }, c = {};
112
120
  for (let e = 1; e < 20; e++)
113
- b["f".concat(e)] = 111 + e;
114
- let f = [], E = null, z = "all";
115
- const w = /* @__PURE__ */ new Map(), L = (e) => b[e.toLowerCase()] || g[e.toLowerCase()] || e.toUpperCase().charCodeAt(0), I = (e) => Object.keys(b).find((t) => b[t] === e), R = (e) => Object.keys(g).find((t) => g[t] === e);
121
+ x["f".concat(e)] = 111 + e;
122
+ let f = [], L = null, z = "all";
123
+ const w = /* @__PURE__ */ new Map(), O = (e) => x[e.toLowerCase()] || y[e.toLowerCase()] || e.toUpperCase().charCodeAt(0), I = (e) => Object.keys(x).find((t) => x[t] === e), R = (e) => Object.keys(y).find((t) => y[t] === e);
116
124
  function F(e) {
117
125
  z = e || "all";
118
126
  }
119
- function x() {
127
+ function _() {
120
128
  return z || "all";
121
129
  }
122
130
  function V() {
@@ -128,168 +136,172 @@ function X() {
128
136
  function q() {
129
137
  const e = [];
130
138
  return Object.keys(c).forEach((t) => {
131
- c[t].forEach((i) => {
139
+ c[t].forEach((s) => {
132
140
  let {
133
141
  key: n,
134
- scope: s,
142
+ scope: i,
135
143
  mods: r,
136
144
  shortcut: l
137
- } = i;
145
+ } = s;
138
146
  e.push({
139
- scope: s,
147
+ scope: i,
140
148
  shortcut: l,
141
149
  mods: r,
142
- keys: n.split("+").map((o) => L(o))
150
+ keys: n.split("+").map((o) => O(o))
143
151
  });
144
152
  });
145
153
  }), e;
146
154
  }
147
- function v(e) {
155
+ function J(e) {
148
156
  const t = e.target || e.srcElement, {
149
- tagName: i
157
+ tagName: s
150
158
  } = t;
151
159
  let n = !0;
152
- const s = i === "INPUT" && !["checkbox", "radio", "range", "button", "file", "reset", "submit", "color"].includes(t.type);
153
- return (t.isContentEditable || (s || i === "TEXTAREA" || i === "SELECT") && !t.readOnly) && (n = !1), n;
160
+ const i = s === "INPUT" && !["checkbox", "radio", "range", "button", "file", "reset", "submit", "color"].includes(t.type);
161
+ return (t.isContentEditable || (i || s === "TEXTAREA" || s === "SELECT") && !t.readOnly) && (n = !1), n;
154
162
  }
155
- function J(e) {
156
- return typeof e == "string" && (e = L(e)), f.indexOf(e) !== -1;
163
+ function Q(e) {
164
+ return typeof e == "string" && (e = O(e)), f.indexOf(e) !== -1;
157
165
  }
158
- function Q(e, t) {
159
- let i, n;
160
- e || (e = x());
161
- for (const s in c)
162
- if (Object.prototype.hasOwnProperty.call(c, s))
163
- for (i = c[s], n = 0; n < i.length; )
164
- i[n].scope === e ? i.splice(n, 1).forEach((l) => {
166
+ function W(e, t) {
167
+ let s, n;
168
+ e || (e = _());
169
+ for (const i in c)
170
+ if (Object.prototype.hasOwnProperty.call(c, i))
171
+ for (s = c[i], n = 0; n < s.length; )
172
+ s[n].scope === e ? s.splice(n, 1).forEach((l) => {
165
173
  let {
166
174
  element: o
167
175
  } = l;
168
176
  return S(o);
169
177
  }) : n++;
170
- x() === e && F(t || "all");
178
+ _() === e && F(t || "all");
171
179
  }
172
- function W(e) {
180
+ function Y(e) {
173
181
  let t = e.keyCode || e.which || e.charCode;
174
- const i = f.indexOf(t);
175
- if (i >= 0 && f.splice(i, 1), e.key && e.key.toLowerCase() === "meta" && f.splice(0, f.length), (t === 93 || t === 224) && (t = 91), t in u) {
176
- u[t] = !1;
177
- for (const n in g)
178
- g[n] === t && (K[n] = !1);
182
+ e.key && e.key.toLowerCase() === "capslock" && (t = O(e.key));
183
+ const s = f.indexOf(t);
184
+ if (s >= 0 && f.splice(s, 1), e.key && e.key.toLowerCase() === "meta" && f.splice(0, f.length), (t === 93 || t === 224) && (t = 91), t in a) {
185
+ a[t] = !1;
186
+ for (const n in y)
187
+ y[n] === t && (k[n] = !1);
179
188
  }
180
189
  }
181
190
  function G(e) {
182
191
  if (typeof e == "undefined")
183
- Object.keys(c).forEach((s) => {
184
- Array.isArray(c[s]) && c[s].forEach((r) => _(r)), delete c[s];
192
+ Object.keys(c).forEach((i) => {
193
+ Array.isArray(c[i]) && c[i].forEach((r) => C(r)), delete c[i];
185
194
  }), S(null);
186
195
  else if (Array.isArray(e))
187
- e.forEach((s) => {
188
- s.key && _(s);
196
+ e.forEach((i) => {
197
+ i.key && C(i);
189
198
  });
190
199
  else if (typeof e == "object")
191
- e.key && _(e);
200
+ e.key && C(e);
192
201
  else if (typeof e == "string") {
193
- for (var t = arguments.length, i = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
194
- i[n - 1] = arguments[n];
195
- let [s, r] = i;
196
- typeof s == "function" && (r = s, s = ""), _({
202
+ for (var t = arguments.length, s = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
203
+ s[n - 1] = arguments[n];
204
+ let [i, r] = s;
205
+ typeof i == "function" && (r = i, i = ""), C({
197
206
  key: e,
198
- scope: s,
207
+ scope: i,
199
208
  method: r,
200
209
  splitKey: "+"
201
210
  });
202
211
  }
203
212
  }
204
- const _ = (e) => {
213
+ const C = (e) => {
205
214
  let {
206
215
  key: t,
207
- scope: i,
216
+ scope: s,
208
217
  method: n,
209
- splitKey: s = "+"
218
+ splitKey: i = "+"
210
219
  } = e;
211
220
  D(t).forEach((l) => {
212
- const o = l.split(s), a = o.length, y = o[a - 1], h = y === "*" ? "*" : L(y);
213
- if (!c[h])
221
+ const o = l.split(i), u = o.length, h = o[u - 1], g = h === "*" ? "*" : O(h);
222
+ if (!c[g])
214
223
  return;
215
- i || (i = x());
216
- const p = a > 1 ? B(g, o) : [], m = [];
217
- c[h] = c[h].filter((d) => {
218
- const k = (n ? d.method === n : !0) && d.scope === i && H(d.mods, p);
219
- return k && m.push(d.element), !k;
224
+ s || (s = _());
225
+ const p = u > 1 ? B(y, o) : [], m = [];
226
+ c[g] = c[g].filter((d) => {
227
+ const K = (n ? d.method === n : !0) && d.scope === s && H(d.mods, p);
228
+ return K && m.push(d.element), !K;
220
229
  }), m.forEach((d) => S(d));
221
230
  });
222
231
  };
223
- function T(e, t, i, n) {
232
+ function T(e, t, s, n) {
224
233
  if (t.element !== n)
225
234
  return;
226
- let s;
227
- if (t.scope === i || t.scope === "all") {
228
- s = t.mods.length > 0;
229
- for (const r in u)
230
- Object.prototype.hasOwnProperty.call(u, r) && (!u[r] && t.mods.indexOf(+r) > -1 || u[r] && t.mods.indexOf(+r) === -1) && (s = !1);
231
- (t.mods.length === 0 && !u[16] && !u[18] && !u[17] && !u[91] || s || t.shortcut === "*") && (t.keys = [], t.keys = t.keys.concat(f), t.method(e, t) === !1 && (e.preventDefault ? e.preventDefault() : e.returnValue = !1, e.stopPropagation && e.stopPropagation(), e.cancelBubble && (e.cancelBubble = !0)));
235
+ let i;
236
+ if (t.scope === s || t.scope === "all") {
237
+ i = t.mods.length > 0;
238
+ for (const r in a)
239
+ Object.prototype.hasOwnProperty.call(a, r) && (!a[r] && t.mods.indexOf(+r) > -1 || a[r] && t.mods.indexOf(+r) === -1) && (i = !1);
240
+ (t.mods.length === 0 && !a[16] && !a[18] && !a[17] && !a[91] || i || t.shortcut === "*") && (t.keys = [], t.keys = t.keys.concat(f), t.method(e, t) === !1 && (e.preventDefault ? e.preventDefault() : e.returnValue = !1, e.stopPropagation && e.stopPropagation(), e.cancelBubble && (e.cancelBubble = !0)));
232
241
  }
233
242
  }
234
243
  function U(e, t) {
235
- const i = c["*"];
244
+ const s = c["*"];
236
245
  let n = e.keyCode || e.which || e.charCode;
237
- if (!K.filter.call(this, e))
246
+ if (e.key && e.key.toLowerCase() === "capslock" || !k.filter.call(this, e))
238
247
  return;
239
248
  if ((n === 93 || n === 224) && (n = 91), f.indexOf(n) === -1 && n !== 229 && f.push(n), ["metaKey", "ctrlKey", "altKey", "shiftKey"].forEach((o) => {
240
- const a = C[o];
241
- e[o] && f.indexOf(a) === -1 ? f.push(a) : !e[o] && f.indexOf(a) > -1 ? f.splice(f.indexOf(a), 1) : o === "metaKey" && e[o] && (f = f.filter((y) => y in C || y === n));
242
- }), n in u) {
243
- u[n] = !0;
244
- for (const o in g)
245
- g[o] === n && (K[o] = !0);
246
- if (!i)
249
+ const u = b[o];
250
+ e[o] && f.indexOf(u) === -1 ? f.push(u) : !e[o] && f.indexOf(u) > -1 ? f.splice(f.indexOf(u), 1) : o === "metaKey" && e[o] && (f = f.filter((h) => h in b || h === n));
251
+ }), n in a) {
252
+ a[n] = !0;
253
+ for (const o in y)
254
+ if (Object.prototype.hasOwnProperty.call(y, o)) {
255
+ const u = b[y[o]];
256
+ k[o] = e[u];
257
+ }
258
+ if (!s)
247
259
  return;
248
260
  }
249
- for (const o in u)
250
- Object.prototype.hasOwnProperty.call(u, o) && (u[o] = e[C[o]]);
251
- e.getModifierState && !(e.altKey && !e.ctrlKey) && e.getModifierState("AltGraph") && (f.indexOf(17) === -1 && f.push(17), f.indexOf(18) === -1 && f.push(18), u[17] = !0, u[18] = !0);
252
- const s = x();
253
- if (i)
254
- for (let o = 0; o < i.length; o++)
255
- i[o].scope === s && (e.type === "keydown" && i[o].keydown || e.type === "keyup" && i[o].keyup) && T(e, i[o], s, t);
261
+ for (const o in a)
262
+ Object.prototype.hasOwnProperty.call(a, o) && (a[o] = e[b[o]]);
263
+ e.getModifierState && !(e.altKey && !e.ctrlKey) && e.getModifierState("AltGraph") && (f.indexOf(17) === -1 && f.push(17), f.indexOf(18) === -1 && f.push(18), a[17] = !0, a[18] = !0);
264
+ const i = _();
265
+ if (s)
266
+ for (let o = 0; o < s.length; o++)
267
+ s[o].scope === i && (e.type === "keydown" && s[o].keydown || e.type === "keyup" && s[o].keyup) && T(e, s[o], i, t);
256
268
  if (!(n in c))
257
269
  return;
258
270
  const r = c[n], l = r.length;
259
271
  for (let o = 0; o < l; o++)
260
272
  if ((e.type === "keydown" && r[o].keydown || e.type === "keyup" && r[o].keyup) && r[o].key) {
261
- const a = r[o], {
262
- splitKey: y
263
- } = a, h = a.key.split(y), p = [];
264
- for (let m = 0; m < h.length; m++)
265
- p.push(L(h[m]));
266
- p.sort().join("") === f.sort().join("") && T(e, a, s, t);
273
+ const u = r[o], {
274
+ splitKey: h
275
+ } = u, g = u.key.split(h), p = [];
276
+ for (let m = 0; m < g.length; m++)
277
+ p.push(O(g[m]));
278
+ p.sort().join("") === f.sort().join("") && T(e, u, i, t);
267
279
  }
268
280
  }
269
- function K(e, t, i) {
281
+ function k(e, t, s) {
270
282
  f = [];
271
283
  const n = D(e);
272
- let s = [], r = "all", l = document, o = 0, a = !1, y = !0, h = "+", p = !1, m = !1;
273
- for (i === void 0 && typeof t == "function" && (i = t), Object.prototype.toString.call(t) === "[object Object]" && (t.scope && (r = t.scope), t.element && (l = t.element), t.keyup && (a = t.keyup), t.keydown !== void 0 && (y = t.keydown), t.capture !== void 0 && (p = t.capture), typeof t.splitKey == "string" && (h = t.splitKey), t.single === !0 && (m = !0)), typeof t == "string" && (r = t), m && G(e, r); o < n.length; o++)
274
- e = n[o].split(h), s = [], e.length > 1 && (s = B(g, e)), e = e[e.length - 1], e = e === "*" ? "*" : L(e), e in c || (c[e] = []), c[e].push({
275
- keyup: a,
276
- keydown: y,
284
+ let i = [], r = "all", l = document, o = 0, u = !1, h = !0, g = "+", p = !1, m = !1;
285
+ for (s === void 0 && typeof t == "function" && (s = t), Object.prototype.toString.call(t) === "[object Object]" && (t.scope && (r = t.scope), t.element && (l = t.element), t.keyup && (u = t.keyup), t.keydown !== void 0 && (h = t.keydown), t.capture !== void 0 && (p = t.capture), typeof t.splitKey == "string" && (g = t.splitKey), t.single === !0 && (m = !0)), typeof t == "string" && (r = t), m && G(e, r); o < n.length; o++)
286
+ e = n[o].split(g), i = [], e.length > 1 && (i = B(y, e)), e = e[e.length - 1], e = e === "*" ? "*" : O(e), e in c || (c[e] = []), c[e].push({
287
+ keyup: u,
288
+ keydown: h,
277
289
  scope: r,
278
- mods: s,
290
+ mods: i,
279
291
  shortcut: n[o],
280
- method: i,
292
+ method: s,
281
293
  key: n[o],
282
- splitKey: h,
294
+ splitKey: g,
283
295
  element: l
284
296
  });
285
297
  if (typeof l != "undefined" && window) {
286
298
  if (!w.has(l)) {
287
299
  const d = function() {
288
- let k = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.event;
289
- return U(k, l);
300
+ let K = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.event;
301
+ return U(K, l);
290
302
  }, M = function() {
291
- let k = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.event;
292
- U(k, l), W(k);
303
+ let K = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.event;
304
+ U(K, l), Y(K);
293
305
  };
294
306
  w.set(l, {
295
307
  keydownListener: d,
@@ -297,22 +309,22 @@ function K(e, t, i) {
297
309
  capture: p
298
310
  }), A(l, "keydown", d, p), A(l, "keyup", M, p);
299
311
  }
300
- if (!E) {
312
+ if (!L) {
301
313
  const d = () => {
302
314
  f = [];
303
315
  };
304
- E = {
316
+ L = {
305
317
  listener: d,
306
318
  capture: p
307
319
  }, A(window, "focus", d, p);
308
320
  }
309
321
  }
310
322
  }
311
- function Y(e) {
323
+ function Z(e) {
312
324
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "all";
313
- Object.keys(c).forEach((i) => {
314
- c[i].filter((s) => s.scope === t && s.shortcut === e).forEach((s) => {
315
- s && s.method && s.method();
325
+ Object.keys(c).forEach((s) => {
326
+ c[s].filter((i) => i.scope === t && i.shortcut === e).forEach((i) => {
327
+ i && i.method && i.method();
316
328
  });
317
329
  });
318
330
  }
@@ -320,53 +332,53 @@ function S(e) {
320
332
  const t = Object.values(c).flat();
321
333
  if (t.findIndex((n) => {
322
334
  let {
323
- element: s
335
+ element: i
324
336
  } = n;
325
- return s === e;
337
+ return i === e;
326
338
  }) < 0) {
327
339
  const {
328
340
  keydownListener: n,
329
- keyupListenr: s,
341
+ keyupListenr: i,
330
342
  capture: r
331
343
  } = w.get(e) || {};
332
- n && s && (O(e, "keyup", s, r), O(e, "keydown", n, r), w.delete(e));
344
+ n && i && (E(e, "keyup", i, r), E(e, "keydown", n, r), w.delete(e));
333
345
  }
334
- if ((t.length <= 0 || w.size <= 0) && (Object.keys(w).forEach((s) => {
346
+ if ((t.length <= 0 || w.size <= 0) && (Object.keys(w).forEach((i) => {
335
347
  const {
336
348
  keydownListener: r,
337
349
  keyupListenr: l,
338
350
  capture: o
339
- } = w.get(s) || {};
340
- r && l && (O(s, "keyup", l, o), O(s, "keydown", r, o), w.delete(s));
341
- }), w.clear(), Object.keys(c).forEach((s) => delete c[s]), E)) {
351
+ } = w.get(i) || {};
352
+ r && l && (E(i, "keyup", l, o), E(i, "keydown", r, o), w.delete(i));
353
+ }), w.clear(), Object.keys(c).forEach((i) => delete c[i]), L)) {
342
354
  const {
343
- listener: s,
355
+ listener: i,
344
356
  capture: r
345
- } = E;
346
- O(window, "focus", s, r), E = null;
357
+ } = L;
358
+ E(window, "focus", i, r), L = null;
347
359
  }
348
360
  }
349
361
  const P = {
350
362
  getPressedKeyString: X,
351
363
  setScope: F,
352
- getScope: x,
353
- deleteScope: Q,
364
+ getScope: _,
365
+ deleteScope: W,
354
366
  getPressedKeyCodes: V,
355
367
  getAllKeyCodes: q,
356
- isPressed: J,
357
- filter: v,
358
- trigger: Y,
368
+ isPressed: Q,
369
+ filter: J,
370
+ trigger: Z,
359
371
  unbind: G,
360
- keyMap: b,
361
- modifier: g,
362
- modifierMap: C
372
+ keyMap: x,
373
+ modifier: y,
374
+ modifierMap: b
363
375
  };
364
376
  for (const e in P)
365
- Object.prototype.hasOwnProperty.call(P, e) && (K[e] = P[e]);
377
+ Object.prototype.hasOwnProperty.call(P, e) && (k[e] = P[e]);
366
378
  if (typeof window != "undefined") {
367
379
  const e = window.hotkeys;
368
- K.noConflict = (t) => (t && window.hotkeys === K && (window.hotkeys = e), K), window.hotkeys = K;
380
+ k.noConflict = (t) => (t && window.hotkeys === k && (window.hotkeys = e), k), window.hotkeys = k;
369
381
  }
370
382
  export {
371
- K as hotkeys
383
+ k as hotkeys
372
384
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realsee/dnalogel",
3
- "version": "3.73.0",
3
+ "version": "3.73.1-alpha.2",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./libs/index.js",
6
6
  "types": "./libs/index.d.ts",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@babel/core": "^7.22.9",
49
- "@realsee/five": "6.6.12",
49
+ "@realsee/five": "6.6.17",
50
50
  "@sveltejs/vite-plugin-svelte": "^2.4.2",
51
51
  "@tsconfig/svelte": "^4.0.1",
52
52
  "@tweenjs/tween.js": "^23.1.1",
package/docs/.nojekyll DELETED
@@ -1 +0,0 @@
1
- TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
File without changes
@@ -1,127 +0,0 @@
1
- :root {
2
- --light-hl-0: #795E26;
3
- --dark-hl-0: #DCDCAA;
4
- --light-hl-1: #000000;
5
- --dark-hl-1: #D4D4D4;
6
- --light-hl-2: #A31515;
7
- --dark-hl-2: #CE9178;
8
- --light-hl-3: #AF00DB;
9
- --dark-hl-3: #C586C0;
10
- --light-hl-4: #001080;
11
- --dark-hl-4: #9CDCFE;
12
- --light-hl-5: #0000FF;
13
- --dark-hl-5: #569CD6;
14
- --light-hl-6: #0070C1;
15
- --dark-hl-6: #4FC1FF;
16
- --light-hl-7: #008000;
17
- --dark-hl-7: #6A9955;
18
- --light-hl-8: #000000;
19
- --dark-hl-8: #C8C8C8;
20
- --light-hl-9: #811F3F;
21
- --dark-hl-9: #D16969;
22
- --light-hl-10: #EE0000;
23
- --dark-hl-10: #D7BA7D;
24
- --light-hl-11: #000000;
25
- --dark-hl-11: #D7BA7D;
26
- --light-hl-12: #EE0000;
27
- --dark-hl-12: #DCDCAA;
28
- --light-hl-13: #098658;
29
- --dark-hl-13: #B5CEA8;
30
- --light-hl-14: #267F99;
31
- --dark-hl-14: #4EC9B0;
32
- --light-code-background: #FFFFFF;
33
- --dark-code-background: #1E1E1E;
34
- }
35
-
36
- @media (prefers-color-scheme: light) { :root {
37
- --hl-0: var(--light-hl-0);
38
- --hl-1: var(--light-hl-1);
39
- --hl-2: var(--light-hl-2);
40
- --hl-3: var(--light-hl-3);
41
- --hl-4: var(--light-hl-4);
42
- --hl-5: var(--light-hl-5);
43
- --hl-6: var(--light-hl-6);
44
- --hl-7: var(--light-hl-7);
45
- --hl-8: var(--light-hl-8);
46
- --hl-9: var(--light-hl-9);
47
- --hl-10: var(--light-hl-10);
48
- --hl-11: var(--light-hl-11);
49
- --hl-12: var(--light-hl-12);
50
- --hl-13: var(--light-hl-13);
51
- --hl-14: var(--light-hl-14);
52
- --code-background: var(--light-code-background);
53
- } }
54
-
55
- @media (prefers-color-scheme: dark) { :root {
56
- --hl-0: var(--dark-hl-0);
57
- --hl-1: var(--dark-hl-1);
58
- --hl-2: var(--dark-hl-2);
59
- --hl-3: var(--dark-hl-3);
60
- --hl-4: var(--dark-hl-4);
61
- --hl-5: var(--dark-hl-5);
62
- --hl-6: var(--dark-hl-6);
63
- --hl-7: var(--dark-hl-7);
64
- --hl-8: var(--dark-hl-8);
65
- --hl-9: var(--dark-hl-9);
66
- --hl-10: var(--dark-hl-10);
67
- --hl-11: var(--dark-hl-11);
68
- --hl-12: var(--dark-hl-12);
69
- --hl-13: var(--dark-hl-13);
70
- --hl-14: var(--dark-hl-14);
71
- --code-background: var(--dark-code-background);
72
- } }
73
-
74
- :root[data-theme='light'] {
75
- --hl-0: var(--light-hl-0);
76
- --hl-1: var(--light-hl-1);
77
- --hl-2: var(--light-hl-2);
78
- --hl-3: var(--light-hl-3);
79
- --hl-4: var(--light-hl-4);
80
- --hl-5: var(--light-hl-5);
81
- --hl-6: var(--light-hl-6);
82
- --hl-7: var(--light-hl-7);
83
- --hl-8: var(--light-hl-8);
84
- --hl-9: var(--light-hl-9);
85
- --hl-10: var(--light-hl-10);
86
- --hl-11: var(--light-hl-11);
87
- --hl-12: var(--light-hl-12);
88
- --hl-13: var(--light-hl-13);
89
- --hl-14: var(--light-hl-14);
90
- --code-background: var(--light-code-background);
91
- }
92
-
93
- :root[data-theme='dark'] {
94
- --hl-0: var(--dark-hl-0);
95
- --hl-1: var(--dark-hl-1);
96
- --hl-2: var(--dark-hl-2);
97
- --hl-3: var(--dark-hl-3);
98
- --hl-4: var(--dark-hl-4);
99
- --hl-5: var(--dark-hl-5);
100
- --hl-6: var(--dark-hl-6);
101
- --hl-7: var(--dark-hl-7);
102
- --hl-8: var(--dark-hl-8);
103
- --hl-9: var(--dark-hl-9);
104
- --hl-10: var(--dark-hl-10);
105
- --hl-11: var(--dark-hl-11);
106
- --hl-12: var(--dark-hl-12);
107
- --hl-13: var(--dark-hl-13);
108
- --hl-14: var(--dark-hl-14);
109
- --code-background: var(--dark-code-background);
110
- }
111
-
112
- .hl-0 { color: var(--hl-0); }
113
- .hl-1 { color: var(--hl-1); }
114
- .hl-2 { color: var(--hl-2); }
115
- .hl-3 { color: var(--hl-3); }
116
- .hl-4 { color: var(--hl-4); }
117
- .hl-5 { color: var(--hl-5); }
118
- .hl-6 { color: var(--hl-6); }
119
- .hl-7 { color: var(--hl-7); }
120
- .hl-8 { color: var(--hl-8); }
121
- .hl-9 { color: var(--hl-9); }
122
- .hl-10 { color: var(--hl-10); }
123
- .hl-11 { color: var(--hl-11); }
124
- .hl-12 { color: var(--hl-12); }
125
- .hl-13 { color: var(--hl-13); }
126
- .hl-14 { color: var(--hl-14); }
127
- pre, code { background: var(--code-background); }