@applica-software-guru/react-admin 1.5.252 → 1.5.253
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/react-admin.cjs.js +10 -10
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +3 -3
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Layout/Header/Notification/Notification.tsx +1 -1
- package/src/components/Layout/Header/Notification/NotificationItem.tsx +1 -1
- package/src/components/ra-lists/NotificationList/buttons/MarkAsReadedButton.tsx +1 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -27330,7 +27330,7 @@ function dae(e) {
|
|
|
27330
27330
|
id: n == null ? void 0 : n.id,
|
|
27331
27331
|
data: {
|
|
27332
27332
|
...n,
|
|
27333
|
-
readed: ro().
|
|
27333
|
+
readed: ro().toISOString()
|
|
27334
27334
|
}
|
|
27335
27335
|
},
|
|
27336
27336
|
{
|
|
@@ -27412,7 +27412,7 @@ function gae() {
|
|
|
27412
27412
|
a,
|
|
27413
27413
|
{
|
|
27414
27414
|
ids: x,
|
|
27415
|
-
data: { readed: ro().
|
|
27415
|
+
data: { readed: ro().toISOString() }
|
|
27416
27416
|
},
|
|
27417
27417
|
{
|
|
27418
27418
|
onSuccess: () => {
|
|
@@ -29603,7 +29603,7 @@ function Cse() {
|
|
|
29603
29603
|
n,
|
|
29604
29604
|
{
|
|
29605
29605
|
ids: o.length > 0 ? o : [s == null ? void 0 : s.id],
|
|
29606
|
-
data: { readed: ro().
|
|
29606
|
+
data: { readed: ro().toISOString() },
|
|
29607
29607
|
// @ts-ignore
|
|
29608
29608
|
rows: c
|
|
29609
29609
|
},
|