@sellmate/design-system-react 0.0.28 → 0.0.29
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.
|
@@ -272,7 +272,8 @@ export const SdTable = /*@__PURE__*/ createComponent({
|
|
|
272
272
|
width: 'width',
|
|
273
273
|
height: 'height',
|
|
274
274
|
stickyHeader: 'sticky-header',
|
|
275
|
-
noDataLabel: 'no-data-label'
|
|
275
|
+
noDataLabel: 'no-data-label',
|
|
276
|
+
useInternalPagination: 'use-internal-pagination'
|
|
276
277
|
},
|
|
277
278
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
278
279
|
clientModule: clientComponents.SdTable,
|
|
@@ -391,7 +391,8 @@ export const SdTable: StencilReactComponent<SdTableElement, SdTableEvents> = /*@
|
|
|
391
391
|
width: 'width',
|
|
392
392
|
height: 'height',
|
|
393
393
|
stickyHeader: 'sticky-header',
|
|
394
|
-
noDataLabel: 'no-data-label'
|
|
394
|
+
noDataLabel: 'no-data-label',
|
|
395
|
+
useInternalPagination: 'use-internal-pagination'
|
|
395
396
|
},
|
|
396
397
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
397
398
|
clientModule: clientComponents.SdTable as ReactWebComponent<SdTableElement, SdTableEvents>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"description": "Design System - React Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dev": "tsc --watch"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@sellmate/design-system": "^0.0.
|
|
57
|
+
"@sellmate/design-system": "^0.0.24",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"rimraf": "^6.0.1",
|
|
69
69
|
"typescript": "^5.9.3"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "5be69c12b6b4fa08fefd69a869e4271babd39e63"
|
|
72
72
|
}
|