@syncfusion/ej2-vue-spreadsheet 23.2.6 → 24.1.41
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 +5 -41
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +1 -4114
- package/styles/bootstrap.css +1 -4174
- package/styles/bootstrap4.css +1 -4220
- package/styles/bootstrap5-dark.css +1 -4254
- package/styles/bootstrap5.css +1 -4254
- package/styles/fabric-dark.css +1 -4092
- package/styles/fabric.css +1 -4109
- package/styles/fluent-dark.css +1 -4215
- package/styles/fluent.css +1 -4215
- package/styles/highcontrast-light.css +1 -3496
- package/styles/highcontrast.css +1 -4126
- package/styles/material-dark.css +1 -4156
- package/styles/material.css +1 -4184
- package/styles/material3-dark.css +1 -4602
- package/styles/material3.css +1 -4714
- package/styles/spreadsheet/bootstrap-dark.css +1 -3933
- package/styles/spreadsheet/bootstrap.css +1 -3963
- package/styles/spreadsheet/bootstrap4.css +1 -4050
- package/styles/spreadsheet/bootstrap5-dark.css +1 -4035
- package/styles/spreadsheet/bootstrap5.css +1 -4035
- package/styles/spreadsheet/fabric-dark.css +1 -3913
- package/styles/spreadsheet/fabric.css +1 -3919
- package/styles/spreadsheet/fluent-dark.css +1 -4024
- package/styles/spreadsheet/fluent.css +1 -4024
- package/styles/spreadsheet/highcontrast-light.css +1 -3320
- package/styles/spreadsheet/highcontrast.css +1 -3932
- package/styles/spreadsheet/material-dark.css +1 -3975
- package/styles/spreadsheet/material.css +1 -3991
- package/styles/spreadsheet/material3-dark.css +1 -4403
- package/styles/spreadsheet/material3.css +1 -4459
- package/styles/spreadsheet/tailwind-dark.css +1 -4233
- package/styles/spreadsheet/tailwind.css +1 -3996
- package/styles/spreadsheet-ribbon/bootstrap-dark.css +1 -180
- package/styles/spreadsheet-ribbon/bootstrap.css +1 -210
- package/styles/spreadsheet-ribbon/bootstrap4.css +1 -169
- package/styles/spreadsheet-ribbon/bootstrap5-dark.css +1 -218
- package/styles/spreadsheet-ribbon/bootstrap5.css +1 -218
- package/styles/spreadsheet-ribbon/fabric-dark.css +1 -178
- package/styles/spreadsheet-ribbon/fabric.css +1 -189
- package/styles/spreadsheet-ribbon/fluent-dark.css +1 -190
- package/styles/spreadsheet-ribbon/fluent.css +1 -190
- package/styles/spreadsheet-ribbon/highcontrast-light.css +1 -175
- package/styles/spreadsheet-ribbon/highcontrast.css +1 -193
- package/styles/spreadsheet-ribbon/material-dark.css +1 -180
- package/styles/spreadsheet-ribbon/material.css +1 -192
- package/styles/spreadsheet-ribbon/material3-dark.css +1 -198
- package/styles/spreadsheet-ribbon/material3.css +1 -254
- package/styles/spreadsheet-ribbon/tailwind-dark.css +1 -193
- package/styles/spreadsheet-ribbon/tailwind.css +1 -193
- package/styles/tailwind-dark.css +1 -4427
- package/styles/tailwind.css +1 -4190
package/CHANGELOG.md
CHANGED
|
@@ -2,33 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 23.1.44 (2023-11-07)
|
|
6
|
-
|
|
7
|
-
### Spreadsheet
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I512609` - Issue with "aria-label is updated as undefined while changing the cell value using `updateCell` method" has been resolved.
|
|
12
|
-
|
|
13
|
-
#### Bug fixes
|
|
14
|
-
|
|
15
|
-
- `#I515346` - Issue with "formula is not calculated properly while sheets contain the defined name with underscore" has been resolved.
|
|
16
|
-
|
|
17
|
-
## 23.1.42 (2023-10-24)
|
|
18
|
-
|
|
19
|
-
### Spreadsheet
|
|
20
|
-
|
|
21
|
-
#### Bug Fixes
|
|
22
|
-
|
|
23
|
-
- `#I509149` - Issue with "row model is not properly updated when the sheet model is constructed with the range property and provided as an argument to the `insertSheet` method for new sheet creation" has been resolved.
|
|
24
|
-
|
|
25
|
-
## 23.1.38 (2023-09-26)
|
|
26
|
-
|
|
27
5
|
### Spreadsheet
|
|
28
6
|
|
|
29
|
-
####
|
|
7
|
+
#### Features
|
|
30
8
|
|
|
31
|
-
- `#
|
|
9
|
+
- `#I477190` - Now, provided support for displaying a confirmation dialog before opening an Excel file that contains an external workbook references.
|
|
10
|
+
- The following new formulas added to the Spreadsheet.
|
|
11
|
+
- LOOKUP, VLOOKUP, HLOOKUP.
|
|
12
|
+
- SQRT, RSQ, ROUNDDOWN, EOMONTH, NOT.
|
|
32
13
|
|
|
33
14
|
## 23.1.36 (2023-09-15)
|
|
34
15
|
|
|
@@ -1309,23 +1290,6 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1309
1290
|
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.
|
|
1310
1291
|
|
|
1311
1292
|
|
|
1312
|
-
## 23.2.5 (2023-11-23)
|
|
1313
|
-
|
|
1314
|
-
### Spreadsheet
|
|
1315
|
-
|
|
1316
|
-
#### Bug fixes
|
|
1317
|
-
|
|
1318
|
-
- `#I518408` - Issue with "unable to select a cell or range of cell addresses from the protected sheet for formula calculation" has been resolved.
|
|
1319
|
-
|
|
1320
|
-
## 23.1.39 (2023-10-04)
|
|
1321
|
-
|
|
1322
|
-
### Spreadsheet
|
|
1323
|
-
|
|
1324
|
-
#### Bug fixes
|
|
1325
|
-
|
|
1326
|
-
- `#I498556` - Issue with "decimal values with zeros after the decimal point were not properly processed while loading it using `openFromJson` method and cell data binding" has been resolved.
|
|
1327
|
-
- `#I501902` - Issue with "script error throws while passing the HTML element as a string value in the template property" has been resolved.
|
|
1328
|
-
|
|
1329
1293
|
## 21.2.10 (2023-06-13)
|
|
1330
1294
|
|
|
1331
1295
|
### Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 24.1.41
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|