@abyss-project/commons-front-core 1.0.72 → 1.0.75
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/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +12 -2
- package/dist/components/Modals/AbyssModal/index.d.ts +1 -1
- package/dist/components/UserAvatarList/UserAvatarList.component.d.ts +0 -1
- package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +0 -1
- package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +0 -1
- package/dist/hooks/use-rich-intl.hook.d.ts +0 -16
- package/dist/{index-BzTR7UVX.js → index-BJkTEwmk.js} +6700 -6702
- package/dist/index.js +1 -1
- package/dist/{web-DuXrI3_i.js → web-BTYuCH2q.js} +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DialogProps, SxProps } from '@mui/material';
|
|
3
|
+
declare const _default: React.JSXElementConstructor<Omit<{
|
|
4
|
+
disableCloseButton?: boolean | undefined;
|
|
5
|
+
sxCloseButton?: SxProps | undefined;
|
|
6
|
+
classes: Record<string, string>;
|
|
7
|
+
onClose?: (() => void) | undefined;
|
|
8
|
+
disableFullScreenOnMobile?: boolean | undefined;
|
|
9
|
+
} & DialogProps & {
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
}, "classes"> & import('@mui/styles/withStyles').StyledComponentProps<string> & object>;
|
|
12
|
+
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AbyssModal } from './AbyssModal.component';
|
|
1
|
+
export { default as AbyssModal } from './AbyssModal.component';
|
package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ type Props = {
|
|
|
6
6
|
services: AbyssService[];
|
|
7
7
|
actionButtonText: (notification: IUserNotification & NotificationDTO, user?: IGetPublicUserData['user'][0] | null) => string | null;
|
|
8
8
|
handleNotificationActionButton?: (notification: IUserNotification & NotificationDTO, user?: IGetPublicUserData['user'][0] | null) => void;
|
|
9
|
-
formatDate: (date: Date) => string;
|
|
10
9
|
classes: Record<string, string>;
|
|
11
10
|
};
|
|
12
11
|
declare const _default: React.JSXElementConstructor<Omit<Props & {
|
|
@@ -7,7 +7,6 @@ type Props = {
|
|
|
7
7
|
handleNotificationActionButton?: (notification: IUserNotification & NotificationDTO, user?: IGetPublicUserData['user'][0] | null) => void;
|
|
8
8
|
handleRefreshNotifications: () => void;
|
|
9
9
|
users: IGetPublicUserData['user'][0][];
|
|
10
|
-
formatDate: (date: Date) => string;
|
|
11
10
|
classes: Record<string, string>;
|
|
12
11
|
};
|
|
13
12
|
declare const _default: React.JSXElementConstructor<Omit<Props & {
|
|
@@ -94,14 +94,6 @@ export declare const translations: {
|
|
|
94
94
|
title: string;
|
|
95
95
|
content: string;
|
|
96
96
|
};
|
|
97
|
-
"board-card-late": {
|
|
98
|
-
title: string;
|
|
99
|
-
content: string;
|
|
100
|
-
};
|
|
101
|
-
"board-card-almost-late": {
|
|
102
|
-
title: string;
|
|
103
|
-
content: string;
|
|
104
|
-
};
|
|
105
97
|
};
|
|
106
98
|
ABYSS_CLOUD: {
|
|
107
99
|
"create-cloud-share": {
|
|
@@ -647,14 +639,6 @@ export declare const translations: {
|
|
|
647
639
|
title: string;
|
|
648
640
|
content: string;
|
|
649
641
|
};
|
|
650
|
-
"board-card-late": {
|
|
651
|
-
title: string;
|
|
652
|
-
content: string;
|
|
653
|
-
};
|
|
654
|
-
"board-card-almost-late": {
|
|
655
|
-
title: string;
|
|
656
|
-
content: string;
|
|
657
|
-
};
|
|
658
642
|
};
|
|
659
643
|
ABYSS_CLOUD: {
|
|
660
644
|
"create-cloud-share": {
|