Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anglr/grid

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anglr/grid - npm Package Versions

23
11

10.1.1

Diff

Changelog

Source

Version 10.1.1 (2024-06-05)

Bug Fixes

  • fixed BasicPagingSAComponent component when in some cases does not render pages
  • fixed LoadMorePagingSAComponent component when in some cases does not render button for loading more pages
  • fixed PreviousNextPagingSAComponent component when in some cases does not render buttons for next previous correctly
kukjevov
published 10.1.1-beta.20240605110755 •

kukjevov
published 10.1.0 •

Changelog

Source

Version 10.1.0 (2024-05-17)

Features

  • new DEFAULT_MATRIX_COLUMN_WIDTH injection token, that is used for injecting default matrix column width
  • new provideDefaultMatrixColumnWidth function, that provides default matrix column width
  • new GridDataSADirective directive, that sets up static data for grid
    • implements
      • onChanges
    • inputs
      • data array of data that are displayed
  • updated MatrixContentRendererSAComponent component
    • now supports excluding of columns for row definition
    • now supports rendering multiple grid containers with specifying columns and exclude
  • updated MatrixGridSAComponent component
    • now supports multipe GridContainerTemplateSADirective
  • updated HeaderRowContainerTemplateSADirective directive
    • new inputs
      • headerRowContainerTemplateExclude indication whether list of columns will be excluded, not included in this row
  • new provideDefaultMatrixColumnWidth function, that provides default matrix column width
  • updated ContentRowContainerTemplateSADirective directive
    • new inputs
      • contentRowContainerTemplateExclude indication whether list of columns will be excluded, not included in this row
  • new provideDefaultMatrixColumnWidth function, that provides default matrix column width
  • updated FooterRowContainerTemplateSADirective directive
    • new inputs
      • footerRowContainerTemplateExclude indication whether list of columns will be excluded, not included in this row
  • updated GridContainerTemplateSADirective directive
    • new inputs
      • gridContainerTemplate array of column ids to be rendered in this grid container, if not specified or null all available columns will be rendered
      • gridContainerTemplateExclude indication whether list of columns will be excluded, not included in this grid container
  • updated GridContext interface
    • new properties
      • gridColumns all currently available columns metadata for current grid container
  • updated MatrixGridModule module,
    • now exports also CssGridTemplateColumnsSAPipe
  • updated MatrixGridMetadata interface
    • properties
      • gridContainer can now also be an array
  • subpackage @anglr/grid/material
    • new SelectionStoreDirective directive, that sets metadata selector storage name
      • is standalone
      • attributes
        • selectionStore name of store to be set up
kukjevov
published 10.1.0-beta.20240517092211 •

kukjevov
published 10.1.0-beta.20240517091956 •

kukjevov
published 10.1.0-beta.20240213134439 •

kukjevov
published 10.1.0-beta.20240213114935 •

kukjevov
published 10.1.0-beta.20240213083805 •

kukjevov
published 10.0.1 •

Changelog

Source

Version 10.0.1 (2023-12-08)

Bug Fixes

  • fixed DataLoaderAbstractComponent not working autoLoadData option, which caused data loaders to automaticaly load data even when set to false
kukjevov
published 10.0.1-beta.20231208043453 •

23
11
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