http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/d07dd0f2/node_modules/@angular/cdk/bundles/cdk-observers.umd.js.map
----------------------------------------------------------------------
diff --git a/node_modules/@angular/cdk/bundles/cdk-observers.umd.js.map 
b/node_modules/@angular/cdk/bundles/cdk-observers.umd.js.map
index 10684be..392793e 100644
--- a/node_modules/@angular/cdk/bundles/cdk-observers.umd.js.map
+++ b/node_modules/@angular/cdk/bundles/cdk-observers.umd.js.map
@@ -1 +1 @@
-{"version":3,"file":"cdk-observers.umd.js","sources":["cdk/observers.es5.js"],"sourcesContent":["/**\n
 * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this 
source code is governed by an MIT-style license that can be\n * found in the 
LICENSE file at https://angular.io/license\n */\nimport { Directive, 
ElementRef, EventEmitter, Injectable, Input, NgModule, NgZone, Output } from 
'@angular/core';\nimport { Subject } from 'rxjs/Subject';\nimport { RxChain, 
debounceTime } from '@angular/cdk/rxjs';\n\n/**\n * Factory that creates a new 
MutationObserver and allows us to stub it out in unit tests.\n * 
\\@docs-private\n */\nvar MatMutationObserverFactory = (function () {\n    
function MatMutationObserverFactory() {\n    }\n    /**\n     * @param {?} 
callback\n     * @return {?}\n     */\n    
MatMutationObserverFactory.prototype.create = function (callback) {\n        
return typeof MutationObserver === 'undefined' ? null : new 
MutationObserver(callback);\n    };\n    M
 atMutationObserverFactory.decorators = [\n        { type: Injectable },\n    
];\n    /**\n     * @nocollapse\n     */\n    
MatMutationObserverFactory.ctorParameters = function () { return []; };\n    
return MatMutationObserverFactory;\n}());\n/**\n * Directive that triggers a 
callback whenever the content of\n * its associated element has changed.\n 
*/\nvar ObserveContent = (function () {\n    /**\n     * @param {?} 
_mutationObserverFactory\n     * @param {?} _elementRef\n     * @param {?} 
_ngZone\n     */\n    function ObserveContent(_mutationObserverFactory, 
_elementRef, _ngZone) {\n        this._mutationObserverFactory = 
_mutationObserverFactory;\n        this._elementRef = _elementRef;\n        
this._ngZone = _ngZone;\n        /**\n         * Event emitted for each change 
in the element's content.\n         */\n        this.event = new 
EventEmitter();\n        /**\n         * Used for debouncing the emitted values 
to the observeContent event.\n         */\n        this._debounce
 r = new Subject();\n    }\n    /**\n     * @return {?}\n     */\n    
ObserveContent.prototype.ngAfterContentInit = function () {\n        var _this 
= this;\n        if (this.debounce > 0) {\n            
this._ngZone.runOutsideAngular(function () {\n                
RxChain.from(_this._debouncer)\n                    .call(debounceTime, 
_this.debounce)\n                    .subscribe(function (mutations) { return 
_this.event.emit(mutations); });\n            });\n        }\n        else {\n  
          this._debouncer.subscribe(function (mutations) { return 
_this.event.emit(mutations); });\n        }\n        this._observer = 
this._ngZone.runOutsideAngular(function () {\n            return 
_this._mutationObserverFactory.create(function (mutations) {\n                
_this._debouncer.next(mutations);\n            });\n        });\n        if 
(this._observer) {\n            
this._observer.observe(this._elementRef.nativeElement, {\n                
characterData: true,\n                chi
 ldList: true,\n                subtree: true\n            });\n        }\n    
};\n    /**\n     * @return {?}\n     */\n    
ObserveContent.prototype.ngOnDestroy = function () {\n        if 
(this._observer) {\n            this._observer.disconnect();\n        }\n       
 this._debouncer.complete();\n    };\n    ObserveContent.decorators = [\n       
 { type: Directive, args: [{\n                    selector: 
'[cdkObserveContent]',\n                    exportAs: 'cdkObserveContent',\n    
            },] },\n    ];\n    /**\n     * @nocollapse\n     */\n    
ObserveContent.ctorParameters = function () { return [\n        { type: 
MatMutationObserverFactory, },\n        { type: ElementRef, },\n        { type: 
NgZone, },\n    ]; };\n    ObserveContent.propDecorators = {\n        'event': 
[{ type: Output, args: ['cdkObserveContent',] },],\n        'debounce': [{ 
type: Input },],\n    };\n    return ObserveContent;\n}());\nvar 
ObserversModule = (function () {\n    function ObserversModule() {\
 n    }\n    ObserversModule.decorators = [\n        { type: NgModule, args: 
[{\n                    exports: [ObserveContent],\n                    
declarations: [ObserveContent],\n                    providers: 
[MatMutationObserverFactory]\n                },] },\n    ];\n    /**\n     * 
@nocollapse\n     */\n    ObserversModule.ctorParameters = function () { return 
[]; };\n    return ObserversModule;\n}());\n\n/**\n * Generated bundle index. 
Do not edit.\n */\n\nexport { MatMutationObserverFactory, ObserveContent, 
ObserversModule };\n//# 
sourceMappingURL=observers.es5.js.map\n"],"names":["Injectable","EventEmitter","Subject","RxChain","debounceTime","Directive","ElementRef","NgZone","Output","Input","NgModule"],"mappings":"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"}
\ No newline at end of file
+{"version":3,"file":"cdk-observers.umd.js","sources":["../../src/cdk/observers/observe-content.ts"],"sourcesContent":["/**\n
 * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this 
source code is governed by an MIT-style license that can be\n * found in the 
LICENSE file at https://angular.io/license\n */\n\nimport {\n  Directive,\n  
ElementRef,\n  NgModule,\n  Output,\n  Input,\n  EventEmitter,\n  OnDestroy,\n  
AfterContentInit,\n  Injectable,\n  NgZone,\n  OnChanges,\n  SimpleChanges,\n} 
from '@angular/core';\nimport {coerceBooleanProperty} from 
'@angular/cdk/coercion';\nimport {Subject} from 'rxjs/Subject';\nimport 
{debounceTime} from 'rxjs/operators/debounceTime';\n\n/**\n * Factory that 
creates a new MutationObserver and allows us to stub it out in unit tests.\n * 
@docs-private\n */\n@Injectable()\nexport class MutationObserverFactory {\n  
create(callback: MutationCallback): MutationObserver | null {\n    return 
typeof MutationObserver === 'undefined' ? null
  : new MutationObserver(callback);\n  }\n}\n\n/**\n * Directive that triggers 
a callback whenever the content of\n * its associated element has changed.\n 
*/\n@Directive({\n  selector: '[cdkObserveContent]',\n  exportAs: 
'cdkObserveContent',\n})\nexport class CdkObserveContent implements 
AfterContentInit, OnChanges, OnDestroy {\n  private _observer: MutationObserver 
| null;\n  private _disabled = false;\n\n  /** Event emitted for each change in 
the element's content. */\n  @Output('cdkObserveContent') event = new 
EventEmitter<MutationRecord[]>();\n\n  /**\n   * Whether observing content is 
disabled. This option can be used\n   * to disconnect the underlying 
MutationObserver until it is needed.\n   */\n  
@Input('cdkObserveContentDisabled')\n  get disabled() { return this._disabled; 
}\n  set disabled(value: any) {\n    this._disabled = 
coerceBooleanProperty(value);\n  }\n\n  /** Used for debouncing the emitted 
values to the observeContent event. */\n  private _debouncer = new Subject<
 MutationRecord[]>();\n\n  /** Debounce interval for emitting the changes. */\n 
 @Input() debounce: number;\n\n  constructor(\n    private 
_mutationObserverFactory: MutationObserverFactory,\n    private _elementRef: 
ElementRef,\n    private _ngZone: NgZone) { }\n\n  ngAfterContentInit() {\n    
if (this.debounce > 0) {\n      this._ngZone.runOutsideAngular(() => {\n        
this._debouncer.pipe(debounceTime(this.debounce))\n            
.subscribe((mutations: MutationRecord[]) => this.event.emit(mutations));\n      
});\n    } else {\n      this._debouncer.subscribe(mutations => 
this.event.emit(mutations));\n    }\n\n    this._observer = 
this._ngZone.runOutsideAngular(() => {\n      return 
this._mutationObserverFactory.create((mutations: MutationRecord[]) => {\n       
 this._debouncer.next(mutations);\n      });\n    });\n\n    if 
(!this.disabled) {\n      this._enable();\n    }\n  }\n\n  ngOnChanges(changes: 
SimpleChanges) {\n    if (changes['disabled']) {\n      changes['disabled'].cur
 rentValue ? this._disable() : this._enable();\n    }\n  }\n\n  ngOnDestroy() 
{\n    this._disable();\n    this._debouncer.complete();\n  }\n\n  private 
_disable() {\n    if (this._observer) {\n      this._observer.disconnect();\n   
 }\n  }\n\n  private _enable() {\n    if (this._observer) {\n      
this._observer.observe(this._elementRef.nativeElement, {\n        
characterData: true,\n        childList: true,\n        subtree: true\n      
});\n    }\n  }\n}\n\n\n@NgModule({\n  exports: [CdkObserveContent],\n  
declarations: [CdkObserveContent],\n  providers: 
[MutationObserverFactory]\n})\nexport class ObserversModule 
{}\n"],"names":["NgModule","Input","Output","NgZone","ElementRef","Directive","debounceTime","coerceBooleanProperty","Subject","EventEmitter","Injectable"],"mappings":"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"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/d07dd0f2/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js
----------------------------------------------------------------------
diff --git a/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js 
b/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js
index 57862f6..a77883e 100644
--- a/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js
+++ b/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js
@@ -1,9 +1,9 @@
 /**
  * @license
- * Copyright Google Inc. All Rights Reserved.
+ * 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("rxjs/Subject"),require("@angular/cdk/rxjs")):"function"==typeof
 
define&&define.amd?define(["exports","@angular/core","rxjs/Subject","@angular/cdk/rxjs"],t):t((e.ng=e.ng||{},e.ng.cdk=e.ng.cdk||{},e.ng.cdk.observers=e.ng.cdk.observers||{}),e.ng.core,e.Rx,e.ng.cdk.rxjs)}(this,function(e,t,r,n){"use
 strict";var o=function(){function e(){}return 
e.prototype.create=function(e){return"undefined"==typeof 
MutationObserver?null:new 
MutationObserver(e)},e.decorators=[{type:t.Injectable}],e.ctorParameters=function(){return[]},e}(),s=function(){function
 
e(e,n,o){this._mutationObserverFactory=e,this._elementRef=n,this._ngZone=o,this.event=new
 t.EventEmitter,this._debouncer=new r.Subject}return 
e.prototype.ngAfterContentInit=function(){var 
e=this;this.debounce>0?this._ngZone.runOutsideAngular(function(){n.RxChain.from(e._debouncer).call(n.debounceTime,e.debounce).subscribe(function(t){re
 turn e.event.emit(t)})}):this._debouncer.subscribe(function(t){return 
e.event.emit(t)}),this._observer=this._ngZone.runOutsideAngular(function(){return
 
e._mutationObserverFactory.create(function(t){e._debouncer.next(t)})}),this._observer&&this._observer.observe(this._elementRef.nativeElement,{characterData:!0,childList:!0,subtree:!0})},e.prototype.ngOnDestroy=function(){this._observer&&this._observer.disconnect(),this._debouncer.complete()},e.decorators=[{type:t.Directive,args:[{selector:"[cdkObserveContent]",exportAs:"cdkObserveContent"}]}],e.ctorParameters=function(){return[{type:o},{type:t.ElementRef},{type:t.NgZone}]},e.propDecorators={event:[{type:t.Output,args:["cdkObserveContent"]}],debounce:[{type:t.Input}]},e}(),u=function(){function
 e(){}return 
e.decorators=[{type:t.NgModule,args:[{exports:[s],declarations:[s],providers:[o]}]}],e.ctorParameters=function(){return[]},e}();e.MatMutationObserverFactory=o,e.ObserveContent=s,e.ObserversModule=u,Object.defineProperty(e,"__esModul
 e",{value:!0})});
-//# 
sourceMappingURL=/Users/karakara/repos/material2/dist/bundles/cdk-observers.umd.min.js.map
\ No newline at end of file
+!function(e,t){"object"==typeof exports&&"undefined"!=typeof 
module?t(exports,require("@angular/core"),require("@angular/cdk/coercion"),require("rxjs/Subject"),require("rxjs/operators/debounceTime")):"function"==typeof
 
define&&define.amd?define(["exports","@angular/core","@angular/cdk/coercion","rxjs/Subject","rxjs/operators/debounceTime"],t):t((e.ng=e.ng||{},e.ng.cdk=e.ng.cdk||{},e.ng.cdk.observers=e.ng.cdk.observers||{}),e.ng.core,e.ng.cdk.coercion,e.Rx,e.Rx.operators)}(this,function(e,t,n,r,o){"use
 strict";var i=function(){function e(){}return 
e.prototype.create=function(e){return"undefined"==typeof 
MutationObserver?null:new 
MutationObserver(e)},e.decorators=[{type:t.Injectable}],e.ctorParameters=function(){return[]},e}(),s=function(){function
 
e(e,n,o){this._mutationObserverFactory=e,this._elementRef=n,this._ngZone=o,this._disabled=!1,this.event=new
 t.EventEmitter,this._debouncer=new r.Subject}return 
Object.defineProperty(e.prototype,"disabled",{get:function(){return this._disabl
 
ed},set:function(e){this._disabled=n.coerceBooleanProperty(e)},enumerable:!0,configurable:!0}),e.prototype.ngAfterContentInit=function(){var
 
e=this;this.debounce>0?this._ngZone.runOutsideAngular(function(){e._debouncer.pipe(o.debounceTime(e.debounce)).subscribe(function(t){return
 e.event.emit(t)})}):this._debouncer.subscribe(function(t){return 
e.event.emit(t)}),this._observer=this._ngZone.runOutsideAngular(function(){return
 
e._mutationObserverFactory.create(function(t){e._debouncer.next(t)})}),this.disabled||this._enable()},e.prototype.ngOnChanges=function(e){e.disabled&&(e.disabled.currentValue?this._disable():this._enable())},e.prototype.ngOnDestroy=function(){this._disable(),this._debouncer.complete()},e.prototype._disable=function(){this._observer&&this._observer.disconnect()},e.prototype._enable=function(){this._observer&&this._observer.observe(this._elementRef.nativeElement,{characterData:!0,childList:!0,subtree:!0})},e.decorators=[{type:t.Directive,args:[{selector:"[cdkObserv
 
eContent]",exportAs:"cdkObserveContent"}]}],e.ctorParameters=function(){return[{type:i},{type:t.ElementRef},{type:t.NgZone}]},e.propDecorators={event:[{type:t.Output,args:["cdkObserveContent"]}],disabled:[{type:t.Input,args:["cdkObserveContentDisabled"]}],debounce:[{type:t.Input}]},e}(),c=function(){function
 e(){}return 
e.decorators=[{type:t.NgModule,args:[{exports:[s],declarations:[s],providers:[i]}]}],e.ctorParameters=function(){return[]},e}();e.ObserveContent=s,e.MutationObserverFactory=i,e.CdkObserveContent=s,e.ObserversModule=c,Object.defineProperty(e,"__esModule",{value:!0})});
+//# sourceMappingURL=cdk-observers.umd.min.js.map

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/d07dd0f2/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js.map
----------------------------------------------------------------------
diff --git a/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js.map 
b/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js.map
index f82e655..e522f15 100644
--- a/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js.map
+++ b/node_modules/@angular/cdk/bundles/cdk-observers.umd.min.js.map
@@ -1 +1 @@
-{"version":3,"sources":["/Users/karakara/repos/material2/dist/bundles/cdk-observers.umd.js"],"names":["global","factory","exports","module","require","define","amd","ng","cdk","observers","core","Rx","rxjs","this","_angular_core","rxjs_Subject","_angular_cdk_rxjs","MatMutationObserverFactory","prototype","create","callback","MutationObserver","decorators","type","Injectable","ctorParameters","ObserveContent","_mutationObserverFactory","_elementRef","_ngZone","event","EventEmitter","_debouncer","Subject","ngAfterContentInit","_this","debounce","runOutsideAngular","RxChain","from","call","debounceTime","subscribe","mutations","emit","_observer","next","observe","nativeElement","characterData","childList","subtree","ngOnDestroy","disconnect","complete","Directive","args","selector","exportAs","ElementRef","NgZone","propDecorators","Output","Input","ObserversModule","NgModule","declarations","providers","Object","defineProperty","value"],"mappings":";;;;;;;CAOC,SAAUA,EAAQC,GACC,gBAAZC,U
 
AA0C,mBAAXC,QAAyBF,EAAQC,QAASE,QAAQ,iBAAkBA,QAAQ,gBAAiBA,QAAQ,sBACzH,kBAAXC,SAAyBA,OAAOC,IAAMD,QAAQ,UAAW,gBAAiB,eAAgB,qBAAsBJ,GACtHA,GAASD,EAAOO,GAAKP,EAAOO,OAAUP,EAAOO,GAAGC,IAAMR,EAAOO,GAAGC,QAAWR,EAAOO,GAAGC,IAAIC,UAAYT,EAAOO,GAAGC,IAAIC,eAAiBT,EAAOO,GAAGG,KAAKV,EAAOW,GAAGX,EAAOO,GAAGC,IAAII,OAC3KC,KAAM,SAAWX,EAAQY,EAAcC,EAAaC,GAAqB,YAM3E,IAAIC,GAA8B,WAC9B,QAASA,MAgBT,MAVAA,GAA2BC,UAAUC,OAAS,SAAUC,GACpD,MAAmC,mBAArBC,kBAAmC,KAAO,GAAIA,kBAAiBD,IAEjFH,EAA2BK,aACrBC,KAAMT,EAAcU,aAK1BP,EAA2BQ,eAAiB,WAAc,UACnDR,KAMPS,EAAkB,WAMlB,QAASA,GAAeC,EAA0BC,EAAaC,GAC3DhB,KAAKc,yBAA2BA,EAChCd,KAAKe,YAAcA,EACnBf,KAAKgB,QAAUA,EAIfhB,KAAKiB,MAAQ,GAAIhB,GAAciB,aAI/BlB,KAAKmB,WAAa,GAAIjB,GAAakB,QAyDvC,MApDAP,GAAeR,UAAUgB,mBAAqB,WAC1C,GAAIC,GAAQtB,IACRA,MAAKuB,SAAW,EAChBvB,KAAKgB,QAAQQ,kBAAkB,WAC3BrB,EAAkBsB,QAAQC,KAAKJ,EAAMH,YAChCQ,KAAKxB,EAAkByB,aAAcN,EAAMC,UAC3CM,UAAU,SAAUC,GAAa,MAAOR,GAAML,MAAMc,KAAKD,OAIlE9B,KAAKmB,WAAWU,UAAU,SAAUC,GAAa,MAAOR,GAAML,MAAMc,KAAKD,KAE7E9B,KAAKgC,UAAYhC,KAAKgB,QAAQQ,k
 
BAAkB,WAC5C,MAAOF,GAAMR,yBAAyBR,OAAO,SAAUwB,GACnDR,EAAMH,WAAWc,KAAKH,OAG1B9B,KAAKgC,WACLhC,KAAKgC,UAAUE,QAAQlC,KAAKe,YAAYoB,eACpCC,eAAe,EACfC,WAAW,EACXC,SAAS,KAOrBzB,EAAeR,UAAUkC,YAAc,WAC/BvC,KAAKgC,WACLhC,KAAKgC,UAAUQ,aAEnBxC,KAAKmB,WAAWsB,YAEpB5B,EAAeJ,aACTC,KAAMT,EAAcyC,UAAWC,OACrBC,SAAU,sBACVC,SAAU,wBAM1BhC,EAAeD,eAAiB,WAAc,QACxCF,KAAMN,IACNM,KAAMT,EAAc6C,aACpBpC,KAAMT,EAAc8C,UAE1BlC,EAAemC,gBACX/B,QAAYP,KAAMT,EAAcgD,OAAQN,MAAO,uBAC/CpB,WAAeb,KAAMT,EAAciD,SAEhCrC,KAEPsC,EAAmB,WACnB,QAASA,MAaT,MAXAA,GAAgB1C,aACVC,KAAMT,EAAcmD,SAAUT,OACpBtD,SAAUwB,GACVwC,cAAexC,GACfyC,WAAYlD,OAM5B+C,EAAgBvC,eAAiB,WAAc,UACxCuC,IAGX9D,GAAQe,2BAA6BA,EACrCf,EAAQwB,eAAiBA,EACzBxB,EAAQ8D,gBAAkBA,EAE1BI,OAAOC,eAAenE,EAAS,cAAgBoE,OAAO","file":"/Users/karakara/repos/material2/dist/bundles/cdk-observers.umd.min.js"}
\ No newline at end of file
+{"version":3,"file":"cdk-observers.umd.min.js","sources":["../../src/cdk/observers/observe-content.ts"],"sourcesContent":["/**\n
 * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this 
source code is governed by an MIT-style license that can be\n * found in the 
LICENSE file at https://angular.io/license\n */\n\nimport {\n  Directive,\n  
ElementRef,\n  NgModule,\n  Output,\n  Input,\n  EventEmitter,\n  OnDestroy,\n  
AfterContentInit,\n  Injectable,\n  NgZone,\n  OnChanges,\n  SimpleChanges,\n} 
from '@angular/core';\nimport {coerceBooleanProperty} from 
'@angular/cdk/coercion';\nimport {Subject} from 'rxjs/Subject';\nimport 
{debounceTime} from 'rxjs/operators/debounceTime';\n\n/**\n * Factory that 
creates a new MutationObserver and allows us to stub it out in unit tests.\n * 
@docs-private\n */\n@Injectable()\nexport class MutationObserverFactory {\n  
create(callback: MutationCallback): MutationObserver | null {\n    return 
typeof MutationObserver === 'undefined' ? 
 null : new MutationObserver(callback);\n  }\n}\n\n/**\n * Directive that 
triggers a callback whenever the content of\n * its associated element has 
changed.\n */\n@Directive({\n  selector: '[cdkObserveContent]',\n  exportAs: 
'cdkObserveContent',\n})\nexport class CdkObserveContent implements 
AfterContentInit, OnChanges, OnDestroy {\n  private _observer: MutationObserver 
| null;\n  private _disabled = false;\n\n  /** Event emitted for each change in 
the element's content. */\n  @Output('cdkObserveContent') event = new 
EventEmitter<MutationRecord[]>();\n\n  /**\n   * Whether observing content is 
disabled. This option can be used\n   * to disconnect the underlying 
MutationObserver until it is needed.\n   */\n  
@Input('cdkObserveContentDisabled')\n  get disabled() { return this._disabled; 
}\n  set disabled(value: any) {\n    this._disabled = 
coerceBooleanProperty(value);\n  }\n\n  /** Used for debouncing the emitted 
values to the observeContent event. */\n  private _debouncer = new Subj
 ect<MutationRecord[]>();\n\n  /** Debounce interval for emitting the changes. 
*/\n  @Input() debounce: number;\n\n  constructor(\n    private 
_mutationObserverFactory: MutationObserverFactory,\n    private _elementRef: 
ElementRef,\n    private _ngZone: NgZone) { }\n\n  ngAfterContentInit() {\n    
if (this.debounce > 0) {\n      this._ngZone.runOutsideAngular(() => {\n        
this._debouncer.pipe(debounceTime(this.debounce))\n            
.subscribe((mutations: MutationRecord[]) => this.event.emit(mutations));\n      
});\n    } else {\n      this._debouncer.subscribe(mutations => 
this.event.emit(mutations));\n    }\n\n    this._observer = 
this._ngZone.runOutsideAngular(() => {\n      return 
this._mutationObserverFactory.create((mutations: MutationRecord[]) => {\n       
 this._debouncer.next(mutations);\n      });\n    });\n\n    if 
(!this.disabled) {\n      this._enable();\n    }\n  }\n\n  ngOnChanges(changes: 
SimpleChanges) {\n    if (changes['disabled']) {\n      changes['disabled']
 .currentValue ? this._disable() : this._enable();\n    }\n  }\n\n  
ngOnDestroy() {\n    this._disable();\n    this._debouncer.complete();\n  }\n\n 
 private _disable() {\n    if (this._observer) {\n      
this._observer.disconnect();\n    }\n  }\n\n  private _enable() {\n    if 
(this._observer) {\n      
this._observer.observe(this._elementRef.nativeElement, {\n        
characterData: true,\n        childList: true,\n        subtree: true\n      
});\n    }\n  }\n}\n\n\n@NgModule({\n  exports: [CdkObserveContent],\n  
declarations: [CdkObserveContent],\n  providers: 
[MutationObserverFactory]\n})\nexport class ObserversModule 
{}\n"],"names":["MutationObserverFactory","prototype","create","callback","MutationObserver","type","Injectable","CdkObserveContent","_mutationObserverFactory","_elementRef","_ngZone","this","_disabled","event","EventEmitter","_debouncer","Subject","Object","defineProperty","value","coerceBooleanProperty","ngAfterContentInit","_this","debounce","runOutsideAngular","pi
 
pe","debounceTime","subscribe","mutations","emit","_observer","next","disabled","_enable","ngOnChanges","changes","currentValue","_disable","ngOnDestroy","complete","disconnect","observe","nativeElement","characterData","childList","subtree","Directive","args","selector","exportAs","ElementRef","NgZone","Output","Input","ObserversModule","NgModule","exports","declarations","providers"],"mappings":";;;;;;;kiBAAA,MAgCEA,GAAFC,UAAAC,OAAE,SAAOC,GACL,MAAmC,mBAArBC,kBAAmC,KAAO,GAAIA,kBAAiBD,mBAHjFE,KAACC,EAAAA,mDA9BDN,kBAoEE,QAAFO,GACYC,EACAC,EACAC,GAFAC,KAAZH,yBAAYA,EACAG,KAAZF,YAAYA,EACAE,KAAZD,QAAYA,EAxBZC,KAAAC,WAAsB,EAGtBD,KAAAE,MAAuC,GAAIC,GAAAA,aAa3CH,KAAAI,WAAuB,GAAIC,GAAAA,QA/D3B,MAyDAC,QAAAC,eAAMX,EAANN,UAAA,gBAAA,WAAmB,MAAOU,MAAKC,eAC7B,SAAaO,GACXR,KAAKC,UAAYQ,EAAAA,sBAAsBD,oCAczCZ,EAAFN,UAAAoB,mBAAE,WAAA,GAAFC,GAAAX,IACQA,MAAKY,SAAW,EAClBZ,KAAKD,QAAQc,kBAAkB,WAC7BF,EAAKP,WAAWU,KAAKC,EAAAA,aAAaJ,EAAKC,WAClCI,UAAU,SAACC,GAAgC,MAAAN,GAAKT,MAAMgB,KAAKD,OAGlEjB,KAAKI,WAAWY,UAAU,SAA
 
AC,GAAa,MAAAN,GAAKT,MAAMgB,KAAKD,KAGzDjB,KAAKmB,UAAYnB,KAAKD,QAAQc,kBAAkB,WAC9C,MAAOF,GAAKd,yBAAyBN,OAAO,SAAC0B,GAC3CN,EAAKP,WAAWgB,KAAKH,OAIpBjB,KAAKqB,UACRrB,KAAKsB,WAIT1B,EAAFN,UAAAiC,YAAE,SAAYC,GACNA,EAAkB,WACpBA,EAAkB,SAAEC,aAAezB,KAAK0B,WAAa1B,KAAKsB,YAI9D1B,EAAFN,UAAAqC,YAAE,WACE3B,KAAK0B,WACL1B,KAAKI,WAAWwB,YAGVhC,EAAVN,UAAAoC,oBACQ1B,KAAKmB,WACPnB,KAAKmB,UAAUU,cAIXjC,EAAVN,UAAAgC,mBACQtB,KAAKmB,WACPnB,KAAKmB,UAAUW,QAAQ9B,KAAKF,YAAYiC,eACtCC,eAAe,EACfC,WAAW,EACXC,SAAS,oBA3EjBxC,KAACyC,EAAAA,UAADC,OACEC,SAAU,sBACVC,SAAU,4DAZZ5C,KAAaL,IArBbK,KAAE6C,EAAAA,aAQF7C,KAAE8C,EAAAA,4BAgCFtC,QAAAR,KAAG+C,EAAAA,OAAHL,MAAU,uBAMVf,WAAA3B,KAAGgD,EAAAA,MAAHN,MAAS,+BAUTxB,WAAAlB,KAAGgD,EAAAA,SAlEH9C,KA6CA+C,EAAA,yBA7CA,sBA2HAjD,KAACkD,EAAAA,SAADR,OACES,SAAUjD,GACVkD,cAAelD,GACfmD,WAAY1D,6CA9HdsD"}
\ No newline at end of file

Reply via email to