adata-ui 0.3.92 → 0.3.93

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.92",
3
+ "version": "0.3.93",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <header :class="{ sticky: isSticky }">
3
- <div class="version">
3
+ <div v-if="extraContent" class="version">
4
4
  <a :href="newVersion[mode]" target='_blank'>Перейти на новую версию сайта</a>
5
5
  </div>
6
6
  <InfoHeader
@@ -455,6 +455,10 @@ export default {
455
455
  return ["prod", "dev", "staging"].indexOf(value) !== -1;
456
456
  },
457
457
  },
458
+ extraContent: {
459
+ type: Boolean,
460
+ default: false
461
+ },
458
462
  noAuth: {
459
463
  type: Boolean,
460
464
  default: false