@atlaskit/user-picker 9.7.4 → 10.0.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 +12 -0
- package/dist/cjs/analytics.js +2 -53
- package/dist/cjs/clients/UserSourceProvider.js +11 -33
- package/dist/cjs/components/AddOptionAvatar.js +2 -9
- package/dist/cjs/components/AvatarItemOption.js +4 -29
- package/dist/cjs/components/BaseUserPicker.js +56 -156
- package/dist/cjs/components/ClearIndicator.js +4 -35
- package/dist/cjs/components/CustomOption/index.js +0 -7
- package/dist/cjs/components/CustomOption/main.js +4 -30
- package/dist/cjs/components/EmailOption/index.js +0 -7
- package/dist/cjs/components/EmailOption/main.js +2 -29
- package/dist/cjs/components/ExternalUserOption/ExternalAvatarItemOption.js +4 -15
- package/dist/cjs/components/ExternalUserOption/InfoIcon.js +4 -13
- package/dist/cjs/components/ExternalUserOption/SourcesTooltipContent.js +4 -20
- package/dist/cjs/components/ExternalUserOption/index.js +0 -7
- package/dist/cjs/components/ExternalUserOption/main.js +10 -48
- package/dist/cjs/components/ExternalUserSourcesContainer.js +5 -13
- package/dist/cjs/components/GroupOption/index.js +0 -7
- package/dist/cjs/components/GroupOption/main.js +4 -31
- package/dist/cjs/components/HighlightText.js +3 -27
- package/dist/cjs/components/Input.js +0 -23
- package/dist/cjs/components/MessagesIntlProvider.js +3 -20
- package/dist/cjs/components/MultiValue.js +21 -57
- package/dist/cjs/components/MultiValueContainer.js +8 -47
- package/dist/cjs/components/Option.js +5 -27
- package/dist/cjs/components/PopupControl.js +0 -22
- package/dist/cjs/components/PopupInput.js +0 -22
- package/dist/cjs/components/PopupUserPicker.js +10 -39
- package/dist/cjs/components/SingleValue.js +6 -17
- package/dist/cjs/components/SingleValueContainer.js +8 -37
- package/dist/cjs/components/SizeableAvatar.js +4 -20
- package/dist/cjs/components/TeamOption/index.js +0 -7
- package/dist/cjs/components/TeamOption/main.js +9 -37
- package/dist/cjs/components/UserOption.js +7 -34
- package/dist/cjs/components/UserPicker.js +14 -50
- package/dist/cjs/components/assets/github.js +0 -4
- package/dist/cjs/components/assets/google.js +0 -4
- package/dist/cjs/components/assets/microsoft.js +0 -4
- package/dist/cjs/components/assets/slack.js +0 -4
- package/dist/cjs/components/batch.js +0 -3
- package/dist/cjs/components/components.js +0 -17
- package/dist/cjs/components/creatable.js +2 -15
- package/dist/cjs/components/creatableEmailSuggestion.js +7 -18
- package/dist/cjs/components/emailValidation.js +0 -4
- package/dist/cjs/components/i18n.js +0 -2
- package/dist/cjs/components/popup.js +0 -3
- package/dist/cjs/components/styles.js +10 -26
- package/dist/cjs/components/utils.js +0 -53
- package/dist/cjs/i18n/cs.js +1 -1
- package/dist/cjs/i18n/da.js +1 -1
- package/dist/cjs/i18n/de.js +1 -1
- package/dist/cjs/i18n/en.js +31 -4
- package/dist/cjs/i18n/en_GB.js +31 -4
- package/dist/cjs/i18n/en_ZZ.js +1 -1
- package/dist/cjs/i18n/es.js +1 -1
- package/dist/cjs/i18n/et.js +0 -1
- package/dist/cjs/i18n/fi.js +1 -1
- package/dist/cjs/i18n/fr.js +1 -1
- package/dist/cjs/i18n/hu.js +1 -1
- package/dist/cjs/i18n/index.js +0 -31
- package/dist/cjs/i18n/it.js +1 -1
- package/dist/cjs/i18n/ja.js +1 -1
- package/dist/cjs/i18n/ko.js +1 -1
- package/dist/cjs/i18n/nb.js +1 -1
- package/dist/cjs/i18n/nl.js +1 -1
- package/dist/cjs/i18n/pl.js +1 -1
- package/dist/cjs/i18n/pt_BR.js +1 -1
- package/dist/cjs/i18n/pt_PT.js +0 -1
- package/dist/cjs/i18n/ru.js +1 -1
- package/dist/cjs/i18n/sk.js +0 -1
- package/dist/cjs/i18n/sv.js +1 -1
- package/dist/cjs/i18n/th.js +1 -1
- package/dist/cjs/i18n/tr.js +1 -1
- package/dist/cjs/i18n/uk.js +1 -1
- package/dist/cjs/i18n/vi.js +1 -1
- package/dist/cjs/i18n/zh.js +1 -1
- package/dist/cjs/i18n/zh_TW.js +1 -1
- package/dist/cjs/index.js +0 -5
- package/dist/cjs/util/i18n-util.js +0 -43
- package/dist/cjs/util/ufoExperiences.js +0 -17
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/analytics.js +18 -35
- package/dist/es2019/clients/UserSourceProvider.js +0 -6
- package/dist/es2019/components/AddOptionAvatar.js +0 -2
- package/dist/es2019/components/AvatarItemOption.js +1 -10
- package/dist/es2019/components/BaseUserPicker.js +9 -84
- package/dist/es2019/components/ClearIndicator.js +5 -11
- package/dist/es2019/components/CustomOption/index.js +1 -3
- package/dist/es2019/components/CustomOption/main.js +0 -10
- package/dist/es2019/components/EmailOption/index.js +1 -3
- package/dist/es2019/components/EmailOption/main.js +0 -9
- package/dist/es2019/components/ExternalUserOption/ExternalAvatarItemOption.js +1 -4
- package/dist/es2019/components/ExternalUserOption/index.js +1 -3
- package/dist/es2019/components/ExternalUserOption/main.js +0 -15
- package/dist/es2019/components/ExternalUserSourcesContainer.js +0 -2
- package/dist/es2019/components/GroupOption/index.js +1 -3
- package/dist/es2019/components/GroupOption/main.js +0 -7
- package/dist/es2019/components/HighlightText.js +0 -11
- package/dist/es2019/components/Input.js +0 -5
- package/dist/es2019/components/MessagesIntlProvider.js +2 -4
- package/dist/es2019/components/MultiValue.js +3 -15
- package/dist/es2019/components/MultiValueContainer.js +4 -24
- package/dist/es2019/components/Option.js +0 -9
- package/dist/es2019/components/PopupControl.js +0 -4
- package/dist/es2019/components/PopupInput.js +0 -6
- package/dist/es2019/components/PopupUserPicker.js +0 -8
- package/dist/es2019/components/SingleValue.js +0 -1
- package/dist/es2019/components/SingleValueContainer.js +0 -8
- package/dist/es2019/components/SizeableAvatar.js +0 -1
- package/dist/es2019/components/TeamOption/index.js +1 -3
- package/dist/es2019/components/TeamOption/main.js +2 -12
- package/dist/es2019/components/UserOption.js +0 -9
- package/dist/es2019/components/UserPicker.js +6 -8
- package/dist/es2019/components/batch.js +0 -1
- package/dist/es2019/components/components.js +3 -4
- package/dist/es2019/components/creatable.js +2 -9
- package/dist/es2019/components/creatableEmailSuggestion.js +7 -12
- package/dist/es2019/components/emailValidation.js +0 -2
- package/dist/es2019/components/styles.js +30 -22
- package/dist/es2019/components/utils.js +2 -8
- package/dist/es2019/i18n/cs.js +1 -0
- package/dist/es2019/i18n/da.js +1 -0
- package/dist/es2019/i18n/de.js +1 -0
- package/dist/es2019/i18n/en.js +31 -4
- package/dist/es2019/i18n/en_GB.js +31 -4
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +1 -0
- package/dist/es2019/i18n/fi.js +1 -0
- package/dist/es2019/i18n/fr.js +1 -0
- package/dist/es2019/i18n/hu.js +1 -0
- package/dist/es2019/i18n/it.js +1 -0
- package/dist/es2019/i18n/ja.js +1 -0
- package/dist/es2019/i18n/ko.js +1 -0
- package/dist/es2019/i18n/nb.js +1 -0
- package/dist/es2019/i18n/nl.js +1 -0
- package/dist/es2019/i18n/pl.js +1 -0
- package/dist/es2019/i18n/pt_BR.js +1 -0
- package/dist/es2019/i18n/ru.js +1 -0
- package/dist/es2019/i18n/sv.js +1 -0
- package/dist/es2019/i18n/th.js +1 -0
- package/dist/es2019/i18n/tr.js +1 -0
- package/dist/es2019/i18n/uk.js +1 -0
- package/dist/es2019/i18n/vi.js +1 -0
- package/dist/es2019/i18n/zh.js +1 -0
- package/dist/es2019/i18n/zh_TW.js +1 -0
- package/dist/es2019/index.js +2 -1
- package/dist/es2019/util/i18n-util.js +30 -120
- package/dist/es2019/util/ufoExperiences.js +0 -3
- package/dist/es2019/version.json +1 -1
- package/dist/esm/analytics.js +2 -30
- package/dist/esm/clients/UserSourceProvider.js +11 -21
- package/dist/esm/components/AddOptionAvatar.js +1 -3
- package/dist/esm/components/AvatarItemOption.js +5 -18
- package/dist/esm/components/BaseUserPicker.js +56 -167
- package/dist/esm/components/ClearIndicator.js +5 -23
- package/dist/esm/components/CustomOption/index.js +1 -3
- package/dist/esm/components/CustomOption/main.js +4 -22
- package/dist/esm/components/EmailOption/index.js +1 -3
- package/dist/esm/components/EmailOption/main.js +2 -20
- package/dist/esm/components/ExternalUserOption/ExternalAvatarItemOption.js +5 -11
- package/dist/esm/components/ExternalUserOption/InfoIcon.js +3 -5
- package/dist/esm/components/ExternalUserOption/SourcesTooltipContent.js +3 -3
- package/dist/esm/components/ExternalUserOption/index.js +1 -3
- package/dist/esm/components/ExternalUserOption/main.js +10 -35
- package/dist/esm/components/ExternalUserSourcesContainer.js +5 -8
- package/dist/esm/components/GroupOption/index.js +1 -3
- package/dist/esm/components/GroupOption/main.js +4 -19
- package/dist/esm/components/HighlightText.js +3 -21
- package/dist/esm/components/Input.js +0 -14
- package/dist/esm/components/MessagesIntlProvider.js +3 -10
- package/dist/esm/components/MultiValue.js +21 -39
- package/dist/esm/components/MultiValueContainer.js +8 -37
- package/dist/esm/components/Option.js +5 -15
- package/dist/esm/components/PopupControl.js +0 -11
- package/dist/esm/components/PopupInput.js +0 -14
- package/dist/esm/components/PopupUserPicker.js +10 -28
- package/dist/esm/components/SingleValue.js +6 -8
- package/dist/esm/components/SingleValueContainer.js +8 -25
- package/dist/esm/components/SizeableAvatar.js +4 -12
- package/dist/esm/components/TeamOption/index.js +1 -3
- package/dist/esm/components/TeamOption/main.js +9 -27
- package/dist/esm/components/UserOption.js +7 -24
- package/dist/esm/components/UserPicker.js +14 -26
- package/dist/esm/components/batch.js +0 -2
- package/dist/esm/components/components.js +1 -6
- package/dist/esm/components/creatable.js +2 -9
- package/dist/esm/components/creatableEmailSuggestion.js +7 -12
- package/dist/esm/components/emailValidation.js +0 -2
- package/dist/esm/components/styles.js +10 -21
- package/dist/esm/components/utils.js +0 -11
- package/dist/esm/i18n/cs.js +1 -0
- package/dist/esm/i18n/da.js +1 -0
- package/dist/esm/i18n/de.js +1 -0
- package/dist/esm/i18n/en.js +31 -4
- package/dist/esm/i18n/en_GB.js +31 -4
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +1 -0
- package/dist/esm/i18n/fi.js +1 -0
- package/dist/esm/i18n/fr.js +1 -0
- package/dist/esm/i18n/hu.js +1 -0
- package/dist/esm/i18n/it.js +1 -0
- package/dist/esm/i18n/ja.js +1 -0
- package/dist/esm/i18n/ko.js +1 -0
- package/dist/esm/i18n/nb.js +1 -0
- package/dist/esm/i18n/nl.js +1 -0
- package/dist/esm/i18n/pl.js +1 -0
- package/dist/esm/i18n/pt_BR.js +1 -0
- package/dist/esm/i18n/ru.js +1 -0
- package/dist/esm/i18n/sv.js +1 -0
- package/dist/esm/i18n/th.js +1 -0
- package/dist/esm/i18n/tr.js +1 -0
- package/dist/esm/i18n/uk.js +1 -0
- package/dist/esm/i18n/vi.js +1 -0
- package/dist/esm/i18n/zh.js +1 -0
- package/dist/esm/i18n/zh_TW.js +1 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/util/i18n-util.js +30 -126
- package/dist/esm/util/ufoExperiences.js +0 -9
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +28 -1
- package/dist/types/i18n/en_GB.d.ts +28 -1
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/types.d.ts +1 -1
- package/package.json +3 -2
- package/report.api.md +1 -4
- package/tmp/api-report-tmp.d.ts +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
2
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
-
|
|
4
3
|
/**
|
|
5
4
|
* Tries to get the most specific messages bundle for a given locale.
|
|
6
5
|
*
|
|
@@ -21,227 +20,133 @@ export var getMessagesForLocale = /*#__PURE__*/function () {
|
|
|
21
20
|
_context.t0 = locale;
|
|
22
21
|
_context.next = _context.t0 === 'cs' ? 3 : _context.t0 === 'da' ? 4 : _context.t0 === 'de' ? 5 : _context.t0 === 'en' ? 6 : _context.t0 === 'en_GB' ? 7 : _context.t0 === 'es' ? 8 : _context.t0 === 'et' ? 9 : _context.t0 === 'fi' ? 10 : _context.t0 === 'fr' ? 11 : _context.t0 === 'hu' ? 12 : _context.t0 === 'is' ? 13 : _context.t0 === 'it' ? 14 : _context.t0 === 'ja' ? 15 : _context.t0 === 'ko' ? 16 : _context.t0 === 'nb' ? 17 : _context.t0 === 'nl' ? 18 : _context.t0 === 'pl' ? 19 : _context.t0 === 'pt_BR' ? 20 : _context.t0 === 'pt-BR' ? 20 : _context.t0 === 'pt_PT' ? 21 : _context.t0 === 'pt-PT' ? 21 : _context.t0 === 'ro' ? 22 : _context.t0 === 'ru' ? 23 : _context.t0 === 'sk' ? 24 : _context.t0 === 'sv' ? 25 : _context.t0 === 'th' ? 26 : _context.t0 === 'tr' ? 27 : _context.t0 === 'uk' ? 28 : _context.t0 === 'vi' ? 29 : _context.t0 === 'zh_TW' ? 30 : _context.t0 === 'zh' ? 31 : 32;
|
|
23
22
|
break;
|
|
24
|
-
|
|
25
23
|
case 3:
|
|
26
|
-
return _context.abrupt("return", import(
|
|
27
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-cs" */
|
|
28
|
-
'../i18n/cs').then(function (mod) {
|
|
24
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-cs" */'../i18n/cs').then(function (mod) {
|
|
29
25
|
return mod.default;
|
|
30
26
|
}));
|
|
31
|
-
|
|
32
27
|
case 4:
|
|
33
|
-
return _context.abrupt("return", import(
|
|
34
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-da" */
|
|
35
|
-
'../i18n/da').then(function (mod) {
|
|
28
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-da" */'../i18n/da').then(function (mod) {
|
|
36
29
|
return mod.default;
|
|
37
30
|
}));
|
|
38
|
-
|
|
39
31
|
case 5:
|
|
40
|
-
return _context.abrupt("return", import(
|
|
41
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-de" */
|
|
42
|
-
'../i18n/de').then(function (mod) {
|
|
32
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-de" */'../i18n/de').then(function (mod) {
|
|
43
33
|
return mod.default;
|
|
44
34
|
}));
|
|
45
|
-
|
|
46
35
|
case 6:
|
|
47
|
-
return _context.abrupt("return", import(
|
|
48
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-en" */
|
|
49
|
-
'../i18n/en').then(function (mod) {
|
|
36
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-en" */'../i18n/en').then(function (mod) {
|
|
50
37
|
return mod.default;
|
|
51
38
|
}));
|
|
52
|
-
|
|
53
39
|
case 7:
|
|
54
|
-
return _context.abrupt("return", import(
|
|
55
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-en_GB" */
|
|
56
|
-
'../i18n/en_GB').then(function (mod) {
|
|
40
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-en_GB" */'../i18n/en_GB').then(function (mod) {
|
|
57
41
|
return mod.default;
|
|
58
42
|
}));
|
|
59
|
-
|
|
60
43
|
case 8:
|
|
61
|
-
return _context.abrupt("return", import(
|
|
62
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-es" */
|
|
63
|
-
'../i18n/es').then(function (mod) {
|
|
44
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-es" */'../i18n/es').then(function (mod) {
|
|
64
45
|
return mod.default;
|
|
65
46
|
}));
|
|
66
|
-
|
|
67
47
|
case 9:
|
|
68
|
-
return _context.abrupt("return", import(
|
|
69
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-et" */
|
|
70
|
-
'../i18n/et').then(function (mod) {
|
|
48
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-et" */'../i18n/et').then(function (mod) {
|
|
71
49
|
return mod.default;
|
|
72
50
|
}));
|
|
73
|
-
|
|
74
51
|
case 10:
|
|
75
|
-
return _context.abrupt("return", import(
|
|
76
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-fi" */
|
|
77
|
-
'../i18n/fi').then(function (mod) {
|
|
52
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-fi" */'../i18n/fi').then(function (mod) {
|
|
78
53
|
return mod.default;
|
|
79
54
|
}));
|
|
80
|
-
|
|
81
55
|
case 11:
|
|
82
|
-
return _context.abrupt("return", import(
|
|
83
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-fr" */
|
|
84
|
-
'../i18n/fr').then(function (mod) {
|
|
56
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-fr" */'../i18n/fr').then(function (mod) {
|
|
85
57
|
return mod.default;
|
|
86
58
|
}));
|
|
87
|
-
|
|
88
59
|
case 12:
|
|
89
|
-
return _context.abrupt("return", import(
|
|
90
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-hu" */
|
|
91
|
-
'../i18n/hu').then(function (mod) {
|
|
60
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-hu" */'../i18n/hu').then(function (mod) {
|
|
92
61
|
return mod.default;
|
|
93
62
|
}));
|
|
94
|
-
|
|
95
63
|
case 13:
|
|
96
|
-
return _context.abrupt("return", import(
|
|
97
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-is" */
|
|
98
|
-
'../i18n/is').then(function (mod) {
|
|
64
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-is" */'../i18n/is').then(function (mod) {
|
|
99
65
|
return mod.default;
|
|
100
66
|
}));
|
|
101
|
-
|
|
102
67
|
case 14:
|
|
103
|
-
return _context.abrupt("return", import(
|
|
104
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-it" */
|
|
105
|
-
'../i18n/it').then(function (mod) {
|
|
68
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-it" */'../i18n/it').then(function (mod) {
|
|
106
69
|
return mod.default;
|
|
107
70
|
}));
|
|
108
|
-
|
|
109
71
|
case 15:
|
|
110
|
-
return _context.abrupt("return", import(
|
|
111
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-ja" */
|
|
112
|
-
'../i18n/ja').then(function (mod) {
|
|
72
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-ja" */'../i18n/ja').then(function (mod) {
|
|
113
73
|
return mod.default;
|
|
114
74
|
}));
|
|
115
|
-
|
|
116
75
|
case 16:
|
|
117
|
-
return _context.abrupt("return", import(
|
|
118
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-ko" */
|
|
119
|
-
'../i18n/ko').then(function (mod) {
|
|
76
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-ko" */'../i18n/ko').then(function (mod) {
|
|
120
77
|
return mod.default;
|
|
121
78
|
}));
|
|
122
|
-
|
|
123
79
|
case 17:
|
|
124
|
-
return _context.abrupt("return", import(
|
|
125
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-nb" */
|
|
126
|
-
'../i18n/nb').then(function (mod) {
|
|
80
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-nb" */'../i18n/nb').then(function (mod) {
|
|
127
81
|
return mod.default;
|
|
128
82
|
}));
|
|
129
|
-
|
|
130
83
|
case 18:
|
|
131
|
-
return _context.abrupt("return", import(
|
|
132
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-nl" */
|
|
133
|
-
'../i18n/nl').then(function (mod) {
|
|
84
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-nl" */'../i18n/nl').then(function (mod) {
|
|
134
85
|
return mod.default;
|
|
135
86
|
}));
|
|
136
|
-
|
|
137
87
|
case 19:
|
|
138
|
-
return _context.abrupt("return", import(
|
|
139
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-pl" */
|
|
140
|
-
'../i18n/pl').then(function (mod) {
|
|
88
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-pl" */'../i18n/pl').then(function (mod) {
|
|
141
89
|
return mod.default;
|
|
142
90
|
}));
|
|
143
|
-
|
|
144
91
|
case 20:
|
|
145
|
-
return _context.abrupt("return", import(
|
|
146
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-pt_BR" */
|
|
147
|
-
'../i18n/pt_BR').then(function (mod) {
|
|
92
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-pt_BR" */'../i18n/pt_BR').then(function (mod) {
|
|
148
93
|
return mod.default;
|
|
149
94
|
}));
|
|
150
|
-
|
|
151
95
|
case 21:
|
|
152
|
-
return _context.abrupt("return", import(
|
|
153
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-pt_PT" */
|
|
154
|
-
'../i18n/pt_PT').then(function (mod) {
|
|
96
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-pt_PT" */'../i18n/pt_PT').then(function (mod) {
|
|
155
97
|
return mod.default;
|
|
156
98
|
}));
|
|
157
|
-
|
|
158
99
|
case 22:
|
|
159
|
-
return _context.abrupt("return", import(
|
|
160
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-ro" */
|
|
161
|
-
'../i18n/ro').then(function (mod) {
|
|
100
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-ro" */'../i18n/ro').then(function (mod) {
|
|
162
101
|
return mod.default;
|
|
163
102
|
}));
|
|
164
|
-
|
|
165
103
|
case 23:
|
|
166
|
-
return _context.abrupt("return", import(
|
|
167
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-ru" */
|
|
168
|
-
'../i18n/ru').then(function (mod) {
|
|
104
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-ru" */'../i18n/ru').then(function (mod) {
|
|
169
105
|
return mod.default;
|
|
170
106
|
}));
|
|
171
|
-
|
|
172
107
|
case 24:
|
|
173
|
-
return _context.abrupt("return", import(
|
|
174
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-sk" */
|
|
175
|
-
'../i18n/sk').then(function (mod) {
|
|
108
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-sk" */'../i18n/sk').then(function (mod) {
|
|
176
109
|
return mod.default;
|
|
177
110
|
}));
|
|
178
|
-
|
|
179
111
|
case 25:
|
|
180
|
-
return _context.abrupt("return", import(
|
|
181
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-sv" */
|
|
182
|
-
'../i18n/sv').then(function (mod) {
|
|
112
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-sv" */'../i18n/sv').then(function (mod) {
|
|
183
113
|
return mod.default;
|
|
184
114
|
}));
|
|
185
|
-
|
|
186
115
|
case 26:
|
|
187
|
-
return _context.abrupt("return", import(
|
|
188
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-th" */
|
|
189
|
-
'../i18n/th').then(function (mod) {
|
|
116
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-th" */'../i18n/th').then(function (mod) {
|
|
190
117
|
return mod.default;
|
|
191
118
|
}));
|
|
192
|
-
|
|
193
119
|
case 27:
|
|
194
|
-
return _context.abrupt("return", import(
|
|
195
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-tr" */
|
|
196
|
-
'../i18n/tr').then(function (mod) {
|
|
120
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-tr" */'../i18n/tr').then(function (mod) {
|
|
197
121
|
return mod.default;
|
|
198
122
|
}));
|
|
199
|
-
|
|
200
123
|
case 28:
|
|
201
|
-
return _context.abrupt("return", import(
|
|
202
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-uk" */
|
|
203
|
-
'../i18n/uk').then(function (mod) {
|
|
124
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-uk" */'../i18n/uk').then(function (mod) {
|
|
204
125
|
return mod.default;
|
|
205
126
|
}));
|
|
206
|
-
|
|
207
127
|
case 29:
|
|
208
|
-
return _context.abrupt("return", import(
|
|
209
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-vi" */
|
|
210
|
-
'../i18n/vi').then(function (mod) {
|
|
128
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-vi" */'../i18n/vi').then(function (mod) {
|
|
211
129
|
return mod.default;
|
|
212
130
|
}));
|
|
213
|
-
|
|
214
131
|
case 30:
|
|
215
|
-
return _context.abrupt("return", import(
|
|
216
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-zh_TW" */
|
|
217
|
-
'../i18n/zh_TW').then(function (mod) {
|
|
132
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-zh_TW" */'../i18n/zh_TW').then(function (mod) {
|
|
218
133
|
return mod.default;
|
|
219
134
|
}));
|
|
220
|
-
|
|
221
135
|
case 31:
|
|
222
|
-
return _context.abrupt("return", import(
|
|
223
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-zh" */
|
|
224
|
-
'../i18n/zh').then(function (mod) {
|
|
136
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-zh" */'../i18n/zh').then(function (mod) {
|
|
225
137
|
return mod.default;
|
|
226
138
|
}));
|
|
227
|
-
|
|
228
139
|
case 32:
|
|
229
140
|
fragments = locale.split(/[_-]/);
|
|
230
|
-
|
|
231
141
|
if (!(fragments.length === 2)) {
|
|
232
142
|
_context.next = 37;
|
|
233
143
|
break;
|
|
234
144
|
}
|
|
235
|
-
|
|
236
145
|
return _context.abrupt("return", getMessagesForLocale(fragments[0]));
|
|
237
|
-
|
|
238
146
|
case 37:
|
|
239
|
-
return _context.abrupt("return", import(
|
|
240
|
-
/* webpackChunkName: "@atlaskit-internal_user-picker-i18n-en" */
|
|
241
|
-
'../i18n/en').then(function (mod) {
|
|
147
|
+
return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-en" */'../i18n/en').then(function (mod) {
|
|
242
148
|
return mod.default;
|
|
243
149
|
}));
|
|
244
|
-
|
|
245
150
|
case 38:
|
|
246
151
|
case "end":
|
|
247
152
|
return _context.stop();
|
|
@@ -249,7 +154,6 @@ export var getMessagesForLocale = /*#__PURE__*/function () {
|
|
|
249
154
|
}
|
|
250
155
|
}, _callee);
|
|
251
156
|
}));
|
|
252
|
-
|
|
253
157
|
return function getMessagesForLocale(_x) {
|
|
254
158
|
return _ref.apply(this, arguments);
|
|
255
159
|
};
|
|
@@ -3,11 +3,8 @@ 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
|
-
|
|
7
6
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
|
|
9
7
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
10
|
-
|
|
11
8
|
import React from 'react';
|
|
12
9
|
import { ExperiencePerformanceTypes, ExperienceTypes, ConcurrentExperience, UFOExperienceState } from '@atlaskit/ufo';
|
|
13
10
|
export var userPickerRenderedUfoExperience = new ConcurrentExperience('user-picker-rendered', {
|
|
@@ -26,20 +23,15 @@ export var userPickerOptionsShownUfoExperience = new ConcurrentExperience('user-
|
|
|
26
23
|
});
|
|
27
24
|
export var UfoErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
28
25
|
_inherits(UfoErrorBoundary, _React$Component);
|
|
29
|
-
|
|
30
26
|
var _super = _createSuper(UfoErrorBoundary);
|
|
31
|
-
|
|
32
27
|
function UfoErrorBoundary() {
|
|
33
28
|
_classCallCheck(this, UfoErrorBoundary);
|
|
34
|
-
|
|
35
29
|
return _super.apply(this, arguments);
|
|
36
30
|
}
|
|
37
|
-
|
|
38
31
|
_createClass(UfoErrorBoundary, [{
|
|
39
32
|
key: "componentDidCatch",
|
|
40
33
|
value: function componentDidCatch() {
|
|
41
34
|
var instance = userPickerRenderedUfoExperience.getInstance(this.props.id);
|
|
42
|
-
|
|
43
35
|
if (instance.state.id !== UFOExperienceState.FAILED.id) {
|
|
44
36
|
instance.failure();
|
|
45
37
|
}
|
|
@@ -50,6 +42,5 @@ export var UfoErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
|
50
42
|
return this.props.children;
|
|
51
43
|
}
|
|
52
44
|
}]);
|
|
53
|
-
|
|
54
45
|
return UfoErrorBoundary;
|
|
55
46
|
}(React.Component);
|
package/dist/esm/version.json
CHANGED
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -1,7 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.elements.user-picker.email.add': string;
|
|
3
|
+
'fabric.elements.user-picker.email.add.potential': string;
|
|
4
|
+
'fabric.elements.user-picker.email.select.to.add': string;
|
|
5
|
+
'fabric.elements.user-picker.external.sourced.error': string;
|
|
6
|
+
'fabric.elements.user-picker.external.sourced.from': string;
|
|
7
|
+
'fabric.elements.user-picker.github.provider': string;
|
|
8
|
+
'fabric.elements.user-picker.google.provider': string;
|
|
9
|
+
'fabric.elements.user-picker.group.byline': string;
|
|
10
|
+
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
11
|
+
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
12
|
+
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
13
|
+
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
14
|
+
'fabric.elements.user-picker.microsoft.provider': string;
|
|
15
|
+
'fabric.elements.user-picker.multi.remove-item': string;
|
|
2
16
|
'fabric.elements.user-picker.placeholder': string;
|
|
3
17
|
'fabric.elements.user-picker.placeholder.add-more': string;
|
|
4
|
-
'fabric.elements.user-picker.multi.remove-item': string;
|
|
5
18
|
'fabric.elements.user-picker.single.clear': string;
|
|
19
|
+
'fabric.elements.user-picker.slack.provider': string;
|
|
20
|
+
'fabric.elements.user-picker.source.confluence': string;
|
|
21
|
+
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
23
|
+
'fabric.elements.user-picker.team.member.50plus': string;
|
|
24
|
+
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
25
|
+
'fabric.elements.user-picker.team.member.count': string;
|
|
26
|
+
'fabric.elements.user-picker.team.member.count.including.you': string;
|
|
6
27
|
};
|
|
28
|
+
/**
|
|
29
|
+
* NOTE:
|
|
30
|
+
*
|
|
31
|
+
* This file is automatically generated by Traduki 2.0.
|
|
32
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
33
|
+
*/
|
|
7
34
|
export default _default;
|
|
@@ -1,7 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.elements.user-picker.email.add': string;
|
|
3
|
+
'fabric.elements.user-picker.email.add.potential': string;
|
|
4
|
+
'fabric.elements.user-picker.email.select.to.add': string;
|
|
5
|
+
'fabric.elements.user-picker.external.sourced.error': string;
|
|
6
|
+
'fabric.elements.user-picker.external.sourced.from': string;
|
|
7
|
+
'fabric.elements.user-picker.github.provider': string;
|
|
8
|
+
'fabric.elements.user-picker.google.provider': string;
|
|
9
|
+
'fabric.elements.user-picker.group.byline': string;
|
|
10
|
+
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
11
|
+
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
12
|
+
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
13
|
+
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
14
|
+
'fabric.elements.user-picker.microsoft.provider': string;
|
|
15
|
+
'fabric.elements.user-picker.multi.remove-item': string;
|
|
2
16
|
'fabric.elements.user-picker.placeholder': string;
|
|
3
17
|
'fabric.elements.user-picker.placeholder.add-more': string;
|
|
4
|
-
'fabric.elements.user-picker.multi.remove-item': string;
|
|
5
18
|
'fabric.elements.user-picker.single.clear': string;
|
|
19
|
+
'fabric.elements.user-picker.slack.provider': string;
|
|
20
|
+
'fabric.elements.user-picker.source.confluence': string;
|
|
21
|
+
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
23
|
+
'fabric.elements.user-picker.team.member.50plus': string;
|
|
24
|
+
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
25
|
+
'fabric.elements.user-picker.team.member.count': string;
|
|
26
|
+
'fabric.elements.user-picker.team.member.count.including.you': string;
|
|
6
27
|
};
|
|
28
|
+
/**
|
|
29
|
+
* NOTE:
|
|
30
|
+
*
|
|
31
|
+
* This file is automatically generated by Traduki 2.0.
|
|
32
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
33
|
+
*/
|
|
7
34
|
export default _default;
|
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.elements.user-picker.slack.provider': string;
|
|
20
20
|
'fabric.elements.user-picker.source.confluence': string;
|
|
21
21
|
'fabric.elements.user-picker.source.jira': string;
|
|
22
|
+
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
22
23
|
'fabric.elements.user-picker.team.member.50plus': string;
|
|
23
24
|
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
24
25
|
'fabric.elements.user-picker.team.member.count': string;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -97,7 +97,7 @@ export declare type UserPickerProps = WithAnalyticsEventsProps & {
|
|
|
97
97
|
*/
|
|
98
98
|
noOptionsMessage?: ((value: {
|
|
99
99
|
inputValue: string;
|
|
100
|
-
}) => string | null) |
|
|
100
|
+
}) => string | null) | null;
|
|
101
101
|
/** Controls if the user picker has a value or not. If not provided, UserPicker will control the value internally. */
|
|
102
102
|
value?: Value;
|
|
103
103
|
/** Disable all interactions with the picker, putting it in a read-only state. */
|