@ansible/ansible-ui-framework 2.4.144 → 2.4.146

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,11 @@ export * from './PageCells/DateTimeCell';
9
9
  export * from './PageCells/ElapsedTimeCell';
10
10
  export * from './PageCells/LabelsCell';
11
11
  export * from './PageCells/TextCell';
12
+ export * from './PageDashboard/PageChartContainer';
13
+ export * from './PageDashboard/PageDashboard';
14
+ export * from './PageDashboard/PageDashboardCard';
15
+ export * from './PageDashboard/PageDashboardChart';
16
+ export * from './PageDashboard/PageDonutChart';
12
17
  export * from './PageDetails/PageDetail';
13
18
  export * from './PageDetails/PageDetails';
14
19
  export * from './PageDetails/PageDetailsFromColumns';