@sellmate/design-system-vue 0.0.47 → 0.0.48

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.
@@ -301,12 +301,14 @@ export const SdTableBackup = /*@__PURE__*/ defineContainer('sd-table-backup', un
301
301
  'noDataLabel',
302
302
  'isLoading',
303
303
  'pagination',
304
+ 'headerCellRenderer',
304
305
  'bodyCellRenderer',
305
306
  'useInternalPagination',
306
307
  'useRowsPerPageSelect',
307
308
  'rowsPerPageOption',
308
309
  'useVirtualScroll',
309
310
  'virtualRowHeight',
311
+ 'virtualColumnWidth',
310
312
  'virtualBufferSize',
311
313
  'sdSelectChange',
312
314
  'sdPageChange',
package/lib/components.ts CHANGED
@@ -352,12 +352,14 @@ export const SdTableBackup: StencilVueComponent<JSX.SdTableBackup> = /*@__PURE__
352
352
  'noDataLabel',
353
353
  'isLoading',
354
354
  'pagination',
355
+ 'headerCellRenderer',
355
356
  'bodyCellRenderer',
356
357
  'useInternalPagination',
357
358
  'useRowsPerPageSelect',
358
359
  'rowsPerPageOption',
359
360
  'useVirtualScroll',
360
361
  'virtualRowHeight',
362
+ 'virtualColumnWidth',
361
363
  'virtualBufferSize',
362
364
  'sdSelectChange',
363
365
  'sdPageChange',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,11 +45,11 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^0.0.46",
48
+ "@sellmate/design-system": "^0.0.47",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vue": ">=3.0.0"
53
53
  },
54
- "gitHead": "946db9f6e4be37f995d11b0017a3c838e063621d"
54
+ "gitHead": "0f3da099c6c04c19ea1791acdd6bb805a2dad1d5"
55
55
  }