浏览代码

Update Invoice and CreateCompany form

3.x
wallo 1年前
父节点
当前提交
e0f8654333

+ 2
- 1
app/Filament/Company/Clusters/Settings/Pages/Invoice.php 查看文件

@@ -163,7 +163,8 @@ class Invoice extends Page
163 163
                 TextInput::make('subheader')
164 164
                     ->localizeLabel()
165 165
                     ->nullable(),
166
-                MarkdownEditor::make('terms')
166
+                Textarea::make('terms')
167
+                    ->localizeLabel()
167 168
                     ->nullable(),
168 169
                 Textarea::make('footer')
169 170
                     ->localizeLabel('Footer / Notes')

+ 1
- 0
app/Filament/Company/Pages/Accounting/Transactions.php 查看文件

@@ -296,6 +296,7 @@ class Transactions extends Page implements HasTable
296 296
                 $this->buildDateRangeFilter('updated_at', 'Last Modified'),
297 297
             ], layout: Tables\Enums\FiltersLayout::Modal)
298 298
             ->deferFilters()
299
+            ->deferLoading()
299 300
             ->filtersFormColumns(2)
300 301
             ->filtersTriggerAction(
301 302
                 fn (Tables\Actions\Action $action) => $action

+ 6
- 6
app/Filament/Company/Pages/CreateCompany.php 查看文件

@@ -28,32 +28,32 @@ class CreateCompany extends FilamentCreateCompany
28 28
                     ->label(__('filament-companies::default.labels.company_name'))
29 29
                     ->autofocus()
30 30
                     ->maxLength(255)
31
-                    ->required(),
31
+                    ->softRequired(),
32 32
                 TextInput::make('profile.email')
33 33
                     ->label('Company Email')
34 34
                     ->email()
35
-                    ->required(),
35
+                    ->softRequired(),
36 36
                 Select::make('profile.entity_type')
37 37
                     ->label('Entity Type')
38 38
                     ->options(EntityType::class)
39
-                    ->required(),
39
+                    ->softRequired(),
40 40
                 Select::make('profile.country')
41 41
                     ->label('Country')
42 42
                     ->live()
43 43
                     ->searchable()
44 44
                     ->options(Country::getAvailableCountryOptions())
45
-                    ->required(),
45
+                    ->softRequired(),
46 46
                 Select::make('locale.language')
47 47
                     ->label('Language')
48 48
                     ->searchable()
49 49
                     ->options(Localization::getAllLanguages())
50
-                    ->required(),
50
+                    ->softRequired(),
51 51
                 Select::make('currencies.code')
52 52
                     ->label('Currency')
53 53
                     ->searchable()
54 54
                     ->options(CurrencyAccessor::getAllCurrencyOptions())
55 55
                     ->optionsLimit(5)
56
-                    ->required(),
56
+                    ->softRequired(),
57 57
             ])
58 58
             ->model(FilamentCompanies::companyModel())
59 59
             ->statePath('data');

+ 76
- 76
composer.lock 查看文件

@@ -497,16 +497,16 @@
497 497
         },
