Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2318cce 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Dec 31, 2023
1 parent f96b77e commit 30d9fb7
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 247 deletions.
7 changes: 0 additions & 7 deletions node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,6 @@ declare namespace $.$$ {
svg_title_text(cell: Matrix_cell): string;
draw_cells(node: SVGElement, row: Matrix_cell[]): void;
draw(): void;
auto(): readonly any[];
get_bin_domain(args: {
sort: Prop_name;
op: string;
Expand Down Expand Up @@ -3160,7 +3159,6 @@ declare namespace $.$$ {
};
};
};
auto(): readonly any[];
subscribe_click(): void;
layout(): {
font: {};
Expand Down Expand Up @@ -3295,7 +3293,6 @@ declare namespace $.$$ {
annotation_textangle(label: ReturnType<typeof Label_json>): 0 | -65;
triangle_annotation_text(): string;
annotations(): any[];
auto(): readonly any[];
subscribe_events(): void;
data(): any;
layout(): any;
Expand Down Expand Up @@ -3509,7 +3506,6 @@ declare namespace $.$$ {
dx: number;
}>;
}>;
auto(): readonly any[];
subscribe_click(): void;
layout(): {
showlegend: boolean;
Expand Down Expand Up @@ -3658,7 +3654,6 @@ declare namespace $.$$ {
tmelt: string;
eneg: string;
}>;
auto(): readonly any[];
subscribe_click(): void;
layout(): {
font: {
Expand Down Expand Up @@ -4776,7 +4771,6 @@ declare namespace $.$$ {
}>[];
total_count: number;
}>;
auto(): readonly any[];
subscribe_click(): void;
layout(): {
font: {
Expand Down Expand Up @@ -5740,7 +5734,6 @@ declare namespace $.$$ {
xlog: boolean | null;
ylog: boolean | null;
}>;
auto(): readonly any[];
subscribe_legend_click(): void;
nplots(): number;
layout(): {
Expand Down
2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

48 changes: 3 additions & 45 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4086,7 +4086,7 @@ var $;
this.status([null]);
}
catch (error) {
this.status([error]);
Promise.resolve().then(() => this.status([error]));
$mol_fail_hidden(error);
}
}
Expand Down Expand Up @@ -17749,9 +17749,6 @@ var $;
.text((d, i) => this.nodes()[i].name);
this.Root().dom_node_actual().replaceChildren(svg_element);
}
auto() {
return super.auto();
}
get_bin_domain(args) {
const { sort, op } = args;
var cond_slice = $mpds_visavis_elements_list.prop_values(sort).slice(1);
Expand Down Expand Up @@ -17912,9 +17909,6 @@ var $;
__decorate([
$mol_mem
], $mpds_visavis_plot_matrix.prototype, "draw", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_matrix.prototype, "auto", null);
__decorate([
$mol_mem_key
], $mpds_visavis_plot_matrix.prototype, "get_bin_domain", null);
Expand Down Expand Up @@ -20456,9 +20450,6 @@ var $;
camera: { projection: { type: 'perspective' } },
};
}
auto() {
return super.auto();
}
subscribe_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -20589,9 +20580,6 @@ var $;
__decorate([
$mol_mem
], $mpds_visavis_plot_cube.prototype, "scene", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_cube.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_cube.prototype, "subscribe_click", null);
Expand Down Expand Up @@ -21239,9 +21227,6 @@ var $;
...this.json().naxes === 2 ? this.rectangle_annotations() : [],
];
}
auto() {
return super.auto();
}
subscribe_events() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -21364,9 +21349,6 @@ var $;
__decorate([
$mol_mem
], $mpds_visavis_plot_phase.prototype, "annotations", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_phase.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_phase.prototype, "subscribe_events", null);
Expand Down Expand Up @@ -21460,9 +21442,6 @@ var $;
json() {
return $$.$mpds_visavis_plot_bar_json(this.plot_raw().json());
}
auto() {
return super.auto();
}
subscribe_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -21528,9 +21507,6 @@ var $;
return payload;
}
}
__decorate([
$mol_mem
], $mpds_visavis_plot_bar.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_bar.prototype, "subscribe_click", null);
Expand Down Expand Up @@ -21902,9 +21878,6 @@ var $;
elementals_dict() {
return $mpds_visavis_elements_list.prop_names();
}
auto() {
return super.auto();
}
subscribe_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -22013,9 +21986,6 @@ var $;
return this.json_cmp() ? [this.json().answerto, this.json_cmp().answerto] : [];
}
}
__decorate([
$mol_mem
], $mpds_visavis_plot_discovery.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_discovery.prototype, "subscribe_click", null);
Expand Down Expand Up @@ -22376,9 +22346,6 @@ var $;
json() {
return $$.$mpds_visavis_plot_pie_json(this.plot_raw().json());
}
auto() {
return super.auto();
}
subscribe_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -22522,9 +22489,6 @@ var $;
return data;
}
}
__decorate([
$mol_mem
], $mpds_visavis_plot_pie.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_pie.prototype, "subscribe_click", null);
Expand Down Expand Up @@ -22882,9 +22846,6 @@ var $;
json() {
return $$.$mpds_visavis_plot_customscatter_json(this.plot_raw().json());
}
auto() {
return super.auto();
}
subscribe_legend_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -22958,9 +22919,6 @@ var $;
return json.plots;
}
}
__decorate([
$mol_mem
], $mpds_visavis_plot_customscatter.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_customscatter.prototype, "subscribe_legend_click", null);
Expand Down Expand Up @@ -25118,8 +25076,8 @@ var $;
class $mpds_visavis_app extends $.$mpds_visavis_app {
files_read(next) {
for (const file of next) {
const data = $mol_wire_sync($mol_blob_json)(file);
const plot_raw = $mol_wire_sync($mpds_visavis_plot_raw_from_json)(data, file.name);
const data = $mol_wire_sync(this.$).$mol_blob_json(file);
const plot_raw = $mol_wire_sync(this.$).$mpds_visavis_plot_raw_from_json(data, file.name);
this.plot_opened_id(this.history_add(plot_raw));
}
}
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

48 changes: 3 additions & 45 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4086,7 +4086,7 @@ var $;
this.status([null]);
}
catch (error) {
this.status([error]);
Promise.resolve().then(() => this.status([error]));
$mol_fail_hidden(error);
}
}
Expand Down Expand Up @@ -17749,9 +17749,6 @@ var $;
.text((d, i) => this.nodes()[i].name);
this.Root().dom_node_actual().replaceChildren(svg_element);
}
auto() {
return super.auto();
}
get_bin_domain(args) {
const { sort, op } = args;
var cond_slice = $mpds_visavis_elements_list.prop_values(sort).slice(1);
Expand Down Expand Up @@ -17912,9 +17909,6 @@ var $;
__decorate([
$mol_mem
], $mpds_visavis_plot_matrix.prototype, "draw", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_matrix.prototype, "auto", null);
__decorate([
$mol_mem_key
], $mpds_visavis_plot_matrix.prototype, "get_bin_domain", null);
Expand Down Expand Up @@ -20456,9 +20450,6 @@ var $;
camera: { projection: { type: 'perspective' } },
};
}
auto() {
return super.auto();
}
subscribe_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -20589,9 +20580,6 @@ var $;
__decorate([
$mol_mem
], $mpds_visavis_plot_cube.prototype, "scene", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_cube.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_cube.prototype, "subscribe_click", null);
Expand Down Expand Up @@ -21239,9 +21227,6 @@ var $;
...this.json().naxes === 2 ? this.rectangle_annotations() : [],
];
}
auto() {
return super.auto();
}
subscribe_events() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -21364,9 +21349,6 @@ var $;
__decorate([
$mol_mem
], $mpds_visavis_plot_phase.prototype, "annotations", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_phase.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_phase.prototype, "subscribe_events", null);
Expand Down Expand Up @@ -21460,9 +21442,6 @@ var $;
json() {
return $$.$mpds_visavis_plot_bar_json(this.plot_raw().json());
}
auto() {
return super.auto();
}
subscribe_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -21528,9 +21507,6 @@ var $;
return payload;
}
}
__decorate([
$mol_mem
], $mpds_visavis_plot_bar.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_bar.prototype, "subscribe_click", null);
Expand Down Expand Up @@ -21902,9 +21878,6 @@ var $;
elementals_dict() {
return $mpds_visavis_elements_list.prop_names();
}
auto() {
return super.auto();
}
subscribe_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -22013,9 +21986,6 @@ var $;
return this.json_cmp() ? [this.json().answerto, this.json_cmp().answerto] : [];
}
}
__decorate([
$mol_mem
], $mpds_visavis_plot_discovery.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_discovery.prototype, "subscribe_click", null);
Expand Down Expand Up @@ -22376,9 +22346,6 @@ var $;
json() {
return $$.$mpds_visavis_plot_pie_json(this.plot_raw().json());
}
auto() {
return super.auto();
}
subscribe_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -22522,9 +22489,6 @@ var $;
return data;
}
}
__decorate([
$mol_mem
], $mpds_visavis_plot_pie.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_pie.prototype, "subscribe_click", null);
Expand Down Expand Up @@ -22882,9 +22846,6 @@ var $;
json() {
return $$.$mpds_visavis_plot_customscatter_json(this.plot_raw().json());
}
auto() {
return super.auto();
}
subscribe_legend_click() {
const plotly_root = this.Plotly_root();
if (!plotly_root)
Expand Down Expand Up @@ -22958,9 +22919,6 @@ var $;
return json.plots;
}
}
__decorate([
$mol_mem
], $mpds_visavis_plot_customscatter.prototype, "auto", null);
__decorate([
$mol_mem
], $mpds_visavis_plot_customscatter.prototype, "subscribe_legend_click", null);
Expand Down Expand Up @@ -25118,8 +25076,8 @@ var $;
class $mpds_visavis_app extends $.$mpds_visavis_app {
files_read(next) {
for (const file of next) {
const data = $mol_wire_sync($mol_blob_json)(file);
const plot_raw = $mol_wire_sync($mpds_visavis_plot_raw_from_json)(data, file.name);
const data = $mol_wire_sync(this.$).$mol_blob_json(file);
const plot_raw = $mol_wire_sync(this.$).$mpds_visavis_plot_raw_from_json(data, file.name);
this.plot_opened_id(this.history_add(plot_raw));
}
}
Expand Down
Loading

0 comments on commit 30d9fb7

Please sign in to comment.