scatter3d-anywidget 0.1.7__py3-none-any.whl → 0.1.8__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.
@@ -22450,6 +22450,7 @@ function wg(i) {
22450
22450
  _ !== null && d === _ ? e.set(ne.activeCategory, null) : e.set(ne.activeCategory, d), r("activeCategory");
22451
22451
  }), e.on(`change:${ne.labels}`, u), e.on(`change:${ne.colors}`, u), e.on(`change:${ne.activeCategory}`, u), e.on(`change:${ne.interactionMode}`, u), e.on(`change:${ne.legendSide}`, u), e.on(`change:${ne.legendDock}`, u), {
22452
22452
  refreshFromModel: s,
22453
+ scheduleRefresh: h,
22453
22454
  dispose: () => {
22454
22455
  e.off(`change:${ne.labels}`, u), e.off(`change:${ne.colors}`, u), e.off(`change:${ne.activeCategory}`, u), e.off(`change:${ne.interactionMode}`, u), e.off(`change:${ne.legendSide}`, u), e.off(`change:${ne.legendDock}`, u);
22455
22456
  }
@@ -22700,7 +22701,7 @@ function Vg(i, e, t) {
22700
22701
  view: F,
22701
22702
  transportReady: R
22702
22703
  });
22703
- M.refreshFromModel();
22704
+ M.scheduleRefresh();
22704
22705
  function S() {
22705
22706
  const re = r.get(ne.interactionMode) === "lasso" ? "lasso" : "rotate";
22706
22707
  if (re === "rotate")
@@ -22739,7 +22740,7 @@ function Vg(i, e, t) {
22739
22740
  }), B = fg({
22740
22741
  model: r,
22741
22742
  three: h,
22742
- refreshLegendUI: M.refreshFromModel,
22743
+ refreshLegendUI: M.scheduleRefresh,
22743
22744
  onTooltipResponseChange: z.onTooltipResponseChange
22744
22745
  });
22745
22746
  r.set(ne.clientReady, !0);