@myunisoft/design-system 0.10.2 → 0.11.0

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,86 +1,107 @@
1
- # Changelog
2
-
3
- ## v0.10.2 (12/01/2022)
4
- #### Bug Fixes
5
- - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
6
- - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
7
- - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
8
- ---
9
- ## v0.10.1 (07/01/2022)
10
- #### Bug Fixes
11
- - Fix build process
12
- ---
13
- ## v0.10.0 (07/01/2022)
14
- #### Enhancements
15
- - [MYUN-18239](https://myunisoft.atlassian.net/browse/MYUN-18239) Expose export method outside the VT using the new [API](https://myunisoft.github.io/design-system/docs/virtual-table/api) system.
16
- - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Refactoring of AttachmentCell using the new [FileDropper](https://myunisoft.github.io/design-system/docs/inputs/FileDropper) component.
17
-
18
- #### Bug Fixes
19
- - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
20
- - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
21
- ---
22
- ## v0.9.6
23
-
24
- #### Bug Fixes
25
- - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
26
- - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
27
-
28
- ---
29
- ## v0.9.5 (23/12/2021)
30
-
31
- #### Enhancements
32
-
33
- - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Add a length row property in a empty div in the VT just for cypress testing
34
-
35
- ---
36
- ## v0.9.4 (16/12/2021)
37
-
38
- #### Enhancements
39
-
40
- - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
41
-
42
- #### Bug Fixes
43
-
44
- - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
45
-
46
- ---
47
-
48
- ## v0.9.3 (13/12/2021)
49
-
50
- #### Bug Fixes
51
-
52
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
53
-
54
- ---
55
-
56
- ## v0.9.2 (08/12/2021)
57
-
58
- #### Bug Fixes
59
-
60
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
61
- - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
62
-
63
- ---
64
-
65
- ## v0.9.1 (06/12/2021)
66
-
67
- #### Bug Fixes:
68
-
69
- - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
70
- - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
71
-
72
- ---
73
-
74
- ## v0.9.0 (03/12/2021)
75
-
76
- #### Enhancements:
77
-
78
- - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
79
-
80
- ---
81
-
82
- ## v0.8.4 (02/12/2021)
83
-
84
- #### Bug Fixes:
85
-
86
- - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty
1
+ # Changelog
2
+ ## v0.11.0
3
+ #### Enhancements
4
+ - [MYUN-18606](https://myunisoft.atlassian.net/browse/MYUN-18606) Improve selection strategy using apiRef.
5
+ - [MYUN-17800](https://myunisoft.atlassian.net/browse/MYUN-17800) Add print and pdf export.
6
+ #### Bug Fixes
7
+ - [MYUN-18890](https://myunisoft.atlassian.net/browse/MYUN-18890) Fix filtering with "0" value.
8
+ ---
9
+ ## v0.10.4
10
+
11
+ #### Enhancements
12
+ - [MYUN-18490](https://myunisoft.atlassian.net/browse/MYUN-18490) Add config option to ContextMenu and improve calculation timing.
13
+ - [MYUN-18618](https://myunisoft.atlassian.net/browse/MYUN-18618) Add `enableColumnEdition` config property.
14
+ #### Bug Fixes
15
+ - [MYUN-18781](https://myunisoft.atlassian.net/browse/MYUN-18781) Fix AmountCell update from data changes.
16
+ - [MYUN-18474](https://myunisoft.atlassian.net/browse/MYUN-18474) Fix useColumn hook to get added columns.
17
+ - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Return cell datas in AttachmentCell.
18
+ ---
19
+ ## v0.10.3 (14/01/2022)
20
+ #### Enhancements
21
+ - [MYUN-18568](https://myunisoft.atlassian.net/browse/MYUN-18568) Add `addRowLabel` config property to override the "Add a new line +" label.
22
+ - [MYUN-18567](https://myunisoft.atlassian.net/browse/MYUN-18567) Add `defaultOrder` and `defaultOrderDirection` config properties.
23
+ ---
24
+ ## v0.10.2 (12/01/2022)
25
+ #### Bug Fixes
26
+ - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
27
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
28
+ - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
29
+ ---
30
+ ## v0.10.1 (07/01/2022)
31
+ #### Bug Fixes
32
+ - Fix build process
33
+ ---
34
+ ## v0.10.0 (07/01/2022)
35
+ #### Enhancements
36
+ - [MYUN-18239](https://myunisoft.atlassian.net/browse/MYUN-18239) Expose export method outside the VT using the new [API](https://myunisoft.github.io/design-system/docs/virtual-table/api) system.
37
+ - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Refactoring of AttachmentCell using the new [FileDropper](https://myunisoft.github.io/design-system/docs/inputs/FileDropper) component.
38
+
39
+ #### Bug Fixes
40
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
41
+ - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
42
+ ---
43
+ ## v0.9.6
44
+
45
+ #### Bug Fixes
46
+ - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
47
+ - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
48
+
49
+ ---
50
+ ## v0.9.5 (23/12/2021)
51
+
52
+ #### Enhancements
53
+
54
+ - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Add a length row property in a empty div in the VT just for cypress testing
55
+
56
+ ---
57
+ ## v0.9.4 (16/12/2021)
58
+
59
+ #### Enhancements
60
+
61
+ - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
62
+
63
+ #### Bug Fixes
64
+
65
+ - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
66
+
67
+ ---
68
+
69
+ ## v0.9.3 (13/12/2021)
70
+
71
+ #### Bug Fixes
72
+
73
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
74
+
75
+ ---
76
+
77
+ ## v0.9.2 (08/12/2021)
78
+
79
+ #### Bug Fixes
80
+
81
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
82
+ - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
83
+
84
+ ---
85
+
86
+ ## v0.9.1 (06/12/2021)
87
+
88
+ #### Bug Fixes:
89
+
90
+ - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
91
+ - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
92
+
93
+ ---
94
+
95
+ ## v0.9.0 (03/12/2021)
96
+
97
+ #### Enhancements:
98
+
99
+ - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
100
+
101
+ ---
102
+
103
+ ## v0.8.4 (02/12/2021)
104
+
105
+ #### Bug Fixes:
106
+
107
+ - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty
@@ -531,7 +531,7 @@ parcelRequire.register("4891A", function(module, exports) {
531
531
  Object.defineProperty(module.exports, "__esModule", {
532
532
  value: true
533
533
  });
534
- module.exports.generateColorWithName = module.exports.sumChars = void 0;
534
+ module.exports.sumChars = module.exports.generateColorWithName = void 0;
535
535
  var $301ee8e2f07d9f8a$var$defaultColors = [
536
536
  '#ffd204',
537
537
  '#a177ff',
@@ -1576,7 +1576,7 @@ parcelRequire.register("i9y5t", function(module, exports) {
1576
1576
  Object.defineProperty(module.exports, "__esModule", {
1577
1577
  value: true
1578
1578
  });
1579
- module.exports.draftToHtmlHelper = module.exports.htmlToDraftHelper = void 0;
1579
+ module.exports.htmlToDraftHelper = module.exports.draftToHtmlHelper = void 0;
1580
1580
 
1581
1581
  var $d3738249f60fdd95$var$_draftjsToHtml = $3oSTp$babelruntimehelpersinteropRequireDefault($3oSTp$draftjstohtml);
1582
1582
 
@@ -1845,7 +1845,7 @@ parcelRequire.register("7zsLp", function(module, exports) {
1845
1845
  Object.defineProperty(module.exports, "__esModule", {
1846
1846
  value: true
1847
1847
  });
1848
- module.exports.CommentsType = module.exports.TopCommentType = module.exports.GeneralCommentType = void 0;
1848
+ module.exports.TopCommentType = module.exports.GeneralCommentType = module.exports.CommentsType = void 0;
1849
1849
 
1850
1850
  var $58321d2d0c7d9617$var$_defineProperty2 = $3oSTp$babelruntimehelpersinteropRequireDefault($3oSTp$babelruntimehelpersdefineProperty);
1851
1851
 
@@ -2141,7 +2141,7 @@ parcelRequire.register("3wiAO", function(module, exports) {
2141
2141
  Object.defineProperty(module.exports, "__esModule", {
2142
2142
  value: true
2143
2143
  });
2144
- module.exports.CommentsType = module.exports.TopCommentType = module.exports.GeneralCommentType = void 0;
2144
+ module.exports.TopCommentType = module.exports.GeneralCommentType = module.exports.CommentsType = void 0;
2145
2145
 
2146
2146
  var $2902c867dd0f357b$var$_defineProperty2 = $3oSTp$babelruntimehelpersinteropRequireDefault($3oSTp$babelruntimehelpersdefineProperty);
2147
2147
 
@@ -2385,7 +2385,7 @@ parcelRequire.register("jm3kl", function(module, exports) {
2385
2385
  Object.defineProperty(module.exports, "__esModule", {
2386
2386
  value: true
2387
2387
  });
2388
- module.exports.commentBoxInitialState = module.exports.toolbarOptions = void 0;
2388
+ module.exports.toolbarOptions = module.exports.commentBoxInitialState = void 0;
2389
2389
 
2390
2390
  var $e172a71888a9b039$var$_ColorPicker = $3oSTp$babelruntimehelpersinteropRequireDefault((parcelRequire("2WoSR")));
2391
2391
  var $e172a71888a9b039$var$toolbarOptions = {
@@ -2425,4 +2425,4 @@ module.exports.commentBoxInitialState = $e172a71888a9b039$var$commentBoxInitialS
2425
2425
 
2426
2426
 
2427
2427
 
2428
- //# sourceMappingURL=CommentDialog.4d89e72e.js.map
2428
+ //# sourceMappingURL=CommentDialog.ad74fbf3.js.map