Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7faf769

Browse files
committedJun 17, 2025··
NaturalAbstractDetail.delete() can specify route fragment #11456
The first argument might be the route commands, as usual, or it can also be an object, in which case we can specify all `extras` of `Router.navigate()`, allowing for total flexibility.
1 parent 5637289 commit 7faf769

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@angular/router": "^19.2.13",
2929
"@apollo/client": "^3.13.7",
3030
"@ecodev/fab-speed-dial": "^18.0.0",
31-
"@ecodev/natural": "^63.3.3",
32-
"@ecodev/natural-editor": "^63.3.3",
31+
"@ecodev/natural": "^63.4.0",
32+
"@ecodev/natural-editor": "^63.4.0",
3333
"@ecodev/natural-layout": "^2.0.2",
3434
"@graphql-codegen/cli": "^5.0.5",
3535
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",

‎yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,10 +1333,10 @@
13331333
dependencies:
13341334
tslib "^2.8.1"
13351335

1336-
"@ecodev/natural-editor@^63.3.3":
1337-
version "63.3.3"
1338-
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-63.3.3.tgz#224c06008e59050616142bc3aa98a973683f0711"
1339-
integrity sha512-G26BPcv5c/ubvbJ6XO2hVjA7cpU6fRl0mD8SxMrMVc3k8NjYUXnTfrVIy0dt5uJye5LA4UrxeDtPZgnXZsGrNw==
1336+
"@ecodev/natural-editor@^63.4.0":
1337+
version "63.4.0"
1338+
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-63.4.0.tgz#16eff30e9ac8642f4909a2c3fbd497da26867ee3"
1339+
integrity sha512-seJuku1CHNCf+SUE8CVCX1WuiEmzVKHgnGkNU+cDiBMhraZVFH0orOAcP7Umz8nAVt3A62FdgNPCWP6cWSynpw==
13401340
dependencies:
13411341
prosemirror-commands "^1.5.2"
13421342
prosemirror-dropcursor "^1.8.1"
@@ -1358,10 +1358,10 @@
13581358
resolved "https://registry.yarnpkg.com/@ecodev/natural-layout/-/natural-layout-2.0.2.tgz#e2c64c2ddb3c60793a39236b52624fde323e610a"
13591359
integrity sha512-BV75kFQmpfuSBNQ1jyKu+IdGkFTMESjPrtKrEyc3MqcmVhV5IiYU0LXTaghLZozuZgCT9HfMOnEsh05aS2j9uQ==
13601360

1361-
"@ecodev/natural@^63.3.3":
1362-
version "63.3.3"
1363-
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-63.3.3.tgz#8f6744b3248a59ed7828c4c10ed444dc78cdcb7d"
1364-
integrity sha512-R+uQB0zCVXdFzr6OtvfUxs/+SGl0aCs39X8Nfu75coxfviJBNqYckyXiVqKqP8ECcQt/LzQk4YvNWYYe0jxZSg==
1361+
"@ecodev/natural@^63.4.0":
1362+
version "63.4.0"
1363+
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-63.4.0.tgz#efa100f8de9d68fa9411cb79cf5786d19adc9fc4"
1364+
integrity sha512-0ux68Dxi1IJD42ShzIbWSOoFD/aY49z9VunDYFBzJCUSAQ4BGawhJR1aQX+9xbJHqx8rs5zmhyAI3QFCUJjnvg==
13651365
dependencies:
13661366
extract-files "^13.0.0"
13671367
tslib "^2.8.1"

0 commit comments

Comments
 (0)
Please sign in to comment.