@syncfusion/ej2-angular-gantt 20.2.45 → 20.2.49-ngcc

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 (165) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +764 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/CHANGELOG.md +1356 -0
  6. package/dist/ej2-angular-gantt.umd.js +908 -0
  7. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  8. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  9. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  10. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  11. package/ej2-angular-gantt.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +30 -0
  15. package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
  16. package/schematics/generators/gantt-daymarkers/index.js +8 -0
  17. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
  18. package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
  19. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  20. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  21. package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
  22. package/schematics/generators/gantt-daymarkers/schema.js +2 -0
  23. package/schematics/generators/gantt-daymarkers/schema.json +125 -0
  24. package/schematics/generators/gantt-default/index.d.ts +3 -0
  25. package/schematics/generators/gantt-default/index.js +8 -0
  26. package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
  27. package/schematics/generators/gantt-default/sample-details.js +7 -0
  28. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
  29. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/gantt-default/schema.d.ts +3 -0
  31. package/schematics/generators/gantt-default/schema.js +2 -0
  32. package/schematics/generators/gantt-default/schema.json +125 -0
  33. package/schematics/generators/gantt-editing/index.d.ts +3 -0
  34. package/schematics/generators/gantt-editing/index.js +8 -0
  35. package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
  36. package/schematics/generators/gantt-editing/sample-details.js +7 -0
  37. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  38. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  39. package/schematics/generators/gantt-editing/schema.d.ts +3 -0
  40. package/schematics/generators/gantt-editing/schema.js +2 -0
  41. package/schematics/generators/gantt-editing/schema.json +125 -0
  42. package/schematics/generators/gantt-localdata/index.d.ts +3 -0
  43. package/schematics/generators/gantt-localdata/index.js +8 -0
  44. package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
  45. package/schematics/generators/gantt-localdata/sample-details.js +7 -0
  46. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  47. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  48. package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
  49. package/schematics/generators/gantt-localdata/schema.js +2 -0
  50. package/schematics/generators/gantt-localdata/schema.json +125 -0
  51. package/schematics/ng-add/index.d.ts +3 -0
  52. package/schematics/ng-add/index.js +9 -0
  53. package/schematics/ng-add/schema.d.ts +13 -0
  54. package/schematics/ng-add/schema.js +2 -0
  55. package/schematics/ng-add/schema.json +34 -0
  56. package/schematics/tsconfig.json +25 -0
  57. package/schematics/utils/lib-details.d.ts +4 -0
  58. package/schematics/utils/lib-details.js +6 -0
  59. package/schematics/utils/lib-details.ts +2 -2
  60. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  61. package/src/gantt/columns.directive.d.ts +0 -5
  62. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  63. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  64. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  65. package/src/gantt/gantt-all.module.d.ts +0 -6
  66. package/src/gantt/gantt.component.d.ts +0 -3
  67. package/src/gantt/gantt.module.d.ts +0 -12
  68. package/src/gantt/holidays.directive.d.ts +0 -5
  69. package/styles/bootstrap-dark.css +58 -61
  70. package/styles/bootstrap.css +58 -61
  71. package/styles/bootstrap4.css +58 -61
  72. package/styles/bootstrap5-dark.css +59 -65
  73. package/styles/bootstrap5.css +59 -65
  74. package/styles/fabric-dark.css +58 -61
  75. package/styles/fabric.css +58 -61
  76. package/styles/fluent-dark.css +58 -61
  77. package/styles/fluent.css +58 -61
  78. package/styles/gantt/bootstrap-dark.css +58 -61
  79. package/styles/gantt/bootstrap-dark.scss +1 -22
  80. package/styles/gantt/bootstrap.css +58 -61
  81. package/styles/gantt/bootstrap.scss +1 -22
  82. package/styles/gantt/bootstrap4.css +58 -61
  83. package/styles/gantt/bootstrap4.scss +1 -22
  84. package/styles/gantt/bootstrap5-dark.css +59 -65
  85. package/styles/gantt/bootstrap5-dark.scss +1 -22
  86. package/styles/gantt/bootstrap5.css +59 -65
  87. package/styles/gantt/bootstrap5.scss +1 -22
  88. package/styles/gantt/fabric-dark.css +58 -61
  89. package/styles/gantt/fabric-dark.scss +1 -22
  90. package/styles/gantt/fabric.css +58 -61
  91. package/styles/gantt/fabric.scss +1 -22
  92. package/styles/gantt/fluent-dark.css +58 -61
  93. package/styles/gantt/fluent-dark.scss +1 -22
  94. package/styles/gantt/fluent.css +58 -61
  95. package/styles/gantt/fluent.scss +1 -22
  96. package/styles/gantt/highcontrast-light.css +58 -64
  97. package/styles/gantt/highcontrast-light.scss +1 -21
  98. package/styles/gantt/highcontrast.css +58 -64
  99. package/styles/gantt/highcontrast.scss +1 -22
  100. package/styles/gantt/material-dark.css +61 -64
  101. package/styles/gantt/material-dark.scss +1 -22
  102. package/styles/gantt/material.css +61 -64
  103. package/styles/gantt/material.scss +1 -22
  104. package/styles/gantt/tailwind-dark.css +60 -63
  105. package/styles/gantt/tailwind-dark.scss +1 -22
  106. package/styles/gantt/tailwind.css +60 -63
  107. package/styles/gantt/tailwind.scss +1 -22
  108. package/styles/highcontrast-light.css +58 -64
  109. package/styles/highcontrast.css +58 -64
  110. package/styles/material-dark.css +61 -64
  111. package/styles/material.css +61 -64
  112. package/styles/tailwind-dark.css +60 -63
  113. package/styles/tailwind.css +60 -63
  114. package/esm2020/public_api.mjs +0 -3
  115. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  116. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  117. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  118. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  119. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  120. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  121. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  122. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  123. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  124. package/esm2020/src/index.mjs +0 -11
  125. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  126. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  127. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  128. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  129. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  130. package/styles/gantt/_all.scss +0 -2
  131. package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
  132. package/styles/gantt/_bootstrap-definition.scss +0 -208
  133. package/styles/gantt/_bootstrap4-definition.scss +0 -210
  134. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  135. package/styles/gantt/_bootstrap5-definition.scss +0 -212
  136. package/styles/gantt/_fabric-dark-definition.scss +0 -208
  137. package/styles/gantt/_fabric-definition.scss +0 -208
  138. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  139. package/styles/gantt/_fluent-definition.scss +0 -212
  140. package/styles/gantt/_fusionnew-definition.scss +0 -211
  141. package/styles/gantt/_highcontrast-definition.scss +0 -208
  142. package/styles/gantt/_highcontrast-light-definition.scss +0 -208
  143. package/styles/gantt/_layout.scss +0 -1354
  144. package/styles/gantt/_material-dark-definition.scss +0 -209
  145. package/styles/gantt/_material-definition.scss +0 -209
  146. package/styles/gantt/_material3-definition.scss +0 -212
  147. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  148. package/styles/gantt/_tailwind-definition.scss +0 -212
  149. package/styles/gantt/_theme.scss +0 -702
  150. package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
  151. package/styles/gantt/icons/_bootstrap.scss +0 -124
  152. package/styles/gantt/icons/_bootstrap4.scss +0 -124
  153. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  154. package/styles/gantt/icons/_bootstrap5.scss +0 -124
  155. package/styles/gantt/icons/_fabric-dark.scss +0 -124
  156. package/styles/gantt/icons/_fabric.scss +0 -124
  157. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  158. package/styles/gantt/icons/_fluent.scss +0 -124
  159. package/styles/gantt/icons/_fusionnew.scss +0 -120
  160. package/styles/gantt/icons/_highcontrast.scss +0 -124
  161. package/styles/gantt/icons/_material-dark.scss +0 -124
  162. package/styles/gantt/icons/_material.scss +0 -124
  163. package/styles/gantt/icons/_material3.scss +0 -124
  164. package/styles/gantt/icons/_tailwind-dark.scss +0 -124
  165. package/styles/gantt/icons/_tailwind.scss +0 -124
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-gantt@*",
3
- "_id": "@syncfusion/ej2-angular-gantt@20.2.44",
3
+ "_id": "@syncfusion/ej2-angular-gantt@20.2.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-+jNs/ENFDx3uhVeNDtnBtNVrMcQTM7rjS2etkIv/u7Shu2E8odaSCCK+0X3y+aAb3uHypKf3yiV93aeAUzVn/g==",
5
+ "_integrity": "sha512-8EDo5HAx48lgOBe6T/kvRnX3l8WVZUn1/a73D2f/1Gle17pIPYBms6mlumXwL/eHv65yFgFgp/YDCT9fJrpx1g==",
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": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-20.2.44.tgz",
23
- "_shasum": "2fd5924954d4b2561c568fe6bfcc0f6f9e386227",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-20.2.46.tgz",
23
+ "_shasum": "afb488ab466095808b693e427989bb41ec00a36d",
24
24
  "_spec": "@syncfusion/ej2-angular-gantt@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
