@myunisoft/design-system 0.26.0 → 0.26.1-MYUN-27378-v3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +389 -0
  2. package/dist/index.js +3 -3
  3. package/package.json +100 -100
package/CHANGELOG.md ADDED
@@ -0,0 +1,389 @@
1
+ # Changelog
2
+ ### v0.26.1
3
+
4
+ #### Enhancements
5
+
6
+ - [MYUN-28098](https://myunisoft.atlassian.net/browse/MYUN-28098) [VirtualTable] fix sort null undefined
7
+ ### v0.26.0
8
+
9
+ #### Enhancements
10
+
11
+ - [MYUN-27753](https://myunisoft.atlassian.net/browse/MYUN-27753) [VirtualTable] improve style feed
12
+
13
+ ### v0.25.1
14
+
15
+ #### Enhancements
16
+
17
+ - [MYUN-27628](https://myunisoft.atlassian.net/browse/MYUN-27628) [AutoComplete] fix styles ( overflow )
18
+
19
+ ### v0.25.0
20
+
21
+ #### Enhancements
22
+
23
+ - [MYUN-15856](https://myunisoft.atlassian.net/browse/MYUN-15856) [VirtualTable] multi lines selection ( shift )
24
+ - [MYUN-27396](https://myunisoft.atlassian.net/browse/MYUN-27396) [VirtualTable] Add "onFilterChange" prop
25
+
26
+ ### v0.24.0
27
+
28
+ #### Enhancements
29
+
30
+ - Replace bundler by Esbuild
31
+ - [MYUN-23528](https://myunisoft.atlassian.net/browse/MYUN-23528) [VirtualTable] Improve AmountCell and SelectCell long content support
32
+
33
+ #### Bug Fixes
34
+
35
+ - [MYUN-26799](https://myunisoft.atlassian.net/browse/MYUN-26799) [VirtualTable] Fix: Handle incorrect years in DateCell
36
+
37
+ ### v0.23.5
38
+
39
+ #### Bug Fixes
40
+
41
+ - [MYUN-26533](https://myunisoft.atlassian.net/browse/MYUN-26533) [VirtualTable] Fix: Toolbar selection counter
42
+
43
+ ### v0.23.4
44
+
45
+ #### Bug Fixes
46
+
47
+ - [MYUN-26718](https://myunisoft.atlassian.net/browse/MYUN-26718) [VirtualTable] Fix: Fix crash when sorting column without options
48
+
49
+ ### v0.23.2
50
+
51
+ #### Bug Fixes
52
+
53
+ - [MYUN-26605](https://myunisoft.atlassian.net/browse/MYUN-26605) [VirtualTable] Fix: Add columns width to body hook dependencies
54
+ - [MYUN-26637](https://myunisoft.atlassian.net/browse/MYUN-26637) [VirtualTable] Fix: Improve sorting algo for empty values
55
+
56
+ ### v0.23.1
57
+
58
+ #### Bug Fixes
59
+
60
+ - [MYUN-14911](https://myunisoft.atlassian.net/browse/MYUN-14911) [VirtualTable] Improve PJ design
61
+ - [MYUN-26490](https://myunisoft.atlassian.net/browse/MYUN-26490) [VirtualTable] Fix alwaysInEdition mode
62
+
63
+ ### v0.23.0
64
+
65
+ - [MYUN-17166](https://myunisoft.atlassian.net/browse/MYUN-17166) [VirtualTable] Add method to apiRef
66
+ - [MYUN-24966](https://myunisoft.atlassian.net/browse/MYUN-24966) [VirtualTable] Add sorting for select, autocomplete, date and checkbox cell
67
+ - [MYUN-23905](https://myunisoft.atlassian.net/browse/MYUN-23905) [VirtualTable] Refacto secured rows
68
+ - [MYUN-20056](https://myunisoft.atlassian.net/browse/MYUN-20056) [VirtualTable] Replace Mui-icons by own
69
+ - [MYUN-26436](https://myunisoft.atlassian.net/browse/MYUN-26436) [VirtualTable] Add `onColumnsChange` property
70
+
71
+ ### v0.22.3
72
+
73
+ #### Bug Fixes
74
+
75
+ - [MYUN-24927](https://myunisoft.atlassian.net/browse/MYUN-24927) [VirtualTable] Apply strict equality for selectCell filter
76
+ - [MYUN-26017](https://myunisoft.atlassian.net/browse/MYUN-26017) [VirtualTable] fix Import button font-size
77
+
78
+ ### v0.22.2
79
+
80
+ #### Bug Fixes
81
+
82
+ - [MYUN-25903](https://myunisoft.atlassian.net/browse/MYUN-25903) [VirtualTable] Fix value display in Autocomplete view mode
83
+
84
+ ### v0.22.1
85
+
86
+ #### Bug Fixes
87
+
88
+ - [MYUN-24784](https://myunisoft.atlassian.net/browse/MYUN-24784) [VirtualTable] Prevent double tooltip in header
89
+ - [MYUN-25623](https://myunisoft.atlassian.net/browse/MYUN-25623) [VirtualTable] Added export footer xls
90
+
91
+ ## v0.22.0
92
+
93
+ #### Enhancements
94
+
95
+ - [MYUN-24656](https://myunisoft.atlasssian.net/browse/MYUN-24656) [VirtualTable] Sortable group
96
+ - [MYUN-24833](https://myunisoft.atlassian.net/browse/MYUN-24833) [VirtualTable] Refacto of the height logic
97
+
98
+ ## v0.21.1
99
+
100
+ #### Enhancements
101
+
102
+ - [MYUN-23514] (https://myunisoft.atlasssian.net/browse/MYUN-23514) fix the right click on row
103
+ - [MYUN-25444] (https://myunisoft.atlasssian.net/browse/MYUN-25444) force empty title on custom tooltips
104
+ - [MYUN-24582] (https://myunisoft.atlasssian.net/browse/MYUN-24582) Added possibility to validate data when save is clicked and not reset data when its not valid.
105
+ - [MYUN-25062] (https://myunisoft.atlasssian.net/browse/MYUN-25062) Can not scroll in auto complete in dialog
106
+ - [MYUN-24656] (https://myunisoft.atlasssian.net/browse/MYUN-24656) Sortable group
107
+ - [MYUN-24833] (https://myunisoft.atlasssian.net/browse/MYUN-24833) Remove dynamic calculation and cache
108
+
109
+ ## v0.21.0
110
+
111
+ #### Enhancements
112
+
113
+ - [MYUN-24827](https://myunisoft.atlasssian.net/browse/MYUN-24827) [VirtualTable] Make `handleRowsToDelete` async
114
+ - [MYUN-24450](https://myunisoft.atlassian.net/browse/MYUN-24450) [VirtualTable] Add `onRowClick` and `onRowContextMenu`support
115
+ - [MYUN-23522](https://myunisoft.atlassian.net/browse/MYUN-23522) Add validation helper and link it to the VirtualTable
116
+
117
+ #### Bug Fixes
118
+
119
+ - [MYUN-24640](https://myunisoft.atlassian.net/browse/MYUN-24640)
120
+
121
+ ## v0.20.0
122
+
123
+ #### Enhancements
124
+
125
+ - [MYUN-23775](https://myunisoft.atlassian.net/browse/MYUN-23775) [AttachmentCell] Add added and deleted files to `onSubmit` property
126
+ - [MYUN-17800](https://myunisoft.atlassian.net/browse/MYUN-17800) [VirtualTable] Add print and pdf export feature
127
+ - [MYUN-18810](https://myunisoft.atlassian.net/browse/MYUN-18810) Add AutocompleteMultiple component and Icons
128
+ - [MYUN-23774](https://myunisoft.atlassian.net/browse/MYUN-23774) Handle empty cell and function typeCell
129
+
130
+ #### Bug Fixes
131
+
132
+ - [MYUN-23943](https://myunisoft.atlassian.net/browse/MYUN-23943) Fix VirtualTable body maxHeight
133
+
134
+ ## v0.19.1
135
+
136
+ #### Bug Fixes
137
+
138
+ - [MYUN-24101](https://myunisoft.atlassian.net/browse/MYUN-24101) Escape search query + exportCSV delimiter
139
+
140
+ ## v0.19.0
141
+
142
+ #### Enhancements
143
+
144
+ - [MYUN-19793](https://myunisoft.atlassian.net/browse/MYUN-19793) Refacto of the virtualization
145
+ - [MYUN-19097](https://myunisoft.atlassian.net/browse/MYUN-19097) Add `styles` property to the VirtualTable config
146
+ - [MYUN-21941](https://myunisoft.atlassian.net/browse/MYUN-21941) Custom export filtering
147
+ - [MYUN-23523](https://myunisoft.atlassian.net/browse/MYUN-23523) Dynamic cell disabling
148
+ - [MYUN-23450](https://myunisoft.atlassian.net/browse/MYUN-23450) Improve `Search` component column section
149
+ - [MYUN-23646](https://myunisoft.atlassian.net/browse/MYUN-23646) Add `filterComparator` property
150
+
151
+ #### Bug Fixes
152
+
153
+ - [MYUN-23601](https://myunisoft.atlassian.net/browse/MYUN-23601) Fix previousSelection value
154
+
155
+ ## v0.18.3 (14/09/2022)
156
+
157
+ - [MYUN-23331](https://myunisoft.atlassian.net/browse/MYUN-23331) Fix `AutocompleteCell` and `SelectCell` not updating
158
+
159
+ ## v0.18.2 (12/09/2022)
160
+
161
+ #### Bug Fixes
162
+
163
+ - [MYUN-22495](https://myunisoft.atlassian.net/browse/MYUN-22495) Add `footerProps` property to VT config
164
+ - [MYUN-23364](https://myunisoft.atlassian.net/browse/MYUN-23364) Add `disabled` property to `actionsButton`
165
+
166
+ ## v0.18.1 (30/08/2022)
167
+
168
+ #### Bug Fixes
169
+
170
+ - [MYUN-23219](https://myunisoft.atlassian.net/browse/MYUN-23219) Update `react-spinners` dependency version
171
+ - [MYUN-22567](https://myunisoft.atlassian.net/browse/MYUN-22567) Fix `setCurrentCell` method
172
+
173
+ ## v0.18.0 (23/08/2022)
174
+
175
+ #### Enhancements
176
+
177
+ - [MYUN-MYUN-22971 ](https://myunisoft.atlassian.net/browse/MYUN-MYUN-22971) Export `exportData` helper
178
+
179
+ ## v0.17.0 (17/08/2022)
180
+
181
+ #### Enhancements
182
+
183
+ - [MYUN-MYUN-20881 ](https://myunisoft.atlassian.net/browse/MYUN-MYUN-20881) Migrate MUI from v4 to v5
184
+
185
+ ## v0.16.4 (18/07/2022)
186
+
187
+ - [MYUN-22693 ](https://myunisoft.atlassian.net/browse/MYUN-22693) [VirtualTable] Fix crash add fallback value for SelecCell when options array is empty
188
+
189
+ ## v0.16.2 (05/07/2022)
190
+
191
+ #### Bug Fixes
192
+
193
+ - [MYUN-22357](https://myunisoft.atlassian.net/browse/MYUN-22357) [VirtualTable] Fix crash when using `tooltipDetail`
194
+ - [MYUN-22462](https://myunisoft.atlassian.net/browse/MYUN-22462) [VirtualTable] Unfilterable columns are displayed as filterable
195
+ - [MYUN-22510](https://myunisoft.atlassian.net/browse/MYUN-22510) [VirtualTable] Fix bug renderLabelCustom in select cell VT
196
+
197
+ ## v0.16.1 (15/06/2022)
198
+
199
+ #### Bug Fixes
200
+
201
+ - [MYUN-21986](https://myunisoft.atlassian.net/browse/MYUN-21986) [VirtualTable] Fix `DateCell` cannot be cleared
202
+ - [MYUN-20845](https://myunisoft.atlassian.net/browse/MYUN-20845) [VirtualTable] Fix typo in `SearchBar` placeholder
203
+
204
+ ## v0.16.0 (02/06/2022)
205
+
206
+ #### Enhancements
207
+
208
+ - [MYUN-21869](https://myunisoft.atlassian.net/browse/MYUN-21869) Add `onCustomScroll` prop.
209
+
210
+ ## v0.15.3 (14/04/2022)
211
+
212
+ #### Bug Fixes
213
+
214
+ - [MYUN-20875](https://myunisoft.atlassian.net/browse/MYUN-20875) Apply actions to visible rows
215
+ - [MYUN-20635](https://myunisoft.atlassian.net/browse/MYUN-20635) Prevent "Invalid Date" warning in browser
216
+
217
+ ## v0.15.2 (31/03/2022)
218
+
219
+ #### Enhancements
220
+
221
+ - [MYUN-20126](https://myunisoft.atlassian.net/browse/MYUN-20126) Clean old code
222
+
223
+ #### Bug Fixes
224
+
225
+ - [MYUN-12876](https://myunisoft.atlassian.net/browse/MYUN-12876) Error tooltip
226
+
227
+ ## v0.13.0 (16/02/2022)
228
+
229
+ #### Enhancements
230
+
231
+ - [MYUN-18987](https://myunisoft.atlassian.net/browse/MYUN-18987) Add `renderExport` support for all column types.
232
+ - [MYUN-19425](https://myunisoft.atlassian.net/browse/MYUN-19425) Improve filtering of number/amount columns.
233
+
234
+ ---
235
+
236
+ ## v0.12.1 (11/02/2022)
237
+
238
+ #### Bug Fixes
239
+
240
+ - [MYUN-19389](https://myunisoft.atlassian.net/browse/MYUN-19389) Fix `isEdit` callback value.
241
+
242
+ ---
243
+
244
+ ## v0.12.0 (04/02/2022)
245
+
246
+ #### Enhancements
247
+
248
+ - [MYUN-19149](https://myunisoft.atlassian.net/browse/MYUN-19149) Add `handleCancel` callback property.
249
+ - [MYUN-19098](https://myunisoft.atlassian.net/browse/MYUN-19098) Pass row data to `sortComparator` function.
250
+
251
+ ---
252
+
253
+ ## v0.11.0 (31/01/2022)
254
+
255
+ #### Enhancements
256
+
257
+ - [MYUN-18606](https://myunisoft.atlassian.net/browse/MYUN-18606) Improve selection strategy using apiRef.
258
+ - [MYUN-17800](https://myunisoft.atlassian.net/browse/MYUN-17800) Add print and pdf export.
259
+
260
+ #### Bug Fixes
261
+
262
+ - [MYUN-18890](https://myunisoft.atlassian.net/browse/MYUN-18890) Fix filtering with "0" value.
263
+
264
+ ---
265
+
266
+ ## v0.10.4 (25/01/2022)
267
+
268
+ #### Enhancements
269
+
270
+ - [MYUN-18490](https://myunisoft.atlassian.net/browse/MYUN-18490) Add config option to ContextMenu and improve calculation timing.
271
+ - [MYUN-18618](https://myunisoft.atlassian.net/browse/MYUN-18618) Add `enableColumnEdition` config property.
272
+
273
+ #### Bug Fixes
274
+
275
+ - [MYUN-18781](https://myunisoft.atlassian.net/browse/MYUN-18781) Fix AmountCell update from data changes.
276
+ - [MYUN-18474](https://myunisoft.atlassian.net/browse/MYUN-18474) Fix useColumn hook to get added columns.
277
+ - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Return cell datas in AttachmentCell.
278
+
279
+ ---
280
+
281
+ ## v0.10.3 (14/01/2022)
282
+
283
+ #### Enhancements
284
+
285
+ - [MYUN-18568](https://myunisoft.atlassian.net/browse/MYUN-18568) Add `addRowLabel` config property to override the "Add a new line +" label.
286
+ - [MYUN-18567](https://myunisoft.atlassian.net/browse/MYUN-18567) Add `defaultOrder` and `defaultOrderDirection` config properties.
287
+
288
+ ---
289
+
290
+ ## v0.10.2 (12/01/2022)
291
+
292
+ #### Bug Fixes
293
+
294
+ - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
295
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
296
+ - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
297
+
298
+ ---
299
+
300
+ ## v0.10.1 (07/01/2022)
301
+
302
+ #### Bug Fixes
303
+
304
+ - Fix build process
305
+
306
+ ---
307
+
308
+ ## v0.10.0 (07/01/2022)
309
+
310
+ #### Enhancements
311
+
312
+ - [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.
313
+ - [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.
314
+
315
+ #### Bug Fixes
316
+
317
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
318
+ - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
319
+
320
+ ---
321
+
322
+ ## v0.9.6
323
+
324
+ #### Bug Fixes
325
+
326
+ - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
327
+ - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
328
+
329
+ ---
330
+
331
+ ## v0.9.5 (23/12/2021)
332
+
333
+ #### Enhancements
334
+
335
+ - [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
336
+
337
+ ---
338
+
339
+ ## v0.9.4 (16/12/2021)
340
+
341
+ #### Enhancements
342
+
343
+ - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
344
+
345
+ #### Bug Fixes
346
+
347
+ - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
348
+
349
+ ---
350
+
351
+ ## v0.9.3 (13/12/2021)
352
+
353
+ #### Bug Fixes
354
+
355
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
356
+
357
+ ---
358
+
359
+ ## v0.9.2 (08/12/2021)
360
+
361
+ #### Bug Fixes
362
+
363
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
364
+ - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
365
+
366
+ ---
367
+
368
+ ## v0.9.1 (06/12/2021)
369
+
370
+ #### Bug Fixes:
371
+
372
+ - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
373
+ - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
374
+
375
+ ---
376
+
377
+ ## v0.9.0 (03/12/2021)
378
+
379
+ #### Enhancements:
380
+
381
+ - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
382
+
383
+ ---
384
+
385
+ ## v0.8.4 (02/12/2021)
386
+
387
+ #### Bug Fixes:
388
+
389
+ - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty