mol_view_tree2_lib 1.0.18 → 1.0.19
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.test.js +4 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +4 -0
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -5916,6 +5916,9 @@ var $;
|
|
|
5916
5916
|
sort() {
|
|
5917
5917
|
return $mol_fail(new TypeError(`Mutable sort is forbidden. Use toSorted instead.`));
|
|
5918
5918
|
}
|
|
5919
|
+
indexOf(needle) {
|
|
5920
|
+
return this.findIndex(item => item === needle);
|
|
5921
|
+
}
|
|
5919
5922
|
[Symbol.toPrimitive]() {
|
|
5920
5923
|
return $mol_guid();
|
|
5921
5924
|
}
|
|
@@ -12459,6 +12462,7 @@ var $;
|
|
|
12459
12462
|
},
|
|
12460
12463
|
Body_content: {
|
|
12461
12464
|
padding: $mol_gap.block,
|
|
12465
|
+
minHeight: 0,
|
|
12462
12466
|
flex: {
|
|
12463
12467
|
direction: 'column',
|
|
12464
12468
|
shrink: 1,
|