UNPKG

@synergy-design-system/angular

Version:
51 lines (47 loc) 2.29 kB
import * as i0 from '@angular/core'; import { Component } from '@angular/core'; import '@synergy-design-system/components/components/menu-label/menu-label.js'; // --------------------------------------------------------------------- // 🔒 AUTOGENERATED @synergy-design-system/angular wrappers for @synergy-design-system/components // Please do not edit this file directly! // It will get recreated when running pnpm build. // --------------------------------------------------------------------- /** * @summary Menu labels are used to describe a group of menu items. * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu-label--docs * @status stable * @since 2.0 * * @dependency syn-divider * * @slot - The menu label's content. * * @csspart base - The component's base wrapper. * @csspart divider - The divider that is displayed above the content * @csspart label - The label that is displayed below the divider * * @cssproperty --display-divider - Display property of the divider. Defaults to "block" */ class SynMenuLabelComponent { nativeElement; _ngZone; constructor(e, ngZone) { this.nativeElement = e.nativeElement; this._ngZone = ngZone; } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.1", ngImport: i0, type: SynMenuLabelComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.1", type: SynMenuLabelComponent, isStandalone: true, selector: "syn-menu-label", ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.1", ngImport: i0, type: SynMenuLabelComponent, decorators: [{ type: Component, args: [{ selector: 'syn-menu-label', standalone: true, template: '<ng-content></ng-content>', }] }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }] }); /** * Generated bundle index. Do not edit. */ export { SynMenuLabelComponent }; //# sourceMappingURL=synergy-design-system-angular-components-menu-label.mjs.map