adata-ui 0.3.73 → 0.3.74

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