@atlaskit/profilecard 25.9.10 → 26.0.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/CHANGELOG.md +32 -0
- package/agent/package.json +1 -8
- package/agent-profile-card/package.json +1 -8
- package/agent-profile-card-resourced/package.json +1 -8
- package/agent-profile-card-trigger/package.json +1 -8
- package/caching-client/package.json +1 -8
- package/client/package.json +1 -8
- package/config/package.json +1 -8
- package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/util/analytics.js +2 -2
- package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/util/analytics.js +2 -2
- package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/util/analytics.js +2 -2
- package/i18n/package.json +1 -8
- package/lazy-profile-card/package.json +1 -8
- package/messages/package.json +1 -8
- package/mock-profile-client/package.json +1 -8
- package/mock-team-client/package.json +1 -8
- package/mocks/package.json +1 -8
- package/package.json +32 -40
- package/profile-card/package.json +1 -8
- package/profile-card-trigger/package.json +1 -8
- package/profile-data/package.json +1 -8
- package/simple-mock-clients/package.json +1 -8
- package/team/package.json +1 -8
- package/team-profile-card/package.json +1 -8
- package/team-profile-card-client/package.json +1 -8
- package/team-profile-card-trigger/package.json +1 -8
- package/types/package.json +1 -8
- package/user/package.json +1 -8
- package/user-profile-card-client/package.json +1 -8
- package/with-outer-listeners/package.json +1 -8
- package/dist/types-ts4.5/client/CachingClient.d.ts +0 -18
- package/dist/types-ts4.5/client/ProfileCardClient.d.ts +0 -28
- package/dist/types-ts4.5/client/RovoAgentCardClient.d.ts +0 -23
- package/dist/types-ts4.5/client/TeamCentralCardClient.d.ts +0 -50
- package/dist/types-ts4.5/client/TeamProfileCardClient.d.ts +0 -9
- package/dist/types-ts4.5/client/UserProfileCardClient.d.ts +0 -24
- package/dist/types-ts4.5/client/errorUtils.d.ts +0 -5
- package/dist/types-ts4.5/client/getOrgIdForCloudIdFromAGG.d.ts +0 -1
- package/dist/types-ts4.5/client/getTeamFromAGG.d.ts +0 -38
- package/dist/types-ts4.5/client/graphqlUtils.d.ts +0 -31
- package/dist/types-ts4.5/client/index.d.ts +0 -6
- package/dist/types-ts4.5/client/types.d.ts +0 -13
- package/dist/types-ts4.5/components/Agent/Actions.d.ts +0 -15
- package/dist/types-ts4.5/components/Agent/AgentDeleteConfirmationModal.d.ts +0 -10
- package/dist/types-ts4.5/components/Agent/AgentProfileCard.d.ts +0 -4
- package/dist/types-ts4.5/components/Agent/AgentProfileCardResourced.d.ts +0 -22
- package/dist/types-ts4.5/components/Agent/AgentProfileCardTrigger.d.ts +0 -4
- package/dist/types-ts4.5/components/Agent/AgentProfileCardWrapper.d.ts +0 -4
- package/dist/types-ts4.5/components/Agent/ConversationStarters.d.ts +0 -3
- package/dist/types-ts4.5/components/Agent/hooks/duplicateFetch.d.ts +0 -24
- package/dist/types-ts4.5/components/Agent/hooks/useAgentActions.d.ts +0 -16
- package/dist/types-ts4.5/components/Agent/index.d.ts +0 -2
- package/dist/types-ts4.5/components/Agent/lazyAgentProfileCard.d.ts +0 -3
- package/dist/types-ts4.5/components/Agent/messages.d.ts +0 -27
- package/dist/types-ts4.5/components/Agent/utils/index.d.ts +0 -4
- package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +0 -3
- package/dist/types-ts4.5/components/Error/ErrorBoundary.d.ts +0 -10
- package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +0 -2
- package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +0 -10
- package/dist/types-ts4.5/components/Error/index.d.ts +0 -3
- package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +0 -13
- package/dist/types-ts4.5/components/Icon/index.d.ts +0 -1
- package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +0 -6
- package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +0 -6
- package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +0 -7
- package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +0 -65
- package/dist/types-ts4.5/components/Team/index.d.ts +0 -4
- package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +0 -3
- package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +0 -10
- package/dist/types-ts4.5/components/User/ProfileCard.d.ts +0 -5
- package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +0 -3
- package/dist/types-ts4.5/components/User/ProfileCardResourced.d.ts +0 -22
- package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +0 -3
- package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +0 -5
- package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +0 -7
- package/dist/types-ts4.5/components/User/index.d.ts +0 -4
- package/dist/types-ts4.5/components/User/lazyProfileCard.d.ts +0 -3
- package/dist/types-ts4.5/components/common/LoadingState.d.ts +0 -9
- package/dist/types-ts4.5/components/common/PopupTrigger.d.ts +0 -7
- package/dist/types-ts4.5/components/common/ProfileCardTrigger.d.ts +0 -9
- package/dist/types-ts4.5/components/common/ProfileCardWrapper.d.ts +0 -5
- package/dist/types-ts4.5/components/common/types.d.ts +0 -17
- package/dist/types-ts4.5/components/team-profile-card/index.d.ts +0 -1
- package/dist/types-ts4.5/components/team-profile-card/main.d.ts +0 -17
- package/dist/types-ts4.5/components/team-profile-card/mocks.d.ts +0 -16
- package/dist/types-ts4.5/components/team-profile-card/team-actions/index.d.ts +0 -21
- package/dist/types-ts4.5/components/team-profile-card/team-actions/messages.d.ts +0 -7
- package/dist/types-ts4.5/components/team-profile-card/team-actions/more-actions/index.d.ts +0 -11
- package/dist/types-ts4.5/components/team-profile-card/team-actions/more-actions/messages.d.ts +0 -7
- package/dist/types-ts4.5/components/team-profile-card/team-connections/main.d.ts +0 -3
- package/dist/types-ts4.5/components/team-profile-card/team-containers-skeleton/index.d.ts +0 -3
- package/dist/types-ts4.5/components/team-profile-card/team-containers-skeleton/linked-container-card-skeleton/index.d.ts +0 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -8
- package/dist/types-ts4.5/i18n/da.d.ts +0 -8
- package/dist/types-ts4.5/i18n/de.d.ts +0 -8
- package/dist/types-ts4.5/i18n/en.d.ts +0 -8
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -8
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -8
- package/dist/types-ts4.5/i18n/es.d.ts +0 -8
- package/dist/types-ts4.5/i18n/et.d.ts +0 -27
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -8
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -8
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -8
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -8
- package/dist/types-ts4.5/i18n/index.d.ts +0 -36
- package/dist/types-ts4.5/i18n/is.d.ts +0 -27
- package/dist/types-ts4.5/i18n/it.d.ts +0 -8
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -8
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -8
- package/dist/types-ts4.5/i18n/languages.d.ts +0 -34
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -8
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -8
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -8
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -8
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -27
- package/dist/types-ts4.5/i18n/ro.d.ts +0 -27
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -27
- package/dist/types-ts4.5/i18n/sl.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -8
- package/dist/types-ts4.5/i18n/th.d.ts +0 -8
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -8
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -8
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -8
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -8
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -8
- package/dist/types-ts4.5/index.d.ts +0 -24
- package/dist/types-ts4.5/internal/filterActions.d.ts +0 -3
- package/dist/types-ts4.5/internal/getLabelMessage.d.ts +0 -3
- package/dist/types-ts4.5/internal/relative-date.d.ts +0 -3
- package/dist/types-ts4.5/messages.d.ts +0 -233
- package/dist/types-ts4.5/mocks/agent-data.d.ts +0 -4
- package/dist/types-ts4.5/mocks/index.d.ts +0 -4
- package/dist/types-ts4.5/mocks/mock-profile-client.d.ts +0 -1
- package/dist/types-ts4.5/mocks/mock-team-client.d.ts +0 -8
- package/dist/types-ts4.5/mocks/profile-data.d.ts +0 -45
- package/dist/types-ts4.5/mocks/reporting-lines-data.d.ts +0 -2
- package/dist/types-ts4.5/mocks/simple-mock-clients.d.ts +0 -19
- package/dist/types-ts4.5/mocks/team-data.d.ts +0 -15
- package/dist/types-ts4.5/mocks/util.d.ts +0 -6
- package/dist/types-ts4.5/styled/Card.d.ts +0 -59
- package/dist/types-ts4.5/styled/CoverImage.d.ts +0 -11
- package/dist/types-ts4.5/styled/Error.d.ts +0 -11
- package/dist/types-ts4.5/styled/ReportingLines.d.ts +0 -13
- package/dist/types-ts4.5/styled/TeamCard.d.ts +0 -35
- package/dist/types-ts4.5/styled/TeamTrigger.d.ts +0 -19
- package/dist/types-ts4.5/styled/UserTrigger.d.ts +0 -12
- package/dist/types-ts4.5/types.d.ts +0 -592
- package/dist/types-ts4.5/util/analytics.d.ts +0 -101
- package/dist/types-ts4.5/util/click.d.ts +0 -4
- package/dist/types-ts4.5/util/config.d.ts +0 -2
- package/dist/types-ts4.5/util/date.d.ts +0 -1
- package/dist/types-ts4.5/util/errors.d.ts +0 -43
- package/dist/types-ts4.5/util/performance.d.ts +0 -1
- package/dist/types-ts4.5/util/rovoAgentUtils.d.ts +0 -2
- package/dist/types-ts4.5/util/url.d.ts +0 -1
- package/dist/types-ts4.5/util/useProfileInfo.d.ts +0 -8
- package/dist/types-ts4.5/util/withOuterListeners.d.ts +0 -6
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
import translations from '@atlaskit/afm-i18n-platform-people-and-teams-profilecard/i18n/zh_TW';
|
|
8
|
-
export default translations;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import ProfileCardClient from './client/ProfileCardClient';
|
|
2
|
-
import TeamProfileClient from './client/TeamProfileCardClient';
|
|
3
|
-
import UserProfileClient, { modifyResponse } from './client/UserProfileCardClient';
|
|
4
|
-
import AgentProfileCard from './components/Agent/AgentProfileCard';
|
|
5
|
-
import { TeamProfileCard } from './components/team-profile-card';
|
|
6
|
-
import TeamProfileCardTrigger from './components/Team/TeamProfileCardTrigger';
|
|
7
|
-
import ProfileCard from './components/User/ProfileCard';
|
|
8
|
-
import ProfileCardResourced from './components/User/ProfileCardResourced';
|
|
9
|
-
import ProfileCardTrigger from './components/User/ProfileCardTrigger';
|
|
10
|
-
import { DELAY_MS_HIDE, DELAY_MS_SHOW } from './util/config';
|
|
11
|
-
export { default as withOuterListeners } from './util/withOuterListeners';
|
|
12
|
-
export type { WithOuterListenersProps } from './util/withOuterListeners';
|
|
13
|
-
export type { ProfileCardErrorType, ProfilecardTriggerPosition, RelativeDateKeyType, StatusModifiedDateType, StatusType, TriggerType, ApiClientResponse, MessageIntlProviderProps, ProfileCardAction, ProfileCardClientData, ProfileCardResourcedProps, ProfileCardResourcedState, ProfileCardTriggerProps, ProfileCardTriggerState, ProfileClientOptions, ProfilecardProps, PrepopulatedData, Team, AgentProfileCardTriggerProps, } from './types';
|
|
14
|
-
export { default as TeamProfileCard } from './components/Team/TeamProfileCard';
|
|
15
|
-
export { ProfileCard };
|
|
16
|
-
export { ProfileCardTrigger };
|
|
17
|
-
export { TeamProfileCardTrigger };
|
|
18
|
-
export { AgentProfileCard };
|
|
19
|
-
export { ProfileCardClient as ProfileClient, TeamProfileClient, UserProfileClient, modifyResponse };
|
|
20
|
-
export { DELAY_MS_SHOW, DELAY_MS_HIDE };
|
|
21
|
-
export { AgentProfileCardTrigger } from './components/Agent/AgentProfileCardTrigger';
|
|
22
|
-
export { AgentProfileCardResourced } from './components/Agent/AgentProfileCardResourced';
|
|
23
|
-
export { TeamProfileCard as TeamProfileCardWithContainer };
|
|
24
|
-
export default ProfileCardResourced;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type MessageDescriptor } from 'react-intl';
|
|
2
|
-
declare const getLabelMessage: (ariaLabelProp: string | undefined, fullName: string | undefined, formatMessage: (message: MessageDescriptor, values?: Record<string, string>) => string) => string;
|
|
3
|
-
export default getLabelMessage;
|
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
declare const messages: {
|
|
2
|
-
inactiveAccountMsg: {
|
|
3
|
-
id: string;
|
|
4
|
-
defaultMessage: string;
|
|
5
|
-
description: string;
|
|
6
|
-
};
|
|
7
|
-
generalDescMsgForDisabledUser: {
|
|
8
|
-
id: string;
|
|
9
|
-
defaultMessage: string;
|
|
10
|
-
description: string;
|
|
11
|
-
};
|
|
12
|
-
inactiveAccountDescMsgNoDate: {
|
|
13
|
-
id: string;
|
|
14
|
-
defaultMessage: string;
|
|
15
|
-
description: string;
|
|
16
|
-
};
|
|
17
|
-
inactiveAccountDescMsgHasDateThisWeek: {
|
|
18
|
-
id: string;
|
|
19
|
-
defaultMessage: string;
|
|
20
|
-
description: string;
|
|
21
|
-
};
|
|
22
|
-
inactiveAccountDescMsgHasDateThisMonth: {
|
|
23
|
-
id: string;
|
|
24
|
-
defaultMessage: string;
|
|
25
|
-
description: string;
|
|
26
|
-
};
|
|
27
|
-
inactiveAccountDescMsgHasDateLastMonth: {
|
|
28
|
-
id: string;
|
|
29
|
-
defaultMessage: string;
|
|
30
|
-
description: string;
|
|
31
|
-
};
|
|
32
|
-
inactiveAccountDescMsgHasDateAFewMonths: {
|
|
33
|
-
id: string;
|
|
34
|
-
defaultMessage: string;
|
|
35
|
-
description: string;
|
|
36
|
-
};
|
|
37
|
-
inactiveAccountDescMsgHasDateSeveralMonths: {
|
|
38
|
-
id: string;
|
|
39
|
-
defaultMessage: string;
|
|
40
|
-
description: string;
|
|
41
|
-
};
|
|
42
|
-
inactiveAccountDescMsgHasDateMoreThanAYear: {
|
|
43
|
-
id: string;
|
|
44
|
-
defaultMessage: string;
|
|
45
|
-
description: string;
|
|
46
|
-
};
|
|
47
|
-
closedAccountMsg: {
|
|
48
|
-
id: string;
|
|
49
|
-
defaultMessage: string;
|
|
50
|
-
description: string;
|
|
51
|
-
};
|
|
52
|
-
closedAccountDescMsgNoDate: {
|
|
53
|
-
id: string;
|
|
54
|
-
defaultMessage: string;
|
|
55
|
-
description: string;
|
|
56
|
-
};
|
|
57
|
-
closedAccountDescMsgHasDateThisWeek: {
|
|
58
|
-
id: string;
|
|
59
|
-
defaultMessage: string;
|
|
60
|
-
description: string;
|
|
61
|
-
};
|
|
62
|
-
closedAccountDescMsgHasDateThisMonth: {
|
|
63
|
-
id: string;
|
|
64
|
-
defaultMessage: string;
|
|
65
|
-
description: string;
|
|
66
|
-
};
|
|
67
|
-
closedAccountDescMsgHasDateLastMonth: {
|
|
68
|
-
id: string;
|
|
69
|
-
defaultMessage: string;
|
|
70
|
-
description: string;
|
|
71
|
-
};
|
|
72
|
-
closedAccountDescMsgHasDateAFewMonths: {
|
|
73
|
-
id: string;
|
|
74
|
-
defaultMessage: string;
|
|
75
|
-
description: string;
|
|
76
|
-
};
|
|
77
|
-
closedAccountDescMsgHasDateSeveralMonths: {
|
|
78
|
-
id: string;
|
|
79
|
-
defaultMessage: string;
|
|
80
|
-
description: string;
|
|
81
|
-
};
|
|
82
|
-
closedAccountDescMsgHasDateMoreThanAYear: {
|
|
83
|
-
id: string;
|
|
84
|
-
defaultMessage: string;
|
|
85
|
-
description: string;
|
|
86
|
-
};
|
|
87
|
-
disabledAccountDefaultName: {
|
|
88
|
-
id: string;
|
|
89
|
-
defaultMessage: string;
|
|
90
|
-
description: string;
|
|
91
|
-
};
|
|
92
|
-
teamViewProfile: {
|
|
93
|
-
id: string;
|
|
94
|
-
defaultMessage: string;
|
|
95
|
-
description: string;
|
|
96
|
-
};
|
|
97
|
-
memberCount: {
|
|
98
|
-
id: string;
|
|
99
|
-
defaultMessage: string;
|
|
100
|
-
description: string;
|
|
101
|
-
};
|
|
102
|
-
memberCountIncludingYou: {
|
|
103
|
-
id: string;
|
|
104
|
-
defaultMessage: string;
|
|
105
|
-
description: string;
|
|
106
|
-
};
|
|
107
|
-
membersMoreThan50: {
|
|
108
|
-
id: string;
|
|
109
|
-
defaultMessage: string;
|
|
110
|
-
description: string;
|
|
111
|
-
};
|
|
112
|
-
membersMoreThan50IncludingYou: {
|
|
113
|
-
id: string;
|
|
114
|
-
defaultMessage: string;
|
|
115
|
-
description: string;
|
|
116
|
-
};
|
|
117
|
-
teamErrorTitle: {
|
|
118
|
-
id: string;
|
|
119
|
-
defaultMessage: string;
|
|
120
|
-
description: string;
|
|
121
|
-
};
|
|
122
|
-
teamErrorText: {
|
|
123
|
-
id: string;
|
|
124
|
-
defaultMessage: string;
|
|
125
|
-
description: string;
|
|
126
|
-
};
|
|
127
|
-
teamErrorButton: {
|
|
128
|
-
id: string;
|
|
129
|
-
defaultMessage: string;
|
|
130
|
-
description: string;
|
|
131
|
-
};
|
|
132
|
-
teamForbiddenErrorStateTitle: {
|
|
133
|
-
id: string;
|
|
134
|
-
defaultMessage: string;
|
|
135
|
-
description: string;
|
|
136
|
-
};
|
|
137
|
-
teamForbiddenErrorStateDescription: {
|
|
138
|
-
id: string;
|
|
139
|
-
defaultMessage: string;
|
|
140
|
-
description: string;
|
|
141
|
-
};
|
|
142
|
-
managerSectionHeading: {
|
|
143
|
-
id: string;
|
|
144
|
-
defaultMessage: string;
|
|
145
|
-
description: string;
|
|
146
|
-
};
|
|
147
|
-
directReportsSectionHeading: {
|
|
148
|
-
id: string;
|
|
149
|
-
defaultMessage: string;
|
|
150
|
-
description: string;
|
|
151
|
-
};
|
|
152
|
-
teamProfileCardAriaLabel: {
|
|
153
|
-
id: string;
|
|
154
|
-
defaultMessage: string;
|
|
155
|
-
description: string;
|
|
156
|
-
};
|
|
157
|
-
giveKudosButton: {
|
|
158
|
-
id: string;
|
|
159
|
-
defaultMessage: string;
|
|
160
|
-
description: string;
|
|
161
|
-
};
|
|
162
|
-
profileCardMoreIconLabel: {
|
|
163
|
-
id: string;
|
|
164
|
-
defaultMessage: string;
|
|
165
|
-
description: string;
|
|
166
|
-
};
|
|
167
|
-
profileCardMoreIconLabelWithName: {
|
|
168
|
-
id: string;
|
|
169
|
-
defaultMessage: string;
|
|
170
|
-
description: string;
|
|
171
|
-
};
|
|
172
|
-
profileCardMoreReportingLinesLabel: {
|
|
173
|
-
id: string;
|
|
174
|
-
defaultMessage: string;
|
|
175
|
-
description: string;
|
|
176
|
-
};
|
|
177
|
-
profileCardMoreMembersLabel: {
|
|
178
|
-
id: string;
|
|
179
|
-
defaultMessage: string;
|
|
180
|
-
description: string;
|
|
181
|
-
};
|
|
182
|
-
archivedLozenge: {
|
|
183
|
-
id: string;
|
|
184
|
-
defaultMessage: string;
|
|
185
|
-
description: string;
|
|
186
|
-
};
|
|
187
|
-
errorUserNotFound: {
|
|
188
|
-
id: string;
|
|
189
|
-
defaultMessage: string;
|
|
190
|
-
description: string;
|
|
191
|
-
};
|
|
192
|
-
errorGeneric: {
|
|
193
|
-
id: string;
|
|
194
|
-
defaultMessage: string;
|
|
195
|
-
description: string;
|
|
196
|
-
};
|
|
197
|
-
errorRetrySuggestion: {
|
|
198
|
-
id: string;
|
|
199
|
-
defaultMessage: string;
|
|
200
|
-
description: string;
|
|
201
|
-
};
|
|
202
|
-
errorTryAgain: {
|
|
203
|
-
id: string;
|
|
204
|
-
defaultMessage: string;
|
|
205
|
-
description: string;
|
|
206
|
-
};
|
|
207
|
-
errorDialogLabel: {
|
|
208
|
-
id: string;
|
|
209
|
-
defaultMessage: string;
|
|
210
|
-
description: string;
|
|
211
|
-
};
|
|
212
|
-
loadingDialogLabel: {
|
|
213
|
-
id: string;
|
|
214
|
-
defaultMessage: string;
|
|
215
|
-
description: string;
|
|
216
|
-
};
|
|
217
|
-
serviceAccountLabel: {
|
|
218
|
-
id: string;
|
|
219
|
-
defaultMessage: string;
|
|
220
|
-
description: string;
|
|
221
|
-
};
|
|
222
|
-
botAccountLabel: {
|
|
223
|
-
id: string;
|
|
224
|
-
defaultMessage: string;
|
|
225
|
-
description: string;
|
|
226
|
-
};
|
|
227
|
-
viewManagerProfile: {
|
|
228
|
-
id: string;
|
|
229
|
-
defaultMessage: string;
|
|
230
|
-
description: string;
|
|
231
|
-
};
|
|
232
|
-
};
|
|
233
|
-
export default messages;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { default as getMockProfileClient } from './mock-profile-client';
|
|
2
|
-
export { default as getMockTeamClient } from './mock-team-client';
|
|
3
|
-
export { default as profiles } from './profile-data';
|
|
4
|
-
export { simpleMockTeamClient, simpleMockUserClient, simpleProfileClient, simpleMockAgentClient, } from './simple-mock-clients';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function getMockProfileClient(BaseProfileClient: any, modifyResponse: any): any;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
export declare const avatarImages: string[];
|
|
2
|
-
declare const profiles: ({
|
|
3
|
-
User: {
|
|
4
|
-
avatarUrl: string;
|
|
5
|
-
fullName: string;
|
|
6
|
-
nickname: string;
|
|
7
|
-
email: string;
|
|
8
|
-
location: string;
|
|
9
|
-
meta: string;
|
|
10
|
-
remoteTimeString: string;
|
|
11
|
-
remoteWeekdayIndex: number;
|
|
12
|
-
remoteWeekdayString: string;
|
|
13
|
-
accountType: string;
|
|
14
|
-
status?: undefined;
|
|
15
|
-
};
|
|
16
|
-
} | {
|
|
17
|
-
User: {
|
|
18
|
-
avatarUrl: string;
|
|
19
|
-
fullName: string;
|
|
20
|
-
nickname: string;
|
|
21
|
-
email: string;
|
|
22
|
-
location: string;
|
|
23
|
-
meta: string;
|
|
24
|
-
status: string;
|
|
25
|
-
remoteTimeString: string;
|
|
26
|
-
remoteWeekdayIndex: number;
|
|
27
|
-
remoteWeekdayString: string;
|
|
28
|
-
accountType: string;
|
|
29
|
-
};
|
|
30
|
-
} | {
|
|
31
|
-
User: {
|
|
32
|
-
avatarUrl: string;
|
|
33
|
-
fullName: string;
|
|
34
|
-
nickname: string;
|
|
35
|
-
email: string;
|
|
36
|
-
meta: string;
|
|
37
|
-
accountType: string;
|
|
38
|
-
location?: undefined;
|
|
39
|
-
remoteTimeString?: undefined;
|
|
40
|
-
remoteWeekdayIndex?: undefined;
|
|
41
|
-
remoteWeekdayString?: undefined;
|
|
42
|
-
status?: undefined;
|
|
43
|
-
};
|
|
44
|
-
})[];
|
|
45
|
-
export default profiles;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import ProfileCardClient from '../client/ProfileCardClient';
|
|
2
|
-
import RovoAgentCardClient from '../client/RovoAgentCardClient';
|
|
3
|
-
import TeamProfileCardClient from '../client/TeamProfileCardClient';
|
|
4
|
-
import UserProfileCardClient from '../client/UserProfileCardClient';
|
|
5
|
-
import { type AgentIdType, type ProfileCardClientData, type RovoAgentCardClientResult, type Team } from '../types';
|
|
6
|
-
declare class SimpleMockTeamClient extends TeamProfileCardClient {
|
|
7
|
-
makeRequest(teamId: string): Promise<Team>;
|
|
8
|
-
}
|
|
9
|
-
declare class SimpleMockUserClient extends UserProfileCardClient {
|
|
10
|
-
makeRequest(cloudId: string, userId: string): Promise<ProfileCardClientData>;
|
|
11
|
-
}
|
|
12
|
-
declare class SimpleMockAgentClient extends RovoAgentCardClient {
|
|
13
|
-
makeRequest(id: AgentIdType): Promise<RovoAgentCardClientResult>;
|
|
14
|
-
}
|
|
15
|
-
export declare const simpleMockUserClient: SimpleMockUserClient;
|
|
16
|
-
export declare const simpleMockTeamClient: SimpleMockTeamClient;
|
|
17
|
-
export declare const simpleMockAgentClient: SimpleMockAgentClient;
|
|
18
|
-
export declare const simpleProfileClient: ProfileCardClient;
|
|
19
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { type Team } from '../types';
|
|
2
|
-
export default function teamData({ headerImage, displayName, members: memberCount, description, isVerified, }: {
|
|
3
|
-
headerImage?: 'None' | 'Picture';
|
|
4
|
-
displayName?: 'Short' | 'Medium' | 'Long' | 'Overlong';
|
|
5
|
-
members?: number;
|
|
6
|
-
description?: 'None' | 'Short' | 'Medium' | 'Long' | 'Overlong';
|
|
7
|
-
isVerified?: boolean;
|
|
8
|
-
}): Team;
|
|
9
|
-
export declare function staticTeamData({ headerImage, displayName, members: memberCount, description, isVerified, }: {
|
|
10
|
-
headerImage?: 'None' | 'Picture';
|
|
11
|
-
displayName?: 'Short' | 'Medium' | 'Long' | 'Overlong';
|
|
12
|
-
members?: number;
|
|
13
|
-
description?: 'None' | 'Short' | 'Medium' | 'Long' | 'Overlong';
|
|
14
|
-
isVerified?: boolean;
|
|
15
|
-
}): Team;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import React, { type ReactNode } from 'react';
|
|
2
|
-
export declare const ProfileImage: ({ children }: {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
}) => React.JSX.Element;
|
|
5
|
-
export declare const ActionsFlexSpacer: () => React.JSX.Element;
|
|
6
|
-
export declare const KudosBlobAnimationStyle: () => React.JSX.Element;
|
|
7
|
-
export declare const KudosBlobAnimation: () => React.JSX.Element;
|
|
8
|
-
export declare const AnimationWrapper: ({ children }: {
|
|
9
|
-
children: ReactNode;
|
|
10
|
-
}) => React.JSX.Element;
|
|
11
|
-
export declare const AnimatedKudosButton: ({ children }: {
|
|
12
|
-
children: ReactNode;
|
|
13
|
-
}) => React.JSX.Element;
|
|
14
|
-
export declare const ActionButtonGroup: ({ children, testId, }: {
|
|
15
|
-
children: ReactNode;
|
|
16
|
-
testId?: string;
|
|
17
|
-
}) => React.JSX.Element;
|
|
18
|
-
export declare const OverflowActionButtonsWrapper: ({ children, testId, }: {
|
|
19
|
-
children: ReactNode;
|
|
20
|
-
testId?: string;
|
|
21
|
-
}) => React.JSX.Element;
|
|
22
|
-
export declare const CardContent: ({ children }: {
|
|
23
|
-
children: ReactNode;
|
|
24
|
-
}) => React.JSX.Element;
|
|
25
|
-
export declare const DetailsGroup: ({ children }: {
|
|
26
|
-
children: ReactNode;
|
|
27
|
-
}) => React.JSX.Element;
|
|
28
|
-
export declare const DisabledInfo: ({ children }: {
|
|
29
|
-
children: ReactNode;
|
|
30
|
-
}) => React.JSX.Element;
|
|
31
|
-
export declare const LozengeWrapper: ({ children }: {
|
|
32
|
-
children: ReactNode;
|
|
33
|
-
}) => React.JSX.Element;
|
|
34
|
-
export declare const CustomLozengeContainer: ({ children, }: {
|
|
35
|
-
children: ReactNode;
|
|
36
|
-
}) => React.JSX.Element;
|
|
37
|
-
export declare const JobTitleLabel: ({ children }: {
|
|
38
|
-
children: ReactNode;
|
|
39
|
-
}) => React.JSX.Element;
|
|
40
|
-
export declare const AppTitleLabel: ({ children }: {
|
|
41
|
-
children: ReactNode;
|
|
42
|
-
}) => React.JSX.Element;
|
|
43
|
-
interface CardContainerProps {
|
|
44
|
-
isDisabledUser?: boolean;
|
|
45
|
-
withoutElevation?: boolean;
|
|
46
|
-
children: ReactNode;
|
|
47
|
-
}
|
|
48
|
-
export declare const CardContainer: ({ children, isDisabledUser, withoutElevation, }: CardContainerProps) => React.JSX.Element;
|
|
49
|
-
export declare const DetailsLabel: ({ children, extraTopSpace, }: {
|
|
50
|
-
children: ReactNode;
|
|
51
|
-
extraTopSpace?: boolean;
|
|
52
|
-
}) => React.JSX.Element;
|
|
53
|
-
export declare const DetailsLabelIcon: ({ children }: {
|
|
54
|
-
children: ReactNode;
|
|
55
|
-
}) => React.JSX.Element;
|
|
56
|
-
export declare const DetailsLabelText: ({ children }: {
|
|
57
|
-
children: ReactNode;
|
|
58
|
-
}) => React.JSX.Element;
|
|
59
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CoverImageProps {
|
|
3
|
-
src: string;
|
|
4
|
-
alt?: string;
|
|
5
|
-
isDisabled?: boolean;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* This is instead of using background-image in CSS as design-system doesn't support that
|
|
9
|
-
*/
|
|
10
|
-
export declare const CoverImage: ({ src, alt, isDisabled }: CoverImageProps) => React.JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const ErrorWrapper: (props: {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
testId?: string;
|
|
5
|
-
}) => React.JSX.Element;
|
|
6
|
-
export declare const ErrorTitle: (props: {
|
|
7
|
-
children: React.ReactNode;
|
|
8
|
-
}) => React.JSX.Element;
|
|
9
|
-
export declare const TeamErrorText: (props: {
|
|
10
|
-
children: React.ReactNode;
|
|
11
|
-
}) => React.JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const ReportingLinesSection: ({ children, }: {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
}) => React.JSX.Element;
|
|
5
|
-
export declare const ManagerSection: ({ children }: {
|
|
6
|
-
children: React.ReactNode;
|
|
7
|
-
}) => React.JSX.Element;
|
|
8
|
-
export declare const ManagerName: ({ children }: {
|
|
9
|
-
children: React.ReactNode;
|
|
10
|
-
}) => React.JSX.Element;
|
|
11
|
-
export declare const OffsetWrapper: ({ children }: {
|
|
12
|
-
children: React.ReactNode;
|
|
13
|
-
}) => React.JSX.Element;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const TeamForbiddenErrorStateWrapper: (props: {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
testId?: string;
|
|
5
|
-
}) => React.JSX.Element;
|
|
6
|
-
export declare const TeamName: (props: {
|
|
7
|
-
children: React.ReactNode;
|
|
8
|
-
}) => React.JSX.Element;
|
|
9
|
-
export declare const MemberCount: (props: {
|
|
10
|
-
children: React.ReactNode;
|
|
11
|
-
}) => React.JSX.Element;
|
|
12
|
-
export declare const AvatarSection: (props: {
|
|
13
|
-
children: React.ReactNode;
|
|
14
|
-
}) => React.JSX.Element;
|
|
15
|
-
export declare const DescriptionWrapper: (props: {
|
|
16
|
-
children: React.ReactNode;
|
|
17
|
-
}) => React.JSX.Element;
|
|
18
|
-
export declare const Description: (props: {
|
|
19
|
-
children: React.ReactNode;
|
|
20
|
-
}) => React.JSX.Element;
|
|
21
|
-
export declare const ActionButtons: (props: {
|
|
22
|
-
children: React.ReactNode;
|
|
23
|
-
}) => React.JSX.Element;
|
|
24
|
-
export declare const WrappedButton: (props: {
|
|
25
|
-
children: React.ReactNode;
|
|
26
|
-
}) => React.JSX.Element;
|
|
27
|
-
export declare const MoreButton: (props: {
|
|
28
|
-
children: React.ReactNode;
|
|
29
|
-
}) => React.JSX.Element;
|
|
30
|
-
export declare const AccessLockSVGWrapper: (props: {
|
|
31
|
-
children: React.ReactNode;
|
|
32
|
-
}) => React.JSX.Element;
|
|
33
|
-
export declare const ArchiveLozengeWrapper: (props: {
|
|
34
|
-
children: React.ReactNode;
|
|
35
|
-
}) => React.JSX.Element;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const CardTriggerWrapper: () => React.JSX.Element;
|
|
3
|
-
export declare const CardWrapper: ({ testId, children, }: {
|
|
4
|
-
testId?: string;
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
}) => React.JSX.Element;
|
|
7
|
-
export declare const CardHeader: ({ image, isLoading, label, isDisabled, }: {
|
|
8
|
-
image?: string;
|
|
9
|
-
isLoading?: boolean;
|
|
10
|
-
label?: string;
|
|
11
|
-
isDisabled?: boolean;
|
|
12
|
-
}) => React.JSX.Element;
|
|
13
|
-
export declare const CardContent: (props: {
|
|
14
|
-
children: React.ReactNode;
|
|
15
|
-
}) => React.JSX.Element;
|
|
16
|
-
export declare const LoadingWrapper: (props: {
|
|
17
|
-
testId?: string;
|
|
18
|
-
children: React.ReactNode;
|
|
19
|
-
}) => React.JSX.Element;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React, { type ReactNode } from 'react';
|
|
2
|
-
export declare const CardWrapper: ({ children, role, testId, labelledBy, ariaLabel, }: {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
role?: string;
|
|
5
|
-
testId?: string;
|
|
6
|
-
labelledBy?: string;
|
|
7
|
-
ariaLabel?: string;
|
|
8
|
-
}) => React.JSX.Element;
|
|
9
|
-
export declare const SpinnerContainer: ({ children, testId, }: {
|
|
10
|
-
children: ReactNode;
|
|
11
|
-
testId?: string;
|
|
12
|
-
}) => React.JSX.Element;
|