@syncfusion/ej2-react-spreadsheet 20.1.51 → 20.1.56

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 (57) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/src/spreadsheet/cells-directive.d.ts +3 -1
  5. package/src/spreadsheet/chart-directive.d.ts +3 -1
  6. package/src/spreadsheet/columns-directive.d.ts +3 -1
  7. package/src/spreadsheet/conditionalformats-directive.d.ts +3 -1
  8. package/src/spreadsheet/definednames-directive.d.ts +3 -1
  9. package/src/spreadsheet/image-directive.d.ts +3 -1
  10. package/src/spreadsheet/ranges-directive.d.ts +3 -1
  11. package/src/spreadsheet/rows-directive.d.ts +3 -1
  12. package/src/spreadsheet/sheets-directive.d.ts +3 -1
  13. package/styles/bootstrap-dark.css +303 -1642
  14. package/styles/bootstrap.css +304 -1663
  15. package/styles/bootstrap4.css +306 -1664
  16. package/styles/bootstrap5-dark.css +307 -1668
  17. package/styles/bootstrap5.css +307 -1668
  18. package/styles/fabric-dark.css +302 -1640
  19. package/styles/fabric.css +306 -1654
  20. package/styles/fluent-dark.css +305 -1659
  21. package/styles/fluent.css +305 -1659
  22. package/styles/highcontrast-light.css +146 -1363
  23. package/styles/highcontrast.css +306 -1672
  24. package/styles/material-dark.css +299 -1638
  25. package/styles/material.css +299 -1641
  26. package/styles/ribbon/bootstrap-dark.css +5 -45
  27. package/styles/ribbon/bootstrap.css +6 -57
  28. package/styles/ribbon/bootstrap4.css +5 -45
  29. package/styles/ribbon/bootstrap5-dark.css +6 -52
  30. package/styles/ribbon/bootstrap5.css +6 -52
  31. package/styles/ribbon/fabric-dark.css +4 -43
  32. package/styles/ribbon/fabric.css +6 -50
  33. package/styles/ribbon/fluent-dark.css +7 -51
  34. package/styles/ribbon/fluent.css +7 -51
  35. package/styles/ribbon/highcontrast-light.css +3 -42
  36. package/styles/ribbon/highcontrast.css +7 -52
  37. package/styles/ribbon/material-dark.css +5 -45
  38. package/styles/ribbon/material.css +5 -49
  39. package/styles/ribbon/tailwind-dark.css +6 -52
  40. package/styles/ribbon/tailwind.css +6 -52
  41. package/styles/spreadsheet/bootstrap-dark.css +299 -1598
  42. package/styles/spreadsheet/bootstrap.css +299 -1607
  43. package/styles/spreadsheet/bootstrap4.css +302 -1620
  44. package/styles/spreadsheet/bootstrap5-dark.css +302 -1617
  45. package/styles/spreadsheet/bootstrap5.css +302 -1617
  46. package/styles/spreadsheet/fabric-dark.css +299 -1598
  47. package/styles/spreadsheet/fabric.css +301 -1605
  48. package/styles/spreadsheet/fluent-dark.css +299 -1609
  49. package/styles/spreadsheet/fluent.css +299 -1609
  50. package/styles/spreadsheet/highcontrast-light.css +144 -1322
  51. package/styles/spreadsheet/highcontrast.css +300 -1621
  52. package/styles/spreadsheet/material-dark.css +295 -1594
  53. package/styles/spreadsheet/material.css +295 -1593
  54. package/styles/spreadsheet/tailwind-dark.css +295 -1596
  55. package/styles/spreadsheet/tailwind.css +295 -1596
  56. package/styles/tailwind-dark.css +300 -1647
  57. package/styles/tailwind.css +300 -1647
