@atlaskit/reactions 33.8.0 → 33.8.2
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 +15 -0
- package/afm-cc/tsconfig.json +2 -1
- package/afm-jira/tsconfig.json +2 -1
- package/afm-products/tsconfig.json +2 -1
- package/dist/cjs/components/Reaction.compiled.css +1 -0
- package/dist/cjs/components/Reaction.js +3 -10
- package/dist/cjs/components/ReactionPicker.js +5 -8
- package/dist/cjs/components/Reactions.compiled.css +1 -5
- package/dist/cjs/components/Reactions.js +105 -176
- package/dist/cjs/components/Trigger.js +1 -1
- package/dist/cjs/i18n/cs.js +21 -3
- package/dist/cjs/i18n/da.js +21 -3
- package/dist/cjs/i18n/de.js +20 -3
- package/dist/cjs/i18n/en.js +21 -3
- package/dist/cjs/i18n/en_GB.js +21 -3
- package/dist/cjs/i18n/en_ZZ.js +21 -3
- package/dist/cjs/i18n/es.js +21 -3
- package/dist/cjs/i18n/fi.js +20 -3
- package/dist/cjs/i18n/fr.js +21 -3
- package/dist/cjs/i18n/hu.js +21 -3
- package/dist/cjs/i18n/it.js +21 -3
- package/dist/cjs/i18n/ja.js +21 -3
- package/dist/cjs/i18n/ko.js +20 -3
- package/dist/cjs/i18n/nb.js +20 -3
- package/dist/cjs/i18n/nl.js +21 -3
- package/dist/cjs/i18n/pl.js +21 -3
- package/dist/cjs/i18n/pt_BR.js +21 -3
- package/dist/cjs/i18n/ru.js +20 -3
- package/dist/cjs/i18n/sv.js +21 -3
- package/dist/cjs/i18n/th.js +21 -3
- package/dist/cjs/i18n/tr.js +21 -3
- package/dist/cjs/i18n/uk.js +21 -3
- package/dist/cjs/i18n/vi.js +21 -3
- package/dist/cjs/i18n/zh.js +21 -3
- package/dist/cjs/i18n/zh_TW.js +20 -3
- package/dist/cjs/shared/i18n.js +1 -0
- package/dist/es2019/components/Reaction.compiled.css +1 -0
- package/dist/es2019/components/Reaction.js +3 -9
- package/dist/es2019/components/ReactionPicker.js +5 -8
- package/dist/es2019/components/Reactions.compiled.css +1 -5
- package/dist/es2019/components/Reactions.js +28 -97
- package/dist/es2019/components/Trigger.js +1 -1
- package/dist/es2019/i18n/cs.js +21 -3
- package/dist/es2019/i18n/da.js +21 -3
- package/dist/es2019/i18n/de.js +20 -3
- package/dist/es2019/i18n/en.js +21 -3
- package/dist/es2019/i18n/en_GB.js +21 -3
- package/dist/es2019/i18n/en_ZZ.js +21 -3
- package/dist/es2019/i18n/es.js +21 -3
- package/dist/es2019/i18n/fi.js +20 -3
- package/dist/es2019/i18n/fr.js +21 -3
- package/dist/es2019/i18n/hu.js +21 -3
- package/dist/es2019/i18n/it.js +21 -3
- package/dist/es2019/i18n/ja.js +21 -3
- package/dist/es2019/i18n/ko.js +20 -3
- package/dist/es2019/i18n/nb.js +20 -3
- package/dist/es2019/i18n/nl.js +21 -3
- package/dist/es2019/i18n/pl.js +21 -3
- package/dist/es2019/i18n/pt_BR.js +21 -3
- package/dist/es2019/i18n/ru.js +20 -3
- package/dist/es2019/i18n/sv.js +21 -3
- package/dist/es2019/i18n/th.js +21 -3
- package/dist/es2019/i18n/tr.js +21 -3
- package/dist/es2019/i18n/uk.js +21 -3
- package/dist/es2019/i18n/vi.js +21 -3
- package/dist/es2019/i18n/zh.js +21 -3
- package/dist/es2019/i18n/zh_TW.js +20 -3
- package/dist/es2019/shared/i18n.js +1 -0
- package/dist/esm/components/Reaction.compiled.css +1 -0
- package/dist/esm/components/Reaction.js +3 -10
- package/dist/esm/components/ReactionPicker.js +5 -8
- package/dist/esm/components/Reactions.compiled.css +1 -5
- package/dist/esm/components/Reactions.js +105 -176
- package/dist/esm/components/Trigger.js +1 -1
- package/dist/esm/i18n/cs.js +21 -3
- package/dist/esm/i18n/da.js +21 -3
- package/dist/esm/i18n/de.js +20 -3
- package/dist/esm/i18n/en.js +21 -3
- package/dist/esm/i18n/en_GB.js +21 -3
- package/dist/esm/i18n/en_ZZ.js +21 -3
- package/dist/esm/i18n/es.js +21 -3
- package/dist/esm/i18n/fi.js +20 -3
- package/dist/esm/i18n/fr.js +21 -3
- package/dist/esm/i18n/hu.js +21 -3
- package/dist/esm/i18n/it.js +21 -3
- package/dist/esm/i18n/ja.js +21 -3
- package/dist/esm/i18n/ko.js +20 -3
- package/dist/esm/i18n/nb.js +20 -3
- package/dist/esm/i18n/nl.js +21 -3
- package/dist/esm/i18n/pl.js +21 -3
- package/dist/esm/i18n/pt_BR.js +21 -3
- package/dist/esm/i18n/ru.js +20 -3
- package/dist/esm/i18n/sv.js +21 -3
- package/dist/esm/i18n/th.js +21 -3
- package/dist/esm/i18n/tr.js +21 -3
- package/dist/esm/i18n/uk.js +21 -3
- package/dist/esm/i18n/vi.js +21 -3
- package/dist/esm/i18n/zh.js +21 -3
- package/dist/esm/i18n/zh_TW.js +20 -3
- package/dist/esm/shared/i18n.js +1 -0
- package/dist/types/components/Reaction.d.ts +1 -5
- package/dist/types/containers/ConnectedReactionsView/ConnectedReactionsView.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +21 -2
- package/dist/types/i18n/da.d.ts +21 -2
- package/dist/types/i18n/de.d.ts +20 -2
- package/dist/types/i18n/en.d.ts +21 -2
- package/dist/types/i18n/en_GB.d.ts +21 -2
- package/dist/types/i18n/en_ZZ.d.ts +21 -2
- package/dist/types/i18n/es.d.ts +21 -2
- package/dist/types/i18n/fi.d.ts +20 -2
- package/dist/types/i18n/fr.d.ts +21 -2
- package/dist/types/i18n/hu.d.ts +21 -2
- package/dist/types/i18n/it.d.ts +21 -2
- package/dist/types/i18n/ja.d.ts +21 -2
- package/dist/types/i18n/ko.d.ts +20 -2
- package/dist/types/i18n/nb.d.ts +20 -2
- package/dist/types/i18n/nl.d.ts +21 -2
- package/dist/types/i18n/pl.d.ts +21 -2
- package/dist/types/i18n/pt_BR.d.ts +21 -2
- package/dist/types/i18n/ru.d.ts +20 -2
- package/dist/types/i18n/sv.d.ts +21 -2
- package/dist/types/i18n/th.d.ts +21 -2
- package/dist/types/i18n/tr.d.ts +21 -2
- package/dist/types/i18n/uk.d.ts +21 -2
- package/dist/types/i18n/vi.d.ts +21 -2
- package/dist/types/i18n/zh.d.ts +21 -2
- package/dist/types/i18n/zh_TW.d.ts +20 -2
- package/dist/types-ts4.5/components/Reaction.d.ts +1 -5
- package/dist/types-ts4.5/containers/ConnectedReactionsView/ConnectedReactionsView.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +21 -2
- package/dist/types-ts4.5/i18n/da.d.ts +21 -2
- package/dist/types-ts4.5/i18n/de.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en.d.ts +21 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +21 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +21 -2
- package/dist/types-ts4.5/i18n/es.d.ts +21 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +20 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +21 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +21 -2
- package/dist/types-ts4.5/i18n/it.d.ts +21 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +21 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +20 -2
- package/dist/types-ts4.5/i18n/nb.d.ts +20 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +21 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +21 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +21 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +20 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +21 -2
- package/dist/types-ts4.5/i18n/th.d.ts +21 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +21 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +21 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +21 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +21 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +20 -2
- package/package.json +7 -16
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -23,10 +23,6 @@ export interface ReactionProps {
|
|
|
23
23
|
* Optional function when the user wants to open the Reactions Dialog
|
|
24
24
|
*/
|
|
25
25
|
handleOpenReactionsDialog?: (options?: OpenReactionsDialogOptions) => void;
|
|
26
|
-
/**
|
|
27
|
-
* Optional prop to say if the reaction component is in a list
|
|
28
|
-
*/
|
|
29
|
-
isListItem?: boolean;
|
|
30
26
|
/**
|
|
31
27
|
* Optional prop for controlling if the reactions component is view only, disabling adding reactions
|
|
32
28
|
*/
|
|
@@ -63,4 +59,4 @@ export interface ReactionProps {
|
|
|
63
59
|
/**
|
|
64
60
|
* Render an emoji reaction button
|
|
65
61
|
*/
|
|
66
|
-
export declare const Reaction: ({ emojiProvider, onClick, reaction, onMouseEnter, onFocused, flash, showParticleEffect, showOpaqueBackground, allowUserDialog, handleOpenReactionsDialog, isViewOnly, showSubtleStyle,
|
|
62
|
+
export declare const Reaction: ({ emojiProvider, onClick, reaction, onMouseEnter, onFocused, flash, showParticleEffect, showOpaqueBackground, allowUserDialog, handleOpenReactionsDialog, isViewOnly, showSubtleStyle, }: ReactionProps) => JSX.Element;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { type ReactionsProps, type ReactionPickerProps } from '../../components';
|
|
3
3
|
import { ReactionStatus, type Actions, type State, type StorePropInput } from '../../types';
|
|
4
4
|
import { 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'
|
|
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
6
|
/**
|
|
7
7
|
* Individual id for a reaction
|
|
8
8
|
*/
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
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;
|