@dative-gpi/foundation-core-components 0.0.227 → 0.0.229

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.
@@ -4,6 +4,7 @@
4
4
  :items="aggregationTypeItems"
5
5
  :modelValue="modelValue"
6
6
  @update:modelValue="$emit('update:modelValue', $event)"
7
+ v-bind="$attrs"
7
8
  />
8
9
  </template>
9
10
 
@@ -4,6 +4,7 @@
4
4
  :values="axisTypeItems"
5
5
  :modelValue="modelValue"
6
6
  @update:modelValue="$emit('update:modelValue', $event)"
7
+ v-bind="$attrs"
7
8
  />
8
9
  </template>
9
10
 
@@ -4,7 +4,8 @@
4
4
  :items="toggleDataCategories"
5
5
  :modelValue="modelValue"
6
6
  :toggleSet="toggleDataCategories.length < 5"
7
- @update:modelValue="$emit('update:modelValue', $event);"
7
+ @update:modelValue="$emit('update:modelValue', $event)"
8
+ v-bind="$attrs"
8
9
  />
9
10
  </template>
10
11
 
@@ -4,6 +4,7 @@
4
4
  :items="toggleDataDefinitions"
5
5
  :modelValue="modelValue"
6
6
  @update:modelValue="$emit('update:modelValue', $event)"
7
+ v-bind="$attrs"
7
8
  />
8
9
  </template>
9
10
 
@@ -4,6 +4,7 @@
4
4
  :items="displayAsItems"
5
5
  :modelValue="modelValue"
6
6
  @update:modelValue="$emit('update:modelValue', $event)"
7
+ v-bind="$attrs"
7
8
  />
8
9
  </template>
9
10
 
@@ -5,6 +5,7 @@
5
5
  :items="filterTypeItems"
6
6
  :modelValue="modelValue"
7
7
  @update:modelValue="$emit('update:modelValue', $event)"
8
+ v-bind="$attrs"
8
9
  />
9
10
  </template>
10
11
 
@@ -4,6 +4,7 @@
4
4
  :items="heatmapRuleItems"
5
5
  :modelValue="modelValue"
6
6
  @update:modelValue="$emit('update:modelValue', $event)"
7
+ v-bind="$attrs"
7
8
  />
8
9
  </template>
9
10
 
@@ -5,6 +5,7 @@
5
5
  :toggleSet="modelItems.length < 5"
6
6
  :modelValue="modelValue"
7
7
  @update:modelValue="$emit('update:modelValue', $event)"
8
+ v-bind="$attrs"
8
9
  />
9
10
  </template>
10
11
 
@@ -4,6 +4,7 @@
4
4
  :items="operationOnItems"
5
5
  :modelValue="modelValue"
6
6
  @update:modelValue="$emit('update:modelValue', $event)"
7
+ v-bind="$attrs"
7
8
  />
8
9
  </template>
9
10
 
@@ -4,6 +4,7 @@
4
4
  :items="plotPerItems"
5
5
  :modelValue="modelValue"
6
6
  @update:modelValue="$emit('update:modelValue', $event)"
7
+ v-bind="$attrs"
7
8
  />
8
9
  </template>
9
10
 
@@ -4,6 +4,7 @@
4
4
  :items="serieTypeItems"
5
5
  :modelValue="modelValue"
6
6
  @update:modelValue="$emit('update:modelValue', $event)"
7
+ v-bind="$attrs"
7
8
  />
8
9
  </template>
9
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-core-components",
3
3
  "sideEffects": false,
4
- "version": "0.0.227",
4
+ "version": "0.0.229",
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": "0.0.227",
14
- "@dative-gpi/foundation-core-services": "0.0.227",
15
- "@dative-gpi/foundation-shared-components": "0.0.227",
16
- "@dative-gpi/foundation-shared-domain": "0.0.227",
17
- "@dative-gpi/foundation-shared-services": "0.0.227"
13
+ "@dative-gpi/foundation-core-domain": "0.0.229",
14
+ "@dative-gpi/foundation-core-services": "0.0.229",
15
+ "@dative-gpi/foundation-shared-components": "0.0.229",
16
+ "@dative-gpi/foundation-shared-domain": "0.0.229",
17
+ "@dative-gpi/foundation-shared-services": "0.0.229"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@dative-gpi/bones-ui": "^0.0.75",
@@ -26,5 +26,5 @@
26
26
  "sass": "1.71.1",
27
27
  "sass-loader": "13.3.2"
28
28
  },
29
- "gitHead": "7447614dcabf82822076a6ef4e221de23f996ecb"
29
+ "gitHead": "d737aab8ca46f10f6d92c24cb01fa55a65488198"
30
30
  }