@atlaskit/util-data-test 17.8.4 → 17.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/emoji/emoji-repository-usage-clear.js +1 -1
- package/dist/cjs/emoji/get-atlassian-emojis.js +1 -1
- package/dist/cjs/emoji/get-emoji-provider.js +2 -2
- package/dist/cjs/emoji/get-emoji-repository.js +1 -1
- package/dist/cjs/emoji/get-emoji-resource-standard-atlassian.js +1 -1
- package/dist/cjs/emoji/get-emojis.js +1 -1
- package/dist/cjs/emoji/get-site-emojis.js +1 -1
- package/dist/cjs/emoji/get-standard-emojis.js +1 -1
- package/dist/cjs/emoji-test/get-test-emojis.js +1 -1
- package/dist/cjs/emoji-test/test-emoji-repository.js +2 -2
- package/dist/cjs/mention/create-mock-mention-name-resolver.js +1 -1
- package/dist/cjs/mention/mock-mention-name-client.js +1 -1
- package/dist/cjs/mention/mock-mention-resource-with-info-hints.js +1 -1
- package/dist/cjs/mention/mock-mention-resource.js +1 -1
- package/dist/cjs/mention/mock-presence-resource.js +1 -1
- package/dist/es2019/emoji/emoji-repository-usage-clear.js +1 -1
- package/dist/es2019/emoji/get-atlassian-emojis.js +1 -1
- package/dist/es2019/emoji/get-emoji-provider.js +2 -2
- package/dist/es2019/emoji/get-emoji-repository.js +1 -1
- package/dist/es2019/emoji/get-emoji-resource-standard-atlassian.js +1 -1
- package/dist/es2019/emoji/get-emojis.js +1 -1
- package/dist/es2019/emoji/get-site-emojis.js +1 -1
- package/dist/es2019/emoji/get-standard-emojis.js +1 -1
- package/dist/es2019/emoji-test/get-test-emojis.js +1 -1
- package/dist/es2019/emoji-test/test-emoji-repository.js +2 -2
- package/dist/es2019/mention/create-mock-mention-name-resolver.js +1 -1
- package/dist/es2019/mention/mock-mention-name-client.js +1 -1
- package/dist/es2019/mention/mock-mention-resource-with-info-hints.js +1 -1
- package/dist/es2019/mention/mock-mention-resource.js +1 -1
- package/dist/es2019/mention/mock-presence-resource.js +1 -1
- package/dist/esm/emoji/emoji-repository-usage-clear.js +1 -1
- package/dist/esm/emoji/get-atlassian-emojis.js +1 -1
- package/dist/esm/emoji/get-emoji-provider.js +2 -2
- package/dist/esm/emoji/get-emoji-repository.js +1 -1
- package/dist/esm/emoji/get-emoji-resource-standard-atlassian.js +1 -1
- package/dist/esm/emoji/get-emojis.js +1 -1
- package/dist/esm/emoji/get-site-emojis.js +1 -1
- package/dist/esm/emoji/get-standard-emojis.js +1 -1
- package/dist/esm/emoji-test/get-test-emojis.js +1 -1
- package/dist/esm/emoji-test/test-emoji-repository.js +2 -2
- package/dist/esm/mention/create-mock-mention-name-resolver.js +1 -1
- package/dist/esm/mention/mock-mention-name-client.js +1 -1
- package/dist/esm/mention/mock-mention-resource-with-info-hints.js +1 -1
- package/dist/esm/mention/mock-mention-resource.js +1 -1
- package/dist/esm/mention/mock-presence-resource.js +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 +5 -2
- package/dist/cjs/version.json +0 -4
- package/dist/es2019/version.json +0 -4
- package/dist/esm/version.json +0 -4
- 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,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
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { Placement } from '@atlaskit/popper';
|
|
2
|
-
import { Target, BoundariesElement, RootBoundary } from '../types';
|
|
3
|
-
export declare const getPopupProps: import("memoize-one").MemoizedFn<(width: string | number, target: Target, onFlip: (data: any) => any, boundariesElement?: BoundariesElement, offset?: number[], placement?: Placement, rootBoundary?: RootBoundary, shouldFlip?: boolean, popupTitle?: string) => {
|
|
4
|
-
searchThreshold: number;
|
|
5
|
-
controlShouldRenderValue: boolean;
|
|
6
|
-
minMenuWidth: string | number;
|
|
7
|
-
maxMenuWidth: string | number;
|
|
8
|
-
autoFocus: boolean;
|
|
9
|
-
target: Target;
|
|
10
|
-
popupTitle: string | undefined;
|
|
11
|
-
popperProps: {
|
|
12
|
-
placement: Placement;
|
|
13
|
-
strategy: string;
|
|
14
|
-
modifiers: ({
|
|
15
|
-
name: string;
|
|
16
|
-
options: {
|
|
17
|
-
offset: number[] | undefined;
|
|
18
|
-
rootBoundary?: undefined;
|
|
19
|
-
boundary?: undefined;
|
|
20
|
-
};
|
|
21
|
-
enabled?: undefined;
|
|
22
|
-
order?: undefined;
|
|
23
|
-
fn?: undefined;
|
|
24
|
-
} | {
|
|
25
|
-
name: string;
|
|
26
|
-
enabled: boolean;
|
|
27
|
-
order: number;
|
|
28
|
-
fn: (data: any) => any;
|
|
29
|
-
options?: undefined;
|
|
30
|
-
} | {
|
|
31
|
-
name: string;
|
|
32
|
-
options: {
|
|
33
|
-
rootBoundary: RootBoundary | undefined;
|
|
34
|
-
boundary: BoundariesElement | undefined;
|
|
35
|
-
offset?: undefined;
|
|
36
|
-
};
|
|
37
|
-
enabled?: undefined;
|
|
38
|
-
order?: undefined;
|
|
39
|
-
fn?: undefined;
|
|
40
|
-
} | {
|
|
41
|
-
name: string;
|
|
42
|
-
enabled: boolean | undefined;
|
|
43
|
-
options?: undefined;
|
|
44
|
-
order?: undefined;
|
|
45
|
-
fn?: undefined;
|
|
46
|
-
})[];
|
|
47
|
-
};
|
|
48
|
-
}>;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { StylesConfig } from '@atlaskit/select';
|
|
2
|
-
export declare const BORDER_PADDING = 6;
|
|
3
|
-
export declare const AVATAR_PADDING = 6;
|
|
4
|
-
export declare const INDICATOR_WIDTH = 39;
|
|
5
|
-
export declare const getStyles: import("memoize-one").MemoizedFn<(width: string | number, isMulti?: boolean, isCompact?: boolean, overrideStyles?: StylesConfig) => {
|
|
6
|
-
menu: (css: any, state: any) => any;
|
|
7
|
-
control: (css: any, state: any) => any;
|
|
8
|
-
clearIndicator: ({ paddingTop, paddingBottom, paddingLeft, paddingRight, ...css }: any) => any;
|
|
9
|
-
indicatorsContainer: (css: any) => any;
|
|
10
|
-
valueContainer: ({ paddingTop, paddingBottom, position, ...css }: any, state: any) => any;
|
|
11
|
-
multiValue: (css: any) => any;
|
|
12
|
-
multiValueLabel: (css: any) => any;
|
|
13
|
-
multiValueRemove: (css: any) => any;
|
|
14
|
-
placeholder: (css: any, state: any) => any;
|
|
15
|
-
option: (css: any) => any;
|
|
16
|
-
input: (css: any, state: any) => any;
|
|
17
|
-
singleValue: (css: any) => any;
|
|
18
|
-
} | {
|
|
19
|
-
clearIndicator?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").ClearIndicatorProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
20
|
-
container?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").ContainerProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
21
|
-
control?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").ControlProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
22
|
-
dropdownIndicator?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").DropdownIndicatorProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
23
|
-
group?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").GroupProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
24
|
-
groupHeading?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").GroupHeadingProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
25
|
-
indicatorsContainer?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").IndicatorsContainerProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
26
|
-
indicatorSeparator?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").IndicatorSeparatorProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
27
|
-
input?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").InputProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
28
|
-
loadingIndicator?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").LoadingIndicatorProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
29
|
-
loadingMessage?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").NoticeProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
30
|
-
menu?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").MenuProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
31
|
-
menuList?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").MenuListProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
32
|
-
menuPortal?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select/dist/declarations/src/components/Menu").PortalStyleArgs> | undefined;
|
|
33
|
-
multiValue?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").MultiValueProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
34
|
-
multiValueLabel?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").MultiValueProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
35
|
-
multiValueRemove?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").MultiValueProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
36
|
-
noOptionsMessage?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").NoticeProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
37
|
-
option?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").OptionProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
38
|
-
placeholder?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").PlaceholderProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
39
|
-
singleValue?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("@atlaskit/select").SingleValueProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
40
|
-
valueContainer?: import("react-select/dist/declarations/src/styles").StylesConfigFunction<import("react-select").ValueContainerProps<import("@atlaskit/select").OptionType, false, import("@atlaskit/select").GroupType<import("@atlaskit/select").OptionType>>> | undefined;
|
|
41
|
-
}>;
|
|
42
|
-
export declare const getPopupStyles: import("memoize-one").MemoizedFn<(width: string | number, isMulti?: boolean, overrideStyles?: StylesConfig) => StylesConfig<import("@atlaskit/select").OptionType, false>>;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { ReactChild, ReactElement, ReactNode } from 'react';
|
|
2
|
-
import { AtlaskitSelectValue, ExternalUser, Custom, Email, Option, OptionData, Promisable, Team, Group, User, OptionIdentifier, DefaultValue, LozengeProps } from '../types';
|
|
3
|
-
export declare const isExternalUser: (option: OptionData) => option is ExternalUser;
|
|
4
|
-
export declare const isUser: (option: OptionData) => option is User;
|
|
5
|
-
export declare const isTeam: (option: OptionData) => option is Team;
|
|
6
|
-
export declare const isGroup: (option: OptionData) => option is Group;
|
|
7
|
-
export declare const isEmail: (option: OptionData) => option is Email;
|
|
8
|
-
export declare const isCustom: (option: OptionData) => option is Custom;
|
|
9
|
-
export declare const isDefaultValuePopulated: (value?: DefaultValue) => boolean;
|
|
10
|
-
export declare const optionToSelectableOption: (option: OptionData | OptionIdentifier) => Option;
|
|
11
|
-
export declare const extractOptionValue: (value: AtlaskitSelectValue) => OptionData | OptionData[] | undefined;
|
|
12
|
-
export declare const isIterable: (a: any) => a is Iterable<Promisable<OptionData | OptionData[]>>;
|
|
13
|
-
export declare const getOptions: import("memoize-one").MemoizedFn<(options: OptionData[]) => Option<OptionData>[]>;
|
|
14
|
-
export interface OptionToSelectableOptions {
|
|
15
|
-
(defaultValue: OptionData): Option;
|
|
16
|
-
(defaultValue: OptionData[]): Option[];
|
|
17
|
-
(defaultValue?: null): null;
|
|
18
|
-
(defaultValue?: DefaultValue): Option | Option[] | null | undefined;
|
|
19
|
-
}
|
|
20
|
-
export declare const optionToSelectableOptions: OptionToSelectableOptions;
|
|
21
|
-
export declare const getAvatarSize: (appearance: string) => 'xsmall' | 'small' | 'medium';
|
|
22
|
-
export declare const isChildInput: (child: ReactChild) => child is ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
23
|
-
export declare const isSingleValue: (value?: AtlaskitSelectValue) => value is Option<OptionData>;
|
|
24
|
-
export declare const hasValue: (value?: string) => value is string;
|
|
25
|
-
export declare const callCallback: <U extends any[], R>(callback: ((...U: U) => R) | undefined, ...args: U) => R | undefined;
|
|
26
|
-
export declare const getAvatarUrl: (optionData: OptionData) => string | undefined;
|
|
27
|
-
export declare const isPopupUserPickerByComponent: (SelectComponent: React.ComponentClass<any>) => boolean;
|
|
28
|
-
export declare const isPopupUserPickerByProps: (selectProps: any) => boolean;
|
|
29
|
-
export declare const isLozengeText: (lozengeProp: ReactNode | LozengeProps) => lozengeProp is LozengeProps;
|
|
@@ -1,35 +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.user-picker.email.add': string;
|
|
9
|
-
'fabric.elements.user-picker.email.add.potential': string;
|
|
10
|
-
'fabric.elements.user-picker.email.select.to.add': string;
|
|
11
|
-
'fabric.elements.user-picker.error.message': string;
|
|
12
|
-
'fabric.elements.user-picker.external.sourced.error': string;
|
|
13
|
-
'fabric.elements.user-picker.external.sourced.from': string;
|
|
14
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
15
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
16
|
-
'fabric.elements.user-picker.group.byline': string;
|
|
17
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
18
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
19
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
20
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
21
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
22
|
-
'fabric.elements.user-picker.multi.remove-item': string;
|
|
23
|
-
'fabric.elements.user-picker.placeholder': string;
|
|
24
|
-
'fabric.elements.user-picker.placeholder.add-more': string;
|
|
25
|
-
'fabric.elements.user-picker.single.clear': string;
|
|
26
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
27
|
-
'fabric.elements.user-picker.source.confluence': string;
|
|
28
|
-
'fabric.elements.user-picker.source.jira': string;
|
|
29
|
-
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
30
|
-
'fabric.elements.user-picker.team.member.50plus': string;
|
|
31
|
-
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
32
|
-
'fabric.elements.user-picker.team.member.count': string;
|
|
33
|
-
'fabric.elements.user-picker.team.member.count.including.you': string;
|
|
34
|
-
};
|
|
35
|
-
export default _default;
|