@sellmate/design-system-vue 1.1.0 → 1.2.0

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.
@@ -625,6 +625,7 @@ export const SdTable = /*@__PURE__*/ defineContainer('sd-table', undefined, [
625
625
  'pagination',
626
626
  'useInternalPagination',
627
627
  'useRowsPerPageSelect',
628
+ 'dense',
628
629
  'useVirtualScroll',
629
630
  'rowHeight',
630
631
  'virtualBuffer',
@@ -666,7 +667,10 @@ export const SdTd = /*@__PURE__*/ defineContainer('sd-td', undefined, [
666
667
  'align',
667
668
  'rowspan',
668
669
  'colspan',
669
- 'sdClass'
670
+ 'sdClass',
671
+ 'dividerLeft',
672
+ 'dividerRight',
673
+ 'useFrame'
670
674
  ]);
671
675
  export const SdTextLink = /*@__PURE__*/ defineContainer('sd-text-link', undefined, [
672
676
  'label',
@@ -782,5 +786,6 @@ export const SdTr = /*@__PURE__*/ defineContainer('sd-tr', undefined, [
782
786
  'selectable',
783
787
  'stickyColumn',
784
788
  'rowKey',
785
- 'row'
789
+ 'row',
790
+ 'separator'
786
791
  ]);
package/lib/components.ts CHANGED
@@ -733,6 +733,7 @@ export const SdTable: StencilVueComponent<JSX.SdTable, JSX.SdTable["selected"]>
733
733
  'pagination',
734
734
  'useInternalPagination',
735
735
  'useRowsPerPageSelect',
736
+ 'dense',
736
737
  'useVirtualScroll',
737
738
  'rowHeight',
738
739
  'virtualBuffer',
@@ -784,7 +785,10 @@ export const SdTd: StencilVueComponent<JSX.SdTd> = /*@__PURE__*/ defineContainer
784
785
  'align',
785
786
  'rowspan',
786
787
  'colspan',
787
- 'sdClass'
788
+ 'sdClass',
789
+ 'dividerLeft',
790
+ 'dividerRight',
791
+ 'useFrame'
788
792
  ]);
789
793
 
790
794
 
@@ -918,6 +922,7 @@ export const SdTr: StencilVueComponent<JSX.SdTr> = /*@__PURE__*/ defineContainer
918
922
  'selectable',
919
923
  'stickyColumn',
920
924
  'rowKey',
921
- 'row'
925
+ 'row',
926
+ 'separator'
922
927
  ]);
923
928
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -47,7 +47,7 @@
47
47
  "vue": "^3.4.38"
48
48
  },
49
49
  "dependencies": {
50
- "@sellmate/design-system": "^1.1.0",
50
+ "@sellmate/design-system": "^1.2.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {