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/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -518,6 +518,9 @@ var $;
|
|
|
518
518
|
sort() {
|
|
519
519
|
return $mol_fail(new TypeError(`Mutable sort is forbidden. Use toSorted instead.`));
|
|
520
520
|
}
|
|
521
|
+
indexOf(needle) {
|
|
522
|
+
return this.findIndex(item => item === needle);
|
|
523
|
+
}
|
|
521
524
|
[Symbol.toPrimitive]() {
|
|
522
525
|
return $mol_guid();
|
|
523
526
|
}
|
|
@@ -7168,6 +7171,7 @@ var $;
|
|
|
7168
7171
|
},
|
|
7169
7172
|
Body_content: {
|
|
7170
7173
|
padding: $mol_gap.block,
|
|
7174
|
+
minHeight: 0,
|
|
7171
7175
|
flex: {
|
|
7172
7176
|
direction: 'column',
|
|
7173
7177
|
shrink: 1,
|