@atlaskit/reactions 34.4.12 → 34.4.13
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/ConnectedReactionPicker/package.json +1 -8
- package/ConnectedReactionsView/package.json +1 -8
- package/MemoryReactionsStore/package.json +1 -8
- package/MockReactionsClient/package.json +1 -8
- package/Reaction/package.json +1 -8
- package/ReactionConsumer/package.json +1 -8
- package/ReactionPicker/package.json +1 -8
- package/ReactionServiceClient/package.json +1 -8
- package/Reactions/package.json +1 -8
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/package.json +2 -2
- package/reaction/package.json +1 -8
- package/store/package.json +1 -8
- package/types/package.json +1 -8
- package/useCloseManager/package.json +1 -8
- package/dist/types-ts4.5/MockReactionsClient.d.ts +0 -27
- package/dist/types-ts4.5/analytics/index.d.ts +0 -121
- package/dist/types-ts4.5/client/ReactionServiceClient.d.ts +0 -35
- package/dist/types-ts4.5/client/index.d.ts +0 -1
- package/dist/types-ts4.5/components/Counter.d.ts +0 -51
- package/dist/types-ts4.5/components/EmojiButton.d.ts +0 -24
- package/dist/types-ts4.5/components/FlashAnimation.d.ts +0 -23
- package/dist/types-ts4.5/components/Reaction.d.ts +0 -67
- package/dist/types-ts4.5/components/ReactionButton.d.ts +0 -22
- package/dist/types-ts4.5/components/ReactionParticleEffect.d.ts +0 -22
- package/dist/types-ts4.5/components/ReactionPicker.d.ts +0 -119
- package/dist/types-ts4.5/components/ReactionSummaryButton.d.ts +0 -61
- package/dist/types-ts4.5/components/ReactionSummaryView.d.ts +0 -81
- package/dist/types-ts4.5/components/ReactionTooltip.d.ts +0 -43
- package/dist/types-ts4.5/components/ReactionView.d.ts +0 -12
- package/dist/types-ts4.5/components/Reactions.d.ts +0 -206
- package/dist/types-ts4.5/components/ReactionsDialog.d.ts +0 -32
- package/dist/types-ts4.5/components/ReactionsDialogHeader.d.ts +0 -15
- package/dist/types-ts4.5/components/ReactionsDialogTrigger.d.ts +0 -5
- package/dist/types-ts4.5/components/ReactionsList.d.ts +0 -20
- package/dist/types-ts4.5/components/RepositionOnUpdate.d.ts +0 -13
- package/dist/types-ts4.5/components/Selector.d.ts +0 -36
- package/dist/types-ts4.5/components/ShowMore.d.ts +0 -15
- package/dist/types-ts4.5/components/StaticReaction.d.ts +0 -11
- package/dist/types-ts4.5/components/Trigger.d.ts +0 -83
- package/dist/types-ts4.5/components/UfoErrorBoundary.d.ts +0 -17
- package/dist/types-ts4.5/components/index.d.ts +0 -9
- package/dist/types-ts4.5/containers/ConnectedReactionPicker/ConnectedReactionPicker.d.ts +0 -23
- package/dist/types-ts4.5/containers/ConnectedReactionPicker/index.d.ts +0 -2
- package/dist/types-ts4.5/containers/ConnectedReactionsView/ConnectedReactionsView.d.ts +0 -56
- package/dist/types-ts4.5/containers/ConnectedReactionsView/index.d.ts +0 -2
- package/dist/types-ts4.5/containers/index.d.ts +0 -2
- package/dist/types-ts4.5/hooks/useCloseManager.d.ts +0 -20
- package/dist/types-ts4.5/hooks/useDelayedState.d.ts +0 -6
- package/dist/types-ts4.5/hooks/useFocusTrap.d.ts +0 -5
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -27
- package/dist/types-ts4.5/i18n/da.d.ts +0 -27
- package/dist/types-ts4.5/i18n/de.d.ts +0 -26
- package/dist/types-ts4.5/i18n/en.d.ts +0 -27
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -27
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -27
- package/dist/types-ts4.5/i18n/es.d.ts +0 -27
- package/dist/types-ts4.5/i18n/et.d.ts +0 -11
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -26
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -27
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -27
- package/dist/types-ts4.5/i18n/index.d.ts +0 -37
- package/dist/types-ts4.5/i18n/is.d.ts +0 -6
- package/dist/types-ts4.5/i18n/it.d.ts +0 -27
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -27
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -26
- package/dist/types-ts4.5/i18n/languages.d.ts +0 -28
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -26
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -27
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -27
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -27
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -11
- package/dist/types-ts4.5/i18n/ro.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -26
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -11
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -27
- package/dist/types-ts4.5/i18n/th.d.ts +0 -27
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -27
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -27
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -27
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -27
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -26
- package/dist/types-ts4.5/index.d.ts +0 -34
- package/dist/types-ts4.5/shared/constants.d.ts +0 -34
- package/dist/types-ts4.5/shared/i18n.d.ts +0 -87
- package/dist/types-ts4.5/shared/utils.d.ts +0 -18
- package/dist/types-ts4.5/store/MemoryReactionsStore.d.ts +0 -99
- package/dist/types-ts4.5/store/ReactionConsumer.d.ts +0 -57
- package/dist/types-ts4.5/store/batched.d.ts +0 -2
- package/dist/types-ts4.5/store/index.d.ts +0 -3
- package/dist/types-ts4.5/store/utils.d.ts +0 -11
- package/dist/types-ts4.5/types/Actions.d.ts +0 -28
- package/dist/types-ts4.5/types/Updater.d.ts +0 -2
- package/dist/types-ts4.5/types/User.d.ts +0 -21
- package/dist/types-ts4.5/types/client.d.ts +0 -38
- package/dist/types-ts4.5/types/index.d.ts +0 -25
- package/dist/types-ts4.5/types/reaction.d.ts +0 -117
- package/dist/types-ts4.5/types/store.d.ts +0 -71
- package/dist/types-ts4.5/ufo/index.d.ts +0 -54
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
type StaticReactionProps = {
|
|
2
|
-
children?: React.ReactNode;
|
|
3
|
-
dataAttributes?: {
|
|
4
|
-
[key: string]: string;
|
|
5
|
-
};
|
|
6
|
-
onFocus?: (event: React.FocusEvent<HTMLButtonElement>) => void;
|
|
7
|
-
onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
8
|
-
testId?: string;
|
|
9
|
-
};
|
|
10
|
-
export declare const StaticReaction: ({ onMouseEnter, onFocus, children, testId, dataAttributes, }: StaticReactionProps) => JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type AriaAttributes } from 'react';
|
|
6
|
-
import { type AnalyticsEvent } from '@atlaskit/analytics-next';
|
|
7
|
-
import { type PickerSize } from '@atlaskit/emoji/types';
|
|
8
|
-
import React from 'react';
|
|
9
|
-
/**
|
|
10
|
-
* Test id for the tooltip
|
|
11
|
-
*/
|
|
12
|
-
export declare const RENDER_TOOLTIP_TRIGGER_TESTID = "render-tooltip-trigger";
|
|
13
|
-
export declare const RENDER_TRIGGER_BUTTON_TESTID = "render-trigger-button";
|
|
14
|
-
export declare const RENDER_TRIGGER_CONTAINER_TESTID = "render-trigger-container";
|
|
15
|
-
export declare const RENDER_LIST_ITEM_WRAPPER_TESTID = "render-list-item-wrapper";
|
|
16
|
-
export interface TriggerProps {
|
|
17
|
-
/**
|
|
18
|
-
* Aria accessibility attributes that will be added to the button
|
|
19
|
-
*/
|
|
20
|
-
ariaAttributes?: AriaAttributes;
|
|
21
|
-
/**
|
|
22
|
-
* Enable/Disable the button to be clickable (defaults to false)
|
|
23
|
-
*/
|
|
24
|
-
disabled?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Optional emoji picker size; when supplied, the default trigger icon is rendered at the
|
|
27
|
-
* matching size ('small' = 12px, 'medium' = 16px). Mirrors the size used by the emoji
|
|
28
|
-
* picker popup so the trigger stays visually consistent. `'large'` is excluded because
|
|
29
|
-
* the underlying icon family does not provide a large variant.
|
|
30
|
-
*/
|
|
31
|
-
emojiPickerSize?: PickerSize;
|
|
32
|
-
fullWidthSelectorTrayReactionPickerTrigger?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Optional prop for controlling if the summary view reaction picker trigger should be full width
|
|
35
|
-
*/
|
|
36
|
-
fullWidthSummaryViewReactionPickerTrigger?: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Optional prop to say if the reactions component is in a list
|
|
39
|
-
*/
|
|
40
|
-
isListItem?: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Optional prop for controlling if reaction picker is opened
|
|
43
|
-
*/
|
|
44
|
-
isSelected?: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* apply "miniMode" className to the button
|
|
47
|
-
*/
|
|
48
|
-
miniMode?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* Optional Event handler when the button to open the picker is clicked
|
|
51
|
-
* @param e Mouse Dom event
|
|
52
|
-
* @param analyticsEvent atlaskit analytics event payload of the button
|
|
53
|
-
*/
|
|
54
|
-
onClick?: (e: React.MouseEvent<HTMLElement>, analyticsEvent: AnalyticsEvent) => void;
|
|
55
|
-
/**
|
|
56
|
-
* Optional prop for controlling icon inside Trigger
|
|
57
|
-
*/
|
|
58
|
-
reactionPickerTriggerIcon?: React.ReactNode;
|
|
59
|
-
/**
|
|
60
|
-
* Optional prop for controlling text inside Trigger
|
|
61
|
-
*/
|
|
62
|
-
reactionPickerTriggerText?: string;
|
|
63
|
-
/**
|
|
64
|
-
* Optional prop for displaying text to add a reaction
|
|
65
|
-
*/
|
|
66
|
-
showAddReactionText?: boolean;
|
|
67
|
-
/**
|
|
68
|
-
* Optional prop for using an opaque button background instead of a transparent background
|
|
69
|
-
*/
|
|
70
|
-
showOpaqueBackground?: boolean;
|
|
71
|
-
/**
|
|
72
|
-
* Optional prop for applying subtle styling to reaction picker
|
|
73
|
-
*/
|
|
74
|
-
subtleReactionsSummaryAndPicker?: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* Tooltip content for trigger button
|
|
77
|
-
*/
|
|
78
|
-
tooltipContent: React.ReactNode;
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Render an emoji button to open the reactions select picker
|
|
82
|
-
*/
|
|
83
|
-
export declare const Trigger: React.ForwardRefExoticComponent<TriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React, { type ErrorInfo } from 'react';
|
|
2
|
-
import { type UFOExperience } from '@atlaskit/ufo';
|
|
3
|
-
import { type WithSamplingUFOExperience } from '@atlaskit/emoji';
|
|
4
|
-
export interface UfoErrorBoundaryProps {
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
/**
|
|
7
|
-
* UFO Experiences to notify failure when the children components fail on rendering
|
|
8
|
-
*/
|
|
9
|
-
experiences: UFOExperience[] | WithSamplingUFOExperience[];
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Error boundary wrapper to notify "failure" for UFO events of components when there was a re-rendering exception caught inside the `componentDidCatch` event handler
|
|
13
|
-
*/
|
|
14
|
-
export declare class UfoErrorBoundary extends React.Component<UfoErrorBoundaryProps> {
|
|
15
|
-
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
16
|
-
render(): React.ReactNode;
|
|
17
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { Reaction } from './Reaction';
|
|
2
|
-
export type { ReactionProps } from './Reaction';
|
|
3
|
-
export { ReactionPicker } from './ReactionPicker';
|
|
4
|
-
export type { ReactionPickerProps } from './ReactionPicker';
|
|
5
|
-
export { Reactions } from './Reactions';
|
|
6
|
-
export type { ReactionsProps } from './Reactions';
|
|
7
|
-
export { UfoErrorBoundary } from './UfoErrorBoundary';
|
|
8
|
-
export type { UfoErrorBoundaryProps } from './UfoErrorBoundary';
|
|
9
|
-
export { ReactionsDialog } from './ReactionsDialog';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type ReactionPickerProps } from '../../components';
|
|
3
|
-
import { type StorePropInput } from '../../types';
|
|
4
|
-
export interface ConnectedReactionPickerProps extends Omit<ReactionPickerProps, 'onSelection'> {
|
|
5
|
-
/**
|
|
6
|
-
* Individual id for a reaction
|
|
7
|
-
*/
|
|
8
|
-
ari: string;
|
|
9
|
-
/**
|
|
10
|
-
* Wrapper id for reactions list
|
|
11
|
-
*/
|
|
12
|
-
containerAri: string;
|
|
13
|
-
/**
|
|
14
|
-
* Reference to the store.
|
|
15
|
-
* @remarks
|
|
16
|
-
* This was initially implemented with a sync and Async versions and will be replaced with just a sync Store in a future release (Please use only the sync version)
|
|
17
|
-
*/
|
|
18
|
-
store: StorePropInput;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Reaction Picker component
|
|
22
|
-
*/
|
|
23
|
-
export declare const ConnectedReactionPicker: (props: React.PropsWithChildren<ConnectedReactionPickerProps>) => React.JSX.Element;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type ReactionsProps, type ReactionPickerProps } from '../../components';
|
|
3
|
-
import { ReactionStatus, type Actions, type State, type StorePropInput } from '../../types';
|
|
4
|
-
import { type ReactionSummary, type ReactionUpdateSuccess } from '../../types/reaction';
|
|
5
|
-
export interface ConnectedReactionsViewProps extends Pick<ReactionsProps, 'quickReactionEmojis' | 'onDialogOpenCallback' | 'onDialogCloseCallback' | 'onDialogSelectReactionCallback' | 'allowUserDialog' | 'allowAllEmojis' | 'emojiProvider' | 'emojiPickerSize' | 'miniMode' | 'summaryViewEnabled' | 'subtleReactionsSummaryAndPicker' | 'onlyRenderPicker' | 'isViewOnly' | 'allowSelectFromSummaryView' | 'reactionPickerPopperZIndex'>, Pick<ReactionPickerProps, 'pickerQuickReactionEmojiIds'> {
|
|
6
|
-
/**
|
|
7
|
-
* Individual id for a reaction
|
|
8
|
-
*/
|
|
9
|
-
ari: string;
|
|
10
|
-
/**
|
|
11
|
-
* Wrapper id for reactions list
|
|
12
|
-
*/
|
|
13
|
-
containerAri: string;
|
|
14
|
-
/**
|
|
15
|
-
* Callback function when a reaction is successfully added
|
|
16
|
-
*/
|
|
17
|
-
onReactionSuccess?: ReactionUpdateSuccess;
|
|
18
|
-
/**
|
|
19
|
-
* Optional boolean to control if particle animation on reactions appear
|
|
20
|
-
*/
|
|
21
|
-
particleEffectByEmojiEnabled?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Reference to the store.
|
|
24
|
-
* @remarks
|
|
25
|
-
* This was initially implemented with a sync and Async versions and will be replaced with just a sync Store in a future release (Please use only the sync version)
|
|
26
|
-
*/
|
|
27
|
-
store: StorePropInput;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Export the mapper function outside the component so easier to do unit tests
|
|
31
|
-
*/
|
|
32
|
-
export declare const mapStateToPropsHelper: (containerAri: string, ari: string, particleEffectByEmojiEnabled?: boolean, state?: State) => {
|
|
33
|
-
status: ReactionStatus;
|
|
34
|
-
reactions: never[];
|
|
35
|
-
flash?: undefined;
|
|
36
|
-
particleEffectByEmoji?: undefined;
|
|
37
|
-
} | {
|
|
38
|
-
reactions: ReactionSummary[];
|
|
39
|
-
status: ReactionStatus.ready;
|
|
40
|
-
flash: {
|
|
41
|
-
[emojiId: string]: boolean;
|
|
42
|
-
};
|
|
43
|
-
particleEffectByEmoji: {
|
|
44
|
-
[emojiId: string]: boolean;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
/**
|
|
48
|
-
* Export the mapper function outside the component so easier to do unit tests
|
|
49
|
-
*/
|
|
50
|
-
export declare const mapDispatchToPropsHelper: (actions: Actions, containerAri: string, ari: string, successCallBack?: ReactionUpdateSuccess) => {
|
|
51
|
-
loadReaction: () => void;
|
|
52
|
-
onReactionClick: (emojiId: string) => void;
|
|
53
|
-
getReactionDetails: (emojiId: string) => void;
|
|
54
|
-
onSelection: (emojiId: string) => void;
|
|
55
|
-
};
|
|
56
|
-
export declare const ConnectedReactionsView: (props: React.PropsWithChildren<ConnectedReactionsViewProps>) => React.JSX.Element;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type React from 'react';
|
|
2
|
-
type callbackType = 'CLICK_OUTSIDE' | 'ESCAPE';
|
|
3
|
-
/**
|
|
4
|
-
* Custom hook to detect when user action is outside given container ref or press escape key
|
|
5
|
-
* @param ref ref object to an html element
|
|
6
|
-
* @param callback event callback when detected a click outside the ref object or escape key is pressed
|
|
7
|
-
* @param useCapture (Optional) use capture phase of event. @default false
|
|
8
|
-
* @param enabled (Optional) enable/disable the outside click or escape key press handler. @default true
|
|
9
|
-
*/
|
|
10
|
-
export declare function useCloseManager(ref: React.RefObject<HTMLElement>, callback: (type: callbackType) => void, useCapture?: boolean, enabled?: boolean): void;
|
|
11
|
-
/**
|
|
12
|
-
* Custom hook to detect when user action is outside given container ref or press escape key
|
|
13
|
-
* Used within ReactionPickerNew
|
|
14
|
-
* @param ref ref object to an html element
|
|
15
|
-
* @param callback event callback when detected a click outside the ref object or escape key is pressed
|
|
16
|
-
* @param useCapture (Optional) use capture phase of event. @default false
|
|
17
|
-
* @param enabled (Optional) enable/disable the outside click or escape key press handler. @default true
|
|
18
|
-
*/
|
|
19
|
-
export declare function useCloseManagerV2(popupRef: HTMLElement | null, triggerRef: HTMLElement | null, callback: (type: callbackType) => void, useCapture?: boolean, enabled?: boolean): void;
|
|
20
|
-
export {};
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,26 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.left.navigate': string;
|
|
21
|
-
'reactions.dialog.reactions.count': string;
|
|
22
|
-
'reactions.dialog.right.navigate': string;
|
|
23
|
-
'reactions.dialog.viewall': string;
|
|
24
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,11 +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.reactions.error.unexpected': string;
|
|
9
|
-
'fabric.reactions.loading': string;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
@@ -1,26 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.left.navigate': string;
|
|
21
|
-
'reactions.dialog.reactions.count': string;
|
|
22
|
-
'reactions.dialog.right.navigate': string;
|
|
23
|
-
'reactions.dialog.viewall': string;
|
|
24
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file was automatically generated by i18n-tools
|
|
5
|
-
* which is now deprecated. Changes must now be made
|
|
6
|
-
* manually.
|
|
7
|
-
*/
|
|
8
|
-
export { default as zh } from './zh';
|
|
9
|
-
export { default as zh_TW } from './zh_TW';
|
|
10
|
-
export { default as cs } from './cs';
|
|
11
|
-
export { default as da } from './da';
|
|
12
|
-
export { default as nl } from './nl';
|
|
13
|
-
export { default as et } from './et';
|
|
14
|
-
export { default as fi } from './fi';
|
|
15
|
-
export { default as fr } from './fr';
|
|
16
|
-
export { default as de } from './de';
|
|
17
|
-
export { default as hu } from './hu';
|
|
18
|
-
export { default as it } from './it';
|
|
19
|
-
export { default as ja } from './ja';
|
|
20
|
-
export { default as ko } from './ko';
|
|
21
|
-
export { default as nb } from './nb';
|
|
22
|
-
export { default as pl } from './pl';
|
|
23
|
-
export { default as pt_BR } from './pt_BR';
|
|
24
|
-
export { default as pt_PT } from './pt_PT';
|
|
25
|
-
export { default as ru } from './ru';
|
|
26
|
-
export { default as sk } from './sk';
|
|
27
|
-
export { default as es } from './es';
|
|
28
|
-
export { default as sv } from './sv';
|
|
29
|
-
export { default as th } from './th';
|
|
30
|
-
export { default as tr } from './tr';
|
|
31
|
-
export { default as uk } from './uk';
|
|
32
|
-
export { default as vi } from './vi';
|
|
33
|
-
export { default as en } from './en';
|
|
34
|
-
export { default as en_GB } from './en_GB';
|
|
35
|
-
export { default as en_ZZ } from './en_ZZ';
|
|
36
|
-
export { default as is } from './is';
|
|
37
|
-
export { default as ro } from './ro';
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +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.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|