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.
- package/README.md +346 -0
- package/build/AIXSolutionsVendor.css +1 -0
- package/build/Api.js +54 -0
- package/build/ClassMaker-DarbH_-a.js +14268 -0
- package/build/DebugPanelPlugin.css +1 -0
- package/build/Waiter-DTIFLXLw.js +190 -0
- package/build/createWidget.css +1 -0
- package/build/createWidget.js +34244 -0
- package/build/index.js +6 -0
- package/build/plugins/DebugPanelPlugin.js +8395 -0
- package/build/plugins/SentryPlugin.js +16228 -0
- package/build/preventDefault-CoB0CvuT.js +5956 -0
- package/build/types/Widget.d.ts +8 -0
- package/build/types/api/Api.d.ts +11 -0
- package/build/types/api/lib/ApiConstructor.d.ts +8 -0
- package/build/types/api/lib/NetworkFallback/index.d.ts +13 -0
- package/build/types/api/lib/NetworkFallback/types/TNetworkFallbackConfig.d.ts +59 -0
- package/build/types/api/stores/ApiStore/ApiBranding.d.ts +15 -0
- package/build/types/api/stores/ApiStore/ApiExplorer.d.ts +34 -0
- package/build/types/api/stores/ApiStore/ApiFallback.d.ts +8 -0
- package/build/types/api/stores/ApiStore/ApiJson.d.ts +8 -0
- package/build/types/api/stores/ApiStore/index.d.ts +29 -0
- package/build/types/api/types/TApi/TAperture.d.ts +15 -0
- package/build/types/api/types/TApi/TCameraPoint.d.ts +10 -0
- package/build/types/api/types/TApi/TCapabilities.d.ts +16 -0
- package/build/types/api/types/TApi/TDoor.d.ts +20 -0
- package/build/types/api/types/TApi/TFloorData.d.ts +35 -0
- package/build/types/api/types/TApi/TIsometricViewData.d.ts +5 -0
- package/build/types/api/types/TApi/TLosslessFormat.d.ts +1 -0
- package/build/types/api/types/TApi/TLossyFormat.d.ts +1 -0
- package/build/types/api/types/TApi/TPanoramaViewData.d.ts +5 -0
- package/build/types/api/types/TApi/TPortal.d.ts +11 -0
- package/build/types/api/types/TApi/TRenderingSettings.d.ts +14 -0
- package/build/types/api/types/TApi/TSceneGeometry.d.ts +7 -0
- package/build/types/api/types/TApi/TStair.d.ts +7 -0
- package/build/types/api/types/TApi/TTopViewData.d.ts +5 -0
- package/build/types/api/types/TApi/TVariant.d.ts +20 -0
- package/build/types/api/types/TApi/TWidgetBranding.d.ts +23 -0
- package/build/types/api/types/TApi/index.d.ts +8 -0
- package/build/types/api/types/TApiError.d.ts +6 -0
- package/build/types/api/types/TGLTFData/TGLTFDataV0.d.ts +5 -0
- package/build/types/api/types/TGLTFData/TGLTFDataV1.d.ts +21 -0
- package/build/types/api/types/TGLTFData/index.d.ts +3 -0
- package/build/types/assets/img/index.d.ts +2 -0
- package/build/types/components/ApplicationWrapper.d.ts +2 -0
- package/build/types/components/EditorApplication/index.d.ts +4 -0
- package/build/types/components/WidgetApplication/AdditionalFrame/index.d.ts +2 -0
- package/build/types/components/WidgetApplication/ControlPanel/ButtonsContainer/SettingsButton/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/ControlPanel/ButtonsContainer/VisibilityButton/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/ControlPanel/ButtonsContainer/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/ControlPanel/ControlButtons/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/ControlPanel/SettingsFrame/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/ControlPanel/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/ErrorScreen/ErrorScreenWrapper.d.ts +2 -0
- package/build/types/components/WidgetApplication/ErrorScreen/index.d.ts +8 -0
- package/build/types/components/WidgetApplication/FullscreenButton/index.d.ts +2 -0
- package/build/types/components/WidgetApplication/LoadingScreen/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/Logger/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/Logo/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/MadeBy/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/MapOverlay/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/RoomLabel/index.d.ts +8 -0
- package/build/types/components/WidgetApplication/Tabs/Tab2D/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/Tabs/Tab360/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/Tabs/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/index.d.ts +5 -0
- package/build/types/components/WidgetApplication/shared/DoorLinkRenderer/DoorLink.d.ts +10 -0
- package/build/types/components/WidgetApplication/shared/DoorLinkRenderer/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/shared/Map/Camera.d.ts +10 -0
- package/build/types/components/WidgetApplication/shared/Map/CurrentCamera.d.ts +8 -0
- package/build/types/components/WidgetApplication/shared/Map/index.d.ts +9 -0
- package/build/types/components/WidgetApplication/shared/RoomLinkRenderer/RoomLink.d.ts +10 -0
- package/build/types/components/WidgetApplication/shared/RoomLinkRenderer/index.d.ts +3 -0
- package/build/types/components/WidgetApplication/shared/TransformImage/index.d.ts +5 -0
- package/build/types/components/WidgetApplication/ui/BorderFrame/index.d.ts +5 -0
- package/build/types/components/WidgetApplication/ui/FloatButton/index.d.ts +7 -0
- package/build/types/config/2d/TTab2DConfig.d.ts +6 -0
- package/build/types/config/2d/Tab2DDefaults.d.ts +2 -0
- package/build/types/config/360/TTab360Config.d.ts +28 -0
- package/build/types/config/360/Tab360Defaults.d.ts +2 -0
- package/build/types/config/360/camera/CameraDefaults.d.ts +2 -0
- package/build/types/config/360/camera/TCameraConfig.d.ts +5 -0
- package/build/types/config/360/collider/ColliderDefaults.d.ts +2 -0
- package/build/types/config/360/collider/TColliderConfig.d.ts +4 -0
- package/build/types/config/3d/TTab3DConfig.d.ts +24 -0
- package/build/types/config/3d/Tab3DDefaults.d.ts +2 -0
- package/build/types/config/TConfig.d.ts +65 -0
- package/build/types/config/TExternalConfig.d.ts +3 -0
- package/build/types/config/defaultConfig.d.ts +2 -0
- package/build/types/config/doorLink/DoorLinkDefaults.d.ts +2 -0
- package/build/types/config/doorLink/TDoorLinkConfig.d.ts +18 -0
- package/build/types/config/loader/LoaderConfig.d.ts +2 -0
- package/build/types/config/loader/TLoaderConfig.d.ts +6 -0
- package/build/types/config/material/MaterialConfig.d.ts +5 -0
- package/build/types/config/query/QueryDefaults.d.ts +2 -0
- package/build/types/config/query/TQueryConfig.d.ts +14 -0
- package/build/types/config/roomLink/RoomLinkDefaults.d.ts +2 -0
- package/build/types/config/roomLink/TRoomLinkConfig.d.ts +20 -0
- package/build/types/config/topView/TTabTopViewConfig.d.ts +16 -0
- package/build/types/config/topView/TabTopViewDefaults.d.ts +2 -0
- package/build/types/config/watermark/TWatermarkConfig.d.ts +12 -0
- package/build/types/config/watermark/WatermarkDefaults.d.ts +2 -0
- package/build/types/controllers/CameraController/Handler360/index.d.ts +52 -0
- package/build/types/controllers/CameraController/Handler3D/Events3D.d.ts +31 -0
- package/build/types/controllers/CameraController/Handler3D/index.d.ts +50 -0
- package/build/types/controllers/CameraController/HandlerTopView/EventsTopView.d.ts +26 -0
- package/build/types/controllers/CameraController/HandlerTopView/index.d.ts +49 -0
- package/build/types/controllers/CameraController/index.d.ts +49 -0
- package/build/types/controllers/PanZoomController/index.d.ts +40 -0
- package/build/types/controllers/Scene360Controller/RaycastHandler.d.ts +57 -0
- package/build/types/controllers/Scene360Controller/SceneAnimationHandler.d.ts +23 -0
- package/build/types/controllers/Scene360Controller/index.d.ts +34 -0
- package/build/types/createWidget/TWidgetInputParams.d.ts +11 -0
- package/build/types/createWidget/WidgetBuilder.d.ts +20 -0
- package/build/types/createWidget/WidgetDirector.d.ts +4 -0
- package/build/types/createWidget/createWidget.d.ts +6 -0
- package/build/types/enums/MouseButton.d.ts +5 -0
- package/build/types/enums/RoomIcons.d.ts +1 -0
- package/build/types/lib/Arrayf.d.ts +10 -0
- package/build/types/lib/ClassMaker.d.ts +5 -0
- package/build/types/lib/CollisionResolver.d.ts +6 -0
- package/build/types/lib/ColorRgba.d.ts +63 -0
- package/build/types/lib/Device.d.ts +6 -0
- package/build/types/lib/Line2.d.ts +21 -0
- package/build/types/lib/Mathf.d.ts +30 -0
- package/build/types/lib/Objectf.d.ts +5 -0
- package/build/types/lib/Polygon2.d.ts +41 -0
- package/build/types/lib/RoomApertureResolver.d.ts +12 -0
- package/build/types/lib/Sprintf.d.ts +3 -0
- package/build/types/lib/TemplateDecoder.d.ts +20 -0
- package/build/types/lib/ThreeNormal.d.ts +7 -0
- package/build/types/lib/TopViewHelper.d.ts +7 -0
- package/build/types/lib/TypedObserver.d.ts +14 -0
- package/build/types/lib/UnrealToThree.d.ts +10 -0
- package/build/types/lib/V3.d.ts +45 -0
- package/build/types/lib/Vector2.d.ts +67 -0
- package/build/types/lib/Waiter.d.ts +4 -0
- package/build/types/lib/preventDefault.d.ts +1 -0
- package/build/types/lib/unused.d.ts +3 -0
- package/build/types/locale/index.d.ts +53 -0
- package/build/types/locale/types/TLocaleOverrides.d.ts +23 -0
- package/build/types/plugins/IPlugin.d.ts +12 -0
- package/build/types/plugins/PluginManager.d.ts +21 -0
- package/build/types/resources/GLTFResource/GLTFNormalizer.d.ts +19 -0
- package/build/types/resources/GLTFResource/index.d.ts +17 -0
- package/build/types/resources/TextureResource.d.ts +9 -0
- package/build/types/scenes/Scene360/core/Camera.d.ts +13 -0
- package/build/types/scenes/Scene360/core/Renderer.d.ts +11 -0
- package/build/types/scenes/Scene360/core/SideRenderer.d.ts +5 -0
- package/build/types/scenes/Scene360/core/ViewPoint.d.ts +8 -0
- package/build/types/scenes/Scene360/index.d.ts +27 -0
- package/build/types/scenes/Scene360/objects/Cursor3D.d.ts +16 -0
- package/build/types/scenes/Scene360/objects/EnvMap.d.ts +15 -0
- package/build/types/scenes/Scene360/objects/GLTFObject.d.ts +22 -0
- package/build/types/solid-js/makeStore.d.ts +1 -0
- package/build/types/store/ConfigStore/index.d.ts +43 -0
- package/build/types/store/ContainerStore/index.d.ts +39 -0
- package/build/types/store/DoorLinkStore/index.d.ts +41 -0
- package/build/types/store/EditorStore/index.d.ts +13 -0
- package/build/types/store/ErrorScreenStore/index.d.ts +19 -0
- package/build/types/store/ErrorStore/index.d.ts +14 -0
- package/build/types/store/FurnitureStore/index.d.ts +24 -0
- package/build/types/store/IndexStore/IndexResolver.d.ts +17 -0
- package/build/types/store/IndexStore/index.d.ts +34 -0
- package/build/types/store/LoadingStore/index.d.ts +22 -0
- package/build/types/store/LocaleStore/index.d.ts +29 -0
- package/build/types/store/LoggerStore/index.d.ts +13 -0
- package/build/types/store/MapStore/index.d.ts +23 -0
- package/build/types/store/OverrideStore/index.d.ts +31 -0
- package/build/types/store/RaycastStore/index.d.ts +13 -0
- package/build/types/store/RoomLinkStore/index.d.ts +47 -0
- package/build/types/store/SettingsStore/index.d.ts +16 -0
- package/build/types/store/TabStore/Tab2DStore/index.d.ts +12 -0
- package/build/types/store/TabStore/Tab360Store/index.d.ts +37 -0
- package/build/types/store/TabStore/index.d.ts +32 -0
- package/build/types/store/TexturePackStore/index.d.ts +16 -0
- package/build/types/store/VertexStore/index.d.ts +21 -0
- package/build/types/store/VisibilityStore/index.d.ts +17 -0
- package/build/types/store/WallStore/index.d.ts +22 -0
- package/build/types/store/index.d.ts +55 -0
- package/build/types/three/EnvMapMaterial/index.d.ts +15 -0
- package/build/types/three/GFPGLTFLoader/GLTFParser.d.ts +226 -0
- package/build/types/three/GFPGLTFLoader/GLTFRegistry.d.ts +7 -0
- package/build/types/three/GFPGLTFLoader/constants/ALPHA_MODES.d.ts +5 -0
- package/build/types/three/GFPGLTFLoader/constants/ATTRIBUTES.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/constants/EXTENSIONS.d.ts +24 -0
- package/build/types/three/GFPGLTFLoader/constants/INTERPOLATION.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/constants/PATH_PROPERTIES.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/constants/WEBGL_COMPONENT_TYPES.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/constants/WEBGL_CONSTANTS.d.ts +20 -0
- package/build/types/three/GFPGLTFLoader/constants/WEBGL_FILTERS.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/constants/WEBGL_TYPE_SIZES.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/constants/WEBGL_WRAPPINGS.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFBinaryExtension.d.ts +13 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFDracoMeshCompressionExtension.d.ts +16 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFMaterialsEmissiveStrengthExtension.d.ts +14 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFMaterialsTransmissionExtension.d.ts +17 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFMaterialsUnlitExtension.d.ts +15 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFMeshGpuInstancing.d.ts +14 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFMeshQuantizationExtension.d.ts +11 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFMeshoptCompression.d.ts +14 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFTextureAVIFExtension.d.ts +14 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFTextureBasisUExtension.d.ts +14 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFTextureTransformExtension.d.ts +13 -0
- package/build/types/three/GFPGLTFLoader/extensions/GLTFTextureWebPExtension.d.ts +14 -0
- package/build/types/three/GFPGLTFLoader/index.d.ts +24 -0
- package/build/types/three/GFPGLTFLoader/lib/GLTFCubicSplineInterpolant.d.ts +6 -0
- package/build/types/three/GFPGLTFLoader/lib/GLTFCubicSplineQuaternionInterpolant.d.ts +4 -0
- package/build/types/three/GFPGLTFLoader/utils/addMorphTargets.d.ts +12 -0
- package/build/types/three/GFPGLTFLoader/utils/addPrimitiveAttributes.d.ts +9 -0
- package/build/types/three/GFPGLTFLoader/utils/addUnknownExtensionsToUserData.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/utils/assignExtrasToUserData.d.ts +7 -0
- package/build/types/three/GFPGLTFLoader/utils/computeBounds.d.ts +8 -0
- package/build/types/three/GFPGLTFLoader/utils/createAttributesKey.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/utils/createDefaultMaterial.d.ts +10 -0
- package/build/types/three/GFPGLTFLoader/utils/createPrimitiveKey.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/utils/getImageURIMimeType.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/utils/getNormalizedComponentScale.d.ts +1 -0
- package/build/types/three/GFPGLTFLoader/utils/updateMorphTargets.d.ts +7 -0
- package/build/types/three/SmartGLTFLoader.d.ts +11 -0
- package/build/types/three/UnrealMaterial/index.d.ts +91 -0
- package/build/types/types/DeepPartial.d.ts +3 -0
- package/build/types/types/DeepRequired.d.ts +3 -0
- package/build/types/types/IStoreProps.d.ts +4 -0
- package/build/types/types/Nullable.d.ts +1 -0
- package/build/types/types/TBuilding.d.ts +218 -0
- package/build/types/types/TGLTF.d.ts +14 -0
- package/build/types/types/TGLTFJson.d.ts +52 -0
- package/build/types/types/TTelemetry.d.ts +19 -0
- package/build/types/types/Tuple.d.ts +4 -0
- package/build/types/vendors/AIXSolutionsVendor/config/TAIXSolutionsConfig.d.ts +16 -0
- package/build/types/vendors/TVendorsConfig.d.ts +4 -0
- package/build/vendors/AIXSolutionsVendor.js +763 -0
- 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.