@myunisoft/design-system 0.9.2 → 0.10.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,5 +1,48 @@
1
1
  # Changelog
2
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
+
3
46
  ## v0.9.2 (08/12/2021)
4
47
 
5
48
  #### Bug Fixes
@@ -0,0 +1,23 @@
1
+ <svg width="19" height="25" viewBox="0 0 19 25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <path d="M11 3.384C10.863 1.319 9.075-.23 6.737.028c-2.062.13-3.575 1.678-3.712 3.485v8.905c0 1.29 1.1 2.452 2.613 2.452 1.512 0 2.612-1.161 2.612-2.452V5.836c0-.387-.275-.645-.688-.645-.412 0-.687.258-.687.516v6.582c0 .645-.55 1.29-1.237 1.29-.688 0-1.238-.516-1.238-1.29V3.384C4.537 1.964 5.912.932 7.425 1.06 8.8 1.19 9.762 2.222 9.9 3.384v10.583c0 2.194-1.925 4-4.263 4-2.337 0-4.262-1.806-4.262-4V3.642c0-.387-.275-.645-.688-.645-.412 0-.687.258-.687.516v10.325C0 16.677 2.475 19 5.5 19s5.5-2.323 5.5-5.162V3.383z" id="a"></path>
4
+ </defs>
5
+ <g fill="none" fill-rule="evenodd">
6
+ <g transform="translate(0 6)">
7
+ <mask id="b" fill="#fff">
8
+ <use xlink:href="#a"></use>
9
+ </mask>
10
+ <use fill="#000" xlink:href="#a"></use>
11
+ <g mask="url('#b')" fill="#000">
12
+ <path d="M0 0h11v19H0z"></path>
13
+ </g>
14
+ </g>
15
+ <g transform="translate(6)">
16
+ <circle fill="#0BD1D1" cx="6.5" cy="6.5" r="6.5"></circle>
17
+ <g class="plus" transform="translate(4 4)" fill="#FFF">
18
+ <rect x="2" width="1" height="5" rx=".5"></rect>
19
+ <rect y="2" width="5" height="1" rx=".5"></rect>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>