@myunisoft/design-system 0.19.0-beta.1 → 0.19.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myunisoft/design-system",
3
- "version": "0.19.0-beta.1",
3
+ "version": "0.19.0-beta.3",
4
4
  "description": "Design System of MyUnisoft",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.js",
package/CHANGELOG.md DELETED
@@ -1,182 +0,0 @@
1
- # Changelog
2
-
3
- ## v0.19.0
4
- #### Enhancements
5
- - [MYUN-19793](https://myunisoft.atlassian.net/browse/MYUN-19793) Refacto of the virtualization
6
- - [MYUN-19097](https://myunisoft.atlassian.net/browse/MYUN-19097) Add `styles` property to the VirtualTable config
7
- - [MYUN-23523](https://myunisoft.atlassian.net/browse/MYUN-23523) Dynamic cell disabling
8
- - [MYUN-23528](https://myunisoft.atlassian.net/browse/MYUN-23528) Improve `Search` component column section
9
- #### Bug Fixes
10
- - [MYUN-23450](https://myunisoft.atlassian.net/browse/MYUN-23450)
11
-
12
- ## v0.18.3 (14/09/2022)
13
- - [MYUN-23331](https://myunisoft.atlassian.net/browse/MYUN-23331) Fix `AutocompleteCell` and `SelectCell` not updating
14
-
15
- ## v0.18.2 (12/09/2022)
16
- #### Bug Fixes
17
- - [MYUN-22495](https://myunisoft.atlassian.net/browse/MYUN-22495) Add `footerProps` property to VT config
18
- - [MYUN-23364](https://myunisoft.atlassian.net/browse/MYUN-23364) Add `disabled` property to `actionsButton`
19
-
20
- ## v0.18.1 (30/08/2022)
21
- #### Bug Fixes
22
- - [MYUN-23219](https://myunisoft.atlassian.net/browse/MYUN-23219) Update `react-spinners` dependency version
23
- - [MYUN-22567](https://myunisoft.atlassian.net/browse/MYUN-22567) Fix `setCurrentCell` method
24
-
25
- ## v0.18.0 (23/08/2022)
26
- #### Enhancements
27
- - [MYUN-MYUN-22971 ](https://myunisoft.atlassian.net/browse/MYUN-MYUN-22971 ) Export `exportData` helper
28
- ## v0.17.0 (17/08/2022)
29
- #### Enhancements
30
- - [MYUN-MYUN-20881 ](https://myunisoft.atlassian.net/browse/MYUN-MYUN-20881 ) Migrate MUI from v4 to v5
31
-
32
- ## v0.16.4 (18/07/2022)
33
- - [MYUN-22693 ](https://myunisoft.atlassian.net/browse/MYUN-22693 ) [VirtualTable] Fix crash add fallback value for SelecCell when options array is empty
34
-
35
- ## v0.16.2 (05/07/2022)
36
- #### Bug Fixes
37
- - [MYUN-22357](https://myunisoft.atlassian.net/browse/MYUN-22357) [VirtualTable] Fix crash when using `tooltipDetail`
38
- - [MYUN-22462](https://myunisoft.atlassian.net/browse/MYUN-22462) [VirtualTable] Unfilterable columns are displayed as filterable
39
- - [MYUN-22510](https://myunisoft.atlassian.net/browse/MYUN-22510) [VirtualTable] Fix bug renderLabelCustom in select cell VT
40
- ## v0.16.1 (15/06/2022)
41
- #### Bug Fixes
42
- - [MYUN-21986](https://myunisoft.atlassian.net/browse/MYUN-21986) [VirtualTable] Fix `DateCell` cannot be cleared
43
- - [MYUN-20845](https://myunisoft.atlassian.net/browse/MYUN-20845) [VirtualTable] Fix typo in `SearchBar` placeholder
44
-
45
- ## v0.16.0 (02/06/2022)
46
- #### Enhancements
47
- - [MYUN-21869](https://myunisoft.atlassian.net/browse/MYUN-21869) Add `onCustomScroll` prop.
48
-
49
- ## v0.15.3 (14/04/2022)
50
- #### Bug Fixes
51
- - [MYUN-20875](https://myunisoft.atlassian.net/browse/MYUN-20875) Apply actions to visible rows
52
- - [MYUN-20635](https://myunisoft.atlassian.net/browse/MYUN-20635) Prevent "Invalid Date" warning in browser
53
-
54
- ## v0.15.2 (31/03/2022)
55
- #### Enhancements
56
- - [MYUN-20126](https://myunisoft.atlassian.net/browse/MYUN-20126) Clean old code
57
- #### Bug Fixes
58
- - [MYUN-12876](https://myunisoft.atlassian.net/browse/MYUN-12876) Error tooltip
59
-
60
- ## v0.13.0 (16/02/2022)
61
- #### Enhancements
62
- - [MYUN-18987](https://myunisoft.atlassian.net/browse/MYUN-18987) Add `renderExport` support for all column types.
63
- - [MYUN-19425](https://myunisoft.atlassian.net/browse/MYUN-19425) Improve filtering of number/amount columns.
64
-
65
- ---
66
- ## v0.12.1 (11/02/2022)
67
- #### Bug Fixes
68
- - [MYUN-19389](https://myunisoft.atlassian.net/browse/MYUN-19389) Fix `isEdit` callback value.
69
- ---
70
- ## v0.12.0 (04/02/2022)
71
-
72
- #### Enhancements
73
- - [MYUN-19149](https://myunisoft.atlassian.net/browse/MYUN-19149) Add `handleCancel` callback property.
74
- - [MYUN-19098](https://myunisoft.atlassian.net/browse/MYUN-19098) Pass row data to `sortComparator` function.
75
-
76
- ---
77
- ## v0.11.0 (31/01/2022)
78
- #### Enhancements
79
- - [MYUN-18606](https://myunisoft.atlassian.net/browse/MYUN-18606) Improve selection strategy using apiRef.
80
- - [MYUN-17800](https://myunisoft.atlassian.net/browse/MYUN-17800) Add print and pdf export.
81
- #### Bug Fixes
82
- - [MYUN-18890](https://myunisoft.atlassian.net/browse/MYUN-18890) Fix filtering with "0" value.
83
- ---
84
- ## v0.10.4 (25/01/2022)
85
-
86
- #### Enhancements
87
- - [MYUN-18490](https://myunisoft.atlassian.net/browse/MYUN-18490) Add config option to ContextMenu and improve calculation timing.
88
- - [MYUN-18618](https://myunisoft.atlassian.net/browse/MYUN-18618) Add `enableColumnEdition` config property.
89
- #### Bug Fixes
90
- - [MYUN-18781](https://myunisoft.atlassian.net/browse/MYUN-18781) Fix AmountCell update from data changes.
91
- - [MYUN-18474](https://myunisoft.atlassian.net/browse/MYUN-18474) Fix useColumn hook to get added columns.
92
- - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Return cell datas in AttachmentCell.
93
- ---
94
- ## v0.10.3 (14/01/2022)
95
- #### Enhancements
96
- - [MYUN-18568](https://myunisoft.atlassian.net/browse/MYUN-18568) Add `addRowLabel` config property to override the "Add a new line +" label.
97
- - [MYUN-18567](https://myunisoft.atlassian.net/browse/MYUN-18567) Add `defaultOrder` and `defaultOrderDirection` config properties.
98
- ---
99
- ## v0.10.2 (12/01/2022)
100
- #### Bug Fixes
101
- - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
102
- - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
103
- - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
104
- ---
105
- ## v0.10.1 (07/01/2022)
106
- #### Bug Fixes
107
- - Fix build process
108
- ---
109
- ## v0.10.0 (07/01/2022)
110
- #### Enhancements
111
- - [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.
112
- - [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.
113
-
114
- #### Bug Fixes
115
- - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
116
- - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
117
- ---
118
- ## v0.9.6
119
-
120
- #### Bug Fixes
121
- - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
122
- - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
123
-
124
- ---
125
- ## v0.9.5 (23/12/2021)
126
-
127
- #### Enhancements
128
-
129
- - [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
130
-
131
- ---
132
- ## v0.9.4 (16/12/2021)
133
-
134
- #### Enhancements
135
-
136
- - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
137
-
138
- #### Bug Fixes
139
-
140
- - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
141
-
142
- ---
143
-
144
- ## v0.9.3 (13/12/2021)
145
-
146
- #### Bug Fixes
147
-
148
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
149
-
150
- ---
151
-
152
- ## v0.9.2 (08/12/2021)
153
-
154
- #### Bug Fixes
155
-
156
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
157
- - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
158
-
159
- ---
160
-
161
- ## v0.9.1 (06/12/2021)
162
-
163
- #### Bug Fixes:
164
-
165
- - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
166
- - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
167
-
168
- ---
169
-
170
- ## v0.9.0 (03/12/2021)
171
-
172
- #### Enhancements:
173
-
174
- - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
175
-
176
- ---
177
-
178
- ## v0.8.4 (02/12/2021)
179
-
180
- #### Bug Fixes:
181
-
182
- - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty