diff --git a/website/docs/en-US/dropdown.md b/website/docs/en-US/dropdown.md index 3f23cc8b30..2cb4e1499a 100644 --- a/website/docs/en-US/dropdown.md +++ b/website/docs/en-US/dropdown.md @@ -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 | — | | max-height | the max height of menu | string / number | — | — | | 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 | | trigger | how to trigger | string | hover/click/contextmenu | hover | | hide-on-click | whether to hide menu after clicking menu-item | boolean | — | true | diff --git a/website/docs/es/dropdown.md b/website/docs/es/dropdown.md index 9a9f774fff..acce66975b 100644 --- a/website/docs/es/dropdown.md +++ b/website/docs/es/dropdown.md @@ -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 | — | | max-height | the max height of menu | string / number | — | — | | 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 | | 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 | diff --git a/website/docs/fr-FR/dropdown.md b/website/docs/fr-FR/dropdown.md index edffac1b7a..3ccedfd66b 100644 --- a/website/docs/fr-FR/dropdown.md +++ b/website/docs/fr-FR/dropdown.md @@ -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 | — | | max-height | the max height of menu | string / number | — | — | | 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 | | 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 | diff --git a/website/docs/jp/dropdown.md b/website/docs/jp/dropdown.md index ec5858b306..fdfc3b4d82 100644 --- a/website/docs/jp/dropdown.md +++ b/website/docs/jp/dropdown.md @@ -312,6 +312,7 @@ dropdownリストを起動するには、ボタンを使用します。 | size | メニューのサイズ(分割ボタンでも動作) | string | medium / small / mini | — | | max-height | the max height of menu | string / number | — | — | | split-button | ボタングループの表示の有無 | boolean | — | false | +| disabled | 無効にするかどうか | boolean | — | false | | placement | ポップメニューの配置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end | | trigger | トリガーのきっかけ | string | hover/click/contextmenu | hover | | hide-on-click | メニューアイテムをクリックした後にメニューを非表示にするかどうか | boolean | — | true | diff --git a/website/docs/zh-CN/dropdown.md b/website/docs/zh-CN/dropdown.md index 28673a2859..9cabcb8dc6 100644 --- a/website/docs/zh-CN/dropdown.md +++ b/website/docs/zh-CN/dropdown.md @@ -317,6 +317,7 @@ Dropdown 组件提供除了默认值以外的三种尺寸,可以在不同场 | size | 菜单尺寸,在`split-button`为 true 的情况下也对触发按钮生效 | string | medium / small / mini | — | | max-height | 菜单最大高度 | string / number | — | — | | split-button | 下拉触发元素呈现为按钮组 | boolean | — | false | +| disabled | 是否禁用 | boolean | — | false | | placement | 菜单弹出位置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end | | trigger | 触发下拉的行为 | string | hover, click, contextmenu | hover | | hide-on-click | 是否在点击菜单项后隐藏菜单 | boolean | — | true |