grid-pro
grid-pro package
Classes
Class |
Description |
---|---|
The AG Action Renderer element. | |
The Actions Menu Renderer element. | |
The AG Text Field Renderer element. | |
The AG Boolean Renderer element. | |
The AG Date Editor element. | |
The AG Editable Renderer element. | |
The base datasource element for the grid-pro element. | |
The Grid Pro element. | |
The Grid Pro Cell element. | |
The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element. | |
The Grid Pro Column element. | |
The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element. | |
(BETA) A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element. | |
Implementation for the KV Storage State Persistence interface. | |
Label Value Status Bar Component | |
A status bar component that shows a "Load More" button when more rows are available | |
Implementation for the Local Storage State Persistence interface. | |
The AG Multiselect Editor element. | |
The AG Number Editor element. | |
Pagination Status Bar Component for AG Grid Displays pagination controls and information about current page and total rows | |
A status bar component that shows a refresh icon to reload the grid data | |
The AG Select Editor element. | |
The AG Select Renderer element. | |
The AG Status Pill Renderer element. | |
The AG String Editor element. |
Enumerations
Enumeration |
Description |
---|---|
All official AG CSS variables | |
The available Grid Pro themes. | |
The available Grid Pro header case types | |
The available Grid Pro Renderer Types | |
The available Grid Pro Status Bar Types |
Functions
Function |
Description |
---|---|
Generates the id name for custom Grid Pro fonts. | |
Generates the class name for a given Grid Pro theme name. | |
Generates the CSS for a given GridPro theme name and token map | |
Convert string values from 'camelCase' to 'kebab-case' | |
Returns a formatted date time value from the Grid Pro cell value. | |
Returns a formatted date value from the Grid Pro cell value. | |
(ALPHA) Returns a formatted date value from an epoch number. | |
A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem. | |
A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem. | |
A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem. | |
A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem. | |
A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem. | |
A function that returns a Foundation Grid Pro registration for configuring the component with a DesignSystem. | |
A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem. | |
A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem. | |
A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem. | |
getActionsMenuDef(actions, overrideDef, customActionsOpenerName, isVertical, buttonAppearance) |
Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer. Will take the parameter values for a base ColDef and merge them with the overrideDef (if specified). |
Get a Design System prefixed Checkbox template. | |
Get a Design System prefixed Checkbox template. | |
Get the keys of the Metadata indexes map | |
Get the values of the Metadata indexes map | |
(ALPHA) Return a column type base on each field's metadata from the selected resource. | |
Get a Design System prefixed Select template. | |
(ALPHA) Returns a filter type based on the Grid Pro field/column type. | |
Get a Design System prefixed The Grid Pro template. | |
Get a Design System prefixed Select template. | |
Get a Design System prefixed Select template. | |
Get a Design System prefixed Select template. | |
Get a Design System prefixed Select template. | |
Get a Design System prefixed Status Pill template. | |
Get a Design System prefixed String template. | |
Get a Design System prefixed Text Field template. | |
A directive that renders a set of grid-pro-column elements from a given input binding | |
Merges two arrays, one of |
Interfaces
Interface |
Description |
---|---|
Parameters used to configure SelectEditor | |
Grid options config used to configure grids across the application | |
Grid Pro Error Item | |
Configuration options for the grid status bar components | |
Configuration options for load more status bar component | |
Configuration options for reload status bar component | |
Parameters used to configure MultiselectEditor | |
Parameters used to configure NumberEditor | |
The interface for the select renderer parameters | |
Parameters used to configure SelectEditor | |
The interface for each select renderer option | |
Represents a state persistence and its capabilities. Provides methods to set and get columns from the storage. | |
Parameters used to configure StringEditor |
Variables
Variable |
Description |
---|---|
The base height multiplier for the action renderer. | |
The AG Action Renderer Styles. | |
The AG Boolean Renderer Styles. | |
The AG Select Renderer Styles. | |
The AG Editable Renderer Styles. | |
All External AG Grid Stock in one CSS. | |
The AG Alpine font face used on ag-theme-alpine/ag-theme-alpine-dark Grid Pro themes. | |
The AG Balham font face used on ag-theme-balham/ag-theme-balham-dark Grid Pro themes. | |
AG Grid core CSS. | |
The AG Material font face used on ag-theme-material Grid Pro theme. | |
Custom Drag n Drop CSS for Grid Pro. | |
The AG Select Renderer Styles. | |
The AG Number Editor Styles. | |
The AG Select Renderer Styles. | |
The AG Select Renderer Styles. | |
The Status Pill Renderer Styles. | |
The AG String Renderer Styles. | |
AG Alpine Theme (no fonts) CSS. | |
AG Balham Theme (no fonts) CSS. | |
Font Face map with all the font faces for each theme. | |
AG Material Theme (no fonts) CSS. | |
The Grid Pro Cell Template. | |
The Grid Pro Column Template. | |
The delimiter for the criteria string. | |
The join for the criteria string. | |
Allows secure export of CSV https://owasp.org/www-community/attacks/CSV\_Injection | |
Default status bar configuration | |
The default font face for Grid Pro (agGridAlpine). | |
Default grid options | |
Grid Pro default configuration. | |
Key used to store currently edited column when it being synced with server side data | |
Key used to store error details (column, message) when inline edit fails sync with server side data | |
The Grid Pro Components. | |
GridPro shadow root options. | |
The Grid Pro styles. | |
Event fired when grid is ready | |
The error names for the Grid Pro component. | |
The event names for the Grid Pro component. | |
The Genesis Datasource events names. | |
Logger for the grid-pro package | |
The AG Text Field Renderer Styles. | |
Type Aliases
Type Alias |
Description |
---|---|
Parameters for the GridPro action renderer. | |
Type for mapping of a AgGridTheme to a font face. | |
Parameters for the GridPro boolean renderer. | |
Available datasource types | |
Grid Pro Components type, used to define the custom components that will be registered in the grid | |
Grid Pro possible error events | |
Grid Pro Error Types | |
Grid Pro Events and Callbacks | |
The error event grid pro genesis datasource. | |
The event detail for the grid pro genesis datasource | |
The change size event grid pro genesis datasource. | |
The event detail for the grid pro genesis datasource | |
Label Value Status Bar Component | |
The parameters for the load more status bar component. | |
The Genesis Datasource event payload types. | |
The parameters for the reload status bar component. | |
Parameters used to configure StatusPillRenderer |