@atlaskit/media-ui 22.4.0 → 22.4.1
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/browser/package.json +2 -2
- package/classNames/package.json +2 -2
- package/codeViewer/package.json +2 -2
- package/dist/cjs/customMediaPlayer/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/customMediaPlayer/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/MediaButton.d.ts +3 -3
- package/dist/types/browser.d.ts +1 -1
- package/dist/types/customMediaPlayer/analytics/events/screen/customMediaPlayer.d.ts +2 -2
- package/dist/types/customMediaPlayer/analytics/events/track/playCount.d.ts +2 -2
- package/dist/types/customMediaPlayer/analytics/events/track/played.d.ts +2 -2
- package/dist/types/customMediaPlayer/analytics/events/ui/mediaButtonClicked.d.ts +1 -1
- package/dist/types/customMediaPlayer/analytics/events/ui/playPauseBlanketClicked.d.ts +1 -1
- package/dist/types/customMediaPlayer/analytics/events/ui/playbackSpeedChanged.d.ts +1 -1
- package/dist/types/customMediaPlayer/analytics/events/ui/shortcutPressed.d.ts +1 -1
- package/dist/types/customMediaPlayer/analytics/events/ui/timeRangeNavigated.d.ts +1 -1
- package/dist/types/customMediaPlayer/analytics/utils/analytics.d.ts +3 -3
- package/dist/types/customMediaPlayer/analytics/utils/playbackAttributes.d.ts +5 -5
- package/dist/types/customMediaPlayer/fullscreen.d.ts +1 -1
- package/dist/types/customMediaPlayer/index.d.ts +1 -1
- package/dist/types/customMediaPlayer/styled.d.ts +1 -1
- package/dist/types/customMediaPlayer/types.d.ts +2 -2
- package/dist/types/formatDate.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +6 -6
- package/dist/types/i18n/da.d.ts +6 -6
- package/dist/types/i18n/de.d.ts +6 -6
- package/dist/types/i18n/en.d.ts +6 -6
- package/dist/types/i18n/en_GB.d.ts +6 -6
- package/dist/types/i18n/en_ZZ.d.ts +6 -6
- package/dist/types/i18n/es.d.ts +6 -6
- package/dist/types/i18n/et.d.ts +6 -6
- package/dist/types/i18n/fi.d.ts +6 -6
- package/dist/types/i18n/fr.d.ts +6 -6
- package/dist/types/i18n/hu.d.ts +6 -6
- package/dist/types/i18n/it.d.ts +6 -6
- package/dist/types/i18n/ja.d.ts +6 -6
- package/dist/types/i18n/ko.d.ts +6 -6
- package/dist/types/i18n/nb.d.ts +6 -6
- package/dist/types/i18n/nl.d.ts +6 -6
- package/dist/types/i18n/pl.d.ts +6 -6
- package/dist/types/i18n/pt_BR.d.ts +6 -6
- package/dist/types/i18n/pt_PT.d.ts +6 -6
- package/dist/types/i18n/ru.d.ts +6 -6
- package/dist/types/i18n/sk.d.ts +6 -6
- package/dist/types/i18n/sv.d.ts +6 -6
- package/dist/types/i18n/th.d.ts +6 -6
- package/dist/types/i18n/tr.d.ts +6 -6
- package/dist/types/i18n/uk.d.ts +6 -6
- package/dist/types/i18n/vi.d.ts +6 -6
- package/dist/types/i18n/zh.d.ts +6 -6
- package/dist/types/i18n/zh_TW.d.ts +6 -6
- package/dist/types/imageMetaData/types.d.ts +6 -6
- package/dist/types/messages.d.ts +3 -3
- package/dist/types/mime-type-icon.d.ts +1 -1
- package/dist/types/shortcut.d.ts +3 -3
- package/dist/types/truncateText.d.ts +3 -3
- package/dist/types/types.d.ts +2 -2
- package/errorIcon/package.json +2 -2
- package/formatDate/package.json +2 -2
- package/locales/package.json +2 -2
- package/media-type-icon/package.json +2 -2
- package/messages/package.json +2 -2
- package/mime-type-icon/package.json +2 -2
- package/modalSpinner/package.json +2 -2
- package/package.json +12 -4
- package/truncateText/package.json +2 -2
- package/types/package.json +2 -2
- package/util/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/browser/package.json
CHANGED
package/classNames/package.json
CHANGED
package/codeViewer/package.json
CHANGED
|
@@ -51,7 +51,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
51
51
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */ // Keep media player components used in media-viewer to use static colors from the new color palette to
|
|
52
52
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
53
53
|
var packageName = "@atlaskit/media-ui";
|
|
54
|
-
var packageVersion = "22.4.
|
|
54
|
+
var packageVersion = "22.4.1";
|
|
55
55
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
56
56
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
57
57
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/cjs/version.json
CHANGED
|
@@ -34,7 +34,7 @@ import Tooltip from '@atlaskit/tooltip';
|
|
|
34
34
|
import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
|
|
35
35
|
import { getControlsWrapperClassName } from './getControlsWrapperClassName';
|
|
36
36
|
const packageName = "@atlaskit/media-ui";
|
|
37
|
-
const packageVersion = "22.4.
|
|
37
|
+
const packageVersion = "22.4.1";
|
|
38
38
|
const MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
39
39
|
const SMALL_VIDEO_MAX_WIDTH = 160;
|
|
40
40
|
const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/es2019/version.json
CHANGED
|
@@ -44,7 +44,7 @@ import Tooltip from '@atlaskit/tooltip';
|
|
|
44
44
|
import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
|
|
45
45
|
import { getControlsWrapperClassName } from './getControlsWrapperClassName';
|
|
46
46
|
var packageName = "@atlaskit/media-ui";
|
|
47
|
-
var packageVersion = "22.4.
|
|
47
|
+
var packageVersion = "22.4.1";
|
|
48
48
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
49
49
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
50
50
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/esm/version.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { RefObject } from 'react';
|
|
2
2
|
import { ButtonProps } from '@atlaskit/button/types';
|
|
3
3
|
import { CustomThemeButtonProps, Appearance } from '@atlaskit/button/types';
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
type MediaButtonAppearance = Appearance;
|
|
5
|
+
type WithMediaButtonAppearance<T> = Omit<T, 'appearance'> & {
|
|
6
6
|
appearance?: MediaButtonAppearance;
|
|
7
7
|
};
|
|
8
8
|
export interface MediaButtonProps extends ButtonProps {
|
|
9
9
|
buttonRef?: RefObject<HTMLButtonElement>;
|
|
10
10
|
}
|
|
11
|
-
|
|
11
|
+
type Props = WithMediaButtonAppearance<CustomThemeButtonProps> & {
|
|
12
12
|
buttonRef?: RefObject<HTMLButtonElement>;
|
|
13
13
|
};
|
|
14
14
|
export default function MediaButton({ appearance, buttonRef, ...rest }: Props): JSX.Element;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ScreenAttributes, ScreenEventPayload } from '@atlaskit/media-common';
|
|
2
2
|
import { PlaybackState, WithPlaybackAttributes } from '../../utils/playbackAttributes';
|
|
3
3
|
import { CustomMediaPlayerType, WithCustomMediaPlayerType } from '../../../types';
|
|
4
|
-
export
|
|
5
|
-
export declare const createCustomMediaPlayerScreenEvent: (type: CustomMediaPlayerType, playbackState: PlaybackState, fileId?: string
|
|
4
|
+
export type CustomMediaPlayerScreenEventPayload = ScreenEventPayload<ScreenAttributes & WithPlaybackAttributes & WithCustomMediaPlayerType, 'customMediaPlayerScreen'>;
|
|
5
|
+
export declare const createCustomMediaPlayerScreenEvent: (type: CustomMediaPlayerType, playbackState: PlaybackState, fileId?: string) => CustomMediaPlayerScreenEventPayload;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TrackAttributes, TrackEventPayload } from '@atlaskit/media-common';
|
|
2
2
|
import { PlaybackState, WithPlaybackAttributes } from '../../utils/playbackAttributes';
|
|
3
3
|
import { CustomMediaPlayerType, WithCustomMediaPlayerType } from '../../../types';
|
|
4
|
-
export
|
|
5
|
-
export declare const createFirstPlayedTrackEvent: (type: CustomMediaPlayerType, playbackState: PlaybackState, fileId?: string
|
|
4
|
+
export type FirstPlayedTrackEventPayload = TrackEventPayload<TrackAttributes & WithPlaybackAttributes & WithCustomMediaPlayerType, 'firstPlayed', 'customMediaPlayer'>;
|
|
5
|
+
export declare const createFirstPlayedTrackEvent: (type: CustomMediaPlayerType, playbackState: PlaybackState, fileId?: string) => FirstPlayedTrackEventPayload;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TrackAttributes, TrackEventPayload } from '@atlaskit/media-common';
|
|
2
2
|
import { PlaybackState, WithPlaybackAttributes } from '../../utils/playbackAttributes';
|
|
3
3
|
import { CustomMediaPlayerType, WithCustomMediaPlayerType } from '../../../types';
|
|
4
|
-
export
|
|
5
|
-
export declare const createPlayedTrackEvent: (type: CustomMediaPlayerType, playbackState: PlaybackState, fileId?: string
|
|
4
|
+
export type PlayedTrackEventPayload = TrackEventPayload<TrackAttributes & WithPlaybackAttributes & WithCustomMediaPlayerType, 'played', 'customMediaPlayer'>;
|
|
5
|
+
export declare const createPlayedTrackEvent: (type: CustomMediaPlayerType, playbackState: PlaybackState, fileId?: string) => PlayedTrackEventPayload;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UIAttributes, UIEventPayload } from '@atlaskit/media-common';
|
|
2
2
|
import { PlaybackState, WithPlaybackAttributes } from '../../utils/playbackAttributes';
|
|
3
3
|
import { CustomMediaPlayerType, WithCustomMediaPlayerType } from '../../../types';
|
|
4
|
-
export
|
|
4
|
+
export type MediaButtonClickEventPayload = UIEventPayload<UIAttributes & WithPlaybackAttributes & WithCustomMediaPlayerType, 'clicked', 'button'>;
|
|
5
5
|
export declare function createMediaButtonClickedEvent(type: CustomMediaPlayerType, playbackState: PlaybackState, buttonType?: string, fileId?: string): MediaButtonClickEventPayload;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UIAttributes, UIEventPayload } from '@atlaskit/media-common';
|
|
2
2
|
import { PlaybackState, WithPlaybackAttributes } from '../../utils/playbackAttributes';
|
|
3
3
|
import { CustomMediaPlayerType, WithCustomMediaPlayerType } from '../../../types';
|
|
4
|
-
export
|
|
4
|
+
export type PlayPauseBlanketClickEventPayload = UIEventPayload<UIAttributes & WithPlaybackAttributes & WithCustomMediaPlayerType, 'clicked', 'playPauseBlanket'>;
|
|
5
5
|
export declare function createPlayPauseBlanketClickedEvent(type: CustomMediaPlayerType, playbackState: PlaybackState, fileId?: string): PlayPauseBlanketClickEventPayload;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UIAttributes, UIEventPayload } from '@atlaskit/media-common';
|
|
2
2
|
import { PlaybackState, WithPlaybackAttributes } from '../../utils/playbackAttributes';
|
|
3
3
|
import { CustomMediaPlayerType, WithCustomMediaPlayerType } from '../../../types';
|
|
4
|
-
export
|
|
4
|
+
export type PlaybackSpeedChangeEventPayload = UIEventPayload<UIAttributes & WithPlaybackAttributes & WithCustomMediaPlayerType, 'changed', 'playbackSpeed'>;
|
|
5
5
|
export declare function createPlaybackSpeedChangedEvent(type: CustomMediaPlayerType, playbackState: PlaybackState, fileId?: string): PlaybackSpeedChangeEventPayload;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UIAttributes, UIEventPayload } from '@atlaskit/media-common';
|
|
2
2
|
import { PlaybackState, WithPlaybackAttributes } from '../../utils/playbackAttributes';
|
|
3
3
|
import { CustomMediaPlayerType, WithCustomMediaPlayerType } from '../../../types';
|
|
4
|
-
export
|
|
4
|
+
export type ShortcutPressEventPayload = UIEventPayload<UIAttributes & WithPlaybackAttributes & WithCustomMediaPlayerType, 'pressed', 'shortcut'>;
|
|
5
5
|
export declare function createMediaShortcutPressedEvent(type: CustomMediaPlayerType, playbackState: PlaybackState, shortcutType?: string, fileId?: string): ShortcutPressEventPayload;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UIAttributes, UIEventPayload } from '@atlaskit/media-common';
|
|
2
2
|
import { PlaybackState, WithPlaybackAttributes } from '../../utils/playbackAttributes';
|
|
3
3
|
import { CustomMediaPlayerType, WithCustomMediaPlayerType } from '../../../types';
|
|
4
|
-
export
|
|
4
|
+
export type TimeRangeNavigateEventPayload = UIEventPayload<UIAttributes & WithPlaybackAttributes & WithCustomMediaPlayerType, 'navigated', 'timeRange'>;
|
|
5
5
|
export declare function createTimeRangeNavigatedEvent(type: CustomMediaPlayerType, playbackState: PlaybackState, actionSubjectId?: string, fileId?: string): TimeRangeNavigateEventPayload;
|
|
@@ -9,10 +9,10 @@ import { TimeRangeNavigateEventPayload } from '../events/ui/timeRangeNavigated';
|
|
|
9
9
|
import { FirstPlayedTrackEventPayload } from '../events/track/playCount';
|
|
10
10
|
import { PlayedTrackEventPayload } from '../events/track/played';
|
|
11
11
|
import { CustomMediaPlayerType } from '../../types';
|
|
12
|
-
export
|
|
12
|
+
export type CustomMediaPlayerUIEventPayload = UIEventPayload<UIAttributes & {
|
|
13
13
|
type: CustomMediaPlayerType;
|
|
14
14
|
}, 'default', 'customMediaPlayer'>;
|
|
15
|
-
export
|
|
16
|
-
export
|
|
15
|
+
export type CustomMediaPlayerUIEvent = 'mediaButtonClick' | 'shortcutPress' | 'playPauseBlanketClick' | 'timeRangeNavigate' | 'volumeRangeNavigate' | 'playbackSpeedChange';
|
|
16
|
+
export type CustomMediaPlayerAnalyticsEventPayload = CustomMediaPlayerScreenEventPayload | MediaButtonClickEventPayload | PlaybackSpeedChangeEventPayload | PlayPauseBlanketClickEventPayload | ShortcutPressEventPayload | TimeRangeNavigateEventPayload | CustomMediaPlayerUIEventPayload | FirstPlayedTrackEventPayload | PlayedTrackEventPayload;
|
|
17
17
|
export declare function fireAnalyticsEvent(payload: CustomMediaPlayerAnalyticsEventPayload, createAnalyticsEvent?: CreateUIAnalyticsEvent): void;
|
|
18
18
|
export declare const createAndFireMediaCustomMediaPlayerEvent: (payload: CustomMediaPlayerAnalyticsEventPayload) => (createAnalyticsEvent: CreateUIAnalyticsEvent) => import("@atlaskit/analytics-next").UIAnalyticsEvent;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { VideoState, VideoStatus } from 'react-video-renderer';
|
|
2
|
-
export
|
|
2
|
+
export type WithPlaybackProps = {
|
|
3
3
|
readonly isAutoPlay: boolean;
|
|
4
4
|
readonly isHDAvailable?: boolean;
|
|
5
5
|
readonly isHDActive?: boolean;
|
|
6
6
|
};
|
|
7
|
-
export
|
|
7
|
+
export type WithMediaPlayerState = {
|
|
8
8
|
playerSize: 'small' | 'medium' | 'large';
|
|
9
9
|
isFullScreenEnabled: boolean;
|
|
10
10
|
playbackSpeed: number;
|
|
11
11
|
};
|
|
12
|
-
export
|
|
13
|
-
export
|
|
12
|
+
export type PlaybackState = WithPlaybackProps & WithMediaPlayerState & Partial<VideoState>;
|
|
13
|
+
export type PlaybackAttributes = WithPlaybackProps & WithMediaPlayerState & {
|
|
14
14
|
durationInSec?: number;
|
|
15
15
|
absoluteTimeInSec?: number;
|
|
16
16
|
relativeTime?: number;
|
|
@@ -18,7 +18,7 @@ export declare type PlaybackAttributes = WithPlaybackProps & WithMediaPlayerStat
|
|
|
18
18
|
volume?: number;
|
|
19
19
|
isMuted?: boolean;
|
|
20
20
|
};
|
|
21
|
-
export
|
|
21
|
+
export type WithPlaybackAttributes = {
|
|
22
22
|
playbackAttributes: Partial<PlaybackAttributes>;
|
|
23
23
|
};
|
|
24
24
|
export declare function createPlaybackAttributes(playbackState: PlaybackState): Partial<PlaybackAttributes>;
|
|
@@ -2,4 +2,4 @@ export declare const findVendorSpecificProp: (object: any, propNames: string | s
|
|
|
2
2
|
export declare const requestFullscreen: (element: HTMLElement) => void;
|
|
3
3
|
export declare const exitFullscreen: () => void;
|
|
4
4
|
export declare const getFullscreenElement: () => HTMLElement | undefined;
|
|
5
|
-
export declare const toggleFullscreen: (element?: HTMLElement
|
|
5
|
+
export declare const toggleFullscreen: (element?: HTMLElement) => void;
|
|
@@ -26,7 +26,7 @@ export interface CustomMediaPlayerProps extends WithPlaybackProps, WithShowContr
|
|
|
26
26
|
}
|
|
27
27
|
export interface CustomMediaPlayerState extends WithMediaPlayerState {
|
|
28
28
|
}
|
|
29
|
-
export
|
|
29
|
+
export type Action = () => void;
|
|
30
30
|
export declare class CustomMediaPlayerBase extends Component<CustomMediaPlayerProps & WrappedComponentProps & WithAnalyticsEventsProps, CustomMediaPlayerState> {
|
|
31
31
|
videoWrapperRef: React.RefObject<HTMLDivElement>;
|
|
32
32
|
private actions?;
|
|
@@ -14,7 +14,7 @@ export declare const TimebarWrapper: import("@emotion/styled").StyledComponent<{
|
|
|
14
14
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
15
|
as?: import("react").ElementType<any> | undefined;
|
|
16
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
17
|
-
|
|
17
|
+
type VolumeWrapperProps = {
|
|
18
18
|
showSlider: boolean;
|
|
19
19
|
};
|
|
20
20
|
export declare const VolumeWrapper: import("@emotion/styled").StyledComponent<{
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/et.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -85,10 +91,4 @@ declare const _default: {
|
|
|
85
91
|
'fabric.media.zoom_in': string;
|
|
86
92
|
'fabric.media.zoom_out': string;
|
|
87
93
|
};
|
|
88
|
-
/**
|
|
89
|
-
* NOTE:
|
|
90
|
-
*
|
|
91
|
-
* This file is automatically generated by Traduki 2.0.
|
|
92
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
93
|
-
*/
|
|
94
94
|
export default _default;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'fabric.media.accounts': string;
|
|
3
9
|
'fabric.media.actions': string;
|
|
@@ -123,10 +129,4 @@ declare const _default: {
|
|
|
123
129
|
'fabric.media.zoom_in': string;
|
|
124
130
|
'fabric.media.zoom_out': string;
|
|
125
131
|
};
|
|
126
|
-
/**
|
|
127
|
-
* NOTE:
|
|
128
|
-
*
|
|
129
|
-
* This file is automatically generated by Traduki 2.0.
|
|
130
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
131
|
-
*/
|
|
132
132
|
export default _default;
|