@atlaskit/profilecard 16.2.3 → 16.4.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.
Files changed (132) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/client/TeamProfileCardClient.js +18 -8
  3. package/dist/cjs/client/getTeamFromAGG.js +106 -0
  4. package/dist/cjs/client/graphqlUtils.js +8 -1
  5. package/dist/cjs/components/Team/TeamProfileCardTrigger.js +1 -1
  6. package/dist/cjs/i18n/cs.js +4 -2
  7. package/dist/cjs/i18n/da.js +4 -2
  8. package/dist/cjs/i18n/de.js +4 -2
  9. package/dist/cjs/i18n/en_ZZ.js +4 -2
  10. package/dist/cjs/i18n/es.js +4 -2
  11. package/dist/cjs/i18n/et.js +2 -2
  12. package/dist/cjs/i18n/fi.js +4 -2
  13. package/dist/cjs/i18n/fr.js +4 -2
  14. package/dist/cjs/i18n/hu.js +4 -2
  15. package/dist/cjs/i18n/it.js +4 -2
  16. package/dist/cjs/i18n/ja.js +4 -2
  17. package/dist/cjs/i18n/ko.js +4 -2
  18. package/dist/cjs/i18n/nb.js +4 -2
  19. package/dist/cjs/i18n/nl.js +4 -2
  20. package/dist/cjs/i18n/pl.js +4 -2
  21. package/dist/cjs/i18n/pt_BR.js +4 -2
  22. package/dist/cjs/i18n/pt_PT.js +2 -2
  23. package/dist/cjs/i18n/ru.js +4 -2
  24. package/dist/cjs/i18n/sk.js +2 -2
  25. package/dist/cjs/i18n/sv.js +4 -2
  26. package/dist/cjs/i18n/th.js +4 -2
  27. package/dist/cjs/i18n/tr.js +4 -2
  28. package/dist/cjs/i18n/uk.js +4 -2
  29. package/dist/cjs/i18n/vi.js +4 -2
  30. package/dist/cjs/i18n/zh.js +4 -2
  31. package/dist/cjs/i18n/zh_TW.js +4 -2
  32. package/dist/cjs/mocks/mock-team-client.js +5 -0
  33. package/dist/cjs/util/analytics.js +32 -7
  34. package/dist/cjs/version.json +1 -1
  35. package/dist/es2019/client/TeamProfileCardClient.js +16 -8
  36. package/dist/es2019/client/getTeamFromAGG.js +66 -0
  37. package/dist/es2019/client/graphqlUtils.js +6 -2
  38. package/dist/es2019/components/Team/TeamProfileCardTrigger.js +2 -2
  39. package/dist/es2019/i18n/cs.js +4 -2
  40. package/dist/es2019/i18n/da.js +4 -2
  41. package/dist/es2019/i18n/de.js +4 -2
  42. package/dist/es2019/i18n/en_ZZ.js +4 -2
  43. package/dist/es2019/i18n/es.js +4 -2
  44. package/dist/es2019/i18n/et.js +2 -2
  45. package/dist/es2019/i18n/fi.js +4 -2
  46. package/dist/es2019/i18n/fr.js +4 -2
  47. package/dist/es2019/i18n/hu.js +4 -2
  48. package/dist/es2019/i18n/it.js +4 -2
  49. package/dist/es2019/i18n/ja.js +4 -2
  50. package/dist/es2019/i18n/ko.js +4 -2
  51. package/dist/es2019/i18n/nb.js +4 -2
  52. package/dist/es2019/i18n/nl.js +4 -2
  53. package/dist/es2019/i18n/pl.js +4 -2
  54. package/dist/es2019/i18n/pt_BR.js +4 -2
  55. package/dist/es2019/i18n/pt_PT.js +2 -2
  56. package/dist/es2019/i18n/ru.js +4 -2
  57. package/dist/es2019/i18n/sk.js +2 -2
  58. package/dist/es2019/i18n/sv.js +4 -2
  59. package/dist/es2019/i18n/th.js +4 -2
  60. package/dist/es2019/i18n/tr.js +4 -2
  61. package/dist/es2019/i18n/uk.js +4 -2
  62. package/dist/es2019/i18n/vi.js +4 -2
  63. package/dist/es2019/i18n/zh.js +4 -2
  64. package/dist/es2019/i18n/zh_TW.js +4 -2
  65. package/dist/es2019/mocks/mock-team-client.js +4 -0
  66. package/dist/es2019/util/analytics.js +28 -4
  67. package/dist/es2019/version.json +1 -1
  68. package/dist/esm/client/TeamProfileCardClient.js +17 -8
  69. package/dist/esm/client/getTeamFromAGG.js +77 -0
  70. package/dist/esm/client/graphqlUtils.js +8 -1
  71. package/dist/esm/components/Team/TeamProfileCardTrigger.js +2 -2
  72. package/dist/esm/i18n/cs.js +4 -2
  73. package/dist/esm/i18n/da.js +4 -2
  74. package/dist/esm/i18n/de.js +4 -2
  75. package/dist/esm/i18n/en_ZZ.js +4 -2
  76. package/dist/esm/i18n/es.js +4 -2
  77. package/dist/esm/i18n/et.js +2 -2
  78. package/dist/esm/i18n/fi.js +4 -2
  79. package/dist/esm/i18n/fr.js +4 -2
  80. package/dist/esm/i18n/hu.js +4 -2
  81. package/dist/esm/i18n/it.js +4 -2
  82. package/dist/esm/i18n/ja.js +4 -2
  83. package/dist/esm/i18n/ko.js +4 -2
  84. package/dist/esm/i18n/nb.js +4 -2
  85. package/dist/esm/i18n/nl.js +4 -2
  86. package/dist/esm/i18n/pl.js +4 -2
  87. package/dist/esm/i18n/pt_BR.js +4 -2
  88. package/dist/esm/i18n/pt_PT.js +2 -2
  89. package/dist/esm/i18n/ru.js +4 -2
  90. package/dist/esm/i18n/sk.js +2 -2
  91. package/dist/esm/i18n/sv.js +4 -2
  92. package/dist/esm/i18n/th.js +4 -2
  93. package/dist/esm/i18n/tr.js +4 -2
  94. package/dist/esm/i18n/uk.js +4 -2
  95. package/dist/esm/i18n/vi.js +4 -2
  96. package/dist/esm/i18n/zh.js +4 -2
  97. package/dist/esm/i18n/zh_TW.js +4 -2
  98. package/dist/esm/mocks/mock-team-client.js +5 -0
  99. package/dist/esm/util/analytics.js +30 -4
  100. package/dist/esm/version.json +1 -1
  101. package/dist/types/client/TeamProfileCardClient.d.ts +1 -0
  102. package/dist/types/client/getTeamFromAGG.d.ts +28 -0
  103. package/dist/types/client/graphqlUtils.d.ts +3 -1
  104. package/dist/types/i18n/cs.d.ts +3 -1
  105. package/dist/types/i18n/da.d.ts +3 -1
  106. package/dist/types/i18n/de.d.ts +3 -1
  107. package/dist/types/i18n/en_ZZ.d.ts +3 -1
  108. package/dist/types/i18n/es.d.ts +3 -1
  109. package/dist/types/i18n/et.d.ts +1 -1
  110. package/dist/types/i18n/fi.d.ts +3 -1
  111. package/dist/types/i18n/fr.d.ts +3 -1
  112. package/dist/types/i18n/hu.d.ts +3 -1
  113. package/dist/types/i18n/it.d.ts +3 -1
  114. package/dist/types/i18n/ja.d.ts +3 -1
  115. package/dist/types/i18n/ko.d.ts +3 -1
  116. package/dist/types/i18n/nb.d.ts +3 -1
  117. package/dist/types/i18n/nl.d.ts +3 -1
  118. package/dist/types/i18n/pl.d.ts +3 -1
  119. package/dist/types/i18n/pt_BR.d.ts +3 -1
  120. package/dist/types/i18n/pt_PT.d.ts +1 -1
  121. package/dist/types/i18n/ru.d.ts +3 -1
  122. package/dist/types/i18n/sk.d.ts +1 -1
  123. package/dist/types/i18n/sv.d.ts +3 -1
  124. package/dist/types/i18n/th.d.ts +3 -1
  125. package/dist/types/i18n/tr.d.ts +3 -1
  126. package/dist/types/i18n/uk.d.ts +3 -1
  127. package/dist/types/i18n/vi.d.ts +3 -1
  128. package/dist/types/i18n/zh.d.ts +3 -1
  129. package/dist/types/i18n/zh_TW.d.ts +3 -1
  130. package/dist/types/types.d.ts +1 -0
  131. package/dist/types/util/analytics.d.ts +12 -2
  132. package/package.json +4 -4
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Turkish
7
+ //Turkish (Turkey)
8
8
  export default {
9
9
  'pt.profile-card.closed.account': 'Hesap silindi',
10
10
  'pt.profile-card.closed.account.has.date.a.few.months': 'Bu kullanıcının hesabı birkaç ay önce silindi.',
@@ -24,9 +24,11 @@ export default {
24
24
  'pt.profile-card.inactive.account.has.date.this.month': 'Bu kullanıcının hesabı bu ay devre dışı bırakıldı.',
25
25
  'pt.profile-card.inactive.account.has.date.this.week': 'Bu kullanıcının hesabı bu hafta devre dışı bırakıldı.',
26
26
  'pt.profile-card.inactive.account.no.date': 'Bu kullanıcının hesabı devre dışı bırakıldı.',
27
+ 'pt.team-profile-card.directReports.heading': 'Astlar',
27
28
  'pt.team-profile-card.error.refresh-button': 'Yeniden deneyin',
28
29
  'pt.team-profile-card.error.suggestion': 'Lütfen birkaç dakika bekleyip yeniden deneyin.',
29
30
  'pt.team-profile-card.error.title': 'Bu takımın bilgileri alınırken bir sorunla karşılaşıldı',
31
+ 'pt.team-profile-card.manager.heading': 'Yönetici',
30
32
  'pt.team-profile-card.team.action.view-profile': 'Profili görüntüle',
31
33
  'pt.team-profile-card.team.member.count': '{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}',
32
34
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Takım • Siz de dahil olmak üzere {count} üye} other {Takım • Siz de dahil olmak üzere {count} üye}}',
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Ukrainian
7
+ //Ukrainian (Ukraine)
8
8
  export default {
9
9
  'pt.profile-card.closed.account': 'Обліковий запис видалено',
10
10
  'pt.profile-card.closed.account.has.date.a.few.months': 'Обліковий запис користувача видалено кілька місяців тому.',
@@ -24,9 +24,11 @@ export default {
24
24
  'pt.profile-card.inactive.account.has.date.this.month': 'Обліковий запис користувача деактивовано цього місяця.',
25
25
  'pt.profile-card.inactive.account.has.date.this.week': 'Обліковий запис користувача деактивовано цього тижня.',
26
26
  'pt.profile-card.inactive.account.no.date': 'Обліковий запис користувача деактивовано.',
27
+ 'pt.team-profile-card.directReports.heading': 'Безпосередні підлеглі',
27
28
  'pt.team-profile-card.error.refresh-button': 'Повторіть спробу',
28
29
  'pt.team-profile-card.error.suggestion': 'Повторіть спробу за кілька хвилин.',
29
30
  'pt.team-profile-card.error.title': 'Не вдалось отримати інформацію про цю команду',
31
+ 'pt.team-profile-card.manager.heading': 'Керівник',
30
32
  'pt.team-profile-card.team.action.view-profile': 'Переглянути профіль',
31
33
  'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} учасник} few {Команда • {count} учасники} many {Команда • {count} учасників} other {Команда • {count} учасника}}',
32
34
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} учасник включно з вами} few {Команда • {count} учасники включно з вами} many {Команда • {count} учасників включно з вами} other {Команда • {count} учасника включно з вами}}',
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Vietnamese
7
+ //Vietnamese (Vietnam)
8
8
  export default {
9
9
  'pt.profile-card.closed.account': 'Tài khoản đã bị xóa',
10
10
  'pt.profile-card.closed.account.has.date.a.few.months': 'Tài khoản của họ đã bị xóa một vài tháng.',
@@ -24,9 +24,11 @@ export default {
24
24
  'pt.profile-card.inactive.account.has.date.this.month': 'Tài khoản của họ đã bị hủy kích hoạt trong tháng này.',
25
25
  'pt.profile-card.inactive.account.has.date.this.week': 'Tài khoản của họ đã bị hủy kích hoạt trong tuần này.',
26
26
  'pt.profile-card.inactive.account.no.date': 'Tài khoản của họ đã bị hủy kích hoạt.',
27
+ 'pt.team-profile-card.directReports.heading': 'Báo cáo trực tiếp',
27
28
  'pt.team-profile-card.error.refresh-button': 'Thử lại',
28
29
  'pt.team-profile-card.error.suggestion': 'Hãy đợi một lát, rồi thử lại.',
29
30
  'pt.team-profile-card.error.title': 'Chúng tôi đang gặp sự cố khi truy xuất thông tin nhóm này',
31
+ 'pt.team-profile-card.manager.heading': 'Nhà quản lý',
30
32
  'pt.team-profile-card.team.action.view-profile': 'Xem hồ sơ',
31
33
  'pt.team-profile-card.team.member.count': '{count, plural, other {Nhóm • {count} thành viên}}',
32
34
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {Nhóm • {count} thành viên, bao gồm cả bạn}}',
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Chinese
7
+ //Chinese (Simplified)
8
8
  export default {
9
9
  'pt.profile-card.closed.account': '已删除的帐户',
10
10
  'pt.profile-card.closed.account.has.date.a.few.months': '他们的帐户已被删除数月。',
@@ -24,9 +24,11 @@ export default {
24
24
  'pt.profile-card.inactive.account.has.date.this.month': '他们的帐户本月已被停用。',
25
25
  'pt.profile-card.inactive.account.has.date.this.week': '他们的帐户本周已被停用。',
26
26
  'pt.profile-card.inactive.account.no.date': '他们的帐户已被停用。',
27
+ 'pt.team-profile-card.directReports.heading': '直接下属',
27
28
  'pt.team-profile-card.error.refresh-button': '请重试',
28
29
  'pt.team-profile-card.error.suggestion': '请稍等,然后重试。',
29
30
  'pt.team-profile-card.error.title': '检索此团队信息时遇到问题',
31
+ 'pt.team-profile-card.manager.heading': '经理',
30
32
  'pt.team-profile-card.team.action.view-profile': '查看个人资料',
31
33
  'pt.team-profile-card.team.member.count': '{count, plural, other {团队 • {count} 名成员}}',
32
34
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {团队 • {count} 名成员,包括您自己}}',
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // undefined
7
+ //Chinese (Traditional)
8
8
  export default {
9
9
  'pt.profile-card.closed.account': '帳戶已刪除',
10
10
  'pt.profile-card.closed.account.has.date.a.few.months': '其帳戶已刪除幾個月了。',
@@ -24,9 +24,11 @@ export default {
24
24
  'pt.profile-card.inactive.account.has.date.this.month': '其帳戶在這個月已停用。',
25
25
  'pt.profile-card.inactive.account.has.date.this.week': '其帳戶在本週已停用。',
26
26
  'pt.profile-card.inactive.account.no.date': '其帳戶已停用。',
27
+ 'pt.team-profile-card.directReports.heading': '直接報告',
27
28
  'pt.team-profile-card.error.refresh-button': '再試一次',
28
29
  'pt.team-profile-card.error.suggestion': '請稍候,然後再試一次。',
29
30
  'pt.team-profile-card.error.title': '擷取此團隊資訊時發生問題',
31
+ 'pt.team-profile-card.manager.heading': '經理',
30
32
  'pt.team-profile-card.team.action.view-profile': '檢視設定檔',
31
33
  'pt.team-profile-card.team.member.count': '{count, plural, other {團隊 • {count} 名成員}}',
32
34
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {團隊 • {count} 名成員,包含您}}',
@@ -46,6 +46,11 @@ export default function getMockTeamClient(data) {
46
46
  }, data.timeout);
47
47
  });
