You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ionic-tags-input

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-tags-input - npm Package Compare versions

Comparing version

to
0.1.1

10

ion-tags-input.d.ts

@@ -40,10 +40,10 @@ import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';

isOnce(tagStr: string): boolean;
private _click(ev);
private _blur();
private _focus();
_click(ev: UIEvent): any;
_blur(): any;
_focus(): any;
writeValue(val: any): void;
registerOnChange(fn: any): void;
registerOnTouched(fn: any): void;
private setValue(val);
private initMode();
setValue(val: any): any;
initMode(): any;
}
{
"name": "ionic-tags-input",
"version": "0.1.0",
"version": "0.1.1",
"description": "A ionic tags input components",

@@ -5,0 +5,0 @@ "main": "bundles/ionic-tags-input.umd.js",

@@ -14,3 +14,3 @@ # ionic-tags-input

[DEMO](https://hsuanxyz.github.io/demo/ionic-tags-input/)
[DEMO](https://stackblitz.com/edit/ionic-tags-input)
## Install

@@ -156,3 +156,3 @@

| mode | String | platform style `md ios wp` |
| color | String | color style `light secondary danger dark warn gray purple random` |
| color | String | color style `light secondary danger dark warn gray purple random` `#xxxxxx` |
| readonly | Boolean | readonly |

@@ -159,0 +159,0 @@ | placeholder | String | input placeholder |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet