You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@firestitch/autocomplete-chips

Package Overview
Dependencies
Maintainers
0
Versions
224
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

to
18.0.50

app/directives/autocomplete-chips-no-results.directive.d.ts

8

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

@@ -7,5 +7,5 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core';

import { MatFormFieldAppearance } from '@angular/material/form-field';
import { FsAutocompleteChipsNoResultsDirective } from '../../directives/autocomplete-chips-no-results.directive';
import { FsAutocompleteChipsSubtemplateDirective } from '../../directives/autocomplete-chips-subtemplate.directive';
import { FsAutocompleteChipsNoResultsDirective } from '../../directives/autocomplete-no-results.directive';
import { FsAutocompleteObjectDirective } from '../../directives/autocomplete-object.directive';
import { FsAutocompleteChipsTemplateDirective } from '../../directives/autocomplete-chips-template.directive';
import { FsAutocompleteChipsSuffixDirective } from '../../directives/chips-suffix.directive';

@@ -15,3 +15,3 @@ import { FsAutocompleteChipSelectedSuffixDirective } from '../../directives/selected-chip-suffix.directive';

import { FsAutocompleteChipsTextValidIndicatorDirective } from '../../directives/text-valid-indicator.directive';
import { IAutocompleteItem } from '../../interfaces/autocomplete-item.interface';
import { IAutocompleteItem } from '../../interfaces/autocomplete-item';
import { DataType } from '../../interfaces/data-type';

@@ -28,3 +28,3 @@ import { AutoSizeInputDirective } from '../../modules/ngx-autosize-input/src';

formField: ElementRef;
objectTemplate: TemplateRef<FsAutocompleteObjectDirective>;
objectTemplate: TemplateRef<FsAutocompleteChipsTemplateDirective>;
chipSelectedSuffixes: QueryList<FsAutocompleteChipSelectedSuffixDirective>;

@@ -31,0 +31,0 @@ chipsSuffixTemplate: TemplateRef<FsAutocompleteChipsSuffixDirective>;

import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./directives/autocomplete-object.directive";
import * as i1 from "./directives/autocomplete-chips-template.directive";
import * as i2 from "./components/autocomplete-chips/autocomplete-chips.component";
import * as i3 from "./directives/static-template.directive";
import * as i4 from "./directives/autocomplete-no-results.directive";
import * as i4 from "./directives/autocomplete-chips-no-results.directive";
import * as i5 from "./directives/selected-chip-suffix.directive";

@@ -28,4 +28,4 @@ import * as i6 from "./directives/chips-suffix.directive";

static ɵfac: i0.ɵɵFactoryDeclaration<FsAutocompleteChipsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FsAutocompleteChipsModule, [typeof i1.FsAutocompleteObjectDirective, typeof i2.FsAutocompleteChipsComponent, typeof i3.FsAutocompleteChipsStaticDirective, typeof i4.FsAutocompleteChipsNoResultsDirective, typeof i5.FsAutocompleteChipSelectedSuffixDirective, typeof i6.FsAutocompleteChipsSuffixDirective, typeof i7.FsAutocompleteChipsTextValidIndicatorDirective, typeof i8.FsAutocompleteChipsSubtemplateDirective, typeof i9.ConfirmComponent], [typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.MatAutocompleteModule, typeof i13.MatInputModule, typeof i14.MatIconModule, typeof i15.MatRadioModule, typeof i16.MatButtonModule, typeof i17.MatDialogModule, typeof i18.FsLabelModule, typeof i19.FsDialogModule, typeof i19.FsDialogModule, typeof i20.FsClearModule, typeof i21.FsChipModule, typeof i22.AutoSizeInputModule], [typeof i2.FsAutocompleteChipsComponent, typeof i1.FsAutocompleteObjectDirective, typeof i3.FsAutocompleteChipsStaticDirective, typeof i4.FsAutocompleteChipsNoResultsDirective, typeof i5.FsAutocompleteChipSelectedSuffixDirective, typeof i6.FsAutocompleteChipsSuffixDirective, typeof i7.FsAutocompleteChipsTextValidIndicatorDirective, typeof i8.FsAutocompleteChipsSubtemplateDirective]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FsAutocompleteChipsModule, [typeof i1.FsAutocompleteChipsTemplateDirective, typeof i2.FsAutocompleteChipsComponent, typeof i3.FsAutocompleteChipsStaticDirective, typeof i4.FsAutocompleteChipsNoResultsDirective, typeof i5.FsAutocompleteChipSelectedSuffixDirective, typeof i6.FsAutocompleteChipsSuffixDirective, typeof i7.FsAutocompleteChipsTextValidIndicatorDirective, typeof i8.FsAutocompleteChipsSubtemplateDirective, typeof i9.ConfirmComponent], [typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.MatAutocompleteModule, typeof i13.MatInputModule, typeof i14.MatIconModule, typeof i15.MatRadioModule, typeof i16.MatButtonModule, typeof i17.MatDialogModule, typeof i18.FsLabelModule, typeof i19.FsDialogModule, typeof i19.FsDialogModule, typeof i20.FsClearModule, typeof i21.FsChipModule, typeof i22.AutoSizeInputModule], [typeof i2.FsAutocompleteChipsComponent, typeof i1.FsAutocompleteChipsTemplateDirective, typeof i3.FsAutocompleteChipsStaticDirective, typeof i4.FsAutocompleteChipsNoResultsDirective, typeof i5.FsAutocompleteChipSelectedSuffixDirective, typeof i6.FsAutocompleteChipsSuffixDirective, typeof i7.FsAutocompleteChipsTextValidIndicatorDirective, typeof i8.FsAutocompleteChipsSubtemplateDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FsAutocompleteChipsModule>;
}
export * from './lib/auto-size-input.directive';
export * from './lib/auto-size-input.module';
export * from './lib/auto-size-input.options';
export * from './lib/auto-size-input.module';
export * from './lib/cdk/cdk-input-auto-size.directive';
{
"name": "@firestitch/autocomplete-chips",
"version": "18.0.49",
"version": "18.0.50",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

export { FsAutocompleteChipsModule } from './app/fs-autocomplete-chips.module';
export { FsAutocompleteChipsComponent } from './app/components/autocomplete-chips/autocomplete-chips.component';
export { FsAutocompleteChipsNoResultsDirective } from './app/directives/autocomplete-chips-no-results.directive';
export { FsAutocompleteChipsSubtemplateDirective } from './app/directives/autocomplete-chips-subtemplate.directive';
export { FsAutocompleteChipsNoResultsDirective } from './app/directives/autocomplete-no-results.directive';
export { FsAutocompleteObjectDirective } from './app/directives/autocomplete-object.directive';
export { FsAutocompleteChipsTemplateDirective } from './app/directives/autocomplete-chips-template.directive';
export { FsAutocompleteChipsSuffixDirective } from './app/directives/chips-suffix.directive';

@@ -7,0 +7,0 @@ export { FsAutocompleteChipSelectedSuffixDirective } from './app/directives/selected-chip-suffix.directive';

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet