@worksafevictoria/wcl7.5 1.9.0-beta.3 → 1.9.0-beta.4

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.9.0-beta.3",
3
+ "version": "1.9.0-beta.4",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -12,6 +12,8 @@
12
12
  >
13
13
  <b-form-input
14
14
  id="site-search"
15
+ autofocus
16
+ ref="siteSearch"
15
17
  v-model="searchQuery"
16
18
  name="search"
17
19
  aria-label="searchbar"
@@ -59,6 +61,7 @@ import { BButton, BInputGroup, BFormInput } from "bootstrap-vue-next";
59
61
 
60
62
  export default {
61
63
  components: { SearchListing, BButton, BInputGroup, BFormInput },
64
+
62
65
  props: {
63
66
  pageLimit: {
64
67
  type: Number,
@@ -106,6 +109,7 @@ export default {
106
109
  },
107
110
  },
108
111
  mounted() {
112
+
109
113
  if (this.searchType === "google") {
110
114
  this.setupGoogleStyle();
111
115
  } else {