UNPKG

@pepperi/lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.

74 lines (73 loc) 3.31 kB
import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef, ChangeDetectorRef, Renderer2, AfterViewChecked } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { LAYOUT_TYPE, STYLE_TYPE, CustomizationService } from '@pepperi/lib'; import * as i0 from "@angular/core"; export declare class PepperiQuantitySelectorComponent implements OnChanges, OnInit, AfterViewChecked, OnDestroy { private cd; private customizationService; private renderer; private element; static ENTER_CHILDREN: string; static ENTER_PACKAGE: string; key: string; value: string; formattedValue: string; label: string; type: string; required: boolean; disabled: boolean; readonly: boolean; textColor: string; xAlignment: string; rowSpan: number; lastFocusField: any; alowDecimal: boolean; additionalValue: string; notificationInfo: any; controlType: string; form: FormGroup; showTitle: boolean; layoutType: LAYOUT_TYPE; isActive: boolean; valueChanged: EventEmitter<any>; elementClicked: EventEmitter<any>; QSCont: ElementRef; QSInput: ElementRef; LAYOUT_TYPE: typeof LAYOUT_TYPE; standAlone: boolean; isFocus: boolean; isMatrixFocus: boolean; isCaution: boolean; messages: Array<any>; showQsBtn: boolean; resize: any; sameElementInTheWantedRow: any; STYLE_TYPE: typeof STYLE_TYPE; styleClass: STYLE_TYPE; isEmptyKey: boolean; constructor(cd: ChangeDetectorRef, customizationService: CustomizationService, renderer: Renderer2, element: ElementRef); ngOnInit(): void; ngAfterViewChecked(): void; ngOnChanges(changes: any): void; ngOnDestroy(): void; get getAdditionalValue(): string; getSameElementInTheWantedRowByClassName(event: any, isNext?: boolean): any; setSameElementInTheWantedRow(event: any, isNext?: boolean): void; focusToTheSameElementInTheWantedRow(): void; cleanError(): void; onMatrixMouseEnter(event: any): void; onMatrixMouseleave(event: any): void; onMatrixClick(event: any): void; onMatrixBlur(event: any): void; onFocus(event: any): void; onBlur(event: any): void; changeValue(value: any, lastFocusedField?: any): void; increment(event: any): void; decrement(event: any): void; enterChildren(event: any): void; enterPackage(event: any): void; setQsView(): void; onKeyPress(event: any): any; static ɵfac: i0.ɵɵFactoryDef<PepperiQuantitySelectorComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<PepperiQuantitySelectorComponent, "pep-quantity-selector", never, { "key": "key"; "value": "value"; "formattedValue": "formattedValue"; "label": "label"; "type": "type"; "required": "required"; "disabled": "disabled"; "readonly": "readonly"; "textColor": "textColor"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "lastFocusField": "lastFocusField"; "alowDecimal": "alowDecimal"; "additionalValue": "additionalValue"; "notificationInfo": "notificationInfo"; "form": "form"; "showTitle": "showTitle"; "layoutType": "layoutType"; "isActive": "isActive"; }, { "valueChanged": "valueChanged"; "elementClicked": "elementClicked"; }, never, never>; }