1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Updates for resources

This commit is contained in:
David Bomba 2024-11-06 09:27:23 +11:00
parent 3bae14b787
commit 675486567b
16 changed files with 601 additions and 524 deletions

View File

@ -0,0 +1,27 @@
<?php
/**
* Invoice Ninja (https://invoiceninja.com).
*
* @link https://github.com/invoiceninja/invoiceninja source repository
*
* @copyright Copyright (c) 2024. Invoice Ninja LLC (https://invoiceninja.com)
*
* @license https://www.elastic.co/licensing/elastic-license
*/
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Database\Eloquent\Factories\HasFactory;
class EInvoicingToken extends Model
{
protected $fillable = [
'license',
'token',
'account_key',
];
}

View File

@ -102,7 +102,7 @@ class EntityLevel
} }
catch(PeppolValidationException $e) { catch(PeppolValidationException $e) {
$this->errors['invoice'] = ['field' => $e->getInvalidField()]; $this->errors['invoice'] = ['field' => $e->getInvalidField(), 'label' => $e->getInvalidField()];
}; };
@ -126,13 +126,13 @@ class EntityLevel
if($field == 'country_id' && $client->country_id >=1) if($field == 'country_id' && $client->country_id >=1)
continue; continue;
$errors[] = ['field' => ctrans("texts.{$field}")]; $errors[] = ['field' => $field, 'label' => ctrans("texts.{$field}")];
} }
//If not an individual, you MUST have a VAT number //If not an individual, you MUST have a VAT number
if ($client->classification != 'individual' && !$this->validString($client->vat_number)) { if ($client->classification != 'individual' && !$this->validString($client->vat_number)) {
$errors[] = ['field' => ctrans("texts.vat_number")]; $errors[] = ['field' => 'vat_number', 'label' => ctrans("texts.vat_number")];
} }
return $errors; return $errors;
@ -180,7 +180,7 @@ class EntityLevel
if($this->validString($settings_object->getSetting($field))) if($this->validString($settings_object->getSetting($field)))
continue; continue;
$errors[] = ['field' => ctrans("texts.{$field}")]; $errors[] = ['field' => $field, 'label' => ctrans("texts.{$field}")];
} }
@ -191,8 +191,12 @@ class EntityLevel
//If not an individual, you MUST have a VAT number //If not an individual, you MUST have a VAT number
if($company->getSetting('classification') != 'individual' && !$this->validString($company->getSetting('vat_number'))) if($company->getSetting('classification') != 'individual' && !$this->validString($company->getSetting('vat_number')))
{ {
$errors[] = ['field' => ctrans("texts.vat_number")]; $errors[] = ['field' => 'vat_number', 'label' => ctrans("texts.vat_number")];
} }
elseif ($company->getSetting('classification') == 'individual' && !$this->validString($company->getSetting('id_number'))) {
$errors[] = ['field' => 'id_number', 'label' => ctrans("texts.id_number")];
}
// foreach($this->company_fields as $field) // foreach($this->company_fields as $field)
// { // {

221
composer.lock generated
View File

