@atlaskit/status 1.2.0 → 1.2.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/dist/cjs/components/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +2 -10
- package/dist/types-ts4.0/components/Status.d.ts +0 -15
- package/dist/types-ts4.0/components/StatusPicker.d.ts +0 -16
- package/dist/types-ts4.0/components/analytics.d.ts +0 -11
- package/dist/types-ts4.0/components/constants.d.ts +0 -1
- package/dist/types-ts4.0/components/i18n.d.ts +0 -37
- package/dist/types-ts4.0/components/internal/color-palette.d.ts +0 -11
- package/dist/types-ts4.0/components/internal/color.d.ts +0 -22
- package/dist/types-ts4.0/element.d.ts +0 -2
- package/dist/types-ts4.0/i18n/cs.d.ts +0 -16
- package/dist/types-ts4.0/i18n/da.d.ts +0 -16
- package/dist/types-ts4.0/i18n/de.d.ts +0 -16
- package/dist/types-ts4.0/i18n/en.d.ts +0 -9
- package/dist/types-ts4.0/i18n/en_GB.d.ts +0 -9
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +0 -16
- package/dist/types-ts4.0/i18n/es.d.ts +0 -16
- package/dist/types-ts4.0/i18n/et.d.ts +0 -15
- package/dist/types-ts4.0/i18n/fi.d.ts +0 -16
- package/dist/types-ts4.0/i18n/fr.d.ts +0 -16
- package/dist/types-ts4.0/i18n/hu.d.ts +0 -16
- package/dist/types-ts4.0/i18n/index.d.ts +0 -35
- package/dist/types-ts4.0/i18n/is.d.ts +0 -9
- package/dist/types-ts4.0/i18n/it.d.ts +0 -16
- package/dist/types-ts4.0/i18n/ja.d.ts +0 -16
- package/dist/types-ts4.0/i18n/ko.d.ts +0 -16
- package/dist/types-ts4.0/i18n/languages.d.ts +0 -27
- package/dist/types-ts4.0/i18n/nb.d.ts +0 -16
- package/dist/types-ts4.0/i18n/nl.d.ts +0 -16
- package/dist/types-ts4.0/i18n/pl.d.ts +0 -16
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +0 -16
- package/dist/types-ts4.0/i18n/pt_PT.d.ts +0 -15
- package/dist/types-ts4.0/i18n/ro.d.ts +0 -9
- package/dist/types-ts4.0/i18n/ru.d.ts +0 -16
- package/dist/types-ts4.0/i18n/sk.d.ts +0 -15
- package/dist/types-ts4.0/i18n/sv.d.ts +0 -16
- package/dist/types-ts4.0/i18n/th.d.ts +0 -16
- package/dist/types-ts4.0/i18n/tr.d.ts +0 -16
- package/dist/types-ts4.0/i18n/uk.d.ts +0 -16
- package/dist/types-ts4.0/i18n/vi.d.ts +0 -16
- package/dist/types-ts4.0/i18n/zh.d.ts +0 -16
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +0 -16
- package/dist/types-ts4.0/index.d.ts +0 -4
- package/dist/types-ts4.0/picker.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -16,7 +16,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
16
16
|
var ELEMENTS_CHANNEL = 'fabric-elements';
|
|
17
17
|
exports.ELEMENTS_CHANNEL = ELEMENTS_CHANNEL;
|
|
18
18
|
var packageName = "@atlaskit/status";
|
|
19
|
-
var packageVersion = "1.2.
|
|
19
|
+
var packageVersion = "1.2.1";
|
|
20
20
|
|
|
21
21
|
var createStatusAnalyticsAndFire = function createStatusAnalyticsAndFire(createAnalyticsEvent) {
|
|
22
22
|
return function (payload) {
|
package/dist/cjs/version.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const ELEMENTS_CHANNEL = 'fabric-elements';
|
|
2
2
|
const packageName = "@atlaskit/status";
|
|
3
|
-
const packageVersion = "1.2.
|
|
3
|
+
const packageVersion = "1.2.1";
|
|
4
4
|
export const createStatusAnalyticsAndFire = createAnalyticsEvent => payload => {
|
|
5
5
|
const statusPayload = { ...payload,
|
|
6
6
|
eventType: 'ui'
|
package/dist/es2019/version.json
CHANGED
|
@@ -6,7 +6,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
6
6
|
|
|
7
7
|
export var ELEMENTS_CHANNEL = 'fabric-elements';
|
|
8
8
|
var packageName = "@atlaskit/status";
|
|
9
|
-
var packageVersion = "1.2.
|
|
9
|
+
var packageVersion = "1.2.1";
|
|
10
10
|
export var createStatusAnalyticsAndFire = function createStatusAnalyticsAndFire(createAnalyticsEvent) {
|
|
11
11
|
return function (payload) {
|
|
12
12
|
var statusPayload = _objectSpread(_objectSpread({}, payload), {}, {
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/status",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Fabric Status React Components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -12,14 +12,6 @@
|
|
|
12
12
|
"module": "dist/esm/index.js",
|
|
13
13
|
"module:es2019": "dist/es2019/index.js",
|
|
14
14
|
"types": "dist/types/index.d.ts",
|
|
15
|
-
"typesVersions": {
|
|
16
|
-
">=4.0 <4.5": {
|
|
17
|
-
"*": [
|
|
18
|
-
"dist/types-ts4.0/*",
|
|
19
|
-
"dist/types-ts4.0/index.d.ts"
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
15
|
"atlaskit:src": "src/index.ts",
|
|
24
16
|
"atlassian": {
|
|
25
17
|
"team": "Editor",
|
|
@@ -38,7 +30,7 @@
|
|
|
38
30
|
"@atlaskit/lozenge": "^11.3.0",
|
|
39
31
|
"@atlaskit/textfield": "^5.3.0",
|
|
40
32
|
"@atlaskit/theme": "^12.2.0",
|
|
41
|
-
"@atlaskit/tokens": "^0.
|
|
33
|
+
"@atlaskit/tokens": "^0.11.0",
|
|
42
34
|
"@babel/runtime": "^7.0.0",
|
|
43
35
|
"@emotion/react": "^11.7.1"
|
|
44
36
|
},
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
3
|
-
export declare type Color = 'neutral' | 'purple' | 'blue' | 'red' | 'yellow' | 'green';
|
|
4
|
-
export declare type StatusStyle = 'bold' | 'subtle';
|
|
5
|
-
export interface OwnProps {
|
|
6
|
-
text: string;
|
|
7
|
-
color: Color;
|
|
8
|
-
style?: StatusStyle;
|
|
9
|
-
localId?: string;
|
|
10
|
-
onClick?: (event: React.SyntheticEvent<any>) => void;
|
|
11
|
-
onHover?: () => void;
|
|
12
|
-
role?: string;
|
|
13
|
-
}
|
|
14
|
-
export declare type Props = OwnProps & WithAnalyticsEventsProps;
|
|
15
|
-
export declare const Status: React.ForwardRefExoticComponent<Omit<Props, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { WrappedComponentProps } from 'react-intl-next';
|
|
3
|
-
import { Color } from './Status';
|
|
4
|
-
export declare type ColorType = Color;
|
|
5
|
-
export interface Props {
|
|
6
|
-
selectedColor: ColorType;
|
|
7
|
-
text: string;
|
|
8
|
-
onEnter: () => void;
|
|
9
|
-
onColorClick: (value: ColorType) => void;
|
|
10
|
-
onColorHover?: (value: ColorType) => void;
|
|
11
|
-
onTextChanged: (value: string) => void;
|
|
12
|
-
autoFocus?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare const StatusPicker: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
|
|
15
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
|
|
16
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CreateUIAnalyticsEvent, UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
2
|
-
export declare const ELEMENTS_CHANNEL = "fabric-elements";
|
|
3
|
-
declare type EventPayload = {
|
|
4
|
-
action: string;
|
|
5
|
-
actionSubject: string;
|
|
6
|
-
attributes?: {
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export declare const createStatusAnalyticsAndFire: (createAnalyticsEvent: CreateUIAnalyticsEvent) => (payload: EventPayload) => UIAnalyticsEvent;
|
|
11
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ANALYTICS_HOVER_DELAY = 1000;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export declare const messages: {
|
|
2
|
-
neutralColor: {
|
|
3
|
-
id: string;
|
|
4
|
-
defaultMessage: string;
|
|
5
|
-
description: string;
|
|
6
|
-
};
|
|
7
|
-
purpleColor: {
|
|
8
|
-
id: string;
|
|
9
|
-
defaultMessage: string;
|
|
10
|
-
description: string;
|
|
11
|
-
};
|
|
12
|
-
blueColor: {
|
|
13
|
-
id: string;
|
|
14
|
-
defaultMessage: string;
|
|
15
|
-
description: string;
|
|
16
|
-
};
|
|
17
|
-
redColor: {
|
|
18
|
-
id: string;
|
|
19
|
-
defaultMessage: string;
|
|
20
|
-
description: string;
|
|
21
|
-
};
|
|
22
|
-
yellowColor: {
|
|
23
|
-
id: string;
|
|
24
|
-
defaultMessage: string;
|
|
25
|
-
description: string;
|
|
26
|
-
};
|
|
27
|
-
greenColor: {
|
|
28
|
-
id: string;
|
|
29
|
-
defaultMessage: string;
|
|
30
|
-
description: string;
|
|
31
|
-
};
|
|
32
|
-
statusInputLabel: {
|
|
33
|
-
id: string;
|
|
34
|
-
defaultMessage: string;
|
|
35
|
-
description: string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { Color as ColorType } from '../Status';
|
|
3
|
-
interface ColorPaletteProps {
|
|
4
|
-
selectedColor?: ColorType;
|
|
5
|
-
onClick: (value: ColorType) => void;
|
|
6
|
-
onHover?: (value: ColorType) => void;
|
|
7
|
-
cols?: number;
|
|
8
|
-
className?: string;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: ({ cols, onClick, selectedColor, className, onHover, }: ColorPaletteProps) => jsx.JSX.Element;
|
|
11
|
-
export default _default;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React, { PureComponent } from 'react';
|
|
2
|
-
import { jsx } from '@emotion/react';
|
|
3
|
-
import { Color as ColorType } from '../Status';
|
|
4
|
-
export interface ColorProps {
|
|
5
|
-
value: ColorType;
|
|
6
|
-
tabIndex?: number;
|
|
7
|
-
isSelected?: boolean;
|
|
8
|
-
onClick: (value: ColorType) => void;
|
|
9
|
-
onHover?: (value: ColorType) => void;
|
|
10
|
-
backgroundColor: string;
|
|
11
|
-
borderColor: string;
|
|
12
|
-
setRef?: (value: HTMLButtonElement) => HTMLButtonElement;
|
|
13
|
-
}
|
|
14
|
-
export default class Color extends PureComponent<ColorProps> {
|
|
15
|
-
private hoverStartTime;
|
|
16
|
-
render(): jsx.JSX.Element;
|
|
17
|
-
componentWillUnmount(): void;
|
|
18
|
-
onMouseEnter: () => void;
|
|
19
|
-
onMouseLeave: () => void;
|
|
20
|
-
onMouseDown: React.MouseEventHandler<HTMLButtonElement>;
|
|
21
|
-
onClick: React.MouseEventHandler<HTMLButtonElement>;
|
|
22
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.grey': string;
|
|
3
|
-
'fabric.status.color.purple': string;
|
|
4
|
-
'fabric.status.color.blue': string;
|
|
5
|
-
'fabric.status.color.red': string;
|
|
6
|
-
'fabric.status.color.yellow': string;
|
|
7
|
-
'fabric.status.color.green': string;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.grey': string;
|
|
3
|
-
'fabric.status.color.purple': string;
|
|
4
|
-
'fabric.status.color.blue': string;
|
|
5
|
-
'fabric.status.color.red': string;
|
|
6
|
-
'fabric.status.color.yellow': string;
|
|
7
|
-
'fabric.status.color.green': string;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* NOTE:
|
|
11
|
-
*
|
|
12
|
-
* This file is automatically generated by Traduki 2.0.
|
|
13
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
14
|
-
*/
|
|
15
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by i18n-tools.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
export { default as zh } from './zh';
|
|
8
|
-
export { default as zh_TW } from './zh_TW';
|
|
9
|
-
export { default as cs } from './cs';
|
|
10
|
-
export { default as da } from './da';
|
|
11
|
-
export { default as nl } from './nl';
|
|
12
|
-
export { default as et } from './et';
|
|
13
|
-
export { default as fi } from './fi';
|
|
14
|
-
export { default as fr } from './fr';
|
|
15
|
-
export { default as de } from './de';
|
|
16
|
-
export { default as hu } from './hu';
|
|
17
|
-
export { default as it } from './it';
|
|
18
|
-
export { default as ja } from './ja';
|
|
19
|
-
export { default as ko } from './ko';
|
|
20
|
-
export { default as nb } from './nb';
|
|
21
|
-
export { default as pl } from './pl';
|
|
22
|
-
export { default as pt_BR } from './pt_BR';
|
|
23
|
-
export { default as pt_PT } from './pt_PT';
|
|
24
|
-
export { default as ru } from './ru';
|
|
25
|
-
export { default as sk } from './sk';
|
|
26
|
-
export { default as es } from './es';
|
|
27
|
-
export { default as sv } from './sv';
|
|
28
|
-
export { default as th } from './th';
|
|
29
|
-
export { default as tr } from './tr';
|
|
30
|
-
export { default as uk } from './uk';
|
|
31
|
-
export { default as vi } from './vi';
|
|
32
|
-
export { default as en } from './en';
|
|
33
|
-
export { default as en_GB } from './en_GB';
|
|
34
|
-
export { default as is } from './is';
|
|
35
|
-
export { default as ro } from './ro';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.grey': string;
|
|
3
|
-
'fabric.status.color.purple': string;
|
|
4
|
-
'fabric.status.color.blue': string;
|
|
5
|
-
'fabric.status.color.red': string;
|
|
6
|
-
'fabric.status.color.yellow': string;
|
|
7
|
-
'fabric.status.color.green': string;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
zh: string;
|
|
3
|
-
cs: string;
|
|
4
|
-
da: string;
|
|
5
|
-
nl: string;
|
|
6
|
-
en: string;
|
|
7
|
-
en_GB: string;
|
|
8
|
-
et: string;
|
|
9
|
-
fi: string;
|
|
10
|
-
fr: string;
|
|
11
|
-
de: string;
|
|
12
|
-
hu: string;
|
|
13
|
-
is: string;
|
|
14
|
-
it: string;
|
|
15
|
-
ja: string;
|
|
16
|
-
ko: string;
|
|
17
|
-
nb: string;
|
|
18
|
-
pl: string;
|
|
19
|
-
pt_BR: string;
|
|
20
|
-
pt_PT: string;
|
|
21
|
-
ro: string;
|
|
22
|
-
ru: string;
|
|
23
|
-
sk: string;
|
|
24
|
-
es: string;
|
|
25
|
-
sv: string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* NOTE:
|
|
11
|
-
*
|
|
12
|
-
* This file is automatically generated by Traduki 2.0.
|
|
13
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
14
|
-
*/
|
|
15
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.grey': string;
|
|
3
|
-
'fabric.status.color.purple': string;
|
|
4
|
-
'fabric.status.color.blue': string;
|
|
5
|
-
'fabric.status.color.red': string;
|
|
6
|
-
'fabric.status.color.yellow': string;
|
|
7
|
-
'fabric.status.color.green': string;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* NOTE:
|
|
11
|
-
*
|
|
12
|
-
* This file is automatically generated by Traduki 2.0.
|
|
13
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
14
|
-
*/
|
|
15
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|