scatter3d-anywidget 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl
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.
- scatter3d/static/scatter3d.js +3 -3
- scatter3d/static/scatter3d.js.map +1 -1
- scatter3d/widget_test.py +16 -9
- {scatter3d_anywidget-0.1.3.dist-info → scatter3d_anywidget-0.1.4.dist-info}/METADATA +1 -1
- scatter3d_anywidget-0.1.4.dist-info/RECORD +8 -0
- {scatter3d_anywidget-0.1.3.dist-info → scatter3d_anywidget-0.1.4.dist-info}/WHEEL +1 -1
- scatter3d_anywidget-0.1.3.dist-info/RECORD +0 -8
scatter3d/static/scatter3d.js
CHANGED
|
@@ -22549,7 +22549,7 @@ function Fg(i) {
|
|
|
22549
22549
|
}
|
|
22550
22550
|
function Og(i) {
|
|
22551
22551
|
const t = Fg(i).closest(
|
|
22552
|
-
'[data-cell-role="output"]'
|
|
22552
|
+
'[data-cell-role="output"], .output-area'
|
|
22553
22553
|
);
|
|
22554
22554
|
if (!t) return null;
|
|
22555
22555
|
const n = t.querySelector(":scope > .output") ?? t.querySelector(".output"), r = [t, n].filter(Boolean);
|
|
@@ -22578,7 +22578,7 @@ function Bg(i) {
|
|
|
22578
22578
|
const s = Og(e);
|
|
22579
22579
|
if (!s)
|
|
22580
22580
|
throw new Error(
|
|
22581
|
-
`height_controller: could not find constraint element (expected closest('[data-cell-role="output"]') from widget host)`
|
|
22581
|
+
`height_controller: could not find constraint element (expected closest('[data-cell-role="output"], .output-area') from widget host)`
|
|
22582
22582
|
);
|
|
22583
22583
|
const a = s;
|
|
22584
22584
|
let o = !1;
|
|
@@ -22616,7 +22616,7 @@ function Bg(i) {
|
|
|
22616
22616
|
const il = /* @__PURE__ */ new WeakMap();
|
|
22617
22617
|
function zg(i) {
|
|
22618
22618
|
const e = i.getRootNode?.();
|
|
22619
|
-
return !!(e instanceof ShadowRoot && e.host instanceof HTMLElement ? e.host : i).closest?.('[data-cell-role="output"]');
|
|
22619
|
+
return !!(e instanceof ShadowRoot && e.host instanceof HTMLElement ? e.host : i).closest?.('[data-cell-role="output"], .output-area');
|
|
22620
22620
|
}
|
|
22621
22621
|
function Vg(i, e, t) {
|
|
22622
22622
|
const n = {
|