getfloorplan-gltf-widget 1.11.29

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 (234) hide show
  1. package/README.md +346 -0
  2. package/build/AIXSolutionsVendor.css +1 -0
  3. package/build/Api.js +54 -0
  4. package/build/ClassMaker-DarbH_-a.js +14268 -0
  5. package/build/DebugPanelPlugin.css +1 -0
  6. package/build/Waiter-DTIFLXLw.js +190 -0
  7. package/build/createWidget.css +1 -0
  8. package/build/createWidget.js +34244 -0
  9. package/build/index.js +6 -0
  10. package/build/plugins/DebugPanelPlugin.js +8395 -0
  11. package/build/plugins/SentryPlugin.js +16228 -0
  12. package/build/preventDefault-CoB0CvuT.js +5956 -0
  13. package/build/types/Widget.d.ts +8 -0
  14. package/build/types/api/Api.d.ts +11 -0
  15. package/build/types/api/lib/ApiConstructor.d.ts +8 -0
  16. package/build/types/api/lib/NetworkFallback/index.d.ts +13 -0
  17. package/build/types/api/lib/NetworkFallback/types/TNetworkFallbackConfig.d.ts +59 -0
  18. package/build/types/api/stores/ApiStore/ApiBranding.d.ts +15 -0
  19. package/build/types/api/stores/ApiStore/ApiExplorer.d.ts +34 -0
  20. package/build/types/api/stores/ApiStore/ApiFallback.d.ts +8 -0
  21. package/build/types/api/stores/ApiStore/ApiJson.d.ts +8 -0
  22. package/build/types/api/stores/ApiStore/index.d.ts +29 -0
  23. package/build/types/api/types/TApi/TAperture.d.ts +15 -0
  24. package/build/types/api/types/TApi/TCameraPoint.d.ts +10 -0
  25. package/build/types/api/types/TApi/TCapabilities.d.ts +16 -0
  26. package/build/types/api/types/TApi/TDoor.d.ts +20 -0
  27. package/build/types/api/types/TApi/TFloorData.d.ts +35 -0
  28. package/build/types/api/types/TApi/TIsometricViewData.d.ts +5 -0
  29. package/build/types/api/types/TApi/TLosslessFormat.d.ts +1 -0
  30. package/build/types/api/types/TApi/TLossyFormat.d.ts +1 -0
  31. package/build/types/api/types/TApi/TPanoramaViewData.d.ts +5 -0
  32. package/build/types/api/types/TApi/TPortal.d.ts +11 -0
  33. package/build/types/api/types/TApi/TRenderingSettings.d.ts +14 -0
  34. package/build/types/api/types/TApi/TSceneGeometry.d.ts +7 -0
  35. package/build/types/api/types/TApi/TStair.d.ts +7 -0
  36. package/build/types/api/types/TApi/TTopViewData.d.ts +5 -0
  37. package/build/types/api/types/TApi/TVariant.d.ts +20 -0
  38. package/build/types/api/types/TApi/TWidgetBranding.d.ts +23 -0
  39. package/build/types/api/types/TApi/index.d.ts +8 -0
  40. package/build/types/api/types/TApiError.d.ts +6 -0
  41. package/build/types/api/types/TGLTFData/TGLTFDataV0.d.ts +5 -0
  42. package/build/types/api/types/TGLTFData/TGLTFDataV1.d.ts +21 -0
  43. package/build/types/api/types/TGLTFData/index.d.ts +3 -0
  44. package/build/types/assets/img/index.d.ts +2 -0
  45. package/build/types/components/ApplicationWrapper.d.ts +2 -0
  46. package/build/types/components/EditorApplication/index.d.ts +4 -0
  47. package/build/types/components/WidgetApplication/AdditionalFrame/index.d.ts +2 -0
  48. package/build/types/components/WidgetApplication/ControlPanel/ButtonsContainer/SettingsButton/index.d.ts +3 -0
  49. package/build/types/components/WidgetApplication/ControlPanel/ButtonsContainer/VisibilityButton/index.d.ts +3 -0
  50. package/build/types/components/WidgetApplication/ControlPanel/ButtonsContainer/index.d.ts +3 -0
  51. package/build/types/components/WidgetApplication/ControlPanel/ControlButtons/index.d.ts +3 -0
  52. package/build/types/components/WidgetApplication/ControlPanel/SettingsFrame/index.d.ts +3 -0
  53. package/build/types/components/WidgetApplication/ControlPanel/index.d.ts +3 -0
  54. package/build/types/components/WidgetApplication/ErrorScreen/ErrorScreenWrapper.d.ts +2 -0
  55. package/build/types/components/WidgetApplication/ErrorScreen/index.d.ts +8 -0
  56. package/build/types/components/WidgetApplication/FullscreenButton/index.d.ts +2 -0
  57. package/build/types/components/WidgetApplication/LoadingScreen/index.d.ts +3 -0
  58. package/build/types/components/WidgetApplication/Logger/index.d.ts +3 -0
  59. package/build/types/components/WidgetApplication/Logo/index.d.ts +3 -0
  60. package/build/types/components/WidgetApplication/MadeBy/index.d.ts +3 -0
  61. package/build/types/components/WidgetApplication/MapOverlay/index.d.ts +3 -0
  62. package/build/types/components/WidgetApplication/RoomLabel/index.d.ts +8 -0
  63. package/build/types/components/WidgetApplication/Tabs/Tab2D/index.d.ts +3 -0
  64. package/build/types/components/WidgetApplication/Tabs/Tab360/index.d.ts +3 -0
  65. package/build/types/components/WidgetApplication/Tabs/index.d.ts +3 -0
  66. package/build/types/components/WidgetApplication/index.d.ts +5 -0
  67. package/build/types/components/WidgetApplication/shared/DoorLinkRenderer/DoorLink.d.ts +10 -0
  68. package/build/types/components/WidgetApplication/shared/DoorLinkRenderer/index.d.ts +3 -0
  69. package/build/types/components/WidgetApplication/shared/Map/Camera.d.ts +10 -0
  70. package/build/types/components/WidgetApplication/shared/Map/CurrentCamera.d.ts +8 -0
  71. package/build/types/components/WidgetApplication/shared/Map/index.d.ts +9 -0
  72. package/build/types/components/WidgetApplication/shared/RoomLinkRenderer/RoomLink.d.ts +10 -0
  73. package/build/types/components/WidgetApplication/shared/RoomLinkRenderer/index.d.ts +3 -0
  74. package/build/types/components/WidgetApplication/shared/TransformImage/index.d.ts +5 -0
  75. package/build/types/components/WidgetApplication/ui/BorderFrame/index.d.ts +5 -0
  76. package/build/types/components/WidgetApplication/ui/FloatButton/index.d.ts +7 -0
  77. package/build/types/config/2d/TTab2DConfig.d.ts +6 -0
  78. package/build/types/config/2d/Tab2DDefaults.d.ts +2 -0
  79. package/build/types/config/360/TTab360Config.d.ts +28 -0
  80. package/build/types/config/360/Tab360Defaults.d.ts +2 -0
  81. package/build/types/config/360/camera/CameraDefaults.d.ts +2 -0
  82. package/build/types/config/360/camera/TCameraConfig.d.ts +5 -0
  83. package/build/types/config/360/collider/ColliderDefaults.d.ts +2 -0
  84. package/build/types/config/360/collider/TColliderConfig.d.ts +4 -0
  85. package/build/types/config/3d/TTab3DConfig.d.ts +24 -0
  86. package/build/types/config/3d/Tab3DDefaults.d.ts +2 -0
  87. package/build/types/config/TConfig.d.ts +65 -0
  88. package/build/types/config/TExternalConfig.d.ts +3 -0
  89. package/build/types/config/defaultConfig.d.ts +2 -0
  90. package/build/types/config/doorLink/DoorLinkDefaults.d.ts +2 -0
  91. package/build/types/config/doorLink/TDoorLinkConfig.d.ts +18 -0
  92. package/build/types/config/loader/LoaderConfig.d.ts +2 -0
  93. package/build/types/config/loader/TLoaderConfig.d.ts +6 -0
  94. package/build/types/config/material/MaterialConfig.d.ts +5 -0
  95. package/build/types/config/query/QueryDefaults.d.ts +2 -0
  96. package/build/types/config/query/TQueryConfig.d.ts +14 -0
  97. package/build/types/config/roomLink/RoomLinkDefaults.d.ts +2 -0
  98. package/build/types/config/roomLink/TRoomLinkConfig.d.ts +20 -0
  99. package/build/types/config/topView/TTabTopViewConfig.d.ts +16 -0
  100. package/build/types/config/topView/TabTopViewDefaults.d.ts +2 -0
  101. package/build/types/config/watermark/TWatermarkConfig.d.ts +12 -0
  102. package/build/types/config/watermark/WatermarkDefaults.d.ts +2 -0
  103. package/build/types/controllers/CameraController/Handler360/index.d.ts +52 -0
  104. package/build/types/controllers/CameraController/Handler3D/Events3D.d.ts +31 -0
  105. package/build/types/controllers/CameraController/Handler3D/index.d.ts +50 -0
  106. package/build/types/controllers/CameraController/HandlerTopView/EventsTopView.d.ts +26 -0
  107. package/build/types/controllers/CameraController/HandlerTopView/index.d.ts +49 -0
  108. package/build/types/controllers/CameraController/index.d.ts +49 -0
  109. package/build/types/controllers/PanZoomController/index.d.ts +40 -0
  110. package/build/types/controllers/Scene360Controller/RaycastHandler.d.ts +57 -0
  111. package/build/types/controllers/Scene360Controller/SceneAnimationHandler.d.ts +23 -0
  112. package/build/types/controllers/Scene360Controller/index.d.ts +34 -0
  113. package/build/types/createWidget/TWidgetInputParams.d.ts +11 -0
  114. package/build/types/createWidget/WidgetBuilder.d.ts +20 -0
  115. package/build/types/createWidget/WidgetDirector.d.ts +4 -0
  116. package/build/types/createWidget/createWidget.d.ts +6 -0
  117. package/build/types/enums/MouseButton.d.ts +5 -0
  118. package/build/types/enums/RoomIcons.d.ts +1 -0
  119. package/build/types/lib/Arrayf.d.ts +10 -0
  120. package/build/types/lib/ClassMaker.d.ts +5 -0
  121. package/build/types/lib/CollisionResolver.d.ts +6 -0
  122. package/build/types/lib/ColorRgba.d.ts +63 -0
  123. package/build/types/lib/Device.d.ts +6 -0
  124. package/build/types/lib/Line2.d.ts +21 -0
  125. package/build/types/lib/Mathf.d.ts +30 -0
  126. package/build/types/lib/Objectf.d.ts +5 -0
  127. package/build/types/lib/Polygon2.d.ts +41 -0
  128. package/build/types/lib/RoomApertureResolver.d.ts +12 -0
  129. package/build/types/lib/Sprintf.d.ts +3 -0
  130. package/build/types/lib/TemplateDecoder.d.ts +20 -0
  131. package/build/types/lib/ThreeNormal.d.ts +7 -0
  132. package/build/types/lib/TopViewHelper.d.ts +7 -0
  133. package/build/types/lib/TypedObserver.d.ts +14 -0
  134. package/build/types/lib/UnrealToThree.d.ts +10 -0
  135. package/build/types/lib/V3.d.ts +45 -0
  136. package/build/types/lib/Vector2.d.ts +67 -0
  137. package/build/types/lib/Waiter.d.ts +4 -0
  138. package/build/types/lib/preventDefault.d.ts +1 -0
  139. package/build/types/lib/unused.d.ts +3 -0
  140. package/build/types/locale/index.d.ts +53 -0
  141. package/build/types/locale/types/TLocaleOverrides.d.ts +23 -0
  142. package/build/types/plugins/IPlugin.d.ts +12 -0
  143. package/build/types/plugins/PluginManager.d.ts +21 -0
  144. package/build/types/resources/GLTFResource/GLTFNormalizer.d.ts +19 -0
  145. package/build/types/resources/GLTFResource/index.d.ts +17 -0
  146. package/build/types/resources/TextureResource.d.ts +9 -0
  147. package/build/types/scenes/Scene360/core/Camera.d.ts +13 -0
  148. package/build/types/scenes/Scene360/core/Renderer.d.ts +11 -0
  149. package/build/types/scenes/Scene360/core/SideRenderer.d.ts +5 -0
  150. package/build/types/scenes/Scene360/core/ViewPoint.d.ts +8 -0
  151. package/build/types/scenes/Scene360/index.d.ts +27 -0
  152. package/build/types/scenes/Scene360/objects/Cursor3D.d.ts +16 -0
  153. package/build/types/scenes/Scene360/objects/EnvMap.d.ts +15 -0
  154. package/build/types/scenes/Scene360/objects/GLTFObject.d.ts +22 -0
  155. package/build/types/solid-js/makeStore.d.ts +1 -0
  156. package/build/types/store/ConfigStore/index.d.ts +43 -0
  157. package/build/types/store/ContainerStore/index.d.ts +39 -0
  158. package/build/types/store/DoorLinkStore/index.d.ts +41 -0
  159. package/build/types/store/EditorStore/index.d.ts +13 -0
  160. package/build/types/store/ErrorScreenStore/index.d.ts +19 -0
  161. package/build/types/store/ErrorStore/index.d.ts +14 -0
  162. package/build/types/store/FurnitureStore/index.d.ts +24 -0
  163. package/build/types/store/IndexStore/IndexResolver.d.ts +17 -0
  164. package/build/types/store/IndexStore/index.d.ts +34 -0
  165. package/build/types/store/LoadingStore/index.d.ts +22 -0
  166. package/build/types/store/LocaleStore/index.d.ts +29 -0
  167. package/build/types/store/LoggerStore/index.d.ts +13 -0
  168. package/build/types/store/MapStore/index.d.ts +23 -0
  169. package/build/types/store/OverrideStore/index.d.ts +31 -0
  170. package/build/types/store/RaycastStore/index.d.ts +13 -0
  171. package/build/types/store/RoomLinkStore/index.d.ts +47 -0
  172. package/build/types/store/SettingsStore/index.d.ts +16 -0
  173. package/build/types/store/TabStore/Tab2DStore/index.d.ts +12 -0
  174. package/build/types/store/TabStore/Tab360Store/index.d.ts +37 -0
  175. package/build/types/store/TabStore/index.d.ts +32 -0
  176. package/build/types/store/TexturePackStore/index.d.ts +16 -0
  177. package/build/types/store/VertexStore/index.d.ts +21 -0
  178. package/build/types/store/VisibilityStore/index.d.ts +17 -0
  179. package/build/types/store/WallStore/index.d.ts +22 -0
  180. package/build/types/store/index.d.ts +55 -0
  181. package/build/types/three/EnvMapMaterial/index.d.ts +15 -0
  182. package/build/types/three/GFPGLTFLoader/GLTFParser.d.ts +226 -0
  183. package/build/types/three/GFPGLTFLoader/GLTFRegistry.d.ts +7 -0
  184. package/build/types/three/GFPGLTFLoader/constants/ALPHA_MODES.d.ts +5 -0
  185. package/build/types/three/GFPGLTFLoader/constants/ATTRIBUTES.d.ts +1 -0
  186. package/build/types/three/GFPGLTFLoader/constants/EXTENSIONS.d.ts +24 -0
  187. package/build/types/three/GFPGLTFLoader/constants/INTERPOLATION.d.ts +1 -0
  188. package/build/types/three/GFPGLTFLoader/constants/PATH_PROPERTIES.d.ts +1 -0
  189. package/build/types/three/GFPGLTFLoader/constants/WEBGL_COMPONENT_TYPES.d.ts +1 -0
  190. package/build/types/three/GFPGLTFLoader/constants/WEBGL_CONSTANTS.d.ts +20 -0
  191. package/build/types/three/GFPGLTFLoader/constants/WEBGL_FILTERS.d.ts +1 -0
  192. package/build/types/three/GFPGLTFLoader/constants/WEBGL_TYPE_SIZES.d.ts +1 -0
  193. package/build/types/three/GFPGLTFLoader/constants/WEBGL_WRAPPINGS.d.ts +1 -0
  194. package/build/types/three/GFPGLTFLoader/extensions/GLTFBinaryExtension.d.ts +13 -0
  195. package/build/types/three/GFPGLTFLoader/extensions/GLTFDracoMeshCompressionExtension.d.ts +16 -0
  196. package/build/types/three/GFPGLTFLoader/extensions/GLTFMaterialsEmissiveStrengthExtension.d.ts +14 -0
  197. package/build/types/three/GFPGLTFLoader/extensions/GLTFMaterialsTransmissionExtension.d.ts +17 -0
  198. package/build/types/three/GFPGLTFLoader/extensions/GLTFMaterialsUnlitExtension.d.ts +15 -0
  199. package/build/types/three/GFPGLTFLoader/extensions/GLTFMeshGpuInstancing.d.ts +14 -0
  200. package/build/types/three/GFPGLTFLoader/extensions/GLTFMeshQuantizationExtension.d.ts +11 -0
  201. package/build/types/three/GFPGLTFLoader/extensions/GLTFMeshoptCompression.d.ts +14 -0
  202. package/build/types/three/GFPGLTFLoader/extensions/GLTFTextureAVIFExtension.d.ts +14 -0
  203. package/build/types/three/GFPGLTFLoader/extensions/GLTFTextureBasisUExtension.d.ts +14 -0
  204. package/build/types/three/GFPGLTFLoader/extensions/GLTFTextureTransformExtension.d.ts +13 -0
  205. package/build/types/three/GFPGLTFLoader/extensions/GLTFTextureWebPExtension.d.ts +14 -0
  206. package/build/types/three/GFPGLTFLoader/index.d.ts +24 -0
  207. package/build/types/three/GFPGLTFLoader/lib/GLTFCubicSplineInterpolant.d.ts +6 -0
  208. package/build/types/three/GFPGLTFLoader/lib/GLTFCubicSplineQuaternionInterpolant.d.ts +4 -0
  209. package/build/types/three/GFPGLTFLoader/utils/addMorphTargets.d.ts +12 -0
  210. package/build/types/three/GFPGLTFLoader/utils/addPrimitiveAttributes.d.ts +9 -0
  211. package/build/types/three/GFPGLTFLoader/utils/addUnknownExtensionsToUserData.d.ts +1 -0
  212. package/build/types/three/GFPGLTFLoader/utils/assignExtrasToUserData.d.ts +7 -0
  213. package/build/types/three/GFPGLTFLoader/utils/computeBounds.d.ts +8 -0
  214. package/build/types/three/GFPGLTFLoader/utils/createAttributesKey.d.ts +1 -0
  215. package/build/types/three/GFPGLTFLoader/utils/createDefaultMaterial.d.ts +10 -0
  216. package/build/types/three/GFPGLTFLoader/utils/createPrimitiveKey.d.ts +1 -0
  217. package/build/types/three/GFPGLTFLoader/utils/getImageURIMimeType.d.ts +1 -0
  218. package/build/types/three/GFPGLTFLoader/utils/getNormalizedComponentScale.d.ts +1 -0
  219. package/build/types/three/GFPGLTFLoader/utils/updateMorphTargets.d.ts +7 -0
  220. package/build/types/three/SmartGLTFLoader.d.ts +11 -0
  221. package/build/types/three/UnrealMaterial/index.d.ts +91 -0
  222. package/build/types/types/DeepPartial.d.ts +3 -0
  223. package/build/types/types/DeepRequired.d.ts +3 -0
  224. package/build/types/types/IStoreProps.d.ts +4 -0
  225. package/build/types/types/Nullable.d.ts +1 -0
  226. package/build/types/types/TBuilding.d.ts +218 -0
  227. package/build/types/types/TGLTF.d.ts +14 -0
  228. package/build/types/types/TGLTFJson.d.ts +52 -0
  229. package/build/types/types/TTelemetry.d.ts +19 -0
  230. package/build/types/types/Tuple.d.ts +4 -0
  231. package/build/types/vendors/AIXSolutionsVendor/config/TAIXSolutionsConfig.d.ts +16 -0
  232. package/build/types/vendors/TVendorsConfig.d.ts +4 -0
  233. package/build/vendors/AIXSolutionsVendor.js +763 -0
  234. package/package.json +93 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.