@atlaskit/util-data-test 17.8.4 → 17.8.5

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.
Files changed (641) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/emoji/emoji-from-upload.js +3 -0
  3. package/dist/cjs/emoji/emoji-repository-usage-clear.js +6 -2
  4. package/dist/cjs/emoji/emoji-resource-usage-clear.js +2 -1
  5. package/dist/cjs/emoji/get-atlassian-emoji-data.js +3 -0
  6. package/dist/cjs/emoji/get-atlassian-emojis.js +5 -2
  7. package/dist/cjs/emoji/get-emoji-provider.js +8 -3
  8. package/dist/cjs/emoji/get-emoji-repository.js +4 -1
  9. package/dist/cjs/emoji/get-emoji-resource-standard-atlassian.js +7 -1
  10. package/dist/cjs/emoji/get-emojis.js +4 -3
  11. package/dist/cjs/emoji/get-site-emoji-data.js +3 -0
  12. package/dist/cjs/emoji/get-site-emojis.js +5 -2
  13. package/dist/cjs/emoji/get-standard-emoji-data.js +3 -0
  14. package/dist/cjs/emoji/get-standard-emojis.js +5 -2
  15. package/dist/cjs/emoji/mock-emoji-resource-factory.js +3 -0
  16. package/dist/cjs/emoji/mock-emoji-resource.js +4 -1
  17. package/dist/cjs/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
  18. package/dist/cjs/emoji/mock-non-uploading-emoji-resource.js +4 -1
  19. package/dist/cjs/emoji-test/filter-to-searchable.js +3 -0
  20. package/dist/cjs/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
  21. package/dist/cjs/emoji-test/get-test-emojis.js +5 -2
  22. package/dist/cjs/emoji-test/test-emoji-repository.js +6 -4
  23. package/dist/cjs/mention/create-mock-mention-name-resolver.js +4 -1
  24. package/dist/cjs/mention/mock-mention-name-client.js +3 -1
  25. package/dist/cjs/mention/mock-mention-resource-with-info-hints.js +3 -2
  26. package/dist/cjs/mention/mock-mention-resource.js +5 -2
  27. package/dist/cjs/mention/mock-presence-resource.js +3 -2
  28. package/dist/cjs/user-picker/user-picker-custom-data.js +3 -0
  29. package/dist/cjs/user-picker/user-picker-team-data.js +3 -0
  30. package/dist/cjs/version.json +1 -1
  31. package/dist/es2019/emoji/emoji-from-upload.js +3 -0
  32. package/dist/es2019/emoji/emoji-repository-usage-clear.js +5 -1
  33. package/dist/es2019/emoji/emoji-resource-usage-clear.js +3 -0
  34. package/dist/es2019/emoji/get-atlassian-emoji-data.js +3 -0
  35. package/dist/es2019/emoji/get-atlassian-emojis.js +3 -1
  36. package/dist/es2019/emoji/get-emoji-provider.js +6 -2
  37. package/dist/es2019/emoji/get-emoji-repository.js +3 -1
  38. package/dist/es2019/emoji/get-emoji-resource-standard-atlassian.js +5 -1
  39. package/dist/es2019/emoji/get-emojis.js +3 -1
  40. package/dist/es2019/emoji/get-site-emoji-data.js +3 -0
  41. package/dist/es2019/emoji/get-site-emojis.js +3 -1
  42. package/dist/es2019/emoji/get-standard-emoji-data.js +3 -0
  43. package/dist/es2019/emoji/get-standard-emojis.js +3 -1
  44. package/dist/es2019/emoji/mock-emoji-resource-factory.js +3 -0
  45. package/dist/es2019/emoji/mock-emoji-resource.js +5 -0
  46. package/dist/es2019/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
  47. package/dist/es2019/emoji/mock-non-uploading-emoji-resource.js +5 -0
  48. package/dist/es2019/emoji-test/filter-to-searchable.js +3 -0
  49. package/dist/es2019/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
  50. package/dist/es2019/emoji-test/get-test-emojis.js +3 -1
  51. package/dist/es2019/emoji-test/test-emoji-repository.js +6 -2
  52. package/dist/es2019/mention/create-mock-mention-name-resolver.js +3 -1
  53. package/dist/es2019/mention/mock-mention-name-client.js +3 -1
  54. package/dist/es2019/mention/mock-mention-resource-with-info-hints.js +3 -1
  55. package/dist/es2019/mention/mock-mention-resource.js +7 -1
  56. package/dist/es2019/mention/mock-presence-resource.js +3 -1
  57. package/dist/es2019/user-picker/user-picker-custom-data.js +2 -0
  58. package/dist/es2019/user-picker/user-picker-team-data.js +2 -0
  59. package/dist/es2019/version.json +1 -1
  60. package/dist/esm/emoji/emoji-from-upload.js +3 -0
  61. package/dist/esm/emoji/emoji-repository-usage-clear.js +5 -1
  62. package/dist/esm/emoji/emoji-resource-usage-clear.js +3 -0
  63. package/dist/esm/emoji/get-atlassian-emoji-data.js +3 -0
  64. package/dist/esm/emoji/get-atlassian-emojis.js +3 -1
  65. package/dist/esm/emoji/get-emoji-provider.js +6 -2
  66. package/dist/esm/emoji/get-emoji-repository.js +3 -1
  67. package/dist/esm/emoji/get-emoji-resource-standard-atlassian.js +5 -1
  68. package/dist/esm/emoji/get-emojis.js +3 -1
  69. package/dist/esm/emoji/get-site-emoji-data.js +3 -0
  70. package/dist/esm/emoji/get-site-emojis.js +3 -1
  71. package/dist/esm/emoji/get-standard-emoji-data.js +3 -0
  72. package/dist/esm/emoji/get-standard-emojis.js +3 -1
  73. package/dist/esm/emoji/mock-emoji-resource-factory.js +3 -0
  74. package/dist/esm/emoji/mock-emoji-resource.js +5 -0
  75. package/dist/esm/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
  76. package/dist/esm/emoji/mock-non-uploading-emoji-resource.js +5 -0
  77. package/dist/esm/emoji-test/filter-to-searchable.js +3 -0
  78. package/dist/esm/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
  79. package/dist/esm/emoji-test/get-test-emojis.js +3 -1
  80. package/dist/esm/emoji-test/test-emoji-repository.js +6 -2
  81. package/dist/esm/mention/create-mock-mention-name-resolver.js +3 -1
  82. package/dist/esm/mention/mock-mention-name-client.js +3 -1
  83. package/dist/esm/mention/mock-mention-resource-with-info-hints.js +3 -1
  84. package/dist/esm/mention/mock-mention-resource.js +7 -1
  85. package/dist/esm/mention/mock-presence-resource.js +3 -1
  86. package/dist/esm/user-picker/user-picker-custom-data.js +2 -0
  87. package/dist/esm/user-picker/user-picker-team-data.js +2 -0
  88. package/dist/esm/version.json +1 -1
  89. package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-from-upload.d.ts +1 -1
  90. package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-repository-usage-clear.d.ts +2 -2
  91. package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-resource-usage-clear.d.ts +1 -1
  92. package/dist/types/{util-data-test/src/emoji → emoji}/get-atlassian-emoji-data.d.ts +1 -1
  93. package/dist/types/emoji/get-atlassian-emojis.d.ts +1 -0
  94. package/dist/{types-ts4.5/util-data-test/src → types}/emoji/get-emoji-provider.d.ts +1 -1
  95. package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-repository.d.ts +1 -1
  96. package/dist/types/emoji/get-emojis.d.ts +1 -0
  97. package/dist/types/{util-data-test/src/emoji → emoji}/get-site-emoji-data.d.ts +1 -1
  98. package/dist/types/emoji/get-site-emojis.d.ts +1 -0
  99. package/dist/types/{util-data-test/src/emoji → emoji}/get-standard-emoji-data.d.ts +1 -1
  100. package/dist/types/emoji/get-standard-emojis.d.ts +1 -0
  101. package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-emoji-resource-factory.d.ts +1 -1
  102. package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-emoji-resource.d.ts +2 -2
  103. package/dist/types/{util-data-test/src/emoji → emoji}/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
  104. package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-non-uploading-emoji-resource.d.ts +2 -2
  105. package/dist/types/{util-data-test/src/emoji → emoji}/types.d.ts +1 -1
  106. package/dist/types/{util-data-test/src/emoji-test → emoji-test}/filter-to-searchable.d.ts +1 -1
  107. package/dist/{types-ts4.5/util-data-test/src → types}/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
  108. package/dist/{types-ts4.5/util-data-test/src → types}/emoji-test/get-test-emojis.d.ts +1 -1
  109. package/dist/types/emoji-test/get-test-searchable-emojis.d.ts +1 -0
  110. package/dist/types/emoji-test/test-emoji-repository.d.ts +5 -0
  111. package/dist/types/{util-data-test/src/mention → mention}/create-mock-mention-name-resolver.d.ts +1 -1
  112. package/dist/types/{util-data-test/src/mention → mention}/mock-mention-name-client.d.ts +1 -1
  113. package/dist/types/{util-data-test/src/mention → mention}/mock-mention-resource-with-info-hints.d.ts +1 -1
  114. package/dist/{types-ts4.5/util-data-test/src → types}/mention/mock-mention-resource.d.ts +2 -2
  115. package/dist/types/{util-data-test/src/mention → mention}/mock-presence-resource.d.ts +1 -1
  116. package/dist/types/{util-data-test/src/task-decision → task-decision}/mock-task-decision-resource.d.ts +1 -1
  117. package/dist/types/{util-data-test/src/task-decision → task-decision}/utils.d.ts +2 -2
  118. package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-custom-data.d.ts +1 -1
  119. package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-team-data.d.ts +1 -1
  120. package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-from-upload.d.ts +1 -1
  121. package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-repository-usage-clear.d.ts +2 -2
  122. package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-resource-usage-clear.d.ts +1 -1
  123. package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-atlassian-emoji-data.d.ts +1 -1
  124. package/dist/types-ts4.5/emoji/get-atlassian-emojis.d.ts +1 -0
  125. package/dist/{types/util-data-test/src → types-ts4.5}/emoji/get-emoji-provider.d.ts +1 -1
  126. package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-repository.d.ts +1 -1
  127. package/dist/types-ts4.5/emoji/get-emojis.d.ts +1 -0
  128. package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-site-emoji-data.d.ts +1 -1
  129. package/dist/types-ts4.5/emoji/get-site-emojis.d.ts +1 -0
  130. package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-standard-emoji-data.d.ts +1 -1
  131. package/dist/types-ts4.5/emoji/get-standard-emojis.d.ts +1 -0
  132. package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-emoji-resource-factory.d.ts +1 -1
  133. package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-emoji-resource.d.ts +2 -2
  134. package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
  135. package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-non-uploading-emoji-resource.d.ts +2 -2
  136. package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/types.d.ts +1 -1
  137. package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/filter-to-searchable.d.ts +1 -1
  138. package/dist/{types/util-data-test/src → types-ts4.5}/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
  139. package/dist/{types/util-data-test/src → types-ts4.5}/emoji-test/get-test-emojis.d.ts +1 -1
  140. package/dist/types-ts4.5/emoji-test/get-test-searchable-emojis.d.ts +1 -0
  141. package/dist/types-ts4.5/emoji-test/test-emoji-repository.d.ts +5 -0
  142. package/dist/types-ts4.5/{util-data-test/src/mention → mention}/create-mock-mention-name-resolver.d.ts +1 -1
  143. package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-mention-name-client.d.ts +1 -1
  144. package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-mention-resource-with-info-hints.d.ts +1 -1
  145. package/dist/{types/util-data-test/src → types-ts4.5}/mention/mock-mention-resource.d.ts +2 -2
  146. package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-presence-resource.d.ts +1 -1
  147. package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/mock-task-decision-resource.d.ts +1 -1
  148. package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/utils.d.ts +2 -2
  149. package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-custom-data.d.ts +1 -1
  150. package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-team-data.d.ts +1 -1
  151. package/package.json +2 -2
  152. package/dist/types/emoji/src/api/EmojiLoader.d.ts +0 -13
  153. package/dist/types/emoji/src/api/EmojiRepository.d.ts +0 -72
  154. package/dist/types/emoji/src/api/EmojiRepositoryRegex.d.ts +0 -1
  155. package/dist/types/emoji/src/api/EmojiResource.d.ts +0 -139
  156. package/dist/types/emoji/src/api/EmojiUtils.d.ts +0 -24
  157. package/dist/types/emoji/src/api/internal/Comparators.d.ts +0 -109
  158. package/dist/types/emoji/src/api/internal/UsageFrequencyTracker.d.ts +0 -46
  159. package/dist/types/emoji/src/api/media/MediaEmojiCache.d.ts +0 -53
  160. package/dist/types/emoji/src/api/media/MediaImageLoader.d.ts +0 -21
  161. package/dist/types/emoji/src/api/media/SiteEmojiResource.d.ts +0 -46
  162. package/dist/types/emoji/src/api/media/TokenManager.d.ts +0 -13
  163. package/dist/types/emoji/src/components/i18n.d.ts +0 -227
  164. package/dist/types/emoji/src/components/picker/categories.d.ts +0 -7
  165. package/dist/types/emoji/src/resource.d.ts +0 -5
  166. package/dist/types/emoji/src/types.d.ts +0 -363
  167. package/dist/types/emoji/src/util/DuplicateLimitedQueue.d.ts +0 -91
  168. package/dist/types/emoji/src/util/StoredDuplicateLimitedQueue.d.ts +0 -46
  169. package/dist/types/emoji/src/util/analytics/samplingUfo.d.ts +0 -38
  170. package/dist/types/emoji/src/util/analytics/ufoExperiences.d.ts +0 -14
  171. package/dist/types/emoji/src/util/constants.d.ts +0 -60
  172. package/dist/types/emoji/src/util/image.d.ts +0 -10
  173. package/dist/types/emoji/src/util/logger.d.ts +0 -4
  174. package/dist/types/emoji/src/util/storage-available.d.ts +0 -3
  175. package/dist/types/emoji/src/util/type-helpers.d.ts +0 -23
  176. package/dist/types/emoji/src/utils.d.ts +0 -3
  177. package/dist/types/mention/src/_constants.d.ts +0 -1
  178. package/dist/types/mention/src/api/ContextMentionResource.d.ts +0 -23
  179. package/dist/types/mention/src/api/MentionNameClient.d.ts +0 -11
  180. package/dist/types/mention/src/api/MentionNameResolver.d.ts +0 -23
  181. package/dist/types/mention/src/api/MentionResource.d.ts +0 -93
  182. package/dist/types/mention/src/api/PresenceResource.d.ts +0 -119
  183. package/dist/types/mention/src/api/TeamMentionResource.d.ts +0 -33
  184. package/dist/types/mention/src/components/LockCircleIcon/index.d.ts +0 -3
  185. package/dist/types/mention/src/components/Mention/PrimitiveMention.d.ts +0 -7
  186. package/dist/types/mention/src/components/Mention/ResourcedMention.d.ts +0 -27
  187. package/dist/types/mention/src/components/Mention/index.d.ts +0 -31
  188. package/dist/types/mention/src/components/Mention/ufoExperiences.d.ts +0 -9
  189. package/dist/types/mention/src/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +0 -7
  190. package/dist/types/mention/src/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +0 -5
  191. package/dist/types/mention/src/components/MentionDescriptionByline/index.d.ts +0 -5
  192. package/dist/types/mention/src/components/MentionDescriptionByline/styles.d.ts +0 -5
  193. package/dist/types/mention/src/components/MentionDescriptionByline/types.d.ts +0 -4
  194. package/dist/types/mention/src/components/MentionItem/MentionHighlightHelpers.d.ts +0 -3
  195. package/dist/types/mention/src/components/MentionItem/index.d.ts +0 -16
  196. package/dist/types/mention/src/components/MentionItem/styles.d.ts +0 -46
  197. package/dist/types/mention/src/components/MentionList/index.d.ts +0 -41
  198. package/dist/types/mention/src/components/MentionList/styles.d.ts +0 -8
  199. package/dist/types/mention/src/components/MentionListError/GenericErrorIllustration.d.ts +0 -7
  200. package/dist/types/mention/src/components/MentionListError/index.d.ts +0 -13
  201. package/dist/types/mention/src/components/MentionListError/styles.d.ts +0 -17
  202. package/dist/types/mention/src/components/MentionPicker/index.d.ts +0 -77
  203. package/dist/types/mention/src/components/MentionPicker/styles.d.ts +0 -12
  204. package/dist/types/mention/src/components/MessagesIntlProvider/index.d.ts +0 -3
  205. package/dist/types/mention/src/components/NoAccessTooltip/index.d.ts +0 -6
  206. package/dist/types/mention/src/components/NoAccessTooltip/main.d.ts +0 -7
  207. package/dist/types/mention/src/components/Popup/index.d.ts +0 -26
  208. package/dist/types/mention/src/components/ResourcedMentionList/index.d.ts +0 -46
  209. package/dist/types/mention/src/components/Scrollable/index.d.ts +0 -11
  210. package/dist/types/mention/src/components/Scrollable/styles.d.ts +0 -5
  211. package/dist/types/mention/src/components/i18n.d.ts +0 -57
  212. package/dist/types/mention/src/i18n/cs.d.ts +0 -20
  213. package/dist/types/mention/src/i18n/da.d.ts +0 -20
  214. package/dist/types/mention/src/i18n/de.d.ts +0 -20
  215. package/dist/types/mention/src/i18n/en.d.ts +0 -20
  216. package/dist/types/mention/src/i18n/en_GB.d.ts +0 -20
  217. package/dist/types/mention/src/i18n/es.d.ts +0 -20
  218. package/dist/types/mention/src/i18n/et.d.ts +0 -20
  219. package/dist/types/mention/src/i18n/fi.d.ts +0 -20
  220. package/dist/types/mention/src/i18n/fr.d.ts +0 -20
  221. package/dist/types/mention/src/i18n/hu.d.ts +0 -20
  222. package/dist/types/mention/src/i18n/is.d.ts +0 -24
  223. package/dist/types/mention/src/i18n/it.d.ts +0 -20
  224. package/dist/types/mention/src/i18n/ja.d.ts +0 -20
  225. package/dist/types/mention/src/i18n/ko.d.ts +0 -20
  226. package/dist/types/mention/src/i18n/nb.d.ts +0 -20
  227. package/dist/types/mention/src/i18n/nl.d.ts +0 -20
  228. package/dist/types/mention/src/i18n/pl.d.ts +0 -20
  229. package/dist/types/mention/src/i18n/pt_BR.d.ts +0 -20
  230. package/dist/types/mention/src/i18n/pt_PT.d.ts +0 -20
  231. package/dist/types/mention/src/i18n/ro.d.ts +0 -24
  232. package/dist/types/mention/src/i18n/ru.d.ts +0 -20
  233. package/dist/types/mention/src/i18n/sk.d.ts +0 -20
  234. package/dist/types/mention/src/i18n/sv.d.ts +0 -20
  235. package/dist/types/mention/src/i18n/th.d.ts +0 -20
  236. package/dist/types/mention/src/i18n/tr.d.ts +0 -20
  237. package/dist/types/mention/src/i18n/uk.d.ts +0 -20
  238. package/dist/types/mention/src/i18n/vi.d.ts +0 -20
  239. package/dist/types/mention/src/i18n/zh.d.ts +0 -20
  240. package/dist/types/mention/src/i18n/zh_TW.d.ts +0 -20
  241. package/dist/types/mention/src/index.d.ts +0 -17
  242. package/dist/types/mention/src/resource.d.ts +0 -10
  243. package/dist/types/mention/src/shared-styles.d.ts +0 -5
  244. package/dist/types/mention/src/types.d.ts +0 -168
  245. package/dist/types/mention/src/util/analytics.d.ts +0 -30
  246. package/dist/types/mention/src/util/i18n.d.ts +0 -29
  247. package/dist/types/mention/src/util/id.d.ts +0 -2
  248. package/dist/types/mention/src/util/index.d.ts +0 -1
  249. package/dist/types/mention/src/util/logger.d.ts +0 -4
  250. package/dist/types/mention/src/util/mouse.d.ts +0 -8
  251. package/dist/types/task-decision/src/analytics/index.d.ts +0 -2
  252. package/dist/types/task-decision/src/api/TaskDecisionResource.d.ts +0 -67
  253. package/dist/types/task-decision/src/api/TaskDecisionUtils.d.ts +0 -4
  254. package/dist/types/task-decision/src/components/DecisionItem.d.ts +0 -15
  255. package/dist/types/task-decision/src/components/DecisionList.d.ts +0 -9
  256. package/dist/types/task-decision/src/components/Item.d.ts +0 -25
  257. package/dist/types/task-decision/src/components/ResourcedTaskItem.d.ts +0 -35
  258. package/dist/types/task-decision/src/components/TaskItem.d.ts +0 -21
  259. package/dist/types/task-decision/src/components/TaskList.d.ts +0 -9
  260. package/dist/types/task-decision/src/components/styles.d.ts +0 -13
  261. package/dist/types/task-decision/src/components/theme.d.ts +0 -61
  262. package/dist/types/task-decision/src/index.d.ts +0 -9
  263. package/dist/types/task-decision/src/type-helpers.d.ts +0 -6
  264. package/dist/types/task-decision/src/types.d.ts +0 -160
  265. package/dist/types/user-picker/src/analytics.d.ts +0 -24
  266. package/dist/types/user-picker/src/clients/UserSourceProvider.d.ts +0 -11
  267. package/dist/types/user-picker/src/components/AddOptionAvatar.d.ts +0 -6
  268. package/dist/types/user-picker/src/components/AvatarItemOption.d.ts +0 -13
  269. package/dist/types/user-picker/src/components/BaseUserPicker.d.ts +0 -65
  270. package/dist/types/user-picker/src/components/ClearIndicator.d.ts +0 -6
  271. package/dist/types/user-picker/src/components/CustomOption/index.d.ts +0 -3
  272. package/dist/types/user-picker/src/components/CustomOption/main.d.ts +0 -15
  273. package/dist/types/user-picker/src/components/EmailOption/index.d.ts +0 -3
  274. package/dist/types/user-picker/src/components/EmailOption/main.d.ts +0 -18
  275. package/dist/types/user-picker/src/components/ExternalUserOption/ExternalAvatarItemOption.d.ts +0 -11
  276. package/dist/types/user-picker/src/components/ExternalUserOption/InfoIcon.d.ts +0 -3
  277. package/dist/types/user-picker/src/components/ExternalUserOption/SourcesTooltipContent.d.ts +0 -6
  278. package/dist/types/user-picker/src/components/ExternalUserOption/index.d.ts +0 -3
  279. package/dist/types/user-picker/src/components/ExternalUserOption/main.d.ts +0 -12
  280. package/dist/types/user-picker/src/components/ExternalUserSourcesContainer.d.ts +0 -15
  281. package/dist/types/user-picker/src/components/GroupOption/index.d.ts +0 -3
  282. package/dist/types/user-picker/src/components/GroupOption/main.d.ts +0 -16
  283. package/dist/types/user-picker/src/components/HighlightText.d.ts +0 -9
  284. package/dist/types/user-picker/src/components/Input.d.ts +0 -22
  285. package/dist/types/user-picker/src/components/Menu.d.ts +0 -10
  286. package/dist/types/user-picker/src/components/MessagesIntlProvider.d.ts +0 -3
  287. package/dist/types/user-picker/src/components/MultiValue.d.ts +0 -26
  288. package/dist/types/user-picker/src/components/MultiValueContainer.d.ts +0 -30
  289. package/dist/types/user-picker/src/components/Option.d.ts +0 -14
  290. package/dist/types/user-picker/src/components/PopupControl.d.ts +0 -7
  291. package/dist/types/user-picker/src/components/PopupInput.d.ts +0 -8
  292. package/dist/types/user-picker/src/components/PopupUserPicker.d.ts +0 -39
  293. package/dist/types/user-picker/src/components/SingleValue.d.ts +0 -5
  294. package/dist/types/user-picker/src/components/SingleValueContainer.d.ts +0 -9
  295. package/dist/types/user-picker/src/components/SizeableAvatar.d.ts +0 -10
  296. package/dist/types/user-picker/src/components/TeamOption/index.d.ts +0 -3
  297. package/dist/types/user-picker/src/components/TeamOption/main.d.ts +0 -16
  298. package/dist/types/user-picker/src/components/UserOption.d.ts +0 -15
  299. package/dist/types/user-picker/src/components/UserPicker.d.ts +0 -16
  300. package/dist/types/user-picker/src/components/assets/github.d.ts +0 -2
  301. package/dist/types/user-picker/src/components/assets/google.d.ts +0 -2
  302. package/dist/types/user-picker/src/components/assets/microsoft.d.ts +0 -2
  303. package/dist/types/user-picker/src/components/assets/slack.d.ts +0 -2
  304. package/dist/types/user-picker/src/components/batch.d.ts +0 -1
  305. package/dist/types/user-picker/src/components/components.d.ts +0 -49
  306. package/dist/types/user-picker/src/components/creatable.d.ts +0 -12
  307. package/dist/types/user-picker/src/components/creatableEmailSuggestion.d.ts +0 -19
  308. package/dist/types/user-picker/src/components/emailValidation.d.ts +0 -3
  309. package/dist/types/user-picker/src/components/i18n.d.ts +0 -132
  310. package/dist/types/user-picker/src/components/popup.d.ts +0 -48
  311. package/dist/types/user-picker/src/components/styles.d.ts +0 -42
  312. package/dist/types/user-picker/src/components/utils.d.ts +0 -29
  313. package/dist/types/user-picker/src/i18n/cs.d.ts +0 -35
  314. package/dist/types/user-picker/src/i18n/da.d.ts +0 -35
  315. package/dist/types/user-picker/src/i18n/de.d.ts +0 -35
  316. package/dist/types/user-picker/src/i18n/en.d.ts +0 -35
  317. package/dist/types/user-picker/src/i18n/en_GB.d.ts +0 -35
  318. package/dist/types/user-picker/src/i18n/es.d.ts +0 -35
  319. package/dist/types/user-picker/src/i18n/et.d.ts +0 -15
  320. package/dist/types/user-picker/src/i18n/fi.d.ts +0 -35
  321. package/dist/types/user-picker/src/i18n/fr.d.ts +0 -35
  322. package/dist/types/user-picker/src/i18n/hu.d.ts +0 -35
  323. package/dist/types/user-picker/src/i18n/is.d.ts +0 -7
  324. package/dist/types/user-picker/src/i18n/it.d.ts +0 -35
  325. package/dist/types/user-picker/src/i18n/ja.d.ts +0 -35
  326. package/dist/types/user-picker/src/i18n/ko.d.ts +0 -35
  327. package/dist/types/user-picker/src/i18n/nb.d.ts +0 -35
  328. package/dist/types/user-picker/src/i18n/nl.d.ts +0 -35
  329. package/dist/types/user-picker/src/i18n/pl.d.ts +0 -35
  330. package/dist/types/user-picker/src/i18n/pt_BR.d.ts +0 -35
  331. package/dist/types/user-picker/src/i18n/pt_PT.d.ts +0 -15
  332. package/dist/types/user-picker/src/i18n/ro.d.ts +0 -7
  333. package/dist/types/user-picker/src/i18n/ru.d.ts +0 -35
  334. package/dist/types/user-picker/src/i18n/sk.d.ts +0 -15
  335. package/dist/types/user-picker/src/i18n/sv.d.ts +0 -35
  336. package/dist/types/user-picker/src/i18n/th.d.ts +0 -35
  337. package/dist/types/user-picker/src/i18n/tr.d.ts +0 -35
  338. package/dist/types/user-picker/src/i18n/uk.d.ts +0 -35
  339. package/dist/types/user-picker/src/i18n/vi.d.ts +0 -35
  340. package/dist/types/user-picker/src/i18n/zh.d.ts +0 -35
  341. package/dist/types/user-picker/src/i18n/zh_TW.d.ts +0 -35
  342. package/dist/types/user-picker/src/index.d.ts +0 -7
  343. package/dist/types/user-picker/src/types.d.ts +0 -318
  344. package/dist/types/user-picker/src/util/i18n-util.d.ts +0 -11
  345. package/dist/types/user-picker/src/util/ufoExperiences.d.ts +0 -10
  346. package/dist/types/util-data-test/src/emoji/get-atlassian-emojis.d.ts +0 -1
  347. package/dist/types/util-data-test/src/emoji/get-emojis.d.ts +0 -1
  348. package/dist/types/util-data-test/src/emoji/get-site-emojis.d.ts +0 -1
  349. package/dist/types/util-data-test/src/emoji/get-standard-emojis.d.ts +0 -1
  350. package/dist/types/util-data-test/src/emoji-test/get-test-searchable-emojis.d.ts +0 -1
  351. package/dist/types/util-data-test/src/emoji-test/test-emoji-repository.d.ts +0 -5
  352. package/dist/types/util-data-test/src/logger.d.ts +0 -4
  353. package/dist/types-ts4.5/emoji/src/api/EmojiLoader.d.ts +0 -13
  354. package/dist/types-ts4.5/emoji/src/api/EmojiRepository.d.ts +0 -72
  355. package/dist/types-ts4.5/emoji/src/api/EmojiRepositoryRegex.d.ts +0 -1
  356. package/dist/types-ts4.5/emoji/src/api/EmojiResource.d.ts +0 -139
  357. package/dist/types-ts4.5/emoji/src/api/EmojiUtils.d.ts +0 -24
  358. package/dist/types-ts4.5/emoji/src/api/internal/Comparators.d.ts +0 -109
  359. package/dist/types-ts4.5/emoji/src/api/internal/UsageFrequencyTracker.d.ts +0 -46
  360. package/dist/types-ts4.5/emoji/src/api/media/MediaEmojiCache.d.ts +0 -53
  361. package/dist/types-ts4.5/emoji/src/api/media/MediaImageLoader.d.ts +0 -21
  362. package/dist/types-ts4.5/emoji/src/api/media/SiteEmojiResource.d.ts +0 -46
  363. package/dist/types-ts4.5/emoji/src/api/media/TokenManager.d.ts +0 -13
  364. package/dist/types-ts4.5/emoji/src/components/i18n.d.ts +0 -227
  365. package/dist/types-ts4.5/emoji/src/components/picker/categories.d.ts +0 -7
  366. package/dist/types-ts4.5/emoji/src/resource.d.ts +0 -5
  367. package/dist/types-ts4.5/emoji/src/types.d.ts +0 -363
  368. package/dist/types-ts4.5/emoji/src/util/DuplicateLimitedQueue.d.ts +0 -91
  369. package/dist/types-ts4.5/emoji/src/util/StoredDuplicateLimitedQueue.d.ts +0 -46
  370. package/dist/types-ts4.5/emoji/src/util/analytics/samplingUfo.d.ts +0 -38
  371. package/dist/types-ts4.5/emoji/src/util/analytics/ufoExperiences.d.ts +0 -14
  372. package/dist/types-ts4.5/emoji/src/util/constants.d.ts +0 -60
  373. package/dist/types-ts4.5/emoji/src/util/image.d.ts +0 -10
  374. package/dist/types-ts4.5/emoji/src/util/storage-available.d.ts +0 -3
  375. package/dist/types-ts4.5/emoji/src/util/type-helpers.d.ts +0 -23
  376. package/dist/types-ts4.5/emoji/src/utils.d.ts +0 -3
  377. package/dist/types-ts4.5/mention/src/_constants.d.ts +0 -1
  378. package/dist/types-ts4.5/mention/src/api/ContextMentionResource.d.ts +0 -23
  379. package/dist/types-ts4.5/mention/src/api/MentionNameClient.d.ts +0 -11
  380. package/dist/types-ts4.5/mention/src/api/MentionNameResolver.d.ts +0 -23
  381. package/dist/types-ts4.5/mention/src/api/MentionResource.d.ts +0 -93
  382. package/dist/types-ts4.5/mention/src/api/PresenceResource.d.ts +0 -119
  383. package/dist/types-ts4.5/mention/src/api/TeamMentionResource.d.ts +0 -33
  384. package/dist/types-ts4.5/mention/src/components/LockCircleIcon/index.d.ts +0 -3
  385. package/dist/types-ts4.5/mention/src/components/Mention/PrimitiveMention.d.ts +0 -7
  386. package/dist/types-ts4.5/mention/src/components/Mention/ResourcedMention.d.ts +0 -27
  387. package/dist/types-ts4.5/mention/src/components/Mention/index.d.ts +0 -31
  388. package/dist/types-ts4.5/mention/src/components/Mention/ufoExperiences.d.ts +0 -9
  389. package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +0 -7
  390. package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +0 -5
  391. package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/index.d.ts +0 -5
  392. package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/styles.d.ts +0 -5
  393. package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/types.d.ts +0 -4
  394. package/dist/types-ts4.5/mention/src/components/MentionItem/MentionHighlightHelpers.d.ts +0 -3
  395. package/dist/types-ts4.5/mention/src/components/MentionItem/index.d.ts +0 -16
  396. package/dist/types-ts4.5/mention/src/components/MentionItem/styles.d.ts +0 -46
  397. package/dist/types-ts4.5/mention/src/components/MentionList/index.d.ts +0 -41
  398. package/dist/types-ts4.5/mention/src/components/MentionList/styles.d.ts +0 -8
  399. package/dist/types-ts4.5/mention/src/components/MentionListError/GenericErrorIllustration.d.ts +0 -7
  400. package/dist/types-ts4.5/mention/src/components/MentionListError/index.d.ts +0 -13
  401. package/dist/types-ts4.5/mention/src/components/MentionListError/styles.d.ts +0 -17
  402. package/dist/types-ts4.5/mention/src/components/MentionPicker/index.d.ts +0 -77
  403. package/dist/types-ts4.5/mention/src/components/MentionPicker/styles.d.ts +0 -12
  404. package/dist/types-ts4.5/mention/src/components/MessagesIntlProvider/index.d.ts +0 -3
  405. package/dist/types-ts4.5/mention/src/components/NoAccessTooltip/index.d.ts +0 -6
  406. package/dist/types-ts4.5/mention/src/components/NoAccessTooltip/main.d.ts +0 -7
  407. package/dist/types-ts4.5/mention/src/components/Popup/index.d.ts +0 -26
  408. package/dist/types-ts4.5/mention/src/components/ResourcedMentionList/index.d.ts +0 -46
  409. package/dist/types-ts4.5/mention/src/components/Scrollable/index.d.ts +0 -11
  410. package/dist/types-ts4.5/mention/src/components/Scrollable/styles.d.ts +0 -5
  411. package/dist/types-ts4.5/mention/src/components/i18n.d.ts +0 -57
  412. package/dist/types-ts4.5/mention/src/i18n/cs.d.ts +0 -20
  413. package/dist/types-ts4.5/mention/src/i18n/da.d.ts +0 -20
  414. package/dist/types-ts4.5/mention/src/i18n/de.d.ts +0 -20
  415. package/dist/types-ts4.5/mention/src/i18n/en.d.ts +0 -20
  416. package/dist/types-ts4.5/mention/src/i18n/en_GB.d.ts +0 -20
  417. package/dist/types-ts4.5/mention/src/i18n/es.d.ts +0 -20
  418. package/dist/types-ts4.5/mention/src/i18n/et.d.ts +0 -20
  419. package/dist/types-ts4.5/mention/src/i18n/fi.d.ts +0 -20
  420. package/dist/types-ts4.5/mention/src/i18n/fr.d.ts +0 -20
  421. package/dist/types-ts4.5/mention/src/i18n/hu.d.ts +0 -20
  422. package/dist/types-ts4.5/mention/src/i18n/is.d.ts +0 -24
  423. package/dist/types-ts4.5/mention/src/i18n/it.d.ts +0 -20
  424. package/dist/types-ts4.5/mention/src/i18n/ja.d.ts +0 -20
  425. package/dist/types-ts4.5/mention/src/i18n/ko.d.ts +0 -20
  426. package/dist/types-ts4.5/mention/src/i18n/nb.d.ts +0 -20
  427. package/dist/types-ts4.5/mention/src/i18n/nl.d.ts +0 -20
  428. package/dist/types-ts4.5/mention/src/i18n/pl.d.ts +0 -20
  429. package/dist/types-ts4.5/mention/src/i18n/pt_BR.d.ts +0 -20
  430. package/dist/types-ts4.5/mention/src/i18n/pt_PT.d.ts +0 -20
  431. package/dist/types-ts4.5/mention/src/i18n/ro.d.ts +0 -24
  432. package/dist/types-ts4.5/mention/src/i18n/ru.d.ts +0 -20
  433. package/dist/types-ts4.5/mention/src/i18n/sk.d.ts +0 -20
  434. package/dist/types-ts4.5/mention/src/i18n/sv.d.ts +0 -20
  435. package/dist/types-ts4.5/mention/src/i18n/th.d.ts +0 -20
  436. package/dist/types-ts4.5/mention/src/i18n/tr.d.ts +0 -20
  437. package/dist/types-ts4.5/mention/src/i18n/uk.d.ts +0 -20
  438. package/dist/types-ts4.5/mention/src/i18n/vi.d.ts +0 -20
  439. package/dist/types-ts4.5/mention/src/i18n/zh.d.ts +0 -20
  440. package/dist/types-ts4.5/mention/src/i18n/zh_TW.d.ts +0 -20
  441. package/dist/types-ts4.5/mention/src/index.d.ts +0 -17
  442. package/dist/types-ts4.5/mention/src/resource.d.ts +0 -10
  443. package/dist/types-ts4.5/mention/src/shared-styles.d.ts +0 -5
  444. package/dist/types-ts4.5/mention/src/types.d.ts +0 -168
  445. package/dist/types-ts4.5/mention/src/util/analytics.d.ts +0 -30
  446. package/dist/types-ts4.5/mention/src/util/i18n.d.ts +0 -29
  447. package/dist/types-ts4.5/mention/src/util/id.d.ts +0 -2
  448. package/dist/types-ts4.5/mention/src/util/index.d.ts +0 -1
  449. package/dist/types-ts4.5/mention/src/util/mouse.d.ts +0 -8
  450. package/dist/types-ts4.5/task-decision/src/analytics/index.d.ts +0 -2
  451. package/dist/types-ts4.5/task-decision/src/api/TaskDecisionResource.d.ts +0 -67
  452. package/dist/types-ts4.5/task-decision/src/api/TaskDecisionUtils.d.ts +0 -4
  453. package/dist/types-ts4.5/task-decision/src/components/DecisionItem.d.ts +0 -15
  454. package/dist/types-ts4.5/task-decision/src/components/DecisionList.d.ts +0 -9
  455. package/dist/types-ts4.5/task-decision/src/components/Item.d.ts +0 -25
  456. package/dist/types-ts4.5/task-decision/src/components/ResourcedTaskItem.d.ts +0 -35
  457. package/dist/types-ts4.5/task-decision/src/components/TaskItem.d.ts +0 -21
  458. package/dist/types-ts4.5/task-decision/src/components/TaskList.d.ts +0 -9
  459. package/dist/types-ts4.5/task-decision/src/components/styles.d.ts +0 -13
  460. package/dist/types-ts4.5/task-decision/src/components/theme.d.ts +0 -61
  461. package/dist/types-ts4.5/task-decision/src/index.d.ts +0 -9
  462. package/dist/types-ts4.5/task-decision/src/type-helpers.d.ts +0 -6
  463. package/dist/types-ts4.5/task-decision/src/types.d.ts +0 -160
  464. package/dist/types-ts4.5/user-picker/src/analytics.d.ts +0 -24
  465. package/dist/types-ts4.5/user-picker/src/clients/UserSourceProvider.d.ts +0 -11
  466. package/dist/types-ts4.5/user-picker/src/components/AddOptionAvatar.d.ts +0 -6
  467. package/dist/types-ts4.5/user-picker/src/components/AvatarItemOption.d.ts +0 -13
  468. package/dist/types-ts4.5/user-picker/src/components/BaseUserPicker.d.ts +0 -65
  469. package/dist/types-ts4.5/user-picker/src/components/ClearIndicator.d.ts +0 -6
  470. package/dist/types-ts4.5/user-picker/src/components/CustomOption/index.d.ts +0 -3
  471. package/dist/types-ts4.5/user-picker/src/components/CustomOption/main.d.ts +0 -15
  472. package/dist/types-ts4.5/user-picker/src/components/EmailOption/index.d.ts +0 -3
  473. package/dist/types-ts4.5/user-picker/src/components/EmailOption/main.d.ts +0 -18
  474. package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/ExternalAvatarItemOption.d.ts +0 -11
  475. package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/InfoIcon.d.ts +0 -3
  476. package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/SourcesTooltipContent.d.ts +0 -6
  477. package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/index.d.ts +0 -3
  478. package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/main.d.ts +0 -12
  479. package/dist/types-ts4.5/user-picker/src/components/ExternalUserSourcesContainer.d.ts +0 -15
  480. package/dist/types-ts4.5/user-picker/src/components/GroupOption/index.d.ts +0 -3
  481. package/dist/types-ts4.5/user-picker/src/components/GroupOption/main.d.ts +0 -16
  482. package/dist/types-ts4.5/user-picker/src/components/HighlightText.d.ts +0 -9
  483. package/dist/types-ts4.5/user-picker/src/components/Input.d.ts +0 -22
  484. package/dist/types-ts4.5/user-picker/src/components/Menu.d.ts +0 -10
  485. package/dist/types-ts4.5/user-picker/src/components/MessagesIntlProvider.d.ts +0 -3
  486. package/dist/types-ts4.5/user-picker/src/components/MultiValue.d.ts +0 -26
  487. package/dist/types-ts4.5/user-picker/src/components/MultiValueContainer.d.ts +0 -30
  488. package/dist/types-ts4.5/user-picker/src/components/Option.d.ts +0 -14
  489. package/dist/types-ts4.5/user-picker/src/components/PopupControl.d.ts +0 -7
  490. package/dist/types-ts4.5/user-picker/src/components/PopupInput.d.ts +0 -8
  491. package/dist/types-ts4.5/user-picker/src/components/PopupUserPicker.d.ts +0 -39
  492. package/dist/types-ts4.5/user-picker/src/components/SingleValue.d.ts +0 -5
  493. package/dist/types-ts4.5/user-picker/src/components/SingleValueContainer.d.ts +0 -9
  494. package/dist/types-ts4.5/user-picker/src/components/SizeableAvatar.d.ts +0 -10
  495. package/dist/types-ts4.5/user-picker/src/components/TeamOption/index.d.ts +0 -3
  496. package/dist/types-ts4.5/user-picker/src/components/TeamOption/main.d.ts +0 -16
  497. package/dist/types-ts4.5/user-picker/src/components/UserOption.d.ts +0 -15
  498. package/dist/types-ts4.5/user-picker/src/components/UserPicker.d.ts +0 -16
  499. package/dist/types-ts4.5/user-picker/src/components/assets/github.d.ts +0 -2
  500. package/dist/types-ts4.5/user-picker/src/components/assets/google.d.ts +0 -2
  501. package/dist/types-ts4.5/user-picker/src/components/assets/microsoft.d.ts +0 -2
  502. package/dist/types-ts4.5/user-picker/src/components/assets/slack.d.ts +0 -2
  503. package/dist/types-ts4.5/user-picker/src/components/batch.d.ts +0 -1
  504. package/dist/types-ts4.5/user-picker/src/components/components.d.ts +0 -49
  505. package/dist/types-ts4.5/user-picker/src/components/creatable.d.ts +0 -12
  506. package/dist/types-ts4.5/user-picker/src/components/creatableEmailSuggestion.d.ts +0 -19
  507. package/dist/types-ts4.5/user-picker/src/components/emailValidation.d.ts +0 -3
  508. package/dist/types-ts4.5/user-picker/src/components/i18n.d.ts +0 -132
  509. package/dist/types-ts4.5/user-picker/src/components/popup.d.ts +0 -48
  510. package/dist/types-ts4.5/user-picker/src/components/styles.d.ts +0 -42
  511. package/dist/types-ts4.5/user-picker/src/components/utils.d.ts +0 -29
  512. package/dist/types-ts4.5/user-picker/src/i18n/cs.d.ts +0 -35
  513. package/dist/types-ts4.5/user-picker/src/i18n/da.d.ts +0 -35
  514. package/dist/types-ts4.5/user-picker/src/i18n/de.d.ts +0 -35
  515. package/dist/types-ts4.5/user-picker/src/i18n/en.d.ts +0 -35
  516. package/dist/types-ts4.5/user-picker/src/i18n/en_GB.d.ts +0 -35
  517. package/dist/types-ts4.5/user-picker/src/i18n/es.d.ts +0 -35
  518. package/dist/types-ts4.5/user-picker/src/i18n/et.d.ts +0 -15
  519. package/dist/types-ts4.5/user-picker/src/i18n/fi.d.ts +0 -35
  520. package/dist/types-ts4.5/user-picker/src/i18n/fr.d.ts +0 -35
  521. package/dist/types-ts4.5/user-picker/src/i18n/hu.d.ts +0 -35
  522. package/dist/types-ts4.5/user-picker/src/i18n/is.d.ts +0 -7
  523. package/dist/types-ts4.5/user-picker/src/i18n/it.d.ts +0 -35
  524. package/dist/types-ts4.5/user-picker/src/i18n/ja.d.ts +0 -35
  525. package/dist/types-ts4.5/user-picker/src/i18n/ko.d.ts +0 -35
  526. package/dist/types-ts4.5/user-picker/src/i18n/nb.d.ts +0 -35
  527. package/dist/types-ts4.5/user-picker/src/i18n/nl.d.ts +0 -35
  528. package/dist/types-ts4.5/user-picker/src/i18n/pl.d.ts +0 -35
  529. package/dist/types-ts4.5/user-picker/src/i18n/pt_BR.d.ts +0 -35
  530. package/dist/types-ts4.5/user-picker/src/i18n/pt_PT.d.ts +0 -15
  531. package/dist/types-ts4.5/user-picker/src/i18n/ro.d.ts +0 -7
  532. package/dist/types-ts4.5/user-picker/src/i18n/ru.d.ts +0 -35
  533. package/dist/types-ts4.5/user-picker/src/i18n/sk.d.ts +0 -15
  534. package/dist/types-ts4.5/user-picker/src/i18n/sv.d.ts +0 -35
  535. package/dist/types-ts4.5/user-picker/src/i18n/th.d.ts +0 -35
  536. package/dist/types-ts4.5/user-picker/src/i18n/tr.d.ts +0 -35
  537. package/dist/types-ts4.5/user-picker/src/i18n/uk.d.ts +0 -35
  538. package/dist/types-ts4.5/user-picker/src/i18n/vi.d.ts +0 -35
  539. package/dist/types-ts4.5/user-picker/src/i18n/zh.d.ts +0 -35
  540. package/dist/types-ts4.5/user-picker/src/i18n/zh_TW.d.ts +0 -35
  541. package/dist/types-ts4.5/user-picker/src/index.d.ts +0 -7
  542. package/dist/types-ts4.5/user-picker/src/types.d.ts +0 -321
  543. package/dist/types-ts4.5/user-picker/src/util/i18n-util.d.ts +0 -11
  544. package/dist/types-ts4.5/user-picker/src/util/ufoExperiences.d.ts +0 -10
  545. package/dist/types-ts4.5/util-data-test/src/emoji/get-atlassian-emojis.d.ts +0 -1
  546. package/dist/types-ts4.5/util-data-test/src/emoji/get-emojis.d.ts +0 -1
  547. package/dist/types-ts4.5/util-data-test/src/emoji/get-site-emojis.d.ts +0 -1
  548. package/dist/types-ts4.5/util-data-test/src/emoji/get-standard-emojis.d.ts +0 -1
  549. package/dist/types-ts4.5/util-data-test/src/emoji-test/get-test-searchable-emojis.d.ts +0 -1
  550. package/dist/types-ts4.5/util-data-test/src/emoji-test/test-emoji-repository.d.ts +0 -5
  551. package/dist/types-ts4.5/util-data-test/src/logger.d.ts +0 -4
  552. /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource-standard-atlassian.d.ts +0 -0
  553. /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource-usage-clear.d.ts +0 -0
  554. /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource.d.ts +0 -0
  555. /package/dist/types/{util-data-test/src/emoji → emoji}/image-emoji.d.ts +0 -0
  556. /package/dist/types/{util-data-test/src/emoji → emoji}/logged-user.d.ts +0 -0
  557. /package/dist/types/{util-data-test/src/emoji → emoji}/lorem.d.ts +0 -0
  558. /package/dist/types/{util-data-test/src/emoji → emoji}/site-emoji-foo.d.ts +0 -0
  559. /package/dist/types/{util-data-test/src/emoji → emoji}/site-emoji-wtf.d.ts +0 -0
  560. /package/dist/types/{util-data-test/src/emoji → emoji}/sprite-emoji.d.ts +0 -0
  561. /package/dist/types/{util-data-test/src/emoji-constants → emoji-constants}/index.d.ts +0 -0
  562. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/emoji-samples.d.ts +0 -0
  563. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/expires-at.d.ts +0 -0
  564. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-non-uploading-emoji-resource.d.ts +0 -0
  565. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-emojis.d.ts +0 -0
  566. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-service-emojis.d.ts +0 -0
  567. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-repository.d.ts +0 -0
  568. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource-non-uploading.d.ts +0 -0
  569. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource.d.ts +0 -0
  570. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-image-emoji.d.ts +0 -0
  571. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-media-api-token.d.ts +0 -0
  572. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-foo.d.ts +0 -0
  573. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-repository.d.ts +0 -0
  574. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-wtf.d.ts +0 -0
  575. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emojis.d.ts +0 -0
  576. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-service-emojis.d.ts +0 -0
  577. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-sprite-emoji.d.ts +0 -0
  578. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-emojis.d.ts +0 -0
  579. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-service-emojis.d.ts +0 -0
  580. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/media-emoji.d.ts +0 -0
  581. /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/media-service-emoji.d.ts +0 -0
  582. /package/dist/{types-ts4.5/mention/src/util → types}/logger.d.ts +0 -0
  583. /package/dist/types/{util-data-test/src/mention → mention}/mention-story-data.d.ts +0 -0
  584. /package/dist/types/{util-data-test/src/mention → mention}/mention-test-data.d.ts +0 -0
  585. /package/dist/types/{util-data-test/src/mention → mention}/presence-data.d.ts +0 -0
  586. /package/dist/types/{util-data-test/src/mention → mention}/utils.d.ts +0 -0
  587. /package/dist/types/{util-data-test/src/profilecard → profilecard}/get-mock-profilecard-client.d.ts +0 -0
  588. /package/dist/types/{util-data-test/src/profilecard → profilecard}/profilecard-data.d.ts +0 -0
  589. /package/dist/types/{util-data-test/src/profilecard → profilecard}/util.d.ts +0 -0
  590. /package/dist/types/{util-data-test/src/slack-data → slack-data}/index.d.ts +0 -0
  591. /package/dist/types/{util-data-test/src/slack-data → slack-data}/slack-conversations-data.d.ts +0 -0
  592. /package/dist/types/{util-data-test/src/slack-data → slack-data}/slack-workspaces-data.d.ts +0 -0
  593. /package/dist/types/{util-data-test/src/task-decision → task-decision}/task-decision-story-data.d.ts +0 -0
  594. /package/dist/types/{util-data-test/src/user-picker → user-picker}/ChevronRight.d.ts +0 -0
  595. /package/dist/types/{util-data-test/src/user-picker → user-picker}/index.d.ts +0 -0
  596. /package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-data.d.ts +0 -0
  597. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource-standard-atlassian.d.ts +0 -0
  598. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource-usage-clear.d.ts +0 -0
  599. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource.d.ts +0 -0
  600. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/image-emoji.d.ts +0 -0
  601. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/logged-user.d.ts +0 -0
  602. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/lorem.d.ts +0 -0
  603. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/site-emoji-foo.d.ts +0 -0
  604. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/site-emoji-wtf.d.ts +0 -0
  605. /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/sprite-emoji.d.ts +0 -0
  606. /package/dist/types-ts4.5/{util-data-test/src/emoji-constants → emoji-constants}/index.d.ts +0 -0
  607. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/emoji-samples.d.ts +0 -0
  608. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/expires-at.d.ts +0 -0
  609. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-non-uploading-emoji-resource.d.ts +0 -0
  610. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-emojis.d.ts +0 -0
  611. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-service-emojis.d.ts +0 -0
  612. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-repository.d.ts +0 -0
  613. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource-non-uploading.d.ts +0 -0
  614. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource.d.ts +0 -0
  615. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-image-emoji.d.ts +0 -0
  616. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-media-api-token.d.ts +0 -0
  617. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-foo.d.ts +0 -0
  618. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-repository.d.ts +0 -0
  619. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-wtf.d.ts +0 -0
  620. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emojis.d.ts +0 -0
  621. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-service-emojis.d.ts +0 -0
  622. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-sprite-emoji.d.ts +0 -0
  623. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-emojis.d.ts +0 -0
  624. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-service-emojis.d.ts +0 -0
  625. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/media-emoji.d.ts +0 -0
  626. /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/media-service-emoji.d.ts +0 -0
  627. /package/dist/types-ts4.5/{emoji/src/util/logger.d.ts → logger.d.ts} +0 -0
  628. /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mention-story-data.d.ts +0 -0
  629. /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mention-test-data.d.ts +0 -0
  630. /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/presence-data.d.ts +0 -0
  631. /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/utils.d.ts +0 -0
  632. /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/get-mock-profilecard-client.d.ts +0 -0
  633. /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/profilecard-data.d.ts +0 -0
  634. /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/util.d.ts +0 -0
  635. /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/index.d.ts +0 -0
  636. /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/slack-conversations-data.d.ts +0 -0
  637. /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/slack-workspaces-data.d.ts +0 -0
  638. /package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/task-decision-story-data.d.ts +0 -0
  639. /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/ChevronRight.d.ts +0 -0
  640. /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/index.d.ts +0 -0
  641. /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-data.d.ts +0 -0
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { MentionDescription, OnMentionEvent } from '../../types';
3
- export { MENTION_ITEM_HEIGHT } from './styles';
4
- export interface Props {
5
- mention: MentionDescription;
6
- selected?: boolean;
7
- onMouseMove?: OnMentionEvent;
8
- onMouseEnter?: OnMentionEvent;
9
- onSelection?: OnMentionEvent;
10
- }
11
- export default class MentionItem extends React.PureComponent<Props, {}> {
12
- private onMentionSelected;
13
- private onMentionMenuItemMouseMove;
14
- private onMentionMenuItemMouseEnter;
15
- render(): JSX.Element;
16
- }
@@ -1,46 +0,0 @@
1
- /// <reference types="react" />
2
- export interface MentionItemStyleProps {
3
- selected?: boolean;
4
- }
5
- export interface AvatarSectionStyleProps {
6
- restricted?: boolean;
7
- }
8
- export interface NameSectionStyleProps {
9
- restricted?: boolean;
10
- }
11
- export interface InfoSectionStyleProps {
12
- restricted?: boolean;
13
- }
14
- export declare const RowStyle: import("@emotion/styled").StyledComponent<{
15
- theme?: import("@emotion/react").Theme | undefined;
16
- as?: import("react").ElementType<any> | undefined;
17
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
- export declare const AvatarStyle: import("@emotion/styled").StyledComponent<{
19
- theme?: import("@emotion/react").Theme | undefined;
20
- as?: import("react").ElementType<any> | undefined;
21
- } & AvatarSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
22
- export declare const NameSectionStyle: import("@emotion/styled").StyledComponent<{
23
- theme?: import("@emotion/react").Theme | undefined;
24
- as?: import("react").ElementType<any> | undefined;
25
- } & NameSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
26
- export declare const FullNameStyle: import("@emotion/styled").StyledComponent<{
27
- theme?: import("@emotion/react").Theme | undefined;
28
- as?: import("react").ElementType<any> | undefined;
29
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
30
- export declare const InfoSectionStyle: import("@emotion/styled").StyledComponent<{
31
- theme?: import("@emotion/react").Theme | undefined;
32
- as?: import("react").ElementType<any> | undefined;
33
- } & InfoSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
34
- export declare const TimeStyle: import("@emotion/styled").StyledComponent<{
35
- theme?: import("@emotion/react").Theme | undefined;
36
- as?: import("react").ElementType<any> | undefined;
37
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
38
- export declare const MENTION_ITEM_HEIGHT = 48;
39
- export declare const MentionItemStyle: import("@emotion/styled").StyledComponent<{
40
- theme?: import("@emotion/react").Theme | undefined;
41
- as?: import("react").ElementType<any> | undefined;
42
- } & MentionItemStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
43
- export declare const AccessSectionStyle: import("@emotion/styled").StyledComponent<{
44
- theme?: import("@emotion/react").Theme | undefined;
45
- as?: import("react").ElementType<any> | undefined;
46
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,41 +0,0 @@
1
- import React from 'react';
2
- import { MentionDescription, OnMentionEvent } from '../../types';
3
- import MentionItem from '../MentionItem';
4
- export interface Props {
5
- mentions: MentionDescription[];
6
- resourceError?: Error;
7
- onSelection?: OnMentionEvent;
8
- initialHighlightElement?: React.ReactElement | null;
9
- }
10
- export interface State {
11
- selectedKey?: string;
12
- selectedIndex: number;
13
- }
14
- export interface Items {
15
- [index: string]: MentionItem;
16
- }
17
- export default class MentionList extends React.PureComponent<Props, State> {
18
- private lastMousePosition;
19
- private scrollable?;
20
- private items;
21
- constructor(props: Props);
22
- UNSAFE_componentWillReceiveProps(nextProps: Props): void;
23
- componentDidUpdate(): void;
24
- selectNext: () => void;
25
- selectPrevious: () => void;
26
- selectIndex: (index: number, callback?: () => any) => void;
27
- selectId: (id: string, callback?: () => any) => void;
28
- chooseCurrentSelection: () => void;
29
- mentionsCount: () => number;
30
- private revealItem;
31
- /**
32
- * The default selection state is to chose index 0 and not have any particular key selected
33
- */
34
- private setDefaultSelectionState;
35
- private selectIndexOnHover;
36
- private itemSelected;
37
- private renderItems;
38
- private isSelectedMention;
39
- private handleScrollableRef;
40
- render(): JSX.Element;
41
- }
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export interface MentionListStyleProps {
3
- empty?: boolean;
4
- }
5
- export declare const MentionListStyle: import("@emotion/styled").StyledComponent<{
6
- theme?: import("@emotion/react").Theme | undefined;
7
- as?: import("react").ElementType<any> | undefined;
8
- } & MentionListStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface Props {
3
- title?: string;
4
- }
5
- export declare class GenericErrorIllustration extends React.PureComponent<Props, {}> {
6
- render(): JSX.Element;
7
- }
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- export interface Props {
3
- error?: Error;
4
- }
5
- export default class MentionListError extends React.PureComponent<Props, {}> {
6
- /**
7
- * Translate the supplied Error into a message suitable for display in the MentionList.
8
- *
9
- * @param error the error to be displayed
10
- */
11
- private static getAdvisedActionMessage;
12
- render(): JSX.Element;
13
- }
@@ -1,17 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const MentionListErrorStyle: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const GenericErrorVisualStyle: import("@emotion/styled").StyledComponent<{
7
- theme?: import("@emotion/react").Theme | undefined;
8
- as?: import("react").ElementType<any> | undefined;
9
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
- export declare const MentionListErrorHeadlineStyle: import("@emotion/styled").StyledComponent<{
11
- theme?: import("@emotion/react").Theme | undefined;
12
- as?: import("react").ElementType<any> | undefined;
13
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
- export declare const MentionListAdviceStyle: import("@emotion/styled").StyledComponent<{
15
- theme?: import("@emotion/react").Theme | undefined;
16
- as?: import("react").ElementType<any> | undefined;
17
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,77 +0,0 @@
1
- import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next/withAnalyticsEvents';
2
- import React from 'react';
3
- import { IntlShape } from 'react-intl-next';
4
- import { MentionProvider } from '../../api/MentionResource';
5
- import { PresenceProvider } from '../../api/PresenceResource';
6
- import { OnMentionEvent } from '../../types';
7
- export interface OnOpen {
8
- (): void;
9
- }
10
- export interface OnClose {
11
- (): void;
12
- }
13
- export type Position = 'above' | 'below' | 'auto';
14
- export interface Props {
15
- resourceProvider: MentionProvider;
16
- presenceProvider?: PresenceProvider;
17
- query?: string;
18
- onSelection?: OnMentionEvent;
19
- onOpen?: OnOpen;
20
- onClose?: OnClose;
21
- target?: string;
22
- position?: Position;
23
- zIndex?: number | string;
24
- offsetX?: number;
25
- offsetY?: number;
26
- }
27
- export interface State {
28
- visible: boolean;
29
- info?: string;
30
- }
31
- /**
32
- * @class MentionPicker
33
- */
34
- export declare class MentionPicker extends React.PureComponent<Props & WithAnalyticsEventsProps & {
35
- intl: IntlShape;
36
- }, State> {
37
- private subscriberKey;
38
- private mentionListRef?;
39
- static defaultProps: {
40
- onSelection: () => void;
41
- onOpen: () => void;
42
- onClose: () => void;
43
- };
44
- constructor(props: Props & WithAnalyticsEventsProps & {
45
- intl: IntlShape;
46
- });
47
- componentDidMount(): void;
48
- UNSAFE_componentWillReceiveProps(nextProps: Props & WithAnalyticsEventsProps): void;
49
- componentWillUnmount(): void;
50
- selectNext: () => void;
51
- selectPrevious: () => void;
52
- selectIndex: (index: number, callback?: () => any) => void;
53
- selectId: (id: string, callback?: () => any) => void;
54
- chooseCurrentSelection: () => void;
55
- mentionsCount: () => number;
56
- private applyPropChanges;
57
- private subscribeResourceProvider;
58
- private unsubscribeResourceProvider;
59
- /**
60
- * Called after the 'visible' state is changed to decide whether the onOpen or onClose
61
- * handlers should be called.
62
- *
63
- * It should be noted that the visible state of the component is not considered in
64
- * this function. Instead the old state and new state should be passed as parameters.
65
- */
66
- private onFilterVisibilityChange;
67
- private filterChange;
68
- private filterError;
69
- private filterInfo;
70
- private handleMentionListRef;
71
- render(): JSX.Element;
72
- }
73
- export declare const MentionPickerWithAnalytics: React.ForwardRefExoticComponent<Omit<Pick<import("react-intl-next").WithIntlProps<React.PropsWithChildren<Props & WithAnalyticsEventsProps & {
74
- intl: IntlShape;
75
- }>>, "children" | "createAnalyticsEvent" | keyof Props | "forwardedRef"> & React.RefAttributes<any>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
76
- export type MentionPickerWithAnalytics = MentionPicker;
77
- export default MentionPickerWithAnalytics;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- export interface MentionPickerStyleProps {
3
- visible?: boolean | string;
4
- }
5
- export declare const MentionPickerStyle: import("@emotion/styled").StyledComponent<{
6
- theme?: import("@emotion/react").Theme | undefined;
7
- as?: import("react").ElementType<any> | undefined;
8
- } & MentionPickerStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
- export declare const MentionPickerInfoStyle: import("@emotion/styled").StyledComponent<{
10
- theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any> | undefined;
12
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MessagesIntlProvider: React.FC;
3
- export default MessagesIntlProvider;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- declare const AsyncNoAccessTooltip: React.LazyExoticComponent<({ name, children }: {
3
- name: string;
4
- children: React.ReactNode;
5
- }) => JSX.Element>;
6
- export default AsyncNoAccessTooltip;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- type Props = {
3
- name: string;
4
- children: React.ReactNode;
5
- };
6
- export declare const NoAccessTooltip: ({ name, children }: Props) => JSX.Element;
7
- export {};
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
- export interface Props {
3
- target?: string;
4
- relativePosition?: 'above' | 'below' | 'auto';
5
- offsetX?: number;
6
- offsetY?: number;
7
- zIndex?: number | string;
8
- children?: any;
9
- }
10
- export default class Popup extends React.PureComponent<Props, {}> {
11
- private popup?;
12
- static defaultProps: {
13
- relativePosition: string;
14
- offsetX: number;
15
- offsetY: number;
16
- zIndex: number;
17
- };
18
- componentDidMount(): void;
19
- componentDidUpdate(): void;
20
- componentWillUnmount(): void;
21
- _applyBelowPosition(): void;
22
- _applyAbovePosition(): void;
23
- _applyAbsolutePosition(): void;
24
- _renderContent(): void;
25
- render(): JSX.Element;
26
- }
@@ -1,46 +0,0 @@
1
- import React from 'react';
2
- import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
3
- import { MentionProvider } from '../../api/MentionResource';
4
- import { PresenceProvider } from '../../api/PresenceResource';
5
- import { MentionDescription, OnMentionEvent } from '../../types';
6
- export interface Props {
7
- resourceProvider: MentionProvider;
8
- presenceProvider?: PresenceProvider;
9
- query?: string;
10
- onSelection?: OnMentionEvent;
11
- resourceError?: Error;
12
- }
13
- export interface State {
14
- resourceError?: Error;
15
- mentions: MentionDescription[];
16
- }
17
- export declare class ResourcedMentionListWithoutAnalytics extends React.PureComponent<Props & WithAnalyticsEventsProps, State> {
18
- private subscriberKey;
19
- private mentionListRef?;
20
- constructor(props: Props & WithAnalyticsEventsProps);
21
- componentDidMount(): void;
22
- UNSAFE_componentWillReceiveProps(nextProps: Props): void;
23
- componentWillUnmount(): void;
24
- selectNext: () => void;
25
- selectPrevious: () => void;
26
- selectIndex: (index: number, callback?: () => any) => void;
27
- selectId: (id: string, callback?: () => any) => void;
28
- chooseCurrentSelection: () => void;
29
- mentionsCount: () => number;
30
- private subscribeMentionProvider;
31
- private subscribePresenceProvider;
32
- private unsubscribeMentionProvider;
33
- private unsubscribePresenceProvider;
34
- private applyPropChanges;
35
- private refreshPresences;
36
- private filterChange;
37
- private sendAnalytics;
38
- private filterError;
39
- private presenceUpdate;
40
- private notifySelection;
41
- private handleMentionListRef;
42
- render(): JSX.Element;
43
- }
44
- declare const ResourcedMentionList: React.ForwardRefExoticComponent<Omit<Props & WithAnalyticsEventsProps, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
45
- type ResourcedMentionList = ResourcedMentionListWithoutAnalytics;
46
- export default ResourcedMentionList;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import MentionItem from '../MentionItem';
3
- export interface Props {
4
- children?: React.ReactNode | React.ReactNode[];
5
- }
6
- export default class Scrollable extends React.PureComponent<Props, {}> {
7
- private scrollableDiv?;
8
- reveal: (child: MentionItem) => void;
9
- private handleRef;
10
- render(): JSX.Element;
11
- }
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ScrollableStyle: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,57 +0,0 @@
1
- export declare const messages: {
2
- unknownUserError: {
3
- id: string;
4
- defaultMessage: string;
5
- description: string;
6
- };
7
- noAccessWarning: {
8
- id: string;
9
- defaultMessage: string;
10
- description: string;
11
- };
12
- noAccessLabel: {
13
- id: string;
14
- defaultMessage: string;
15
- description: string;
16
- };
17
- defaultHeadline: {
18
- id: string;
19
- defaultMessage: string;
20
- description: string;
21
- };
22
- defaultAdvisedAction: {
23
- id: string;
24
- defaultMessage: string;
25
- description: string;
26
- };
27
- loginAgain: {
28
- id: string;
29
- defaultMessage: string;
30
- description: string;
31
- };
32
- differentText: {
33
- id: string;
34
- defaultMessage: string;
35
- description: string;
36
- };
37
- memberCountWithoutYou: {
38
- id: string;
39
- defaultMessage: string;
40
- description: string;
41
- };
42
- memberCountWithYou: {
43
- id: string;
44
- defaultMessage: string;
45
- description: string;
46
- };
47
- plus50MembersWithoutYou: {
48
- id: string;
49
- defaultMessage: string;
50
- description: string;
51
- };
52
- plus50MembersWithYou: {
53
- id: string;
54
- defaultMessage: string;
55
- description: string;
56
- };
57
- };
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': string;
9
- 'fabric.elements.mentions.team.mention.highlight.description': string;
10
- 'fabric.elements.mentions.team.mention.highlight.description.link': string;
11
- 'fabric.elements.mentions.team.mention.highlight.title': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;
@@ -1,20 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- declare const _default: {
8
- 'fabric.elements.mentions.team.member.50plus': string;
9
- 'fabric.elements.mentions.team.member.50plus.including.you': string;
10
- 'fabric.elements.mentions.team.member.count': string;
11
- 'fabric.elements.mentions.team.member.count.including.you': string;
12
- 'fabric.mention.error.defaultAction': string;
13
- 'fabric.mention.error.defaultHeadline': string;
14
- 'fabric.mention.error.differentText': string;
15
- 'fabric.mention.error.loginAgain': string;
16
- 'fabric.mention.noAccess.label': string;
17
- 'fabric.mention.noAccess.warning': string;
18
- 'fabric.mention.unknow.user.error': string;
19
- };
20
- export default _default;