@carbon/vue 2.7.0 → 2.8.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/vue",
3
3
  "description": "A collection of components for the Carbon Design System built using Vue.js",
4
- "version": "2.7.0",
4
+ "version": "2.8.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -71,5 +71,5 @@
71
71
  "@vue/cli-service": "^3.8.4",
72
72
  "vue-template-compiler": "^2.6.10"
73
73
  },
74
- "gitHead": "5528aca1ccdbd54524a5ac60c90355c9c48998d1"
74
+ "gitHead": "7bb957622b2f4a4a5a3458c19daec5d11283509c"
75
75
  }
@@ -23,8 +23,11 @@
23
23
  </div>
24
24
  <div class="bx--batch-summary">
25
25
  <p class="bx--batch-summary__para">
26
- <span data-items-selected>{{ dataRowsSelected.length }}</span>
27
- items selected
26
+ <span data-items-selected>
27
+ <slot name="items-selected" v-bind:scope="{ count: dataRowsSelected.length }"
28
+ >{{ dataRowsSelected.length }} items selected</slot
29
+ >
30
+ </span>
28
31
  </p>
29
32
  </div>
30
33
  </div>