select2-component
Advanced tools
Comparing version 3.1.6 to 3.1.7
@@ -41,3 +41,3 @@ import { EventEmitter, ElementRef, ChangeDetectorRef } from "@angular/core"; | ||
/** Whether the element is focused or not. */ | ||
private focused; | ||
focused: boolean; | ||
/** View -> model callback called when select has been touched */ | ||
@@ -44,0 +44,0 @@ private _onTouched; |
@@ -34,2 +34,3 @@ "use strict"; | ||
this.lastScrollTopIndex = 0; | ||
// tslint:disable:member-ordering | ||
// tslint:disable:variable-name | ||
@@ -36,0 +37,0 @@ this._stateChanges = new Subject(); |
{ | ||
"name": "select2-component", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "A vuejs, reactjs and angular select component.", | ||
@@ -25,10 +25,10 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@angular/common": "4.4.0-RC.0", | ||
"@angular/compiler": "4.4.0-RC.0", | ||
"@angular/compiler-cli": "4.4.0-RC.0", | ||
"@angular/core": "4.4.0-RC.0", | ||
"@angular/forms": "4.4.0-RC.0", | ||
"@angular/platform-browser": "4.4.0-RC.0", | ||
"@angular/platform-browser-dynamic": "4.4.0-RC.0", | ||
"@types/jasmine": "2.5.54", | ||
"@angular/common": "4.4.1", | ||
"@angular/compiler": "4.4.1", | ||
"@angular/compiler-cli": "4.4.1", | ||
"@angular/core": "4.4.1", | ||
"@angular/forms": "4.4.1", | ||
"@angular/platform-browser": "4.4.1", | ||
"@angular/platform-browser-dynamic": "4.4.1", | ||
"@types/jasmine": "2.6.0", | ||
"@types/react": "16.0.5", | ||
@@ -57,3 +57,3 @@ "@types/react-dom": "15.5.4", | ||
"rev-static": "3.4.0", | ||
"rimraf": "2.6.1", | ||
"rimraf": "2.6.2", | ||
"rxjs": "5.4.3", | ||
@@ -65,6 +65,6 @@ "standard": "10.0.3", | ||
"typescript": "2.5.2", | ||
"vue": "2.4.2", | ||
"vue": "2.4.4", | ||
"vue-class-component": "5.0.2", | ||
"watch-then-execute": "1.0.1", | ||
"webpack": "3.5.6", | ||
"webpack": "3.6.0", | ||
"zone.js": "0.8.17" | ||
@@ -71,0 +71,0 @@ }, |
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
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
147224
2222