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

@stenajs-webui/grid-export

Package Overview
Dependencies
Maintainers
0
Versions
399
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/grid-export - npm Package Versions

1
40

14.0.2

Diff

Changelog

Source

14.0.2

  • Drawer prop zIndex has been added back.
mattias800
published 14.0.1 •

Changelog

Source

14.0.1

Collapsible

  • Left align text in collapsible with wrapping text.

StandardTable

  • Fix invalid content width for loading when using rowIndent.
mattias800
published 14.0.0 •

Changelog

Source

14.0.0

Calendar inputs

  • All calendar inputs are now using Tippyjs internal implementation for listening for clicks outside.
  • Fix problem with calendar input popovers. They did not update position when calendar changed size.

Drawer

New implementation using react-modal.

Breaking changes

  • Drawer has been moved from panels to modal.
  • Drawer prop zIndex has been removed.
mattias800
published 13.4.0 •

Changelog

Source

13.4.0

StandardTable

Checkbox fixes

Disabled checkboxes are not checked when

  1. Clicking checkbox in table header
  2. Shift-clicking row checkboxes

New feature, summary row.

A column config can now specify a summary cell at the bottom of the table.

summaryText: ({ items }) =>
  String(sumBy(items, (item) => item.numPassengers ?? 0)),
renderSummaryCell: () => (
  <Indent>
    <Tag label={"Jedi knights"} />
  </Indent>
)

See grid package README.md for more info.

Minor changes

  • Darker shade for success color
mattias800
published 13.3.0 •

Changelog

Source

13.3.0

StandardTable

  • User can now shift+click on checkboxes to select/deselect a range of rows.
mattias800
published 13.2.0 •

Changelog

Source

13.2.0

NumericStepper

  • New component NumericStepper is a number input with step buttons on the sides

Collapsible

  • Replace :focus with :focus-visible, this makes the focus state visible only if the Collapsible was opened with keyboard interaction.
  • Remove top border for CollapsibleGroupHeading.

Bug fixes

  • NumericInput now caps typed-in values to min and max

Minor changes

  • Icon buttons ignore flex to keep their width
mattias800
published 13.1.2 •

Changelog

Source

13.1.2

  • Fix missing export of value-by-id-reducer.
mattias800
published 13.1.1 •

Changelog

Source

13.1.1

New reducer factory value-by-id-reducer

  • Stores one value per string id.

StandardTable

  • Fix missing key warning.

ActionMenuItem

  • Replace :focus with :focus-visible, this makes the focus state visible only if the menu was opened with keyboard interaction.
mattias800
published 13.1.0 •

Changelog

Source

13.1.0

useEditableCell

New option none for option allowedInputType. This disables the ability to automatically open the editor when the user starts typing in an editable table cell.

This is usable when the editor is not a text input field.

Design changes

  • Updated styling for Collapsible.
mattias800
published 13.0.7 •

Changelog

Source

13.0.7

StandardTable

  • Shadow under sticky header now shows under header where there are no columns.
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