Skip to content

Commit da1dd09

Browse files
committed
Update specs
1 parent 27715ac commit da1dd09

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

packages/schema/jupyterwidgetmodels.latest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5935,6 +5935,13 @@
59355935
"type": "reference",
59365936
"widget": "Layout"
59375937
},
5938+
{
5939+
"default": "vertical",
5940+
"enum": ["horizontal", "vertical"],
5941+
"help": "Vertical or horizontal.",
5942+
"name": "orientation",
5943+
"type": "string"
5944+
},
59385945
{
59395946
"default": "reference to new instance",
59405947
"help": "Styling customizations",

packages/schema/jupyterwidgetmodels.latest.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,24 +1040,25 @@ that the widget is registered with.
10401040

10411041
### RadioButtonsModel (@jupyter-widgets/controls, 2.0.0); RadioButtonsView (@jupyter-widgets/controls, 2.0.0)
10421042

1043-
| Attribute | Type | Default | Help |
1044-
| ------------------------ | ------------------------------------ | ----------------------------- | ----------------------------------------- |
1045-
| `_dom_classes` | array of string | `[]` | CSS classes applied to widget DOM element |
1046-
| `_model_module` | string | `'@jupyter-widgets/controls'` |
1047-
| `_model_module_version` | string | `'2.0.0'` |
1048-
| `_model_name` | string | `'RadioButtonsModel'` |
1049-
| `_options_labels` | array of string | `[]` | The labels for the options. |
1050-
| `_view_module` | string | `'@jupyter-widgets/controls'` |
1051-
| `_view_module_version` | string | `'2.0.0'` |
1052-
| `_view_name` | string | `'RadioButtonsView'` |
1053-
| `description` | string | `''` | Description of the control. |
1054-
| `description_allow_html` | boolean | `false` | Accept HTML in the description. |
1055-
| `disabled` | boolean | `false` | Enable or disable user changes |
1056-
| `index` | `null` or number (integer) | `null` | Selected index |
1057-
| `layout` | reference to Layout widget | reference to new instance |
1058-
| `style` | reference to DescriptionStyle widget | reference to new instance | Styling customizations |
1059-
| `tabbable` | `null` or boolean | `null` | Is widget tabbable? |
1060-
| `tooltip` | `null` or string | `null` | A tooltip caption. |
1043+
| Attribute | Type | Default | Help |
1044+
| ------------------------ | -------------------------------------------- | ----------------------------- | ----------------------------------------- |
1045+
| `_dom_classes` | array of string | `[]` | CSS classes applied to widget DOM element |
1046+
| `_model_module` | string | `'@jupyter-widgets/controls'` |
1047+
| `_model_module_version` | string | `'2.0.0'` |
1048+
| `_model_name` | string | `'RadioButtonsModel'` |
1049+
| `_options_labels` | array of string | `[]` | The labels for the options. |
1050+
| `_view_module` | string | `'@jupyter-widgets/controls'` |
1051+
| `_view_module_version` | string | `'2.0.0'` |
1052+
| `_view_name` | string | `'RadioButtonsView'` |
1053+
| `description` | string | `''` | Description of the control. |
1054+
| `description_allow_html` | boolean | `false` | Accept HTML in the description. |
1055+
| `disabled` | boolean | `false` | Enable or disable user changes |
1056+
| `index` | `null` or number (integer) | `null` | Selected index |
1057+
| `layout` | reference to Layout widget | reference to new instance |
1058+
| `orientation` | string (one of `'horizontal'`, `'vertical'`) | `'vertical'` | Vertical or horizontal. |
1059+
| `style` | reference to DescriptionStyle widget | reference to new instance | Styling customizations |
1060+
| `tabbable` | `null` or boolean | `null` | Is widget tabbable? |
1061+
| `tooltip` | `null` or string | `null` | A tooltip caption. |
10611062

10621063
### SelectModel (@jupyter-widgets/controls, 2.0.0); SelectView (@jupyter-widgets/controls, 2.0.0)
10631064

0 commit comments

Comments
 (0)