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
|
@@ -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
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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
|
-
|
|
85
|
-
|
|
86
|
-
|
|
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
|
// {
|