Skip to content

Commit

Permalink
Additional change in Dialog Component file.
Browse files Browse the repository at this point in the history
  • Loading branch information
randriova committed Feb 12, 2020
1 parent 8ed1fdd commit 22969dd
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 @@ -70,9 +70,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 leftButtonType=\"raised\" leftButtonLabel=\"OKAY\" #alert (onLeftButtonSelect)=\"alert.close()\"></igx-dialog>",
Expand Down

0 comments on commit 22969dd

Please sign in to comment.