docs: added dropdown disabled attribute for all languages (#2013)

This commit is contained in:
Wenfang Du 2021-05-24 09:58:24 +08:00 committed by GitHub
parent 42a4798976
commit 7377f8d8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -313,6 +313,7 @@ Besides default size, Dropdown component provides three additional sizes for you
| size | menu size, also works on the split button | string | medium / small / mini | — | | size | menu size, also works on the split button | string | medium / small / mini | — |
| max-height | the max height of menu | string / number | — | — | | max-height | the max height of menu | string / number | — | — |
| split-button | whether a button group is displayed | boolean | — | false | | split-button | whether a button group is displayed | boolean | — | false |
| disabled | Whether to disable | boolean | — | false |
| placement | placement of pop menu | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end | | placement | placement of pop menu | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
| trigger | how to trigger | string | hover/click/contextmenu | hover | | trigger | how to trigger | string | hover/click/contextmenu | hover |
| hide-on-click | whether to hide menu after clicking menu-item | boolean | — | true | | hide-on-click | whether to hide menu after clicking menu-item | boolean | — | true |

View File

@ -314,6 +314,7 @@ Además del tamaño predeterminado, el componente Dropdown proporciona tres tama
| size | tamaño del menú, también funciona en `split-button` | string | medium / small / mini | — | | size | tamaño del menú, también funciona en `split-button` | string | medium / small / mini | — |
| max-height | the max height of menu | string / number | — | — | | max-height | the max height of menu | string / number | — | — |
| split-button | si se visualiza un grupo de botones | boolean | — | false | | split-button | si se visualiza un grupo de botones | boolean | — | false |
| disabled | Ya sea para deshabilitar | boolean | — | false |
| placement | colocación del menú | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end | | placement | colocación del menú | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
| trigger | cómo detonar | string | hover/click/contextmenu | hover | | trigger | cómo detonar | string | hover/click/contextmenu | hover |
| hide-on-click | si se oculta el menú después de hacer clic en el elemento | boolean | — | true | | hide-on-click | si se oculta el menú después de hacer clic en el elemento | boolean | — | true |

View File

@ -314,6 +314,7 @@ En plus de la taille par défaut, le composant Dropdown propose trois autres tai
| size | Taille du menu, marche aussi avec `split button`. | string | medium / small / mini | — | | size | Taille du menu, marche aussi avec `split button`. | string | medium / small / mini | — |
| max-height | the max height of menu | string / number | — | — | | max-height | the max height of menu | string / number | — | — |
| split-button | Si le bouton est séparé en deux. | boolean | — | false | | split-button | Si le bouton est séparé en deux. | boolean | — | false |
| disabled | Désactiver ou non | boolean | — | false |
| placement | Emplacement du menu déroulant | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end | | placement | Emplacement du menu déroulant | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
| trigger | Comment déclencher l'ouverture du menu. | string | hover/click/contextmenu | hover | | trigger | Comment déclencher l'ouverture du menu. | string | hover/click/contextmenu | hover |
| hide-on-click | Si le menu doit disparaître après avoir cliqué sur un élément. | boolean | — | true | | hide-on-click | Si le menu doit disparaître après avoir cliqué sur un élément. | boolean | — | true |

View File

@ -312,6 +312,7 @@ dropdownリストを起動するには、ボタンを使用します。
| size | メニューのサイズ(分割ボタンでも動作) | string | medium / small / mini | — | | size | メニューのサイズ(分割ボタンでも動作) | string | medium / small / mini | — |
| max-height | the max height of menu | string / number | — | — | | max-height | the max height of menu | string / number | — | — |
| split-button | ボタングループの表示の有無 | boolean | — | false | | split-button | ボタングループの表示の有無 | boolean | — | false |
| disabled | 無効にするかどうか | boolean | — | false |
| placement | ポップメニューの配置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end | | placement | ポップメニューの配置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
| trigger | トリガーのきっかけ | string | hover/click/contextmenu | hover | | trigger | トリガーのきっかけ | string | hover/click/contextmenu | hover |
| hide-on-click | メニューアイテムをクリックした後にメニューを非表示にするかどうか | boolean | — | true | | hide-on-click | メニューアイテムをクリックした後にメニューを非表示にするかどうか | boolean | — | true |

View File

@ -317,6 +317,7 @@ Dropdown 组件提供除了默认值以外的三种尺寸,可以在不同场
| size | 菜单尺寸,在`split-button`为 true 的情况下也对触发按钮生效 | string | medium / small / mini | — | | size | 菜单尺寸,在`split-button`为 true 的情况下也对触发按钮生效 | string | medium / small / mini | — |
| max-height | 菜单最大高度 | string / number | — | — | | max-height | 菜单最大高度 | string / number | — | — |
| split-button | 下拉触发元素呈现为按钮组 | boolean | — | false | | split-button | 下拉触发元素呈现为按钮组 | boolean | — | false |
| disabled | 是否禁用 | boolean | — | false |
| placement | 菜单弹出位置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end | | placement | 菜单弹出位置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
| trigger | 触发下拉的行为 | string | hover, click, contextmenu | hover | | trigger | 触发下拉的行为 | string | hover, click, contextmenu | hover |
| hide-on-click | 是否在点击菜单项后隐藏菜单 | boolean | — | true | | hide-on-click | 是否在点击菜单项后隐藏菜单 | boolean | — | true |