v1.0.0-rc
2022-02-26
Added
Number
object. 32c36d4value
parameter of number type to the staticcreate()
method andconstructor()
. 622847ePrivate
#value
property that indicates the range current value of the number type. 622847eget
accessorvalue
to retrieve the range value. 622847eset
accessorvalue
to set the#range
property including range of specified object. 622847eget
accessorsteps
to retrieve the number of steps. 622847ethe
getCurrentRange()
getCurrentStep()
getValueOfStep()
setValue()
setValueToStep()
valueDown()
valueUp()
methods. 622847e
Changed
The static
isRange()
method by addingstep
parameter to check. 870c5e4get
accessorrange
to usegetRange()
method of instance and its return type to readonly. 622847eThe
getRange()
method to obtains the range to the specified value. 622847eThe
isBetween()
isBetweenEvery()
isBetweenSome()
methods to include minimum and maximum. 622847eforEachStep()
method parameter names and setrange
parameter type to readonly. 622847e
Deprecated
Deprecate
getMin()
getMax()
valueOf()
toArray()
methods. 622847e
Last updated