Socket
Socket
Sign inDemoInstall

angular2-multiselect-dropdown

Package Overview
Dependencies
3
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

src/app/angular2-multiselect-dropdown/multiselect.interface.ts

4

package.json
{
"name": "angular2-multiselect-dropdown",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -14,3 +14,3 @@ "angular-cli": {},

"private": false,
"dependencies": {
"dependencies": {
"bootstrap":"*",

@@ -17,0 +17,0 @@ "font-awesome":"*"

import { Component, OnInit, NgModule, OnChanges, ViewEncapsulation,forwardRef, Input, Output, EventEmitter, ElementRef, AfterViewInit, Pipe, PipeTransform } from '@angular/core';
import { FormsModule, NG_VALUE_ACCESSOR, ControlValueAccessor } from '@angular/forms';
import { CommonModule } from '@angular/common';
import { ListItem , DropdownSettings, MyException} from './multiselect.model';
import { ListItem , MyException} from './multiselect.model';
import { DropdownSettings } from './multiselect.interface';
import { ClickOutsideDirective } from './clickOutside';

@@ -6,0 +7,0 @@ import { ListFilterPipe } from './list-filter';

@@ -5,11 +5,2 @@ export class ListItem{

}
export interface DropdownSettings{
singleSelection: Boolean;
text: String;
enableCheckAll : Boolean;
selectAllText: String;
unSelectAllText: String;
enableSearchFilter: Boolean;
maxHeight: Number
}
export class MyException {

@@ -16,0 +7,0 @@ status : number;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc