@abyss-project/commons-front-core 1.0.71 → 1.0.72
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/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +1 -0
- package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +1 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +16 -0
- package/dist/{index-BiyE6HEJ.js → index-BzTR7UVX.js} +2236 -2218
- package/dist/index.js +1 -1
- package/dist/{web-ZwImbmPB.js → web-DuXrI3_i.js} +1 -1
- package/package.json +1 -1
package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ 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;
|
|
9
10
|
classes: Record<string, string>;
|
|
10
11
|
};
|
|
11
12
|
declare const _default: React.JSXElementConstructor<Omit<Props & {
|
|
@@ -7,6 +7,7 @@ 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;
|
|
10
11
|
classes: Record<string, string>;
|
|
11
12
|
};
|
|
12
13
|
declare const _default: React.JSXElementConstructor<Omit<Props & {
|
|
@@ -94,6 +94,14 @@ 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
|
+
};
|
|
97
105
|
};
|
|
98
106
|
ABYSS_CLOUD: {
|
|
99
107
|
"create-cloud-share": {
|
|
@@ -639,6 +647,14 @@ export declare const translations: {
|
|
|
639
647
|
title: string;
|
|
640
648
|
content: string;
|
|
641
649
|
};
|
|
650
|
+
"board-card-late": {
|
|
651
|
+
title: string;
|
|
652
|
+
content: string;
|
|
653
|
+
};
|
|
654
|
+
"board-card-almost-late": {
|
|
655
|
+
title: string;
|
|
656
|
+
content: string;
|
|
657
|
+
};
|
|
642
658
|
};
|
|
643
659
|
ABYSS_CLOUD: {
|
|
644
660
|
"create-cloud-share": {
|