mol_plot_all 1.2.126 → 1.2.127
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.d.ts
CHANGED
|
@@ -915,9 +915,6 @@ declare namespace $ {
|
|
|
915
915
|
sub(): readonly $mol_svg[];
|
|
916
916
|
graphs_colored(): readonly $mol_plot_graph[];
|
|
917
917
|
plugins(): readonly any[];
|
|
918
|
-
event(): {
|
|
919
|
-
dblclick: (event?: any) => any;
|
|
920
|
-
};
|
|
921
918
|
gap_x(): $mol_vector_range<number>;
|
|
922
919
|
gap_y(): $mol_vector_range<number>;
|
|
923
920
|
shift_limit_x(): $mol_vector_range<number>;
|
|
@@ -938,7 +935,6 @@ declare namespace $ {
|
|
|
938
935
|
action_type(): string;
|
|
939
936
|
action_point(): $mol_vector_2d<number>;
|
|
940
937
|
Touch(): $$.$mol_touch;
|
|
941
|
-
reset(event?: any): any;
|
|
942
938
|
}
|
|
943
939
|
}
|
|
944
940
|
|
package/node.esm.js
CHANGED
|
@@ -3745,12 +3745,6 @@ var $;
|
|
|
3745
3745
|
this.Touch()
|
|
3746
3746
|
];
|
|
3747
3747
|
}
|
|
3748
|
-
event() {
|
|
3749
|
-
return {
|
|
3750
|
-
...super.event(),
|
|
3751
|
-
dblclick: (event) => this.reset(event)
|
|
3752
|
-
};
|
|
3753
|
-
}
|
|
3754
3748
|
gap_x() {
|
|
3755
3749
|
const obj = new this.$.$mol_vector_range(this.gap_left(), this.gap_right());
|
|
3756
3750
|
return obj;
|
|
@@ -3829,11 +3823,6 @@ var $;
|
|
|
3829
3823
|
obj.draw = (event) => this.draw(event);
|
|
3830
3824
|
return obj;
|
|
3831
3825
|
}
|
|
3832
|
-
reset(event) {
|
|
3833
|
-
if (event !== undefined)
|
|
3834
|
-
return event;
|
|
3835
|
-
return null;
|
|
3836
|
-
}
|
|
3837
3826
|
}
|
|
3838
3827
|
__decorate([
|
|
3839
3828
|
$.$mol_mem
|
|
@@ -3919,9 +3908,6 @@ var $;
|
|
|
3919
3908
|
__decorate([
|
|
3920
3909
|
$.$mol_mem
|
|
3921
3910
|
], $mol_plot_pane.prototype, "Touch", null);
|
|
3922
|
-
__decorate([
|
|
3923
|
-
$.$mol_mem
|
|
3924
|
-
], $mol_plot_pane.prototype, "reset", null);
|
|
3925
3911
|
$.$mol_plot_pane = $mol_plot_pane;
|
|
3926
3912
|
})($ || ($ = {}));
|
|
3927
3913
|
//pane.view.tree.js.map
|