@voyant-travel/admin 0.111.0 → 0.111.1
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.
|
@@ -15,37 +15,37 @@ export declare function buildDashboardEmptyStates(messages: OperatorAdminMessage
|
|
|
15
15
|
revenueTrend: {
|
|
16
16
|
action: DashboardEmptyAction | null;
|
|
17
17
|
description: string | null;
|
|
18
|
-
icon: string | number | bigint | boolean |
|
|
18
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
19
19
|
title: string | null;
|
|
20
20
|
};
|
|
21
21
|
bookingStatus: {
|
|
22
22
|
action: DashboardEmptyAction | null;
|
|
23
23
|
description: string | null;
|
|
24
|
-
icon: string | number | bigint | boolean |
|
|
24
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
25
25
|
title: string | null;
|
|
26
26
|
};
|
|
27
27
|
monthlyBookings: {
|
|
28
28
|
action: DashboardEmptyAction | null;
|
|
29
29
|
description: string | null;
|
|
30
|
-
icon: string | number | bigint | boolean |
|
|
30
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
31
31
|
title: string | null;
|
|
32
32
|
};
|
|
33
33
|
upcomingDepartures: {
|
|
34
34
|
action: DashboardEmptyAction | null;
|
|
35
35
|
description: string | null;
|
|
36
|
-
icon: string | number | bigint | boolean |
|
|
36
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
37
37
|
title: string | null;
|
|
38
38
|
};
|
|
39
39
|
outstandingInvoices: {
|
|
40
40
|
action: DashboardEmptyAction | null;
|
|
41
41
|
description: string | null;
|
|
42
|
-
icon: string | number | bigint | boolean |
|
|
42
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
43
43
|
title: string | null;
|
|
44
44
|
};
|
|
45
45
|
onboarding: {
|
|
46
46
|
action?: DashboardEmptyAction | null;
|
|
47
47
|
description: string | null;
|
|
48
|
-
icon: string | number | bigint | boolean |
|
|
48
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
49
49
|
title: string | null;
|
|
50
50
|
};
|
|
51
51
|
};
|