ng-zorro-antd-core-trans-button.mjs 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. import * as i0 from '@angular/core';
  2. import { Directive, NgModule } from '@angular/core';
  3. /**
  4. * Use of this source code is governed by an MIT-style license that can be
  5. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  6. */
  7. class NzTransButtonDirective {
  8. static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: NzTransButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
  9. static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.2", type: NzTransButtonDirective, isStandalone: true, selector: "button[nz-trans-button]", host: { properties: { "style.border": "\"0\"", "style.background": "\"transparent\"", "style.padding": "\"0\"", "style.line-height": "\"inherit\"" } }, ngImport: i0 });
  10. }
  11. i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: NzTransButtonDirective, decorators: [{
  12. type: Directive,
  13. args: [{
  14. selector: 'button[nz-trans-button]',
  15. host: {
  16. '[style.border]': '"0"',
  17. '[style.background]': '"transparent"',
  18. '[style.padding]': '"0"',
  19. '[style.line-height]': '"inherit"'
  20. }
  21. }]
  22. }] });
  23. /**
  24. * Use of this source code is governed by an MIT-style license that can be
  25. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  26. */
  27. class NzTransButtonModule {
  28. static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: NzTransButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
  29. static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.2", ngImport: i0, type: NzTransButtonModule, imports: [NzTransButtonDirective], exports: [NzTransButtonDirective] });
  30. static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: NzTransButtonModule });
  31. }
  32. i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: NzTransButtonModule, decorators: [{
  33. type: NgModule,
  34. args: [{
  35. imports: [NzTransButtonDirective],
  36. exports: [NzTransButtonDirective]
  37. }]
  38. }] });
  39. /**
  40. * Use of this source code is governed by an MIT-style license that can be
  41. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  42. */
  43. /**
  44. * Generated bundle index. Do not edit.
  45. */
  46. export { NzTransButtonDirective, NzTransButtonModule };
  47. //# sourceMappingURL=ng-zorro-antd-core-trans-button.mjs.map