We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed1fdd commit 22969ddCopy full SHA for 22969dd
typedoc/ja/lib/dialog/IgxDialogComponent.json
@@ -70,9 +70,9 @@
70
"comment": {
71
"shortText": [
72
"左ボタンの `type` を設定する @Input プロパティ。type の有効な値は `flat`、`raised`、および `fab` です。",
73
- "The `flat` type button is a rectangle and doesn't have a shadow. <br>",
74
- "The `raised` type button is also a rectangle but has a shadow. <br>",
75
- "The `fab` type button is a circle with a shadow. <br>",
+ "`flat` タイプのボタンは長方形でシャドウなし。 <br>",
+ "`raised` タイプボタンは長方形でシャドウあり。 <br>",
+ "`fab` タイプ ボタンは円形でシャドウあり。 <br>",
76
"デフォルト値は `flat` です。",
77
"```html",
78
"<igx-dialog leftButtonType=\"raised\" leftButtonLabel=\"OKAY\" #alert (onLeftButtonSelect)=\"alert.close()\"></igx-dialog>",
0 commit comments