UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

45 lines (40 loc) 3.66 kB
/*! * 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, QueryList } from '@angular/core'; import { NestedOptionHost } from 'devextreme-angular/core'; import { DxoTextBoxOptions } from './base/text-box-options'; import { DxiButtonComponent } from './button-dxi'; import * as i0 from "@angular/core"; export declare class DxoSearchEditorOptionsComponent extends DxoTextBoxOptions implements OnDestroy, OnInit { /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ textChange: EventEmitter<string>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ valueChange: EventEmitter<string>; protected get _optionPath(): string; get buttonsChildren(): QueryList<DxiButtonComponent>; set buttonsChildren(value: QueryList<DxiButtonComponent>); constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoSearchEditorOptionsComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoSearchEditorOptionsComponent, "dxo-search-editor-options", never, { "accessKey": "accessKey"; "activeStateEnabled": "activeStateEnabled"; "buttons": "buttons"; "disabled": "disabled"; "elementAttr": "elementAttr"; "focusStateEnabled": "focusStateEnabled"; "height": "height"; "hint": "hint"; "hoverStateEnabled": "hoverStateEnabled"; "inputAttr": "inputAttr"; "isValid": "isValid"; "label": "label"; "labelMode": "labelMode"; "mask": "mask"; "maskChar": "maskChar"; "maskInvalidMessage": "maskInvalidMessage"; "maskRules": "maskRules"; "maxLength": "maxLength"; "mode": "mode"; "name": "name"; "onChange": "onChange"; "onContentReady": "onContentReady"; "onCopy": "onCopy"; "onCut": "onCut"; "onDisposing": "onDisposing"; "onEnterKey": "onEnterKey"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onInitialized": "onInitialized"; "onInput": "onInput"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onOptionChanged": "onOptionChanged"; "onPaste": "onPaste"; "onValueChanged": "onValueChanged"; "placeholder": "placeholder"; "readOnly": "readOnly"; "rtlEnabled": "rtlEnabled"; "showClearButton": "showClearButton"; "showMaskMode": "showMaskMode"; "spellcheck": "spellcheck"; "stylingMode": "stylingMode"; "tabIndex": "tabIndex"; "text": "text"; "useMaskedValue": "useMaskedValue"; "validationError": "validationError"; "validationErrors": "validationErrors"; "validationMessageMode": "validationMessageMode"; "validationStatus": "validationStatus"; "value": "value"; "valueChangeEvent": "valueChangeEvent"; "visible": "visible"; "width": "width"; }, { "textChange": "textChange"; "valueChange": "valueChange"; }, ["buttonsChildren"], never>; } export declare class DxoSearchEditorOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoSearchEditorOptionsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSearchEditorOptionsModule, [typeof DxoSearchEditorOptionsComponent], never, [typeof DxoSearchEditorOptionsComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoSearchEditorOptionsModule>; }