|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
import { SelectableValue } from '@grafana/data'; |
|
|
|
|
import { selectors } from '@grafana/e2e-selectors'; |
|
|
|
|
import { config } from '@grafana/runtime'; |
|
|
|
|
import { SceneObjectState, VizPanel } from '@grafana/scenes'; |
|
|
|
|
import { VizPanel } from '@grafana/scenes'; |
|
|
|
|
import { DataLinksInlineEditor, Input, TextArea, Switch, RadioButtonGroup, Select } from '@grafana/ui'; |
|
|
|
|
import { GenAIPanelDescriptionButton } from 'app/features/dashboard/components/GenAI/GenAIPanelDescriptionButton'; |
|
|
|
|
import { GenAIPanelTitleButton } from 'app/features/dashboard/components/GenAI/GenAIPanelTitleButton'; |
|
|
|
@ -10,16 +10,13 @@ import { OptionsPaneItemDescriptor } from 'app/features/dashboard/components/Pan |
|
|
|
|
import { RepeatRowSelect2 } from 'app/features/dashboard/components/RepeatRowSelect/RepeatRowSelect'; |
|
|
|
|
import { getPanelLinksVariableSuggestions } from 'app/features/panel/panellinks/link_srv'; |
|
|
|
|
|
|
|
|
|
import { DashboardGridItem } from '../scene/DashboardGridItem'; |
|
|
|
|
import { VizPanelLinks } from '../scene/PanelLinks'; |
|
|
|
|
import { DashboardGridItem } from '../scene/layout-default/DashboardGridItem'; |
|
|
|
|
import { vizPanelToPanel, transformSceneToSaveModel } from '../serialization/transformSceneToSaveModel'; |
|
|
|
|
import { dashboardSceneGraph } from '../utils/dashboardSceneGraph'; |
|
|
|
|
import { getDashboardSceneFor } from '../utils/utils'; |
|
|
|
|
|
|
|
|
|
export function getPanelFrameCategory2( |
|
|
|
|
panel: VizPanel, |
|
|
|
|
layoutElementState: SceneObjectState |
|
|
|
|
): OptionsPaneCategoryDescriptor { |
|
|
|
|
export function getPanelFrameCategory2(panel: VizPanel): OptionsPaneCategoryDescriptor { |
|
|
|
|
const descriptor = new OptionsPaneCategoryDescriptor({ |
|
|
|
|
title: 'Panel options', |
|
|
|
|
id: 'Panel options', |
|
|
|
|