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

@epam/assets

Package Overview
Dependencies
Maintainers
3
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epam/assets - npm Package Versions

1
15

4.8.1

Diff

Changelog

Source

4.8.1 - 10.08.2022

What's New

  • Add rawProps prop for the rest part of the components
  • Updated icon pack
  • [PickerItem]: add possibility to pass icon
  • [FiltersPanel]: add possibility to provide your own renderRow callback
  • [DatePicker]: add placement props
  • [DataTable]: add default 'not results found' state
  • [PickerModal]: add default 'not results found' state
  • [FilterToolbar]: small improvements and bugfixes

What’s Fixed

  • [PickerInput]: rework styles for selected value in toggler
  • [DataTable]: fix table rerender when columns prop changed
  • [NumericInput]: don't allow '+' and 'e' symbols
  • [LinkButton]: fix focus state
  • [RangeDatePicker]: fix error when preset is null
  • [NotificationCard]: rework styles
alekseymanetov
published 4.9.0-alpha.0 •

alekseymanetov
published 4.8.0 •

Changelog

Source

4.8.0 - 21.07.2022

What's New

  • Added new FiltersToolbar component, which creates table filtration toolbar according to the TableFiltersConfig object. See demo here - https://uui.epam.com/demo?id=filteredTable
  • [Form]: implement possibility to run form validation on field change, for this pass validationOn: 'change' to form props
  • [DropdownContainer]: reworked styles, add possibility to show arrow tip
  • [Anchor]: implement open Anchor links with Ctrl or Command in new window
  • [PickerInput]: add 'fixedBodyPosition' prop, to have possibility to fixed body on initial position in case when toggler moved
  • [FileUpload]: rework error states

What’s Fixed

  • [DropSpot]: fix drag&drop area view
  • [NumericInput]: fix arrows layout hidden when input disabled or readonly
  • [DropdownMenu]: fixed item active state
  • [Avatar]: fix ref receiving
  • [RTE]: remove unnecessary editor state update on image load
  • [PickerInput]: remove close icon from tag in disabled/readonly mode
  • [PickerInput]: change styles for search in body
  • [Badge]: fixed semitransparent hover colors
  • [Tooltip]: change tooltip logic, when the new children is passed. Fixed loop, when a lot of listeners was attached
  • [RangeDatePicker]: fix preset styles
  • [MainMenuButton]: reworked styles for dropdown items
alekseymanetov
published 4.8.0-beta.0 •

alekseymanetov
published 4.7.1 •

Changelog

Source

4.7.1 - 06.06.2022

What's New

  • [Buttons and Anchors]: support SPA links opening in new window when Ctrl/Command key pressed

What’s Fixed

  • [DropSpot]: fix dnd behavior when user drag&drop file out of drag area
  • [PickerInput]: fix the second line tag margin in multi mode
  • [NumericInput]: hide arrows when input disabled or readonly
  • [DataTable]: added missing sizes styles for header
  • [ErrorHandler]: return getDefaultErrorPageProps and recoveryWordings export from loveship
  • [useForm]: handle rejected promise after save
  • [Burger]: fix scroll on body when burger closes
  • [VirtualList]: fix auto scroll onHover on top or bottom item
alekseymanetov
published 4.8.0-alpha.0 •

alekseymanetov
published 4.7.0 •

Changelog

Source

4.7.0 - 30.05.2022

What's New

  • Added new hook - useTableState, which helps to organize table state management with filters, presets and storing it into URL. See demo here - https://github.com/epam/UUI/blob/main/app/src/demo/table/FilteredTable.tsx.

    Note: this hook in WIP stage now, so there may be some changes in api and functionality

  • [uuiRouter][Breaking Change]: added 'query' param parse/stringify handling inside uuiRouter. If you use some helpers for this, like 'qhistory', please remove it, now it will work out of the box with uuiRouter

  • [ICanFocus]: implement ICanFocus interface in TextInput, NumericInput, PickerInput, Checkbox, DatePicker. Fix focus/blur behavior for PickerInput.

  • [MultiSwitch]: added 'gray' color style

  • [VirtualList]: add vertical flex context for scroll container

  • [ArrayDataSource]: check parent if all siblings is checked

