@firestitch/autocomplete-chips
Advanced tools
Comparing version 18.0.10 to 18.0.11
@@ -20,3 +20,2 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core'; | ||
private _dialog; | ||
private _elRef; | ||
autoSizeInput: AutoSizeInputDirective; | ||
@@ -39,3 +38,3 @@ matInputEl: ElementRef; | ||
label: string; | ||
placeholder: string; | ||
placeholder: any; | ||
chipImage: string; | ||
@@ -89,3 +88,3 @@ chipBackground: string; | ||
private _focused; | ||
constructor(_cdRef: ChangeDetectorRef, _dialog: MatDialog, _elRef: ElementRef); | ||
constructor(_cdRef: ChangeDetectorRef, _dialog: MatDialog); | ||
registerOnChange(fn: (value: any) => any): void; | ||
@@ -92,0 +91,0 @@ registerOnTouched(fn: () => any): void; |
{ | ||
"name": "@firestitch/autocomplete-chips", | ||
"version": "18.0.10", | ||
"version": "18.0.11", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
365841
3007