adata-ui 2.1.41-beta.22 → 2.1.41-beta.23
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/composables/useHeaderNavigationLinks.ts +14 -28
- package/lang/en.ts +8 -16
- package/lang/kk.ts +8 -16
- package/lang/ru.ts +8 -16
- package/package.json +1 -1
- package/shared/constans/pages.ts +4 -6
|
@@ -19,7 +19,6 @@ import IconFilePen from '#adata-ui/icons/file-pen.vue'
|
|
|
19
19
|
import IconFileStack from '#adata-ui/icons/file-stack.vue'
|
|
20
20
|
import IconGitCompare from '#adata-ui/icons/git-compare.vue'
|
|
21
21
|
import IconGlobe from '#adata-ui/icons/globe.vue'
|
|
22
|
-
import IconHandshake from '#adata-ui/icons/handshake.vue'
|
|
23
22
|
import IconDocument from '#adata-ui/icons/hdocument.vue'
|
|
24
23
|
import IconHistory from '#adata-ui/icons/history.vue'
|
|
25
24
|
import HotLine from '#adata-ui/icons/hot-line.vue'
|
|
@@ -175,23 +174,16 @@ export function useHeaderNavigationLinks() {
|
|
|
175
174
|
data_attribute: 'navigation-menu-ved-block',
|
|
176
175
|
items: [
|
|
177
176
|
{
|
|
178
|
-
title: t('header.products.fea.items.
|
|
179
|
-
subtitle: t('header.products.fea.items.
|
|
177
|
+
title: t('header.products.fea.items.product.t'),
|
|
178
|
+
subtitle: t('header.products.fea.items.product.st'),
|
|
180
179
|
icon: Connections,
|
|
181
|
-
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.
|
|
180
|
+
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.productSearch),
|
|
182
181
|
},
|
|
183
182
|
{
|
|
184
|
-
title: t('header.products.fea.items.
|
|
185
|
-
subtitle: t('header.products.fea.items.
|
|
186
|
-
icon:
|
|
187
|
-
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
title: t('header.products.fea.items.cp.t'),
|
|
191
|
-
subtitle: t('header.products.fea.items.cp.st'),
|
|
192
|
-
icon: IconTruck,
|
|
193
|
-
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.cp),
|
|
194
|
-
|
|
183
|
+
title: t('header.products.fea.items.importer.t'),
|
|
184
|
+
subtitle: t('header.products.fea.items.importer.st'),
|
|
185
|
+
icon: MapPinRect,
|
|
186
|
+
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.importer),
|
|
195
187
|
},
|
|
196
188
|
{
|
|
197
189
|
title: t('header.products.fea.items.ca.t'),
|
|
@@ -200,22 +192,16 @@ export function useHeaderNavigationLinks() {
|
|
|
200
192
|
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.ca),
|
|
201
193
|
},
|
|
202
194
|
{
|
|
203
|
-
title: t('header.products.fea.items.
|
|
204
|
-
subtitle: t('header.products.fea.items.
|
|
205
|
-
icon:
|
|
206
|
-
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.
|
|
195
|
+
title: t('header.products.fea.items.cp.t'),
|
|
196
|
+
subtitle: t('header.products.fea.items.cp.st'),
|
|
197
|
+
icon: IconTruck,
|
|
198
|
+
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.customs),
|
|
207
199
|
},
|
|
208
200
|
{
|
|
209
|
-
title: t('header.products.fea.items.
|
|
210
|
-
subtitle: t('header.products.fea.items.
|
|
201
|
+
title: t('header.products.fea.items.container.t'),
|
|
202
|
+
subtitle: t('header.products.fea.items.container.st'),
|
|
211
203
|
icon: MapPaper,
|
|
212
|
-
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
title: t('header.products.fea.items.importerMap.t'),
|
|
216
|
-
subtitle: t('header.products.fea.items.importerMap.st'),
|
|
217
|
-
icon: MapPinRect,
|
|
218
|
-
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.importerMap),
|
|
204
|
+
to: buildLocalizedUrl(locale, urls.tnved, PAGES.fea.container),
|
|
219
205
|
},
|
|
220
206
|
],
|
|
221
207
|
},
|
package/lang/en.ts
CHANGED
|
@@ -212,13 +212,13 @@ const EnLocale: RuLocale = {
|
|
|
212
212
|
fea: {
|
|
213
213
|
label: 'Foreign Economic Activity',
|
|
214
214
|
items: {
|
|
215
|
-
|
|
216
|
-
t: '
|
|
217
|
-
st: '
|
|
215
|
+
product: {
|
|
216
|
+
t: 'Product analysis',
|
|
217
|
+
st: '',
|
|
218
218
|
},
|
|
219
|
-
|
|
220
|
-
t: '
|
|
221
|
-
st: '
|
|
219
|
+
importer: {
|
|
220
|
+
t: 'Importer analysis',
|
|
221
|
+
st: '',
|
|
222
222
|
},
|
|
223
223
|
cp: {
|
|
224
224
|
t: 'Customs-related sphere',
|
|
@@ -228,16 +228,8 @@ const EnLocale: RuLocale = {
|
|
|
228
228
|
t: 'Calculator',
|
|
229
229
|
st: 'Calculation of Customs Payments. Customs Duties. Customs Fees',
|
|
230
230
|
},
|
|
231
|
-
|
|
232
|
-
t: '
|
|
233
|
-
st: 'Customs Tariffs and Quotas. Measures for Protecting the Domestic Market. Regulatory Requirements',
|
|
234
|
-
},
|
|
235
|
-
importerMap: {
|
|
236
|
-
t: 'Map of importers',
|
|
237
|
-
st: '',
|
|
238
|
-
},
|
|
239
|
-
containers: {
|
|
240
|
-
t: 'Containers',
|
|
231
|
+
container: {
|
|
232
|
+
t: 'Container tracking',
|
|
241
233
|
st: '',
|
|
242
234
|
},
|
|
243
235
|
},
|
package/lang/kk.ts
CHANGED
|
@@ -212,13 +212,13 @@ const KkLocale: RuLocale = {
|
|
|
212
212
|
fea: {
|
|
213
213
|
label: 'СЭҚ',
|
|
214
214
|
items: {
|
|
215
|
-
|
|
216
|
-
t: '
|
|
217
|
-
st: '
|
|
215
|
+
product: {
|
|
216
|
+
t: 'Тауарды талдау',
|
|
217
|
+
st: '',
|
|
218
218
|
},
|
|
219
|
-
|
|
220
|
-
t: '
|
|
221
|
-
st: '
|
|
219
|
+
importer: {
|
|
220
|
+
t: 'Импорттаушыны талдау',
|
|
221
|
+
st: '',
|
|
222
222
|
},
|
|
223
223
|
cp: {
|
|
224
224
|
t: 'Кеденге қатысты сала',
|
|
@@ -228,16 +228,8 @@ const KkLocale: RuLocale = {
|
|
|
228
228
|
t: 'Калькулятор',
|
|
229
229
|
st: 'Кедендік төлемдерді есептеу. Кедендік баждар. Кедендік алымдар',
|
|
230
230
|
},
|
|
231
|
-
|
|
232
|
-
t: '
|
|
233
|
-
st: 'Кедендік тарифтер мен квоталар. Ішкі нарықты қорғау шаралары. Нормативтік талаптар',
|
|
234
|
-
},
|
|
235
|
-
importerMap: {
|
|
236
|
-
t: 'Импорттаушының картасы',
|
|
237
|
-
st: '',
|
|
238
|
-
},
|
|
239
|
-
containers: {
|
|
240
|
-
t: 'Контейнерлер',
|
|
231
|
+
container: {
|
|
232
|
+
t: 'Контейнерді қадағалау',
|
|
241
233
|
st: '',
|
|
242
234
|
},
|
|
243
235
|
},
|
package/lang/ru.ts
CHANGED
|
@@ -213,13 +213,13 @@ const RuLocale = {
|
|
|
213
213
|
fea: {
|
|
214
214
|
label: 'ВЭД',
|
|
215
215
|
items: {
|
|
216
|
-
|
|
217
|
-
t: '
|
|
218
|
-
st: '
|
|
216
|
+
product: {
|
|
217
|
+
t: 'Анализ товара',
|
|
218
|
+
st: '',
|
|
219
219
|
},
|
|
220
|
-
|
|
221
|
-
t: '
|
|
222
|
-
st: '
|
|
220
|
+
importer: {
|
|
221
|
+
t: 'Анализ импортера',
|
|
222
|
+
st: '',
|
|
223
223
|
},
|
|
224
224
|
cp: {
|
|
225
225
|
t: 'Околотаможенная сфера',
|
|
@@ -229,16 +229,8 @@ const RuLocale = {
|
|
|
229
229
|
t: 'Калькулятор',
|
|
230
230
|
st: 'Расчет таможенных платежей. Таможенные пошлины. Таможенные сборы',
|
|
231
231
|
},
|
|
232
|
-
|
|
233
|
-
t: '
|
|
234
|
-
st: 'Таможенные тарифы и квоты. Меры защиты внутреннего рынка. Нормативные требования',
|
|
235
|
-
},
|
|
236
|
-
importerMap: {
|
|
237
|
-
t: 'Карта импортёра',
|
|
238
|
-
st: '',
|
|
239
|
-
},
|
|
240
|
-
containers: {
|
|
241
|
-
t: 'Контейнеры',
|
|
232
|
+
container: {
|
|
233
|
+
t: 'Отслеживание контейнера',
|
|
242
234
|
st: '',
|
|
243
235
|
},
|
|
244
236
|
},
|
package/package.json
CHANGED
package/shared/constans/pages.ts
CHANGED
|
@@ -67,13 +67,11 @@ export const PAGES = {
|
|
|
67
67
|
},
|
|
68
68
|
fea: {
|
|
69
69
|
main: '/',
|
|
70
|
-
t: '/fea',
|
|
71
|
-
cp: '/custom',
|
|
72
|
-
o: '/tree',
|
|
73
70
|
ca: '/calculator',
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
71
|
+
productSearch: '/product/search',
|
|
72
|
+
importer: '/importer',
|
|
73
|
+
customs: '/customs',
|
|
74
|
+
container: '/container',
|
|
77
75
|
},
|
|
78
76
|
compliance: {
|
|
79
77
|
l: '/compliance',
|