angular2-multiselect-dropdown
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "angular2-multiselect-dropdown", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "angular-cli": {}, |
@@ -45,5 +45,5 @@ import { Component, OnInit, NgModule, OnChanges, ViewEncapsulation,forwardRef, Input, Output, EventEmitter, ElementRef, AfterViewInit, Pipe, PipeTransform } from '@angular/core'; | ||
private selectedItems: Array<ListItem>; | ||
private isActive: boolean = false; | ||
private isSelectAll: boolean = false; | ||
public selectedItems: Array<ListItem>; | ||
public isActive: boolean = false; | ||
public isSelectAll: boolean = false; | ||
filter: ListItem = new ListItem(); | ||
@@ -50,0 +50,0 @@ defaultSettings:DropdownSettings = { |
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
22067