@vaadin/vaadin-time-picker
Advanced tools
Comparing version 2.1.0-alpha2 to 2.2.0-alpha1
@@ -80,2 +80,10 @@ import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
</vaadin-demo-snippet> | ||
<h3>Auto open disabled</h3> | ||
<p>Dropdown is only opened when clicking the toggle button or pressing Up or Down arrow keys.</p> | ||
<vaadin-demo-snippet id="time-picker-basic-demos-auto-open-disabled"> | ||
<template preserve-content=""> | ||
<vaadin-time-picker label="Time" value="10:10" auto-open-disabled=""></vaadin-time-picker> | ||
</template> | ||
</vaadin-demo-snippet> | ||
`; | ||
@@ -82,0 +90,0 @@ } |
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-time-picker", | ||
"version": "2.1.0-alpha2", | ||
"version": "2.2.0-alpha1", | ||
"main": "vaadin-time-picker.js", | ||
@@ -35,6 +35,9 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-text-field": "^2.6.0-alpha4", | ||
"@vaadin/vaadin-combo-box": "^5.1.0-alpha1", | ||
"@vaadin/vaadin-combo-box": "^5.2.0-alpha1", | ||
"@vaadin/vaadin-control-state-mixin": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^4.0.0", | ||
@@ -41,0 +44,0 @@ "@polymer/iron-test-helpers": "^3.0.0", |
@@ -18,3 +18,3 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @extends PolymerElement | ||
*/ | ||
@@ -21,0 +21,0 @@ class TimePickerTextFieldElement extends TextFieldElement { |
@@ -62,7 +62,7 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @mixes Vaadin.ElementMixin | ||
* @mixes Vaadin.ControlStateMixin | ||
* @mixes Vaadin.ThemableMixin | ||
* @mixes Vaadin.ThemePropertyMixin | ||
* @extends PolymerElement | ||
* @mixes ElementMixin | ||
* @mixes ControlStateMixin | ||
* @mixes ThemableMixin | ||
* @mixes ThemePropertyMixin | ||
* @demo demo/index.html | ||
@@ -100,3 +100,3 @@ */ | ||
<vaadin-time-picker-text-field class="input" name="[[name]]" invalid="[[invalid]]" autocomplete="off" label="[[label]]" required="[[required]]" disabled="[[disabled]]" prevent-invalid-input="[[preventInvalidInput]]" pattern="[[pattern]]" error-message="[[errorMessage]]" autofocus="[[autofocus]]" placeholder="[[placeholder]]" readonly="[[readonly]]" role="application" aria-live="assertive" min\$="[[min]]" max\$="[[max]]" aria-label\$="[[label]]" clear-button-visible="[[clearButtonVisible]]" i18n="[[i18n]]" theme\$="[[theme]]"> | ||
<span slot="suffix" part="toggle-button" role="button" aria-label\$="[[i18n.selector]]"></span> | ||
<span slot="suffix" part="toggle-button" class="toggle-button" role="button" aria-label\$="[[i18n.selector]]"></span> | ||
</vaadin-time-picker-text-field> | ||
@@ -111,3 +111,3 @@ </vaadin-combo-box-light> | ||
static get version() { | ||
return '2.1.0-alpha2'; | ||
return '2.2.0-alpha1'; | ||
} | ||
@@ -267,6 +267,2 @@ | ||
* Set true to prevent the overlay from opening automatically. | ||
* | ||
* TODO: make it public in the next minor, and add a demo. | ||
* | ||
* @private | ||
*/ | ||
@@ -273,0 +269,0 @@ autoOpenDisabled: Boolean, |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
232525
932
1