adata-ui 2.0.7 → 2.0.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.
@@ -51,6 +51,19 @@ export const useHeaderNavigationLinks = () => {
51
51
 
52
52
  return computed(() => {
53
53
  return [
54
+ {
55
+ key: 'edo',
56
+ name: t('header.products.edo.label'),
57
+ icon: AIconFiles,
58
+ items: [
59
+ {
60
+ title: t('header.products.edo.items.l.t'),
61
+ subtitle: t('header.products.edo.items.l.t'),
62
+ icon: AIconFiles,
63
+ to: buildLocalizedUrl(locale, myLayer?.edoUrl ?? `https://edo.adata.kz` , '')
64
+ }
65
+ ]
66
+ },
54
67
  {
55
68
  key: 'pk',
56
69
  name: t('header.products.counterparties.label'),
@@ -268,19 +281,7 @@ export const useHeaderNavigationLinks = () => {
268
281
  }
269
282
  ]
270
283
  },
271
- {
272
- key: 'edo',
273
- name: t('header.products.edo.label'),
274
- icon: AIconFiles,
275
- items: [
276
- {
277
- title: t('header.products.edo.items.l.t'),
278
- subtitle: t('header.products.edo.items.l.t'),
279
- icon: AIconFiles,
280
- to: buildLocalizedUrl(locale, myLayer?.edoUrl ?? `https://edo.adata.kz` , '')
281
- }
282
- ]
283
- }
284
+
284
285
  ]
285
286
  })
286
287
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.7",
4
+ "version": "2.0.8",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",