adata-ui 0.3.96 → 0.3.98

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.96",
3
+ "version": "0.3.98",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -18,7 +18,7 @@ export default {
18
18
  data() {
19
19
  return {
20
20
  open: false,
21
- isDesktop: window.innerWidth >= 1180
21
+ isDesktop: true
22
22
  }
23
23
  },
24
24
  computed: {
@@ -5,6 +5,15 @@ import FooterAccordion from "@/components/newComponents/FooterRedesign/FooterAcc
5
5
  export default {
6
6
  name: "FooterRedesign",
7
7
  components: {FooterAccordion},
8
+ props: {
9
+ mode: {
10
+ type: String,
11
+ required: true,
12
+ validator: function (value) {
13
+ return ["prod", "dev", "staging"].indexOf(value) !== -1;
14
+ },
15
+ }
16
+ },
8
17
  data() {
9
18
  return {
10
19
  main: {