@a11d/lit-application
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -12,3 +12,3 @@ import { ElementPart, PartInfo } from '@a11d/lit'; | ||
type ShorthandParametersOrParameters = [component: PageComponent<any> | DialogComponent<any, any>] | [parameters: Parameters]; | ||
export declare const routerLink: () => import("lit-html/directive.js").DirectiveResult<{ | ||
export declare const routerLink: (...values: ShorthandParametersOrParameters) => import("lit-html/directive.js").DirectiveResult<{ | ||
new (partInfo: PartInfo): { | ||
@@ -18,3 +18,3 @@ readonly element: Element; | ||
update(part: ElementPart, parameters: ShorthandParametersOrParameters): unknown; | ||
render(): symbol; | ||
render(...parameters: ShorthandParametersOrParameters): symbol; | ||
handleEvent(event: Event): void; | ||
@@ -21,0 +21,0 @@ invoke(pointerEvent: PointerEvent): void; |
@@ -34,3 +34,4 @@ import { directive, Directive, noChange, PartType } from '@a11d/lit'; | ||
} | ||
render() { | ||
render(...parameters) { | ||
parameters; | ||
return noChange; | ||
@@ -37,0 +38,0 @@ } |
{ | ||
"name": "@a11d/lit-application", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"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
131980
1385