@syncfusion/ej2-vue-spreadsheet 23.2.7 → 24.1.43

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 (55) hide show
  1. package/CHANGELOG.md +6 -40
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -4114
  6. package/styles/bootstrap.css +1 -4174
  7. package/styles/bootstrap4.css +1 -4220
  8. package/styles/bootstrap5-dark.css +1 -4254
  9. package/styles/bootstrap5.css +1 -4254
  10. package/styles/fabric-dark.css +1 -4092
  11. package/styles/fabric.css +1 -4109
  12. package/styles/fluent-dark.css +1 -4215
  13. package/styles/fluent.css +1 -4215
  14. package/styles/highcontrast-light.css +1 -3496
  15. package/styles/highcontrast.css +1 -4126
  16. package/styles/material-dark.css +1 -4156
  17. package/styles/material.css +1 -4184
  18. package/styles/material3-dark.css +1 -4602
  19. package/styles/material3.css +1 -4714
  20. package/styles/spreadsheet/bootstrap-dark.css +1 -3933
  21. package/styles/spreadsheet/bootstrap.css +1 -3963
  22. package/styles/spreadsheet/bootstrap4.css +1 -4050
  23. package/styles/spreadsheet/bootstrap5-dark.css +1 -4035
  24. package/styles/spreadsheet/bootstrap5.css +1 -4035
  25. package/styles/spreadsheet/fabric-dark.css +1 -3913
  26. package/styles/spreadsheet/fabric.css +1 -3919
  27. package/styles/spreadsheet/fluent-dark.css +1 -4024
  28. package/styles/spreadsheet/fluent.css +1 -4024
  29. package/styles/spreadsheet/highcontrast-light.css +1 -3320
  30. package/styles/spreadsheet/highcontrast.css +1 -3932
  31. package/styles/spreadsheet/material-dark.css +1 -3975
  32. package/styles/spreadsheet/material.css +1 -3991
  33. package/styles/spreadsheet/material3-dark.css +1 -4403
  34. package/styles/spreadsheet/material3.css +1 -4459
  35. package/styles/spreadsheet/tailwind-dark.css +1 -4233
  36. package/styles/spreadsheet/tailwind.css +1 -3996
  37. package/styles/spreadsheet-ribbon/bootstrap-dark.css +1 -180
  38. package/styles/spreadsheet-ribbon/bootstrap.css +1 -210
  39. package/styles/spreadsheet-ribbon/bootstrap4.css +1 -169
  40. package/styles/spreadsheet-ribbon/bootstrap5-dark.css +1 -218
  41. package/styles/spreadsheet-ribbon/bootstrap5.css +1 -218
  42. package/styles/spreadsheet-ribbon/fabric-dark.css +1 -178
  43. package/styles/spreadsheet-ribbon/fabric.css +1 -189
  44. package/styles/spreadsheet-ribbon/fluent-dark.css +1 -190
  45. package/styles/spreadsheet-ribbon/fluent.css +1 -190
  46. package/styles/spreadsheet-ribbon/highcontrast-light.css +1 -175
  47. package/styles/spreadsheet-ribbon/highcontrast.css +1 -193
  48. package/styles/spreadsheet-ribbon/material-dark.css +1 -180
  49. package/styles/spreadsheet-ribbon/material.css +1 -192
  50. package/styles/spreadsheet-ribbon/material3-dark.css +1 -198
  51. package/styles/spreadsheet-ribbon/material3.css +1 -254
  52. package/styles/spreadsheet-ribbon/tailwind-dark.css +1 -193
  53. package/styles/spreadsheet-ribbon/tailwind.css +1 -193
  54. package/styles/tailwind-dark.css +1 -4427
  55. package/styles/tailwind.css +1 -4190
package/CHANGELOG.md CHANGED
@@ -2,33 +2,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 23.1.44 (2023-11-07)
5
+ ## 24.1.41 (2023-12-18)
6
6
 
7
7
  ### Spreadsheet
8
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
- ### Spreadsheet
28
-
29
- #### Bug Fixes
9
+ #### Features
30
10
 
31
- - `#I499291`, `#I496936` - Issue with "`ESC` key and edit mode functionality don't work properly when rendering the spreadsheet inside the dialog" has been resolved.
11
+ - `#I477190` - Now, provided support for displaying a confirmation dialog before opening an Excel file that contains an external workbook references.
12
+ - The following new formulas added to the Spreadsheet.
13
+ - LOOKUP, VLOOKUP, HLOOKUP.
14
+ - SQRT, RSQ, ROUNDDOWN, EOMONTH, NOT.
32
15
 
33
16
  ## 23.1.36 (2023-09-15)
34
17
 
@@ -1309,23 +1292,6 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1309
1292
  - **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
1293
 
1311
1294
 
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
1295
  ## 21.2.10 (2023-06-13)
1330
1296
 
1331
1297
  ### Spreadsheet
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-spreadsheet.umd.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.43
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