mol_plot_all 1.2.352 → 1.2.354
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 +2 -2
- package/node.esm.js +8 -3
- package/node.esm.js.map +1 -1
- package/node.js +8 -3
- package/node.js.map +1 -1
- package/node.test.js +8 -3
- package/node.test.js.map +1 -1
- package/node.view.tree +1 -1
- package/package.json +1 -1
- package/web.d.ts +2 -2
- package/web.esm.js +8 -3
- package/web.esm.js.map +1 -1
- package/web.js +8 -3
- package/web.js.map +1 -1
- package/web.view.tree +1 -1
package/node.test.js
CHANGED
|
@@ -3068,7 +3068,8 @@ var $;
|
|
|
3068
3068
|
return obj;
|
|
3069
3069
|
}
|
|
3070
3070
|
hue() {
|
|
3071
|
-
|
|
3071
|
+
const obj = new this.$.NaN();
|
|
3072
|
+
return obj;
|
|
3072
3073
|
}
|
|
3073
3074
|
Sample() {
|
|
3074
3075
|
return null;
|
|
@@ -3139,6 +3140,9 @@ var $;
|
|
|
3139
3140
|
__decorate([
|
|
3140
3141
|
$mol_mem
|
|
3141
3142
|
], $mol_plot_graph.prototype, "Hint", null);
|
|
3143
|
+
__decorate([
|
|
3144
|
+
$mol_mem
|
|
3145
|
+
], $mol_plot_graph.prototype, "hue", null);
|
|
3142
3146
|
__decorate([
|
|
3143
3147
|
$mol_mem
|
|
3144
3148
|
], $mol_plot_graph.prototype, "viewport_x", null);
|
|
@@ -3796,7 +3800,8 @@ var $;
|
|
|
3796
3800
|
hue_base(val) {
|
|
3797
3801
|
if (val !== undefined)
|
|
3798
3802
|
return val;
|
|
3799
|
-
|
|
3803
|
+
const obj = new this.$.NaN();
|
|
3804
|
+
return obj;
|
|
3800
3805
|
}
|
|
3801
3806
|
hue_shift(val) {
|
|
3802
3807
|
if (val !== undefined)
|
|
@@ -4534,7 +4539,7 @@ var $;
|
|
|
4534
4539
|
(function ($) {
|
|
4535
4540
|
class $mol_plot_dot extends $mol_plot_graph {
|
|
4536
4541
|
points_max() {
|
|
4537
|
-
return Infinity;
|
|
4542
|
+
return +Infinity;
|
|
4538
4543
|
}
|
|
4539
4544
|
aspect() {
|
|
4540
4545
|
return 1;
|