mol_plot_all 1.2.124 → 1.2.128
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 +0 -4
- package/node.esm.js +0 -14
- package/node.esm.js.map +1 -1
- package/node.js +0 -14
- package/node.js.map +1 -1
- package/node.test.js +0 -14
- package/node.test.js.map +1 -1
- package/node.view.tree +1 -1
- package/package.json +1 -1
- package/web.d.ts +0 -4
- package/web.esm.js +0 -14
- package/web.esm.js.map +1 -1
- package/web.js +0 -14
- package/web.js.map +1 -1
- package/web.view.tree +1 -1
package/node.test.js
CHANGED
|
@@ -3737,12 +3737,6 @@ var $;
|
|
|
3737
3737
|
this.Touch()
|
|
3738
3738
|
];
|
|
3739
3739
|
}
|
|
3740
|
-
event() {
|
|
3741
|
-
return {
|
|
3742
|
-
...super.event(),
|
|
3743
|
-
dblclick: (event) => this.reset(event)
|
|
3744
|
-
};
|
|
3745
|
-
}
|
|
3746
3740
|
gap_x() {
|
|
3747
3741
|
const obj = new this.$.$mol_vector_range(this.gap_left(), this.gap_right());
|
|
3748
3742
|
return obj;
|
|
@@ -3821,11 +3815,6 @@ var $;
|
|
|
3821
3815
|
obj.draw = (event) => this.draw(event);
|
|
3822
3816
|
return obj;
|
|
3823
3817
|
}
|
|
3824
|
-
reset(event) {
|
|
3825
|
-
if (event !== undefined)
|
|
3826
|
-
return event;
|
|
3827
|
-
return null;
|
|
3828
|
-
}
|
|
3829
3818
|
}
|
|
3830
3819
|
__decorate([
|
|
3831
3820
|
$.$mol_mem
|
|
@@ -3911,9 +3900,6 @@ var $;
|
|
|
3911
3900
|
__decorate([
|
|
3912
3901
|
$.$mol_mem
|
|
3913
3902
|
], $mol_plot_pane.prototype, "Touch", null);
|
|
3914
|
-
__decorate([
|
|
3915
|
-
$.$mol_mem
|
|
3916
|
-
], $mol_plot_pane.prototype, "reset", null);
|
|
3917
3903
|
$.$mol_plot_pane = $mol_plot_pane;
|
|
3918
3904
|
})($ || ($ = {}));
|
|
3919
3905
|
//pane.view.tree.js.map
|