@syncfusion/ej2-vue-spreadsheet 20.1.52 → 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 +13 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
- 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,19 @@
|
|
|
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
|
+
|
|
7
20
|
#### Bug Fixes
|
|
8
21
|
|
|
9
22
|
- `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
|
|
@@ -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
|