@dative-gpi/foundation-shared-components 1.0.119 → 1.0.120

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.
@@ -1,8 +1,10 @@
1
1
  <template>
2
2
  <FSCol
3
3
  gap="16px"
4
+ style="position: relative;"
4
5
  >
5
6
  <FSRow
7
+ v-if="$props.showSearch || (!isExtraSmall && ($slots.prependToolbar || $slots.toolbar )) || (!$props.disableTable && !$props.disableIterator)"
6
8
  align="bottom-left"
7
9
  :wrap="isExtraSmall ? false : true"
8
10
  width="fill"
@@ -689,7 +691,7 @@
689
691
  <div
690
692
  class="fs-data-table-intersection"
691
693
  :id="elementId"
692
- />
694
+ />
693
695
  </FSCol>
694
696
  </template>
695
697
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "1.0.119",
4
+ "version": "1.0.120",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,8 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "1.0.119",
14
- "@dative-gpi/foundation-shared-services": "1.0.119"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.120",
14
+ "@dative-gpi/foundation-shared-services": "1.0.120"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -35,5 +35,5 @@
35
35
  "sass": "1.71.1",
36
36
  "sass-loader": "13.3.2"
37
37
  },
38
- "gitHead": "064069397c01ef8d45ea465fde13ea739f054bdf"
38
+ "gitHead": "7877764f841f21a9c6a00eea6df57b73f0f52475"
39
39
  }
@@ -125,7 +125,9 @@
125
125
  }
126
126
 
127
127
  .fs-data-table-intersection {
128
- margin-top: -8px;
129
- height: 10px;
128
+ height: 8px;
129
+ position: absolute;
130
+ bottom: 0;
131
+ pointer-events: none;
130
132
  width: 100%;
131
133
  }