@atlaskit/user-picker 12.1.3 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/analytics/package.json +1 -8
- package/components/custom-option/main/package.json +1 -8
- package/components/custom-option/package.json +1 -8
- package/components/email-option/main/package.json +1 -8
- package/components/email-option/package.json +1 -8
- package/components/email-validation/package.json +1 -8
- package/components/group-option/main/package.json +1 -8
- package/components/group-option/package.json +1 -8
- package/components/option/package.json +1 -8
- package/components/popup-user-picker/package.json +1 -8
- package/components/single-value/package.json +1 -8
- package/components/team-option/main/package.json +1 -8
- package/components/team-option/package.json +1 -8
- package/components/user-option/package.json +1 -8
- package/components/user-picker/package.json +1 -8
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/components/Control.compiled.css +1 -1
- package/dist/cjs/components/Control.js +1 -1
- package/dist/cjs/components/styles.js +2 -2
- package/dist/cjs/util/i18n-util.js +39 -39
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/Control.compiled.css +1 -1
- package/dist/es2019/components/Control.js +1 -1
- package/dist/es2019/components/styles.js +2 -2
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/Control.compiled.css +1 -1
- package/dist/esm/components/Control.js +1 -1
- package/dist/esm/components/styles.js +2 -2
- package/dist/esm/util/i18n-util.js +38 -38
- package/option/package.json +1 -8
- package/package.json +21 -29
- package/types/package.json +1 -8
- package/utils/package.json +1 -8
- package/dist/types-ts4.5/analytics.d.ts +0 -24
- package/dist/types-ts4.5/clients/UserSourceProvider.d.ts +0 -11
- package/dist/types-ts4.5/components/AddOptionAvatar.d.ts +0 -7
- package/dist/types-ts4.5/components/AvatarItemOption.d.ts +0 -16
- package/dist/types-ts4.5/components/AvatarOrIcon.d.ts +0 -17
- package/dist/types-ts4.5/components/BaseUserPicker.d.ts +0 -179
- package/dist/types-ts4.5/components/ClearIndicator.d.ts +0 -10
- package/dist/types-ts4.5/components/Control.d.ts +0 -8
- package/dist/types-ts4.5/components/CustomOption/index.d.ts +0 -4
- package/dist/types-ts4.5/components/CustomOption/main.d.ts +0 -15
- package/dist/types-ts4.5/components/EmailOption/index.d.ts +0 -4
- package/dist/types-ts4.5/components/EmailOption/main.d.ts +0 -21
- package/dist/types-ts4.5/components/ExternalUserOption/ExternalAvatarItemOption.d.ts +0 -14
- package/dist/types-ts4.5/components/ExternalUserOption/InfoIcon.d.ts +0 -3
- package/dist/types-ts4.5/components/ExternalUserOption/SourcesTooltipContent.d.ts +0 -3
- package/dist/types-ts4.5/components/ExternalUserOption/index.d.ts +0 -9
- package/dist/types-ts4.5/components/ExternalUserOption/main.d.ts +0 -20
- package/dist/types-ts4.5/components/ExternalUserSourcesContainer.d.ts +0 -15
- package/dist/types-ts4.5/components/GroupOption/index.d.ts +0 -4
- package/dist/types-ts4.5/components/GroupOption/main.d.ts +0 -21
- package/dist/types-ts4.5/components/HighlightText.d.ts +0 -9
- package/dist/types-ts4.5/components/Input.d.ts +0 -26
- package/dist/types-ts4.5/components/Menu.d.ts +0 -12
- package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +0 -3
- package/dist/types-ts4.5/components/MultiValue.d.ts +0 -29
- package/dist/types-ts4.5/components/MultiValueContainer.d.ts +0 -37
- package/dist/types-ts4.5/components/Option.d.ts +0 -15
- package/dist/types-ts4.5/components/PopupControl.d.ts +0 -10
- package/dist/types-ts4.5/components/PopupInput.d.ts +0 -8
- package/dist/types-ts4.5/components/PopupUserPicker.d.ts +0 -209
- package/dist/types-ts4.5/components/SingleValue.d.ts +0 -6
- package/dist/types-ts4.5/components/SingleValueContainer.d.ts +0 -15
- package/dist/types-ts4.5/components/SizeableAvatar.d.ts +0 -12
- package/dist/types-ts4.5/components/TeamOption/index.d.ts +0 -4
- package/dist/types-ts4.5/components/TeamOption/main.d.ts +0 -17
- package/dist/types-ts4.5/components/UserOption.d.ts +0 -15
- package/dist/types-ts4.5/components/UserPicker.d.ts +0 -105
- package/dist/types-ts4.5/components/ValueContainerWrapper.d.ts +0 -16
- package/dist/types-ts4.5/components/assets/github.d.ts +0 -2
- package/dist/types-ts4.5/components/assets/google.d.ts +0 -2
- package/dist/types-ts4.5/components/assets/microsoft.d.ts +0 -2
- package/dist/types-ts4.5/components/assets/slack.d.ts +0 -2
- package/dist/types-ts4.5/components/batch.d.ts +0 -1
- package/dist/types-ts4.5/components/components.d.ts +0 -61
- package/dist/types-ts4.5/components/creatable.d.ts +0 -12
- package/dist/types-ts4.5/components/creatableEmailSuggestion.d.ts +0 -20
- package/dist/types-ts4.5/components/emailValidation.d.ts +0 -3
- package/dist/types-ts4.5/components/i18n.d.ts +0 -212
- package/dist/types-ts4.5/components/popup.d.ts +0 -49
- package/dist/types-ts4.5/components/styles.d.ts +0 -7
- package/dist/types-ts4.5/components/utils.d.ts +0 -30
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -50
- package/dist/types-ts4.5/i18n/da.d.ts +0 -50
- package/dist/types-ts4.5/i18n/de.d.ts +0 -50
- package/dist/types-ts4.5/i18n/en.d.ts +0 -50
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -50
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -50
- package/dist/types-ts4.5/i18n/es.d.ts +0 -50
- package/dist/types-ts4.5/i18n/et.d.ts +0 -15
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -50
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -50
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -50
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -50
- package/dist/types-ts4.5/i18n/index.d.ts +0 -36
- package/dist/types-ts4.5/i18n/is.d.ts +0 -7
- package/dist/types-ts4.5/i18n/it.d.ts +0 -50
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -50
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -50
- package/dist/types-ts4.5/i18n/languages.d.ts +0 -28
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -50
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -50
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -50
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -50
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -15
- package/dist/types-ts4.5/i18n/ro.d.ts +0 -7
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -50
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -15
- package/dist/types-ts4.5/i18n/sl.d.ts +0 -50
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -50
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -50
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -50
- package/dist/types-ts4.5/i18n/th.d.ts +0 -50
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -50
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -50
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -50
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -50
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -50
- package/dist/types-ts4.5/index.d.ts +0 -8
- package/dist/types-ts4.5/option.d.ts +0 -12
- package/dist/types-ts4.5/types.d.ts +0 -419
- package/dist/types-ts4.5/util/group-options-by-type/index.d.ts +0 -4
- package/dist/types-ts4.5/util/i18n-util.d.ts +0 -11
- package/dist/types-ts4.5/util/ufoExperiences.d.ts +0 -10
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
6
|
-
import { type PopupSelectProps, type SelectComponentsConfig, type StylesConfig } from '@atlaskit/select';
|
|
7
|
-
import React from 'react';
|
|
8
|
-
import { type Appearance, type DefaultValue, type LoadOptions, type LoadUserSource, type OnChange, type OnInputChange, type OnOption, type OnPicker, type OptionData, type UserPickerProps, type UserPickerRef, type Value } from '../types';
|
|
9
|
-
import type { EmailValidator } from './emailValidation';
|
|
10
|
-
export declare class UserPickerWithoutAnalytics extends React.Component<UserPickerProps> {
|
|
11
|
-
ufoId: string;
|
|
12
|
-
constructor(props: UserPickerProps);
|
|
13
|
-
static defaultProps: {
|
|
14
|
-
width: number;
|
|
15
|
-
isMulti: boolean;
|
|
16
|
-
};
|
|
17
|
-
componentDidMount(): void;
|
|
18
|
-
render(): JSX.Element;
|
|
19
|
-
}
|
|
20
|
-
export declare const UserPicker: React.ForwardRefExoticComponent<Pick<Omit<{
|
|
21
|
-
addMoreMessage?: string;
|
|
22
|
-
allowEmail?: boolean;
|
|
23
|
-
anchor?: React.ComponentType<any>;
|
|
24
|
-
appearance?: Appearance;
|
|
25
|
-
ariaDescribedBy?: string;
|
|
26
|
-
ariaLabel?: string;
|
|
27
|
-
ariaLabelledBy?: string;
|
|
28
|
-
ariaLive?: 'polite' | 'off' | 'assertive';
|
|
29
|
-
autoFocus?: boolean;
|
|
30
|
-
captureMenuScroll?: boolean;
|
|
31
|
-
clearValueLabel?: string;
|
|
32
|
-
closeMenuOnScroll?: boolean | EventListener;
|
|
33
|
-
components?: SelectComponentsConfig<OptionData, boolean>;
|
|
34
|
-
customGroupAnalyticsLabels?: Partial<Record<NonNullable<OptionData['type']>, string>>;
|
|
35
|
-
customGroupLabels?: Partial<Record<NonNullable<OptionData['type']>, React.ReactNode>>;
|
|
36
|
-
defaultValue?: DefaultValue;
|
|
37
|
-
disableInput?: boolean;
|
|
38
|
-
emailLabel?: string;
|
|
39
|
-
fieldId: string | null;
|
|
40
|
-
footer?: React.ReactNode;
|
|
41
|
-
forwardedRef?: React.ForwardedRef<UserPickerRef>;
|
|
42
|
-
groupByTypeOrder?: NonNullable<OptionData['type']>[];
|
|
43
|
-
header?: React.ReactNode;
|
|
44
|
-
height?: number | string;
|
|
45
|
-
includeTeamsUpdates?: boolean;
|
|
46
|
-
inputId?: string;
|
|
47
|
-
isClearable?: boolean;
|
|
48
|
-
isDisabled?: boolean;
|
|
49
|
-
isFooterFocused?: boolean;
|
|
50
|
-
isHeaderFocused?: boolean;
|
|
51
|
-
isInvalid?: boolean;
|
|
52
|
-
isLoading?: boolean;
|
|
53
|
-
isMulti?: boolean;
|
|
54
|
-
isValidEmail?: EmailValidator;
|
|
55
|
-
loadOptions?: LoadOptions;
|
|
56
|
-
loadOptionsErrorMessage?: (value: {
|
|
57
|
-
inputValue: string;
|
|
58
|
-
}) => React.ReactNode;
|
|
59
|
-
loadUserSource?: LoadUserSource;
|
|
60
|
-
maxOptions?: number;
|
|
61
|
-
maxPickerHeight?: number;
|
|
62
|
-
menuIsOpen?: boolean;
|
|
63
|
-
menuMinWidth?: number;
|
|
64
|
-
menuPortalTarget?: HTMLElement;
|
|
65
|
-
menuPosition?: 'absolute' | 'fixed';
|
|
66
|
-
menuShouldBlockScroll?: boolean;
|
|
67
|
-
minHeight?: number | string;
|
|
68
|
-
name?: string;
|
|
69
|
-
noBorder?: boolean;
|
|
70
|
-
noOptionsMessage?: ((value: {
|
|
71
|
-
inputValue: string;
|
|
72
|
-
}) => string | null | React.ReactNode) | null | React.ReactNode;
|
|
73
|
-
onBlur?: OnPicker;
|
|
74
|
-
onChange?: OnChange;
|
|
75
|
-
onClear?: OnPicker;
|
|
76
|
-
onClose?: OnPicker;
|
|
77
|
-
onFocus?: OnPicker;
|
|
78
|
-
onInputChange?: OnInputChange;
|
|
79
|
-
onKeyDown?: (event: React.KeyboardEvent) => void;
|
|
80
|
-
onOpen?: OnPicker;
|
|
81
|
-
onSelection?: OnOption;
|
|
82
|
-
open?: boolean;
|
|
83
|
-
openMenuOnClick?: boolean;
|
|
84
|
-
openMenuOnFocus?: boolean;
|
|
85
|
-
options?: OptionData[];
|
|
86
|
-
placeholder?: React.ReactNode;
|
|
87
|
-
placeholderAvatar?: 'person' | 'team';
|
|
88
|
-
popupSelectProps?: PopupSelectProps<OptionData>;
|
|
89
|
-
required?: boolean;
|
|
90
|
-
search?: string;
|
|
91
|
-
setIsFooterFocused?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
92
|
-
setIsHeaderFocused?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
93
|
-
showClearIndicator?: boolean;
|
|
94
|
-
strategy?: 'fixed' | 'absolute';
|
|
95
|
-
styles?: StylesConfig;
|
|
96
|
-
subtle?: boolean;
|
|
97
|
-
suggestEmailsForDomain?: string;
|
|
98
|
-
textFieldBackgroundColor?: boolean;
|
|
99
|
-
UNSAFE_hasDraggableParentComponent?: boolean;
|
|
100
|
-
value?: Value;
|
|
101
|
-
width?: number | string;
|
|
102
|
-
}, keyof WithAnalyticsEventsProps>, 'search' | 'appearance' | 'height' | 'minHeight' | 'open' | 'isDisabled' | 'options' | 'anchor' | 'footer' | 'header' | 'subtle' | 'value' | 'placeholderAvatar' | 'noOptionsMessage' | 'placeholder' | 'defaultValue' | 'autoFocus' | 'onFocus' | 'onBlur' | 'onChange' | 'onKeyDown' | 'name' | 'emailLabel' | 'addMoreMessage' | 'allowEmail' | 'ariaDescribedBy' | 'ariaLabel' | 'ariaLabelledBy' | 'ariaLive' | 'captureMenuScroll' | 'clearValueLabel' | 'closeMenuOnScroll' | 'components' | 'disableInput' | 'fieldId' | 'forwardedRef' | 'groupByTypeOrder' | 'customGroupLabels' | 'customGroupAnalyticsLabels' | 'includeTeamsUpdates' | 'inputId' | 'isClearable' | 'isFooterFocused' | 'isHeaderFocused' | 'isInvalid' | 'isLoading' | 'isValidEmail' | 'loadOptions' | 'loadOptionsErrorMessage' | 'loadUserSource' | 'maxOptions' | 'maxPickerHeight' | 'menuIsOpen' | 'menuMinWidth' | 'menuPortalTarget' | 'menuPosition' | 'menuShouldBlockScroll' | 'noBorder' | 'onClear' | 'onClose' | 'onInputChange' | 'onOpen' | 'onSelection' | 'openMenuOnClick' | 'openMenuOnFocus' | 'popupSelectProps' | 'required' | 'setIsFooterFocused' | 'setIsHeaderFocused' | 'showClearIndicator' | 'strategy' | 'styles' | 'suggestEmailsForDomain' | 'textFieldBackgroundColor' | 'UNSAFE_hasDraggableParentComponent'> & {
|
|
103
|
-
isMulti?: boolean | undefined;
|
|
104
|
-
width?: number | string | undefined;
|
|
105
|
-
} & {} & React.RefAttributes<any>>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
/**
|
|
7
|
-
* Conditional wrapper for the ValueContainer in Select. Provides a workaround
|
|
8
|
-
* for issues using react-select on react-beautiful-dnd Draggable elements.
|
|
9
|
-
* @returns
|
|
10
|
-
*/
|
|
11
|
-
declare const ValueContainerWrapper: ({ children, isEnabled, onMouseDown, }: {
|
|
12
|
-
children: React.ReactElement;
|
|
13
|
-
isEnabled: boolean;
|
|
14
|
-
onMouseDown: () => void;
|
|
15
|
-
}) => React.JSX.Element;
|
|
16
|
-
export default ValueContainerWrapper;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function batchByKey<T>(callback: (key: string, args: T[][]) => void): (key: string, ...args: T[]) => void;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { type MemoizedFn } from 'memoize-one';
|
|
2
|
-
import { ClearIndicator } from './ClearIndicator';
|
|
3
|
-
import { MultiValue } from './MultiValue';
|
|
4
|
-
import { MultiValueContainer } from './MultiValueContainer';
|
|
5
|
-
import { type OptionProps } from './Option';
|
|
6
|
-
import { type Props } from './SingleValue';
|
|
7
|
-
import { Input } from './Input';
|
|
8
|
-
import { SingleValueContainer } from './SingleValueContainer';
|
|
9
|
-
import { PopupInput } from './PopupInput';
|
|
10
|
-
import { PopupControl } from './PopupControl';
|
|
11
|
-
import { Menu } from './Menu';
|
|
12
|
-
import { type ClearIndicatorProps, type ControlProps, type DropdownIndicatorProps, type IndicatorsContainerProps, type InputProps, type LoadingIndicatorProps, type MultiValueGenericProps, type MultiValueProps, type MultiValueRemoveProps, type NoticeProps, type SelectComponentsConfig, type SingleValueProps } from '@atlaskit/select';
|
|
13
|
-
import { type OptionData, type UserPickerProps } from '../types';
|
|
14
|
-
import type { OptionProps as ReactSelectOptionProps, GroupBase, GroupProps, ControlProps as ReactSelectControlProps, GroupHeadingProps, MenuProps, MenuListProps, MenuPortalProps, PlaceholderProps, ContainerProps, ValueContainerProps } from '@atlaskit/react-select';
|
|
15
|
-
import type { ComponentType, FC } from 'react';
|
|
16
|
-
/**
|
|
17
|
-
* Memoize getComponents to avoid rerenders.
|
|
18
|
-
*/
|
|
19
|
-
export declare const getComponents: MemoizedFn<(multi?: boolean, anchor?: React.ComponentType<any>, showClearIndicator?: boolean, customComponents?: SelectComponentsConfig<OptionData, boolean>) => {
|
|
20
|
-
Control: ComponentType<any>;
|
|
21
|
-
Option: FC<OptionProps>;
|
|
22
|
-
} | {
|
|
23
|
-
ClearIndicator: typeof ClearIndicator | ComponentType<ClearIndicatorProps<OptionData, boolean, GroupBase<OptionData>>> | null;
|
|
24
|
-
Control: ((props: ControlProps<any> & UserPickerProps) => JSX.Element) | ComponentType<ReactSelectControlProps<OptionData, boolean, GroupBase<OptionData>>>;
|
|
25
|
-
DropdownIndicator: ComponentType<DropdownIndicatorProps<OptionData, boolean, GroupBase<OptionData>>> | null;
|
|
26
|
-
Group?: ComponentType<GroupProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
27
|
-
GroupHeading?: ComponentType<GroupHeadingProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
28
|
-
IndicatorsContainer?: ComponentType<IndicatorsContainerProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
29
|
-
Input: typeof Input | ComponentType<InputProps<OptionData, boolean, GroupBase<OptionData>>>;
|
|
30
|
-
LoadingIndicator?: ComponentType<LoadingIndicatorProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
31
|
-
LoadingMessage?: ComponentType<NoticeProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
32
|
-
Menu: typeof Menu | ComponentType<MenuProps<OptionData, boolean, GroupBase<OptionData>>>;
|
|
33
|
-
MenuList?: ComponentType<MenuListProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
34
|
-
MenuPortal?: ComponentType<MenuPortalProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
35
|
-
MultiValue: typeof MultiValue | ComponentType<MultiValueProps<OptionData, boolean, GroupBase<OptionData>>>;
|
|
36
|
-
MultiValueContainer?: ComponentType<MultiValueGenericProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
37
|
-
MultiValueLabel?: ComponentType<MultiValueGenericProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
38
|
-
MultiValueRemove?: ComponentType<MultiValueRemoveProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
39
|
-
NoOptionsMessage?: ComponentType<NoticeProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
40
|
-
Option: FC<OptionProps> | ComponentType<ReactSelectOptionProps<OptionData, boolean, GroupBase<OptionData>>>;
|
|
41
|
-
Placeholder?: ComponentType<PlaceholderProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
42
|
-
SelectContainer?: ComponentType<ContainerProps<OptionData, boolean, GroupBase<OptionData>>> | undefined;
|
|
43
|
-
SingleValue: ((props: Props) => JSX.Element | null) | ComponentType<SingleValueProps<OptionData, boolean, GroupBase<OptionData>>>;
|
|
44
|
-
ValueContainer: typeof MultiValueContainer | typeof SingleValueContainer | ComponentType<ValueContainerProps<OptionData, boolean, GroupBase<OptionData>>>;
|
|
45
|
-
}>;
|
|
46
|
-
export declare const getPopupComponents: MemoizedFn<(hasPopupTitle: boolean) => {
|
|
47
|
-
ClearIndicator: typeof ClearIndicator;
|
|
48
|
-
DropdownIndicator: null;
|
|
49
|
-
Input: typeof PopupInput;
|
|
50
|
-
Option: FC<OptionProps>;
|
|
51
|
-
SingleValue: (props: Props) => JSX.Element | null;
|
|
52
|
-
ValueContainer: typeof SingleValueContainer;
|
|
53
|
-
} | {
|
|
54
|
-
ClearIndicator: typeof ClearIndicator;
|
|
55
|
-
Control: typeof PopupControl;
|
|
56
|
-
DropdownIndicator: null;
|
|
57
|
-
Input: typeof PopupInput;
|
|
58
|
-
Option: FC<OptionProps>;
|
|
59
|
-
SingleValue: (props: Props) => JSX.Element | null;
|
|
60
|
-
ValueContainer: typeof SingleValueContainer;
|
|
61
|
-
}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type Option } from '../types';
|
|
2
|
-
import { type EmailValidator } from './emailValidation';
|
|
3
|
-
declare function creatableProps(isValidEmail?: EmailValidator): {
|
|
4
|
-
allowCreateWhileLoading: boolean;
|
|
5
|
-
createOptionPosition: string;
|
|
6
|
-
formatCreateLabel: (inputText?: string) => string;
|
|
7
|
-
getNewOptionData: (inputValue: string) => Option;
|
|
8
|
-
isOptionDisabled: (option: Option) => boolean;
|
|
9
|
-
isValidNewOption: (inputValue?: string) => boolean | '' | undefined;
|
|
10
|
-
};
|
|
11
|
-
export declare const getCreatableProps: typeof creatableProps;
|
|
12
|
-
export {};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type MemoizedFn } from 'memoize-one';
|
|
2
|
-
import { type Option } from '../types';
|
|
3
|
-
import { type EmailValidator } from './emailValidation';
|
|
4
|
-
export declare const getCreatableSuggestedEmailProps: MemoizedFn<(emailDomain: string, isValidEmail?: EmailValidator) => {
|
|
5
|
-
allowCreateWhileLoading: boolean;
|
|
6
|
-
createOptionPosition: string;
|
|
7
|
-
formatCreateLabel: (inputText?: string) => string;
|
|
8
|
-
getNewOptionData: (inputValue?: string) => {
|
|
9
|
-
data: {
|
|
10
|
-
id: string;
|
|
11
|
-
name: string;
|
|
12
|
-
suggestion: boolean;
|
|
13
|
-
type: string;
|
|
14
|
-
};
|
|
15
|
-
label: string;
|
|
16
|
-
value: string;
|
|
17
|
-
} | null;
|
|
18
|
-
isOptionDisabled: (option: Option) => boolean;
|
|
19
|
-
isValidNewOption: (inputValue?: string) => boolean | '' | undefined;
|
|
20
|
-
}>;
|
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
export declare const messages: {
|
|
2
|
-
addEmail: {
|
|
3
|
-
defaultMessage: string;
|
|
4
|
-
description: string;
|
|
5
|
-
id: string;
|
|
6
|
-
};
|
|
7
|
-
addMore: {
|
|
8
|
-
defaultMessage: string;
|
|
9
|
-
description: string;
|
|
10
|
-
id: string;
|
|
11
|
-
};
|
|
12
|
-
adminManagedGroupByline: {
|
|
13
|
-
defaultMessage: string;
|
|
14
|
-
description: string;
|
|
15
|
-
id: string;
|
|
16
|
-
};
|
|
17
|
-
archivedLozenge: {
|
|
18
|
-
defaultMessage: string;
|
|
19
|
-
description: string;
|
|
20
|
-
id: string;
|
|
21
|
-
};
|
|
22
|
-
clear: {
|
|
23
|
-
defaultMessage: string;
|
|
24
|
-
description: string;
|
|
25
|
-
id: string;
|
|
26
|
-
};
|
|
27
|
-
confluenceSource: {
|
|
28
|
-
defaultMessage: string;
|
|
29
|
-
description: string;
|
|
30
|
-
id: string;
|
|
31
|
-
};
|
|
32
|
-
continueToAddEmail: {
|
|
33
|
-
defaultMessage: string;
|
|
34
|
-
description: string;
|
|
35
|
-
id: string;
|
|
36
|
-
};
|
|
37
|
-
customTypeLabel: {
|
|
38
|
-
defaultMessage: string;
|
|
39
|
-
description: string;
|
|
40
|
-
id: string;
|
|
41
|
-
};
|
|
42
|
-
emailTypeLabel: {
|
|
43
|
-
defaultMessage: string;
|
|
44
|
-
description: string;
|
|
45
|
-
id: string;
|
|
46
|
-
};
|
|
47
|
-
errorMessage: {
|
|
48
|
-
defaultMessage: string;
|
|
49
|
-
description: string;
|
|
50
|
-
id: string;
|
|
51
|
-
};
|
|
52
|
-
externalUserSourcesError: {
|
|
53
|
-
defaultMessage: string;
|
|
54
|
-
description: string;
|
|
55
|
-
id: string;
|
|
56
|
-
};
|
|
57
|
-
externalUserSourcesHeading: {
|
|
58
|
-
defaultMessage: string;
|
|
59
|
-
description: string;
|
|
60
|
-
id: string;
|
|
61
|
-
};
|
|
62
|
-
externalUserTypeLabel: {
|
|
63
|
-
defaultMessage: string;
|
|
64
|
-
description: string;
|
|
65
|
-
id: string;
|
|
66
|
-
};
|
|
67
|
-
gitHubProvider: {
|
|
68
|
-
defaultMessage: string;
|
|
69
|
-
description: string;
|
|
70
|
-
id: string;
|
|
71
|
-
};
|
|
72
|
-
googleProvider: {
|
|
73
|
-
defaultMessage: string;
|
|
74
|
-
description: string;
|
|
75
|
-
id: string;
|
|
76
|
-
};
|
|
77
|
-
groupByline: {
|
|
78
|
-
defaultMessage: string;
|
|
79
|
-
description: string;
|
|
80
|
-
id: string;
|
|
81
|
-
};
|
|
82
|
-
groupTypeLabel: {
|
|
83
|
-
defaultMessage: string;
|
|
84
|
-
description: string;
|
|
85
|
-
id: string;
|
|
86
|
-
};
|
|
87
|
-
guestGroupLozengeTooltip: {
|
|
88
|
-
defaultMessage: string;
|
|
89
|
-
description: string;
|
|
90
|
-
id: string;
|
|
91
|
-
};
|
|
92
|
-
guestLozengeText: {
|
|
93
|
-
defaultMessage: string;
|
|
94
|
-
description: string;
|
|
95
|
-
id: string;
|
|
96
|
-
};
|
|
97
|
-
guestUserLozengeTooltip: {
|
|
98
|
-
defaultMessage: string;
|
|
99
|
-
description: string;
|
|
100
|
-
id: string;
|
|
101
|
-
};
|
|
102
|
-
jiraSource: {
|
|
103
|
-
defaultMessage: string;
|
|
104
|
-
description: string;
|
|
105
|
-
id: string;
|
|
106
|
-
};
|
|
107
|
-
memberCountWithoutYou: {
|
|
108
|
-
defaultMessage: string;
|
|
109
|
-
description: string;
|
|
110
|
-
id: string;
|
|
111
|
-
};
|
|
112
|
-
memberCountWithYou: {
|
|
113
|
-
defaultMessage: string;
|
|
114
|
-
description: string;
|
|
115
|
-
id: string;
|
|
116
|
-
};
|
|
117
|
-
memberLozengeText: {
|
|
118
|
-
defaultMessage: string;
|
|
119
|
-
description: string;
|
|
120
|
-
id: string;
|
|
121
|
-
};
|
|
122
|
-
microsoftProvider: {
|
|
123
|
-
defaultMessage: string;
|
|
124
|
-
description: string;
|
|
125
|
-
id: string;
|
|
126
|
-
};
|
|
127
|
-
officialMemberCountWithoutYou: {
|
|
128
|
-
defaultMessage: string;
|
|
129
|
-
description: string;
|
|
130
|
-
id: string;
|
|
131
|
-
};
|
|
132
|
-
officialMemberCountWithYou: {
|
|
133
|
-
defaultMessage: string;
|
|
134
|
-
description: string;
|
|
135
|
-
id: string;
|
|
136
|
-
};
|
|
137
|
-
officialPlus50MembersWithoutYou: {
|
|
138
|
-
defaultMessage: string;
|
|
139
|
-
description: string;
|
|
140
|
-
id: string;
|
|
141
|
-
};
|
|
142
|
-
officialPlus50MembersWithYou: {
|
|
143
|
-
defaultMessage: string;
|
|
144
|
-
description: string;
|
|
145
|
-
id: string;
|
|
146
|
-
};
|
|
147
|
-
officialTeamByline: {
|
|
148
|
-
defaultMessage: string;
|
|
149
|
-
description: string;
|
|
150
|
-
id: string;
|
|
151
|
-
};
|
|
152
|
-
otherAtlassianSource: {
|
|
153
|
-
defaultMessage: string;
|
|
154
|
-
description: string;
|
|
155
|
-
id: string;
|
|
156
|
-
};
|
|
157
|
-
otherAtlassianSourceAppify: {
|
|
158
|
-
defaultMessage: string;
|
|
159
|
-
description: string;
|
|
160
|
-
id: string;
|
|
161
|
-
};
|
|
162
|
-
otherTypeLabel: {
|
|
163
|
-
defaultMessage: string;
|
|
164
|
-
description: string;
|
|
165
|
-
id: string;
|
|
166
|
-
};
|
|
167
|
-
placeholder: {
|
|
168
|
-
defaultMessage: string;
|
|
169
|
-
description: string;
|
|
170
|
-
id: string;
|
|
171
|
-
};
|
|
172
|
-
plus50MembersWithoutYou: {
|
|
173
|
-
defaultMessage: string;
|
|
174
|
-
description: string;
|
|
175
|
-
id: string;
|
|
176
|
-
};
|
|
177
|
-
plus50MembersWithYou: {
|
|
178
|
-
defaultMessage: string;
|
|
179
|
-
description: string;
|
|
180
|
-
id: string;
|
|
181
|
-
};
|
|
182
|
-
remove: {
|
|
183
|
-
defaultMessage: string;
|
|
184
|
-
description: string;
|
|
185
|
-
id: string;
|
|
186
|
-
};
|
|
187
|
-
selectToAddEmail: {
|
|
188
|
-
defaultMessage: string;
|
|
189
|
-
description: string;
|
|
190
|
-
id: string;
|
|
191
|
-
};
|
|
192
|
-
slackProvider: {
|
|
193
|
-
defaultMessage: string;
|
|
194
|
-
description: string;
|
|
195
|
-
id: string;
|
|
196
|
-
};
|
|
197
|
-
teamByline: {
|
|
198
|
-
defaultMessage: string;
|
|
199
|
-
description: string;
|
|
200
|
-
id: string;
|
|
201
|
-
};
|
|
202
|
-
teamTypeLabel: {
|
|
203
|
-
defaultMessage: string;
|
|
204
|
-
description: string;
|
|
205
|
-
id: string;
|
|
206
|
-
};
|
|
207
|
-
userTypeLabel: {
|
|
208
|
-
defaultMessage: string;
|
|
209
|
-
description: string;
|
|
210
|
-
id: string;
|
|
211
|
-
};
|
|
212
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { type MemoizedFn } from 'memoize-one';
|
|
2
|
-
import { type Placement } from '@atlaskit/popper';
|
|
3
|
-
import { type Target, type BoundariesElement, type RootBoundary } from '../types';
|
|
4
|
-
export declare const getPopupProps: MemoizedFn<(width: string | number, target: Target, onFlip: (data: any) => any, boundariesElement?: BoundariesElement, offset?: number[], placement?: Placement, rootBoundary?: RootBoundary, shouldFlip?: boolean, popupTitle?: string, strategy?: 'fixed' | 'absolute') => {
|
|
5
|
-
autoFocus: boolean;
|
|
6
|
-
controlShouldRenderValue: boolean;
|
|
7
|
-
maxMenuWidth: string | number;
|
|
8
|
-
minMenuWidth: string | number;
|
|
9
|
-
popperProps: {
|
|
10
|
-
modifiers: ({
|
|
11
|
-
enabled?: undefined;
|
|
12
|
-
fn?: undefined;
|
|
13
|
-
name: string;
|
|
14
|
-
options: {
|
|
15
|
-
boundary?: undefined;
|
|
16
|
-
offset: number[] | undefined;
|
|
17
|
-
rootBoundary?: undefined;
|
|
18
|
-
};
|
|
19
|
-
order?: undefined;
|
|
20
|
-
} | {
|
|
21
|
-
enabled: boolean;
|
|
22
|
-
fn: (data: any) => any;
|
|
23
|
-
name: string;
|
|
24
|
-
options?: undefined;
|
|
25
|
-
order: number;
|
|
26
|
-
} | {
|
|
27
|
-
enabled?: undefined;
|
|
28
|
-
fn?: undefined;
|
|
29
|
-
name: string;
|
|
30
|
-
options: {
|
|
31
|
-
boundary: BoundariesElement | undefined;
|
|
32
|
-
offset?: undefined;
|
|
33
|
-
rootBoundary: RootBoundary | undefined;
|
|
34
|
-
};
|
|
35
|
-
order?: undefined;
|
|
36
|
-
} | {
|
|
37
|
-
enabled: boolean | undefined;
|
|
38
|
-
fn?: undefined;
|
|
39
|
-
name: string;
|
|
40
|
-
options?: undefined;
|
|
41
|
-
order?: undefined;
|
|
42
|
-
})[];
|
|
43
|
-
placement: Placement;
|
|
44
|
-
strategy: 'fixed' | 'absolute';
|
|
45
|
-
};
|
|
46
|
-
popupTitle: string | undefined;
|
|
47
|
-
searchThreshold: number;
|
|
48
|
-
target: Target;
|
|
49
|
-
}>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type StylesConfig } from '@atlaskit/select';
|
|
2
|
-
import { type MemoizedFn } from 'memoize-one';
|
|
3
|
-
export declare const BORDER_PADDING: 'var(--ds-space-075)';
|
|
4
|
-
export declare const AVATAR_PADDING = 6;
|
|
5
|
-
export declare const INDICATOR_WIDTH = 39;
|
|
6
|
-
export declare const getStyles: MemoizedFn<(width: string | number, isMulti?: boolean, isCompact?: boolean, overrideStyles?: StylesConfig, isVisualRefresh?: boolean, isPopupStyles?: boolean, height?: number | string, minHeight?: number | string) => StylesConfig>;
|
|
7
|
-
export declare const getPopupStyles: MemoizedFn<(width: string | number, isMulti?: boolean, overrideStyles?: StylesConfig, isVisualRefresh?: boolean) => StylesConfig>;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { type MemoizedFn } from 'memoize-one';
|
|
2
|
-
import { type ReactChild, type ReactElement, type ReactNode } from 'react';
|
|
3
|
-
import { type AtlaskitSelectValue, type ExternalUser, type Custom, type Email, type Option, type OptionData, type Promisable, type Team, type Group, type User, type OptionIdentifier, type DefaultValue, type LozengeProps } from '../types';
|
|
4
|
-
export declare const isExternalUser: (option: OptionData) => option is ExternalUser;
|
|
5
|
-
export declare const isUser: (option: OptionData) => option is User;
|
|
6
|
-
export declare const isTeam: (option: OptionData) => option is Team;
|
|
7
|
-
export declare const isGroup: (option: OptionData) => option is Group;
|
|
8
|
-
export declare const isEmail: (option: OptionData) => option is Email;
|
|
9
|
-
export declare const isCustom: (option: OptionData) => option is Custom;
|
|
10
|
-
export declare const isDefaultValuePopulated: (value?: DefaultValue) => boolean;
|
|
11
|
-
export declare const optionToSelectableOption: (option: OptionData | OptionIdentifier) => Option;
|
|
12
|
-
export declare const extractOptionValue: (value: AtlaskitSelectValue) => OptionData | OptionData[] | undefined;
|
|
13
|
-
export declare const isIterable: (a: any) => a is Iterable<Promisable<OptionData | OptionData[]>>;
|
|
14
|
-
export declare const getOptions: MemoizedFn<(options: OptionData[]) => Option[]>;
|
|
15
|
-
export interface OptionToSelectableOptions {
|
|
16
|
-
(defaultValue: OptionData): Option;
|
|
17
|
-
(defaultValue: OptionData[]): Option[];
|
|
18
|
-
(defaultValue?: null): null;
|
|
19
|
-
(defaultValue?: DefaultValue): Option | Option[] | null | undefined;
|
|
20
|
-
}
|
|
21
|
-
export declare const optionToSelectableOptions: OptionToSelectableOptions;
|
|
22
|
-
export declare const getAvatarSize: (appearance: string) => "xsmall" | "small" | "medium";
|
|
23
|
-
export declare const isChildInput: (child: ReactChild) => child is ReactElement<any>;
|
|
24
|
-
export declare const isSingleValue: (value?: AtlaskitSelectValue) => value is Option;
|
|
25
|
-
export declare const hasValue: (value?: string) => value is string;
|
|
26
|
-
export declare const callCallback: <U extends any[], R>(callback: ((...U: U) => R) | undefined, ...args: U) => R | undefined;
|
|
27
|
-
export declare const getAvatarUrl: (optionData: OptionData) => string | undefined;
|
|
28
|
-
export declare const isPopupUserPickerByComponent: (SelectComponent: React.ComponentType<any>) => boolean;
|
|
29
|
-
export declare const isPopupUserPickerByProps: (selectProps: any) => boolean;
|
|
30
|
-
export declare const isLozengeText: (lozengeProp: ReactNode | LozengeProps) => lozengeProp is LozengeProps;
|
|
@@ -1,50 +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.custom.type.label': string;
|
|
9
|
-
'fabric.elements.user-picker.email.add': string;
|
|
10
|
-
'fabric.elements.user-picker.email.add.potential': string;
|
|
11
|
-
'fabric.elements.user-picker.email.select.to.add': string;
|
|
12
|
-
'fabric.elements.user-picker.email.type.label': string;
|
|
13
|
-
'fabric.elements.user-picker.error.message': string;
|
|
14
|
-
'fabric.elements.user-picker.external.sourced.error': string;
|
|
15
|
-
'fabric.elements.user-picker.external.sourced.from': string;
|
|
16
|
-
'fabric.elements.user-picker.external.user.type.label': string;
|
|
17
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
18
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
19
|
-
'fabric.elements.user-picker.group.byline': string;
|
|
20
|
-
'fabric.elements.user-picker.group.byline.admin-managed': string;
|
|
21
|
-
'fabric.elements.user-picker.group.type.label': string;
|
|
22
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
23
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
24
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
25
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
26
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
27
|
-
'fabric.elements.user-picker.multi.remove-item': string;
|
|
28
|
-
'fabric.elements.user-picker.other.type.label': string;
|
|
29
|
-
'fabric.elements.user-picker.placeholder': string;
|
|
30
|
-
'fabric.elements.user-picker.placeholder.add-more': string;
|
|
31
|
-
'fabric.elements.user-picker.single.clear': string;
|
|
32
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
33
|
-
'fabric.elements.user-picker.source.confluence': string;
|
|
34
|
-
'fabric.elements.user-picker.source.jira': string;
|
|
35
|
-
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
36
|
-
'fabric.elements.user-picker.source.other-atlassian-appify': string;
|
|
37
|
-
'fabric.elements.user-picker.team.byline': string;
|
|
38
|
-
'fabric.elements.user-picker.team.byline.official': string;
|
|
39
|
-
'fabric.elements.user-picker.team.member.50plus': string;
|
|
40
|
-
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
41
|
-
'fabric.elements.user-picker.team.member.50plus.official': string;
|
|
42
|
-
'fabric.elements.user-picker.team.member.50plus.official.including.you': string;
|
|
43
|
-
'fabric.elements.user-picker.team.member.count': string;
|
|
44
|
-
'fabric.elements.user-picker.team.member.count.including.you': string;
|
|
45
|
-
'fabric.elements.user-picker.team.member.count.official': string;
|
|
46
|
-
'fabric.elements.user-picker.team.member.count.official.including.you': string;
|
|
47
|
-
'fabric.elements.user-picker.team.type.label': string;
|
|
48
|
-
'fabric.elements.user-picker.user.type.label': string;
|
|
49
|
-
};
|
|
50
|
-
export default _default;
|
|
@@ -1,50 +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.custom.type.label': string;
|
|
9
|
-
'fabric.elements.user-picker.email.add': string;
|
|
10
|
-
'fabric.elements.user-picker.email.add.potential': string;
|
|
11
|
-
'fabric.elements.user-picker.email.select.to.add': string;
|
|
12
|
-
'fabric.elements.user-picker.email.type.label': string;
|
|
13
|
-
'fabric.elements.user-picker.error.message': string;
|
|
14
|
-
'fabric.elements.user-picker.external.sourced.error': string;
|
|
15
|
-
'fabric.elements.user-picker.external.sourced.from': string;
|
|
16
|
-
'fabric.elements.user-picker.external.user.type.label': string;
|
|
17
|
-
'fabric.elements.user-picker.github.provider': string;
|
|
18
|
-
'fabric.elements.user-picker.google.provider': string;
|
|
19
|
-
'fabric.elements.user-picker.group.byline': string;
|
|
20
|
-
'fabric.elements.user-picker.group.byline.admin-managed': string;
|
|
21
|
-
'fabric.elements.user-picker.group.type.label': string;
|
|
22
|
-
'fabric.elements.user-picker.guest.lozenge.text': string;
|
|
23
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': string;
|
|
24
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': string;
|
|
25
|
-
'fabric.elements.user-picker.member.lozenge.text': string;
|
|
26
|
-
'fabric.elements.user-picker.microsoft.provider': string;
|
|
27
|
-
'fabric.elements.user-picker.multi.remove-item': string;
|
|
28
|
-
'fabric.elements.user-picker.other.type.label': string;
|
|
29
|
-
'fabric.elements.user-picker.placeholder': string;
|
|
30
|
-
'fabric.elements.user-picker.placeholder.add-more': string;
|
|
31
|
-
'fabric.elements.user-picker.single.clear': string;
|
|
32
|
-
'fabric.elements.user-picker.slack.provider': string;
|
|
33
|
-
'fabric.elements.user-picker.source.confluence': string;
|
|
34
|
-
'fabric.elements.user-picker.source.jira': string;
|
|
35
|
-
'fabric.elements.user-picker.source.other-atlassian': string;
|
|
36
|
-
'fabric.elements.user-picker.source.other-atlassian-appify': string;
|
|
37
|
-
'fabric.elements.user-picker.team.byline': string;
|
|
38
|
-
'fabric.elements.user-picker.team.byline.official': string;
|
|
39
|
-
'fabric.elements.user-picker.team.member.50plus': string;
|
|
40
|
-
'fabric.elements.user-picker.team.member.50plus.including.you': string;
|
|
41
|
-
'fabric.elements.user-picker.team.member.50plus.official': string;
|
|
42
|
-
'fabric.elements.user-picker.team.member.50plus.official.including.you': string;
|
|
43
|
-
'fabric.elements.user-picker.team.member.count': string;
|
|
44
|
-
'fabric.elements.user-picker.team.member.count.including.you': string;
|
|
45
|
-
'fabric.elements.user-picker.team.member.count.official': string;
|
|
46
|
-
'fabric.elements.user-picker.team.member.count.official.including.you': string;
|
|
47
|
-
'fabric.elements.user-picker.team.type.label': string;
|
|
48
|
-
'fabric.elements.user-picker.user.type.label': string;
|
|
49
|
-
};
|
|
50
|
-
export default _default;
|