UNPKG

@progress/kendo-angular-toolbar

Version:

Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements

46 lines (45 loc) 3.52 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { NgModule } from '@angular/core'; import { KENDO_TOOLBAR } from './directives'; import { ResizeBatchService } from '@progress/kendo-angular-common'; import { IconsService } from '@progress/kendo-angular-icons'; import { PopupService } from '@progress/kendo-angular-popup'; import * as i0 from "@angular/core"; import * as i1 from "./toolbar.component"; import * as i2 from "./localization/custom-messages.component"; import * as i3 from "./tools/toolbar-button.component"; import * as i4 from "./tools/toolbar-buttongroup.component"; import * as i5 from "./tools/toolbar-dropdownbutton.component"; import * as i6 from "./tools/toolbar-separator.component"; import * as i7 from "./tools/toolbar-spacer.component"; import * as i8 from "./tools/toolbar-splitbutton.component"; import * as i9 from "./tools/toolbar-tool.component"; // IMPORTANT: NgModule export kept for backwards compatibility /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) definition for the ToolBar component. * * The package exports: * - `ToolBarComponent`—The ToolBarComponent class. * - `ToolBarToolComponent`—The base Tool component class. * - `ToolBarButtonComponent`—The Button Tool component class. * - `ToolBarButtonGroupComponent`—The ButtonGroup Tool component class. * - `ToolBarDropDownButtonComponent`—The DropDownButton Tool component class. * - `ToolBarSplitButtonComponent`—The SplitButton Tool component class. * - `ToolBarSeparatorComponent`—The Separator Tool component class. */ export class ToolBarModule { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ToolBarModule, imports: [i1.ToolBarComponent, i2.ToolbarCustomMessagesComponent, i3.ToolBarButtonComponent, i4.ToolBarButtonGroupComponent, i5.ToolBarDropDownButtonComponent, i6.ToolBarSeparatorComponent, i7.ToolBarSpacerComponent, i8.ToolBarSplitButtonComponent, i9.ToolBarToolComponent], exports: [i1.ToolBarComponent, i2.ToolbarCustomMessagesComponent, i3.ToolBarButtonComponent, i4.ToolBarButtonGroupComponent, i5.ToolBarDropDownButtonComponent, i6.ToolBarSeparatorComponent, i7.ToolBarSpacerComponent, i8.ToolBarSplitButtonComponent, i9.ToolBarToolComponent] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolBarModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [i1.ToolBarComponent, i3.ToolBarButtonComponent, i4.ToolBarButtonGroupComponent, i5.ToolBarDropDownButtonComponent, i8.ToolBarSplitButtonComponent] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolBarModule, decorators: [{ type: NgModule, args: [{ exports: [...KENDO_TOOLBAR], imports: [...KENDO_TOOLBAR], providers: [IconsService, PopupService, ResizeBatchService] }] }] });