@dative-gpi/foundation-core-components 1.0.120 → 1.0.121

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.
@@ -270,7 +270,6 @@ export default defineComponent({
270
270
  if (props.recursiveSearch && search.value) {
271
271
  getManyDeviceExplorerElements({
272
272
  ancestorId: props.parentId,
273
- root: props.root,
274
273
  search: search.value
275
274
  });
276
275
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-core-components",
3
3
  "sideEffects": false,
4
- "version": "1.0.120",
4
+ "version": "1.0.121",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,11 +10,11 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-core-domain": "1.0.120",
14
- "@dative-gpi/foundation-core-services": "1.0.120",
15
- "@dative-gpi/foundation-shared-components": "1.0.120",
16
- "@dative-gpi/foundation-shared-domain": "1.0.120",
17
- "@dative-gpi/foundation-shared-services": "1.0.120"
13
+ "@dative-gpi/foundation-core-domain": "1.0.121",
14
+ "@dative-gpi/foundation-core-services": "1.0.121",
15
+ "@dative-gpi/foundation-shared-components": "1.0.121",
16
+ "@dative-gpi/foundation-shared-domain": "1.0.121",
17
+ "@dative-gpi/foundation-shared-services": "1.0.121"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -26,5 +26,5 @@
26
26
  "sass": "1.71.1",
27
27
  "sass-loader": "13.3.2"
28
28
  },
29
- "gitHead": "7877764f841f21a9c6a00eea6df57b73f0f52475"
29
+ "gitHead": "f19e8163967e7c941d4e9907390c0a9dff1d29b5"
30
30
  }