mol_plot_all 1.2.289 → 1.2.290
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.deps.json +1 -1
- package/node.esm.js +4 -4
- package/node.esm.js.map +1 -1
- package/node.js +4 -4
- package/node.js.map +1 -1
- package/node.test.js +4 -4
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.esm.js +4 -4
- package/web.esm.js.map +1 -1
- package/web.js +4 -4
- package/web.js.map +1 -1
package/web.js
CHANGED
|
@@ -885,10 +885,10 @@ var $;
|
|
|
885
885
|
}
|
|
886
886
|
[$mol_dev_format_head]() {
|
|
887
887
|
const cursor = {
|
|
888
|
-
[
|
|
889
|
-
[
|
|
890
|
-
[
|
|
891
|
-
[
|
|
888
|
+
[$mol_wire_cursor.stale]: '🔴',
|
|
889
|
+
[$mol_wire_cursor.doubt]: '🟡',
|
|
890
|
+
[$mol_wire_cursor.fresh]: '🟢',
|
|
891
|
+
[$mol_wire_cursor.final]: '🔵',
|
|
892
892
|
}[this.cursor] ?? this.cursor.toString();
|
|
893
893
|
return $mol_dev_format_div({}, $mol_dev_format_native(this), $mol_dev_format_shade(cursor + ' '), $mol_dev_format_auto(this.cache));
|
|
894
894
|
}
|