@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/types/i18n/nb.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/nb';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/nl.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/nl';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/pl.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/pl';
|
|
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/pt_BR';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/ru.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/ru';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/sl.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/sl';
|
|
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/sr_RS';
|
|
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/sr_YR';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/sv.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/sv';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/th.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/th';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/tr.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/tr';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/uk.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/uk';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/vi.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/vi';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/zh.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/zh';
|
|
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/zh_TW';
|
|
8
|
+
export default translations;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -196,6 +196,10 @@ export interface SmartProps {
|
|
|
196
196
|
* Called after options are loaded.
|
|
197
197
|
*/
|
|
198
198
|
transformOptions?: TransformOptions;
|
|
199
|
+
/**
|
|
200
|
+
* Optional callback to provide additional user resolvers, such as for fetching and adding users from third party sources
|
|
201
|
+
*/
|
|
202
|
+
userResolvers?: Array<(query: string) => Promise<OptionData[]>>;
|
|
199
203
|
}
|
|
200
204
|
export interface Props extends SmartProps, UserPickerProps, WithAnalyticsEventsProps {
|
|
201
205
|
/**
|
|
@@ -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>;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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/nb';
|
|
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/nl';
|
|
8
|
+
export default translations;
|