@dataloop-ai/components 0.19.85 → 0.19.86

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.19.85",
3
+ "version": "0.19.86",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -46,5 +46,6 @@ export default defineComponent({
46
46
  height: 100%;
47
47
  min-width: min-content;
48
48
  overflow-y: scroll;
49
+ align-items: center;
49
50
  }
50
51
  </style>
@@ -1114,7 +1114,7 @@ export default defineComponent({
1114
1114
  */
1115
1115
  selectedRowsLabel: {
1116
1116
  type: Function,
1117
- default: (val: number) => `${val} records selected`
1117
+ default: (val: number) => null
1118
1118
  },
1119
1119
  /**
1120
1120
  * Label visible when loading is active
@@ -276,7 +276,6 @@
276
276
  line-height: 14px;
277
277
 
278
278
  .dl-table__control {
279
- width: 100%;
280
279
  min-height: 24px;
281
280
  }
282
281
  }