update components
This commit is contained in:
parent
02e924e3c5
commit
05b25af69f
55 changed files with 1554 additions and 907 deletions
|
@ -17,11 +17,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
* size or hidden state of their children) and "resizables" (elements that need to be
|
||||
* notified when they are resized or un-hidden by their parents in order to take
|
||||
* action on their new measurements).
|
||||
*
|
||||
* Elements that perform measurement should add the `IronResizableBehavior` behavior to
|
||||
* their element definition and listen for the `iron-resize` event on themselves.
|
||||
* This event will be fired when they become showing after having been hidden,
|
||||
* when they are resized explicitly by another resizable, or when the window has been
|
||||
* resized.
|
||||
*
|
||||
* Note, the `iron-resize` event is non-bubbling.
|
||||
*
|
||||
* @polymerBehavior Polymer.IronResizableBehavior
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue