@syncfusion/ej2-angular-gantt 26.2.14 → 27.1.48

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 (56) hide show
  1. package/CHANGELOG.md +9 -167
  2. package/package.json +10 -9
  3. package/schematics/collection.json +10 -9
  4. package/schematics/ng-add/index.d.ts +3 -0
  5. package/schematics/ng-add/index.js +9 -0
  6. package/schematics/ng-add/index.ts +10 -10
  7. package/schematics/ng-add/schema.d.ts +13 -0
  8. package/schematics/ng-add/schema.js +2 -0
  9. package/schematics/ng-add/schema.json +34 -34
  10. package/schematics/ng-add/schema.ts +30 -30
  11. package/schematics/tsconfig.json +25 -25
  12. package/schematics/utils/lib-details.d.ts +4 -0
  13. package/schematics/utils/lib-details.js +6 -0
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/styles/bootstrap-dark-lite.css +1 -0
  16. package/styles/bootstrap-dark-lite.scss +1 -0
  17. package/styles/bootstrap-lite.css +1 -0
  18. package/styles/bootstrap-lite.scss +1 -0
  19. package/styles/bootstrap4-lite.css +1 -0
  20. package/styles/bootstrap4-lite.scss +1 -0
  21. package/styles/bootstrap5-dark-lite.css +1 -0
  22. package/styles/bootstrap5-dark-lite.scss +1 -0
  23. package/styles/bootstrap5-lite.css +1 -0
  24. package/styles/bootstrap5-lite.scss +1 -0
  25. package/styles/bootstrap5.3-lite.css +1 -0
  26. package/styles/bootstrap5.3-lite.scss +1 -0
  27. package/styles/bootstrap5.3.css +1 -0
  28. package/styles/bootstrap5.3.scss +1 -0
  29. package/styles/fabric-dark-lite.css +1 -0
  30. package/styles/fabric-dark-lite.scss +1 -0
  31. package/styles/fabric-lite.css +1 -0
  32. package/styles/fabric-lite.scss +1 -0
  33. package/styles/fluent-dark-lite.css +1 -0
  34. package/styles/fluent-dark-lite.scss +1 -0
  35. package/styles/fluent-lite.css +1 -0
  36. package/styles/fluent-lite.scss +1 -0
  37. package/styles/fluent2-lite.css +1 -0
  38. package/styles/fluent2-lite.scss +1 -0
  39. package/styles/gantt/bootstrap5.3.css +1 -0
  40. package/styles/gantt/bootstrap5.3.scss +1 -0
  41. package/styles/highcontrast-light-lite.css +1 -0
  42. package/styles/highcontrast-light-lite.scss +1 -0
  43. package/styles/highcontrast-lite.css +1 -0
  44. package/styles/highcontrast-lite.scss +1 -0
  45. package/styles/material-dark-lite.css +1 -0
  46. package/styles/material-dark-lite.scss +1 -0
  47. package/styles/material-lite.css +1 -0
  48. package/styles/material-lite.scss +1 -0
  49. package/styles/material3-dark-lite.css +1 -0
  50. package/styles/material3-dark-lite.scss +1 -0
  51. package/styles/material3-lite.css +1 -0
  52. package/styles/material3-lite.scss +1 -0
  53. package/styles/tailwind-dark-lite.css +1 -0
  54. package/styles/tailwind-dark-lite.scss +1 -0
  55. package/styles/tailwind-lite.css +1 -0
  56. package/styles/tailwind-lite.scss +1 -0
package/CHANGELOG.md CHANGED
@@ -4,181 +4,23 @@
4
4
 
5
5
  ### GanttChart
6
6
 
