adata-ui 3.1.8 → 3.1.10

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.8",
8
+ "version": "3.1.10",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -50,43 +50,43 @@ const socialMedia = [
50
50
  ];
51
51
  const mainLinks = {
52
52
  services: {
53
- title: "footer.newVersion.services.title",
53
+ title: "footer.services",
54
54
  items: [
55
55
  [
56
56
  {
57
- title: "footer.newVersion.services.counterparties",
57
+ title: "footer.counterparties.title",
58
58
  link: `https://pk.${mode}.kz`
59
59
  },
60
60
  {
61
- title: "footer.newVersion.services.fines",
61
+ title: "footer.fines.title",
62
62
  link: `https://avto.${mode}.kz/`
63
63
  },
64
64
  {
65
- title: "footer.newVersion.services.work",
65
+ title: "footer.work.title",
66
66
  link: `https://work.${mode}.kz/`
67
67
  },
68
68
  {
69
- title: "footer.newVersion.services.analytics",
69
+ title: "footer.analytics.title",
70
70
  link: `https://analytics-new.${mode}.kz/`
71
71
  },
72
72
  {
73
- title: "footer.newVersion.services.procurement",
73
+ title: "footer.tenders.title",
74
74
  link: `https://tender.${mode}.kz/`
75
75
  }
76
76
  ],
77
77
  [
78
78
  {
79
- title: "footer.newVersion.services.compliance",
79
+ title: "footer.compliance.title",
80
80
  link: `https://ac.${mode}.kz/compliance`,
81
81
  isNew: true
82
82
  },
83
83
  {
84
- title: "footer.newVersion.services.edo",
84
+ title: "header.products.edo.label",
85
85
  link: `https://edo.${mode}.kz/`,
86
86
  isNew: true
87
87
  },
88
88
  {
89
- title: "footer.newVersion.services.ved",
89
+ title: "footer.fea.title",
90
90
  link: `https://tnved.${mode}.kz/`,
91
91
  isNew: true
92
92
  }
@@ -94,38 +94,38 @@ const mainLinks = {
94
94
  ]
95
95
  },
96
96
  useful: {
97
- title: "footer.newVersion.useful.title",
97
+ title: "footer.useful",
98
98
  link: `https://${mode}.kz` + PAGES.usefulMain,
99
99
  items: [[
100
100
  {
101
- title: "footer.newVersion.useful.apiDescription",
101
+ title: "footer.info.api",
102
102
  link: `https://${mode}.kz` + PAGES.apiDescription
103
103
  },
104
104
  {
105
- title: "footer.newVersion.useful.userAgreement",
105
+ title: "footer.info.userAgreement",
106
106
  link: `https://${mode}.kz` + PAGES.userAgreement
107
107
  },
108
108
  {
109
- title: "footer.newVersion.useful.privacyPolicy",
109
+ title: "footer.info.privacyPolicy",
110
110
  link: `https://${mode}.kz` + PAGES.privacy
111
111
  },
112
112
  {
113
- title: "footer.newVersion.useful.vacancies",
113
+ title: "footer.info.vacancy",
114
114
  link: `https://${mode}.kz` + PAGES.vacancy
115
115
  },
116
116
  {
117
- title: "footer.newVersion.useful.companyDirectory",
117
+ title: "footer.info.counterparty",
118
118
  link: `https://pk.${mode}.kz` + PAGES.pk.counterparty
119
119
  }
120
120
  ]]
121
121
  }
122
122
  };
123
123
  const contactLinks = {
124
- title: "footer.newVersion.contacts.title",
124
+ title: "footer.contacts.title",
125
125
  link: `https://${mode}.kz` + PAGES.contacts,
126
126
  items: [
127
127
  {
128
- title: "footer.newVersion.contacts.address",
128
+ title: "footer.contacts.address",
129
129
  link: "https://go.2gis.com/30j2f",
130
130
  startIcon: INavigationLocation,
131
131
  endIcon: null
@@ -143,7 +143,7 @@ const contactLinks = {
143
143
  endIcon: null
144
144
  },
145
145
  {
146
- title: "footer.newVersion.contacts.goToChat",
146
+ title: "footer.contacts.goToChat",
147
147
  link: "https://api.whatsapp.com/send?phone=77712289041",
148
148
  startIcon: null,
149
149
  endIcon: INavigationExpandWindow,
@@ -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;
@@ -345,32 +353,6 @@ declare const _default: {
345
353
  };
346
354
  LLP: string;
347
355
  slogan: string;
348
- newVersion: {
349
- services: {
350
- title: string;
351
- counterparties: string;
352
- compliance: string;
353
- edo: string;
354
- ved: string;
355
- procurement: string;
356
- fines: string;
357
- work: string;
358
- analytics: string;
359
- };
360
- useful: {
361
- title: string;
362
- apiDescription: string;
363
- userAgreement: string;
364
- privacyPolicy: string;
365
- vacancies: string;
366
- companyDirectory: string;
367
- };
368
- contacts: {
369
- title: string;
370
- address: string;
371
- goToChat: string;
372
- };
373
- };
374
356
  };
375
357
  our_clients: {
376
358
  title: string;
@@ -862,6 +844,14 @@ declare const _default: {
862
844
  };
863
845
  };
864
846
  footer: {
847
+ services: string;
848
+ useful: string;
849
+ contacts: {
850
+ title: string;
851
+ address: string;
852
+ goToChat: string;
853
+ };
854
+ subtitle: string;
865
855
  info: {
866
856
  tariff: string;
867
857
  helpful: string;
@@ -919,32 +909,6 @@ declare const _default: {
919
909
  };
920
910
  LLP: string;
921
911
  slogan: string;
922
- newVersion: {
923
- services: {
924
- title: string;
925
- counterparties: string;
926
- compliance: string;
927
- edo: string;
928
- ved: string;
929
- procurement: string;
930
- fines: string;
931
- work: string;
932
- analytics: string;
933
- };
934
- useful: {
935
- title: string;
936
- apiDescription: string;
937
- userAgreement: string;
938
- privacyPolicy: string;
939
- vacancies: string;
940
- companyDirectory: string;
941
- };
942
- contacts: {
943
- title: string;
944
- address: string;
945
- goToChat: string;
946
- };
947
- };
948
912
  };
949
913
  our_clients: {
950
914
  title: string;
@@ -1436,6 +1400,14 @@ declare const _default: {
1436
1400
  };
1437
1401
  };
1438
1402
  footer: {
1403
+ services: string;
1404
+ useful: string;
1405
+ contacts: {
1406
+ title: string;
1407
+ address: string;
1408
+ goToChat: string;
1409
+ };
1410
+ subtitle: string;
1439
1411
  info: {
1440
1412
  tariff: string;
1441
1413
  helpful: string;
@@ -1493,32 +1465,6 @@ declare const _default: {
1493
1465
  };
1494
1466
  LLP: string;
1495
1467
  slogan: string;
1496
- newVersion: {
1497
- services: {
1498
- title: string;
1499
- counterparties: string;
1500
- compliance: string;
1501
- edo: string;
1502
- ved: string;
1503
- procurement: string;
1504
- fines: string;
1505
- work: string;
1506
- analytics: string;
1507
- };
1508
- useful: {
1509
- title: string;
1510
- apiDescription: string;
1511
- userAgreement: string;
1512
- privacyPolicy: string;
1513
- vacancies: string;
1514
- companyDirectory: string;
1515
- };
1516
- contacts: {
1517
- title: string;
1518
- address: string;
1519
- goToChat: string;
1520
- };
1521
- };
1522
1468
  };
1523
1469
  our_clients: {
1524
1470
  title: string;
@@ -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",
@@ -337,7 +345,8 @@ const EnLocale = {
337
345
  compliance: {
338
346
  title: "Compliance"
339
347
  },
340
- LLP: "LLP"
348
+ LLP: "LLP",
349
+ slogan: "A single solution for business tasks"
341
350
  },
342
351
  our_clients: {
343
352
  title: "Our Clients"
@@ -540,6 +549,47 @@ const EnLocale = {
540
549
  tariff: "This functionality is available only to authorized users",
541
550
  login: "Log In"
542
551
  }
552
+ },
553
+ restTasks: {
554
+ title: "Other Service Features",
555
+ tabTitleList: [
556
+ {
557
+ title: "Counterparty Check",
558
+ description: "Ensure deal reliability by verifying the business reputation of partners."
559
+ },
560
+ {
561
+ title: "Mass Check",
562
+ description: "Verify affiliations between employees and your counterparties."
563
+ },
564
+ {
565
+ title: "Indirect Connections",
566
+ description: "Identify hidden business links for deeper reliability checks."
567
+ },
568
+ {
569
+ title: "Foreign Counterparties",
570
+ description: "Assess risks and compliance when working with international partners."
571
+ },
572
+ {
573
+ title: "Data Export",
574
+ description: "Get data on competitors or potential clients."
575
+ },
576
+ {
577
+ title: "Offshore Lists",
578
+ description: "Analyze counterparties\u2019 offshore records to reduce tax and legal risks."
579
+ },
580
+ {
581
+ title: "Sanctions Lists",
582
+ description: "Avoid cooperation with companies under international sanctions."
583
+ },
584
+ {
585
+ title: "Counterparty Comparison",
586
+ description: "Compare key indicators and choose the most suitable business partners."
587
+ },
588
+ {
589
+ title: "All Services",
590
+ description: ""
591
+ }
592
+ ]
543
593
  }
544
594
  };
545
595
  export default EnLocale;
@@ -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",
@@ -337,7 +345,8 @@ const KkLocale = {
337
345
  compliance: {
338
346
  title: "\u041A\u043E\u043C\u043F\u043B\u0430\u0435\u043D\u0441"
339
347
  },
340
- LLP: "\u0416\u0428\u0421"
348
+ LLP: "\u0416\u0428\u0421",
349
+ slogan: "\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"
341
350
  },
342
351
  our_clients: {
343
352
  title: "\u0411\u0456\u0437\u0433\u0435 \u0441\u0435\u043D\u0435\u0434\u0456"
@@ -540,6 +549,47 @@ const KkLocale = {
540
549
  tariff: "\u0411\u04B1\u043B \u0444\u0443\u043D\u043A\u0446\u0438\u043E\u043D\u0430\u043B \u0442\u0435\u043A \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u044F\u043B\u0430\u043D\u0493\u0430\u043D \u043F\u0430\u0439\u0434\u0430\u043B\u0430\u043D\u0443\u0448\u044B\u043B\u0430\u0440\u0493\u0430 \u049B\u043E\u043B\u0436\u0435\u0442\u0456\u043C\u0434\u0456",
541
550
  login: "\u041A\u0456\u0440\u0443"
542
551
  }
552
+ },
553
+ restTasks: {
554
+ title: "\u049A\u044B\u0437\u043C\u0435\u0442\u0442\u0456\u04A3 \u0431\u0430\u0441\u049B\u0430 \u043C\u04AF\u043C\u043A\u0456\u043D\u0434\u0456\u043A\u0442\u0435\u0440\u0456",
555
+ tabTitleList: [
556
+ {
557
+ title: "\u041A\u043E\u043D\u0442\u0440\u0430\u0433\u0435\u043D\u0442\u0442\u0435\u0440\u0434\u0456 \u0442\u0435\u043A\u0441\u0435\u0440\u0443",
558
+ description: "\u0421\u0435\u0440\u0456\u043A\u0442\u0435\u0441\u0442\u0435\u0440\u0434\u0456\u04A3 \u0456\u0441\u043A\u0435\u0440\u043B\u0456\u043A \u0431\u0435\u0434\u0435\u043B\u0456\u043D \u0442\u0435\u043A\u0441\u0435\u0440\u0456\u043F, \u043C\u04D9\u043C\u0456\u043B\u0435\u043B\u0435\u0440\u0434\u0456\u04A3 \u0441\u0435\u043D\u0456\u043C\u0434\u0456\u043B\u0456\u0433\u0456\u043D \u049B\u0430\u043C\u0442\u0430\u043C\u0430\u0441\u044B\u0437 \u0435\u0442\u0456\u04A3\u0456\u0437."
559
+ },
560
+ {
561
+ title: "\u0416\u0430\u043F\u043F\u0430\u0439 \u0442\u0435\u043A\u0441\u0435\u0440\u0443",
562
+ description: "\u049A\u044B\u0437\u043C\u0435\u0442\u043A\u0435\u0440\u043B\u0435\u0440 \u043C\u0435\u043D \u0441\u0456\u0437\u0434\u0456\u04A3 \u043A\u043E\u043D\u0442\u0440\u0430\u0433\u0435\u043D\u0442\u0442\u0435\u0440\u0456\u04A3\u0456\u0437\u0434\u0456\u04A3 \u0430\u0440\u0430\u0441\u044B\u043D\u0434\u0430\u0493\u044B \u0431\u0430\u0439\u043B\u0430\u043D\u044B\u0441\u0442\u0430\u0440\u0434\u044B \u0442\u0435\u043A\u0441\u0435\u0440\u0443."
563
+ },
564
+ {
565
+ title: "\u0416\u0430\u043D\u0430\u043C\u0430 \u0431\u0430\u0439\u043B\u0430\u043D\u044B\u0441\u0442\u0430\u0440",
566
+ description: "\u0421\u0435\u043D\u0456\u043C\u0434\u0456\u043B\u0456\u043A\u0442\u0456 \u0442\u0435\u0440\u0435\u04A3\u0456\u0440\u0435\u043A \u0442\u0435\u043A\u0441\u0435\u0440\u0443 \u04AF\u0448\u0456\u043D \u0436\u0430\u0441\u044B\u0440\u044B\u043D \u0456\u0441\u043A\u0435\u0440\u043B\u0456\u043A \u0431\u0430\u0439\u043B\u0430\u043D\u044B\u0441\u0442\u0430\u0440\u0434\u044B \u0430\u043D\u044B\u049B\u0442\u0430\u04A3\u044B\u0437."
567
+ },
568
+ {
569
+ title: "\u0428\u0435\u0442\u0435\u043B\u0434\u0456\u043A \u043A\u043E\u043D\u0442\u0440\u0430\u0433\u0435\u043D\u0442\u0442\u0435\u0440",
570
+ description: "\u0428\u0435\u0442\u0435\u043B\u0434\u0456\u043A \u0441\u0435\u0440\u0456\u043A\u0442\u0435\u0441\u0442\u0435\u0440\u043C\u0435\u043D \u0436\u04B1\u043C\u044B\u0441 \u0456\u0441\u0442\u0435\u0433\u0435\u043D\u0434\u0435 \u0442\u04D9\u0443\u0435\u043A\u0435\u043B\u0434\u0435\u0440\u0434\u0456 \u0436\u04D9\u043D\u0435 \u0442\u0430\u043B\u0430\u043F\u0442\u0430\u0440\u0493\u0430 \u0441\u04D9\u0439\u043A\u0435\u0441\u0442\u0456\u043A\u0442\u0456 \u0431\u0430\u0493\u0430\u043B\u0430\u04A3\u044B\u0437."
571
+ },
572
+ {
573
+ title: "\u0414\u0435\u0440\u0435\u043A\u0442\u0435\u0440\u0434\u0456 \u0436\u04AF\u043A\u0442\u0435\u043F \u0430\u043B\u0443",
574
+ description: "\u0411\u04D9\u0441\u0435\u043A\u0435\u043B\u0435\u0441\u0442\u0435\u0440 \u043D\u0435\u043C\u0435\u0441\u0435 \u04D9\u043B\u0435\u0443\u0435\u0442\u0442\u0456 \u043A\u043B\u0438\u0435\u043D\u0442\u0442\u0435\u0440 \u0442\u0443\u0440\u0430\u043B\u044B \u0434\u0435\u0440\u0435\u043A\u0442\u0435\u0440\u0434\u0456 \u0430\u043B\u044B\u04A3\u044B\u0437."
575
+ },
576
+ {
577
+ title: "\u041E\u0444\u0444\u0448\u043E\u0440\u043B\u044B\u049B \u0442\u0456\u0437\u0456\u043C\u0434\u0435\u0440",
578
+ description: "\u0421\u0430\u043B\u044B\u049B\u0442\u044B\u049B \u0436\u04D9\u043D\u0435 \u049B\u04B1\u049B\u044B\u049B\u0442\u044B\u049B \u0442\u04D9\u0443\u0435\u043A\u0435\u043B\u0434\u0435\u0440\u0434\u0456 \u0430\u0437\u0430\u0439\u0442\u0443 \u04AF\u0448\u0456\u043D \u043A\u043E\u043D\u0442\u0440\u0430\u0433\u0435\u043D\u0442\u0442\u0435\u0440\u0434\u0456\u04A3 \u043E\u0444\u0444\u0448\u043E\u0440\u043B\u0430\u0440\u044B\u043D \u0442\u0430\u043B\u0434\u0430\u04A3\u044B\u0437."
579
+ },
580
+ {
581
+ title: "\u0421\u0430\u043D\u043A\u0446\u0438\u044F\u043B\u044B\u049B \u0442\u0456\u0437\u0456\u043C\u0434\u0435\u0440",
582
+ description: "\u0425\u0430\u043B\u044B\u049B\u0430\u0440\u0430\u043B\u044B\u049B \u0441\u0430\u043D\u043A\u0446\u0438\u044F\u043B\u0430\u0440\u0493\u0430 \u0456\u043B\u0456\u043A\u043A\u0435\u043D \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u044F\u043B\u0430\u0440\u043C\u0435\u043D \u044B\u043D\u0442\u044B\u043C\u0430\u049B\u0442\u0430\u0441\u0442\u044B\u049B\u0442\u044B \u0431\u043E\u043B\u0434\u044B\u0440\u043C\u0430\u04A3\u044B\u0437."
583
+ },
584
+ {
585
+ title: "\u041A\u043E\u043D\u0442\u0440\u0430\u0433\u0435\u043D\u0442\u0442\u0435\u0440\u0434\u0456 \u0441\u0430\u043B\u044B\u0441\u0442\u044B\u0440\u0443",
586
+ description: "\u041D\u0435\u0433\u0456\u0437\u0433\u0456 \u043A\u04E9\u0440\u0441\u0435\u0442\u043A\u0456\u0448\u0442\u0435\u0440\u0434\u0456 \u0441\u0430\u043B\u044B\u0441\u0442\u044B\u0440\u044B\u043F, \u0435\u04A3 \u0442\u0438\u0456\u043C\u0434\u0456 \u0441\u0435\u0440\u0456\u043A\u0442\u0435\u0441\u0442\u0435\u0440\u0434\u0456 \u0442\u0430\u04A3\u0434\u0430\u04A3\u044B\u0437."
587
+ },
588
+ {
589
+ title: "\u0411\u0430\u0440\u043B\u044B\u049B \u0441\u0435\u0440\u0432\u0438\u0441\u0442\u0435\u0440",
590
+ description: ""
591
+ }
592
+ ]
543
593
  }
544
594
  };
545
595
  export default KkLocale;
@@ -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;
@@ -339,32 +347,6 @@ declare const RuLocale: {
339
347
  };
340
348
  LLP: string;
341
349
  slogan: string;
342
- newVersion: {
343
- services: {
344
- title: string;
345
- counterparties: string;
346
- compliance: string;
347
- edo: string;
348
- ved: string;
349
- procurement: string;
350
- fines: string;
351
- work: string;
352
- analytics: string;
353
- };
354
- useful: {
355
- title: string;
356
- apiDescription: string;
357
- userAgreement: string;
358
- privacyPolicy: string;
359
- vacancies: string;
360
- companyDirectory: string;
361
- };
362
- contacts: {
363
- title: string;
364
- address: string;
365
- goToChat: string;
366
- };
367
- };
368
350
  };
369
351
  our_clients: {
370
352
  title: string;
@@ -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",
@@ -332,33 +340,7 @@ const RuLocale = {
332
340
  title: "\u041A\u043E\u043C\u043F\u043B\u0430\u0435\u043D\u0441"
333
341
  },
334
342
  LLP: "\u0422\u041E\u041E",
335
- slogan: "\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",
336
- newVersion: {
337
- services: {
338
- title: "\u0421\u0435\u0440\u0432\u0438\u0441\u044B",
339
- counterparties: "\u041A\u043E\u043D\u0442\u0440\u0430\u0433\u0435\u043D\u0442\u044B",
340
- compliance: "\u041A\u043E\u043C\u043F\u043B\u0430\u0435\u043D\u0441",
341
- edo: "\u042D\u0414\u041E",
342
- ved: "\u0412\u042D\u0414",
343
- procurement: "\u0417\u0430\u043A\u0443\u043F\u043A\u0438",
344
- fines: "\u0428\u0442\u0440\u0430\u0444\u044B",
345
- work: "\u0420\u0430\u0431\u043E\u0442\u0430",
346
- analytics: "\u0410\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0430"
347
- },
348
- useful: {
349
- title: "\u041F\u043E\u043B\u0435\u0437\u043D\u043E\u0435",
350
- apiDescription: "\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435 API",
351
- userAgreement: "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435",
352
- privacyPolicy: "\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0438",
353
- vacancies: "\u0412\u0430\u043A\u0430\u043D\u0441\u0438\u0438",
354
- companyDirectory: "\u041A\u0430\u0442\u0430\u043B\u043E\u0433 \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u044F\u0442\u0438\u0439"
355
- },
356
- contacts: {
357
- title: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u044B",
358
- 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",
359
- goToChat: "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u0447\u0430\u0442 \u0441 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u043E\u0439"
360
- }
361
- }
343
+ slogan: "\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"
362
344
  },
363
345
  our_clients: {
364
346
  title: "\u041D\u0430\u043C \u0434\u043E\u0432\u0435\u0440\u044F\u044E\u0442"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.8",
3
+ "version": "3.1.10",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",