ionic-tags-input
Advanced tools
Comparing version
@@ -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
129296
-0.07%