@syncfusion/ej2-angular-gantt 26.1.38 → 26.1.39

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 CHANGED
@@ -6,6 +6,22 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I599445` - Console error occurs while exporting pdf with header and without footer issue has been fixed.
10
+ - `#I601248` - Selection not working when dynamically updated issue has been fixed.
11
+ - `#I598080` - When initial load, the predecessor validation case is not properly handled issue has been fixed.
12
+ - `#I598858` - Segment task duration is not validating properly after resizing issue has been fixed.
13
+ - `#I602401` - Shift tab key navigation not working properly when cell is in edited state issue has been fixed.
14
+ - `#F188524` - PDF export is not working properly when `taskMode` is set to `Manual` issue has been fixed.
15
+ - `#I598987` - Start and end date not validated when editing record by event issue has been fixed.
16
+
17
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
18
+
19
+ ## 26.1.38 (2024-06-19)
20
+
21
+ ### GanttChart
22
+
23
+ #### Bug fixes
24
+
9
25
  - `#I587460` - Console error throws when assigning predecessor to an unscheduled task issue has been fixed.
10
26
  - `#I594645` - Cannot edit cell after validation rule is applied issue has been fixed.
11
27
  - `#I598329` - Cancel in `actionBegin` event argument doesn't cancel taskbar and dialog edit action issue been fixed.
@@ -16,7 +32,7 @@
16
32
  - `#I594645` - Date validation not working properly when taskbar is moved issue has been fixed.
17
33
  - `#I592824` - Event markers height not updated properly issue has been fixed.
18
34
 
19
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
35
+ - `#I587460` - Console error throws when assigning predecessor to an unscheduled task issue has been fixed.
20
36
 
21
37
  ## 26.1.35 (2024-06-11)
22
38
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-gantt@*",
3
- "_id": "@syncfusion/ej2-angular-gantt@26.1.35",
3
+ "_id": "@syncfusion/ej2-angular-gantt@26.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-6ya3uOsTPfBOduzjwQqZtpkBMukijgRmwH1Ti0/UomFr+Q1FL06aFmwxPzK7Qrx6qiZU1DTrq92Wz1jk0gUn5w==",
5
+ "_integrity": "sha512-xcBATvhuxRF9DNXCZfmQU1NVFt+HbdMBshckaRT8iFVnKzWRke3+ymu5BUfARatHFxpZGI46pX7q4CrrmNWRDg==",
6
6
  "_location": "/@syncfusion/ej2-angular-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-26.1.35.tgz",
23
- "_shasum": "bf49a77788c564b8cbb9f7e7acfca9a1e6192868",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-26.1.38.tgz",
23
+ "_shasum": "e47696360dded97ed4d6d576b784be572e884bb8",
24
24
  "_spec": "@syncfusion/ej2-angular-gantt@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.1.35",
34
+ "@syncfusion/ej2-angular-base": "~26.1.39",
35
35
  "@syncfusion/ej2-base": "~26.1.37",
36
- "@syncfusion/ej2-gantt": "26.1.38",
36
+ "@syncfusion/ej2-gantt": "26.1.39",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -86,5 +86,5 @@
86
86
  "schematics": "./schematics/collection.json",
87
87
  "sideEffects": false,
88
88
  "typings": "syncfusion-ej2-angular-gantt.d.ts",
89
- "version": "26.1.38"
89
+ "version": "26.1.39"
90
90
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^26.1.35';
2
+ export const pkgVer = '^26.1.38';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~26.1.35';
4
+ export const themeVer = '~26.1.38';
@@ -207,7 +207,7 @@
207
207
  --color-sf-info-outline: var(--color-sf-info-border-color);
208
208
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
209
209
  --color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
210
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
210
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
211
211
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
212
212
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
213
213
  --color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
@@ -478,7 +478,7 @@
478
478
  --color-sf-success-bg-color: #218c21;
479
479
  --color-sf-success-border-color: var(--color-sf-success-bg-color);
480
480
  --color-sf-success-text: var(--color-sf-primary-text-color);
481
- --color-sf-success-bg-color-hover: var(--color-sf-success-bg-color);
481
+ --color-sf-success-bg-color-hover: #0e700e;
482
482
  --color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
