@ansible/ansible-ui-framework 2.4.143 → 2.4.145

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ export declare function PageMasthead(props: {
3
+ title: string;
4
+ brand?: string;
5
+ children?: ReactNode;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export declare function PageMastheadToggle(): import("react/jsx-runtime").JSX.Element;
@@ -8,4 +8,5 @@ export declare function usePageNavSideBar(): PageNavSideBarState;
8
8
  export declare function PageNavSideBarProvider(props: {
9
9
  children: ReactNode;
10
10
  }): import("react/jsx-runtime").JSX.Element;
11
+ export declare function usePageNavBarClick(): (path: string) => void;
11
12
  export {};
@@ -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';
@@ -33,6 +38,8 @@ export * from './PageForm/PageForm';
33
38
  export * from './PageFramework';
34
39
  export * from './PageHeader';
35
40
  export * from './PageLayout';
41
+ export * from './PageMasthead';
42
+ export * from './PageNav/PageNavSidebar';
36
43
  export * from './PageTable/PageTable';
37
44
  export * from './PageTable/PageTableCards';
38
45
  export * from './PageTable/PageTableColumn';
@@ -48,6 +55,7 @@ export * from './components/Scrollable';
48
55
  export * from './components/icons/RunningIcon';
49
56
  export * from './components/pfcolors';
50
57
  export * from './components/useBreakPoint';
58
+ export * from './components/usePageNavigate';
51
59
  export * from './useFrameworkTranslations';
52
60
  export * from './useInMemoryView';
53
61
  export * from './useView';