Skip to content

Commit f9bb364

Browse files
committed
5.7.4
1 parent 5965635 commit f9bb364

28 files changed

+528
-288
lines changed

bun.lockb

9.38 KB
Binary file not shown.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@
173173
},
174174
"minimum-stability": "dev",
175175
"prefer-stable": true,
176-
"version": "5.7.3"
176+
"version": "5.7.4"
177177
}

package-lock.json

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

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"test": "./node_modules/.bin/jest"
1313
},
1414
"devDependencies": {
15-
"@babel/preset-env": "^7.27.2",
15+
"@babel/preset-env": "^7.28.0",
1616
"@tailwindcss/container-queries": "^0.1.1",
1717
"@tailwindcss/typography": "^0.5.16",
18-
"@types/lodash": "^4.17.17",
18+
"@types/lodash": "^4.17.20",
1919
"@vue/babel-plugin-jsx": "^1.4.0",
2020
"@vue/babel-preset-jsx": "^1.4.0",
21-
"@vue/compiler-sfc": "^3.5.16",
21+
"@vue/compiler-sfc": "^3.5.17",
2222
"@vue/test-utils": "^2.4.6",
2323
"@vue/vue3-jest": "^27.0.0",
2424
"babel-jest": "^27.5.1",
@@ -38,18 +38,17 @@
3838
"vue-loader": "^17.4.2"
3939
},
4040
"dependencies": {
41-
"@floating-ui/vue": "^1.1.6",
41+
"@floating-ui/vue": "^1.1.7",
4242
"@headlessui/vue": "^1.7.23",
4343
"@heroicons/vue": "^2.2.0",
44-
"@inertiajs/vue3": "^2.0.12",
44+
"@inertiajs/vue3": "^2.0.14",
4545
"@popperjs/core": "^2.11.8",
46-
"@vue/compat": "^3.5.16",
46+
"@vue/compat": "^3.5.17",
4747
"@vueuse/core": "^10.11.1",
4848
"@vueuse/integrations": "^10.11.1",
4949
"autosize": "^4.0.4",
5050
"axios": "^1.10.0",
51-
"caniuse-lite": "^1.0.30001723",
52-
"chartist": "^1.3.1",
51+
"chartist": "^1.4.0",
5352
"chartist-plugin-tooltips-updated": "^1.0.0",
5453
"codemirror": "^5.65.19",
5554
"colortranslator": "^1.10.2",
@@ -70,7 +69,7 @@
7069
"toastedjs": "0.0.2",
7170
"trix": "^2.1.15",
7271
"uid": "^2.0.2",
73-
"vue": "^3.5.16",
72+
"vue": "^3.5.17",
7473
"vuex": "^4.1.0"
7574
}
7675
}

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/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=0c66c3289d55b3384fa12cd8358e71b2",
2+
"/app.js": "/app.js?id=87d239958ba92b0e4bdae486a472e3bb",
33
"/ui.js": "/ui.js?id=b8df0ca1161b86cfb1aca2b3b642e584",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
55
"/app.css": "/app.css?id=4ac240e9b4c482451bf95d4161751414",
6-
"/vendor.js": "/vendor.js?id=cae1fcca4dae845df272bde81f9feeb8",
6+
"/vendor.js": "/vendor.js?id=553165b79452345e0b3e02a6c209ba6a",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/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.LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,13 +496,13 @@
496496
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
497497

498498
/**
499-
* @vue/runtime-dom v3.5.16
499+
* @vue/runtime-dom v3.5.17
500500
* (c) 2018-present Yuxi (Evan) You and Vue contributors
501501
* @license MIT
502502
**/
503503

504504
/**
505-
* @vue/shared v3.5.16
505+
* @vue/shared v3.5.17
506506
* (c) 2018-present Yuxi (Evan) You and Vue contributors
507507
* @license MIT
508508
**/

resources/js/fields/Form/SlugField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@keydown.enter="handleChangeOnPressingEnterEvent"
1717
@keydown="handleChangeOnKeyPressEvent"
1818
:id="field.uniqueKey"
19-
:disabled="isImmutable"
19+
:disabled="isReadonly"
2020
:readonly="isImmutable"
2121
class="w-full form-control form-input form-control-bordered"
2222
:dusk="field.attribute"

resources/js/views/Index.vue

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@
3333
</Heading>
3434

3535
<template v-if="!shouldBeCollapsed">
36-
<div class="flex gap-2 mb-6">
36+
<div
37+
class="flex gap-2"
38+
:class="{
39+
'mb-6': hasResourceSearch || hasResourceActionControls,
40+
}"
41+
>
3742
<IndexSearchInput
38-
v-if="resourceInformation && resourceInformation.searchable"
39-
:searchable="resourceInformation && resourceInformation.searchable"
43+
v-if="hasResourceSearch"
44+
:searchable="hasResourceSearch"
4045
v-model="search"
4146
/>
4247

4348
<div
44-
v-if="
45-
availableStandaloneActions.length > 0 ||
46-
authorizedToCreate ||
47-
authorizedToRelate
48-
"
49+
v-if="hasResourceActionControls"
4950
class="inline-flex items-center gap-2 ml-auto"
5051
>
5152
<!-- Action Dropdown -->
@@ -620,6 +621,20 @@ export default {
620621
}
621622
}
622623
},
624+
625+
hasResourceSearch() {
626+
return Boolean(
627+
this.resourceInformation && this.resourceInformation.searchable
628+
)
629+
},
630+
631+
hasResourceActionControls() {
632+
return Boolean(
633+
this.availableStandaloneActions.length > 0 ||
634+
(this.relationshipType === '' && this.authorizedToCreate) ||
635+
(this.relationshipType !== '' && this.authorizedToRelate)
636+
)
637+
},
623638
},
624639
}
625640
</script>

0 commit comments

Comments
 (0)