Skip to content

Commit

Permalink
Merge pull request #16 from bigBear713/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bigBear713 authored Mar 12, 2023
2 parents 382916b + 4176f4c commit cf3cd98
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.1b581a2fa8e17068.js" type="module"></script><script src="polyfills.0d1c48b529314817.js" type="module"></script><script src="main.a728ddb9b41d1fde.js" type="module"></script>
<script src="runtime.1b581a2fa8e17068.js" type="module"></script><script src="polyfills.0d1c48b529314817.js" type="module"></script><script src="main.5ffd59aeb02c8694.js" type="module"></script>

</body></html>
3 changes: 2 additions & 1 deletion docs/assets/localization/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"desc4": "The error info about required error and file type support i18n",
"desc5": "The values of field 4 and field 5 should be equal",
"desc6": "The common error info is supported to be set via DI, the common error will be combined with the error info from <nb-control-err></nb-control-err> component",
"desc7": "The error info of field 6 will be displayed at the beginning"
"desc7": "The error info of field 6 will be displayed at the beginning",
"desc8": "The required icon of field 6 is customised"
}
}
3 changes: 2 additions & 1 deletion docs/assets/localization/zh-CN/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"desc4": "必填错误信息和文件格式错误信息支持多语言转换",
"desc5": "字段4和字段5要求值要相等",
"desc6": "支持通过DI(依赖注入)设置公用错误信息,会和<nb-control-err></nb-control-err>组件传进来的错误信息组合成最终的错误信息",
"desc7": "字段6会一开始就显示错误信息"
"desc7": "字段6会一开始就显示错误信息",
"desc8": "字段6的必填图标是自定义的"
}
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.1b581a2fa8e17068.js" type="module"></script><script src="polyfills.0d1c48b529314817.js" type="module"></script><script src="main.a728ddb9b41d1fde.js" type="module"></script>
<script src="runtime.1b581a2fa8e17068.js" type="module"></script><script src="polyfills.0d1c48b529314817.js" type="module"></script><script src="main.5ffd59aeb02c8694.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions docs/main.5ffd59aeb02c8694.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.a728ddb9b41d1fde.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"@angular/router": "^15.0.4",
"@bigbear713/nb-common": "^15.0.0",
"@bigbear713/nb-trans": "^15.0.0",
"@bigbear713/nb-common": "^15.1.0",
"@bigbear713/nb-trans": "^15.1.0",
"lodash-es": "^4.17.21",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
Expand Down

0 comments on commit cf3cd98

Please sign in to comment.