mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 19:08:47 +00:00
[UI] Panel indicator badges (#11956)
* Refactor panel indicator dots - Allow indicator status to be fetched async * Add indicator dot for attachments * Support parameters panel * Refactor - Expose more types to @lib - Define new PanelIndicatorType type - Support old interface
This commit is contained in:
@@ -21,6 +21,12 @@ export type {
|
||||
StockAdjustmentFormsContext
|
||||
} from './types/Plugins';
|
||||
|
||||
export type {
|
||||
PanelIndicatorType,
|
||||
PanelType,
|
||||
PanelGroupType
|
||||
} from './types/Panel';
|
||||
|
||||
export type {
|
||||
RowAction,
|
||||
RowViewProps,
|
||||
|
||||
Reference in New Issue
Block a user