mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 18:02:30 +08:00

* Export Combobox and add portalling * Use floatingui fixed strategy and fix z-index * Check non null * Make value string type only * Try with fiscal year setting * Use combobox for WeekStartPicker * Improve screen reader handling * Fix faulty import * Fix type issue * Fix failing tests and export unstable * Rename option and remove export * Use comboboxMockSetup function * Add support for number type * menuClosed styles to emotion
14 lines
498 B
TypeScript
14 lines
498 B
TypeScript
/**
|
|
* THESE COMPONENTS MUST NOT BE USED EXTERNALLY OR IN PLUGINS.
|
|
*
|
|
* Unstable components are still in development and are subject to breaking changes
|
|
* at any point, like feature flags but for components. They must only be used in
|
|
* Grafana core where we can coordinate changes.
|
|
*
|
|
* Once mature, they will be moved to the main export, be available to plugins, and
|
|
* be subject to the standard policies
|
|
*/
|
|
|
|
export * from './utils/skeleton';
|
|
export * from './components/Combobox/Combobox';
|