diff --git a/extjs/ExtJS.d.ts b/extjs/ExtJS.d.ts index 27d53b6896..b37966299c 100644 --- a/extjs/ExtJS.d.ts +++ b/extjs/ExtJS.d.ts @@ -3995,8 +3995,6 @@ declare module Ext { focus?( selectText?:any, delay?:any, callback?:any, scope?:any ): any; focus?( selectText?:bool, delay?:bool, callback?:any, scope?:any ): Ext.IComponent; focus?( selectText?:bool, delay?:number, callback?:any, scope?:any ): Ext.IComponent; - /** [Method] Implements an upward event bubbling policy */ - getBubbleTarget? (): Ext.container.IContainer; /** [Method] Retrieves the top level element representing this component */ getEl?(): Ext.dom.IElement; /** [Method] Retrieves the id of this component */ @@ -18237,7 +18235,7 @@ declare module Ext.form.field { /** [Method] private override to use getSubmitValue as a convenience */ getSubmitData?(): any; /** [Method] Returns the value that would be included in a standard form submit for this field */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Returns the current data value of the field */ getValue?(): any; /** [Method] Tells whether the field currently has an active error message */ @@ -18424,7 +18422,7 @@ declare module Ext.form { /** [Method] Returns the name attribute of the field */ getName?(): string; /** [Method] Returns the raw value of the field without performing any normalization conversion or validation */ - getRawValue?(): string; + getRawValue?(): any; /** [Method] Creates and returns the data object to be used when rendering the fieldSubTpl */ getSubTplData?(): any; /** [Method] Gets the markup to be inserted into the outer template s bodyEl */ @@ -18432,7 +18430,7 @@ declare module Ext.form { /** [Method] private override to use getSubmitValue as a convenience */ getSubmitData?(): any; /** [Method] Returns the value that would be included in a standard form submit for this field */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Returns the current data value of the field */ getValue?(): any; /** [Method] Tells whether the field currently has an active error message */ @@ -18619,7 +18617,7 @@ declare module Ext.form { /** [Method] Returns the name attribute of the field */ getName?(): string; /** [Method] Returns the raw value of the field without performing any normalization conversion or validation */ - getRawValue?(): string; + getRawValue?(): any; /** [Method] Creates and returns the data object to be used when rendering the fieldSubTpl */ getSubTplData?(): any; /** [Method] Gets the markup to be inserted into the outer template s bodyEl */ @@ -18627,7 +18625,7 @@ declare module Ext.form { /** [Method] private override to use getSubmitValue as a convenience */ getSubmitData?(): any; /** [Method] Returns the value that would be included in a standard form submit for this field */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Returns the current data value of the field */ getValue?(): any; /** [Method] Tells whether the field currently has an active error message */ @@ -18788,7 +18786,7 @@ declare module Ext.form.field { /** [Method] Creates and returns the data object to be used when rendering the fieldSubTpl */ getSubTplData?(): any; /** [Method] Returns the submit value for the checkbox which can be used when submitting forms */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Returns the checked state of the checkbox */ getValue?(): bool; /** [Method] private */ @@ -18881,7 +18879,7 @@ declare module Ext.form { /** [Method] Creates and returns the data object to be used when rendering the fieldSubTpl */ getSubTplData?(): any; /** [Method] Returns the submit value for the checkbox which can be used when submitting forms */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Returns the checked state of the checkbox */ getValue?(): bool; /** [Method] private */ @@ -20480,7 +20478,7 @@ declare module Ext.form.field { /** [Method] Returns the value s that should be saved to the Ext data Model instance for this field when Ext form Basic updateRe */ getModelData?(): any; /** [Method] Returns the submit value for the checkbox which can be used when submitting forms */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Method to manage awareness of when components are removed from their respective Container firing a removed event */ onRemoved?(): void; /** [Method] Sets either the checked unchecked status of this Radio or if a string value is passed checks a sibling Radio of th @@ -20504,7 +20502,7 @@ declare module Ext.form { /** [Method] Returns the value s that should be saved to the Ext data Model instance for this field when Ext form Basic updateRe */ getModelData?(): any; /** [Method] Returns the submit value for the checkbox which can be used when submitting forms */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Method to manage awareness of when components are removed from their respective Container firing a removed event */ onRemoved?(): void; /** [Method] Sets either the checked unchecked status of this Radio or if a string value is passed checks a sibling Radio of th @@ -32643,7 +32641,7 @@ declare module Ext.slider { /** [Method] private override */ getSubTplData?(): any; /** [Method] Returns the value that would be included in a standard form submit for this field */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Returns the current value of the slider * @param index Number The index of the thumb to return a value for */ @@ -32731,7 +32729,7 @@ declare module Ext.slider { /** [Method] private override */ getSubTplData?(): any; /** [Method] Returns the value that would be included in a standard form submit for this field */ - getSubmitValue?(): string; + getSubmitValue?(): any; /** [Method] Returns the current value of the slider * @param index Number The index of the thumb to return a value for */ @@ -33663,14 +33661,10 @@ declare module Ext.tip { cancelShow?( el?:string ): void; cancelShow?( el?:HTMLElement ): void; cancelShow?( el?:Ext.IElement ): void; - /** [Method] Hides this tooltip if visible */ - hide?(): void; /** [Method] Configures a new quick tip instance and assigns it to a target element * @param config Object The config object with the following properties: */ register?( config?:any ): void; - /** [Method] Shows this tooltip at the current event target XY position */ - show?(): void; /** [Method] Removes this quick tip from its element and destroys it * @param el String/HTMLElement/Ext.Element The element from which the quick tip is to be removed or ID of the element. */ @@ -33695,14 +33689,10 @@ declare module Ext { cancelShow?( el?:string ): void; cancelShow?( el?:HTMLElement ): void; cancelShow?( el?:Ext.IElement ): void; - /** [Method] Hides this tooltip if visible */ - hide?(): void; /** [Method] Configures a new quick tip instance and assigns it to a target element * @param config Object The config object with the following properties: */ register?( config?:any ): void; - /** [Method] Shows this tooltip at the current event target XY position */ - show?(): void; /** [Method] Removes this quick tip from its element and destroys it * @param el String/HTMLElement/Ext.Element The element from which the quick tip is to be removed or ID of the element. */ @@ -33970,11 +33960,6 @@ declare module Ext.tip { trackMouse?: bool; /** [Property] (HTMLElement) */ triggerElement?: HTMLElement; - /** [Method] Hides this tooltip if visible */ - hide? (animateTarget?: any, callback?: any, scope?: any): any; - hide? (animateTarget?: string, callback?: any, scope?: any): Ext.IComponent; - hide? (animateTarget?: Ext.IElement, callback?: any, scope?: any): Ext.IComponent; - hide? (animateTarget?: Ext.IComponent, callback?: any, scope?: any): Ext.IComponent; /** [Method] Binds this ToolTip to the specified element * @param t String/HTMLElement/Ext.Element The Element, HtmlElement, or ID of an element to bind to */ @@ -33982,10 +33967,6 @@ declare module Ext.tip { setTarget?( t?:string ): void; setTarget?( t?:HTMLElement ): void; setTarget?( t?:Ext.IElement ): void; - /** [Method] Shows this tooltip at the current event target XY position */ - show? (animateTarget?: any, callback?: any, scope?: any): any; - show? (animateTarget?: string, callback?: any, scope?: any): Ext.IComponent; - show? (animateTarget?: Ext.IElement, callback?: any, scope?: any): Ext.IComponent; } } declare module Ext { @@ -34014,11 +33995,6 @@ declare module Ext { trackMouse?: bool; /** [Property] (HTMLElement) */ triggerElement?: HTMLElement; - /** [Method] Hides this tooltip if visible */ - hide? (animateTarget?: any, callback?: any, scope?: any): any; - hide? (animateTarget?: string, callback?: any, scope?: any): Ext.IComponent; - hide? (animateTarget?: Ext.IElement, callback?: any, scope?: any): Ext.IComponent; - hide? (animateTarget?: Ext.IComponent, callback?: any, scope?: any): Ext.IComponent; /** [Method] Binds this ToolTip to the specified element * @param t String/HTMLElement/Ext.Element The Element, HtmlElement, or ID of an element to bind to */ @@ -34026,10 +34002,6 @@ declare module Ext { setTarget?( t?:string ): void; setTarget?( t?:HTMLElement ): void; setTarget?( t?:Ext.IElement ): void; - /** [Method] Shows this tooltip at the current event target XY position */ - show? (animateTarget?: any, callback?: any, scope?: any): any; - show? (animateTarget?: string, callback?: any, scope?: any): Ext.IComponent; - show? (animateTarget?: Ext.IElement, callback?: any, scope?: any): Ext.IComponent; } } declare module Ext.toolbar { @@ -38262,8 +38234,6 @@ declare module Ext { * @param parent Object */ applyOut?( values?:any, out?:any, parent?:any ): any[]; - /** [Method] Does nothing */ - compile?(): Ext.IXTemplate; /** [Method] Gets an XTemplate from an object an instance of an Ext define d class * @param instance Object The object from which to get the XTemplate (must be an instance of an Ext.define'd class). * @param name String The name of the property by which to get the XTemplate.