bfg-common 1.2.213 → 1.2.214

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.
@@ -23,8 +23,12 @@
23
23
  <div class="datagrid-header">
24
24
  <div class="datagrid-row">
25
25
  <div class="datagrid-row-master datagrid-row-flex">
26
- <div v-if="props.type" class="datagrid-row-sticky">
26
+ <div
27
+ v-if="props.type || $slots.toggleBlock"
28
+ class="datagrid-row-sticky"
29
+ >
27
30
  <div
31
+ v-if="props.type"
28
32
  :id="expandableCaret"
29
33
  class="datagrid-column datagrid-expandable-caret datagrid-fixed-column flex-align-center flex-justify-center"
30
34
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.213",
4
+ "version": "1.2.214",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",