@sellmate/design-system-vue 0.0.24 → 0.0.25

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.
@@ -248,6 +248,8 @@ export const SdTable = /*@__PURE__*/ defineContainer('sd-table', undefined, [
248
248
  'pagination',
249
249
  'bodyCellRenderer',
250
250
  'useInternalPagination',
251
+ 'useRowsPerPageSelect',
252
+ 'rowsPerPageOption',
251
253
  'sdSelectChange',
252
254
  'sdPageChange'
253
255
  ], [
package/lib/components.ts CHANGED
@@ -291,6 +291,8 @@ export const SdTable: StencilVueComponent<JSX.SdTable> = /*@__PURE__*/ defineCon
291
291
  'pagination',
292
292
  'bodyCellRenderer',
293
293
  'useInternalPagination',
294
+ 'useRowsPerPageSelect',
295
+ 'rowsPerPageOption',
294
296
  'sdSelectChange',
295
297
  'sdPageChange'
296
298
  ], [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
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.24",
48
+ "@sellmate/design-system": "^0.0.25",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vue": ">=3.0.0"
53
53
  },
54
- "gitHead": "5be69c12b6b4fa08fefd69a869e4271babd39e63"
54
+ "gitHead": "2053b689196e23419cc1c37be8ba406352b480e4"
55
55
  }