Comparing version 1.6.0 to 1.6.1
@@ -130,2 +130,6 @@ // Type definitions for panel | ||
export class Component<State, AppState = {}, App = unknown> extends WebComponent { | ||
/** The first Panel Component ancestor in the DOM tree; null if this component is the root */ | ||
$panelParent: Component<unknown>; | ||
/** | ||
@@ -146,2 +150,5 @@ * Attributes schema that defines the component's html attributes and their types | ||
/** Refers to the outer-most element in the template file for shadow DOM components. Otherwise, el refers to the component itself. */ | ||
el: HTMLElement; | ||
/** A flag that represents whether the component is currently connected and initialized */ | ||
@@ -148,0 +155,0 @@ initialized: boolean; |
{ | ||
"name": "panel", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Web Components with Virtual DOM: lightweight composable web apps", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
128618
2705