@polymer/app-layout
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -106,4 +106,4 @@ /** | ||
isOnScreen(): boolean; | ||
attached(): void; | ||
_getDOMRef(id: any): any; | ||
attached(): void; | ||
_debounceRaf(fn: any): void; | ||
@@ -110,0 +110,0 @@ |
@@ -194,2 +194,3 @@ /** | ||
isContentBelow(): boolean; | ||
attached(): void; | ||
detached(): void; | ||
@@ -255,2 +256,3 @@ | ||
_runEffects(p: number, y: number): void; | ||
_scrollStateChanged(): void; | ||
@@ -257,0 +259,0 @@ /** |
@@ -230,2 +230,6 @@ /** | ||
attached: function() { | ||
this._scrollStateChanged(); | ||
}, | ||
detached: function() { | ||
@@ -372,2 +376,6 @@ this._tearDownEffects(); | ||
_scrollHandler: function() { | ||
this._scrollStateChanged(); | ||
}, | ||
_scrollStateChanged: function() { | ||
if (!this.disabled) { | ||
@@ -374,0 +382,0 @@ var scrollTop = this._clampedScrollTop; |
@@ -12,2 +12,3 @@ { | ||
"@polymer/font-roboto": "^3.0.1", | ||
"@polymer/gen-typescript-declarations": "^1.5.1", | ||
"@polymer/iron-ajax": "^3.0.0-pre.26", | ||
@@ -29,5 +30,4 @@ "@polymer/iron-icon": "^3.0.0-pre.26", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
"wct-browser-legacy": "^1.0.1", | ||
"webmat": "^0.2.0", | ||
"@polymer/gen-typescript-declarations": "^1.5.1" | ||
"wct-browser-legacy": "^1.0.2", | ||
"webmat": "^0.2.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "scripts": { | ||
}, | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "app-layout.js", | ||
@@ -42,0 +42,0 @@ "author": "The Polymer Authors", |
@@ -79,15 +79,15 @@ [![Published on NPM](https://img.shields.io/npm/v/@polymer/app-layout.svg)](https://www.npmjs.com/package/@polymer/app-layout) | ||
- [app-box](/app-box) - A container element that can have scroll effects - visual effects based on scroll position. | ||
- [app-box](https://github.com/PolymerElements/app-layout/tree/master/app-box) - A container element that can have scroll effects - visual effects based on scroll position. | ||
- [app-drawer](/app-drawer) - A navigation drawer that can slide in from the left or right. | ||
- [app-drawer](https://github.com/PolymerElements/app-layout/tree/master/app-drawer) - A navigation drawer that can slide in from the left or right. | ||
- [app-drawer-layout](/app-drawer-layout) - A wrapper element that positions an app-drawer and other content. | ||
- [app-drawer-layout](https://github.com/PolymerElements/app-layout/tree/master/app-drawer-layout) - A wrapper element that positions an app-drawer and other content. | ||
- [app-grid](/app-grid) - A helper class useful for creating responsive, fluid grid layouts using custom properties. | ||
- [app-grid](https://github.com/PolymerElements/app-layout/tree/master/app-grid) - A helper class useful for creating responsive, fluid grid layouts using custom properties. | ||
- [app-header](/app-header) - A container element for app-toolbars at the top of the screen that can have scroll effects - visual effects based on scroll position. | ||
- [app-header](https://github.com/PolymerElements/app-layout/tree/master/app-header) - A container element for app-toolbars at the top of the screen that can have scroll effects - visual effects based on scroll position. | ||
- [app-header-layout](/app-header-layout) - A wrapper element that positions an app-header and other content. | ||
- [app-header-layout](https://github.com/PolymerElements/app-layout/tree/master/app-header-layout) - A wrapper element that positions an app-header and other content. | ||
- [app-toolbar](/app-toolbar) - A horizontal toolbar containing items that can be used for label, navigation, search and actions. | ||
- [app-toolbar](https://github.com/PolymerElements/app-layout/tree/master/app-toolbar) - A horizontal toolbar containing items that can be used for label, navigation, search and actions. | ||
@@ -94,0 +94,0 @@ ### Templates |
Sorry, the diff of this file is not supported yet
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
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
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
1526373
163
20989
1