Skip to content

Commit 7724abd

Browse files
Merge pull request #304 from conjoon/dev
Dev
2 parents 7fd136c + de018c9 commit 7724abd

File tree

3 files changed

+71
-17
lines changed

3 files changed

+71
-17
lines changed

package-lock.json

+50-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"@coon-js/extjs-app-user": "^0.1.7",
7575
"@coon-js/extjs-comp-navport": "^0.2.4",
7676
"@coon-js/extjs-lib-comp": "^1.0.1",
77-
"@coon-js/extjs-lib-core": "^1.0.5",
78-
"@l8js/l8": "^0.10.2"
77+
"@coon-js/extjs-lib-core": "^1.1.0",
78+
"@l8js/l8": "^0.12.1"
7979
},
8080
"devDependencies": {
8181
"@commitlint/cli": "^13.2.0",
@@ -134,4 +134,4 @@
134134
"url": "https://github.com/conjoon/extjs-app-webmail/issues"
135135
},
136136
"homepage": "https://github.com/conjoon/extjs-app-webmail#readme"
137-
}
137+
}

resources/extjs-app-webmail.conf.json

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"title": "Email",
3+
"ioc": {
4+
"bindings": {
5+
"conjoon.cn_mail": {
6+
"conjoon.cn_mail.view.mail.EmailAddressLinkRenderer": {
7+
"xclass": "conjoon.cn_mail.view.mail.EmailAddressLinkRenderer",
8+
"singleton": true
9+
},
10+
"conjoon.cn_mail.text.EmailAddressStringParser": {
11+
"xclass": "conjoon.cn_mail.text.EmailAddressStringParser",
12+
"singleton": true
13+
},
14+
"conjoon.cn_mail.text.QueryStringParser": {
15+
"xclass": "conjoon.cn_mail.text.QueryStringParser",
16+
"singleton": true
17+
}
18+
}
19+
}
20+
},
321
"plugins": {
422
"components": [
523
{

0 commit comments

Comments
 (0)