@cds/angular
Version:
Core component modules for Clarity Angular
1 lines • 3.17 kB
Source Map (JSON)
{"version":3,"file":"internal-components-panel.mjs","sources":["../../../projects/cds-angular/internal-components/panel/cds-internal-panel.directive.ts","../../../projects/cds-angular/internal-components/panel/internal-components-panel.module.ts","../../../projects/cds-angular/internal-components/panel/index.ts","../../../projects/cds-angular/internal-components/panel/public-api.ts","../../../projects/cds-angular/internal-components/panel/internal-components-panel.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 { CdsInternalPanel } from '@cds/core/internal-components/panel';\n\n@Directive({ selector: 'cds-internal-panel' })\nexport class CdsInternalPanelDirective {\n protected element: CdsInternalPanel;\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/internal-components/panel/register.js';\n\nimport { CdsInternalPanelDirective } from './cds-internal-panel.directive';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n CdsInternalPanelDirective,\n ],\n exports: [\n CdsInternalPanelDirective,\n ],\n})\nexport class CdsInternalComponentsPanelModule {}\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-internal-panel.directive';\nexport * from './internal-components-panel.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,yBAAyB;IAKpC,YAAY,UAAsB;QAChC,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC,aAAa,CAAC;KACzC;;uHAPU,yBAAyB;2GAAzB,yBAAyB;4FAAzB,yBAAyB;kBADrC,SAAS;mBAAC,EAAE,QAAQ,EAAE,oBAAoB,EAAE;;;ACT7C;;;;;MAqBa,gCAAgC;;8HAAhC,gCAAgC;+HAAhC,gCAAgC,iBANzC,yBAAyB,aAFjB,YAAY,aAKpB,yBAAyB;+HAGhB,gCAAgC,YARlC,CAAC,YAAY,CAAC;4FAQZ,gCAAgC;kBAT5C,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE;wBACZ,yBAAyB;qBAC1B;oBACD,OAAO,EAAE;wBACP,yBAAyB;qBAC1B;iBACF;;;ACpBD;;;;;;ACAA;;;;;;ACAA;;;;;;"}