@vaadin/polymer-legacy-adapter
Advanced tools
Comparing version 23.0.0-alpha2 to 23.0.0-alpha3
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2021 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "@vaadin/polymer-legacy-adapter", | ||
"version": "23.0.0-alpha2", | ||
"version": "23.0.0-alpha3", | ||
"publishConfig": { | ||
@@ -34,3 +34,3 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha3", | ||
"lit": "^2.0.0" | ||
@@ -40,9 +40,9 @@ }, | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/checkbox": "23.0.0-alpha2", | ||
"@vaadin/grid": "23.0.0-alpha2", | ||
"@vaadin/grid-pro": "23.0.0-alpha2", | ||
"@vaadin/checkbox": "23.0.0-alpha3", | ||
"@vaadin/grid": "23.0.0-alpha3", | ||
"@vaadin/grid-pro": "23.0.0-alpha3", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"sinon": "^9.2.4" | ||
}, | ||
"gitHead": "070f586dead02ca41b66717820c647f48bf1665f" | ||
"gitHead": "490037919a9e054cc002c1b3be0c94a1603e1a44" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2021 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -32,3 +32,4 @@ */ | ||
function registerStyles(themeFor, styles = [], options = {}) { | ||
const themeId = options.moduleId || `custom-style-module-${moduleIdIndex++}`; | ||
const themeId = options.moduleId || `custom-style-module-${moduleIdIndex}`; | ||
moduleIdIndex += 1; | ||
@@ -35,0 +36,0 @@ /** @type {DomModuleWithCachedStyles} */ |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright (c) 2021 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { Templatizer } from './template-renderer-templatizer.js'; | ||
@@ -2,0 +7,0 @@ |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright (c) 2021 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { PolymerElement } from '@polymer/polymer'; | ||
@@ -54,3 +59,3 @@ import { templatize } from '@polymer/polymer/lib/utils/templatize.js'; | ||
// This workaround forces the `item` property to re-render even | ||
// the new item is stricly equal to the old item. | ||
// the new item is strictly equal to the old item. | ||
if (instance.item === properties.item) { | ||
@@ -57,0 +62,0 @@ instance._setPendingProperty('item'); |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright (c) 2021 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js'; | ||
@@ -2,0 +7,0 @@ import { GridTemplatizer } from './template-renderer-grid-templatizer.js'; |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2021 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import './src/style-modules.js'; |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2021 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
export * from './src/template-renderer.js'; |
28186
452
+ Added@vaadin/vaadin-themable-mixin@23.0.0-alpha3(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.0.0-alpha2(transitive)