adata-ui 0.3.21 → 0.3.24

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/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.15",
3
+ "version": "0.3.23",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.21",
3
+ "version": "0.3.24",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/public/index.html CHANGED
@@ -1,17 +1,17 @@
1
- <!DOCTYPE html>
2
- <html lang="">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
- <link rel="icon" href="<%= BASE_URL %>logo.svg">
8
- <title>Adata UI</title>
9
- </head>
10
- <body>
11
- <noscript>
12
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13
- </noscript>
14
- <div id="app"></div>
15
- <!-- built files will be auto injected -->
16
- </body>
17
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
+ <link rel="icon" href="<%= BASE_URL %>logo.svg">
8
+ <title>Adata UI</title>
9
+ </head>
10
+ <body>
11
+ <noscript>
12
+ <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13
+ </noscript>
14
+ <div id="app"></div>
15
+ <!-- built files will be auto injected -->
16
+ </body>
17
+ </html>
@@ -57,8 +57,8 @@
57
57
  </svg>
58
58
  Найти
59
59
  </div>
60
- <a v-show="hasFavourites" :href="favouriteUrl" target="_blank">
61
- <div @click="$emit('')" class="favorite-btn">
60
+ <a v-show="hasFavourites" :href="main[mode] + '/favourites'" target="_blank">
61
+ <div class="favorite-btn">
62
62
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
63
63
  <path d="M3 2.5V14.0057C3 14.4167 3.46826 14.6521 3.79816 14.4071L7.70184 11.5072C7.87886 11.3757 8.12114 11.3757 8.29816 11.5072L12.2018 14.4071C12.5317 14.6521 13 14.4167 13 14.0057V2.5C13 2.22386 12.7761 2 12.5 2H3.5C3.22386 2 3 2.22386 3 2.5Z" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round"/>
64
64
  </svg>
@@ -552,7 +552,6 @@ export default {
552
552
  data() {
553
553
  return {
554
554
  isActiveMenu: false,
555
- favouriteUrl: "/profile/favorites",
556
555
  main: {
557
556
  dev: "https://adtdev.kz",
558
557
  prod: "https://adata.kz",
@@ -66,7 +66,7 @@
66
66
  import { profileDropDown } from "../../configs/profileDropDown";
67
67
  import SlideToggle from "../transitions/SlideToggle";
68
68
  import vClickOutside from "v-click-outside";
69
- import ProfileMenu from "@/components/Header/ProfileMenu";
69
+ import ProfileMenu from "./ProfileMenu";
70
70
 
71
71
  export default {
72
72
  directives: {
@@ -1,8 +1,6 @@
1
1
  <template>
2
2
  <div class="profile-menu">
3
3
  <div class="profile-menu__header">
4
-
5
-
6
4
  <div class="tariff">
7
5
  <div class="tariff__label">
8
6
  Тариф
@@ -57,7 +55,7 @@
57
55
  </div>
58
56
  <div class="profile-link__text">Профиль Работа</div>
59
57
  </a>
60
- <a href="https://adata.kz/favourites" class="profile-link">
58
+ <a href="https://adata.kz/favourites" class="profile-link" target="_blank">
61
59
  <div class="profile-link__icon">
62
60
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
63
61
  <path d="M5 2H19C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V22.143C20.0001 22.2324 19.9763 22.3202 19.9309 22.3973C19.8855 22.4743 19.8204 22.5378 19.7421 22.5811C19.6639 22.6244 19.5755 22.6459 19.4861 22.6434C19.3968 22.641 19.3097 22.6146 19.234 22.567L12 18.03L4.766 22.566C4.69037 22.6135 4.60339 22.6399 4.5141 22.6424C4.42482 22.6449 4.33649 22.6235 4.2583 22.5803C4.1801 22.5371 4.11491 22.4738 4.06948 22.3969C4.02406 22.32 4.00007 22.2323 4 22.143V3C4 2.73478 4.10536 2.48043 4.29289 2.29289C4.48043 2.10536 4.73478 2 5 2ZM18 4H6V19.432L12 15.671L18 19.432V4Z" fill="#2C3E50"/>
@@ -45,9 +45,9 @@ export const profileDropDown = [
45
45
  {
46
46
  id: 8,
47
47
  name: "Избранные",
48
- dev: "https://pk.adtdev.kz/profile/favorites",
49
- staging: "https://pk.adada.kz/profile/favorites",
50
- prod: "https://pk.adata.kz/profile/favorites"
48
+ dev: "https://adtdev.kz/favourites",
49
+ staging: "https://adada.kz/favourites",
50
+ prod: "https://adata.kz/favourites"
51
51
  },
52
52
  {
53
53
  id: 9,