UNPKG

@anglr/grid

Version:
78 lines 2.32 kB
import { ChangeDetectionStrategy, Component, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Component used for rendering no grid initializer */ export class NoGridInitializerComponent { //######################### constructor ######################### constructor(pluginElement) { this.pluginElement = pluginElement; //######################### public properties - implementation of NoGridInitializer ######################### /** * @inheritdoc */ this.options = { prefix: '', }; } //######################### public methods - implementation of NoGridInitializer ######################### /** * @inheritdoc */ initialize(_force) { } /** * @inheritdoc */ initOptions() { } /** * @inheritdoc */ invalidateVisuals() { } /** * @inheritdoc */ getPage() { return null; } /** * @inheritdoc */ setPage() { } /** * @inheritdoc */ getItemsPerPage() { return null; } /** * @inheritdoc */ setItemsPerPage() { } /** * @inheritdoc */ getOrdering() { return null; } /** * @inheritdoc */ setOrdering() { } static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: NoGridInitializerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); } static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0", type: NoGridInitializerComponent, isStandalone: true, selector: "ng-no-grid-initializer", ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: NoGridInitializerComponent, decorators: [{ type: Component, args: [{ selector: 'ng-no-grid-initializer', template: '', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); //# sourceMappingURL=noGridInitializer.component.js.map