@firestitch/autocomplete-chips
Advanced tools
Comparing version 12.5.12 to 13.0.0
@@ -62,3 +62,3 @@ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core'; | ||
set panelClass(value: any); | ||
compareWith: (o1: any, o2: any) => any; | ||
compareWith: (o1: any, o2: any) => boolean; | ||
selected: EventEmitter<any>; | ||
@@ -69,3 +69,2 @@ removed: EventEmitter<any>; | ||
formWrapper: boolean; | ||
dragStart(e: any): void; | ||
data: IAutocompleteItem[]; | ||
@@ -80,13 +79,14 @@ textData: Partial<IAutocompleteItem>; | ||
panelClasses: string[]; | ||
get model(): any[]; | ||
get inputEl(): any; | ||
private _keyword$; | ||
private _fetch$; | ||
private _destroy$; | ||
get model(): any[]; | ||
get inputEl(): any; | ||
private _onTouched; | ||
private _onChange; | ||
private _focused; | ||
constructor(_cdRef: ChangeDetectorRef, _dialog: MatDialog, _elRef: ElementRef); | ||
registerOnChange(fn: (value: any) => any): void; | ||
registerOnTouched(fn: () => any): void; | ||
constructor(_cdRef: ChangeDetectorRef, _dialog: MatDialog, _elRef: ElementRef); | ||
dragStart(e: any): void; | ||
setDisabledState?(isDisabled: boolean): void; | ||
@@ -103,3 +103,2 @@ ngAfterViewInit(): void; | ||
chipClick(event: MouseEvent): void; | ||
chipKeyDown(event: KeyboardEvent, index: any): void; | ||
chipRemovedMousedown(event: UIEvent): void; | ||
@@ -124,2 +123,3 @@ chipRemoved(event: UIEvent, item: any): void; | ||
validText(text: any): boolean; | ||
get keywordLength(): number; | ||
private _clearData; | ||
@@ -126,0 +126,0 @@ private _clearInput; |
@@ -0,0 +0,0 @@ import { MatDialogRef } from '@angular/material/dialog'; |
export * from './confirm.component'; |
export * from './confirm'; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
export * from './text-valid-indicator'; |
@@ -0,0 +0,0 @@ import { EventEmitter, TemplateRef } from '@angular/core'; |
export * from './text-valid-indicator.directive'; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { ModuleWithProviders } from '@angular/core'; |
export declare function getObjectValue(attribute: any, mapping: any): any; | ||
export declare function _getObjectValue(value: any, indexes: any): any; |
@@ -0,0 +0,0 @@ import { DataType } from './data-type'; |
@@ -0,0 +0,0 @@ export declare enum DataType { |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@firestitch/autocomplete-chips", | ||
"version": "12.5.12", | ||
"version": "13.0.0", | ||
"repository": { | ||
@@ -23,11 +23,25 @@ "type": "git", | ||
"dependencies": { | ||
"@firestitch/file": "^12.18.6", | ||
"tslib": "^2.3.1" | ||
}, | ||
"sideEffects": false, | ||
"main": "bundles/firestitch-autocomplete-chips.umd.js", | ||
"module": "fesm2015/firestitch-autocomplete-chips.js", | ||
"es2015": "fesm2015/firestitch-autocomplete-chips.js", | ||
"esm2015": "esm2015/firestitch-autocomplete-chips.js", | ||
"fesm2015": "fesm2015/firestitch-autocomplete-chips.js", | ||
"typings": "firestitch-autocomplete-chips.d.ts" | ||
"module": "fesm2015/firestitch-autocomplete-chips.mjs", | ||
"es2020": "fesm2020/firestitch-autocomplete-chips.mjs", | ||
"esm2020": "esm2020/firestitch-autocomplete-chips.mjs", | ||
"fesm2020": "fesm2020/firestitch-autocomplete-chips.mjs", | ||
"fesm2015": "fesm2015/firestitch-autocomplete-chips.mjs", | ||
"typings": "firestitch-autocomplete-chips.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./firestitch-autocomplete-chips.d.ts", | ||
"esm2020": "./esm2020/firestitch-autocomplete-chips.mjs", | ||
"es2020": "./fesm2020/firestitch-autocomplete-chips.mjs", | ||
"es2015": "./fesm2015/firestitch-autocomplete-chips.mjs", | ||
"node": "./fesm2015/firestitch-autocomplete-chips.mjs", | ||
"default": "./fesm2020/firestitch-autocomplete-chips.mjs" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ export { FsAutocompleteChipsModule } from './app/fs-autocomplete-chips.module'; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
438004
3
3247
12
1
+ Added@firestitch/file@^12.18.6
+ Added@firestitch/exif-js@2.3.0(transitive)
+ Added@firestitch/file@12.18.6(transitive)
+ Addedfileapi@2.2.0(transitive)
+ Addedheic2any@0.0.4(transitive)