@dhis2-ui/table 10.8.2 → 10.9.1
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.
- package/package.json +3 -3
- package/types/index.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/table",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.9.1",
|
|
4
4
|
"description": "UI Table",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@dhis2/prop-types": "^3.1.2",
|
|
37
|
-
"@dhis2/ui-constants": "10.
|
|
38
|
-
"@dhis2/ui-icons": "10.
|
|
37
|
+
"@dhis2/ui-constants": "10.9.1",
|
|
38
|
+
"@dhis2/ui-icons": "10.9.1",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"prop-types": "^15.7.2"
|
|
41
41
|
},
|
package/types/index.d.ts
CHANGED
|
@@ -319,7 +319,7 @@ export interface DataTableColumnHeaderProps {
|
|
|
319
319
|
/**
|
|
320
320
|
* Left or top required when fixed
|
|
321
321
|
*/
|
|
322
|
-
left?:
|
|
322
|
+
left?: string
|
|
323
323
|
/**
|
|
324
324
|
* Can be used to match a column with a property name
|
|
325
325
|
*/
|
|
@@ -333,7 +333,7 @@ export interface DataTableColumnHeaderProps {
|
|
|
333
333
|
/**
|
|
334
334
|
* Left or top required when fixed
|
|
335
335
|
*/
|
|
336
|
-
top?:
|
|
336
|
+
top?: string
|
|
337
337
|
width?: string
|
|
338
338
|
onFilterIconClick?: (
|
|
339
339
|
payload: { name?: string; active: boolean },
|