From 5195a4b1db56f065d7e6196aac4983d938fcd1ef Mon Sep 17 00:00:00 2001 From: Shrikha Khalasi Date: Wed, 18 Sep 2024 17:50:53 +0530 Subject: [PATCH] sync changes of laravel/telescope --- public/app.js | 40 ++++++++++++++++++++-------------------- public/mix-manifest.json | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/public/app.js b/public/app.js index 4e1fe8579..ff54c5e30 100755 --- a/public/app.js +++ b/public/app.js @@ -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 { @@ -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; @@ -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); @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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) { diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 658abd8a7..27ac5a53d 100755 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -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" }