import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; import * as i0 from "@angular/core"; export declare class RibbonGroupDirective extends ComplexBase { private viewContainerRef; directivePropList: any; childCollections: any; tags: string[]; /** * Defines the list of ribbon collections. * @default [] * @asptype List */ collections: any; /** * Defines one or more CSS classes to customize the appearance of group. * @default '' */ cssClass: any; /** * Defines whether to add a separate popup for the overflow items in the group. * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content. * @default false */ enableGroupOverflow: any; /** * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab. * @default '' */ groupIconCss: any; /** * Defines the content of group header. * @default '' */ header: any; /** * Defines a unique identifier for the group. * @default '' */ id: any; /** * Defines whether the group is in collapsed state or not during classic mode. * @default false */ isCollapsed: any; /** * Defines whether the group can be collapsed on resize during classic mode. * @default true */ isCollapsible: any; /** * Specifies the keytip content. * @default '' */ keyTip: any; /** * Specifies the keytip content for launcher icon. * @default '' */ launcherIconKeyTip: any; /** * Defines whether to orientation in which the items of the group should be arranged. * @isenumeration true * @default ItemOrientation.Column * @asptype ItemOrientation */ orientation: any; /** * Defines the header shown in overflow popup of Ribbon group. * @default '' */ overflowHeader: any; /** * Defines the priority order at which the group should be collapsed or expanded. * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order. * @default 0 */ priority: any; /** * Defines whether to show or hide the launcher icon for the group. * @default false */ showLauncherIcon: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * RibbonGroup Array Directive * @private */ export declare class RibbonGroupsDirective extends ArrayBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }