@sellmate/design-system-react 0.0.28 → 0.0.30
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,9 @@ 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',
|
|
277
|
+
useRowsPerPageSelect: 'use-rows-per-page-select'
|
|
276
278
|
},
|
|
277
279
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
278
280
|
clientModule: clientComponents.SdTable,
|
|
@@ -391,7 +391,9 @@ 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',
|
|
396
|
+
useRowsPerPageSelect: 'use-rows-per-page-select'
|
|
395
397
|
},
|
|
396
398
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
397
399
|
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.30",
|
|
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.25",
|
|
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": "2053b689196e23419cc1c37be8ba406352b480e4"
|
|
72
72
|
}
|