Skip to content

Commit

Permalink
Merge pull request #304 from conjoon/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ThorstenSuckow authored Apr 20, 2023
2 parents 7fd136c + de018c9 commit 7724abd
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 17 deletions.
64 changes: 50 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"@coon-js/extjs-app-user": "^0.1.7",
"@coon-js/extjs-comp-navport": "^0.2.4",
"@coon-js/extjs-lib-comp": "^1.0.1",
"@coon-js/extjs-lib-core": "^1.0.5",
"@l8js/l8": "^0.10.2"
"@coon-js/extjs-lib-core": "^1.1.0",
"@l8js/l8": "^0.12.1"
},
"devDependencies": {
"@commitlint/cli": "^13.2.0",
Expand Down Expand Up @@ -134,4 +134,4 @@
"url": "https://github.com/conjoon/extjs-app-webmail/issues"
},
"homepage": "https://github.com/conjoon/extjs-app-webmail#readme"
}
}
18 changes: 18 additions & 0 deletions resources/extjs-app-webmail.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"title": "Email",
"ioc": {
"bindings": {
"conjoon.cn_mail": {
"conjoon.cn_mail.view.mail.EmailAddressLinkRenderer": {
"xclass": "conjoon.cn_mail.view.mail.EmailAddressLinkRenderer",
"singleton": true
},
"conjoon.cn_mail.text.EmailAddressStringParser": {
"xclass": "conjoon.cn_mail.text.EmailAddressStringParser",
"singleton": true
},
"conjoon.cn_mail.text.QueryStringParser": {
"xclass": "conjoon.cn_mail.text.QueryStringParser",
"singleton": true
}
}
}
},
"plugins": {
"components": [
{
Expand Down

0 comments on commit 7724abd

Please sign in to comment.