adata-ui 0.3.58 → 0.3.60

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.
Files changed (96) hide show
  1. package/README.md +7 -7
  2. package/babel.config.js +5 -5
  3. package/dist/adata-ui.common.js +6560 -9162
  4. package/dist/adata-ui.common.js.map +1 -1
  5. package/dist/adata-ui.css +1 -1
  6. package/dist/adata-ui.umd.js +6560 -9162
  7. package/dist/adata-ui.umd.js.map +1 -1
  8. package/dist/adata-ui.umd.min.js +3 -3
  9. package/dist/adata-ui.umd.min.js.map +1 -1
  10. package/dist/img/{facebook.797d820f.svg → facebook.990fd0ba.svg} +4 -4
  11. package/dist/img/{instagram.8a77381c.svg → instagram.90311e74.svg} +6 -6
  12. package/dist/img/logo-desktop.dbf92700.webp +0 -0
  13. package/dist/img/logo-mobile.a02408a3.webp +0 -0
  14. package/dist/img/{logo-white-desktop.7d0e3481.svg → logo-white-desktop.0827cb20.svg} +8 -8
  15. package/dist/img/{telegram.be0d1008.svg → telegram.da3d2408.svg} +4 -4
  16. package/dist/img/{tiktok.eaeb39cb.svg → tiktok.91223b77.svg} +4 -4
  17. package/dist/img/{up-down.e2b28f72.svg → up-down.de7b3a68.svg} +3 -3
  18. package/dist/img/{youtube.125aace6.svg → youtube.96e7b076.svg} +5 -5
  19. package/package-lock.json +26218 -26218
  20. package/package.json +76 -76
  21. package/public/index.html +17 -17
  22. package/public/logo.svg +4 -4
  23. package/src/.DS_Store +0 -0
  24. package/src/App.vue +25 -25
  25. package/src/assets/_text_field.scss +224 -224
  26. package/src/assets/facebook.svg +4 -4
  27. package/src/assets/instagram.svg +6 -6
  28. package/src/assets/logo-desktop.svg +9 -9
  29. package/src/assets/logo-desktop.webp +0 -0
  30. package/src/assets/logo-mobile.svg +9 -9
  31. package/src/assets/logo-mobile.webp +0 -0
  32. package/src/assets/logo-white-desktop.svg +8 -8
  33. package/src/assets/style.scss +1 -1
  34. package/src/assets/telegram.svg +4 -4
  35. package/src/assets/tiktok.svg +4 -4
  36. package/src/assets/up-down.svg +3 -3
  37. package/src/assets/youtube.svg +5 -5
  38. package/src/components/Alert/Alert.stories.js +17 -17
  39. package/src/components/Alert/Alert.vue +63 -63
  40. package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +151 -151
  41. package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +24 -24
  42. package/src/components/Button/AButton.vue +231 -231
  43. package/src/components/Button/Button.stories.js +23 -23
  44. package/src/components/Checkbox/ACheckbox.vue +114 -114
  45. package/src/components/Checkbox/Checkbox.stories.js +15 -15
  46. package/src/components/CheckboxMenu/CheckboxMenu.stories.js +23 -23
  47. package/src/components/CheckboxMenu/CheckboxMenu.vue +108 -108
  48. package/src/components/ErrorPages/BadGateway.vue +224 -224
  49. package/src/components/ErrorPages/Forbidden.vue +468 -468
  50. package/src/components/ErrorPages/InternalServerError.vue +275 -275
  51. package/src/components/ErrorPages/NotFound.vue +995 -995
  52. package/src/components/ErrorPages/Unavailable.vue +3705 -3705
  53. package/src/components/Footer/Footer.stories.js +20 -20
  54. package/src/components/Footer/Footer.vue +292 -292
  55. package/src/components/Header/ChildLinks.vue +122 -122
  56. package/src/components/Header/Header.stories.js +56 -56
  57. package/src/components/Header/Header.vue +1307 -1325
  58. package/src/components/Header/InfoHeader.vue +319 -319
  59. package/src/components/Header/Profile.vue +670 -670
  60. package/src/components/Header/ProfileMenu.vue +275 -275
  61. package/src/components/Header/ProfileMobile.vue +308 -308
  62. package/src/components/Header/ProfileOld.vue +781 -781
  63. package/src/components/InternalServerError/InternalServerError.stories.js +16 -16
  64. package/src/components/InternalServerError/InternalServerError.vue +262 -262
  65. package/src/components/Introduction.stories.mdx +7 -7
  66. package/src/components/Loader/Loader.stories.js +24 -24
  67. package/src/components/Loader/Loader.vue +325 -325
  68. package/src/components/MailTo/MailTo.stories.js +14 -14
  69. package/src/components/MailTo/MailTo.vue +258 -258
  70. package/src/components/NavIcon/ANavIcon.vue +49 -49
  71. package/src/components/NavIcon/NavIcon.stories.js +14 -14
  72. package/src/components/PasswordField/PasswordField.stories.js +16 -16
  73. package/src/components/PasswordField/PasswordField.vue +77 -77
  74. package/src/components/SearchTextField/SearchTextField.stories.js +77 -77
  75. package/src/components/SearchTextField/SearchTextField.vue +230 -230
  76. package/src/components/ServiceSlider/AServiceSlider.vue +782 -782
  77. package/src/components/ServiceSlider/ServiceSlider.stories.js +20 -20
  78. package/src/components/Table/ATable.vue +117 -117
  79. package/src/components/Table/Table.stories.js +15 -15
  80. package/src/components/TextArea/TextArea.stories.js +17 -17
  81. package/src/components/TextArea/TextArea.vue +116 -116
  82. package/src/components/TextError/TextError.stories.js +15 -15
  83. package/src/components/TextError/TextError.vue +57 -57
  84. package/src/components/TextField/TextField.stories.js +17 -17
  85. package/src/components/TextField/TextField.vue +107 -107
  86. package/src/components/index.js +54 -54
  87. package/src/components/newComponents/FooterNew/FooterBottom.vue +151 -151
  88. package/src/components/newComponents/FooterNew/FooterItem.vue +113 -113
  89. package/src/components/newComponents/FooterNew/FooterNew.stories.js +20 -20
  90. package/src/components/newComponents/FooterNew/FooterNew.vue +43 -40
  91. package/src/components/newComponents/FooterNew/FooterTop.vue +316 -316
  92. package/src/components/transitions/SlideToggle.vue +55 -55
  93. package/src/components/transitions/VerticalMobileToggle.vue +75 -75
  94. package/src/configs/icons.js +112 -112
  95. package/src/configs/profileDropDown.js +134 -134
  96. package/src/main.js +12 -12
@@ -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')