mol_plot_all 1.2.570 → 1.2.572

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.meta.tree ADDED
@@ -0,0 +1,24 @@
1
+ \/
2
+ pack hyoo git \https://github.com/hyoo-ru/mam_hyoo.git
3
+ pack jin git \https://github.com/nin-jin/mam_jin.git
4
+ pack node git \https://github.com/hyoo-ru/mam_node.git
5
+ pack mol git \https://github.com/hyoo-ru/mam_mol.git
6
+ pack lib git \https://github.com/hyoo-ru/mam_lib.git
7
+ pack piterjs git \https://github.com/piterjs/piterjs.git
8
+ pack psb git \https://github.com/MolDevHack/psb.git
9
+ \/mol
10
+ pack icon git \https://github.com/nin-jin/mol_icon.git
11
+ \/mol/view
12
+ include \/mol/view/tree/test
13
+ \/mol/plot/all
14
+ include \/mol/plot/pane
15
+ include \/mol/plot/line
16
+ include \/mol/plot/map/heat
17
+ include \/mol/plot/bar
18
+ include \/mol/plot/dot
19
+ include \/mol/plot/fill
20
+ include \/mol/plot/group
21
+ include \/mol/plot/ruler/vert
22
+ include \/mol/plot/ruler/hor
23
+ include \/mol/plot/mark/cross
24
+ include \/mol/plot/mark/hor
package/node.mjs CHANGED
@@ -2370,34 +2370,34 @@ var $;
2370
2370
  postfix() {
2371
2371
  return this.literal;
2372
2372
  }
2373
- static per(value) { return new $mol_style_unit(value, '%'); }
2374
- static px(value) { return new $mol_style_unit(value, 'px'); }
2375
- static mm(value) { return new $mol_style_unit(value, 'mm'); }
2376
- static cm(value) { return new $mol_style_unit(value, 'cm'); }
2377
- static Q(value) { return new $mol_style_unit(value, 'Q'); }
2378
- static in(value) { return new $mol_style_unit(value, 'in'); }
2379
- static pc(value) { return new $mol_style_unit(value, 'pc'); }
2380
- static pt(value) { return new $mol_style_unit(value, 'pt'); }
2381
- static cap(value) { return new $mol_style_unit(value, 'cap'); }
2382
- static ch(value) { return new $mol_style_unit(value, 'ch'); }
2383
- static em(value) { return new $mol_style_unit(value, 'em'); }
2384
- static rem(value) { return new $mol_style_unit(value, 'rem'); }
2385
- static ex(value) { return new $mol_style_unit(value, 'ex'); }
2386
- static ic(value) { return new $mol_style_unit(value, 'ic'); }
2387
- static lh(value) { return new $mol_style_unit(value, 'lh'); }
2388
- static rlh(value) { return new $mol_style_unit(value, 'rlh'); }
2389
- static vh(value) { return new $mol_style_unit(value, 'vh'); }
2390
- static vw(value) { return new $mol_style_unit(value, 'vw'); }
2391
- static vi(value) { return new $mol_style_unit(value, 'vi'); }
2392
- static vb(value) { return new $mol_style_unit(value, 'vb'); }
2393
- static vmin(value) { return new $mol_style_unit(value, 'vmin'); }
2394
- static vmax(value) { return new $mol_style_unit(value, 'vmax'); }
2395
- static deg(value) { return new $mol_style_unit(value, 'deg'); }
2396
- static rad(value) { return new $mol_style_unit(value, 'rad'); }
2397
- static grad(value) { return new $mol_style_unit(value, 'grad'); }
2398
- static turn(value) { return new $mol_style_unit(value, 'turn'); }
2399
- static s(value) { return new $mol_style_unit(value, 's'); }
2400
- static ms(value) { return new $mol_style_unit(value, 'ms'); }
2373
+ static per(value) { return `${value}%`; }
2374
+ static px(value) { return `${value}px`; }
2375
+ static mm(value) { return `${value}mm`; }
2376
+ static cm(value) { return `${value}cm`; }
2377
+ static Q(value) { return `${value}Q`; }
2378
+ static in(value) { return `${value}in`; }
2379
+ static pc(value) { return `${value}pc`; }
2380
+ static pt(value) { return `${value}pt`; }
2381
+ static cap(value) { return `${value}cap`; }
2382
+ static ch(value) { return `${value}ch`; }
2383
+ static em(value) { return `${value}em`; }
2384
+ static rem(value) { return `${value}rem`; }
2385
+ static ex(value) { return `${value}ex`; }
2386
+ static ic(value) { return `${value}ic`; }
2387
+ static lh(value) { return `${value}lh`; }
2388
+ static rlh(value) { return `${value}rlh`; }
2389
+ static vh(value) { return `${value}vh`; }
2390
+ static vw(value) { return `${value}vw`; }
2391
+ static vi(value) { return `${value}vi`; }
2392
+ static vb(value) { return `${value}vb`; }
2393
+ static vmin(value) { return `${value}vmin`; }
2394
+ static vmax(value) { return `${value}vmax`; }
2395
+ static deg(value) { return `${value}deg`; }
2396
+ static rad(value) { return `${value}rad`; }
2397
+ static grad(value) { return `${value}grad`; }
2398
+ static turn(value) { return `${value}turn`; }
2399
+ static s(value) { return `${value}s`; }
2400
+ static ms(value) { return `${value}ms`; }
2401
2401
  }
2402
2402
  $.$mol_style_unit = $mol_style_unit;
2403
2403
  })($ || ($ = {}));
