Skip to content

Commit

Permalink
Adding a small change in typedoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
randriova committed Feb 12, 2020
1 parent f5217b4 commit fc84f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typedoc/ja/lib/dialog/IgxDialogComponent.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
"comment": {
"shortText": [
"右ボタンの `type` を設定する @Input プロパティ。type の有効な値は `flat`、`raised`、および `fab` です。",
"The `flat` type button is a rectangle and doesn't have a shadow. <br>",
"The `raised` type button is also a rectangle but has a shadow. <br>",
"The `fab` type button is a circle with a shadow. <br>",
"`flat` タイプのボタンは長方形でシャドウなし。<br>",
"`raised` タイプボタンは長方形でシャドウあり。<br>",
"`fab` タイプ ボタンは円形でシャドウあり。<br>",
"デフォルト値は `flat` です。",
"```html",
"<igx-dialog rightButtonType=\"fab\" rightButtonLabel=\"OKAY\" #alert (onLeftButtonSelect)=\"alert.close()\"></igx-dialog>",
Expand Down

0 comments on commit fc84f57

Please sign in to comment.