@dative-gpi/foundation-core-components 1.0.65 → 1.0.66

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.
@@ -11,6 +11,7 @@
11
11
  :itemsCount="($props.modelValue || []).length"
12
12
  @update:entityType="$emit('update:entityType', $event); $emit('update:modelValue', [])"
13
13
  :showEntities="$props.showEntities"
14
+ :showCount="$props.showCount"
14
15
  @click:select="dialog = true"
15
16
  >
16
17
  <template
@@ -112,6 +113,11 @@ export default defineComponent({
112
113
  type: Boolean,
113
114
  required: false,
114
115
  default: true
116
+ },
117
+ showCount: {
118
+ type: Boolean,
119
+ required: false,
120
+ default: true
115
121
  }
116
122
  },
117
123
  emits: ["update:modelValue", "update:entityType"],
@@ -140,4 +146,4 @@ export default defineComponent({
140
146
  }
141
147
  }
142
148
  });
143
- </script>
149
+ </script>
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.65",
4
+ "version": "1.0.66",
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.65",
14
- "@dative-gpi/foundation-core-services": "1.0.65",
15
- "@dative-gpi/foundation-shared-components": "1.0.65",
16
- "@dative-gpi/foundation-shared-domain": "1.0.65",
17
- "@dative-gpi/foundation-shared-services": "1.0.65"
13
+ "@dative-gpi/foundation-core-domain": "1.0.66",
14
+ "@dative-gpi/foundation-core-services": "1.0.66",
15
+ "@dative-gpi/foundation-shared-components": "1.0.66",
16
+ "@dative-gpi/foundation-shared-domain": "1.0.66",
17
+ "@dative-gpi/foundation-shared-services": "1.0.66"
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": "942a36ea827fcf856d357a4ad826a6d4e3acf53c"
29
+ "gitHead": "84d2d567d51959856200d302f7972b04bc56675a"
30
30
  }