@vaadin-component-factory/vcf-anchor-nav
Advanced tools
Comparing version 1.0.16 to 1.1.0
{ | ||
"name": "@vaadin-component-factory/vcf-anchor-nav", | ||
"version": "1.0.16", | ||
"version": "1.1.0", | ||
"description": "Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.", | ||
@@ -49,3 +49,2 @@ "main": "theme/lumo/vcf-anchor-nav.js", | ||
"@vaadin/vaadin-element-mixin": "^2.1.3", | ||
"@vaadin/vaadin-license-checker": "^2.1.2", | ||
"@vaadin/vaadin-lumo-styles": "^1.5.0", | ||
@@ -52,0 +51,0 @@ "@vaadin/vaadin-tabs": "^3.0.5", |
@@ -15,5 +15,3 @@ # <vcf-anchor-nav> | ||
[Live demo ↗](https://vcf-anchor-nav.netlify.com) | ||
| | ||
[API documentation ↗](https://vcf-anchor-nav.netlify.com/api/#/elements/Vaadin.VcfAnchorNav) | ||
[Live demo ↗](https://vcf-anchor-nav.netlify.com) | [API documentation ↗](https://vcf-anchor-nav.netlify.com/api/#/elements/Vaadin.VcfAnchorNav) | ||
@@ -61,10 +59,4 @@ ## Installation | ||
## Vaadin Prime | ||
This component is available in the Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: [Pricing](https://vaadin.com/pricing) | ||
## License | ||
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see: [LICENSE](https://github.com/vaadin-component-factory/vcf-anchor-nav/blob/master/LICENSE) | ||
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see: [Vaadin Usage Statistics](https://github.com/vaadin/vaadin-usage-statistics) | ||
Apache License 2.0 |
@@ -1,9 +0,1 @@ | ||
/** | ||
* @license | ||
* Copyright (C) 2015 Vaadin Ltd. | ||
* This program is available under Commercial Vaadin Add-On License 3.0 (CVALv3). | ||
* See the file LICENSE.md distributed with this software for more information about licensing. | ||
* See [the website]{@link https://vaadin.com/license/cval-3} for the complete license. | ||
*/ | ||
import { html, PolymerElement } from '@polymer/polymer/polymer-element'; | ||
@@ -14,3 +6,2 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin'; | ||
import { ResizeObserver } from '@juggle/resize-observer'; | ||
import '@vaadin/vaadin-license-checker/vaadin-license-checker'; | ||
import '@vaadin/vaadin-tabs/vaadin-tabs'; | ||
@@ -146,3 +137,3 @@ import '@vaadin/vaadin-tabs/vaadin-tab'; | ||
static get version() { | ||
return '1.0.16'; | ||
return '1.1.0'; | ||
} | ||
@@ -382,14 +373,2 @@ | ||
/** | ||
* @protected | ||
*/ | ||
static _finalizeClass() { | ||
super._finalizeClass(); | ||
const devModeCallback = window.Vaadin.developmentModeCallback; | ||
const licenseChecker = devModeCallback && devModeCallback['vaadin-license-checker']; | ||
if (typeof licenseChecker === 'function') { | ||
licenseChecker(VcfAnchorNav); | ||
} | ||
} | ||
/** | ||
* Fired when the selected tab is changed. | ||
@@ -396,0 +375,0 @@ * |
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
9
0
100
212213
2129
61
- Removed@vaadin/vaadin-license-checker@2.1.2(transitive)