@vaadin/lit-renderer
Advanced tools
Comparing version 23.2.15 to 23.2.16
{ | ||
"name": "@vaadin/lit-renderer", | ||
"version": "23.2.15", | ||
"version": "23.2.16", | ||
"publishConfig": { | ||
@@ -35,3 +35,8 @@ "access": "public" | ||
}, | ||
"gitHead": "4e15a8705bf33c928a9cb6e9d79d47a00b30814c" | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/testing-helpers": "^0.4.0", | ||
"sinon": "^13.0.2" | ||
}, | ||
"gitHead": "57010013e59a3ecdc70ceef4377dbc3b1ac03fb3" | ||
} |
/** | ||
* @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
15402
3
36540
10
20