adata-ui 4.0.5 → 4.0.7

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 (133) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/Footer.vue +70 -69
  3. package/dist/runtime/components/Header.vue +168 -9
  4. package/dist/runtime/components/Header.vue.d.ts +24 -1
  5. package/dist/runtime/components/Tag.vue +46 -0
  6. package/dist/runtime/components/Tag.vue.d.ts +25 -0
  7. package/dist/runtime/components/header/AlmatyContacts.vue +119 -0
  8. package/dist/runtime/components/header/AstanaContacts.vue +65 -0
  9. package/dist/runtime/components/header/AstanaContacts.vue.d.ts +2 -0
  10. package/dist/runtime/components/header/CardGallery.vue +156 -0
  11. package/dist/runtime/components/header/CardGallery.vue.d.ts +2 -0
  12. package/dist/runtime/components/header/ContactMenu.vue +64 -0
  13. package/dist/runtime/components/header/ContactMenu.vue.d.ts +11 -0
  14. package/dist/runtime/components/header/HeaderLink.vue +167 -0
  15. package/dist/runtime/components/header/HeaderLink.vue.d.ts +2 -0
  16. package/dist/runtime/components/header/ListItem.vue +26 -0
  17. package/dist/runtime/components/header/ListItem.vue.d.ts +7 -0
  18. package/dist/runtime/components/header/NavCard.vue +40 -0
  19. package/dist/runtime/components/header/NavCard.vue.d.ts +8 -0
  20. package/dist/runtime/components/header/NavList.vue +58 -0
  21. package/dist/runtime/components/header/NavList.vue.d.ts +15 -0
  22. package/dist/runtime/components/header/ProductMenu.vue +72 -0
  23. package/dist/runtime/components/header/ProductMenu.vue.d.ts +11 -0
  24. package/dist/runtime/components/header/ProfileMenu.vue +168 -0
  25. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +13 -0
  26. package/dist/runtime/components/header/TopHeader.vue +147 -0
  27. package/dist/runtime/components/header/TopHeader.vue.d.ts +10 -0
  28. package/dist/runtime/components/header/types.d.ts +19 -0
  29. package/dist/runtime/components/header/types.js +0 -0
  30. package/dist/runtime/composables/useHeaderNavigationLinks.d.ts +28 -0
  31. package/dist/runtime/composables/useHeaderNavigationLinks.js +238 -0
  32. package/dist/runtime/i18n.d.ts +1 -1
  33. package/dist/runtime/icons/arrow/arrow-circle-down.vue +30 -0
  34. package/dist/runtime/icons/arrow/arrow-circle-down.vue.d.ts +2 -0
  35. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -0
  36. package/dist/runtime/icons/arrow/arrow-graph-up.vue.d.ts +2 -0
  37. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -0
  38. package/dist/runtime/icons/arrow/arrow-side-up.vue.d.ts +2 -0
  39. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -0
  40. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue.d.ts +2 -0
  41. package/dist/runtime/icons/avto/car.vue +17 -0
  42. package/dist/runtime/icons/avto/car.vue.d.ts +2 -0
  43. package/dist/runtime/icons/avto/truck.vue +17 -0
  44. package/dist/runtime/icons/avto/truck.vue.d.ts +2 -0
  45. package/dist/runtime/icons/block.vue +19 -0
  46. package/dist/runtime/icons/block.vue.d.ts +2 -0
  47. package/dist/runtime/icons/calculator.vue +19 -0
  48. package/dist/runtime/icons/calculator.vue.d.ts +2 -0
  49. package/dist/runtime/icons/check-circle.vue +25 -0
  50. package/dist/runtime/icons/check-circle.vue.d.ts +2 -0
  51. package/dist/runtime/icons/clipboard-text.vue +17 -0
  52. package/dist/runtime/icons/clipboard-text.vue.d.ts +2 -0
  53. package/dist/runtime/icons/clock.vue +25 -0
  54. package/dist/runtime/icons/clock.vue.d.ts +2 -0
  55. package/dist/runtime/icons/color-mode/moon.vue +20 -0
  56. package/dist/runtime/icons/color-mode/moon.vue.d.ts +2 -0
  57. package/dist/runtime/icons/color-mode/sun.vue +27 -0
  58. package/dist/runtime/icons/color-mode/sun.vue.d.ts +2 -0
  59. package/dist/runtime/icons/communication/mail.vue +19 -0
  60. package/dist/runtime/icons/communication/mail.vue.d.ts +2 -0
  61. package/dist/runtime/icons/communication/phone.vue +19 -0
  62. package/dist/runtime/icons/communication/phone.vue.d.ts +2 -0
  63. package/dist/runtime/icons/company.vue +17 -0
  64. package/dist/runtime/icons/company.vue.d.ts +2 -0
  65. package/dist/runtime/icons/currency/dollar.vue +19 -0
  66. package/dist/runtime/icons/currency/dollar.vue.d.ts +2 -0
  67. package/dist/runtime/icons/currency/down.vue +22 -0
  68. package/dist/runtime/icons/currency/down.vue.d.ts +2 -0
  69. package/dist/runtime/icons/currency/eur.vue +69 -0
  70. package/dist/runtime/icons/currency/eur.vue.d.ts +2 -0
  71. package/dist/runtime/icons/currency/rub.vue +25 -0
  72. package/dist/runtime/icons/currency/rub.vue.d.ts +2 -0
  73. package/dist/runtime/icons/currency/usd.vue +269 -0
  74. package/dist/runtime/icons/currency/usd.vue.d.ts +2 -0
  75. package/dist/runtime/icons/currency/yuan.vue +37 -0
  76. package/dist/runtime/icons/currency/yuan.vue.d.ts +2 -0
  77. package/dist/runtime/icons/document/hdocument.vue +17 -0
  78. package/dist/runtime/icons/document/hdocument.vue.d.ts +2 -0
  79. package/dist/runtime/icons/document/id.vue +19 -0
  80. package/dist/runtime/icons/document/id.vue.d.ts +2 -0
  81. package/dist/runtime/icons/document/profile.vue +19 -0
  82. package/dist/runtime/icons/document/profile.vue.d.ts +2 -0
  83. package/dist/runtime/icons/file.vue +19 -0
  84. package/dist/runtime/icons/file.vue.d.ts +2 -0
  85. package/dist/runtime/icons/globe.vue +19 -0
  86. package/dist/runtime/icons/globe.vue.d.ts +2 -0
  87. package/dist/runtime/icons/handshake.vue +19 -0
  88. package/dist/runtime/icons/handshake.vue.d.ts +2 -0
  89. package/dist/runtime/icons/info/info-circle.vue +29 -0
  90. package/dist/runtime/icons/info/info-circle.vue.d.ts +2 -0
  91. package/dist/runtime/icons/link-chain.vue +31 -0
  92. package/dist/runtime/icons/link-chain.vue.d.ts +2 -0
  93. package/dist/runtime/icons/loader-circle.vue +41 -0
  94. package/dist/runtime/icons/loader-circle.vue.d.ts +2 -0
  95. package/dist/runtime/icons/logo/adata.vue +48 -0
  96. package/dist/runtime/icons/logo/adata.vue.d.ts +2 -0
  97. package/dist/runtime/icons/logo/logo.vue +27 -0
  98. package/dist/runtime/icons/logo/logo.vue.d.ts +2 -0
  99. package/dist/runtime/icons/medal.vue +17 -0
  100. package/dist/runtime/icons/medal.vue.d.ts +2 -0
  101. package/dist/runtime/icons/navigation/expand-window.vue +19 -0
  102. package/dist/runtime/icons/navigation/expand-window.vue.d.ts +2 -0
  103. package/dist/runtime/icons/navigation/location.vue +25 -0
  104. package/dist/runtime/icons/navigation/location.vue.d.ts +2 -0
  105. package/dist/runtime/icons/navigation/logout.vue +19 -0
  106. package/dist/runtime/icons/navigation/logout.vue.d.ts +2 -0
  107. package/dist/runtime/icons/plus.vue +24 -0
  108. package/dist/runtime/icons/plus.vue.d.ts +2 -0
  109. package/dist/runtime/icons/receipt/hcheck.vue +27 -0
  110. package/dist/runtime/icons/receipt/hcheck.vue.d.ts +2 -0
  111. package/dist/runtime/icons/receipt/receipt.vue +27 -0
  112. package/dist/runtime/icons/receipt/receipt.vue.d.ts +2 -0
  113. package/dist/runtime/icons/scale.vue +19 -0
  114. package/dist/runtime/icons/scale.vue.d.ts +2 -0
  115. package/dist/runtime/icons/search.vue +27 -0
  116. package/dist/runtime/icons/search.vue.d.ts +2 -0
  117. package/dist/runtime/icons/socials/whatsapp.vue +21 -0
  118. package/dist/runtime/icons/socials/whatsapp.vue.d.ts +2 -0
  119. package/dist/runtime/icons/sviazi.vue +19 -0
  120. package/dist/runtime/icons/sviazi.vue.d.ts +2 -0
  121. package/dist/runtime/icons/users/users-three.vue +17 -0
  122. package/dist/runtime/icons/users/users-three.vue.d.ts +2 -0
  123. package/dist/runtime/icons/users/users.vue +31 -0
  124. package/dist/runtime/icons/users/users.vue.d.ts +2 -0
  125. package/dist/runtime/icons/work-bag.vue +20 -0
  126. package/dist/runtime/icons/work-bag.vue.d.ts +2 -0
  127. package/dist/runtime/icons/x-mark.vue +18 -0
  128. package/dist/runtime/icons/x-mark.vue.d.ts +2 -0
  129. package/dist/runtime/shared/constants/pages.d.ts +68 -0
  130. package/dist/runtime/shared/constants/pages.js +68 -0
  131. package/package.json +3 -1
  132. package/dist/runtime/icons/adata.vue +0 -19
  133. /package/dist/runtime/{icons/adata.vue.d.ts → components/header/AlmatyContacts.vue.d.ts} +0 -0