7
- #### Bug fixes
8
-
9
- - `#I626561` - Separator size property in splitter settings not working properly issue has been fixed.
10
- - `#I627377` - `allowTaskbarOverlap` property is not working properly with `collapseAllParentTasks` property enabled issue has been fixed.
11
- - `#I519903` - Spinner showing endlessly with null value filtering issue has been fixed.
12
-
13
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
14
-
15
- ## 26.2.12 (2024-09-03)
16
-
17
- ### GanttChart
18
-
19
- #### Bug fixes
20
-
21
- -`#I625331` - An unwanted error message is thrown in the `actionFailure` event issues has been fixed.
22
- -`#I623226` - Negative offset getting removed while using locale has been fixed.
23
-
24
- ## 26.2.11 (2024-08-27)
25
-
26
- ### GanttChart
27
-
28
- #### Bug fixes
29
-
30
- - `#I624244` - Taskbar and weekend not rendered incorrect position issue has been fixed.
31
- - `#I619938` - White space issue occurs after horizontal scrolling with `enableTimelineVirtualization` issue has been fixed.
32
- - `#I623700` - Duration value not validated in the edit dialog when the end date is changed issue has been fixed.
33
- - `#I617142` - Left value miscalculated for taskbar while duration in decimals issue has been fixed.
34
-
35
- ## 26.2.10 (2024-08-20)
36
-
37
- ### GanttChart
38
-
39
- #### Bug fixes
40
-
41
- - `#I621276` - Connector lines rendered in wrong position with `enableTimelineVirtualization` and `enableRtl` issue has been fixed.
42
- - `#I616825` - Timeline not updated properly while using `setSplitterPosition` issue has been fixed.
43
- - `#I618909`,`#I607695` - PDF export exception thrown when using different font style issue has been fixed.
44
- - `#I618061` - Updating `selectedRowIndex` and `dataSource` dynamically only updates the data, `selectedRowIndex` does not work issue has been fixed.
45
- - `#I620597` - `getSelectedRecords` method not return selected records when `persistSelection` is set to true issue has been fixed.
46
- - `#I617142` - Left value miscalculated for taskbar while duration in decimals issue has been fixed.
47
-
48
- - `#I621276` - Connector lines rendered in wrong position with `enableTimelineVirtualization` and `enableRtl` issue has been fixed.
49
- - `#I616825` - Timeline not updated properly while using `setSplitterPosition` issue has been fixed.
50
- - `#I618909`,`#I607695` - PDF export exception thrown when using different font style issue has been fixed.
51
-
52
- ## 26.2.9 (2024-08-13)
53
-
54
- ### GanttChart
55
-
56
- #### Bug fixes
57
-
58
- - `#I610470` - Row drag and drop action persists the previous selection in chart side if persist selection & virtualization is enabled issue has been fixed.
59
- - `#I613295` - Milestone `endDate` not properly validating when convert to task issue has been fixed.
60
- - `#I612261` - Console error occurs when connecting predecessor with decimal task Id issue has been fixed.
61
- - `#I608671` - When the resource tab column is edited and tab is switched, the edited value is not saved issue has been fixed.
62
-
63
- ## 26.2.8 (2024-08-06)
64
-
65
- ### GanttChart
66
-
67
- #### Bug fixes
68
-
69
- - `#I189356` - Split tasks not working properly while using `segmentData` property issue has been fixed.
70
- - `#I607879` - Predecessor validation is not working correctly for offset days with split tasks issue has been fixed.
71
- - `#I611815` - `pdfQueryCellInfo` event not working properly in Pdf export issue has been fixed.
72
- - `#I612296` - Exception thrown when adding a milestone task using the context menu issue has been fixed.
73
- - `#I612296` - Day light saving is not working properly issue has been fixed.
74
- - `#I617432` - Exception thrown when updating datasource issue has been fixed.
75
-
76
- ## 26.2.7 (2024-07-30)
77
-
78
- ### GanttChart
79
-
80
- #### Bug fixes
81
-
82
- -`#I607879` - Work Property Value Not Calculating Properly When Adding or Editing a Record issue has been fixed.- `#I607391` - Baseline not render properly when Pdf export issue has been fixed.
83
- - `#I614007` - Dependency offset value not updating properly with unscheduled tasks issue has been fixed.
84
- - `#I603923` - Row selection toggling not working properly while `persistSelection` is enabled issue has been fixed.
85
- - `#I606658` - `timezone` property is not working properly in Gantt issue has been fixed.
86
-
87
- ## 26.2.5 (2024-07-26)
88
-
89
- ### GanttChart
90
-
91
- #### Bug fixes
92
-
93
- ## 26.2.4 (2024-07-24)
94
-
95
- ### GanttChart
96
-
97
7
  #### Features
98
8
 
