@atlaskit/focused-task-close-account 2.1.1 → 2.1.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 +6 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/DeactivateUserOverviewScreen.d.ts +12 -0
- package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/index.d.ts +2 -0
- package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/styled.d.ts +21 -0
- package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/types.d.ts +6 -0
- package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.d.ts +12 -0
- package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/index.d.ts +2 -0
- package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/styled.d.ts +25 -0
- package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/types.d.ts +9 -0
- package/dist/types-ts4.5/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.d.ts +13 -0
- package/dist/types-ts4.5/components/DeleteUserOverviewScreen/index.d.ts +2 -0
- package/dist/types-ts4.5/components/DeleteUserOverviewScreen/styled.d.ts +29 -0
- package/dist/types-ts4.5/components/DeleteUserOverviewScreen/types.d.ts +8 -0
- package/dist/types-ts4.5/components/DropdownList/DropdownList.d.ts +15 -0
- package/dist/types-ts4.5/components/DropdownList/index.d.ts +2 -0
- package/dist/types-ts4.5/components/DropdownList/styled.d.ts +13 -0
- package/dist/types-ts4.5/components/DropdownList/types.d.ts +3 -0
- package/dist/types-ts4.5/components/FocusedTaskCloseAccount/FocusedTaskCloseAccount.d.ts +19 -0
- package/dist/types-ts4.5/components/FocusedTaskCloseAccount/index.d.ts +3 -0
- package/dist/types-ts4.5/components/FocusedTaskCloseAccount/styled.d.ts +14 -0
- package/dist/types-ts4.5/components/Footer/Footer.d.ts +14 -0
- package/dist/types-ts4.5/components/Footer/index.d.ts +1 -0
- package/dist/types-ts4.5/components/Footer/styled.d.ts +5 -0
- package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +9 -0
- package/dist/types-ts4.5/components/StatefulInlineDialog/StatefulInlineDialog.d.ts +21 -0
- package/dist/types-ts4.5/components/StatefulInlineDialog/index.d.ts +1 -0
- package/dist/types-ts4.5/components/UserInfo/UserInfo.d.ts +9 -0
- package/dist/types-ts4.5/components/UserInfo/index.d.ts +2 -0
- package/dist/types-ts4.5/components/UserInfo/styles.d.ts +21 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +79 -0
- package/dist/types-ts4.5/i18n/da.d.ts +79 -0
- package/dist/types-ts4.5/i18n/de.d.ts +79 -0
- package/dist/types-ts4.5/i18n/en.d.ts +79 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +79 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +79 -0
- package/dist/types-ts4.5/i18n/es.d.ts +79 -0
- package/dist/types-ts4.5/i18n/et.d.ts +79 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +79 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +79 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +79 -0
- package/dist/types-ts4.5/i18n/index.d.ts +35 -0
- package/dist/types-ts4.5/i18n/is.d.ts +79 -0
- package/dist/types-ts4.5/i18n/it.d.ts +79 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +79 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +79 -0
- package/dist/types-ts4.5/i18n/languages.d.ts +33 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +79 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +79 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +79 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +79 -0
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +79 -0
- package/dist/types-ts4.5/i18n/ro.d.ts +79 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +79 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +79 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +79 -0
- package/dist/types-ts4.5/i18n/th.d.ts +79 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +79 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +79 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +79 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +79 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +79 -0
- package/dist/types-ts4.5/index.d.ts +4 -0
- package/dist/types-ts4.5/messages.d.ts +360 -0
- package/dist/types-ts4.5/mocks/accessibleSites.d.ts +2 -0
- package/dist/types-ts4.5/mocks/users.d.ts +5 -0
- package/dist/types-ts4.5/types.d.ts +5 -0
- package/dist/types-ts4.5/util/gridSizeTimes.d.ts +2 -0
- package/dist/types-ts4.5/util/i18n-util.d.ts +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/DeactivateUserOverviewScreen.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { MessageDescriptor } from 'react-intl-next';
|
|
3
|
+
import { DeactivateUserOverviewScreenProps } from './types';
|
|
4
|
+
export declare class DeactivateUserOverviewScreen extends React.Component<DeactivateUserOverviewScreenProps> {
|
|
5
|
+
static defaultProps: Partial<DeactivateUserOverviewScreenProps>;
|
|
6
|
+
selectAdminOrSelfCopy: (adminCopy: MessageDescriptor, selfCopy: MessageDescriptor) => MessageDescriptor;
|
|
7
|
+
renderLoseAccessListElement: () => JSX.Element;
|
|
8
|
+
renderPersonalDataListElement: () => JSX.Element;
|
|
9
|
+
renderBillingListElement: () => JSX.Element;
|
|
10
|
+
render(): JSX.Element;
|
|
11
|
+
}
|
|
12
|
+
export default DeactivateUserOverviewScreen;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const LoadingWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
as?: import("react").ElementType<any> | undefined;
|
|
9
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
11
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
+
as?: import("react").ElementType<any> | undefined;
|
|
13
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
|
+
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
15
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
+
as?: import("react").ElementType<any> | undefined;
|
|
17
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
18
|
+
export declare const AccessibleSitesWrapper: import("@emotion/styled").StyledComponent<{
|
|
19
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
+
as?: import("react").ElementType<any> | undefined;
|
|
21
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { MessageDescriptor } from 'react-intl-next';
|
|
3
|
+
import { DeleteUserContentPreviewScreenProps, DeleteUserContentPreviewScreenState } from './types';
|
|
4
|
+
export declare class DeleteUserContentPreviewScreen extends React.Component<DeleteUserContentPreviewScreenProps, DeleteUserContentPreviewScreenState> {
|
|
5
|
+
state: DeleteUserContentPreviewScreenState;
|
|
6
|
+
componentDidMount(): void;
|
|
7
|
+
handleClickSection: (userName: string, position: number) => () => void;
|
|
8
|
+
isCardSelected: (position: number) => boolean;
|
|
9
|
+
selectAdminOrSelfCopy: (adminCopy: MessageDescriptor, selfCopy: MessageDescriptor) => MessageDescriptor;
|
|
10
|
+
render(): JSX.Element;
|
|
11
|
+
}
|
|
12
|
+
export default DeleteUserContentPreviewScreen;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface SectionCardProps {
|
|
3
|
+
isSelected: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
6
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
7
|
+
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
|
+
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
10
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
11
|
+
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
13
|
+
export declare const SectionCard: import("@emotion/styled").StyledComponent<{
|
|
14
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
15
|
+
as?: import("react").ElementType<any> | undefined;
|
|
16
|
+
} & SectionCardProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
17
|
+
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
18
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
19
|
+
as?: import("react").ElementType<any> | undefined;
|
|
20
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
21
|
+
export declare const UserDetails: import("@emotion/styled").StyledComponent<{
|
|
22
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
23
|
+
as?: import("react").ElementType<any> | undefined;
|
|
24
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { User } from '../../types';
|
|
2
|
+
export interface DeleteUserContentPreviewScreenProps {
|
|
3
|
+
isCurrentUser: boolean;
|
|
4
|
+
user: User;
|
|
5
|
+
preferenceSelection: (username: string) => void;
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteUserContentPreviewScreenState {
|
|
8
|
+
currentActive: number;
|
|
9
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { MessageDescriptor } from 'react-intl-next';
|
|
3
|
+
import { DeleteUserOverviewScreenProps } from './types';
|
|
4
|
+
export declare class DeleteUserOverviewScreen extends React.Component<DeleteUserOverviewScreenProps> {
|
|
5
|
+
static defaultProps: Partial<DeleteUserOverviewScreenProps>;
|
|
6
|
+
selectAdminOrSelfCopy: (adminCopy: MessageDescriptor, selfCopy: MessageDescriptor) => MessageDescriptor;
|
|
7
|
+
displayFirstListElement: () => JSX.Element | null;
|
|
8
|
+
displaySecondListElement: () => JSX.Element;
|
|
9
|
+
displayThirdListElement: () => JSX.Element;
|
|
10
|
+
displayFourthListElement: () => JSX.Element;
|
|
11
|
+
render(): JSX.Element;
|
|
12
|
+
}
|
|
13
|
+
export default DeleteUserOverviewScreen;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const LoadingWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
as?: import("react").ElementType<any> | undefined;
|
|
9
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
11
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
+
as?: import("react").ElementType<any> | undefined;
|
|
13
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
|
+
export declare const SectionMessageOuter: import("@emotion/styled").StyledComponent<{
|
|
15
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
+
as?: import("react").ElementType<any> | undefined;
|
|
17
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
|
+
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
19
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
+
as?: import("react").ElementType<any> | undefined;
|
|
21
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
22
|
+
export declare const IconHoverWrapper: import("@emotion/styled").StyledComponent<{
|
|
23
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
24
|
+
as?: import("react").ElementType<any> | undefined;
|
|
25
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
26
|
+
export declare const InlineDialogContent: import("@emotion/styled").StyledComponent<{
|
|
27
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
28
|
+
as?: import("react").ElementType<any> | undefined;
|
|
29
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DropDownListProps } from './types';
|
|
3
|
+
type State = {
|
|
4
|
+
isExpanded: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare class DropdownList extends React.Component<DropDownListProps, State> {
|
|
7
|
+
state: {
|
|
8
|
+
isExpanded: boolean;
|
|
9
|
+
};
|
|
10
|
+
showDropdownList: () => void;
|
|
11
|
+
hideDropdownList: () => void;
|
|
12
|
+
getVisibleSites: () => string[];
|
|
13
|
+
render(): JSX.Element;
|
|
14
|
+
}
|
|
15
|
+
export default DropdownList;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const AccessibleSitesList: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
6
|
+
export declare const AccessibleSitesListFootnote: import("@emotion/styled").StyledComponent<{
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
as?: import("react").ElementType<any> | undefined;
|
|
9
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const ButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
11
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
+
as?: import("react").ElementType<any> | undefined;
|
|
13
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface Props {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
screens: React.ReactNode[];
|
|
6
|
+
submitButton: React.ReactNode;
|
|
7
|
+
learnMoreLink: string;
|
|
8
|
+
}
|
|
9
|
+
export interface State {
|
|
10
|
+
currentScreenIdx: number;
|
|
11
|
+
}
|
|
12
|
+
export declare class FocusedTaskCloseAccount extends React.Component<Props, State> {
|
|
13
|
+
state: State;
|
|
14
|
+
nextScreen: () => void;
|
|
15
|
+
previousScreen: () => void;
|
|
16
|
+
renderCurrentScreen: () => React.ReactNode;
|
|
17
|
+
render(): JSX.Element;
|
|
18
|
+
}
|
|
19
|
+
export default FocusedTaskCloseAccount;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const DrawerInner: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const ContentFooter: import("@emotion/styled").StyledComponent<{
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
as?: import("react").ElementType<any> | undefined;
|
|
9
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
/** Delete me once real content is present in the drawer */
|
|
11
|
+
export declare const PlaceholderContent: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
13
|
+
as?: import("react").ElementType<any> | undefined;
|
|
14
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface FooterProps {
|
|
3
|
+
currentScreenIdx: number;
|
|
4
|
+
numScreens: number;
|
|
5
|
+
submitButton: React.ReactNode;
|
|
6
|
+
onNext: () => void;
|
|
7
|
+
onPrevious: () => void;
|
|
8
|
+
onCancel: () => void;
|
|
9
|
+
secondaryActions: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export default class Footer extends React.Component<FooterProps> {
|
|
12
|
+
render(): JSX.Element;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Footer';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const FooterOuter: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { WrappedComponentProps } from 'react-intl-next';
|
|
3
|
+
export interface Props {
|
|
4
|
+
children: React.ReactChild;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
|
|
7
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Placement } from '@atlaskit/inline-dialog';
|
|
3
|
+
interface Props {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
content: React.ReactNode;
|
|
6
|
+
placement?: Placement;
|
|
7
|
+
}
|
|
8
|
+
interface State {
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare class StatefulInlineDialog extends React.Component<Props, State> {
|
|
12
|
+
state: {
|
|
13
|
+
isOpen: boolean;
|
|
14
|
+
};
|
|
15
|
+
openDialog: () => void;
|
|
16
|
+
closeDialog: () => void;
|
|
17
|
+
handleMouseOver: () => void;
|
|
18
|
+
handleMouseOut: () => void;
|
|
19
|
+
render(): JSX.Element;
|
|
20
|
+
}
|
|
21
|
+
export default StatefulInlineDialog;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './StatefulInlineDialog';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const UserInfoOuter: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
as?: import("react").ElementType<any> | undefined;
|
|
9
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const UserDetails: import("@emotion/styled").StyledComponent<{
|
|
11
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
+
as?: import("react").ElementType<any> | undefined;
|
|
13
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
|
+
export declare const UserName: import("@emotion/styled").StyledComponent<{
|
|
15
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
+
as?: import("react").ElementType<any> | undefined;
|
|
17
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
18
|
+
export declare const UserEmail: import("@emotion/styled").StyledComponent<{
|
|
19
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
+
as?: import("react").ElementType<any> | undefined;
|
|
21
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'focused-task-close-account.cancel': string;
|
|
9
|
+
'focused-task-close-account.deactivate-account': string;
|
|
10
|
+
'focused-task-close-account.deactivate-account.overview.first.line.admin': string;
|
|
11
|
+
'focused-task-close-account.deactivate-account.overview.first.line.self': string;
|
|
12
|
+
'focused-task-close-account.deactivate-account.overview.heading.admin': string;
|
|
13
|
+
'focused-task-close-account.deactivate-account.overview.heading.self': string;
|
|
14
|
+
'focused-task-close-account.deactivate-account.overview.last.line.admin': string;
|
|
15
|
+
'focused-task-close-account.deactivate-account.overview.last.line.self': string;
|
|
16
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.admin': string;
|
|
17
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.self': string;
|
|
18
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.billing.admin': string;
|
|
19
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.billing.self': string;
|
|
20
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin': string;
|
|
21
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin.noSites': string;
|
|
22
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.footnote': string;
|
|
23
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self': string;
|
|
24
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self.noSites': string;
|
|
25
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.admin': string;
|
|
26
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.self': string;
|
|
27
|
+
'focused-task-close-account.delete-account': string;
|
|
28
|
+
'focused-task-close-account.delete-account.content-preview.footnote.admin': string;
|
|
29
|
+
'focused-task-close-account.delete-account.content-preview.footnote.self': string;
|
|
30
|
+
'focused-task-close-account.delete-account.content-preview.formerUser': string;
|
|
31
|
+
'focused-task-close-account.delete-account.content-preview.heading.admin': string;
|
|
32
|
+
'focused-task-close-account.delete-account.content-preview.heading.self': string;
|
|
33
|
+
'focused-task-close-account.delete-account.content-preview.line.survey.admin': string;
|
|
34
|
+
'focused-task-close-account.delete-account.content-preview.line.survey.self': string;
|
|
35
|
+
'focused-task-close-account.delete-account.content-preview.paragraph.survey.admin': string;
|
|
36
|
+
'focused-task-close-account.delete-account.content-preview.paragraph.survey.self': string;
|
|
37
|
+
'focused-task-close-account.delete-account.drop-down-collapse-button': string;
|
|
38
|
+
'focused-task-close-account.delete-account.drop-down-expand-button': string;
|
|
39
|
+
'focused-task-close-account.delete-account.overview.first.line.admin': string;
|
|
40
|
+
'focused-task-close-account.delete-account.overview.first.line.self': string;
|
|
41
|
+
'focused-task-close-account.delete-account.overview.heading.admin': string;
|
|
42
|
+
'focused-task-close-account.delete-account.overview.heading.self': string;
|
|
43
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': string;
|
|
44
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': string;
|
|
45
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': string;
|
|
46
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': string;
|
|
47
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': string;
|
|
48
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': string;
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': string;
|
|
50
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.self': string;
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.admin': string;
|
|
52
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.self': string;
|
|
53
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': string;
|
|
54
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': string;
|
|
55
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': string;
|
|
56
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': string;
|
|
57
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': string;
|
|
58
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': string;
|
|
59
|
+
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': string;
|
|
60
|
+
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.self': string;
|
|
61
|
+
'focused-task-close-account.delete-account.overview.paragraph.content-created.admin': string;
|
|
62
|
+
'focused-task-close-account.delete-account.overview.paragraph.content-created.self': string;
|
|
63
|
+
'focused-task-close-account.delete-account.overview.paragraph.grace-period.admin': string;
|
|
64
|
+
'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin': string;
|
|
65
|
+
'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self': string;
|
|
66
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin': string;
|
|
67
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin.noSites': string;
|
|
68
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.footnote': string;
|
|
69
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self': string;
|
|
70
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self.noSites': string;
|
|
71
|
+
'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.admin': string;
|
|
72
|
+
'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.self': string;
|
|
73
|
+
'focused-task-close-account.delete-account.overview.warning-section.body': string;
|
|
74
|
+
'focused-task-close-account.delete-account.overview.warning-section.deactivated.body': string;
|
|
75
|
+
'focused-task-close-account.learnMore': string;
|
|
76
|
+
'focused-task-close-account.next': string;
|
|
77
|
+
'focused-task-close-account.previous': string;
|
|
78
|
+
};
|
|
79
|
+
export default _default;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'focused-task-close-account.cancel': string;
|
|
9
|
+
'focused-task-close-account.deactivate-account': string;
|
|
10
|
+
'focused-task-close-account.deactivate-account.overview.first.line.admin': string;
|
|
11
|
+
'focused-task-close-account.deactivate-account.overview.first.line.self': string;
|
|
12
|
+
'focused-task-close-account.deactivate-account.overview.heading.admin': string;
|
|
13
|
+
'focused-task-close-account.deactivate-account.overview.heading.self': string;
|
|
14
|
+
'focused-task-close-account.deactivate-account.overview.last.line.admin': string;
|
|
15
|
+
'focused-task-close-account.deactivate-account.overview.last.line.self': string;
|
|
16
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.admin': string;
|
|
17
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.self': string;
|
|
18
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.billing.admin': string;
|
|
19
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.billing.self': string;
|
|
20
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin': string;
|
|
21
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin.noSites': string;
|
|
22
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.footnote': string;
|
|
23
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self': string;
|
|
24
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self.noSites': string;
|
|
25
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.admin': string;
|
|
26
|
+
'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.self': string;
|
|
27
|
+
'focused-task-close-account.delete-account': string;
|
|
28
|
+
'focused-task-close-account.delete-account.content-preview.footnote.admin': string;
|
|
29
|
+
'focused-task-close-account.delete-account.content-preview.footnote.self': string;
|
|
30
|
+
'focused-task-close-account.delete-account.content-preview.formerUser': string;
|
|
31
|
+
'focused-task-close-account.delete-account.content-preview.heading.admin': string;
|
|
32
|
+
'focused-task-close-account.delete-account.content-preview.heading.self': string;
|
|
33
|
+
'focused-task-close-account.delete-account.content-preview.line.survey.admin': string;
|
|
34
|
+
'focused-task-close-account.delete-account.content-preview.line.survey.self': string;
|
|
35
|
+
'focused-task-close-account.delete-account.content-preview.paragraph.survey.admin': string;
|
|
36
|
+
'focused-task-close-account.delete-account.content-preview.paragraph.survey.self': string;
|
|
37
|
+
'focused-task-close-account.delete-account.drop-down-collapse-button': string;
|
|
38
|
+
'focused-task-close-account.delete-account.drop-down-expand-button': string;
|
|
39
|
+
'focused-task-close-account.delete-account.overview.first.line.admin': string;
|
|
40
|
+
'focused-task-close-account.delete-account.overview.first.line.self': string;
|
|
41
|
+
'focused-task-close-account.delete-account.overview.heading.admin': string;
|
|
42
|
+
'focused-task-close-account.delete-account.overview.heading.self': string;
|
|
43
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': string;
|
|
44
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': string;
|
|
45
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': string;
|
|
46
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': string;
|
|
47
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': string;
|
|
48
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': string;
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': string;
|
|
50
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.self': string;
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.admin': string;
|
|
52
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.self': string;
|
|
53
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': string;
|
|
54
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': string;
|
|
55
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': string;
|
|
56
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': string;
|
|
57
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': string;
|
|
58
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': string;
|
|
59
|
+
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': string;
|
|
60
|
+
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.self': string;
|
|
61
|
+
'focused-task-close-account.delete-account.overview.paragraph.content-created.admin': string;
|
|
62
|
+
'focused-task-close-account.delete-account.overview.paragraph.content-created.self': string;
|
|
63
|
+
'focused-task-close-account.delete-account.overview.paragraph.grace-period.admin': string;
|
|
64
|
+
'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin': string;
|
|
65
|
+
'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self': string;
|
|
66
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin': string;
|
|
67
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin.noSites': string;
|
|
68
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.footnote': string;
|
|
69
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self': string;
|
|
70
|
+
'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self.noSites': string;
|
|
71
|
+
'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.admin': string;
|
|
72
|
+
'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.self': string;
|
|
73
|
+
'focused-task-close-account.delete-account.overview.warning-section.body': string;
|
|
74
|
+
'focused-task-close-account.delete-account.overview.warning-section.deactivated.body': string;
|
|
75
|
+
'focused-task-close-account.learnMore': string;
|
|
76
|
+
'focused-task-close-account.next': string;
|
|
77
|
+
'focused-task-close-account.previous': string;
|
|
78
|
+
};
|
|
79
|
+
export default _default;
|