adata-ui 0.3.38 → 0.3.40
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 +82 -84
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +82 -84
- 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/Header/Header.vue +0 -7
- package/src/components/SearchTextField/SearchTextField.vue +15 -19
- package/src/components/ServiceSlider/AServiceSlider.vue +27 -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">
|
|
@@ -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
|
{
|
|
@@ -327,6 +327,11 @@ export default {
|
|
|
327
327
|
title: "Санкции",
|
|
328
328
|
href: "/counterparty/sanctions"
|
|
329
329
|
},
|
|
330
|
+
{
|
|
331
|
+
id: 7,
|
|
332
|
+
title: "Офшоры",
|
|
333
|
+
href: "/counterparty/offshore"
|
|
334
|
+
},
|
|
330
335
|
]
|
|
331
336
|
},
|
|
332
337
|
{
|
|
@@ -469,7 +474,7 @@ export default {
|
|
|
469
474
|
links: [
|
|
470
475
|
{
|
|
471
476
|
id: 1,
|
|
472
|
-
title: "
|
|
477
|
+
title: "Главная",
|
|
473
478
|
href: "/"
|
|
474
479
|
},
|
|
475
480
|
{
|
|
@@ -477,6 +482,26 @@ export default {
|
|
|
477
482
|
title: "Поиск клиентов",
|
|
478
483
|
href: "/unload-data"
|
|
479
484
|
},
|
|
485
|
+
{
|
|
486
|
+
id: 3,
|
|
487
|
+
title: "Анализ закупок",
|
|
488
|
+
href: "/purchasing-analysis"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
id: 4,
|
|
492
|
+
title: "Индекс деловой активности",
|
|
493
|
+
href: "/business-activity"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
id: 5,
|
|
497
|
+
title: "Рейтинг налогоплательщиков",
|
|
498
|
+
href: "/tax-payment"
|
|
499
|
+
},
|
|
500
|
+
// {
|
|
501
|
+
// id: 6,
|
|
502
|
+
// title: "Экономика регионов",
|
|
503
|
+
// href: "need link"
|
|
504
|
+
// },
|
|
480
505
|
]
|
|
481
506
|
},
|
|
482
507
|
]
|
|
@@ -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
|
];
|