UNPKG

jqwidgets-ng

Version:

[![Price](https://img.shields.io/badge/price-COMMERCIAL-0098f7.svg)](https://jqwidgets.com/license/)

53 lines (52 loc) 2.55 kB
/// <reference path="../jqwidgets.d.ts" /> import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class jqxFormComponent implements OnChanges { attrPadding: jqwidgets.FormPadding; attrBackgroundColor: string; attrBorderColor: string; attrValue: any; attrTemplate: Array<jqwidgets.FormTemplateItem>; attrEnableSmartPaste: boolean; attrAiKey: string; attrAiUrl: string; attrWidth: string | number; attrHeight: string | number; autoCreate: boolean; properties: string[]; host: any; elementRef: ElementRef; widgetObject: jqwidgets.jqxForm; constructor(containerElement: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): boolean; arraysEqual(attrValue: any, hostValue: any): boolean; manageAttributes(): any; moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void; moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void; createComponent(options?: any): void; createWidget(options?: any): void; __updateRect__(): void; setOptions(options: any): void; padding(arg?: jqwidgets.FormPadding): jqwidgets.FormPadding; backgroundColor(arg?: string): string; borderColor(arg?: string): string; value(arg?: any): any; template(arg?: Array<jqwidgets.FormTemplateItem>): Array<jqwidgets.FormTemplateItem>; enableSmartPaste(arg?: boolean): boolean; aiKey(arg?: string): string; aiUrl(arg?: string): string; getInstance(): any; refresh(): void; destroy(): void; hideComponent(name: string): void; showComponent(name: string): void; val(value?: any): any; submit(action?: string, target?: string, method?: string): void; getComponentByName(name?: string): any; onFormDataChange: EventEmitter<any>; onButtonClick: EventEmitter<any>; __wireEvents__(): void; static ɵfac: i0.ɵɵFactoryDeclaration<jqxFormComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<jqxFormComponent, "jqxForm", never, { "attrPadding": "padding"; "attrBackgroundColor": "backgroundColor"; "attrBorderColor": "borderColor"; "attrValue": "value"; "attrTemplate": "template"; "attrEnableSmartPaste": "enableSmartPaste"; "attrAiKey": "aiKey"; "attrAiUrl": "aiUrl"; "attrWidth": "width"; "attrHeight": "height"; "autoCreate": "auto-create"; }, { "onFormDataChange": "onFormDataChange"; "onButtonClick": "onButtonClick"; }, never, ["*"]>; }