adata-ui 4.0.35 → 4.0.37

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.
Files changed (38) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/header/NavList.vue +45 -2
  3. package/dist/runtime/components/header/NavList.vue.d.ts +2 -0
  4. package/dist/runtime/components/header/ProductMenu.vue +31 -3
  5. package/dist/runtime/components/header/ProfileMenu.vue +13 -210
  6. package/dist/runtime/components/header/ProfileMenuContent.vue +227 -0
  7. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +16 -0
  8. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +78 -0
  9. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
  10. package/dist/runtime/components/mobile-navigation/MainButton.vue +16 -0
  11. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +2 -0
  12. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +261 -0
  13. package/dist/runtime/components/modals/NoAccessContent.vue +1 -1
  14. package/dist/runtime/composables/projectState.d.ts +1 -0
  15. package/dist/runtime/composables/projectState.js +1 -0
  16. package/dist/runtime/i18n/i18n.config.d.ts +24 -0
  17. package/dist/runtime/icons/avatar.vue +41 -0
  18. package/dist/runtime/icons/avatar.vue.d.ts +2 -0
  19. package/dist/runtime/icons/file/file.vue.d.ts +2 -0
  20. package/dist/runtime/icons/file/files.vue +17 -0
  21. package/dist/runtime/icons/file/files.vue.d.ts +2 -0
  22. package/dist/runtime/icons/invoice.vue +35 -0
  23. package/dist/runtime/icons/invoice.vue.d.ts +2 -0
  24. package/dist/runtime/icons/menu/menu-filled.vue +61 -0
  25. package/dist/runtime/icons/menu/menu-filled.vue.d.ts +2 -0
  26. package/dist/runtime/icons/menu/menu.vue +41 -0
  27. package/dist/runtime/icons/menu/menu.vue.d.ts +2 -0
  28. package/dist/runtime/icons/notifications.vue +25 -0
  29. package/dist/runtime/icons/notifications.vue.d.ts +2 -0
  30. package/dist/runtime/lang/en.js +8 -0
  31. package/dist/runtime/lang/kk.js +8 -0
  32. package/dist/runtime/lang/ru.d.ts +8 -0
  33. package/dist/runtime/lang/ru.js +8 -0
  34. package/dist/runtime/shared/constants/pages.d.ts +3 -0
  35. package/dist/runtime/shared/constants/pages.js +3 -0
  36. package/package.json +64 -64
  37. /package/dist/runtime/{icons/file.vue.d.ts → components/mobile-navigation/MobileProductMenu.vue.d.ts} +0 -0
  38. /package/dist/runtime/icons/{file.vue → file/file.vue} +0 -0
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,25 @@
1
+ <script setup lang="ts"></script>
2
+
3
+ <template>
4
+ <svg
5
+ width="25"
6
+ height="24"
7
+ viewBox="0 0 25 24"
8
+ fill="none"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ >
11
+ <path
12
+ fill-rule="evenodd"
13
+ clip-rule="evenodd"
14
+ d="M12.3618 2C8.61384 2 5.57553 5.03831 5.57553 8.78625V13.4501L3.24673 17.6027C3.11648 17.8349 3.11914 18.1188 3.25372 18.3486C3.38829 18.5783 3.6346 18.7195 3.90088 18.7195H8.83112C8.84826 18.9354 8.88479 19.1499 8.94059 19.3603C9.07409 19.8637 9.31468 20.3313 9.64539 20.7302C9.9761 21.129 10.3889 21.4494 10.8547 21.6688C11.3206 21.8882 11.8281 22.0012 12.3416 22C12.8552 21.9987 13.3622 21.8832 13.827 21.6616C14.2918 21.44 14.7031 21.1176 15.0319 20.7171C15.3608 20.3167 15.5991 19.848 15.7303 19.3439C15.7837 19.1388 15.8187 18.9298 15.8354 18.7195H20.7657C21.0307 18.7195 21.2759 18.5797 21.411 18.3518C21.546 18.1239 21.5508 17.8416 21.4235 17.6093L19.148 13.4541V8.78625C19.148 5.03831 16.1097 2 12.3618 2ZM14.3273 18.7195H10.3392C10.351 18.8058 10.3681 18.8914 10.3905 18.9758C10.4686 19.2702 10.6089 19.5421 10.8001 19.7727C10.9912 20.0032 11.2284 20.1867 11.4939 20.3118C11.7592 20.4367 12.0473 20.5007 12.338 20.5C12.6287 20.4993 12.9165 20.4339 13.1813 20.3077C13.4463 20.1813 13.6826 19.9967 13.8727 19.7652C14.0629 19.5336 14.2019 19.261 14.2786 18.9662C14.2998 18.8849 14.316 18.8025 14.3273 18.7195Z"
15
+ fill="#2C3E50"
16
+ fill-opacity="0.8"
17
+ />
18
+ <circle
19
+ cx="18.3335"
20
+ cy="6"
21
+ r="4"
22
+ fill="#E74135"
23
+ />
24
+ </svg>
25
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -202,6 +202,14 @@ const EnLocale = {
202
202
  }
