adata-ui 3.1.10 → 3.1.12

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.10",
8
+ "version": "3.1.12",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -108,16 +108,21 @@ const filteredItems = [
108
108
  ]
109
109
  },
110
110
  {
111
- key: "compliance",
112
- is_new: true,
113
- name: t("header.products.compliance.label"),
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.compliance.items.l.t"),
118
- subtitle: t("header.products.compliance.items.l.st"),
119
- icon: IProfile,
120
- to: `https://ac.${mode}.kz/compliance`
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: "work",
246
- name: t("header.products.jobs.label"),
247
- icon: IWorkBag,
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.jobs.items.vacancies.title"),
251
- icon: IWorkBag,
252
- subtitle: t("header.products.jobs.items.vacancies.subtitle"),
253
- to: `https://work.${mode}.kz` + PAGES.work.vacancy
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
  }
@@ -335,7 +335,7 @@ const EnLocale = {
335
335
  businessEntities: "Business Entities"
336
336
  },
337
337
  fea: {
338
- title: "Foreign Economic Activity",
338
+ title: "FEA",
339
339
  i: "Foreign Trade in Goods",
340
340
  o: "Foreign Economic Activity Commodity Nomenclature",
341
341
  cp: "Customs-related sphere",
@@ -335,7 +335,7 @@ const KkLocale = {
335
335
  businessEntities: "\u0411\u0438\u0437\u043D\u0435\u0441 \u0441\u0443\u0431\u044A\u0435\u043A\u0442\u0456\u043B\u0435\u0440\u0456"
336
336
  },
337
337
  fea: {
338
- title: "\u0421\u044B\u0440\u0442\u049B\u044B \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0430\u043B\u044B\u049B \u049B\u044B\u0437\u043C\u0435\u0442",
338
+ title: "\u0421\u042D\u049A",
339
339
  i: "\u0422\u0430\u0443\u0430\u0440\u043B\u0430\u0440\u0434\u044B\u04A3 \u0441\u044B\u0440\u0442\u049B\u044B \u0441\u0430\u0443\u0434\u0430\u0441\u044B",
340
340
  o: "\u0421\u044B\u0440\u0442\u049B\u044B \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0430\u043B\u044B\u049B \u049B\u044B\u0437\u043C\u0435\u0442 \u0442\u0430\u0443\u0430\u0440 \u043D\u043E\u043C\u0435\u043D\u043A\u043B\u0430\u0442\u0443\u0440\u0430\u0441\u044B",
341
341
  cp: "\u041A\u0435\u0434\u0435\u043D\u0433\u0435 \u049B\u0430\u0442\u044B\u0441\u0442\u044B \u0441\u0430\u043B\u0430",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.10",
3
+ "version": "3.1.12",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",