adata-ui 0.3.31 → 0.3.34

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.31",
3
+ "version": "0.3.34",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/src/App.vue CHANGED
@@ -1,25 +1,25 @@
1
1
  <template>
2
2
  <div id="app">
3
3
 
4
- <!-- <a-header active-tab-key="" login-url="" mode=""></a-header>-->
5
- <a-service-slider
6
- module="tenders"
7
- mode="dev"
8
- open-service
9
- />
10
- <a-bottom-navigation-bar
11
- login-url="https://google.com" mode="prod" module="tenders"/>
4
+ <a-header active-tab-key="" login-url="" mode=""></a-header>
5
+ <!-- <a-service-slider-->
6
+ <!-- module="tenders"-->
7
+ <!-- mode="dev"-->
8
+ <!-- open-service-->
9
+ <!-- />-->
10
+ <!-- <a-bottom-navigation-bar-->
11
+ <!-- login-url="https://google.com" mode="prod" module="tenders"/>-->
12
12
  </div>
13
13
  </template>
14
14
 
15
15
  <script>
16
16
 
17
- import ABottomNavigationBar from "@/components/BottomNavigationBar/ABottomNavigationBar";
18
- import AServiceSlider from "@/components/ServiceSlider/AServiceSlider";
17
+ // import ABottomNavigationBar from "@/components/BottomNavigationBar/ABottomNavigationBar";
18
+ // import AServiceSlider from "@/components/ServiceSlider/AServiceSlider";
19
19
 
20
20
  export default {
21
21
  name: "App",
22
- components: {AServiceSlider, ABottomNavigationBar},
22
+ // components: {AServiceSlider, ABottomNavigationBar},
23
23
  };
24
24
  </script>
25
25
 
@@ -115,7 +115,7 @@ a {
115
115
  @media(max-width: 1025px) {
116
116
  background: #F6F6F7;
117
117
  &.paddinged {
118
- padding-bottom: 60px;
118
+ padding-bottom: 64px;
119
119
  }
120
120
  }
121
121
 
@@ -414,8 +414,8 @@
414
414
  <span>{{ currency.currency }}</span>
415
415
  </div>
416
416
  <div class="menu-wrapper__bottom-column">
417
- <span>{{ currency.buy }}</span>
418
- <svg v-if="currency.buy_state === 'DOWN'" width="16" height="17" viewBox="0 0 16 17" fill="none"
417
+ <span>{{ currency.sell }}</span>
418
+ <svg v-if="currency.sell_state === 'DOWN'" width="16" height="17" viewBox="0 0 16 17" fill="none"
419
419
  xmlns="http://www.w3.org/2000/svg">
420
420
  <path d="M8 12.5249L12.3301 4.52507H3.66987L8 12.5249Z" fill="#FF2E43"/>
421
421
  </svg>
@@ -425,8 +425,8 @@
425
425
  </svg>
426
426
  </div>
427
427
  <div class="menu-wrapper__bottom-column">
428
- <span>{{ currency.sell }}</span>
429
- <svg v-if="currency.sell_state === 'DOWN'" width="16" height="17" viewBox="0 0 16 17" fill="none"
428
+ <span>{{ currency.buy }}</span>
429
+ <svg v-if="currency.buy_state === 'DOWN'" width="16" height="17" viewBox="0 0 16 17" fill="none"
430
430
  xmlns="http://www.w3.org/2000/svg">
431
431
  <path d="M8 12.5249L12.3301 4.52507H3.66987L8 12.5249Z" fill="#FF2E43"/>
432
432
  </svg>
@@ -47,7 +47,7 @@
47
47
  </div>
48
48
  <div class="profile-link__text">Тендеры Шаблоны</div>
49
49
  </a>
50
- <a :href="links.profile[mode]" onclick="`return false`" class="profile-link">
50
+ <a :href="links.work[mode]" onclick="`return false`" class="profile-link">
51
51
  <div class="profile-link__icon">
52
52
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
53
53
  <path d="M7 5V2C7 1.73478 7.10536 1.48043 7.29289 1.29289C7.48043 1.10536 7.73478 1 8 1H16C16.2652 1 16.5196 1.10536 16.7071 1.29289C16.8946 1.48043 17 1.73478 17 2V5H21C21.2652 5 21.5196 5.10536 21.7071 5.29289C21.8946 5.48043 22 5.73478 22 6V20C22 20.2652 21.8946 20.5196 21.7071 20.7071C21.5196 20.8946 21.2652 21 21 21H3C2.73478 21 2.48043 20.8946 2.29289 20.7071C2.10536 20.5196 2 20.2652 2 20V6C2 5.73478 2.10536 5.48043 2.29289 5.29289C2.48043 5.10536 2.73478 5 3 5H7ZM20 13H4V19H20V13ZM20 7H4V11H7V9H9V11H15V9H17V11H20V7ZM9 3V5H15V3H9Z" fill="#2C3E50"/>