package/CHANGELOG.md CHANGED
@@ -6,6 +6,39 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I378180` - Image not cleared when apply clear all action issue is resolved.
10
+ - `#I376814` - SPILL error in UNIQUE and IFS formula with the loaded JSON data issue fixed.
11
+ - `#F174476` - The issue of importing an excel file into a spreadsheet taking too long has been resolved.
12
+
13
+ ## 20.1.55 (2022-05-12)
14
+
15
+ ### Spreadsheet
16
+
17
+ #### New Features
18
+
19
+ - `#I362282` - Provided support for date column filter popup UI like parent-child combination of checkboxes functionality.
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#F174225` - Background color not exported properly when the conditional formatting contains "null" format issue resolved.
24
+ - `#I377104` - Clear options not working properly for localized text issue is resolved.
25
+
26
+ ## 20.1.52 (2022-05-04)
27
+
28
+ ### Spreadsheet
29
+
30
+ #### Bug Fixes
31
+
32
+ - `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
33
+ - `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
34
+ - `#I370988` - Formula dependency not cleared while performing clipboard functionality is fixed.
35
+
36
+ ## 20.1.51 (2022-04-26)
37
+
38
+ ### Spreadsheet
39
+
40
+ #### Bug Fixes
41
+
9
42
  - `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
10
43
  - `#I372777` - Hidden rows are visible in saved excel file issue resolved.
11
44
  - `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.umd.min.js
3
- * version : 20.1.51
3
+ * version : 20.1.56
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-react-spreadsheet@20.1.50",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@20.1.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-dlH6ozabe41SswFRLoTFA30CAdsfOeRwXMMLQi0J6ZcxvzIyUCavC8jEMD9hE5mJNwEFW8iBsAJ+XVIhfPXAgw==",
5
+ "_integrity": "sha512-CCJiHmuSxceJsWtoyD6rxeNBnj0gwG56Gh9w+rCxTTsfuTOUTl4YjFqEZmnYhFCUEU8P1NUes7tCJbNiTYiZXg==",
6
6
  "_location": "/@syncfusion/ej2-react-spreadsheet",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.1.50.tgz",
23
- "_shasum": "c9889865f09080fb9f19a3739c3e46f9f3bf9c1b",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.1.55.tgz",
23
+ "_shasum": "483ccfb211469ee6b4195aff78332eb085c54078",
24
24
  "_spec": "@syncfusion/ej2-react-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.50",
35
- "@syncfusion/ej2-react-base": "~20.1.47",
36
- "@syncfusion/ej2-spreadsheet": "20.1.51"
34
+ "@syncfusion/ej2-base": "~20.1.56",
35
+ "@syncfusion/ej2-react-base": "~20.1.55",
36
+ "@syncfusion/ej2-spreadsheet": "20.1.56"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
67
67
  },
68
- "version": "20.1.51",
68
+ "version": "20.1.56",
69
69
  "sideEffects": false
70
70
  }
@@ -19,7 +19,9 @@ import { CellModel } from '@syncfusion/ej2-spreadsheet';
19
19
  * </SpreadsheetComponent>
20
20
  * ```
21
21
  */
