@syncfusion/ej2-angular-spreadsheet 21.2.8 → 21.2.9

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-angular-spreadsheet@21.2.5",
3
+ "_id": "@syncfusion/ej2-angular-spreadsheet@21.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-VNoBiOI/+o1/8Lm96D1ckzOVbSQgsClT4tneb758c24EV0pno/FbgFpMElWKG6YLrVM4s20Lqt2B1yx/RjxRqA==",
5
+ "_integrity": "sha512-/4qlu8IqfUz9qL0nKoNv7PEyH5azjRkSEDszvqeUTsctRmkrxLqRWf81JypyxpB4ysDuexjLMQ5pjBTR/KTPqg==",
6
6
  "_location": "/@syncfusion/ej2-angular-spreadsheet",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-21.2.5.tgz",
23
- "_shasum": "587770ca31afdcfbc95336c3e80d0f0914a8b99c",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-21.2.8.tgz",
23
+ "_shasum": "8728ecc6dcd87bac0a3d560646ad4d49672790e6",
24
24
  "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~21.2.3",
35
- "@syncfusion/ej2-base": "~21.2.3",
36
- "@syncfusion/ej2-spreadsheet": "21.2.8",
35
+ "@syncfusion/ej2-base": "~21.2.9",
36
+ "@syncfusion/ej2-spreadsheet": "21.2.9",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -70,5 +70,5 @@
70
70
  "schematics": "./schematics/collection.json",
71
71
  "sideEffects": false,
72
72
  "typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
73
- "version": "21.2.8"
73
+ "version": "21.2.9"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet";
2
- export declare const pkgVer = "^21.2.5";
2
+ export declare const pkgVer = "^21.2.8";
3
3
  export declare const moduleName = "SpreadsheetModule";
4
- export declare const themeVer = "~21.2.5";
4
+ export declare const themeVer = "~21.2.8";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-spreadsheet';
4
- exports.pkgVer = '^21.2.8';
4
+ exports.pkgVer = '^21.2.9';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~21.2.8';
6
+ exports.themeVer = '~21.2.9';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^21.2.8';
2
+ export const pkgVer = '^21.2.9';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~21.2.8';
4
+ export const themeVer = '~21.2.9';
@@ -2883,6 +2883,9 @@
2883
2883
  box-shadow: none;
2884
2884
  color: #fff;
2885
2885
  }
2886
+ .e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn .e-btn-icon {
2887
+ color: #fff;
2888
+ }
2886
2889
  .e-spreadsheet .e-sheet-tab-panel .e-aggregate-list-countonly {
2887
2890
  pointer-events: none;
2888
2891
  }
@@ -88,7 +88,7 @@
88
88
  color: $agg-clr;
89
89
  }
90
90
 
91
- @if $skin-name == 'material' or $skin-name == 'bootstrap5' {
91
+ @if $skin-name == 'material' or $skin-name == 'bootstrap5' or $skin-name == 'material-dark' {
92
92
  & .e-btn-icon {
93
93
  color: $sheet-tab-btn-icon-color;
94
94
  }
@@ -2883,6 +2883,9 @@
2883
2883
  box-shadow: none;
2884
2884
  color: #fff;
2885
2885
  }
2886
+ .e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn .e-btn-icon {
2887
+ color: #fff;
2888
+ }
2886
2889
  .e-spreadsheet .e-sheet-tab-panel .e-aggregate-list-countonly {
2887
2890
  pointer-events: none;
2888
2891
  }