@atlaskit/smart-user-picker 6.3.0 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +51 -41
- package/afm-cc/tsconfig.json +30 -0
- package/dist/cjs/analytics.js +12 -20
- package/dist/cjs/components/MessagesIntlProvider.js +3 -4
- package/dist/cjs/components/SmartUserPicker.js +4 -6
- package/dist/cjs/components/index.js +1 -2
- package/dist/cjs/config/index.js +2 -3
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/et.js +1 -2
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/is.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/languages.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/pt_PT.js +1 -2
- package/dist/cjs/i18n/ro.js +2 -3
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sk.js +1 -2
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/i18n.js +2 -3
- package/dist/cjs/service/constants.js +4 -7
- package/dist/cjs/service/default-value-hydration-client.js +1 -2
- package/dist/cjs/service/recommendation-client.js +5 -6
- package/dist/cjs/service/teams-client.js +3 -4
- package/dist/cjs/service/users-client.js +3 -4
- package/dist/cjs/service/users-transformer.js +2 -3
- package/dist/cjs/types.js +2 -3
- package/dist/cjs/ufoExperiences.js +5 -9
- package/dist/cjs/util/i18n-util.js +2 -3
- package/dist/es2019/analytics.js +1 -1
- package/dist/esm/analytics.js +3 -3
- package/dist/esm/components/MessagesIntlProvider.js +2 -2
- package/dist/esm/components/SmartUserPicker.js +2 -2
- package/dist/esm/service/recommendation-client.js +4 -4
- package/dist/esm/service/teams-client.js +2 -2
- package/dist/esm/service/users-client.js +2 -2
- package/package.json +3 -3
- package/tmp/api-report-tmp.d.ts +0 -268
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
# @atlassian/smart-user-picker
|
|
2
2
|
|
|
3
|
+
## 6.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#59712](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59712) [`229363c1c1b3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/229363c1c1b3) - Add required attribute to the user-picker components and add its consumption in the share component.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 6.3.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
6
16
|
|
|
7
|
-
- [`38c3ed63070`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38c3ed63070) - Export sub-components of Option
|
|
17
|
+
- [#39115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39115) [`38c3ed63070`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38c3ed63070) - Export sub-components of Option
|
|
8
18
|
|
|
9
19
|
### Patch Changes
|
|
10
20
|
|
|
@@ -14,7 +24,7 @@
|
|
|
14
24
|
|
|
15
25
|
### Minor Changes
|
|
16
26
|
|
|
17
|
-
- [`406273e2aa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/406273e2aa8) - Export Option component from /option entrypoint
|
|
27
|
+
- [#38945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38945) [`406273e2aa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/406273e2aa8) - Export Option component from /option entrypoint
|
|
18
28
|
|
|
19
29
|
### Patch Changes
|
|
20
30
|
|
|
@@ -24,44 +34,44 @@
|
|
|
24
34
|
|
|
25
35
|
### Patch Changes
|
|
26
36
|
|
|
27
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
37
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
28
38
|
- Updated dependencies
|
|
29
39
|
|
|
30
40
|
## 6.1.5
|
|
31
41
|
|
|
32
42
|
### Patch Changes
|
|
33
43
|
|
|
34
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
44
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
35
45
|
|
|
36
46
|
## 6.1.4
|
|
37
47
|
|
|
38
48
|
### Patch Changes
|
|
39
49
|
|
|
40
|
-
- [`78f0d4b929c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78f0d4b929c) - [ux] Color of guest lozenges in the smartUserPicker changed from purple ('new') to grey ('default')
|
|
50
|
+
- [#37101](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37101) [`78f0d4b929c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78f0d4b929c) - [ux] Color of guest lozenges in the smartUserPicker changed from purple ('new') to grey ('default')
|
|
41
51
|
|
|
42
52
|
## 6.1.3
|
|
43
53
|
|
|
44
54
|
### Patch Changes
|
|
45
55
|
|
|
46
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
56
|
+
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
47
57
|
|
|
48
58
|
## 6.1.2
|
|
49
59
|
|
|
50
60
|
### Patch Changes
|
|
51
61
|
|
|
52
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
62
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
53
63
|
|
|
54
64
|
## 6.1.1
|
|
55
65
|
|
|
56
66
|
### Patch Changes
|
|
57
67
|
|
|
58
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
68
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
59
69
|
|
|
60
70
|
## 6.1.0
|
|
61
71
|
|
|
62
72
|
### Minor Changes
|
|
63
73
|
|
|
64
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
74
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
65
75
|
|
|
66
76
|
### Patch Changes
|
|
67
77
|
|
|
@@ -71,7 +81,7 @@
|
|
|
71
81
|
|
|
72
82
|
### Patch Changes
|
|
73
83
|
|
|
74
|
-
- [`365dc58e26b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/365dc58e26b) - UFO failures for options shown will now only be recorded when the status code is a 5xx
|
|
84
|
+
- [#31718](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31718) [`365dc58e26b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/365dc58e26b) - UFO failures for options shown will now only be recorded when the status code is a 5xx
|
|
75
85
|
|
|
76
86
|
## 6.0.6
|
|
77
87
|
|
|
@@ -83,7 +93,7 @@
|
|
|
83
93
|
|
|
84
94
|
### Patch Changes
|
|
85
95
|
|
|
86
|
-
- [`6a4f3d27fee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a4f3d27fee) - Add contextType to UFO events for options rendered
|
|
96
|
+
- [#29737](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29737) [`6a4f3d27fee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a4f3d27fee) - Add contextType to UFO events for options rendered
|
|
87
97
|
|
|
88
98
|
## 6.0.4
|
|
89
99
|
|
|
@@ -95,49 +105,49 @@
|
|
|
95
105
|
|
|
96
106
|
### Patch Changes
|
|
97
107
|
|
|
98
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
108
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
99
109
|
|
|
100
110
|
## 6.0.2
|
|
101
111
|
|
|
102
112
|
### Patch Changes
|
|
103
113
|
|
|
104
|
-
- [`44dcc64d558`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44dcc64d558) - Updated dependencies
|
|
114
|
+
- [#24705](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24705) [`44dcc64d558`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44dcc64d558) - Updated dependencies
|
|
105
115
|
|
|
106
116
|
## 6.0.1
|
|
107
117
|
|
|
108
118
|
### Patch Changes
|
|
109
119
|
|
|
110
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
120
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
111
121
|
|
|
112
122
|
## 6.0.0
|
|
113
123
|
|
|
114
124
|
### Major Changes
|
|
115
125
|
|
|
116
|
-
- [`be2c0ae7ba4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be2c0ae7ba4) - The `setSmartUserPickerEnv` export has been removed. This should be a no-op upgrade as it was only used internally for test/example files in other packages.
|
|
126
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`be2c0ae7ba4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be2c0ae7ba4) - The `setSmartUserPickerEnv` export has been removed. This should be a no-op upgrade as it was only used internally for test/example files in other packages.
|
|
117
127
|
|
|
118
128
|
## 5.1.3
|
|
119
129
|
|
|
120
130
|
### Patch Changes
|
|
121
131
|
|
|
122
|
-
- [`977329d177c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977329d177c) - Import version json and use attributes rather than importing directly
|
|
132
|
+
- [#23257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23257) [`977329d177c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977329d177c) - Import version json and use attributes rather than importing directly
|
|
123
133
|
|
|
124
134
|
## 5.1.2
|
|
125
135
|
|
|
126
136
|
### Patch Changes
|
|
127
137
|
|
|
128
|
-
- [`7536b86964b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7536b86964b) - Update context key for URS from orgId to organizationId
|
|
138
|
+
- [#23075](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23075) [`7536b86964b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7536b86964b) - Update context key for URS from orgId to organizationId
|
|
129
139
|
|
|
130
140
|
## 5.1.1
|
|
131
141
|
|
|
132
142
|
### Patch Changes
|
|
133
143
|
|
|
134
|
-
- [`ff97c74b6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff97c74b6f0) - Add TeamMember as export from user-picker
|
|
144
|
+
- [#22015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22015) [`ff97c74b6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff97c74b6f0) - Add TeamMember as export from user-picker
|
|
135
145
|
|
|
136
146
|
## 5.1.0
|
|
137
147
|
|
|
138
148
|
### Minor Changes
|
|
139
149
|
|
|
140
|
-
- [`cc40ab95bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc40ab95bd4) - Adds a list of team members under OptionData for Teams
|
|
150
|
+
- [#21796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21796) [`cc40ab95bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc40ab95bd4) - Adds a list of team members under OptionData for Teams
|
|
141
151
|
|
|
142
152
|
### Patch Changes
|
|
143
153
|
|
|
@@ -147,13 +157,13 @@
|
|
|
147
157
|
|
|
148
158
|
### Patch Changes
|
|
149
159
|
|
|
150
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
160
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
151
161
|
|
|
152
162
|
## 5.0.4
|
|
153
163
|
|
|
154
164
|
### Patch Changes
|
|
155
165
|
|
|
156
|
-
- [`f805f47c19a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f805f47c19a) - Smart User Picker now catches errors emitted from the optional `onError` fallback data source, and also now only sends a UFO failure event if the primary data source (URS) fails AND the `onError` prop either fails or is not provided.
|
|
166
|
+
- [#20467](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20467) [`f805f47c19a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f805f47c19a) - Smart User Picker now catches errors emitted from the optional `onError` fallback data source, and also now only sends a UFO failure event if the primary data source (URS) fails AND the `onError` prop either fails or is not provided.
|
|
157
167
|
|
|
158
168
|
## 5.0.3
|
|
159
169
|
|
|
@@ -165,37 +175,37 @@
|
|
|
165
175
|
|
|
166
176
|
### Patch Changes
|
|
167
177
|
|
|
168
|
-
- [`6fc78303271`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fc78303271) - UFO measurement of how long it takes the list of users to be shown
|
|
178
|
+
- [#18817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18817) [`6fc78303271`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fc78303271) - UFO measurement of how long it takes the list of users to be shown
|
|
169
179
|
|
|
170
180
|
## 5.0.1
|
|
171
181
|
|
|
172
182
|
### Patch Changes
|
|
173
183
|
|
|
174
|
-
- [`0850fe46fc8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0850fe46fc8) - Track mount errors in Smart User Picker
|
|
184
|
+
- [#19129](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19129) [`0850fe46fc8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0850fe46fc8) - Track mount errors in Smart User Picker
|
|
175
185
|
|
|
176
186
|
## 5.0.0
|
|
177
187
|
|
|
178
188
|
### Major Changes
|
|
179
189
|
|
|
180
|
-
- [`67ca990e9cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67ca990e9cf) - Changing the URL for default value hydration from /graphql to /api/gateway/graphql
|
|
190
|
+
- [#19144](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19144) [`67ca990e9cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67ca990e9cf) - Changing the URL for default value hydration from /graphql to /api/gateway/graphql
|
|
181
191
|
|
|
182
192
|
## 4.0.1
|
|
183
193
|
|
|
184
194
|
### Patch Changes
|
|
185
195
|
|
|
186
|
-
- [`73bf59c717d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73bf59c717d) - update dependency on @atlaskit/user-picker to ensure defaultValue fix is applied
|
|
196
|
+
- [#19078](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19078) [`73bf59c717d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73bf59c717d) - update dependency on @atlaskit/user-picker to ensure defaultValue fix is applied
|
|
187
197
|
|
|
188
198
|
## 4.0.0
|
|
189
199
|
|
|
190
200
|
### Major Changes
|
|
191
201
|
|
|
192
|
-
- [`5df1ae17438`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5df1ae17438) - @atlassian/smart-user-picker will now be made public and renamed @atlaskit/smart-user-picker to provide a 1-1 replacement for @atlaskit/user-picker/smart-user-picker (UR-3417).
|
|
202
|
+
- [#18930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18930) [`5df1ae17438`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5df1ae17438) - @atlassian/smart-user-picker will now be made public and renamed @atlaskit/smart-user-picker to provide a 1-1 replacement for @atlaskit/user-picker/smart-user-picker (UR-3417).
|
|
193
203
|
|
|
194
204
|
## 3.1.0
|
|
195
205
|
|
|
196
206
|
### Minor Changes
|
|
197
207
|
|
|
198
|
-
- [`d2a8de20d08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2a8de20d08) - Add support in SmartUserPicker for org id for team search
|
|
208
|
+
- [#18908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18908) [`d2a8de20d08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2a8de20d08) - Add support in SmartUserPicker for org id for team search
|
|
199
209
|
|
|
200
210
|
### Patch Changes
|
|
201
211
|
|
|
@@ -205,37 +215,37 @@
|
|
|
205
215
|
|
|
206
216
|
### Patch Changes
|
|
207
217
|
|
|
208
|
-
- [`e4109a66653`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4109a66653) - Smart user picker initial render performance is now measured using @atlassian/ufo
|
|
218
|
+
- [#18561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18561) [`e4109a66653`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4109a66653) - Smart user picker initial render performance is now measured using @atlassian/ufo
|
|
209
219
|
|
|
210
220
|
## 3.0.4
|
|
211
221
|
|
|
212
222
|
### Patch Changes
|
|
213
223
|
|
|
214
|
-
- [`7f48efc8487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f48efc8487) - Use baseUrl prop in default user value hydration query
|
|
224
|
+
- [#18303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18303) [`7f48efc8487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f48efc8487) - Use baseUrl prop in default user value hydration query
|
|
215
225
|
|
|
216
226
|
## 3.0.3
|
|
217
227
|
|
|
218
228
|
### Patch Changes
|
|
219
229
|
|
|
220
|
-
- [`405d07e48fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/405d07e48fa) - updating props doc
|
|
230
|
+
- [#18056](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18056) [`405d07e48fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/405d07e48fa) - updating props doc
|
|
221
231
|
|
|
222
232
|
## 3.0.2
|
|
223
233
|
|
|
224
234
|
### Patch Changes
|
|
225
235
|
|
|
226
|
-
- [`9fd6117d5e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fd6117d5e4) - Fix behavior of base URL so that API calls use baseUrl as base url
|
|
236
|
+
- [#17940](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17940) [`9fd6117d5e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fd6117d5e4) - Fix behavior of base URL so that API calls use baseUrl as base url
|
|
227
237
|
|
|
228
238
|
## 3.0.1
|
|
229
239
|
|
|
230
240
|
### Patch Changes
|
|
231
241
|
|
|
232
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
242
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
233
243
|
|
|
234
244
|
## 3.0.0
|
|
235
245
|
|
|
236
246
|
### Major Changes
|
|
237
247
|
|
|
238
|
-
- [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
248
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
239
249
|
|
|
240
250
|
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
|
|
241
251
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -281,45 +291,45 @@
|
|
|
281
291
|
|
|
282
292
|
### Patch Changes
|
|
283
293
|
|
|
284
|
-
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
294
|
+
- [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694) [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
285
295
|
|
|
286
296
|
## 2.1.3
|
|
287
297
|
|
|
288
298
|
### Patch Changes
|
|
289
299
|
|
|
290
|
-
- [`a92e3bdb515`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a92e3bdb515) - Relaxed product enum typing to take in any string
|
|
300
|
+
- [#15454](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15454) [`a92e3bdb515`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a92e3bdb515) - Relaxed product enum typing to take in any string
|
|
291
301
|
|
|
292
302
|
## 2.1.2
|
|
293
303
|
|
|
294
304
|
### Patch Changes
|
|
295
305
|
|
|
296
|
-
- [`93c8a8f0bd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93c8a8f0bd5) - Expose types from @atlaskit/user-picker from smart-user-picker
|
|
306
|
+
- [#15171](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15171) [`93c8a8f0bd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93c8a8f0bd5) - Expose types from @atlaskit/user-picker from smart-user-picker
|
|
297
307
|
|
|
298
308
|
## 2.1.1
|
|
299
309
|
|
|
300
310
|
### Patch Changes
|
|
301
311
|
|
|
302
|
-
- [`4ac918aad80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ac918aad80) - Added helper documentation for easier onboarding onto Atlaskit Editor
|
|
312
|
+
- [#14494](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14494) [`4ac918aad80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ac918aad80) - Added helper documentation for easier onboarding onto Atlaskit Editor
|
|
303
313
|
|
|
304
314
|
## 2.1.0
|
|
305
315
|
|
|
306
316
|
### Minor Changes
|
|
307
317
|
|
|
308
|
-
- [`674d31d565e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/674d31d565e) - Added default value hydration for non-jira/conf products, team default value hydration, and changed default debounce time to 150ms
|
|
318
|
+
- [#14007](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14007) [`674d31d565e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/674d31d565e) - Added default value hydration for non-jira/conf products, team default value hydration, and changed default debounce time to 150ms
|
|
309
319
|
|
|
310
320
|
## 2.0.0
|
|
311
321
|
|
|
312
322
|
### Major Changes
|
|
313
323
|
|
|
314
|
-
- [`ccda387eede`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccda387eede) - smart-user-picker extracted out from user-picker to smart-user-picker package. smart-user-picker in user-picker is now deprecated but still backwards compatible. Please use @atlassian/smart-user-picker for smart-user-picker.
|
|
324
|
+
- [#13189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13189) [`ccda387eede`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccda387eede) - smart-user-picker extracted out from user-picker to smart-user-picker package. smart-user-picker in user-picker is now deprecated but still backwards compatible. Please use @atlassian/smart-user-picker for smart-user-picker.
|
|
315
325
|
|
|
316
326
|
### Patch Changes
|
|
317
327
|
|
|
318
|
-
- [`5ac7831fc59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ac7831fc59) - updating UP dependency
|
|
328
|
+
- [#13476](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13476) [`5ac7831fc59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ac7831fc59) - updating UP dependency
|
|
319
329
|
- Updated dependencies
|
|
320
330
|
|
|
321
331
|
## 1.0.1
|
|
322
332
|
|
|
323
333
|
### Patch Changes
|
|
324
334
|
|
|
325
|
-
- [`869e1fdef2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/869e1fdef2f) - [ux] Prioritize filterOptions prop over onEmpty. Now, filterOptions is called AFTER onEmpty is applied to URS suggestions. This means that SUP can show empty results if filterOptions filters out all results. This fixes a bug where updated filterOptions does not get applied to suggestions.
|
|
335
|
+
- [#12373](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12373) [`869e1fdef2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/869e1fdef2f) - [ux] Prioritize filterOptions prop over onEmpty. Now, filterOptions is called AFTER onEmpty is applied to URS suggestions. This means that SUP can show empty results if filterOptions filters out all results. This fixes a bug where updated filterOptions does not get applied to suggestions.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.confluence.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"target": "es5",
|
|
5
|
+
"composite": true,
|
|
6
|
+
"outDir": "../dist",
|
|
7
|
+
"rootDir": "../",
|
|
8
|
+
"baseUrl": "../"
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../../analytics/analytics-next/afm-cc/tsconfig.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "../../../data/ufo-external/afm-cc/tsconfig.json"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": "../../../elements/user-picker/afm-cc/tsconfig.json"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
package/dist/cjs/analytics.js
CHANGED
|
@@ -8,11 +8,11 @@ exports.successfulRequestUsersEvent = exports.startSession = exports.requestUser
|
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
10
10
|
var _uuid = require("uuid");
|
|
11
|
-
function ownKeys(
|
|
12
|
-
function _objectSpread(
|
|
11
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13
13
|
var packageName = "@atlaskit/smart-user-picker";
|
|
14
|
-
var packageVersion = "6.
|
|
15
|
-
var startSession = function startSession() {
|
|
14
|
+
var packageVersion = "6.4.0";
|
|
15
|
+
var startSession = exports.startSession = function startSession() {
|
|
16
16
|
return {
|
|
17
17
|
id: (0, _uuid.v4)(),
|
|
18
18
|
start: Date.now(),
|
|
@@ -22,9 +22,7 @@ var startSession = function startSession() {
|
|
|
22
22
|
lastKey: undefined
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
exports.
|
|
26
|
-
var createAndFireEventInElementsChannel = (0, _analyticsNext.createAndFireEvent)('fabric-elements');
|
|
27
|
-
exports.createAndFireEventInElementsChannel = createAndFireEventInElementsChannel;
|
|
25
|
+
var createAndFireEventInElementsChannel = exports.createAndFireEventInElementsChannel = (0, _analyticsNext.createAndFireEvent)('fabric-elements');
|
|
28
26
|
var createEvent = function createEvent(eventType, action, actionSubject) {
|
|
29
27
|
var attributes = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
30
28
|
return {
|
|
@@ -76,33 +74,27 @@ var createSmartUserPickerEvent = function createSmartUserPickerEvent(action, act
|
|
|
76
74
|
source: 'smart-user-picker'
|
|
77
75
|
}, createEvent('operational', action, actionSubect, attributes));
|
|
78
76
|
};
|
|
79
|
-
var preparedUsersLoadedEvent = function preparedUsersLoadedEvent(props, state) {
|
|
77
|
+
var preparedUsersLoadedEvent = exports.preparedUsersLoadedEvent = function preparedUsersLoadedEvent(props, state) {
|
|
80
78
|
var attributes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
81
79
|
return createSmartUserPickerEvent('loaded', 'preparedUsers', _objectSpread(_objectSpread({}, createDefaultSmartPickerAttributes(props, state)), attributes));
|
|
82
80
|
};
|
|
83
|
-
exports.
|
|
84
|
-
var mountedWithPrefetchEvent = function mountedWithPrefetchEvent(props, state) {
|
|
81
|
+
var mountedWithPrefetchEvent = exports.mountedWithPrefetchEvent = function mountedWithPrefetchEvent(props, state) {
|
|
85
82
|
var attributes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
86
83
|
return createSmartUserPickerEvent('mounted', 'prefetch', _objectSpread(_objectSpread({}, createDefaultSmartPickerAttributes(props, state)), attributes));
|
|
87
84
|
};
|
|
88
|
-
exports.
|
|
89
|
-
var filterUsersEvent = function filterUsersEvent(props, state) {
|
|
85
|
+
var filterUsersEvent = exports.filterUsersEvent = function filterUsersEvent(props, state) {
|
|
90
86
|
var attributes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
91
87
|
return createSmartUserPickerEvent('filtered', 'users', _objectSpread(_objectSpread({}, createDefaultSmartPickerAttributes(props, state)), attributes));
|
|
92
88
|
};
|
|
93
|
-
exports.
|
|
94
|
-
var requestUsersEvent = function requestUsersEvent(props, state) {
|
|
89
|
+
var requestUsersEvent = exports.requestUsersEvent = function requestUsersEvent(props, state) {
|
|
95
90
|
var attributes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
96
91
|
return createSmartUserPickerEvent('requested', 'users', _objectSpread(_objectSpread({}, createDefaultSmartPickerAttributes(props, state)), attributes));
|
|
97
92
|
};
|
|
98
|
-
exports.
|
|
99
|
-
var successfulRequestUsersEvent = function successfulRequestUsersEvent(props, state) {
|
|
93
|
+
var successfulRequestUsersEvent = exports.successfulRequestUsersEvent = function successfulRequestUsersEvent(props, state) {
|
|
100
94
|
var attributes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
101
95
|
return createSmartUserPickerEvent('successful', 'usersRequest', _objectSpread(_objectSpread({}, createDefaultSmartPickerAttributes(props, state)), attributes));
|
|
102
96
|
};
|
|
103
|
-
exports.
|
|
104
|
-
var failedRequestUsersEvent = function failedRequestUsersEvent(props, state) {
|
|
97
|
+
var failedRequestUsersEvent = exports.failedRequestUsersEvent = function failedRequestUsersEvent(props, state) {
|
|
105
98
|
var attributes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
106
99
|
return createSmartUserPickerEvent('failed', 'usersRequest', _objectSpread(_objectSpread({}, createDefaultSmartPickerAttributes(props, state)), attributes));
|
|
107
|
-
};
|
|
108
|
-
exports.failedRequestUsersEvent = failedRequestUsersEvent;
|
|
100
|
+
};
|
|
@@ -13,8 +13,8 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
13
13
|
var _i18nUtil = require("../util/i18n-util");
|
|
14
14
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
15
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
16
|
-
function ownKeys(
|
|
17
|
-
function _objectSpread(
|
|
16
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
17
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
18
18
|
var EMPTY = {};
|
|
19
19
|
var useI18n = function useI18n(locale) {
|
|
20
20
|
var _React$useState = _react.default.useState(EMPTY),
|
|
@@ -50,5 +50,4 @@ var MessagesIntlProvider = function MessagesIntlProvider(props) {
|
|
|
50
50
|
messages: mergedMessages
|
|
51
51
|
}, children);
|
|
52
52
|
};
|
|
53
|
-
var _default = (0, _reactIntlNext.injectIntl)(MessagesIntlProvider);
|
|
54
|
-
exports.default = _default;
|
|
53
|
+
var _default = exports.default = (0, _reactIntlNext.injectIntl)(MessagesIntlProvider);
|
|
@@ -27,8 +27,8 @@ var _analytics = require("../analytics");
|
|
|
27
27
|
var _MessagesIntlProvider = _interopRequireDefault(require("./MessagesIntlProvider"));
|
|
28
28
|
var _service = require("../service");
|
|
29
29
|
var _ufoExperiences = require("../ufoExperiences");
|
|
30
|
-
function ownKeys(
|
|
31
|
-
function _objectSpread(
|
|
30
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
31
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32
32
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
33
33
|
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; } }
|
|
34
34
|
var DEFAULT_DEBOUNCE_TIME_MS = 150;
|
|
@@ -64,7 +64,7 @@ var getUsersForAnalytics = function getUsersForAnalytics(users) {
|
|
|
64
64
|
var checkIf500Event = function checkIf500Event(statusCode) {
|
|
65
65
|
return 500 <= statusCode && statusCode < 600;
|
|
66
66
|
};
|
|
67
|
-
var SmartUserPickerWithoutAnalytics = /*#__PURE__*/function (_React$Component) {
|
|
67
|
+
var SmartUserPickerWithoutAnalytics = exports.SmartUserPickerWithoutAnalytics = /*#__PURE__*/function (_React$Component) {
|
|
68
68
|
(0, _inherits2.default)(SmartUserPickerWithoutAnalytics, _React$Component);
|
|
69
69
|
var _super = _createSuper(SmartUserPickerWithoutAnalytics);
|
|
70
70
|
function SmartUserPickerWithoutAnalytics(props) {
|
|
@@ -433,7 +433,6 @@ var SmartUserPickerWithoutAnalytics = /*#__PURE__*/function (_React$Component) {
|
|
|
433
433
|
}]);
|
|
434
434
|
return SmartUserPickerWithoutAnalytics;
|
|
435
435
|
}(_react.default.Component); // TODO: Smart User picker team will have to add a type annotation here
|
|
436
|
-
exports.SmartUserPickerWithoutAnalytics = SmartUserPickerWithoutAnalytics;
|
|
437
436
|
(0, _defineProperty2.default)(SmartUserPickerWithoutAnalytics, "defaultProps", {
|
|
438
437
|
baseUrl: '',
|
|
439
438
|
includeUsers: true,
|
|
@@ -443,5 +442,4 @@ exports.SmartUserPickerWithoutAnalytics = SmartUserPickerWithoutAnalytics;
|
|
|
443
442
|
principalId: 'Context',
|
|
444
443
|
debounceTime: DEFAULT_DEBOUNCE_TIME_MS
|
|
445
444
|
});
|
|
446
|
-
var SmartUserPicker = (0, _analyticsNext.withAnalyticsEvents)()((0, _reactIntlNext.injectIntl)(SmartUserPickerWithoutAnalytics));
|
|
447
|
-
exports.SmartUserPicker = SmartUserPicker;
|
|
445
|
+
var SmartUserPicker = exports.SmartUserPicker = (0, _analyticsNext.withAnalyticsEvents)()((0, _reactIntlNext.injectIntl)(SmartUserPickerWithoutAnalytics));
|
|
@@ -16,5 +16,4 @@ var SmartUserPickerWithIntlProvider = function SmartUserPickerWithIntlProvider(p
|
|
|
16
16
|
id: ufoId
|
|
17
17
|
}, /*#__PURE__*/_react.default.createElement(_MessagesIntlProvider.default, null, /*#__PURE__*/_react.default.createElement(_SmartUserPicker.SmartUserPicker, props)));
|
|
18
18
|
};
|
|
19
|
-
var _default = SmartUserPickerWithIntlProvider;
|
|
20
|
-
exports.default = _default;
|
|
19
|
+
var _default = exports.default = SmartUserPickerWithIntlProvider;
|
package/dist/cjs/config/index.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.config = void 0;
|
|
7
|
-
var config = {
|
|
7
|
+
var config = exports.config = {
|
|
8
8
|
getRecommendationServiceUrl: function getRecommendationServiceUrl(baseUrl) {
|
|
9
9
|
return baseUrl ? "".concat(baseUrl, "/gateway/api/v1/recommendations") : '/gateway/api/v1/recommendations';
|
|
10
10
|
},
|
|
@@ -18,5 +18,4 @@ var config = {
|
|
|
18
18
|
getTeamsUrl: function getTeamsUrl(baseUrl) {
|
|
19
19
|
return baseUrl ? "".concat(baseUrl, "/gateway/api/v3/teams") : "/gateway/api/v3/teams";
|
|
20
20
|
}
|
|
21
|
-
};
|
|
22
|
-
exports.config = config;
|
|
21
|
+
};
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Czech
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'fabric.elements.user-picker.external.sourced.from': 'Nalezen v:',
|
|
17
17
|
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
18
18
|
'fabric.elements.user-picker.google.provider': 'Google',
|
|
@@ -22,5 +22,4 @@ var _default = {
|
|
|
22
22
|
'fabric.elements.user-picker.member.lozenge.text': 'ČLEN',
|
|
23
23
|
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
24
24
|
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
25
|
-
};
|
|
26
|
-
exports.default = _default;
|
|
25
|
+
};
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Danish (Denmark)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'fabric.elements.user-picker.external.sourced.from': 'Fundet i:',
|
|
17
17
|
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
18
18
|
'fabric.elements.user-picker.google.provider': 'Google',
|
|
@@ -22,5 +22,4 @@ var _default = {
|
|
|
22
22
|
'fabric.elements.user-picker.member.lozenge.text': 'Medlem',
|
|
23
23
|
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
24
24
|
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
25
|
-
};
|
|
26
|
-
exports.default = _default;
|
|
25
|
+
};
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//German (Germany)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'fabric.elements.user-picker.external.sourced.from': 'Gefunden in:',
|
|
17
17
|
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
18
18
|
'fabric.elements.user-picker.google.provider': 'Google',
|
|
@@ -22,5 +22,4 @@ var _default = {
|
|
|
22
22
|
'fabric.elements.user-picker.member.lozenge.text': 'Mitglied',
|
|
23
23
|
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
24
24
|
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
25
|
-
};
|
|
26
|
-
exports.default = _default;
|
|
25
|
+
};
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'fabric.elements.user-picker.external.sourced.from': 'Found in:',
|
|
17
17
|
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
18
18
|
'fabric.elements.user-picker.google.provider': 'Google',
|
|
@@ -22,5 +22,4 @@ var _default = {
|
|
|
22
22
|
'fabric.elements.user-picker.member.lozenge.text': 'MEMBER',
|
|
23
23
|
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
24
24
|
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
25
|
-
};
|
|
26
|
-
exports.default = _default;
|
|
25
|
+
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//English (United Kingdom)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'fabric.elements.user-picker.external.sourced.from': 'Found in:',
|
|
17
17
|
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
18
18
|
'fabric.elements.user-picker.google.provider': 'Google',
|
|
@@ -22,5 +22,4 @@ var _default = {
|
|
|
22
22
|
'fabric.elements.user-picker.member.lozenge.text': 'MEMBER',
|
|
23
23
|
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
24
24
|
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
25
|
-
};
|
|
26
|
-
exports.default = _default;
|
|
25
|
+
};
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'fabric.elements.user-picker.external.sourced.from': 'Found in:',
|
|
17
17
|
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
18
18
|
'fabric.elements.user-picker.google.provider': 'Google',
|
|
@@ -22,5 +22,4 @@ var _default = {
|
|
|
22
22
|
'fabric.elements.user-picker.member.lozenge.text': 'MEMBER',
|
|
23
23
|
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
24
24
|
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
25
|
-
};
|
|
26
|
-
exports.default = _default;
|
|
25
|
+
};
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Spanish (International)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'fabric.elements.user-picker.external.sourced.from': 'Encontrado en:',
|
|
17
17
|
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
18
18
|
'fabric.elements.user-picker.google.provider': 'Google',
|
|
@@ -22,5 +22,4 @@ var _default = {
|
|
|
22
22
|
'fabric.elements.user-picker.member.lozenge.text': 'MIEMBRO',
|
|
23
23
|
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
24
24
|
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
25
|
-
};
|
|
26
|
-
exports.default = _default;
|
|
25
|
+
};
|