UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

1 lines 2.95 kB
{"version":3,"file":"breadcrumb.mjs","sources":["../../../projects/cds-angular/breadcrumb/cds-breadcrumb.directive.ts","../../../projects/cds-angular/breadcrumb/breadcrumb.module.ts","../../../projects/cds-angular/breadcrumb/index.ts","../../../projects/cds-angular/breadcrumb/public-api.ts","../../../projects/cds-angular/breadcrumb/breadcrumb.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 { CdsBreadcrumb } from '@cds/core/breadcrumb';\n\n@Directive({ selector: 'cds-breadcrumb' })\nexport class CdsBreadcrumbDirective {\n protected element: CdsBreadcrumb;\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/breadcrumb/register.js';\n\nimport { CdsBreadcrumbDirective } from './cds-breadcrumb.directive';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n CdsBreadcrumbDirective,\n ],\n exports: [\n CdsBreadcrumbDirective,\n ],\n})\nexport class CdsBreadcrumbModule {}\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-breadcrumb.directive';\nexport * from './breadcrumb.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,sBAAsB;IAKjC,YAAY,UAAsB;QAChC,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC,aAAa,CAAC;KACzC;;oHAPU,sBAAsB;wGAAtB,sBAAsB;4FAAtB,sBAAsB;kBADlC,SAAS;mBAAC,EAAE,QAAQ,EAAE,gBAAgB,EAAE;;;ACTzC;;;;;MAqBa,mBAAmB;;iHAAnB,mBAAmB;kHAAnB,mBAAmB,iBAN5B,sBAAsB,aAFd,YAAY,aAKpB,sBAAsB;kHAGb,mBAAmB,YARrB,CAAC,YAAY,CAAC;4FAQZ,mBAAmB;kBAT/B,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE;wBACZ,sBAAsB;qBACvB;oBACD,OAAO,EAAE;wBACP,sBAAsB;qBACvB;iBACF;;;ACpBD;;;;;;ACAA;;;;;;ACAA;;;;;;"}