@synerise/ds-table 0.44.0 → 0.44.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.44.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.44.2...@synerise/ds-table@0.44.3) (2022-03-30)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-table
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.44.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.44.1...@synerise/ds-table@0.44.2) (2022-03-27)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **table:** fixes sorter dropdown position ([2b0ede8](https://github.com/synerise/synerise-design/commit/2b0ede8ed2436cc4f6e6b5830b15cdbf14590f63))
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.44.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.44.0...@synerise/ds-table@0.44.1) (2022-03-24)
26
+
27
+ **Note:** Version bump only for package @synerise/ds-table
28
+
29
+
30
+
31
+
32
+
6
33
  # [0.44.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.43.8...@synerise/ds-table@0.44.0) (2022-03-24)
7
34
 
8
35
 
package/README.md CHANGED
@@ -104,7 +104,7 @@ This type of table requires a specific type of dataSource which has to contain a
104
104
  | --------------- | ------------------------------------------------ | --------------------------------------------------------------- | ------- |
105
105
  | className | Classname of star component | string | - |
106
106
  | starredRowKeys | Array of keys of starred rows | string[] | - |
107
- | renderCell | Overrides render method | ColumnType<T>['render'] | - |
107
+ | renderCell | Overrides render method | `ColumnType<T>['render']` | - |
108
108
  | onClick | Callback called when user clicks on star component | (e: React.MouseEvent<HTMLElement, MouseEvent>) => void | - |
109
109
  | onChange | Callback called when user change starred status of row | (starredRowKeys: string[], starredKey: string, isStarred: boolean) => void | - |
110
110
  | disableForExpandedRows | Hides star components on child rows | boolean | - |
@@ -44,11 +44,6 @@ export var columnWithSortButtons = function columnWithSortButtons(sortStateApi,
44
44
  var sortRenderer = getSortRenderer(column.sortRender, onSort);
45
45
  return column.sorter ? _objectSpread({}, column, {
46
46
  sortOrder: column.key ? sortStateApi.getColumnSortOrder(String(column.key)) : null,
47
- onHeaderCell: function onHeaderCell() {
48
- return {
49
- 'data-popup-container': true
50
- };
51
- },
52
47
  title: function title(titleProps) {
53
48
  return /*#__PURE__*/React.createElement(TitleWithSort, {
54
49
  column: column,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-table",
3
- "version": "0.44.0",
3
+ "version": "0.44.3",
4
4
  "description": "Table UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -32,25 +32,25 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-alert": "^0.5.2",
36
- "@synerise/ds-button": "^0.17.1",
37
- "@synerise/ds-button-group": "^0.6.8",
38
- "@synerise/ds-checkbox": "^0.11.7",
39
- "@synerise/ds-column-manager": "^0.10.8",
40
- "@synerise/ds-dropdown": "^0.17.13",
35
+ "@synerise/ds-alert": "^0.6.0",
36
+ "@synerise/ds-button": "^0.17.2",
37
+ "@synerise/ds-button-group": "^0.6.9",
38
+ "@synerise/ds-checkbox": "^0.11.8",
39
+ "@synerise/ds-column-manager": "^0.10.10",
40
+ "@synerise/ds-dropdown": "^0.17.15",
41
41
  "@synerise/ds-flag": "^0.3.2",
42
- "@synerise/ds-icon": "^0.48.0",
43
- "@synerise/ds-input": "^0.18.9",
44
- "@synerise/ds-loader": "^0.2.7",
45
- "@synerise/ds-menu": "^0.13.0",
46
- "@synerise/ds-pagination": "^0.7.8",
47
- "@synerise/ds-search": "^0.7.7",
48
- "@synerise/ds-search-bar": "^0.5.10",
49
- "@synerise/ds-select": "^0.14.10",
50
- "@synerise/ds-skeleton": "^0.2.7",
51
- "@synerise/ds-status": "^0.5.13",
52
- "@synerise/ds-tags": "^0.6.13",
53
- "@synerise/ds-tooltip": "^0.11.8",
42
+ "@synerise/ds-icon": "^0.49.0",
43
+ "@synerise/ds-input": "^0.18.10",
44
+ "@synerise/ds-loader": "^0.2.8",
45
+ "@synerise/ds-menu": "^0.13.2",
46
+ "@synerise/ds-pagination": "^0.7.9",
47
+ "@synerise/ds-search": "^0.7.9",
48
+ "@synerise/ds-search-bar": "^0.5.11",
49
+ "@synerise/ds-select": "^0.14.11",
50
+ "@synerise/ds-skeleton": "^0.2.8",
51
+ "@synerise/ds-status": "^0.5.15",
52
+ "@synerise/ds-tags": "^0.6.15",
53
+ "@synerise/ds-tooltip": "^0.11.9",
54
54
  "@synerise/ds-typography": "^0.12.2",
55
55
  "@synerise/ds-utils": "^0.19.0",
56
56
  "@types/react-window": "^1.8.2",
@@ -66,5 +66,5 @@
66
66
  "antd": "^4",
67
67
  "react": ">=16.9.0 < 17.0.0"
68
68
  },
69
- "gitHead": "7f696cdfd31f36bbeeb750df44b0f6d2010d0c9d"
69
+ "gitHead": "93d7c60a7fe73188d715fd52b9701f81fcb4e60a"
70
70
  }