@ -535,16 +535,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.324.13", "version": "3.325.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "781cb9594f7d1754c888452f980748115fd159d3" "reference": "9e354a5e0cd1d563ec85245e3000e98e16a44fce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/781cb9594f7d1754c888452f980748115fd159d3", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9e354a5e0cd1d563ec85245e3000e98e16a44fce",
"reference": "781cb9594f7d1754c888452f980748115fd159d3", "reference": "9e354a5e0cd1d563ec85245e3000e98e16a44fce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -627,9 +627,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.324.13" "source": "https://github.com/aws/aws-sdk-php/tree/3.325.2"
}, },
"time": "2024-10-29T18:11:10+00:00" "time": "2024-11-01T18:08:38+00:00"
}, },
{ {
"name": "babenkoivan/elastic-adapter", "name": "babenkoivan/elastic-adapter",
@ -954,16 +954,16 @@
}, },
{ {
"name": "braintree/braintree_php", "name": "braintree/braintree_php",
"version": "6.20.0", "version": "6.21.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/braintree/braintree_php.git", "url": "https://github.com/braintree/braintree_php.git",
"reference": "f46d6d570a955561f9474e0c4e5c56ca4cc22c49" "reference": "d94339d1d7ee0ccd3d45727c7b5e36af4c5583a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/braintree/braintree_php/zipball/f46d6d570a955561f9474e0c4e5c56ca4cc22c49", "url": "https://api.github.com/repos/braintree/braintree_php/zipball/d94339d1d7ee0ccd3d45727c7b5e36af4c5583a8",
"reference": "f46d6d570a955561f9474e0c4e5c56ca4cc22c49", "reference": "d94339d1d7ee0ccd3d45727c7b5e36af4c5583a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -997,9 +997,9 @@
"description": "Braintree PHP Client Library", "description": "Braintree PHP Client Library",
"support": { "support": {
"issues": "https://github.com/braintree/braintree_php/issues", "issues": "https://github.com/braintree/braintree_php/issues",
"source": "https://github.com/braintree/braintree_php/tree/6.20.0" "source": "https://github.com/braintree/braintree_php/tree/6.21.0"
}, },
"time": "2024-09-19T21:28:15+00:00" "time": "2024-10-31T16:08:55+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
@ -1063,16 +1063,16 @@
}, },
{ {
"name": "btcpayserver/btcpayserver-greenfield-php", "name": "btcpayserver/btcpayserver-greenfield-php",
"version": "v2.7.1", "version": "v2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/btcpayserver/btcpayserver-greenfield-php.git", "url": "https://github.com/btcpayserver/btcpayserver-greenfield-php.git",
"reference": "28197bf65fd4a0ba39598fac5651fec4a805b78c" "reference": "f4fac20f19d6eeb73e5393d48e08e2710dd5b051"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/btcpayserver/btcpayserver-greenfield-php/zipball/28197bf65fd4a0ba39598fac5651fec4a805b78c", "url": "https://api.github.com/repos/btcpayserver/btcpayserver-greenfield-php/zipball/f4fac20f19d6eeb73e5393d48e08e2710dd5b051",
"reference": "28197bf65fd4a0ba39598fac5651fec4a805b78c", "reference": "f4fac20f19d6eeb73e5393d48e08e2710dd5b051",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1111,9 +1111,9 @@
"description": "BTCPay Server Greenfield API PHP client library.", "description": "BTCPay Server Greenfield API PHP client library.",
"support": { "support": {
"issues": "https://github.com/btcpayserver/btcpayserver-greenfield-php/issues", "issues": "https://github.com/btcpayserver/btcpayserver-greenfield-php/issues",
"source": "https://github.com/btcpayserver/btcpayserver-greenfield-php/tree/v2.7.1" "source": "https://github.com/btcpayserver/btcpayserver-greenfield-php/tree/v2.8.0"
}, },
"time": "2024-09-16T21:02:29+00:00" "time": "2024-11-05T20:44:23+00:00"
}, },
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
@ -1320,16 +1320,16 @@
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
"version": "1.5.2", "version": "1.5.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/ca-bundle.git", "url": "https://github.com/composer/ca-bundle.git",
"reference": "48a792895a2b7a6ee65dd5442c299d7b835b6137" "reference": "3b1fc3f0be055baa7c6258b1467849c3e8204eb2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/48a792895a2b7a6ee65dd5442c299d7b835b6137", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/3b1fc3f0be055baa7c6258b1467849c3e8204eb2",
"reference": "48a792895a2b7a6ee65dd5442c299d7b835b6137", "reference": "3b1fc3f0be055baa7c6258b1467849c3e8204eb2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1376,7 +1376,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/composer", "irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues", "issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.5.2" "source": "https://github.com/composer/ca-bundle/tree/1.5.3"
}, },
"funding": [ "funding": [
{ {
@ -1392,7 +1392,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-25T07:49:53+00:00" "time": "2024-11-04T10:15:26+00:00"
}, },
{ {
"name": "dasprid/enum", "name": "dasprid/enum",
@ -2858,16 +2858,16 @@
}, },
{ {
"name": "google/apiclient-services", "name": "google/apiclient-services",
"version": "v0.379.0", "version": "v0.380.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git", "url": "https://github.com/googleapis/google-api-php-client-services.git",
"reference": "5a671ff040d55cec7b69b88d84c91bd8867d1c8e" "reference": "a706b940e309d6cd858eee6a394e89fa17310c93"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/5a671ff040d55cec7b69b88d84c91bd8867d1c8e", "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/a706b940e309d6cd858eee6a394e89fa17310c93",
"reference": "5a671ff040d55cec7b69b88d84c91bd8867d1c8e", "reference": "a706b940e309d6cd858eee6a394e89fa17310c93",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2896,9 +2896,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/googleapis/google-api-php-client-services/issues", "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.379.0" "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.380.0"
}, },
"time": "2024-10-28T01:10:22+00:00" "time": "2024-11-03T01:06:19+00:00"
}, },
{ {
"name": "google/auth", "name": "google/auth",
@ -3886,16 +3886,16 @@
}, },
{ {
"name": "horstoeko/zugferd", "name": "horstoeko/zugferd",
"version": "v1.0.72", "version": "v1.0.76",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/horstoeko/zugferd.git", "url": "https://github.com/horstoeko/zugferd.git",
"reference": "4895eacd83278979371c6159142d105a96b0c560" "reference": "74bd98c0fa883048f80563e08042556f8f0294ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/horstoeko/zugferd/zipball/4895eacd83278979371c6159142d105a96b0c560", "url": "https://api.github.com/repos/horstoeko/zugferd/zipball/74bd98c0fa883048f80563e08042556f8f0294ce",
"reference": "4895eacd83278979371c6159142d105a96b0c560", "reference": "74bd98c0fa883048f80563e08042556f8f0294ce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3904,7 +3904,7 @@
"horstoeko/mimedb": "^1", "horstoeko/mimedb": "^1",
"horstoeko/stringmanagement": "^1", "horstoeko/stringmanagement": "^1",
"jms/serializer": "^3", "jms/serializer": "^3",
"php": "^7.3|^7.4|^8", "php": ">=7.3",
"setasign/fpdf": "^1", "setasign/fpdf": "^1",
"setasign/fpdi": "^2", "setasign/fpdi": "^2",
"smalot/pdfparser": "^0|^2", "smalot/pdfparser": "^0|^2",
@ -3955,9 +3955,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/horstoeko/zugferd/issues", "issues": "https://github.com/horstoeko/zugferd/issues",
"source": "https://github.com/horstoeko/zugferd/tree/v1.0.72" "source": "https://github.com/horstoeko/zugferd/tree/v1.0.76"
}, },
"time": "2024-10-24T16:50:47+00:00" "time": "2024-11-03T09:05:21+00:00"
}, },
{ {
"name": "horstoeko/zugferdvisualizer", "name": "horstoeko/zugferdvisualizer",
@ -4170,16 +4170,16 @@
}, },
{ {
"name": "imdhemy/laravel-purchases", "name": "imdhemy/laravel-purchases",
"version": "1.13.0", "version": "1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/imdhemy/laravel-in-app-purchases.git", "url": "https://github.com/imdhemy/laravel-in-app-purchases.git",
"reference": "ec62ab94727b22b262f79e05ece0bd92a919e9d4" "reference": "df2c94222a92153c38d9db0178aeead218d6af16"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/imdhemy/laravel-in-app-purchases/zipball/ec62ab94727b22b262f79e05ece0bd92a919e9d4", "url": "https://api.github.com/repos/imdhemy/laravel-in-app-purchases/zipball/df2c94222a92153c38d9db0178aeead218d6af16",
"reference": "ec62ab94727b22b262f79e05ece0bd92a919e9d4", "reference": "df2c94222a92153c38d9db0178aeead218d6af16",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4194,6 +4194,7 @@
"friendsofphp/php-cs-fixer": "^3.14", "friendsofphp/php-cs-fixer": "^3.14",
"orchestra/testbench": "^6.24", "orchestra/testbench": "^6.24",
"psalm/plugin-laravel": "^2.0", "psalm/plugin-laravel": "^2.0",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-latest", "roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.11" "vimeo/psalm": "^5.11"
}, },
@ -4235,7 +4236,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/imdhemy/laravel-in-app-purchases/issues", "issues": "https://github.com/imdhemy/laravel-in-app-purchases/issues",
"source": "https://github.com/imdhemy/laravel-in-app-purchases/tree/1.13.0" "source": "https://github.com/imdhemy/laravel-in-app-purchases/tree/1.14.0"
}, },
"funding": [ "funding": [
{ {
@ -4243,7 +4244,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-06-30T11:32:33+00:00" "time": "2024-11-03T11:35:03+00:00"
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
@ -4335,12 +4336,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/invoiceninja/einvoice.git", "url": "https://github.com/invoiceninja/einvoice.git",
"reference": "5a371f31677ccd9e8abcace2f1695818c0429de1" "reference": "7761de56930c6c67e2913ea3b0da36f0c18c567b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/invoiceninja/einvoice/zipball/5a371f31677ccd9e8abcace2f1695818c0429de1", "url": "https://api.github.com/repos/invoiceninja/einvoice/zipball/7761de56930c6c67e2913ea3b0da36f0c18c567b",
"reference": "5a371f31677ccd9e8abcace2f1695818c0429de1", "reference": "7761de56930c6c67e2913ea3b0da36f0c18c567b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4382,7 +4383,7 @@
"source": "https://github.com/invoiceninja/einvoice/tree/main", "source": "https://github.com/invoiceninja/einvoice/tree/main",
"issues": "https://github.com/invoiceninja/einvoice/issues" "issues": "https://github.com/invoiceninja/einvoice/issues"
}, },
"time": "2024-10-29T10:46:06+00:00" "time": "2024-11-01T00:18:46+00:00"
}, },
{ {
"name": "invoiceninja/inspector", "name": "invoiceninja/inspector",
@ -4634,16 +4635,16 @@
}, },
{ {
"name": "jms/serializer", "name": "jms/serializer",
"version": "3.31.0", "version": "3.31.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/schmittjoh/serializer.git", "url": "https://github.com/schmittjoh/serializer.git",
"reference": "43404be0e708f5640efb3f7c3badedc061c0aeb9" "reference": "362503da26673f210221c25b99c795da718ad9aa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/43404be0e708f5640efb3f7c3badedc061c0aeb9", "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/362503da26673f210221c25b99c795da718ad9aa",
"reference": "43404be0e708f5640efb3f7c3badedc061c0aeb9", "reference": "362503da26673f210221c25b99c795da718ad9aa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4719,7 +4720,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/schmittjoh/serializer/issues", "issues": "https://github.com/schmittjoh/serializer/issues",
"source": "https://github.com/schmittjoh/serializer/tree/3.31.0" "source": "https://github.com/schmittjoh/serializer/tree/3.31.1"
}, },
"funding": [ "funding": [
{ {
@ -4727,7 +4728,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-10-16T09:35:06+00:00" "time": "2024-10-31T18:35:14+00:00"
}, },
{ {
"name": "josemmo/facturae-php", "name": "josemmo/facturae-php",
@ -4887,16 +4888,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.29.0", "version": "v11.30.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "425054512c362835ba9c0307561973c8eeac7385" "reference": "dff716442d9c229d716be82ccc9a7de52eb97193"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/425054512c362835ba9c0307561973c8eeac7385", "url": "https://api.github.com/repos/laravel/framework/zipball/dff716442d9c229d716be82ccc9a7de52eb97193",
"reference": "425054512c362835ba9c0307561973c8eeac7385", "reference": "dff716442d9c229d716be82ccc9a7de52eb97193",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5092,7 +5093,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2024-10-22T14:13:31+00:00" "time": "2024-10-30T15:00:34+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@ -5155,16 +5156,16 @@
}, },
{ {
"name": "laravel/scout", "name": "laravel/scout",
"version": "v10.11.4", "version": "v10.11.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/scout.git", "url": "https://github.com/laravel/scout.git",
"reference": "f9cf4f79163e3c5f13f81369d4992d66e6700502" "reference": "e67e2015e2f6f15e0fa033fb2ceb248ba8c5fa36"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/scout/zipball/f9cf4f79163e3c5f13f81369d4992d66e6700502", "url": "https://api.github.com/repos/laravel/scout/zipball/e67e2015e2f6f15e0fa033fb2ceb248ba8c5fa36",
"reference": "f9cf4f79163e3c5f13f81369d4992d66e6700502", "reference": "e67e2015e2f6f15e0fa033fb2ceb248ba8c5fa36",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5229,7 +5230,7 @@
"issues": "https://github.com/laravel/scout/issues", "issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout" "source": "https://github.com/laravel/scout"
}, },
"time": "2024-10-01T14:39:33+00:00" "time": "2024-10-30T15:09:56+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -5294,16 +5295,16 @@
}, },
{ {
"name": "laravel/slack-notification-channel", "name": "laravel/slack-notification-channel",
"version": "v3.3.2", "version": "v3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/slack-notification-channel.git", "url": "https://github.com/laravel/slack-notification-channel.git",
"reference": "5e04e4a0834b84650a207a76b7a67de8156d0b04" "reference": "8ffbb9f0578956cc192bffc8d75f5b07beb35aa3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/5e04e4a0834b84650a207a76b7a67de8156d0b04", "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/8ffbb9f0578956cc192bffc8d75f5b07beb35aa3",
"reference": "5e04e4a0834b84650a207a76b7a67de8156d0b04", "reference": "8ffbb9f0578956cc192bffc8d75f5b07beb35aa3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5353,9 +5354,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/slack-notification-channel/issues", "issues": "https://github.com/laravel/slack-notification-channel/issues",
"source": "https://github.com/laravel/slack-notification-channel/tree/v3.3.2" "source": "https://github.com/laravel/slack-notification-channel/tree/v3.4.0"
}, },
"time": "2024-09-04T06:56:09+00:00" "time": "2024-10-24T15:06:08+00:00"
}, },
{ {
"name": "laravel/socialite", "name": "laravel/socialite",
@ -6855,16 +6856,16 @@
}, },
{ {
"name": "mollie/mollie-api-php", "name": "mollie/mollie-api-php",
"version": "v2.73.0", "version": "v2.74.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mollie/mollie-api-php.git", "url": "https://github.com/mollie/mollie-api-php.git",
"reference": "0a26175492d4c55bb461e44fe3e63546539b81c1" "reference": "6401783472a2a423386e66bd4d6ab3b3173b1b73"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/0a26175492d4c55bb461e44fe3e63546539b81c1", "url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/6401783472a2a423386e66bd4d6ab3b3173b1b73",
"reference": "0a26175492d4c55bb461e44fe3e63546539b81c1", "reference": "6401783472a2a423386e66bd4d6ab3b3173b1b73",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6941,9 +6942,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/mollie/mollie-api-php/issues", "issues": "https://github.com/mollie/mollie-api-php/issues",
"source": "https://github.com/mollie/mollie-api-php/tree/v2.73.0" "source": "https://github.com/mollie/mollie-api-php/tree/v2.74.1"
}, },
"time": "2024-09-30T13:16:57+00:00" "time": "2024-10-30T10:30:13+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@ -7420,20 +7421,20 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "3.8.0", "version": "3.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f" "reference": "10ac0aa86b8062219ce21e8189123d611ca3ecd9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbd3eef89af8ba66a3aa7952b5439168fbcc529f", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/10ac0aa86b8062219ce21e8189123d611ca3ecd9",
"reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f", "reference": "10ac0aa86b8062219ce21e8189123d611ca3ecd9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"carbonphp/carbon-doctrine-types": "*", "carbonphp/carbon-doctrine-types": "<100.0",
"ext-json": "*", "ext-json": "*",
"php": "^8.1", "php": "^8.1",
"psr/clock": "^1.0", "psr/clock": "^1.0",
@ -7522,7 +7523,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-19T06:22:39+00:00" "time": "2024-11-03T16:02:24+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@ -8959,16 +8960,16 @@
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "5.4.1", "version": "5.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c" "reference": "54e10d44fc1a84e2598d26f70d4f6f1f233e228a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/54e10d44fc1a84e2598d26f70d4f6f1f233e228a",
"reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", "reference": "54e10d44fc1a84e2598d26f70d4f6f1f233e228a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8981,13 +8982,13 @@
"webmozart/assert": "^1.9.1" "webmozart/assert": "^1.9.1"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~1.3.5", "mockery/mockery": "~1.3.5 || ~1.6.0",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8", "phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2", "phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.13" "psalm/phar": "^5.26"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -9017,29 +9018,29 @@
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1" "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.5.0"
}, },
"time": "2024-05-21T05:55:05+00:00" "time": "2024-11-04T21:26:31+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.8.2", "version": "1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "153ae662783729388a584b4361f2545e4d841e3c" "reference": "1fb5ba8d045f5dd984ebded5b1cc66f29459422d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/1fb5ba8d045f5dd984ebded5b1cc66f29459422d",
"reference": "153ae662783729388a584b4361f2545e4d841e3c", "reference": "1fb5ba8d045f5dd984ebded5b1cc66f29459422d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/deprecations": "^1.0", "doctrine/deprecations": "^1.0",
"php": "^7.3 || ^8.0", "php": "^7.3 || ^8.0",
"phpdocumentor/reflection-common": "^2.0", "phpdocumentor/reflection-common": "^2.0",
"phpstan/phpdoc-parser": "^1.13" "phpstan/phpdoc-parser": "^1.18"
}, },
"require-dev": { "require-dev": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
@ -9075,9 +9076,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.9.0"
}, },
"time": "2024-02-23T11:10:43+00:00" "time": "2024-11-03T20:11:34+00:00"
}, },
{ {
"name": "phpoffice/phpspreadsheet", "name": "phpoffice/phpspreadsheet",
@ -16852,16 +16853,16 @@
}, },
{ {
"name": "larastan/larastan", "name": "larastan/larastan",
"version": "v2.9.9", "version": "v2.9.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/larastan/larastan.git", "url": "https://github.com/larastan/larastan.git",
"reference": "148faa138f0d8acb7d85f4a55693d3e13b6048d2" "reference": "9e7233d88f4f10796fadb8a2d85c5f2b55277c76"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/larastan/larastan/zipball/148faa138f0d8acb7d85f4a55693d3e13b6048d2", "url": "https://api.github.com/repos/larastan/larastan/zipball/9e7233d88f4f10796fadb8a2d85c5f2b55277c76",
"reference": "148faa138f0d8acb7d85f4a55693d3e13b6048d2", "reference": "9e7233d88f4f10796fadb8a2d85c5f2b55277c76",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -16931,7 +16932,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/larastan/larastan/issues", "issues": "https://github.com/larastan/larastan/issues",
"source": "https://github.com/larastan/larastan/tree/v2.9.9" "source": "https://github.com/larastan/larastan/tree/v2.9.10"
}, },
"funding": [ "funding": [
{ {
@ -16951,7 +16952,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-10-15T19:41:22+00:00" "time": "2024-10-19T23:04:40+00:00"
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
@ -18589,16 +18590,16 @@
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "6.1.1", "version": "6.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "5ef523a49ae7a302b87b2102b72b1eda8918d686" "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5ef523a49ae7a302b87b2102b72b1eda8918d686", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/43d129d6a0f81c78bee378b46688293eb7ea3739",
"reference": "5ef523a49ae7a302b87b2102b72b1eda8918d686", "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -18609,12 +18610,12 @@
"sebastian/exporter": "^6.0" "sebastian/exporter": "^6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^11.3" "phpunit/phpunit": "^11.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "6.1-dev" "dev-main": "6.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -18654,7 +18655,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues", "issues": "https://github.com/sebastianbergmann/comparator/issues",
"security": "https://github.com/sebastianbergmann/comparator/security/policy", "security": "https://github.com/sebastianbergmann/comparator/security/policy",
"source": "https://github.com/sebastianbergmann/comparator/tree/6.1.1" "source": "https://github.com/sebastianbergmann/comparator/tree/6.2.1"
}, },
"funding": [ "funding": [
{ {
@ -18662,7 +18663,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-10-18T15:00:48+00:00" "time": "2024-10-31T05:30:08+00:00"
}, },
{ {
"name": "sebastian/complexity", "name": "sebastian/complexity",

View File

@ -0,0 +1,37 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
public function up(): void
{
Schema::create('e_invoicing_tokens', function (Blueprint $table) {
$table->id();
$table->string('license',64);
$table->uuid('token',64)->unique()->index();
$table->string('account_key',64);
$table->timestamps();
});
if (Ninja::isSelfHost()) {
Schema::table('companies', function (Blueprint $table) {
if (Schema::hasColumn('companies', 'e_invoicing_token')) {
$table->dropColumn('e_invoicing_token');
}
});
}
Schema::table('accounts', function (Blueprint $table) {
$table->string('e_invoicing_token')->nullable();
});
}
public function down(): void
{
}
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

109
public/build/assets/app-780c4e5a.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
"file": "assets/wait-8f4ae121.js" "file": "assets/wait-8f4ae121.js"
}, },
"resources/js/app.js": { "resources/js/app.js": {
"file": "assets/app-021b0210.js", "file": "assets/app-780c4e5a.js",
"imports": [ "imports": [
"_index-08e160a7.js", "_index-08e160a7.js",
"__commonjsHelpers-725317a4.js" "__commonjsHelpers-725317a4.js"

View File

@ -17,9 +17,9 @@ var __copyProps = (to, from, except, desc) => {
}; };
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod)); var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
// node_modules/alpinejs/dist/module.cjs.js // ../alpine/packages/alpinejs/dist/module.cjs.js
var require_module_cjs = __commonJS({ var require_module_cjs = __commonJS({
"node_modules/alpinejs/dist/module.cjs.js"(exports, module) { "../alpine/packages/alpinejs/dist/module.cjs.js"(exports, module) {
var __create2 = Object.create; var __create2 = Object.create;
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@ -1432,11 +1432,11 @@ var require_module_cjs = __commonJS({
}); });
} }
function cleanupElement(el) { function cleanupElement(el) {
if (el._x_cleanups) { var _a, _b;
while (el._x_cleanups.length) (_a = el._x_effects) == null ? void 0 : _a.forEach(dequeueJob);
while ((_b = el._x_cleanups) == null ? void 0 : _b.length)
el._x_cleanups.pop()(); el._x_cleanups.pop()();
} }
}
var observer = new MutationObserver(onMutate); var observer = new MutationObserver(onMutate);
var currentlyObserving = false; var currentlyObserving = false;
function startObservingMutations() { function startObservingMutations() {
@ -1673,27 +1673,23 @@ var require_module_cjs = __commonJS({
magics[name] = callback; magics[name] = callback;
} }
function injectMagics(obj, el) { function injectMagics(obj, el) {
let memoizedUtilities = getUtilities(el);
Object.entries(magics).forEach(([name, callback]) => { Object.entries(magics).forEach(([name, callback]) => {
let memoizedUtilities = null;
function getUtilities() {
if (memoizedUtilities) {
return memoizedUtilities;
} else {
let [utilities, cleanup] = getElementBoundUtilities(el);
memoizedUtilities = { interceptor, ...utilities };
onElRemoved(el, cleanup);
return memoizedUtilities;
}
}
Object.defineProperty(obj, `$${name}`, { Object.defineProperty(obj, `$${name}`, {
get() { get() {
return callback(el, getUtilities()); return callback(el, memoizedUtilities);
}, },
enumerable: false enumerable: false
}); });
}); });
return obj; return obj;
} }
function getUtilities(el) {
let [utilities, cleanup] = getElementBoundUtilities(el);
let utils = { interceptor, ...utilities };
onElRemoved(el, cleanup);
return utils;
}
function tryCatch(el, expression, callback, ...args) { function tryCatch(el, expression, callback, ...args) {
try { try {
return callback(...args); return callback(...args);
@ -2067,8 +2063,8 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
function destroyTree(root, walker = walk) { function destroyTree(root, walker = walk) {
walker(root, (el) => { walker(root, (el) => {
cleanupAttributes(el);
cleanupElement(el); cleanupElement(el);
cleanupAttributes(el);
}); });
} }
function warnAboutMissingPlugins() { function warnAboutMissingPlugins() {
@ -2561,7 +2557,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
} }
function bindInputValue(el, value) { function bindInputValue(el, value) {
if (el.type === "radio") { if (isRadio(el)) {
if (el.attributes.value === void 0) { if (el.attributes.value === void 0) {
el.value = value; el.value = value;
} }
@ -2572,7 +2568,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
el.checked = checkedAttrLooseCompare(el.value, value); el.checked = checkedAttrLooseCompare(el.value, value);
} }
} }
} else if (el.type === "checkbox") { } else if (isCheckbox(el)) {
if (Number.isInteger(value)) { if (Number.isInteger(value)) {
el.value = value; el.value = value;
} else if (!Array.isArray(value) && typeof value !== "boolean" && ![null, void 0].includes(value)) { } else if (!Array.isArray(value) && typeof value !== "boolean" && ![null, void 0].includes(value)) {
@ -2648,34 +2644,37 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
return rawValue ? Boolean(rawValue) : null; return rawValue ? Boolean(rawValue) : null;
} }
function isBooleanAttr(attrName) { var booleanAttributes = /* @__PURE__ */ new Set([
const booleanAttributes = [
"disabled",
"checked",
"required",
"readonly",
"open",
"selected",
"autofocus",
"itemscope",
"multiple",
"novalidate",
"allowfullscreen", "allowfullscreen",
"allowpaymentrequest",
"formnovalidate",
"autoplay",
"controls",
"loop",
"muted",
"playsinline",
"default",
"ismap",
"reversed",
"async", "async",
"autofocus",
"autoplay",
"checked",
"controls",
"default",
"defer", "defer",
"nomodule" "disabled",
]; "formnovalidate",
return booleanAttributes.includes(attrName); "inert",
"ismap",
"itemscope",
"loop",
"multiple",
"muted",
"nomodule",
"novalidate",
"open",
"playsinline",
"readonly",
"required",
"reversed",
"selected",
"shadowrootclonable",
"shadowrootdelegatesfocus",
"shadowrootserializable"
]);
function isBooleanAttr(attrName) {
return booleanAttributes.has(attrName);
} }
function attributeShouldntBePreservedIfFalsy(name) { function attributeShouldntBePreservedIfFalsy(name) {
return !["aria-pressed", "aria-checked", "aria-expanded", "aria-selected"].includes(name); return !["aria-pressed", "aria-checked", "aria-expanded", "aria-selected"].includes(name);
@ -2708,6 +2707,12 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
return attr; return attr;
} }
function isCheckbox(el) {
return el.type === "checkbox" || el.localName === "ui-checkbox" || el.localName === "ui-switch";
}
function isRadio(el) {
return el.type === "radio" || el.localName === "ui-radio";
}
function debounce2(func, wait) { function debounce2(func, wait) {
var timeout; var timeout;
return function() { return function() {
@ -2776,10 +2781,10 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
return stores[name]; return stores[name];
} }
stores[name] = value; stores[name] = value;
initInterceptors(stores[name]);
if (typeof value === "object" && value !== null && value.hasOwnProperty("init") && typeof value.init === "function") { if (typeof value === "object" && value !== null && value.hasOwnProperty("init") && typeof value.init === "function") {
stores[name].init(); stores[name].init();
} }
initInterceptors(stores[name]);
} }
function getStores() { function getStores() {
return stores; return stores;
@ -2861,7 +2866,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
get raw() { get raw() {
return raw; return raw;
}, },
version: "3.14.1", version: "3.14.3",
flushAndStopDeferringMutations, flushAndStopDeferringMutations,
dontAutoEvaluateFunctions, dontAutoEvaluateFunctions,
disableEffectScheduling, disableEffectScheduling,
@ -3070,7 +3075,10 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
placeInDom(el._x_teleport, target2, modifiers); placeInDom(el._x_teleport, target2, modifiers);
}); });
}; };
cleanup(() => clone2.remove()); cleanup(() => mutateDom(() => {
clone2.remove();
destroyTree(clone2);
}));
}); });
var teleportContainerDuringClone = document.createElement("div"); var teleportContainerDuringClone = document.createElement("div");
function getTarget(expression) { function getTarget(expression) {
@ -3294,7 +3302,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
setValue(getInputValue(el, modifiers, e, getValue())); setValue(getInputValue(el, modifiers, e, getValue()));
}); });
if (modifiers.includes("fill")) { if (modifiers.includes("fill")) {
if ([void 0, null, ""].includes(getValue()) || el.type === "checkbox" && Array.isArray(getValue()) || el.tagName.toLowerCase() === "select" && el.multiple) { if ([void 0, null, ""].includes(getValue()) || isCheckbox(el) && Array.isArray(getValue()) || el.tagName.toLowerCase() === "select" && el.multiple) {
setValue(getInputValue(el, modifiers, { target: el }, getValue())); setValue(getInputValue(el, modifiers, { target: el }, getValue()));
} }
} }
@ -3334,7 +3342,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
return mutateDom(() => { return mutateDom(() => {
if (event instanceof CustomEvent && event.detail !== void 0) if (event instanceof CustomEvent && event.detail !== void 0)
return event.detail !== null && event.detail !== void 0 ? event.detail : event.target.value; return event.detail !== null && event.detail !== void 0 ? event.detail : event.target.value;
else if (el.type === "checkbox") { else if (isCheckbox(el)) {
if (Array.isArray(currentValue)) { if (Array.isArray(currentValue)) {
let newValue = null; let newValue = null;
if (modifiers.includes("number")) { if (modifiers.includes("number")) {
@ -3365,7 +3373,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}); });
} else { } else {
let newValue; let newValue;
if (el.type === "radio") { if (isRadio(el)) {
if (event.target.checked) { if (event.target.checked) {
newValue = event.target.value; newValue = event.target.value;
} else { } else {
@ -3558,7 +3566,10 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
el._x_lookup = {}; el._x_lookup = {};
effect3(() => loop(el, iteratorNames, evaluateItems, evaluateKey)); effect3(() => loop(el, iteratorNames, evaluateItems, evaluateKey));
cleanup(() => { cleanup(() => {
Object.values(el._x_lookup).forEach((el2) => el2.remove()); Object.values(el._x_lookup).forEach((el2) => mutateDom(() => {
destroyTree(el2);
el2.remove();
}));
delete el._x_prevKeys; delete el._x_prevKeys;
delete el._x_lookup; delete el._x_lookup;
}); });
@ -3627,11 +3638,12 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
for (let i = 0; i < removes.length; i++) { for (let i = 0; i < removes.length; i++) {
let key = removes[i]; let key = removes[i];
if (!!lookup[key]._x_effects) { if (!(key in lookup))
lookup[key]._x_effects.forEach(dequeueJob); continue;
} mutateDom(() => {
destroyTree(lookup[key]);
lookup[key].remove(); lookup[key].remove();
lookup[key] = null; });
delete lookup[key]; delete lookup[key];
} }
for (let i = 0; i < moves.length; i++) { for (let i = 0; i < moves.length; i++) {
@ -3752,12 +3764,10 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}); });
el._x_currentIfEl = clone2; el._x_currentIfEl = clone2;
el._x_undoIf = () => { el._x_undoIf = () => {
walk(clone2, (node) => { mutateDom(() => {
if (!!node._x_effects) { destroyTree(clone2);
node._x_effects.forEach(dequeueJob);
}
});
clone2.remove(); clone2.remove();
});
delete el._x_currentIfEl; delete el._x_currentIfEl;
}; };
return clone2; return clone2;
@ -3812,9 +3822,9 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
}); });
// node_modules/@alpinejs/collapse/dist/module.cjs.js // ../../../../usr/local/lib/node_modules/@alpinejs/collapse/dist/module.cjs.js
var require_module_cjs2 = __commonJS({ var require_module_cjs2 = __commonJS({
"node_modules/@alpinejs/collapse/dist/module.cjs.js"(exports, module) { "../../../../usr/local/lib/node_modules/@alpinejs/collapse/dist/module.cjs.js"(exports, module) {
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
var __getOwnPropNames2 = Object.getOwnPropertyNames; var __getOwnPropNames2 = Object.getOwnPropertyNames;
@ -3887,7 +3897,7 @@ var require_module_cjs2 = __commonJS({
start: { height: current + "px" }, start: { height: current + "px" },
end: { height: full + "px" } end: { height: full + "px" }
}, () => el._x_isShown = true, () => { }, () => el._x_isShown = true, () => {
if (Math.abs(el.getBoundingClientRect().height - full) < 1) { if (el.getBoundingClientRect().height == full) {
el.style.overflow = null; el.style.overflow = null;
} }
}); });
@ -3933,9 +3943,9 @@ var require_module_cjs2 = __commonJS({
} }
}); });
// node_modules/@alpinejs/focus/dist/module.cjs.js // ../../../../usr/local/lib/node_modules/@alpinejs/focus/dist/module.cjs.js
var require_module_cjs3 = __commonJS({ var require_module_cjs3 = __commonJS({
"node_modules/@alpinejs/focus/dist/module.cjs.js"(exports, module) { "../../../../usr/local/lib/node_modules/@alpinejs/focus/dist/module.cjs.js"(exports, module) {
var __create2 = Object.create; var __create2 = Object.create;
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@ -4935,9 +4945,9 @@ var require_module_cjs3 = __commonJS({
} }
}); });
// node_modules/@alpinejs/persist/dist/module.cjs.js // ../../../../usr/local/lib/node_modules/@alpinejs/persist/dist/module.cjs.js
var require_module_cjs4 = __commonJS({ var require_module_cjs4 = __commonJS({
"node_modules/@alpinejs/persist/dist/module.cjs.js"(exports, module) { "../../../../usr/local/lib/node_modules/@alpinejs/persist/dist/module.cjs.js"(exports, module) {
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
var __getOwnPropNames2 = Object.getOwnPropertyNames; var __getOwnPropNames2 = Object.getOwnPropertyNames;
@ -5024,9 +5034,9 @@ var require_module_cjs4 = __commonJS({
} }
}); });
// node_modules/@alpinejs/intersect/dist/module.cjs.js // ../../../../usr/local/lib/node_modules/@alpinejs/intersect/dist/module.cjs.js
var require_module_cjs5 = __commonJS({ var require_module_cjs5 = __commonJS({
"node_modules/@alpinejs/intersect/dist/module.cjs.js"(exports, module) { "../../../../usr/local/lib/node_modules/@alpinejs/intersect/dist/module.cjs.js"(exports, module) {
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
var __getOwnPropNames2 = Object.getOwnPropertyNames; var __getOwnPropNames2 = Object.getOwnPropertyNames;
@ -5178,9 +5188,9 @@ var require_module_cjs6 = __commonJS({
} }
}); });
// node_modules/@alpinejs/anchor/dist/module.cjs.js // ../alpine/packages/anchor/dist/module.cjs.js
var require_module_cjs7 = __commonJS({ var require_module_cjs7 = __commonJS({
"node_modules/@alpinejs/anchor/dist/module.cjs.js"(exports, module) { "../alpine/packages/anchor/dist/module.cjs.js"(exports, module) {
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
var __getOwnPropNames2 = Object.getOwnPropertyNames; var __getOwnPropNames2 = Object.getOwnPropertyNames;
@ -6716,9 +6726,9 @@ var require_nprogress = __commonJS({
} }
}); });
// node_modules/@alpinejs/morph/dist/module.cjs.js // ../alpine/packages/morph/dist/module.cjs.js
var require_module_cjs8 = __commonJS({ var require_module_cjs8 = __commonJS({
"node_modules/@alpinejs/morph/dist/module.cjs.js"(exports, module) { "../alpine/packages/morph/dist/module.cjs.js"(exports, module) {
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
var __getOwnPropNames2 = Object.getOwnPropertyNames; var __getOwnPropNames2 = Object.getOwnPropertyNames;
@ -7078,9 +7088,9 @@ var require_module_cjs8 = __commonJS({
} }
}); });
// node_modules/@alpinejs/mask/dist/module.cjs.js // ../../../../usr/local/lib/node_modules/@alpinejs/mask/dist/module.cjs.js
var require_module_cjs9 = __commonJS({ var require_module_cjs9 = __commonJS({
"node_modules/@alpinejs/mask/dist/module.cjs.js"(exports, module) { "../../../../usr/local/lib/node_modules/@alpinejs/mask/dist/module.cjs.js"(exports, module) {
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
var __getOwnPropNames2 = Object.getOwnPropertyNames; var __getOwnPropNames2 = Object.getOwnPropertyNames;
@ -8854,10 +8864,12 @@ function restoreScrollPositionOrScrollToTop() {
el.removeAttribute("data-scroll-y"); el.removeAttribute("data-scroll-y");
} }
}; };
queueMicrotask(() => {
queueMicrotask(() => { queueMicrotask(() => {
scroll(document.body); scroll(document.body);
document.querySelectorAll(["[x-navigate\\:scroll]", "[wire\\:scroll]"]).forEach(scroll); document.querySelectorAll(["[x-navigate\\:scroll]", "[wire\\:scroll]"]).forEach(scroll);
}); });
});
} }
// js/plugins/navigate/persist.js // js/plugins/navigate/persist.js
@ -9005,6 +9017,44 @@ function injectStyles() {
document.head.appendChild(style); document.head.appendChild(style);
} }
// js/plugins/navigate/popover.js
function packUpPersistedPopovers(persistedEl) {
persistedEl.querySelectorAll(":popover-open").forEach((el) => {
el.setAttribute("data-navigate-popover-open", "");
let animations = el.getAnimations();
el._pausedAnimations = animations.map((animation) => ({
keyframes: animation.effect.getKeyframes(),
options: {
duration: animation.effect.getTiming().duration,
easing: animation.effect.getTiming().easing,
fill: animation.effect.getTiming().fill,
iterations: animation.effect.getTiming().iterations
},
currentTime: animation.currentTime,
playState: animation.playState
}));
animations.forEach((i) => i.pause());
});
}
function unPackPersistedPopovers(persistedEl) {
persistedEl.querySelectorAll("[data-navigate-popover-open]").forEach((el) => {
el.removeAttribute("data-navigate-popover-open");
queueMicrotask(() => {
if (!el.isConnected)
return;
el.showPopover();
el.getAnimations().forEach((i) => i.finish());
if (el._pausedAnimations) {
el._pausedAnimations.forEach(({ keyframes, options, currentTime, now, playState }) => {
let animation = el.animate(keyframes, options);
animation.currentTime = currentTime;
});
delete el._pausedAnimations;
}
});
});
}
// js/plugins/navigate/page.js // js/plugins/navigate/page.js
var oldBodyScriptTagHashes = []; var oldBodyScriptTagHashes = [];
var attributesExemptFromScriptTagHashing = [ var attributesExemptFromScriptTagHashing = [
@ -9143,7 +9193,7 @@ var autofocus = false;
function navigate_default(Alpine19) { function navigate_default(Alpine19) {
Alpine19.navigate = (url) => { Alpine19.navigate = (url) => {
let destination = createUrlObjectFromString(url); let destination = createUrlObjectFromString(url);
let prevented = fireEventForOtherLibariesToHookInto("alpine:navigate", { let prevented = fireEventForOtherLibrariesToHookInto("alpine:navigate", {
url: destination, url: destination,
history: false, history: false,
cached: false cached: false
@ -9174,7 +9224,7 @@ function navigate_default(Alpine19) {
storeThePrefetchedHtmlForWhenALinkIsClicked(html, destination, finalDestination); storeThePrefetchedHtmlForWhenALinkIsClicked(html, destination, finalDestination);
}); });
whenItIsReleased(() => { whenItIsReleased(() => {
let prevented = fireEventForOtherLibariesToHookInto("alpine:navigate", { let prevented = fireEventForOtherLibrariesToHookInto("alpine:navigate", {
url: destination, url: destination,
history: false, history: false,
cached: false cached: false
@ -9188,7 +9238,7 @@ function navigate_default(Alpine19) {
function navigateTo(destination, shouldPushToHistoryState = true) { function navigateTo(destination, shouldPushToHistoryState = true) {
showProgressBar && showAndStartProgressBar(); showProgressBar && showAndStartProgressBar();
fetchHtmlOrUsePrefetchedHtml(destination, (html, finalDestination) => { fetchHtmlOrUsePrefetchedHtml(destination, (html, finalDestination) => {
fireEventForOtherLibariesToHookInto("alpine:navigating"); fireEventForOtherLibrariesToHookInto("alpine:navigating");
restoreScroll && storeScrollInformationInHtmlBeforeNavigatingAway(); restoreScroll && storeScrollInformationInHtmlBeforeNavigatingAway();
showProgressBar && finishAndHideProgressBar(); showProgressBar && finishAndHideProgressBar();
cleanupAlpineElementsOnThePageThatArentInsideAPersistedElement(); cleanupAlpineElementsOnThePageThatArentInsideAPersistedElement();
@ -9196,6 +9246,7 @@ function navigate_default(Alpine19) {
preventAlpineFromPickingUpDomChanges(Alpine19, (andAfterAllThis) => { preventAlpineFromPickingUpDomChanges(Alpine19, (andAfterAllThis) => {
enablePersist && storePersistantElementsForLater((persistedEl) => { enablePersist && storePersistantElementsForLater((persistedEl) => {
packUpPersistedTeleports(persistedEl); packUpPersistedTeleports(persistedEl);
packUpPersistedPopovers(persistedEl);
}); });
if (shouldPushToHistoryState) { if (shouldPushToHistoryState) {
updateUrlAndStoreLatestHtmlForFutureBackButtons(html, finalDestination); updateUrlAndStoreLatestHtmlForFutureBackButtons(html, finalDestination);
@ -9206,6 +9257,7 @@ function navigate_default(Alpine19) {
removeAnyLeftOverStaleTeleportTargets(document.body); removeAnyLeftOverStaleTeleportTargets(document.body);
enablePersist && putPersistantElementsBack((persistedEl, newStub) => { enablePersist && putPersistantElementsBack((persistedEl, newStub) => {
unPackPersistedTeleports(persistedEl); unPackPersistedTeleports(persistedEl);
unPackPersistedPopovers(persistedEl);
}); });
restoreScrollPositionOrScrollToTop(); restoreScrollPositionOrScrollToTop();
afterNewScriptsAreDoneLoading(() => { afterNewScriptsAreDoneLoading(() => {
@ -9214,7 +9266,7 @@ function navigate_default(Alpine19) {
autofocus && autofocusElementsWithTheAutofocusAttribute(); autofocus && autofocusElementsWithTheAutofocusAttribute();
}); });
nowInitializeAlpineOnTheNewPage(Alpine19); nowInitializeAlpineOnTheNewPage(Alpine19);
fireEventForOtherLibariesToHookInto("alpine:navigated"); fireEventForOtherLibrariesToHookInto("alpine:navigated");
}); });
}); });
}); });
@ -9224,7 +9276,7 @@ function navigate_default(Alpine19) {
whenTheBackOrForwardButtonIsClicked((ifThePageBeingVisitedHasntBeenCached) => { whenTheBackOrForwardButtonIsClicked((ifThePageBeingVisitedHasntBeenCached) => {
ifThePageBeingVisitedHasntBeenCached((url) => { ifThePageBeingVisitedHasntBeenCached((url) => {
let destination = createUrlObjectFromString(url); let destination = createUrlObjectFromString(url);
let prevented = fireEventForOtherLibariesToHookInto("alpine:navigate", { let prevented = fireEventForOtherLibrariesToHookInto("alpine:navigate", {
url: destination, url: destination,
history: true, history: true,
cached: false cached: false
@ -9236,7 +9288,7 @@ function navigate_default(Alpine19) {
}); });
}, (html, url, currentPageUrl, currentPageKey) => { }, (html, url, currentPageUrl, currentPageKey) => {
let destination = createUrlObjectFromString(url); let destination = createUrlObjectFromString(url);
let prevented = fireEventForOtherLibariesToHookInto("alpine:navigate", { let prevented = fireEventForOtherLibrariesToHookInto("alpine:navigate", {
url: destination, url: destination,
history: true, history: true,
cached: true cached: true
@ -9244,29 +9296,31 @@ function navigate_default(Alpine19) {
if (prevented) if (prevented)
return; return;
storeScrollInformationInHtmlBeforeNavigatingAway(); storeScrollInformationInHtmlBeforeNavigatingAway();
fireEventForOtherLibariesToHookInto("alpine:navigating"); fireEventForOtherLibrariesToHookInto("alpine:navigating");
updateCurrentPageHtmlInSnapshotCacheForLaterBackButtonClicks(currentPageUrl, currentPageKey); updateCurrentPageHtmlInSnapshotCacheForLaterBackButtonClicks(currentPageUrl, currentPageKey);
preventAlpineFromPickingUpDomChanges(Alpine19, (andAfterAllThis) => { preventAlpineFromPickingUpDomChanges(Alpine19, (andAfterAllThis) => {
enablePersist && storePersistantElementsForLater((persistedEl) => { enablePersist && storePersistantElementsForLater((persistedEl) => {
packUpPersistedTeleports(persistedEl); packUpPersistedTeleports(persistedEl);
packUpPersistedPopovers(persistedEl);
}); });
swapCurrentPageWithNewHtml(html, () => { swapCurrentPageWithNewHtml(html, () => {
removeAnyLeftOverStaleProgressBars(); removeAnyLeftOverStaleProgressBars();
removeAnyLeftOverStaleTeleportTargets(document.body); removeAnyLeftOverStaleTeleportTargets(document.body);
enablePersist && putPersistantElementsBack((persistedEl, newStub) => { enablePersist && putPersistantElementsBack((persistedEl, newStub) => {
unPackPersistedTeleports(persistedEl); unPackPersistedTeleports(persistedEl);
unPackPersistedPopovers(persistedEl);
}); });
restoreScrollPositionOrScrollToTop(); restoreScrollPositionOrScrollToTop();
andAfterAllThis(() => { andAfterAllThis(() => {
autofocus && autofocusElementsWithTheAutofocusAttribute(); autofocus && autofocusElementsWithTheAutofocusAttribute();
nowInitializeAlpineOnTheNewPage(Alpine19); nowInitializeAlpineOnTheNewPage(Alpine19);
fireEventForOtherLibariesToHookInto("alpine:navigated"); fireEventForOtherLibrariesToHookInto("alpine:navigated");
}); });
}); });
}); });
}); });
setTimeout(() => { setTimeout(() => {
fireEventForOtherLibariesToHookInto("alpine:navigated"); fireEventForOtherLibrariesToHookInto("alpine:navigated");
}); });
} }
function fetchHtmlOrUsePrefetchedHtml(fromDestination, callback) { function fetchHtmlOrUsePrefetchedHtml(fromDestination, callback) {
@ -9283,7 +9337,7 @@ function preventAlpineFromPickingUpDomChanges(Alpine19, callback) {
}); });
}); });
} }
function fireEventForOtherLibariesToHookInto(name, detail) { function fireEventForOtherLibrariesToHookInto(name, detail) {
let event = new CustomEvent(name, { let event = new CustomEvent(name, {
cancelable: true, cancelable: true,
bubbles: true, bubbles: true,
@ -9799,6 +9853,7 @@ function morph2(component, el, html) {
}, },
lookahead: false lookahead: false
}); });
trigger("morphed", { el, component });
} }
function isntElement(el) { function isntElement(el) {
return typeof el.hasAttribute !== "function"; return typeof el.hasAttribute !== "function";
@ -10868,3 +10923,4 @@ focus-trap/dist/focus-trap.js:
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
*) *)
*/ */
//# sourceMappingURL=livewire.esm.js.map

File diff suppressed because one or more lines are too long

View File

@ -712,7 +712,7 @@
uploadManager.cancelUpload(name, cancelledCallback); uploadManager.cancelUpload(name, cancelledCallback);
} }
// node_modules/alpinejs/dist/module.esm.js // ../alpine/packages/alpinejs/dist/module.esm.js
var flushPending = false; var flushPending = false;
var flushing = false; var flushing = false;
var queue = []; var queue = [];
@ -851,11 +851,10 @@
}); });
} }
function cleanupElement(el) { function cleanupElement(el) {
if (el._x_cleanups) { el._x_effects?.forEach(dequeueJob);
while (el._x_cleanups.length) while (el._x_cleanups?.length)
el._x_cleanups.pop()(); el._x_cleanups.pop()();
} }
}
var observer = new MutationObserver(onMutate); var observer = new MutationObserver(onMutate);
var currentlyObserving = false; var currentlyObserving = false;
function startObservingMutations() { function startObservingMutations() {
@ -1092,27 +1091,23 @@
magics[name] = callback; magics[name] = callback;
} }
function injectMagics(obj, el) { function injectMagics(obj, el) {
let memoizedUtilities = getUtilities(el);
Object.entries(magics).forEach(([name, callback]) => { Object.entries(magics).forEach(([name, callback]) => {
let memoizedUtilities = null;
function getUtilities() {
if (memoizedUtilities) {
return memoizedUtilities;
} else {
let [utilities, cleanup2] = getElementBoundUtilities(el);
memoizedUtilities = { interceptor, ...utilities };
onElRemoved(el, cleanup2);
return memoizedUtilities;
}
}
Object.defineProperty(obj, `$${name}`, { Object.defineProperty(obj, `$${name}`, {
get() { get() {
return callback(el, getUtilities()); return callback(el, memoizedUtilities);
}, },
enumerable: false enumerable: false
}); });
}); });
return obj; return obj;
} }
function getUtilities(el) {
let [utilities, cleanup2] = getElementBoundUtilities(el);
let utils = { interceptor, ...utilities };
onElRemoved(el, cleanup2);
return utils;
}
function tryCatch(el, expression, callback, ...args) { function tryCatch(el, expression, callback, ...args) {
try { try {
return callback(...args); return callback(...args);
@ -1486,8 +1481,8 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
function destroyTree(root, walker = walk) { function destroyTree(root, walker = walk) {
walker(root, (el) => { walker(root, (el) => {
cleanupAttributes(el);
cleanupElement(el); cleanupElement(el);
cleanupAttributes(el);
}); });
} }
function warnAboutMissingPlugins() { function warnAboutMissingPlugins() {
@ -1980,7 +1975,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
} }
function bindInputValue(el, value) { function bindInputValue(el, value) {
if (el.type === "radio") { if (isRadio(el)) {
if (el.attributes.value === void 0) { if (el.attributes.value === void 0) {
el.value = value; el.value = value;
} }
@ -1991,7 +1986,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
el.checked = checkedAttrLooseCompare(el.value, value); el.checked = checkedAttrLooseCompare(el.value, value);
} }
} }
} else if (el.type === "checkbox") { } else if (isCheckbox(el)) {
if (Number.isInteger(value)) { if (Number.isInteger(value)) {
el.value = value; el.value = value;
} else if (!Array.isArray(value) && typeof value !== "boolean" && ![null, void 0].includes(value)) { } else if (!Array.isArray(value) && typeof value !== "boolean" && ![null, void 0].includes(value)) {
@ -2067,34 +2062,37 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
return rawValue ? Boolean(rawValue) : null; return rawValue ? Boolean(rawValue) : null;
} }
function isBooleanAttr(attrName) { var booleanAttributes = /* @__PURE__ */ new Set([
const booleanAttributes = [
"disabled",
"checked",
"required",
"readonly",
"open",
"selected",
"autofocus",
"itemscope",
"multiple",
"novalidate",
"allowfullscreen", "allowfullscreen",
"allowpaymentrequest",
"formnovalidate",
"autoplay",
"controls",
"loop",
"muted",
"playsinline",
"default",
"ismap",
"reversed",
"async", "async",
"autofocus",
"autoplay",
"checked",
"controls",
"default",
"defer", "defer",
"nomodule" "disabled",
]; "formnovalidate",
return booleanAttributes.includes(attrName); "inert",
"ismap",
"itemscope",
"loop",
"multiple",
"muted",
"nomodule",
"novalidate",
"open",
"playsinline",
"readonly",
"required",
"reversed",
"selected",
"shadowrootclonable",
"shadowrootdelegatesfocus",
"shadowrootserializable"
]);
function isBooleanAttr(attrName) {
return booleanAttributes.has(attrName);
} }
function attributeShouldntBePreservedIfFalsy(name) { function attributeShouldntBePreservedIfFalsy(name) {
return !["aria-pressed", "aria-checked", "aria-expanded", "aria-selected"].includes(name); return !["aria-pressed", "aria-checked", "aria-expanded", "aria-selected"].includes(name);
@ -2127,6 +2125,12 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
return attr; return attr;
} }
function isCheckbox(el) {
return el.type === "checkbox" || el.localName === "ui-checkbox" || el.localName === "ui-switch";
}
function isRadio(el) {
return el.type === "radio" || el.localName === "ui-radio";
}
function debounce(func, wait) { function debounce(func, wait) {
var timeout; var timeout;
return function() { return function() {
@ -2195,10 +2199,10 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
return stores[name]; return stores[name];
} }
stores[name] = value; stores[name] = value;
initInterceptors(stores[name]);
if (typeof value === "object" && value !== null && value.hasOwnProperty("init") && typeof value.init === "function") { if (typeof value === "object" && value !== null && value.hasOwnProperty("init") && typeof value.init === "function") {
stores[name].init(); stores[name].init();
} }
initInterceptors(stores[name]);
} }
function getStores() { function getStores() {
return stores; return stores;
@ -2280,7 +2284,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
get raw() { get raw() {
return raw; return raw;
}, },
version: "3.14.1", version: "3.14.3",
flushAndStopDeferringMutations, flushAndStopDeferringMutations,
dontAutoEvaluateFunctions, dontAutoEvaluateFunctions,
disableEffectScheduling, disableEffectScheduling,
@ -3136,7 +3140,10 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
placeInDom(el._x_teleport, target2, modifiers); placeInDom(el._x_teleport, target2, modifiers);
}); });
}; };
cleanup2(() => clone2.remove()); cleanup2(() => mutateDom(() => {
clone2.remove();
destroyTree(clone2);
}));
}); });
var teleportContainerDuringClone = document.createElement("div"); var teleportContainerDuringClone = document.createElement("div");
function getTarget(expression) { function getTarget(expression) {
@ -3360,7 +3367,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
setValue(getInputValue(el, modifiers, e, getValue())); setValue(getInputValue(el, modifiers, e, getValue()));
}); });
if (modifiers.includes("fill")) { if (modifiers.includes("fill")) {
if ([void 0, null, ""].includes(getValue()) || el.type === "checkbox" && Array.isArray(getValue()) || el.tagName.toLowerCase() === "select" && el.multiple) { if ([void 0, null, ""].includes(getValue()) || isCheckbox(el) && Array.isArray(getValue()) || el.tagName.toLowerCase() === "select" && el.multiple) {
setValue(getInputValue(el, modifiers, { target: el }, getValue())); setValue(getInputValue(el, modifiers, { target: el }, getValue()));
} }
} }
@ -3400,7 +3407,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
return mutateDom(() => { return mutateDom(() => {
if (event instanceof CustomEvent && event.detail !== void 0) if (event instanceof CustomEvent && event.detail !== void 0)
return event.detail !== null && event.detail !== void 0 ? event.detail : event.target.value; return event.detail !== null && event.detail !== void 0 ? event.detail : event.target.value;
else if (el.type === "checkbox") { else if (isCheckbox(el)) {
if (Array.isArray(currentValue)) { if (Array.isArray(currentValue)) {
let newValue = null; let newValue = null;
if (modifiers.includes("number")) { if (modifiers.includes("number")) {
@ -3431,7 +3438,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}); });
} else { } else {
let newValue; let newValue;
if (el.type === "radio") { if (isRadio(el)) {
if (event.target.checked) { if (event.target.checked) {
newValue = event.target.value; newValue = event.target.value;
} else { } else {
@ -3624,7 +3631,10 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
el._x_lookup = {}; el._x_lookup = {};
effect3(() => loop(el, iteratorNames, evaluateItems, evaluateKey)); effect3(() => loop(el, iteratorNames, evaluateItems, evaluateKey));
cleanup2(() => { cleanup2(() => {
Object.values(el._x_lookup).forEach((el2) => el2.remove()); Object.values(el._x_lookup).forEach((el2) => mutateDom(() => {
destroyTree(el2);
el2.remove();
}));
delete el._x_prevKeys; delete el._x_prevKeys;
delete el._x_lookup; delete el._x_lookup;
}); });
@ -3693,11 +3703,12 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
for (let i = 0; i < removes.length; i++) { for (let i = 0; i < removes.length; i++) {
let key = removes[i]; let key = removes[i];
if (!!lookup[key]._x_effects) { if (!(key in lookup))
lookup[key]._x_effects.forEach(dequeueJob); continue;
} mutateDom(() => {
destroyTree(lookup[key]);
lookup[key].remove(); lookup[key].remove();
lookup[key] = null; });
delete lookup[key]; delete lookup[key];
} }
for (let i = 0; i < moves.length; i++) { for (let i = 0; i < moves.length; i++) {
@ -3818,12 +3829,10 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}); });
el._x_currentIfEl = clone2; el._x_currentIfEl = clone2;
el._x_undoIf = () => { el._x_undoIf = () => {
walk(clone2, (node) => { mutateDom(() => {
if (!!node._x_effects) { destroyTree(clone2);
node._x_effects.forEach(dequeueJob);
}
});
clone2.remove(); clone2.remove();
});
delete el._x_currentIfEl; delete el._x_currentIfEl;
}; };
return clone2; return clone2;
@ -4762,7 +4771,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
}; };
// node_modules/@alpinejs/collapse/dist/module.esm.js // ../../../../usr/local/lib/node_modules/@alpinejs/collapse/dist/module.esm.js
function src_default2(Alpine3) { function src_default2(Alpine3) {
Alpine3.directive("collapse", collapse); Alpine3.directive("collapse", collapse);
collapse.inline = (el, { modifiers }) => { collapse.inline = (el, { modifiers }) => {
@ -4812,7 +4821,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
start: { height: current + "px" }, start: { height: current + "px" },
end: { height: full + "px" } end: { height: full + "px" }
}, () => el._x_isShown = true, () => { }, () => el._x_isShown = true, () => {
if (Math.abs(el.getBoundingClientRect().height - full) < 1) { if (el.getBoundingClientRect().height == full) {
el.style.overflow = null; el.style.overflow = null;
} }
}); });
@ -4856,7 +4865,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
var module_default2 = src_default2; var module_default2 = src_default2;
// node_modules/@alpinejs/focus/dist/module.esm.js // ../../../../usr/local/lib/node_modules/@alpinejs/focus/dist/module.esm.js
var candidateSelectors = ["input", "select", "textarea", "a[href]", "button", "[tabindex]:not(slot)", "audio[controls]", "video[controls]", '[contenteditable]:not([contenteditable="false"])', "details>summary:first-of-type", "details"]; var candidateSelectors = ["input", "select", "textarea", "a[href]", "button", "[tabindex]:not(slot)", "audio[controls]", "video[controls]", '[contenteditable]:not([contenteditable="false"])', "details>summary:first-of-type", "details"];
var candidateSelector = /* @__PURE__ */ candidateSelectors.join(","); var candidateSelector = /* @__PURE__ */ candidateSelectors.join(",");
var NoElement = typeof Element === "undefined"; var NoElement = typeof Element === "undefined";
@ -4968,11 +4977,11 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
var checked = getCheckedRadio(radioSet, node.form); var checked = getCheckedRadio(radioSet, node.form);
return !checked || checked === node; return !checked || checked === node;
}; };
var isRadio = function isRadio2(node) { var isRadio2 = function isRadio22(node) {
return isInput(node) && node.type === "radio"; return isInput(node) && node.type === "radio";
}; };
var isNonTabbableRadio = function isNonTabbableRadio2(node) { var isNonTabbableRadio = function isNonTabbableRadio2(node) {
return isRadio(node) && !isTabbableRadio(node); return isRadio2(node) && !isTabbableRadio(node);
}; };
var isZeroArea = function isZeroArea2(node) { var isZeroArea = function isZeroArea2(node) {
var _node$getBoundingClie = node.getBoundingClientRect(), width = _node$getBoundingClie.width, height = _node$getBoundingClie.height; var _node$getBoundingClie = node.getBoundingClientRect(), width = _node$getBoundingClie.width, height = _node$getBoundingClie.height;
@ -5805,7 +5814,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
var module_default3 = src_default3; var module_default3 = src_default3;
// node_modules/@alpinejs/persist/dist/module.esm.js // ../../../../usr/local/lib/node_modules/@alpinejs/persist/dist/module.esm.js
function src_default4(Alpine3) { function src_default4(Alpine3) {
let persist = () => { let persist = () => {
let alias; let alias;
@ -5867,7 +5876,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
var module_default4 = src_default4; var module_default4 = src_default4;
// node_modules/@alpinejs/intersect/dist/module.esm.js // ../../../../usr/local/lib/node_modules/@alpinejs/intersect/dist/module.esm.js
function src_default5(Alpine3) { function src_default5(Alpine3) {
Alpine3.directive("intersect", Alpine3.skipDuringClone((el, { value, expression, modifiers }, { evaluateLater: evaluateLater2, cleanup: cleanup2 }) => { Alpine3.directive("intersect", Alpine3.skipDuringClone((el, { value, expression, modifiers }, { evaluateLater: evaluateLater2, cleanup: cleanup2 }) => {
let evaluate3 = evaluateLater2(expression); let evaluate3 = evaluateLater2(expression);
@ -5967,7 +5976,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
var module_default6 = src_default6; var module_default6 = src_default6;
// node_modules/@alpinejs/anchor/dist/module.esm.js // ../alpine/packages/anchor/dist/module.esm.js
var min = Math.min; var min = Math.min;
var max = Math.max; var max = Math.max;
var round = Math.round; var round = Math.round;
@ -7470,10 +7479,12 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
el.removeAttribute("data-scroll-y"); el.removeAttribute("data-scroll-y");
} }
}; };
queueMicrotask(() => {
queueMicrotask(() => { queueMicrotask(() => {
scroll(document.body); scroll(document.body);
document.querySelectorAll(["[x-navigate\\:scroll]", "[wire\\:scroll]"]).forEach(scroll); document.querySelectorAll(["[x-navigate\\:scroll]", "[wire\\:scroll]"]).forEach(scroll);
}); });
});
} }
// js/plugins/navigate/persist.js // js/plugins/navigate/persist.js
@ -7620,6 +7631,44 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
document.head.appendChild(style); document.head.appendChild(style);
} }
// js/plugins/navigate/popover.js
function packUpPersistedPopovers(persistedEl) {
persistedEl.querySelectorAll(":popover-open").forEach((el) => {
el.setAttribute("data-navigate-popover-open", "");
let animations = el.getAnimations();
el._pausedAnimations = animations.map((animation) => ({
keyframes: animation.effect.getKeyframes(),
options: {
duration: animation.effect.getTiming().duration,
easing: animation.effect.getTiming().easing,
fill: animation.effect.getTiming().fill,
iterations: animation.effect.getTiming().iterations
},
currentTime: animation.currentTime,
playState: animation.playState
}));
animations.forEach((i) => i.pause());
});
}
function unPackPersistedPopovers(persistedEl) {
persistedEl.querySelectorAll("[data-navigate-popover-open]").forEach((el) => {
el.removeAttribute("data-navigate-popover-open");
queueMicrotask(() => {
if (!el.isConnected)
return;
el.showPopover();
el.getAnimations().forEach((i) => i.finish());
if (el._pausedAnimations) {
el._pausedAnimations.forEach(({ keyframes, options, currentTime, now, playState }) => {
let animation = el.animate(keyframes, options);
animation.currentTime = currentTime;
});
delete el._pausedAnimations;
}
});
});
}
// js/plugins/navigate/page.js // js/plugins/navigate/page.js
var oldBodyScriptTagHashes = []; var oldBodyScriptTagHashes = [];
var attributesExemptFromScriptTagHashing = [ var attributesExemptFromScriptTagHashing = [
@ -7758,7 +7807,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
function navigate_default(Alpine3) { function navigate_default(Alpine3) {
Alpine3.navigate = (url) => { Alpine3.navigate = (url) => {
let destination = createUrlObjectFromString(url); let destination = createUrlObjectFromString(url);
let prevented = fireEventForOtherLibariesToHookInto("alpine:navigate", { let prevented = fireEventForOtherLibrariesToHookInto("alpine:navigate", {
url: destination, url: destination,
history: false, history: false,
cached: false cached: false
@ -7789,7 +7838,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
storeThePrefetchedHtmlForWhenALinkIsClicked(html, destination, finalDestination); storeThePrefetchedHtmlForWhenALinkIsClicked(html, destination, finalDestination);
}); });
whenItIsReleased(() => { whenItIsReleased(() => {
let prevented = fireEventForOtherLibariesToHookInto("alpine:navigate", { let prevented = fireEventForOtherLibrariesToHookInto("alpine:navigate", {
url: destination, url: destination,
history: false, history: false,
cached: false cached: false
@ -7803,7 +7852,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
function navigateTo(destination, shouldPushToHistoryState = true) { function navigateTo(destination, shouldPushToHistoryState = true) {
showProgressBar && showAndStartProgressBar(); showProgressBar && showAndStartProgressBar();
fetchHtmlOrUsePrefetchedHtml(destination, (html, finalDestination) => { fetchHtmlOrUsePrefetchedHtml(destination, (html, finalDestination) => {
fireEventForOtherLibariesToHookInto("alpine:navigating"); fireEventForOtherLibrariesToHookInto("alpine:navigating");
restoreScroll && storeScrollInformationInHtmlBeforeNavigatingAway(); restoreScroll && storeScrollInformationInHtmlBeforeNavigatingAway();
showProgressBar && finishAndHideProgressBar(); showProgressBar && finishAndHideProgressBar();
cleanupAlpineElementsOnThePageThatArentInsideAPersistedElement(); cleanupAlpineElementsOnThePageThatArentInsideAPersistedElement();
@ -7811,6 +7860,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
preventAlpineFromPickingUpDomChanges(Alpine3, (andAfterAllThis) => { preventAlpineFromPickingUpDomChanges(Alpine3, (andAfterAllThis) => {
enablePersist && storePersistantElementsForLater((persistedEl) => { enablePersist && storePersistantElementsForLater((persistedEl) => {
packUpPersistedTeleports(persistedEl); packUpPersistedTeleports(persistedEl);
packUpPersistedPopovers(persistedEl);
}); });
if (shouldPushToHistoryState) { if (shouldPushToHistoryState) {
updateUrlAndStoreLatestHtmlForFutureBackButtons(html, finalDestination); updateUrlAndStoreLatestHtmlForFutureBackButtons(html, finalDestination);
@ -7821,6 +7871,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
removeAnyLeftOverStaleTeleportTargets(document.body); removeAnyLeftOverStaleTeleportTargets(document.body);
enablePersist && putPersistantElementsBack((persistedEl, newStub) => { enablePersist && putPersistantElementsBack((persistedEl, newStub) => {
unPackPersistedTeleports(persistedEl); unPackPersistedTeleports(persistedEl);
unPackPersistedPopovers(persistedEl);
}); });
restoreScrollPositionOrScrollToTop(); restoreScrollPositionOrScrollToTop();
afterNewScriptsAreDoneLoading(() => { afterNewScriptsAreDoneLoading(() => {
@ -7829,7 +7880,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
autofocus && autofocusElementsWithTheAutofocusAttribute(); autofocus && autofocusElementsWithTheAutofocusAttribute();
}); });
nowInitializeAlpineOnTheNewPage(Alpine3); nowInitializeAlpineOnTheNewPage(Alpine3);
fireEventForOtherLibariesToHookInto("alpine:navigated"); fireEventForOtherLibrariesToHookInto("alpine:navigated");
}); });
}); });
}); });
@ -7839,7 +7890,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
whenTheBackOrForwardButtonIsClicked((ifThePageBeingVisitedHasntBeenCached) => { whenTheBackOrForwardButtonIsClicked((ifThePageBeingVisitedHasntBeenCached) => {
ifThePageBeingVisitedHasntBeenCached((url) => { ifThePageBeingVisitedHasntBeenCached((url) => {
let destination = createUrlObjectFromString(url); let destination = createUrlObjectFromString(url);
let prevented = fireEventForOtherLibariesToHookInto("alpine:navigate", { let prevented = fireEventForOtherLibrariesToHookInto("alpine:navigate", {
url: destination, url: destination,
history: true, history: true,
cached: false cached: false
@ -7851,7 +7902,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}); });
}, (html, url, currentPageUrl, currentPageKey) => { }, (html, url, currentPageUrl, currentPageKey) => {
let destination = createUrlObjectFromString(url); let destination = createUrlObjectFromString(url);
let prevented = fireEventForOtherLibariesToHookInto("alpine:navigate", { let prevented = fireEventForOtherLibrariesToHookInto("alpine:navigate", {
url: destination, url: destination,
history: true, history: true,
cached: true cached: true
@ -7859,29 +7910,31 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
if (prevented) if (prevented)
return; return;
storeScrollInformationInHtmlBeforeNavigatingAway(); storeScrollInformationInHtmlBeforeNavigatingAway();
fireEventForOtherLibariesToHookInto("alpine:navigating"); fireEventForOtherLibrariesToHookInto("alpine:navigating");
updateCurrentPageHtmlInSnapshotCacheForLaterBackButtonClicks(currentPageUrl, currentPageKey); updateCurrentPageHtmlInSnapshotCacheForLaterBackButtonClicks(currentPageUrl, currentPageKey);
preventAlpineFromPickingUpDomChanges(Alpine3, (andAfterAllThis) => { preventAlpineFromPickingUpDomChanges(Alpine3, (andAfterAllThis) => {
enablePersist && storePersistantElementsForLater((persistedEl) => { enablePersist && storePersistantElementsForLater((persistedEl) => {
packUpPersistedTeleports(persistedEl); packUpPersistedTeleports(persistedEl);
packUpPersistedPopovers(persistedEl);
}); });
swapCurrentPageWithNewHtml(html, () => { swapCurrentPageWithNewHtml(html, () => {
removeAnyLeftOverStaleProgressBars(); removeAnyLeftOverStaleProgressBars();
removeAnyLeftOverStaleTeleportTargets(document.body); removeAnyLeftOverStaleTeleportTargets(document.body);
enablePersist && putPersistantElementsBack((persistedEl, newStub) => { enablePersist && putPersistantElementsBack((persistedEl, newStub) => {
unPackPersistedTeleports(persistedEl); unPackPersistedTeleports(persistedEl);
unPackPersistedPopovers(persistedEl);
}); });
restoreScrollPositionOrScrollToTop(); restoreScrollPositionOrScrollToTop();
andAfterAllThis(() => { andAfterAllThis(() => {
autofocus && autofocusElementsWithTheAutofocusAttribute(); autofocus && autofocusElementsWithTheAutofocusAttribute();
nowInitializeAlpineOnTheNewPage(Alpine3); nowInitializeAlpineOnTheNewPage(Alpine3);
fireEventForOtherLibariesToHookInto("alpine:navigated"); fireEventForOtherLibrariesToHookInto("alpine:navigated");
}); });
}); });
}); });
}); });
setTimeout(() => { setTimeout(() => {
fireEventForOtherLibariesToHookInto("alpine:navigated"); fireEventForOtherLibrariesToHookInto("alpine:navigated");
}); });
} }
function fetchHtmlOrUsePrefetchedHtml(fromDestination, callback) { function fetchHtmlOrUsePrefetchedHtml(fromDestination, callback) {
@ -7898,7 +7951,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}); });
}); });
} }
function fireEventForOtherLibariesToHookInto(name, detail) { function fireEventForOtherLibrariesToHookInto(name, detail) {
let event = new CustomEvent(name, { let event = new CustomEvent(name, {
cancelable: true, cancelable: true,
bubbles: true, bubbles: true,
@ -8132,7 +8185,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
return data2; return data2;
} }
// node_modules/@alpinejs/morph/dist/module.esm.js // ../alpine/packages/morph/dist/module.esm.js
function morph(from, toHtml, options) { function morph(from, toHtml, options) {
monkeyPatchDomSetAttributeToAllowAtSymbols(); monkeyPatchDomSetAttributeToAllowAtSymbols();
let fromEl; let fromEl;
@ -8467,7 +8520,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
} }
var module_default8 = src_default8; var module_default8 = src_default8;
// node_modules/@alpinejs/mask/dist/module.esm.js // ../../../../usr/local/lib/node_modules/@alpinejs/mask/dist/module.esm.js
function src_default9(Alpine3) { function src_default9(Alpine3) {
Alpine3.directive("mask", (el, { value, expression }, { effect: effect3, evaluateLater: evaluateLater2, cleanup: cleanup2 }) => { Alpine3.directive("mask", (el, { value, expression }, { effect: effect3, evaluateLater: evaluateLater2, cleanup: cleanup2 }) => {
let templateFn = () => expression; let templateFn = () => expression;
@ -8905,6 +8958,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}, },
lookahead: false lookahead: false
}); });
trigger2("morphed", { el, component });
} }
function isntElement(el) { function isntElement(el) {
return typeof el.hasAttribute !== "function"; return typeof el.hasAttribute !== "function";

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
{"/livewire.js":"cc800bf4"} {"/livewire.js":"38dc8241"}

View File

@ -78,7 +78,7 @@ $scrollIntoViewJsSnippet = ($scrollTo !== false)
{{-- "Three Dots" Separator --}} {{-- "Three Dots" Separator --}}
@if (is_string($element)) @if (is_string($element))
<span aria-disabled="true"> <span aria-disabled="true">
<span class="relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-700 bg-white border border-gray-300 cursor-default leading-5 dark:bg-gray-800 dark:border-gray-600 dark:bg-gray-800 dark:border-gray-600">{{ $element }}</span> <span class="relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-700 bg-white border border-gray-300 cursor-default leading-5 dark:bg-gray-800 dark:border-gray-600 dark:text-gray-300">{{ $element }}</span>
</span> </span>
@endif @endif