@grafana/scenes 6.40.0--canary.1265.18710211578.0 → 6.40.0--canary.1265.18713433534.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1903,17 +1903,19 @@ declare function getScenePerformanceTracker(): ScenePerformanceTracker;
|
|
|
1903
1903
|
|
|
1904
1904
|
|
|
1905
1905
|
|
|
1906
|
+
|
|
1906
1907
|
type index$1_DashboardInteractionCompleteData = DashboardInteractionCompleteData;
|
|
1907
1908
|
type index$1_DashboardInteractionMilestoneData = DashboardInteractionMilestoneData;
|
|
1908
1909
|
type index$1_DashboardInteractionStartData = DashboardInteractionStartData;
|
|
1909
1910
|
type index$1_PanelPerformanceData = PanelPerformanceData;
|
|
1911
|
+
type index$1_QueryPerformanceData = QueryPerformanceData;
|
|
1910
1912
|
type index$1_ScenePerformanceObserver = ScenePerformanceObserver;
|
|
1911
1913
|
type index$1_SceneRenderProfiler = SceneRenderProfiler;
|
|
1912
1914
|
declare const index$1_SceneRenderProfiler: typeof SceneRenderProfiler;
|
|
1913
1915
|
declare const index$1_getScenePerformanceTracker: typeof getScenePerformanceTracker;
|
|
1914
1916
|
declare namespace index$1 {
|
|
1915
1917
|
export { index$1_SceneRenderProfiler as SceneRenderProfiler, index$1_getScenePerformanceTracker as getScenePerformanceTracker };
|
|
1916
|
-
export type { index$1_DashboardInteractionCompleteData as DashboardInteractionCompleteData, index$1_DashboardInteractionMilestoneData as DashboardInteractionMilestoneData, index$1_DashboardInteractionStartData as DashboardInteractionStartData, index$1_PanelPerformanceData as PanelPerformanceData, index$1_ScenePerformanceObserver as ScenePerformanceObserver };
|
|
1918
|
+
export type { index$1_DashboardInteractionCompleteData as DashboardInteractionCompleteData, index$1_DashboardInteractionMilestoneData as DashboardInteractionMilestoneData, index$1_DashboardInteractionStartData as DashboardInteractionStartData, index$1_PanelPerformanceData as PanelPerformanceData, index$1_QueryPerformanceData as QueryPerformanceData, index$1_ScenePerformanceObserver as ScenePerformanceObserver };
|
|
1917
1919
|
}
|
|
1918
1920
|
|
|
1919
1921
|
declare function writePerformanceLog(logger: string, message: string, ...rest: unknown[]): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/scenes",
|
|
3
|
-
"version": "6.40.0--canary.1265.
|
|
3
|
+
"version": "6.40.0--canary.1265.18713433534.0",
|
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
|
5
5
|
"author": "Grafana Labs",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"prettier --write"
|
|
126
126
|
]
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "f254f5a1b7ab00616303d9d89c75cc6f25519ede"
|
|
129
129
|
}
|