Socket
Socket
Sign inDemoInstall

@polymer/iron-fit-behavior

Package Overview
Dependencies
1
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-pre.8 to 3.0.0-pre.10

34

iron-fit-behavior.d.ts

@@ -137,6 +137,6 @@ /**

_fitInfo: object|null;
_fitWidth(): any;
_fitHeight(): any;
_fitLeft(): any;
_fitTop(): any;
readonly _fitWidth: any;
readonly _fitHeight: any;
readonly _fitLeft: any;
readonly _fitTop: any;

@@ -146,11 +146,13 @@ /**

* if no position target is configured.
*
*/
_defaultPositionTarget(): any;
readonly _defaultPositionTarget: any;
/**
* The horizontal align value, accounting for the RTL/LTR text direction.
*
*/
_localeHorizontalAlign(): any;
attached(): any;
detached(): any;
readonly _localeHorizontalAlign: any;
attached(): void;
detached(): void;

@@ -160,3 +162,3 @@ /**

*/
fit(): any;
fit(): void;

@@ -166,3 +168,3 @@ /**

*/
_discoverInfo(): any;
_discoverInfo(): void;

@@ -173,3 +175,3 @@ /**

*/
resetFit(): any;
resetFit(): void;

@@ -182,3 +184,3 @@ /**

*/
refit(): any;
refit(): void;

@@ -188,3 +190,3 @@ /**

*/
position(): any;
position(): void;

@@ -195,4 +197,4 @@ /**

*/
constrain(): any;
_sizeDimension(rect: any, positionedBy: any, start: any, end: any, extent: any): any;
constrain(): void;
_sizeDimension(rect: any, positionedBy: any, start: any, end: any, extent: any): void;

@@ -203,3 +205,3 @@ /**

*/
center(): any;
center(): void;
}

@@ -206,0 +208,0 @@

{
"name": "@polymer/iron-fit-behavior",
"flat": true,
"version": "3.0.0-pre.8",
"version": "3.0.0-pre.10",
"description": "Fits an element inside another element",

@@ -21,7 +21,7 @@ "contributors": [

"dependencies": {
"@polymer/polymer": "^3.0.0-pre.7"
"@polymer/polymer": "^3.0.0-pre.10"
},
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.7",
"@polymer/iron-demo-helpers": "^3.0.0-pre.7",
"@polymer/iron-component-page": "^3.0.0-pre.10",
"@polymer/iron-demo-helpers": "^3.0.0-pre.10",
"wct-browser-legacy": "0.0.1-pre.11",

@@ -28,0 +28,0 @@ "@webcomponents/webcomponentsjs": "^1.0.0"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc