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
3
Versions
400
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

15.0.0-alpha.9

Diff

Changelog

Source

15.0.0-alpha.9

Box

  • Box, and consequently Row and Column, now has a gap prop. Like indent and spacing, it maps to the css gap property with our own spacing units.
mattias800
published 15.0.0-alpha.8 •

Changelog

Source

15.0.0-alpha.8

Modal

  • ModalFooter is exported correctly
mattias800
published 15.0.0-alpha.7 •

Changelog

Source

15.0.0-alpha.7

UseOnClickOutside

  • Add options param to allow click events in the capturing phase.

ChipMultiSelectSection

  • Add noneSelectedLabel to override the default None chip.
  • Keep the menu open after selecting a value.

Modal

  • Hide footer shadow and make footer static in print mode
  • Make footer padding optional by using ModalFooter

Bugfixes

StandardTable

  • Do not re-mount the entire table when items are changed and sorting is disabled, even if initialSortOrder is set.
mattias800
published 15.0.0-alpha.6 •

Changelog

Source

15.0.0-alpha.6

DateTextInput

  • Add minDate and maxDate props to DateTextInput.
mattias800
published 15.0.0-alpha.5 •

Changelog

Source

15.0.0-alpha.5

Calendars

  • TextInput now automatically changes iconLeft into a FlatButton if onClickLeft is set. Same for right side.
  • Add common DateRange interface and DateStringRange interface, including transformers.

minDate and maxDate props

New props minDate and maxDate in Calendar and all calendar input components.

Both are optional, and both are strings in format 2021-11-23. If maxDate is not provided, 2999-12-31 is the default.

When set, all dates before (or after) will be disabled in the calendar.

Breaking changes

  • Type DateRangeCalendarOnChangeValue has been removed. Use DateRange instead.
  • DateRangeCalendar now uses value and onValueChange props, with DateRange as model, instead of setStartDate, etc.
  • DateRangeInput now uses value and onValueChange props.

Heading and Text

  • Added wordBreak prop.

Modal

  • Modal has new prop footer. The footer is sticky by default, but can be turned off with disableStickyFooter.
mattias800
published 15.0.0-alpha.4 •

Changelog

Source

15.0.0-alpha.4

  • ChipMultiSelect and SimpleCheckboxListSection pass down section props to SearchFilterSection.
mattias800
published 15.0.0-alpha.3 •

Changelog

Source

15.0.0-alpha.3

  • ChipMultiSelectSection always fill full width of filter section.
mattias800
published 15.0.0-alpha.2 •

Changelog

Source

15.0.0-alpha.2

Filter

  • Add more missing export.
mattias800
published 15.0.0-alpha.1 •

Changelog

Source

15.0.0-alpha.1

Filter

  • Add missing export.
mattias800
published 15.0.0-alpha.0 •

Changelog

Source

15.0.0-alpha.0

New package filter

This package contains new functionality, search filter.

It makes it easy to create a custom filter in a drawer, with a custom model for the search filter.

It also makes it easy to create an overview row containing chips.

Please see stories for an example.

New utils in core

  • truthyKeysAsList, returns all keys that have a truthy value.
  • PickByValue, a type that returns a new type with picked fields that match a type.
type StringFieldsOnUser = PickByValue<User, string>;

Select components

  • Dependency react-select has been updated to v5.
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