adata-ui 4.0.26 → 4.0.27

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": "4.0.26",
8
+ "version": "4.0.27",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { twMerge } from "tailwind-merge";
3
+ import { computed } from "#imports";
3
4
  defineOptions({ name: "ADigitBadge" });
4
5
  const props = defineProps({
5
6
  type: { type: String, required: false, default: "primary" },
@@ -12,6 +12,7 @@ import AIconArrowTopRightOnSquare from "../icons/other-service/arrow-top-right-o
12
12
  import { PAGES } from "../shared/constants/pages";
13
13
  import { useAppConfig } from "#imports";
14
14
  import { useLocalePath, useI18n } from "#i18n";
15
+ import { navigateTo } from "#app";
15
16
  const { tm, rt, t } = useI18n();
16
17
  const route = useRoute();
17
18
  const localePath = useLocalePath();
@@ -21,13 +22,13 @@ const afterClasses = 'after:content-[""] after:w-full after:h-[0.5px] after:bott
21
22
  const iconById = [AIconMagnifyingGlass, AIconUsersThree, AIconLink, AIconGlobe, AIconArrowSquareDown, AIconCurrencyDollar, AIconBlock, AIconStandingScales, AIconArrowTopRightOnSquare];
22
23
  const linkByIndex = [
23
24
  `https://pk.${mode}.kz` + PAGES.pk.main,
24
- `https://pk.${mode}.kz` + PAGES.pk.compare,
25
+ `https://pk.${mode}.kz` + PAGES.pk.employees,
25
26
  `https://pk.${mode}.kz` + PAGES.pk.connections,
26
27
  `https://pk.${mode}.kz` + PAGES.pk.foreign,
27
- `https://pk.${mode}.kz` + PAGES.pk.counterparty,
28
+ `https://pk.${mode}.kz` + PAGES.pk.unload,
28
29
  `https://pk.${mode}.kz` + PAGES.pk.offshore,
29
30
  `https://pk.${mode}.kz` + PAGES.pk.sanctions,
30
- `https://pk.${mode}.kz` + PAGES.pk.employees,
31
+ `https://pk.${mode}.kz` + PAGES.pk.compare,
31
32
  `https://${mode}.kz/all-services`
32
33
  ];
33
34
  async function handleClick(link) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "4.0.26",
3
+ "version": "4.0.27",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",