UNPKG

smart-webcomponents-angular

Version:

[![Price](https://img.shields.io/badge/price-COMMERCIAL-0098f7.svg)](https://jqwidgets.com/license/)

27 lines (26 loc) 1.34 kB
import { ListItemsGroup } from './../index'; import { AfterViewInit, ElementRef, OnInit, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import { BaseElement } from './smart.element'; import * as i0 from "@angular/core"; export { ElementRenderMode } from './../index'; export { Smart } from './smart.element'; export { ListItemsGroup } from './../index'; export declare class ListItemsGroupComponent extends BaseElement implements OnInit, AfterViewInit, OnDestroy, OnChanges { constructor(ref: ElementRef<ListItemsGroup>); private eventHandlers; nativeElement: ListItemsGroup; /** @description Creates the component on demand. * @param properties An optional object of properties, which will be added to the template binded ones. */ createComponent(properties?: {}): any; /** @description */ get label(): string; set label(value: string); get isRendered(): boolean; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<ListItemsGroupComponent, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemsGroupComponent, "smart-list-items-group, [smart-list-items-group]", ["smart-list-items-group"], { "label": "label"; }, {}, never>; }