mol_plot_all 1.2.409 → 1.2.411
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 +4 -0
- package/node.deps.json +1 -1
- package/node.esm.js +17 -0
- package/node.esm.js.map +1 -1
- package/node.js +17 -0
- package/node.js.map +1 -1
- package/node.test.js +17 -0
- package/node.test.js.map +1 -1
- package/package.json +2 -1
- package/web.d.ts +4 -0
- package/web.deps.json +1 -1
- package/web.esm.js +17 -0
- package/web.esm.js.map +1 -1
- package/web.js +17 -0
- package/web.js.map +1 -1
package/web.js
CHANGED
|
@@ -1652,6 +1652,22 @@ var $;
|
|
|
1652
1652
|
;
|
|
1653
1653
|
"use strict";
|
|
1654
1654
|
var $;
|
|
1655
|
+
(function ($) {
|
|
1656
|
+
function $mol_wire_solid() {
|
|
1657
|
+
const current = $mol_wire_auto();
|
|
1658
|
+
if (current.reap !== nothing) {
|
|
1659
|
+
current?.sub_on(sub, sub.data.length);
|
|
1660
|
+
}
|
|
1661
|
+
current.reap = nothing;
|
|
1662
|
+
}
|
|
1663
|
+
$.$mol_wire_solid = $mol_wire_solid;
|
|
1664
|
+
const nothing = () => { };
|
|
1665
|
+
const sub = new $mol_wire_pub_sub;
|
|
1666
|
+
})($ || ($ = {}));
|
|
1667
|
+
//mol/wire/solid/solid.ts
|
|
1668
|
+
;
|
|
1669
|
+
"use strict";
|
|
1670
|
+
var $;
|
|
1655
1671
|
(function ($) {
|
|
1656
1672
|
function $mol_const(value) {
|
|
1657
1673
|
var getter = (() => value);
|
|
@@ -1966,6 +1982,7 @@ var $;
|
|
|
1966
1982
|
return this.toString();
|
|
1967
1983
|
}
|
|
1968
1984
|
dom_node(next) {
|
|
1985
|
+
$mol_wire_solid();
|
|
1969
1986
|
const node = next || $mol_dom_context.document.createElementNS(this.dom_name_space(), this.dom_name());
|
|
1970
1987
|
const id = this.dom_id();
|
|
1971
1988
|
node.setAttribute('id', id);
|