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
0
Versions
195
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 14.0.0 to 15.0.1

8

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

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

import { MatDialog } from '@angular/material/dialog';
import { FloatLabelType, MatFormFieldAppearance } from '@angular/material/form-field';
import { MatFormFieldAppearance } from '@angular/material/form-field';
import { FsAutocompleteChipsTextValidIndicatorDirective } from '../../directives';

@@ -36,3 +36,3 @@ import { FsAutocompleteChipsNoResultsDirective } from '../../directives/autocomplete-no-results/autocomplete-no-results.directive';

appearance: MatFormFieldAppearance;
floatLabel: FloatLabelType;
floatLabel: 'always' | 'auto';
readonly: boolean;

@@ -106,3 +106,3 @@ size: 'large' | 'small';

chipRemovedMousedown(event: UIEvent): void;
chipRemoved(event: UIEvent, item: any): void;
chipRemoved(item: any): void;
focus(options?: {

@@ -143,3 +143,3 @@ delay: number;

static ɵfac: i0.ɵɵFactoryDeclaration<FsAutocompleteChipsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FsAutocompleteChipsComponent, "fs-autocomplete-chips", never, { "fetch": "fetch"; "appearance": "appearance"; "floatLabel": "floatLabel"; "readonly": "readonly"; "size": "size"; "placeholder": "placeholder"; "label": "label"; "chipImage": "chipImage"; "chipBackground": "chipBackground"; "chipColor": "chipColor"; "chipIcon": "chipIcon"; "chipIconColor": "chipIconColor"; "chipClass": "chipClass"; "hint": "hint"; "allowText": "allowText"; "allowObject": "allowObject"; "delay": "delay"; "validateText": "validateText"; "removable": "removable"; "allowClear": "allowClear"; "color": "color"; "background": "background"; "orderable": "orderable"; "limit": "limit"; "initOnClick": "initOnClick"; "fetchOnFocus": "fetchOnFocus"; "multiple": "multiple"; "confirm": "confirm"; "disabled": "disabled"; "panelWidth": "panelWidth"; "panelClass": "panelClass"; "compareWith": "compareWith"; }, { "selected": "selected"; "removed": "removed"; "reordered": "reordered"; "clearEvent": "clear"; }, ["objectTemplate", "chipSuffixTemplate", "chipsSuffixTemplate", "textValidIndicatorTemplate", "noResultsTemplate", "staticDirectives"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<FsAutocompleteChipsComponent, "fs-autocomplete-chips", never, { "fetch": "fetch"; "appearance": "appearance"; "floatLabel": "floatLabel"; "readonly": "readonly"; "size": "size"; "placeholder": "placeholder"; "label": "label"; "chipImage": "chipImage"; "chipBackground": "chipBackground"; "chipColor": "chipColor"; "chipIcon": "chipIcon"; "chipIconColor": "chipIconColor"; "chipClass": "chipClass"; "hint": "hint"; "allowText": "allowText"; "allowObject": "allowObject"; "delay": "delay"; "validateText": "validateText"; "removable": "removable"; "allowClear": "allowClear"; "color": "color"; "background": "background"; "orderable": "orderable"; "limit": "limit"; "initOnClick": "initOnClick"; "fetchOnFocus": "fetchOnFocus"; "multiple": "multiple"; "confirm": "confirm"; "disabled": "disabled"; "panelWidth": "panelWidth"; "panelClass": "panelClass"; "compareWith": "compareWith"; }, { "selected": "selected"; "removed": "removed"; "reordered": "reordered"; "clearEvent": "clear"; }, ["objectTemplate", "chipSuffixTemplate", "chipsSuffixTemplate", "textValidIndicatorTemplate", "noResultsTemplate", "staticDirectives"], never, false, never>;
}

@@ -8,3 +8,3 @@ import { MatDialogRef } from '@angular/material/dialog';

static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmComponent, "ng-component", never, {}, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmComponent, "ng-component", never, {}, {}, never, never, false, never>;
}
export * from './confirm.component';
export * from './confirm';
import * as i0 from "@angular/core";
export declare class FsAutocompleteChipsNoResultsDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<FsAutocompleteChipsNoResultsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipsNoResultsDirective, "[fsAutocompleteChipsNoResults]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipsNoResultsDirective, "[fsAutocompleteChipsNoResults]", never, {}, {}, never, never, false, never>;
}

@@ -9,3 +9,3 @@ import * as i0 from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<FsAutocompleteObjectDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteObjectDirective, "[fsAutocompleteObject],[fsAutocompleteChipsTemplate]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteObjectDirective, "[fsAutocompleteObject],[fsAutocompleteChipsTemplate]", never, {}, {}, never, never, false, never>;
}
import * as i0 from "@angular/core";
export declare class FsAutocompleteChipSuffixDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<FsAutocompleteChipSuffixDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipSuffixDirective, "[fsAutocompleteChipSuffix]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipSuffixDirective, "[fsAutocompleteChipSuffix]", never, {}, {}, never, never, false, never>;
}

