@polymer/iron-a11y-keys
Advanced tools
Comparing version 1.0.6-pre.3 to 3.0.0-pre.1
{ | ||
"name": "@polymer/iron-a11y-keys", | ||
"flat": true, | ||
"version": "1.0.6-pre.3", | ||
"version": "3.0.0-pre.1", | ||
"description": "A basic element implementation of iron-a11y-keys-behavior, matching the legacy core-a11y-keys.", | ||
@@ -21,8 +21,8 @@ "contributors": [ | ||
}, | ||
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt", | ||
"license": "http://polymer.github.io/LICENSE.txt", | ||
"dependencies": { | ||
"@polymer/polymer": "preview", | ||
"@polymer/iron-a11y-keys-behavior": "preview" | ||
"@polymer/polymer": "^3.0.0-pre.1", | ||
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.1" | ||
}, | ||
"devDependencies": {} | ||
} |
@@ -1,15 +0,1 @@ | ||
<!--- | ||
This README is automatically generated from the comments in these files: | ||
iron-a11y-keys.html | ||
Edit those files, and our readme bot will duplicate them over here! | ||
Edit this file, and the bot will squash your changes :) | ||
The bot does some handling of markdown. Please file a bug if it does the wrong | ||
thing! https://github.com/PolymerLabs/tedium/issues | ||
--> | ||
[![Build status](https://travis-ci.org/PolymerElements/iron-a11y-keys.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-a11y-keys) | ||
@@ -19,5 +5,4 @@ | ||
## <iron-a11y-keys> | ||
##<iron-a11y-keys> | ||
`iron-a11y-keys` provides a cross-browser interface for processing | ||
@@ -60,8 +45,8 @@ keyboard commands. The interface adheres to [WAI-ARIA best | ||
target: { | ||
type: Object, | ||
value: function() { | ||
return this.$.input; | ||
} | ||
type: Object | ||
}, | ||
}, | ||
ready: function() { | ||
this.target = this.$.input; | ||
}, | ||
onEnter: function() { | ||
@@ -102,3 +87,4 @@ console.log(this.userInput); | ||
"home" | "end" | arrow | ascii | fnkey; | ||
keycombo = { modifier, "+" }, key ; | ||
event = "keypress" | "keydown" | "keyup"; | ||
keycombo = { modifier, "+" }, key, [ ":", event ] ; | ||
keys = keycombo, { " ", keycombo } ; | ||
@@ -130,3 +116,3 @@ ``` | ||
on-keys-pressed="setMin"></iron-a11y-keys> | ||
<iron-a11y-keys target=""[[target]] keys="end" | ||
<iron-a11y-keys target="[[target]]" keys="end" | ||
on-keys-pressed="setMax"></iron-a11y-keys> | ||
@@ -143,3 +129,1 @@ ``` | ||
value. `setMax` should move the slider to the maximum value. | ||
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
27689
13
246
125
+ Added@polymer/iron-a11y-keys-behavior@3.0.1(transitive)
+ Added@polymer/polymer@3.5.2(transitive)
+ Added@webcomponents/shadycss@1.11.2(transitive)
- Removed@polymer/iron-a11y-keys-behavior@1.1.9-pre.3(transitive)