[Method] Create a closure for deprecated code
String The package name.
String The last version before it's deprecated.
Function The callback function to be executed with the specified version is less than the current version.
Object The execution scope (this) if the closure
[Method] Returns whether this version equals to the supplied argument
String/Number The version to compare with.
boolean
Boolean true if this version equals to the target, false otherwise.
[Method] Returns the build component value
number
Number build
[Method] Returns the major component value
number
Number major
[Method] Returns the minor component value
number
Number minor
[Method] Returns the patch component value
number
Number patch
[Method] Returns the release component value
number
Number release
[Method] Returns shortVersion version without dots and release
string
String
[Method] Get the version number of the supplied package name will return the last registered version last Ext setVersion c
String The package name, for example: 'core', 'touch', 'extjs'.
Ext.Version The version.
[Method] Convenient alias to isGreaterThan
String/Number
boolean
Boolean
[Method] Convenient alias to isGreaterThanOrEqual
String/Number
boolean
Boolean
[Method] Returns whether this version if greater than the supplied argument
String/Number The version to compare with.
boolean
Boolean true if this version if greater than the target, false otherwise.
[Method] Returns whether this version if greater than or equal to the supplied argument
String/Number The version to compare with.
boolean
Boolean true if this version if greater than or equal to the target, false otherwise.
[Method] Returns whether this version if smaller than the supplied argument
String/Number The version to compare with.
boolean
Boolean true if this version if smaller than the target, false otherwise.
[Method] Returns whether this version if less than or equal to the supplied argument
String/Number The version to compare with.
boolean
Boolean true if this version if less than or equal to the target, false otherwise.
[Method] Convenient alias to isLessThan
String/Number
boolean
Boolean
[Method] Convenient alias to isLessThanOrEqual
String/Number
boolean
Boolean
[Method] Returns whether this version matches the supplied argument
String/Number The version to compare with.
boolean
Boolean true if this version matches the target, false otherwise.
[Method] Set version number for the given package name
String The package name, for example: 'core', 'touch', 'extjs'.
String/Ext.Version The version, for example: '1.2.3alpha', '2.4.0-dev'.
any
any
[Method] Returns this format major minor patch build release
Array<number>
Number[]
[Method]
Number
number
Number