Introduce filament

This commit is contained in:
xiaomlove
2022-06-27 01:39:01 +08:00
parent aae45835ee
commit 1aca20070d
92 changed files with 3535 additions and 83 deletions
Generated
+824 -1
View File
@@ -4,8 +4,82 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3387b3f52798b9a38c8eb3c895498916",
"content-hash": "3f8e2bfc2d866abff6ef37466f43be7c",
"packages": [
{
"name": "akaunting/laravel-money",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/akaunting/laravel-money.git",
"reference": "22336631239eb008e26d322faa208cbc50757a38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/akaunting/laravel-money/zipball/22336631239eb008e26d322faa208cbc50757a38",
"reference": "22336631239eb008e26d322faa208cbc50757a38",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/contracts": "^8.67|^9.0",
"illuminate/support": "^8.67|^9.0",
"illuminate/view": "^8.67|^9.0",
"php": "^8.0",
"vlucas/phpdotenv": "^5.4.1"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.4",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.23"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Money\\Provider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Akaunting\\Money\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Currency formatting and conversion package for Laravel",
"keywords": [
"convert",
"currency",
"format",
"laravel",
"money"
],
"support": {
"issues": "https://github.com/akaunting/laravel-money/issues",
"source": "https://github.com/akaunting/laravel-money/tree/3.0.1"
},
"time": "2022-05-11T06:34:38+00:00"
},
{
"name": "asm89/stack-cors",
"version": "v2.1.1",
@@ -68,6 +142,168 @@
},
"time": "2022-01-18T09:12:03+00:00"
},
{
"name": "blade-ui-kit/blade-heroicons",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/blade-ui-kit/blade-heroicons.git",
"reference": "a2749abc7b8eb6149ff643ffa99a3d33a2de7961"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/blade-ui-kit/blade-heroicons/zipball/a2749abc7b8eb6149ff643ffa99a3d33a2de7961",
"reference": "a2749abc7b8eb6149ff643ffa99a3d33a2de7961",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"blade-ui-kit/blade-icons": "^1.1",
"illuminate/support": "^8.0|^9.0",
"php": "^7.4|^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"BladeUI\\Heroicons\\BladeHeroiconsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"BladeUI\\Heroicons\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dries Vints",
"homepage": "https://driesvints.com"
}
],
"description": "A package to easily make use of Heroicons in your Laravel Blade views.",
"homepage": "https://github.com/blade-ui-kit/blade-heroicons",
"keywords": [
"Heroicons",
"blade",
"laravel"
],
"support": {
"issues": "https://github.com/blade-ui-kit/blade-heroicons/issues",
"source": "https://github.com/blade-ui-kit/blade-heroicons/tree/1.3.1"
},
"funding": [
{
"url": "https://github.com/caneco",
"type": "github"
},
{
"url": "https://github.com/driesvints",
"type": "github"
}
],
"time": "2022-03-02T11:50:13+00:00"
},
{
"name": "blade-ui-kit/blade-icons",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/blade-ui-kit/blade-icons.git",
"reference": "012496d145bf4ea7fffd0beed9b9acbf434cc7c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/blade-ui-kit/blade-icons/zipball/012496d145bf4ea7fffd0beed9b9acbf434cc7c8",
"reference": "012496d145bf4ea7fffd0beed9b9acbf434cc7c8",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/contracts": "^8.0|^9.0",
"illuminate/filesystem": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/view": "^8.0|^9.0",
"php": "^7.4|^8.0",
"symfony/console": "^5.3|^6.0",
"symfony/finder": "^5.3|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
},
"bin": [
"bin/blade-icons-generate"
],
"type": "library",
"extra": {
"laravel": {
"providers": [
"BladeUI\\Icons\\BladeIconsServiceProvider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"BladeUI\\Icons\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dries Vints",
"homepage": "https://driesvints.com"
}
],
"description": "A package to easily make use of icons in your Laravel Blade views.",
"homepage": "https://github.com/blade-ui-kit/blade-icons",
"keywords": [
"blade",
"icons",
"laravel",
"svg"
],
"support": {
"issues": "https://github.com/blade-ui-kit/blade-icons/issues",
"source": "https://github.com/blade-ui-kit/blade-icons"
},
"funding": [
{
"url": "https://github.com/caneco",
"type": "github"
},
{
"url": "https://github.com/driesvints",
"type": "github"
}
],
"time": "2022-02-28T21:03:33+00:00"
},
{
"name": "brick/math",
"version": "0.9.3",
@@ -303,6 +539,123 @@
],
"time": "2022-03-16T11:22:07+00:00"
},
{
"name": "danharrin/date-format-converter",
"version": "v0.2.0",
"source": {
"type": "git",
"url": "https://github.com/danharrin/date-format-converter.git",
"reference": "ee448ab0cbe2ea36edb886a01670fc760e388f19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danharrin/date-format-converter/zipball/ee448ab0cbe2ea36edb886a01670fc760e388f19",
"reference": "ee448ab0cbe2ea36edb886a01670fc760e388f19",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": "^7.2|^8.0"
},
"type": "library",
"autoload": {
"files": [
"src/helpers.php",
"src/standards.php"
],
"psr-4": {
"DanHarrin\\DateFormatConverter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dan Harrin",
"email": "dan@danharrin.com"
}
],
"description": "Convert token-based date formats between standards.",
"homepage": "https://github.com/danharrin/date-format-converter",
"support": {
"issues": "https://github.com/danharrin/date-format-converter/issues",
"source": "https://github.com/danharrin/date-format-converter"
},
"funding": [
{
"url": "https://github.com/danharrin",
"type": "github"
}
],
"time": "2021-02-10T23:58:47+00:00"
},
{
"name": "danharrin/livewire-rate-limiting",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/danharrin/livewire-rate-limiting.git",
"reference": "b99facf5b607fb0cde92a6f254f437295339f7de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/b99facf5b607fb0cde92a6f254f437295339f7de",
"reference": "b99facf5b607fb0cde92a6f254f437295339f7de",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/support": "^8.0|^9.0",
"php": "^8.0"
},
"require-dev": {
"livewire/livewire": "^2.3",
"orchestra/testbench": "^6.2|^7.0",
"phpunit/phpunit": "^9.4",
"symplify/monorepo-builder": "^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"DanHarrin\\LivewireRateLimiting\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dan Harrin",
"email": "dan@danharrin.com"
}
],
"description": "Apply rate limiters to Laravel Livewire actions.",
"homepage": "https://github.com/danharrin/livewire-rate-limiting",
"support": {
"issues": "https://github.com/danharrin/livewire-rate-limiting/issues",
"source": "https://github.com/danharrin/livewire-rate-limiting"
},
"funding": [
{
"url": "https://github.com/danharrin",
"type": "github"
}
],
"time": "2022-01-21T11:26:58+00:00"
},
{
"name": "dflydev/dot-access-data",
"version": "v3.0.1",
@@ -1270,6 +1623,251 @@
},
"time": "2021-11-16T11:51:30+00:00"
},
{
"name": "filament/filament",
"version": "v2.13.10",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/admin.git",
"reference": "443de38677284820b1dc53f309495e75f22bdc01"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/admin/zipball/443de38677284820b1dc53f309495e75f22bdc01",
"reference": "443de38677284820b1dc53f309495e75f22bdc01",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"danharrin/livewire-rate-limiting": "^0.3|^1.0",
"filament/forms": "self.version",
"filament/support": "self.version",
"filament/tables": "self.version",
"illuminate/auth": "^8.6|^9.0",
"illuminate/console": "^8.6|^9.0",
"illuminate/contracts": "^8.6|^9.0",
"illuminate/cookie": "^8.6|^9.0",
"illuminate/database": "^8.6|^9.0",
"illuminate/http": "^8.6|^9.0",
"illuminate/routing": "^8.6|^9.0",
"illuminate/session": "^8.6|^9.0",
"illuminate/support": "^8.6|^9.0",
"illuminate/view": "^8.6|^9.0",
"livewire/livewire": "^2.6",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Filament\\FilamentServiceProvider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Filament\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Effortlessly build TALL-powered admin panels.",
"homepage": "https://github.com/filamentphp/filament",
"support": {
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2022-06-24T10:38:51+00:00"
},
{
"name": "filament/forms",
"version": "v2.13.10",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/forms.git",
"reference": "98ea2eb252dc4174fd8ecd438708ac05229eb2a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/forms/zipball/98ea2eb252dc4174fd8ecd438708ac05229eb2a8",
"reference": "98ea2eb252dc4174fd8ecd438708ac05229eb2a8",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"blade-ui-kit/blade-heroicons": "^1.2",
"danharrin/date-format-converter": "^0.2",
"filament/support": "self.version",
"illuminate/console": "^8.6|^9.0",
"illuminate/contracts": "^8.6|^9.0",
"illuminate/database": "^8.6|^9.0",
"illuminate/filesystem": "^8.6|^9.0",
"illuminate/support": "^8.6|^9.0",
"illuminate/validation": "^8.6|^9.0",
"illuminate/view": "^8.6|^9.0",
"livewire/livewire": "^2.6",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Filament\\Forms\\FormsServiceProvider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Filament\\Forms\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Effortlessly build TALL-powered forms.",
"homepage": "https://github.com/filamentphp/filament",
"support": {
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2022-06-24T10:38:46+00:00"
},
{
"name": "filament/support",
"version": "v2.13.10",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/support.git",
"reference": "0ceb543182469cabae1796b3d680d2c3eb98a8cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/support/zipball/0ceb543182469cabae1796b3d680d2c3eb98a8cf",
"reference": "0ceb543182469cabae1796b3d680d2c3eb98a8cf",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/contracts": "^8.6|^9.0",
"illuminate/support": "^8.6|^9.0",
"illuminate/view": "^8.6|^9.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Filament\\Support\\SupportServiceProvider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Filament\\Support\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Associated helper methods and foundation code for Filament packages.",
"homepage": "https://github.com/filamentphp/filament",
"support": {
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2022-06-24T10:38:48+00:00"
},
{
"name": "filament/tables",
"version": "v2.13.10",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/tables.git",
"reference": "f6284bdaff160f577d081084675af62bc79cb348"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/tables/zipball/f6284bdaff160f577d081084675af62bc79cb348",
"reference": "f6284bdaff160f577d081084675af62bc79cb348",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"akaunting/laravel-money": "^1.2|^2.0|^3.0",
"blade-ui-kit/blade-heroicons": "^1.2",
"filament/forms": "self.version",
"filament/support": "self.version",
"illuminate/console": "^8.6|^9.0",
"illuminate/contracts": "^8.6|^9.0",
"illuminate/database": "^8.6|^9.0",
"illuminate/filesystem": "^8.6|^9.0",
"illuminate/support": "^8.6|^9.0",
"illuminate/view": "^8.6|^9.0",
"livewire/livewire": "^2.6",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Filament\\Tables\\TablesServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Filament\\Tables\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Effortlessly build TALL-powered tables.",
"homepage": "https://github.com/filamentphp/filament",
"support": {
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2022-06-24T10:38:39+00:00"
},
{
"name": "firebase/php-jwt",
"version": "v5.5.1",
@@ -1333,6 +1931,86 @@
},
"time": "2021-11-08T20:18:51+00:00"
},
{
"name": "flowframe/laravel-trend",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/Flowframe/laravel-trend.git",
"reference": "10f80dad8225caca58d286b580ebd27c2a0bf3fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Flowframe/laravel-trend/zipball/10f80dad8225caca58d286b580ebd27c2a0bf3fa",
"reference": "10f80dad8225caca58d286b580ebd27c2a0bf3fa",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/contracts": "^8.37|^9",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
"nunomaduro/collision": "^5.3|^6.1",
"orchestra/testbench": "^6.15|^7.0",
"pestphp/pest": "^1.18",
"pestphp/pest-plugin-laravel": "^1.1",
"spatie/laravel-ray": "^1.23",
"vimeo/psalm": "^4.8"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Flowframe\\Trend\\TrendServiceProvider"
],
"aliases": {
"Trend": "Flowframe\\Trend\\TrendFacade"
}
}
},
"autoload": {
"psr-4": {
"Flowframe\\Trend\\": "src",
"Flowframe\\Trend\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Klopstra",
"email": "lars@flowframe.nl",
"role": "Developer"
}
],
"description": "Easily generate model trends",
"homepage": "https://github.com/flowframe/laravel-trend",
"keywords": [
"Flowframe",
"laravel",
"laravel-trend"
],
"support": {
"issues": "https://github.com/Flowframe/laravel-trend/issues",
"source": "https://github.com/Flowframe/laravel-trend/tree/v0.1.1"
},
"funding": [
{
"url": "https://github.com/larsklopstra",
"type": "github"
}
],
"time": "2022-02-25T13:52:24+00:00"
},
{
"name": "fruitcake/laravel-cors",
"version": "v2.2.0",
@@ -3363,6 +4041,85 @@
],
"time": "2021-11-21T11:48:40+00:00"
},
{
"name": "livewire/livewire",
"version": "v2.10.5",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "9ea6237760f627b3b6a05d15137880780ac843b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/9ea6237760f627b3b6a05d15137880780ac843b5",
"reference": "9ea6237760f627b3b6a05d15137880780ac843b5",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/database": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/validation": "^7.0|^8.0|^9.0",
"league/mime-type-detection": "^1.9",
"php": "^7.2.5|^8.0",
"symfony/http-kernel": "^5.0|^6.0"
},
"require-dev": {
"calebporzio/sushi": "^2.1",
"laravel/framework": "^7.0|^8.0|^9.0",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"orchestra/testbench-dusk": "^5.2|^6.0|^7.0",
"phpunit/phpunit": "^8.4|^9.0",
"psy/psysh": "@stable"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Livewire\\LivewireServiceProvider"
],
"aliases": {
"Livewire": "Livewire\\Livewire"
}
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Livewire\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Caleb Porzio",
"email": "calebporzio@gmail.com"
}
],
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v2.10.5"
},
"funding": [
{
"url": "https://github.com/livewire",
"type": "github"
}
],
"time": "2022-04-07T21:38:12+00:00"
},
{
"name": "masbug/flysystem-google-drive-ext",
"version": "v2.1.0",
@@ -5352,6 +6109,71 @@
},
"time": "2022-03-29T11:33:16+00:00"
},
{
"name": "spatie/laravel-package-tools",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-package-tools.git",
"reference": "9e6c0382553f1317c02f1ae0ee71c64821eb5af0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/9e6c0382553f1317c02f1ae0ee71c64821eb5af0",
"reference": "9e6c0382553f1317c02f1ae0ee71c64821eb5af0",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/contracts": "^7.0|^8.0|^9.0",
"php": "^7.4|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^5.0|^6.23|^7.0",
"phpunit/phpunit": "^9.4",
"spatie/test-time": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\LaravelPackageTools\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"role": "Developer"
}
],
"description": "Tools for creating Laravel packages",
"homepage": "https://github.com/spatie/laravel-package-tools",
"keywords": [
"laravel-package-tools",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-package-tools/issues",
"source": "https://github.com/spatie/laravel-package-tools/tree/1.12.0"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2022-06-19T20:01:24+00:00"
},
{
"name": "spiral/goridge",
"version": "v3.1.2",
@@ -11918,6 +12740,7 @@
"platform": {
"php": "^8.0",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",