@holoviz/panel 1.2.0-a.1 → 1.2.0

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.
Files changed (36) hide show
  1. package/dist/bundled/datatabulator/tabulator-tables@5.5.0/dist/css/tabulator_bootstrap5.min.css +2 -0
  2. package/dist/bundled/notificationarea/panel/1.2.0/dist/bundled/font-awesome/css/all.min.css +2 -0
  3. package/dist/bundled/panel/1.2.0/dist/bundled/bootstrap5/css/bootstrap.min.css +2 -0
  4. package/dist/bundled/panel/1.2.0/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +2 -0
  5. package/dist/bundled/panel/1.2.0/dist/bundled/font-awesome/css/all.min.css +2 -0
  6. package/dist/bundled/panel/1.2.0/dist/bundled/jquery/jquery.slim.min.js +2 -0
  7. package/dist/bundled/plotlyplot/panel/1.2.0/dist/bundled/jquery/jquery.slim.min.js +2 -0
  8. package/dist/bundled/theme/bootstrap.css +21 -8
  9. package/dist/bundled/theme/fast.css +1 -1
  10. package/dist/bundled/theme/material.css +11 -6
  11. package/dist/bundled/theme/native.css +4 -0
  12. package/dist/css/button.css +5 -1
  13. package/dist/css/loadingspinner.css +18 -3
  14. package/dist/css/perspective-datatable.css +11 -5
  15. package/dist/css/progress.css +8 -2
  16. package/dist/dts/styles/button.css.d.ts +1 -1
  17. package/dist/lib/models/tabulator.d.ts +2 -0
  18. package/dist/lib/models/tabulator.js +12 -2
  19. package/dist/lib/models/tabulator.js.map +1 -1
  20. package/dist/lib/styles/button.css.d.ts +1 -1
  21. package/dist/lib/styles/button.css.js +2 -2
  22. package/dist/lib/styles/loadingspinner.css.js +1 -1
  23. package/dist/lib/styles/perspective-datatable.css.js +5 -2
  24. package/dist/lib/styles/progress.css.js +5 -1
  25. package/dist/panel.js +15 -5
  26. package/dist/panel.js.map +1 -1
  27. package/dist/panel.json +1 -1
  28. package/dist/panel.min.js +3 -3
  29. package/dist/wheels/{panel-1.2.0a1-py3-none-any.whl → panel-1.2.0-py3-none-any.whl} +0 -0
  30. package/package.json +1 -1
  31. package/dist/bundled/notificationarea/panel/1.2.0-a.1/dist/bundled/font-awesome/css/all.min.css +0 -2
  32. package/dist/bundled/panel/1.2.0-a.1/dist/bundled/bootstrap5/css/bootstrap.min.css +0 -2
  33. package/dist/bundled/panel/1.2.0-a.1/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +0 -2
  34. package/dist/bundled/panel/1.2.0-a.1/dist/bundled/font-awesome/css/all.min.css +0 -2
  35. package/dist/bundled/panel/1.2.0-a.1/dist/bundled/jquery/jquery.slim.min.js +0 -2
  36. package/dist/bundled/plotlyplot/panel/1.2.0-a.1/dist/bundled/jquery/jquery.slim.min.js +0 -2
@@ -1,6 +1,6 @@
1
+ export const btn_group: string
1
2
  export const btn: string
2
3
  export const btn_default: string
3
- export const btn_group: string
4
4
  export const active: string
5
5
  export const btn_primary: string
6
6
  export const btn_success: string
@@ -1,6 +1,6 @@
1
+ export const btn_group = "bk-btn-group"
1
2
  export const btn = "bk-btn"
2
3
  export const btn_default = "bk-btn-default"
3
- export const btn_group = "bk-btn-group"
4
4
  export const active = "bk-active"
5
5
  export const btn_primary = "bk-btn-primary"
6
6
  export const btn_success = "bk-btn-success"
