@dative-gpi/foundation-core-components 1.0.131 → 1.0.133-dashboard-options

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.
@@ -282,7 +282,7 @@ export default defineComponent({
282
282
  }
283
283
 
284
284
  // Delay to wait before fetching after a search change
285
- const debounceFetch = (): void => debounce(fetch, 1500);
285
+ const debounceFetch = (): void => debounce(fetch, 1000);
286
286
 
287
287
  watch([() => props.parentId, () => props.root], (next, previous) => {
288
288
  if ((!next && !previous) || !_.isEqual(next, previous)) {
@@ -24,6 +24,7 @@
24
24
  #item.criticity="{ item }"
25
25
  >
26
26
  <FSRow
27
+ :wrap="false"
27
28
  align="center-left"
28
29
  gap="2px"
29
30
  >
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.131",
4
+ "version": "1.0.133-dashboard-options",
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.131",
14
- "@dative-gpi/foundation-core-services": "1.0.131",
15
- "@dative-gpi/foundation-shared-components": "1.0.131",
16
- "@dative-gpi/foundation-shared-domain": "1.0.131",
17
- "@dative-gpi/foundation-shared-services": "1.0.131"
13
+ "@dative-gpi/foundation-core-domain": "1.0.133-dashboard-options",
14
+ "@dative-gpi/foundation-core-services": "1.0.133-dashboard-options",
15
+ "@dative-gpi/foundation-shared-components": "1.0.133-dashboard-options",
16
+ "@dative-gpi/foundation-shared-domain": "1.0.133-dashboard-options",
17
+ "@dative-gpi/foundation-shared-services": "1.0.133-dashboard-options"
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": "4949c203e17fb9bd4f74122efb56552cf550f5b6"
29
+ "gitHead": "fbf279177a3d3399161c1cee211aca716c59f335"
30
30
  }