mol_plot_all 1.2.1284 → 1.2.1285
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 +14 -0
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +33 -1
- package/node.js.map +1 -1
- package/node.mjs +33 -1
- package/node.test.js +34 -21
- package/node.test.js.map +1 -1
- package/package.json +3 -1
- package/web.d.ts +14 -0
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +33 -1
- package/web.js.map +1 -1
- package/web.mjs +33 -1
- package/web.test.js +1 -20
- package/web.test.js.map +1 -1
package/node.js
CHANGED
|
@@ -2652,6 +2652,38 @@ var $;
|
|
|
2652
2652
|
$.$mol_style_attach = $mol_style_attach;
|
|
2653
2653
|
})($ || ($ = {}));
|
|
2654
2654
|
|
|
2655
|
+
;
|
|
2656
|
+
"use strict";
|
|
2657
|
+
var $;
|
|
2658
|
+
(function ($) {
|
|
2659
|
+
class $mol_promise extends Promise {
|
|
2660
|
+
done;
|
|
2661
|
+
fail;
|
|
2662
|
+
constructor(executor) {
|
|
2663
|
+
let done;
|
|
2664
|
+
let fail;
|
|
2665
|
+
super((d, f) => {
|
|
2666
|
+
done = d;
|
|
2667
|
+
fail = f;
|
|
2668
|
+
executor?.(d, f);
|
|
2669
|
+
});
|
|
2670
|
+
this.done = done;
|
|
2671
|
+
this.fail = fail;
|
|
2672
|
+
}
|
|
2673
|
+
}
|
|
2674
|
+
$.$mol_promise = $mol_promise;
|
|
2675
|
+
})($ || ($ = {}));
|
|
2676
|
+
|
|
2677
|
+
;
|
|
2678
|
+
"use strict";
|
|
2679
|
+
var $;
|
|
2680
|
+
(function ($) {
|
|
2681
|
+
class $mol_promise_blocker extends $mol_promise {
|
|
2682
|
+
static [Symbol.toStringTag] = '$mol_promise_blocker';
|
|
2683
|
+
}
|
|
2684
|
+
$.$mol_promise_blocker = $mol_promise_blocker;
|
|
2685
|
+
})($ || ($ = {}));
|
|
2686
|
+
|
|
2655
2687
|
;
|
|
2656
2688
|
"use strict";
|
|
2657
2689
|
var $;
|
|
@@ -3302,7 +3334,7 @@ var $;
|
|
|
3302
3334
|
"use strict";
|
|
3303
3335
|
var $;
|
|
3304
3336
|
(function ($) {
|
|
3305
|
-
$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\toverscroll-behavior: contain; /** Disable navigation gestures **/\n}\n\n@media print {\n\t[mol_view_root] {\n\t\theight: auto;\n\t}\n}\n
|
|
3337
|
+
$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\toverscroll-behavior: contain; /** Disable navigation gestures **/\n}\n\n@media print {\n\t[mol_view_root] {\n\t\theight: auto;\n\t}\n}\n[mol_view][mol_view_error]:not([mol_view_error=\"Promise\"], [mol_view_error=\"$mol_promise_blocker\"]) {\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=\"$mol_promise_blocker\"]),\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");
|
|
3306
3338
|
})($ || ($ = {}));
|
|
3307
3339
|
|
|
3308
3340
|
;
|