Skip to content

Commit a392a31

Browse files
committed
Update data spec for selection containers to reflect the new titles attribute
1 parent a5e6641 commit a392a31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/schema/jupyterwidgetmodels.latest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Attribute | Type | Default | Help
7171
`_model_module` | string | `'@jupyter-widgets/controls'` |
7272
`_model_module_version` | string | `'1.5.0'` |
7373
`_model_name` | string | `'AccordionModel'` |
74-
`_titles` | object | `{}` | Titles of the pages
7574
`_view_module` | string | `'@jupyter-widgets/controls'` |
7675
`_view_module_version` | string | `'1.5.0'` |
7776
`_view_name` | string | `'AccordionView'` |
@@ -80,6 +79,7 @@ Attribute | Type | Default | Help
8079
`layout` | reference to Layout widget | reference to new instance |
8180
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
8281
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
82+
`titles` | array of string | `[]` | Titles of the pages
8383
`tooltip` | `null` or string | `null` | A tooltip caption.
8484

8585
### AudioModel (@jupyter-widgets/controls, 1.5.0); AudioView (@jupyter-widgets/controls, 1.5.0)
@@ -949,7 +949,6 @@ Attribute | Type | Default | Help
949949
`_model_module` | string | `'@jupyter-widgets/controls'` |
950950
`_model_module_version` | string | `'1.5.0'` |
951951
`_model_name` | string | `'StackedModel'` |
952-
`_titles` | object | `{}` | Titles of the pages
953952
`_view_module` | string | `'@jupyter-widgets/controls'` |
954953
`_view_module_version` | string | `'1.5.0'` |
955954
`_view_name` | string | `'StackedView'` |
@@ -958,6 +957,7 @@ Attribute | Type | Default | Help
958957
`layout` | reference to Layout widget | reference to new instance |
959958
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
960959
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
960+
`titles` | array of string | `[]` | Titles of the pages
961961
`tooltip` | `null` or string | `null` | A tooltip caption.
962962

963963
### TabModel (@jupyter-widgets/controls, 1.5.0); TabView (@jupyter-widgets/controls, 1.5.0)
@@ -968,7 +968,6 @@ Attribute | Type | Default | Help
968968
`_model_module` | string | `'@jupyter-widgets/controls'` |
969969
`_model_module_version` | string | `'1.5.0'` |
970970
`_model_name` | string | `'TabModel'` |
971-
`_titles` | object | `{}` | Titles of the pages
972971
`_view_module` | string | `'@jupyter-widgets/controls'` |
973972
`_view_module_version` | string | `'1.5.0'` |
974973
`_view_name` | string | `'TabView'` |
@@ -977,6 +976,7 @@ Attribute | Type | Default | Help
977976
`layout` | reference to Layout widget | reference to new instance |
978977
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
979978
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
979+
`titles` | array of string | `[]` | Titles of the pages
980980
`tooltip` | `null` or string | `null` | A tooltip caption.
981981

982982
### TextModel (@jupyter-widgets/controls, 1.5.0); TextView (@jupyter-widgets/controls, 1.5.0)

0 commit comments

Comments
 (0)