adata-ui 0.3.80 → 0.3.82

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 (95) hide show
  1. package/README.md +7 -7
  2. package/babel.config.js +5 -5
  3. package/dist/adata-ui.common.js +325 -366
  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 +325 -366
  7. package/dist/adata-ui.umd.js.map +1 -1
  8. package/dist/adata-ui.umd.min.js +2 -2
  9. package/dist/adata-ui.umd.min.js.map +1 -1
  10. package/dist/img/{facebook.990fd0ba.svg → facebook.797d820f.svg} +4 -4
  11. package/dist/img/{instagram.90311e74.svg → instagram.8a77381c.svg} +6 -6
  12. package/dist/img/{logo-desktop-main.bb1899e0.svg → logo-desktop-main.4d169395.svg} +8 -8
  13. package/dist/img/{logo-mobile-main.3e2fc59e.svg → logo-mobile-main.397bce24.svg} +4 -4
  14. package/dist/img/{logo-white-desktop.0827cb20.svg → logo-white-desktop.7d0e3481.svg} +8 -8
  15. package/dist/img/{telegram.da3d2408.svg → telegram.be0d1008.svg} +4 -4
  16. package/dist/img/{tiktok.91223b77.svg → tiktok.eaeb39cb.svg} +4 -4
  17. package/dist/img/{up-down.de7b3a68.svg → up-down.e2b28f72.svg} +3 -3
  18. package/dist/img/{youtube.96e7b076.svg → youtube.125aace6.svg} +5 -5
  19. package/package-lock.json +27138 -0
  20. package/package.json +76 -76
  21. package/public/index.html +17 -17
  22. package/public/logo.svg +4 -4
  23. package/src/App.vue +59 -25
  24. package/src/assets/_text_field.scss +225 -224
  25. package/src/assets/facebook.svg +4 -4
  26. package/src/assets/instagram.svg +6 -6
  27. package/src/assets/logo-desktop-main.svg +8 -8
  28. package/src/assets/logo-desktop.svg +9 -9
  29. package/src/assets/logo-mobile-main.svg +4 -4
  30. package/src/assets/logo-mobile.svg +9 -9
  31. package/src/assets/logo-white-desktop.svg +8 -8
  32. package/src/assets/style.scss +1 -1
  33. package/src/assets/telegram.svg +4 -4
  34. package/src/assets/tiktok.svg +4 -4
  35. package/src/assets/up-down.svg +3 -3
  36. package/src/assets/youtube.svg +5 -5
  37. package/src/components/Alert/Alert.stories.js +17 -17
  38. package/src/components/Alert/Alert.vue +63 -63
  39. package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +160 -160
  40. package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +24 -24
  41. package/src/components/Button/AButton.vue +231 -231
  42. package/src/components/Button/Button.stories.js +23 -23
  43. package/src/components/Checkbox/ACheckbox.vue +114 -114
  44. package/src/components/Checkbox/Checkbox.stories.js +15 -15
  45. package/src/components/CheckboxMenu/CheckboxMenu.stories.js +23 -23
  46. package/src/components/CheckboxMenu/CheckboxMenu.vue +108 -108
  47. package/src/components/ErrorPages/BadGateway.vue +224 -224
  48. package/src/components/ErrorPages/Forbidden.vue +468 -468
  49. package/src/components/ErrorPages/InternalServerError.vue +275 -275
  50. package/src/components/ErrorPages/NotFound.vue +995 -995
  51. package/src/components/ErrorPages/Unavailable.vue +3705 -3705
  52. package/src/components/Footer/Footer.stories.js +20 -20
  53. package/src/components/Footer/Footer.vue +292 -292
  54. package/src/components/Header/ChildLinks.vue +144 -144
  55. package/src/components/Header/Header.stories.js +56 -56
  56. package/src/components/Header/Header.vue +1289 -1289
  57. package/src/components/Header/InfoHeader.vue +319 -319
  58. package/src/components/Header/Profile.vue +670 -670
  59. package/src/components/Header/ProfileMenu.vue +293 -293
  60. package/src/components/Header/ProfileMobile.vue +308 -308
  61. package/src/components/Header/ProfileOld.vue +781 -781
  62. package/src/components/InternalServerError/InternalServerError.stories.js +16 -16
  63. package/src/components/InternalServerError/InternalServerError.vue +262 -262
  64. package/src/components/Introduction.stories.mdx +7 -7
  65. package/src/components/Loader/Loader.stories.js +24 -24
  66. package/src/components/Loader/Loader.vue +325 -325
  67. package/src/components/MailTo/MailTo.stories.js +14 -14
  68. package/src/components/MailTo/MailTo.vue +258 -258
  69. package/src/components/NavIcon/ANavIcon.vue +49 -49
  70. package/src/components/NavIcon/NavIcon.stories.js +14 -14
  71. package/src/components/PasswordField/PasswordField.stories.js +16 -16
  72. package/src/components/PasswordField/PasswordField.vue +77 -77
  73. package/src/components/SearchTextField/SearchTextField.stories.js +77 -77
  74. package/src/components/SearchTextField/SearchTextField.vue +230 -230
  75. package/src/components/ServiceSlider/AServiceSlider.vue +793 -793
  76. package/src/components/ServiceSlider/ServiceSlider.stories.js +20 -20
  77. package/src/components/Table/ATable.vue +117 -117
  78. package/src/components/Table/Table.stories.js +15 -15
  79. package/src/components/TextArea/TextArea.stories.js +17 -17
  80. package/src/components/TextArea/TextArea.vue +116 -116
  81. package/src/components/TextError/TextError.stories.js +15 -15
  82. package/src/components/TextError/TextError.vue +57 -57
  83. package/src/components/TextField/TextField.stories.js +17 -17
  84. package/src/components/TextField/TextField.vue +107 -107
  85. package/src/components/index.js +54 -54
  86. package/src/components/newComponents/FooterNew/FooterBottom.vue +153 -153
  87. package/src/components/newComponents/FooterNew/FooterItem.vue +113 -113
  88. package/src/components/newComponents/FooterNew/FooterNew.stories.js +20 -20
  89. package/src/components/newComponents/FooterNew/FooterNew.vue +39 -39
  90. package/src/components/newComponents/FooterNew/FooterTop.vue +321 -321
  91. package/src/components/transitions/SlideToggle.vue +55 -55
  92. package/src/components/transitions/VerticalMobileToggle.vue +75 -75
  93. package/src/configs/icons.js +112 -112
  94. package/src/configs/profileDropDown.js +134 -134
  95. package/src/main.js +12 -12
