@atlaskit/smart-user-picker 8.1.0 → 8.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/afm-cc/tsconfig.json +6 -3
- package/afm-dev-agents/tsconfig.json +3 -0
- package/afm-jira/tsconfig.json +3 -0
- package/afm-passionfruit/tsconfig.json +38 -0
- package/afm-post-office/tsconfig.json +3 -0
- package/afm-rovo-extension/tsconfig.json +3 -0
- package/afm-townsquare/tsconfig.json +3 -0
- package/afm-volt/tsconfig.json +7 -1
- package/dist/cjs/analytics.js +6 -2
- package/dist/cjs/components/SmartUserPicker.js +78 -44
- package/dist/cjs/i18n/cs.js +3 -12
- package/dist/cjs/i18n/da.js +3 -12
- package/dist/cjs/i18n/de.js +3 -12
- package/dist/cjs/i18n/en.js +3 -12
- package/dist/cjs/i18n/en_GB.js +3 -12
- package/dist/cjs/i18n/en_ZZ.js +3 -12
- package/dist/cjs/i18n/es.js +3 -12
- package/dist/cjs/i18n/fi.js +3 -12
- package/dist/cjs/i18n/fr.js +3 -12
- package/dist/cjs/i18n/hr.js +3 -12
- package/dist/cjs/i18n/hu.js +3 -12
- package/dist/cjs/i18n/it.js +3 -12
- package/dist/cjs/i18n/ja.js +3 -12
- package/dist/cjs/i18n/ko.js +3 -12
- package/dist/cjs/i18n/nb.js +3 -12
- package/dist/cjs/i18n/nl.js +3 -12
- package/dist/cjs/i18n/pl.js +3 -12
- package/dist/cjs/i18n/pt_BR.js +3 -12
- package/dist/cjs/i18n/ru.js +3 -12
- package/dist/cjs/i18n/sl.js +3 -12
- package/dist/cjs/i18n/sr_RS.js +3 -12
- package/dist/cjs/i18n/sr_YR.js +3 -12
- package/dist/cjs/i18n/sv.js +3 -12
- package/dist/cjs/i18n/th.js +3 -12
- package/dist/cjs/i18n/tr.js +3 -12
- package/dist/cjs/i18n/uk.js +3 -12
- package/dist/cjs/i18n/vi.js +3 -12
- package/dist/cjs/i18n/zh.js +3 -12
- package/dist/cjs/i18n/zh_TW.js +3 -12
- package/dist/es2019/analytics.js +5 -1
- package/dist/es2019/components/SmartUserPicker.js +25 -5
- package/dist/es2019/i18n/cs.js +3 -12
- package/dist/es2019/i18n/da.js +3 -12
- package/dist/es2019/i18n/de.js +3 -12
- package/dist/es2019/i18n/en.js +3 -12
- package/dist/es2019/i18n/en_GB.js +3 -12
- package/dist/es2019/i18n/en_ZZ.js +3 -12
- package/dist/es2019/i18n/es.js +3 -12
- package/dist/es2019/i18n/fi.js +3 -12
- package/dist/es2019/i18n/fr.js +3 -12
- package/dist/es2019/i18n/hr.js +3 -12
- package/dist/es2019/i18n/hu.js +3 -12
- package/dist/es2019/i18n/it.js +3 -12
- package/dist/es2019/i18n/ja.js +3 -12
- package/dist/es2019/i18n/ko.js +3 -12
- package/dist/es2019/i18n/nb.js +3 -12
- package/dist/es2019/i18n/nl.js +3 -12
- package/dist/es2019/i18n/pl.js +3 -12
- package/dist/es2019/i18n/pt_BR.js +3 -12
- package/dist/es2019/i18n/ru.js +3 -12
- package/dist/es2019/i18n/sl.js +3 -12
- package/dist/es2019/i18n/sr_RS.js +3 -12
- package/dist/es2019/i18n/sr_YR.js +3 -12
- package/dist/es2019/i18n/sv.js +3 -12
- package/dist/es2019/i18n/th.js +3 -12
- package/dist/es2019/i18n/tr.js +3 -12
- package/dist/es2019/i18n/uk.js +3 -12
- package/dist/es2019/i18n/vi.js +3 -12
- package/dist/es2019/i18n/zh.js +3 -12
- package/dist/es2019/i18n/zh_TW.js +3 -12
- package/dist/esm/analytics.js +5 -1
- package/dist/esm/components/SmartUserPicker.js +80 -46
- package/dist/esm/i18n/cs.js +3 -12
- package/dist/esm/i18n/da.js +3 -12
- package/dist/esm/i18n/de.js +3 -12
- package/dist/esm/i18n/en.js +3 -12
- package/dist/esm/i18n/en_GB.js +3 -12
- package/dist/esm/i18n/en_ZZ.js +3 -12
- package/dist/esm/i18n/es.js +3 -12
- package/dist/esm/i18n/fi.js +3 -12
- package/dist/esm/i18n/fr.js +3 -12
- package/dist/esm/i18n/hr.js +3 -12
- package/dist/esm/i18n/hu.js +3 -12
- package/dist/esm/i18n/it.js +3 -12
- package/dist/esm/i18n/ja.js +3 -12
- package/dist/esm/i18n/ko.js +3 -12
- package/dist/esm/i18n/nb.js +3 -12
- package/dist/esm/i18n/nl.js +3 -12
- package/dist/esm/i18n/pl.js +3 -12
- package/dist/esm/i18n/pt_BR.js +3 -12
- package/dist/esm/i18n/ru.js +3 -12
- package/dist/esm/i18n/sl.js +3 -12
- package/dist/esm/i18n/sr_RS.js +3 -12
- package/dist/esm/i18n/sr_YR.js +3 -12
- package/dist/esm/i18n/sv.js +3 -12
- package/dist/esm/i18n/th.js +3 -12
- package/dist/esm/i18n/tr.js +3 -12
- package/dist/esm/i18n/uk.js +3 -12
- package/dist/esm/i18n/vi.js +3 -12
- package/dist/esm/i18n/zh.js +3 -12
- package/dist/esm/i18n/zh_TW.js +3 -12
- package/dist/types/analytics.d.ts +1 -0
- package/dist/types/components/SmartUserPicker.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +2 -12
- package/dist/types/i18n/da.d.ts +2 -12
- package/dist/types/i18n/de.d.ts +2 -12
- package/dist/types/i18n/en.d.ts +2 -12
- package/dist/types/i18n/en_GB.d.ts +2 -12
- package/dist/types/i18n/en_ZZ.d.ts +2 -12
- package/dist/types/i18n/es.d.ts +2 -12
- package/dist/types/i18n/fi.d.ts +2 -12
- package/dist/types/i18n/fr.d.ts +2 -12
- package/dist/types/i18n/hr.d.ts +2 -12
- package/dist/types/i18n/hu.d.ts +2 -12
- package/dist/types/i18n/it.d.ts +2 -12
- package/dist/types/i18n/ja.d.ts +2 -12
- package/dist/types/i18n/ko.d.ts +2 -12
- package/dist/types/i18n/nb.d.ts +2 -12
- package/dist/types/i18n/nl.d.ts +2 -12
- package/dist/types/i18n/pl.d.ts +2 -12
- package/dist/types/i18n/pt_BR.d.ts +2 -12
- package/dist/types/i18n/ru.d.ts +2 -12
- package/dist/types/i18n/sl.d.ts +2 -12
- package/dist/types/i18n/sr_RS.d.ts +2 -12
- package/dist/types/i18n/sr_YR.d.ts +2 -12
- package/dist/types/i18n/sv.d.ts +2 -12
- package/dist/types/i18n/th.d.ts +2 -12
- package/dist/types/i18n/tr.d.ts +2 -12
- package/dist/types/i18n/uk.d.ts +2 -12
- package/dist/types/i18n/vi.d.ts +2 -12
- package/dist/types/i18n/zh.d.ts +2 -12
- package/dist/types/i18n/zh_TW.d.ts +2 -12
- package/dist/types/types.d.ts +4 -0
- package/dist/types-ts4.5/analytics.d.ts +1 -0
- package/dist/types-ts4.5/components/SmartUserPicker.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -12
- package/dist/types-ts4.5/i18n/da.d.ts +2 -12
- package/dist/types-ts4.5/i18n/de.d.ts +2 -12
- package/dist/types-ts4.5/i18n/en.d.ts +2 -12
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -12
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -12
- package/dist/types-ts4.5/i18n/es.d.ts +2 -12
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -12
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -12
- package/dist/types-ts4.5/i18n/hr.d.ts +2 -12
- package/dist/types-ts4.5/i18n/hu.d.ts +2 -12
- package/dist/types-ts4.5/i18n/it.d.ts +2 -12
- package/dist/types-ts4.5/i18n/ja.d.ts +2 -12
- package/dist/types-ts4.5/i18n/ko.d.ts +2 -12
- package/dist/types-ts4.5/i18n/nb.d.ts +2 -12
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -12
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -12
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -12
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -12
- package/dist/types-ts4.5/i18n/sl.d.ts +2 -12
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +2 -12
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +2 -12
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -12
- package/dist/types-ts4.5/i18n/th.d.ts +2 -12
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -12
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -12
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -12
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -12
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -12
- package/dist/types-ts4.5/types.d.ts +4 -0
- package/option/package.json +1 -1
- package/package.json +11 -8
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': '게스트',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': '게스트 그룹은 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': '게스트는 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': '구성원',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/ko';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GJEST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Gjestegrupper har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gjester har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Medlem',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/nb';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GAST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Gastgroepen hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gasten hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'LID',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/nl';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GOŚĆ',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Grupy gości mają dostęp wyłącznie do określonych przestrzeni i ograniczony dostęp do informacji o użytkownikach.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Goście mają dostęp wyłącznie do określonych przestrzeni i ograniczony dostęp do informacji o użytkownikach.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'CZŁONEK',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/pl';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'CONVIDADO',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Os grupos de convidados só podem acessar determinados espaços e têm acesso limitado às informações do usuário.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Os convidados só podem acessar determinados espaços e têm acesso limitado às informações do usuário.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Membro',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/pt_BR';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'ГОСТЬ',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Гостевые группы имеют доступ только к определенным разделам и ограниченный доступ к информации о пользователях.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Гости имеют доступ только к определенным разделам и ограниченный доступ к информации о пользователях.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'УЧАСТНИК',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/ru';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GOST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Skupine gostov lahko dostopajo samo do določenih prostorov in imajo omejen dostop do uporabniških podatkov.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gostje lahko dostopajo samo do določenih prostorov in imajo omejen dostop do uporabniških podatkov.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ČLAN',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/sl';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/sr_RS.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GOST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Grupe za goste mogu da pristupe određenim prostorima i imaju ograničen pristup podacima korisnika.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gosti mogu da pristupe samo određenim prostorima i imaju ograničen pristup podacima korisnika.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ČLAN',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/sr_RS';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/sr_YR.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'ГОСТ',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Групе за госте могу да приступе одређеним просторима и имају ограничен приступ подацима корисника.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Гости могу да приступе само одређеним просторима и имају ограничен приступ подацима корисника.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ЧЛАН',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/sr_YR';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GÄST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Gästgrupper kan endast komma åt vissa utrymmen och har begränsad åtkomst till användarinformation.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gästerna kan endast komma åt vissa utrymmen och har begränsad åtkomst till användarinformation.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'medlem',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/sv';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'ผู้ใช้ทั่วไป',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'กลุ่มผู้ใช้ทั่วไปสามารถเข้าถึงได้เฉพาะบางพื้นที่เท่านั้นและมีสิทธิ์ในการเข้าถึงข้อมูลผู้ใช้ที่จำกัด',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'ผู้ใช้ทั่วไปสามารถเข้าถึงได้เฉพาะบางพื้นที่เท่านั้นและมีสิทธิ์ในการเข้าถึงข้อมูลผู้ใช้ที่จำกัด',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'สมาชิก',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/th';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'KONUK',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Konuk gruplar yalnızca bazı alanlara erişebilir ve kullanıcı bilgilerine erişimleri de kısıtlıdır.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Konuklar yalnızca bazı alanlara erişebilir ve kullanıcı bilgilerine erişimleri de kısıtlıdır.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ÜYE',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/tr';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'ГІСТЬ',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Групи гостей мають доступ лише до певних розділів, а також обмежений доступ до інформації про користувачів.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Гості мають доступ лише до певних розділів, а також обмежений доступ до інформації про користувачів.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Учасник',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/uk';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'KHÁCH',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Các nhóm khách chỉ có thể vào một số không gian nhất định và có quyền truy cập hạn chế vào thông tin người dùng.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Khách chỉ có thể vào một số không gian nhất định và có quyền truy cập hạn chế vào thông tin người dùng.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Thành viên',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/vi';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': '访客',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': '访客群组只能访问特定的空间,并对用户信息具有有限的访问权限。',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': '访客只能访问特定的空间,并对用户信息具有有限的访问权限。',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': '成员',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/zh';
|
|
10
|
+
export default translations;
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': '訪客',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': '訪客群組只能存取特定空間,而且只能存取有限的使用者資訊。',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': '訪客只能存取特定空間,而且只能存取有限的使用者資訊。',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': '成員',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/zh_TW';
|
|
10
|
+
export default translations;
|
|
@@ -19,3 +19,4 @@ export declare const filterUsersEvent: SmartEventCreator;
|
|
|
19
19
|
export declare const requestUsersEvent: SmartEventCreator;
|
|
20
20
|
export declare const successfulRequestUsersEvent: SmartEventCreator;
|
|
21
21
|
export declare const failedRequestUsersEvent: SmartEventCreator;
|
|
22
|
+
export declare const failedUserResolversEvent: SmartEventCreator;
|
|
@@ -15,6 +15,7 @@ export declare class SmartUserPickerWithoutAnalytics extends React.Component<Pro
|
|
|
15
15
|
prefetch: boolean;
|
|
16
16
|
principalId: string;
|
|
17
17
|
debounceTime: number;
|
|
18
|
+
userResolvers: never[];
|
|
18
19
|
};
|
|
19
20
|
constructor(props: Props & WrappedComponentProps);
|
|
20
21
|
componentDidMount(): Promise<void>;
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/cs';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/da';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/de';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/en';
|
|
8
|
+
export default translations;
|
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/en_GB';
|
|
8
|
+
export default translations;
|
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/en_ZZ';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/es';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/fi';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/fr';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/hr.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/hr';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/hu';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/it';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/ja';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -4,15 +4,5 @@
|
|
|
4
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
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
10
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
11
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
12
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
14
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
15
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/ko';
|
|
8
|
+
export default translations;
|