48
48
  }
49
+ }, {
50
+ key: "makeRequestViaGateway",
51
+ value: function makeRequestViaGateway(teamId) {
52
+ return this.makeRequest(teamId);
53
+ }
49
54
  }]);
50
55
 
51
56
  return MockTeamClient;
@@ -4,10 +4,36 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
4
4
 
5
5
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
6
6
 
7
- import { createAndFireEvent } from '@atlaskit/analytics-next';
8
7
  import { getPageTime } from './performance';
9
- var PEOPLE_TEAMS_CHANNEL = 'peopleTeams';
10
- export var firePeopleTeamsEvent = createAndFireEvent(PEOPLE_TEAMS_CHANNEL);
8
+ /** Below lines are copied from teams common analytics */
9
+
10
+ var ANALYTICS_CHANNEL = 'peopleTeams';
11
+
12
+ var runItLater = function runItLater(cb) {
13
+ if (window.requestIdleCallback === 'function') {
14
+ return window.requestIdleCallback(cb);
15
+ }
16
+
17
+ if (typeof window.requestAnimationFrame === 'function') {
18
+ return window.requestAnimationFrame(cb);
19
+ }
20
+
21
+ return function () {
22
+ return setTimeout(cb);
23
+ };
24
+ };
25
+
26
+ export var fireEvent = function fireEvent(createAnalyticsEvent, body) {
27
+ if (!createAnalyticsEvent) {
28
+ return;
29
+ }
30
+
31
+ runItLater(function () {
32
+ createAnalyticsEvent(body).fire(ANALYTICS_CHANNEL);
33
+ });
34
+ };
35
+ /** Above lines are copied from teams common analytics */
36
+
11
37
  var TEAM_SUBJECT = 'teamProfileCard';
