@processmaker/screen-builder 2.73.0 → 2.74.0

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": "@processmaker/screen-builder",
3
- "version": "2.73.0",
3
+ "version": "2.74.0",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -39,7 +39,7 @@
39
39
  "@cypress/code-coverage": "^3.8.1",
40
40
  "@fortawesome/fontawesome-free": "^5.6.1",
41
41
  "@panter/vue-i18next": "^0.15.2",
42
- "@processmaker/vue-form-elements": "0.48.0",
42
+ "@processmaker/vue-form-elements": "0.49.0",
43
43
  "@processmaker/vue-multiselect": "^2.2.0",
44
44
  "@vue/cli-plugin-babel": "^3.6.0",
45
45
  "@vue/cli-plugin-e2e-cypress": "^4.0.3",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "peerDependencies": {
90
90
  "@panter/vue-i18next": "^0.15.0",
91
- "@processmaker/vue-form-elements": "0.48.0",
91
+ "@processmaker/vue-form-elements": "0.49.0",
92
92
  "i18next": "^15.0.8",
93
93
  "vue": "^2.6.12",
94
94
  "vuex": "^3.1.1"
package/src/.DS_Store CHANGED
Binary file
package/src/App.vue CHANGED
@@ -27,6 +27,8 @@
27
27
  :variant="deviceScreen === 'desktop' ? 'secondary' : 'outline-secondary'"
28
28
  data-cy="device-screen-desktop-button"
29
29
  @click="changeDeviceScreen('desktop')"
30
+ v-b-tooltip.hover
31
+ :title="$t('Desktop')"
30
32
  >
31
33
  <i class="fas fa-desktop" />
32
34
  </b-button>
@@ -34,6 +36,8 @@
34
36
  :variant="deviceScreen === 'mobile' ? 'secondary' : 'outline-secondary'"
35
37
  data-cy="device-screen-mobile-button"
36
38
  @click="changeDeviceScreen('mobile')"
39
+ v-b-tooltip.hover
40
+ :title="$t('Mobile')"
37
41
  >
38
42
  <i class="fas fa-mobile" />
39
43
  </b-button>
@@ -16,7 +16,7 @@ export default {
16
16
  }
17
17
  return visibleInDevice;
18
18
  } catch (e) {
19
- return true;
19
+ return visibleInDevice;
20
20
  }
21
21
  }
22
22
  }
package/dist/.DS_Store DELETED
Binary file