@apptegy/nuxt-navigation 0.2.7-alpha.0 → 0.2.8
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/module.json
CHANGED
|
@@ -200,7 +200,7 @@ const notificationsPanel = computed(() => {
|
|
|
200
200
|
return null;
|
|
201
201
|
}
|
|
202
202
|
return mapNotificationsApiResponse(notificationsResponse.value, {
|
|
203
|
-
locale:
|
|
203
|
+
locale: $intl.locale,
|
|
204
204
|
dateLabels: notificationDateLabels.value,
|
|
205
205
|
retentionLabel: $t("navigation.notificationsPanel.retentionLabel"),
|
|
206
206
|
tabs: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apptegy/nuxt-navigation",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"vue": "^3.5.13",
|
|
52
52
|
"vue-tsc": "^3.0.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "58c15c01250814b62a3afb2b260d93b63af3a53e"
|
|
55
55
|
}
|