203
203
  }
204
204
  },
205
+ edo: {
206
+ label: "EDM",
207
+ items: {
208
+ l: {
209
+ t: "Document Flow"
210
+ }
211
+ }
212
+ },
205
213
  galleryCards: {
206
214
  unload: {
207
215
  title: "Data export",
@@ -202,6 +202,14 @@ const KkLocale = {
202
202
  }
203
203
  }
204
204
  },
205
+ edo: {
206
+ label: "\u042D\u049A\u0410",
207
+ items: {
208
+ l: {
209
+ t: "\u049A\u04B1\u0436\u0430\u0442 \u0430\u0439\u043D\u0430\u043B\u044B\u043C\u044B"
210
+ }
211
+ }
212
+ },
205
213
  galleryCards: {
206
214
  unload: {
207
215
  title: "\u0414\u0435\u0440\u0435\u043A\u0442\u0435\u0440\u0434\u0456 \u0436\u04AF\u043A\u0442\u0435\u0443",
@@ -202,6 +202,14 @@ declare const RuLocale: {
202
202
  };
203
203
  };
204
204
  };
205
+ edo: {
206
+ label: string;
207
+ items: {
208
+ l: {
209
+ t: string;
210
+ };
211
+ };
212
+ };
205
213
  galleryCards: {
206
214
  unload: {
207
215
  title: string;
@@ -196,6 +196,14 @@ const RuLocale = {
196
196
  }
197
197
  }
198
198
  },
