@atlaskit/profilecard 19.3.0 → 19.3.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 +12 -0
- package/client/package.json +2 -2
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/client/TeamCentralCardClient.d.ts +2 -2
- package/dist/types/client/errorUtils.d.ts +1 -1
- package/dist/types/client/graphqlUtils.d.ts +1 -1
- package/dist/types/components/Icon/IconLabel.d.ts +1 -1
- package/dist/types/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types/components/User/ReportingLinesDetails.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/is.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/languages.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/ro.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/types.d.ts +10 -10
- package/dist/types/util/analytics.d.ts +14 -14
- package/dist/types/util/click.d.ts +1 -1
- package/dist/types-ts4.5/client/CachingClient.d.ts +18 -0
- package/dist/types-ts4.5/client/ProfileCardClient.d.ts +18 -0
- package/dist/types-ts4.5/client/TeamCentralCardClient.d.ts +32 -0
- package/dist/types-ts4.5/client/TeamProfileCardClient.d.ts +9 -0
- package/dist/types-ts4.5/client/UserProfileCardClient.d.ts +18 -0
- package/dist/types-ts4.5/client/errorUtils.d.ts +9 -0
- package/dist/types-ts4.5/client/getTeamFromAGG.d.ts +28 -0
- package/dist/types-ts4.5/client/graphqlUtils.d.ts +19 -0
- package/dist/types-ts4.5/client/index.d.ts +6 -0
- package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +3 -0
- package/dist/types-ts4.5/components/Error/ErrorBoundary.d.ts +10 -0
- package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +2 -0
- package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +10 -0
- package/dist/types-ts4.5/components/Error/index.d.ts +3 -0
- package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +12 -0
- package/dist/types-ts4.5/components/Icon/index.d.ts +1 -0
- package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +6 -0
- package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +6 -0
- package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +4 -0
- package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +50 -0
- package/dist/types-ts4.5/components/Team/index.d.ts +4 -0
- package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +2 -0
- package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +9 -0
- package/dist/types-ts4.5/components/User/ProfileCard.d.ts +5 -0
- package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +3 -0
- package/dist/types-ts4.5/components/User/ProfileCardResourced.d.ts +22 -0
- package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +4 -0
- package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +5 -0
- package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +7 -0
- package/dist/types-ts4.5/components/User/index.d.ts +4 -0
- package/dist/types-ts4.5/components/User/lazyProfileCard.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +41 -0
- package/dist/types-ts4.5/i18n/da.d.ts +41 -0
- package/dist/types-ts4.5/i18n/de.d.ts +41 -0
- package/dist/types-ts4.5/i18n/en.d.ts +41 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +41 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +39 -0
- package/dist/types-ts4.5/i18n/es.d.ts +41 -0
- package/dist/types-ts4.5/i18n/et.d.ts +27 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +41 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +41 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +41 -0
- package/dist/types-ts4.5/i18n/index.d.ts +36 -0
- package/dist/types-ts4.5/i18n/is.d.ts +27 -0
- package/dist/types-ts4.5/i18n/it.d.ts +41 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +41 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +41 -0
- package/dist/types-ts4.5/i18n/languages.d.ts +33 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +41 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +41 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +41 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -0
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +27 -0
- package/dist/types-ts4.5/i18n/ro.d.ts +27 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +41 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +27 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +41 -0
- package/dist/types-ts4.5/i18n/th.d.ts +41 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +41 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +41 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +41 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +41 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -0
- package/dist/types-ts4.5/index.d.ts +18 -0
- package/dist/types-ts4.5/internal/filterActions.d.ts +3 -0
- package/dist/types-ts4.5/internal/relative-date.d.ts +3 -0
- package/dist/types-ts4.5/messages.d.ts +163 -0
- package/dist/types-ts4.5/mocks/index.d.ts +4 -0
- package/dist/types-ts4.5/mocks/mock-profile-client.d.ts +1 -0
- package/dist/types-ts4.5/mocks/mock-team-client.d.ts +7 -0
- package/dist/types-ts4.5/mocks/profile-data.d.ts +41 -0
- package/dist/types-ts4.5/mocks/reporting-lines-data.d.ts +2 -0
- package/dist/types-ts4.5/mocks/simple-mock-clients.d.ts +14 -0
- package/dist/types-ts4.5/mocks/team-data.d.ts +7 -0
- package/dist/types-ts4.5/mocks/util.d.ts +6 -0
- package/dist/types-ts4.5/styled/Card.d.ts +99 -0
- package/dist/types-ts4.5/styled/Error.d.ts +21 -0
- package/dist/types-ts4.5/styled/ReportingLines.d.ts +21 -0
- package/dist/types-ts4.5/styled/TeamCard.d.ts +64 -0
- package/dist/types-ts4.5/styled/constants.d.ts +13 -0
- package/dist/types-ts4.5/types.d.ts +358 -0
- package/dist/types-ts4.5/util/analytics.d.ts +58 -0
- package/dist/types-ts4.5/util/click.d.ts +4 -0
- package/dist/types-ts4.5/util/config.d.ts +2 -0
- package/dist/types-ts4.5/util/performance.d.ts +1 -0
- package/dist/types-ts4.5/util/withOuterListeners.d.ts +6 -0
- package/messages/package.json +2 -2
- package/mocks/package.json +2 -2
- package/package.json +13 -5
- package/team/package.json +2 -2
- package/tmp/api-report-tmp.d.ts +570 -0
- package/types/package.json +2 -2
- package/user/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/profilecard
|
|
2
2
|
|
|
3
|
+
## 19.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
8
|
+
|
|
9
|
+
## 19.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
14
|
+
|
|
3
15
|
## 19.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/client/package.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"module:es2019": "../dist/es2019/client/index.js",
|
|
6
6
|
"types": "../dist/types/client/index.d.ts",
|
|
7
7
|
"typesVersions": {
|
|
8
|
-
">=4.
|
|
8
|
+
">=4.5 <4.9": {
|
|
9
9
|
"*": [
|
|
10
|
-
"../dist/types-ts4.
|
|
10
|
+
"../dist/types-ts4.5/client/index.d.ts"
|
|
11
11
|
]
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -44,7 +44,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
44
44
|
actionSubjectId: actionSubjectId,
|
|
45
45
|
attributes: _objectSpread(_objectSpread({
|
|
46
46
|
packageName: "@atlaskit/profilecard",
|
|
47
|
-
packageVersion: "19.3.
|
|
47
|
+
packageVersion: "19.3.2"
|
|
48
48
|
}, attributes), {}, {
|
|
49
49
|
firedAt: Math.round((0, _performance.getPageTime)())
|
|
50
50
|
})
|
package/dist/cjs/version.json
CHANGED
|
@@ -31,7 +31,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
|
|
|
31
31
|
actionSubjectId,
|
|
32
32
|
attributes: {
|
|
33
33
|
packageName: "@atlaskit/profilecard",
|
|
34
|
-
packageVersion: "19.3.
|
|
34
|
+
packageVersion: "19.3.2",
|
|
35
35
|
...attributes,
|
|
36
36
|
firedAt: Math.round(getPageTime())
|
|
37
37
|
}
|
package/dist/es2019/version.json
CHANGED
|
@@ -38,7 +38,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
38
38
|
actionSubjectId: actionSubjectId,
|
|
39
39
|
attributes: _objectSpread(_objectSpread({
|
|
40
40
|
packageName: "@atlaskit/profilecard",
|
|
41
|
-
packageVersion: "19.3.
|
|
41
|
+
packageVersion: "19.3.2"
|
|
42
42
|
}, attributes), {}, {
|
|
43
43
|
firedAt: Math.round(getPageTime())
|
|
44
44
|
})
|
package/dist/esm/version.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ProfileClientOptions, TeamCentralReportingLinesData } from '../types';
|
|
2
2
|
import CachingClient from './CachingClient';
|
|
3
|
-
|
|
3
|
+
type TeamCentralCardClientOptions = ProfileClientOptions & {
|
|
4
4
|
teamCentralUrl: string;
|
|
5
5
|
};
|
|
6
|
-
|
|
6
|
+
type FeatureFlagExtraContext = {
|
|
7
7
|
key: string;
|
|
8
8
|
value: string;
|
|
9
9
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GraphQLError } from './graphqlUtils';
|
|
2
|
-
export declare const getErrorAttributes: (error?: GraphQLError
|
|
2
|
+
export declare const getErrorAttributes: (error?: GraphQLError) => {
|
|
3
3
|
errorMessage: string | undefined;
|
|
4
4
|
errorStatus: number | undefined;
|
|
5
5
|
errorReason: string;
|
|
@@ -9,7 +9,7 @@ export interface GraphQLError {
|
|
|
9
9
|
message?: string;
|
|
10
10
|
traceId?: string;
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
type HeaderProcessor = (headers: Headers) => Headers;
|
|
13
13
|
/**
|
|
14
14
|
* @param {string} serviceUrl - GraphQL service endpoint
|
|
15
15
|
* @param {Query} query - GraphQL query
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { AnalyticsWithDurationProps, ProfileCardAction } from '../../types';
|
|
3
|
-
|
|
3
|
+
type OverflowButtonsProps = {
|
|
4
4
|
actions: ProfileCardAction[];
|
|
5
5
|
onItemClick: (action: ProfileCardAction, args: any, event: React.MouseEvent | React.KeyboardEvent, index: number) => void;
|
|
6
6
|
} & AnalyticsWithDurationProps;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { AnalyticsWithDurationProps, ProfilecardProps } from '../../types';
|
|
3
|
-
export
|
|
3
|
+
export type ReportingLinesDetailsProps = Pick<ProfilecardProps, 'reportingLines' | 'reportingLinesProfileUrl' | 'onReportingLinesClick'> & AnalyticsWithDurationProps;
|
|
4
4
|
declare const ReportingLinesDetails: (props: ReportingLinesDetailsProps) => JSX.Element;
|
|
5
5
|
export default ReportingLinesDetails;
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -30,10 +36,4 @@ declare const _default: {
|
|
|
30
36
|
'pt.team-profile-card.team.member.many': string;
|
|
31
37
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
32
38
|
};
|
|
33
|
-
/**
|
|
34
|
-
* NOTE:
|
|
35
|
-
*
|
|
36
|
-
* This file is automatically generated by Traduki 2.0.
|
|
37
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
|
-
*/
|
|
39
39
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -18,10 +24,4 @@ declare const _default: {
|
|
|
18
24
|
'pt.profile-card.inactive.account.has.date.this.week': string;
|
|
19
25
|
'pt.profile-card.inactive.account.no.date': string;
|
|
20
26
|
};
|
|
21
|
-
/**
|
|
22
|
-
* NOTE:
|
|
23
|
-
*
|
|
24
|
-
* This file is automatically generated by Traduki 2.0.
|
|
25
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
26
|
-
*/
|
|
27
27
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
export default _default;
|
package/dist/types/i18n/is.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'pt.profile-card.inactive.account': string;
|
|
3
9
|
'pt.profile-card.general.msg.disabled.user': string;
|
|
@@ -18,10 +24,4 @@ declare const _default: {
|
|
|
18
24
|
'pt.profile-card.closed.account.has.date.more.than.a.year': string;
|
|
19
25
|
'pt.profile-card.disabled.account.default.name': string;
|
|
20
26
|
};
|
|
21
|
-
/**
|
|
22
|
-
* NOTE:
|
|
23
|
-
*
|
|
24
|
-
* This file is automatically generated by i18n-tools.
|
|
25
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
26
|
-
*/
|
|
27
27
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
export default _default;
|
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
zh: string;
|
|
3
9
|
cs: string;
|
|
@@ -24,10 +30,4 @@ declare const _default: {
|
|
|
24
30
|
es: string;
|
|
25
31
|
sv: string;
|
|
26
32
|
};
|
|
27
|
-
/**
|
|
28
|
-
* NOTE:
|
|
29
|
-
*
|
|
30
|
-
* This file is automatically generated by i18n-tools.
|
|
31
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
32
|
-
*/
|
|
33
33
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
export default _default;
|
package/dist/types/i18n/pl.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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -18,10 +24,4 @@ declare const _default: {
|
|
|
18
24
|
'pt.profile-card.inactive.account.has.date.this.week': string;
|
|
19
25
|
'pt.profile-card.inactive.account.no.date': string;
|
|
20
26
|
};
|
|
21
|
-
/**
|
|
22
|
-
* NOTE:
|
|
23
|
-
*
|
|
24
|
-
* This file is automatically generated by Traduki 2.0.
|
|
25
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
26
|
-
*/
|
|
27
27
|
export default _default;
|
package/dist/types/i18n/ro.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'pt.profile-card.inactive.account': string;
|
|
3
9
|
'pt.profile-card.general.msg.disabled.user': string;
|
|
@@ -18,10 +24,4 @@ declare const _default: {
|
|
|
18
24
|
'pt.profile-card.closed.account.has.date.more.than.a.year': string;
|
|
19
25
|
'pt.profile-card.disabled.account.default.name': string;
|
|
20
26
|
};
|
|
21
|
-
/**
|
|
22
|
-
* NOTE:
|
|
23
|
-
*
|
|
24
|
-
* This file is automatically generated by i18n-tools.
|
|
25
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
26
|
-
*/
|
|
27
27
|
export default _default;
|
package/dist/types/i18n/ru.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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -32,10 +38,4 @@ declare const _default: {
|
|
|
32
38
|
'pt.team-profile-card.team.member.many': string;
|
|
33
39
|
'pt.team-profile-card.team.member.many-including-you': string;
|
|
34
40
|
};
|
|
35
|
-
/**
|
|
36
|
-
* NOTE:
|
|
37
|
-
*
|
|
38
|
-
* This file is automatically generated by Traduki 2.0.
|
|
39
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
40
|
-
*/
|
|
41
41
|
export default _default;
|
package/dist/types/i18n/sk.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
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -18,10 +24,4 @@ declare const _default: {
|
|
|
18
24
|
'pt.profile-card.inactive.account.has.date.this.week': string;
|
|
19
25
|
'pt.profile-card.inactive.account.no.date': string;
|
|
20
26
|
};
|
|
21
|
-
/**
|
|
22
|
-
* NOTE:
|
|
23
|
-
*
|
|
24
|
-
* This file is automatically generated by Traduki 2.0.
|
|
25
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
26
|
-
*/
|
|
27
27
|
export default _default;
|