@a11d/lit-application
Advanced tools
Comparing version 0.0.44 to 0.0.45
@@ -1,6 +0,6 @@ | ||
import { Component } from '@a11d/lit'; | ||
import { RootCssInjectorController } from '@a11d/root-css-injector'; | ||
import { NonInertableComponent } from '@a11d/non-inertable-component'; | ||
import { HookSet, RouterController } from './index.js'; | ||
export declare const application: () => <T extends Application>(ApplicationConstructor: Constructor<T>) => void; | ||
export declare abstract class Application extends Component { | ||
export declare abstract class Application extends NonInertableComponent { | ||
static readonly connectingHooks: HookSet<void>; | ||
@@ -7,0 +7,0 @@ static readonly beforeRouteHooks: HookSet<void>; |
import { __decorate } from "tslib"; | ||
import { Component, property, css, html, nothing, state } from '@a11d/lit'; | ||
import { property, css, html, nothing, state } from '@a11d/lit'; | ||
import { RootCssInjectorController } from '@a11d/root-css-injector'; | ||
import { NonInertableComponent } from '@a11d/non-inertable-component'; | ||
import { HookSet, PageError, RouterController } from './index.js'; | ||
@@ -11,3 +12,3 @@ import { queryInstanceElement } from './utilities/index.js'; | ||
}; | ||
class Application extends Component { | ||
class Application extends NonInertableComponent { | ||
constructor() { | ||
@@ -14,0 +15,0 @@ super(...arguments); |
{ | ||
"name": "@a11d/lit-application", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"description": "Lit-based application shell.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
130591
1349