@thatopen/components
Advanced tools
Comparing version 2.4.0-alpha.20 to 2.4.0-alpha.21
import { Component } from "./component"; | ||
import { Configurator } from "../../ConfigManager"; | ||
export type ComponentUIElement = { | ||
@@ -7,6 +8,6 @@ name: string; | ||
componentID: string; | ||
attributes: { | ||
[name: string]: string; | ||
get: () => { | ||
element: HTMLElement; | ||
config?: Configurator<any, any>; | ||
}; | ||
get: () => HTMLElement; | ||
}; | ||
@@ -13,0 +14,0 @@ export declare abstract class ComponentWithUI extends Component { |
{ | ||
"name": "@thatopen/components", | ||
"description": "Collection of core functionalities to author BIM apps.", | ||
"version": "2.4.0-alpha.20", | ||
"version": "2.4.0-alpha.21", | ||
"author": "That Open Company", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
3603379
71270