adata-ui 3.1.28 → 3.1.29

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
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "3.1.28",
8
+ "version": "3.1.29",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -201,13 +201,13 @@ const filteredItems = computed(() => [
201
201
  subtitle: t("header.products.fines.items.auto.subtitle"),
202
202
  icon: ICar,
203
203
  to: `https://avto.${mode}.kz` + PAGES.fines.avto
204
- },
205
- {
206
- title: t("header.products.fines.items.wholesaleAuto.title"),
207
- subtitle: t("header.products.fines.items.wholesaleAuto.subtitle"),
208
- icon: ITruck,
209
- to: `https://avto.${mode}.kz` + PAGES.fines.bulk
210
204
  }
205
+ // {
206
+ // title: t('header.products.fines.items.wholesaleAuto.title'),
207
+ // subtitle: t('header.products.fines.items.wholesaleAuto.subtitle'),
208
+ // icon: ITruck,
209
+ // to: `https://avto.${mode}.kz` + PAGES.fines.bulk,
210
+ // },
211
211
  ]
212
212
  },
213
213
  {
@@ -52,11 +52,11 @@ const items = [
52
52
  icon: IBookmark,
53
53
  to: `https://${mode}.kz` + PAGES.profile.favourites
54
54
  },
55
- {
56
- title: t("header.profile.menu.myReports"),
57
- icon: IFile,
58
- to: `https://${mode}.kz` + PAGES.profile.reports
59
- },
55
+ // {
56
+ // title: t('header.profile.menu.myReports'),
57
+ // icon: IFile,
58
+ // to: `https://${mode}.kz` + PAGES.profile.reports,
59
+ // },
60
60
  {
61
61
  title: t("header.profile.menu.browsingHistory"),
62
62
  icon: IHistory,
@@ -80,11 +80,11 @@ const sideLinks = {
80
80
  label: "header.products.counterparties.items.networks.title",
81
81
  link: `https://pk.${mode}.kz` + PAGES.pk.connections
82
82
  },
83
- {
84
- icon: IUsers,
85
- label: "header.products.counterparties.items.wholesale.title",
86
- link: `https://avto.${mode}.kz` + PAGES.fines.bulk
87
- },
83
+ // {
84
+ // icon: IUsers,
85
+ // label: 'header.products.counterparties.items.wholesale.title',
86
+ // link: `https://avto.${mode}.kz` + PAGES.fines.bulk
87
+ // },
88
88
  {
89
89
  icon: IGlobe,
90
90
  label: "header.products.counterparties.items.foreign.title",
@@ -150,12 +150,12 @@ const sideLinks = {
150
150
  icon: IAvtoCar,
151
151
  label: "header.products.fines.items.auto.title",
152
152
  link: `https://avto.${mode}.kz` + PAGES.fines.avto
153
- },
154
- {
155
- icon: IAvtoTruck,
156
- label: "header.products.fines.items.wholesaleAuto.title",
157
- link: `https://avto.${mode}.kz` + PAGES.fines.bulk
158
153
  }
154
+ // {
155
+ // icon: IAvtoTruck,
156
+ // label: 'header.products.fines.items.wholesaleAuto.title',
157
+ // link: `https://avto.${mode}.kz` + PAGES.fines.bulk
158
+ // }
159
159
  ],
160
160
  analytics: [
161
161
  // {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.28",
3
+ "version": "3.1.29",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",