@cds/angular
Version:
Core component modules for Clarity Angular
1 lines • 3.91 kB
Source Map (JSON)
{"version":3,"file":"internal-components-split-handle.mjs","sources":["../../../projects/cds-angular/internal-components/split-handle/cds-internal-split-handle.directive.ts","../../../projects/cds-angular/internal-components/split-handle/internal-components-split-handle.module.ts","../../../projects/cds-angular/internal-components/split-handle/index.ts","../../../projects/cds-angular/internal-components/split-handle/public-api.ts","../../../projects/cds-angular/internal-components/split-handle/internal-components-split-handle.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 , Input } from '@angular/core';\nimport { CdsInternalSplitHandle } from '@cds/core/internal-components/split-handle';\n\n@Directive({ selector: 'cds-internal-split-handle' })\nexport class CdsInternalSplitHandleDirective {\n protected element: CdsInternalSplitHandle;\n\n get i18n() {\n return this.element.i18n;\n }\n @Input() set i18n(value) {\n this.element.i18n = value;\n };\n get direction() {\n return this.element.direction;\n }\n @Input() set direction(value) {\n this.element.direction = value;\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/split-handle/register.js';\n\nimport { CdsInternalSplitHandleDirective } from './cds-internal-split-handle.directive';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n CdsInternalSplitHandleDirective,\n ],\n exports: [\n CdsInternalSplitHandleDirective,\n ],\n})\nexport class CdsInternalComponentsSplitHandleModule {}\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-split-handle.directive';\nexport * from './internal-components-split-handle.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,+BAA+B;IAiB1C,YAAY,UAAsB;QAChC,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC,aAAa,CAAC;KACzC;IAhBD,IAAI,IAAI;QACN,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;KAC1B;IACD,IAAa,IAAI,CAAC,KAAK;QACrB,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,KAAK,CAAC;KAC3B;;IACD,IAAI,SAAS;QACX,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC;KAC/B;IACD,IAAa,SAAS,CAAC,KAAK;QAC1B,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,KAAK,CAAC;KAChC;;;6HAdU,+BAA+B;iHAA/B,+BAA+B;4FAA/B,+BAA+B;kBAD3C,SAAS;mBAAC,EAAE,QAAQ,EAAE,2BAA2B,EAAE;iGAOrC,IAAI;sBAAhB,KAAK;gBAMO,SAAS;sBAArB,KAAK;;;ACtBR;;;;;MAqBa,sCAAsC;;oIAAtC,sCAAsC;qIAAtC,sCAAsC,iBAN/C,+BAA+B,aAFvB,YAAY,aAKpB,+BAA+B;qIAGtB,sCAAsC,YARxC,CAAC,YAAY,CAAC;4FAQZ,sCAAsC;kBATlD,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE;wBACZ,+BAA+B;qBAChC;oBACD,OAAO,EAAE;wBACP,+BAA+B;qBAChC;iBACF;;;ACpBD;;;;;;ACAA;;;;;;ACAA;;;;;;"}