22
- export declare class CellDirective extends ComplexBase<CellModel, CellModel> {
22
+ export declare class CellDirective extends ComplexBase<CellModel & {
23
+ children?: React.ReactNode;
24
+ }, CellModel> {
23
25
  static moduleName: string;
24
26
  }
25
27
  export declare class CellsDirective extends ComplexBase<{}, {}> {
@@ -1,6 +1,8 @@
1
1
  import { ComplexBase } from '@syncfusion/ej2-react-base';
2
2
  import { ChartModel } from '@syncfusion/ej2-spreadsheet';
3
- export declare class ChartDirective extends ComplexBase<ChartModel, ChartModel> {
3
+ export declare class ChartDirective extends ComplexBase<ChartModel & {
4
+ children?: React.ReactNode;
5
+ }, ChartModel> {
4
6
  static moduleName: string;
5
7
  }
6
8
  export declare class ChartsDirective extends ComplexBase<{}, {}> {
@@ -15,7 +15,9 @@ import { ColumnModel } from '@syncfusion/ej2-spreadsheet';
15
15
  * </SpreadsheetComponent>
16
16
  * ```
17
17
  */
18
- export declare class ColumnDirective extends ComplexBase<ColumnModel, ColumnModel> {
18
+ export declare class ColumnDirective extends ComplexBase<ColumnModel & {
19
+ children?: React.ReactNode;
20
+ }, ColumnModel> {
19
21
  static moduleName: string;
20
22
  }
21
23
  export declare class ColumnsDirective extends ComplexBase<{}, {}> {
@@ -15,7 +15,9 @@ import { ConditionalFormatModel } from '@syncfusion/ej2-spreadsheet';
15
15
  * </SpreadsheetComponent>
16
16
  * ```
17
17
  */
18
- export declare class ConditionalFormatDirective extends ComplexBase<ConditionalFormatModel, ConditionalFormatModel> {
18
+ export declare class ConditionalFormatDirective extends ComplexBase<ConditionalFormatModel & {
19
+ children?: React.ReactNode;
20
+ }, ConditionalFormatModel> {
19
21
  static moduleName: string;
20
22
  }
21
23
  export declare class ConditionalFormatsDirective extends ComplexBase<{}, {}> {
@@ -12,7 +12,9 @@ import { DefineNameModel } from '@syncfusion/ej2-spreadsheet';
12
12
  * </SpreadsheetComponent>
13
13
  * ```
14
14
  */
15
- export declare class DefinedNameDirective extends ComplexBase<DefineNameModel, DefineNameModel> {
15
+ export declare class DefinedNameDirective extends ComplexBase<DefineNameModel & {
16
+ children?: React.ReactNode;
17
+ }, DefineNameModel> {
16
18
  static moduleName: string;
17
19
  }
18
20
  export declare class DefinedNamesDirective extends ComplexBase<{}, {}> {
@@ -1,6 +1,8 @@
1
1
  import { ComplexBase } from '@syncfusion/ej2-react-base';
2
2
  import { ImageModel } from '@syncfusion/ej2-spreadsheet';
3
- export declare class ImageDirective extends ComplexBase<ImageModel, ImageModel> {
3
+ export declare class ImageDirective extends ComplexBase<ImageModel & {
4
+ children?: React.ReactNode;
5
+ }, ImageModel> {
4
6
  static moduleName: string;
5
7
  }
6
8
  export declare class ImagesDirective extends ComplexBase<{}, {}> {
@@ -18,7 +18,9 @@ export interface RangeDirTypecast {
18
18
  * </SpreadsheetComponent>
19
19
  * ```
20
20
  */
21
- export declare class RangeDirective extends ComplexBase<RangeModel | RangeDirTypecast, RangeModel | RangeDirTypecast> {
21
+ export declare class RangeDirective extends ComplexBase<RangeModel | RangeDirTypecast & {
22
+ children?: React.ReactNode;
23
+ }, RangeModel | RangeDirTypecast> {
22
24
  static moduleName: string;
23
25
  }
24
26
  export declare class RangesDirective extends ComplexBase<{}, {}> {
@@ -15,7 +15,9 @@ import { RowModel } from '@syncfusion/ej2-spreadsheet';
15
15
  * </SpreadsheetComponent>
16
16
  * ```
17
17
  */
18
- export declare class RowDirective extends ComplexBase<RowModel, RowModel> {
18
+ export declare class RowDirective extends ComplexBase<RowModel & {
19
+ children?: React.ReactNode;
20
+ }, RowModel> {
19
21
  static moduleName: string;
20
22
  }
21
23
  export declare class RowsDirective extends ComplexBase<{}, {}> {
@@ -12,7 +12,9 @@ import { SheetModel } from '@syncfusion/ej2-spreadsheet';
12
12
  * </SpreadsheetComponent>
13
13
  * ```
14
14
  */
15
- export declare class SheetDirective extends ComplexBase<SheetModel, SheetModel> {
15
+ export declare class SheetDirective extends ComplexBase<SheetModel & {
16
+ children?: React.ReactNode;
17
+ }, SheetModel> {
16
18
  static moduleName: string;
17
19
  }
18
20
  export declare class SheetsDirective extends ComplexBase<{}, {}> {