483
483
  --color-sf-success-text-hover: var(--color-sf-primary-text-color);
484
484
  --color-sf-success-bg-color-pressed: #052505;
@@ -496,7 +496,7 @@
496
496
  --color-sf-warning-bg-color: #f87528;
497
497
  --color-sf-warning-border-color: var(--color-sf-warning-bg-color);
498
498
  --color-sf-warning-text: #242424;
499
- --color-sf-warning-bg-color-hover: var(--color-sf-warning-bg-color);
499
+ --color-sf-warning-bg-color-hover: #de590b;
500
500
  --color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
501
501
  --color-sf-warning-text-hover: var(--color-sf-primary-text-color);
502
502
  --color-sf-warning-bg-color-pressed: #4a1e04;
@@ -555,7 +555,7 @@
555
555
  --color-sf-info-outline: #0099bc;
556
556
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
557
557
  --color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
558
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
558
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
559
559
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
560
560
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
561
561
  --color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
@@ -897,7 +897,7 @@
897
897
  --color-sf-info-outline: #0099bc;
898
898
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
899
899
  --color-sf-tooltip-border: var(--color-sf-border-light);
900
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
900
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
901
901
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
902
902
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
903
903
  --color-sf-appbar-bg-color-alt1: #fff;
@@ -1414,14 +1414,6 @@
1414
1414
  }
1415
1415
 
1416
1416
  /* stylelint-disable */
1417
- .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1418
- padding: 0;
1419
- }
1420
-
1421
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1422
- padding: 0;
1423
- }
1424
-
1425
1417
  .e-dialog .e-dlg-content {
1426
1418
  border-radius: 8px !important;
1427
1419
  }
@@ -207,7 +207,7 @@
207
207
  --color-sf-info-outline: var(--color-sf-info-border-color);
208
208
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
209
209
  --color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
210
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
210
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
211
211
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
212
212
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
213
213
  --color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
@@ -478,7 +478,7 @@
478
478
  --color-sf-success-bg-color: #218c21;
479
479
  --color-sf-success-border-color: var(--color-sf-success-bg-color);
480
480
  --color-sf-success-text: var(--color-sf-primary-text-color);
481
- --color-sf-success-bg-color-hover: var(--color-sf-success-bg-color);
481
+ --color-sf-success-bg-color-hover: #0e700e;
482
482
  --color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
483
483
  --color-sf-success-text-hover: var(--color-sf-primary-text-color);
484
484
  --color-sf-success-bg-color-pressed: #052505;
@@ -496,7 +496,7 @@
496
496
  --color-sf-warning-bg-color: #f87528;
497
497
  --color-sf-warning-border-color: var(--color-sf-warning-bg-color);
498
498
  --color-sf-warning-text: #242424;
499
- --color-sf-warning-bg-color-hover: var(--color-sf-warning-bg-color);
499
+ --color-sf-warning-bg-color-hover: #de590b;
500
500
  --color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
501
501
  --color-sf-warning-text-hover: var(--color-sf-primary-text-color);
502
502
  --color-sf-warning-bg-color-pressed: #4a1e04;
@@ -555,7 +555,7 @@
555
555
  --color-sf-info-outline: #0099bc;
556
556
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
557
557
  --color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
558
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
558
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
559
559
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
560
560
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
561
561
  --color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
@@ -897,7 +897,7 @@
897
897
  --color-sf-info-outline: #0099bc;
898
898
  --color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
899
899
  --color-sf-tooltip-border: var(--color-sf-border-light);
900
- --color-sf-toooltip-text-color: var(--color-sf-content-text-color);
900
+ --color-sf-tooltip-text-color: var(--color-sf-content-text-color);
901
901
  --color-sf-toast-text-color: var(--color-sf-content-text-color);
902
902
  --color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
903
903
  --color-sf-appbar-bg-color-alt1: #fff;
@@ -1414,14 +1414,6 @@
1414
1414
  }
1415
1415
 
1416
1416
  /* stylelint-disable */
1417
- .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1418
- padding: 0;
1419
- }
1420
-
1421
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1422
- padding: 0;
1423
- }
1424
-
1425
1417
  .e-dialog .e-dlg-content {
1426
1418
  border-radius: 8px !important;
1427
1419
  }