adata-ui 0.3.65 → 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.
Files changed (92) hide show
  1. package/README.md +7 -7
  2. package/babel.config.js +5 -5
  3. package/dist/adata-ui.common.js +8638 -6055
  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 +8638 -6055
  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.990fd0ba.svg → facebook.797d820f.svg} +4 -4
  11. package/dist/img/{instagram.90311e74.svg → instagram.8a77381c.svg} +6 -6
  12. package/dist/img/{logo-white-desktop.0827cb20.svg → logo-white-desktop.7d0e3481.svg} +8 -8
  13. package/dist/img/{telegram.da3d2408.svg → telegram.be0d1008.svg} +4 -4
  14. package/dist/img/{tiktok.91223b77.svg → tiktok.eaeb39cb.svg} +4 -4
  15. package/dist/img/{up-down.de7b3a68.svg → up-down.e2b28f72.svg} +3 -3
  16. package/dist/img/{youtube.96e7b076.svg → youtube.125aace6.svg} +5 -5
  17. package/package-lock.json +26218 -26218
  18. package/package.json +76 -76
  19. package/public/index.html +17 -17
  20. package/public/logo.svg +4 -4
  21. package/src/App.vue +25 -25
  22. package/src/assets/_text_field.scss +224 -224
  23. package/src/assets/facebook.svg +4 -4
  24. package/src/assets/instagram.svg +6 -6
  25. package/src/assets/logo-desktop.svg +9 -9
  26. package/src/assets/logo-mobile.svg +9 -9
  27. package/src/assets/logo-white-desktop.svg +8 -8
  28. package/src/assets/style.scss +1 -1
  29. package/src/assets/telegram.svg +4 -4
  30. package/src/assets/tiktok.svg +4 -4
  31. package/src/assets/up-down.svg +3 -3
  32. package/src/assets/youtube.svg +5 -5
  33. package/src/components/Alert/Alert.stories.js +17 -17
  34. package/src/components/Alert/Alert.vue +63 -63
  35. package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +151 -151
  36. package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +24 -24
  37. package/src/components/Button/AButton.vue +231 -231
  38. package/src/components/Button/Button.stories.js +23 -23
  39. package/src/components/Checkbox/ACheckbox.vue +114 -114
  40. package/src/components/Checkbox/Checkbox.stories.js +15 -15
  41. package/src/components/CheckboxMenu/CheckboxMenu.stories.js +23 -23
  42. package/src/components/CheckboxMenu/CheckboxMenu.vue +108 -108
  43. package/src/components/ErrorPages/BadGateway.vue +224 -224
  44. package/src/components/ErrorPages/Forbidden.vue +468 -468
  45. package/src/components/ErrorPages/InternalServerError.vue +275 -275
  46. package/src/components/ErrorPages/NotFound.vue +995 -995
  47. package/src/components/ErrorPages/Unavailable.vue +3705 -3705
  48. package/src/components/Footer/Footer.stories.js +20 -20
  49. package/src/components/Footer/Footer.vue +292 -292
  50. package/src/components/Header/ChildLinks.vue +122 -122
  51. package/src/components/Header/Header.stories.js +56 -56
  52. package/src/components/Header/Header.vue +1307 -1307
  53. package/src/components/Header/InfoHeader.vue +319 -319
  54. package/src/components/Header/Profile.vue +670 -670
  55. package/src/components/Header/ProfileMenu.vue +275 -275
  56. package/src/components/Header/ProfileMobile.vue +308 -308
  57. package/src/components/Header/ProfileOld.vue +781 -781
  58. package/src/components/InternalServerError/InternalServerError.stories.js +16 -16
  59. package/src/components/InternalServerError/InternalServerError.vue +262 -262
  60. package/src/components/Introduction.stories.mdx +7 -7
  61. package/src/components/Loader/Loader.stories.js +24 -24
  62. package/src/components/Loader/Loader.vue +325 -325
  63. package/src/components/MailTo/MailTo.stories.js +14 -14
  64. package/src/components/MailTo/MailTo.vue +258 -258
  65. package/src/components/NavIcon/ANavIcon.vue +49 -49
  66. package/src/components/NavIcon/NavIcon.stories.js +14 -14
  67. package/src/components/PasswordField/PasswordField.stories.js +16 -16
  68. package/src/components/PasswordField/PasswordField.vue +77 -77
  69. package/src/components/SearchTextField/SearchTextField.stories.js +77 -77
  70. package/src/components/SearchTextField/SearchTextField.vue +230 -230
  71. package/src/components/ServiceSlider/AServiceSlider.vue +782 -782
  72. package/src/components/ServiceSlider/ServiceSlider.stories.js +20 -20
  73. package/src/components/Table/ATable.vue +117 -117
  74. package/src/components/Table/Table.stories.js +15 -15
  75. package/src/components/TextArea/TextArea.stories.js +17 -17
  76. package/src/components/TextArea/TextArea.vue +116 -116
  77. package/src/components/TextError/TextError.stories.js +15 -15
  78. package/src/components/TextError/TextError.vue +57 -57
  79. package/src/components/TextField/TextField.stories.js +17 -17
  80. package/src/components/TextField/TextField.vue +107 -107
  81. package/src/components/index.js +54 -54
  82. package/src/components/newComponents/FooterNew/FooterBottom.vue +152 -151
  83. package/src/components/newComponents/FooterNew/FooterItem.vue +113 -113
  84. package/src/components/newComponents/FooterNew/FooterNew.stories.js +20 -20
  85. package/src/components/newComponents/FooterNew/FooterNew.vue +39 -39
  86. package/src/components/newComponents/FooterNew/FooterTop.vue +319 -318
  87. package/src/components/transitions/SlideToggle.vue +55 -55
  88. package/src/components/transitions/VerticalMobileToggle.vue +75 -75
  89. package/src/configs/icons.js +112 -112
  90. package/src/configs/profileDropDown.js +134 -134
  91. package/src/main.js +12 -12
  92. package/src/.DS_Store +0 -0
