@vaadin/lit-renderer
Advanced tools
Comparing version 24.0.0-alpha1 to 24.0.0-alpha10
{ | ||
"name": "@vaadin/lit-renderer", | ||
"version": "24.0.0-alpha1", | ||
"version": "24.0.0-alpha10", | ||
"publishConfig": { | ||
@@ -40,3 +40,3 @@ "access": "public" | ||
}, | ||
"gitHead": "427527c27c4b27822d61fd41d38d7b170134770b" | ||
"gitHead": "2e04534d8b47bcd216f89b5f849bafef1a73b174" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2016 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2016 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -22,4 +22,2 @@ */ | ||
protected renderRenderer(container: Element, ...args: Parameters<R>): void; | ||
/** | ||
@@ -39,2 +37,4 @@ * Adds the renderer callback to the element. | ||
abstract removeRenderer(): void; | ||
protected renderRenderer(container: Element, ...args: Parameters<R>): void; | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2016 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2016 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
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
15409