@@ -16,4 +16,4 @@ export default `:host{--primary-color:var(--design-primary-color, var(--panel-pr
16
16
  );--surface-color:var(--design-surface-color, var(--panel-surface-color));--surface-text-color:var(
17
17
  --design-surface-text-color,
18
18
  var(--panel-on-surface-color)
19
- );}.bk-btn:active{transform:scale(0.98);}:host(.outline) .bk-btn{background-color:transparent;}:host(.solid) .bk-btn{border:unset;}:host(.solid) .bk-btn.bk-btn-default{background-color:var(--surface-color);color:var(--surface-text-color);}:host(.outline) .bk-btn.bk-btn-default{border:1px solid var(--surface-color);color:var(--background-text-color);}:host(.solid) .bk-btn-group .bk-btn.bk-btn-default.bk-active{box-shadow:inset 0px 3px 5px rgb(0 0 0 / 50%);}:host(.outline) .bk-btn.bk-btn-default.bk-active{box-shadow:inset 0px 3px 5px rgb(0 0 0 / 50%);color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-default.bk-active{background-color:var(--surface-color);color:var(--surface-text-color);}:host(.solid) .bk-btn.bk-btn-primary{background-color:var(--primary-color);}:host(.solid) .bk-btn.bk-btn-primary.bk-active{background-color:var(--primary-color);box-shadow:inset 0px 3px 5px rgb(0 0 0 / 25%);}:host(.outline) .bk-btn-primary{background-color:transparent;color:var(--background-text-color);}:host(.outline) .bk-btn-primary.bk-active,:host(.outline) .bk-btn-primary:hover{color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-primary.bk-active{background-color:var(--primary-color);color:var(--button-primary-text-color);}:host(.outline) .bk-btn-success{color:var(--success-bg-color);}:host(.outline) .bk-btn-success.bk-active,:host(.outline) .bk-btn-success:hover{color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-success.bk-active{background-color:var(--success-bg-color);color:var(--background-text-color);}:host(.outline) .bk-btn-warning{color:var(--warning-bg-color);}:host(.outline) .bk-btn-warning.bk-active,:host(.outline) .bk-btn-warning:hover{color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-warning.bk-active{background-color:var(--warning-bg-color);color:var(--background-text-color);}:host(.outline) .bk-btn-danger{color:var(--danger-bg-color);}:host(.outline) .bk-btn-danger.bk-active,:host(.outline) .bk-btn-danger:hover{color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-danger.bk-active{background-color:var(--danger-bg-color);color:var(--background-text-color);}:host(.outline) .bk-btn-light{border-color:var(--light-bg-color);color:var(--background-text-color);}:host(.outline) .bk-btn-light.bk-active,:host(.outline) .bk-btn-light:hover{background-color:var(--light-bg-color);color:black;}:host(.outline) .bk-btn-group .bk-btn-light.bk-active{background-color:var(--light-bg-color);color:black;}`
19
+ );}.bk-btn-group > .bk-btn{line-height:var(--line-height);}.bk-btn:active{transform:scale(0.98);}:host(.outline) .bk-btn{background-color:transparent;}:host(.solid) .bk-btn{border:1.2px solid rgba(0, 0, 0, 0);}:host(.solid) .bk-btn.bk-btn-default{background-color:var(--surface-color);color:var(--surface-text-color);}:host(.outline) .bk-btn.bk-btn-default{border:1px solid var(--surface-color);color:var(--background-text-color);}:host(.solid) .bk-btn-group .bk-btn.bk-btn-default.bk-active{box-shadow:inset 0px 3px 5px rgb(0 0 0 / 50%);}:host(.outline) .bk-btn.bk-btn-default.bk-active{box-shadow:inset 0px 3px 5px rgb(0 0 0 / 50%);color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-default.bk-active{background-color:var(--surface-color);color:var(--surface-text-color);}:host(.solid) .bk-btn.bk-btn-primary{background-color:var(--primary-color);}:host(.solid) .bk-btn.bk-btn-primary.bk-active{background-color:var(--primary-color);box-shadow:inset 0px 3px 5px rgb(0 0 0 / 25%);}:host(.outline) .bk-btn-primary{background-color:transparent;color:var(--background-text-color);}:host(.outline) .bk-btn-primary.bk-active,:host(.outline) .bk-btn-primary:hover{color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-primary.bk-active{background-color:var(--primary-color);color:var(--button-primary-text-color);}:host(.outline) .bk-btn-success{color:var(--success-bg-color);}:host(.outline) .bk-btn-success.bk-active,:host(.outline) .bk-btn-success:hover{color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-success.bk-active{background-color:var(--success-bg-color);color:var(--background-text-color);}:host(.outline) .bk-btn-warning{color:var(--warning-bg-color);}:host(.outline) .bk-btn-warning.bk-active,:host(.outline) .bk-btn-warning:hover{color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-warning.bk-active{background-color:var(--warning-bg-color);color:var(--background-text-color);}:host(.outline) .bk-btn-danger{color:var(--danger-bg-color);}:host(.outline) .bk-btn-danger.bk-active,:host(.outline) .bk-btn-danger:hover{color:var(--background-text-color);}:host(.outline) .bk-btn-group .bk-btn-danger.bk-active{background-color:var(--danger-bg-color);color:var(--background-text-color);}:host(.outline) .bk-btn-light{border-color:var(--light-bg-color);color:var(--background-text-color);}:host(.outline) .bk-btn-light.bk-active,:host(.outline) .bk-btn-light:hover{background-color:var(--light-bg-color);color:black;}:host(.outline) .bk-btn-group .bk-btn-light.bk-active{background-color:var(--light-bg-color);color:black;}`
@@ -1,4 +1,4 @@
1
- export default `:host(.loader){overflow:hidden;display:flex;}:host(.loader) div::after{content:'';display:block;border-radius:50%;-webkit-mask-image:radial-gradient(transparent 50%, rgba(0, 0, 0, 1) 54%);width:100%;height:100%;left:0;top:0;animation:spin 2s linear infinite;}:host(.loader.dark) div::after{background:#0f0f0f;}:host(.loader.light) div::after{background:#f0f0f0;}:host(.loader.spin) div::after{animation:spin 2s linear infinite;}:host(.loader.spin.primary-light) div::after{background:linear-gradient(135deg, #f0f0f0 50%, transparent 50%),
1
+ export default `:host(.loader){overflow:hidden;display:flex;}:host(.loader) div{display:table;}:host(.loader) div > span{display:table-cell;vertical-align:middle;}:host(.loader) div::after{content:'';display:block;border-radius:50%;-webkit-mask-image:radial-gradient(transparent 50%, rgba(0, 0, 0, 1) 0);left:0;top:0;height:var(--loading-spinner-size);width:var(--loading-spinner-size);position:absolute;animation:spin 2s linear infinite;}:host(.loader) div > span{font-size:max(calc(var(--loading-spinner-size) * 0.2), 12px);padding-left:calc(var(--loading-spinner-size) + 1em);}:host(.loader.dark) div::after{background:#0f0f0f;}:host(.loader.light) div::after{background:#f0f0f0;}:host(.loader.spin) div::after{animation:spin 2s linear infinite;}:host(.loader.spin.primary-light) div::after{background:linear-gradient(135deg, #f0f0f0 50%, transparent 50%),
2
2
  linear-gradient(45deg, #f0f0f0 50%, var(--primary-bg-color) 50%);}:host(.loader.spin.secondary-light) div::after{background:linear-gradient(135deg, #f0f0f0 50%, transparent 50%),
3
3
  linear-gradient(45deg, #f0f0f0 50%, var(--secondary-bg-color) 50%);}:host(.loader.spin.success-light) div::after{background:linear-gradient(135deg, #f0f0f0 50%, transparent 50%),
4
4
  linear-gradient(45deg, #f0f0f0 50%, var(--success-bg-color) 50%);}:host(.loader.spin.danger-light) div::after{background:linear-gradient(135deg, #f0f0f0 50%, transparent 50%),
@@ -19,7 +19,9 @@ export default `regular-table{padding:0;margin:12px 0 0 12px;scrollbar-color:tra
19
19
  200% 200%,
20
20
  200% var(--regular-table--clip-y, 0)
21
21
  );}regular-table{font-family:inherit;}regular-table div[tabindex]{outline:none;}regular-table > div{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;}regular-table th{text-align:center;}regular-table thead tr:not(:last-child) th{overflow:hidden;max-width:0px;}regular-table thead tr:last-child .rt-float,regular-table tbody .rt-float{text-align:right;}regular-table thead .rt-integer,regular-table tbody .rt-integer{text-align:right;}regular-table tbody th{text-align:left;}regular-table span.rt-tree-container{display:flex;align-items:center;height:100%;}regular-table thead .rt-string,regular-table tbody .rt-string,regular-table thead .rt-date,regular-table tbody .rt-date,regular-table thead .rt-datetime,regular-table tbody .rt-datetime{text-align:left;}regular-table thead tr:last-child th{border-bottom:1px solid #eaedef;}regular-table tbody tr:first-child td,regular-table tbody tr:first-child th{border-top:1px solid transparent !important;}regular-table th{position:relative;}regular-table tr th span.rt-tree-group{margin-left:5px;margin-right:15px;border-left:1px solid #eee;height:100%;}regular-table td,regular-table th{white-space:nowrap;font-size:12px;padding-right:5px;padding-left:5px;padding-top:0px;padding-bottom:0px;height:19px;}regular-table tr:hover td{background:#eee;opacity:1;}regular-table tr:hover{color:#333;}regular-table table *{box-sizing:border-box;}regular-table table{position:absolute;overflow:hidden;color:#666;outline:none;}regular-table span.rt-row-header-icon{color:#aaa;padding-right:4px;font-family:var(--button--font-family, 'Material Icons');}regular-table span.rt-column-header-icon{font-size:10px;padding-left:3px;display:inline-block;width:10px;font-family:var(--button--font-family, 'Material Icons');}regular-table span.rt-row-header-icon:hover{color:#1a7da1;text-shadow:0px 0px 3px #1a7da1;}regular-table .rt-selected td{background-color:#eee;}regular-table .rt-cell-clip{overflow:hidden;text-overflow:ellipsis;}regular-table td span.rt-group-name,regular-table th span.rt-group-name{margin-right:-5px;padding-right:5px;padding-left:8px;flex:1;height:100%;}regular-table th span.rt-group-name{text-align:left;}regular-table td th span.rt-group-leaf,regular-table th span.rt-group-leaf{margin-left:16px;height:100%;}regular-table .rt-column-resize{height:100%;width:10px;position:absolute;top:0;right:0;cursor:col-resize;}regular-table a{color:var(--rt-pos-cell--color);}regular-table a:visited{color:var(--active--color);}regular-table::-webkit-scrollbar,regular-table::-webkit-scrollbar-corner{background-color:transparent;height:12px;width:12px;}regular-table::-webkit-scrollbar-thumb{background-clip:content-box;background-color:rgba(0, 0, 0, 0);border-radius:5px;}regular-table::-webkit-scrollbar-thumb:horizontal{border-bottom:2px solid transparent;border-top:2px solid transparent;}regular-table::-webkit-scrollbar-thumb:vertical{border-left:2px solid transparent;border-right:2px solid transparent;}regular-table:hover::-webkit-scrollbar-thumb{background-color:rgba(0, 0, 0, 0.15);}regular-table::-webkit-scrollbar-thumb:hover{background-color:rgba(0, 0, 0, 0.3);}.psp-header-border:not(.psp-is-top):not(.psp-header-leaf){box-shadow:1px 0px var(--inactive--color, #eaedef);}.psp-header-group{box-shadow:0px 10px 0 -9px var(--inactive--color, #eaedef);}.psp-is-top{box-shadow:5px 4px 0px -4px var(--inactive--color, #eaedef);}.psp-is-top.psp-header-group:not(.psp-header-group-corner){box-shadow:5px 4px 0px -4px var(--inactive--color, #eaedef),
22
- 0px 10px 0 -9px var(--inactive--color, #eaedef);}.psp-header-border.psp-header-group:not(.psp-is-top):not(.psp-header-group-corner){box-shadow:1px 0px var(--inactive--color, #eaedef),
22
+ 0px 10px 0 -9px var(--inactive--color, #eaedef);}.psp-header-border.psp-header-group:not(.psp-is-top):not(
23
+ .psp-header-group-corner
24
+ ){box-shadow:1px 0px var(--inactive--color, #eaedef),
23
25
  0px 10px 0 -9px var(--inactive--color, #eaedef);}.psp-header-leaf.psp-header-border{box-shadow:5px -4px 0px -4px var(--inactive--color, #eaedef);}tr:only-child th{box-shadow:none !important;}regular-table
24
26
  tbody
25
27
  tr:hover
@@ -30,7 +32,8 @@ export default `regular-table{padding:0;margin:12px 0 0 12px;scrollbar-color:tra
30
32
  tbody
31
33
  tr:hover
32
34
  td:not(.psp-row-selected):not(.psp-row-subselected){border-color:var(--rt-hover--border-color, #c5c9d080) !important;background-color:transparent;box-shadow:0px 1px 0px var(--rt-hover--border-color, #c5c9d080),
33
- 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 5px 0px rgba(0, 0, 0, 0.01);}regular-table
35
+ 0px 3px 0px rgba(0, 0, 0, 0.05),
36
+ 0px 5px 0px rgba(0, 0, 0, 0.01);}regular-table
34
37
  tbody
35
38
  tr:hover
36
39
  + tr
@@ -1,4 +1,8 @@
1
- export default `progress{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;height:20px;border-radius:3px;box-shadow:0 2px 3px rgba(0, 0, 0, 0.5) inset;color:royalblue;position:relative;margin:0 0 1.5em;width:100%;}progress[value]::-webkit-progress-bar{background-color:whiteSmoke;border-radius:3px;box-shadow:0 2px 3px rgba(0, 0, 0, 0.5) inset;}progress[value] ::-webkit-progress-value{position:relative;background-size:35px 20px, 100% 100%, 100% 100%;border-radius:3px;}progress.active:not([value])::before{background-position:10%;animation-name:stripes;animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite;}progress[value]::-moz-progress-bar{background-size:35px 20px, 100% 100%, 100% 100%;border-radius:3px;}progress:not([value])::-moz-progress-bar{border-radius:3px;background:linear-gradient(
1
+ export default `progress{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;height:20px;border-radius:3px;box-shadow:0 2px 3px rgba(0, 0, 0, 0.5) inset;color:royalblue;position:relative;margin:0 0 1.5em;width:100%;}progress[value]::-webkit-progress-bar{background-color:whiteSmoke;border-radius:3px;box-shadow:0 2px 3px rgba(0, 0, 0, 0.5) inset;}progress[value] ::-webkit-progress-value{position:relative;background-size:35px 20px,
2
+ 100% 100%,
3
+ 100% 100%;border-radius:3px;}progress.active:not([value])::before{background-position:10%;animation-name:stripes;animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite;}progress[value]::-moz-progress-bar{background-size:35px 20px,
4
+ 100% 100%,
5
+ 100% 100%;border-radius:3px;}progress:not([value])::-moz-progress-bar{border-radius:3px;background:linear-gradient(
2
6
  -45deg,
3
7
  transparent 33%,
4
8
  rgba(0, 0, 0, 0.2) 33%,
package/dist/panel.js CHANGED
@@ -64,7 +64,7 @@
64
64
  __esExport("CommManager", comm_manager_1.CommManager);
65
65
  var customselect_1 = require("e258e515be") /* ./customselect */;
66
66
  __esExport("CustomSelect", customselect_1.CustomSelect);
67
- var tabulator_1 = require("6422d178ee") /* ./tabulator */;
67
+ var tabulator_1 = require("ee40e74b4b") /* ./tabulator */;
68
68
  __esExport("DataTabulator", tabulator_1.DataTabulator);
69
69
  var datetime_picker_1 = require("5fd6501095") /* ./datetime_picker */;
70
70
  __esExport("DatetimePicker", datetime_picker_1.DatetimePicker);
@@ -901,7 +901,7 @@
901
901
  });
902
902
  })();
903
903
  },
904
- "6422d178ee": /* models/tabulator.js */ function _(require, module, exports, __esModule, __esExport) {
904
+ "ee40e74b4b": /* models/tabulator.js */ function _(require, module, exports, __esModule, __esExport) {
905
905
  __esModule();
906
906
  var _a, _b, _c;
907
907
  const dom_1 = require("@bokehjs/core/dom");
@@ -1152,7 +1152,7 @@
1152
1152
  super(...arguments);
1153
1153
  this.columns = new Map();
1154
1154
  this._tabulator_cell_updating = false;
1155
- this._updating_page = true;
1155
+ this._updating_page = false;
1156
1156
  this._updating_sort = false;
1157
1157
  this._selection_updating = false;
1158
1158
  this._lastVerticalScrollbarTopPosition = 0;
@@ -1207,6 +1207,7 @@
1207
1207
  this.connect(p.max_page.change, () => this.setMaxPage());
1208
1208
  this.connect(p.frozen_rows.change, () => this.setFrozen());
1209
1209
  this.connect(p.sorters.change, () => this.setSorters());
1210
+ this.connect(p.theme_classes.change, () => this.setCSSClasses(this.tabulator.element));
1210
1211
  this.connect(this.model.source.properties.data.change, () => this.setData());
1211
1212
  this.connect(this.model.source.streaming, () => this.addData());
1212
1213
  this.connect(this.model.source.patching, () => {
@@ -1264,15 +1265,22 @@
1264
1265
  this.redraw();
1265
1266
  this._initializing = false;
1266
1267
  }
1268
+ setCSSClasses(el) {
1269
+ el.className = "pnx-tabulator tabulator";
1270
+ for (const cls of this.model.theme_classes)
1271
+ el.classList.add(cls);
1272
+ }
1267
1273
  render() {
1268
1274
  super.render();
1269
1275
  this._initializing = true;
1270
1276
  const container = (0, dom_2.div)({ style: "display: contents;" });
1271
- const el = (0, dom_2.div)({ class: "pnx-tabulator", style: "width: 100%; height: 100%; visibility: hidden;" });
1277
+ const el = (0, dom_2.div)({ style: "width: 100%; height: 100%; visibility: hidden;" });
1278
+ this.setCSSClasses(el);
1272
1279
  container.appendChild(el);
1273
1280
  this.shadow_el.appendChild(container);
1274
1281
  let configuration = this.getConfiguration();
1275
1282
  this.tabulator = new Tabulator(el, configuration);
1283
+ console.log(el, this.tabulator);
1276
1284
  this.watch_stylesheets();
1277
1285
  this.init_callbacks();
1278
1286
  }
@@ -1788,6 +1796,7 @@
1788
1796
  this.tabulator.modules.page._setPageButtons();
1789
1797
  }
1790
1798
  setPage() {
1799
+ console.log(Math.min(this.model.max_page, this.model.page));
1791
1800
  this.tabulator.setPage(Math.min(this.model.max_page, this.model.page));
1792
1801
  if (this.model.pagination === "local") {
1793
1802
  this.renderChildren();
@@ -1949,6 +1958,7 @@
1949
1958
  source: [Ref(column_data_source_1.ColumnDataSource)],
1950
1959
  sorters: [Array(Any), []],
1951
1960
  cell_styles: [Any, {}],
1961
+ theme_classes: [Array(String), []],
1952
1962
  }));
1953
1963
  })();
1954
1964
  },
@@ -19188,5 +19198,5 @@
19188
19198
  }
19189
19199
  exports.initialize_fullscreen_render = initialize_fullscreen_render;
19190
19200
  },
19191
- }, "4e90918c0a", {"index":"4e90918c0a","models/index":"1ad646c29c","models/ace":"361114b33f","models/layout":"bfe8e8c0eb","models/audio":"d8d3afec63","models/browser":"f5cdab5ee8","models/card":"ad0e9bb16e","models/comm_manager":"eca6f2cacb","models/customselect":"e258e515be","models/tabulator":"6422d178ee","models/data":"fd9108e30e","models/datetime_picker":"5fd6501095","models/deckgl":"19b5a68a40","models/tooltips":"9588ab7c9e","models/echarts":"de43a95fca","models/event-to-object":"490942d778","models/html":"a8d43c9bf6","models/ipywidget":"94c1682c1c","models/json":"66f63e3c42","models/jsoneditor":"3c56a75fcf","models/file_download":"e6943b23b3","models/katex":"173673276e","models/location":"a85ed38ee9","models/mathjax":"9f7d610997","models/pdf":"46cccf2270","models/perspective":"ae1bae91c1","models/player":"bd5015f776","models/plotly":"b6febc7d6f","models/util":"990b5dd5c7","models/progress":"e6caa5bc95","models/quill":"98652399b1","models/reactive_html":"794ee8d68c","models/singleselect":"ef3370f5e9","models/speech_to_text":"7651136c44","models/state":"1bb5a1aca6","models/tabs":"8013e805da","models/terminal":"4a0674b147","models/text_to_speech":"a44f0bd49f","models/tooltip_icon":"4c6dd3d1dc","models/trend":"c2c4524e04","models/vega":"b396729d22","models/video":"222009eb8a","models/videostream":"2dfabe6882","models/vizzu":"df04fa14c7","models/vtk/index":"c51f25e2a7","models/vtk/vtkjs":"173e6cb054","models/vtk/vtklayout":"e7683a018a","models/vtk/util":"a76a9b7c23","models/vtk/vtkcolorbar":"c010237f8b","models/vtk/vtkaxes":"5a606f3f35","models/vtk/vtkvolume":"9cb70c6ab6","models/vtk/vtksynchronized":"66775d6392","models/vtk/panel_fullscreen_renwin_sync":"877619fe71"}, {});});
19201
+ }, "4e90918c0a", {"index":"4e90918c0a","models/index":"1ad646c29c","models/ace":"361114b33f","models/layout":"bfe8e8c0eb","models/audio":"d8d3afec63","models/browser":"f5cdab5ee8","models/card":"ad0e9bb16e","models/comm_manager":"eca6f2cacb","models/customselect":"e258e515be","models/tabulator":"ee40e74b4b","models/data":"fd9108e30e","models/datetime_picker":"5fd6501095","models/deckgl":"19b5a68a40","models/tooltips":"9588ab7c9e","models/echarts":"de43a95fca","models/event-to-object":"490942d778","models/html":"a8d43c9bf6","models/ipywidget":"94c1682c1c","models/json":"66f63e3c42","models/jsoneditor":"3c56a75fcf","models/file_download":"e6943b23b3","models/katex":"173673276e","models/location":"a85ed38ee9","models/mathjax":"9f7d610997","models/pdf":"46cccf2270","models/perspective":"ae1bae91c1","models/player":"bd5015f776","models/plotly":"b6febc7d6f","models/util":"990b5dd5c7","models/progress":"e6caa5bc95","models/quill":"98652399b1","models/reactive_html":"794ee8d68c","models/singleselect":"ef3370f5e9","models/speech_to_text":"7651136c44","models/state":"1bb5a1aca6","models/tabs":"8013e805da","models/terminal":"4a0674b147","models/text_to_speech":"a44f0bd49f","models/tooltip_icon":"4c6dd3d1dc","models/trend":"c2c4524e04","models/vega":"b396729d22","models/video":"222009eb8a","models/videostream":"2dfabe6882","models/vizzu":"df04fa14c7","models/vtk/index":"c51f25e2a7","models/vtk/vtkjs":"173e6cb054","models/vtk/vtklayout":"e7683a018a","models/vtk/util":"a76a9b7c23","models/vtk/vtkcolorbar":"c010237f8b","models/vtk/vtkaxes":"5a606f3f35","models/vtk/vtkvolume":"9cb70c6ab6","models/vtk/vtksynchronized":"66775d6392","models/vtk/panel_fullscreen_renwin_sync":"877619fe71"}, {});});
19192
19202
  //# sourceMappingURL=panel.js.map