@thatopen/components
Advanced tools
Comparing version 2.0.3 to 2.0.4
import { Component, Disposable, World, Event } from "../Types"; | ||
import { GridConfig, SimpleGrid } from "./src"; | ||
import { Components } from "../Components"; | ||
export declare class Grids extends Component implements Disposable { | ||
static readonly uuid: "d1e814d5-b81c-4452-87a2-f039375e0489"; | ||
list: Map<string, SimpleGrid>; | ||
onDisposed: Event<unknown>; | ||
readonly onDisposed: Event<unknown>; | ||
config: Required<GridConfig>; | ||
/** {@link Component.enabled} */ | ||
enabled: boolean; | ||
constructor(components: Components); | ||
create(world: World): SimpleGrid; | ||
@@ -11,0 +13,0 @@ delete(world: World): void; |
{ | ||
"name": "@thatopen/components", | ||
"description": "Collection of core functionalities to author BIM apps.", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"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
801396
14990