UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

120 lines (115 loc) 7.55 kB
/*! * devextreme-angular * Version: 25.2.3 * Build date: Fri Dec 12 2025 * * Copyright (c) 2012 - 2025 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 { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; import { event } from 'devextreme/events/events.types'; import { LoadPanelIndicatorProperties, ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent } from 'devextreme/ui/load_panel'; import { PositionAlignment } from 'devextreme/common'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoCardViewLoadPanelComponent extends NestedOption implements OnDestroy, OnInit { get animation(): { hide?: AnimationConfig; show?: AnimationConfig; }; set animation(value: { hide?: AnimationConfig; show?: AnimationConfig; }); get container(): any | string | undefined; set container(value: any | string | undefined); get deferRendering(): boolean; set deferRendering(value: boolean); get delay(): number; set delay(value: number); get focusStateEnabled(): boolean; set focusStateEnabled(value: boolean); get height(): number | string; set height(value: number | string); get hideOnOutsideClick(): boolean | ((event: event) => boolean); set hideOnOutsideClick(value: boolean | ((event: event) => boolean)); get hideOnParentScroll(): boolean; set hideOnParentScroll(value: boolean); get hint(): string | undefined; set hint(value: string | undefined); get hoverStateEnabled(): boolean; set hoverStateEnabled(value: boolean); get indicatorOptions(): LoadPanelIndicatorProperties; set indicatorOptions(value: LoadPanelIndicatorProperties); get indicatorSrc(): string; set indicatorSrc(value: string); get maxHeight(): number | string; set maxHeight(value: number | string); get maxWidth(): number | string; set maxWidth(value: number | string); get message(): string; set message(value: string); get minHeight(): number | string; set minHeight(value: number | string); get minWidth(): number | string; set minWidth(value: number | string); get onContentReady(): ((e: ContentReadyEvent) => void); set onContentReady(value: ((e: ContentReadyEvent) => void)); get onDisposing(): ((e: DisposingEvent) => void); set onDisposing(value: ((e: DisposingEvent) => void)); get onHidden(): ((e: HiddenEvent) => void); set onHidden(value: ((e: HiddenEvent) => void)); get onHiding(): ((e: HidingEvent) => void); set onHiding(value: ((e: HidingEvent) => void)); get onInitialized(): ((e: InitializedEvent) => void); set onInitialized(value: ((e: InitializedEvent) => void)); get onOptionChanged(): ((e: OptionChangedEvent) => void); set onOptionChanged(value: ((e: OptionChangedEvent) => void)); get onShowing(): ((e: ShowingEvent) => void); set onShowing(value: ((e: ShowingEvent) => void)); get onShown(): ((e: ShownEvent) => void); set onShown(value: ((e: ShownEvent) => void)); get position(): Function | PositionAlignment | PositionConfig; set position(value: Function | PositionAlignment | PositionConfig); get rtlEnabled(): boolean; set rtlEnabled(value: boolean); get shading(): boolean; set shading(value: boolean); get shadingColor(): string; set shadingColor(value: string); get showIndicator(): boolean; set showIndicator(value: boolean); get showPane(): boolean; set showPane(value: boolean); get visible(): boolean; set visible(value: boolean); get width(): number | string; set width(value: number | string); get wrapperAttr(): any; set wrapperAttr(value: any); /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ positionChange: EventEmitter<Function | PositionAlignment | PositionConfig>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ visibleChange: EventEmitter<boolean>; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewLoadPanelComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewLoadPanelComponent, "dxo-card-view-load-panel", never, { "animation": { "alias": "animation"; "required": false; }; "container": { "alias": "container"; "required": false; }; "deferRendering": { "alias": "deferRendering"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "focusStateEnabled": { "alias": "focusStateEnabled"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideOnOutsideClick": { "alias": "hideOnOutsideClick"; "required": false; }; "hideOnParentScroll": { "alias": "hideOnParentScroll"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "hoverStateEnabled": { "alias": "hoverStateEnabled"; "required": false; }; "indicatorOptions": { "alias": "indicatorOptions"; "required": false; }; "indicatorSrc": { "alias": "indicatorSrc"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "onContentReady": { "alias": "onContentReady"; "required": false; }; "onDisposing": { "alias": "onDisposing"; "required": false; }; "onHidden": { "alias": "onHidden"; "required": false; }; "onHiding": { "alias": "onHiding"; "required": false; }; "onInitialized": { "alias": "onInitialized"; "required": false; }; "onOptionChanged": { "alias": "onOptionChanged"; "required": false; }; "onShowing": { "alias": "onShowing"; "required": false; }; "onShown": { "alias": "onShown"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rtlEnabled": { "alias": "rtlEnabled"; "required": false; }; "shading": { "alias": "shading"; "required": false; }; "shadingColor": { "alias": "shadingColor"; "required": false; }; "showIndicator": { "alias": "showIndicator"; "required": false; }; "showPane": { "alias": "showPane"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "wrapperAttr": { "alias": "wrapperAttr"; "required": false; }; }, { "positionChange": "positionChange"; "visibleChange": "visibleChange"; }, never, never, true, never>; } export declare class DxoCardViewLoadPanelModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewLoadPanelModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewLoadPanelModule, never, [typeof DxoCardViewLoadPanelComponent], [typeof DxoCardViewLoadPanelComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewLoadPanelModule>; }