Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polymer/app-layout

Package Overview
Dependencies
Maintainers
12
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/app-layout - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

demo/test.html

2

app-box/app-box.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc