adata-ui 2.0.6 → 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.
@@ -17,10 +17,11 @@ const getAnimationClass = (index: number) => {
17
17
 
18
18
  <template>
19
19
  <div class="relative size-full">
20
- <nuxt-img
20
+ <img
21
21
  v-for="(photo, index) in photos"
22
22
  :key="index"
23
23
  :src="photo.src"
24
+ :alt="photo.src"
24
25
  :class="['photo', getAnimationClass(index), photo.classes]"
25
26
  />
26
27
  </div>
@@ -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/lang/ru.ts CHANGED
@@ -291,7 +291,7 @@ const RuLocale = {
291
291
  },
292
292
  toContacts: 'На страницу Контакты'
293
293
  },
294
- login: 'Вход',
294
+ login: 'Войти',
295
295
  oldVersion: 'Старая версия сайта',
296
296
  notifications: {
297
297
  title: 'Уведомления',
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
- {
2
- "name": "adata-ui",
3
- "type": "module",
4
- "version": "2.0.6",
5
- "main": "./nuxt.config.ts",
6
- "scripts": {
7
- "dev": "nuxi dev .playground",
8
- "build": "nuxt build .playground",
9
- "generate": "nuxt generate .playground",
10
- "preview": "nuxt preview .playground",
11
- "lint": "eslint .",
12
- "type-check": "vue-tsc --noEmit",
13
- "postinstall": "nuxt prepare .playground",
14
- "test": "vitest --ui",
15
- "coverage": "vitest run --coverage"
16
- },
17
- "devDependencies": {
18
- "@nuxt/eslint-config": "^0.7.6",
19
- "@nuxt/test-utils": "^3.19.2",
20
- "@types/body-scroll-lock": "^3.1.2",
21
- "@types/lodash-es": "^4.17.12",
22
- "@vitest/coverage-v8": "^1.6.1",
23
- "@vitest/ui": "^1.6.1",
24
- "@vue/test-utils": "^2.4.6",
25
- "eslint": "^9.32.0",
26
- "histoire": "^0.17.17",
27
- "nuxt": "^3.18.1",
28
- "prettier": "^3.6.2",
29
- "prettier-plugin-tailwindcss": "^0.5.14",
30
- "sass-embedded": "^1.90.0",
31
- "typescript": "^5.9.2",
32
- "vitest": "^1.6.1",
33
- "vue-tsc": "^2.2.12"
34
- },
35
- "dependencies": {
36
- "@headlessui/tailwindcss": "^0.2.2",
37
- "@headlessui/vue": "^1.7.23",
38
- "@nuxt/image": "1.8.1",
39
- "@nuxt/kit": "^3.18.1",
40
- "@nuxtjs/color-mode": "^3.5.2",
41
- "@nuxtjs/google-fonts": "^3.2.0",
42
- "@nuxtjs/i18n": "9.3.3",
43
- "@nuxtjs/tailwindcss": "^6.14.0",
44
- "@popperjs/core": "^2.11.8",
45
- "@samk-dev/nuxt-vcalendar": "^1.0.4",
46
- "@tailwindcss/aspect-ratio": "^0.4.2",
47
- "@tailwindcss/container-queries": "^0.1.1",
48
- "@tailwindcss/forms": "^0.5.10",
49
- "@tailwindcss/typography": "^0.5.16",
50
- "@vueuse/core": "^10.11.1",
51
- "@vueuse/integrations": "^10.11.1",
52
- "@vueuse/math": "^10.11.1",
53
- "body-scroll-lock": "3.1.5",
54
- "lodash-es": "^4.17.21",
55
- "lodash.isequal": "^4.5.0",
56
- "maska": "^2.1.11",
57
- "ofetch": "^1.4.1",
58
- "sass": "^1.90.0",
59
- "scss": "^0.2.4",
60
- "tailwind-merge": "^2.6.0",
61
- "tailwindcss": "^3.4.17",
62
- "vue3-toastify": "^0.2.8",
63
- "zod": "^4.0.15"
64
- }
65
- }
1
+ {
2
+ "name": "adata-ui",
3
+ "type": "module",
4
+ "version": "2.0.8",
5
+ "main": "./nuxt.config.ts",
6
+ "scripts": {
7
+ "dev": "nuxi dev .playground",
8
+ "build": "nuxt build .playground",
9
+ "generate": "nuxt generate .playground",
10
+ "preview": "nuxt preview .playground",
11
+ "lint": "eslint .",
12
+ "type-check": "vue-tsc --noEmit",
13
+ "postinstall": "nuxt prepare .playground",
14
+ "test": "vitest --ui",
15
+ "coverage": "vitest run --coverage"
16
+ },
17
+ "devDependencies": {
18
+ "@nuxt/eslint-config": "^0.7.6",
19
+ "@nuxt/test-utils": "^3.19.2",
20
+ "@types/body-scroll-lock": "^3.1.2",
21
+ "@types/lodash-es": "^4.17.12",
22
+ "@vitest/coverage-v8": "^1.6.1",
23
+ "@vitest/ui": "^1.6.1",
24
+ "@vue/test-utils": "^2.4.6",
25
+ "eslint": "^9.32.0",
26
+ "histoire": "^0.17.17",
27
+ "nuxt": "^3.18.1",
28
+ "prettier": "^3.6.2",
29
+ "prettier-plugin-tailwindcss": "^0.5.14",
30
+ "sass-embedded": "^1.90.0",
31
+ "typescript": "^5.9.2",
32
+ "vitest": "^1.6.1",
33
+ "vue-tsc": "^2.2.12"
34
+ },
35
+ "dependencies": {
36
+ "@headlessui/tailwindcss": "^0.2.2",
37
+ "@headlessui/vue": "^1.7.23",
38
+ "@nuxt/image": "1.8.1",
39
+ "@nuxt/kit": "^3.18.1",
40
+ "@nuxtjs/color-mode": "^3.5.2",
41
+ "@nuxtjs/google-fonts": "^3.2.0",
42
+ "@nuxtjs/i18n": "9.3.3",
43
+ "@nuxtjs/tailwindcss": "^6.14.0",
44
+ "@popperjs/core": "^2.11.8",
45
+ "@samk-dev/nuxt-vcalendar": "^1.0.4",
46
+ "@tailwindcss/aspect-ratio": "^0.4.2",
47
+ "@tailwindcss/container-queries": "^0.1.1",
48
+ "@tailwindcss/forms": "^0.5.10",
49
+ "@tailwindcss/typography": "^0.5.16",
50
+ "@vueuse/core": "^10.11.1",
51
+ "@vueuse/integrations": "^10.11.1",
52
+ "@vueuse/math": "^10.11.1",
53
+ "body-scroll-lock": "3.1.5",
54
+ "lodash-es": "^4.17.21",
55
+ "lodash.isequal": "^4.5.0",
56
+ "maska": "^2.1.11",
57
+ "ofetch": "^1.4.1",
58
+ "sass": "^1.90.0",
59
+ "scss": "^0.2.4",
60
+ "tailwind-merge": "^2.6.0",
61
+ "tailwindcss": "^3.4.17",
62
+ "vue3-toastify": "^0.2.8",
63
+ "zod": "^4.0.15"
64
+ }
65
+ }