UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

82 lines (75 loc) 3.88 kB
import * as i0 from '@angular/core'; import { Directive, Input, NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import '@cds/core/internal-components/split-handle/register.js'; /* * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ class CdsInternalSplitHandleDirective { constructor(elementRef) { this.element = elementRef.nativeElement; } get i18n() { return this.element.i18n; } set i18n(value) { this.element.i18n = value; } ; get direction() { return this.element.direction; } set direction(value) { this.element.direction = value; } ; } CdsInternalSplitHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsInternalSplitHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); CdsInternalSplitHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CdsInternalSplitHandleDirective, selector: "cds-internal-split-handle", inputs: { i18n: "i18n", direction: "direction" }, ngImport: i0 }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsInternalSplitHandleDirective, decorators: [{ type: Directive, args: [{ selector: 'cds-internal-split-handle' }] }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { i18n: [{ type: Input }], direction: [{ type: Input }] } }); /* * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ class CdsInternalComponentsSplitHandleModule { } CdsInternalComponentsSplitHandleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsInternalComponentsSplitHandleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); CdsInternalComponentsSplitHandleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsInternalComponentsSplitHandleModule, declarations: [CdsInternalSplitHandleDirective], imports: [CommonModule], exports: [CdsInternalSplitHandleDirective] }); CdsInternalComponentsSplitHandleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsInternalComponentsSplitHandleModule, imports: [[CommonModule]] }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsInternalComponentsSplitHandleModule, decorators: [{ type: NgModule, args: [{ imports: [CommonModule], declarations: [ CdsInternalSplitHandleDirective, ], exports: [ CdsInternalSplitHandleDirective, ], }] }] }); /* * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ /* * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ /** * Generated bundle index. Do not edit. */ export { CdsInternalComponentsSplitHandleModule, CdsInternalSplitHandleDirective }; //# sourceMappingURL=internal-components-split-handle.mjs.map