New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@firestitch/autocomplete-chips

Package Overview
Dependencies
Maintainers
7
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/autocomplete-chips - npm Package Compare versions

Comparing version 12.5.12 to 13.0.0

esm2020/app/components/autocomplete-chips/autocomplete-chips.component.mjs

12

app/components/autocomplete-chips/autocomplete-chips.component.d.ts

@@ -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 {

{
"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';

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc