Skip to content

Commit

Permalink
sync changes of laravel/telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
shrikhakhalasi-easternts committed Sep 18, 2024
1 parent d19c6f3 commit 5195a4b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
components: {
TheMask: vue_the_mask__WEBPACK_IMPORTED_MODULE_2__.TheMask
},
/**
* The component's data.
/**
* The component's data.
*/
data: function data() {
return {
Expand All @@ -223,8 +223,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
updateEntriesTimer: 2500
};
},
/**
* Prepare the component.
/**
* Prepare the component.
*/
mounted: function mounted() {
var _this = this;
Expand All @@ -240,8 +240,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
this.updateTimeAgo();
this.focusOnSearch();
},
/**
* Clean after the component is destroyed.
/**
* Clean after the component is destroyed.
*/
destroyed: function destroyed() {
clearTimeout(this.newEntriesTimeout);
Expand Down Expand Up @@ -289,8 +289,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
}
});
},
/**
* Keep checking if there are new entries.
/**
* Keep checking if there are new entries.
*/
checkForNewEntries: function checkForNewEntries() {
var _this4 = this;
Expand All @@ -313,8 +313,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
});
}, this.newEntriesTimer);
},
/**
* Update the timeago of each entry.
/**
* Update the timeago of each entry.
*/
updateTimeAgo: function updateTimeAgo() {
var _this5 = this;
Expand All @@ -325,8 +325,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
_this5.updateTimeAgo();
}, 60000);
},
/**
* Search the entries of this type.
/**
* Search the entries of this type.
*/
search: function search() {
var _this6 = this;
Expand All @@ -344,8 +344,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
});
});
},
/**
* Load more entries.
/**
* Load more entries.
*/
loadOlderEntries: function loadOlderEntries() {
var _this7 = this;
Expand All @@ -356,8 +356,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
_this7.loadingMoreEntries = false;
});
},
/**
* Load new entries.
/**
* Load new entries.
*/
loadNewEntries: function loadNewEntries() {
var _this8 = this;
Expand All @@ -372,8 +372,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
_this8.checkForNewEntries();
});
},
/**
* Update the existing entries if needed.
/**
* Update the existing entries if needed.
*/
updateEntries: function updateEntries() {
var _this9 = this;
Expand All @@ -398,8 +398,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
_this9.updateEntries();
}, this.updateEntriesTimer);
},
/**
* Focus on the search input when "/" key is hit.
/**
* Focus on the search input when "/" key is hit.
*/
focusOnSearch: function focusOnSearch() {
document.onkeyup = function (event) {
Expand Down
2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=6dbef8dbcb4fb972e69ade267cfca5ac",
"/app.js": "/app.js?id=9794da4b6b13c837371af6aa47ed3317",
"/app-dark.css": "/app-dark.css?id=c1f5b6b87aaa91fc72feb11f498bfffb",
"/app.css": "/app.css?id=986cbf997104f7a334c3cdc2151aa674"
}

0 comments on commit 5195a4b

Please sign in to comment.