mol_view_tree2_lib 1.0.17 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_view_tree2_lib",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
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,