99
- - `#I577723` - Provided support for dependency type localization in the cell edit.
100
-
101
- #### Bug fixes
102
-
103
- - `#603505` - Keyboard interaction for selecting all record is not working properly after clicking chart side issue has been fixed.
104
- - `#I607803`,`#I607856`,`#I607879`,`#I608671` - Milestone and Work Property Not Working Properly issue has been fixed.
105
-
106
- - `#607391` - Baseline not render properly when Pdf export issue has been fixed.
107
-
108
- ## 26.1.42 (2024-07-16)
109
-
110
- ### GanttChart
111
-
112
- #### Bug fixes
113
-
114
- - `#I594182` - Tasks misaligned between grid and chart side with load on demand issue has been fixed.
115
- - `#I600292` - Mismatching dates between pdf file and UI when progress value set to 300 issue has been fixed.
116
- - `#I606401` - Empty space occur when height is dynamically changed with side bar issue has been fixed.
117
- - `#I605379` - Value modified in the post method doesn't reflect in UI issue has been fixed.
118
- - `#I605147` - The issue with triggering the `actionFailure` event when an invalid predecessor tries to connect has been fixed.
119
- - `#I604784`,`#I604753` - `AdditionalParams` property not working properly issue has been fixed.
120
- - `#I604864` - The issue of missing modified records and task data in the `actionComplete` argument when merging records via the context menu has been fixed.
121
- - `#I604120` - Milestone task `endDate` is not updating properly when using cell edit and dialog.
122
- - `#I603502` - Toolbar item is not working properly with virtualization issue has been fixed.
123
- - `#I603710` - Export properties not working properly issue has been fixed.
124
- - `#I603923` - Row selection toggling not working properly while `persistSelection` is enabled issue has been fixed.
125
-
126
- - `#I605379` - Value modified in the post method doesn't reflect in UI issue has been fixed.
127
-
128
- ## 26.1.41 (2024-07-09)
9
+ - `#I893608`- The [Zooming](https://ej2.syncfusion.com/documentation/gantt/timeline/zooming) feature in the timeline has been enhanced to include touch support and mouse wheel interaction. Users can now perform zoom-in and zoom-out actions by pinching in/out on the chart pane or using the mouse wheel in combination with the 'Ctrl' key. Explore the demo [here](https://ej2.syncfusion.com/demos/#/fluent2/gantt/zooming.html).
10
+ - `#I885165`,`#F56892`- Provided support for taskbar resizing for manually scheduled parent taskbars [Task Scheduling](https://ej2.syncfusion.com/documentation/gantt/task-scheduling#manually-scheduled-tasks), allowing taskbar resize actions.
11
+ - `#I885310`,`#F56941`- The Gantt Chart now supports localized text for [Dependency](https://ej2.syncfusion.com/documentation/gantt/task-dependency) types (FS, FF, SF, SS), improving readability and providing greater flexibility for localized applications. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/fluent2/gantt/editing.html).
129
12
 
130
- ### GanttChart
131
-
132
- #### Bug fixes
133
-
134
- - `#I606422` - The split task split line extends when performing the `zoomToFit` action and affecting the task end date issue has been fixed.
135
- - `#I594804` - Performance issue occurs when `autoCalculateDateScheduling` is set to false issue has been fixed.
136
- - `#I603710` - Export properties not working properly issue has been fixed.
137
- - `#I603923` - Row selection toggling not working properly while `persistSelection` is enabled issue has been fixed.
138
- - `#I603502` - Toolbar item is not working properly with virtualization issue has been fixed.
139
- - `#I594182` - White space issue occurred when using remote data with virtualization issue has been fixed.
140
-
141
- ## 26.1.40 (2024-07-02)
142
-
143
- ### GanttChart
144
-
145
- #### Bug fixes
146
-
147
- - `#I605424` - `ValidationRules` property not working properly issue has been fixed.
148
- - `#I599788` - Duration column is not working properly when using `editType` as `numericedit` issue has been fixed.
149
- - `#I603492` - `CollapseAll` / `ExpandAll` button in is not working properly when virtualization is enabled issue has been fixed.
150
-
151
- ## 26.1.39 (2024-06-25)
152
-
153
- ### GanttChart
154
-
155
- #### Bug fixes
156
-
157
- - `#I599445` - Console error occurs while exporting pdf with header and without footer issue has been fixed.
158
- - `#I601248` - Selection not working when dynamically updated issue has been fixed.
159
- - `#I598080` - When initial load, the predecessor validation case is not properly handled issue has been fixed.
160
- - `#I598858` - Segment task duration is not validating properly after resizing issue has been fixed.
161
- - `#I602401` - Shift tab key navigation not working properly when cell is in edited state issue has been fixed.
162
- - `#F188524` - PDF export is not working properly when `taskMode` is set to `Manual` issue has been fixed.
163
- - `#I598987` - Start and end date not validated when editing record by event issue has been fixed.
13
+ #### Breaking Changes
164
14
 
165
- ## 26.1.38 (2024-06-19)
166
-
167
- ### GanttChart
15
+ - The behaviour of the [`loadChildOnDemand`](https://ej2.syncfusion.com/documentation/api/gantt/#loadchildondemand) property in the Gantt Chart has been modified. Previously, when this property was set to `true`, both parent and child records were loaded simultaneously. Now, when set to true, parent records will initially be rendered in a collapsed state, with child records being loaded only when the parent row is expanded. Additionally, the default value of `loadChildOnDemand` has been changed from `false` to `true`.
168
16
 
169
17
  #### Bug fixes
170
18
 
171
- - `#I587460` - Console error throws when assigning predecessor to an unscheduled task issue has been fixed.
172
- - `#I594645` - Cannot edit cell after validation rule is applied issue has been fixed.
173
- - `#I598329` - Cancel in `actionBegin` event argument doesn't cancel taskbar and dialog edit action issue been fixed.
174
- - `#I594908`,`#I594882`, `#I592404` - Incorrect validation of resource, work and duration utilization while mapping `taskType` issues has been fixed.
175
- - `#I594878` - When adding a record via dialog, if the `startDate` is set to a Friday, the `endDate` and duration become empty issue has been fixed.
176
- - `#I585587` - Filter pop up misalign in column menu filter issue has been fixed.
177
- - `#I590307` - The issue about the "Add" and "Delete" buttons in the dependency tab were not being disabled when unnecessary has been fixed.
178
- - `#I594645` - Date validation not working properly when taskbar is moved issue has been fixed.
179
- - `#I592824` - Event markers height not updated properly issue has been fixed.
19
+ - `#I629322` - Edit dialog closes even when the action is cancel issue has been fixed.
20
+ - `#I629080` - The console error that occurred when changing the view type dynamically with a button click issue has been fixed.
21
+ - `#I632016` - Console error occurred while connecting `FF` type dependency to duration only tasks issue has been fixed.
180
22
 
181
- - `#I587460` - Console error throws when assigning predecessor to an unscheduled task issue has been fixed.
23
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
182
24
 
183
25
  ## 26.1.35 (2024-06-11)
184
26
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-gantt@*",
3
- "_id": "@syncfusion/ej2-angular-gantt@26.2.12",
3
+ "_id": "@syncfusion/ej2-angular-gantt@26.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SxV/R2ejQU/EiiUecdeYKy43ydjqqwVwPqbDTeKOFqQljIWignozs9NekuSb2a8AcqgwsHhX2Ry+igSn4fCWTA==",
5
+ "_integrity": "sha512-FtQB/oZ6PEVhID1CsAPVBKIuquEmaQeM2ohElhqMHDqi82E+ylylRcFPrdtcOm65L9CM1RYJVN0zcdImXD1Nnw==",
6
6
  "_location": "/@syncfusion/ej2-angular-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
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.2.12.tgz",
23
- "_shasum": "63cfaff9d602be5f4abfce9077ee04bcc1bc9aea",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-26.1.35.tgz",
23
+ "_shasum": "7e2a4186a2cde908966f6344ac346fae19d72cf9",
24
24
  "_spec": "@syncfusion/ej2-angular-gantt@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,13 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.2.10",
35
- "@syncfusion/ej2-base": "~26.2.10",
36
- "@syncfusion/ej2-gantt": "26.2.14",
34
+ "@syncfusion/ej2-angular-base": "~27.1.48",
35
+ "@syncfusion/ej2-base": "~27.1.48",
36
+ "@syncfusion/ej2-gantt": "27.1.48",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
40
40
  "description": "Essential JS 2 Gantt Component for Angular",
41
+ "devDependencies": {},
41
42
  "es2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
42
43
  "esm2020": "esm2020/syncfusion-ej2-angular-gantt.mjs",
43
44
  "exports": {
@@ -86,5 +87,5 @@
86
87
  "schematics": "./schematics/collection.json",
87
88
  "sideEffects": false,
88
89
  "typings": "syncfusion-ej2-angular-gantt.d.ts",
89
- "version": "26.2.14"
90
+ "version": "27.1.48"
90
91
  }
@@ -1,10 +1,11 @@
1
1
  {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- }
9
- }
10
- }
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ }
9
+ }
10
+ }
11
+
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lib_details_1 = require("./../utils/lib-details");
4
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
+ function default_1(options) {
6
+ const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
+ return schematics_1.install(options, libOptions);
8
+ }
9
+ exports.default = default_1;
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-gantt";
2
+ export declare const pkgVer = "^26.1.35";
3
+ export declare const moduleName = "GanttModule";
4
+ export declare const themeVer = "~26.1.35";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-gantt';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'GanttModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^26.2.12';
2
+ export const pkgVer = '^27.1.48';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~26.2.12';
4
+ export const themeVer = '~27.1.48';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap4-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap5-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap5-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap5-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap5-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap5.3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/bootstrap5.3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'gantt/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fabric-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fabric-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fabric-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fabric-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fluent-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fluent-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fluent-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fluent-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/fluent2-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/fluent2-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/gantt/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/gantt/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/highcontrast-light-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/highcontrast-light-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/highcontrast-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/highcontrast-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/material-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/material-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/material-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/material-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/material3-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/material3-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/material3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/material3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/tailwind-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/tailwind-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-gantt/styles/tailwind-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-gantt/styles/tailwind-lite.scss';