WIP on loan order

This commit is contained in:
2023-11-26 17:36:17 +05:00
parent 392136dc9b
commit 11ad96e5d8
13 changed files with 306 additions and 293 deletions

157
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e54517769c07296164429fd898ff3555",
"content-hash": "f339ec5654f56037abedbd8f4046b180",
"packages": [
{
"name": "brick/math",
@@ -1501,6 +1501,52 @@
],
"time": "2023-10-27T10:59:02+00:00"
},
{
"name": "konsulting/nova-target",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/konsulting/nova-target.git",
"reference": "b9922ecbc94ea68a574d8386f7e1e612d2732418"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/konsulting/nova-target/zipball/b9922ecbc94ea68a574d8386f7e1e612d2732418",
"reference": "b9922ecbc94ea68a574d8386f7e1e612d2732418",
"shasum": ""
},
"require": {
"laravel/nova": "^4.26",
"php": "^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Konsulting\\NovaTarget\\FieldServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Konsulting\\NovaTarget\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Target elements to hide or adjust classes in Laravel Nova resources",
"keywords": [
"laravel",
"nova"
],
"support": {
"issues": "https://github.com/konsulting/nova-target/issues",
"source": "https://github.com/konsulting/nova-target/tree/1.0.1"
},
"time": "2023-07-04T11:06:03+00:00"
},
{
"name": "laravel/framework",
"version": "v10.33.0",
@@ -3216,6 +3262,61 @@
],
"time": "2023-11-22T15:34:18+00:00"
},
{
"name": "outl1ne/nova-grid",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/outl1ne/nova-grid.git",
"reference": "050866c64cdceadf968250e3edae17d94654d3a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/outl1ne/nova-grid/zipball/050866c64cdceadf968250e3edae17d94654d3a3",
"reference": "050866c64cdceadf968250e3edae17d94654d3a3",
"shasum": ""
},
"require": {
"laravel/nova": "^4.26.5",
"php": ">=8.0"
},
"default-branch": true,
"type": "library",
"extra": {
"laravel": {
"providers": [
"Outl1ne\\NovaGrid\\ToolServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Outl1ne\\NovaGrid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tarvo Reinpalu",
"email": "tarvo@outl1ne.com"
}
],
"description": "A Laravel Nova tool that allows placing fields in a grid using ->size() helpers.",
"keywords": [
"grid",
"laravel",
"layout",
"nova"
],
"support": {
"issues": "https://github.com/outl1ne/nova-grid/issues",
"source": "https://github.com/outl1ne/nova-grid/tree/main"
},
"time": "2023-08-01T10:22:09+00:00"
},
{
"name": "outl1ne/nova-translatable",
"version": "2.2.0",
@@ -7071,57 +7172,6 @@
],
"time": "2022-03-08T17:03:00+00:00"
},
{
"name": "wdelfuego/nova-wizard",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/wdelfuego/nova-wizard.git",
"reference": "4e8879415a417f10554a69e3214acd2fb8599c1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wdelfuego/nova-wizard/zipball/4e8879415a417f10554a69e3214acd2fb8599c1f",
"reference": "4e8879415a417f10554a69e3214acd2fb8599c1f",
"shasum": ""
},
"require": {
"laravel/nova": "^4.0",
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Wdelfuego\\NovaWizard\\ToolServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Wdelfuego\\NovaWizard\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPL-3.0-or-later",
"proprietary"
],
"description": "A tool to create wizards in Nova 4.",
"keywords": [
"form",
"laravel",
"multi step",
"multistep",
"nova",
"wizard"
],
"support": {
"issues": "https://github.com/wdelfuego/nova-wizard/issues",
"source": "https://github.com/wdelfuego/nova-wizard/tree/v1.0.1"
},
"time": "2023-10-17T13:18:08+00:00"
},
{
"name": "webmozart/assert",
"version": "1.11.0",
@@ -9624,7 +9674,8 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"eolica/nova-locale-switcher": 20
"eolica/nova-locale-switcher": 20,
"outl1ne/nova-grid": 20
},
"prefer-stable": true,
"prefer-lowest": false,