blob: 57f2da0bcdc99f032db4e596480d8dba40b99aa5 [file] [log] [blame]
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/cdk/coercion"),require("@angular/material/core")):"function"==typeof define&&define.amd?define("@angular/material/divider",["exports","@angular/core","@angular/cdk/coercion","@angular/material/core"],t):t(((e=e||self).ng=e.ng||{},e.ng.material=e.ng.material||{},e.ng.material.divider={}),e.ng.core,e.ng.cdk.coercion,e.ng.material.core)}(this,(function(e,t,r,i){"use strict";
/**
* @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
*/var a,o=function(){function e(){this._vertical=!1,this._inset=!1}return Object.defineProperty(e.prototype,"vertical",{get:function(){return this._vertical},set:function(e){this._vertical=r.coerceBooleanProperty(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"inset",{get:function(){return this._inset},set:function(e){this._inset=r.coerceBooleanProperty(e)},enumerable:!1,configurable:!0}),e}();o.decorators=[{type:t.Component,args:[{selector:"mat-divider",host:{role:"separator","[attr.aria-orientation]":'vertical ? "vertical" : "horizontal"',"[class.mat-divider-vertical]":"vertical","[class.mat-divider-horizontal]":"!vertical","[class.mat-divider-inset]":"inset",class:"mat-divider"},template:"",encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[".mat-divider{display:block;margin:0;border-top-width:1px;border-top-style:solid}.mat-divider.mat-divider-vertical{border-top:0;border-right-width:1px;border-right-style:solid}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}\n"]}]}],o.propDecorators={vertical:[{type:t.Input}],inset:[{type:t.Input}]},(a=function a(){}).decorators=[{type:t.NgModule,args:[{imports:[i.MatCommonModule],exports:[o,i.MatCommonModule],declarations:[o]}]}],
/**
* @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
*/
e.MatDivider=o,e.MatDividerModule=a,Object.defineProperty(e,"__esModule",{value:!0})}));