@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.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/emoji/emoji-from-upload.js +3 -0
- package/dist/cjs/emoji/emoji-repository-usage-clear.js +6 -2
- package/dist/cjs/emoji/emoji-resource-usage-clear.js +2 -1
- package/dist/cjs/emoji/get-atlassian-emoji-data.js +3 -0
- package/dist/cjs/emoji/get-atlassian-emojis.js +5 -2
- package/dist/cjs/emoji/get-emoji-provider.js +8 -3
- package/dist/cjs/emoji/get-emoji-repository.js +4 -1
- package/dist/cjs/emoji/get-emoji-resource-standard-atlassian.js +7 -1
- package/dist/cjs/emoji/get-emojis.js +4 -3
- package/dist/cjs/emoji/get-site-emoji-data.js +3 -0
- package/dist/cjs/emoji/get-site-emojis.js +5 -2
- package/dist/cjs/emoji/get-standard-emoji-data.js +3 -0
- package/dist/cjs/emoji/get-standard-emojis.js +5 -2
- package/dist/cjs/emoji/mock-emoji-resource-factory.js +3 -0
- package/dist/cjs/emoji/mock-emoji-resource.js +4 -1
- package/dist/cjs/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
- package/dist/cjs/emoji/mock-non-uploading-emoji-resource.js +4 -1
- package/dist/cjs/emoji-test/filter-to-searchable.js +3 -0
- package/dist/cjs/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
- package/dist/cjs/emoji-test/get-test-emojis.js +5 -2
- package/dist/cjs/emoji-test/test-emoji-repository.js +6 -4
- package/dist/cjs/mention/create-mock-mention-name-resolver.js +4 -1
- package/dist/cjs/mention/mock-mention-name-client.js +3 -1
- package/dist/cjs/mention/mock-mention-resource-with-info-hints.js +3 -2
- package/dist/cjs/mention/mock-mention-resource.js +5 -2
- package/dist/cjs/mention/mock-presence-resource.js +3 -2
- package/dist/cjs/user-picker/user-picker-custom-data.js +3 -0
- package/dist/cjs/user-picker/user-picker-team-data.js +3 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/emoji/emoji-from-upload.js +3 -0
- package/dist/es2019/emoji/emoji-repository-usage-clear.js +5 -1
- package/dist/es2019/emoji/emoji-resource-usage-clear.js +3 -0
- package/dist/es2019/emoji/get-atlassian-emoji-data.js +3 -0
- package/dist/es2019/emoji/get-atlassian-emojis.js +3 -1
- package/dist/es2019/emoji/get-emoji-provider.js +6 -2
- package/dist/es2019/emoji/get-emoji-repository.js +3 -1
- package/dist/es2019/emoji/get-emoji-resource-standard-atlassian.js +5 -1
- package/dist/es2019/emoji/get-emojis.js +3 -1
- package/dist/es2019/emoji/get-site-emoji-data.js +3 -0
- package/dist/es2019/emoji/get-site-emojis.js +3 -1
- package/dist/es2019/emoji/get-standard-emoji-data.js +3 -0
- package/dist/es2019/emoji/get-standard-emojis.js +3 -1
- package/dist/es2019/emoji/mock-emoji-resource-factory.js +3 -0
- package/dist/es2019/emoji/mock-emoji-resource.js +5 -0
- package/dist/es2019/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
- package/dist/es2019/emoji/mock-non-uploading-emoji-resource.js +5 -0
- package/dist/es2019/emoji-test/filter-to-searchable.js +3 -0
- package/dist/es2019/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
- package/dist/es2019/emoji-test/get-test-emojis.js +3 -1
- package/dist/es2019/emoji-test/test-emoji-repository.js +6 -2
- package/dist/es2019/mention/create-mock-mention-name-resolver.js +3 -1
- package/dist/es2019/mention/mock-mention-name-client.js +3 -1
- package/dist/es2019/mention/mock-mention-resource-with-info-hints.js +3 -1
- package/dist/es2019/mention/mock-mention-resource.js +7 -1
- package/dist/es2019/mention/mock-presence-resource.js +3 -1
- package/dist/es2019/user-picker/user-picker-custom-data.js +2 -0
- package/dist/es2019/user-picker/user-picker-team-data.js +2 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/emoji/emoji-from-upload.js +3 -0
- package/dist/esm/emoji/emoji-repository-usage-clear.js +5 -1
- package/dist/esm/emoji/emoji-resource-usage-clear.js +3 -0
- package/dist/esm/emoji/get-atlassian-emoji-data.js +3 -0
- package/dist/esm/emoji/get-atlassian-emojis.js +3 -1
- package/dist/esm/emoji/get-emoji-provider.js +6 -2
- package/dist/esm/emoji/get-emoji-repository.js +3 -1
- package/dist/esm/emoji/get-emoji-resource-standard-atlassian.js +5 -1
- package/dist/esm/emoji/get-emojis.js +3 -1
- package/dist/esm/emoji/get-site-emoji-data.js +3 -0
- package/dist/esm/emoji/get-site-emojis.js +3 -1
- package/dist/esm/emoji/get-standard-emoji-data.js +3 -0
- package/dist/esm/emoji/get-standard-emojis.js +3 -1
- package/dist/esm/emoji/mock-emoji-resource-factory.js +3 -0
- package/dist/esm/emoji/mock-emoji-resource.js +5 -0
- package/dist/esm/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
- package/dist/esm/emoji/mock-non-uploading-emoji-resource.js +5 -0
- package/dist/esm/emoji-test/filter-to-searchable.js +3 -0
- package/dist/esm/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
- package/dist/esm/emoji-test/get-test-emojis.js +3 -1
- package/dist/esm/emoji-test/test-emoji-repository.js +6 -2
- package/dist/esm/mention/create-mock-mention-name-resolver.js +3 -1
- package/dist/esm/mention/mock-mention-name-client.js +3 -1
- package/dist/esm/mention/mock-mention-resource-with-info-hints.js +3 -1
- package/dist/esm/mention/mock-mention-resource.js +7 -1
- package/dist/esm/mention/mock-presence-resource.js +3 -1
- package/dist/esm/user-picker/user-picker-custom-data.js +2 -0
- package/dist/esm/user-picker/user-picker-team-data.js +2 -0
- package/dist/esm/version.json +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-from-upload.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-repository-usage-clear.d.ts +2 -2
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-resource-usage-clear.d.ts +1 -1
- package/dist/types/{util-data-test/src/emoji → emoji}/get-atlassian-emoji-data.d.ts +1 -1
- package/dist/types/emoji/get-atlassian-emojis.d.ts +1 -0
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/get-emoji-provider.d.ts +1 -1
- package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-repository.d.ts +1 -1
- package/dist/types/emoji/get-emojis.d.ts +1 -0
- package/dist/types/{util-data-test/src/emoji → emoji}/get-site-emoji-data.d.ts +1 -1
- package/dist/types/emoji/get-site-emojis.d.ts +1 -0
- package/dist/types/{util-data-test/src/emoji → emoji}/get-standard-emoji-data.d.ts +1 -1
- package/dist/types/emoji/get-standard-emojis.d.ts +1 -0
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-emoji-resource-factory.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-emoji-resource.d.ts +2 -2
- package/dist/types/{util-data-test/src/emoji → emoji}/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-non-uploading-emoji-resource.d.ts +2 -2
- package/dist/types/{util-data-test/src/emoji → emoji}/types.d.ts +1 -1
- package/dist/types/{util-data-test/src/emoji-test → emoji-test}/filter-to-searchable.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji-test/get-test-emojis.d.ts +1 -1
- package/dist/types/emoji-test/get-test-searchable-emojis.d.ts +1 -0
- package/dist/types/emoji-test/test-emoji-repository.d.ts +5 -0
- package/dist/types/{util-data-test/src/mention → mention}/create-mock-mention-name-resolver.d.ts +1 -1
- package/dist/types/{util-data-test/src/mention → mention}/mock-mention-name-client.d.ts +1 -1
- package/dist/types/{util-data-test/src/mention → mention}/mock-mention-resource-with-info-hints.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/mention/mock-mention-resource.d.ts +2 -2
- package/dist/types/{util-data-test/src/mention → mention}/mock-presence-resource.d.ts +1 -1
- package/dist/types/{util-data-test/src/task-decision → task-decision}/mock-task-decision-resource.d.ts +1 -1
- package/dist/types/{util-data-test/src/task-decision → task-decision}/utils.d.ts +2 -2
- package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-custom-data.d.ts +1 -1
- package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-team-data.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-from-upload.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-repository-usage-clear.d.ts +2 -2
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-resource-usage-clear.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-atlassian-emoji-data.d.ts +1 -1
- package/dist/types-ts4.5/emoji/get-atlassian-emojis.d.ts +1 -0
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/get-emoji-provider.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-repository.d.ts +1 -1
- package/dist/types-ts4.5/emoji/get-emojis.d.ts +1 -0
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-site-emoji-data.d.ts +1 -1
- package/dist/types-ts4.5/emoji/get-site-emojis.d.ts +1 -0
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-standard-emoji-data.d.ts +1 -1
- package/dist/types-ts4.5/emoji/get-standard-emojis.d.ts +1 -0
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-emoji-resource-factory.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-emoji-resource.d.ts +2 -2
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-non-uploading-emoji-resource.d.ts +2 -2
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/types.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/filter-to-searchable.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji-test/get-test-emojis.d.ts +1 -1
- package/dist/types-ts4.5/emoji-test/get-test-searchable-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/test-emoji-repository.d.ts +5 -0
- package/dist/types-ts4.5/{util-data-test/src/mention → mention}/create-mock-mention-name-resolver.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-mention-name-client.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-mention-resource-with-info-hints.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/mention/mock-mention-resource.d.ts +2 -2
- package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-presence-resource.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/mock-task-decision-resource.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/utils.d.ts +2 -2
- package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-custom-data.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-team-data.d.ts +1 -1
- package/package.json +2 -2
- package/dist/types/emoji/src/api/EmojiLoader.d.ts +0 -13
- package/dist/types/emoji/src/api/EmojiRepository.d.ts +0 -72
- package/dist/types/emoji/src/api/EmojiRepositoryRegex.d.ts +0 -1
- package/dist/types/emoji/src/api/EmojiResource.d.ts +0 -139
- package/dist/types/emoji/src/api/EmojiUtils.d.ts +0 -24
- package/dist/types/emoji/src/api/internal/Comparators.d.ts +0 -109
- package/dist/types/emoji/src/api/internal/UsageFrequencyTracker.d.ts +0 -46
- package/dist/types/emoji/src/api/media/MediaEmojiCache.d.ts +0 -53
- package/dist/types/emoji/src/api/media/MediaImageLoader.d.ts +0 -21
- package/dist/types/emoji/src/api/media/SiteEmojiResource.d.ts +0 -46
- package/dist/types/emoji/src/api/media/TokenManager.d.ts +0 -13
- package/dist/types/emoji/src/components/i18n.d.ts +0 -227
- package/dist/types/emoji/src/components/picker/categories.d.ts +0 -7
- package/dist/types/emoji/src/resource.d.ts +0 -5
- package/dist/types/emoji/src/types.d.ts +0 -363
- package/dist/types/emoji/src/util/DuplicateLimitedQueue.d.ts +0 -91
- package/dist/types/emoji/src/util/StoredDuplicateLimitedQueue.d.ts +0 -46
- package/dist/types/emoji/src/util/analytics/samplingUfo.d.ts +0 -38
- package/dist/types/emoji/src/util/analytics/ufoExperiences.d.ts +0 -14
- package/dist/types/emoji/src/util/constants.d.ts +0 -60
- package/dist/types/emoji/src/util/image.d.ts +0 -10
- package/dist/types/emoji/src/util/logger.d.ts +0 -4
- package/dist/types/emoji/src/util/storage-available.d.ts +0 -3
- package/dist/types/emoji/src/util/type-helpers.d.ts +0 -23
- package/dist/types/emoji/src/utils.d.ts +0 -3
- package/dist/types/mention/src/_constants.d.ts +0 -1
- package/dist/types/mention/src/api/ContextMentionResource.d.ts +0 -23
- package/dist/types/mention/src/api/MentionNameClient.d.ts +0 -11
- package/dist/types/mention/src/api/MentionNameResolver.d.ts +0 -23
- package/dist/types/mention/src/api/MentionResource.d.ts +0 -93
- package/dist/types/mention/src/api/PresenceResource.d.ts +0 -119
- package/dist/types/mention/src/api/TeamMentionResource.d.ts +0 -33
- package/dist/types/mention/src/components/LockCircleIcon/index.d.ts +0 -3
- package/dist/types/mention/src/components/Mention/PrimitiveMention.d.ts +0 -7
- package/dist/types/mention/src/components/Mention/ResourcedMention.d.ts +0 -27
- package/dist/types/mention/src/components/Mention/index.d.ts +0 -31
- package/dist/types/mention/src/components/Mention/ufoExperiences.d.ts +0 -9
- package/dist/types/mention/src/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +0 -7
- package/dist/types/mention/src/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +0 -5
- package/dist/types/mention/src/components/MentionDescriptionByline/index.d.ts +0 -5
- package/dist/types/mention/src/components/MentionDescriptionByline/styles.d.ts +0 -5
- package/dist/types/mention/src/components/MentionDescriptionByline/types.d.ts +0 -4
- package/dist/types/mention/src/components/MentionItem/MentionHighlightHelpers.d.ts +0 -3
- package/dist/types/mention/src/components/MentionItem/index.d.ts +0 -16
- package/dist/types/mention/src/components/MentionItem/styles.d.ts +0 -46
- package/dist/types/mention/src/components/MentionList/index.d.ts +0 -41
- package/dist/types/mention/src/components/MentionList/styles.d.ts +0 -8
- package/dist/types/mention/src/components/MentionListError/GenericErrorIllustration.d.ts +0 -7
- package/dist/types/mention/src/components/MentionListError/index.d.ts +0 -13
- package/dist/types/mention/src/components/MentionListError/styles.d.ts +0 -17
- package/dist/types/mention/src/components/MentionPicker/index.d.ts +0 -77
- package/dist/types/mention/src/components/MentionPicker/styles.d.ts +0 -12
- package/dist/types/mention/src/components/MessagesIntlProvider/index.d.ts +0 -3
- package/dist/types/mention/src/components/NoAccessTooltip/index.d.ts +0 -6
- package/dist/types/mention/src/components/NoAccessTooltip/main.d.ts +0 -7
- package/dist/types/mention/src/components/Popup/index.d.ts +0 -26
- package/dist/types/mention/src/components/ResourcedMentionList/index.d.ts +0 -46
- package/dist/types/mention/src/components/Scrollable/index.d.ts +0 -11
- package/dist/types/mention/src/components/Scrollable/styles.d.ts +0 -5
- package/dist/types/mention/src/components/i18n.d.ts +0 -57
- package/dist/types/mention/src/i18n/cs.d.ts +0 -20
- package/dist/types/mention/src/i18n/da.d.ts +0 -20
- package/dist/types/mention/src/i18n/de.d.ts +0 -20
- package/dist/types/mention/src/i18n/en.d.ts +0 -20
- package/dist/types/mention/src/i18n/en_GB.d.ts +0 -20
- package/dist/types/mention/src/i18n/es.d.ts +0 -20
- package/dist/types/mention/src/i18n/et.d.ts +0 -20
- package/dist/types/mention/src/i18n/fi.d.ts +0 -20
- package/dist/types/mention/src/i18n/fr.d.ts +0 -20
- package/dist/types/mention/src/i18n/hu.d.ts +0 -20
- package/dist/types/mention/src/i18n/is.d.ts +0 -24
- package/dist/types/mention/src/i18n/it.d.ts +0 -20
- package/dist/types/mention/src/i18n/ja.d.ts +0 -20
- package/dist/types/mention/src/i18n/ko.d.ts +0 -20
- package/dist/types/mention/src/i18n/nb.d.ts +0 -20
- package/dist/types/mention/src/i18n/nl.d.ts +0 -20
- package/dist/types/mention/src/i18n/pl.d.ts +0 -20
- package/dist/types/mention/src/i18n/pt_BR.d.ts +0 -20
- package/dist/types/mention/src/i18n/pt_PT.d.ts +0 -20
- package/dist/types/mention/src/i18n/ro.d.ts +0 -24
- package/dist/types/mention/src/i18n/ru.d.ts +0 -20
- package/dist/types/mention/src/i18n/sk.d.ts +0 -20
- package/dist/types/mention/src/i18n/sv.d.ts +0 -20
- package/dist/types/mention/src/i18n/th.d.ts +0 -20
- package/dist/types/mention/src/i18n/tr.d.ts +0 -20
- package/dist/types/mention/src/i18n/uk.d.ts +0 -20
- package/dist/types/mention/src/i18n/vi.d.ts +0 -20
- package/dist/types/mention/src/i18n/zh.d.ts +0 -20
- package/dist/types/mention/src/i18n/zh_TW.d.ts +0 -20
- package/dist/types/mention/src/index.d.ts +0 -17
- package/dist/types/mention/src/resource.d.ts +0 -10
- package/dist/types/mention/src/shared-styles.d.ts +0 -5
- package/dist/types/mention/src/types.d.ts +0 -168
- package/dist/types/mention/src/util/analytics.d.ts +0 -30
- package/dist/types/mention/src/util/i18n.d.ts +0 -29
- package/dist/types/mention/src/util/id.d.ts +0 -2
- package/dist/types/mention/src/util/index.d.ts +0 -1
- package/dist/types/mention/src/util/logger.d.ts +0 -4
- package/dist/types/mention/src/util/mouse.d.ts +0 -8
- package/dist/types/task-decision/src/analytics/index.d.ts +0 -2
- package/dist/types/task-decision/src/api/TaskDecisionResource.d.ts +0 -67
- package/dist/types/task-decision/src/api/TaskDecisionUtils.d.ts +0 -4
- package/dist/types/task-decision/src/components/DecisionItem.d.ts +0 -15
- package/dist/types/task-decision/src/components/DecisionList.d.ts +0 -9
- package/dist/types/task-decision/src/components/Item.d.ts +0 -25
- package/dist/types/task-decision/src/components/ResourcedTaskItem.d.ts +0 -35
- package/dist/types/task-decision/src/components/TaskItem.d.ts +0 -21
- package/dist/types/task-decision/src/components/TaskList.d.ts +0 -9
- package/dist/types/task-decision/src/components/styles.d.ts +0 -13
- package/dist/types/task-decision/src/components/theme.d.ts +0 -61
- package/dist/types/task-decision/src/index.d.ts +0 -9
- package/dist/types/task-decision/src/type-helpers.d.ts +0 -6
- package/dist/types/task-decision/src/types.d.ts +0 -160
- package/dist/types/user-picker/src/analytics.d.ts +0 -24
- package/dist/types/user-picker/src/clients/UserSourceProvider.d.ts +0 -11
- package/dist/types/user-picker/src/components/AddOptionAvatar.d.ts +0 -6
- package/dist/types/user-picker/src/components/AvatarItemOption.d.ts +0 -13
- package/dist/types/user-picker/src/components/BaseUserPicker.d.ts +0 -65
- package/dist/types/user-picker/src/components/ClearIndicator.d.ts +0 -6
- package/dist/types/user-picker/src/components/CustomOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/CustomOption/main.d.ts +0 -15
- package/dist/types/user-picker/src/components/EmailOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/EmailOption/main.d.ts +0 -18
- package/dist/types/user-picker/src/components/ExternalUserOption/ExternalAvatarItemOption.d.ts +0 -11
- package/dist/types/user-picker/src/components/ExternalUserOption/InfoIcon.d.ts +0 -3
- package/dist/types/user-picker/src/components/ExternalUserOption/SourcesTooltipContent.d.ts +0 -6
- package/dist/types/user-picker/src/components/ExternalUserOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/ExternalUserOption/main.d.ts +0 -12
- package/dist/types/user-picker/src/components/ExternalUserSourcesContainer.d.ts +0 -15
- package/dist/types/user-picker/src/components/GroupOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/GroupOption/main.d.ts +0 -16
- package/dist/types/user-picker/src/components/HighlightText.d.ts +0 -9
- package/dist/types/user-picker/src/components/Input.d.ts +0 -22
- package/dist/types/user-picker/src/components/Menu.d.ts +0 -10
- package/dist/types/user-picker/src/components/MessagesIntlProvider.d.ts +0 -3
- package/dist/types/user-picker/src/components/MultiValue.d.ts +0 -26
- package/dist/types/user-picker/src/components/MultiValueContainer.d.ts +0 -30
- package/dist/types/user-picker/src/components/Option.d.ts +0 -14
- package/dist/types/user-picker/src/components/PopupControl.d.ts +0 -7
- package/dist/types/user-picker/src/components/PopupInput.d.ts +0 -8
- package/dist/types/user-picker/src/components/PopupUserPicker.d.ts +0 -39
- package/dist/types/user-picker/src/components/SingleValue.d.ts +0 -5
- package/dist/types/user-picker/src/components/SingleValueContainer.d.ts +0 -9
- package/dist/types/user-picker/src/components/SizeableAvatar.d.ts +0 -10
- package/dist/types/user-picker/src/components/TeamOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/TeamOption/main.d.ts +0 -16
- package/dist/types/user-picker/src/components/UserOption.d.ts +0 -15
- package/dist/types/user-picker/src/components/UserPicker.d.ts +0 -16
- package/dist/types/user-picker/src/components/assets/github.d.ts +0 -2
- package/dist/types/user-picker/src/components/assets/google.d.ts +0 -2
- package/dist/types/user-picker/src/components/assets/microsoft.d.ts +0 -2
- package/dist/types/user-picker/src/components/assets/slack.d.ts +0 -2
- package/dist/types/user-picker/src/components/batch.d.ts +0 -1
- package/dist/types/user-picker/src/components/components.d.ts +0 -49
- package/dist/types/user-picker/src/components/creatable.d.ts +0 -12
- package/dist/types/user-picker/src/components/creatableEmailSuggestion.d.ts +0 -19
- package/dist/types/user-picker/src/components/emailValidation.d.ts +0 -3
- package/dist/types/user-picker/src/components/i18n.d.ts +0 -132
- package/dist/types/user-picker/src/components/popup.d.ts +0 -48
- package/dist/types/user-picker/src/components/styles.d.ts +0 -42
- package/dist/types/user-picker/src/components/utils.d.ts +0 -29
- package/dist/types/user-picker/src/i18n/cs.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/da.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/de.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/en.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/en_GB.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/es.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/et.d.ts +0 -15
- package/dist/types/user-picker/src/i18n/fi.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/fr.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/hu.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/is.d.ts +0 -7
- package/dist/types/user-picker/src/i18n/it.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/ja.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/ko.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/nb.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/nl.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/pl.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/pt_BR.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/pt_PT.d.ts +0 -15
- package/dist/types/user-picker/src/i18n/ro.d.ts +0 -7
- package/dist/types/user-picker/src/i18n/ru.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/sk.d.ts +0 -15
- package/dist/types/user-picker/src/i18n/sv.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/th.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/tr.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/uk.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/vi.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/zh.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/zh_TW.d.ts +0 -35
- package/dist/types/user-picker/src/index.d.ts +0 -7
- package/dist/types/user-picker/src/types.d.ts +0 -318
- package/dist/types/user-picker/src/util/i18n-util.d.ts +0 -11
- package/dist/types/user-picker/src/util/ufoExperiences.d.ts +0 -10
- package/dist/types/util-data-test/src/emoji/get-atlassian-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji/get-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji/get-site-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji/get-standard-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji-test/get-test-searchable-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji-test/test-emoji-repository.d.ts +0 -5
- package/dist/types/util-data-test/src/logger.d.ts +0 -4
- package/dist/types-ts4.5/emoji/src/api/EmojiLoader.d.ts +0 -13
- package/dist/types-ts4.5/emoji/src/api/EmojiRepository.d.ts +0 -72
- package/dist/types-ts4.5/emoji/src/api/EmojiRepositoryRegex.d.ts +0 -1
- package/dist/types-ts4.5/emoji/src/api/EmojiResource.d.ts +0 -139
- package/dist/types-ts4.5/emoji/src/api/EmojiUtils.d.ts +0 -24
- package/dist/types-ts4.5/emoji/src/api/internal/Comparators.d.ts +0 -109
- package/dist/types-ts4.5/emoji/src/api/internal/UsageFrequencyTracker.d.ts +0 -46
- package/dist/types-ts4.5/emoji/src/api/media/MediaEmojiCache.d.ts +0 -53
- package/dist/types-ts4.5/emoji/src/api/media/MediaImageLoader.d.ts +0 -21
- package/dist/types-ts4.5/emoji/src/api/media/SiteEmojiResource.d.ts +0 -46
- package/dist/types-ts4.5/emoji/src/api/media/TokenManager.d.ts +0 -13
- package/dist/types-ts4.5/emoji/src/components/i18n.d.ts +0 -227
- package/dist/types-ts4.5/emoji/src/components/picker/categories.d.ts +0 -7
- package/dist/types-ts4.5/emoji/src/resource.d.ts +0 -5
- package/dist/types-ts4.5/emoji/src/types.d.ts +0 -363
- package/dist/types-ts4.5/emoji/src/util/DuplicateLimitedQueue.d.ts +0 -91
- package/dist/types-ts4.5/emoji/src/util/StoredDuplicateLimitedQueue.d.ts +0 -46
- package/dist/types-ts4.5/emoji/src/util/analytics/samplingUfo.d.ts +0 -38
- package/dist/types-ts4.5/emoji/src/util/analytics/ufoExperiences.d.ts +0 -14
- package/dist/types-ts4.5/emoji/src/util/constants.d.ts +0 -60
- package/dist/types-ts4.5/emoji/src/util/image.d.ts +0 -10
- package/dist/types-ts4.5/emoji/src/util/storage-available.d.ts +0 -3
- package/dist/types-ts4.5/emoji/src/util/type-helpers.d.ts +0 -23
- package/dist/types-ts4.5/emoji/src/utils.d.ts +0 -3
- package/dist/types-ts4.5/mention/src/_constants.d.ts +0 -1
- package/dist/types-ts4.5/mention/src/api/ContextMentionResource.d.ts +0 -23
- package/dist/types-ts4.5/mention/src/api/MentionNameClient.d.ts +0 -11
- package/dist/types-ts4.5/mention/src/api/MentionNameResolver.d.ts +0 -23
- package/dist/types-ts4.5/mention/src/api/MentionResource.d.ts +0 -93
- package/dist/types-ts4.5/mention/src/api/PresenceResource.d.ts +0 -119
- package/dist/types-ts4.5/mention/src/api/TeamMentionResource.d.ts +0 -33
- package/dist/types-ts4.5/mention/src/components/LockCircleIcon/index.d.ts +0 -3
- package/dist/types-ts4.5/mention/src/components/Mention/PrimitiveMention.d.ts +0 -7
- package/dist/types-ts4.5/mention/src/components/Mention/ResourcedMention.d.ts +0 -27
- package/dist/types-ts4.5/mention/src/components/Mention/index.d.ts +0 -31
- package/dist/types-ts4.5/mention/src/components/Mention/ufoExperiences.d.ts +0 -9
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +0 -7
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/index.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/styles.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/types.d.ts +0 -4
- package/dist/types-ts4.5/mention/src/components/MentionItem/MentionHighlightHelpers.d.ts +0 -3
- package/dist/types-ts4.5/mention/src/components/MentionItem/index.d.ts +0 -16
- package/dist/types-ts4.5/mention/src/components/MentionItem/styles.d.ts +0 -46
- package/dist/types-ts4.5/mention/src/components/MentionList/index.d.ts +0 -41
- package/dist/types-ts4.5/mention/src/components/MentionList/styles.d.ts +0 -8
- package/dist/types-ts4.5/mention/src/components/MentionListError/GenericErrorIllustration.d.ts +0 -7
- package/dist/types-ts4.5/mention/src/components/MentionListError/index.d.ts +0 -13
- package/dist/types-ts4.5/mention/src/components/MentionListError/styles.d.ts +0 -17
- package/dist/types-ts4.5/mention/src/components/MentionPicker/index.d.ts +0 -77
- package/dist/types-ts4.5/mention/src/components/MentionPicker/styles.d.ts +0 -12
- package/dist/types-ts4.5/mention/src/components/MessagesIntlProvider/index.d.ts +0 -3
- package/dist/types-ts4.5/mention/src/components/NoAccessTooltip/index.d.ts +0 -6
- package/dist/types-ts4.5/mention/src/components/NoAccessTooltip/main.d.ts +0 -7
- package/dist/types-ts4.5/mention/src/components/Popup/index.d.ts +0 -26
- package/dist/types-ts4.5/mention/src/components/ResourcedMentionList/index.d.ts +0 -46
- package/dist/types-ts4.5/mention/src/components/Scrollable/index.d.ts +0 -11
- package/dist/types-ts4.5/mention/src/components/Scrollable/styles.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/components/i18n.d.ts +0 -57
- package/dist/types-ts4.5/mention/src/i18n/cs.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/da.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/de.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/en.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/en_GB.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/es.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/et.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/fi.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/fr.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/hu.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/is.d.ts +0 -24
- package/dist/types-ts4.5/mention/src/i18n/it.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/ja.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/ko.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/nb.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/nl.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/pl.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/pt_BR.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/pt_PT.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/ro.d.ts +0 -24
- package/dist/types-ts4.5/mention/src/i18n/ru.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/sk.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/sv.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/th.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/tr.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/uk.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/vi.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/zh.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/zh_TW.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/index.d.ts +0 -17
- package/dist/types-ts4.5/mention/src/resource.d.ts +0 -10
- package/dist/types-ts4.5/mention/src/shared-styles.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/types.d.ts +0 -168
- package/dist/types-ts4.5/mention/src/util/analytics.d.ts +0 -30
- package/dist/types-ts4.5/mention/src/util/i18n.d.ts +0 -29
- package/dist/types-ts4.5/mention/src/util/id.d.ts +0 -2
- package/dist/types-ts4.5/mention/src/util/index.d.ts +0 -1
- package/dist/types-ts4.5/mention/src/util/mouse.d.ts +0 -8
- package/dist/types-ts4.5/task-decision/src/analytics/index.d.ts +0 -2
- package/dist/types-ts4.5/task-decision/src/api/TaskDecisionResource.d.ts +0 -67
- package/dist/types-ts4.5/task-decision/src/api/TaskDecisionUtils.d.ts +0 -4
- package/dist/types-ts4.5/task-decision/src/components/DecisionItem.d.ts +0 -15
- package/dist/types-ts4.5/task-decision/src/components/DecisionList.d.ts +0 -9
- package/dist/types-ts4.5/task-decision/src/components/Item.d.ts +0 -25
- package/dist/types-ts4.5/task-decision/src/components/ResourcedTaskItem.d.ts +0 -35
- package/dist/types-ts4.5/task-decision/src/components/TaskItem.d.ts +0 -21
- package/dist/types-ts4.5/task-decision/src/components/TaskList.d.ts +0 -9
- package/dist/types-ts4.5/task-decision/src/components/styles.d.ts +0 -13
- package/dist/types-ts4.5/task-decision/src/components/theme.d.ts +0 -61
- package/dist/types-ts4.5/task-decision/src/index.d.ts +0 -9
- package/dist/types-ts4.5/task-decision/src/type-helpers.d.ts +0 -6
- package/dist/types-ts4.5/task-decision/src/types.d.ts +0 -160
- package/dist/types-ts4.5/user-picker/src/analytics.d.ts +0 -24
- package/dist/types-ts4.5/user-picker/src/clients/UserSourceProvider.d.ts +0 -11
- package/dist/types-ts4.5/user-picker/src/components/AddOptionAvatar.d.ts +0 -6
- package/dist/types-ts4.5/user-picker/src/components/AvatarItemOption.d.ts +0 -13
- package/dist/types-ts4.5/user-picker/src/components/BaseUserPicker.d.ts +0 -65
- package/dist/types-ts4.5/user-picker/src/components/ClearIndicator.d.ts +0 -6
- package/dist/types-ts4.5/user-picker/src/components/CustomOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/CustomOption/main.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/components/EmailOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/EmailOption/main.d.ts +0 -18
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/ExternalAvatarItemOption.d.ts +0 -11
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/InfoIcon.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/SourcesTooltipContent.d.ts +0 -6
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/main.d.ts +0 -12
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserSourcesContainer.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/components/GroupOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/GroupOption/main.d.ts +0 -16
- package/dist/types-ts4.5/user-picker/src/components/HighlightText.d.ts +0 -9
- package/dist/types-ts4.5/user-picker/src/components/Input.d.ts +0 -22
- package/dist/types-ts4.5/user-picker/src/components/Menu.d.ts +0 -10
- package/dist/types-ts4.5/user-picker/src/components/MessagesIntlProvider.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/MultiValue.d.ts +0 -26
- package/dist/types-ts4.5/user-picker/src/components/MultiValueContainer.d.ts +0 -30
- package/dist/types-ts4.5/user-picker/src/components/Option.d.ts +0 -14
- package/dist/types-ts4.5/user-picker/src/components/PopupControl.d.ts +0 -7
- package/dist/types-ts4.5/user-picker/src/components/PopupInput.d.ts +0 -8
- package/dist/types-ts4.5/user-picker/src/components/PopupUserPicker.d.ts +0 -39
- package/dist/types-ts4.5/user-picker/src/components/SingleValue.d.ts +0 -5
- package/dist/types-ts4.5/user-picker/src/components/SingleValueContainer.d.ts +0 -9
- package/dist/types-ts4.5/user-picker/src/components/SizeableAvatar.d.ts +0 -10
- package/dist/types-ts4.5/user-picker/src/components/TeamOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/TeamOption/main.d.ts +0 -16
- package/dist/types-ts4.5/user-picker/src/components/UserOption.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/components/UserPicker.d.ts +0 -16
- package/dist/types-ts4.5/user-picker/src/components/assets/github.d.ts +0 -2
- package/dist/types-ts4.5/user-picker/src/components/assets/google.d.ts +0 -2
- package/dist/types-ts4.5/user-picker/src/components/assets/microsoft.d.ts +0 -2
- package/dist/types-ts4.5/user-picker/src/components/assets/slack.d.ts +0 -2
- package/dist/types-ts4.5/user-picker/src/components/batch.d.ts +0 -1
- package/dist/types-ts4.5/user-picker/src/components/components.d.ts +0 -49
- package/dist/types-ts4.5/user-picker/src/components/creatable.d.ts +0 -12
- package/dist/types-ts4.5/user-picker/src/components/creatableEmailSuggestion.d.ts +0 -19
- package/dist/types-ts4.5/user-picker/src/components/emailValidation.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/i18n.d.ts +0 -132
- package/dist/types-ts4.5/user-picker/src/components/popup.d.ts +0 -48
- package/dist/types-ts4.5/user-picker/src/components/styles.d.ts +0 -42
- package/dist/types-ts4.5/user-picker/src/components/utils.d.ts +0 -29
- package/dist/types-ts4.5/user-picker/src/i18n/cs.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/da.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/de.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/en.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/en_GB.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/es.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/et.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/i18n/fi.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/fr.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/hu.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/is.d.ts +0 -7
- package/dist/types-ts4.5/user-picker/src/i18n/it.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/ja.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/ko.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/nb.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/nl.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/pl.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/pt_BR.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/pt_PT.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/i18n/ro.d.ts +0 -7
- package/dist/types-ts4.5/user-picker/src/i18n/ru.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/sk.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/i18n/sv.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/th.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/tr.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/uk.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/vi.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/zh.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/zh_TW.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/index.d.ts +0 -7
- package/dist/types-ts4.5/user-picker/src/types.d.ts +0 -321
- package/dist/types-ts4.5/user-picker/src/util/i18n-util.d.ts +0 -11
- package/dist/types-ts4.5/user-picker/src/util/ufoExperiences.d.ts +0 -10
- package/dist/types-ts4.5/util-data-test/src/emoji/get-atlassian-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji/get-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji/get-site-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji/get-standard-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji-test/get-test-searchable-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji-test/test-emoji-repository.d.ts +0 -5
- package/dist/types-ts4.5/util-data-test/src/logger.d.ts +0 -4
- /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource-standard-atlassian.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource-usage-clear.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/image-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/logged-user.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/lorem.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/site-emoji-foo.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/site-emoji-wtf.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/sprite-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-constants → emoji-constants}/index.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/emoji-samples.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/expires-at.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-non-uploading-emoji-resource.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-service-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-repository.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource-non-uploading.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-image-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-media-api-token.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-foo.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-repository.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-wtf.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-service-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-sprite-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-service-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/media-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/media-service-emoji.d.ts +0 -0
- /package/dist/{types-ts4.5/mention/src/util → types}/logger.d.ts +0 -0
- /package/dist/types/{util-data-test/src/mention → mention}/mention-story-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/mention → mention}/mention-test-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/mention → mention}/presence-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/mention → mention}/utils.d.ts +0 -0
- /package/dist/types/{util-data-test/src/profilecard → profilecard}/get-mock-profilecard-client.d.ts +0 -0
- /package/dist/types/{util-data-test/src/profilecard → profilecard}/profilecard-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/profilecard → profilecard}/util.d.ts +0 -0
- /package/dist/types/{util-data-test/src/slack-data → slack-data}/index.d.ts +0 -0
- /package/dist/types/{util-data-test/src/slack-data → slack-data}/slack-conversations-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/slack-data → slack-data}/slack-workspaces-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/task-decision → task-decision}/task-decision-story-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/user-picker → user-picker}/ChevronRight.d.ts +0 -0
- /package/dist/types/{util-data-test/src/user-picker → user-picker}/index.d.ts +0 -0
- /package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource-standard-atlassian.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource-usage-clear.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/image-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/logged-user.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/lorem.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/site-emoji-foo.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/site-emoji-wtf.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/sprite-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-constants → emoji-constants}/index.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/emoji-samples.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/expires-at.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-non-uploading-emoji-resource.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-service-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-repository.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource-non-uploading.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-image-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-media-api-token.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-foo.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-repository.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-wtf.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-service-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-sprite-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-service-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/media-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/media-service-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{emoji/src/util/logger.d.ts → logger.d.ts} +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mention-story-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mention-test-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/presence-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/utils.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/get-mock-profilecard-client.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/profilecard-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/util.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/index.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/slack-conversations-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/slack-workspaces-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/task-decision-story-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/ChevronRight.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/index.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-data.d.ts +0 -0
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
import { Email } from '../../types';
|
|
5
|
-
import { EmailValidationResponse } from '../emailValidation';
|
|
6
|
-
export type EmailOptionProps = {
|
|
7
|
-
email: Email;
|
|
8
|
-
isSelected: boolean;
|
|
9
|
-
label?: string;
|
|
10
|
-
emailValidity: EmailValidationResponse;
|
|
11
|
-
};
|
|
12
|
-
export declare class EmailOption extends React.PureComponent<EmailOptionProps> {
|
|
13
|
-
private getLozengeProps;
|
|
14
|
-
private renderPrimaryText;
|
|
15
|
-
private renderSecondaryText;
|
|
16
|
-
private renderOption;
|
|
17
|
-
render(): jsx.JSX.Element;
|
|
18
|
-
}
|
package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/ExternalAvatarItemOption.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import { ReactNode } from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
export type ExternalAvatarItemOptionProps = {
|
|
5
|
-
avatar: ReactNode;
|
|
6
|
-
isDisabled?: boolean;
|
|
7
|
-
primaryText: ReactNode;
|
|
8
|
-
secondaryText?: ReactNode;
|
|
9
|
-
sourcesInfoTooltip?: ReactNode;
|
|
10
|
-
};
|
|
11
|
-
export declare const ExternalAvatarItemOption: ({ avatar, isDisabled, primaryText, secondaryText, sourcesInfoTooltip, }: ExternalAvatarItemOptionProps) => jsx.JSX.Element;
|
package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/SourcesTooltipContent.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { ExternalUserSourcesData } from '../ExternalUserSourcesContainer';
|
|
4
|
-
export declare const sourcesTooltipContainer: import("@emotion/react").SerializedStyles;
|
|
5
|
-
export declare const sourceWrapper: import("@emotion/react").SerializedStyles;
|
|
6
|
-
export declare const SourcesTooltipContent: React.FC<ExternalUserSourcesData>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AsyncExternalUserOption: React.LazyExoticComponent<React.ForwardRefExoticComponent<Omit<import("./main").ExternalUserOptionProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
|
|
3
|
-
export default AsyncExternalUserOption;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
4
|
-
import { ExternalUser } from '../../types';
|
|
5
|
-
export declare const imageContainer: import("@emotion/react").SerializedStyles;
|
|
6
|
-
export declare const emailDomainWrapper: import("@emotion/react").SerializedStyles;
|
|
7
|
-
export type ExternalUserOptionProps = WithAnalyticsEventsProps & {
|
|
8
|
-
user: ExternalUser;
|
|
9
|
-
status?: string;
|
|
10
|
-
isSelected: boolean;
|
|
11
|
-
};
|
|
12
|
-
export declare const ExternalUserOption: React.ForwardRefExoticComponent<Omit<ExternalUserOptionProps, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
import { UserSource } from '../types';
|
|
3
|
-
export interface ExternalUserSourcesData {
|
|
4
|
-
sources: UserSource[];
|
|
5
|
-
sourcesLoading: boolean;
|
|
6
|
-
}
|
|
7
|
-
type SourcesChildrenFunc = (sourcesData: ExternalUserSourcesData) => ReactNode;
|
|
8
|
-
interface SourcesContainerProps {
|
|
9
|
-
accountId: string;
|
|
10
|
-
shouldFetchSources: boolean;
|
|
11
|
-
initialSources: UserSource[];
|
|
12
|
-
children: SourcesChildrenFunc;
|
|
13
|
-
}
|
|
14
|
-
export declare const ExternalUserSourcesContainer: React.FC<SourcesContainerProps>;
|
|
15
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
import { Group } from '../../types';
|
|
5
|
-
export declare const groupOptionIconWrapper: import("@emotion/react").SerializedStyles;
|
|
6
|
-
export type GroupOptionProps = {
|
|
7
|
-
group: Group;
|
|
8
|
-
isSelected: boolean;
|
|
9
|
-
};
|
|
10
|
-
export declare class GroupOption extends React.PureComponent<GroupOptionProps> {
|
|
11
|
-
private getPrimaryText;
|
|
12
|
-
private renderAvatar;
|
|
13
|
-
private renderByline;
|
|
14
|
-
private getLozengeProps;
|
|
15
|
-
render(): jsx.JSX.Element;
|
|
16
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { HighlightRange } from '../types';
|
|
3
|
-
export interface Props {
|
|
4
|
-
highlights?: HighlightRange[];
|
|
5
|
-
children: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class HighlightText extends React.PureComponent<Props> {
|
|
8
|
-
render(): (string | JSX.Element)[];
|
|
9
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React, { type AriaAttributes } from 'react';
|
|
2
|
-
import { type OptionType, type SelectProps } from '@atlaskit/select';
|
|
3
|
-
import { AriaAttributesType } from '../types';
|
|
4
|
-
export type Props = {
|
|
5
|
-
selectProps?: SelectProps<OptionType, boolean>;
|
|
6
|
-
innerRef: (ref: React.Ref<HTMLInputElement>) => void;
|
|
7
|
-
ariaDescribedBy?: AriaAttributesType;
|
|
8
|
-
};
|
|
9
|
-
export declare class Input extends React.Component<Props & AriaAttributes> {
|
|
10
|
-
handleKeyPress: (e: KeyboardEvent) => void;
|
|
11
|
-
/**
|
|
12
|
-
* Overrides the default behaviour of react-select lib
|
|
13
|
-
*
|
|
14
|
-
* The getter is a workaround for original behaviour of the react-select lib.
|
|
15
|
-
* Placeholder and Input are linked not via label, aria-label or aria-labeledby, but through aria-describedby.
|
|
16
|
-
* Basically in the getter we reassign Placeholder ID from aria-describedby to aria-labelledby
|
|
17
|
-
* {@link https://github.com/JedWatson/react-select/issues/5651#issue-1731353197 GitHub}
|
|
18
|
-
*/
|
|
19
|
-
get ariaLabelledBy(): AriaAttributesType;
|
|
20
|
-
get ariaDescribedBy(): AriaAttributesType;
|
|
21
|
-
render(): JSX.Element;
|
|
22
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { UserPickerProps } from '../types';
|
|
4
|
-
import { jsx } from '@emotion/react';
|
|
5
|
-
export type Props = {
|
|
6
|
-
selectProps: UserPickerProps;
|
|
7
|
-
};
|
|
8
|
-
export declare class Menu extends React.Component<Props> {
|
|
9
|
-
render(): jsx.JSX.Element;
|
|
10
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { OptionType } from '@atlaskit/select';
|
|
4
|
-
import { jsx } from '@emotion/react';
|
|
5
|
-
import { Option, UserPickerProps } from '../types';
|
|
6
|
-
import { MultiValueProps } from '@atlaskit/select';
|
|
7
|
-
export declare const scrollToValue: (valueContainer: HTMLDivElement, control: HTMLElement) => void;
|
|
8
|
-
type Props = MultiValueProps<OptionType> & {
|
|
9
|
-
isFocused?: boolean;
|
|
10
|
-
data: Option;
|
|
11
|
-
innerProps: any;
|
|
12
|
-
removeProps: {
|
|
13
|
-
onClick: Function;
|
|
14
|
-
};
|
|
15
|
-
selectProps: UserPickerProps;
|
|
16
|
-
ref?: React.RefObject<HTMLDivElement>;
|
|
17
|
-
};
|
|
18
|
-
export declare class MultiValue extends React.Component<Props> {
|
|
19
|
-
private containerRef;
|
|
20
|
-
constructor(props: Props);
|
|
21
|
-
componentDidUpdate(): void;
|
|
22
|
-
shouldComponentUpdate(nextProps: Props): boolean;
|
|
23
|
-
getElemBefore: () => jsx.JSX.Element;
|
|
24
|
-
render(): jsx.JSX.Element;
|
|
25
|
-
}
|
|
26
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { MultiValueProps } from '@atlaskit/select';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { User, Option } from '../types';
|
|
4
|
-
export type State = {
|
|
5
|
-
valueSize: number;
|
|
6
|
-
previousValueSize: number;
|
|
7
|
-
};
|
|
8
|
-
type Props = MultiValueProps<Option<User>[], true> & {
|
|
9
|
-
innerProps?: ValueContainerInnerProps;
|
|
10
|
-
};
|
|
11
|
-
type ValueContainerInnerProps = {
|
|
12
|
-
ref: React.RefObject<HTMLDivElement>;
|
|
13
|
-
};
|
|
14
|
-
export declare class MultiValueContainer extends React.PureComponent<Props, State> {
|
|
15
|
-
static getDerivedStateFromProps(nextProps: Props, prevState: State): {
|
|
16
|
-
valueSize: number;
|
|
17
|
-
previousValueSize: number;
|
|
18
|
-
};
|
|
19
|
-
private valueContainerInnerProps;
|
|
20
|
-
private timeoutId;
|
|
21
|
-
constructor(props: Props);
|
|
22
|
-
componentDidUpdate(): void;
|
|
23
|
-
componentWillUnmount(): void;
|
|
24
|
-
scrollToBottom: () => void;
|
|
25
|
-
private showPlaceholder;
|
|
26
|
-
private addPlaceholder;
|
|
27
|
-
private renderChildren;
|
|
28
|
-
render(): JSX.Element;
|
|
29
|
-
}
|
|
30
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OptionProps as AkOptionProps } from '@atlaskit/select';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { Option as OptionType } from '../types';
|
|
4
|
-
export type OptionProps = AkOptionProps & {
|
|
5
|
-
data: OptionType;
|
|
6
|
-
isSelected: boolean;
|
|
7
|
-
isDisabled: boolean;
|
|
8
|
-
isFocused: boolean;
|
|
9
|
-
status?: string;
|
|
10
|
-
selectProps: {
|
|
11
|
-
emailLabel?: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export declare const Option: FC<OptionProps>;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { PopupUserPickerProps } from '../types';
|
|
3
|
-
interface State {
|
|
4
|
-
flipped: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare class PopupUserPickerWithoutAnalytics extends React.Component<PopupUserPickerProps, State> {
|
|
7
|
-
static defaultProps: {
|
|
8
|
-
boundariesElement: string;
|
|
9
|
-
width: number;
|
|
10
|
-
isMulti: boolean;
|
|
11
|
-
offset: number[];
|
|
12
|
-
placement: string;
|
|
13
|
-
rootBoundary: string;
|
|
14
|
-
shouldFlip: boolean;
|
|
15
|
-
};
|
|
16
|
-
state: {
|
|
17
|
-
flipped: boolean;
|
|
18
|
-
};
|
|
19
|
-
handleFlipStyle: (data: {
|
|
20
|
-
flipped: boolean;
|
|
21
|
-
styles: any;
|
|
22
|
-
popper: any;
|
|
23
|
-
}) => {
|
|
24
|
-
flipped: boolean;
|
|
25
|
-
styles: any;
|
|
26
|
-
popper: any;
|
|
27
|
-
};
|
|
28
|
-
render(): JSX.Element;
|
|
29
|
-
}
|
|
30
|
-
export declare const PopupUserPicker: React.ForwardRefExoticComponent<Pick<Omit<PopupUserPickerProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "options" | "search" | "name" | "anchor" | "footer" | "appearance" | "onSelection" | "target" | "onClose" | "defaultValue" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "value" | "autoFocus" | "noOptionsMessage" | "isDisabled" | "captureMenuScroll" | "closeMenuOnScroll" | "inputId" | "isClearable" | "isLoading" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "onInputChange" | "styles" | "fieldId" | "menuMinWidth" | "maxPickerHeight" | "textFieldBackgroundColor" | "loadOptions" | "loadOptionsErrorMessage" | "loadUserSource" | "open" | "onClear" | "subtle" | "noBorder" | "addMoreMessage" | "clearValueLabel" | "allowEmail" | "suggestEmailsForDomain" | "emailLabel" | "disableInput" | "isValidEmail" | "maxOptions" | "ariaLabelledBy" | "ariaLive" | "popupTitle"> & Partial<Pick<Omit<PopupUserPickerProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "width" | "offset" | "isMulti" | "placement" | "rootBoundary" | "boundariesElement" | "shouldFlip">> & Partial<Pick<{
|
|
31
|
-
boundariesElement: string;
|
|
32
|
-
width: number;
|
|
33
|
-
isMulti: boolean;
|
|
34
|
-
offset: number[];
|
|
35
|
-
placement: string;
|
|
36
|
-
rootBoundary: string;
|
|
37
|
-
shouldFlip: boolean;
|
|
38
|
-
}, never>> & React.RefAttributes<any>>;
|
|
39
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
import { ValueContainerProps } from '@atlaskit/select';
|
|
5
|
-
import { User, Option } from '../types';
|
|
6
|
-
export declare class SingleValueContainer extends React.Component<ValueContainerProps<Option<User>>> {
|
|
7
|
-
private renderAvatar;
|
|
8
|
-
render(): jsx.JSX.Element;
|
|
9
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Team } from '../../types';
|
|
4
|
-
export type TeamOptionProps = {
|
|
5
|
-
team: Team;
|
|
6
|
-
isSelected: boolean;
|
|
7
|
-
};
|
|
8
|
-
export declare class TeamOption extends React.PureComponent<TeamOptionProps> {
|
|
9
|
-
private getPrimaryText;
|
|
10
|
-
private renderByline;
|
|
11
|
-
private getBylineComponent;
|
|
12
|
-
private renderAvatar;
|
|
13
|
-
private getLozengeProps;
|
|
14
|
-
private renderCustomByLine;
|
|
15
|
-
render(): jsx.JSX.Element;
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { User } from '../types';
|
|
4
|
-
export type UserOptionProps = {
|
|
5
|
-
user: User;
|
|
6
|
-
status?: string;
|
|
7
|
-
isSelected: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare class UserOption extends React.PureComponent<UserOptionProps> {
|
|
10
|
-
getPrimaryText: () => jsx.JSX.Element[];
|
|
11
|
-
renderSecondaryText: () => jsx.JSX.Element | undefined;
|
|
12
|
-
private renderAvatar;
|
|
13
|
-
private getLozengeProps;
|
|
14
|
-
render(): jsx.JSX.Element;
|
|
15
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { UserPickerProps } from '../types';
|
|
3
|
-
export declare class UserPickerWithoutAnalytics extends React.Component<UserPickerProps> {
|
|
4
|
-
ufoId: string;
|
|
5
|
-
constructor(props: UserPickerProps);
|
|
6
|
-
static defaultProps: {
|
|
7
|
-
width: number;
|
|
8
|
-
isMulti: boolean;
|
|
9
|
-
};
|
|
10
|
-
componentDidMount(): void;
|
|
11
|
-
render(): JSX.Element;
|
|
12
|
-
}
|
|
13
|
-
export declare const UserPicker: React.ForwardRefExoticComponent<Pick<Omit<UserPickerProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "options" | "search" | "name" | "anchor" | "footer" | "appearance" | "onSelection" | "onClose" | "defaultValue" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "value" | "autoFocus" | "noOptionsMessage" | "isDisabled" | "captureMenuScroll" | "closeMenuOnScroll" | "inputId" | "isClearable" | "isLoading" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "onInputChange" | "styles" | "fieldId" | "menuMinWidth" | "maxPickerHeight" | "textFieldBackgroundColor" | "loadOptions" | "loadOptionsErrorMessage" | "loadUserSource" | "open" | "onClear" | "subtle" | "noBorder" | "addMoreMessage" | "clearValueLabel" | "allowEmail" | "suggestEmailsForDomain" | "emailLabel" | "disableInput" | "isValidEmail" | "maxOptions" | "ariaLabelledBy" | "ariaLive"> & Partial<Pick<Omit<UserPickerProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "width" | "isMulti">> & Partial<Pick<{
|
|
14
|
-
width: number;
|
|
15
|
-
isMulti: boolean;
|
|
16
|
-
}, never>> & React.RefAttributes<any>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function batchByKey<T>(callback: (key: string, args: T[][]) => void): (key: string, ...args: T[]) => void;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ClearIndicator } from './ClearIndicator';
|
|
3
|
-
import { MultiValue } from './MultiValue';
|
|
4
|
-
import { MultiValueContainer } from './MultiValueContainer';
|
|
5
|
-
import { Input } from './Input';
|
|
6
|
-
import { SingleValueContainer } from './SingleValueContainer';
|
|
7
|
-
import { PopupInput } from './PopupInput';
|
|
8
|
-
import { PopupControl } from './PopupControl';
|
|
9
|
-
import { Menu } from './Menu';
|
|
10
|
-
/**
|
|
11
|
-
* Memoize getComponents to avoid rerenders.
|
|
12
|
-
*/
|
|
13
|
-
export declare const getComponents: import("memoize-one").MemoizedFn<(multi?: boolean, anchor?: React.ComponentType<any>) => {
|
|
14
|
-
Control: import("react").ComponentType<any>;
|
|
15
|
-
Option: import("react").FC<import("./Option").OptionProps>;
|
|
16
|
-
MultiValue?: undefined;
|
|
17
|
-
DropdownIndicator?: undefined;
|
|
18
|
-
SingleValue?: undefined;
|
|
19
|
-
ClearIndicator?: undefined;
|
|
20
|
-
ValueContainer?: undefined;
|
|
21
|
-
Input?: undefined;
|
|
22
|
-
Menu?: undefined;
|
|
23
|
-
} | {
|
|
24
|
-
MultiValue: typeof MultiValue;
|
|
25
|
-
DropdownIndicator: null;
|
|
26
|
-
SingleValue: (props: import("./SingleValue").Props) => import("@emotion/react").jsx.JSX.Element | null;
|
|
27
|
-
ClearIndicator: typeof ClearIndicator | null;
|
|
28
|
-
Option: import("react").FC<import("./Option").OptionProps>;
|
|
29
|
-
ValueContainer: typeof MultiValueContainer | typeof SingleValueContainer;
|
|
30
|
-
Input: typeof Input;
|
|
31
|
-
Menu: typeof Menu;
|
|
32
|
-
Control?: undefined;
|
|
33
|
-
}>;
|
|
34
|
-
export declare const getPopupComponents: import("memoize-one").MemoizedFn<(hasPopupTitle: boolean) => {
|
|
35
|
-
DropdownIndicator: null;
|
|
36
|
-
SingleValue: (props: import("./SingleValue").Props) => import("@emotion/react").jsx.JSX.Element | null;
|
|
37
|
-
ClearIndicator: typeof ClearIndicator;
|
|
38
|
-
Option: import("react").FC<import("./Option").OptionProps>;
|
|
39
|
-
ValueContainer: typeof SingleValueContainer;
|
|
40
|
-
Input: typeof PopupInput;
|
|
41
|
-
} | {
|
|
42
|
-
Control: typeof PopupControl;
|
|
43
|
-
DropdownIndicator: null;
|
|
44
|
-
SingleValue: (props: import("./SingleValue").Props) => import("@emotion/react").jsx.JSX.Element | null;
|
|
45
|
-
ClearIndicator: typeof ClearIndicator;
|
|
46
|
-
Option: import("react").FC<import("./Option").OptionProps>;
|
|
47
|
-
ValueContainer: typeof SingleValueContainer;
|
|
48
|
-
Input: typeof PopupInput;
|
|
49
|
-
}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Option } from '../types';
|
|
2
|
-
import { EmailValidator } from './emailValidation';
|
|
3
|
-
declare function creatableProps(isValidEmail?: EmailValidator): {
|
|
4
|
-
allowCreateWhileLoading: boolean;
|
|
5
|
-
createOptionPosition: string;
|
|
6
|
-
isValidNewOption: (inputValue?: string | undefined) => boolean | "" | undefined;
|
|
7
|
-
getNewOptionData: (inputValue: string) => Option<import("../types").OptionData>;
|
|
8
|
-
formatCreateLabel: (inputText?: string | undefined) => string;
|
|
9
|
-
isOptionDisabled: (option: Option<import("../types").OptionData>) => boolean;
|
|
10
|
-
};
|
|
11
|
-
export declare const getCreatableProps: typeof creatableProps;
|
|
12
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Option } from '../types';
|
|
2
|
-
import { EmailValidator } from './emailValidation';
|
|
3
|
-
export declare const getCreatableSuggestedEmailProps: import("memoize-one").MemoizedFn<(emailDomain: string, isValidEmail?: EmailValidator) => {
|
|
4
|
-
allowCreateWhileLoading: boolean;
|
|
5
|
-
createOptionPosition: string;
|
|
6
|
-
isValidNewOption: (inputValue?: string) => boolean | "" | undefined;
|
|
7
|
-
getNewOptionData: (inputValue?: string) => {
|
|
8
|
-
label: string;
|
|
9
|
-
value: string;
|
|
10
|
-
data: {
|
|
11
|
-
id: string;
|
|
12
|
-
name: string;
|
|
13
|
-
type: string;
|
|
14
|
-
suggestion: boolean;
|
|
15
|
-
};
|
|
16
|
-
} | null;
|
|
17
|
-
formatCreateLabel: (inputText?: string) => string;
|
|
18
|
-
isOptionDisabled: (option: Option) => boolean;
|
|
19
|
-
}>;
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
export declare const messages: {
|
|
2
|
-
placeholder: {
|
|
3
|
-
id: string;
|
|
4
|
-
defaultMessage: string;
|
|
5
|
-
description: string;
|
|
6
|
-
};
|
|
7
|
-
addMore: {
|
|
8
|
-
id: string;
|
|
9
|
-
defaultMessage: string;
|
|
10
|
-
description: string;
|
|
11
|
-
};
|
|
12
|
-
remove: {
|
|
13
|
-
id: string;
|
|
14
|
-
defaultMessage: string;
|
|
15
|
-
description: string;
|
|
16
|
-
};
|
|
17
|
-
clear: {
|
|
18
|
-
id: string;
|
|
19
|
-
defaultMessage: string;
|
|
20
|
-
description: string;
|
|
21
|
-
};
|
|
22
|
-
errorMessage: {
|
|
23
|
-
id: string;
|
|
24
|
-
defaultMessage: string;
|
|
25
|
-
description: string;
|
|
26
|
-
};
|
|
27
|
-
memberCountWithoutYou: {
|
|
28
|
-
id: string;
|
|
29
|
-
defaultMessage: string;
|
|
30
|
-
description: string;
|
|
31
|
-
};
|
|
32
|
-
memberCountWithYou: {
|
|
33
|
-
id: string;
|
|
34
|
-
defaultMessage: string;
|
|
35
|
-
description: string;
|
|
36
|
-
};
|
|
37
|
-
plus50MembersWithoutYou: {
|
|
38
|
-
id: string;
|
|
39
|
-
defaultMessage: string;
|
|
40
|
-
description: string;
|
|
41
|
-
};
|
|
42
|
-
plus50MembersWithYou: {
|
|
43
|
-
id: string;
|
|
44
|
-
defaultMessage: string;
|
|
45
|
-
description: string;
|
|
46
|
-
};
|
|
47
|
-
addEmail: {
|
|
48
|
-
id: string;
|
|
49
|
-
defaultMessage: string;
|
|
50
|
-
description: string;
|
|
51
|
-
};
|
|
52
|
-
selectToAddEmail: {
|
|
53
|
-
id: string;
|
|
54
|
-
defaultMessage: string;
|
|
55
|
-
description: string;
|
|
56
|
-
};
|
|
57
|
-
continueToAddEmail: {
|
|
58
|
-
id: string;
|
|
59
|
-
defaultMessage: string;
|
|
60
|
-
description: string;
|
|
61
|
-
};
|
|
62
|
-
groupByline: {
|
|
63
|
-
id: string;
|
|
64
|
-
defaultMessage: string;
|
|
65
|
-
description: string;
|
|
66
|
-
};
|
|
67
|
-
externalUserSourcesHeading: {
|
|
68
|
-
id: string;
|
|
69
|
-
defaultMessage: string;
|
|
70
|
-
description: string;
|
|
71
|
-
};
|
|
72
|
-
externalUserSourcesError: {
|
|
73
|
-
id: string;
|
|
74
|
-
defaultMessage: string;
|
|
75
|
-
description: string;
|
|
76
|
-
};
|
|
77
|
-
slackProvider: {
|
|
78
|
-
id: string;
|
|
79
|
-
defaultMessage: string;
|
|
80
|
-
description: string;
|
|
81
|
-
};
|
|
82
|
-
googleProvider: {
|
|
83
|
-
id: string;
|
|
84
|
-
defaultMessage: string;
|
|
85
|
-
description: string;
|
|
86
|
-
};
|
|
87
|
-
microsoftProvider: {
|
|
88
|
-
id: string;
|
|
89
|
-
defaultMessage: string;
|
|
90
|
-
description: string;
|
|
91
|
-
};
|
|
92
|
-
gitHubProvider: {
|
|
93
|
-
id: string;
|
|
94
|
-
defaultMessage: string;
|
|
95
|
-
description: string;
|
|
96
|
-
};
|
|
97
|
-
jiraSource: {
|
|
98
|
-
id: string;
|
|
99
|
-
defaultMessage: string;
|
|
100
|
-
description: string;
|
|
101
|
-
};
|
|
102
|
-
confluenceSource: {
|
|
103
|
-
id: string;
|
|
104
|
-
defaultMessage: string;
|
|
105
|
-
description: string;
|
|
106
|
-
};
|
|
107
|
-
otherAtlassianSource: {
|
|
108
|
-
id: string;
|
|
109
|
-
defaultMessage: string;
|
|
110
|
-
description: string;
|
|
111
|
-
};
|
|
112
|
-
memberLozengeText: {
|
|
113
|
-
id: string;
|
|
114
|
-
defaultMessage: string;
|
|
115
|
-
description: string;
|
|
116
|
-
};
|
|
117
|
-
guestLozengeText: {
|
|
118
|
-
id: string;
|
|
119
|
-
defaultMessage: string;
|
|
120
|
-
description: string;
|
|
121
|
-
};
|
|
122
|
-
guestUserLozengeTooltip: {
|
|
123
|
-
id: string;
|
|
124
|
-
defaultMessage: string;
|
|
125
|
-
description: string;
|
|
126
|
-
};
|
|
127
|
-
guestGroupLozengeTooltip: {
|
|
128
|
-
id: string;
|
|
129
|
-
defaultMessage: string;
|
|
130
|
-
description: string;
|
|
131
|
-
};
|
|
132
|
-
};
|