@@ -1,122 +1,122 @@
1
- <template>
2
- <ul class="child-links">
3
- <li v-for="(link, i) in links.children" :key="i">
4
- <component
5
- class="child-links__item"
6
- exact-active-class="active"
7
- :is="module === links.key? 'nuxt-link': 'a'"
8
- :href="module === links.key ? null: `${links[mode]}${link.to}`"
9
- :to="module === links.key ? link.to: null"
10
- >
11
- <span v-html="serviceIcons[link.icon]" class="child-links__icon"></span>
12
- <p>
13
- <span class="child-links__name">{{ link.name }}</span>
14
- <span class="child-links__subtitle">{{ link.subtitle }}</span>
15
- </p>
16
- </component>
17
- <span class="child-links__arrow">
18
- <svg width="24" height="24" class="ic-24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
19
- <path d="M9 18L15 12L9 6" stroke="#007AFF" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
20
- </svg>
21
- </span>
22
- </li>
23
- </ul>
24
- </template>
25
-
26
- <script>
27
- import { serviceIcons } from "@/configs/icons";
28
- export default {
29
- name: "ChildLinks",
30
- props: {
31
- links: {
32
- type: Object,
33
- default: () => ({})
34
- },
35
- module: {
36
- type: String,
37
- default: 'counterparty'
38
- },
39
- mode: {
40
- type: String,
41
- required: true
42
- }
43
- },
44
- data() {
45
- return {
46
- serviceIcons
47
- }
48
- },
49
- }
50
- </script>
51
-
52
- <style scoped lang="scss">
53
- .child-links {
54
- position: absolute;
55
- z-index: 1;
56
- left: 0;
57
- background: #FFFFFF;
58
- padding: 16px;
59
- box-shadow: 0 10px 70px rgba(0, 0, 0, 0.08);
60
- border-radius: 8px;
61
- $self: &;
62
- &__arrow {
63
- visibility: hidden;
64
- svg {
65
- transition: none;
66
- }
67
- }
68
- .active {
69
- background: rgba(189, 199, 206, 0.2);
70
- }
71
- li {
72
- display: flex;
73
- align-items: center;
74
- justify-content: space-between;
75
- gap: 12px;
76
- cursor: pointer;
77
- .ic-24 {
78
- min-width: 24px;
79
- height: 24px;
80
- }
81
- #{ $self }__icon {
82
- display: grid;
83
- place-content: center;
84
- width: 40px;
85
- height: 40px;
86
- min-width: 40px;
87
- background: rgba(189, 199, 206, 0.2);
88
- border-radius: 4px;
89
- }
90
- #{ $self }__item {
91
- text-transform: none;
92
- display: flex;
93
- align-items: center;
94
- gap: 16px;
95
- min-width: 336px;
96
- padding: 14px 8px;
97
- border-radius: 8px;
98
- transition: 0.2s ease;
99
- &:hover {
100
- background: rgba(189, 199, 206, 0.2);
101
- & ~ span {
102
- visibility: visible;
103
- }
104
- }
105
- #{ $self }__name {
106
- display: block;
107
- font-weight: 600;
108
- font-size: 14px;
109
- line-height: 20px;
110
- color: #2C3E50;
111
- }
112
- #{ $self }__subtitle {
113
- display: block;
114
- font-weight: 400;
115
- font-size: 12px;
116
- line-height: 20px;
117
- color: #71757A;
118
- }
119
- }
120
- }
121
- }
122
- </style>
1
+ <template>
2
+ <ul class="child-links">
3
+ <li v-for="(link, i) in links.children" :key="i">
4
+ <component
5
+ class="child-links__item"
6
+ exact-active-class="active"
7
+ :is="module === links.key? 'nuxt-link': 'a'"
8
+ :href="module === links.key ? null: `${links[mode]}${link.to}`"
9
+ :to="module === links.key ? link.to: null"
10
+ >
11
+ <span v-html="serviceIcons[link.icon]" class="child-links__icon"></span>
12
+ <p>
13
+ <span class="child-links__name">{{ link.name }}</span>
14
+ <span class="child-links__subtitle">{{ link.subtitle }}</span>
15
+ </p>
16
+ </component>
17
+ <span class="child-links__arrow">
18
+ <svg width="24" height="24" class="ic-24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M9 18L15 12L9 6" stroke="#007AFF" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
20
+ </svg>
21
+ </span>
22
+ </li>
23
+ </ul>
24
+ </template>
25
+
26
+ <script>
27
+ import { serviceIcons } from "@/configs/icons";
28
+ export default {
29
+ name: "ChildLinks",
30
+ props: {
31
+ links: {
32
+ type: Object,
33
+ default: () => ({})
34
+ },
35
+ module: {
36
+ type: String,
37
+ default: 'counterparty'
38
+ },
39
+ mode: {
40
+ type: String,
41
+ required: true
42
+ }
43
+ },
44
+ data() {
45
+ return {
46
+ serviceIcons
47
+ }
48
+ },
49
+ }
50
+ </script>
51
+
52
+ <style scoped lang="scss">
53
+ .child-links {
54
+ position: absolute;
55
+ z-index: 1;
56
+ left: 0;
57
+ background: #FFFFFF;
58
+ padding: 16px;
59
+ box-shadow: 0 10px 70px rgba(0, 0, 0, 0.08);
60
+ border-radius: 8px;
61
+ $self: &;
62
+ &__arrow {
63
+ visibility: hidden;
64
+ svg {
65
+ transition: none;
66
+ }
67
+ }
68
+ .active {
69
+ background: rgba(189, 199, 206, 0.2);
70
+ }
71
+ li {
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: space-between;
75
+ gap: 12px;
76
+ cursor: pointer;
77
+ .ic-24 {
78
+ min-width: 24px;
79
+ height: 24px;
80
+ }
81
+ #{ $self }__icon {
82
+ display: grid;
83
+ place-content: center;
84
+ width: 40px;
85
+ height: 40px;
86
+ min-width: 40px;
87
+ background: rgba(189, 199, 206, 0.2);
88
+ border-radius: 4px;
89
+ }
90
+ #{ $self }__item {
91
+ text-transform: none;
92
+ display: flex;
93
+ align-items: center;
94
+ gap: 16px;
95
+ min-width: 336px;
96
+ padding: 14px 8px;
97
+ border-radius: 8px;
98
+ transition: 0.2s ease;
99
+ &:hover {
100
+ background: rgba(189, 199, 206, 0.2);
101
+ & ~ span {
102
+ visibility: visible;
103
+ }
104
+ }
105
+ #{ $self }__name {
106
+ display: block;
107
+ font-weight: 600;
108
+ font-size: 14px;
109
+ line-height: 20px;
110
+ color: #2C3E50;
111
+ }
112
+ #{ $self }__subtitle {
113
+ display: block;
114
+ font-weight: 400;
115
+ font-size: 12px;
116
+ line-height: 20px;
117
+ color: #71757A;
118
+ }
119
+ }
120
+ }
121
+ }
122
+ </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
+ }