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/dist/adata-ui.common.js +109 -115
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +109 -115
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package-lock.json +322 -322
- package/package.json +1 -1
- package/src/App.vue +0 -1
- package/src/components/Footer/Footer.vue +1 -1
- package/src/components/Header/Header.vue +1 -8
- package/src/components/Header/InfoHeader.vue +1 -1
- package/src/components/SearchTextField/SearchTextField.vue +15 -19
- package/src/components/ServiceSlider/AServiceSlider.vue +22 -2
- package/src/configs/profileDropDown.js +0 -12
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -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:
|
|
693
|
+
width: 100%;
|
|
701
694
|
@media (max-width: 1025px) {
|
|
702
695
|
height: 56px;
|
|
703
696
|
border-bottom: 1px solid #BDC7CE;
|
|
@@ -47,25 +47,21 @@
|
|
|
47
47
|
</div>
|
|
48
48
|
</div>
|
|
49
49
|
<div class="adt-text-block__error" v-if="!!errorText">
|
|
50
|
-
<
|
|
51
|
-
width="
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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
|
];
|