@atlaskit/profilecard 19.26.1 → 19.28.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 +20 -0
- package/dist/cjs/client/RovoAgentCardClient.js +1 -1
- package/dist/cjs/client/TeamCentralCardClient.js +1 -1
- package/dist/cjs/client/TeamProfileCardClient.js +1 -1
- package/dist/cjs/client/UserProfileCardClient.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/client/index.js +1 -1
- package/dist/cjs/components/Agent/Actions.js +1 -1
- package/dist/cjs/components/Agent/AgentDeleteConfirmationModal.js +1 -1
- package/dist/cjs/components/Agent/AgentProfileCard.js +1 -1
- package/dist/cjs/components/Agent/AgentProfileCardResourced.js +1 -1
- package/dist/cjs/components/Agent/AgentProfileCardTrigger.js +2 -2
- package/dist/cjs/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/cjs/components/Agent/lazyAgentProfileCard.js +1 -1
- package/dist/cjs/components/Error/ErrorBoundary.js +1 -1
- package/dist/cjs/components/Error/ErrorMessage.js +1 -1
- package/dist/cjs/components/Icon/IconLabel.js +1 -1
- package/dist/cjs/components/Team/TeamForbiddenErrorState.js +1 -1
- package/dist/cjs/components/Team/TeamLoadingState.js +1 -1
- package/dist/cjs/components/Team/TeamProfileCard.js +1 -1
- package/dist/cjs/components/Team/TeamProfileCardTrigger.js +2 -2
- package/dist/cjs/components/Team/lazyTeamProfileCard.js +1 -1
- package/dist/cjs/components/User/OverflowProfileCardButtons.js +1 -1
- package/dist/cjs/components/User/ProfileCard.js +1 -1
- package/dist/cjs/components/User/ProfileCardResourced.js +2 -2
- package/dist/cjs/components/User/ProfileCardTrigger.js +1 -1
- package/dist/cjs/components/User/UserLoadingState.js +1 -1
- package/dist/cjs/components/User/lazyProfileCard.js +1 -1
- package/dist/cjs/components/common/LoadingState.js +1 -1
- package/dist/cjs/components/common/PopupTrigger.js +1 -1
- package/dist/cjs/components/common/ProfileCardTrigger.js +1 -1
- package/dist/cjs/i18n/cs.js +13 -0
- package/dist/cjs/i18n/da.js +13 -0
- package/dist/cjs/i18n/de.js +13 -0
- package/dist/cjs/i18n/en.js +19 -1
- package/dist/cjs/i18n/en_GB.js +19 -1
- package/dist/cjs/i18n/en_ZZ.js +19 -1
- package/dist/cjs/i18n/es.js +13 -0
- package/dist/cjs/i18n/fi.js +13 -0
- package/dist/cjs/i18n/fr.js +13 -0
- package/dist/cjs/i18n/hu.js +13 -0
- package/dist/cjs/i18n/it.js +13 -0
- package/dist/cjs/i18n/ja.js +13 -0
- package/dist/cjs/i18n/ko.js +13 -0
- package/dist/cjs/i18n/nb.js +13 -0
- package/dist/cjs/i18n/nl.js +13 -0
- package/dist/cjs/i18n/pl.js +13 -0
- package/dist/cjs/i18n/pt_BR.js +13 -0
- package/dist/cjs/i18n/ru.js +13 -0
- package/dist/cjs/i18n/sv.js +13 -0
- package/dist/cjs/i18n/th.js +13 -0
- package/dist/cjs/i18n/tr.js +13 -0
- package/dist/cjs/i18n/uk.js +13 -0
- package/dist/cjs/i18n/vi.js +13 -0
- package/dist/cjs/i18n/zh.js +13 -0
- package/dist/cjs/i18n/zh_TW.js +13 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/mocks/mock-profile-client.js +1 -1
- package/dist/cjs/mocks/mock-team-client.js +1 -1
- package/dist/cjs/mocks/simple-mock-clients.js +1 -1
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/util/errors.js +1 -1
- package/dist/cjs/util/withOuterListeners.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/components/Agent/AgentProfileCardTrigger.js +1 -1
- package/dist/es2019/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -0
- package/dist/es2019/i18n/da.js +13 -0
- package/dist/es2019/i18n/de.js +13 -0
- package/dist/es2019/i18n/en.js +19 -1
- package/dist/es2019/i18n/en_GB.js +19 -1
- package/dist/es2019/i18n/en_ZZ.js +19 -1
- package/dist/es2019/i18n/es.js +13 -0
- package/dist/es2019/i18n/fi.js +13 -0
- package/dist/es2019/i18n/fr.js +13 -0
- package/dist/es2019/i18n/hu.js +13 -0
- package/dist/es2019/i18n/it.js +13 -0
- package/dist/es2019/i18n/ja.js +13 -0
- package/dist/es2019/i18n/ko.js +13 -0
- package/dist/es2019/i18n/nb.js +13 -0
- package/dist/es2019/i18n/nl.js +13 -0
- package/dist/es2019/i18n/pl.js +13 -0
- package/dist/es2019/i18n/pt_BR.js +13 -0
- package/dist/es2019/i18n/ru.js +13 -0
- package/dist/es2019/i18n/sv.js +13 -0
- package/dist/es2019/i18n/th.js +13 -0
- package/dist/es2019/i18n/tr.js +13 -0
- package/dist/es2019/i18n/uk.js +13 -0
- package/dist/es2019/i18n/vi.js +13 -0
- package/dist/es2019/i18n/zh.js +13 -0
- package/dist/es2019/i18n/zh_TW.js +13 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/client/RovoAgentCardClient.js +1 -1
- package/dist/esm/client/TeamCentralCardClient.js +1 -1
- package/dist/esm/client/TeamProfileCardClient.js +1 -1
- package/dist/esm/client/UserProfileCardClient.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/components/Agent/AgentProfileCardTrigger.js +1 -1
- package/dist/esm/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/esm/components/Error/ErrorBoundary.js +1 -1
- package/dist/esm/components/Icon/IconLabel.js +1 -1
- package/dist/esm/components/Team/TeamProfileCardTrigger.js +1 -1
- package/dist/esm/components/User/ProfileCardResourced.js +1 -1
- package/dist/esm/i18n/cs.js +13 -0
- package/dist/esm/i18n/da.js +13 -0
- package/dist/esm/i18n/de.js +13 -0
- package/dist/esm/i18n/en.js +19 -1
- package/dist/esm/i18n/en_GB.js +19 -1
- package/dist/esm/i18n/en_ZZ.js +19 -1
- package/dist/esm/i18n/es.js +13 -0
- package/dist/esm/i18n/fi.js +13 -0
- package/dist/esm/i18n/fr.js +13 -0
- package/dist/esm/i18n/hu.js +13 -0
- package/dist/esm/i18n/it.js +13 -0
- package/dist/esm/i18n/ja.js +13 -0
- package/dist/esm/i18n/ko.js +13 -0
- package/dist/esm/i18n/nb.js +13 -0
- package/dist/esm/i18n/nl.js +13 -0
- package/dist/esm/i18n/pl.js +13 -0
- package/dist/esm/i18n/pt_BR.js +13 -0
- package/dist/esm/i18n/ru.js +13 -0
- package/dist/esm/i18n/sv.js +13 -0
- package/dist/esm/i18n/th.js +13 -0
- package/dist/esm/i18n/tr.js +13 -0
- package/dist/esm/i18n/uk.js +13 -0
- package/dist/esm/i18n/vi.js +13 -0
- package/dist/esm/i18n/zh.js +13 -0
- package/dist/esm/i18n/zh_TW.js +13 -0
- package/dist/esm/mocks/mock-profile-client.js +1 -1
- package/dist/esm/mocks/mock-team-client.js +1 -1
- package/dist/esm/mocks/simple-mock-clients.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/util/errors.js +1 -1
- package/dist/esm/util/withOuterListeners.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -0
- package/dist/types/i18n/da.d.ts +13 -0
- package/dist/types/i18n/de.d.ts +13 -0
- package/dist/types/i18n/en.d.ts +18 -0
- package/dist/types/i18n/en_GB.d.ts +18 -0
- package/dist/types/i18n/en_ZZ.d.ts +18 -0
- package/dist/types/i18n/es.d.ts +13 -0
- package/dist/types/i18n/fi.d.ts +13 -0
- package/dist/types/i18n/fr.d.ts +13 -0
- package/dist/types/i18n/hu.d.ts +13 -0
- package/dist/types/i18n/it.d.ts +13 -0
- package/dist/types/i18n/ja.d.ts +13 -0
- package/dist/types/i18n/ko.d.ts +13 -0
- package/dist/types/i18n/nb.d.ts +13 -0
- package/dist/types/i18n/nl.d.ts +13 -0
- package/dist/types/i18n/pl.d.ts +13 -0
- package/dist/types/i18n/pt_BR.d.ts +13 -0
- package/dist/types/i18n/ru.d.ts +13 -0
- package/dist/types/i18n/sv.d.ts +13 -0
- package/dist/types/i18n/th.d.ts +13 -0
- package/dist/types/i18n/tr.d.ts +13 -0
- package/dist/types/i18n/uk.d.ts +13 -0
- package/dist/types/i18n/vi.d.ts +13 -0
- package/dist/types/i18n/zh.d.ts +13 -0
- package/dist/types/i18n/zh_TW.d.ts +13 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -0
- package/dist/types-ts4.5/i18n/da.d.ts +13 -0
- package/dist/types-ts4.5/i18n/de.d.ts +13 -0
- package/dist/types-ts4.5/i18n/en.d.ts +18 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +18 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +18 -0
- package/dist/types-ts4.5/i18n/es.d.ts +13 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -0
- package/dist/types-ts4.5/i18n/it.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -0
- package/dist/types-ts4.5/i18n/th.d.ts +13 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -0
- package/package.json +7 -7
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -7,6 +7,19 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Turkish (Turkey)
|
|
9
9
|
export default {
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': 'Temsilci silinirken bir hata oluştu. Birkaç dakika sonra tekrar deneyin.',
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': 'Temsilci silinemedi',
|
|
12
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': '{agentName} adlı temsilciyi sildiniz',
|
|
13
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': 'Temsilci silindi',
|
|
14
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': 'İptal',
|
|
15
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': 'Sil',
|
|
16
|
+
'profilecard.agent-profile.delete-agent-confirm-body': 'Bu temsilciyi silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.',
|
|
17
|
+
'profilecard.agent-profile.delete-agent-confirm-title': '"{agentName}" silinsin mi?',
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error': 'Temsilci silinemedi',
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': 'Temsilci şu anda kullanılıyor. Daha sonra yeniden deneyin.',
|
|
20
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': 'Bu temsilci bulunamadı.',
|
|
21
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': 'Kendi oluşturmadığınız temsilcileri silemezsiniz. Lütfen temsilcinin sahibiyle iletişime geçin.',
|
|
22
|
+
'profilecard.agent-profile.delete-agent-success': 'Temsilci silindi!',
|
|
10
23
|
'profilecard.user.trigger.aria-label': '{fullName} hakkında daha fazla bilgi',
|
|
11
24
|
'profilecard.user.trigger.fallback-aria-label': 'Bu kullanıcı hakkında daha fazla bilgi',
|
|
12
25
|
'pt.profile-card.closed.account': 'Hesap silindi',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -7,6 +7,19 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Ukrainian (Ukraine)
|
|
9
9
|
export default {
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': 'Під час видалення агента сталася помилка. Повторіть спробу пізніше.',
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': 'Не вдалося видалити агента',
|
|
12
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': 'Ви видалили агента {agentName}',
|
|
13
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': 'Агента видалено',
|
|
14
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': 'Скасувати',
|
|
15
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': 'Видалити',
|
|
16
|
+
'profilecard.agent-profile.delete-agent-confirm-body': 'Дійсно видалити вказаного агента? Цю дію неможливо скасувати.',
|
|
17
|
+
'profilecard.agent-profile.delete-agent-confirm-title': 'Видалити агента «{agentName}»?',
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error': 'Не вдалося видалити агента',
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': 'Агент зараз використовується. Повторіть спробу пізніше.',
|
|
20
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': 'Не вдалося знайти агента.',
|
|
21
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': 'Ви не можете видаляти агентів, яких не створювали самі. Зв’яжіться з власником агента.',
|
|
22
|
+
'profilecard.agent-profile.delete-agent-success': 'Агента видалено!',
|
|
10
23
|
'profilecard.user.trigger.aria-label': 'Докладніше про {fullName}',
|
|
11
24
|
'profilecard.user.trigger.fallback-aria-label': 'Докладніше про цього користувача',
|
|
12
25
|
'pt.profile-card.closed.account': 'Обліковий запис видалено',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -7,6 +7,19 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Vietnamese (Vietnam)
|
|
9
9
|
export default {
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': 'Đã xảy ra lỗi trong khi xóa nhân viên. Hãy thử lại sau giây lát.',
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': 'Không xóa được Nhân viên',
|
|
12
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': 'Bạn đã xóa {agentName}',
|
|
13
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': 'Đã xóa nhân viên',
|
|
14
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': 'Hủy',
|
|
15
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': 'Xóa',
|
|
16
|
+
'profilecard.agent-profile.delete-agent-confirm-body': 'BẠN CÓ CHẮC CHẮN MUỐN XÓA NHÂN VIÊN NÀY KHÔNG? KHÔNG THỂ HOÀN TÁC HÀNH ĐỘNG NÀY.',
|
|
17
|
+
'profilecard.agent-profile.delete-agent-confirm-title': 'XÓA "{agentName}"?',
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error': 'KHÔNG THỂ XÓA NHÂN VIÊN',
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': 'NHÂN VIÊN HIỆN ĐANG ĐƯỢC SỬ DỤNG. THỬ LẠI SAU.',
|
|
20
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': 'KHÔNG THỂ TÌM THẤY NHÂN VIÊN NÀY.',
|
|
21
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': 'BẠN KHÔNG THỂ XÓA CÁC NHÂN VIÊN KHÔNG PHẢI DO BẠN TẠO. VUI LÒNG LIÊN HỆ VỚI CHỦ SỞ HỮU NHÂN VIÊN.',
|
|
22
|
+
'profilecard.agent-profile.delete-agent-success': 'NHÂN VIÊN ĐÃ BỊ XÓA!',
|
|
10
23
|
'profilecard.user.trigger.aria-label': 'Thông tin khác về {fullName}',
|
|
11
24
|
'profilecard.user.trigger.fallback-aria-label': 'Thông tin khác về người dùng này',
|
|
12
25
|
'pt.profile-card.closed.account': 'Tài khoản đã bị xóa',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -7,6 +7,19 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Simplified)
|
|
9
9
|
export default {
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': '删除支持人员时出错。请稍后重试。',
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': '无法删除支持人员',
|
|
12
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': '您已删除 {agentName}',
|
|
13
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': '支持人员已删除',
|
|
14
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': '取消',
|
|
15
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': '删除',
|
|
16
|
+
'profilecard.agent-profile.delete-agent-confirm-body': '确定要删除此支持人员吗?此操作无法撤消。',
|
|
17
|
+
'profilecard.agent-profile.delete-agent-confirm-title': '是否删除 "{agentName}"?',
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error': '无法删除支持人员',
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': '支持人员当前正在使用中。请稍后重试。',
|
|
20
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': '未找到该支持人员。',
|
|
21
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': '无法删除非由您自己创建的支持人员。请联系支持人员负责人。',
|
|
22
|
+
'profilecard.agent-profile.delete-agent-success': '支持人员已删除!',
|
|
10
23
|
'profilecard.user.trigger.aria-label': '关于 {fullName} 的更多信息',
|
|
11
24
|
'profilecard.user.trigger.fallback-aria-label': '关于此用户的更多信息',
|
|
12
25
|
'pt.profile-card.closed.account': '已删除的帐户',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -7,6 +7,19 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Traditional)
|
|
9
9
|
export default {
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': '刪除客服人員時發生錯誤。請稍後再試一次。',
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': '無法刪除客服人員',
|
|
12
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': '你已刪除「{agentName}」',
|
|
13
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': '已刪除客服人員',
|
|
14
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': '取消',
|
|
15
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': '刪除',
|
|
16
|
+
'profilecard.agent-profile.delete-agent-confirm-body': '您確定要刪除此客服人員嗎?此動作無法復原。',
|
|
17
|
+
'profilecard.agent-profile.delete-agent-confirm-title': '要刪除「{agentName}」嗎?',
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error': '無法刪除客服人員',
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': '客服人員目前正在忙碌中,請稍後再試一次。',
|
|
20
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': '找不到該客服人員。',
|
|
21
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': '您無法刪除並非自己建立的客服人員。請連絡客服人員負責人。',
|
|
22
|
+
'profilecard.agent-profile.delete-agent-success': '客服人員已被刪除!',
|
|
10
23
|
'profilecard.user.trigger.aria-label': '{fullName} 的更多資訊',
|
|
11
24
|
'profilecard.user.trigger.fallback-aria-label': '有關此使用者的更多資訊',
|
|
12
25
|
'pt.profile-card.closed.account': '帳戶已刪除',
|
|
@@ -6,7 +6,7 @@ import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstruct
|
|
|
6
6
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
7
7
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8
8
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9
|
-
function _createSuper(
|
|
9
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
10
10
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
11
11
|
import TeamCentralCardClient from '../client/TeamCentralCardClient';
|
|
12
12
|
import UserProfileCardClient from '../client/UserProfileCardClient';
|
|
@@ -3,7 +3,7 @@ import _createClass from "@babel/runtime/helpers/createClass";
|
|
|
3
3
|
import _inherits from "@babel/runtime/helpers/inherits";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
5
5
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
6
|
-
function _createSuper(
|
|
6
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
7
7
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
8
8
|
import { handleAGGErrors } from '../client/errorUtils';
|
|
9
9
|
import TeamProfileCardClient from '../client/TeamProfileCardClient';
|
|
@@ -6,7 +6,7 @@ import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstruct
|
|
|
6
6
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
7
7
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8
8
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9
|
-
function _createSuper(
|
|
9
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
10
10
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
11
11
|
import ProfileCardClient from '../client/ProfileCardClient';
|
|
12
12
|
import RovoAgentCardClient from '../client/RovoAgentCardClient';
|
|
@@ -39,7 +39,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
39
39
|
actionSubjectId: actionSubjectId,
|
|
40
40
|
attributes: _objectSpread(_objectSpread({
|
|
41
41
|
packageName: "@atlaskit/profilecard",
|
|
42
|
-
packageVersion: "19.
|
|
42
|
+
packageVersion: "19.28.0"
|
|
43
43
|
}, attributes), {}, {
|
|
44
44
|
firedAt: Math.round(getPageTime())
|
|
45
45
|
})
|
package/dist/esm/util/errors.js
CHANGED
|
@@ -7,7 +7,7 @@ import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
|
7
7
|
import _wrapNativeSuper from "@babel/runtime/helpers/wrapNativeSuper";
|
|
8
8
|
var _excluded = ["errorNumber"],
|
|
9
9
|
_excluded2 = ["statusCode", "errorType", "classification"];
|
|
10
|
-
function _createSuper(
|
|
10
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
11
11
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
12
12
|
export var HttpError = /*#__PURE__*/function (_Error) {
|
|
13
13
|
_inherits(HttpError, _Error);
|
|
@@ -5,7 +5,7 @@ import _inherits from "@babel/runtime/helpers/inherits";
|
|
|
5
5
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
6
6
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
7
7
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
8
|
-
function _createSuper(
|
|
8
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
9
9
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import ReactDOM from 'react-dom';
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
|
@@ -39,5 +52,10 @@ declare const _default: {
|
|
|
39
52
|
'pt.team-profile-card.team.member.count-including-you': string;
|
|
40
53
|
'pt.team-profile-card.team.member.many': string;
|
|
41
54
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
55
|
+
'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
|
|
56
|
+
'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
|
|
57
|
+
'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
|
|
58
|
+
'ptc-directory.agent-profile.action.dropdown.duplicate.nonfinal': string;
|
|
59
|
+
'ptc-directory.agent-profile.action.dropdown.edit.nonfinal': string;
|
|
42
60
|
};
|
|
43
61
|
export default _default;
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
|
@@ -39,5 +52,10 @@ declare const _default: {
|
|
|
39
52
|
'pt.team-profile-card.team.member.count-including-you': string;
|
|
40
53
|
'pt.team-profile-card.team.member.many': string;
|
|
41
54
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
55
|
+
'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
|
|
56
|
+
'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
|
|
57
|
+
'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
|
|
58
|
+
'ptc-directory.agent-profile.action.dropdown.duplicate.nonfinal': string;
|
|
59
|
+
'ptc-directory.agent-profile.action.dropdown.edit.nonfinal': string;
|
|
42
60
|
};
|
|
43
61
|
export default _default;
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
|
@@ -39,5 +52,10 @@ declare const _default: {
|
|
|
39
52
|
'pt.team-profile-card.team.member.count-including-you': string;
|
|
40
53
|
'pt.team-profile-card.team.member.many': string;
|
|
41
54
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
55
|
+
'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
|
|
56
|
+
'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
|
|
57
|
+
'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
|
|
58
|
+
'ptc-directory.agent-profile.action.dropdown.duplicate.nonfinal': string;
|
|
59
|
+
'ptc-directory.agent-profile.action.dropdown.edit.nonfinal': string;
|
|
42
60
|
};
|
|
43
61
|
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|