@syncfusion/ej2-angular-gantt 20.4.39 → 20.4.40-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 (138) 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 +1522 -0
  6. package/README.md +1 -1
  7. package/dist/ej2-angular-gantt.umd.js +909 -0
  8. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  9. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  10. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  11. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  12. package/ej2-angular-gantt.metadata.json +1 -0
  13. package/package.json +18 -42
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/collection.json +30 -0
  16. package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
  17. package/schematics/generators/gantt-daymarkers/index.js +8 -0
  18. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
  19. package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
  20. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  21. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  22. package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
  23. package/schematics/generators/gantt-daymarkers/schema.js +2 -0
  24. package/schematics/generators/gantt-daymarkers/schema.json +125 -0
  25. package/schematics/generators/gantt-default/index.d.ts +3 -0
  26. package/schematics/generators/gantt-default/index.js +8 -0
  27. package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
  28. package/schematics/generators/gantt-default/sample-details.js +7 -0
  29. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
  30. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  31. package/schematics/generators/gantt-default/schema.d.ts +3 -0
  32. package/schematics/generators/gantt-default/schema.js +2 -0
  33. package/schematics/generators/gantt-default/schema.json +125 -0
  34. package/schematics/generators/gantt-editing/index.d.ts +3 -0
  35. package/schematics/generators/gantt-editing/index.js +8 -0
  36. package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
  37. package/schematics/generators/gantt-editing/sample-details.js +7 -0
  38. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  39. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  40. package/schematics/generators/gantt-editing/schema.d.ts +3 -0
  41. package/schematics/generators/gantt-editing/schema.js +2 -0
  42. package/schematics/generators/gantt-editing/schema.json +125 -0
  43. package/schematics/generators/gantt-localdata/index.d.ts +3 -0
  44. package/schematics/generators/gantt-localdata/index.js +8 -0
  45. package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
  46. package/schematics/generators/gantt-localdata/sample-details.js +7 -0
  47. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  48. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  49. package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
  50. package/schematics/generators/gantt-localdata/schema.js +2 -0
  51. package/schematics/generators/gantt-localdata/schema.json +125 -0
  52. package/schematics/ng-add/index.d.ts +3 -0
  53. package/schematics/ng-add/index.js +9 -0
  54. package/schematics/ng-add/schema.d.ts +13 -0
  55. package/schematics/ng-add/schema.js +2 -0
  56. package/schematics/ng-add/schema.json +34 -0
  57. package/schematics/tsconfig.json +25 -0
  58. package/schematics/utils/lib-details.d.ts +4 -0
  59. package/schematics/utils/lib-details.js +6 -0
  60. package/schematics/utils/lib-details.ts +2 -2
  61. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  62. package/src/gantt/columns.directive.d.ts +0 -5
  63. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  64. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  65. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  66. package/src/gantt/gantt-all.module.d.ts +0 -6
  67. package/src/gantt/gantt.component.d.ts +0 -3
  68. package/src/gantt/gantt.module.d.ts +0 -12
  69. package/src/gantt/holidays.directive.d.ts +0 -5
  70. package/styles/bootstrap4.css +1 -1
  71. package/styles/gantt/bootstrap-dark.scss +1 -22
  72. package/styles/gantt/bootstrap.scss +1 -22
  73. package/styles/gantt/bootstrap4.css +1 -1
  74. package/styles/gantt/bootstrap4.scss +1 -22
  75. package/styles/gantt/bootstrap5-dark.scss +1 -22
  76. package/styles/gantt/bootstrap5.scss +1 -22
  77. package/styles/gantt/fabric-dark.scss +1 -22
  78. package/styles/gantt/fabric.scss +1 -22
  79. package/styles/gantt/fluent-dark.scss +1 -22
  80. package/styles/gantt/fluent.scss +1 -22
  81. package/styles/gantt/highcontrast-light.scss +1 -21
  82. package/styles/gantt/highcontrast.scss +1 -22
  83. package/styles/gantt/material-dark.scss +1 -22
  84. package/styles/gantt/material.scss +1 -22
  85. package/styles/gantt/tailwind-dark.scss +1 -22
  86. package/styles/gantt/tailwind.scss +1 -22
  87. package/esm2020/public_api.mjs +0 -3
  88. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  89. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  90. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  91. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  92. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  93. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  94. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  95. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  96. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  97. package/esm2020/src/index.mjs +0 -11
  98. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  99. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  100. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  101. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  102. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  103. package/styles/gantt/_all.scss +0 -2
  104. package/styles/gantt/_bootstrap-dark-definition.scss +0 -214
  105. package/styles/gantt/_bootstrap-definition.scss +0 -214
  106. package/styles/gantt/_bootstrap4-definition.scss +0 -216
  107. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  108. package/styles/gantt/_bootstrap5-definition.scss +0 -218
  109. package/styles/gantt/_fabric-dark-definition.scss +0 -214
  110. package/styles/gantt/_fabric-definition.scss +0 -214
  111. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  112. package/styles/gantt/_fluent-definition.scss +0 -218
  113. package/styles/gantt/_fusionnew-definition.scss +0 -217
  114. package/styles/gantt/_highcontrast-definition.scss +0 -214
  115. package/styles/gantt/_highcontrast-light-definition.scss +0 -214
  116. package/styles/gantt/_layout.scss +0 -1660
  117. package/styles/gantt/_material-dark-definition.scss +0 -215
  118. package/styles/gantt/_material-definition.scss +0 -215
  119. package/styles/gantt/_material3-definition.scss +0 -218
  120. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  121. package/styles/gantt/_tailwind-definition.scss +0 -218
  122. package/styles/gantt/_theme.scss +0 -711
  123. package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
  124. package/styles/gantt/icons/_bootstrap.scss +0 -124
  125. package/styles/gantt/icons/_bootstrap4.scss +0 -124
  126. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  127. package/styles/gantt/icons/_bootstrap5.scss +0 -124
  128. package/styles/gantt/icons/_fabric-dark.scss +0 -124
  129. package/styles/gantt/icons/_fabric.scss +0 -124
  130. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  131. package/styles/gantt/icons/_fluent.scss +0 -124
  132. package/styles/gantt/icons/_fusionnew.scss +0 -120
  133. package/styles/gantt/icons/_highcontrast.scss +0 -124
  134. package/styles/gantt/icons/_material-dark.scss +0 -124
  135. package/styles/gantt/icons/_material.scss +0 -124
  136. package/styles/gantt/icons/_material3.scss +0 -124
  137. package/styles/gantt/icons/_tailwind-dark.scss +0 -124
  138. 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.6.13",
