File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ export class BoxView extends DOMWidgetView {
136
136
}
137
137
138
138
children_views : ViewList < DOMWidgetView > | null ;
139
+ pWidget : JupyterLuminoPanelWidget ;
139
140
lmWidget : JupyterLuminoPanelWidget ;
140
141
141
142
static class_map = {
Original file line number Diff line number Diff line change @@ -429,5 +429,6 @@ export class ControllerView extends DOMWidgetView {
429
429
axis_box : Panel ;
430
430
button_box : Panel ;
431
431
model : ControllerModel ;
432
+ pWidget : JupyterLuminoPanelWidget ;
432
433
lmWidget : JupyterLuminoPanelWidget ;
433
434
}
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ export class AccordionView extends DOMWidgetView {
209
209
}
210
210
211
211
children_views : ViewList < DOMWidgetView > | null ;
212
+ pWidget : Accordion ;
212
213
lmWidget : Accordion ;
213
214
updatingChildren : boolean ;
214
215
}
@@ -423,6 +424,7 @@ export class TabView extends DOMWidgetView {
423
424
424
425
updatingTabs = false ;
425
426
childrenViews : ViewList < DOMWidgetView > | null ;
427
+ pWidget : JupyterLuminoTabPanelWidget ;
426
428
lmWidget : JupyterLuminoTabPanelWidget ;
427
429
}
428
430
Original file line number Diff line number Diff line change @@ -69,5 +69,6 @@ export class OutputView extends outputBase.OutputView {
69
69
70
70
model : OutputModel ;
71
71
private _outputView : OutputArea ;
72
+ pWidget : Panel ;
72
73
lmWidget : Panel ;
73
74
}
You can’t perform that action at this time.
0 commit comments