Skip to content

Commit 312c554

Browse files
committed
4.35.2
4.35.2
1 parent 56170f6 commit 312c554

22 files changed

+263
-210
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@
123123
],
124124
"minimum-stability": "dev",
125125
"prefer-stable": true,
126-
"version": "4.35.1"
126+
"version": "4.35.2"
127127
}

package-lock.json

Lines changed: 103 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"/app.js": "/app.js?id=cebb4bda07b74abc7fb451791d0cc4a1",
2+
"/app.js": "/app.js?id=1d874d5c3d9820141f9066239a733a40",
33
"/manifest.js": "/manifest.js?id=61f2d62cc41feccba141cbb9c3075397",
4-
"/app.css": "/app.css?id=02ef6075442a7edd474ef9e675829356",
5-
"/vendor.js": "/vendor.js?id=704698a6c2a7ccceb312b9fb9fd95ab6",
4+
"/app.css": "/app.css?id=9b1252527557e1ad56a5399f3afae262",
5+
"/vendor.js": "/vendor.js?id=f0fcc0009a11b23cfd75d04cea46c932",
66
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/mixins/IndexConcerns.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,19 @@ export default {
210210
this.getActions()
211211
},
212212

213+
/**
214+
* Deselect all selections
215+
*/
216+
deselectAllResources(e) {
217+
if (e) {
218+
e.preventDefault()
219+
}
220+
221+
this.clearResourceSelections()
222+
223+
this.getActions()
224+
},
225+
213226
/*
214227
* Update the resource selection status
215228
*/
@@ -227,7 +240,7 @@ export default {
227240
},
228241

229242
/**
230-
* Clear the selected resouces and the "select all" states.
243+
* Clear the selected resources and the "select all" states.
231244
*/
232245
clearResourceSelections() {
233246
this.selectAllMatchingResources = false

0 commit comments

Comments
 (0)