mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* fixes so we match the transformer based on name properly. * changed the signature on the FieldMatcher. * introduced a names option so you can filter in name specificly. * changed so the matcher UI uses the new options format. * moved the exported functions together. * changing editors a bit. * made the filter by name work with both regex and name filtering. * fixed failing tests and make sure we always parse regex the same way. * removed unused code. * simplified to make the existing field overrides still working. * fixed issue reported by hugo. * added tests for the name matcher. * added tests for filter by name. * added more tests. * generated new version of the packages docs. * fixed spelling error. * regenerated the docs.
12 KiB
12 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "@grafana/ui" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
@grafana/ui package
A library containing the different design components of the Grafana ecosystem.
Classes
Class | Description |
---|---|
ansicolor | Represents an ANSI-escaped string. |
BarGauge | |
BigValue | |
Cascader | |
ClickOutsideWrapper | |
ClipboardButton | |
CustomScrollbar | Wraps component into component from react-custom-scrollbars |
ErrorBoundary | |
ErrorBoundaryAlert | |
Gauge | |
Graph | |
GraphSeriesToggler | |
JsonExplorer | JsonExplorerJsonExplorer allows you to render JSON objects in HTML with a **collapsible** navigation. |
JSONFormatter | |
List | |
ModalsProvider | |
PieChart | |
Popover | |
PopoverController | |
Portal | |
QueryField | Renders an editor field. Pass initial value as initialQuery and listen to changes in props.onValueChanged. This component can only process strings. Internally it uses Slate Value. Implement props.onTypeahead to use suggestions, see PromQueryField.tsx as an example. |
SetInterval | |
StatsPicker | |
TableInputCSV | Expects the container div to have size set and will fill it 100% |
TagsInput | |
ToggleButtonGroup | |
UnitPicker | |
VizRepeater |
Enumerations
Functions
Interfaces
Namespaces
Namespace | Description |
---|---|
DOMUtil | |
RadioButtonGroup | |
styleMixins |
Variables
Type Aliases
Type Alias | Description |
---|---|
AlertVariant | |
BadgeColor | |
ButtonProps | |
ButtonVariant | |
FormAPI | |
FormInputSize | |
IconName | |
IconSize | |
IconType | |
LegendPlacement | |
PopoverContent | |
Renderable | |
RenderFunction |