@syncfusion/ej2-vue-spreadsheet 20.1.50 → 20.1.55
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 +38 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +11 -2
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +303 -1642
- package/styles/bootstrap.css +304 -1663
- package/styles/bootstrap4.css +306 -1664
- package/styles/bootstrap5-dark.css +307 -1668
- package/styles/bootstrap5.css +307 -1668
- package/styles/fabric-dark.css +302 -1640
- package/styles/fabric.css +306 -1654
- package/styles/fluent-dark.css +305 -1659
- package/styles/fluent.css +305 -1659
- package/styles/highcontrast-light.css +146 -1363
- package/styles/highcontrast.css +306 -1672
- package/styles/material-dark.css +299 -1638
- package/styles/material.css +299 -1641
- package/styles/ribbon/bootstrap-dark.css +5 -45
- package/styles/ribbon/bootstrap.css +6 -57
- package/styles/ribbon/bootstrap4.css +5 -45
- package/styles/ribbon/bootstrap5-dark.css +6 -52
- package/styles/ribbon/bootstrap5.css +6 -52
- package/styles/ribbon/fabric-dark.css +4 -43
- package/styles/ribbon/fabric.css +6 -50
- package/styles/ribbon/fluent-dark.css +7 -51
- package/styles/ribbon/fluent.css +7 -51
- package/styles/ribbon/highcontrast-light.css +3 -42
- package/styles/ribbon/highcontrast.css +7 -52
- package/styles/ribbon/material-dark.css +5 -45
- package/styles/ribbon/material.css +5 -49
- package/styles/ribbon/tailwind-dark.css +6 -52
- package/styles/ribbon/tailwind.css +6 -52
- package/styles/spreadsheet/bootstrap-dark.css +299 -1598
- package/styles/spreadsheet/bootstrap.css +299 -1607
- package/styles/spreadsheet/bootstrap4.css +302 -1620
- package/styles/spreadsheet/bootstrap5-dark.css +302 -1617
- package/styles/spreadsheet/bootstrap5.css +302 -1617
- package/styles/spreadsheet/fabric-dark.css +299 -1598
- package/styles/spreadsheet/fabric.css +301 -1605
- package/styles/spreadsheet/fluent-dark.css +299 -1609
- package/styles/spreadsheet/fluent.css +299 -1609
- package/styles/spreadsheet/highcontrast-light.css +144 -1322
- package/styles/spreadsheet/highcontrast.css +300 -1621
- package/styles/spreadsheet/material-dark.css +295 -1594
- package/styles/spreadsheet/material.css +295 -1593
- package/styles/spreadsheet/tailwind-dark.css +295 -1596
- package/styles/spreadsheet/tailwind.css +295 -1596
- package/styles/tailwind-dark.css +300 -1647
- package/styles/tailwind.css +300 -1647
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,44 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#I362282` - Provided support for date column filter popup UI like parent-child combination of checkboxes functionality.
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- `#F174225` - Background color not exported properly when the conditional formatting contains "null" format issue resolved.
|
|
14
|
+
- `#I377104` - Clear options not working properly for localized text issue is resolved.
|
|
15
|
+
|
|
16
|
+
## 20.1.52 (2022-05-04)
|
|
17
|
+
|
|
18
|
+
### Spreadsheet
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
|
|
23
|
+
- `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
|
|
24
|
+
|
|
25
|
+
## 20.1.51 (2022-04-26)
|
|
26
|
+
|
|
27
|
+
### Spreadsheet
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
- `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
|
|
32
|
+
- `#I372777` - Hidden rows are visible in saved excel file issue resolved.
|
|
33
|
+
- `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
|
|
34
|
+
- `#I374129` - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
|
|
35
|
+
- `#I371703` - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
|
|
36
|
+
- `#I374628` - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
|
|
37
|
+
- `#I374069` - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
|
|
38
|
+
- `#I375840` - Border not applied properly when using locale text issue is resolved.
|
|
39
|
+
- `#I370989` - Data not pasted proper value in formula contained cells is fixed.
|
|
40
|
+
|
|
41
|
+
## 20.1.50 (2022-04-19)
|
|
42
|
+
|
|
43
|
+
### Spreadsheet
|
|
44
|
+
|
|
7
45
|
#### Bug Fixes
|
|
8
46
|
|
|
9
47
|
- `#I372580` - Custom function causes exception in spreadsheet server while performing save operation issue resolved.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.55
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -9,7 +9,16 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
12
|
-
* version :
|
|
12
|
+
* version : 20.1.47
|
|
13
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
|
+
* Use of this code is subject to the terms of our license.
|
|
15
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
16
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
17
|
+
* applicable laws.
|
|
18
|
+
*/
|
|
19
|
+
/*!
|
|
20
|
+
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
21
|
+
* version : 19.4.38
|
|
13
22
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
23
|
* Use of this code is subject to the terms of our license.
|
|
15
24
|
* A copy of the current license can be obtained at any time by e-mailing
|