@stenajs-webui/core
Advanced tools
Changelog
7.5.1
Add props onEsc
and onEnter
. They are invoked on both input fields.
Fix missing key in JSX.
Changelog
7.5.0
DateTimeInput
An input field with both date and time. When entering date, a popover with a calendar is showing. When entering time, a popover with time picker is showing.
TimePicker
A component for selecting hour and minute.
core
parseFloatElseUndefined
parseIntElseUndefined
They return undefined if parse fails.
Select
whiteSpace
set to nowrap
.Changelog
7.4.0
Updated behaviour when selecting dates in popover.
useDelayedFalse
A hook that takes a boolean as argument and returns that boolean. When boolean turns false, it returns false after a certain delay. When boolean turns true, it returns true immediately.
This is useful for delaying the removal of elements in the DOM.
Changelog
7.3.0
ValueTable
elements
package.Changelog
7.2.0
Crumb
components and wrap them with BreadCrumbs
.Changelog
7.1.0
itemLabelFormatter
returned falsy value, Excel cell would instead contain the non-formatted value.Changelog
7.0.0
onKeyDown
prop. Callback receives event and object with columnId and item of focused cell.columnGroups
is set in table config, columnOrder
is ignored.columnGroups
is set, columnGroupOrder
must be set.Heading
no longer has margin, layout should be decided by parents.Changelog
6.1.0
grid-export
Contains components and logic for exporting data in tables to file.
When the user clicks the button, it downloads the
content of a StandardTable
as an Excel .xlsx file.
TextInput
height in Safari.Changelog
6.0.1