adata-ui 0.3.37 → 0.3.39

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.37",
3
+ "version": "0.3.39",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/src/App.vue CHANGED
@@ -1,7 +1,6 @@
1
1
  <template>
2
2
  <div id="app">
3
3
  <a-header active-tab-key="" login-url="" mode="dev"></a-header>
4
- <a-text-field label="bin" error-text="test"/>
5
4
  </div>
6
5
  </template>
7
6
 
@@ -111,7 +111,7 @@ a {
111
111
  background: #BDC7CE4C;
112
112
  font-size: 14px;
113
113
  margin-top: 20px;
114
- width: 100vw;
114
+ width: 100%;
115
115
  @media(max-width: 1025px) {
116
116
  background: #F6F6F7;
117
117
  &.paddinged {
@@ -57,13 +57,6 @@
57
57
  </svg>
58
58
  Найти
59
59
  </div>
60
- <a v-show="hasFavourites" :href="main[mode] + '/favourites' + `${tab ? '?tab=' + tab : ''}`" target="_blank">
61
- <div class="favorite-btn">
62
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
63
- <path d="M3 2.5V14.0057C3 14.4167 3.46826 14.6521 3.79816 14.4071L7.70184 11.5072C7.87886 11.3757 8.12114 11.3757 8.29816 11.5072L12.2018 14.4071C12.5317 14.6521 13 14.4167 13 14.0057V2.5C13 2.22386 12.7761 2 12.5 2H3.5C3.22386 2 3 2.22386 3 2.5Z" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round"/>
64
- </svg>
65
- </div>
66
- </a>
67
60
  </div>
68
61
  </div>
69
62
  <div class="header__right" v-show="!noAuth">
@@ -697,7 +690,7 @@ export default {
697
690
  height: 62px;
698
691
  display: flex;
699
692
  align-items: center;
700
- width: 100vw;
693
+ width: 100%;
701
694
  @media (max-width: 1025px) {
702
695
  height: 56px;
703
696
  border-bottom: 1px solid #BDC7CE;
@@ -202,7 +202,7 @@ export default {
202
202
  <style scoped lang="scss">
203
203
  .info {
204
204
  position: relative;
205
- width: 100vw;
205
+ width: 100%;
206
206
  @media (min-width: 1025px) {
207
207
  height: 30px;
208
208
  }
@@ -47,25 +47,21 @@
47
47
  </div>
48
48
  </div>
49
49
  <div class="adt-text-block__error" v-if="!!errorText">
50
- <svg
51
- width="14"
52
- height="14"
53
- viewBox="0 0 16 16"
54
- fill="none"
55
- xmlns="http://www.w3.org/2000/svg"
56
- id="icon__attention"
57
- >
58
- <path
59
- d="M8.5 4C8.5 3.72386 8.27614 3.5 8 3.5C7.72386 3.5 7.5 3.72386 7.5 4H8.5ZM7.5 9C7.5 9.27614 7.72386 9.5 8 9.5C8.27614 9.5 8.5 9.27614 8.5 9H7.5ZM7.5 4V9H8.5V4H7.5Z"
60
- fill="#FF2E43"
61
- />
62
- <path
63
- d="M8.5 11C8.5 10.7239 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.7239 7.5 11H8.5ZM7.5 11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5H7.5ZM7.5 11V11.5H8.5V11H7.5Z"
64
- fill="#FF2E43"
65
- />
66
- <circle cx="8" cy="8" r="7" stroke="#FF2E43" />
67
- </svg>
68
- {{ errorText }}
50
+ <div class="error-icon">
51
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
52
+ <g clip-path="url(#clip0_508_13640)">
53
+ <path d="M8.00016 14.6666C11.6821 14.6666 14.6668 11.6818 14.6668 7.99992C14.6668 4.31802 11.6821 1.33325 8.00016 1.33325C4.31826 1.33325 1.3335 4.31802 1.3335 7.99992C1.3335 11.6818 4.31826 14.6666 8.00016 14.6666Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
54
+ <path d="M8 10.6667H8.00667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
55
+ <path d="M8 5.33325V7.99992" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
56
+ </g>
57
+ <defs>
58
+ <clipPath id="clip0_508_13640">
59
+ <rect width="16" height="16" fill="white"/>
60
+ </clipPath>
61
+ </defs>
62
+ </svg>
63
+ </div>
64
+ <p>{{ errorText }}</p>
69
65
  </div>
70
66
  <div
71
67
  class="adt-text-block__options search-options"
@@ -314,7 +314,7 @@ export default {
314
314
  },
315
315
  {
316
316
  id: 4,
317
- title: "Массовая",
317
+ title: "Массовая проверка",
318
318
  href: "/counterparty/employees-check"
319
319
  },
320
320
  {
@@ -469,7 +469,7 @@ export default {
469
469
  links: [
470
470
  {
471
471
  id: 1,
472
- title: "Мониторинг экономической ситуации",
472
+ title: "Главная",
473
473
  href: "/"
474
474
  },
475
475
  {
@@ -477,6 +477,26 @@ export default {
477
477
  title: "Поиск клиентов",
478
478
  href: "/unload-data"
479
479
  },
480
+ {
481
+ id: 3,
482
+ title: "Анализ закупок",
483
+ href: "/purchasing-analysis"
484
+ },
485
+ {
486
+ id: 4,
487
+ title: "Индекс деловой активности",
488
+ href: "/business-activity"
489
+ },
490
+ {
491
+ id: 5,
492
+ title: "Рейтинг налогоплательщиков",
493
+ href: "/tax-payment"
494
+ },
495
+ // {
496
+ // id: 6,
497
+ // title: "Экономика регионов",
498
+ // href: "need link"
499
+ // },
480
500
  ]
481
501
  },
482
502
  ]
@@ -131,16 +131,4 @@ export const profileDropDown = [
131
131
  ],
132
132
  disabled: false
133
133
  },
134
- // {
135
- // id: 8,
136
- // name: "Штрафы",
137
- // url: 'https://avto.adata.kz',
138
- // key: 'fines'
139
- // },
140
- // {
141
- // id: 9,
142
- // name: "Маркетинг",
143
- // url: 'https://marketing.adata.kz',
144
- // key: 'marketing'
145
- // }
146
134
  ];