199
+ edo: {
200
+ label: "\u042D\u0414\u041E",
201
+ items: {
202
+ l: {
203
+ t: "\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u043E\u0431\u043E\u0440\u043E\u0442"
204
+ }
205
+ }
206
+ },
199
207
  galleryCards: {
200
208
  unload: {
201
209
  title: "\u0412\u044B\u0433\u0440\u0443\u0437\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445",
@@ -65,4 +65,7 @@ export declare const PAGES: {
65
65
  compliance: {
66
66
  l: string;
67
67
  };
68
+ edo: {
69
+ l: string;
70
+ };
68
71
  };
@@ -64,5 +64,8 @@ export const PAGES = {
64
64
  },
65
65
  compliance: {
66
66
  l: "/"
67
+ },
68
+ edo: {
69
+ l: "/"
67
70
  }
68
71
  };
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
- {
2
- "name": "adata-ui",
3
- "version": "4.0.35",
4
- "description": "Adata UI",
5
- "repository": "your-org/my-module",
6
- "license": "MIT",
7
- "type": "module",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/types.d.mts",
11
- "import": "./dist/module.mjs"
12
- }
13
- },
14
- "main": "./dist/module.mjs",
15
- "typesVersions": {
16
- "*": {
17
- ".": [
18
- "./dist/types.d.mts"
19
- ]
20
- }
21
- },
22
- "files": [
23
- "dist"
24
- ],
25
- "scripts": {
26
- "prepack": "nuxt-module-build build",
27
- "dev": "nuxi dev playground",
28
- "dev:build": "nuxi build playground",
29
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
30
- "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
31
- "lint": "eslint .",
32
- "test": "vitest run",
33
- "test:watch": "vitest watch",
34
- "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
35
- },
36
- "dependencies": {
37
- "@nuxt/kit": "^3.17.2",
38
- "@nuxtjs/color-mode": "^3.5.2",
39
- "@nuxtjs/i18n": "^9.5.4",
40
- "@tailwindcss/postcss": "^4.1.6",
41
- "@tailwindcss/vite": "^4.1.6",
42
- "defu": "^6.1.4",
43
- "reka-ui": "^2.2.1",
44
- "sass": "^1.89.0",
45
- "tailwind-merge": "^3.3.0",
46
- "tailwindcss": "^4.1.6"
47
- },
48
- "devDependencies": {
49
- "@nuxt/devtools": "^2.4.0",
50
- "@nuxt/eslint-config": "^1.3.0",
51
- "@nuxt/module-builder": "^1.0.1",
52
- "@nuxt/schema": "^3.17.2",
53
- "@nuxt/test-utils": "^3.18.0",
54
- "@types/node": "latest",
55
- "changelogen": "^0.6.1",
56
- "eslint": "^9.26.0",
57
- "nuxt": "^3.17.2",
58
- "sass-embedded": "^1.89.0",
59
- "typescript": "~5.8.3",
60
- "vitest": "^3.1.2",
61
- "vue-tsc": "^2.2.10"
62
- },
63
- "packageManager": "pnpm@8.7.6+sha1.a428b12202bc4f23b17e6dffe730734dae5728e2"
64
- }
1
+ {
2
+ "name": "adata-ui",
3
+ "version": "4.0.37",
4
+ "description": "Adata UI",
5
+ "repository": "your-org/my-module",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/types.d.mts",
11
+ "import": "./dist/module.mjs"
12
+ }
13
+ },
14
+ "main": "./dist/module.mjs",
15
+ "typesVersions": {
16
+ "*": {
17
+ ".": [
18
+ "./dist/types.d.mts"
19
+ ]
20
+ }
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "scripts": {
26
+ "prepack": "nuxt-module-build build",
27
+ "dev": "nuxi dev playground",
28
+ "dev:build": "nuxi build playground",
29
+ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
30
+ "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
31
+ "lint": "eslint .",
32
+ "test": "vitest run",
33
+ "test:watch": "vitest watch",
34
+ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
35
+ },
36
+ "dependencies": {
37
+ "@nuxt/kit": "^3.17.2",
38
+ "@nuxtjs/color-mode": "^3.5.2",
39
+ "@nuxtjs/i18n": "^9.5.4",
40
+ "@tailwindcss/postcss": "^4.1.6",
41
+ "@tailwindcss/vite": "^4.1.6",
42
+ "defu": "^6.1.4",
43
+ "reka-ui": "^2.2.1",
44
+ "sass": "^1.89.0",
45
+ "tailwind-merge": "^3.3.0",
46
+ "tailwindcss": "^4.1.6"
47
+ },
48
+ "devDependencies": {
49
+ "@nuxt/devtools": "^2.4.0",
50
+ "@nuxt/eslint-config": "^1.3.0",
51
+ "@nuxt/module-builder": "^1.0.1",
52
+ "@nuxt/schema": "^3.17.2",
53
+ "@nuxt/test-utils": "^3.18.0",
54
+ "@types/node": "latest",
55
+ "changelogen": "^0.6.1",
56
+ "eslint": "^9.26.0",
57
+ "nuxt": "^3.17.2",
58
+ "sass-embedded": "^1.89.0",
59
+ "typescript": "~5.8.3",
60
+ "vitest": "^3.1.2",
61
+ "vue-tsc": "^2.2.10"
62
+ },
63
+ "packageManager": "pnpm@8.7.6+sha1.a428b12202bc4f23b17e6dffe730734dae5728e2"
64
+ }
File without changes