@@ -1,144 +1,144 @@
1
- <template>
2
- <ul class="child-links">
3
- <li v-for="(link, i) in links.children" :key="i">
4
- <div class="child-links__info">
5
- <component
6
- class="child-links__info__item"
7
- exact-active-class="active"
8
- :is="module === links.key? 'nuxt-link': 'a'"
9
- :href="module === links.key ? links.to: `${links[mode]}${link.to}`"
10
- :to="module === links.key ? link.to: null"
11
- >
12
- <span v-html="serviceIcons[link.icon]" class="child-links__info__item__icon"></span>
13
- <p>
14
- <span class="child-links__info__item__name">{{ link.name }}</span>
15
- <span class="child-links__info__item__subtitle">{{ link.subtitle }}</span>
16
- </p>
17
- </component>
18
- <component
19
- :is="module === links.key? 'nuxt-link': 'a'"
20
- :to="module === links.key ? link.to: null"
21
- :href="module === links.key ? links.to: `${links[mode]}${link.to}`" class="child-links__info-arrow">
22
- <svg width="24" height="24" class="ic-24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
23
- <path d="M9 18L15 12L9 6" stroke="#007AFF" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
24
- </svg>
25
- </component>
26
- </div>
27
- </li>
28
- </ul>
29
- </template>
30
-
31
- <script>
32
- import {serviceIcons} from "@/configs/icons";
33
-
34
- export default {
35
- name: "ChildLinks",
36
- props: {
37
- links: {
38
- type: Object,
39
- default: () => ({})
40
- },
41
- module: {
42
- type: String,
43
- default: 'counterparty'
44
- },
45
- mode: {
46
- type: String,
47
- required: true
48
- }
49
- },
50
- data() {
51
- return {
52
- serviceIcons
53
- }
54
- },
55
- }
56
- </script>
57
-
58
- <style scoped lang="scss">
59
- .child-links {
60
- position: absolute;
61
- z-index: 1;
62
- left: 0;
63
- background: #FFFFFF;
64
- padding: 16px;
65
- box-shadow: 0 10px 70px rgba(0, 0, 0, 0.08);
66
- border-radius: 8px;
67
- $self: &;
68
-
69
-
70
-
71
- .active {
72
- background: rgba(189, 199, 206, 0.2);
73
- }
74
-
75
- li {
76
- #{ $self }__info {
77
- display: flex;
78
- align-items: center;
79
- justify-content: space-between;
80
- gap: 12px;
81
- cursor: pointer;
82
- &-arrow {
83
- visibility: hidden;
84
- svg{
85
- transition: 0s;
86
- }
87
- }
88
- &:hover {
89
- #{ $self }__info-arrow {
90
- visibility: visible;
91
-
92
- }
93
- }
94
-
95
- .ic-24 {
96
- min-width: 24px;
97
- height: 24px;
98
- }
99
-
100
- &__item {
101
- text-transform: none;
102
- display: flex;
103
- align-items: center;
104
- gap: 16px;
105
- min-width: 336px;
106
- padding: 14px 8px;
107
- border-radius: 8px;
108
- transition: 0.2s ease;
109
-
110
- &:hover {
111
- background: rgba(189, 199, 206, 0.2);
112
- }
113
-
114
-
115
- &__icon {
116
- display: grid;
117
- place-content: center;
118
- width: 40px;
119
- height: 40px;
120
- min-width: 40px;
121
- background: rgba(189, 199, 206, 0.2);
122
- border-radius: 4px;
123
- }
124
-
125
- &__name {
126
- display: block;
127
- font-weight: 600;
128
- font-size: 14px;
129
- line-height: 20px;
130
- color: #2C3E50;
131
- }
132
-
133
- &__subtitle {
134
- display: block;
135
- font-weight: 400;
136
- font-size: 12px;
137
- line-height: 20px;
138
- color: #71757A;
139
- }
140
- }
141
- }
142
- }
143
- }
144
- </style>
1
+ <template>
2
+ <ul class="child-links">
3
+ <li v-for="(link, i) in links.children" :key="i">
4
+ <div class="child-links__info">
5
+ <component
6
+ class="child-links__info__item"
7
+ exact-active-class="active"
8
+ :is="module === links.key? 'nuxt-link': 'a'"
9
+ :href="module === links.key ? links.to: `${links[mode]}${link.to}`"
10
+ :to="module === links.key ? link.to: null"
11
+ >
12
+ <span v-html="serviceIcons[link.icon]" class="child-links__info__item__icon"></span>
13
+ <p>
14
+ <span class="child-links__info__item__name">{{ link.name }}</span>
15
+ <span class="child-links__info__item__subtitle">{{ link.subtitle }}</span>
16
+ </p>
17
+ </component>
18
+ <component
19
+ :is="module === links.key? 'nuxt-link': 'a'"
20
+ :to="module === links.key ? link.to: null"
21
+ :href="module === links.key ? links.to: `${links[mode]}${link.to}`" class="child-links__info-arrow">
22
+ <svg width="24" height="24" class="ic-24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
23
+ <path d="M9 18L15 12L9 6" stroke="#007AFF" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
24
+ </svg>
25
+ </component>
26
+ </div>
27
+ </li>
28
+ </ul>
29
+ </template>
30
+
31
+ <script>
32
+ import {serviceIcons} from "@/configs/icons";
33
+
34
+ export default {
35
+ name: "ChildLinks",
36
+ props: {
37
+ links: {
38
+ type: Object,
39
+ default: () => ({})
40
+ },
41
+ module: {
42
+ type: String,
43
+ default: 'counterparty'
44
+ },
45
+ mode: {
46
+ type: String,
47
+ required: true
48
+ }
49
+ },
50
+ data() {
51
+ return {
52
+ serviceIcons
53
+ }
54
+ },
55
+ }
56
+ </script>
57
+
58
+ <style scoped lang="scss">
59
+ .child-links {
60
+ position: absolute;
61
+ z-index: 1;
62
+ left: 0;
63
+ background: #FFFFFF;
64
+ padding: 16px;
65
+ box-shadow: 0 10px 70px rgba(0, 0, 0, 0.08);
66
+ border-radius: 8px;
67
+ $self: &;
68
+
69
+
70
+
71
+ .active {
72
+ background: rgba(189, 199, 206, 0.2);
73
+ }
74
+
75
+ li {
76
+ #{ $self }__info {
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: space-between;
80
+ gap: 12px;
81
+ cursor: pointer;
82
+ &-arrow {
83
+ visibility: hidden;
84
+ svg{
85
+ transition: 0s;
86
+ }
87
+ }
88
+ &:hover {
89
+ #{ $self }__info-arrow {
90
+ visibility: visible;
91
+
92
+ }
93
+ }
94
+
95
+ .ic-24 {
96
+ min-width: 24px;
97
+ height: 24px;
98
+ }
99
+
100
+ &__item {
101
+ text-transform: none;
102
+ display: flex;
103
+ align-items: center;
104
+ gap: 16px;
105
+ min-width: 336px;
106
+ padding: 14px 8px;
107
+ border-radius: 8px;
108
+ transition: 0.2s ease;
109
+
110
+ &:hover {
111
+ background: rgba(189, 199, 206, 0.2);
112
+ }
113
+
114
+
115
+ &__icon {
116
+ display: grid;
117
+ place-content: center;
118
+ width: 40px;
119
+ height: 40px;
120
+ min-width: 40px;
121
+ background: rgba(189, 199, 206, 0.2);
122
+ border-radius: 4px;
123
+ }
124
+
125
+ &__name {
126
+ display: block;
127
+ font-weight: 600;
128
+ font-size: 14px;
129
+ line-height: 20px;
130
+ color: #2C3E50;
131
+ }
132
+
133
+ &__subtitle {
134
+ display: block;
135
+ font-weight: 400;
136
+ font-size: 12px;
137
+ line-height: 20px;
138
+ color: #71757A;
139
+ }
140
+ }
141
+ }
142
+ }
143
+ }
144
+ </style>
@@ -1,56 +1,56 @@
1
- import AHeader from './Header.vue'
2
- import {action} from "@storybook/addon-actions";
3
-
4
- export default {
5
- title: 'Header',
6
- component: AHeader,
7
- template: '<a-header></a-header>'
8
- };
9
-
10
- const Template = (args, { argTypes }) => ({
11
- components: { AHeader },
12
- props: Object.keys(argTypes),
13
- template: '<a-header @menuOpen="openMenu' +
14
- '" @showBalanceModal="showBalance"' +
15
- ' @setShowModal="showModal"' +
16
- ' @logout="logoutClick"' +
17
- ' @setIsReplenishModal="setReplenishModal" v-bind="$props"' +
18
- '></a-header>',
19
- methods: {
20
- openMenu(val) {
21
- console.log(val);
22
- },
23
- showBalance(val) {
24
- console.log(val);
25
- console.log(val);
26
- },
27
- showModal(val) {
28
- console.log(val);
29
- },
30
- logoutClick() {
31
- console.log("logout");
32
- },
33
- setReplenishModal(val) {
34
- console.log(val);
35
- },
36
- }
37
- });
38
-
39
- export const MainHeader = Template.bind({});
40
-
41
- export const devHeader = Template.bind({});
42
- devHeader.args = {
43
- isDev: true
44
- }
45
-
46
- export const headerAuthenticated = Template.bind({});
47
- headerAuthenticated.args = {
48
- isDev: true,
49
- isAuthenticated: true,
50
- requestCount: 1000,
51
- daysRemaining: "11 ч 23 мин",
52
- email: "sboranbayeva@gmail.com",
53
- loginUrl: "https://id.adtdev.kz/auth/signin?url=https://pk.adata.kz/auth",
54
- activeTabKey: 'work',
55
- balance: 1954900
56
- }
1
+ import AHeader from './Header.vue'
2
+ import {action} from "@storybook/addon-actions";
3
+
4
+ export default {
5
+ title: 'Header',
6
+ component: AHeader,
7
+ template: '<a-header></a-header>'
8
+ };
9
+
10
+ const Template = (args, { argTypes }) => ({
11
+ components: { AHeader },
12
+ props: Object.keys(argTypes),
13
+ template: '<a-header @menuOpen="openMenu' +
14
+ '" @showBalanceModal="showBalance"' +
15
+ ' @setShowModal="showModal"' +
16
+ ' @logout="logoutClick"' +
17
+ ' @setIsReplenishModal="setReplenishModal" v-bind="$props"' +
18
+ '></a-header>',
19
+ methods: {
20
+ openMenu(val) {
21
+ console.log(val);
22
+ },
23
+ showBalance(val) {
24
+ console.log(val);
25
+ console.log(val);
26
+ },
27
+ showModal(val) {
28
+ console.log(val);
29
+ },
30
+ logoutClick() {
31
+ console.log("logout");
32
+ },
33
+ setReplenishModal(val) {
34
+ console.log(val);
35
+ },
36
+ }
37
+ });
38
+
39
+ export const MainHeader = Template.bind({});
40
+
41
+ export const devHeader = Template.bind({});
42
+ devHeader.args = {
43
+ isDev: true
44
+ }
45
+
46
+ export const headerAuthenticated = Template.bind({});
47
+ headerAuthenticated.args = {
48
+ isDev: true,
49
+ isAuthenticated: true,
50
+ requestCount: 1000,
51
+ daysRemaining: "11 ч 23 мин",
52
+ email: "sboranbayeva@gmail.com",
53
+ loginUrl: "https://id.adtdev.kz/auth/signin?url=https://pk.adata.kz/auth",
54
+ activeTabKey: 'work',
55
+ balance: 1954900
56
+ }