adata-ui 3.1.49 → 3.1.50

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.49",
8
+ "version": "3.1.50",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -160,18 +160,18 @@ const filteredItems = computed(() => [
160
160
  link: `https://tnved.${mode}.kz` + PAGES.fea.main,
161
161
  icon: IGlobe,
162
162
  items: [
163
+ {
164
+ title: t("header.products.fea.items.o.t"),
165
+ subtitle: t("header.products.fea.items.o.st"),
166
+ icon: ISviazi,
167
+ to: `https://tnved.${mode}.kz` + PAGES.fea.o
168
+ },
163
169
  {
164
170
  title: t("header.products.fea.items.i.t"),
165
171
  subtitle: t("header.products.fea.items.i.st"),
166
172
  icon: IHandshake,
167
173
  to: `https://tnved.${mode}.kz` + PAGES.fea.t
168
174
  },
169
- {
170
- title: t("header.products.fea.items.o.t"),
171
- subtitle: t("header.products.fea.items.o.st"),
172
- icon: ISviazi,
173
- to: `https://tnved.${mode}.kz`
174
- },
175
175
  {
176
176
  title: t("header.products.fea.items.cp.t"),
177
177
  subtitle: t("header.products.fea.items.cp.st"),
@@ -211,16 +211,16 @@ const sideLinks = {
211
211
  }
212
212
  ],
213
213
  fea: [
214
- {
215
- label: "header.products.fea.items.i.t",
216
- icon: ISearch,
217
- link: `https://tnved.${mode}.kz` + PAGES.fea.t
218
- },
219
214
  {
220
215
  label: "header.products.fea.items.o.t",
221
216
  icon: ISviazi,
222
217
  link: `https://tnved.${mode}.kz` + PAGES.fea.o
223
218
  },
219
+ {
220
+ label: "header.products.fea.items.i.t",
221
+ icon: ISearch,
222
+ link: `https://tnved.${mode}.kz` + PAGES.fea.t
223
+ },
224
224
  {
225
225
  label: "header.products.fea.items.cp.t",
226
226
  icon: IFile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.49",
3
+ "version": "3.1.50",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",