ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
1 lines • 2.3 kB
Source Map (JSON)
{"version":3,"file":"ng-zorro-antd-core-trans-button.mjs","sources":["../../components/core/trans-button/nz-trans-button.directive.ts","../../components/core/trans-button/nz-trans-button.module.ts","../../components/core/trans-button/public-api.ts","../../components/core/trans-button/ng-zorro-antd-core-trans-button.ts"],"sourcesContent":["/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nimport { Directive } from '@angular/core';\n\n@Directive({\n selector: 'button[nz-trans-button]',\n host: {\n '[style.border]': '\"0\"',\n '[style.background]': '\"transparent\"',\n '[style.padding]': '\"0\"',\n '[style.line-height]': '\"inherit\"'\n }\n})\nexport class NzTransButtonDirective {}\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://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { NzTransButtonDirective } from './nz-trans-button.directive';\n\n@NgModule({\n declarations: [NzTransButtonDirective],\n exports: [NzTransButtonDirective],\n imports: [CommonModule]\n})\nexport class NzTransButtonModule {}\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://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nexport { NzTransButtonModule } from './nz-trans-button.module';\nexport { NzTransButtonDirective } from './nz-trans-button.directive';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;AAAA;;;;MAgBa,sBAAsB;;mHAAtB,sBAAsB;uGAAtB,sBAAsB;2FAAtB,sBAAsB;kBATlC,SAAS;mBAAC;oBACT,QAAQ,EAAE,yBAAyB;oBACnC,IAAI,EAAE;wBACJ,gBAAgB,EAAE,KAAK;wBACvB,oBAAoB,EAAE,eAAe;wBACrC,iBAAiB,EAAE,KAAK;wBACxB,qBAAqB,EAAE,WAAW;qBACnC;iBACF;;;ACfD;;;;MAea,mBAAmB;;gHAAnB,mBAAmB;iHAAnB,mBAAmB,iBAJf,sBAAsB,aAE3B,YAAY,aADZ,sBAAsB;iHAGrB,mBAAmB,YAFrB,CAAC,YAAY,CAAC;2FAEZ,mBAAmB;kBAL/B,QAAQ;mBAAC;oBACR,YAAY,EAAE,CAAC,sBAAsB,CAAC;oBACtC,OAAO,EAAE,CAAC,sBAAsB,CAAC;oBACjC,OAAO,EAAE,CAAC,YAAY,CAAC;iBACxB;;;ACdD;;;;;ACAA;;;;;;"}