add the dialoog

This commit is contained in:
2024-01-27 02:00:10 +05:00
parent 005a906776
commit db04811bd8
8 changed files with 203 additions and 22 deletions

64
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": "cdb8f20f3ecd16dafbe41378d54503ee",
"content-hash": "080f37bf6161786b9084d839177d7e34",
"packages": [
{
"name": "brick/math",
@@ -2854,16 +2854,16 @@
},
{
"name": "league/flysystem",
"version": "3.23.0",
"version": "3.23.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc"
"reference": "199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
"reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e",
"reference": "199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e",
"shasum": ""
},
"require": {
@@ -2928,7 +2928,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.23.0"
"source": "https://github.com/thephpleague/flysystem/tree/3.23.1"
},
"funding": [
{
@@ -2940,20 +2940,20 @@
"type": "github"
}
],
"time": "2023-12-04T10:16:17+00:00"
"time": "2024-01-26T18:42:03+00:00"
},
{
"name": "league/flysystem-local",
"version": "3.23.0",
"version": "3.23.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "5cf046ba5f059460e86a997c504dd781a39a109b"
"reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/5cf046ba5f059460e86a997c504dd781a39a109b",
"reference": "5cf046ba5f059460e86a997c504dd781a39a109b",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/b884d2bf9b53bb4804a56d2df4902bb51e253f00",
"reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00",
"shasum": ""
},
"require": {
@@ -2988,7 +2988,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-local/issues",
"source": "https://github.com/thephpleague/flysystem-local/tree/3.23.0"
"source": "https://github.com/thephpleague/flysystem-local/tree/3.23.1"
},
"funding": [
{
@@ -3000,7 +3000,7 @@
"type": "github"
}
],
"time": "2023-12-04T10:14:46+00:00"
"time": "2024-01-26T18:25:23+00:00"
},
{
"name": "league/mime-type-detection",
@@ -3758,6 +3758,42 @@
],
"time": "2023-02-08T01:06:31+00:00"
},
{
"name": "nurmuhammet/nova-custom-html",
"version": "dev-main",
"dist": {
"type": "path",
"url": "/Users/nurmuhammetallanov/code/package-development/laravel/nova/custom-html",
"reference": "d48cce3deb162a0ef18f279dd92083c8588e74e1"
},
"require": {
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Nurmuhammet\\NovaCustomHtml\\FieldServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Nurmuhammet\\NovaCustomHtml\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A Laravel Nova field.",
"keywords": [
"laravel",
"nova"
],
"transport-options": {
"relative": false
}
},
{
"name": "nurmuhammet/nova-inputmask",
"version": "1.2.20",
@@ -12186,7 +12222,7 @@
}
],
"aliases": [],
"minimum-stability": "beta",
"minimum-stability": "dev",
"stability-flags": {
"eolica/nova-locale-switcher": 20,
"outl1ne/nova-grid": 20,