What’s Fixed

  • [Badge]: fix layout for 'transparent' fill
  • [Paginator]: fix layout in loveship
  • [DataTableRow]: fix 'area-expended' value
  • [DataTable]: fix no results block layout
  • [useForm]: update initialForm value in case when new prop.value received, after successful save and revert action
  • [MainMenuBurger]: set overflow: hidden on body when burger opens to prevent scroll
  • [PickerItem]: fix paddings for text
  • [DataPicker]: fix outdated picker value after invalid date was typed in input
  • [ArrayDataSource]: fix selectAll checkbox behavior in case when all row checkboxes disabled
  • [Alert]: fix paddings
  • [Paginator]: fix focus hold after page change
alekseymanetov
published 4.6.3 •

Changelog

Source

4.6.3 - 27.04.2022

What's New

  • [uui-db]:
    • dbRef.save() now returns a Promise. It also passes thru errors returned from savePatch() method. This opens ways for a custom error handling, or to execute certain actions after saving changes.
    • auto-save scheduling is refactored. How it can batch sync commits, and throttles calls more accurately. We don't expect breaking changes, however you might want to double-check this.
    • records deletion support. To enable deletion, set 'deleteFlag' prop in Table metadata. E.g. deleteFlag: 'isDeleted'. Deleted records will be removed from tables when committing changes setting this flag. The flag will be passed as is to dbRef.savePatch, it's up to application to decide how to handle it while saving changes to server.
  • [VirtualList]: added scrollToIndex property for DataTableState. Use it for manual scrolling to some index in the list. For example for scrolling to top of the DataTable on filter or page change.
  • [Timeline]: more customization options: renderOnTop callback, most render-methods made protected to allow overrides

What’s Fixed

  • [LazyListView]: fix indent for flat lists
  • [MainMenu]: fix MainMenu responsive
alekseymanetov
published 4.6.2 •

Changelog

Source

4.6.2 - 20.04.2022

What's New

  • [PickerInput]: add prop onClose to renderFooter callback
  • [PickerModal]: add success & abort props to renderFooter callback
  • [RTE]: added scrollbars prop to RTE to support internal and external scrollbars
  • [MainMenu]: update styles in loveship
  • [ApiContext] allow to customize /auth/login and /auth/ping endpoint addresses
  • [ModalBlocker]: add possibility to disable focus locking inside modal

What’s Fixed

  • [MainMenuIcon]: wrap into forwardRef
  • [Anchor]: wrap with forwardRef
  • [Tables]: set minimal flex-grow: 1 for scrolling section, to stretch it in case when all columns grow is not set or has '0' value
  • [ErrorHandler]: change errors image source from http to https
  • [Timeline] fixed issues when user zooms in/out in browser
  • [DataTable]: fix column width in case when in columnsConfig there are columns only minWidth
  • [PickerInput]: fix focus in readonly mode
  • [ErrorHandler]: fixed am issue, which causes page re-render on errors
  • [ErrorHandler]: fix error codes handling in loveship
  • [RTE]: fix the position of the placeholder to match the position of the inner text
  • [DataPickerRow]: do not call onFocus callback when it's not passed
  • [PickerModal]: fixed issue when search is not working if 'Show only selected' applied
  • [Button]: fixed text color for "fill:light" props in Promo skin
  • [LazyDataSource]: fix indent for nested children
alekseymanetov
published 4.6.1 •

Changelog

Source

4.6.1 - 22.03.2022

What’s Fixed

  • [MainMenu]: fix 'More' dropdown crashing in loveship
  • [PickerInput]: fix autofocus on search in loveship
  • [PickerInput]: fix crashing by clicking on'Show only selected' toggle
  • [Table]: fix row width for columns with minWidth value
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