@@ -8,3 +8,3 @@ import * as i0 from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<FsAutocompleteChipsSuffixDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipsSuffixDirective, "[fsAutocompleteChipsSuffix]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipsSuffixDirective, "[fsAutocompleteChipsSuffix]", never, {}, {}, never, never, false, never>;
}
export * from './text-valid-indicator';

@@ -13,3 +13,3 @@ import { EventEmitter, TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FsAutocompleteChipsStaticDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipsStaticDirective, "[fsAutocompleteChipsStatic]", never, { "show": "show"; "disable": "disable"; }, { "click": "click"; "selected": "selected"; }, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipsStaticDirective, "[fsAutocompleteChipsStatic]", never, { "show": "show"; "disable": "disable"; }, { "click": "click"; "selected": "selected"; }, never, never, false, never>;
}
export * from './text-valid-indicator.directive';
import * as i0 from "@angular/core";
export declare class FsAutocompleteChipsTextValidIndicatorDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<FsAutocompleteChipsTextValidIndicatorDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipsTextValidIndicatorDirective, "[fsAutocompleteChipsTextValidIndicator]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAutocompleteChipsTextValidIndicatorDirective, "[fsAutocompleteChipsTextValidIndicator]", never, {}, {}, never, never, false, never>;
}

@@ -15,15 +15,15 @@ import { ModuleWithProviders } from '@angular/core';

import * as i12 from "@angular/material/autocomplete";
import * as i13 from "@angular/material/chips";
import * as i14 from "@angular/material/input";
import * as i15 from "@angular/material/icon";
import * as i16 from "@angular/material/radio";
import * as i17 from "@angular/material/button";
import * as i18 from "@firestitch/label";
import * as i19 from "@firestitch/dialog";
import * as i20 from "@firestitch/clear";
import * as i13 from "@angular/material/input";
import * as i14 from "@angular/material/icon";
import * as i15 from "@angular/material/radio";
import * as i16 from "@angular/material/button";
import * as i17 from "@firestitch/label";
import * as i18 from "@firestitch/dialog";
import * as i19 from "@firestitch/clear";
import * as i20 from "@firestitch/chip";
export declare class FsAutocompleteChipsModule {
static forRoot(): ModuleWithProviders<FsAutocompleteChipsModule>;
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.FsAutocompleteChipSuffixDirective, typeof i6.FsAutocompleteChipsSuffixDirective, typeof i7.FsAutocompleteChipsTextValidIndicatorDirective, typeof i8.ConfirmComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.DragDropModule, typeof i12.MatAutocompleteModule, typeof i13.MatChipsModule, typeof i14.MatInputModule, typeof i15.MatIconModule, typeof i16.MatRadioModule, typeof i17.MatButtonModule, typeof i18.FsLabelModule, typeof i19.FsDialogModule, typeof i19.FsDialogModule, typeof i20.FsClearModule], [typeof i2.FsAutocompleteChipsComponent, typeof i1.FsAutocompleteObjectDirective, typeof i3.FsAutocompleteChipsStaticDirective, typeof i4.FsAutocompleteChipsNoResultsDirective, typeof i5.FsAutocompleteChipSuffixDirective, typeof i6.FsAutocompleteChipsSuffixDirective, typeof i7.FsAutocompleteChipsTextValidIndicatorDirective]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FsAutocompleteChipsModule, [typeof i1.FsAutocompleteObjectDirective, typeof i2.FsAutocompleteChipsComponent, typeof i3.FsAutocompleteChipsStaticDirective, typeof i4.FsAutocompleteChipsNoResultsDirective, typeof i5.FsAutocompleteChipSuffixDirective, typeof i6.FsAutocompleteChipsSuffixDirective, typeof i7.FsAutocompleteChipsTextValidIndicatorDirective, typeof i8.ConfirmComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.DragDropModule, typeof i12.MatAutocompleteModule, typeof i13.MatInputModule, typeof i14.MatIconModule, typeof i15.MatRadioModule, typeof i16.MatButtonModule, typeof i17.FsLabelModule, typeof i18.FsDialogModule, typeof i18.FsDialogModule, typeof i19.FsClearModule, typeof i20.FsChipModule], [typeof i2.FsAutocompleteChipsComponent, typeof i1.FsAutocompleteObjectDirective, typeof i3.FsAutocompleteChipsStaticDirective, typeof i4.FsAutocompleteChipsNoResultsDirective, typeof i5.FsAutocompleteChipSuffixDirective, typeof i6.FsAutocompleteChipsSuffixDirective, typeof i7.FsAutocompleteChipsTextValidIndicatorDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FsAutocompleteChipsModule>;
}
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": "14.0.0",
"version": "15.0.1",
"repository": {

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

@@ -0,0 +0,0 @@ export { FsAutocompleteChipsModule } from './app/fs-autocomplete-chips.module';

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

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

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

Sorry, the diff of this file is not supported yet

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