@cds/angular
Version:
Core component modules for Clarity Angular
1 lines • 2.81 kB
Source Map (JSON)
{"version":3,"file":"card.mjs","sources":["../../../projects/cds-angular/card/cds-card.directive.ts","../../../projects/cds-angular/card/card.module.ts","../../../projects/cds-angular/card/index.ts","../../../projects/cds-angular/card/public-api.ts","../../../projects/cds-angular/card/card.ts"],"sourcesContent":["/*\n * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { Directive, ElementRef } from '@angular/core';\nimport { CdsCard } from '@cds/core/card';\n\n@Directive({ selector: 'cds-card' })\nexport class CdsCardDirective {\n protected element: CdsCard;\n\n\n\n constructor(elementRef: ElementRef) {\n this.element = elementRef.nativeElement;\n }\n}\n","/*\n * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport '@cds/core/card/register.js';\n\nimport { CdsCardDirective } from './cds-card.directive';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n CdsCardDirective,\n ],\n exports: [\n CdsCardDirective,\n ],\n})\nexport class CdsCardModule {}\n","/*\n * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nexport * from './cds-card.directive';\nexport * from './card.module';\n","/*\n * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\n/*\n * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\n/*\n * Public API Surface of cds-angular\n */\n\nexport * from './index';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAAA;;;;;MAUa,gBAAgB;IAK3B,YAAY,UAAsB;QAChC,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC,aAAa,CAAC;KACzC;;8GAPU,gBAAgB;kGAAhB,gBAAgB;4FAAhB,gBAAgB;kBAD5B,SAAS;mBAAC,EAAE,QAAQ,EAAE,UAAU,EAAE;;;ACTnC;;;;;MAqBa,aAAa;;2GAAb,aAAa;4GAAb,aAAa,iBANtB,gBAAgB,aAFR,YAAY,aAKpB,gBAAgB;4GAGP,aAAa,YARf,CAAC,YAAY,CAAC;4FAQZ,aAAa;kBATzB,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE;wBACZ,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,gBAAgB;qBACjB;iBACF;;;ACpBD;;;;;;ACAA;;;;;;ACAA;;;;;;"}