@vaadin/lit-renderer
Advanced tools
Comparing version 23.2.16 to 23.2.17
{ | ||
"name": "@vaadin/lit-renderer", | ||
"version": "23.2.16", | ||
"version": "23.2.17", | ||
"publishConfig": { | ||
@@ -35,8 +35,3 @@ "access": "public" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/testing-helpers": "^0.4.0", | ||
"sinon": "^13.0.2" | ||
}, | ||
"gitHead": "57010013e59a3ecdc70ceef4377dbc3b1ac03fb3" | ||
"gitHead": "60bf51d55e8b93a30536ebb4966248ba256c9b5d" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2016 - 2023 Vaadin Ltd. | ||
* Copyright (c) 2016 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -22,2 +22,4 @@ */ | ||
protected renderRenderer(container: Element, ...args: Parameters<R>): void; | ||
/** | ||
@@ -37,4 +39,2 @@ * Adds the renderer callback to the element. | ||
abstract removeRenderer(): void; | ||
protected renderRenderer(container: Element, ...args: Parameters<R>): void; | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2016 - 2023 Vaadin Ltd. | ||
* Copyright (c) 2016 - 2022 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
0
15276