3
+ "_id": "@syncfusion/ej2-angular-gantt@20.4.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-QL7xitZQfyTSkrglXKSo0LRv0N/DFDaSHaO/tP+gNQjXEg3hY9VDCFpR9Qjr6GEJPFjdm74+wgbA6eQcD40Y7g==",
5
+ "_integrity": "sha512-n1if2SxXAVYCQn68zfCZAaXLwSJJH1ZHAH/lm3XOYT+nYOUwVE3vzHRWA2uGz7L8MSYOxEuAHoGSQMLKXV/TvQ==",
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.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-20.6.13.tgz",
23
- "_shasum": "80781c7691959929234c4b674db94a1cbf7aecbf",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-20.4.38.tgz",
23
+ "_shasum": "9368b85e5e22df486a990bfbd6e5c5c54ece97ca",
24
24
  "_spec": "@syncfusion/ej2-angular-gantt@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,48 +31,24 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.4.38",
35
- "@syncfusion/ej2-base": "~20.4.38",
36
- "@syncfusion/ej2-gantt": "20.4.38",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~20.4.40",
35
+ "@syncfusion/ej2-base": "~20.4.40",
36
+ "@syncfusion/ej2-gantt": "20.4.40"
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",
58
- "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-gantt.js",
42
+ "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
- "ej2",
61
- "ej2-gantt",
62
- "syncfusion",
63
- "web-components",
64
- "gantt-chart",
65
- "gantt",
66
- "project",
67
- "timeline",
68
- "tasks",
69
44
  "angular",
70
- "ng-gantt",
71
- "ej2-angular-gantt",
72
- "ej2-ng-gantt"
45
+ "angular-gantt",
46
+ "angular-gantt-chart"
73
47
  ],
74
48
  "license": "SEE LICENSE IN license",
75
- "module": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
49
+ "main": "dist/ej2-angular-gantt.umd.js",
50
+ "metadata": "ej2-angular-gantt.metadata.json",
51
+ "module": "@syncfusion/ej2-angular-gantt.es5.js",
76
52
  "name": "@syncfusion/ej2-angular-gantt",
77
53
  "repository": {
78
54
  "type": "git",
@@ -80,6 +56,6 @@
80
56
  },
81
57
  "schematics": "./schematics/collection.json",
82
58
  "sideEffects": false,
83
- "typings": "syncfusion-ej2-angular-gantt.d.ts",
84
- "version": "20.4.39"
59
+ "typings": "ej2-angular-gantt.d.ts",
60
+ "version": "20.4.40-ngcc"
85
61
  }
@@ -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 });