adata-ui 3.1.52 → 3.1.54

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.52",
8
+ "version": "3.1.54",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -31,9 +31,9 @@ const uiConfig = {
31
31
  "base": "w-full border-0 rounded-md text-deepblue-900 dark:text-gray-200 hover:outline outline-offset-[-1px] hover:outline-1 hover:outline-blue-700 hover:dark:outline-blue-500 focus:outline focus:outline-blue-700 focus:dark:outline-blue-500 mt-0",
32
32
  "size": {
33
33
  sm: "h-8 px-4 py-1.5 sm",
34
- md: "h-10 px-4 pb-1.5 pt-[18px] md",
34
+ md: `h-10 px-4 md ${props.label ? "pt-[18px] pb-1.5" : "py-1.5"}`,
35
35
  smEx: "h-8 pl-4 pr-10 py-1.5 sm",
36
- mdEx: "h-10 pl-4 pr-10 pb-1.5 pt-[18px] md"
36
+ mdEx: `h-10 pl-4 pr-10 pb-1.5 pt-[18px] md ${props.label ? "pt-[18px] pb-1.5" : "py-1.5"}`
37
37
  },
38
38
  "color": "bg-deepblue-50 dark:bg-gray-200/5",
39
39
  "error": "outline outline-1 outline-red-500 focus:outline-0 focus:border-red-500 hover:border-red-500",
@@ -348,6 +348,7 @@ function isCurrentModule(currentModule) {
348
348
  if (currentModule === "analytics") return "analytics-new";
349
349
  if (currentModule === "compliance") return "ac";
350
350
  if (currentModule === "fea") return "tnved";
351
+ if (currentModule === "tenders") return "zakupki";
351
352
  return currentModule;
352
353
  }
353
354
  </script>
@@ -36,6 +36,8 @@ import ASanctions from "#icons/sanctions.vue";
36
36
  import ATasks from "#icons/tasks.vue";
37
37
  import ACheckSb from "#icons/check-sb.vue";
38
38
  import AHotLine from "#icons/hot-line.vue";
39
+ import MapPinRect from "#icons/map-pin-rect.vue";
40
+ import MapPaper from "#icons/map-paper.vue";
39
41
  const tab = ref(useCurrentModule().value);
40
42
  const { t } = useI18n();
41
43
  const appConfig = useAppConfig();
@@ -211,16 +213,16 @@ const sideLinks = {
211
213
  }
212
214
  ],
213
215
  fea: [
214
- {
215
- label: "header.products.fea.items.o.t",
216
- icon: ISviazi,
217
- link: `https://tnved.${mode}.kz` + PAGES.fea.o
218
- },
219
216
  {
220
217
  label: "header.products.fea.items.i.t",
221
218
  icon: ISearch,
222
219
  link: `https://tnved.${mode}.kz` + PAGES.fea.t
223
220
  },
221
+ {
222
+ label: "header.products.fea.items.o.t",
223
+ icon: ISviazi,
224
+ link: `https://tnved.${mode}.kz` + PAGES.fea.o
225
+ },
224
226
  {
225
227
  label: "header.products.fea.items.cp.t",
226
228
  icon: IFile,
@@ -235,6 +237,16 @@ const sideLinks = {
235
237
  label: "header.products.fea.items.tr.t",
236
238
  icon: IGlobe,
237
239
  link: `https://tnved.${mode}.kz` + PAGES.fea.tr
240
+ },
241
+ {
242
+ label: "header.products.fea.items.importerMap.t",
243
+ icon: MapPinRect,
244
+ link: `https://tnved.${mode}.kz` + PAGES.fea.importerMap
245
+ },
246
+ {
247
+ label: "header.products.fea.items.containers.t",
248
+ icon: MapPaper,
249
+ link: `https://tnved.${mode}.kz` + PAGES.fea.containers
238
250
  }
239
251
  ],
240
252
  compliance: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.52",
3
+ "version": "3.1.54",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",