@syncfusion/ej2-react-spreadsheet 20.1.52 → 20.1.57
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 +33 -0
- package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/spreadsheet/cells-directive.d.ts +3 -1
- package/src/spreadsheet/chart-directive.d.ts +3 -1
- package/src/spreadsheet/columns-directive.d.ts +3 -1
- package/src/spreadsheet/conditionalformats-directive.d.ts +3 -1
- package/src/spreadsheet/definednames-directive.d.ts +3 -1
- package/src/spreadsheet/image-directive.d.ts +3 -1
- package/src/spreadsheet/ranges-directive.d.ts +3 -1
- package/src/spreadsheet/rows-directive.d.ts +3 -1
- package/src/spreadsheet/sheets-directive.d.ts +3 -1
- 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
|
@@ -6,8 +6,41 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I379389` - The issue of save as dialog export file type not properly displayed in Angular spreadsheet has been resolved.
|
|
10
|
+
- `#I378071` - The issue of sheet is not rendering when we perform an undo action after pasting a value from another sheet has been resolved.
|
|
11
|
+
|
|
12
|
+
## 20.1.56 (2022-05-17)
|
|
13
|
+
|
|
14
|
+
### Spreadsheet
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I378180` - Image not cleared when apply clear all action issue is resolved.
|
|
19
|
+
- `#I376814` - SPILL error in UNIQUE and IFS formula with the loaded JSON data issue fixed.
|
|
20
|
+
- `#F174476` - The issue of importing an excel file into a spreadsheet taking too long has been resolved.
|
|
21
|
+
|
|
22
|
+
## 20.1.55 (2022-05-12)
|
|
23
|
+
|
|
24
|
+
### Spreadsheet
|
|
25
|
+
|
|
26
|
+
#### New Features
|
|
27
|
+
|
|
28
|
+
- `#I362282` - Provided support for date column filter popup UI like parent-child combination of checkboxes functionality.
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- `#F174225` - Background color not exported properly when the conditional formatting contains "null" format issue resolved.
|
|
33
|
+
- `#I377104` - Clear options not working properly for localized text issue is resolved.
|
|
34
|
+
|
|
35
|
+
## 20.1.52 (2022-05-04)
|
|
36
|
+
|
|
37
|
+
### Spreadsheet
|
|
38
|
+
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
9
41
|
- `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
|
|
10
42
|
- `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
|
|
43
|
+
- `#I370988` - Formula dependency not cleared while performing clipboard functionality is fixed.
|
|
11
44
|
|
|
12
45
|
## 20.1.51 (2022-04-26)
|
|
13
46
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.57
|
|
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@20.1.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-d1OAFyrkDH6UnOZBNiuXgA6duFr9Uv/FQckhPEwuRi4XJHXsh5Dtlpe8LxYyZiePnOKxO/XqOeyWYvvCkFyhdw==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.1.56.tgz",
|
|
23
|
+
"_shasum": "1492603edf8127323f236fc675b7ab579c815a87",
|
|
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.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~20.1.
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "20.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.1.56",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~20.1.57",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "20.1.57"
|
|
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.
|
|
68
|
+
"version": "20.1.57",
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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<{}, {}> {
|