adata-ui 3.1.28 → 3.1.30

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.30",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -189,7 +189,7 @@ defineExpose({
189
189
  <div
190
190
  v-if="autocompleteList.length && isFocused"
191
191
  :class="[
192
- 'absolute z-[31] w-full flex flex-col gap-4 rounded bg-gray-200 p-2 dark:bg-gray-800',
192
+ 'absolute z-[31] w-full flex flex-col gap-4 rounded bg-white p-2 dark:bg-gray-900',
193
193
  isDropdownUp ? 'bottom-[44px]' : 'top-[44px]'
194
194
  ]"
195
195
  >
@@ -200,8 +200,8 @@ defineExpose({
200
200
  <li
201
201
  v-for="(item, idx) in autocompleteList"
202
202
  :key="idx"
203
- class="cursor-pointer rounded px-4 py-[10px] transition-colors hover:bg-gray-50 hover:dark:bg-gray-900"
204
- :class="{ 'bg-gray-100 dark:bg-gray-700': currentItemIndex === idx }"
203
+ class="cursor-pointer rounded px-4 py-[10px] transition-colors hover:bg-deepblue-900/10 hover:dark:bg-gray-200/10"
204
+ :class="{ 'bg-deepblue-900/5 dark:bg-gray-200/5': currentItemIndex === idx }"
205
205
  @mousedown="onSelectOption(item)"
206
206
  @touchend="onSelectOptionMobile(item)"
207
207
  @touchmove="mobileAutocomMoved = true"
@@ -163,25 +163,25 @@ const filteredItems = computed(() => [
163
163
  title: t("header.products.analytics.items.procurement.title"),
164
164
  subtitle: t("header.products.analytics.items.procurement.subtitle"),
165
165
  icon: IClipboardText,
166
- to: `https://analytics.${mode}.kz` + PAGES.analytics.analysis
166
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.analysis
167
167
  },
168
168
  {
169
169
  title: t("header.products.analytics.items.activity.title"),
170
170
  subtitle: t("header.products.analytics.items.activity.subtitle"),
171
171
  icon: IArrowGraphUp,
172
- to: `https://analytics.${mode}.kz` + PAGES.analytics.index
172
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.index
173
173
  },
174
174
  {
175
175
  title: t("header.products.analytics.items.rate.title"),
176
176
  subtitle: t("header.products.analytics.items.rate.subtitle"),
177
177
  icon: IMedal,
178
- to: `https://analytics.${mode}.kz` + PAGES.analytics.rating
178
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.rating
179
179
  },
180
180
  {
181
181
  title: t("header.products.analytics.items.subjects.title"),
182
182
  subtitle: t("header.products.analytics.items.subjects.subtitle"),
183
183
  icon: ICompany,
184
- to: `https://analytics.${mode}.kz` + PAGES.analytics.business
184
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.business
185
185
  }
186
186
  ]
187
187
  },
@@ -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.30",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",