498 498
         {
499 499
             "name": "aws/aws-sdk-php",
500
-            "version": "3.306.0",
500
+            "version": "3.306.4",
501 501
             "source": {
502 502
                 "type": "git",
503 503
                 "url": "https://github.com/aws/aws-sdk-php.git",
504
-                "reference": "dc228b55a4224fe3160a0a2ca430b80c5348d943"
504
+                "reference": "f50ff987dbe6d3e60d68794970422eae71ffb525"
505 505
             },
506 506
             "dist": {
507 507
                 "type": "zip",
508
-                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/dc228b55a4224fe3160a0a2ca430b80c5348d943",
509
-                "reference": "dc228b55a4224fe3160a0a2ca430b80c5348d943",
508
+                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f50ff987dbe6d3e60d68794970422eae71ffb525",
509
+                "reference": "f50ff987dbe6d3e60d68794970422eae71ffb525",
510 510
                 "shasum": ""
511 511
             },
512 512
             "require": {
@@ -586,9 +586,9 @@
586 586
             "support": {
587 587
                 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
588 588
                 "issues": "https://github.com/aws/aws-sdk-php/issues",
589
-                "source": "https://github.com/aws/aws-sdk-php/tree/3.306.0"
589
+                "source": "https://github.com/aws/aws-sdk-php/tree/3.306.4"
590 590
             },
591
-            "time": "2024-05-06T18:11:49+00:00"
591
+            "time": "2024-05-10T18:23:57+00:00"
592 592
         },
593 593
         {
594 594
             "name": "aws/aws-sdk-php-laravel",
@@ -1985,16 +1985,16 @@
1985 1985
         },
1986 1986
         {
1987 1987
             "name": "filament/actions",
1988
-            "version": "v3.2.73",
1988
+            "version": "v3.2.76",
1989 1989
             "source": {
1990 1990
                 "type": "git",
1991 1991
                 "url": "https://github.com/filamentphp/actions.git",
1992
-                "reference": "2ff960d4b0ec9c852cbb101eb2fe886323f59a78"
1992
+                "reference": "36292c4e811b1c90605ce207f1fbeb0452e5936c"
1993 1993
             },
1994 1994
             "dist": {
1995 1995
                 "type": "zip",
1996
-                "url": "https://api.github.com/repos/filamentphp/actions/zipball/2ff960d4b0ec9c852cbb101eb2fe886323f59a78",
1997
-                "reference": "2ff960d4b0ec9c852cbb101eb2fe886323f59a78",
1996
+                "url": "https://api.github.com/repos/filamentphp/actions/zipball/36292c4e811b1c90605ce207f1fbeb0452e5936c",
1997
+                "reference": "36292c4e811b1c90605ce207f1fbeb0452e5936c",
1998 1998
                 "shasum": ""
1999 1999
             },
2000 2000
             "require": {
@@ -2034,20 +2034,20 @@
2034 2034
                 "issues": "https://github.com/filamentphp/filament/issues",
2035 2035
                 "source": "https://github.com/filamentphp/filament"
2036 2036
             },
2037
-            "time": "2024-05-03T12:25:51+00:00"
2037
+            "time": "2024-05-08T16:21:06+00:00"
2038 2038
         },
2039 2039
         {
2040 2040
             "name": "filament/filament",
2041
-            "version": "v3.2.73",
2041
+            "version": "v3.2.76",
2042 2042
             "source": {
2043 2043
                 "type": "git",
2044 2044
                 "url": "https://github.com/filamentphp/panels.git",
2045
-                "reference": "be5a86ff4e6805910e43b055c1e67d2894ab47a7"
2045
+                "reference": "80b4cfb0ab7e858aada7439e8f002e1f896f3d65"
2046 2046
             },
2047 2047
             "dist": {
2048 2048
                 "type": "zip",
2049
-                "url": "https://api.github.com/repos/filamentphp/panels/zipball/be5a86ff4e6805910e43b055c1e67d2894ab47a7",
2050
-                "reference": "be5a86ff4e6805910e43b055c1e67d2894ab47a7",
2049
+                "url": "https://api.github.com/repos/filamentphp/panels/zipball/80b4cfb0ab7e858aada7439e8f002e1f896f3d65",
2050
+                "reference": "80b4cfb0ab7e858aada7439e8f002e1f896f3d65",
2051 2051
                 "shasum": ""
2052 2052
             },
2053 2053
             "require": {
@@ -2099,20 +2099,20 @@
2099 2099
                 "issues": "https://github.com/filamentphp/filament/issues",
2100 2100
                 "source": "https://github.com/filamentphp/filament"
2101 2101
             },
2102
-            "time": "2024-05-03T12:25:56+00:00"
2102
+            "time": "2024-05-08T16:21:17+00:00"
2103 2103
         },
2104 2104
         {
2105 2105
             "name": "filament/forms",
2106
-            "version": "v3.2.73",
2106
+            "version": "v3.2.76",
2107 2107
             "source": {
2108 2108
                 "type": "git",
2109 2109
                 "url": "https://github.com/filamentphp/forms.git",
2110
-                "reference": "d747dd60968269e4529983906b5aa62737a825ca"
2110
+                "reference": "ce53bc7fe494a2f5129d6bdeb707b0c1099226bb"
2111 2111
             },
2112 2112
             "dist": {
2113 2113
                 "type": "zip",
2114
-                "url": "https://api.github.com/repos/filamentphp/forms/zipball/d747dd60968269e4529983906b5aa62737a825ca",
2115
-                "reference": "d747dd60968269e4529983906b5aa62737a825ca",
2114
+                "url": "https://api.github.com/repos/filamentphp/forms/zipball/ce53bc7fe494a2f5129d6bdeb707b0c1099226bb",
2115
+                "reference": "ce53bc7fe494a2f5129d6bdeb707b0c1099226bb",
2116 2116
                 "shasum": ""
2117 2117
             },
2118 2118
             "require": {
@@ -2155,20 +2155,20 @@
2155 2155
                 "issues": "https://github.com/filamentphp/filament/issues",
2156 2156
                 "source": "https://github.com/filamentphp/filament"
2157 2157
             },
2158
-            "time": "2024-05-03T12:25:52+00:00"
2158
+            "time": "2024-05-09T08:34:11+00:00"
2159 2159
         },
2160 2160
         {
2161 2161
             "name": "filament/infolists",
2162
-            "version": "v3.2.73",
2162
+            "version": "v3.2.76",
2163 2163
             "source": {
2164 2164
                 "type": "git",
2165 2165
                 "url": "https://github.com/filamentphp/infolists.git",
2166
-                "reference": "612497be1c0e5b8b1e0ef9eeefe4754baab54271"
2166
+                "reference": "377ae7abbe2199b512580543764a581d61f7cbfd"
2167 2167
             },
2168 2168
             "dist": {
2169 2169
                 "type": "zip",
2170
-                "url": "https://api.github.com/repos/filamentphp/infolists/zipball/612497be1c0e5b8b1e0ef9eeefe4754baab54271",
2171
-                "reference": "612497be1c0e5b8b1e0ef9eeefe4754baab54271",
2170
+                "url": "https://api.github.com/repos/filamentphp/infolists/zipball/377ae7abbe2199b512580543764a581d61f7cbfd",
2171
+                "reference": "377ae7abbe2199b512580543764a581d61f7cbfd",
2172 2172
                 "shasum": ""
2173 2173
             },
2174 2174
             "require": {
@@ -2206,20 +2206,20 @@
2206 2206
                 "issues": "https://github.com/filamentphp/filament/issues",
2207 2207
                 "source": "https://github.com/filamentphp/filament"
2208 2208
             },
2209
-            "time": "2024-04-28T08:39:09+00:00"
2209
+            "time": "2024-05-09T08:34:11+00:00"
2210 2210
         },
2211 2211
         {
2212 2212
             "name": "filament/notifications",
2213
-            "version": "v3.2.73",
2213
+            "version": "v3.2.76",
2214 2214
             "source": {
2215 2215
                 "type": "git",
2216 2216
                 "url": "https://github.com/filamentphp/notifications.git",
2217
-                "reference": "f06016bea87b8b688eeafbea19f24720062cd87e"
2217
+                "reference": "646ed10673b03144ff8341a6c42bea04f6443b81"
2218 2218
             },
2219 2219
             "dist": {
2220 2220
                 "type": "zip",
2221
-                "url": "https://api.github.com/repos/filamentphp/notifications/zipball/f06016bea87b8b688eeafbea19f24720062cd87e",
2222
-                "reference": "f06016bea87b8b688eeafbea19f24720062cd87e",
2221
+                "url": "https://api.github.com/repos/filamentphp/notifications/zipball/646ed10673b03144ff8341a6c42bea04f6443b81",
2222
+                "reference": "646ed10673b03144ff8341a6c42bea04f6443b81",
2223 2223
                 "shasum": ""
2224 2224
             },
2225 2225
             "require": {
@@ -2258,20 +2258,20 @@
2258 2258
                 "issues": "https://github.com/filamentphp/filament/issues",
2259 2259
                 "source": "https://github.com/filamentphp/filament"
2260 2260
             },
2261
-            "time": "2024-05-03T12:25:54+00:00"
2261
+            "time": "2024-05-08T16:21:24+00:00"
2262 2262
         },
2263 2263
         {
2264 2264
             "name": "filament/support",
2265
-            "version": "v3.2.73",
2265
+            "version": "v3.2.76",
2266 2266
             "source": {
2267 2267
                 "type": "git",
2268 2268
                 "url": "https://github.com/filamentphp/support.git",
2269
-                "reference": "49637c225f9eb72380a3dc54e9fd951563955770"
2269
+                "reference": "2ed906a82070c07da5367ae71f52826698d17b9e"
2270 2270
             },
2271 2271
             "dist": {
2272 2272
                 "type": "zip",
2273
-                "url": "https://api.github.com/repos/filamentphp/support/zipball/49637c225f9eb72380a3dc54e9fd951563955770",
2274
-                "reference": "49637c225f9eb72380a3dc54e9fd951563955770",
2273
+                "url": "https://api.github.com/repos/filamentphp/support/zipball/2ed906a82070c07da5367ae71f52826698d17b9e",
2274
+                "reference": "2ed906a82070c07da5367ae71f52826698d17b9e",
2275 2275
                 "shasum": ""
2276 2276
             },
2277 2277
             "require": {
@@ -2316,20 +2316,20 @@
2316 2316
                 "issues": "https://github.com/filamentphp/filament/issues",
2317 2317
                 "source": "https://github.com/filamentphp/filament"
2318 2318
             },
2319
-            "time": "2024-05-03T12:26:17+00:00"
2319
+            "time": "2024-05-09T08:34:31+00:00"
2320 2320
         },
2321 2321
         {
2322 2322
             "name": "filament/tables",
2323
-            "version": "v3.2.73",
2323
+            "version": "v3.2.76",
2324 2324
             "source": {
2325 2325
                 "type": "git",
2326 2326
                 "url": "https://github.com/filamentphp/tables.git",
2327
-                "reference": "773f0ff40f5a656432dbee41058087175c53813b"
2327
+                "reference": "8d66675fdf45e246d11bdcf7eabb7bb6643fd6fa"
2328 2328
             },
2329 2329
             "dist": {
2330 2330
                 "type": "zip",
2331
-                "url": "https://api.github.com/repos/filamentphp/tables/zipball/773f0ff40f5a656432dbee41058087175c53813b",
2332
-                "reference": "773f0ff40f5a656432dbee41058087175c53813b",
2331
+                "url": "https://api.github.com/repos/filamentphp/tables/zipball/8d66675fdf45e246d11bdcf7eabb7bb6643fd6fa",
2332
+                "reference": "8d66675fdf45e246d11bdcf7eabb7bb6643fd6fa",
2333 2333
                 "shasum": ""
2334 2334
             },
2335 2335
             "require": {
@@ -2369,20 +2369,20 @@
2369 2369
                 "issues": "https://github.com/filamentphp/filament/issues",
2370 2370
                 "source": "https://github.com/filamentphp/filament"
2371 2371
             },
2372
-            "time": "2024-05-03T12:26:18+00:00"
2372
+            "time": "2024-05-08T16:21:32+00:00"
2373 2373
         },
2374 2374
         {
2375 2375
             "name": "filament/widgets",
2376
-            "version": "v3.2.73",
2376
+            "version": "v3.2.76",
2377 2377
             "source": {
2378 2378
                 "type": "git",
2379 2379
                 "url": "https://github.com/filamentphp/widgets.git",
2380
-                "reference": "0b7b774981725e8ef6786fdfccb1105bf794d2ba"
2380
+                "reference": "65ec747c3eac23664a2bcbd6adb61babc0c41b51"
2381 2381
             },
2382 2382
             "dist": {
2383 2383
                 "type": "zip",
2384
-                "url": "https://api.github.com/repos/filamentphp/widgets/zipball/0b7b774981725e8ef6786fdfccb1105bf794d2ba",
2385
-                "reference": "0b7b774981725e8ef6786fdfccb1105bf794d2ba",
2384
+                "url": "https://api.github.com/repos/filamentphp/widgets/zipball/65ec747c3eac23664a2bcbd6adb61babc0c41b51",
2385
+                "reference": "65ec747c3eac23664a2bcbd6adb61babc0c41b51",
2386 2386
                 "shasum": ""
2387 2387
             },
2388 2388
             "require": {
@@ -2413,7 +2413,7 @@
2413 2413
                 "issues": "https://github.com/filamentphp/filament/issues",
2414 2414
                 "source": "https://github.com/filamentphp/filament"
2415 2415
             },
2416
-            "time": "2024-05-03T12:26:16+00:00"
2416
+            "time": "2024-05-08T16:21:40+00:00"
2417 2417
         },
2418 2418
         {
2419 2419
             "name": "firebase/php-jwt",
@@ -3161,16 +3161,16 @@
3161 3161
         },
3162 3162
         {
3163 3163
             "name": "laravel/framework",
3164
-            "version": "v11.6.0",
3164
+            "version": "v11.7.0",
3165 3165
             "source": {
3166 3166
                 "type": "git",
3167 3167
                 "url": "https://github.com/laravel/framework.git",
3168
-                "reference": "e090ee638ebd4ce221d8bad43b49bbf59ea70ae5"
3168
+                "reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93"
3169 3169
             },
3170 3170
             "dist": {
3171 3171
                 "type": "zip",
3172
-                "url": "https://api.github.com/repos/laravel/framework/zipball/e090ee638ebd4ce221d8bad43b49bbf59ea70ae5",
3173
-                "reference": "e090ee638ebd4ce221d8bad43b49bbf59ea70ae5",
3172
+                "url": "https://api.github.com/repos/laravel/framework/zipball/e5ac72f513f635f208024aa76b8a04efc1b47f93",
3173
+                "reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93",
3174 3174
                 "shasum": ""
3175 3175
             },
3176 3176
             "require": {
@@ -3362,7 +3362,7 @@
3362 3362
                 "issues": "https://github.com/laravel/framework/issues",
3363 3363
                 "source": "https://github.com/laravel/framework"
3364 3364
             },
3365
-            "time": "2024-04-30T13:30:08+00:00"
3365
+            "time": "2024-05-07T13:41:51+00:00"
3366 3366
         },
3367 3367
         {
3368 3368
             "name": "laravel/prompts",
@@ -3548,16 +3548,16 @@
3548 3548
         },
3549 3549
         {
3550 3550
             "name": "laravel/socialite",
3551
-            "version": "v5.13.2",
3551
+            "version": "v5.14.0",
3552 3552
             "source": {
3553 3553
                 "type": "git",
3554 3554
                 "url": "https://github.com/laravel/socialite.git",
3555
-                "reference": "278d4615f68205722b3a129135774b3764b28a90"
3555
+                "reference": "c7b0193a3753a29aff8ce80aa2f511917e6ed68a"
3556 3556
             },
3557 3557
             "dist": {
3558 3558
                 "type": "zip",
3559
-                "url": "https://api.github.com/repos/laravel/socialite/zipball/278d4615f68205722b3a129135774b3764b28a90",
3560
-                "reference": "278d4615f68205722b3a129135774b3764b28a90",
3559
+                "url": "https://api.github.com/repos/laravel/socialite/zipball/c7b0193a3753a29aff8ce80aa2f511917e6ed68a",
3560
+                "reference": "c7b0193a3753a29aff8ce80aa2f511917e6ed68a",
3561 3561
                 "shasum": ""
3562 3562
             },
3563 3563
             "require": {
@@ -3616,7 +3616,7 @@
3616 3616
                 "issues": "https://github.com/laravel/socialite/issues",
3617 3617
                 "source": "https://github.com/laravel/socialite"
3618 3618
             },
3619
-            "time": "2024-04-26T13:48:16+00:00"
3619
+            "time": "2024-05-03T20:31:38+00:00"
3620 3620
         },
3621 3621
         {
3622 3622
             "name": "laravel/tinker",
@@ -5251,16 +5251,16 @@
5251 5251
         },
5252 5252
         {
5253 5253
             "name": "openspout/openspout",
5254
-            "version": "v4.23.1",
5254
+            "version": "v4.24.0",
5255 5255
             "source": {
5256 5256
                 "type": "git",
5257 5257
                 "url": "https://github.com/openspout/openspout.git",
5258
-                "reference": "912b2286bdea975b3b9f6b1a1021cc0adaade13e"
5258
+                "reference": "51f2a627d4cdcdb06eb451c6f434daeb190c4afb"
5259 5259
             },
5260 5260
             "dist": {
5261 5261
                 "type": "zip",
5262
-                "url": "https://api.github.com/repos/openspout/openspout/zipball/912b2286bdea975b3b9f6b1a1021cc0adaade13e",
5263
-                "reference": "912b2286bdea975b3b9f6b1a1021cc0adaade13e",
5262
+                "url": "https://api.github.com/repos/openspout/openspout/zipball/51f2a627d4cdcdb06eb451c6f434daeb190c4afb",
5263
+                "reference": "51f2a627d4cdcdb06eb451c6f434daeb190c4afb",
5264 5264
                 "shasum": ""
5265 5265
             },
5266 5266
             "require": {
@@ -5274,7 +5274,7 @@
5274 5274
             },
5275 5275
             "require-dev": {
5276 5276
                 "ext-zlib": "*",
5277
-                "friendsofphp/php-cs-fixer": "^3.55.0",
5277
+                "friendsofphp/php-cs-fixer": "^3.56.0",
5278 5278
                 "infection/infection": "^0.28.1",
5279 5279
                 "phpbench/phpbench": "^1.2.15",
5280 5280
                 "phpstan/phpstan": "^1.10.67",
@@ -5328,7 +5328,7 @@
5328 5328
             ],
5329 5329
             "support": {
5330 5330
                 "issues": "https://github.com/openspout/openspout/issues",
5331
-                "source": "https://github.com/openspout/openspout/tree/v4.23.1"
5331
+                "source": "https://github.com/openspout/openspout/tree/v4.24.0"
5332 5332
             },
5333 5333
             "funding": [
5334 5334
                 {
@@ -5340,20 +5340,20 @@
5340 5340
                     "type": "github"
5341 5341
                 }
5342 5342
             ],
5343
-            "time": "2024-05-06T07:22:51+00:00"
5343
+            "time": "2024-05-10T09:06:16+00:00"
5344 5344
         },
5345 5345
         {
5346 5346
             "name": "paragonie/constant_time_encoding",
5347
-            "version": "v2.6.3",
5347
+            "version": "v2.7.0",
5348 5348
             "source": {
5349 5349
                 "type": "git",
5350 5350
                 "url": "https://github.com/paragonie/constant_time_encoding.git",
5351
-                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
5351
+                "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105"
5352 5352
             },
5353 5353
             "dist": {
5354 5354
                 "type": "zip",
5355
-                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
5356
-                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
5355
+                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105",
5356
+                "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
5357 5357
                 "shasum": ""
5358 5358
             },
5359 5359
             "require": {
@@ -5407,7 +5407,7 @@
5407 5407
                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
5408 5408
                 "source": "https://github.com/paragonie/constant_time_encoding"
5409 5409
             },
5410
-            "time": "2022-06-14T06:56:20+00:00"
5410
+            "time": "2024-05-08T12:18:48+00:00"
5411 5411
         },
5412 5412
         {
5413 5413
             "name": "paragonie/random_compat",
@@ -5988,20 +5988,20 @@
5988 5988
         },
5989 5989
         {
5990 5990
             "name": "psr/http-factory",
5991
-            "version": "1.0.2",
5991
+            "version": "1.1.0",
5992 5992
             "source": {
5993 5993
                 "type": "git",
5994 5994
                 "url": "https://github.com/php-fig/http-factory.git",
5995
-                "reference": "e616d01114759c4c489f93b099585439f795fe35"
5995
+                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
5996 5996
             },
5997 5997
             "dist": {
5998 5998
                 "type": "zip",
5999
-                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
6000
-                "reference": "e616d01114759c4c489f93b099585439f795fe35",
5999
+                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
6000
+                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
6001 6001
                 "shasum": ""
6002 6002
             },
6003 6003
             "require": {
6004
-                "php": ">=7.0.0",
6004
+                "php": ">=7.1",
6005 6005
                 "psr/http-message": "^1.0 || ^2.0"
6006 6006
             },
6007 6007
             "type": "library",
@@ -6025,7 +6025,7 @@
6025 6025
                     "homepage": "https://www.php-fig.org/"
6026 6026
                 }
6027 6027
             ],
