adata-ui 3.1.9 → 3.1.11
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/ProductMenu.vue +21 -21
- package/dist/runtime/i18n/i18n.config.d.ts +24 -0
- package/dist/runtime/lang/en.js +8 -0
- package/dist/runtime/lang/kk.js +8 -0
- package/dist/runtime/lang/ru.d.ts +8 -0
- package/dist/runtime/lang/ru.js +8 -0
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -108,16 +108,21 @@ const filteredItems = [
|
|
|
108
108
|
]
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
key: "
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
icon: IId,
|
|
111
|
+
key: "work",
|
|
112
|
+
name: t("header.products.jobs.label"),
|
|
113
|
+
icon: IWorkBag,
|
|
115
114
|
items: [
|
|
116
115
|
{
|
|
117
|
-
title: t("header.products.
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
to: `https://
|
|
116
|
+
title: t("header.products.jobs.items.vacancies.title"),
|
|
117
|
+
icon: IWorkBag,
|
|
118
|
+
subtitle: t("header.products.jobs.items.vacancies.subtitle"),
|
|
119
|
+
to: `https://work.${mode}.kz` + PAGES.work.vacancy
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
title: t("header.products.jobs.items.resume.title"),
|
|
123
|
+
subtitle: t("header.products.jobs.items.resume.subtitle"),
|
|
124
|
+
icon: IHdocument,
|
|
125
|
+
to: `https://work.${mode}.kz` + PAGES.work.summary
|
|
121
126
|
}
|
|
122
127
|
]
|
|
123
128
|
},
|
|
@@ -242,21 +247,16 @@ const filteredItems = [
|
|
|
242
247
|
]
|
|
243
248
|
},
|
|
244
249
|
{
|
|
245
|
-
key: "
|
|
246
|
-
|
|
247
|
-
|
|
250
|
+
key: "compliance",
|
|
251
|
+
is_new: true,
|
|
252
|
+
name: t("header.products.compliance.label"),
|
|
253
|
+
icon: IId,
|
|
248
254
|
items: [
|
|
249
255
|
{
|
|
250
|
-
title: t("header.products.
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
to: `https://
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
title: t("header.products.jobs.items.resume.title"),
|
|
257
|
-
subtitle: t("header.products.jobs.items.resume.subtitle"),
|
|
258
|
-
icon: IHdocument,
|
|
259
|
-
to: `https://work.${mode}.kz` + PAGES.work.summary
|
|
256
|
+
title: t("header.products.compliance.items.l.t"),
|
|
257
|
+
subtitle: t("header.products.compliance.items.l.st"),
|
|
258
|
+
icon: IProfile,
|
|
259
|
+
to: `https://ac.${mode}.kz/compliance`
|
|
260
260
|
}
|
|
261
261
|
]
|
|
262
262
|
}
|
|
@@ -288,6 +288,14 @@ declare const _default: {
|
|
|
288
288
|
};
|
|
289
289
|
};
|
|
290
290
|
footer: {
|
|
291
|
+
services: string;
|
|
292
|
+
useful: string;
|
|
293
|
+
contacts: {
|
|
294
|
+
title: string;
|
|
295
|
+
address: string;
|
|
296
|
+
goToChat: string;
|
|
297
|
+
};
|
|
298
|
+
subtitle: string;
|
|
291
299
|
info: {
|
|
292
300
|
tariff: string;
|
|
293
301
|
helpful: string;
|
|
@@ -836,6 +844,14 @@ declare const _default: {
|
|
|
836
844
|
};
|
|
837
845
|
};
|
|
838
846
|
footer: {
|
|
847
|
+
services: string;
|
|
848
|
+
useful: string;
|
|
849
|
+
contacts: {
|
|
850
|
+
title: string;
|
|
851
|
+
address: string;
|
|
852
|
+
goToChat: string;
|
|
853
|
+
};
|
|
854
|
+
subtitle: string;
|
|
839
855
|
info: {
|
|
840
856
|
tariff: string;
|
|
841
857
|
helpful: string;
|
|
@@ -1384,6 +1400,14 @@ declare const _default: {
|
|
|
1384
1400
|
};
|
|
1385
1401
|
};
|
|
1386
1402
|
footer: {
|
|
1403
|
+
services: string;
|
|
1404
|
+
useful: string;
|
|
1405
|
+
contacts: {
|
|
1406
|
+
title: string;
|
|
1407
|
+
address: string;
|
|
1408
|
+
goToChat: string;
|
|
1409
|
+
};
|
|
1410
|
+
subtitle: string;
|
|
1387
1411
|
info: {
|
|
1388
1412
|
tariff: string;
|
|
1389
1413
|
helpful: string;
|
package/dist/runtime/lang/en.js
CHANGED
|
@@ -282,6 +282,14 @@ const EnLocale = {
|
|
|
282
282
|
}
|
|
283
283
|
},
|
|
284
284
|
footer: {
|
|
285
|
+
services: "Services",
|
|
286
|
+
useful: "Useful",
|
|
287
|
+
contacts: {
|
|
288
|
+
title: "Contacts",
|
|
289
|
+
address: "Kazakhstan, Almaty, Khozhanova St. 79",
|
|
290
|
+
goToChat: "Go to support chat"
|
|
291
|
+
},
|
|
292
|
+
subtitle: "A single solution for business tasks",
|
|
285
293
|
info: {
|
|
286
294
|
tariff: "Tariffs",
|
|
287
295
|
helpful: "Useful",
|
package/dist/runtime/lang/kk.js
CHANGED
|
@@ -282,6 +282,14 @@ const KkLocale = {
|
|
|
282
282
|
}
|
|
283
283
|
},
|
|
284
284
|
footer: {
|
|
285
|
+
services: "\u049A\u044B\u0437\u043C\u0435\u0442\u0442\u0435\u0440",
|
|
286
|
+
useful: "\u041F\u0430\u0439\u0434\u0430\u043B\u044B",
|
|
287
|
+
contacts: {
|
|
288
|
+
title: "\u0411\u0430\u0439\u043B\u0430\u043D\u044B\u0441",
|
|
289
|
+
address: "\u049A\u0430\u0437\u0430\u049B\u0441\u0442\u0430\u043D, \u0410\u043B\u043C\u0430\u0442\u044B \u049B., \u049A\u043E\u0436\u0430\u043D\u043E\u0432\u0430 \u043A\u04E9\u0448\u0435\u0441\u0456, 79",
|
|
290
|
+
goToChat: "\u049A\u043E\u043B\u0434\u0430\u0443 \u0447\u0430\u0442\u044B\u043D\u0430 \u04E9\u0442\u0443"
|
|
291
|
+
},
|
|
292
|
+
subtitle: "\u0406\u0441\u043A\u0435\u0440\u043B\u0456\u043A \u043C\u0456\u043D\u0434\u0435\u0442\u0442\u0435\u0440 \u04AF\u0448\u0456\u043D \u0431\u0456\u0440\u044B\u04A3\u0493\u0430\u0439 \u0448\u0435\u0448\u0456\u043C",
|
|
285
293
|
info: {
|
|
286
294
|
tariff: "\u0422\u0430\u0440\u0438\u0444\u0442\u0435\u0440",
|
|
287
295
|
helpful: "\u041F\u0430\u0439\u0434\u0430\u043B\u044B",
|
|
@@ -282,6 +282,14 @@ declare const RuLocale: {
|
|
|
282
282
|
};
|
|
283
283
|
};
|
|
284
284
|
footer: {
|
|
285
|
+
services: string;
|
|
286
|
+
useful: string;
|
|
287
|
+
contacts: {
|
|
288
|
+
title: string;
|
|
289
|
+
address: string;
|
|
290
|
+
goToChat: string;
|
|
291
|
+
};
|
|
292
|
+
subtitle: string;
|
|
285
293
|
info: {
|
|
286
294
|
tariff: string;
|
|
287
295
|
helpful: string;
|
package/dist/runtime/lang/ru.js
CHANGED
|
@@ -276,6 +276,14 @@ const RuLocale = {
|
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
278
|
footer: {
|
|
279
|
+
services: "\u0421\u0435\u0440\u0432\u0438\u0441\u044B",
|
|
280
|
+
useful: "\u041F\u043E\u043B\u0435\u0437\u043D\u043E\u0435",
|
|
281
|
+
contacts: {
|
|
282
|
+
title: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u044B",
|
|
283
|
+
address: "\u041A\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043D, \u0433. \u0410\u043B\u043C\u0430\u0442\u044B, \u0443\u043B.\u0425\u043E\u0434\u0436\u0430\u043D\u043E\u0432\u0430, 79",
|
|
284
|
+
goToChat: "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u0447\u0430\u0442 \u0441 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u043E\u0439"
|
|
285
|
+
},
|
|
286
|
+
subtitle: "\u0415\u0434\u0438\u043D\u043E\u0435 \u0440\u0435\u0448\u0435\u043D\u0438\u0435 \u0434\u043B\u044F \u0434\u0435\u043B\u043E\u0432\u044B\u0445 \u0437\u0430\u0434\u0430\u0447",
|
|
279
287
|
info: {
|
|
280
288
|
tariff: "\u0422\u0430\u0440\u0438\u0444\u044B",
|
|
281
289
|
helpful: "\u041F\u043E\u043B\u0435\u0437\u043D\u043E\u0435",
|