Skip to content

Commit

Permalink
Deploying to gh-pages from @ 746d5fd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jan 16, 2025
1 parent 31218e4 commit f0f0deb
Show file tree
Hide file tree
Showing 17 changed files with 341 additions and 41 deletions.
38 changes: 34 additions & 4 deletions node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1884,6 +1884,24 @@ declare namespace $ {
declare namespace $.$$ {
}

declare namespace $ {

export class $mol_icon_arrow_expand extends $mol_icon {
path( ): string
}

}

//# sourceMappingURL=expand.view.tree.d.ts.map
declare namespace $ {

export class $mol_icon_arrow_expand_all extends $mol_icon {
path( ): string
}

}

//# sourceMappingURL=all.view.tree.d.ts.map
declare namespace $ {

type $mpds_visavis_plot_legend_cmp_label__label_mpds_visavis_plot_legend_cmp_1 = $mol_type_enforce<
Expand Down Expand Up @@ -26252,13 +26270,25 @@ declare namespace $ {
,
ReturnType< $mol_locale_select['value'] >
>
type $mol_paragraph__title_mpds_visavis_plot_47 = $mol_type_enforce<
type $mol_check__Icon_mpds_visavis_plot_47 = $mol_type_enforce<
ReturnType< $mpds_visavis_plot['Expand_icon'] >
,
ReturnType< $mol_check['Icon'] >
>
type $mol_check__checked_mpds_visavis_plot_48 = $mol_type_enforce<
ReturnType< $mpds_visavis_plot['fullscreen'] >
,
ReturnType< $mol_check['checked'] >
>
type $mol_paragraph__title_mpds_visavis_plot_49 = $mol_type_enforce<
string
,
ReturnType< $mol_paragraph['title'] >
>
export class $mpds_visavis_plot extends $mol_view {
locale( ): string
Expand_icon( ): $mol_icon_arrow_expand_all
fullscreen( next?: boolean ): boolean
nonformers_checked( next?: boolean ): boolean
matrix_fixel_checked( next?: boolean ): boolean
matrix_x_op( next?: ReturnType< ReturnType< $mpds_visavis_plot['Matrix'] >['x_op'] > ): ReturnType< ReturnType< $mpds_visavis_plot['Matrix'] >['x_op'] >
Expand Down Expand Up @@ -26298,7 +26328,7 @@ declare namespace $ {
Graph( ): $mpds_visavis_plot_graph
attr( ): ({
'mol_theme': string,
fullscreen( next?: boolean ): boolean,
'fullscreen': ReturnType< $mpds_visavis_plot['fullscreen'] >,
}) & ReturnType< $mol_view['attr'] >
Locale( ): $mol_locale_select
json_request( next?: any ): any
Expand All @@ -26310,7 +26340,7 @@ declare namespace $ {
plot_raw( ): any
show_setup( ): boolean
notify( next?: any ): any
Fullscreen( ): any
Fullscreen( ): $mol_check
show_demo_warn( next?: boolean ): boolean
Demo_warn( ): $mol_paragraph
plots( ): ({
Expand Down Expand Up @@ -26342,7 +26372,7 @@ declare namespace $.$$ {
json_cmp_request(next?: string | null): string | null;
inconsistent_projection(): boolean;
plot_raw(): $mpds_visavis_plot_raw | null;
sub(): any[];
sub(): ($.$mol_paragraph | $.$mol_check | $.$mpds_visavis_plot_matrix | $.$mpds_visavis_plot_cube | $.$mpds_visavis_plot_phase | $.$mpds_visavis_plot_bar | $.$mpds_visavis_plot_discovery | $.$mpds_visavis_plot_eigen | $.$mpds_visavis_plot_pie | $.$mpds_visavis_plot_scatter | $.$mpds_visavis_plot_customscatter | $.$mpds_visavis_plot_heatmap | $.$mpds_visavis_plot_graph)[];
matrix_fixel_checked(next?: any): boolean;
cube_fixel_checked(next?: any): boolean;
on_fixel_checked(checked: boolean): void;
Expand Down
2 changes: 1 addition & 1 deletion node.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

53 changes: 49 additions & 4 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -5513,6 +5513,28 @@ var $;
})($$ = $.$$ || ($.$$ = {}));
})($ || ($ = {}));

;
($.$mol_icon_arrow_expand) = class $mol_icon_arrow_expand extends ($.$mol_icon) {
path(){
return "M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z";
}
};


;
"use strict";

;
($.$mol_icon_arrow_expand_all) = class $mol_icon_arrow_expand_all extends ($.$mol_icon) {
path(){
return "M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z";
}
};


;
"use strict";

;
($.$mpds_visavis_plot_legend_cmp) = class $mpds_visavis_plot_legend_cmp extends ($.$mol_view) {
label(id){
Expand Down Expand Up @@ -22108,9 +22130,17 @@ var $;
locale(){
return "en";
}
Expand_icon(){
const obj = new this.$.$mol_icon_arrow_expand_all();
return obj;
}
fullscreen(next){
if(next !== undefined) return next;
return false;
}
nonformers_checked(next){
if(next !== undefined) return next;
return true;
return false;
}
matrix_fixel_checked(next){
if(next !== undefined) return next;
Expand Down Expand Up @@ -22280,7 +22310,7 @@ var $;
return {
...(super.attr()),
"mol_theme": "$mol_theme_light",
"fullscreen": true
"fullscreen": (this.fullscreen())
};
}
Locale(){
Expand Down Expand Up @@ -22320,7 +22350,10 @@ var $;
return null;
}
Fullscreen(){
return null;
const obj = new this.$.$mol_check();
(obj.Icon) = () => ((this.Expand_icon()));
(obj.checked) = (next) => ((this.fullscreen(next)));
return obj;
}
show_demo_warn(next){
if(next !== undefined) return next;
Expand All @@ -22347,6 +22380,8 @@ var $;
};
}
};
($mol_mem(($.$mpds_visavis_plot.prototype), "Expand_icon"));
($mol_mem(($.$mpds_visavis_plot.prototype), "fullscreen"));
($mol_mem(($.$mpds_visavis_plot.prototype), "nonformers_checked"));
($mol_mem(($.$mpds_visavis_plot.prototype), "matrix_fixel_checked"));
($mol_mem(($.$mpds_visavis_plot.prototype), "matrix_click"));
Expand Down Expand Up @@ -22376,6 +22411,7 @@ var $;
($mol_mem(($.$mpds_visavis_plot.prototype), "json_cmp_request"));
($mol_mem(($.$mpds_visavis_plot.prototype), "multi_requests"));
($mol_mem(($.$mpds_visavis_plot.prototype), "notify"));
($mol_mem(($.$mpds_visavis_plot.prototype), "Fullscreen"));
($mol_mem(($.$mpds_visavis_plot.prototype), "show_demo_warn"));
($mol_mem(($.$mpds_visavis_plot.prototype), "Demo_warn"));

Expand Down Expand Up @@ -22633,7 +22669,7 @@ var $;
static fetch_plot_json(request) {
if (request == null)
return null;
const json = $mol_fetch.json(request);
const json = $mol_fetch.json(request, { credentials: 'include' });
if (json && json.error)
return $mol_fail(new $mol_data_error(json.error));
if (!json || !json.use_visavis_type)
Expand Down Expand Up @@ -22792,6 +22828,15 @@ var $;
var $$;
(function ($$) {
$mol_style_define($mpds_visavis_plot, {
Fullscreen: {
position: 'absolute',
right: 0,
Icon: {
width: '1.5rem',
height: '1.5rem',
},
zIndex: 5,
},
Demo_warn: {
position: 'absolute',
left: 0,
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

53 changes: 49 additions & 4 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5513,6 +5513,28 @@ var $;
})($$ = $.$$ || ($.$$ = {}));
})($ || ($ = {}));

;
($.$mol_icon_arrow_expand) = class $mol_icon_arrow_expand extends ($.$mol_icon) {
path(){
return "M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z";
}
};


;
"use strict";

;
($.$mol_icon_arrow_expand_all) = class $mol_icon_arrow_expand_all extends ($.$mol_icon) {
path(){
return "M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z";
}
};


;
"use strict";

;
($.$mpds_visavis_plot_legend_cmp) = class $mpds_visavis_plot_legend_cmp extends ($.$mol_view) {
label(id){
Expand Down Expand Up @@ -22108,9 +22130,17 @@ var $;
locale(){
return "en";
}
Expand_icon(){
const obj = new this.$.$mol_icon_arrow_expand_all();
return obj;
}
fullscreen(next){
if(next !== undefined) return next;
return false;
}
nonformers_checked(next){
if(next !== undefined) return next;
return true;
return false;
}
matrix_fixel_checked(next){
if(next !== undefined) return next;
Expand Down Expand Up @@ -22280,7 +22310,7 @@ var $;
return {
...(super.attr()),
"mol_theme": "$mol_theme_light",
"fullscreen": true
"fullscreen": (this.fullscreen())
};
}
Locale(){
Expand Down Expand Up @@ -22320,7 +22350,10 @@ var $;
return null;
}
Fullscreen(){
return null;
const obj = new this.$.$mol_check();
(obj.Icon) = () => ((this.Expand_icon()));
(obj.checked) = (next) => ((this.fullscreen(next)));
return obj;
}
show_demo_warn(next){
if(next !== undefined) return next;
Expand All @@ -22347,6 +22380,8 @@ var $;
};
}
};
($mol_mem(($.$mpds_visavis_plot.prototype), "Expand_icon"));
($mol_mem(($.$mpds_visavis_plot.prototype), "fullscreen"));
($mol_mem(($.$mpds_visavis_plot.prototype), "nonformers_checked"));
($mol_mem(($.$mpds_visavis_plot.prototype), "matrix_fixel_checked"));
($mol_mem(($.$mpds_visavis_plot.prototype), "matrix_click"));
Expand Down Expand Up @@ -22376,6 +22411,7 @@ var $;
($mol_mem(($.$mpds_visavis_plot.prototype), "json_cmp_request"));
($mol_mem(($.$mpds_visavis_plot.prototype), "multi_requests"));
($mol_mem(($.$mpds_visavis_plot.prototype), "notify"));
($mol_mem(($.$mpds_visavis_plot.prototype), "Fullscreen"));
($mol_mem(($.$mpds_visavis_plot.prototype), "show_demo_warn"));
($mol_mem(($.$mpds_visavis_plot.prototype), "Demo_warn"));

Expand Down Expand Up @@ -22633,7 +22669,7 @@ var $;
static fetch_plot_json(request) {
if (request == null)
return null;
const json = $mol_fetch.json(request);
const json = $mol_fetch.json(request, { credentials: 'include' });
if (json && json.error)
return $mol_fail(new $mol_data_error(json.error));
if (!json || !json.use_visavis_type)
Expand Down Expand Up @@ -22792,6 +22828,15 @@ var $;
var $$;
(function ($$) {
$mol_style_define($mpds_visavis_plot, {
Fullscreen: {
position: 'absolute',
right: 0,
Icon: {
width: '1.5rem',
height: '1.5rem',
},
zIndex: 5,
},
Demo_warn: {
position: 'absolute',
left: 0,
Expand Down
Loading

0 comments on commit f0f0deb

Please sign in to comment.