@dataloop-ai/components 0.19.126 → 0.19.127

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.126",
3
+ "version": "0.19.127",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -134,7 +134,7 @@ export default defineComponent({
134
134
  },
135
135
  itemsName: {
136
136
  type: String,
137
- default: null
137
+ default: 'rows'
138
138
  },
139
139
  withQuickNavigation: Boolean,
140
140
  withRowsPerPage: Boolean,
@@ -706,7 +706,7 @@ const columns = [
706
706
  },
707
707
  {
708
708
  name: 'calories',
709
- align: 'center',
709
+ align: 'right',
710
710
  label: 'Calories',
711
711
  field: 'calories',
712
712
  sortable: true,