@@ -0,0 +1,48 @@
1
+ <template>
2
+ <svg
3
+ width="92"
4
+ height="26"
5
+ viewBox="0 0 92 26"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <g clip-path="url(#clip0_867_102988)">
10
+ <path
11
+ d="M12.7943 8.26123H12.7098C12.6736 8.71061 12.5849 9.15419 12.4454 9.58289L10.7944 14.7331H14.6771L13.0478 9.63489C12.9159 9.18701 12.831 8.72666 12.7943 8.26123Z"
12
+ fill="currentColor"
13
+ />
14
+ <path
15
+ d="M23.4 0H2.6C1.91044 0 1.24912 0.273926 0.761524 0.761521C0.273929 1.24912 0 1.91044 0 2.6V23.4C0 24.0896 0.273929 24.7509 0.761524 25.2385C1.24912 25.7261 1.91044 26 2.6 26H23.4C24.0896 26 24.7509 25.7261 25.2385 25.2385C25.7261 24.7509 26 24.0896 26 23.4V2.6C26 1.91044 25.7261 1.24912 25.2385 0.761521C24.7509 0.273926 24.0896 0 23.4 0ZM16.5382 20.7242L15.4548 17.3485H10.0598L8.99167 20.7242H5.29317L10.816 5.55751H14.8677L20.2627 20.7242H16.5382Z"
16
+ fill="currentColor"
17
+ />
18
+ <path
19
+ d="M33 20.9976V5.00195H38.9048C44.8246 5.00195 47.7838 7.60163 47.7822 12.801C47.7822 15.2917 46.9746 17.2813 45.3594 18.7696C43.7441 20.258 41.5926 21.0014 38.9048 20.9999L33 20.9976ZM36.7556 7.93373V18.075H38.6144C40.2392 18.075 41.5156 17.6065 42.4439 16.6696C43.3721 15.7327 43.8346 14.4569 43.8314 12.8421C43.8314 11.3187 43.3729 10.119 42.4558 9.24309C41.5387 8.36713 40.2503 7.93068 38.5906 7.93373H36.7556Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ d="M64.8111 20.9976H60.7293L59.5393 17.4397H53.625L52.435 20.9976H48.3748L54.4414 5.00195H58.892L64.8111 20.9976ZM58.673 14.6725L56.8833 9.29337C56.7388 8.82481 56.6455 8.34311 56.6048 7.85603H56.512C56.4723 8.32997 56.3748 8.79781 56.2216 9.24995L54.4081 14.6725H58.673Z"
24
+ fill="currentColor"
25
+ />
26
+ <path
27
+ d="M76.8669 7.93407H72.1069V20.9979H68.3536V7.93407H63.6174V5H76.8669V7.93407Z"
28
+ fill="currentColor"
29
+ />
30
+ <path
31
+ d="M92.0001 20.9976H87.9112L86.7212 17.4397H80.7974L79.6241 20.9976H75.5566L81.6233 5.00195H86.0739L92.0001 20.9976ZM85.8644 14.6725L84.0747 9.29337C83.9302 8.82481 83.8369 8.34311 83.7962 7.85603H83.7034C83.6637 8.32997 83.5662 8.79781 83.413 9.24995L81.5995 14.6725H85.8644Z"
32
+ fill="currentColor"
33
+ />
34
+ </g>
35
+ <defs>
36
+ <clipPath id="clip0_867_102988">
37
+ <rect
38
+ width="92"
39
+ height="26"
40
+ fill="currentColor"
41
+ />
42
+ </clipPath>
43
+ </defs>
44
+ </svg>
45
+ </template>
46
+
47
+ <script setup lang="ts">
48
+ </script>
@@ -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,27 @@
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ class="text-deepblue-900 dark:text-gray-200"
8
+ width="26"
9
+ height="26"
10
+ viewBox="0 0 26 26"
11
+ fill="none"
12
+ xmlns="https://www.w3.org/2000/svg"
13
+ >
14
+ <path
15
+ d="M12.7943 8.26123H12.7098C12.6736 8.71061 12.5849 9.15419 12.4454 9.58289L10.7944 14.7331H14.6771L13.0478 9.63489C12.9159 9.18701 12.831 8.72666 12.7943 8.26123Z"
16
+ fill="currentColor"
17
+ />
18
+ <path
19
+ d="M23.4 0H2.6C1.91044 0 1.24912 0.273926 0.761524 0.761521C0.273929 1.24912 0 1.91044 0 2.6V23.4C0 24.0896 0.273929 24.7509 0.761524 25.2385C1.24912 25.7261 1.91044 26 2.6 26H23.4C24.0896 26 24.7509 25.7261 25.2385 25.2385C25.7261 24.7509 26 24.0896 26 23.4V2.6C26 1.91044 25.7261 1.24912 25.2385 0.761521C24.7509 0.273926 24.0896 0 23.4 0ZM16.5382 20.7242L15.4548 17.3485H10.0598L8.99167 20.7242H5.29317L10.816 5.55751H14.8677L20.2627 20.7242H16.5382Z"
20
+ fill="currentColor"
21
+ />
22
+ </svg>
23
+ </template>
24
+
25
+ <style scoped>
26
+
27
+ </style>
@@ -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,17 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 22 21"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M21.4258 8.12075C21.335 7.8408 21.1638 7.59375 20.9336 7.41038C20.7034 7.22701 20.4243 7.11542 20.1311 7.0895L14.5633 6.6095L12.3808 1.4195C12.2672 1.14717 12.0755 0.914551 11.8299 0.750929C11.5844 0.587308 11.2959 0.5 11.0008 0.5C10.7057 0.5 10.4172 0.587308 10.1717 0.750929C9.9261 0.914551 9.73443 1.14717 9.6208 1.4195L7.44487 6.6095L1.87049 7.09231C1.57615 7.11705 1.29566 7.22813 1.0642 7.41164C0.832741 7.59515 0.660612 7.84291 0.569401 8.12385C0.478189 8.4048 0.471955 8.70642 0.55148 8.99089C0.631004 9.27536 0.792748 9.53002 1.01643 9.72294L5.24549 13.4186L3.97799 18.9067C3.91097 19.1939 3.93009 19.4945 4.03297 19.7709C4.13585 20.0472 4.31792 20.2872 4.55642 20.4606C4.79492 20.6341 5.07926 20.7334 5.3739 20.7462C5.66854 20.7589 5.9604 20.6845 6.21299 20.5323L10.9942 17.6261L15.7858 20.5323C16.0384 20.6845 16.3303 20.7589 16.6249 20.7462C16.9195 20.7334 17.2039 20.6341 17.4424 20.4606C17.6809 20.2872 17.8629 20.0472 17.9658 19.7709C18.0687 19.4945 18.0878 19.1939 18.0208 18.9067L16.7542 13.4129L20.9824 9.72294C21.206 9.52936 21.3674 9.27397 21.4463 8.98889C21.5252 8.70382 21.5181 8.40178 21.4258 8.12075ZM19.9989 8.5895L15.7708 12.2795C15.565 12.4585 15.4119 12.6902 15.328 12.9497C15.2441 13.2092 15.2325 13.4867 15.2946 13.7523L16.5649 19.2498L11.7771 16.3436C11.5435 16.2013 11.2752 16.1261 11.0017 16.1261C10.7282 16.1261 10.46 16.2013 10.2264 16.3436L5.44518 19.2498L6.70705 13.7561C6.76907 13.4905 6.7575 13.213 6.67358 12.9535C6.58967 12.694 6.43658 12.4623 6.2308 12.2833L2.0008 8.59513C2.00046 8.59232 2.00046 8.58949 2.0008 8.58669L7.5733 8.10481C7.84537 8.08083 8.10572 7.98303 8.32628 7.82194C8.54684 7.66086 8.71923 7.44262 8.82487 7.19075L11.0008 2.00731L13.1758 7.19075C13.2814 7.44262 13.4538 7.66086 13.6744 7.82194C13.8949 7.98303 14.1553 8.08083 14.4274 8.10481L20.0008 8.58669C20.0008 8.58669 20.0008 8.59231 20.0008 8.59325L19.9989 8.5895Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
15
+
16
+ <script setup lang="ts">
17
+ </script>
@@ -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,19 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M2.7827 2.33301C2.66369 2.33301 2.54956 2.38028 2.46541 2.46443C2.38126 2.54858 2.33398 2.66272 2.33398 2.78172V13.2176C2.33398 13.3366 2.38126 13.4507 2.46541 13.5349C2.54956 13.619 2.66369 13.6663 2.7827 13.6663H13.2186C13.3376 13.6663 13.4517 13.619 13.5359 13.5349C13.62 13.4507 13.6673 13.3366 13.6673 13.2176V8.94838C13.6673 8.67223 13.8911 8.44838 14.1673 8.44838C14.4434 8.44838 14.6673 8.67223 14.6673 8.94838V13.2176C14.6673 13.6018 14.5147 13.9703 14.243 14.242C13.9713 14.5137 13.6028 14.6663 13.2186 14.6663H2.7827C2.39848 14.6663 2.02999 14.5137 1.7583 14.242C1.48662 13.9703 1.33398 13.6018 1.33398 13.2176V2.78172C1.33398 2.3975 1.48662 2.02901 1.7583 1.75733C2.02999 1.48564 2.39848 1.33301 2.7827 1.33301H7.05192C7.32806 1.33301 7.55192 1.55687 7.55192 1.83301C7.55192 2.10915 7.32806 2.33301 7.05192 2.33301H2.7827ZM10.3468 1.83301C10.3468 1.55687 10.5707 1.33301 10.8468 1.33301H14.1673C14.2998 1.33301 14.4202 1.38453 14.5097 1.46864C14.5174 1.47585 14.5248 1.48331 14.532 1.49099C14.5733 1.53491 14.6051 1.58445 14.6275 1.63706C14.6531 1.69723 14.6673 1.76346 14.6673 1.83301V5.15351C14.6673 5.42966 14.4434 5.65351 14.1673 5.65351C13.8912 5.65351 13.6673 5.42966 13.6673 5.15351V3.04011L8.3542 8.35321C8.15894 8.54848 7.84236 8.54848 7.6471 8.35321C7.45184 8.15795 7.45184 7.84137 7.6471 7.64611L12.9602 2.33301H10.8468C10.5707 2.33301 10.3468 2.10915 10.3468 1.83301Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -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
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M8 2.05001C6.69566 2.05001 5.44474 2.55285 4.52243 3.44792C3.60012 4.34298 3.08197 5.55695 3.08197 6.82277C3.08197 8.67199 4.31999 10.4571 5.66322 11.833C6.32377 12.5097 6.98616 13.0634 7.48402 13.4482C7.68839 13.6061 7.86429 13.735 8 13.8316C8.13571 13.735 8.31161 13.6061 8.51598 13.4482C9.01384 13.0634 9.67623 12.5097 10.3368 11.833C11.68 10.4571 12.918 8.67199 12.918 6.82277C12.918 5.55695 12.3999 4.34298 11.4776 3.44792C10.5553 2.55285 9.30434 2.05001 8 2.05001ZM8 14.4751C7.69992 14.9119 7.69962 14.9117 7.69962 14.9117C7.68797 14.9041 7.65205 14.8804 7.63067 14.866C7.58793 14.8373 7.52637 14.7953 7.44869 14.7409C7.29339 14.632 7.07332 14.473 6.81004 14.2696C6.28433 13.8633 5.58196 13.2765 4.87776 12.5552C3.49149 11.1351 2 9.09403 2 6.82277C2 5.27847 2.63214 3.79743 3.75736 2.70545C4.88258 1.61347 6.4087 1 8 1C9.5913 1 11.1174 1.61347 12.2426 2.70545C13.3679 3.79743 14 5.27847 14 6.82277C14 9.09403 12.5085 11.1351 11.1222 12.5552C10.418 13.2765 9.71567 13.8633 9.18996 14.2696C8.92668 14.473 8.70661 14.632 8.55131 14.7409C8.47363 14.7953 8.41207 14.8373 8.36933 14.866C8.34795 14.8804 8.31173 14.9042 8.30008 14.9119C8.30008 14.9119 8.30008 14.9119 8 14.4751ZM8 14.4751L8.30008 14.9119C8.11837 15.0295 7.88133 15.0293 7.69962 14.9117L8 14.4751Z"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M8 5.58185C7.2938 5.58185 6.72131 6.13743 6.72131 6.82277C6.72131 7.50811 7.2938 8.06369 8 8.06369C8.7062 8.06369 9.27869 7.50811 9.27869 6.82277C9.27869 6.13743 8.7062 5.58185 8 5.58185ZM5.63935 6.82277C5.63935 5.55753 6.69625 4.53184 8 4.53184C9.30375 4.53184 10.3607 5.55753 10.3607 6.82277C10.3607 8.08801 9.30375 9.11369 8 9.11369C6.69625 9.11369 5.63935 8.08801 5.63935 6.82277Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ </template>
23
+
24
+ <script setup lang="ts">
25
+ </script>
@@ -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,19 @@
1
+ <template>
2
+ <svg
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M19.8796 3.5C20.0348 3.5 20.1897 3.56376 20.3084 3.68704C20.428 3.81128 20.5 3.98562 20.5 4.17308V19.8269C20.5 20.0144 20.428 20.1887 20.3084 20.313C20.1897 20.4362 20.0348 20.5 19.8796 20.5H10.2871C10.1318 20.5 9.97701 20.4362 9.85829 20.313C9.73865 20.1887 9.66668 20.0144 9.66668 19.8269V16.9808C9.66668 16.5666 9.33089 16.2308 8.91668 16.2308C8.50247 16.2308 8.16668 16.5666 8.16668 16.9808V19.8269C8.16668 20.3943 8.38346 20.9439 8.77781 21.3534C9.17309 21.7639 9.71536 22 10.2871 22H19.8796C20.4513 22 20.9936 21.7639 21.3889 21.3534C21.7832 20.9439 22 20.3943 22 19.8269V4.17308C22 3.60568 21.7832 3.05609 21.3889 2.64658C20.9936 2.2361 20.4513 2 19.8796 2H10.2871C9.71536 2 9.17309 2.2361 8.77781 2.64658C8.38346 3.05609 8.16668 3.60568 8.16668 4.17308V7.01923C8.16668 7.43344 8.50247 7.76923 8.91668 7.76923C9.33089 7.76923 9.66668 7.43344 9.66668 7.01923V4.17308C9.66668 3.98562 9.73865 3.81128 9.85829 3.68704C9.97701 3.56376 10.1318 3.5 10.2871 3.5H19.8796ZM13.2727 11.25L11.4697 9.44702C11.1768 9.15412 11.1768 8.67925 11.4697 8.38636C11.7626 8.09346 12.2375 8.09346 12.5304 8.38636L15.6137 11.4697C15.9066 11.7626 15.9066 12.2375 15.6137 12.5304L12.5304 15.6137C12.2375 15.9066 11.7626 15.9066 11.4697 15.6137C11.1768 15.3208 11.1768 14.8459 11.4697 14.553L13.2727 12.75H2.75C2.33579 12.75 2 12.4142 2 12C2 11.5858 2.33579 11.25 2.75 11.25H13.2727Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -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,24 @@
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="16"
8
+ height="16"
9
+ viewBox="0 0 16 16"
10
+ fill="none"
11
+ xmlns="https://www.w3.org/2000/svg"
12
+ >
13
+ <path
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M8.56247 2.56245C8.56247 2.25178 8.31062 1.99994 7.99996 1.99994C7.68929 1.99994 7.43745 2.25178 7.43745 2.56245V7.43751H2.56239C2.25172 7.43751 1.99988 7.68936 1.99988 8.00002C1.99988 8.31068 2.25172 8.56253 2.56239 8.56253H7.43745V13.4376C7.43745 13.7483 7.68929 14.0001 7.99996 14.0001C8.31062 14.0001 8.56247 13.7483 8.56247 13.4376V8.56253H13.4375C13.7482 8.56253 14 8.31068 14 8.00002C14 7.68936 13.7482 7.43751 13.4375 7.43751H8.56247V2.56245Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ </template>
21
+
22
+ <style scoped>
23
+
24
+ </style>
@@ -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,27 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 38 38"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M9.37435 11.667C9.37435 10.9076 9.98996 10.292 10.7493 10.292H19.916C20.6754 10.292 21.291 10.9076 21.291 11.667C21.291 12.4264 20.6754 13.042 19.916 13.042H10.7493C9.98996 13.042 9.37435 12.4264 9.37435 11.667Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M9.37435 17.9527C9.37435 17.1933 9.98996 16.5777 10.7493 16.5777H19.916C20.6754 16.5777 21.291 17.1933 21.291 17.9527C21.291 18.7121 20.6754 19.3277 19.916 19.3277H16.7077V26.3337C16.7077 27.093 16.0921 27.7087 15.3327 27.7087C14.5733 27.7087 13.9577 27.093 13.9577 26.3337V19.3277H10.7493C9.98996 19.3277 9.37435 18.7121 9.37435 17.9527Z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M2.59705 2.59802C3.83346 1.3616 5.51041 0.666992 7.25896 0.666992H32.0442C33.4468 0.666992 34.7919 1.22417 35.7837 2.21595C36.7755 3.20773 37.3327 4.55287 37.3327 5.95545V15.0869C37.3327 15.8463 36.7171 16.4619 35.9577 16.4619H29.5058V35.9587C29.5058 36.454 29.2393 36.9111 28.8082 37.1552C28.3771 37.3993 27.8481 37.3926 27.4233 37.1377L21.6083 33.6487L15.7933 37.1377C15.3579 37.399 14.8139 37.399 14.3785 37.1377L8.56345 33.6487L2.74845 37.1377C2.32367 37.3926 1.79463 37.3993 1.36355 37.1552C0.932481 36.9111 0.666016 36.454 0.666016 35.9587V7.25994C0.666016 5.51138 1.36063 3.83444 2.59705 2.59802ZM29.5058 13.7119H34.5827V5.95545C34.5827 5.28221 34.3152 4.63654 33.8392 4.16049C33.3631 3.68444 32.7175 3.41699 32.0442 3.41699C31.371 3.41699 30.7253 3.68444 30.2493 4.16049C29.7732 4.63654 29.5058 5.28221 29.5058 5.95545V13.7119ZM27.4048 3.41699C26.9827 4.18845 26.7558 5.06025 26.7558 5.95545V33.5301L22.3158 30.8661C21.8803 30.6049 21.3363 30.6049 20.9009 30.8661L15.0859 34.3551L9.27088 30.8661C8.83544 30.6049 8.29146 30.6049 7.85602 30.8661L3.41602 33.5301V7.25994C3.41602 6.24073 3.8209 5.26326 4.54159 4.54257C5.26228 3.82187 6.23975 3.41699 7.25896 3.41699H27.4048Z"
21
+ fill="currentColor"
22
+ />
23
+ </svg>
24
+ </template>
25
+
26
+ <script setup lang="ts">
27
+ </script>
@@ -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,27 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M4.49967 5.33301C4.49967 5.05687 4.72353 4.83301 4.99967 4.83301H8.33301C8.60915 4.83301 8.83301 5.05687 8.83301 5.33301C8.83301 5.60915 8.60915 5.83301 8.33301 5.83301H4.99967C4.72353 5.83301 4.49967 5.60915 4.49967 5.33301Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M4.49967 7.61873C4.49967 7.34259 4.72353 7.11873 4.99967 7.11873H8.33301C8.60915 7.11873 8.83301 7.34259 8.83301 7.61873C8.83301 7.89488 8.60915 8.11873 8.33301 8.11873H7.16635V10.6663C7.16635 10.9425 6.94249 11.1663 6.66635 11.1663C6.3902 11.1663 6.16635 10.9425 6.16635 10.6663V8.11873H4.99967C4.72353 8.11873 4.49967 7.89488 4.49967 7.61873Z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M2.0352 2.0352C2.48481 1.58559 3.0946 1.33301 3.73044 1.33301H12.7433C13.2533 1.33301 13.7424 1.53562 14.1031 1.89626C14.4637 2.25691 14.6663 2.74605 14.6663 3.25608V6.5766C14.6663 6.85274 14.4425 7.0766 14.1663 7.0766H11.8202V14.1663C11.8202 14.3465 11.7233 14.5127 11.5665 14.6014C11.4098 14.6902 11.2174 14.6878 11.0629 14.5951L8.94839 13.3264L6.83385 14.5951C6.6755 14.6901 6.47769 14.6901 6.31935 14.5951L4.2048 13.3264L2.09026 14.5951C1.93579 14.6878 1.74341 14.6902 1.58666 14.6014C1.4299 14.5127 1.33301 14.3465 1.33301 14.1663V3.73044C1.33301 3.0946 1.58559 2.48481 2.0352 2.0352ZM11.8202 6.0766H13.6663V3.25608C13.6663 3.01127 13.5691 2.77648 13.396 2.60337C13.2229 2.43026 12.9881 2.33301 12.7433 2.33301C12.4984 2.33301 12.2637 2.43026 12.0905 2.60337C11.9174 2.77648 11.8202 3.01127 11.8202 3.25608V6.0766ZM11.0562 2.33301C10.9027 2.61354 10.8202 2.93056 10.8202 3.25608V13.2832L9.20564 12.3145C9.0473 12.2195 8.84949 12.2195 8.69114 12.3145L6.5766 13.5832L4.46205 12.3145C4.30371 12.2195 4.1059 12.2195 3.94755 12.3145L2.33301 13.2832V3.73044C2.33301 3.35982 2.48024 3.00438 2.74231 2.74231C3.00438 2.48024 3.35982 2.33301 3.73044 2.33301H11.0562Z"
21
+ fill="currentColor"
22
+ />
23
+ </svg>
24
+ </template>
25
+
26
+ <script setup lang="ts">
27
+ </script>
@@ -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,19 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M8.52518 1.525C8.52518 1.23505 8.29012 1 8.00018 1C7.71023 1 7.47518 1.23505 7.47518 1.525V2.37184C6.89218 2.54718 6.43237 3.007 6.25703 3.59L4.14481 3.59084V3.59C3.89864 3.59 3.72945 3.72384 3.65167 3.9284L1.68495 9.10033C1.67641 9.1217 1.66924 9.14377 1.66354 9.16642C1.65122 9.21494 1.64615 9.26395 1.64775 9.31217C1.65226 9.96037 1.91171 10.5811 2.3704 11.0397C2.83314 11.5025 3.46076 11.7625 4.11518 11.7625C4.7696 11.7625 5.39722 11.5025 5.85996 11.0397C6.31948 10.5802 6.57904 9.95812 6.58263 9.30864C6.58354 9.27411 6.58103 9.23918 6.57488 9.20432C6.56865 9.16856 6.55881 9.13405 6.54575 9.10116L4.89624 4.64L6.25705 4.64C6.4359 5.23463 6.91071 5.70111 7.5103 5.86828C7.48762 5.92698 7.47518 5.99077 7.47518 6.05747L7.47518 13.8274C7.47518 13.8696 7.48015 13.9107 7.48955 13.95H4.76269C4.47274 13.95 4.23769 14.185 4.23769 14.475C4.23769 14.7649 4.47274 15 4.76269 15H11.8852C12.1751 15 12.4102 14.7649 12.4102 14.475C12.4102 14.185 12.1751 13.95 11.8852 13.95H8.5108C8.5202 13.9107 8.52518 13.8696 8.52518 13.8274L8.52518 6.05747C8.52518 5.99077 8.51274 5.92697 8.49005 5.86828C9.08964 5.7011 9.56444 5.23463 9.74329 4.64H11.151L9.45493 9.10033C9.44639 9.1217 9.43922 9.14377 9.43352 9.16642C9.4212 9.21494 9.41613 9.26395 9.41773 9.31216C9.42224 9.96037 9.68169 10.5811 10.1404 11.0397C10.6031 11.5025 11.2307 11.7625 11.8852 11.7625C12.5396 11.7625 13.1672 11.5025 13.6299 11.0397C14.0895 10.5802 14.349 9.95811 14.3526 9.30861C14.3535 9.27402 14.351 9.23902 14.3448 9.20409C14.3386 9.16841 14.3288 9.13396 14.3157 9.10114L12.4048 3.93293C12.3289 3.72767 12.1336 3.59102 11.9148 3.59001L9.74331 3.59C9.56798 3.00701 9.10816 2.54719 8.52518 2.37184V1.525ZM5.53002 9.38175L4.13549 5.61018L2.70047 9.38388C2.72205 9.72737 2.86806 10.0525 3.11286 10.2973C3.37869 10.5631 3.73924 10.7125 4.11518 10.7125C4.49112 10.7125 4.85167 10.5631 5.1175 10.2973C5.3628 10.052 5.50891 9.72603 5.53002 9.38175ZM10.8828 10.2973C10.638 10.0525 10.492 9.72737 10.4705 9.38388L11.9055 5.61018L13.3 9.38175C13.2789 9.72603 13.1328 10.052 12.8875 10.2973C12.6216 10.5631 12.2611 10.7125 11.8852 10.7125C11.5092 10.7125 11.1487 10.5631 10.8828 10.2973ZM7.99686 3.34498L8.00018 3.34499L8.00349 3.34498C8.42628 3.34676 8.76864 3.68929 8.77016 4.11215L8.77016 4.115L8.77016 4.11783C8.76862 4.54178 8.42448 4.88497 8.00017 4.88497C7.57492 4.88497 7.23018 4.54023 7.23018 4.11497C7.23018 3.69082 7.57313 3.34677 7.99686 3.34498Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -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,27 @@
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="16"
8
+ height="16"
9
+ viewBox="0 0 16 16"
10
+ fill="none"
11
+ xmlns="https://www.w3.org/2000/svg"
12
+ >
13
+ <g id="search">
14
+ <path
15
+ id="Vector"
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M2.05012 7.28051C2.05012 4.39178 4.3919 2.04999 7.28063 2.04999C10.1694 2.04999 12.5111 4.39178 12.5111 7.28051C12.5111 10.1692 10.1694 12.511 7.28063 12.511C4.3919 12.511 2.05012 10.1692 2.05012 7.28051ZM7.28063 1C3.812 1 1.00012 3.81188 1.00012 7.28051C1.00012 10.7491 3.812 13.561 7.28063 13.561C8.82595 13.561 10.2409 13.0029 11.335 12.0773L14.1038 14.8461C14.3088 15.0512 14.6412 15.0512 14.8463 14.8461C15.0513 14.6411 15.0513 14.3087 14.8463 14.1037L12.0774 11.3348C13.003 10.2408 13.5611 8.82582 13.5611 7.28051C13.5611 3.81188 10.7493 1 7.28063 1Z"
19
+ fill="currentColor"
20
+ />
21
+ </g>
22
+ </svg>
23
+ </template>
24
+
25
+ <style scoped>
26
+
27
+ </style>
@@ -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,21 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M1.33343 15.1662C1.20009 15.1662 1.07341 15.1128 0.980073 15.0195C0.853406 14.8928 0.800105 14.7062 0.846772 14.5328L1.68678 11.3928C1.12678 10.3528 0.833426 9.17951 0.833426 7.99284C0.833426 4.03951 4.04676 0.826172 8.00009 0.826172C11.9534 0.826172 15.1668 4.03951 15.1668 7.99284C15.1668 11.9462 11.9534 15.1595 8.00009 15.1595C6.79343 15.1595 5.61344 14.8595 4.56011 14.2862L1.46677 15.1462C1.4201 15.1595 1.38009 15.1662 1.33343 15.1662ZM4.62676 13.2528C4.71343 13.2528 4.8001 13.2795 4.8801 13.3195C5.8201 13.8729 6.90009 14.1662 8.00009 14.1662C11.4001 14.1662 14.1668 11.3995 14.1668 7.99951C14.1668 4.59951 11.4001 1.83285 8.00009 1.83285C4.60009 1.83285 1.83343 4.59951 1.83343 7.99951C1.83343 9.08618 2.12009 10.1462 2.66009 11.0795C2.72675 11.1928 2.74676 11.3328 2.71343 11.4595L2.04676 13.9528L4.50009 13.2728C4.54009 13.2595 4.58676 13.2528 4.62676 13.2528Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M9.82682 11.8395C9.41349 11.8395 8.98683 11.7462 8.54016 11.5529C8.12016 11.3729 7.70016 11.1329 7.2935 10.8329C6.8935 10.5395 6.50018 10.2062 6.14018 9.8462C5.78018 9.47953 5.44682 9.09288 5.15348 8.69288C4.85348 8.27288 4.61348 7.85953 4.44014 7.45287C4.25348 7.01287 4.16016 6.57954 4.16016 6.16621C4.16016 5.87287 4.21348 5.59287 4.31348 5.33287C4.42014 5.05954 4.59348 4.81287 4.82015 4.59954C5.24682 4.17954 5.86018 4.02622 6.34684 4.25955C6.51351 4.33288 6.65351 4.45288 6.76017 4.61288L7.53349 5.69953C7.61349 5.8062 7.67351 5.91953 7.72017 6.03286C7.77351 6.1662 7.80684 6.29955 7.80684 6.42622C7.80684 6.59955 7.76016 6.77288 7.66683 6.92622C7.60683 7.02622 7.52015 7.14622 7.40682 7.25955L7.32015 7.35287C7.36015 7.40621 7.40681 7.47286 7.48014 7.55286C7.62014 7.71286 7.77348 7.8862 7.94015 8.05286C8.10681 8.21286 8.27348 8.37287 8.44015 8.51287C8.52014 8.57953 8.58684 8.63287 8.64018 8.66621L8.73348 8.57286C8.85348 8.45286 8.97351 8.35955 9.09351 8.29955C9.31351 8.15955 9.65349 8.12621 9.95349 8.25288C10.0602 8.29288 10.1668 8.35287 10.2802 8.43287L11.3935 9.21953C11.5468 9.3262 11.6668 9.47287 11.7468 9.63953C11.8135 9.8062 11.8402 9.95288 11.8402 10.1062C11.8402 10.3062 11.7935 10.4995 11.7068 10.6862C11.6202 10.8595 11.5201 11.0129 11.4001 11.1529C11.1868 11.3862 10.9402 11.5595 10.6735 11.6729C10.4068 11.7862 10.1202 11.8395 9.82682 11.8395ZM5.86015 5.15953C5.82015 5.15953 5.68685 5.15953 5.52018 5.3262C5.39352 5.4462 5.30683 5.57288 5.24683 5.71288C5.18683 5.85288 5.16016 6.01288 5.16016 6.17288C5.16016 6.45288 5.22681 6.75286 5.36015 7.07286C5.50015 7.4062 5.70683 7.75955 5.96016 8.11288C6.22016 8.46622 6.5135 8.81954 6.84017 9.14621C7.16684 9.46621 7.51349 9.7662 7.87349 10.0329C8.22016 10.2862 8.57351 10.4862 8.92684 10.6395C9.43351 10.8595 9.90015 10.9129 10.2802 10.7529C10.4135 10.6995 10.5335 10.6062 10.6535 10.4862C10.7135 10.4195 10.7602 10.3529 10.8002 10.2662C10.8202 10.2195 10.8335 10.1662 10.8335 10.1195C10.8335 10.1062 10.8335 10.0862 10.8135 10.0462L9.70015 9.27288C9.65349 9.23954 9.60681 9.21286 9.56681 9.19953C9.54015 9.21286 9.50017 9.23287 9.42684 9.3062L9.1735 9.55954C8.98017 9.75287 8.67351 9.8062 8.42684 9.71953L8.30684 9.66621C8.15351 9.58621 7.98016 9.46621 7.78682 9.29955C7.60016 9.13955 7.42018 8.97287 7.22685 8.7862C7.04018 8.59287 6.8735 8.41287 6.7135 8.2262C6.54017 8.01954 6.42017 7.85288 6.34017 7.71288L6.26685 7.53954C6.24685 7.47287 6.24015 7.39954 6.24015 7.33287C6.24015 7.14621 6.30685 6.97953 6.43351 6.8462L6.68685 6.58621C6.76018 6.51288 6.78684 6.47288 6.80017 6.44622C6.78017 6.39955 6.75351 6.35954 6.72017 6.31287L5.94014 5.21288L5.86015 5.15953Z"
15
+ fill="currentColor"
16
+ />
17
+ </svg>
18
+ </template>
19
+
20
+ <script setup lang="ts">
21
+ </script>
@@ -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,19 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M2.05011 1.52465C2.05011 1.23493 1.81506 1.00006 1.52512 1.00006C1.23517 1.00006 1.00012 1.23493 1.00012 1.52465V12.5657C1.00012 12.8554 1.23517 13.0903 1.52512 13.0903H4.59733V13.7759C4.59733 14.4519 5.14578 14.9999 5.82232 14.9999H13.775C14.4516 14.9999 15 14.4519 15 13.7759V11.3072C15 10.6312 14.4516 10.0832 13.775 10.0832H5.82232C5.14578 10.0832 4.59733 10.6312 4.59733 11.3072V12.0411H2.05011V6.79275H4.59733V7.50139C4.59733 8.17741 5.14578 8.72543 5.82232 8.72543H13.775C14.4516 8.72543 15 8.17741 15 7.50139V5.03272C15 4.3567 14.4516 3.80868 13.775 3.80868H5.82232C5.14578 3.80868 4.59733 4.3567 4.59733 5.03272V5.74357H2.05011V1.52465ZM5.82232 4.85786C5.72567 4.85786 5.64732 4.93615 5.64732 5.03272V7.50139C5.64732 7.59796 5.72567 7.67625 5.82232 7.67625H13.775C13.8717 7.67625 13.95 7.59796 13.95 7.50139V5.03272C13.95 4.93615 13.8717 4.85786 13.775 4.85786H5.82232ZM5.82232 11.1324C5.72567 11.1324 5.64732 11.2107 5.64732 11.3072V13.7759C5.64732 13.8725 5.72567 13.9508 5.82232 13.9508H13.775C13.8717 13.9508 13.95 13.8725 13.95 13.7759V11.3072C13.95 11.2107 13.8717 11.1324 13.775 11.1324H5.82232Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -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,17 @@
1
+ <template>
2
+ <svg
3
+ width="20"
4
+ height="20"
5
+ viewBox="0 0 20 20"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M19.1252 11.7493C19.0596 11.7986 18.9849 11.8344 18.9053 11.8548C18.8258 11.8751 18.7431 11.8797 18.6618 11.868C18.5806 11.8564 18.5024 11.8289 18.4318 11.7871C18.3612 11.7453 18.2995 11.69 18.2502 11.6243C17.8735 11.118 17.3832 10.7071 16.8187 10.4249C16.2542 10.1426 15.6313 9.99688 15.0002 9.99933C14.8345 9.99933 14.6755 9.93348 14.5583 9.81627C14.4411 9.69906 14.3752 9.54009 14.3752 9.37433C14.3752 9.20857 14.4411 9.04959 14.5583 8.93238C14.6755 8.81517 14.8345 8.74933 15.0002 8.74933C15.3509 8.74929 15.6946 8.65092 15.9921 8.46537C16.2897 8.27983 16.5293 8.01455 16.6836 7.69967C16.838 7.38479 16.901 7.03293 16.8654 6.68406C16.8298 6.33519 16.6971 6.00329 16.4823 5.72606C16.2676 5.44883 15.9794 5.23739 15.6505 5.11574C15.3216 4.9941 14.9651 4.96713 14.6217 5.03791C14.2782 5.10868 13.9615 5.27435 13.7074 5.51612C13.4534 5.75788 13.2723 6.06603 13.1846 6.40558C13.1641 6.48509 13.1281 6.55978 13.0787 6.62538C13.0293 6.69099 12.9675 6.74623 12.8968 6.78794C12.8261 6.82966 12.7478 6.85703 12.6665 6.8685C12.5852 6.87997 12.5024 6.87531 12.4229 6.85479C12.3434 6.83428 12.2687 6.7983 12.2031 6.74891C12.1375 6.69953 12.0822 6.6377 12.0405 6.56697C11.9988 6.49624 11.9714 6.41798 11.96 6.33667C11.9485 6.25536 11.9532 6.17259 11.9737 6.09308C12.0954 5.62223 12.3253 5.18628 12.6451 4.81991C12.9649 4.45355 13.3658 4.16688 13.8159 3.98272C14.266 3.79857 14.7529 3.722 15.2378 3.75912C15.7227 3.79623 16.1922 3.94601 16.609 4.19652C17.0259 4.44704 17.3785 4.79138 17.6388 5.20215C17.8991 5.61292 18.06 6.07878 18.1086 6.56267C18.1572 7.04655 18.0922 7.5351 17.9188 7.98944C17.7454 8.44378 17.4683 8.85138 17.1096 9.17979C17.9595 9.54776 18.6982 10.1317 19.2526 10.8735C19.3018 10.9394 19.3376 11.0143 19.3578 11.0939C19.3781 11.1736 19.3824 11.2565 19.3706 11.3379C19.3588 11.4192 19.331 11.4974 19.2889 11.568C19.2468 11.6386 19.1912 11.7002 19.1252 11.7493ZM14.9159 16.5618C14.9595 16.633 14.9884 16.7121 15.001 16.7947C15.0135 16.8772 15.0094 16.9614 14.9889 17.0423C14.9684 17.1232 14.9319 17.1991 14.8815 17.2657C14.8311 17.3322 14.768 17.388 14.6957 17.4298C14.6234 17.4715 14.5435 17.4984 14.4607 17.5087C14.3779 17.5191 14.2938 17.5128 14.2135 17.4901C14.1332 17.4675 14.0582 17.429 13.993 17.3769C13.9278 17.3248 13.8737 17.2602 13.8338 17.1868C13.4401 16.5203 12.8794 15.968 12.207 15.5843C11.5347 15.2006 10.774 14.9988 9.99985 14.9988C9.22573 14.9988 8.46499 15.2006 7.79266 15.5843C7.12033 15.968 6.55962 16.5203 6.16586 17.1868C6.12679 17.2615 6.07301 17.3275 6.00777 17.3809C5.94252 17.4343 5.86715 17.4739 5.7862 17.4974C5.70524 17.5209 5.62037 17.5277 5.53669 17.5176C5.45302 17.5074 5.37226 17.4804 5.29928 17.4382C5.2263 17.396 5.16261 17.3395 5.11204 17.2721C5.06147 17.2047 5.02506 17.1277 5.005 17.0458C4.98495 16.9639 4.98166 16.8789 4.99535 16.7957C5.00903 16.7125 5.03939 16.633 5.08461 16.5618C5.69055 15.5207 6.61445 14.7014 7.72055 14.2243C7.09815 13.7478 6.64073 13.0882 6.41258 12.3383C6.18443 11.5883 6.19703 10.7857 6.44861 10.0433C6.70018 9.3009 7.17808 8.65599 7.81513 8.19923C8.45219 7.74247 9.21636 7.49682 10.0002 7.49682C10.7841 7.49682 11.5483 7.74247 12.1853 8.19923C12.8224 8.65599 13.3003 9.3009 13.5519 10.0433C13.8034 10.7857 13.816 11.5883 13.5879 12.3383C13.3597 13.0882 12.9023 13.7478 12.2799 14.2243C13.386 14.7014 14.3099 15.5207 14.9159 16.5618ZM10.0002 13.7493C10.4947 13.7493 10.978 13.6027 11.3892 13.328C11.8003 13.0533 12.1207 12.6628 12.3099 12.206C12.4992 11.7492 12.5487 11.2466 12.4522 10.7616C12.3557 10.2766 12.1176 9.83119 11.768 9.48156C11.4184 9.13193 10.9729 8.89383 10.488 8.79736C10.003 8.7009 9.50034 8.75041 9.04353 8.93963C8.58671 9.12885 8.19627 9.44928 7.92156 9.8604C7.64686 10.2715 7.50024 10.7549 7.50024 11.2493C7.50024 11.9124 7.76363 12.5483 8.23247 13.0171C8.70131 13.4859 9.3372 13.7493 10.0002 13.7493ZM5.62524 9.37433C5.62524 9.20857 5.55939 9.04959 5.44218 8.93238C5.32497 8.81517 5.166 8.74933 5.00024 8.74933C4.64956 8.74929 4.30591 8.65092 4.00834 8.46537C3.71076 8.27983 3.47119 8.01455 3.31682 7.69967C3.16246 7.38479 3.09949 7.03293 3.13508 6.68406C3.17066 6.33519 3.30337 6.00329 3.51813 5.72606C3.73289 5.44883 4.02109 5.23739 4.35 5.11574C4.67891 4.9941 5.03534 4.96713 5.3788 5.03791C5.72227 5.10868 6.039 5.27435 6.29303 5.51612C6.54706 5.75788 6.72819 6.06603 6.81586 6.40558C6.8573 6.56616 6.96083 6.7037 7.10368 6.78794C7.24653 6.87219 7.417 6.89623 7.57758 6.85479C7.73816 6.81335 7.8757 6.70982 7.95995 6.56697C8.04419 6.42412 8.06824 6.25366 8.0268 6.09308C7.90511 5.62223 7.67522 5.18628 7.3554 4.81991C7.03558 4.45355 6.63468 4.16688 6.18458 3.98272C5.73447 3.79857 5.2476 3.722 4.7627 3.75912C4.2778 3.79623 3.80826 3.94601 3.39143 4.19652C2.9746 4.44704 2.62199 4.79138 2.36166 5.20215C2.10133 5.61292 1.94046 6.07878 1.89185 6.56267C1.84325 7.04655 1.90825 7.5351 2.08168 7.98944C2.25511 8.44378 2.53219 8.85138 2.89086 9.17979C2.04186 9.54811 1.30392 10.132 0.750237 10.8735C0.650677 11.0062 0.607874 11.1729 0.631242 11.337C0.654611 11.5012 0.742238 11.6494 0.874846 11.7489C1.00745 11.8485 1.17418 11.8913 1.33835 11.8679C1.50252 11.8446 1.65068 11.7569 1.75024 11.6243C2.12695 11.118 2.61728 10.7071 3.18177 10.4249C3.74625 10.1426 4.36912 9.99688 5.00024 9.99933C5.166 9.99933 5.32497 9.93348 5.44218 9.81627C5.55939 9.69906 5.62524 9.54009 5.62524 9.37433Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
15
+
16
+ <script setup lang="ts">
17
+ </script>
@@ -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,31 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M10.0941 2.00014C10.1893 1.72628 10.4886 1.58149 10.7624 1.67674C11.2761 1.85539 11.6951 2.24714 11.979 2.74395C12.2632 3.2413 12.4099 3.83733 12.4099 4.43884C12.4099 5.04034 12.2632 5.63638 11.979 6.13373C11.6951 6.63053 11.2761 7.02228 10.7624 7.20093C10.4886 7.29618 10.1893 7.15139 10.0941 6.87753C9.99884 6.60367 10.1436 6.30446 10.4175 6.20921C10.6447 6.13018 10.8823 5.93663 11.0674 5.61278C11.2521 5.28948 11.3599 4.8762 11.3599 4.43884C11.3599 4.00147 11.2521 3.58819 11.0674 3.26489C10.8823 2.94104 10.6447 2.74749 10.4175 2.66846C10.1436 2.57321 9.99884 2.274 10.0941 2.00014Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M12.6664 9.43492C12.3861 9.36093 12.0988 9.52822 12.0248 9.80857C11.9508 10.0889 12.1181 10.3762 12.3985 10.4501C12.8392 10.5665 13.2319 10.8297 13.5136 11.2011C13.7954 11.5727 13.9495 12.0309 13.9499 12.504V13.8275C13.9499 14.1175 14.185 14.3525 14.4749 14.3525C14.7649 14.3525 14.9999 14.1175 14.9999 13.8275V12.5038C14.9994 11.8039 14.7715 11.1222 14.3502 10.5666C13.9287 10.0109 13.3369 9.61188 12.6664 9.43492Z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ d="M3.95311 9.41754C3.15856 9.41754 2.40398 9.75452 1.85317 10.3421C1.30343 10.9284 1 11.7169 1 12.5325V13.8275C1 14.1175 1.23505 14.3525 1.525 14.3525C1.81494 14.3525 2.04999 14.1175 2.04999 13.8275V12.5325C2.04999 11.9743 2.2582 11.4452 2.61918 11.0602C2.97908 10.6763 3.4597 10.4675 3.95311 10.4675H8.80933C9.30273 10.4675 9.78335 10.6763 10.1433 11.0602C10.5042 11.4452 10.7124 11.9743 10.7124 12.5325V13.8275C10.7124 14.1175 10.9475 14.3525 11.2374 14.3525C11.5274 14.3525 11.7624 14.1175 11.7624 13.8275V12.5325C11.7624 11.7169 11.459 10.9284 10.9093 10.3421C10.3584 9.75452 9.60387 9.41754 8.80933 9.41754H3.95311Z"
19
+ fill="currentColor"
20
+ />
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M6.38122 1.6476C4.83967 1.6476 3.58999 2.89728 3.58999 4.43884C3.58999 5.98039 4.83967 7.23007 6.38122 7.23007C7.92278 7.23007 9.17246 5.98039 9.17246 4.43884C9.17246 2.89728 7.92278 1.6476 6.38122 1.6476ZM4.63999 4.43884C4.63999 3.47718 5.41956 2.6976 6.38122 2.6976C7.34288 2.6976 8.12246 3.47718 8.12246 4.43884C8.12246 5.4005 7.34288 6.18007 6.38122 6.18007C5.41956 6.18007 4.63999 5.4005 4.63999 4.43884Z"
25
+ fill="currentColor"
26
+ />
27
+ </svg>
28
+ </template>
29
+
30
+ <script setup lang="ts">
31
+ </script>
@@ -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,20 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 36 34"
6
+ fill="none"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M33.125 5.625H26.25V4.25C26.25 3.15598 25.8154 2.10677 25.0418 1.33318C24.2682 0.559597 23.219
11
+ 0.125 22.125 0.125H13.875C12.781 0.125 11.7318 0.559597 10.9582 1.33318C10.1846 2.10677 9.75 3.15598 9.75 4.25V5.625H2.875C2.14565
12
+ 5.625 1.44618 5.91473 0.930456 6.43046C0.414731 6.94618 0.125 7.64565 0.125 8.375V30.375C0.125 31.1043 0.414731 31.8038 0.930456
13
+ 32.3195C1.44618 32.8353 2.14565 33.125 2.875 33.125H33.125C33.8543 33.125 34.5538 32.8353 35.0695 32.3195C35.5853 31.8038 35.875 31.1043 35.875 30.375V8.375C35.875 7.64565 35.5853 6.94618 35.0695 6.43046C34.5538 5.91473 33.8543 5.625 33.125 5.625ZM12.5 4.25C12.5 3.88533 12.6449 3.53559 12.9027 3.27773C13.1606 3.01987 13.5103 2.875 13.875 2.875H22.125C22.4897 2.875 22.8394 3.01987 23.0973 3.27773C23.3551 3.53559 23.5 3.88533 23.5 4.25V5.625H12.5V4.25ZM33.125 8.375V15.5267C28.484 18.0529 23.284 19.3759 18 19.375C12.7162 19.376 7.51635 18.0535 2.875 15.5284V8.375H33.125ZM33.125 30.375H2.875V18.6256C7.58425 20.9291 12.7576 22.126 18 22.125C23.2425 22.1251 28.4158 20.9276 33.125 18.6239V30.375ZM13.875 15.25C13.875 14.8853 14.0199 14.5356 14.2777 14.2777C14.5356 14.0199 14.8853 13.875 15.25 13.875H20.75C21.1147 13.875 21.4644 14.0199 21.7223 14.2777C21.9801 14.5356 22.125 14.8853 22.125 15.25C22.125 15.6147 21.9801 15.9644 21.7223 16.2223C21.4644 16.4801 21.1147 16.625 20.75 16.625H15.25C14.8853 16.625 14.5356 16.4801 14.2777 16.2223C14.0199 15.9644 13.875 15.6147 13.875 15.25Z"
14
+ fill="currentColor"
15
+ />
16
+ </svg>
17
+ </template>
18
+
19
+ <script setup lang="ts">
20
+ </script>
@@ -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,18 @@
1
+ <template>
2
+ <svg
3
+ class="shrink-0"
4
+ width="16"
5
+ height="16"
6
+ viewBox="0 0 16 16"
7
+ xmlns="https://www.w3.org/2000/svg"
8
+ fill="currentColor"
9
+ >
10
+ <path
11
+ clip-rule="evenodd"
12
+ d="M11.8326 4.97549C12.0558 4.75233 12.0558 4.39052 11.8326 4.16737C11.6095 3.94421 11.2477 3.94421 11.0245 4.16737L8 7.19188L4.97549 4.16737C4.75233 3.94421 4.39052 3.94421 4.16737 4.16737C3.94421 4.39052 3.94421 4.75233 4.16737 4.97549L7.19188 8L4.16737 11.0245C3.94421 11.2477 3.94421 11.6095 4.16737 11.8326C4.39052 12.0558 4.75233 12.0558 4.97549 11.8326L8 8.80812L11.0245 11.8326C11.2477 12.0558 11.6095 12.0558 11.8326 11.8326C12.0558 11.6095 12.0558 11.2477 11.8326 11.0245L8.80812 8L11.8326 4.97549Z"
13
+ />
14
+ </svg>
15
+ </template>
16
+
17
+ <script setup lang="ts">
18
+ </script>
@@ -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,68 @@
1
+ export declare const PAGES: {
2
+ tariffs: string;
3
+ userAgreement: string;
4
+ privacy: string;
5
+ vacancy: string;
6
+ contacts: string;
7
+ apiDescription: string;
8
+ usefulMain: string;
9
+ favourites: string;
10
+ totalServices: string;
11
+ profile: {
12
+ index: string;
13
+ security: string;
14
+ work: string;
15
+ paymentHistory: string;
16
+ notifications: string;
17
+ favourites: string;
18
+ reports: string;
19
+ browsingHistory: string;
20
+ myGroups: string;
21
+ notes: string;
22
+ };
23
+ pk: {
24
+ main: string;
25
+ compare: string;
26
+ connections: string;
27
+ foreign: string;
28
+ offshore: string;
29
+ sanctions: string;
30
+ employees: string;
31
+ counterparty: string;
32
+ unload: string;
33
+ };
34
+ work: {
35
+ main: string;
36
+ summary: string;
37
+ vacancy: string;
38
+ };
39
+ tender: {
40
+ main: string;
41
+ contracts: string;
42
+ plans: string;
43
+ };
44
+ fines: {
45
+ main: string;
46
+ avto: string;
47
+ bulk: string;
48
+ };
49
+ analytics: {
50
+ main: string;
51
+ clients: string;
52
+ analysis: string;
53
+ index: string;
54
+ rating: string;
55
+ business: string;
56
+ };
57
+ fea: {
58
+ main: string;
59
+ t: string;
60
+ cp: string;
61
+ o: string;
62
+ ca: string;
63
+ tr: string;
64
+ };
65
+ compliance: {
66
+ l: string;
67
+ };
68
+ };