@thatopen/components
Advanced tools
Comparing version 2.3.18 to 2.3.19
@@ -9,3 +9,3 @@ import { Component, Disposable, Event } from "../Types"; | ||
*/ | ||
static readonly release = "2.3.18"; | ||
static readonly release = "2.3.19"; | ||
/** {@link Disposable.onDisposed} */ | ||
@@ -12,0 +12,0 @@ readonly onDisposed: Event<void>; |
@@ -153,3 +153,3 @@ import * as THREE from "three"; | ||
*/ | ||
go(transition?: boolean): Promise<void>; | ||
go(world?: World, transition?: boolean): Promise<void>; | ||
/** | ||
@@ -166,3 +166,3 @@ * Updates the camera settings of the viewpoint based on the current world's camera and renderer. | ||
*/ | ||
updateCamera(): void; | ||
updateCamera(world?: World): void; | ||
applyVisibility(): void; | ||
@@ -169,0 +169,0 @@ /** |
export * from "./IfcJsonExporter"; | ||
export * from "./IfcIsolator"; | ||
export * from "./IfcRelationsIndexer"; | ||
@@ -3,0 +4,0 @@ export * from "./IfcPropertiesManager"; |
@@ -10,3 +10,7 @@ import { Components } from "../../../core/Components"; | ||
*/ | ||
static default: Omit<BCFTopic, "guid" | "creationDate" | "creationAuthor">; | ||
static default: Omit<Partial<BCFTopic> & { | ||
title: string; | ||
type: string; | ||
status: string; | ||
}, "guid" | "creationDate" | "creationAuthor">; | ||
/** | ||
@@ -13,0 +17,0 @@ * A unique identifier for the topic. |
{ | ||
"name": "@thatopen/components", | ||
"description": "Collection of core functionalities to author BIM apps.", | ||
"version": "2.3.18", | ||
"version": "2.3.19", | ||
"author": "That Open Company", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1832709
158
35106