6028
-            "description": "Common interfaces for PSR-7 HTTP message factories",
6028
+            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
6029 6029
             "keywords": [
6030 6030
                 "factory",
6031 6031
                 "http",
@@ -6037,9 +6037,9 @@
6037 6037
                 "response"
6038 6038
             ],
6039 6039
             "support": {
6040
-                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
6040
+                "source": "https://github.com/php-fig/http-factory"
6041 6041
             },
6042
-            "time": "2023-04-10T20:10:41+00:00"
6042
+            "time": "2024-04-15T12:06:14+00:00"
6043 6043
         },
6044 6044
         {
6045 6045
             "name": "psr/http-message",

+ 16
- 16
package-lock.json 查看文件

@@ -931,9 +931,9 @@
931 931
             }
932 932
         },
933 933
         "node_modules/caniuse-lite": {
934
-            "version": "1.0.30001616",
935
-            "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001616.tgz",
936
-            "integrity": "sha512-RHVYKov7IcdNjVHJFNY/78RdG4oGVjbayxv8u5IO74Wv7Hlq4PnJE6mo/OjFijjVFNy5ijnCt6H3IIo4t+wfEw==",
934
+            "version": "1.0.30001617",
935
+            "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz",
936
+            "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==",
937 937
             "dev": true,
938 938
             "funding": [
939 939
                 {
@@ -1079,9 +1079,9 @@
1079 1079
             "dev": true
1080 1080
         },
1081 1081
         "node_modules/electron-to-chromium": {
1082
-            "version": "1.4.757",
1083
-            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.757.tgz",
1084
-            "integrity": "sha512-jftDaCknYSSt/+KKeXzH3LX5E2CvRLm75P3Hj+J/dv3CL0qUYcOt13d5FN1NiL5IJbbhzHrb3BomeG2tkSlZmw==",
1082
+            "version": "1.4.763",
1083
+            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.763.tgz",
1084
+            "integrity": "sha512-k4J8NrtJ9QrvHLRo8Q18OncqBCB7tIUyqxRcJnlonQ0ioHKYB988GcDFF3ZePmnb8eHEopDs/wPHR/iGAFgoUQ==",
1085 1085
             "dev": true
1086 1086
         },
1087 1087
         "node_modules/emoji-regex": {
@@ -1273,16 +1273,16 @@
1273 1273
             }
1274 1274
         },
1275 1275
         "node_modules/glob": {
1276
-            "version": "10.3.12",
1277
-            "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
1278
-            "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
1276
+            "version": "10.3.14",
1277
+            "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.14.tgz",
1278
+            "integrity": "sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==",
1279 1279
             "dev": true,
1280 1280
             "dependencies": {
1281 1281
                 "foreground-child": "^3.1.0",
1282 1282
                 "jackspeak": "^2.3.6",
1283 1283
                 "minimatch": "^9.0.1",
1284 1284
                 "minipass": "^7.0.4",
1285
-                "path-scurry": "^1.10.2"
1285
+                "path-scurry": "^1.11.0"
1286 1286
             },
1287 1287
             "bin": {
1288 1288
                 "glob": "dist/esm/bin.mjs"
@@ -1543,9 +1543,9 @@
1543 1543
             }
1544 1544
         },
1545 1545
         "node_modules/minipass": {
1546
-            "version": "7.1.0",
1547
-            "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.0.tgz",
1548
-            "integrity": "sha512-oGZRv2OT1lO2UF1zUcwdTb3wqUwI0kBGTgt/T7OdSj6M6N5m3o5uPf0AIW6lVxGGoiWUR7e2AwTE+xiwK8WQig==",
1546
+            "version": "7.1.1",
1547
+            "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
1548
+            "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
1549 1549
             "dev": true,
1550 1550
             "engines": {
1551 1551
                 "node": ">=16 || 14 >=14.17"
@@ -1638,9 +1638,9 @@
1638 1638
             "dev": true
1639 1639
         },
1640 1640
         "node_modules/path-scurry": {
1641
-            "version": "1.10.2",
1642
-            "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
1643
-            "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
1641
+            "version": "1.11.0",
1642
+            "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.0.tgz",
1643
+            "integrity": "sha512-LNHTaVkzaYaLGlO+0u3rQTz7QrHTFOuKyba9JMTQutkmtNew8dw8wOD7mTU/5fCPZzCWpfW0XnQKzY61P0aTaw==",
1644 1644
             "dev": true,
1645 1645
             "dependencies": {
1646 1646
                 "lru-cache": "^10.2.0",

+ 2
- 1
resources/data/lang/en.json 查看文件

@@ -187,5 +187,6 @@
187 187
     "Available": "Available",
188 188
     "Live Rate": "Live Rate",
189 189
     "Edit": "Edit",
190
-    "Notes": "Notes"
190
+    "Notes": "Notes",
191
+    "Terms": "Terms"
191 192
 }

+ 0
- 10
resources/views/filament/company/pages/create-company.blade.php 查看文件

@@ -1,10 +0,0 @@
1
-<x-filament-panels::page.simple>
2
-    <x-filament-panels::form wire:submit="register">
3
-        {{ $this->form }}
4
-
5
-        <x-filament-panels::form.actions
6
-            :actions="$this->getCachedFormActions()"
7
-            :full-width="$this->hasFullWidthFormActions()"
8
-        />
9
-    </x-filament-panels::form>
10
-</x-filament-panels::page.simple>

正在加载...
取消
保存