25
+ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.2.45",
35
- "@syncfusion/ej2-base": "~20.2.45",
36
- "@syncfusion/ej2-gantt": "20.2.45",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~20.2.49",
35
+ "@syncfusion/ej2-base": "~20.2.48",
36
+ "@syncfusion/ej2-gantt": "20.2.49"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "Essential JS 2 Gantt Component for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-gantt.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-gantt.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-gantt.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-gantt.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-gantt.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-gantt.js",
58
42
  "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
59
43
  "keywords": [
60
44
  "ej2",
@@ -72,7 +56,9 @@
72
56
  "ej2-ng-gantt"
73
57
  ],
74
58
  "license": "SEE LICENSE IN license",
75
- "module": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
59
+ "main": "dist/ej2-angular-gantt.umd.js",
60
+ "metadata": "ej2-angular-gantt.metadata.json",
61
+ "module": "@syncfusion/ej2-angular-gantt.es5.js",
76
62
  "name": "@syncfusion/ej2-angular-gantt",
77
63
  "repository": {
78
64
  "type": "git",
@@ -80,6 +66,6 @@
80
66
  },
81
67
  "schematics": "./schematics/collection.json",
82
68
  "sideEffects": false,
83
- "typings": "syncfusion-ej2-angular-gantt.d.ts",
84
- "version": "20.2.45"
69
+ "typings": "ej2-angular-gantt.d.ts",
70
+ "version": "20.2.49-ngcc"
85
71
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-gantt'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -0,0 +1,30 @@
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
+ "gantt-daymarkers": {
10
+ "description": "Create an Angular Gantt component with daymarkers feature",
11
+ "factory": "./generators/gantt-daymarkers",
12
+ "schema": "./generators/gantt-daymarkers/schema.json"
13
+ },
14
+ "gantt-default": {
15
+ "description": "Create an Angular component with EJ2 gantt with default",
16
+ "factory": "./generators/gantt-default",
17
+ "schema": "./generators/gantt-default/schema.json"
18
+ },
19
+ "gantt-editing": {
20
+ "description": "Create an Angular Gantt component with editing features and toolbars",
21
+ "factory": "./generators/gantt-editing",
22
+ "schema": "./generators/gantt-editing/schema.json"
23
+ },
24
+ "gantt-localdata": {
25
+ "description": "Create an Angular Gantt component with local datasource",
26
+ "factory": "./generators/gantt-localdata",
27
+ "schema": "./generators/gantt-localdata/schema.json"
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'gantt';
4
+ exports.sampleName = 'daymarkers';
5
+ exports.diModules = 'DayMarkersService';
6
+ exports.packageName = '@syncfusion/ej2-angular-gantt';
7
+ exports.libModules = 'GanttModule';
@@ -0,0 +1,9 @@
1
+ .control-section {
2
+ overflow: auto;
3
+ padding-bottom: 10px;
4
+ }
5
+ .e-gantt .e-gantt-chart .e-custom-holiday {
6
+ background-color: cadetblue;
7
+ font-weight: 500;
8
+ color: white;
9
+ }
@@ -0,0 +1,6 @@
1
+ <div class="control-section">
2
+ <!-- Gantt element -->
3
+ <ejs-gantt id="ganttDefault" height="430px" [dataSource]="data" [taskFields]="taskSettings" [eventMarkers]="eventMarkers" [highlightWeekends]="true" [holidays]="holidays">
4
+ </ejs-gantt>
5
+ </div>
6
+
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "gantt-daymarkers",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "gantt-daymarkers"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'gantt';
4
+ exports.sampleName = 'default';
5
+ exports.diModules = null;
6
+ exports.packageName = '@syncfusion/ej2-angular-gantt';
7
+ exports.libModules = 'GanttModule';
@@ -0,0 +1,5 @@
1
+
2
+ .control-section {
3
+ overflow: auto;
4
+ padding-bottom: 10px;
5
+ }
@@ -0,0 +1,4 @@
1
+ <div class="control-section">
2
+ <ejs-gantt [dataSource]='data' height='350'>
3
+ </ejs-gantt>
4
+ </div>
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "gantt-default",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "gantt-default"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'gantt';
4
+ exports.sampleName = 'editing';
5
+ exports.diModules = 'EditService,SelectionService,ToolbarService';
6
+ exports.packageName = '@syncfusion/ej2-angular-gantt';
7
+ exports.libModules = 'GanttModule';
@@ -0,0 +1,4 @@
1
+ .control-section {
2
+ overflow: auto;
3
+ padding-bottom: 10px;
4
+ }
@@ -0,0 +1,5 @@
1
+ <div class="control-section">
2
+ <ejs-gantt id="ganttDefault" height="430px" [dataSource]="data" [taskFields]="taskSettings" [labelSettings]="labelSettings" height="430px" [allowSelection]="true" [editSettings]="editSettings" [toolbar]="toolbar" resourceNameMapping="resourceName" resourceIDMapping="resourceId" [resources]="resources">
3
+ </ejs-gantt>
4
+ </div>
5
+
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });