@angular/material
Version:
Angular Material
10 lines (9 loc) • 21.6 kB
JavaScript
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/material/core"),require("@angular/cdk/a11y"),require("@angular/cdk/bidi"),require("@angular/cdk/coercion"),require("@angular/cdk/collections"),require("@angular/cdk/keycodes"),require("rxjs/operators/startWith"),require("@angular/forms"),require("@angular/material/form-field"),require("rxjs/observable/merge"),require("rxjs/Subscription"),require("rxjs/Subject")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/material/core","@angular/cdk/a11y","@angular/cdk/bidi","@angular/cdk/coercion","@angular/cdk/collections","@angular/cdk/keycodes","rxjs/operators/startWith","@angular/forms","@angular/material/form-field","rxjs/observable/merge","rxjs/Subscription","rxjs/Subject"],t):t((e.ng=e.ng||{},e.ng.material=e.ng.material||{},e.ng.material.chips=e.ng.material.chips||{}),e.ng.core,e.ng.material.core,e.ng.cdk.a11y,e.ng.cdk.bidi,e.ng.cdk.coercion,e.ng.cdk.collections,e.ng.cdk.keycodes,e.Rx.operators,e.ng.forms,e.ng.material.formField,e.Rx.Observable,e.Rx,e.Rx)}(this,function(e,t,i,n,r,o,s,a,c,p,u,l,h,d){"use strict";function f(e,t){function i(){this.constructor=e}m(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}var m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])},b=function(){function e(e,t,i){void 0===i&&(i=!1),this.source=e,this.selected=t,this.isUserInput=i}return e}(),y=function(){function e(e){this._elementRef=e}return e}(),_=i.mixinColor(i.mixinDisabled(y),"primary"),g=function(){function e(){}return e.decorators=[{type:t.Directive,args:[{selector:"mat-basic-chip, [mat-basic-chip]",host:{class:"mat-basic-chip"}}]}],e.ctorParameters=function(){return[]},e}(),v=function(e){function i(i){var n=e.call(this,i)||this;return n._elementRef=i,n._hasFocus=!1,n._selected=!1,n._selectable=!0,n._removable=!0,n._onFocus=new d.Subject,n._onBlur=new d.Subject,n.selectionChange=new t.EventEmitter,n.destroyed=new t.EventEmitter,n.destroy=n.destroyed,n.removed=new t.EventEmitter,n.onRemove=n.removed,n}return f(i,e),Object.defineProperty(i.prototype,"selected",{get:function(){return this._selected},set:function(e){this._selected=o.coerceBooleanProperty(e),this.selectionChange.emit({source:this,isUserInput:!1,selected:e})},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return void 0!=this._value?this._value:this._elementRef.nativeElement.textContent},set:function(e){this._value=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"selectable",{get:function(){return this._selectable},set:function(e){this._selectable=o.coerceBooleanProperty(e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"removable",{get:function(){return this._removable},set:function(e){this._removable=o.coerceBooleanProperty(e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"ariaSelected",{get:function(){return this.selectable?this.selected.toString():null},enumerable:!0,configurable:!0}),i.prototype.ngOnDestroy=function(){this.destroyed.emit({chip:this})},i.prototype.select=function(){this._selected=!0,this.selectionChange.emit({source:this,isUserInput:!1,selected:!0})},i.prototype.deselect=function(){this._selected=!1,this.selectionChange.emit({source:this,isUserInput:!1,selected:!1})},i.prototype.selectViaInteraction=function(){this._selected=!0,this.selectionChange.emit({source:this,isUserInput:!0,selected:!0})},i.prototype.toggleSelected=function(e){return void 0===e&&(e=!1),this._selected=!this.selected,this.selectionChange.emit({source:this,isUserInput:e,selected:this._selected}),this.selected},i.prototype.focus=function(){this._elementRef.nativeElement.focus(),this._onFocus.next({chip:this})},i.prototype.remove=function(){this.removable&&this.removed.emit({chip:this})},i.prototype._handleClick=function(e){this.disabled||(e.preventDefault(),e.stopPropagation(),this.focus())},i.prototype._handleKeydown=function(e){if(!this.disabled)switch(e.keyCode){case a.DELETE:case a.BACKSPACE:this.remove(),e.preventDefault();break;case a.SPACE:this.selectable&&this.toggleSelected(!0),e.preventDefault()}},i.prototype._blur=function(){this._hasFocus=!1,this._onBlur.next({chip:this})},i.decorators=[{type:t.Directive,args:[{selector:"mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]",inputs:["color","disabled"],exportAs:"matChip",host:{class:"mat-chip","[attr.tabindex]":"disabled ? null : -1",role:"option","[class.mat-chip-selected]":"selected","[attr.disabled]":"disabled || null","[attr.aria-disabled]":"disabled.toString()","[attr.aria-selected]":"ariaSelected","(click)":"_handleClick($event)","(keydown)":"_handleKeydown($event)","(focus)":"_hasFocus = true","(blur)":"_blur()"}}]}],i.ctorParameters=function(){return[{type:t.ElementRef}]},i.propDecorators={selected:[{type:t.Input}],value:[{type:t.Input}],selectable:[{type:t.Input}],removable:[{type:t.Input}],selectionChange:[{type:t.Output}],destroyed:[{type:t.Output}],destroy:[{type:t.Output}],removed:[{type:t.Output}],onRemove:[{type:t.Output,args:["remove"]}]},i}(_),C=function(){function e(e){this._parentChip=e}return e.prototype._handleClick=function(){this._parentChip.removable&&this._parentChip.remove()},e.decorators=[{type:t.Directive,args:[{selector:"[matChipRemove]",host:{class:"mat-chip-remove","(click)":"_handleClick()"}}]}],e.ctorParameters=function(){return[{type:v}]},e}(),x=function(){function e(e,t,i,n){this._defaultErrorStateMatcher=e,this._parentForm=t,this._parentFormGroup=i,this.ngControl=n}return e}(),I=i.mixinErrorState(x),S=0,O=function(){function e(e,t){this.source=e,this.value=t}return e}(),k=function(e){function d(i,n,r,o,s,a,c){var p=e.call(this,a,o,s,c)||this;return p._elementRef=i,p._changeDetectorRef=n,p._dir=r,p.ngControl=c,p.controlType="mat-chip-list",p._lastDestroyedIndex=null,p._chipSet=new WeakMap,p._tabOutSubscription=h.Subscription.EMPTY,p._uid="mat-chip-list-"+S++,p._tabIndex=0,p._userTabIndex=null,p._onTouched=function(){},p._onChange=function(){},p._multiple=!1,p._compareWith=function(e,t){return e===t},p._required=!1,p._disabled=!1,p.ariaOrientation="horizontal",p._selectable=!0,p.change=new t.EventEmitter,p.valueChange=new t.EventEmitter,p.ngControl&&(p.ngControl.valueAccessor=p),p}return f(d,e),Object.defineProperty(d.prototype,"selected",{get:function(){return this.multiple?this._selectionModel.selected:this._selectionModel.selected[0]},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"role",{get:function(){return this.empty?null:"listbox"},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"multiple",{get:function(){return this._multiple},set:function(e){this._multiple=o.coerceBooleanProperty(e)},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"compareWith",{get:function(){return this._compareWith},set:function(e){this._compareWith=e,this._selectionModel&&this._initializeSelection()},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"value",{get:function(){return this._value},set:function(e){this.writeValue(e),this._value=e},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"id",{get:function(){return this._id||this._uid},set:function(e){this._id=e,this.stateChanges.next()},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"required",{get:function(){return this._required},set:function(e){this._required=o.coerceBooleanProperty(e),this.stateChanges.next()},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"placeholder",{get:function(){return this._chipInput?this._chipInput.placeholder:this._placeholder},set:function(e){this._placeholder=e,this.stateChanges.next()},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"focused",{get:function(){return this.chips.some(function(e){return e._hasFocus})||this._chipInput&&this._chipInput.focused},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"empty",{get:function(){return(!this._chipInput||this._chipInput.empty)&&0===this.chips.length},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"shouldLabelFloat",{get:function(){return!this.empty||this.focused},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"disabled",{get:function(){return this.ngControl?!!this.ngControl.disabled:this._disabled},set:function(e){this._disabled=o.coerceBooleanProperty(e)},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"selectable",{get:function(){return this._selectable},set:function(e){this._selectable=o.coerceBooleanProperty(e)},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"tabIndex",{set:function(e){this._userTabIndex=e,this._tabIndex=e},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"chipSelectionChanges",{get:function(){return l.merge.apply(void 0,this.chips.map(function(e){return e.selectionChange}))},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"chipFocusChanges",{get:function(){return l.merge.apply(void 0,this.chips.map(function(e){return e._onFocus}))},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"chipBlurChanges",{get:function(){return l.merge.apply(void 0,this.chips.map(function(e){return e._onBlur}))},enumerable:!0,configurable:!0}),Object.defineProperty(d.prototype,"chipRemoveChanges",{get:function(){return l.merge.apply(void 0,this.chips.map(function(e){return e.destroy}))},enumerable:!0,configurable:!0}),d.prototype.ngAfterContentInit=function(){var e=this;this._keyManager=new n.FocusKeyManager(this.chips).withWrap().withVerticalOrientation().withHorizontalOrientation(this._dir?this._dir.value:"ltr"),this._tabOutSubscription=this._keyManager.tabOut.subscribe(function(){e._tabIndex=-1,setTimeout(function(){return e._tabIndex=e._userTabIndex||0})}),this._changeSubscription=this.chips.changes.pipe(c.startWith(null)).subscribe(function(){e._resetChips(),e._initializeSelection(),e._updateTabIndex(),e._updateFocusForDestroyedChips()})},d.prototype.ngOnInit=function(){this._selectionModel=new s.SelectionModel(this.multiple,void 0,!1),this.stateChanges.next()},d.prototype.ngDoCheck=function(){this.ngControl&&this.updateErrorState()},d.prototype.ngOnDestroy=function(){this._tabOutSubscription.unsubscribe(),this._changeSubscription&&this._changeSubscription.unsubscribe(),this._dropSubscriptions(),this.stateChanges.complete()},d.prototype.registerInput=function(e){this._chipInput=e},d.prototype.setDescribedByIds=function(e){this._ariaDescribedby=e.join(" ")},d.prototype.writeValue=function(e){this.chips&&this._setSelectionByValue(e,!1)},d.prototype.registerOnChange=function(e){this._onChange=e},d.prototype.registerOnTouched=function(e){this._onTouched=e},d.prototype.setDisabledState=function(e){this.disabled=e,this._elementRef.nativeElement.disabled=e,this.stateChanges.next()},d.prototype.onContainerClick=function(){this.focus()},d.prototype.focus=function(){this._chipInput&&this._chipInput.focused||(this.chips.length>0?(this._keyManager.setFirstItemActive(),this.stateChanges.next()):(this._focusInput(),this.stateChanges.next()))},d.prototype._focusInput=function(){this._chipInput&&this._chipInput.focus()},d.prototype._keydown=function(e){var t=e.target;e.keyCode===a.BACKSPACE&&this._isInputEmpty(t)?(this._keyManager.setLastItemActive(),e.preventDefault()):t&&t.classList.contains("mat-chip")&&(this._keyManager.onKeydown(e),this.stateChanges.next())},d.prototype._updateTabIndex=function(){this._tabIndex=this._userTabIndex||(0===this.chips.length?-1:0)},d.prototype._updateKeyManager=function(e){var t=this.chips.toArray().indexOf(e);this._isValidIndex(t)&&(e._hasFocus&&(t<this.chips.length-1?this._keyManager.setActiveItem(t):t-1>=0&&this._keyManager.setActiveItem(t-1)),this._keyManager.activeItemIndex===t&&(this._lastDestroyedIndex=t))},d.prototype._updateFocusForDestroyedChips=function(){var e=this.chips;if(null!=this._lastDestroyedIndex&&e.length>0){var t=Math.min(this._lastDestroyedIndex,e.length-1);this._keyManager.setActiveItem(t);var i=this._keyManager.activeItem;i&&i.focus()}this._lastDestroyedIndex=null},d.prototype._isValidIndex=function(e){return e>=0&&e<this.chips.length},d.prototype._isInputEmpty=function(e){if(e&&"input"===e.nodeName.toLowerCase()){return!e.value}return!1},d.prototype._setSelectionByValue=function(e,t){var i=this;if(void 0===t&&(t=!0),this._clearSelection(),this.chips.forEach(function(e){return e.deselect()}),Array.isArray(e))e.forEach(function(e){return i._selectValue(e,t)}),this._sortValues();else{var n=this._selectValue(e,t);if(n){var r=this.chips.toArray().indexOf(n);t?this._keyManager.setActiveItem(r):this._keyManager.updateActiveItemIndex(r)}}},d.prototype._selectValue=function(e,t){var i=this;void 0===t&&(t=!0);var n=this.chips.find(function(t){return null!=t.value&&i._compareWith(t.value,e)});return n&&(t?n.selectViaInteraction():n.select(),this._selectionModel.select(n)),n},d.prototype._initializeSelection=function(){var e=this;Promise.resolve().then(function(){(e.ngControl||e._value)&&(e._setSelectionByValue(e.ngControl?e.ngControl.value:e._value,!1),e.stateChanges.next())})},d.prototype._clearSelection=function(e){this._selectionModel.clear(),this.chips.forEach(function(t){t!==e&&t.deselect()}),this.stateChanges.next()},d.prototype._sortValues=function(){var e=this;this._multiple&&(this._selectionModel.clear(),this.chips.forEach(function(t){t.selected&&e._selectionModel.select(t)}),this.stateChanges.next())},d.prototype._propagateChanges=function(e){var t=null;t=Array.isArray(this.selected)?this.selected.map(function(e){return e.value}):this.selected?this.selected.value:e,this._value=t,this.change.emit(new O(this,t)),this.valueChange.emit(t),this._onChange(t),this._changeDetectorRef.markForCheck()},d.prototype._blur=function(){var e=this;this.disabled||(this._chipInput?setTimeout(function(){e.focused||e._markAsTouched()}):this._markAsTouched())},d.prototype._markAsTouched=function(){this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next()},d.prototype._resetChips=function(){this._dropSubscriptions(),this._listenToChipsFocus(),this._listenToChipsSelection(),this._listenToChipsRemoved()},d.prototype._dropSubscriptions=function(){this._chipFocusSubscription&&(this._chipFocusSubscription.unsubscribe(),this._chipFocusSubscription=null),this._chipBlurSubscription&&(this._chipBlurSubscription.unsubscribe(),this._chipBlurSubscription=null),this._chipSelectionSubscription&&(this._chipSelectionSubscription.unsubscribe(),this._chipSelectionSubscription=null)},d.prototype._listenToChipsSelection=function(){var e=this;this._chipSelectionSubscription=this.chipSelectionChanges.subscribe(function(t){t.source.selected?e._selectionModel.select(t.source):e._selectionModel.deselect(t.source),e.multiple||e.chips.forEach(function(t){!e._selectionModel.isSelected(t)&&t.selected&&t.deselect()}),t.isUserInput&&e._propagateChanges()})},d.prototype._listenToChipsFocus=function(){var e=this;this._chipFocusSubscription=this.chipFocusChanges.subscribe(function(t){var i=e.chips.toArray().indexOf(t.chip);e._isValidIndex(i)&&e._keyManager.updateActiveItemIndex(i),e.stateChanges.next()}),this._chipBlurSubscription=this.chipBlurChanges.subscribe(function(){e._blur(),e.stateChanges.next()})},d.prototype._listenToChipsRemoved=function(){var e=this;this._chipRemoveSubscription=this.chipRemoveChanges.subscribe(function(t){e._updateKeyManager(t.chip)})},d.decorators=[{type:t.Component,args:[{selector:"mat-chip-list",template:'<div class="mat-chip-list-wrapper"><ng-content></ng-content></div>',exportAs:"matChipList",host:{"[attr.tabindex]":"_tabIndex","[attr.aria-describedby]":"_ariaDescribedby || null","[attr.aria-required]":"required.toString()","[attr.aria-disabled]":"disabled.toString()","[attr.aria-invalid]":"errorState","[attr.aria-multiselectable]":"multiple","[attr.role]":"role","[class.mat-chip-list-disabled]":"disabled","[class.mat-chip-list-invalid]":"errorState","[class.mat-chip-list-required]":"required","[attr.aria-orientation]":"ariaOrientation",class:"mat-chip-list","(focus)":"focus()","(blur)":"_blur()","(keydown)":"_keydown($event)"},providers:[{provide:u.MatFormFieldControl,useExisting:d}],styles:[".mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline}.mat-chip:not(.mat-basic-chip){transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:inline-flex;padding:7px 12px;border-radius:24px;align-items:center;cursor:default}.mat-chip:not(.mat-basic-chip)+.mat-chip:not(.mat-basic-chip){margin:0 0 0 8px}[dir=rtl] .mat-chip:not(.mat-basic-chip)+.mat-chip:not(.mat-basic-chip){margin:0 8px 0 0}.mat-form-field-prefix .mat-chip:not(.mat-basic-chip):last-child{margin-right:8px}[dir=rtl] .mat-form-field-prefix .mat-chip:not(.mat-basic-chip):last-child{margin-left:8px}.mat-chip:not(.mat-basic-chip) .mat-chip-remove.mat-icon{width:1em;height:1em}.mat-chip:not(.mat-basic-chip):focus{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);outline:0}@media screen and (-ms-high-contrast:active){.mat-chip:not(.mat-basic-chip){outline:solid 1px}}.mat-chip-list-stacked .mat-chip-list-wrapper{display:block}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip){display:block;margin:0;margin-bottom:8px}[dir=rtl] .mat-chip-list-stacked .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip){margin:0;margin-bottom:8px}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip):last-child,[dir=rtl] .mat-chip-list-stacked .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip):last-child{margin-bottom:0}.mat-form-field-prefix .mat-chip-list-wrapper{margin-bottom:8px}.mat-chip-remove{margin-right:-4px;margin-left:6px;cursor:pointer}[dir=rtl] .mat-chip-remove{margin-right:6px;margin-left:-4px}input.mat-chip-input{width:150px;margin:3px;flex:1 0 150px}"],encapsulation:t.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:t.ChangeDetectionStrategy.OnPush}]}],d.ctorParameters=function(){return[{type:t.ElementRef},{type:t.ChangeDetectorRef},{type:r.Directionality,decorators:[{type:t.Optional}]},{type:p.NgForm,decorators:[{type:t.Optional}]},{type:p.FormGroupDirective,decorators:[{type:t.Optional}]},{type:i.ErrorStateMatcher},{type:p.NgControl,decorators:[{type:t.Optional},{type:t.Self}]}]},d.propDecorators={errorStateMatcher:[{type:t.Input}],multiple:[{type:t.Input}],compareWith:[{type:t.Input}],value:[{type:t.Input}],id:[{type:t.Input}],required:[{type:t.Input}],placeholder:[{type:t.Input}],disabled:[{type:t.Input}],ariaOrientation:[{type:t.Input,args:["aria-orientation"]}],selectable:[{type:t.Input}],tabIndex:[{type:t.Input}],change:[{type:t.Output}],valueChange:[{type:t.Output}],chips:[{type:t.ContentChildren,args:[v]}]},d}(I),E=function(){function e(e){this._elementRef=e,this.focused=!1,this._addOnBlur=!1,this.separatorKeyCodes=[a.ENTER],this.chipEnd=new t.EventEmitter,this.placeholder="",this._inputElement=this._elementRef.nativeElement}return Object.defineProperty(e.prototype,"chipList",{set:function(e){e&&(this._chipList=e,this._chipList.registerInput(this))},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"addOnBlur",{get:function(){return this._addOnBlur},set:function(e){this._addOnBlur=o.coerceBooleanProperty(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"empty",{get:function(){return!this._inputElement.value},enumerable:!0,configurable:!0}),e.prototype._keydown=function(e){this._emitChipEnd(e)},e.prototype._blur=function(){this.addOnBlur&&this._emitChipEnd(),this.focused=!1,this._chipList.focused||this._chipList._blur(),this._chipList.stateChanges.next()},e.prototype._focus=function(){this.focused=!0,this._chipList.stateChanges.next()},e.prototype._emitChipEnd=function(e){!this._inputElement.value&&e&&this._chipList._keydown(e),(!e||this.separatorKeyCodes.indexOf(e.keyCode)>-1)&&(this.chipEnd.emit({input:this._inputElement,value:this._inputElement.value}),e&&e.preventDefault())},e.prototype._onInput=function(){this._chipList.stateChanges.next()},e.prototype.focus=function(){this._inputElement.focus()},e.decorators=[{type:t.Directive,args:[{selector:"input[matChipInputFor]",exportAs:"matChipInput, matChipInputFor",host:{class:"mat-chip-input mat-input-element","(keydown)":"_keydown($event)","(blur)":"_blur()","(focus)":"_focus()","(input)":"_onInput()"}}]}],e.ctorParameters=function(){return[{type:t.ElementRef}]},e.propDecorators={chipList:[{type:t.Input,args:["matChipInputFor"]}],addOnBlur:[{type:t.Input,args:["matChipInputAddOnBlur"]}],separatorKeyCodes:[{type:t.Input,args:["matChipInputSeparatorKeyCodes"]}],chipEnd:[{type:t.Output,args:["matChipInputTokenEnd"]}],placeholder:[{type:t.Input}]},e}(),M=function(){function e(){}return e.decorators=[{type:t.NgModule,args:[{imports:[],exports:[k,v,E,C,C,g],declarations:[k,v,E,C,C,g],providers:[i.ErrorStateMatcher]}]}],e.ctorParameters=function(){return[]},e}();e.MatChipsModule=M,e.MatChipListBase=x,e._MatChipListMixinBase=I,e.MatChipListChange=O,e.MatChipList=k,e.MatChipSelectionChange=b,e.MatChipBase=y,e._MatChipMixinBase=_,e.MatBasicChip=g,e.MatChip=v,e.MatChipRemove=C,e.MatChipInput=E,Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=material-chips.umd.min.js.map