@@ -2891,7 +2891,7 @@ var $;
2891
2891
  "use strict";
2892
2892
  var $;
2893
2893
  (function ($) {
2894
- $mol_style_attach("mol/view/view/view.css", "[mol_view] {\n\ttransition-property: height, width, min-height, min-width, max-width, max-height, transform;\n\ttransition-duration: .2s;\n\ttransition-timing-function: ease-out;\n\t-webkit-appearance: none;\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tflex-shrink: 0;\n\tcontain: style;\n\tscrollbar-color: var(--mol_theme_line) transparent;\n\tscrollbar-width: thin;\n}\t\n\n[mol_view]::selection {\n\tbackground: var(--mol_theme_line);\n}\t\n\n[mol_view]::-webkit-scrollbar {\n\twidth: .25rem;\n\theight: .25rem;\n}\n\n[mol_view]::-webkit-scrollbar-corner {\n\tbackground-color: var(--mol_theme_line);\n}\n\n[mol_view]::-webkit-scrollbar-track {\n\tbackground-color: transparent;\n}\n\n[mol_view]::-webkit-scrollbar-thumb {\n\tbackground-color: var(--mol_theme_line);\n\tborder-radius: var(--mol_gap_round);\n}\n\n[mol_view] > * {\n\tword-break: inherit;\n}\n\n[mol_view_root] {\n\tmargin: 0;\n\tpadding: 0;\n\twidth: 100%;\n\theight: 100%;\n\tbox-sizing: border-box;\n\tfont-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\tfont-size: 1rem;\n\tline-height: 1.5rem;\n\tbackground: var(--mol_theme_back);\n\tcolor: var(--mol_theme_text);\n\tcontain: unset; /** Fixes bg ignoring when applied to body on Chrome */\n\ttab-size: 4;\n}\n\n@media print {\n\t[mol_view_root] {\n\t\theight: auto;\n\t}\n}\n\n[mol_view][mol_view_error]:not([mol_view_error=\"Promise\"]) {\n\tbackground-image: repeating-linear-gradient(\n\t\t-45deg,\n\t\t#f92323,\n\t\t#f92323 .5rem,\n\t\t#ff3d3d .5rem,\n\t\t#ff3d3d 1.5rem\n\t);\n\tcolor: black;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n@keyframes mol_view_wait {\n\tfrom {\n\t\topacity: .75;\n\t}\n\t80% {\n\t\topacity: .5;\n\t}\n\tto {\n\t\topacity: .75;\n\t}\n}\n\n:where([mol_view][mol_view_error=\"Promise\"]) {\n\tbackground: var(--mol_theme_hover);\n}\n\n[mol_view][mol_view_error=\"Promise\"] {\n\tanimation: mol_view_wait 1s steps( 10, end ) infinite;\n}\n");
2894
+ $mol_style_attach("mol/view/view/view.css", "[mol_view] {\n\ttransition-property: height, width, min-height, min-width, max-width, max-height, transform;\n\ttransition-duration: .2s;\n\ttransition-timing-function: ease-out;\n\t-webkit-appearance: none;\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tflex-shrink: 0;\n\tcontain: style;\n\tscrollbar-color: var(--mol_theme_line) transparent;\n\tscrollbar-width: thin;\n}\t\n\n[mol_view]::selection {\n\tbackground: var(--mol_theme_line);\n}\t\n\n[mol_view]::-webkit-scrollbar {\n\twidth: .25rem;\n\theight: .25rem;\n}\n\n[mol_view]::-webkit-scrollbar-corner {\n\tbackground-color: var(--mol_theme_line);\n}\n\n[mol_view]::-webkit-scrollbar-track {\n\tbackground-color: transparent;\n}\n\n[mol_view]::-webkit-scrollbar-thumb {\n\tbackground-color: var(--mol_theme_line);\n\tborder-radius: var(--mol_gap_round);\n}\n\n[mol_view] > * {\n\tword-break: inherit;\n}\n\n[mol_view_root] {\n\tmargin: 0;\n\tpadding: 0;\n\twidth: 100%;\n\theight: 100%;\n\tbox-sizing: border-box;\n\tfont-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\tfont-size: 1rem;\n\tline-height: 1.5rem;\n\tbackground: var(--mol_theme_back);\n\tcolor: var(--mol_theme_text);\n\tcontain: unset; /** Fixes bg ignoring when applied to body on Chrome */\n\ttab-size: 4;\n}\n\n@media print {\n\t[mol_view_root] {\n\t\theight: auto;\n\t}\n}\n\n[mol_view][mol_view_error]:not([mol_view_error=\"Promise\"]) {\n\tbackground-image: repeating-linear-gradient(\n\t\t-45deg,\n\t\t#f92323,\n\t\t#f92323 .5rem,\n\t\t#ff3d3d .5rem,\n\t\t#ff3d3d 1.5rem\n\t);\n\tcolor: black;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n@keyframes mol_view_wait {\n\tfrom {\n\t\topacity: .25;\n\t}\n\t20% {\n\t\topacity: .75;\n\t}\n\tto {\n\t\topacity: .25;\n\t}\n}\n\n:where([mol_view][mol_view_error=\"Promise\"]) {\n\tbackground: var(--mol_theme_hover);\n}\n\n[mol_view][mol_view_error=\"Promise\"] {\n\tanimation: mol_view_wait 1s steps( 20, end ) infinite;\n}\n");
2895
2895
  })($ || ($ = {}));
2896
2896
  //mol/view/view/-css/view.css.ts
2897
2897
  ;