@myunisoft/design-system 0.10.1 → 0.10.5

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,76 +1,91 @@
1
- # Changelog
2
-
3
- ## v0.10.0 (07/01/2022)
4
- #### Enhancements
5
- - [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.
6
- - [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.
7
-
8
- #### Bug Fixes
9
- - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
10
- - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
11
- ---
12
- ## v0.9.6
13
-
14
- #### Bug Fixes
15
- - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
16
- - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
17
-
18
- ---
19
- ## v0.9.5 (23/12/2021)
20
-
21
- #### Enhancements
22
-
23
- - [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
24
-
25
- ---
26
- ## v0.9.4 (16/12/2021)
27
-
28
- #### Enhancements
29
-
30
- - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
31
-
32
- #### Bug Fixes
33
-
34
- - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
35
-
36
- ---
37
-
38
- ## v0.9.3 (13/12/2021)
39
-
40
- #### Bug Fixes
41
-
42
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
43
-
44
- ---
45
-
46
- ## v0.9.2 (08/12/2021)
47
-
48
- #### Bug Fixes
49
-
50
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
51
- - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
52
-
53
- ---
54
-
55
- ## v0.9.1 (06/12/2021)
56
-
57
- #### Bug Fixes:
58
-
59
- - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
60
- - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
61
-
62
- ---
63
-
64
- ## v0.9.0 (03/12/2021)
65
-
66
- #### Enhancements:
67
-
68
- - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
69
-
70
- ---
71
-
72
- ## v0.8.4 (02/12/2021)
73
-
74
- #### Bug Fixes:
75
-
76
- - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty
1
+ # Changelog
2
+
3
+ ## v0.10.3 (14/01/2022)
4
+ #### Enhancements
5
+ - [MYUN-18568](https://myunisoft.atlassian.net/browse/MYUN-18568) Add `addRowLabel` config property to override the "Add a new line +" label.
6
+ - [MYUN-18567](https://myunisoft.atlassian.net/browse/MYUN-18567) Add `defaultOrder` and `defaultOrderDirection` config properties.
7
+ ---
8
+ ## v0.10.2 (12/01/2022)
9
+ #### Bug Fixes
10
+ - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
11
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
12
+ - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
13
+ ---
14
+ ## v0.10.1 (07/01/2022)
15
+ #### Bug Fixes
16
+ - Fix build process
17
+ ---
18
+ ## v0.10.0 (07/01/2022)
19
+ #### Enhancements
20
+ - [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.
21
+ - [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.
22
+
23
+ #### Bug Fixes
24
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
25
+ - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
26
+ ---
27
+ ## v0.9.6
28
+
29
+ #### Bug Fixes
30
+ - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
31
+ - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
32
+
33
+ ---
34
+ ## v0.9.5 (23/12/2021)
35
+
36
+ #### Enhancements
37
+
38
+ - [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
39
+
40
+ ---
41
+ ## v0.9.4 (16/12/2021)
42
+
43
+ #### Enhancements
44
+
45
+ - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
46
+
47
+ #### Bug Fixes
48
+
49
+ - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
50
+
51
+ ---
52
+
53
+ ## v0.9.3 (13/12/2021)
54
+
55
+ #### Bug Fixes
56
+
57
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
58
+
59
+ ---
60
+
61
+ ## v0.9.2 (08/12/2021)
62
+
63
+ #### Bug Fixes
64
+
65
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
66
+ - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
67
+
68
+ ---
69
+
70
+ ## v0.9.1 (06/12/2021)
71
+
72
+ #### Bug Fixes:
73
+
74
+ - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
75
+ - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
76
+
77
+ ---
78
+
79
+ ## v0.9.0 (03/12/2021)
80
+
81
+ #### Enhancements:
82
+
83
+ - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
84
+
85
+ ---
86
+
87
+ ## v0.8.4 (02/12/2021)
88
+
89
+ #### Bug Fixes:
90
+
91
+ - [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