@angular/cdk 8.0.0-beta.2 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/_overlay.scss +4 -4
- package/bundles/cdk-a11y.umd.js +227 -79
- package/bundles/cdk-a11y.umd.js.map +1 -1
- package/bundles/cdk-a11y.umd.min.js +1 -1
- package/bundles/cdk-a11y.umd.min.js.map +1 -1
- package/bundles/cdk-accordion.umd.js +20 -8
- package/bundles/cdk-accordion.umd.js.map +1 -1
- package/bundles/cdk-accordion.umd.min.js.map +1 -1
- package/bundles/cdk-bidi.umd.js +5 -5
- package/bundles/cdk-bidi.umd.min.js +1 -1
- package/bundles/cdk-bidi.umd.min.js.map +1 -1
- package/bundles/cdk-coercion.umd.js +5 -5
- package/bundles/cdk-collections.umd.js +38 -15
- package/bundles/cdk-collections.umd.js.map +1 -1
- package/bundles/cdk-collections.umd.min.js +1 -1
- package/bundles/cdk-collections.umd.min.js.map +1 -1
- package/bundles/cdk-drag-drop.umd.js +571 -180
- package/bundles/cdk-drag-drop.umd.js.map +1 -1
- package/bundles/cdk-drag-drop.umd.min.js +2 -2
- package/bundles/cdk-drag-drop.umd.min.js.map +1 -1
- package/bundles/cdk-keycodes.umd.js +7 -3
- package/bundles/cdk-keycodes.umd.js.map +1 -1
- package/bundles/cdk-keycodes.umd.min.js.map +1 -1
- package/bundles/cdk-layout.umd.js +83 -30
- package/bundles/cdk-layout.umd.js.map +1 -1
- package/bundles/cdk-layout.umd.min.js +1 -1
- package/bundles/cdk-layout.umd.min.js.map +1 -1
- package/bundles/cdk-observers.umd.js +30 -11
- package/bundles/cdk-observers.umd.js.map +1 -1
- package/bundles/cdk-observers.umd.min.js +1 -1
- package/bundles/cdk-observers.umd.min.js.map +1 -1
- package/bundles/cdk-overlay.umd.js +229 -108
- package/bundles/cdk-overlay.umd.js.map +1 -1
- package/bundles/cdk-overlay.umd.min.js +2 -2
- package/bundles/cdk-overlay.umd.min.js.map +1 -1
- package/bundles/cdk-platform.umd.js +17 -10
- package/bundles/cdk-platform.umd.js.map +1 -1
- package/bundles/cdk-platform.umd.min.js +1 -1
- package/bundles/cdk-platform.umd.min.js.map +1 -1
- package/bundles/cdk-portal.umd.js +32 -13
- package/bundles/cdk-portal.umd.js.map +1 -1
- package/bundles/cdk-portal.umd.min.js.map +1 -1
- package/bundles/cdk-scrolling.umd.js +184 -62
- package/bundles/cdk-scrolling.umd.js.map +1 -1
- package/bundles/cdk-scrolling.umd.min.js +1 -1
- package/bundles/cdk-scrolling.umd.min.js.map +1 -1
- package/bundles/cdk-stepper.umd.js +30 -12
- package/bundles/cdk-stepper.umd.js.map +1 -1
- package/bundles/cdk-stepper.umd.min.js.map +1 -1
- package/bundles/cdk-table.umd.js +384 -74
- package/bundles/cdk-table.umd.js.map +1 -1
- package/bundles/cdk-table.umd.min.js +1 -1
- package/bundles/cdk-table.umd.min.js.map +1 -1
- package/bundles/cdk-text-field.umd.js +61 -21
- package/bundles/cdk-text-field.umd.js.map +1 -1
- package/bundles/cdk-text-field.umd.min.js +1 -1
- package/bundles/cdk-text-field.umd.min.js.map +1 -1
- package/bundles/cdk-tree.umd.js +85 -29
- package/bundles/cdk-tree.umd.js.map +1 -1
- package/bundles/cdk-tree.umd.min.js.map +1 -1
- package/bundles/cdk.umd.js +2 -2
- package/bundles/cdk.umd.js.map +1 -1
- package/bundles/cdk.umd.min.js +1 -1
- package/bundles/cdk.umd.min.js.map +1 -1
- package/drag-drop/typings/directives/drag.d.ts +11 -2
- package/drag-drop/typings/drag-events.d.ts +17 -0
- package/drag-drop/typings/drag-ref.d.ts +9 -5
- package/drag-drop/typings/drop-list-ref.d.ts +9 -3
- package/drag-drop/typings/index.metadata.json +1 -1
- package/esm2015/a11y.js +229 -81
- package/esm2015/a11y.js.map +1 -1
- package/esm2015/accordion.js +22 -10
- package/esm2015/accordion.js.map +1 -1
- package/esm2015/bidi.js +8 -8
- package/esm2015/cdk.js +4 -4
- package/esm2015/cdk.js.map +1 -1
- package/esm2015/coercion.js +7 -7
- package/esm2015/collections.js +41 -18
- package/esm2015/collections.js.map +1 -1
- package/esm2015/drag-drop.js +540 -181
- package/esm2015/drag-drop.js.map +1 -1
- package/esm2015/keycodes.js +9 -5
- package/esm2015/keycodes.js.map +1 -1
- package/esm2015/layout.js +89 -36
- package/esm2015/layout.js.map +1 -1
- package/esm2015/observers.js +33 -14
- package/esm2015/observers.js.map +1 -1
- package/esm2015/overlay.js +232 -110
- package/esm2015/overlay.js.map +1 -1
- package/esm2015/platform.js +20 -13
- package/esm2015/platform.js.map +1 -1
- package/esm2015/portal.js +34 -15
- package/esm2015/portal.js.map +1 -1
- package/esm2015/scrolling.js +180 -58
- package/esm2015/scrolling.js.map +1 -1
- package/esm2015/stepper.js +32 -14
- package/esm2015/stepper.js.map +1 -1
- package/esm2015/table.js +369 -69
- package/esm2015/table.js.map +1 -1
- package/esm2015/text-field.js +64 -24
- package/esm2015/text-field.js.map +1 -1
- package/esm2015/tree.js +86 -30
- package/esm2015/tree.js.map +1 -1
- package/esm5/a11y.es5.js +230 -82
- package/esm5/a11y.es5.js.map +1 -1
- package/esm5/accordion.es5.js +22 -10
- package/esm5/accordion.es5.js.map +1 -1
- package/esm5/bidi.es5.js +8 -8
- package/esm5/cdk.es5.js +4 -4
- package/esm5/cdk.es5.js.map +1 -1
- package/esm5/coercion.es5.js +7 -7
- package/esm5/collections.es5.js +42 -19
- package/esm5/collections.es5.js.map +1 -1
- package/esm5/drag-drop.es5.js +574 -183
- package/esm5/drag-drop.es5.js.map +1 -1
- package/esm5/keycodes.es5.js +9 -5
- package/esm5/keycodes.es5.js.map +1 -1
- package/esm5/layout.es5.js +86 -33
- package/esm5/layout.es5.js.map +1 -1
- package/esm5/observers.es5.js +33 -14
- package/esm5/observers.es5.js.map +1 -1
- package/esm5/overlay.es5.js +232 -111
- package/esm5/overlay.es5.js.map +1 -1
- package/esm5/platform.es5.js +20 -13
- package/esm5/platform.es5.js.map +1 -1
- package/esm5/portal.es5.js +34 -15
- package/esm5/portal.es5.js.map +1 -1
- package/esm5/scrolling.es5.js +187 -65
- package/esm5/scrolling.es5.js.map +1 -1
- package/esm5/stepper.es5.js +32 -14
- package/esm5/stepper.es5.js.map +1 -1
- package/esm5/table.es5.js +386 -72
- package/esm5/table.es5.js.map +1 -1
- package/esm5/text-field.es5.js +64 -24
- package/esm5/text-field.es5.js.map +1 -1
- package/esm5/tree.es5.js +87 -31
- package/esm5/tree.es5.js.map +1 -1
- package/layout/typings/breakpoints-observer.d.ts +3 -3
- package/layout/typings/index.metadata.json +1 -1
- package/layout/typings/media-matcher.d.ts +2 -2
- package/overlay/typings/index.metadata.json +1 -1
- package/overlay/typings/position/flexible-connected-position-strategy.d.ts +1 -3
- package/package.json +8 -8
- package/portal/typings/portal.d.ts +2 -2
- package/schematics/ng-update/data/attribute-selectors.js +1 -1
- package/schematics/ng-update/data/attribute-selectors.js.map +1 -1
- package/schematics/ng-update/data/class-names.js +3 -3
- package/schematics/ng-update/data/class-names.js.map +1 -1
- package/schematics/ng-update/data/constructor-checks.js +1 -1
- package/schematics/ng-update/data/constructor-checks.js.map +1 -1
- package/schematics/ng-update/data/input-names.js +1 -1
- package/schematics/ng-update/data/input-names.js.map +1 -1
- package/schematics/ng-update/data/method-call-checks.js +1 -1
- package/schematics/ng-update/data/method-call-checks.js.map +1 -1
- package/schematics/ng-update/data/property-names.js +4 -4
- package/schematics/ng-update/data/property-names.js.map +1 -1
- package/schematics/ng-update/upgrade-rules/signature-check/constructorSignatureCheckRule.js +1 -1
- package/schematics/ng-update/upgrade-rules/signature-check/constructorSignatureCheckRule.js.map +1 -1
- package/schematics/tsconfig.tsbuildinfo +5811 -0
- package/schematics/utils/ast.d.ts +1 -1
- package/schematics/utils/build-component.js +1 -1
- package/schematics/utils/build-component.js.map +1 -1
- package/schematics/utils/get-project.d.ts +1 -1
- package/schematics/utils/project-main-file.d.ts +1 -1
- package/schematics/utils/project-style-file.d.ts +1 -1
- package/schematics/utils/project-targets.d.ts +1 -1
- package/schematics/utils/schematic-options.d.ts +1 -1
- package/table/typings/cell.d.ts +3 -2
- package/table/typings/index.metadata.json +1 -1
- package/table/typings/public-api.d.ts +1 -0
- package/table/typings/row.d.ts +5 -4
- package/table/typings/sticky-styler.d.ts +5 -5
- package/table/typings/table-errors.d.ts +10 -0
- package/table/typings/text-column.d.ts +80 -0
- package/typings/drag-drop/directives/drag.d.ts +11 -2
- package/typings/drag-drop/drag-events.d.ts +17 -0
- package/typings/drag-drop/drag-ref.d.ts +9 -5
- package/typings/drag-drop/drop-list-ref.d.ts +9 -3
- package/typings/drag-drop/index.metadata.json +1 -1
- package/typings/esm5/drag-drop/directives/drag.d.ts +11 -2
- package/typings/esm5/drag-drop/drag-events.d.ts +17 -0
- package/typings/esm5/drag-drop/drag-ref.d.ts +9 -5
- package/typings/esm5/drag-drop/drop-list-ref.d.ts +9 -3
- package/typings/esm5/drag-drop/index.metadata.json +1 -1
- package/typings/esm5/index.metadata.json +1 -1
- package/typings/esm5/layout/breakpoints-observer.d.ts +3 -3
- package/typings/esm5/layout/index.metadata.json +1 -1
- package/typings/esm5/layout/media-matcher.d.ts +2 -2
- package/typings/esm5/overlay/index.metadata.json +1 -1
- package/typings/esm5/overlay/position/flexible-connected-position-strategy.d.ts +1 -3
- package/typings/esm5/portal/portal.d.ts +2 -2
- package/typings/esm5/table/cell.d.ts +3 -2
- package/typings/esm5/table/index.metadata.json +1 -1
- package/typings/esm5/table/public-api.d.ts +1 -0
- package/typings/esm5/table/row.d.ts +5 -4
- package/typings/esm5/table/sticky-styler.d.ts +5 -5
- package/typings/esm5/table/table-errors.d.ts +10 -0
- package/typings/esm5/table/text-column.d.ts +80 -0
- package/typings/index.metadata.json +1 -1
- package/typings/layout/breakpoints-observer.d.ts +3 -3
- package/typings/layout/index.metadata.json +1 -1
- package/typings/layout/media-matcher.d.ts +2 -2
- package/typings/overlay/index.metadata.json +1 -1
- package/typings/overlay/position/flexible-connected-position-strategy.d.ts +1 -3
- package/typings/portal/portal.d.ts +2 -2
- package/typings/schematics/utils/ast.d.ts +1 -1
- package/typings/schematics/utils/get-project.d.ts +1 -1
- package/typings/schematics/utils/project-main-file.d.ts +1 -1
- package/typings/schematics/utils/project-style-file.d.ts +1 -1
- package/typings/schematics/utils/project-targets.d.ts +1 -1
- package/typings/schematics/utils/schematic-options.d.ts +1 -1
- package/typings/table/cell.d.ts +3 -2
- package/typings/table/index.metadata.json +1 -1
- package/typings/table/public-api.d.ts +1 -0
- package/typings/table/row.d.ts +5 -4
- package/typings/table/sticky-styler.d.ts +5 -5
- package/typings/table/table-errors.d.ts +10 -0
- package/typings/table/text-column.d.ts +80 -0
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
6
|
* found in the LICENSE file at https://angular.io/license
|
|
7
7
|
*/
|
|
8
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/cdk/coercion"),require("@angular/core"),require("@angular/cdk/bidi"),require("@angular/cdk/collections"),require("@angular/cdk/platform"),require("@angular/common"),require("rxjs"),require("rxjs/operators")):"function"==typeof define&&define.amd?define("@angular/cdk/table",["exports","@angular/cdk/coercion","@angular/core","@angular/cdk/bidi","@angular/cdk/collections","@angular/cdk/platform","@angular/common","rxjs","rxjs/operators"],t):t((e.ng=e.ng||{},e.ng.cdk=e.ng.cdk||{},e.ng.cdk.table={}),e.ng.cdk.coercion,e.ng.core,e.ng.cdk.bidi,e.ng.cdk.collections,e.ng.cdk.platform,e.ng.common,e.rxjs,e.rxjs.operators)}(this,function(e,t,o,r,n,i,s,a,c){"use strict";function l(e,t){function o(){this.constructor=e}m(e,t),e.prototype=null===t?Object.create(t):(o.prototype=t.prototype,new o)}function u(e){return function(e){function o(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];var r=e.apply(this,t)||this;return r._sticky=!1,r._hasStickyChanged=!1,r}return l(o,e),Object.defineProperty(o.prototype,"sticky",{get:function(){return this._sticky},set:function(e){var o=this._sticky;this._sticky=t.coerceBooleanProperty(e),this._hasStickyChanged=o!==this._sticky},enumerable:!0,configurable:!0}),o.prototype.hasStickyChanged=function(){var e=this._hasStickyChanged;return this._hasStickyChanged=!1,e},o.prototype.resetStickyChanged=function(){this._hasStickyChanged=!1},o}(e)}function f(e){return Error('Could not find column with id "'+e+'".')}function h(e){return Error('Duplicate column definition name provided: "'+e+'".')}function d(){return Error("There can only be one default row without a when predicate function.")}function p(e){return Error("Could not find a matching row definition for theprovided row data: "+JSON.stringify(e))}function y(){return Error("Missing definitions for header, footer, and row; cannot determine which columns should be rendered.")}function _(){return Error("Provided data source did not match an array, Observable, or DataSource")}function w(e,t){return e.toArray().concat(Array.from(t))}var m=function(e,t){return(m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])})(e,t)},g=function(){function e(e){this.template=e}return e.decorators=[{type:o.Directive,args:[{selector:"[cdkCellDef]"}]}],e.ctorParameters=function(){return[{type:o.TemplateRef}]},e}(),R=function(){function e(e){this.template=e}return e.decorators=[{type:o.Directive,args:[{selector:"[cdkHeaderCellDef]"}]}],e.ctorParameters=function(){return[{type:o.TemplateRef}]},e}(),C=function(){function e(e){this.template=e}return e.decorators=[{type:o.Directive,args:[{selector:"[cdkFooterCellDef]"}]}],e.ctorParameters=function(){return[{type:o.TemplateRef}]},e}(),D=function(){function e(){}return e}(),k=u(D),v=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._stickyEnd=!1,t}return l(r,e),Object.defineProperty(r.prototype,"name",{get:function(){return this._name},set:function(e){e&&(this._name=e,this.cssClassFriendlyName=e.replace(/[^a-z0-9_-]/gi,"-"))},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"stickyEnd",{get:function(){return this._stickyEnd},set:function(e){var o=this._stickyEnd;this._stickyEnd=t.coerceBooleanProperty(e),this._hasStickyChanged=o!==this._stickyEnd},enumerable:!0,configurable:!0}),r.decorators=[{type:o.Directive,args:[{selector:"[cdkColumnDef]",inputs:["sticky"],providers:[{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:r}]}]}],r.propDecorators={name:[{type:o.Input,args:["cdkColumnDef"]}],stickyEnd:[{type:o.Input,args:["stickyEnd"]}],cell:[{type:o.ContentChild,args:[g,{static:!1}]}],headerCell:[{type:o.ContentChild,args:[R,{static:!1}]}],footerCell:[{type:o.ContentChild,args:[C,{static:!1}]}]},r}(k),S=function(){function e(e,t){var o="cdk-column-"+e.cssClassFriendlyName;t.nativeElement.classList.add(o)}return e}(),b=function(e){function t(t,o){return e.call(this,t,o)||this}return l(t,e),t.decorators=[{type:o.Directive,args:[{selector:"cdk-header-cell, th[cdk-header-cell]",host:{class:"cdk-header-cell",role:"columnheader"}}]}],t.ctorParameters=function(){return[{type:v},{type:o.ElementRef}]},t}(S),O=function(e){function t(t,o){return e.call(this,t,o)||this}return l(t,e),t.decorators=[{type:o.Directive,args:[{selector:"cdk-footer-cell, td[cdk-footer-cell]",host:{class:"cdk-footer-cell",role:"gridcell"}}]}],t.ctorParameters=function(){return[{type:v},{type:o.ElementRef}]},t}(S),E=function(e){function t(t,o){return e.call(this,t,o)||this}return l(t,e),t.decorators=[{type:o.Directive,args:[{selector:"cdk-cell, td[cdk-cell]",host:{class:"cdk-cell",role:"gridcell"}}]}],t.ctorParameters=function(){return[{type:v},{type:o.ElementRef}]},t}(S),T="<ng-container cdkCellOutlet></ng-container>",x=function(){function e(e,t){this.template=e,this._differs=t}return e.prototype.ngOnChanges=function(e){if(!this._columnsDiffer){var t=e.columns&&e.columns.currentValue||[];this._columnsDiffer=this._differs.find(t).create(),this._columnsDiffer.diff(t)}},e.prototype.getColumnsDiff=function(){return this._columnsDiffer.diff(this.columns)},e.prototype.extractCellTemplate=function(e){return this instanceof B?e.headerCell.template:this instanceof I?e.footerCell.template:e.cell.template},e}(),F=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t}(x),P=u(F),B=function(e){function t(t,o){return e.call(this,t,o)||this}return l(t,e),t.prototype.ngOnChanges=function(t){e.prototype.ngOnChanges.call(this,t)},t.decorators=[{type:o.Directive,args:[{selector:"[cdkHeaderRowDef]",inputs:["columns: cdkHeaderRowDef","sticky: cdkHeaderRowDefSticky"]}]}],t.ctorParameters=function(){return[{type:o.TemplateRef},{type:o.IterableDiffers}]},t}(P),H=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t}(x),N=u(H),I=function(e){function t(t,o){return e.call(this,t,o)||this}return l(t,e),t.prototype.ngOnChanges=function(t){e.prototype.ngOnChanges.call(this,t)},t.decorators=[{type:o.Directive,args:[{selector:"[cdkFooterRowDef]",inputs:["columns: cdkFooterRowDef","sticky: cdkFooterRowDefSticky"]}]}],t.ctorParameters=function(){return[{type:o.TemplateRef},{type:o.IterableDiffers}]},t}(N),A=function(e){function t(t,o){return e.call(this,t,o)||this}return l(t,e),t.decorators=[{type:o.Directive,args:[{selector:"[cdkRowDef]",inputs:["columns: cdkRowDefColumns","when: cdkRowDefWhen"]}]}],t.ctorParameters=function(){return[{type:o.TemplateRef},{type:o.IterableDiffers}]},t}(x),M=function(){function e(t){this._viewContainer=t,e.mostRecentCellOutlet=this}return e.prototype.ngOnDestroy=function(){e.mostRecentCellOutlet===this&&(e.mostRecentCellOutlet=null)},e.mostRecentCellOutlet=null,e.decorators=[{type:o.Directive,args:[{selector:"[cdkCellOutlet]"}]}],e.ctorParameters=function(){return[{type:o.ViewContainerRef}]},e}(),j=function(){function e(){}return e.decorators=[{type:o.Component,args:[{selector:"cdk-header-row, tr[cdk-header-row]",template:T,host:{class:"cdk-header-row",role:"row"},changeDetection:o.ChangeDetectionStrategy.Default,encapsulation:o.ViewEncapsulation.None}]}],e}(),V=function(){function e(){}return e.decorators=[{type:o.Component,args:[{selector:"cdk-footer-row, tr[cdk-footer-row]",template:T,host:{class:"cdk-footer-row",role:"row"},changeDetection:o.ChangeDetectionStrategy.Default,encapsulation:o.ViewEncapsulation.None}]}],e}(),q=function(){function e(){}return e.decorators=[{type:o.Component,args:[{selector:"cdk-row, tr[cdk-row]",template:T,host:{class:"cdk-row",role:"row"},changeDetection:o.ChangeDetectionStrategy.Default,encapsulation:o.ViewEncapsulation.None}]}],e}(),L=["top","bottom","left","right"],U=function(){function e(e,t,o,r){void 0===r&&(r=!0),this.isNativeHtmlTable=e,this.stickCellCss=t,this.direction=o,this._isBrowser=r}return e.prototype.clearStickyPositioning=function(e,t){for(var o=0,r=e;o<r.length;o++){var n=r[o];if(n.nodeType===n.ELEMENT_NODE){this._removeStickyStyle(n,t);for(var i=0;i<n.children.length;i++){var s=n.children[i];this._removeStickyStyle(s,t)}}}},e.prototype.updateStickyColumns=function(e,t,o){var r=t.some(function(e){return e})||o.some(function(e){return e});if(e.length&&r&&this._isBrowser)for(var n=e[0],i=n.children.length,s=this._getCellWidths(n),a=this._getStickyStartColumnPositions(s,t),c=this._getStickyEndColumnPositions(s,o),l="rtl"===this.direction,u=0,f=e;u<f.length;u++)for(var h=f[u],d=0;d<i;d++){var p=h.children[d];t[d]&&this._addStickyStyle(p,l?"right":"left",a[d]),o[d]&&this._addStickyStyle(p,l?"left":"right",c[d])}},e.prototype.stickRows=function(e,t,o){if(this._isBrowser)for(var r="bottom"===o?e.reverse():e,n=0,i=0;i<r.length;i++)if(t[i]){var s=r[i];if(this.isNativeHtmlTable)for(var a=0;a<s.children.length;a++){var c=s.children[a];this._addStickyStyle(c,o,n)}else this._addStickyStyle(s,o,n);if(i===r.length-1)return;n+=s.getBoundingClientRect().height}},e.prototype.updateStickyFooterContainer=function(e,t){if(this.isNativeHtmlTable){var o=e.querySelector("tfoot");t.some(function(e){return!e})?this._removeStickyStyle(o,["bottom"]):this._addStickyStyle(o,"bottom",0)}},e.prototype._removeStickyStyle=function(e,t){for(var o=0,r=t;o<r.length;o++){var n=r[o];e.style[n]=""}e.style.zIndex=this._getCalculatedZIndex(e),L.some(function(t){return!!e.style[t]})||(e.style.position="",e.classList.remove(this.stickCellCss))},e.prototype._addStickyStyle=function(e,t,o){e.classList.add(this.stickCellCss),e.style[t]=o+"px",e.style.cssText+="position: -webkit-sticky; position: sticky; ",e.style.zIndex=this._getCalculatedZIndex(e)},e.prototype._getCalculatedZIndex=function(e){for(var t={top:100,bottom:10,left:1,right:1},o=0,r=0,n=L;r<n.length;r++){var i=n[r];e.style[i]&&(o+=t[i])}return o?""+o:""},e.prototype._getCellWidths=function(e){for(var t=[],o=e.children,r=0;r<o.length;r++){var n=o[r];t.push(n.getBoundingClientRect().width)}return t},e.prototype._getStickyStartColumnPositions=function(e,t){for(var o=[],r=0,n=0;n<e.length;n++)t[n]&&(o[n]=r,r+=e[n]);return o},e.prototype._getStickyEndColumnPositions=function(e,t){for(var o=[],r=0,n=e.length;n>0;n--)t[n]&&(o[n]=r,r+=e[n]);return o},e}(),W=function(){function e(e,t){this.viewContainer=e,this.elementRef=t}return e.decorators=[{type:o.Directive,args:[{selector:"[rowOutlet]"}]}],e.ctorParameters=function(){return[{type:o.ViewContainerRef},{type:o.ElementRef}]},e}(),z=function(){function e(e,t){this.viewContainer=e,this.elementRef=t}return e.decorators=[{type:o.Directive,args:[{selector:"[headerRowOutlet]"}]}],e.ctorParameters=function(){return[{type:o.ViewContainerRef},{type:o.ElementRef}]},e}(),K=function(){function e(e,t){this.viewContainer=e,this.elementRef=t}return e.decorators=[{type:o.Directive,args:[{selector:"[footerRowOutlet]"}]}],e.ctorParameters=function(){return[{type:o.ViewContainerRef},{type:o.ElementRef}]},e}(),Z='\n <ng-content select="caption"></ng-content>\n <ng-container headerRowOutlet></ng-container>\n <ng-container rowOutlet></ng-container>\n <ng-container footerRowOutlet></ng-container>\n',J=(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}l(t,e)}(o.EmbeddedViewRef),function(){function e(e,t,o,r,n,i,s){this._differs=e,this._changeDetectorRef=t,this._elementRef=o,this._dir=n,this._platform=s,this._onDestroy=new a.Subject,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._customHeaderRowDefs=new Set,this._customFooterRowDefs=new Set,this._headerRowDefChanged=!0,this._footerRowDefChanged=!0,this._cachedRenderRowsMap=new Map,this.stickyCssClass="cdk-table-sticky",this._multiTemplateDataRows=!1,this.viewChange=new a.BehaviorSubject({start:0,end:Number.MAX_VALUE}),r||this._elementRef.nativeElement.setAttribute("role","grid"),this._document=i,this._isNativeHtmlTable="TABLE"===this._elementRef.nativeElement.nodeName}return Object.defineProperty(e.prototype,"trackBy",{get:function(){return this._trackByFn},set:function(e){o.isDevMode()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(e)+"."),this._trackByFn=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource!==e&&this._switchDataSource(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"multiTemplateDataRows",{get:function(){return this._multiTemplateDataRows},set:function(e){this._multiTemplateDataRows=t.coerceBooleanProperty(e),this._rowOutlet.viewContainer.length&&this._forceRenderDataRows()},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){var e=this;this._setupStickyStyler(),this._isNativeHtmlTable&&this._applyNativeTableSections(),this._dataDiffer=this._differs.find([]).create(function(t,o){return e.trackBy?e.trackBy(o.dataIndex,o.data):o})},e.prototype.ngAfterContentChecked=function(){if(this._cacheRowDefs(),this._cacheColumnDefs(),!this._headerRowDefs.length&&!this._footerRowDefs.length&&!this._rowDefs.length)throw y();this._renderUpdatedColumns(),this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription&&this._observeRenderChanges(),this._checkStickyStates()},e.prototype.ngOnDestroy=function(){this._rowOutlet.viewContainer.clear(),this._headerRowOutlet.viewContainer.clear(),this._footerRowOutlet.viewContainer.clear(),this._cachedRenderRowsMap.clear(),this._onDestroy.next(),this._onDestroy.complete(),n.isDataSource(this.dataSource)&&this.dataSource.disconnect(this)},e.prototype.renderRows=function(){var e=this;this._renderRows=this._getAllRenderRows();var t=this._dataDiffer.diff(this._renderRows);if(t){var o=this._rowOutlet.viewContainer;t.forEachOperation(function(t,r,n){if(null==t.previousIndex)e._insertRow(t.item,n);else if(null==n)o.remove(r);else{var i=o.get(r);o.move(i,n)}}),this._updateRowIndexContext(),t.forEachIdentityChange(function(e){o.get(e.currentIndex).context.$implicit=e.item.data}),this.updateStickyColumnStyles()}},e.prototype.setHeaderRowDef=function(e){this._customHeaderRowDefs=new Set([e]),this._headerRowDefChanged=!0},e.prototype.setFooterRowDef=function(e){this._customFooterRowDefs=new Set([e]),this._footerRowDefChanged=!0},e.prototype.addColumnDef=function(e){this._customColumnDefs.add(e)},e.prototype.removeColumnDef=function(e){this._customColumnDefs.delete(e)},e.prototype.addRowDef=function(e){this._customRowDefs.add(e)},e.prototype.removeRowDef=function(e){this._customRowDefs.delete(e)},e.prototype.addHeaderRowDef=function(e){this._customHeaderRowDefs.add(e),this._headerRowDefChanged=!0},e.prototype.removeHeaderRowDef=function(e){this._customHeaderRowDefs.delete(e),this._headerRowDefChanged=!0},e.prototype.addFooterRowDef=function(e){this._customFooterRowDefs.add(e),this._footerRowDefChanged=!0},e.prototype.removeFooterRowDef=function(e){this._customFooterRowDefs.delete(e),this._footerRowDefChanged=!0},e.prototype.updateStickyHeaderRowStyles=function(){var e=this._getRenderedRows(this._headerRowOutlet),t=this._elementRef.nativeElement,o=t.querySelector("thead");o&&(o.style.display=e.length?"":"none");var r=this._headerRowDefs.map(function(e){return e.sticky});this._stickyStyler.clearStickyPositioning(e,["top"]),this._stickyStyler.stickRows(e,r,"top"),this._headerRowDefs.forEach(function(e){return e.resetStickyChanged()})},e.prototype.updateStickyFooterRowStyles=function(){var e=this._getRenderedRows(this._footerRowOutlet),t=this._elementRef.nativeElement,o=t.querySelector("tfoot");o&&(o.style.display=e.length?"":"none");var r=this._footerRowDefs.map(function(e){return e.sticky});this._stickyStyler.clearStickyPositioning(e,["bottom"]),this._stickyStyler.stickRows(e,r,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,r),this._footerRowDefs.forEach(function(e){return e.resetStickyChanged()})},e.prototype.updateStickyColumnStyles=function(){var e=this,t=this._getRenderedRows(this._headerRowOutlet),o=this._getRenderedRows(this._rowOutlet),r=this._getRenderedRows(this._footerRowOutlet);this._stickyStyler.clearStickyPositioning(t.concat(o,r),["left","right"]),t.forEach(function(t,o){e._addStickyColumnStyles([t],e._headerRowDefs[o])}),this._rowDefs.forEach(function(t){for(var r=[],n=0;n<o.length;n++)e._renderRows[n].rowDef===t&&r.push(o[n]);e._addStickyColumnStyles(r,t)}),r.forEach(function(t,o){e._addStickyColumnStyles([t],e._footerRowDefs[o])}),Array.from(this._columnDefsByName.values()).forEach(function(e){return e.resetStickyChanged()})},e.prototype._getAllRenderRows=function(){var e=[],t=this._cachedRenderRowsMap;this._cachedRenderRowsMap=new Map;for(var o=0;o<this._data.length;o++){var r=this._data[o],n=this._getRenderRowsForData(r,o,t.get(r));this._cachedRenderRowsMap.has(r)||this._cachedRenderRowsMap.set(r,new WeakMap);for(var i=0;i<n.length;i++){var s=n[i],a=this._cachedRenderRowsMap.get(s.data);a.has(s.rowDef)?a.get(s.rowDef).push(s):a.set(s.rowDef,[s]),e.push(s)}}return e},e.prototype._getRenderRowsForData=function(e,t,o){return this._getRowDefs(e,t).map(function(r){var n=o&&o.has(r)?o.get(r):[];if(n.length){var i=n.shift();return i.dataIndex=t,i}return{data:e,rowDef:r,dataIndex:t}})},e.prototype._cacheColumnDefs=function(){var e=this;this._columnDefsByName.clear(),w(this._contentColumnDefs,this._customColumnDefs).forEach(function(t){if(e._columnDefsByName.has(t.name))throw h(t.name);e._columnDefsByName.set(t.name,t)})},e.prototype._cacheRowDefs=function(){this._headerRowDefs=w(this._contentHeaderRowDefs,this._customHeaderRowDefs),this._footerRowDefs=w(this._contentFooterRowDefs,this._customFooterRowDefs),this._rowDefs=w(this._contentRowDefs,this._customRowDefs);var e=this._rowDefs.filter(function(e){return!e.when});if(!this.multiTemplateDataRows&&e.length>1)throw d();this._defaultRowDef=e[0]},e.prototype._renderUpdatedColumns=function(){var e=function(e,t){return e||!!t.getColumnsDiff()};this._rowDefs.reduce(e,!1)&&this._forceRenderDataRows(),this._headerRowDefs.reduce(e,!1)&&this._forceRenderHeaderRows(),this._footerRowDefs.reduce(e,!1)&&this._forceRenderFooterRows()},e.prototype._switchDataSource=function(e){this._data=[],n.isDataSource(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),e||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear()),this._dataSource=e},e.prototype._observeRenderChanges=function(){var e=this;if(this.dataSource){var t;if(n.isDataSource(this.dataSource)?t=this.dataSource.connect(this):this.dataSource instanceof a.Observable?t=this.dataSource:Array.isArray(this.dataSource)&&(t=a.of(this.dataSource)),void 0===t)throw _();this._renderChangeSubscription=t.pipe(c.takeUntil(this._onDestroy)).subscribe(function(t){e._data=t||[],e.renderRows()})}},e.prototype._forceRenderHeaderRows=function(){var e=this;this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach(function(t,o){return e._renderRow(e._headerRowOutlet,t,o)}),this.updateStickyHeaderRowStyles(),this.updateStickyColumnStyles()},e.prototype._forceRenderFooterRows=function(){var e=this;this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach(function(t,o){return e._renderRow(e._footerRowOutlet,t,o)}),this.updateStickyFooterRowStyles(),this.updateStickyColumnStyles()},e.prototype._addStickyColumnStyles=function(e,t){var o=this,r=Array.from(t.columns||[]).map(function(e){var t=o._columnDefsByName.get(e);if(!t)throw f(e);return t}),n=r.map(function(e){return e.sticky}),i=r.map(function(e){return e.stickyEnd});this._stickyStyler.updateStickyColumns(e,n,i)},e.prototype._getRenderedRows=function(e){for(var t=[],o=0;o<e.viewContainer.length;o++){var r=e.viewContainer.get(o);t.push(r.rootNodes[0])}return t},e.prototype._getRowDefs=function(e,t){if(1==this._rowDefs.length)return[this._rowDefs[0]];var o=[];if(this.multiTemplateDataRows)o=this._rowDefs.filter(function(o){return!o.when||o.when(t,e)});else{var r=this._rowDefs.find(function(o){return o.when&&o.when(t,e)})||this._defaultRowDef;r&&o.push(r)}if(!o.length)throw p(e);return o},e.prototype._insertRow=function(e,t){var o=e.rowDef,r={$implicit:e.data};this._renderRow(this._rowOutlet,o,t,r)},e.prototype._renderRow=function(e,t,o,r){void 0===r&&(r={}),e.viewContainer.createEmbeddedView(t.template,r,o);for(var n=0,i=this._getCellTemplates(t);n<i.length;n++){var s=i[n];M.mostRecentCellOutlet&&M.mostRecentCellOutlet._viewContainer.createEmbeddedView(s,r)}this._changeDetectorRef.markForCheck()},e.prototype._updateRowIndexContext=function(){for(var e=this._rowOutlet.viewContainer,t=0,o=e.length;t<o;t++){var r=e.get(t),n=r.context;n.count=o,n.first=0===t,n.last=t===o-1,n.even=t%2==0,n.odd=!n.even,this.multiTemplateDataRows?(n.dataIndex=this._renderRows[t].dataIndex,n.renderIndex=t):n.index=this._renderRows[t].dataIndex}},e.prototype._getCellTemplates=function(e){var t=this;return e&&e.columns?Array.from(e.columns,function(o){var r=t._columnDefsByName.get(o);if(!r)throw f(o);return e.extractCellTemplate(r)}):[]},e.prototype._applyNativeTableSections=function(){for(var e=this._document.createDocumentFragment(),t=[{tag:"thead",outlet:this._headerRowOutlet},{tag:"tbody",outlet:this._rowOutlet},{tag:"tfoot",outlet:this._footerRowOutlet}],o=0,r=t;o<r.length;o++){var n=r[o],i=this._document.createElement(n.tag);i.setAttribute("role","rowgroup"),i.appendChild(n.outlet.elementRef.nativeElement),e.appendChild(i)}this._elementRef.nativeElement.appendChild(e)},e.prototype._forceRenderDataRows=function(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows(),this.updateStickyColumnStyles()},e.prototype._checkStickyStates=function(){var e=function(e,t){return e||t.hasStickyChanged()};this._headerRowDefs.reduce(e,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(e,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(e,!1)&&this.updateStickyColumnStyles()},e.prototype._setupStickyStyler=function(){var e=this,t=this._dir?this._dir.value:"ltr";this._stickyStyler=new U(this._isNativeHtmlTable,this.stickyCssClass,t,this._platform.isBrowser),(this._dir?this._dir.change:a.of()).pipe(c.takeUntil(this._onDestroy)).subscribe(function(t){e._stickyStyler.direction=t,e.updateStickyColumnStyles()})},e.decorators=[{type:o.Component,args:[{selector:"cdk-table, table[cdk-table]",exportAs:"cdkTable",template:Z,host:{class:"cdk-table"},encapsulation:o.ViewEncapsulation.None,changeDetection:o.ChangeDetectionStrategy.Default}]}],e.ctorParameters=function(){return[{type:o.IterableDiffers},{type:o.ChangeDetectorRef},{type:o.ElementRef},{type:String,decorators:[{type:o.Attribute,args:["role"]}]},{type:r.Directionality,decorators:[{type:o.Optional}]},{type:void 0,decorators:[{type:o.Inject,args:[s.DOCUMENT]}]},{type:i.Platform}]},e.propDecorators={trackBy:[{type:o.Input}],dataSource:[{type:o.Input}],multiTemplateDataRows:[{type:o.Input}],_rowOutlet:[{type:o.ViewChild,args:[W,{static:!0}]}],_headerRowOutlet:[{type:o.ViewChild,args:[z,{static:!0}]}],_footerRowOutlet:[{type:o.ViewChild,args:[K,{static:!0}]}],_contentColumnDefs:[{type:o.ContentChildren,args:[v]}],_contentRowDefs:[{type:o.ContentChildren,args:[A]}],_contentHeaderRowDefs:[{type:o.ContentChildren,args:[B]}],_contentFooterRowDefs:[{type:o.ContentChildren,args:[I]}]},e}()),$=[J,A,g,M,R,C,v,E,q,b,O,j,B,V,I,W,z,K],X=function(){function e(){}return e.decorators=[{type:o.NgModule,args:[{imports:[s.CommonModule],exports:$,declarations:$}]}],e}();e.DataSource=n.DataSource,e.DataRowOutlet=W,e.HeaderRowOutlet=z,e.FooterRowOutlet=K,e.CDK_TABLE_TEMPLATE=Z,e.CdkTable=J,e.CdkCellDef=g,e.CdkHeaderCellDef=R,e.CdkFooterCellDef=C,e.CdkColumnDefBase=D,e._CdkColumnDefBase=k,e.CdkColumnDef=v,e.BaseCdkCell=S,e.CdkHeaderCell=b,e.CdkFooterCell=O,e.CdkCell=E,e.CDK_ROW_TEMPLATE=T,e.BaseRowDef=x,e.CdkHeaderRowDefBase=F,e._CdkHeaderRowDefBase=P,e.CdkHeaderRowDef=B,e.CdkFooterRowDefBase=H,e._CdkFooterRowDefBase=N,e.CdkFooterRowDef=I,e.CdkRowDef=A,e.CdkCellOutlet=M,e.CdkHeaderRow=j,e.CdkFooterRow=V,e.CdkRow=q,e.CdkTableModule=X,e.STICKY_DIRECTIONS=L,e.StickyStyler=U,e.mixinHasStickyInput=u,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
8
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/cdk/coercion"),require("@angular/core"),require("@angular/cdk/bidi"),require("@angular/cdk/collections"),require("@angular/cdk/platform"),require("@angular/common"),require("rxjs"),require("rxjs/operators")):"function"==typeof define&&define.amd?define("@angular/cdk/table",["exports","@angular/cdk/coercion","@angular/core","@angular/cdk/bidi","@angular/cdk/collections","@angular/cdk/platform","@angular/common","rxjs","rxjs/operators"],e):e((t.ng=t.ng||{},t.ng.cdk=t.ng.cdk||{},t.ng.cdk.table={}),t.ng.cdk.coercion,t.ng.core,t.ng.cdk.bidi,t.ng.cdk.collections,t.ng.cdk.platform,t.ng.common,t.rxjs,t.rxjs.operators)}(this,function(t,e,o,r,n,i,s,a,c){"use strict";function l(t,e){function o(){this.constructor=t}R(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}function u(t){return function(t){function o(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];var r=t.apply(this,e)||this;return r._sticky=!1,r._hasStickyChanged=!1,r}return l(o,t),Object.defineProperty(o.prototype,"sticky",{get:function(){return this._sticky},set:function(t){var o=this._sticky;this._sticky=e.coerceBooleanProperty(t),this._hasStickyChanged=o!==this._sticky},enumerable:!0,configurable:!0}),o.prototype.hasStickyChanged=function(){var t=this._hasStickyChanged;return this._hasStickyChanged=!1,t},o.prototype.resetStickyChanged=function(){this._hasStickyChanged=!1},o}(t)}function f(t){return Error('Could not find column with id "'+t+'".')}function h(t){return Error('Duplicate column definition name provided: "'+t+'".')}function d(){return Error("There can only be one default row without a when predicate function.")}function p(t){return Error("Could not find a matching row definition for theprovided row data: "+JSON.stringify(t))}function y(){return Error("Missing definitions for header, footer, and row; cannot determine which columns should be rendered.")}function _(){return Error("Provided data source did not match an array, Observable, or DataSource")}function m(){return Error("Text column could not find a parent table for registration.")}function w(){return Error("Table text column must have a name.")}function g(t,e){return t.toArray().concat(Array.from(e))}var R=function(t,e){return(R=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)e.hasOwnProperty(o)&&(t[o]=e[o])})(t,e)},D=function(){function t(t){this.template=t}return t.decorators=[{type:o.Directive,args:[{selector:"[cdkCellDef]"}]}],t.ctorParameters=function(){return[{type:o.TemplateRef}]},t}(),C=function(){function t(t){this.template=t}return t.decorators=[{type:o.Directive,args:[{selector:"[cdkHeaderCellDef]"}]}],t.ctorParameters=function(){return[{type:o.TemplateRef}]},t}(),k=function(){function t(t){this.template=t}return t.decorators=[{type:o.Directive,args:[{selector:"[cdkFooterCellDef]"}]}],t.ctorParameters=function(){return[{type:o.TemplateRef}]},t}(),v=function(){function t(){}return t}(),S=u(v),b=function(t){function r(){var e=null!==t&&t.apply(this,arguments)||this;return e._stickyEnd=!1,e}return l(r,t),Object.defineProperty(r.prototype,"name",{get:function(){return this._name},set:function(t){t&&(this._name=t,this.cssClassFriendlyName=t.replace(/[^a-z0-9_-]/gi,"-"))},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"stickyEnd",{get:function(){return this._stickyEnd},set:function(t){var o=this._stickyEnd;this._stickyEnd=e.coerceBooleanProperty(t),this._hasStickyChanged=o!==this._stickyEnd},enumerable:!0,configurable:!0}),r.decorators=[{type:o.Directive,args:[{selector:"[cdkColumnDef]",inputs:["sticky"],providers:[{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:r}]}]}],r.propDecorators={name:[{type:o.Input,args:["cdkColumnDef"]}],stickyEnd:[{type:o.Input,args:["stickyEnd"]}],cell:[{type:o.ContentChild,args:[D,{static:!1}]}],headerCell:[{type:o.ContentChild,args:[C,{static:!1}]}],footerCell:[{type:o.ContentChild,args:[k,{static:!1}]}]},r}(S),O=function(){function t(t,e){var o="cdk-column-"+t.cssClassFriendlyName;e.nativeElement.classList.add(o)}return t}(),E=function(t){function e(e,o){return t.call(this,e,o)||this}return l(e,t),e.decorators=[{type:o.Directive,args:[{selector:"cdk-header-cell, th[cdk-header-cell]",host:{class:"cdk-header-cell",role:"columnheader"}}]}],e.ctorParameters=function(){return[{type:b},{type:o.ElementRef}]},e}(O),T=function(t){function e(e,o){return t.call(this,e,o)||this}return l(e,t),e.decorators=[{type:o.Directive,args:[{selector:"cdk-footer-cell, td[cdk-footer-cell]",host:{class:"cdk-footer-cell",role:"gridcell"}}]}],e.ctorParameters=function(){return[{type:b},{type:o.ElementRef}]},e}(O),x=function(t){function e(e,o){return t.call(this,e,o)||this}return l(e,t),e.decorators=[{type:o.Directive,args:[{selector:"cdk-cell, td[cdk-cell]",host:{class:"cdk-cell",role:"gridcell"}}]}],e.ctorParameters=function(){return[{type:b},{type:o.ElementRef}]},e}(O),P="<ng-container cdkCellOutlet></ng-container>",I=function(){function t(t,e){this.template=t,this._differs=e}return t.prototype.ngOnChanges=function(t){if(!this._columnsDiffer){var e=t.columns&&t.columns.currentValue||[];this._columnsDiffer=this._differs.find(e).create(),this._columnsDiffer.diff(e)}},t.prototype.getColumnsDiff=function(){return this._columnsDiffer.diff(this.columns)},t.prototype.extractCellTemplate=function(t){return this instanceof F?t.headerCell.template:this instanceof j?t.footerCell.template:t.cell.template},t}(),N=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return l(e,t),e}(I),H=u(N),F=function(t){function e(e,o){return t.call(this,e,o)||this}return l(e,t),e.prototype.ngOnChanges=function(e){t.prototype.ngOnChanges.call(this,e)},e.decorators=[{type:o.Directive,args:[{selector:"[cdkHeaderRowDef]",inputs:["columns: cdkHeaderRowDef","sticky: cdkHeaderRowDefSticky"]}]}],e.ctorParameters=function(){return[{type:o.TemplateRef},{type:o.IterableDiffers}]},e}(H),A=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return l(e,t),e}(I),B=u(A),j=function(t){function e(e,o){return t.call(this,e,o)||this}return l(e,t),e.prototype.ngOnChanges=function(e){t.prototype.ngOnChanges.call(this,e)},e.decorators=[{type:o.Directive,args:[{selector:"[cdkFooterRowDef]",inputs:["columns: cdkFooterRowDef","sticky: cdkFooterRowDefSticky"]}]}],e.ctorParameters=function(){return[{type:o.TemplateRef},{type:o.IterableDiffers}]},e}(B),M=function(t){function e(e,o){return t.call(this,e,o)||this}return l(e,t),e.decorators=[{type:o.Directive,args:[{selector:"[cdkRowDef]",inputs:["columns: cdkRowDefColumns","when: cdkRowDefWhen"]}]}],e.ctorParameters=function(){return[{type:o.TemplateRef},{type:o.IterableDiffers}]},e}(I),V=function(){function t(e){this._viewContainer=e,t.mostRecentCellOutlet=this}return t.prototype.ngOnDestroy=function(){t.mostRecentCellOutlet===this&&(t.mostRecentCellOutlet=null)},t.mostRecentCellOutlet=null,t.decorators=[{type:o.Directive,args:[{selector:"[cdkCellOutlet]"}]}],t.ctorParameters=function(){return[{type:o.ViewContainerRef}]},t}(),q=function(){function t(){}return t.decorators=[{type:o.Component,args:[{selector:"cdk-header-row, tr[cdk-header-row]",template:P,host:{class:"cdk-header-row",role:"row"},changeDetection:o.ChangeDetectionStrategy.Default,encapsulation:o.ViewEncapsulation.None}]}],t}(),L=function(){function t(){}return t.decorators=[{type:o.Component,args:[{selector:"cdk-footer-row, tr[cdk-footer-row]",template:P,host:{class:"cdk-footer-row",role:"row"},changeDetection:o.ChangeDetectionStrategy.Default,encapsulation:o.ViewEncapsulation.None}]}],t}(),U=function(){function t(){}return t.decorators=[{type:o.Component,args:[{selector:"cdk-row, tr[cdk-row]",template:P,host:{class:"cdk-row",role:"row"},changeDetection:o.ChangeDetectionStrategy.Default,encapsulation:o.ViewEncapsulation.None}]}],t}(),W=["top","bottom","left","right"],z=function(){function t(t,e,o,r){void 0===r&&(r=!0),this._isNativeHtmlTable=t,this._stickCellCss=e,this.direction=o,this._isBrowser=r}return t.prototype.clearStickyPositioning=function(t,e){for(var o=0,r=t;o<r.length;o++){var n=r[o];if(n.nodeType===n.ELEMENT_NODE){this._removeStickyStyle(n,e);for(var i=0;i<n.children.length;i++){var s=n.children[i];this._removeStickyStyle(s,e)}}}},t.prototype.updateStickyColumns=function(t,e,o){var r=e.some(function(t){return t})||o.some(function(t){return t});if(t.length&&r&&this._isBrowser)for(var n=t[0],i=n.children.length,s=this._getCellWidths(n),a=this._getStickyStartColumnPositions(s,e),c=this._getStickyEndColumnPositions(s,o),l="rtl"===this.direction,u=0,f=t;u<f.length;u++)for(var h=f[u],d=0;d<i;d++){var p=h.children[d];e[d]&&this._addStickyStyle(p,l?"right":"left",a[d]),o[d]&&this._addStickyStyle(p,l?"left":"right",c[d])}},t.prototype.stickRows=function(t,e,o){if(this._isBrowser)for(var r="bottom"===o?t.reverse():t,n=0,i=0;i<r.length;i++)if(e[i]){var s=r[i];if(this._isNativeHtmlTable)for(var a=0;a<s.children.length;a++){var c=s.children[a];this._addStickyStyle(c,o,n)}else this._addStickyStyle(s,o,n);if(i===r.length-1)return;n+=s.getBoundingClientRect().height}},t.prototype.updateStickyFooterContainer=function(t,e){if(this._isNativeHtmlTable){var o=t.querySelector("tfoot");e.some(function(t){return!t})?this._removeStickyStyle(o,["bottom"]):this._addStickyStyle(o,"bottom",0)}},t.prototype._removeStickyStyle=function(t,e){for(var o=0,r=e;o<r.length;o++){var n=r[o];t.style[n]=""}t.style.zIndex=this._getCalculatedZIndex(t),W.some(function(e){return!!t.style[e]})||(t.style.position="",t.classList.remove(this._stickCellCss))},t.prototype._addStickyStyle=function(t,e,o){t.classList.add(this._stickCellCss),t.style[e]=o+"px",t.style.cssText+="position: -webkit-sticky; position: sticky; ",t.style.zIndex=this._getCalculatedZIndex(t)},t.prototype._getCalculatedZIndex=function(t){for(var e={top:100,bottom:10,left:1,right:1},o=0,r=0,n=W;r<n.length;r++){var i=n[r];t.style[i]&&(o+=e[i])}return o?""+o:""},t.prototype._getCellWidths=function(t){for(var e=[],o=t.children,r=0;r<o.length;r++){var n=o[r];e.push(n.getBoundingClientRect().width)}return e},t.prototype._getStickyStartColumnPositions=function(t,e){for(var o=[],r=0,n=0;n<t.length;n++)e[n]&&(o[n]=r,r+=t[n]);return o},t.prototype._getStickyEndColumnPositions=function(t,e){for(var o=[],r=0,n=t.length;n>0;n--)e[n]&&(o[n]=r,r+=t[n]);return o},t}(),K=function(){function t(t,e){this.viewContainer=t,this.elementRef=e}return t.decorators=[{type:o.Directive,args:[{selector:"[rowOutlet]"}]}],t.ctorParameters=function(){return[{type:o.ViewContainerRef},{type:o.ElementRef}]},t}(),Z=function(){function t(t,e){this.viewContainer=t,this.elementRef=e}return t.decorators=[{type:o.Directive,args:[{selector:"[headerRowOutlet]"}]}],t.ctorParameters=function(){return[{type:o.ViewContainerRef},{type:o.ElementRef}]},t}(),J=function(){function t(t,e){this.viewContainer=t,this.elementRef=e}return t.decorators=[{type:o.Directive,args:[{selector:"[footerRowOutlet]"}]}],t.ctorParameters=function(){return[{type:o.ViewContainerRef},{type:o.ElementRef}]},t}(),X='\n <ng-content select="caption"></ng-content>\n <ng-container headerRowOutlet></ng-container>\n <ng-container rowOutlet></ng-container>\n <ng-container footerRowOutlet></ng-container>\n',$=(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}l(e,t)}(o.EmbeddedViewRef),function(){function t(t,e,o,r,n,i,s){this._differs=t,this._changeDetectorRef=e,this._elementRef=o,this._dir=n,this._platform=s,this._onDestroy=new a.Subject,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._customHeaderRowDefs=new Set,this._customFooterRowDefs=new Set,this._headerRowDefChanged=!0,this._footerRowDefChanged=!0,this._cachedRenderRowsMap=new Map,this.stickyCssClass="cdk-table-sticky",this._multiTemplateDataRows=!1,this.viewChange=new a.BehaviorSubject({start:0,end:Number.MAX_VALUE}),r||this._elementRef.nativeElement.setAttribute("role","grid"),this._document=i,this._isNativeHtmlTable="TABLE"===this._elementRef.nativeElement.nodeName}return Object.defineProperty(t.prototype,"trackBy",{get:function(){return this._trackByFn},set:function(t){o.isDevMode()&&null!=t&&"function"!=typeof t&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(t)+"."),this._trackByFn=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dataSource",{get:function(){return this._dataSource},set:function(t){this._dataSource!==t&&this._switchDataSource(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"multiTemplateDataRows",{get:function(){return this._multiTemplateDataRows},set:function(t){this._multiTemplateDataRows=e.coerceBooleanProperty(t),this._rowOutlet&&this._rowOutlet.viewContainer.length&&this._forceRenderDataRows()},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var t=this;this._setupStickyStyler(),this._isNativeHtmlTable&&this._applyNativeTableSections(),this._dataDiffer=this._differs.find([]).create(function(e,o){return t.trackBy?t.trackBy(o.dataIndex,o.data):o})},t.prototype.ngAfterContentChecked=function(){if(this._cacheRowDefs(),this._cacheColumnDefs(),!this._headerRowDefs.length&&!this._footerRowDefs.length&&!this._rowDefs.length)throw y();this._renderUpdatedColumns(),this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription&&this._observeRenderChanges(),this._checkStickyStates()},t.prototype.ngOnDestroy=function(){this._rowOutlet.viewContainer.clear(),this._headerRowOutlet.viewContainer.clear(),this._footerRowOutlet.viewContainer.clear(),this._cachedRenderRowsMap.clear(),this._onDestroy.next(),this._onDestroy.complete(),n.isDataSource(this.dataSource)&&this.dataSource.disconnect(this)},t.prototype.renderRows=function(){var t=this;this._renderRows=this._getAllRenderRows();var e=this._dataDiffer.diff(this._renderRows);if(e){var o=this._rowOutlet.viewContainer;e.forEachOperation(function(e,r,n){if(null==e.previousIndex)t._insertRow(e.item,n);else if(null==n)o.remove(r);else{var i=o.get(r);o.move(i,n)}}),this._updateRowIndexContext(),e.forEachIdentityChange(function(t){o.get(t.currentIndex).context.$implicit=t.item.data}),this.updateStickyColumnStyles()}},t.prototype.setHeaderRowDef=function(t){this._customHeaderRowDefs=new Set([t]),this._headerRowDefChanged=!0},t.prototype.setFooterRowDef=function(t){this._customFooterRowDefs=new Set([t]),this._footerRowDefChanged=!0},t.prototype.addColumnDef=function(t){this._customColumnDefs.add(t)},t.prototype.removeColumnDef=function(t){this._customColumnDefs.delete(t)},t.prototype.addRowDef=function(t){this._customRowDefs.add(t)},t.prototype.removeRowDef=function(t){this._customRowDefs.delete(t)},t.prototype.addHeaderRowDef=function(t){this._customHeaderRowDefs.add(t),this._headerRowDefChanged=!0},t.prototype.removeHeaderRowDef=function(t){this._customHeaderRowDefs.delete(t),this._headerRowDefChanged=!0},t.prototype.addFooterRowDef=function(t){this._customFooterRowDefs.add(t),this._footerRowDefChanged=!0},t.prototype.removeFooterRowDef=function(t){this._customFooterRowDefs.delete(t),this._footerRowDefChanged=!0},t.prototype.updateStickyHeaderRowStyles=function(){var t=this._getRenderedRows(this._headerRowOutlet),e=this._elementRef.nativeElement,o=e.querySelector("thead");o&&(o.style.display=t.length?"":"none");var r=this._headerRowDefs.map(function(t){return t.sticky});this._stickyStyler.clearStickyPositioning(t,["top"]),this._stickyStyler.stickRows(t,r,"top"),this._headerRowDefs.forEach(function(t){return t.resetStickyChanged()})},t.prototype.updateStickyFooterRowStyles=function(){var t=this._getRenderedRows(this._footerRowOutlet),e=this._elementRef.nativeElement,o=e.querySelector("tfoot");o&&(o.style.display=t.length?"":"none");var r=this._footerRowDefs.map(function(t){return t.sticky});this._stickyStyler.clearStickyPositioning(t,["bottom"]),this._stickyStyler.stickRows(t,r,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,r),this._footerRowDefs.forEach(function(t){return t.resetStickyChanged()})},t.prototype.updateStickyColumnStyles=function(){var t=this,e=this._getRenderedRows(this._headerRowOutlet),o=this._getRenderedRows(this._rowOutlet),r=this._getRenderedRows(this._footerRowOutlet);this._stickyStyler.clearStickyPositioning(e.concat(o,r),["left","right"]),e.forEach(function(e,o){t._addStickyColumnStyles([e],t._headerRowDefs[o])}),this._rowDefs.forEach(function(e){for(var r=[],n=0;n<o.length;n++)t._renderRows[n].rowDef===e&&r.push(o[n]);t._addStickyColumnStyles(r,e)}),r.forEach(function(e,o){t._addStickyColumnStyles([e],t._footerRowDefs[o])}),Array.from(this._columnDefsByName.values()).forEach(function(t){return t.resetStickyChanged()})},t.prototype._getAllRenderRows=function(){var t=[],e=this._cachedRenderRowsMap;this._cachedRenderRowsMap=new Map;for(var o=0;o<this._data.length;o++){var r=this._data[o],n=this._getRenderRowsForData(r,o,e.get(r));this._cachedRenderRowsMap.has(r)||this._cachedRenderRowsMap.set(r,new WeakMap);for(var i=0;i<n.length;i++){var s=n[i],a=this._cachedRenderRowsMap.get(s.data);a.has(s.rowDef)?a.get(s.rowDef).push(s):a.set(s.rowDef,[s]),t.push(s)}}return t},t.prototype._getRenderRowsForData=function(t,e,o){return this._getRowDefs(t,e).map(function(r){var n=o&&o.has(r)?o.get(r):[];if(n.length){var i=n.shift();return i.dataIndex=e,i}return{data:t,rowDef:r,dataIndex:e}})},t.prototype._cacheColumnDefs=function(){var t=this;this._columnDefsByName.clear(),g(this._contentColumnDefs,this._customColumnDefs).forEach(function(e){if(t._columnDefsByName.has(e.name))throw h(e.name);t._columnDefsByName.set(e.name,e)})},t.prototype._cacheRowDefs=function(){this._headerRowDefs=g(this._contentHeaderRowDefs,this._customHeaderRowDefs),this._footerRowDefs=g(this._contentFooterRowDefs,this._customFooterRowDefs),this._rowDefs=g(this._contentRowDefs,this._customRowDefs);var t=this._rowDefs.filter(function(t){return!t.when});if(!this.multiTemplateDataRows&&t.length>1)throw d();this._defaultRowDef=t[0]},t.prototype._renderUpdatedColumns=function(){var t=function(t,e){return t||!!e.getColumnsDiff()};this._rowDefs.reduce(t,!1)&&this._forceRenderDataRows(),this._headerRowDefs.reduce(t,!1)&&this._forceRenderHeaderRows(),this._footerRowDefs.reduce(t,!1)&&this._forceRenderFooterRows()},t.prototype._switchDataSource=function(t){this._data=[],n.isDataSource(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),t||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear()),this._dataSource=t},t.prototype._observeRenderChanges=function(){var t=this;if(this.dataSource){var e;if(n.isDataSource(this.dataSource)?e=this.dataSource.connect(this):this.dataSource instanceof a.Observable?e=this.dataSource:Array.isArray(this.dataSource)&&(e=a.of(this.dataSource)),void 0===e)throw _();this._renderChangeSubscription=e.pipe(c.takeUntil(this._onDestroy)).subscribe(function(e){t._data=e||[],t.renderRows()})}},t.prototype._forceRenderHeaderRows=function(){var t=this;this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach(function(e,o){return t._renderRow(t._headerRowOutlet,e,o)}),this.updateStickyHeaderRowStyles(),this.updateStickyColumnStyles()},t.prototype._forceRenderFooterRows=function(){var t=this;this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach(function(e,o){return t._renderRow(t._footerRowOutlet,e,o)}),this.updateStickyFooterRowStyles(),this.updateStickyColumnStyles()},t.prototype._addStickyColumnStyles=function(t,e){var o=this,r=Array.from(e.columns||[]).map(function(t){var e=o._columnDefsByName.get(t);if(!e)throw f(t);return e}),n=r.map(function(t){return t.sticky}),i=r.map(function(t){return t.stickyEnd});this._stickyStyler.updateStickyColumns(t,n,i)},t.prototype._getRenderedRows=function(t){for(var e=[],o=0;o<t.viewContainer.length;o++){var r=t.viewContainer.get(o);e.push(r.rootNodes[0])}return e},t.prototype._getRowDefs=function(t,e){if(1==this._rowDefs.length)return[this._rowDefs[0]];var o=[];if(this.multiTemplateDataRows)o=this._rowDefs.filter(function(o){return!o.when||o.when(e,t)});else{var r=this._rowDefs.find(function(o){return o.when&&o.when(e,t)})||this._defaultRowDef;r&&o.push(r)}if(!o.length)throw p(t);return o},t.prototype._insertRow=function(t,e){var o=t.rowDef,r={$implicit:t.data};this._renderRow(this._rowOutlet,o,e,r)},t.prototype._renderRow=function(t,e,o,r){void 0===r&&(r={}),t.viewContainer.createEmbeddedView(e.template,r,o);for(var n=0,i=this._getCellTemplates(e);n<i.length;n++){var s=i[n];V.mostRecentCellOutlet&&V.mostRecentCellOutlet._viewContainer.createEmbeddedView(s,r)}this._changeDetectorRef.markForCheck()},t.prototype._updateRowIndexContext=function(){for(var t=this._rowOutlet.viewContainer,e=0,o=t.length;e<o;e++){var r=t.get(e),n=r.context;n.count=o,n.first=0===e,n.last=e===o-1,n.even=e%2==0,n.odd=!n.even,this.multiTemplateDataRows?(n.dataIndex=this._renderRows[e].dataIndex,n.renderIndex=e):n.index=this._renderRows[e].dataIndex}},t.prototype._getCellTemplates=function(t){var e=this;return t&&t.columns?Array.from(t.columns,function(o){var r=e._columnDefsByName.get(o);if(!r)throw f(o);return t.extractCellTemplate(r)}):[]},t.prototype._applyNativeTableSections=function(){for(var t=this._document.createDocumentFragment(),e=[{tag:"thead",outlet:this._headerRowOutlet},{tag:"tbody",outlet:this._rowOutlet},{tag:"tfoot",outlet:this._footerRowOutlet}],o=0,r=e;o<r.length;o++){var n=r[o],i=this._document.createElement(n.tag);i.setAttribute("role","rowgroup"),i.appendChild(n.outlet.elementRef.nativeElement),t.appendChild(i)}this._elementRef.nativeElement.appendChild(t)},t.prototype._forceRenderDataRows=function(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows(),this.updateStickyColumnStyles()},t.prototype._checkStickyStates=function(){var t=function(t,e){return t||e.hasStickyChanged()};this._headerRowDefs.reduce(t,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(t,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(t,!1)&&this.updateStickyColumnStyles()},t.prototype._setupStickyStyler=function(){var t=this,e=this._dir?this._dir.value:"ltr";this._stickyStyler=new z(this._isNativeHtmlTable,this.stickyCssClass,e,this._platform.isBrowser),(this._dir?this._dir.change:a.of()).pipe(c.takeUntil(this._onDestroy)).subscribe(function(e){t._stickyStyler.direction=e,t.updateStickyColumnStyles()})},t.decorators=[{type:o.Component,args:[{selector:"cdk-table, table[cdk-table]",exportAs:"cdkTable",template:X,host:{class:"cdk-table"},encapsulation:o.ViewEncapsulation.None,changeDetection:o.ChangeDetectionStrategy.Default}]}],t.ctorParameters=function(){return[{type:o.IterableDiffers},{type:o.ChangeDetectorRef},{type:o.ElementRef},{type:String,decorators:[{type:o.Attribute,args:["role"]}]},{type:r.Directionality,decorators:[{type:o.Optional}]},{type:void 0,decorators:[{type:o.Inject,args:[s.DOCUMENT]}]},{type:i.Platform}]},t.propDecorators={trackBy:[{type:o.Input}],dataSource:[{type:o.Input}],multiTemplateDataRows:[{type:o.Input}],_rowOutlet:[{type:o.ViewChild,args:[K,{static:!0}]}],_headerRowOutlet:[{type:o.ViewChild,args:[Z,{static:!0}]}],_footerRowOutlet:[{type:o.ViewChild,args:[J,{static:!0}]}],_contentColumnDefs:[{type:o.ContentChildren,args:[b]}],_contentRowDefs:[{type:o.ContentChildren,args:[M]}],_contentHeaderRowDefs:[{type:o.ContentChildren,args:[F]}],_contentFooterRowDefs:[{type:o.ContentChildren,args:[j]}]},t}()),Y=new o.InjectionToken("text-column-options"),G=function(){function t(t,e){this._table=t,this._options=e,this.justify="start",this._options=e||{}}return Object.defineProperty(t.prototype,"name",{get:function(){return this._name},set:function(t){this._name=t,this._syncColumnDefName()},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){if(this._syncColumnDefName(),void 0===this.headerText&&(this.headerText=this._createDefaultHeaderText()),this.dataAccessor||(this.dataAccessor=this._options.defaultDataAccessor||function(t,e){return t[e]}),!this._table)throw m();this.columnDef.cell=this.cell,this.columnDef.headerCell=this.headerCell,this._table.addColumnDef(this.columnDef)},t.prototype.ngOnDestroy=function(){this._table&&this._table.removeColumnDef(this.columnDef)},t.prototype._createDefaultHeaderText=function(){var t=this.name;if(o.isDevMode()&&!t)throw w();return this._options&&this._options.defaultHeaderTextTransform?this._options.defaultHeaderTextTransform(t):t[0].toUpperCase()+t.slice(1)},t.prototype._syncColumnDefName=function(){this.columnDef&&(this.columnDef.name=this.name)},t.decorators=[{type:o.Component,args:[{selector:"cdk-text-column",template:'\n <ng-container cdkColumnDef>\n <th cdk-header-cell *cdkHeaderCellDef [style.text-align]="justify">\n {{headerText}}\n </th>\n <td cdk-cell *cdkCellDef="let data" [style.text-align]="justify">\n {{dataAccessor(data, name)}}\n </td>\n </ng-container>\n ',encapsulation:o.ViewEncapsulation.None,changeDetection:o.ChangeDetectionStrategy.Default}]}],t.ctorParameters=function(){return[{type:$,decorators:[{type:o.Optional}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[Y]}]}]},t.propDecorators={name:[{type:o.Input}],headerText:[{type:o.Input}],dataAccessor:[{type:o.Input}],justify:[{type:o.Input}],columnDef:[{type:o.ViewChild,args:[b,{static:!0}]}],cell:[{type:o.ViewChild,args:[D,{static:!0}]}],headerCell:[{type:o.ViewChild,args:[C,{static:!0}]}]},t}(),Q=[$,M,D,V,C,k,b,x,U,E,T,q,F,L,j,K,Z,J,G],tt=function(){function t(){}return t.decorators=[{type:o.NgModule,args:[{imports:[s.CommonModule],exports:Q,declarations:Q}]}],t}();t.DataSource=n.DataSource,t.DataRowOutlet=K,t.HeaderRowOutlet=Z,t.FooterRowOutlet=J,t.CDK_TABLE_TEMPLATE=X,t.CdkTable=$,t.CdkCellDef=D,t.CdkHeaderCellDef=C,t.CdkFooterCellDef=k,t.CdkColumnDef=b,t.BaseCdkCell=O,t.CdkHeaderCell=E,t.CdkFooterCell=T,t.CdkCell=x,t.CDK_ROW_TEMPLATE=P,t.BaseRowDef=I,t.CdkHeaderRowDef=F,t.CdkFooterRowDef=j,t.CdkRowDef=M,t.CdkCellOutlet=V,t.CdkHeaderRow=q,t.CdkFooterRow=L,t.CdkRow=U,t.CdkTableModule=tt,t.STICKY_DIRECTIONS=W,t.StickyStyler=z,t.mixinHasStickyInput=u,t.TEXT_COLUMN_OPTIONS=Y,t.CdkTextColumn=G,Object.defineProperty(t,"__esModule",{value:!0})});
|
|
9
9
|
//# sourceMappingURL=cdk-table.umd.min.js.map
|