adata-ui 0.3.64 → 0.3.66
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/README.md +7 -7
- package/babel.config.js +5 -5
- package/dist/adata-ui.common.js +8632 -6049
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +8632 -6049
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +3 -3
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/dist/img/{facebook.990fd0ba.svg → facebook.797d820f.svg} +4 -4
- package/dist/img/{instagram.90311e74.svg → instagram.8a77381c.svg} +6 -6
- package/dist/img/{logo-white-desktop.0827cb20.svg → logo-white-desktop.7d0e3481.svg} +8 -8
- package/dist/img/{telegram.da3d2408.svg → telegram.be0d1008.svg} +4 -4
- package/dist/img/{tiktok.91223b77.svg → tiktok.eaeb39cb.svg} +4 -4
- package/dist/img/{up-down.de7b3a68.svg → up-down.e2b28f72.svg} +3 -3
- package/dist/img/{youtube.96e7b076.svg → youtube.125aace6.svg} +5 -5
- package/package-lock.json +26218 -26218
- package/package.json +76 -76
- package/public/index.html +17 -17
- package/public/logo.svg +4 -4
- package/src/App.vue +25 -25
- package/src/assets/_text_field.scss +224 -224
- package/src/assets/facebook.svg +4 -4
- package/src/assets/instagram.svg +6 -6
- package/src/assets/logo-desktop.svg +9 -9
- package/src/assets/logo-mobile.svg +9 -9
- package/src/assets/logo-white-desktop.svg +8 -8
- package/src/assets/style.scss +1 -1
- package/src/assets/telegram.svg +4 -4
- package/src/assets/tiktok.svg +4 -4
- package/src/assets/up-down.svg +3 -3
- package/src/assets/youtube.svg +5 -5
- package/src/components/Alert/Alert.stories.js +17 -17
- package/src/components/Alert/Alert.vue +63 -63
- package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +151 -151
- package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +24 -24
- package/src/components/Button/AButton.vue +231 -231
- package/src/components/Button/Button.stories.js +23 -23
- package/src/components/Checkbox/ACheckbox.vue +114 -114
- package/src/components/Checkbox/Checkbox.stories.js +15 -15
- package/src/components/CheckboxMenu/CheckboxMenu.stories.js +23 -23
- package/src/components/CheckboxMenu/CheckboxMenu.vue +108 -108
- package/src/components/ErrorPages/BadGateway.vue +224 -224
- package/src/components/ErrorPages/Forbidden.vue +468 -468
- package/src/components/ErrorPages/InternalServerError.vue +275 -275
- package/src/components/ErrorPages/NotFound.vue +995 -995
- package/src/components/ErrorPages/Unavailable.vue +3705 -3705
- package/src/components/Footer/Footer.stories.js +20 -20
- package/src/components/Footer/Footer.vue +292 -292
- package/src/components/Header/ChildLinks.vue +122 -122
- package/src/components/Header/Header.stories.js +56 -56
- package/src/components/Header/Header.vue +1307 -1307
- package/src/components/Header/InfoHeader.vue +319 -319
- package/src/components/Header/Profile.vue +670 -670
- package/src/components/Header/ProfileMenu.vue +275 -275
- package/src/components/Header/ProfileMobile.vue +308 -308
- package/src/components/Header/ProfileOld.vue +781 -781
- package/src/components/InternalServerError/InternalServerError.stories.js +16 -16
- package/src/components/InternalServerError/InternalServerError.vue +262 -262
- package/src/components/Introduction.stories.mdx +7 -7
- package/src/components/Loader/Loader.stories.js +24 -24
- package/src/components/Loader/Loader.vue +325 -325
- package/src/components/MailTo/MailTo.stories.js +14 -14
- package/src/components/MailTo/MailTo.vue +258 -258
- package/src/components/NavIcon/ANavIcon.vue +49 -49
- package/src/components/NavIcon/NavIcon.stories.js +14 -14
- package/src/components/PasswordField/PasswordField.stories.js +16 -16
- package/src/components/PasswordField/PasswordField.vue +77 -77
- package/src/components/SearchTextField/SearchTextField.stories.js +77 -77
- package/src/components/SearchTextField/SearchTextField.vue +230 -230
- package/src/components/ServiceSlider/AServiceSlider.vue +782 -782
- package/src/components/ServiceSlider/ServiceSlider.stories.js +20 -20
- package/src/components/Table/ATable.vue +117 -117
- package/src/components/Table/Table.stories.js +15 -15
- package/src/components/TextArea/TextArea.stories.js +17 -17
- package/src/components/TextArea/TextArea.vue +116 -116
- package/src/components/TextError/TextError.stories.js +15 -15
- package/src/components/TextError/TextError.vue +57 -57
- package/src/components/TextField/TextField.stories.js +17 -17
- package/src/components/TextField/TextField.vue +107 -107
- package/src/components/index.js +54 -54
- package/src/components/newComponents/FooterNew/FooterBottom.vue +152 -151
- package/src/components/newComponents/FooterNew/FooterItem.vue +113 -113
- package/src/components/newComponents/FooterNew/FooterNew.stories.js +20 -20
- package/src/components/newComponents/FooterNew/FooterNew.vue +39 -39
- package/src/components/newComponents/FooterNew/FooterTop.vue +319 -318
- package/src/components/transitions/SlideToggle.vue +55 -55
- package/src/components/transitions/VerticalMobileToggle.vue +75 -75
- package/src/configs/icons.js +112 -112
- package/src/configs/profileDropDown.js +134 -134
- package/src/main.js +12 -12
- package/src/.DS_Store +0 -0
|
@@ -1,134 +1,134 @@
|
|
|
1
|
-
export const profileDropDown = [
|
|
2
|
-
{
|
|
3
|
-
id: 1,
|
|
4
|
-
name: "Увеличить лимит запросов",
|
|
5
|
-
dev: "https://adtdev.kz/profile?tab=tariffs",
|
|
6
|
-
staging: "https://adada.kz/profile?tab=tariffs",
|
|
7
|
-
prod: "https://adata.kz/profile?tab=tariffs",
|
|
8
|
-
disabled: false,
|
|
9
|
-
withoutArray: true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
id: 2,
|
|
13
|
-
name: "Текущий баланс: ",
|
|
14
|
-
dev: "https://adtdev.kz/profile?tab=tariffs",
|
|
15
|
-
staging: "https://adada.kz/profile?tab=tariffs",
|
|
16
|
-
prod: "https://adata.kz/profile?tab=tariffs",
|
|
17
|
-
link: "Пополнить",
|
|
18
|
-
disabled: true,
|
|
19
|
-
withoutArray: true
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
id: 3,
|
|
23
|
-
name: "История платежей",
|
|
24
|
-
dev: "https://adtdev.kz/profile?tab=payments",
|
|
25
|
-
staging: "https://adada.kz/profile?tab=payments",
|
|
26
|
-
prod: "https://adata.kz/profile?tab=payments",
|
|
27
|
-
disabled: false,
|
|
28
|
-
withoutArray: true
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
id: 4,
|
|
32
|
-
name: "Общие настройки",
|
|
33
|
-
dev: "https://adtdev.kz/profile?tab=general",
|
|
34
|
-
staging: "https://adada.kz/profile?tab=general",
|
|
35
|
-
prod: "https://adata.kz/profile?tab=general",
|
|
36
|
-
disabled: false,
|
|
37
|
-
withoutArray: true
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
id: 5,
|
|
41
|
-
name: "Контрагенты",
|
|
42
|
-
opened: false,
|
|
43
|
-
key: 'counterparty',
|
|
44
|
-
children: [
|
|
45
|
-
{
|
|
46
|
-
id: 8,
|
|
47
|
-
name: "Избранные",
|
|
48
|
-
dev: "https://adtdev.kz/favourites",
|
|
49
|
-
staging: "https://adada.kz/favourites",
|
|
50
|
-
prod: "https://adata.kz/favourites"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
id: 9,
|
|
54
|
-
name: "История просмотров",
|
|
55
|
-
dev: "https://adtdev.kz/profile/views",
|
|
56
|
-
staging: "https://adada.kz/profile/views",
|
|
57
|
-
prod: "https://adata.kz/profile/views"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
id: 10,
|
|
61
|
-
name: "Мои отчеты",
|
|
62
|
-
dev: "https://adtdev.kz/profile/reports",
|
|
63
|
-
staging: "https://adada.kz/profile/reports",
|
|
64
|
-
prod: "https://adata.kz/profile/reports"
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
disabled: false
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
id: 6,
|
|
71
|
-
name: "Работа",
|
|
72
|
-
opened: false,
|
|
73
|
-
key: 'work',
|
|
74
|
-
children: [
|
|
75
|
-
{
|
|
76
|
-
id: 10,
|
|
77
|
-
name: "Профиль",
|
|
78
|
-
dev: "https://work.adtdev.kz/profile/account",
|
|
79
|
-
staging: "https://work.adada.kz/profile/account",
|
|
80
|
-
prod: "https://work.adata.kz/profile/account"
|
|
81
|
-
},
|
|
82
|
-
// {
|
|
83
|
-
// id: 11,
|
|
84
|
-
// name: "Создать резюме",
|
|
85
|
-
// url: "https://work.adata.kz/user/create"
|
|
86
|
-
// },
|
|
87
|
-
{
|
|
88
|
-
id: 12,
|
|
89
|
-
name: "Отклики",
|
|
90
|
-
dev: "https://work.adtdev.kz/profile/application",
|
|
91
|
-
staging: "https://work.adada.kz/profile/application",
|
|
92
|
-
prod: "https://work.adata.kz/profile/application",
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
id: 13,
|
|
96
|
-
name: "Предложения",
|
|
97
|
-
dev: "https://work.adtdev.kz/profile/offer",
|
|
98
|
-
staging: "https://work.adada.kz/profile/offer",
|
|
99
|
-
prod: "https://work.adata.kz/profile/offer"
|
|
100
|
-
}
|
|
101
|
-
],
|
|
102
|
-
disabled: false
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
id: 7,
|
|
106
|
-
name: "Тендеры",
|
|
107
|
-
opened: false,
|
|
108
|
-
key: 'tenders',
|
|
109
|
-
children: [
|
|
110
|
-
{
|
|
111
|
-
id: 17,
|
|
112
|
-
name: "Шаблоны поиска",
|
|
113
|
-
dev: "https://tender.adtdev.kz/profile/search-profile",
|
|
114
|
-
staging: "https://tender.adada.kz/profile/search-profile",
|
|
115
|
-
prod: "https://tender.adata.kz/profile/search-profile",
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
id: 18,
|
|
119
|
-
name: "Избранные",
|
|
120
|
-
dev: "https://tender.adtdev.kz/profile/favourites",
|
|
121
|
-
staging: "https://tender.adada.kz/profile/favourites",
|
|
122
|
-
prod: "https://tender.adata.kz/profile/favourites"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
id: 19,
|
|
126
|
-
name: "История просмотров",
|
|
127
|
-
dev: "https://tender.adtdev.kz/profile/history-views",
|
|
128
|
-
staging: "https://tender.adada.kz/profile/history-views",
|
|
129
|
-
prod: "https://tender.adata.kz/profile/history-views"
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
disabled: false
|
|
133
|
-
},
|
|
134
|
-
];
|
|
1
|
+
export const profileDropDown = [
|
|
2
|
+
{
|
|
3
|
+
id: 1,
|
|
4
|
+
name: "Увеличить лимит запросов",
|
|
5
|
+
dev: "https://adtdev.kz/profile?tab=tariffs",
|
|
6
|
+
staging: "https://adada.kz/profile?tab=tariffs",
|
|
7
|
+
prod: "https://adata.kz/profile?tab=tariffs",
|
|
8
|
+
disabled: false,
|
|
9
|
+
withoutArray: true
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
id: 2,
|
|
13
|
+
name: "Текущий баланс: ",
|
|
14
|
+
dev: "https://adtdev.kz/profile?tab=tariffs",
|
|
15
|
+
staging: "https://adada.kz/profile?tab=tariffs",
|
|
16
|
+
prod: "https://adata.kz/profile?tab=tariffs",
|
|
17
|
+
link: "Пополнить",
|
|
18
|
+
disabled: true,
|
|
19
|
+
withoutArray: true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
id: 3,
|
|
23
|
+
name: "История платежей",
|
|
24
|
+
dev: "https://adtdev.kz/profile?tab=payments",
|
|
25
|
+
staging: "https://adada.kz/profile?tab=payments",
|
|
26
|
+
prod: "https://adata.kz/profile?tab=payments",
|
|
27
|
+
disabled: false,
|
|
28
|
+
withoutArray: true
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
id: 4,
|
|
32
|
+
name: "Общие настройки",
|
|
33
|
+
dev: "https://adtdev.kz/profile?tab=general",
|
|
34
|
+
staging: "https://adada.kz/profile?tab=general",
|
|
35
|
+
prod: "https://adata.kz/profile?tab=general",
|
|
36
|
+
disabled: false,
|
|
37
|
+
withoutArray: true
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
id: 5,
|
|
41
|
+
name: "Контрагенты",
|
|
42
|
+
opened: false,
|
|
43
|
+
key: 'counterparty',
|
|
44
|
+
children: [
|
|
45
|
+
{
|
|
46
|
+
id: 8,
|
|
47
|
+
name: "Избранные",
|
|
48
|
+
dev: "https://adtdev.kz/favourites",
|
|
49
|
+
staging: "https://adada.kz/favourites",
|
|
50
|
+
prod: "https://adata.kz/favourites"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
id: 9,
|
|
54
|
+
name: "История просмотров",
|
|
55
|
+
dev: "https://adtdev.kz/profile/views",
|
|
56
|
+
staging: "https://adada.kz/profile/views",
|
|
57
|
+
prod: "https://adata.kz/profile/views"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
id: 10,
|
|
61
|
+
name: "Мои отчеты",
|
|
62
|
+
dev: "https://adtdev.kz/profile/reports",
|
|
63
|
+
staging: "https://adada.kz/profile/reports",
|
|
64
|
+
prod: "https://adata.kz/profile/reports"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
disabled: false
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
id: 6,
|
|
71
|
+
name: "Работа",
|
|
72
|
+
opened: false,
|
|
73
|
+
key: 'work',
|
|
74
|
+
children: [
|
|
75
|
+
{
|
|
76
|
+
id: 10,
|
|
77
|
+
name: "Профиль",
|
|
78
|
+
dev: "https://work.adtdev.kz/profile/account",
|
|
79
|
+
staging: "https://work.adada.kz/profile/account",
|
|
80
|
+
prod: "https://work.adata.kz/profile/account"
|
|
81
|
+
},
|
|
82
|
+
// {
|
|
83
|
+
// id: 11,
|
|
84
|
+
// name: "Создать резюме",
|
|
85
|
+
// url: "https://work.adata.kz/user/create"
|
|
86
|
+
// },
|
|
87
|
+
{
|
|
88
|
+
id: 12,
|
|
89
|
+
name: "Отклики",
|
|
90
|
+
dev: "https://work.adtdev.kz/profile/application",
|
|
91
|
+
staging: "https://work.adada.kz/profile/application",
|
|
92
|
+
prod: "https://work.adata.kz/profile/application",
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
id: 13,
|
|
96
|
+
name: "Предложения",
|
|
97
|
+
dev: "https://work.adtdev.kz/profile/offer",
|
|
98
|
+
staging: "https://work.adada.kz/profile/offer",
|
|
99
|
+
prod: "https://work.adata.kz/profile/offer"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
disabled: false
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
id: 7,
|
|
106
|
+
name: "Тендеры",
|
|
107
|
+
opened: false,
|
|
108
|
+
key: 'tenders',
|
|
109
|
+
children: [
|
|
110
|
+
{
|
|
111
|
+
id: 17,
|
|
112
|
+
name: "Шаблоны поиска",
|
|
113
|
+
dev: "https://tender.adtdev.kz/profile/search-profile",
|
|
114
|
+
staging: "https://tender.adada.kz/profile/search-profile",
|
|
115
|
+
prod: "https://tender.adata.kz/profile/search-profile",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
id: 18,
|
|
119
|
+
name: "Избранные",
|
|
120
|
+
dev: "https://tender.adtdev.kz/profile/favourites",
|
|
121
|
+
staging: "https://tender.adada.kz/profile/favourites",
|
|
122
|
+
prod: "https://tender.adata.kz/profile/favourites"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
id: 19,
|
|
126
|
+
name: "История просмотров",
|
|
127
|
+
dev: "https://tender.adtdev.kz/profile/history-views",
|
|
128
|
+
staging: "https://tender.adada.kz/profile/history-views",
|
|
129
|
+
prod: "https://tender.adata.kz/profile/history-views"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
disabled: false
|
|
133
|
+
},
|
|
134
|
+
];
|
package/src/main.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import App from './App.vue'
|
|
3
|
-
import VueMask from 'v-mask'
|
|
4
|
-
import './components'
|
|
5
|
-
|
|
6
|
-
Vue.use(VueMask)
|
|
7
|
-
|
|
8
|
-
Vue.config.productionTip = false
|
|
9
|
-
|
|
10
|
-
new Vue({
|
|
11
|
-
render: h => h(App),
|
|
12
|
-
}).$mount('#app')
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import App from './App.vue'
|
|
3
|
+
import VueMask from 'v-mask'
|
|
4
|
+
import './components'
|
|
5
|
+
|
|
6
|
+
Vue.use(VueMask)
|
|
7
|
+
|
|
8
|
+
Vue.config.productionTip = false
|
|
9
|
+
|
|
10
|
+
new Vue({
|
|
11
|
+
render: h => h(App),
|
|
12
|
+
}).$mount('#app')
|
package/src/.DS_Store
DELETED
|
Binary file
|