12
38
 
13
39
  var createEvent = function createEvent(eventType, action, actionSubject, actionSubjectId) {
@@ -19,7 +45,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
19
45
  actionSubjectId: actionSubjectId,
20
46
  attributes: _objectSpread(_objectSpread({
21
47
  packageName: "@atlaskit/profilecard",
22
- packageVersion: "16.2.3"
48
+ packageVersion: "16.4.0"
23
49
  }, attributes), {}, {
24
50
  firedAt: getPageTime()
25
51
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "16.2.3"
3
+ "version": "16.4.0"
4
4
  }
@@ -3,6 +3,7 @@ import CachingClient from './CachingClient';
3
3
  export default class TeamProfileCardClient extends CachingClient<Team> {
4
4
  options: ProfileClientOptions;
5
5
  constructor(options: ProfileClientOptions);
6
+ makeRequestViaGateway(teamId: string, _orgId: string | undefined): Promise<Team>;
6
7
  makeRequest(teamId: string, orgId: string | undefined): Promise<Team>;
7
8
  getProfile(teamId: string, orgId: string | undefined, analytics?: (event: Record<string, any>) => void): Promise<Team>;
8
9
  }
@@ -0,0 +1,28 @@
1
+ import type { Team } from '../types';
2
+ interface AGGTeam extends Omit<Team, 'members'> {
3
+ members?: {
4
+ nodes: AGGMember[];
5
+ };
6
+ }
7
+ interface AGGMember {
8
+ member: {
9
+ accountId: string;
10
+ name: string;
11
+ picture: string;
12
+ };
13
+ }
14
+ interface AGGResult {
15
+ team: AGGTeam;
16
+ }
17
+ export declare const extractIdFromAri: (ari: string) => string;
18
+ export declare const idToAri: (teamId: string) => string;
19
+ export declare const convertTeam: (result: AGGResult) => Team;
20
+ export declare const buildGatewayQuery: (teamId: string) => {
21
+ query: string;
22
+ variables: {
23
+ teamId: string;
24
+ };
25
+ };
26
+ export declare const addExperimentalHeaders: (headers: Headers) => Headers;
27
+ export declare function getTeamFromAGG(url: string, teamId: string): Promise<Team>;
28
+ export {};
@@ -6,9 +6,11 @@ export interface GraphQLError {
6
6
  code?: number;
7
7
  reason: string;
8
8
  }
9
+ declare type HeaderProcessor = (headers: Headers) => Headers;
9
10
  /**
10
11
  * @param {string} serviceUrl - GraphQL service endpoint
11
12
  * @param {Query} query - GraphQL query
13
+ * @param {HeaderProcessor} processHeaders - a function to add extra headers to the request
12
14
  */
13
- export declare function graphqlQuery<D>(serviceUrl: string, query: Query): Promise<D>;
15
+ export declare function graphqlQuery<D>(serviceUrl: string, query: Query, processHeaders?: HeaderProcessor): Promise<D>;
14
16
  export {};
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -21,7 +21,7 @@ declare const _default: {
21
21
  /**
22
22
  * NOTE:
23
23
  *
24
- * This file is automatically generated by i18n-tools.
24
+ * This file is automatically generated by Traduki 2.0.
25
25
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
26
26
  */
27
27
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -21,7 +21,7 @@ declare const _default: {
21
21
  /**
22
22
  * NOTE:
23
23
  *
24
- * This file is automatically generated by i18n-tools.
24
+ * This file is automatically generated by Traduki 2.0.
25
25
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
26
26
  */
27
27
  export default _default;
@@ -17,9 +17,11 @@ declare const _default: {
17
17
  'pt.profile-card.inactive.account.has.date.this.month': string;
18
18
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
19
  'pt.profile-card.inactive.account.no.date': string;
20
+ 'pt.team-profile-card.directReports.heading': string;
20
21
  'pt.team-profile-card.error.refresh-button': string;
21
22
  'pt.team-profile-card.error.suggestion': string;
22
23
  'pt.team-profile-card.error.title': string;
24
+ 'pt.team-profile-card.manager.heading': string;
23
25
  'pt.team-profile-card.team.action.view-profile': string;
24
26
  'pt.team-profile-card.team.member.count': string;
25
27
  'pt.team-profile-card.team.member.count-including-you': string;
@@ -29,7 +31,7 @@ declare const _default: {
29
31
  /**
30
32
  * NOTE:
31
33
  *
32
- * This file is automatically generated by i18n-tools.
34
+ * This file is automatically generated by Traduki 2.0.
33
35
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
34
36
  */
35
37
  export default _default;
@@ -21,7 +21,7 @@ declare const _default: {
21
21
  /**
22
22
  * NOTE:
23
23
  *
24
- * This file is automatically generated by i18n-tools.
24
+ * This file is automatically generated by Traduki 2.0.
25
25
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
26
26
  */
27
27
  export default _default;