@myunisoft/design-system 0.9.0 → 0.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/CHANGELOG.md CHANGED
@@ -1,16 +1,23 @@
1
- # Changelog
2
-
3
- ## v0.9.0 (03/12/2021)
4
-
5
- #### Enhancements:
6
-
7
- - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
8
-
9
-
10
- ---
11
-
12
- ## v0.8.4 (02/12/2021)
13
-
14
- #### Bug Fixes:
15
-
16
- - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty
1
+ # Changelog
2
+
3
+ ## v0.9.1 (06/12/2021)
4
+
5
+ #### Bug Fixes:
6
+
7
+ - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
8
+ - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
9
+
10
+ ## v0.9.0 (03/12/2021)
11
+
12
+ #### Enhancements:
13
+
14
+ - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
15
+
16
+
17
+ ---
18
+
19
+ ## v0.8.4 (02/12/2021)
20
+
21
+ #### Bug Fixes:
22
+
23
+ - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty
package/dist/index.js CHANGED
@@ -2521,7 +2521,8 @@ var $7ac33646021a7e72$var$CellRender = function CellRender(_ref) {
2521
2521
  return renderComponent($7ac33646021a7e72$var$_objectSpread($7ac33646021a7e72$var$_objectSpread({
2522
2522
  }, commonProps), {
2523
2523
  }, {
2524
- data: data
2524
+ data: data,
2525
+ rowIndex: rowIndex
2525
2526
  }));
2526
2527
  case $fjngL.TYPE_CELL.STRING:
2527
2528
  default:
@@ -10819,7 +10820,7 @@ var $a137c8e9e6a13ab0$var$DataGrid = function DataGrid(_ref) {
10819
10820
  send: function send() {
10820
10821
  }
10821
10822
  },
10822
- type: column.typeCell,
10823
+ typeCell: column.typeCell,
10823
10824
  column: $a137c8e9e6a13ab0$var$_objectSpread($a137c8e9e6a13ab0$var$_objectSpread({
10824
10825
  }, column), {
10825
10826
  }, {