devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
42 lines (37 loc) • 3 kB
TypeScript
/*!
* devextreme-angular
* Version: 22.1.14
* Build date: Mon Apr 29 2024
*
* Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/devextreme-angular
*/
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
import { NestedOptionHost } from 'devextreme-angular/core';
import { DxoCalendarOptions } from './base/calendar-options';
import * as i0 from "@angular/core";
export declare class DxoCalendarOptionsComponent extends DxoCalendarOptions implements OnDestroy, OnInit {
/**
* This member supports the internal infrastructure and is not intended to be used directly from your code.
*/
valueChange: EventEmitter<Date | number | string>;
/**
* This member supports the internal infrastructure and is not intended to be used directly from your code.
*/
zoomLevelChange: EventEmitter<string>;
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoCalendarOptionsComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoCalendarOptionsComponent, "dxo-calendar-options", never, { "accessKey": "accessKey"; "activeStateEnabled": "activeStateEnabled"; "cellTemplate": "cellTemplate"; "dateSerializationFormat": "dateSerializationFormat"; "disabled": "disabled"; "disabledDates": "disabledDates"; "elementAttr": "elementAttr"; "firstDayOfWeek": "firstDayOfWeek"; "focusStateEnabled": "focusStateEnabled"; "height": "height"; "hint": "hint"; "hoverStateEnabled": "hoverStateEnabled"; "isValid": "isValid"; "max": "max"; "maxZoomLevel": "maxZoomLevel"; "min": "min"; "minZoomLevel": "minZoomLevel"; "name": "name"; "onDisposing": "onDisposing"; "onInitialized": "onInitialized"; "onOptionChanged": "onOptionChanged"; "onValueChanged": "onValueChanged"; "readOnly": "readOnly"; "rtlEnabled": "rtlEnabled"; "showTodayButton": "showTodayButton"; "tabIndex": "tabIndex"; "validationError": "validationError"; "validationErrors": "validationErrors"; "validationMessageMode": "validationMessageMode"; "validationStatus": "validationStatus"; "value": "value"; "visible": "visible"; "width": "width"; "zoomLevel": "zoomLevel"; }, { "valueChange": "valueChange"; "zoomLevelChange": "zoomLevelChange"; }, never, never>;
}
export declare class DxoCalendarOptionsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoCalendarOptionsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCalendarOptionsModule, [typeof DxoCalendarOptionsComponent], never, [typeof DxoCalendarOptionsComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoCalendarOptionsModule>;
}