Skip to content

Commit 5195a4b

Browse files
sync changes of laravel/telescope
1 parent d19c6f3 commit 5195a4b

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

public/app.js

+20-20
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
196196
components: {
197197
TheMask: vue_the_mask__WEBPACK_IMPORTED_MODULE_2__.TheMask
198198
},
199-
/**
200-
* The component's data.
199+
/**
200+
* The component's data.
201201
*/
202202
data: function data() {
203203
return {
@@ -223,8 +223,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
223223
updateEntriesTimer: 2500
224224
};
225225
},
226-
/**
227-
* Prepare the component.
226+
/**
227+
* Prepare the component.
228228
*/
229229
mounted: function mounted() {
230230
var _this = this;
@@ -240,8 +240,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
240240
this.updateTimeAgo();
241241
this.focusOnSearch();
242242
},
243-
/**
244-
* Clean after the component is destroyed.
243+
/**
244+
* Clean after the component is destroyed.
245245
*/
246246
destroyed: function destroyed() {
247247
clearTimeout(this.newEntriesTimeout);
@@ -289,8 +289,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
289289
}
290290
});
291291
},
292-
/**
293-
* Keep checking if there are new entries.
292+
/**
293+
* Keep checking if there are new entries.
294294
*/
295295
checkForNewEntries: function checkForNewEntries() {
296296
var _this4 = this;
@@ -313,8 +313,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
313313
});
314314
}, this.newEntriesTimer);
315315
},
316-
/**
317-
* Update the timeago of each entry.
316+
/**
317+
* Update the timeago of each entry.
318318
*/
319319
updateTimeAgo: function updateTimeAgo() {
320320
var _this5 = this;
@@ -325,8 +325,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
325325
_this5.updateTimeAgo();
326326
}, 60000);
327327
},
328-
/**
329-
* Search the entries of this type.
328+
/**
329+
* Search the entries of this type.
330330
*/
331331
search: function search() {
332332
var _this6 = this;
@@ -344,8 +344,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
344344
});
345345
});
346346
},
347-
/**
348-
* Load more entries.
347+
/**
348+
* Load more entries.
349349
*/
350350
loadOlderEntries: function loadOlderEntries() {
351351
var _this7 = this;
@@ -356,8 +356,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
356356
_this7.loadingMoreEntries = false;
357357
});
358358
},
359-
/**
360-
* Load new entries.
359+
/**
360+
* Load new entries.
361361
*/
362362
loadNewEntries: function loadNewEntries() {
363363
var _this8 = this;
@@ -372,8 +372,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
372372
_this8.checkForNewEntries();
373373
});
374374
},
375-
/**
376-
* Update the existing entries if needed.
375+
/**
376+
* Update the existing entries if needed.
377377
*/
378378
updateEntries: function updateEntries() {
379379
var _this9 = this;
@@ -398,8 +398,8 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
398398
_this9.updateEntries();
399399
}, this.updateEntriesTimer);
400400
},
401-
/**
402-
* Focus on the search input when "/" key is hit.
401+
/**
402+
* Focus on the search input when "/" key is hit.
403403
*/
404404
focusOnSearch: function focusOnSearch() {
405405
document.onkeyup = function (event) {

public/mix-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/app.js": "/app.js?id=6dbef8dbcb4fb972e69ade267cfca5ac",
2+
"/app.js": "/app.js?id=9794da4b6b13c837371af6aa47ed3317",
33
"/app-dark.css": "/app-dark.css?id=c1f5b6b87aaa91fc72feb11f498bfffb",
44
"/app.css": "/app.css?id=986cbf997104f7a334c3cdc2151aa674"
55
}

0 commit comments

Comments
 (0)