@holoviz/panel 1.6.2-rc.2 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/deckglplot/maplibre-gl/dist/maplibre-gl.js +4 -4
- package/dist/bundled/deckglplot/maplibre-gl/dist/maplibre-gl.js.map +1 -1
- package/dist/bundled/notificationarea/panel/1.6.2/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.6.2/dist/bundled/bootstrap5/css/bootstrap.min.css +2 -0
- package/dist/bundled/panel/1.6.2/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +2 -0
- package/dist/bundled/panel/1.6.2/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.6.2/dist/bundled/jquery/jquery.min.js +2 -0
- package/dist/lib/models/card.d.ts +1 -1
- package/dist/lib/models/card.js +3 -3
- package/dist/lib/models/card.js.map +1 -1
- package/dist/lib/models/deckgl.d.ts +1 -0
- package/dist/lib/models/deckgl.js +12 -2
- package/dist/lib/models/deckgl.js.map +1 -1
- package/dist/lib/models/feed.js +1 -0
- package/dist/lib/models/feed.js.map +1 -1
- package/dist/lib/models/json.js +1 -1
- package/dist/lib/models/json.js.map +1 -1
- package/dist/lib/models/layout.d.ts +3 -0
- package/dist/lib/models/layout.js +22 -0
- package/dist/lib/models/layout.js.map +1 -1
- package/dist/lib/models/mathjax.js +1 -1
- package/dist/lib/models/mathjax.js.map +1 -1
- package/dist/lib/models/player.d.ts +1 -0
- package/dist/lib/models/player.js +6 -7
- package/dist/lib/models/player.js.map +1 -1
- package/dist/lib/models/progress.js +1 -1
- package/dist/lib/models/progress.js.map +1 -1
- package/dist/lib/models/react_component.js +2 -4
- package/dist/lib/models/react_component.js.map +1 -1
- package/dist/lib/models/reactive_esm.js +2 -3
- package/dist/lib/models/reactive_esm.js.map +1 -1
- package/dist/lib/models/reactive_html.js +1 -1
- package/dist/lib/models/reactive_html.js.map +1 -1
- package/dist/lib/models/singleselect.d.ts +1 -0
- package/dist/lib/models/singleselect.js +14 -4
- package/dist/lib/models/singleselect.js.map +1 -1
- package/dist/lib/models/tabulator.js +2 -3
- package/dist/lib/models/tabulator.js.map +1 -1
- package/dist/lib/models/trend.js +1 -1
- package/dist/lib/models/trend.js.map +1 -1
- package/dist/panel.js +127 -89
- package/dist/panel.js.map +1 -1
- package/dist/panel.json +1 -1
- package/dist/panel.min.js +37 -37
- package/package.json +1 -1
- package/dist/bundled/notificationarea/panel/1.6.2-rc.2/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/panel/1.6.2-rc.2/dist/bundled/bootstrap5/css/bootstrap.min.css +0 -2
- package/dist/bundled/panel/1.6.2-rc.2/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +0 -2
- package/dist/bundled/panel/1.6.2-rc.2/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/panel/1.6.2-rc.2/dist/bundled/jquery/jquery.min.js +0 -2
package/dist/panel.js
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
__esExport("ButtonIcon", button_icon_1.ButtonIcon);
|
|
69
69
|
var icon_1 = require("6c7fbea0ef") /* ./icon */;
|
|
70
70
|
__esExport("ClickableIcon", icon_1.ClickableIcon);
|
|
71
|
-
var card_1 = require("
|
|
71
|
+
var card_1 = require("330f4a8735") /* ./card */;
|
|
72
72
|
__esExport("Card", card_1.Card);
|
|
73
73
|
var checkbox_button_group_1 = require("51fbe9e2d0") /* ./checkbox_button_group */;
|
|
74
74
|
__esExport("CheckboxButtonGroup", checkbox_button_group_1.CheckboxButtonGroup);
|
|
@@ -82,19 +82,19 @@
|
|
|
82
82
|
__esExport("CustomSelect", customselect_1.CustomSelect);
|
|
83
83
|
var multiselect_1 = require("27b5580835") /* ./multiselect */;
|
|
84
84
|
__esExport("CustomMultiSelect", multiselect_1.CustomMultiSelect);
|
|
85
|
-
var tabulator_1 = require("
|
|
85
|
+
var tabulator_1 = require("8fc874f76d") /* ./tabulator */;
|
|
86
86
|
__esExport("DataTabulator", tabulator_1.DataTabulator);
|
|
87
87
|
var datetime_picker_1 = require("ddf98634bb") /* ./datetime_picker */;
|
|
88
88
|
__esExport("DatetimePicker", datetime_picker_1.DatetimePicker);
|
|
89
89
|
var datetime_slider_1 = require("c97cc0eade") /* ./datetime_slider */;
|
|
90
90
|
__esExport("DatetimeSlider", datetime_slider_1.DatetimeSlider);
|
|
91
|
-
var deckgl_1 = require("
|
|
91
|
+
var deckgl_1 = require("f3ddc6fd49") /* ./deckgl */;
|
|
92
92
|
__esExport("DeckGLPlot", deckgl_1.DeckGLPlot);
|
|
93
93
|
var discrete_player_1 = require("0dca2cd4f6") /* ./discrete_player */;
|
|
94
94
|
__esExport("DiscretePlayer", discrete_player_1.DiscretePlayer);
|
|
95
95
|
var echarts_1 = require("253f80e325") /* ./echarts */;
|
|
96
96
|
__esExport("ECharts", echarts_1.ECharts);
|
|
97
|
-
var feed_1 = require("
|
|
97
|
+
var feed_1 = require("4cfe0841a5") /* ./feed */;
|
|
98
98
|
__esExport("Feed", feed_1.Feed);
|
|
99
99
|
var file_download_1 = require("84a13dddfb") /* ./file_download */;
|
|
100
100
|
__esExport("FileDownload", file_download_1.FileDownload);
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
__esExport("HTML", html_1.HTML);
|
|
105
105
|
var ipywidget_1 = require("8a8089cbf3") /* ./ipywidget */;
|
|
106
106
|
__esExport("IPyWidget", ipywidget_1.IPyWidget);
|
|
107
|
-
var json_1 = require("
|
|
107
|
+
var json_1 = require("245cd3cfde") /* ./json */;
|
|
108
108
|
__esExport("JSON", json_1.JSON);
|
|
109
109
|
var jsoneditor_1 = require("d34360f699") /* ./jsoneditor */;
|
|
110
110
|
__esExport("JSONEditor", jsoneditor_1.JSONEditor);
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
__esExport("KaTeX", katex_1.KaTeX);
|
|
113
113
|
var location_1 = require("bd8e0fe48b") /* ./location */;
|
|
114
114
|
__esExport("Location", location_1.Location);
|
|
115
|
-
var mathjax_1 = require("
|
|
115
|
+
var mathjax_1 = require("d889a68424") /* ./mathjax */;
|
|
116
116
|
__esExport("MathJax", mathjax_1.MathJax);
|
|
117
117
|
var modal_1 = require("c7aa6cc7c5") /* ./modal */;
|
|
118
118
|
__esExport("Modal", modal_1.Modal);
|
|
@@ -120,23 +120,23 @@
|
|
|
120
120
|
__esExport("PDF", pdf_1.PDF);
|
|
121
121
|
var perspective_1 = require("5db5031a50") /* ./perspective */;
|
|
122
122
|
__esExport("Perspective", perspective_1.Perspective);
|
|
123
|
-
var player_1 = require("
|
|
123
|
+
var player_1 = require("b5cfca1687") /* ./player */;
|
|
124
124
|
__esExport("Player", player_1.Player);
|
|
125
125
|
var plotly_1 = require("ffbe075545") /* ./plotly */;
|
|
126
126
|
__esExport("PlotlyPlot", plotly_1.PlotlyPlot);
|
|
127
|
-
var progress_1 = require("
|
|
127
|
+
var progress_1 = require("b1f4d68596") /* ./progress */;
|
|
128
128
|
__esExport("Progress", progress_1.Progress);
|
|
129
129
|
var quill_1 = require("f6d86c7342") /* ./quill */;
|
|
130
130
|
__esExport("QuillInput", quill_1.QuillInput);
|
|
131
131
|
var radio_button_group_1 = require("25e2d7c208") /* ./radio_button_group */;
|
|
132
132
|
__esExport("RadioButtonGroup", radio_button_group_1.RadioButtonGroup);
|
|
133
|
-
var react_component_1 = require("
|
|
133
|
+
var react_component_1 = require("134ad3d91a") /* ./react_component */;
|
|
134
134
|
__esExport("ReactComponent", react_component_1.ReactComponent);
|
|
135
|
-
var reactive_html_1 = require("
|
|
135
|
+
var reactive_html_1 = require("d5752cda5a") /* ./reactive_html */;
|
|
136
136
|
__esExport("ReactiveHTML", reactive_html_1.ReactiveHTML);
|
|
137
|
-
var reactive_esm_1 = require("
|
|
137
|
+
var reactive_esm_1 = require("7ce3127e65") /* ./reactive_esm */;
|
|
138
138
|
__esExport("ReactiveESM", reactive_esm_1.ReactiveESM);
|
|
139
|
-
var singleselect_1 = require("
|
|
139
|
+
var singleselect_1 = require("4155401209") /* ./singleselect */;
|
|
140
140
|
__esExport("SingleSelect", singleselect_1.SingleSelect);
|
|
141
141
|
var speech_to_text_1 = require("5ac2cab0ab") /* ./speech_to_text */;
|
|
142
142
|
__esExport("SpeechToText", speech_to_text_1.SpeechToText);
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
__esExport("ToggleIcon", toggle_icon_1.ToggleIcon);
|
|
159
159
|
var tooltip_icon_1 = require("ae3a172647") /* ./tooltip_icon */;
|
|
160
160
|
__esExport("TooltipIcon", tooltip_icon_1.TooltipIcon);
|
|
161
|
-
var trend_1 = require("
|
|
161
|
+
var trend_1 = require("29d55a28a9") /* ./trend */;
|
|
162
162
|
__esExport("TrendIndicator", trend_1.TrendIndicator);
|
|
163
163
|
var vega_1 = require("119dc23765") /* ./vega */;
|
|
164
164
|
__esExport("VegaPlot", vega_1.VegaPlot);
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
var _a;
|
|
175
175
|
__esModule();
|
|
176
176
|
const dom_1 = require("@bokehjs/core/dom");
|
|
177
|
-
const layout_1 = require("
|
|
177
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
178
178
|
const util_1 = require("6ae1cb3800") /* ./util */;
|
|
179
179
|
class AcePlotView extends layout_1.HTMLBoxView {
|
|
180
180
|
connect_signals() {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
});
|
|
305
305
|
})();
|
|
306
306
|
},
|
|
307
|
-
"
|
|
307
|
+
"9b11ce01a3": /* models/layout.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
308
308
|
__esModule();
|
|
309
309
|
exports.set_size = set_size;
|
|
310
310
|
const dom_1 = require("@bokehjs/core/dom");
|
|
@@ -350,6 +350,17 @@
|
|
|
350
350
|
this.style_redraw();
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
+
rerender_(view = null) {
|
|
354
|
+
// Can be removed when Bokeh>3.7 (see https://github.com/holoviz/panel/pull/7815)
|
|
355
|
+
view = view == null ? this : view;
|
|
356
|
+
if (view.rerender) {
|
|
357
|
+
view.rerender();
|
|
358
|
+
}
|
|
359
|
+
else {
|
|
360
|
+
view.render();
|
|
361
|
+
view.r_after_render();
|
|
362
|
+
}
|
|
363
|
+
}
|
|
353
364
|
style_redraw() { }
|
|
354
365
|
has_math_disabled() {
|
|
355
366
|
return this.model.disable_math || !this.contains_tex_string(this.model.text);
|
|
@@ -464,6 +475,17 @@
|
|
|
464
475
|
super.render();
|
|
465
476
|
set_size(this.el, this.model);
|
|
466
477
|
}
|
|
478
|
+
rerender_(view = null) {
|
|
479
|
+
// Can be removed when Bokeh>3.7 (see https://github.com/holoviz/panel/pull/7815)
|
|
480
|
+
view = view == null ? this : view;
|
|
481
|
+
if (view.rerender) {
|
|
482
|
+
view.rerender();
|
|
483
|
+
}
|
|
484
|
+
else {
|
|
485
|
+
view.render();
|
|
486
|
+
view.r_after_render();
|
|
487
|
+
}
|
|
488
|
+
}
|
|
467
489
|
watch_stylesheets() {
|
|
468
490
|
this._initialized_stylesheets = new Map();
|
|
469
491
|
for (const stylesheet of this._applied_stylesheets) {
|
|
@@ -677,7 +699,7 @@
|
|
|
677
699
|
"3df8113309": /* models/anywidget_component.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
678
700
|
var _a;
|
|
679
701
|
__esModule();
|
|
680
|
-
const reactive_esm_1 = require("
|
|
702
|
+
const reactive_esm_1 = require("7ce3127e65") /* ./reactive_esm */;
|
|
681
703
|
class AnyWidgetModelAdapter {
|
|
682
704
|
constructor(model) {
|
|
683
705
|
this.view = null;
|
|
@@ -839,7 +861,7 @@ export default {render}`;
|
|
|
839
861
|
_a.prototype.default_view = AnyWidgetComponentView;
|
|
840
862
|
})();
|
|
841
863
|
},
|
|
842
|
-
"
|
|
864
|
+
"7ce3127e65": /* models/reactive_esm.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
843
865
|
var _a, _b, _c;
|
|
844
866
|
__esModule();
|
|
845
867
|
exports.model_getter = model_getter;
|
|
@@ -863,7 +885,7 @@ export default {render}`;
|
|
|
863
885
|
const types_1 = require("@bokehjs/core/util/types");
|
|
864
886
|
const event_to_object_1 = require("2cc1a33000") /* ./event-to-object */;
|
|
865
887
|
const html_1 = require("4c04683fdc") /* ./html */;
|
|
866
|
-
const layout_1 = require("
|
|
888
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
867
889
|
const util_1 = require("6ae1cb3800") /* ./util */;
|
|
868
890
|
const esm_css_1 = tslib_1.__importDefault(require("727a14f76b") /* ../styles/models/esm.css */);
|
|
869
891
|
const MODULE_CACHE = new Map();
|
|
@@ -1120,7 +1142,6 @@ export default {render}`;
|
|
|
1120
1142
|
children = [children];
|
|
1121
1143
|
}
|
|
1122
1144
|
if (children.every((model) => this._mounted.get(child)?.has(model.id))) {
|
|
1123
|
-
this.update_layout();
|
|
1124
1145
|
for (const cb of this._lifecycle_handlers.get("mounted") || []) {
|
|
1125
1146
|
cb(child);
|
|
1126
1147
|
}
|
|
@@ -1250,12 +1271,12 @@ export default {render}`;
|
|
|
1250
1271
|
}
|
|
1251
1272
|
const parent = view.el.parentNode;
|
|
1252
1273
|
if (parent && !this._child_rendered.has(view)) {
|
|
1253
|
-
|
|
1274
|
+
this.rerender_(view);
|
|
1254
1275
|
this._child_rendered.set(view, true);
|
|
1255
1276
|
}
|
|
1256
1277
|
}
|
|
1257
1278
|
}
|
|
1258
|
-
this.
|
|
1279
|
+
this.after_render();
|
|
1259
1280
|
}
|
|
1260
1281
|
remove() {
|
|
1261
1282
|
super.remove();
|
|
@@ -17853,7 +17874,7 @@ ${namesToRegister
|
|
|
17853
17874
|
const bokeh_events_1 = require("@bokehjs/core/bokeh_events");
|
|
17854
17875
|
const object_1 = require("@bokehjs/core/util/object");
|
|
17855
17876
|
const markup_1 = require("@bokehjs/models/widgets/markup");
|
|
17856
|
-
const layout_1 = require("
|
|
17877
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
17857
17878
|
const event_to_object_1 = require("2cc1a33000") /* ./event-to-object */;
|
|
17858
17879
|
const util_1 = require("6ae1cb3800") /* ./util */;
|
|
17859
17880
|
const html_css_1 = tslib_1.__importDefault(require("8694ed3f61") /* ../styles/models/html.css */);
|
|
@@ -18119,7 +18140,7 @@ ${namesToRegister
|
|
|
18119
18140
|
"fd59c985b3": /* models/audio.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
18120
18141
|
var _a;
|
|
18121
18142
|
__esModule();
|
|
18122
|
-
const layout_1 = require("
|
|
18143
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
18123
18144
|
class AudioView extends layout_1.HTMLBoxView {
|
|
18124
18145
|
initialize() {
|
|
18125
18146
|
super.initialize();
|
|
@@ -18603,12 +18624,12 @@ ${namesToRegister
|
|
|
18603
18624
|
}));
|
|
18604
18625
|
})();
|
|
18605
18626
|
},
|
|
18606
|
-
"
|
|
18627
|
+
"330f4a8735": /* models/card.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
18607
18628
|
var _a;
|
|
18608
18629
|
__esModule();
|
|
18609
18630
|
const tslib_1 = require("tslib");
|
|
18610
|
-
const column_1 = require("42f54ab82e") /* ./column */;
|
|
18611
18631
|
const DOM = tslib_1.__importStar(require("@bokehjs/core/dom"));
|
|
18632
|
+
const column_1 = require("42f54ab82e") /* ./column */;
|
|
18612
18633
|
const card_css_1 = tslib_1.__importDefault(require("edc7ee0090") /* ../styles/models/card.css */);
|
|
18613
18634
|
const CHEVRON_RIGHT = `
|
|
18614
18635
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-right"><path stroke="none" d="M0 0h12v12H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>
|
|
@@ -18687,7 +18708,7 @@ ${namesToRegister
|
|
|
18687
18708
|
header_el.style.color = header_color != null ? header_color : "";
|
|
18688
18709
|
this.shadow_el.appendChild(header_el);
|
|
18689
18710
|
header.render();
|
|
18690
|
-
header.
|
|
18711
|
+
header.r_after_render();
|
|
18691
18712
|
}
|
|
18692
18713
|
if (this.model.collapsed) {
|
|
18693
18714
|
return;
|
|
@@ -18695,7 +18716,7 @@ ${namesToRegister
|
|
|
18695
18716
|
for (const child_view of this.child_views.slice(1)) {
|
|
18696
18717
|
this.shadow_el.appendChild(child_view.el);
|
|
18697
18718
|
child_view.render();
|
|
18698
|
-
child_view.
|
|
18719
|
+
child_view.r_after_render();
|
|
18699
18720
|
}
|
|
18700
18721
|
}
|
|
18701
18722
|
async update_children() {
|
|
@@ -19443,7 +19464,7 @@ ${namesToRegister
|
|
|
19443
19464
|
_b.prototype.default_view = CustomMultiSelectView;
|
|
19444
19465
|
})();
|
|
19445
19466
|
},
|
|
19446
|
-
"
|
|
19467
|
+
"8fc874f76d": /* models/tabulator.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
19447
19468
|
var _a, _b, _c, _d;
|
|
19448
19469
|
__esModule();
|
|
19449
19470
|
const tslib_1 = require("tslib");
|
|
@@ -19458,7 +19479,7 @@ ${namesToRegister
|
|
|
19458
19479
|
const debounce_1 = require("99a25e6992") /* debounce */;
|
|
19459
19480
|
const comm_manager_1 = require("3ec0e8eb36") /* ./comm_manager */;
|
|
19460
19481
|
const data_1 = require("be689f0377") /* ./data */;
|
|
19461
|
-
const layout_1 = require("
|
|
19482
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
19462
19483
|
const util_1 = require("6ae1cb3800") /* ./util */;
|
|
19463
19484
|
const tabulator_css_1 = tslib_1.__importDefault(require("b0e650c65c") /* ../styles/models/tabulator.css */);
|
|
19464
19485
|
class TableEditEvent extends bokeh_events_1.ModelEvent {
|
|
@@ -19928,7 +19949,7 @@ ${namesToRegister
|
|
|
19928
19949
|
invalidate_render() {
|
|
19929
19950
|
this.tabulator.destroy();
|
|
19930
19951
|
this.tabulator = null;
|
|
19931
|
-
this.
|
|
19952
|
+
this.rerender_();
|
|
19932
19953
|
}
|
|
19933
19954
|
redraw(columns = true, rows = true) {
|
|
19934
19955
|
if (this._building || this.tabulator == null || this._redrawing) {
|
|
@@ -20284,8 +20305,7 @@ ${namesToRegister
|
|
|
20284
20305
|
(0, dom_1.display)(view.el);
|
|
20285
20306
|
viewEl.appendChild(view.el);
|
|
20286
20307
|
if (view.shadow_el.children.length === 0) {
|
|
20287
|
-
|
|
20288
|
-
view.after_render();
|
|
20308
|
+
this.rerender_(view);
|
|
20289
20309
|
}
|
|
20290
20310
|
if (resize) {
|
|
20291
20311
|
this._update_children();
|
|
@@ -23953,7 +23973,7 @@ ${namesToRegister
|
|
|
23953
23973
|
});
|
|
23954
23974
|
})();
|
|
23955
23975
|
},
|
|
23956
|
-
"
|
|
23976
|
+
"f3ddc6fd49": /* models/deckgl.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
23957
23977
|
var _a;
|
|
23958
23978
|
__esModule();
|
|
23959
23979
|
const dom_1 = require("@bokehjs/core/dom");
|
|
@@ -23962,7 +23982,7 @@ ${namesToRegister
|
|
|
23962
23982
|
const column_data_source_1 = require("@bokehjs/models/sources/column_data_source");
|
|
23963
23983
|
const debounce_1 = require("99a25e6992") /* debounce */;
|
|
23964
23984
|
const data_1 = require("be689f0377") /* ./data */;
|
|
23965
|
-
const layout_1 = require("
|
|
23985
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
23966
23986
|
const lumagl_1 = require("a49afbffe9") /* ./lumagl */;
|
|
23967
23987
|
const tooltips_1 = require("f8f8ea4284") /* ./tooltips */;
|
|
23968
23988
|
function extractClasses() {
|
|
@@ -23997,7 +24017,7 @@ ${namesToRegister
|
|
|
23997
24017
|
connect_signals() {
|
|
23998
24018
|
super.connect_signals();
|
|
23999
24019
|
const { data, mapbox_api_key, tooltip, configuration, layers, initialViewState, data_sources } = this.model.properties;
|
|
24000
|
-
this.on_change([mapbox_api_key, tooltip, configuration], () => this.
|
|
24020
|
+
this.on_change([mapbox_api_key, tooltip, configuration], () => this.rerender_());
|
|
24001
24021
|
this.on_change([data, initialViewState], () => this.updateDeck());
|
|
24002
24022
|
this.on_change([layers], () => this._update_layers());
|
|
24003
24023
|
this.on_change([data_sources], () => this._connect_sources(true));
|
|
@@ -24129,9 +24149,19 @@ ${namesToRegister
|
|
|
24129
24149
|
}
|
|
24130
24150
|
this._view_cb(event);
|
|
24131
24151
|
}
|
|
24152
|
+
rerender_() {
|
|
24153
|
+
// Can be removed when Bokeh>3.7 (see https://github.com/holoviz/panel/pull/7815)
|
|
24154
|
+
if (this.rerender) {
|
|
24155
|
+
this.rerender();
|
|
24156
|
+
}
|
|
24157
|
+
else {
|
|
24158
|
+
this.render();
|
|
24159
|
+
this.r_after_render();
|
|
24160
|
+
}
|
|
24161
|
+
}
|
|
24132
24162
|
updateDeck() {
|
|
24133
24163
|
if (!this.deckGL) {
|
|
24134
|
-
this.
|
|
24164
|
+
this.rerender_();
|
|
24135
24165
|
return;
|
|
24136
24166
|
}
|
|
24137
24167
|
const data = this.getData();
|
|
@@ -25383,7 +25413,7 @@ ${namesToRegister
|
|
|
25383
25413
|
"0dca2cd4f6": /* models/discrete_player.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
25384
25414
|
var _a;
|
|
25385
25415
|
__esModule();
|
|
25386
|
-
const player_1 = require("
|
|
25416
|
+
const player_1 = require("b5cfca1687") /* ./player */;
|
|
25387
25417
|
const dom_1 = require("@bokehjs/core/dom");
|
|
25388
25418
|
const pretty_1 = require("@bokehjs/core/util/pretty");
|
|
25389
25419
|
class DiscretePlayerView extends player_1.PlayerView {
|
|
@@ -25414,7 +25444,7 @@ ${namesToRegister
|
|
|
25414
25444
|
_a.override({ width: 400 });
|
|
25415
25445
|
})();
|
|
25416
25446
|
},
|
|
25417
|
-
"
|
|
25447
|
+
"b5cfca1687": /* models/player.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
25418
25448
|
var _a;
|
|
25419
25449
|
__esModule();
|
|
25420
25450
|
const kinds_1 = require("@bokehjs/core/kinds");
|
|
@@ -25449,7 +25479,7 @@ ${namesToRegister
|
|
|
25449
25479
|
this.on_change(title, () => this.update_title_and_value());
|
|
25450
25480
|
this.on_change(value_align, () => this.set_value_align());
|
|
25451
25481
|
this.on_change(direction, () => this.set_direction());
|
|
25452
|
-
this.on_change(value, () => this.
|
|
25482
|
+
this.on_change(value, () => this.update_value());
|
|
25453
25483
|
this.on_change(loop_policy, () => this.set_loop_state(this.model.loop_policy));
|
|
25454
25484
|
this.on_change(disabled, () => this.toggle_disable());
|
|
25455
25485
|
this.on_change(show_loop_controls, () => {
|
|
@@ -25532,16 +25562,15 @@ ${namesToRegister
|
|
|
25532
25562
|
}
|
|
25533
25563
|
}
|
|
25534
25564
|
}
|
|
25535
|
-
|
|
25536
|
-
if (this.sliderEl
|
|
25537
|
-
super.render();
|
|
25538
|
-
}
|
|
25539
|
-
else {
|
|
25565
|
+
update_value() {
|
|
25566
|
+
if (this.sliderEl != null) {
|
|
25540
25567
|
this.sliderEl.min = String(this.model.start);
|
|
25541
25568
|
this.sliderEl.max = String(this.model.end);
|
|
25542
25569
|
this.sliderEl.value = String(this.model.value);
|
|
25543
|
-
return;
|
|
25544
25570
|
}
|
|
25571
|
+
}
|
|
25572
|
+
render() {
|
|
25573
|
+
super.render();
|
|
25545
25574
|
// Layout to group the elements
|
|
25546
25575
|
this.groupEl = (0, dom_1.div)();
|
|
25547
25576
|
this.groupEl.style.display = "flex";
|
|
@@ -25921,7 +25950,7 @@ ${namesToRegister
|
|
|
25921
25950
|
const bokeh_events_1 = require("@bokehjs/core/bokeh_events");
|
|
25922
25951
|
const dom_1 = require("@bokehjs/core/dom");
|
|
25923
25952
|
const event_to_object_1 = require("2cc1a33000") /* ./event-to-object */;
|
|
25924
|
-
const layout_1 = require("
|
|
25953
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
25925
25954
|
const mouse_events = [
|
|
25926
25955
|
"click", "dblclick", "mousedown", "mousemove", "mouseup", "mouseover", "mouseout",
|
|
25927
25956
|
"globalout", "contextmenu",
|
|
@@ -26072,7 +26101,7 @@ ${namesToRegister
|
|
|
26072
26101
|
}));
|
|
26073
26102
|
})();
|
|
26074
26103
|
},
|
|
26075
|
-
"
|
|
26104
|
+
"4cfe0841a5": /* models/feed.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
26076
26105
|
var _a, _b;
|
|
26077
26106
|
__esModule();
|
|
26078
26107
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -26211,6 +26240,7 @@ ${namesToRegister
|
|
|
26211
26240
|
else {
|
|
26212
26241
|
if (is_new) {
|
|
26213
26242
|
child_view.render();
|
|
26243
|
+
child_view.r_after_render();
|
|
26214
26244
|
if (is_appended) {
|
|
26215
26245
|
target.append(child_view.el);
|
|
26216
26246
|
}
|
|
@@ -26677,7 +26707,7 @@ ${namesToRegister
|
|
|
26677
26707
|
var _a;
|
|
26678
26708
|
__esModule();
|
|
26679
26709
|
const dom_1 = require("@bokehjs/core/dom");
|
|
26680
|
-
const layout_1 = require("
|
|
26710
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
26681
26711
|
const Jupyter = window.Jupyter;
|
|
26682
26712
|
class IPyWidgetView extends layout_1.HTMLBoxView {
|
|
26683
26713
|
initialize() {
|
|
@@ -26759,19 +26789,19 @@ ${namesToRegister
|
|
|
26759
26789
|
}));
|
|
26760
26790
|
})();
|
|
26761
26791
|
},
|
|
26762
|
-
"
|
|
26792
|
+
"245cd3cfde": /* models/json.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
26763
26793
|
var _a;
|
|
26764
26794
|
__esModule();
|
|
26765
26795
|
const tslib_1 = require("tslib");
|
|
26766
26796
|
const kinds_1 = require("@bokehjs/core/kinds");
|
|
26767
26797
|
const markup_1 = require("@bokehjs/models/widgets/markup");
|
|
26768
26798
|
const json_formatter_js_1 = tslib_1.__importDefault(require("ec9d1ffc2e") /* json-formatter-js */);
|
|
26769
|
-
const layout_1 = require("
|
|
26799
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
26770
26800
|
class JSONView extends layout_1.PanelMarkupView {
|
|
26771
26801
|
connect_signals() {
|
|
26772
26802
|
super.connect_signals();
|
|
26773
26803
|
const { depth, hover_preview, text, theme } = this.model.properties;
|
|
26774
|
-
this.on_change([depth, hover_preview, text, theme], () => this.
|
|
26804
|
+
this.on_change([depth, hover_preview, text, theme], () => this.rerender_());
|
|
26775
26805
|
}
|
|
26776
26806
|
render() {
|
|
26777
26807
|
super.render();
|
|
@@ -26923,7 +26953,7 @@ ${namesToRegister
|
|
|
26923
26953
|
__esModule();
|
|
26924
26954
|
const dom_1 = require("@bokehjs/core/dom");
|
|
26925
26955
|
const bokeh_events_1 = require("@bokehjs/core/bokeh_events");
|
|
26926
|
-
const layout_1 = require("
|
|
26956
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
26927
26957
|
class JSONEditEvent extends bokeh_events_1.ModelEvent {
|
|
26928
26958
|
constructor(data) {
|
|
26929
26959
|
super();
|
|
@@ -27028,7 +27058,7 @@ ${namesToRegister
|
|
|
27028
27058
|
var _a;
|
|
27029
27059
|
__esModule();
|
|
27030
27060
|
const markup_1 = require("@bokehjs/models/widgets/markup");
|
|
27031
|
-
const layout_1 = require("
|
|
27061
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
27032
27062
|
class KaTeXView extends layout_1.PanelMarkupView {
|
|
27033
27063
|
connect_signals() {
|
|
27034
27064
|
super.connect_signals();
|
|
@@ -27147,16 +27177,16 @@ ${namesToRegister
|
|
|
27147
27177
|
}));
|
|
27148
27178
|
})();
|
|
27149
27179
|
},
|
|
27150
|
-
"
|
|
27180
|
+
"d889a68424": /* models/mathjax.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
27151
27181
|
var _a;
|
|
27152
27182
|
__esModule();
|
|
27153
27183
|
const markup_1 = require("@bokehjs/models/widgets/markup");
|
|
27154
|
-
const layout_1 = require("
|
|
27184
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
27155
27185
|
class MathJaxView extends layout_1.PanelMarkupView {
|
|
27156
27186
|
connect_signals() {
|
|
27157
27187
|
super.connect_signals();
|
|
27158
27188
|
const { text } = this.model.properties;
|
|
27159
|
-
this.on_change(text, () => this.
|
|
27189
|
+
this.on_change(text, () => this.rerender_());
|
|
27160
27190
|
}
|
|
27161
27191
|
render() {
|
|
27162
27192
|
super.render();
|
|
@@ -27351,7 +27381,7 @@ ${namesToRegister
|
|
|
27351
27381
|
var _a;
|
|
27352
27382
|
__esModule();
|
|
27353
27383
|
const markup_1 = require("@bokehjs/models/widgets/markup");
|
|
27354
|
-
const layout_1 = require("
|
|
27384
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
27355
27385
|
const html_1 = require("4c04683fdc") /* ./html */;
|
|
27356
27386
|
class PDFView extends layout_1.PanelMarkupView {
|
|
27357
27387
|
connect_signals() {
|
|
@@ -27415,7 +27445,7 @@ ${namesToRegister
|
|
|
27415
27445
|
const bokeh_events_1 = require("@bokehjs/core/bokeh_events");
|
|
27416
27446
|
const dom_1 = require("@bokehjs/core/dom");
|
|
27417
27447
|
const column_data_source_1 = require("@bokehjs/models/sources/column_data_source");
|
|
27418
|
-
const layout_1 = require("
|
|
27448
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
27419
27449
|
const perspective_css_1 = tslib_1.__importDefault(require("2e2913ea54") /* ../styles/models/perspective.css */);
|
|
27420
27450
|
const THEMES = {
|
|
27421
27451
|
"pro-dark": "Pro Dark",
|
|
@@ -27732,7 +27762,7 @@ ${namesToRegister
|
|
|
27732
27762
|
const eq_1 = require("@bokehjs/core/util/eq");
|
|
27733
27763
|
const column_data_source_1 = require("@bokehjs/models/sources/column_data_source");
|
|
27734
27764
|
const debounce_1 = require("99a25e6992") /* debounce */;
|
|
27735
|
-
const layout_1 = require("
|
|
27765
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
27736
27766
|
const util_1 = require("6ae1cb3800") /* ./util */;
|
|
27737
27767
|
const plotly_css_1 = tslib_1.__importDefault(require("ce7c8e2a4f") /* ../styles/models/plotly.css */);
|
|
27738
27768
|
class PlotlyEvent extends bokeh_events_1.ModelEvent {
|
|
@@ -28189,16 +28219,16 @@ ${namesToRegister
|
|
|
28189
28219
|
__esModule();
|
|
28190
28220
|
exports.default = `.js-plotly-plot .plotly,.js-plotly-plot .plotly div{direction:ltr;font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;}.js-plotly-plot .plotly input,.js-plotly-plot .plotly button{font-family:'Open Sans', verdana, arial, sans-serif;}.js-plotly-plot .plotly input:focus,.js-plotly-plot .plotly button:focus{outline:none;}.js-plotly-plot .plotly a{text-decoration:none;}.js-plotly-plot .plotly a:hover{text-decoration:none;}.js-plotly-plot .plotly .crisp{shape-rendering:crispEdges;}.js-plotly-plot .plotly .user-select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.js-plotly-plot .plotly svg{overflow:hidden;}.js-plotly-plot .plotly svg a{fill:#447adb;}.js-plotly-plot .plotly svg a:hover{fill:#3c6dc5;}.js-plotly-plot .plotly .main-svg{position:absolute;top:0;left:0;pointer-events:none;}.js-plotly-plot .plotly .main-svg .draglayer{pointer-events:all;}.js-plotly-plot .plotly .cursor-default{cursor:default;}.js-plotly-plot .plotly .cursor-pointer{cursor:pointer;}.js-plotly-plot .plotly .cursor-crosshair{cursor:crosshair;}.js-plotly-plot .plotly .cursor-move{cursor:move;}.js-plotly-plot .plotly .cursor-col-resize{cursor:col-resize;}.js-plotly-plot .plotly .cursor-row-resize{cursor:row-resize;}.js-plotly-plot .plotly .cursor-ns-resize{cursor:ns-resize;}.js-plotly-plot .plotly .cursor-ew-resize{cursor:ew-resize;}.js-plotly-plot .plotly .cursor-sw-resize{cursor:sw-resize;}.js-plotly-plot .plotly .cursor-s-resize{cursor:s-resize;}.js-plotly-plot .plotly .cursor-se-resize{cursor:se-resize;}.js-plotly-plot .plotly .cursor-w-resize{cursor:w-resize;}.js-plotly-plot .plotly .cursor-e-resize{cursor:e-resize;}.js-plotly-plot .plotly .cursor-nw-resize{cursor:nw-resize;}.js-plotly-plot .plotly .cursor-n-resize{cursor:n-resize;}.js-plotly-plot .plotly .cursor-ne-resize{cursor:ne-resize;}.js-plotly-plot .plotly .cursor-grab{cursor:-webkit-grab;cursor:grab;}.js-plotly-plot .plotly .modebar{position:absolute;top:2px;right:2px;}.js-plotly-plot .plotly .ease-bg{-webkit-transition:background-color 0.3s ease 0s;-moz-transition:background-color 0.3s ease 0s;-ms-transition:background-color 0.3s ease 0s;-o-transition:background-color 0.3s ease 0s;transition:background-color 0.3s ease 0s;}.js-plotly-plot .plotly .modebar--hover > :not(.watermark){opacity:0;-webkit-transition:opacity 0.3s ease 0s;-moz-transition:opacity 0.3s ease 0s;-ms-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;}.js-plotly-plot .plotly:hover .modebar--hover .modebar-group{opacity:1;}.js-plotly-plot .plotly .modebar-group{float:left;display:inline-block;box-sizing:border-box;padding-left:8px;position:relative;vertical-align:middle;white-space:nowrap;}.js-plotly-plot .plotly .modebar-btn{fill:var(--plotly-icon-color);position:relative;font-size:16px;padding:3px 4px;height:22px;cursor:pointer;line-height:normal;box-sizing:border-box;}.js-plotly-plot .plotly .modebar-btn.active{fill:var(--plotly-active-icon-color);}.js-plotly-plot .plotly .modebar-btn svg{position:relative;top:2px;}.js-plotly-plot .plotly .modebar.vertical{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end;max-height:100%;}.js-plotly-plot .plotly .modebar.vertical svg{top:-1px;}.js-plotly-plot .plotly .modebar.vertical .modebar-group{display:block;float:none;padding-left:0px;padding-bottom:8px;}.js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn{display:block;text-align:center;}.js-plotly-plot .plotly [data-title]{}.js-plotly-plot .plotly [data-title]:before,.js-plotly-plot .plotly [data-title]:after{position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;}.js-plotly-plot .plotly [data-title]:hover:before,.js-plotly-plot .plotly [data-title]:hover:after{display:block;opacity:1;}.js-plotly-plot .plotly [data-title]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1002;margin-top:-12px;border-bottom-color:#69738a;margin-right:-6px;}.js-plotly-plot .plotly [data-title]:after{content:attr(data-title);background:#69738a;color:white;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;margin-right:-18px;border-radius:2px;}.js-plotly-plot .plotly .vertical [data-title]:before,.js-plotly-plot .plotly .vertical [data-title]:after{top:0%;right:200%;}.js-plotly-plot .plotly .vertical [data-title]:before{border:6px solid transparent;border-left-color:#69738a;margin-top:8px;margin-right:-30px;}.plotly-notifier{font-family:'Open Sans', verdana, arial, sans-serif;position:fixed;top:50px;right:20px;z-index:10000;font-size:10pt;max-width:180px;}.plotly-notifier p{margin:0;}.plotly-notifier .notifier-note{min-width:180px;max-width:250px;border:1px solid #fff;z-index:3000;margin:0;background-color:#8c97af;background-color:rgba(140, 151, 175, 0.9);color:#fff;padding:10px;overflow-wrap:break-word;word-wrap:break-word;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;}.plotly-notifier .notifier-close{color:#fff;opacity:0.8;float:right;padding:0 5px;background:none;border:none;font-size:20px;font-weight:bold;line-height:20px;}.plotly-notifier .notifier-close:hover{color:#444;text-decoration:none;cursor:pointer;}`;
|
|
28191
28221
|
},
|
|
28192
|
-
"
|
|
28222
|
+
"b1f4d68596": /* models/progress.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
28193
28223
|
var _a;
|
|
28194
28224
|
__esModule();
|
|
28195
28225
|
const dom_1 = require("@bokehjs/core/dom");
|
|
28196
|
-
const layout_1 = require("
|
|
28226
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
28197
28227
|
class ProgressView extends layout_1.HTMLBoxView {
|
|
28198
28228
|
connect_signals() {
|
|
28199
28229
|
super.connect_signals();
|
|
28200
28230
|
const { width, height, height_policy, width_policy, sizing_mode, active, bar_color, css_classes, value, max, } = this.model.properties;
|
|
28201
|
-
this.on_change([width, height, height_policy, width_policy, sizing_mode], () => this.
|
|
28231
|
+
this.on_change([width, height, height_policy, width_policy, sizing_mode], () => this.rerender_());
|
|
28202
28232
|
this.on_change([active, bar_color, css_classes], () => this.setCSS());
|
|
28203
28233
|
this.on_change(value, () => this.setValue());
|
|
28204
28234
|
this.on_change(max, () => this.setMax());
|
|
@@ -28273,7 +28303,7 @@ ${namesToRegister
|
|
|
28273
28303
|
var _a;
|
|
28274
28304
|
__esModule();
|
|
28275
28305
|
const dom_1 = require("@bokehjs/core/dom");
|
|
28276
|
-
const layout_1 = require("
|
|
28306
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
28277
28307
|
class QuillInputView extends layout_1.HTMLBoxView {
|
|
28278
28308
|
connect_signals() {
|
|
28279
28309
|
super.connect_signals();
|
|
@@ -28541,10 +28571,10 @@ ${namesToRegister
|
|
|
28541
28571
|
}));
|
|
28542
28572
|
})();
|
|
28543
28573
|
},
|
|
28544
|
-
"
|
|
28574
|
+
"134ad3d91a": /* models/react_component.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
28545
28575
|
var _a;
|
|
28546
28576
|
__esModule();
|
|
28547
|
-
const reactive_esm_1 = require("
|
|
28577
|
+
const reactive_esm_1 = require("7ce3127e65") /* ./reactive_esm */;
|
|
28548
28578
|
class ReactComponentView extends reactive_esm_1.ReactiveESMView {
|
|
28549
28579
|
constructor() {
|
|
28550
28580
|
super(...arguments);
|
|
@@ -28671,16 +28701,14 @@ class Child extends React.PureComponent {
|
|
|
28671
28701
|
}
|
|
28672
28702
|
|
|
28673
28703
|
componentDidMount() {
|
|
28674
|
-
this.
|
|
28675
|
-
this.view.after_render()
|
|
28704
|
+
this.props.parent.rerender_(this.view)
|
|
28676
28705
|
this.render_callback = (new_views) => {
|
|
28677
28706
|
const view = this.view
|
|
28678
28707
|
if (!view) {
|
|
28679
28708
|
return
|
|
28680
28709
|
} else if (new_views.includes(view)) {
|
|
28681
28710
|
if (this.props.id === undefined) { this.forceUpdate() }
|
|
28682
|
-
|
|
28683
|
-
view.after_render()
|
|
28711
|
+
this.props.parent.rerender_(view)
|
|
28684
28712
|
} else {
|
|
28685
28713
|
this.forceUpdate()
|
|
28686
28714
|
if (view.force_update) { view.force_update() }
|
|
@@ -28897,7 +28925,7 @@ ${compiled}`;
|
|
|
28897
28925
|
}));
|
|
28898
28926
|
})();
|
|
28899
28927
|
},
|
|
28900
|
-
"
|
|
28928
|
+
"d5752cda5a": /* models/reactive_html.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
28901
28929
|
var _a;
|
|
28902
28930
|
__esModule();
|
|
28903
28931
|
const preact_1 = require("a6d6bad989") /* preact */;
|
|
@@ -28913,7 +28941,7 @@ ${compiled}`;
|
|
|
28913
28941
|
const data_1 = require("be689f0377") /* ./data */;
|
|
28914
28942
|
const event_to_object_1 = require("2cc1a33000") /* ./event-to-object */;
|
|
28915
28943
|
const html_1 = require("4c04683fdc") /* ./html */;
|
|
28916
|
-
const layout_1 = require("
|
|
28944
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
28917
28945
|
const util_1 = require("6ae1cb3800") /* ./util */;
|
|
28918
28946
|
function serialize_attrs(attrs) {
|
|
28919
28947
|
const serialized = {};
|
|
@@ -29154,7 +29182,7 @@ ${compiled}`;
|
|
|
29154
29182
|
else {
|
|
29155
29183
|
el.appendChild(view.el);
|
|
29156
29184
|
view.render();
|
|
29157
|
-
view.
|
|
29185
|
+
view.r_after_render();
|
|
29158
29186
|
}
|
|
29159
29187
|
}
|
|
29160
29188
|
}
|
|
@@ -29864,7 +29892,7 @@ ${compiled}`;
|
|
|
29864
29892
|
}(s)), r), arguments, [])).length > 1 ? r : r[0];
|
|
29865
29893
|
}
|
|
29866
29894
|
},
|
|
29867
|
-
"
|
|
29895
|
+
"4155401209": /* models/singleselect.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
29868
29896
|
var _a;
|
|
29869
29897
|
__esModule();
|
|
29870
29898
|
const tslib_1 = require("tslib");
|
|
@@ -29877,15 +29905,25 @@ ${compiled}`;
|
|
|
29877
29905
|
super.connect_signals();
|
|
29878
29906
|
const { value, options, disabled_options, size, disabled } = this.model.properties;
|
|
29879
29907
|
this.on_change(value, () => this.render_selection());
|
|
29880
|
-
this.on_change(options, () => this.
|
|
29881
|
-
this.on_change(disabled_options, () => this.
|
|
29882
|
-
this.on_change(size, () => this.
|
|
29883
|
-
this.on_change(disabled, () => this.
|
|
29908
|
+
this.on_change(options, () => this.rerender_());
|
|
29909
|
+
this.on_change(disabled_options, () => this.rerender_());
|
|
29910
|
+
this.on_change(size, () => this.rerender_());
|
|
29911
|
+
this.on_change(disabled, () => this.rerender_());
|
|
29884
29912
|
}
|
|
29885
29913
|
render() {
|
|
29886
29914
|
super.render();
|
|
29887
29915
|
this.render_selection();
|
|
29888
29916
|
}
|
|
29917
|
+
rerender_() {
|
|
29918
|
+
// Can be removed when Bokeh>3.7 (see https://github.com/holoviz/panel/pull/7815)
|
|
29919
|
+
if (this.rerender) {
|
|
29920
|
+
this.rerender();
|
|
29921
|
+
}
|
|
29922
|
+
else {
|
|
29923
|
+
this.render();
|
|
29924
|
+
this.r_after_render();
|
|
29925
|
+
}
|
|
29926
|
+
}
|
|
29889
29927
|
_render_input() {
|
|
29890
29928
|
const options = this.model.options.map((opt) => {
|
|
29891
29929
|
let value, _label;
|
|
@@ -29963,7 +30001,7 @@ ${compiled}`;
|
|
|
29963
30001
|
"5ac2cab0ab": /* models/speech_to_text.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
29964
30002
|
var _a;
|
|
29965
30003
|
__esModule();
|
|
29966
|
-
const layout_1 = require("
|
|
30004
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
29967
30005
|
const iconStarted = `<svg xmlns="http://www.w3.org/2000/svg" height="22px" style="vertical-align: middle;" fill="currentColor" class="bi bi-mic" viewBox="0 0 16 16">
|
|
29968
30006
|
<path fill-rule="evenodd" d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z"/>
|
|
29969
30007
|
<path fill-rule="evenodd" d="M10 8V3a2 2 0 1 0-4 0v5a2 2 0 1 0 4 0zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3z"/>
|
|
@@ -30392,7 +30430,7 @@ ${compiled}`;
|
|
|
30392
30430
|
__esModule();
|
|
30393
30431
|
const dom_1 = require("@bokehjs/core/dom");
|
|
30394
30432
|
const bokeh_events_1 = require("@bokehjs/core/bokeh_events");
|
|
30395
|
-
const layout_1 = require("
|
|
30433
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
30396
30434
|
class KeystrokeEvent extends bokeh_events_1.ModelEvent {
|
|
30397
30435
|
constructor(key) {
|
|
30398
30436
|
super();
|
|
@@ -30559,7 +30597,7 @@ ${compiled}`;
|
|
|
30559
30597
|
"a04eb51988": /* models/text_to_speech.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
30560
30598
|
var _a;
|
|
30561
30599
|
__esModule();
|
|
30562
|
-
const layout_1 = require("
|
|
30600
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
30563
30601
|
function toVoicesList(voices) {
|
|
30564
30602
|
const voicesList = [];
|
|
30565
30603
|
for (const voice of voices) {
|
|
@@ -30871,10 +30909,10 @@ ${compiled}`;
|
|
|
30871
30909
|
}));
|
|
30872
30910
|
})();
|
|
30873
30911
|
},
|
|
30874
|
-
"
|
|
30912
|
+
"29d55a28a9": /* models/trend.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
30875
30913
|
var _a;
|
|
30876
30914
|
__esModule();
|
|
30877
|
-
const layout_1 = require("
|
|
30915
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
30878
30916
|
const build_views_1 = require("@bokehjs/core/build_views");
|
|
30879
30917
|
const plots_1 = require("@bokehjs/models/plots");
|
|
30880
30918
|
const glyphs_1 = require("@bokehjs/models/glyphs");
|
|
@@ -30906,7 +30944,7 @@ ${compiled}`;
|
|
|
30906
30944
|
super.connect_signals();
|
|
30907
30945
|
const { pos_color, neg_color, plot_color, plot_type, width, height, sizing_mode, title, value, value_change, layout, } = this.model.properties;
|
|
30908
30946
|
this.on_change([pos_color, neg_color], () => this.updateValueChange());
|
|
30909
|
-
this.on_change([plot_color, plot_type, width, height, sizing_mode], () => this.
|
|
30947
|
+
this.on_change([plot_color, plot_type, width, height, sizing_mode], () => this.rerender_());
|
|
30910
30948
|
this.on_change(title, () => this.updateTitle(true));
|
|
30911
30949
|
this.on_change(value, () => this.updateValue(true));
|
|
30912
30950
|
this.on_change(value_change, () => this.updateValue2(true));
|
|
@@ -31098,7 +31136,7 @@ ${compiled}`;
|
|
|
31098
31136
|
const bokeh_events_1 = require("@bokehjs/core/bokeh_events");
|
|
31099
31137
|
const types_1 = require("@bokehjs/core/util/types");
|
|
31100
31138
|
const layout_dom_1 = require("@bokehjs/models/layouts/layout_dom");
|
|
31101
|
-
const layout_1 = require("
|
|
31139
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
31102
31140
|
const debounce_1 = require("99a25e6992") /* debounce */;
|
|
31103
31141
|
class VegaEvent extends bokeh_events_1.ModelEvent {
|
|
31104
31142
|
constructor(data) {
|
|
@@ -31286,7 +31324,7 @@ ${compiled}`;
|
|
|
31286
31324
|
__esModule();
|
|
31287
31325
|
const tslib_1 = require("tslib");
|
|
31288
31326
|
const dom_1 = require("@bokehjs/core/dom");
|
|
31289
|
-
const layout_1 = require("
|
|
31327
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
31290
31328
|
const video_css_1 = tslib_1.__importDefault(require("dfe21e6f1b") /* ../styles/models/video.css */);
|
|
31291
31329
|
class VideoView extends layout_1.HTMLBoxView {
|
|
31292
31330
|
constructor() {
|
|
@@ -31451,7 +31489,7 @@ ${compiled}`;
|
|
|
31451
31489
|
"f8afc4e661": /* models/videostream.js */ function _(require, module, exports, __esModule, __esExport) {
|
|
31452
31490
|
var _a;
|
|
31453
31491
|
__esModule();
|
|
31454
|
-
const layout_1 = require("
|
|
31492
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
31455
31493
|
class VideoStreamView extends layout_1.HTMLBoxView {
|
|
31456
31494
|
constructor() {
|
|
31457
31495
|
super(...arguments);
|
|
@@ -31576,7 +31614,7 @@ ${compiled}`;
|
|
|
31576
31614
|
const column_data_source_1 = require("@bokehjs/models/sources/column_data_source");
|
|
31577
31615
|
const bokeh_events_1 = require("@bokehjs/core/bokeh_events");
|
|
31578
31616
|
const debounce_1 = require("99a25e6992") /* debounce */;
|
|
31579
|
-
const layout_1 = require("
|
|
31617
|
+
const layout_1 = require("9b11ce01a3") /* ./layout */;
|
|
31580
31618
|
class VizzuEvent extends bokeh_events_1.ModelEvent {
|
|
31581
31619
|
constructor(data) {
|
|
31582
31620
|
super();
|
|
@@ -31849,7 +31887,7 @@ ${compiled}`;
|
|
|
31849
31887
|
const object_1 = require("@bokehjs/core/util/object");
|
|
31850
31888
|
const color_mapper_1 = require("@bokehjs/models/mappers/color_mapper");
|
|
31851
31889
|
const kinds_1 = require("@bokehjs/core/kinds");
|
|
31852
|
-
const layout_1 = require("
|
|
31890
|
+
const layout_1 = require("9b11ce01a3") /* ../layout */;
|
|
31853
31891
|
const util_1 = require("df9946ff52") /* ./util */;
|
|
31854
31892
|
const vtkcolorbar_1 = require("b1d68776a9") /* ./vtkcolorbar */;
|
|
31855
31893
|
const vtkaxes_1 = require("0379dcf1cd") /* ./vtkaxes */;
|
|
@@ -40067,5 +40105,5 @@ ${compiled}`;
|
|
|
40067
40105
|
util_1.vtkns.FullScreenRenderWindowSynchronized = FullScreenRenderWindowSynchronized;
|
|
40068
40106
|
}
|
|
40069
40107
|
},
|
|
40070
|
-
}, "4e90918c0a", {"index":"4e90918c0a","models/index":"2fe1822b2b","models/ace":"4ccbc5a371","models/layout":"
|
|
40108
|
+
}, "4e90918c0a", {"index":"4e90918c0a","models/index":"2fe1822b2b","models/ace":"4ccbc5a371","models/layout":"9b11ce01a3","models/util":"6ae1cb3800","models/anywidget_component":"3df8113309","models/reactive_esm":"7ce3127e65","models/event-to-object":"2cc1a33000","models/html":"4c04683fdc","styles/models/html.css":"8694ed3f61","styles/models/esm.css":"727a14f76b","models/audio":"fd59c985b3","models/browser":"5a16cc23e6","models/button":"1db93211cd","models/button_icon":"1738ddeb3a","models/icon":"6c7fbea0ef","models/card":"330f4a8735","models/column":"42f54ab82e","styles/models/card.css":"edc7ee0090","models/checkbox_button_group":"51fbe9e2d0","models/chatarea_input":"27a077673d","models/textarea_input":"b7d595d74a","models/comm_manager":"3ec0e8eb36","models/customselect":"92bbd30bd1","models/multiselect":"27b5580835","models/tabulator":"8fc874f76d","models/data":"be689f0377","styles/models/tabulator.css":"b0e650c65c","models/datetime_picker":"ddf98634bb","models/datetime_slider":"c97cc0eade","models/deckgl":"f3ddc6fd49","models/lumagl":"a49afbffe9","models/tooltips":"f8f8ea4284","models/discrete_player":"0dca2cd4f6","models/player":"b5cfca1687","models/echarts":"253f80e325","models/feed":"4cfe0841a5","models/file_download":"84a13dddfb","models/file_dropper":"c0c26a60ff","styles/models/filedropper.css":"c03dd3c931","models/ipywidget":"8a8089cbf3","models/json":"245cd3cfde","models/jsoneditor":"d34360f699","models/katex":"f672d71a9f","models/location":"bd8e0fe48b","models/mathjax":"d889a68424","models/modal":"c7aa6cc7c5","styles/models/modal.css":"be4b4352c6","models/pdf":"f87ad1873c","models/perspective":"5db5031a50","styles/models/perspective.css":"2e2913ea54","models/plotly":"ffbe075545","styles/models/plotly.css":"ce7c8e2a4f","models/progress":"b1f4d68596","models/quill":"f6d86c7342","models/radio_button_group":"25e2d7c208","models/react_component":"134ad3d91a","models/reactive_html":"d5752cda5a","models/singleselect":"4155401209","models/speech_to_text":"5ac2cab0ab","models/state":"92822cb73a","models/tabs":"2231cdc549","models/terminal":"121f00bd6f","models/text_input":"8be416b160","models/text_to_speech":"a04eb51988","models/time_picker":"1afcab4e45","models/toggle_icon":"ad985f285e","models/tooltip_icon":"ae3a172647","models/trend":"29d55a28a9","models/vega":"119dc23765","models/video":"79dc37b888","styles/models/video.css":"dfe21e6f1b","models/videostream":"f8afc4e661","models/vizzu":"1f7bc1f95b","models/vtk/index":"c51f25e2a7","models/vtk/vtkjs":"ac55912dc1","models/vtk/vtklayout":"b06d05fa3e","models/vtk/util":"df9946ff52","models/vtk/vtkcolorbar":"b1d68776a9","models/vtk/vtkaxes":"0379dcf1cd","models/vtk/vtkvolume":"18592eecef","models/vtk/vtksynchronized":"a4e5946204","models/vtk/panel_fullscreen_renwin_sync":"5e89c7b3eb"}, {});});
|
|
40071
40109
|
//# sourceMappingURL=panel.js.map
|