@servicetitan/navigation 11.0.0-canary.237.4d902dc.0 → 11.0.0-canary.237.6c48c6d.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/components/badge-tag.d.ts +1 -1
- package/dist/components/badge-tag.d.ts.map +1 -1
- package/dist/components/header-navigation/header-navigation-stacked.stories.js +1 -1
- package/dist/components/header-navigation/header-navigation-stacked.stories.js.map +1 -1
- package/dist/components/header-navigation/header-navigation.stories.js +1 -1
- package/dist/components/header-navigation/header-navigation.stories.js.map +1 -1
- package/dist/components/left-navigation/header-navigation-tiny.stories.js +2 -2
- package/dist/components/left-navigation/header-navigation-tiny.stories.js.map +1 -1
- package/dist/components/logo/logo-titan-text.d.ts +1 -1
- package/dist/components/logo/logo-titan-text.d.ts.map +1 -1
- package/dist/components/profile-dropdown/profile-dropdown.d.ts +10 -7
- package/dist/components/profile-dropdown/profile-dropdown.d.ts.map +1 -1
- package/dist/components/profile-dropdown/profile-dropdown.js +2 -2
- package/dist/components/profile-dropdown/profile-dropdown.js.map +1 -1
- package/dist/components/profile-dropdown/profile-dropdown.module.less +2 -0
- package/dist/components/titan-layout/layout-context.js +1 -1
- package/dist/components/titan-layout/layout-context.js.map +1 -1
- package/dist/components/titan-layout/layout-header.d.ts +2 -0
- package/dist/components/titan-layout/layout-header.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-header.js +3 -4
- package/dist/components/titan-layout/layout-header.js.map +1 -1
- package/dist/components/titan-layout/layout-header.module.less +62 -14
- package/dist/components/titan-layout/layout-logo.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-logo.js +2 -1
- package/dist/components/titan-layout/layout-logo.js.map +1 -1
- package/dist/components/titan-layout/layout-profile.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-profile.js +32 -8
- package/dist/components/titan-layout/layout-profile.js.map +1 -1
- package/dist/components/titan-layout/layout-profile.stories.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-profile.stories.js +1 -1
- package/dist/components/titan-layout/layout-profile.stories.js.map +1 -1
- package/dist/components/titan-layout/layout-sidebar-links-internal.d.ts +2 -2
- package/dist/components/titan-layout/layout-sidebar-links-internal.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-sidebar-links-internal.js +4 -4
- package/dist/components/titan-layout/layout-sidebar-links-internal.js.map +1 -1
- package/dist/components/titan-layout/layout-sidebar-links.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-sidebar-links.js +11 -4
- package/dist/components/titan-layout/layout-sidebar-links.js.map +1 -1
- package/dist/components/titan-layout/layout-sidebar.d.ts +2 -1
- package/dist/components/titan-layout/layout-sidebar.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-sidebar.js +6 -4
- package/dist/components/titan-layout/layout-sidebar.js.map +1 -1
- package/dist/components/titan-layout/layout-sidebar.module.less +29 -21
- package/dist/components/titan-layout/notifications-context.d.ts +13 -0
- package/dist/components/titan-layout/notifications-context.d.ts.map +1 -0
- package/dist/components/titan-layout/notifications-context.js +23 -0
- package/dist/components/titan-layout/notifications-context.js.map +1 -0
- package/dist/components/titan-layout/titan-layout.d.ts +10 -6
- package/dist/components/titan-layout/titan-layout.d.ts.map +1 -1
- package/dist/components/titan-layout/titan-layout.js +84 -21
- package/dist/components/titan-layout/titan-layout.js.map +1 -1
- package/dist/components/titan-layout/titan-layout.module.less +72 -19
- package/dist/components/titan-layout/titan-layout.stories.d.ts +15 -11
- package/dist/components/titan-layout/titan-layout.stories.d.ts.map +1 -1
- package/dist/components/titan-layout/titan-layout.stories.js +35 -14
- package/dist/components/titan-layout/titan-layout.stories.js.map +1 -1
- package/dist/test/data.d.ts +4 -1
- package/dist/test/data.d.ts.map +1 -1
- package/dist/test/data.js +2 -3
- package/dist/test/data.js.map +1 -1
- package/dist/utils/use-breakpoint.d.ts +1 -0
- package/dist/utils/use-breakpoint.d.ts.map +1 -1
- package/dist/utils/use-breakpoint.js +2 -1
- package/dist/utils/use-breakpoint.js.map +1 -1
- package/package.json +2 -2
- package/src/components/badge-tag.tsx +1 -1
- package/src/components/header-navigation/header-navigation-stacked.stories.tsx +1 -1
- package/src/components/header-navigation/header-navigation.stories.tsx +1 -1
- package/src/components/left-navigation/header-navigation-tiny.stories.tsx +2 -2
- package/src/components/logo/logo-titan-text.tsx +1 -1
- package/src/components/profile-dropdown/profile-dropdown.module.less +2 -0
- package/src/components/profile-dropdown/profile-dropdown.tsx +13 -6
- package/src/components/titan-layout/layout-context.tsx +1 -1
- package/src/components/titan-layout/layout-header.module.less +62 -14
- package/src/components/titan-layout/layout-header.tsx +12 -5
- package/src/components/titan-layout/layout-logo.tsx +13 -6
- package/src/components/titan-layout/layout-profile.stories.tsx +10 -1
- package/src/components/titan-layout/layout-profile.tsx +60 -25
- package/src/components/titan-layout/layout-sidebar-links-internal.tsx +18 -5
- package/src/components/titan-layout/layout-sidebar-links.tsx +16 -4
- package/src/components/titan-layout/layout-sidebar.module.less +29 -21
- package/src/components/titan-layout/layout-sidebar.module.less.d.ts +1 -2
- package/src/components/titan-layout/layout-sidebar.tsx +15 -9
- package/src/components/titan-layout/notifications-context.tsx +44 -0
- package/src/components/titan-layout/titan-layout.module.less +72 -19
- package/src/components/titan-layout/titan-layout.module.less.d.ts +5 -0
- package/src/components/titan-layout/titan-layout.stories.tsx +166 -19
- package/src/components/titan-layout/titan-layout.tsx +212 -74
- package/src/test/data.tsx +2 -3
- package/src/utils/use-breakpoint.ts +2 -0
|
@@ -4,28 +4,29 @@
|
|
|
4
4
|
@size-links-tiny: 24px;
|
|
5
5
|
|
|
6
6
|
.header {
|
|
7
|
-
|
|
7
|
+
--nav-top-content-height: 32px;
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: space-between;
|
|
8
10
|
|
|
9
11
|
background-color: @color-white;
|
|
10
12
|
color: @color-black;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
outline: 1px solid @color-neutral-60;
|
|
11
15
|
|
|
12
16
|
& > * {
|
|
13
17
|
overflow-y: hidden;
|
|
14
18
|
}
|
|
15
19
|
|
|
16
20
|
.he-top-left {
|
|
17
|
-
grid-column: span 1;
|
|
18
21
|
display: flex;
|
|
19
22
|
align-items: center;
|
|
20
23
|
}
|
|
21
24
|
|
|
22
25
|
.he-top-center {
|
|
23
|
-
|
|
26
|
+
overflow: hidden;
|
|
24
27
|
}
|
|
25
28
|
|
|
26
29
|
.he-top-right {
|
|
27
|
-
grid-column: span 1;
|
|
28
|
-
|
|
29
30
|
& > * {
|
|
30
31
|
color: @color-black;
|
|
31
32
|
}
|
|
@@ -92,31 +93,68 @@
|
|
|
92
93
|
// desktop
|
|
93
94
|
@media only screen and (min-width: 768px) {
|
|
94
95
|
.header {
|
|
95
|
-
|
|
96
|
-
grid-template-rows: 48px;
|
|
97
|
-
|
|
96
|
+
height: var(--nav-offset-top);
|
|
98
97
|
.navigation-link {
|
|
99
98
|
margin: 6px 2px;
|
|
100
99
|
padding: 6px 6px;
|
|
101
100
|
}
|
|
101
|
+
|
|
102
|
+
.he-top-left {
|
|
103
|
+
padding-left: @spacing-1;
|
|
104
|
+
}
|
|
105
|
+
.he-top-center {
|
|
106
|
+
flex: 1;
|
|
107
|
+
margin-left: @spacing-2;
|
|
108
|
+
margin-right: @spacing-2;
|
|
109
|
+
max-width: 400px;
|
|
110
|
+
}
|
|
102
111
|
}
|
|
112
|
+
}
|
|
113
|
+
// desktop wide
|
|
114
|
+
@media only screen and (min-width: 1200px) {
|
|
115
|
+
.header {
|
|
116
|
+
display: grid;
|
|
117
|
+
grid-template-columns: repeat(3, 1fr);
|
|
118
|
+
grid-template-rows: 48px;
|
|
103
119
|
|
|
104
|
-
|
|
105
|
-
|
|
120
|
+
.he-top-left,
|
|
121
|
+
.he-top-center,
|
|
122
|
+
.he-top-right {
|
|
123
|
+
grid-column: span 1;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.he-top-center {
|
|
127
|
+
max-width: unset;
|
|
128
|
+
}
|
|
106
129
|
}
|
|
107
130
|
}
|
|
108
131
|
|
|
109
132
|
// mobile
|
|
110
133
|
@media only screen and (max-width: 768px) {
|
|
111
134
|
.header {
|
|
112
|
-
|
|
113
|
-
|
|
135
|
+
padding: @spacing-2 @spacing-0;
|
|
136
|
+
height: var(--nav-offset-top);
|
|
114
137
|
|
|
115
|
-
|
|
138
|
+
--nav-top-content-height: 40px;
|
|
116
139
|
|
|
117
140
|
.navigation-link {
|
|
118
141
|
padding: 10px;
|
|
119
142
|
}
|
|
143
|
+
|
|
144
|
+
.he-top-center {
|
|
145
|
+
max-width: unset;
|
|
146
|
+
flex: 1;
|
|
147
|
+
margin-left: @spacing-3;
|
|
148
|
+
margin-right: @spacing-3;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.he-top-left {
|
|
152
|
+
margin-left: @spacing-half;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.he-top-right {
|
|
156
|
+
margin-right: @spacing-half;
|
|
157
|
+
}
|
|
120
158
|
}
|
|
121
159
|
}
|
|
122
160
|
|
|
@@ -133,7 +171,8 @@
|
|
|
133
171
|
color: @color-white;
|
|
134
172
|
font-weight: @font-weight-semibold;
|
|
135
173
|
font-size: 8px !important;
|
|
136
|
-
min-width:
|
|
174
|
+
min-width: 16px !important;
|
|
175
|
+
height: 16px !important;
|
|
137
176
|
position: absolute;
|
|
138
177
|
top: 4px;
|
|
139
178
|
right: -2px;
|
|
@@ -151,3 +190,12 @@
|
|
|
151
190
|
right: -8px;
|
|
152
191
|
}
|
|
153
192
|
}
|
|
193
|
+
|
|
194
|
+
@media only screen and (min-width: 768px) {
|
|
195
|
+
.navigation-link {
|
|
196
|
+
.navigation-item-counter {
|
|
197
|
+
min-width: 12px !important;
|
|
198
|
+
height: 12px !important;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import SvgBurgerMenu from '@servicetitan/anvil2/assets/icons/material/round/menu.svg';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
3
|
import { ComponentPropsWithoutRef, FC, ReactElement, ReactNode } from 'react';
|
|
4
|
-
import { LayoutPlacementContext
|
|
4
|
+
import { LayoutPlacementContext } from './layout-context';
|
|
5
5
|
import { LayoutHeaderNavigationTrigger } from './layout-header-links';
|
|
6
6
|
import * as Styles from './layout-header.module.less';
|
|
7
7
|
import { TitanLayoutLogoProps } from './layout-logo';
|
|
@@ -25,6 +25,8 @@ export type LayoutHeaderProps = Omit<ComponentPropsWithoutRef<'div'>, 'children'
|
|
|
25
25
|
logo: ReactElement<TitanLayoutLogoProps>;
|
|
26
26
|
profile?: ReactElement;
|
|
27
27
|
|
|
28
|
+
isMobile: boolean;
|
|
29
|
+
hasNotifications: boolean;
|
|
28
30
|
onBurgerClick?: (e: MouseEvent) => void;
|
|
29
31
|
};
|
|
30
32
|
|
|
@@ -35,13 +37,13 @@ export const LayoutHeader: FC<LayoutHeaderProps> = ({
|
|
|
35
37
|
rightClassName,
|
|
36
38
|
center,
|
|
37
39
|
centerClassName,
|
|
40
|
+
isMobile,
|
|
41
|
+
hasNotifications,
|
|
38
42
|
logo,
|
|
39
43
|
profile,
|
|
40
44
|
onBurgerClick,
|
|
41
45
|
...rest
|
|
42
46
|
}) => {
|
|
43
|
-
const { breakpoint } = useTitanLayoutContext();
|
|
44
|
-
|
|
45
47
|
return (
|
|
46
48
|
<LayoutPlacementContext.Provider value="top">
|
|
47
49
|
<div
|
|
@@ -50,7 +52,7 @@ export const LayoutHeader: FC<LayoutHeaderProps> = ({
|
|
|
50
52
|
data-cy="header-navigation"
|
|
51
53
|
>
|
|
52
54
|
<div className={classNames(Styles.heTopLeft)} data-cy="navigation-left">
|
|
53
|
-
{
|
|
55
|
+
{isMobile && (
|
|
54
56
|
<LayoutHeaderNavigationTrigger
|
|
55
57
|
id="burger"
|
|
56
58
|
title=""
|
|
@@ -58,12 +60,17 @@ export const LayoutHeader: FC<LayoutHeaderProps> = ({
|
|
|
58
60
|
iconActive={SvgBurgerMenu}
|
|
59
61
|
className="m-r-1"
|
|
60
62
|
onClick={onBurgerClick}
|
|
63
|
+
tag={{ value: hasNotifications }}
|
|
61
64
|
/>
|
|
62
65
|
)}
|
|
63
66
|
{logo}
|
|
64
67
|
</div>
|
|
65
68
|
<div
|
|
66
|
-
className={classNames(
|
|
69
|
+
className={classNames(
|
|
70
|
+
Styles.heTopCenter,
|
|
71
|
+
'd-f align-items-center justify-content-center',
|
|
72
|
+
centerClassName
|
|
73
|
+
)}
|
|
67
74
|
data-cy="navigation-center"
|
|
68
75
|
>
|
|
69
76
|
{center}
|
|
@@ -33,20 +33,27 @@ export const TitanLayoutLogo: FC<TitanLayoutLogoProps> = ({
|
|
|
33
33
|
const Wrapper = logoWrapper;
|
|
34
34
|
const logoSize = isMobile ? 44 : 56;
|
|
35
35
|
const logoCompanySize = 48;
|
|
36
|
+
const showCompanyTitle = title === true && !isMobile;
|
|
36
37
|
|
|
37
38
|
return (
|
|
38
|
-
<div
|
|
39
|
-
{
|
|
39
|
+
<div
|
|
40
|
+
className={classNames(
|
|
41
|
+
'd-f align-items-center',
|
|
42
|
+
{ 'p-t-half': showCompanyTitle },
|
|
43
|
+
className
|
|
44
|
+
)}
|
|
45
|
+
>
|
|
46
|
+
{showCompanyTitle ? (
|
|
47
|
+
<Wrapper>
|
|
48
|
+
<LogoCompanyTitle height={logoCompanySize} />
|
|
49
|
+
</Wrapper>
|
|
50
|
+
) : typeof title === 'string' ? (
|
|
40
51
|
<Fragment>
|
|
41
52
|
<LogoTitan size={logoSize} mantleFill={mantleFill} logoWrapper={Wrapper} />
|
|
42
53
|
{!isMobile && (
|
|
43
54
|
<LogoTitanTitle className="c-inherit m-l-1">{title}</LogoTitanTitle>
|
|
44
55
|
)}
|
|
45
56
|
</Fragment>
|
|
46
|
-
) : title === true && !isMobile ? (
|
|
47
|
-
<Wrapper className="">
|
|
48
|
-
<LogoCompanyTitle height={logoCompanySize} />
|
|
49
|
-
</Wrapper>
|
|
50
57
|
) : (
|
|
51
58
|
<LogoTitan size={logoSize} mantleFill={mantleFill} logoWrapper={Wrapper} />
|
|
52
59
|
)}
|
|
@@ -18,7 +18,7 @@ export default {
|
|
|
18
18
|
|
|
19
19
|
export const ProfileDefault = withTitanLayout(
|
|
20
20
|
<ProfileDropdown>
|
|
21
|
-
<ProfileDropdown.Link id="first" to="https://google.com">
|
|
21
|
+
<ProfileDropdown.Link id="first" to="https://google.com" external>
|
|
22
22
|
first link
|
|
23
23
|
</ProfileDropdown.Link>
|
|
24
24
|
<ProfileDropdown.Section id="second" onClick={() => alert('second click')}>
|
|
@@ -33,5 +33,14 @@ export const ProfileDefault = withTitanLayout(
|
|
|
33
33
|
third link
|
|
34
34
|
</ProfileDropdown.Link>
|
|
35
35
|
<ProfileDropdown.Divider />
|
|
36
|
+
<ProfileDropdown.Section
|
|
37
|
+
id="forth"
|
|
38
|
+
onClick={() => alert('forth click')}
|
|
39
|
+
text="Sign Out user"
|
|
40
|
+
>
|
|
41
|
+
Sign Out
|
|
42
|
+
<span className="c-neutral-60 m-l-1">user</span>
|
|
43
|
+
</ProfileDropdown.Section>
|
|
44
|
+
<ProfileDropdown.Divider />
|
|
36
45
|
</ProfileDropdown>
|
|
37
46
|
);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import SvgAccountActive from '@servicetitan/anvil2/assets/icons/st/gnav_account_active.svg';
|
|
2
2
|
import SvgAccountInactive from '@servicetitan/anvil2/assets/icons/st/gnav_account_inactive.svg';
|
|
3
3
|
|
|
4
|
-
import { FC, useState } from 'react';
|
|
5
|
-
import { NavigationComponentContext } from '../../utils/navigation-context';
|
|
4
|
+
import { FC, MouseEvent, useEffect, useState } from 'react';
|
|
5
|
+
import { NavLinkComponentProps, NavigationComponentContext } from '../../utils/navigation-context';
|
|
6
6
|
import {
|
|
7
7
|
ProfileDropdown as DesktopProfileDropdown,
|
|
8
8
|
ProfileDropdownLinkProps,
|
|
@@ -17,6 +17,7 @@ import {
|
|
|
17
17
|
InternalSideNavigationGroupLink,
|
|
18
18
|
InternalSideNavigationGroupTrigger,
|
|
19
19
|
} from './layout-sidebar-links-internal';
|
|
20
|
+
import { useNotificationsContext, useNotificationsState } from './notifications-context';
|
|
20
21
|
|
|
21
22
|
export type {
|
|
22
23
|
ProfileDropdownProps,
|
|
@@ -24,6 +25,10 @@ export type {
|
|
|
24
25
|
ProfileDropdownLinkProps,
|
|
25
26
|
} from '../profile-dropdown/profile-dropdown';
|
|
26
27
|
|
|
28
|
+
const ExternalNavComponent: FC<NavLinkComponentProps> = ({ children, isActive, ...props }) => (
|
|
29
|
+
<a {...props}>{children}</a>
|
|
30
|
+
);
|
|
31
|
+
|
|
27
32
|
const ProfileDropdownContent: FC<ProfileDropdownProps> = props => {
|
|
28
33
|
const { breakpoint, NavigationComponent } = useTitanLayoutContext();
|
|
29
34
|
return breakpoint.isMobile ? (
|
|
@@ -40,24 +45,37 @@ const MobileProfileDropdown: FC<ProfileDropdownProps & NavigationComponentProps>
|
|
|
40
45
|
children,
|
|
41
46
|
...props
|
|
42
47
|
}) => {
|
|
48
|
+
const id = '__profile';
|
|
43
49
|
const [expanded, setExpanded] = useState(false);
|
|
44
|
-
const
|
|
50
|
+
const { hasNotifications, NotificationsContextProvider } = useNotificationsState();
|
|
51
|
+
const { onNotificationsUpdate } = useNotificationsContext();
|
|
52
|
+
const onExpandToggle = (e: MouseEvent<never>) => {
|
|
53
|
+
e.stopPropagation();
|
|
54
|
+
setExpanded(!expanded);
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
useEffect(() => {
|
|
58
|
+
onNotificationsUpdate(id, hasNotifications);
|
|
59
|
+
}, [hasNotifications, onNotificationsUpdate]);
|
|
60
|
+
|
|
45
61
|
return (
|
|
46
|
-
<
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
62
|
+
<NotificationsContextProvider>
|
|
63
|
+
<InternalSideNavigationGroup
|
|
64
|
+
id={id}
|
|
65
|
+
to={undefined}
|
|
66
|
+
title="Profile"
|
|
67
|
+
icon={SvgAccountInactive}
|
|
68
|
+
iconActive={SvgAccountActive}
|
|
69
|
+
isActive={expanded}
|
|
70
|
+
{...props}
|
|
71
|
+
submenuExpanded={expanded}
|
|
72
|
+
onExpandToggle={onExpandToggle}
|
|
73
|
+
onClick={onExpandToggle}
|
|
74
|
+
tag={{ value: hasNotifications }}
|
|
75
|
+
>
|
|
76
|
+
{children}
|
|
77
|
+
</InternalSideNavigationGroup>
|
|
78
|
+
</NotificationsContextProvider>
|
|
61
79
|
);
|
|
62
80
|
};
|
|
63
81
|
|
|
@@ -70,6 +88,18 @@ const ProfileDropdownDivider: FC = () => {
|
|
|
70
88
|
);
|
|
71
89
|
};
|
|
72
90
|
|
|
91
|
+
const getText = (props: any): string | undefined => {
|
|
92
|
+
if (typeof props.children === 'string') {
|
|
93
|
+
return props.children;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
if (typeof props.text === 'string') {
|
|
97
|
+
return props.text;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
return undefined;
|
|
101
|
+
};
|
|
102
|
+
|
|
73
103
|
const ProfileDropdownSection: FC<ProfileDropdownSectionProps> = props => {
|
|
74
104
|
const { breakpoint } = useTitanLayoutContext();
|
|
75
105
|
return breakpoint.isMobile ? (
|
|
@@ -79,9 +109,9 @@ const ProfileDropdownSection: FC<ProfileDropdownSectionProps> = props => {
|
|
|
79
109
|
);
|
|
80
110
|
};
|
|
81
111
|
const MobileProfileDropdownSection: FC<ProfileDropdownSectionProps> = props => {
|
|
82
|
-
const
|
|
83
|
-
return
|
|
84
|
-
<InternalSideNavigationGroupTrigger id={props.id} title={
|
|
112
|
+
const text = getText(props);
|
|
113
|
+
return text ? (
|
|
114
|
+
<InternalSideNavigationGroupTrigger id={props.id} title={text} onClick={props.onClick} />
|
|
85
115
|
) : null;
|
|
86
116
|
};
|
|
87
117
|
|
|
@@ -94,17 +124,22 @@ const ProfileDropdownLink: FC<ProfileDropdownLinkProps> = props => {
|
|
|
94
124
|
);
|
|
95
125
|
};
|
|
96
126
|
const MobileProfileDropdownLink: FC<ProfileDropdownLinkProps & NavigationComponentProps> = ({
|
|
127
|
+
external,
|
|
97
128
|
to,
|
|
98
129
|
navigationComponent,
|
|
99
130
|
...props
|
|
100
131
|
}) => {
|
|
101
|
-
const
|
|
102
|
-
|
|
132
|
+
const { onNotificationsUpdate } = useNotificationsContext();
|
|
133
|
+
const text = getText(props);
|
|
134
|
+
const isExternalLink = external ?? to?.startsWith('http');
|
|
135
|
+
onNotificationsUpdate(props.id, !!props.tag?.value);
|
|
136
|
+
|
|
137
|
+
return text ? (
|
|
103
138
|
<InternalSideNavigationGroupLink
|
|
104
139
|
{...props}
|
|
105
140
|
to={to}
|
|
106
|
-
title={
|
|
107
|
-
navigationComponent={navigationComponent}
|
|
141
|
+
title={text}
|
|
142
|
+
navigationComponent={isExternalLink ? ExternalNavComponent : navigationComponent}
|
|
108
143
|
/>
|
|
109
144
|
) : null;
|
|
110
145
|
};
|
|
@@ -156,7 +156,9 @@ export const InternalSideNavigationLink: FC<InternalSideNavigationLinkProps> = (
|
|
|
156
156
|
|
|
157
157
|
/** Side Navigation menu trigger (for internal usage) */
|
|
158
158
|
export const InternalSideNavigationTrigger: FC<
|
|
159
|
-
Omit<InternalSideNavigationLinkProps, 'to' | 'navigationComponent'> & {
|
|
159
|
+
Omit<InternalSideNavigationLinkProps, 'to' | 'navigationComponent'> & {
|
|
160
|
+
onClick?: (e: MouseEvent<never>) => void;
|
|
161
|
+
}
|
|
160
162
|
> = ({ className, dataPrefix, isActive, submenuExpanded, onExpandToggle, onClick, ...props }) => {
|
|
161
163
|
return (
|
|
162
164
|
<div
|
|
@@ -180,12 +182,22 @@ export const InternalSideNavigationTrigger: FC<
|
|
|
180
182
|
|
|
181
183
|
export const InternalSideNavigationGroupLink: FC<
|
|
182
184
|
NavigationSubmenuItemData & NavigationComponentProps
|
|
183
|
-
> = ({
|
|
185
|
+
> = ({
|
|
186
|
+
id,
|
|
187
|
+
counter,
|
|
188
|
+
tag,
|
|
189
|
+
title,
|
|
190
|
+
to,
|
|
191
|
+
isActive,
|
|
192
|
+
navigationComponent: NavigationComponent,
|
|
193
|
+
...rest
|
|
194
|
+
}) => {
|
|
184
195
|
return (
|
|
185
196
|
<NavigationComponent
|
|
197
|
+
key={id}
|
|
186
198
|
data-cy={`navigation-item-${id}`}
|
|
187
199
|
data-pendo={`navigation-item-${id}`}
|
|
188
|
-
|
|
200
|
+
{...rest}
|
|
189
201
|
to={to}
|
|
190
202
|
className={classNames(Styles.submenuItem, Styles.submenuLink, {
|
|
191
203
|
[Styles.submenuLinkActive]: isActive === true,
|
|
@@ -201,12 +213,13 @@ export const InternalSideNavigationGroupLink: FC<
|
|
|
201
213
|
|
|
202
214
|
export const InternalSideNavigationGroupTrigger: FC<
|
|
203
215
|
Omit<NavigationSubmenuItemData, 'to'> & { onClick?: (e: MouseEvent<any>) => void }
|
|
204
|
-
> = ({ id, counter, onClick, tag, title, isActive }) => {
|
|
216
|
+
> = ({ id, counter, onClick, tag, title, isActive, ...rest }) => {
|
|
205
217
|
return (
|
|
206
218
|
<div
|
|
207
219
|
data-cy={`navigation-item-${id}`}
|
|
208
220
|
data-pendo={`navigation-item-${id}`}
|
|
209
221
|
key={id}
|
|
222
|
+
{...rest}
|
|
210
223
|
className={classNames(Styles.submenuItem, {
|
|
211
224
|
[Styles.submenuLink]: !!onClick,
|
|
212
225
|
[Styles.submenuLinkActive]: isActive === true,
|
|
@@ -231,7 +244,7 @@ export const InternalSideNavigationGroup: FC<
|
|
|
231
244
|
onExpandToggle?: (e: MouseEvent<never>) => void;
|
|
232
245
|
tag: BadgeTagProps | undefined;
|
|
233
246
|
to: NavigationItemData['to'] | undefined;
|
|
234
|
-
onClick?: () => void;
|
|
247
|
+
onClick?: (e: MouseEvent<never>) => void;
|
|
235
248
|
}
|
|
236
249
|
> = ({ children, submenuExpanded, to, onExpandToggle, onClick, ...props }) => {
|
|
237
250
|
return (
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
InternalSideNavigationLink,
|
|
7
7
|
InternalSideNavigationTrigger,
|
|
8
8
|
} from './layout-sidebar-links-internal';
|
|
9
|
+
import { useNotificationsContext } from './notifications-context';
|
|
9
10
|
|
|
10
11
|
const WrappedLink: FC<{
|
|
11
12
|
children: ReactElement<any>;
|
|
@@ -17,7 +18,14 @@ const WrappedLink: FC<{
|
|
|
17
18
|
|
|
18
19
|
/** Side Navigation menu link */
|
|
19
20
|
export function TitanLayoutSidebarLink({ wrapper, ...props }: TitanLayoutSidebarLinkProps) {
|
|
20
|
-
const {
|
|
21
|
+
const {
|
|
22
|
+
NavigationComponent,
|
|
23
|
+
breakpoint: { isMobile },
|
|
24
|
+
} = useTitanLayoutContext();
|
|
25
|
+
const { onNotificationsUpdate } = useNotificationsContext();
|
|
26
|
+
const tag = getCounterTag(props.counter, props.tag);
|
|
27
|
+
|
|
28
|
+
onNotificationsUpdate(props.id, !!tag);
|
|
21
29
|
|
|
22
30
|
const element = (
|
|
23
31
|
<InternalSideNavigationLink
|
|
@@ -25,11 +33,11 @@ export function TitanLayoutSidebarLink({ wrapper, ...props }: TitanLayoutSidebar
|
|
|
25
33
|
navigationComponent={NavigationComponent}
|
|
26
34
|
submenuExpanded={undefined}
|
|
27
35
|
dataPrefix="navigation-link"
|
|
28
|
-
tag={
|
|
36
|
+
tag={tag}
|
|
29
37
|
/>
|
|
30
38
|
);
|
|
31
39
|
|
|
32
|
-
return wrapper ? <WrappedLink wrapper={wrapper}>{element}</WrappedLink> : element;
|
|
40
|
+
return wrapper && !isMobile ? <WrappedLink wrapper={wrapper}>{element}</WrappedLink> : element;
|
|
33
41
|
}
|
|
34
42
|
|
|
35
43
|
/** Side Navigation menu trigger */
|
|
@@ -42,13 +50,17 @@ export function TitanLayoutSidebarTrigger({
|
|
|
42
50
|
const {
|
|
43
51
|
breakpoint: { isMobile },
|
|
44
52
|
} = useTitanLayoutContext();
|
|
53
|
+
const { onNotificationsUpdate } = useNotificationsContext();
|
|
54
|
+
const tag = getCounterTag(props.counter, props.tag);
|
|
55
|
+
|
|
56
|
+
onNotificationsUpdate(props.id, !!tag);
|
|
45
57
|
|
|
46
58
|
const element = (
|
|
47
59
|
<InternalSideNavigationTrigger
|
|
48
60
|
{...props}
|
|
49
61
|
submenuExpanded={undefined}
|
|
50
62
|
dataPrefix="navigation-trigger"
|
|
51
|
-
tag={
|
|
63
|
+
tag={tag}
|
|
52
64
|
onClick={isMobile && !!onMobileClick ? onMobileClick : onClick}
|
|
53
65
|
/>
|
|
54
66
|
);
|
|
@@ -15,32 +15,22 @@
|
|
|
15
15
|
align-items: stretch;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
// desktop version positioned with flex
|
|
19
|
-
.nav-flex {
|
|
20
|
-
flex-basis: var(--nav-offset-left);
|
|
21
|
-
flex-grow: 0;
|
|
22
|
-
flex-shrink: 0;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// desktop version positioned with fixed
|
|
26
|
-
.nav-fixed {
|
|
27
|
-
position: fixed;
|
|
28
|
-
top: var(--nav-offset-top);
|
|
29
|
-
bottom: 0;
|
|
30
|
-
left: 0;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
18
|
// mobile version
|
|
34
19
|
.nav-drawer {
|
|
35
|
-
display: none;
|
|
20
|
+
// display: none;
|
|
36
21
|
position: fixed;
|
|
37
22
|
max-width: 400px;
|
|
38
23
|
width: 0;
|
|
24
|
+
height: 100vh;
|
|
39
25
|
top: 0;
|
|
40
|
-
|
|
41
|
-
left: 0;
|
|
26
|
+
left: -100vh;
|
|
42
27
|
z-index: 991;
|
|
43
28
|
|
|
29
|
+
-webkit-transition: width 200ms ease-in-out;
|
|
30
|
+
-moz-transition: width 200ms ease-in-out;
|
|
31
|
+
-o-transition: width 200ms ease-in-out;
|
|
32
|
+
transition: width 200ms ease-in-out;
|
|
33
|
+
|
|
44
34
|
.nav-main {
|
|
45
35
|
padding-left: @spacing-2;
|
|
46
36
|
padding-right: @spacing-2;
|
|
@@ -54,6 +44,7 @@
|
|
|
54
44
|
padding-top: @spacing-2;
|
|
55
45
|
padding-left: @spacing-2;
|
|
56
46
|
padding-right: @spacing-2;
|
|
47
|
+
cursor: pointer;
|
|
57
48
|
}
|
|
58
49
|
}
|
|
59
50
|
|
|
@@ -76,10 +67,21 @@
|
|
|
76
67
|
}
|
|
77
68
|
}
|
|
78
69
|
|
|
70
|
+
.nav-drawer-backdrop {
|
|
71
|
+
position: fixed;
|
|
72
|
+
height: 100vh;
|
|
73
|
+
width: 100vw;
|
|
74
|
+
top: 0;
|
|
75
|
+
left: 0;
|
|
76
|
+
z-index: 991;
|
|
77
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
78
|
+
}
|
|
79
|
+
|
|
79
80
|
// mobile version opened
|
|
80
81
|
.nav-drawer-opened {
|
|
81
82
|
display: flex;
|
|
82
83
|
width: 90vw;
|
|
84
|
+
left: 0;
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
@media only screen and (min-width: 361px) {
|
|
@@ -156,7 +158,11 @@
|
|
|
156
158
|
// desktop version expanded
|
|
157
159
|
.nav-wide {
|
|
158
160
|
width: var(--nav-offset-left);
|
|
159
|
-
|
|
161
|
+
|
|
162
|
+
.nav-item {
|
|
163
|
+
margin-left: @spacing-1;
|
|
164
|
+
margin-right: @spacing-1;
|
|
165
|
+
}
|
|
160
166
|
|
|
161
167
|
.toggle {
|
|
162
168
|
.toggle-content {
|
|
@@ -177,14 +183,16 @@
|
|
|
177
183
|
margin-top: @spacing-1;
|
|
178
184
|
margin-bottom: @spacing-1;
|
|
179
185
|
}
|
|
186
|
+
|
|
187
|
+
.nav-main {
|
|
188
|
+
padding-top: @spacing-1;
|
|
189
|
+
}
|
|
180
190
|
}
|
|
181
191
|
|
|
182
192
|
.nav-drawer,
|
|
183
193
|
.nav-wide {
|
|
184
194
|
.nav-item {
|
|
185
195
|
flex-direction: row;
|
|
186
|
-
margin-left: @spacing-1;
|
|
187
|
-
margin-right: @spacing-1;
|
|
188
196
|
|
|
189
197
|
.nav-item-icon-wrapper {
|
|
190
198
|
flex: 1;
|
|
@@ -5,9 +5,8 @@ export const navBottom: string;
|
|
|
5
5
|
export const navClose: string;
|
|
6
6
|
export const navCloseWrapper: string;
|
|
7
7
|
export const navDrawer: string;
|
|
8
|
+
export const navDrawerBackdrop: string;
|
|
8
9
|
export const navDrawerOpened: string;
|
|
9
|
-
export const navFixed: string;
|
|
10
|
-
export const navFlex: string;
|
|
11
10
|
export const navFooter: string;
|
|
12
11
|
export const navGroupItem: string;
|
|
13
12
|
export const navGroupWrapper: string;
|