Socket
Socket
Sign inDemoInstall

angular-2-dropdown-multiselect

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-2-dropdown-multiselect - npm Package Compare versions

Comparing version 1.7.1 to 1.8.0

angular-2-dropdown-multiselect.d.ts

6

dropdown/dropdown.component.d.ts

@@ -1,6 +0,4 @@

import 'rxjs/add/operator/takeUntil';
import { ChangeDetectorRef, DoCheck, ElementRef, EventEmitter, IterableDiffers, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
import { AbstractControl, ControlValueAccessor, FormBuilder, FormControl, Validator } from '@angular/forms';
import { Observable } from 'rxjs/Observable';
import { Subject } from 'rxjs/Subject';
import { Observable, Subject } from 'rxjs';
import { MultiSelectSearchFilter } from './search-filter.pipe';

@@ -84,3 +82,3 @@ import { IMultiSelectOption, IMultiSelectSettings, IMultiSelectTexts } from './types';

preventCheckboxCheck(event: Event, option: IMultiSelectOption): void;
isCheckboxDisabled(option: IMultiSelectOption): boolean;
isCheckboxDisabled(option?: IMultiSelectOption): boolean;
checkScrollPosition(ev: any): void;

@@ -87,0 +85,0 @@ checkScrollPropagation(ev: any, element: any): void;

{
"name": "angular-2-dropdown-multiselect",
"version": "1.7.1",
"version": "1.8.0",
"description": "Customizable dropdown multiselect in Angular 2 with bootstrap css.",
"main": "bundles/dropdown.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"repository": {

@@ -26,3 +23,2 @@ "type": "git",

"homepage": "http://softsimon.github.io/angular-2-dropdown-multiselect",
"dependencies": {},
"peerDependencies": {

@@ -33,3 +29,11 @@ "@angular/common": "^5.2.9",

"tslib": "^1.6.1"
},
"main": "bundles/angular-2-dropdown-multiselect.umd.js",
"module": "esm5/angular-2-dropdown-multiselect.js",
"es2015": "esm2015/angular-2-dropdown-multiselect.js",
"typings": "angular-2-dropdown-multiselect.d.ts",
"metadata": "angular-2-dropdown-multiselect.metadata.json",
"dependencies": {
"tslib": "^1.9.0"
}
}
}
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