adata-ui 3.1.62 → 3.1.63

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.62",
8
+ "version": "3.1.63",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -17,6 +17,10 @@ const navs = [
17
17
  {
18
18
  label: "header.navs.tariffs",
19
19
  to: `https://${mode}.kz/tariffs`
20
+ },
21
+ {
22
+ label: "header.navs.api",
23
+ to: `https://${mode}.kz/api-description`
20
24
  }
21
25
  ];
22
26
  const menu = ref(null);
@@ -41,6 +45,8 @@ const currentMenuToShow = (index) => {
41
45
  const toggleMenu = (index) => {
42
46
  if (index === 2) {
43
47
  window.open(`https://${mode}.kz/tariffs`, "_blank");
48
+ } else if (index === 3) {
49
+ window.open(`https://${mode}.kz/api-description`, "_blank");
44
50
  } else {
45
51
  currentMenu.value = currentMenuToShow(index);
46
52
  const prev = currentIndex.value;
@@ -67,6 +67,7 @@ declare const _default: {
67
67
  products: string;
68
68
  tariffs: string;
69
69
  contacts: string;
70
+ api: string;
70
71
  };
71
72
  products: {
72
73
  counterparties: {
@@ -840,6 +841,7 @@ declare const _default: {
840
841
  products: string;
841
842
  tariffs: string;
842
843
  contacts: string;
844
+ api: string;
843
845
  };
844
846
  products: {
845
847
  counterparties: {
@@ -1613,6 +1615,7 @@ declare const _default: {
1613
1615
  products: string;
1614
1616
  tariffs: string;
1615
1617
  contacts: string;
1618
+ api: string;
1616
1619
  };
1617
1620
  products: {
1618
1621
  counterparties: {
@@ -60,7 +60,8 @@ const EnLocale = {
60
60
  navs: {
61
61
  products: "Products and Solutions",
62
62
  tariffs: "Tariffs",
63
- contacts: "Contacts"
63
+ contacts: "Contacts",
64
+ api: "API"
64
65
  },
65
66
  products: {
66
67
  counterparties: {
@@ -60,7 +60,8 @@ const KkLocale = {
60
60
  navs: {
61
61
  products: "\u04E8\u043D\u0456\u043C\u0434\u0435\u0440 \u043C\u0435\u043D \u0448\u0435\u0448\u0456\u043C\u0434\u0435\u0440",
62
62
  tariffs: "\u0422\u0430\u0440\u0438\u0444\u0442\u0435\u0440",
63
- contacts: "\u0411\u0430\u0439\u043B\u0430\u043D\u044B\u0441"
63
+ contacts: "\u0411\u0430\u0439\u043B\u0430\u043D\u044B\u0441",
64
+ api: "API"
64
65
  },
65
66
  products: {
66
67
  counterparties: {
@@ -61,6 +61,7 @@ declare const RuLocale: {
61
61
  products: string;
62
62
  tariffs: string;
63
63
  contacts: string;
64
+ api: string;
64
65
  };
65
66
  products: {
66
67
  counterparties: {
@@ -60,7 +60,8 @@ const RuLocale = {
60
60
  navs: {
61
61
  products: "\u041F\u0440\u043E\u0434\u0443\u043A\u0442\u044B \u0438 \u0440\u0435\u0448\u0435\u043D\u0438\u044F",
62
62
  tariffs: "\u0422\u0430\u0440\u0438\u0444\u044B",
63
- contacts: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u044B"
63
+ contacts: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u044B",
64
+ api: "API"
64
65
  },
65
66
  products: {
66
67
  counterparties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.62",
3
+ "version": "3.1.63",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",