@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,29 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { MessageDescriptor } from 'react-intl-next';
|
|
3
|
-
export type Formatter = (props: {
|
|
4
|
-
values?: {
|
|
5
|
-
[k: string]: string;
|
|
6
|
-
};
|
|
7
|
-
children?(props: string): React.ReactElement;
|
|
8
|
-
}) => React.ReactElement | null;
|
|
9
|
-
type FormatterFactory = (messageDescriptor: MessageDescriptor) => Formatter;
|
|
10
|
-
export declare const propFormatter: FormatterFactory;
|
|
11
|
-
export declare const UnknownUserError: Formatter;
|
|
12
|
-
export declare const NoAccessWarning: Formatter;
|
|
13
|
-
export declare const NoAccessLabel: Formatter;
|
|
14
|
-
export declare const DefaultHeadline: Formatter;
|
|
15
|
-
export declare const DefaultAdvisedAction: Formatter;
|
|
16
|
-
export declare const LoginAgain: Formatter;
|
|
17
|
-
export declare const DifferentText: Formatter;
|
|
18
|
-
/**
|
|
19
|
-
* Tries to get the most specific messages bundle for a given locale.
|
|
20
|
-
*
|
|
21
|
-
* Strategy:
|
|
22
|
-
* 1. Try to find messages with the exact string (i.e. 'fr_FR')
|
|
23
|
-
* 2. If that doesn't work, try to find messages for the country locale (i.e. 'fr')
|
|
24
|
-
* 3. If that doesn't work, return english messages as a fallback.
|
|
25
|
-
*
|
|
26
|
-
* @param locale string specifying the locale like 'en_GB', or 'fr'.
|
|
27
|
-
*/
|
|
28
|
-
export declare const getMessagesForLocale: (locale: string) => Promise<Record<string, string>>;
|
|
29
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const padArray: (arr: any[], size: number, value: any) => any[];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { MouseEvent } from 'react';
|
|
2
|
-
export interface Position {
|
|
3
|
-
x: number;
|
|
4
|
-
y: number;
|
|
5
|
-
}
|
|
6
|
-
export declare function mouseLocation(event: MouseEvent<any>): Position;
|
|
7
|
-
export declare function actualMouseMove(oldPosition: Position | undefined, newPosition: Position): boolean;
|
|
8
|
-
export declare function leftClick(event: MouseEvent<any>): boolean;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export declare const fabricElementsChannel = "fabric-elements";
|
|
2
|
-
export declare const createAndFireEventInElementsChannel: (payload: import("@atlaskit/analytics-next").AnalyticsEventPayload) => (createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent) => import("@atlaskit/analytics-next").UIAnalyticsEvent;
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { BaseItem, ServiceTaskState, DecisionState, Handler, ObjectKey, PubSubClient, RecentUpdateContext, RecentUpdatesId, RecentUpdatesListener, ServiceTask, TaskDecisionProvider, TaskDecisionResourceConfig, TaskState, ServiceItem } from '../types';
|
|
2
|
-
export declare const ACTION_CREATED_FPS_EVENT = "avi:task-decision-service:created:action";
|
|
3
|
-
export declare const ACTION_EDITED_FPS_EVENT = "avi:task-decision-service:edited:action";
|
|
4
|
-
export declare const ACTION_DELETED_FPS_EVENT = "avi:task-decision-service:deleted:action";
|
|
5
|
-
export declare const ACTION_ARCHIVED_FPS_EVENT = "avi:task-decision-service:archived:action";
|
|
6
|
-
export declare const ACTION_STATE_CHANGED_FPS_EVENT = "avi:task-decision-service:stateChanged:action";
|
|
7
|
-
export declare const DECISION_CREATED_FPS_EVENT = "avi:task-decision-service:created:decision";
|
|
8
|
-
export declare const DECISION_EDITED_FPS_EVENT = "avi:task-decision-service:edited:decision";
|
|
9
|
-
export declare const DECISION_DELETED_FPS_EVENT = "avi:task-decision-service:deleted:decision";
|
|
10
|
-
export declare const DECISION_ARCHIVED_FPS_EVENT = "avi:task-decision-service:archived:decision";
|
|
11
|
-
export declare const DECISION_STATE_CHANGED_FPS_EVENT = "avi:task-decision-service:stateChanged:decision";
|
|
12
|
-
export declare const ACTION_DECISION_FPS_EVENTS = "avi:task-decision-service:*:*";
|
|
13
|
-
export declare class RecentUpdates {
|
|
14
|
-
private idsByContainer;
|
|
15
|
-
private listenersById;
|
|
16
|
-
private pubSubClient?;
|
|
17
|
-
constructor(pubSubClient?: PubSubClient);
|
|
18
|
-
subscribe(objectAri: string, recentUpdatesListener: RecentUpdatesListener): void;
|
|
19
|
-
unsubscribe(unsubscribeId: RecentUpdatesId): void;
|
|
20
|
-
notify(recentUpdateContext: RecentUpdateContext): void;
|
|
21
|
-
onPubSubEvent: (_event: string, payload: ServiceItem) => void;
|
|
22
|
-
destroy(): void;
|
|
23
|
-
private subscribeToPubSubEvents;
|
|
24
|
-
private unsubscribeFromPubSubEvents;
|
|
25
|
-
}
|
|
26
|
-
export declare class ItemStateManager {
|
|
27
|
-
private debouncedTaskStateQuery;
|
|
28
|
-
private debouncedTaskToggle;
|
|
29
|
-
private serviceConfig;
|
|
30
|
-
private subscribers;
|
|
31
|
-
private trackedObjectKeys;
|
|
32
|
-
private cachedItems;
|
|
33
|
-
private batchedKeys;
|
|
34
|
-
constructor(serviceConfig: TaskDecisionResourceConfig);
|
|
35
|
-
destroy(): void;
|
|
36
|
-
toggleTask(objectKey: ObjectKey, state: TaskState): Promise<TaskState>;
|
|
37
|
-
refreshAllTasks(): void;
|
|
38
|
-
subscribe(objectKey: ObjectKey, handler: Handler, item?: BaseItem<TaskState | DecisionState>): void;
|
|
39
|
-
unsubscribe(objectKey: ObjectKey, handler: Handler): void;
|
|
40
|
-
getTaskState(keys: ObjectKey[]): Promise<ServiceTaskState[]>;
|
|
41
|
-
notifyUpdated(objectKey: ObjectKey, state: TaskState | DecisionState): void;
|
|
42
|
-
onTaskUpdatedEvent: (_event: string, payload: ServiceTask) => void;
|
|
43
|
-
onReconnect: () => void;
|
|
44
|
-
private updateCache;
|
|
45
|
-
private getCached;
|
|
46
|
-
private subscribeToPubSubEvents;
|
|
47
|
-
private unsubscribeFromPubSubEvents;
|
|
48
|
-
private queueAllItems;
|
|
49
|
-
private queueItem;
|
|
50
|
-
private dequeueItem;
|
|
51
|
-
private scheduleGetTaskState;
|
|
52
|
-
}
|
|
53
|
-
export default class TaskDecisionResource implements TaskDecisionProvider {
|
|
54
|
-
private recentUpdates;
|
|
55
|
-
private itemStateManager;
|
|
56
|
-
constructor(serviceConfig: TaskDecisionResourceConfig);
|
|
57
|
-
unsubscribeRecentUpdates(id: RecentUpdatesId): void;
|
|
58
|
-
notifyRecentUpdates(recentUpdateContext: RecentUpdateContext): void;
|
|
59
|
-
toggleTask(objectKey: ObjectKey, state: TaskState): Promise<TaskState>;
|
|
60
|
-
subscribe(objectKey: ObjectKey, handler: Handler, item?: BaseItem<TaskState | DecisionState>): void;
|
|
61
|
-
unsubscribe(objectKey: ObjectKey, handler: Handler): void;
|
|
62
|
-
/**
|
|
63
|
-
* Usually only needed for testing to ensure no outstanding requests
|
|
64
|
-
* are sent to a server (typically mocked).
|
|
65
|
-
*/
|
|
66
|
-
destroy(): void;
|
|
67
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ServiceTask, Task, ServiceTaskState, BaseItem, TaskState } from '../types';
|
|
2
|
-
export declare const convertServiceTaskToTask: (serviceTask: ServiceTask) => Task;
|
|
3
|
-
export declare const convertServiceTaskStateToBaseItem: (serviceTaskInfo: ServiceTaskState) => BaseItem<TaskState>;
|
|
4
|
-
export declare const findIndex: (array: any[], predicate: (item: any) => boolean) => number;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import { jsx } from '@emotion/react';
|
|
3
|
-
import { Appearance, ContentRef } from '../types';
|
|
4
|
-
export interface Props {
|
|
5
|
-
children?: any;
|
|
6
|
-
contentRef?: ContentRef;
|
|
7
|
-
placeholder?: string;
|
|
8
|
-
showPlaceholder?: boolean;
|
|
9
|
-
appearance?: Appearance;
|
|
10
|
-
dataAttributes?: {
|
|
11
|
-
[key: string]: string | number;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
declare const DecisionItem: ({ appearance, children, contentRef, placeholder, showPlaceholder, dataAttributes, }: Props) => jsx.JSX.Element;
|
|
15
|
-
export default DecisionItem;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import { PureComponent, ReactNode } from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
export interface Props {
|
|
5
|
-
children?: ReactNode;
|
|
6
|
-
}
|
|
7
|
-
export default class DecisionList extends PureComponent<Props, {}> {
|
|
8
|
-
render(): jsx.JSX.Element | null;
|
|
9
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import { PureComponent } from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
import { Appearance, ContentRef, TaskType, DecisionType } from '../types';
|
|
5
|
-
import type { Theme } from '@atlaskit/theme/types';
|
|
6
|
-
export interface Props {
|
|
7
|
-
icon: JSX.Element;
|
|
8
|
-
itemType: TaskType | DecisionType;
|
|
9
|
-
children?: any;
|
|
10
|
-
appearance?: Appearance;
|
|
11
|
-
contentRef?: ContentRef;
|
|
12
|
-
placeholder?: string;
|
|
13
|
-
showPlaceholder?: boolean;
|
|
14
|
-
dataAttributes?: {
|
|
15
|
-
[key: string]: string | number;
|
|
16
|
-
};
|
|
17
|
-
checkBoxId?: string;
|
|
18
|
-
theme: Theme;
|
|
19
|
-
}
|
|
20
|
-
export default class Item extends PureComponent<Props, {}> {
|
|
21
|
-
static defaultProps: Partial<Props>;
|
|
22
|
-
private renderPlaceholder;
|
|
23
|
-
renderMessageAppearance(): jsx.JSX.Element | null;
|
|
24
|
-
render(): jsx.JSX.Element | null;
|
|
25
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { PureComponent } from 'react';
|
|
2
|
-
import { Appearance, ContentRef, TaskDecisionProvider } from '../types';
|
|
3
|
-
export interface Props {
|
|
4
|
-
taskId: string;
|
|
5
|
-
isDone?: boolean;
|
|
6
|
-
isRenderer?: boolean;
|
|
7
|
-
onChange?: (taskId: string, isChecked: boolean) => void;
|
|
8
|
-
contentRef?: ContentRef;
|
|
9
|
-
children?: any;
|
|
10
|
-
taskDecisionProvider?: Promise<TaskDecisionProvider>;
|
|
11
|
-
objectAri?: string;
|
|
12
|
-
showPlaceholder?: boolean;
|
|
13
|
-
placeholder?: string;
|
|
14
|
-
appearance?: Appearance;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
dataAttributes?: {
|
|
17
|
-
[key: string]: string | number;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
export interface State {
|
|
21
|
-
isDone?: boolean;
|
|
22
|
-
}
|
|
23
|
-
export default class ResourcedTaskItem extends PureComponent<Props, State> {
|
|
24
|
-
static defaultProps: Partial<Props>;
|
|
25
|
-
private mounted;
|
|
26
|
-
constructor(props: Props);
|
|
27
|
-
componentDidMount(): void;
|
|
28
|
-
UNSAFE_componentWillReceiveProps(nextProps: Props): void;
|
|
29
|
-
componentWillUnmount(): void;
|
|
30
|
-
private subscribe;
|
|
31
|
-
private unsubscribe;
|
|
32
|
-
private onUpdate;
|
|
33
|
-
private handleOnChange;
|
|
34
|
-
render(): JSX.Element;
|
|
35
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Appearance, ContentRef } from '../types';
|
|
4
|
-
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
5
|
-
export interface Props {
|
|
6
|
-
taskId: string;
|
|
7
|
-
isDone?: boolean;
|
|
8
|
-
isRenderer?: boolean;
|
|
9
|
-
onChange?: (taskId: string, isChecked: boolean) => void;
|
|
10
|
-
contentRef?: ContentRef;
|
|
11
|
-
children?: any;
|
|
12
|
-
placeholder?: string;
|
|
13
|
-
showPlaceholder?: boolean;
|
|
14
|
-
appearance?: Appearance;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
dataAttributes?: {
|
|
17
|
-
[key: string]: string | number;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
declare const _default: React.ForwardRefExoticComponent<Omit<Props & WithAnalyticsEventsProps, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
21
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PureComponent, ReactNode } from 'react';
|
|
2
|
-
import { jsx } from '@emotion/react';
|
|
3
|
-
export interface Props {
|
|
4
|
-
listId?: string;
|
|
5
|
-
children?: ReactNode;
|
|
6
|
-
}
|
|
7
|
-
export default class TaskList extends PureComponent<Props, {}> {
|
|
8
|
-
render(): jsx.JSX.Element | null;
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Theme } from '@atlaskit/theme/types';
|
|
2
|
-
export declare const listStyles: import("@emotion/react").SerializedStyles;
|
|
3
|
-
export declare const taskListStyles: import("@emotion/react").SerializedStyles;
|
|
4
|
-
export declare const contentStyles: import("@emotion/react").SerializedStyles;
|
|
5
|
-
export declare const taskStyles: import("@emotion/react").SerializedStyles;
|
|
6
|
-
export declare const decisionStyles: (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
7
|
-
export declare const placeholderStyles: (offset: number) => import("@emotion/react").SerializedStyles;
|
|
8
|
-
/**
|
|
9
|
-
* References packages/design-system/checkbox/src/checkbox.tsx
|
|
10
|
-
* To be used until mobile editor does not require legacy themed() API anymore,
|
|
11
|
-
* which will allow migration to use @atlaskit/checkbox instead
|
|
12
|
-
*/
|
|
13
|
-
export declare const checkboxStyles: (isRenderer: boolean | undefined) => (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Styles taken from packages/design-system/checkbox/src/internal/theme.tsx
|
|
3
|
-
* To be used until mobile editor does not require legacy themed() API anymore
|
|
4
|
-
*/
|
|
5
|
-
declare const checkboxTheme: {
|
|
6
|
-
light: {
|
|
7
|
-
borderColor: {
|
|
8
|
-
rest: "var(--ds-border-input)";
|
|
9
|
-
hovered: "var(--ds-border-input)";
|
|
10
|
-
disabled: "var(--ds-background-disabled)";
|
|
11
|
-
checked: "var(--ds-background-selected-bold)";
|
|
12
|
-
active: "var(--ds-border)";
|
|
13
|
-
focused: "var(--ds-border-focused)";
|
|
14
|
-
hoveredAndChecked: "var(--ds-background-selected-bold-hovered)";
|
|
15
|
-
};
|
|
16
|
-
boxColor: {
|
|
17
|
-
rest: "var(--ds-background-input)";
|
|
18
|
-
hovered: "var(--ds-background-input-hovered)";
|
|
19
|
-
disabled: "var(--ds-background-disabled)";
|
|
20
|
-
active: "var(--ds-background-input-pressed)";
|
|
21
|
-
hoveredAndChecked: "var(--ds-background-selected-bold-hovered)";
|
|
22
|
-
checked: "var(--ds-background-selected-bold)";
|
|
23
|
-
};
|
|
24
|
-
tickColor: {
|
|
25
|
-
disabledAndChecked: "var(--ds-icon-disabled)";
|
|
26
|
-
activeAndChecked: "var(--ds-icon-inverse)";
|
|
27
|
-
checked: "var(--ds-icon-inverse)";
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* Fallback colours for dark mode taken from
|
|
32
|
-
* packages/design-system/tokens/src/artifacts/themes/atlassian-dark.tsx
|
|
33
|
-
* To be used to keep mobile / web checkbox dark mode consistent
|
|
34
|
-
* until mobile editor does not require legacy themed() API anymore
|
|
35
|
-
*/
|
|
36
|
-
dark: {
|
|
37
|
-
borderColor: {
|
|
38
|
-
rest: "var(--ds-border-input)";
|
|
39
|
-
hovered: "var(--ds-border-input)";
|
|
40
|
-
disabled: "var(--ds-background-disabled)";
|
|
41
|
-
checked: "var(--ds-background-selected-bold)";
|
|
42
|
-
active: "var(--ds-border)";
|
|
43
|
-
focused: "var(--ds-border-focused)";
|
|
44
|
-
hoveredAndChecked: "var(--ds-background-selected-bold-hovered)";
|
|
45
|
-
};
|
|
46
|
-
boxColor: {
|
|
47
|
-
rest: "var(--ds-background-input)";
|
|
48
|
-
hovered: "var(--ds-background-input-hovered)";
|
|
49
|
-
disabled: "var(--ds-background-disabled)";
|
|
50
|
-
active: "var(--ds-background-input-pressed)";
|
|
51
|
-
hoveredAndChecked: "var(--ds-background-selected-bold-hovered)";
|
|
52
|
-
checked: "var(--ds-background-selected-bold)";
|
|
53
|
-
};
|
|
54
|
-
tickColor: {
|
|
55
|
-
disabledAndChecked: "var(--ds-icon-disabled)";
|
|
56
|
-
activeAndChecked: "var(--ds-icon-inverse)";
|
|
57
|
-
checked: "var(--ds-icon-inverse)";
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
export default checkboxTheme;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import DecisionItem from './components/DecisionItem';
|
|
2
|
-
import DecisionList from './components/DecisionList';
|
|
3
|
-
import ResourcedTaskItem from './components/ResourcedTaskItem';
|
|
4
|
-
import TaskDecisionResource from './api/TaskDecisionResource';
|
|
5
|
-
import TaskItem from './components/TaskItem';
|
|
6
|
-
import TaskList from './components/TaskList';
|
|
7
|
-
export { PubSubSpecialEventType } from './types';
|
|
8
|
-
export type { Appearance, ARI, AVI, BaseItem, ContentRef, Cursor, Decision, DecisionState, DecisionStatus, DecisionType, Handler, Item, Meta, ObjectKey, OnUpdate, PubSubClient, PubSubOnEvent, RecentUpdateContext, RecentUpdatesId, RecentUpdatesListener, RenderDocument, RendererContext, ServiceDecision, ServiceDecisionResponse, ServiceItem, ServiceTask, ServiceTaskState, Task, TaskDecisionProvider, TaskDecisionResourceConfig, TaskState, TaskType, UserId, } from './types';
|
|
9
|
-
export { DecisionItem, DecisionList, ResourcedTaskItem, TaskDecisionResource, TaskItem, TaskList, };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseItem, Decision, Item, ObjectKey, ServiceDecision, ServiceTask, Task, TaskState } from './types';
|
|
2
|
-
export declare const isDecision: (item: Item) => item is Decision;
|
|
3
|
-
export declare const isTask: (item: Item) => item is Task;
|
|
4
|
-
export declare const toObjectKey: (item: Item | ServiceDecision | ServiceTask | BaseItem<any>) => ObjectKey;
|
|
5
|
-
export declare const objectKeyToString: (objectKey: ObjectKey) => string;
|
|
6
|
-
export declare const toggleTaskState: (state: TaskState) => TaskState;
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ServiceConfig } from '@atlaskit/util-service-support';
|
|
3
|
-
export type DecisionState = 'DECIDED';
|
|
4
|
-
export type DecisionStatus = 'CREATED';
|
|
5
|
-
export type TaskState = 'TODO' | 'DONE';
|
|
6
|
-
export type Cursor = string;
|
|
7
|
-
export type DecisionType = 'DECISION';
|
|
8
|
-
export type TaskType = 'TASK';
|
|
9
|
-
export interface ContentRef {
|
|
10
|
-
(ref: HTMLElement | null): void;
|
|
11
|
-
}
|
|
12
|
-
export interface ObjectKey {
|
|
13
|
-
localId: string;
|
|
14
|
-
containerAri?: string;
|
|
15
|
-
objectAri: string;
|
|
16
|
-
}
|
|
17
|
-
export interface BaseItem<S> extends ObjectKey {
|
|
18
|
-
state: S;
|
|
19
|
-
lastUpdateDate: Date;
|
|
20
|
-
type: DecisionType | TaskType;
|
|
21
|
-
}
|
|
22
|
-
export interface ServiceDecision {
|
|
23
|
-
creationDate?: string;
|
|
24
|
-
creatorId?: UserId;
|
|
25
|
-
lastUpdaterId?: UserId;
|
|
26
|
-
lastUpdateDate: string;
|
|
27
|
-
localId: string;
|
|
28
|
-
objectAri: string;
|
|
29
|
-
participants?: UserId[];
|
|
30
|
-
state?: DecisionState;
|
|
31
|
-
status: DecisionStatus;
|
|
32
|
-
type: DecisionType;
|
|
33
|
-
}
|
|
34
|
-
export interface Meta {
|
|
35
|
-
cursor?: string;
|
|
36
|
-
}
|
|
37
|
-
export interface ServiceDecisionResponse {
|
|
38
|
-
decisions: ServiceDecision[];
|
|
39
|
-
meta: Meta;
|
|
40
|
-
}
|
|
41
|
-
export type ServiceItem = ServiceDecision | ServiceTask;
|
|
42
|
-
export interface ServiceTaskState {
|
|
43
|
-
lastUpdateDate: string;
|
|
44
|
-
localId: string;
|
|
45
|
-
objectAri: string;
|
|
46
|
-
state: TaskState;
|
|
47
|
-
}
|
|
48
|
-
export interface Decision extends BaseItem<DecisionState> {
|
|
49
|
-
creationDate?: Date;
|
|
50
|
-
creator?: UserId;
|
|
51
|
-
lastUpdater?: UserId;
|
|
52
|
-
lastUpdateDate: Date;
|
|
53
|
-
participants?: UserId[];
|
|
54
|
-
status: DecisionStatus;
|
|
55
|
-
type: DecisionType;
|
|
56
|
-
}
|
|
57
|
-
export type Item = Decision | Task;
|
|
58
|
-
export type UserId = string;
|
|
59
|
-
export interface ServiceTask {
|
|
60
|
-
creationDate?: string;
|
|
61
|
-
creatorId?: UserId;
|
|
62
|
-
lastUpdaterId?: UserId;
|
|
63
|
-
lastUpdateDate: string;
|
|
64
|
-
localId: string;
|
|
65
|
-
objectAri: string;
|
|
66
|
-
parentLocalId?: string;
|
|
67
|
-
participants?: UserId[];
|
|
68
|
-
position: number;
|
|
69
|
-
state: TaskState;
|
|
70
|
-
type: TaskType;
|
|
71
|
-
}
|
|
72
|
-
export interface Task extends BaseItem<TaskState> {
|
|
73
|
-
creationDate?: Date;
|
|
74
|
-
creator?: UserId;
|
|
75
|
-
lastUpdater?: UserId;
|
|
76
|
-
lastUpdateDate: Date;
|
|
77
|
-
parentLocalId?: string;
|
|
78
|
-
participants?: UserId[];
|
|
79
|
-
position?: number;
|
|
80
|
-
type: TaskType;
|
|
81
|
-
}
|
|
82
|
-
export type Handler = (state: TaskState | DecisionState) => void;
|
|
83
|
-
export type RecentUpdatesId = string;
|
|
84
|
-
export interface RecentUpdateContext {
|
|
85
|
-
objectAri: string;
|
|
86
|
-
localId?: string;
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* A subscriber interface that can be called back if there are new decisions/tasks/items
|
|
90
|
-
* available as the result of an external change.
|
|
91
|
-
*/
|
|
92
|
-
export interface RecentUpdatesListener {
|
|
93
|
-
/**
|
|
94
|
-
* An id that can be used to unsubscribe
|
|
95
|
-
*/
|
|
96
|
-
id(id: RecentUpdatesId): void;
|
|
97
|
-
/**
|
|
98
|
-
* Indicates there are recent updates, and the listener should refresh
|
|
99
|
-
* the latest items from the TaskDecisionProvider.
|
|
100
|
-
*
|
|
101
|
-
* There will be a number of retries until expectedLocalId, if passed.
|
|
102
|
-
*
|
|
103
|
-
* @param updateContext Recent update context
|
|
104
|
-
*/
|
|
105
|
-
recentUpdates(updateContext: RecentUpdateContext): void;
|
|
106
|
-
}
|
|
107
|
-
export interface TaskDecisionResourceConfig extends ServiceConfig {
|
|
108
|
-
pubSubClient?: PubSubClient;
|
|
109
|
-
/**
|
|
110
|
-
* Indicates if initial state for an action or decision is should be cached,
|
|
111
|
-
* from the content, i.e. was originally hydrated from the service initially,
|
|
112
|
-
* and so should be considered up to date.
|
|
113
|
-
*
|
|
114
|
-
* Will stop the initiation of the hydration from the service the first
|
|
115
|
-
* time an action or decision is seen.
|
|
116
|
-
*
|
|
117
|
-
* If false the state will always be hydrated from the service on first view.
|
|
118
|
-
*/
|
|
119
|
-
disableServiceHydration?: boolean;
|
|
120
|
-
}
|
|
121
|
-
export interface TaskDecisionProvider {
|
|
122
|
-
unsubscribeRecentUpdates(id: RecentUpdatesId): void;
|
|
123
|
-
notifyRecentUpdates(updateContext: RecentUpdateContext): void;
|
|
124
|
-
toggleTask(objectKey: ObjectKey, state: TaskState): Promise<TaskState>;
|
|
125
|
-
subscribe(objectKey: ObjectKey, handler: Handler, item?: BaseItem<TaskState | DecisionState>): void;
|
|
126
|
-
unsubscribe(objectKey: ObjectKey, handler: Handler): void;
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* Same as RendererContext in editor-core (don't want an direct dep though)
|
|
130
|
-
*/
|
|
131
|
-
export interface RendererContext {
|
|
132
|
-
objectAri: string;
|
|
133
|
-
containerAri?: string;
|
|
134
|
-
}
|
|
135
|
-
export interface RenderDocument {
|
|
136
|
-
(document: any, rendererContext?: RendererContext): JSX.Element;
|
|
137
|
-
}
|
|
138
|
-
export interface OnUpdate<T> {
|
|
139
|
-
(allDecisions: T[], newDecisions: T[]): void;
|
|
140
|
-
}
|
|
141
|
-
export type Appearance = 'inline';
|
|
142
|
-
/**
|
|
143
|
-
* Same as PubSub client types (don't want a direct dep though)
|
|
144
|
-
*/
|
|
145
|
-
export type ARI = string;
|
|
146
|
-
export type AVI = string;
|
|
147
|
-
export interface PubSubOnEvent<T = any> {
|
|
148
|
-
(event: string, data: T): void;
|
|
149
|
-
}
|
|
150
|
-
export interface PubSubClient {
|
|
151
|
-
on(eventAvi: string, listener: PubSubOnEvent): PubSubClient;
|
|
152
|
-
off(eventAvi: string, listener: PubSubOnEvent): PubSubClient;
|
|
153
|
-
join(aris: ARI[]): Promise<PubSubClient>;
|
|
154
|
-
leave(aris: ARI[]): Promise<PubSubClient>;
|
|
155
|
-
}
|
|
156
|
-
export declare enum PubSubSpecialEventType {
|
|
157
|
-
ERROR = "ERROR",
|
|
158
|
-
CONNECTED = "CONNECTED",
|
|
159
|
-
RECONNECT = "RECONNECT"
|
|
160
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AnalyticsEventPayload } from '@atlaskit/analytics-next';
|
|
2
|
-
import { UserPickerProps, UserPickerState } from './types';
|
|
3
|
-
export type UserPickerSession = {
|
|
4
|
-
id: string;
|
|
5
|
-
start: number;
|
|
6
|
-
inputChangeTime: number;
|
|
7
|
-
upCount: number;
|
|
8
|
-
downCount: number;
|
|
9
|
-
lastKey?: number;
|
|
10
|
-
};
|
|
11
|
-
export declare const startSession: () => UserPickerSession;
|
|
12
|
-
export declare const createAndFireEventInElementsChannel: (payload: AnalyticsEventPayload) => (createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent) => import("@atlaskit/analytics-next").UIAnalyticsEvent;
|
|
13
|
-
export interface EventCreator {
|
|
14
|
-
(props: UserPickerProps, state: UserPickerState, session?: UserPickerSession): AnalyticsEventPayload;
|
|
15
|
-
(props: UserPickerProps, state: UserPickerState, session?: UserPickerSession, ...args: any[]): AnalyticsEventPayload;
|
|
16
|
-
}
|
|
17
|
-
export declare const focusEvent: EventCreator;
|
|
18
|
-
export declare const clearEvent: EventCreator;
|
|
19
|
-
export declare const deleteEvent: EventCreator;
|
|
20
|
-
export declare const cancelEvent: EventCreator;
|
|
21
|
-
export declare const selectEvent: EventCreator;
|
|
22
|
-
export declare const searchedEvent: EventCreator;
|
|
23
|
-
export declare const failedEvent: EventCreator;
|
|
24
|
-
export declare const userInfoEvent: (sources: string[], accountId: string) => AnalyticsEventPayload;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { LoadUserSource, UserSource } from '../types';
|
|
3
|
-
export interface UserSourceContext {
|
|
4
|
-
fetchUserSource?: LoadUserSource;
|
|
5
|
-
}
|
|
6
|
-
export declare const ExusUserSourceProvider: React.FC<UserSourceContext>;
|
|
7
|
-
export declare const useUserSource: (accountId: string, shouldFetchSources: boolean, existingSources?: UserSource[]) => {
|
|
8
|
-
sources: UserSource[];
|
|
9
|
-
loading: boolean;
|
|
10
|
-
error: string | null;
|
|
11
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import { ReactNode } from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
import { LozengeProps } from '../types';
|
|
5
|
-
export declare const textWrapper: (color?: string) => import("@emotion/react").SerializedStyles;
|
|
6
|
-
export type AvatarItemOptionProps = {
|
|
7
|
-
avatar: ReactNode;
|
|
8
|
-
isDisabled?: boolean;
|
|
9
|
-
lozenge?: ReactNode | LozengeProps;
|
|
10
|
-
primaryText?: ReactNode;
|
|
11
|
-
secondaryText?: ReactNode;
|
|
12
|
-
};
|
|
13
|
-
export declare const AvatarItemOption: ({ avatar, isDisabled, lozenge, primaryText, secondaryText, }: AvatarItemOptionProps) => jsx.JSX.Element;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { UserPickerProps, UserPickerState } from '../types';
|
|
3
|
-
export type BaseUserPickerProps = UserPickerProps & {
|
|
4
|
-
SelectComponent: React.ComponentClass<any>;
|
|
5
|
-
pickerProps?: any;
|
|
6
|
-
styles: any;
|
|
7
|
-
components: any;
|
|
8
|
-
width: string | number;
|
|
9
|
-
name?: string;
|
|
10
|
-
};
|
|
11
|
-
export declare class BaseUserPickerWithoutAnalytics extends React.Component<BaseUserPickerProps, UserPickerState> {
|
|
12
|
-
static defaultProps: {
|
|
13
|
-
isMulti: boolean;
|
|
14
|
-
subtle: boolean;
|
|
15
|
-
noBorder: boolean;
|
|
16
|
-
textFieldBackgroundColor: boolean;
|
|
17
|
-
isClearable: boolean;
|
|
18
|
-
loadOptionsErrorMessage: () => JSX.Element;
|
|
19
|
-
};
|
|
20
|
-
static getDerivedStateFromProps(nextProps: Partial<UserPickerProps>, prevState: UserPickerState): Partial<UserPickerState>;
|
|
21
|
-
private selectRef;
|
|
22
|
-
private session?;
|
|
23
|
-
private journeyId?;
|
|
24
|
-
private optionsShownUfoExperienceInstance;
|
|
25
|
-
constructor(props: BaseUserPickerProps);
|
|
26
|
-
private getSessionId;
|
|
27
|
-
private withSelectRef;
|
|
28
|
-
nextOption: () => void;
|
|
29
|
-
previousOption: () => void;
|
|
30
|
-
focus: () => void;
|
|
31
|
-
blur: () => void;
|
|
32
|
-
selectOption: () => void;
|
|
33
|
-
private handleChange;
|
|
34
|
-
private handleSelectRef;
|
|
35
|
-
private addOptions;
|
|
36
|
-
private handleLoadOptionsError;
|
|
37
|
-
private debouncedLoadOptions;
|
|
38
|
-
abortOptionsShownUfoExperience: () => void;
|
|
39
|
-
startOptionsShownUfoExperience: () => void;
|
|
40
|
-
private executeLoadOptions;
|
|
41
|
-
private handleFocus;
|
|
42
|
-
private resetInputState;
|
|
43
|
-
private handleBlur;
|
|
44
|
-
private handleOpen;
|
|
45
|
-
private handleClose;
|
|
46
|
-
private handleInputChange;
|
|
47
|
-
private fireEvent;
|
|
48
|
-
private startSession;
|
|
49
|
-
componentDidMount(): void;
|
|
50
|
-
componentDidUpdate(_: UserPickerProps, prevState: UserPickerState): void;
|
|
51
|
-
private handleKeyDown;
|
|
52
|
-
handleClearIndicatorHover: (hoveringClearIndicator: boolean) => void;
|
|
53
|
-
private getOptions;
|
|
54
|
-
private getAppearance;
|
|
55
|
-
get ariaProps(): {};
|
|
56
|
-
render(): JSX.Element;
|
|
57
|
-
}
|
|
58
|
-
export declare const BaseUserPicker: React.ForwardRefExoticComponent<Pick<Omit<BaseUserPickerProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "options" | "search" | "width" | "name" | "anchor" | "footer" | "appearance" | "onSelection" | "onClose" | "defaultValue" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "value" | "autoFocus" | "noOptionsMessage" | "isDisabled" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isLoading" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "onInputChange" | "styles" | "fieldId" | "menuMinWidth" | "maxPickerHeight" | "loadOptions" | "loadUserSource" | "open" | "onClear" | "addMoreMessage" | "clearValueLabel" | "allowEmail" | "suggestEmailsForDomain" | "emailLabel" | "disableInput" | "isValidEmail" | "maxOptions" | "ariaLabelledBy" | "ariaLive" | "SelectComponent" | "pickerProps"> & Partial<Pick<Omit<BaseUserPickerProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "isClearable" | "isMulti" | "textFieldBackgroundColor" | "loadOptionsErrorMessage" | "subtle" | "noBorder">> & Partial<Pick<{
|
|
59
|
-
isMulti: boolean;
|
|
60
|
-
subtle: boolean;
|
|
61
|
-
noBorder: boolean;
|
|
62
|
-
textFieldBackgroundColor: boolean;
|
|
63
|
-
isClearable: boolean;
|
|
64
|
-
loadOptionsErrorMessage: () => JSX.Element;
|
|
65
|
-
}, never>> & React.RefAttributes<any>>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Custom } from '../../types';
|
|
4
|
-
export type CustomOptionProps = {
|
|
5
|
-
data: Custom;
|
|
6
|
-
isSelected: boolean;
|
|
7
|
-
};
|
|
8
|
-
export declare class CustomOption extends React.PureComponent<CustomOptionProps> {
|
|
9
|
-
private getPrimaryText;
|
|
10
|
-
private getBylineComponent;
|
|
11
|
-
private renderByline;
|
|
12
|
-
private renderAvatar;
|
|
13
|
-
private getLozengeProps;
|
|
14
|
-
render(): jsx.JSX.Element;
|
|
15
|
-
}
|