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 +1 -1
- package/dist/runtime/components/header/HeaderLink.vue +6 -0
- package/dist/runtime/i18n/i18n.config.d.ts +3 -0
- package/dist/runtime/lang/en.js +2 -1
- package/dist/runtime/lang/kk.js +2 -1
- package/dist/runtime/lang/ru.d.ts +1 -0
- package/dist/runtime/lang/ru.js +2 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -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: {
|
package/dist/runtime/lang/en.js
CHANGED
package/dist/runtime/lang/kk.js
CHANGED
|
@@ -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: {
|
package/dist/runtime/lang/ru.js
CHANGED
|
@@ -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: {
|