adata-ui 0.3.5 → 0.3.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/public/index.html CHANGED
@@ -1,17 +1,17 @@
1
- <!DOCTYPE html>
2
- <html lang="">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
- <link rel="icon" href="<%= BASE_URL %>logo.svg">
8
- <title>Adata UI</title>
9
- </head>
10
- <body>
11
- <noscript>
12
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13
- </noscript>
14
- <div id="app"></div>
15
- <!-- built files will be auto injected -->
16
- </body>
17
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
+ <link rel="icon" href="<%= BASE_URL %>logo.svg">
8
+ <title>Adata UI</title>
9
+ </head>
10
+ <body>
11
+ <noscript>
12
+ <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13
+ </noscript>
14
+ <div id="app"></div>
15
+ <!-- built files will be auto injected -->
16
+ </body>
17
+ </html>
@@ -76,12 +76,12 @@
76
76
  </div>
77
77
  <div class="error-aside">
78
78
  <div class="error-aside__text">
79
- <h3 class="error-aside__text-header">502</h3>
80
- <p class="error-aside__text-header-small">Ошибка сервера</p>
79
+ <h3 class="title">502</h3>
80
+ <p class="title">Ошибка сервера</p>
81
81
  <ul class="error-aside__text-info">Варианты решения проблемы:
82
- <li class="error-aside__text-info__bullet">Обновите страницу</li>
83
- <li class="error-aside__text-info__bullet">Очистите кэш браузера</li>
84
- <li class="error-aside__text-info__bullet">Свяжитесь с технической поддержкой <a class="error-aside__text-info__email" href="mailto:info@adata.kz">info@adata.kz</a> </li>
82
+ <li class="text">Обновите страницу</li>
83
+ <li class="text">Очистите кэш браузера</li>
84
+ <li class="text">Свяжитесь с технической поддержкой <a class="error-aside__text-info__email" href="mailto:info@adata.kz">info@adata.kz</a> </li>
85
85
  </ul>
86
86
  </div>
87
87
  </div>
@@ -216,15 +216,15 @@
216
216
  </div>
217
217
  <div class="error-aside">
218
218
  <div class="error-aside__text">
219
- <h3 class="error-aside__text-header">403</h3>
220
- <p class="error-aside__text-header-small">Доступ запрещен</p>
219
+ <h3 class="title">403</h3>
220
+ <p class="title">Доступ запрещен</p>
221
221
  <div class="error-aside__text-info">
222
- <p>Доступ к странице ограничен</p>
223
- <p>Чтобы найти нужную информацию, воспользуйтесь формой поиска на главной странице</p>
222
+ <p class="text">Доступ к странице ограничен</p>
223
+ <p class="text">Чтобы найти нужную информацию, воспользуйтесь формой поиска на главной странице</p>
224
224
  </div>
225
225
  </div>
226
226
  <div class="error-aside__button">
227
- <a-button variant="yellow" size="md">Перейти на главную</a-button>
227
+ <a-button variant="yellow" size="md" nuxt-url="/">Перейти на главную</a-button>
228
228
  </div>
229
229
  </div>
230
230
  </div>
@@ -234,7 +234,7 @@
234
234
 
235
235
  export default {
236
236
  name: "Forbidden",
237
- layout: "empty"
237
+ layout: "empty",
238
238
  }
239
239
  </script>
240
240
 
@@ -186,7 +186,7 @@
186
186
  Попробуйте повторить запрос</p>
187
187
  </div>
188
188
  <div class="error__wrapper__content__button">
189
- <a-button variant="yellow" size="md">Перейти на главную</a-button>
189
+ <a-button variant="yellow" size="md" nuxt-url="/">Перейти на главную</a-button>
190
190
  </div>
191
191
  </div>
192
192
  </div>
@@ -350,15 +350,15 @@
350
350
  </div>
351
351
  <div class="error-aside">
352
352
  <div class="error-aside__text">
353
- <h3 class="error-aside__text-header">404</h3>
354
- <p class="error-aside__text-header-small">Запрашиваемая страница не найдена</p>
355
- <div class="error-aside__text-info">
353
+ <h3 class="title">404</h3>
354
+ <p class="title">Запрашиваемая страница не найдена</p>
355
+ <div class="text">
356
356
  <p>Похоже вы допустили опечатку, набирая адрес, или воспользовались неисправной ссылкой.</p>
357
357
  <p>Что найти нужную информацию, воспользуйтесь формой поиска на главной странице.</p>
358
358
  </div>
359
359
  </div>
360
360
  <div class="error-aside__button">
361
- <a-button variant="yellow" size="md">Перейти на главную</a-button>
361
+ <a-button variant="yellow" size="md" nuxt-url="/">Перейти на главную</a-button>
362
362
  </div>
363
363
  </div>
364
364
  </div>
@@ -1924,14 +1924,14 @@
1924
1924
  </div>
1925
1925
  <div class="error-aside">
1926
1926
  <div class="error-aside__text">
1927
- <h3 class="error-aside__text-header">503</h3>
1928
- <p class="error-aside__text-header-small">Сервис недоступен</p>
1929
- <div class="error-aside__text-info">
1927
+ <h3 class="title">503</h3>
1928
+ <p class="title">Сервис недоступен</p>
1929
+ <div class="text">
1930
1930
  <p>Сервис временно недоступен, повторите запрос позже</p>
1931
1931
  </div>
1932
1932
  </div>
1933
1933
  <div class="error-aside__button">
1934
- <a-button variant="yellow" size="md">Перейти на главную</a-button>
1934
+ <a-button variant="yellow" size="md" nuxt-url="/">Перейти на главную</a-button>
1935
1935
  </div>
1936
1936
  </div>
1937
1937
  </div>
@@ -49,8 +49,8 @@
49
49
  {{ item.name }}
50
50
  </a>
51
51
  </div>
52
- <div v-show="hasSearchField || hasFavourites" class="mobile-search">
53
- <div v-show="hasSearchField" @click="$emit('search')" class="search-input">
52
+ <div v-show="hasSearchField" class="mobile-search">
53
+ <div @click="$emit('search')" class="search-input">
54
54
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
55
55
  <path d="M14 13.9995L10.5967 10.596" stroke="#2C3E50" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
56
56
  <circle cx="7" cy="7" r="5" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round"/>
@@ -462,6 +462,7 @@
462
462
  :mode="mode"
463
463
  :balance="thousandSeparator(balance)"
464
464
  :activeTabKey="activeTabKey"
465
+ :limit-remaining="requestCount"
465
466
  :daysLeft="daysRemaining"
466
467
  @changeValue="changeValue"
467
468
  @close="isActiveMenu = false"
@@ -1123,7 +1124,6 @@ export default {
1123
1124
  @media (max-width: 1025px) {
1124
1125
  display: flex;
1125
1126
  align-items: center;
1126
- justify-content: flex-end;
1127
1127
  gap: 8px;
1128
1128
  width: 100%;
1129
1129
  }
@@ -1141,10 +1141,6 @@ export default {
1141
1141
  line-height: 20px;
1142
1142
  cursor: pointer;
1143
1143
  }
1144
- a {
1145
- height: 100%;
1146
- max-height: 100%;
1147
- }
1148
1144
  .favorite-btn {
1149
1145
  background: rgba(189, 199, 206, 0.2);
1150
1146
  display: flex;