New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stenajs-webui/core

Package Overview
Dependencies
Maintainers
3
Versions
493
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/core - npm Package Versions

1
50

7.5.1

Diff

Changelog

Source

7.5.1

DateTimeInput

Add props onEsc and onEnter. They are invoked on both input fields.

TimePicker

Fix missing key in JSX.

mattias800
published 7.5.0 •

Changelog

Source

7.5.0

New component 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.

New component TimePicker

A component for selecting hour and minute.

New util functions in core

  • parseFloatElseUndefined
  • parseIntElseUndefined

They return undefined if parse fails.

Updated Select

  • Select component now allows menu component to be wider than the input.

Breaking changes

  • Select options now has whiteSpace set to nowrap.
mattias800
published 7.4.0 •

Changelog

Source

7.4.0

grid-export

  • Add support for copy table content with default formatting (as well as other components) to clipboard.

DateRangeDualTextInput

Updated behaviour when selecting dates in popover.

  • Selecting startDate always moves to endDate.
  • Selecting endDate closes calendar except when date range is invalid or startDate has not been selected. Then it moves to start date.

New hook 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.

mattias800
published 7.3.0 •

Changelog

Source

7.3.0

New component ValueTable

  • Table for displaying key/value pairs of data.
  • Available in elements package.
mattias800
published 7.2.1 •

Changelog

Source

7.2.1

  • Small alignment fix in StandardTable header.
mattias800
published 7.2.0 •

Changelog

Source

7.2.0

Bread crumbs

  • Added bread crumbs. Use Crumb components and wrap them with BreadCrumbs.
  • Story example shows how to integrate with react-router.
mattias800
published 7.1.0 •

Changelog

Source

7.1.0

grid-export

  • Null and undefined in cells are now rendered as empty strings.
  • Add support for booleans, will render "Y" when true and "" when false.

Fixes

  • When itemLabelFormatter returned falsy value, Excel cell would instead contain the non-formatted value.
mattias800
published 7.0.0 •

Changelog

Source

7.0.0

StandardTable

  • Added onKeyDown prop. Callback receives event and object with columnId and item of focused cell.
  • Border is no longer rendered on left-most column.
  • If a cell is in focus, that row is highlighted.

Column groups

  • Add support for column groups.
  • If columnGroups is set in table config, columnOrder is ignored.
  • If columnGroups is set, columnGroupOrder must be set.

grid-export

  • grid-export package now fully supports column groups.

Breaking changes

  • Heading no longer has margin, layout should be decided by parents.
mattias800
published 6.1.0 •

Changelog

Source

6.1.0

New package grid-export

Contains components and logic for exporting data in tables to file.

StandardTableExcelExportButton

When the user clicks the button, it downloads the content of a StandardTable as an Excel .xlsx file.

Fixes

  • Fixed TextInput height in Safari.
mattias800
published 6.0.1 •

Changelog

Source

6.0.1

  • Hotfix for prop type definitions for Indent and Spacing.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc