mol_plot_all 1.2.354 → 1.2.356
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/node.d.ts +3 -3
- package/node.esm.js +4 -9
- package/node.esm.js.map +1 -1
- package/node.js +4 -9
- package/node.js.map +1 -1
- package/node.test.js +4 -9
- package/node.test.js.map +1 -1
- package/node.view.tree +2 -2
- package/package.json +1 -1
- package/web.d.ts +3 -3
- package/web.esm.js +4 -9
- package/web.esm.js.map +1 -1
- package/web.js +4 -9
- package/web.js.map +1 -1
- package/web.view.tree +2 -2
package/node.test.js
CHANGED
|
@@ -2629,7 +2629,7 @@ var $;
|
|
|
2629
2629
|
kids[index].force_render(path);
|
|
2630
2630
|
}
|
|
2631
2631
|
}
|
|
2632
|
-
|
|
2632
|
+
ensure_visible(view, align = "start") {
|
|
2633
2633
|
const path = this.view_find(v => v === view).next().value;
|
|
2634
2634
|
this.force_render(new Set(path));
|
|
2635
2635
|
this.dom_final();
|
|
@@ -2637,7 +2637,7 @@ var $;
|
|
|
2637
2637
|
}
|
|
2638
2638
|
bring() {
|
|
2639
2639
|
new $mol_after_frame(() => {
|
|
2640
|
-
this.dom_node().scrollIntoView();
|
|
2640
|
+
this.dom_node().scrollIntoView({ inline: 'start' });
|
|
2641
2641
|
this.focused(true);
|
|
2642
2642
|
});
|
|
2643
2643
|
}
|
|
@@ -3068,8 +3068,7 @@ var $;
|
|
|
3068
3068
|
return obj;
|
|
3069
3069
|
}
|
|
3070
3070
|
hue() {
|
|
3071
|
-
|
|
3072
|
-
return obj;
|
|
3071
|
+
return +NaN;
|
|
3073
3072
|
}
|
|
3074
3073
|
Sample() {
|
|
3075
3074
|
return null;
|
|
@@ -3140,9 +3139,6 @@ var $;
|
|
|
3140
3139
|
__decorate([
|
|
3141
3140
|
$mol_mem
|
|
3142
3141
|
], $mol_plot_graph.prototype, "Hint", null);
|
|
3143
|
-
__decorate([
|
|
3144
|
-
$mol_mem
|
|
3145
|
-
], $mol_plot_graph.prototype, "hue", null);
|
|
3146
3142
|
__decorate([
|
|
3147
3143
|
$mol_mem
|
|
3148
3144
|
], $mol_plot_graph.prototype, "viewport_x", null);
|
|
@@ -3800,8 +3796,7 @@ var $;
|
|
|
3800
3796
|
hue_base(val) {
|
|
3801
3797
|
if (val !== undefined)
|
|
3802
3798
|
return val;
|
|
3803
|
-
|
|
3804
|
-
return obj;
|
|
3799
|
+
return +NaN;
|
|
3805
3800
|
}
|
|
3806
3801
|
hue_shift(val) {
|
|
3807
3802
|
if (val !== undefined)
|