@syncfusion/ej2-angular-gantt 22.1.34-ngcc → 22.1.34

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 (143) hide show
  1. package/README.md +60 -130
  2. package/esm2020/public_api.mjs +3 -0
  3. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  4. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  5. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  6. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  7. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  8. package/esm2020/src/gantt/gantt-all.module.mjs +68 -0
  9. package/esm2020/src/gantt/gantt.component.mjs +248 -0
  10. package/esm2020/src/gantt/gantt.module.mjs +79 -0
  11. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  12. package/esm2020/src/index.mjs +11 -0
  13. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +724 -0
  15. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +724 -0
  17. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  18. package/package.json +39 -15
  19. package/schematics/utils/lib-details.ts +2 -2
  20. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  21. package/src/gantt/columns.directive.d.ts +7 -4
  22. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  23. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  24. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  25. package/src/gantt/gantt-all.module.d.ts +6 -1
  26. package/src/gantt/gantt.component.d.ts +3 -3
  27. package/src/gantt/gantt.module.d.ts +12 -0
  28. package/src/gantt/holidays.directive.d.ts +5 -0
  29. package/src/index.d.ts +1 -1
  30. package/styles/gantt/_all.scss +2 -0
  31. package/styles/gantt/_bootstrap-dark-definition.scss +215 -0
  32. package/styles/gantt/_bootstrap-definition.scss +215 -0
  33. package/styles/gantt/_bootstrap4-definition.scss +217 -0
  34. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  35. package/styles/gantt/_bootstrap5-definition.scss +219 -0
  36. package/styles/gantt/_fabric-dark-definition.scss +215 -0
  37. package/styles/gantt/_fabric-definition.scss +215 -0
  38. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  39. package/styles/gantt/_fluent-definition.scss +219 -0
  40. package/styles/gantt/_fusionnew-definition.scss +218 -0
  41. package/styles/gantt/_highcontrast-definition.scss +215 -0
  42. package/styles/gantt/_highcontrast-light-definition.scss +215 -0
  43. package/styles/gantt/_layout.scss +1730 -0
  44. package/styles/gantt/_material-dark-definition.scss +216 -0
  45. package/styles/gantt/_material-definition.scss +216 -0
  46. package/styles/gantt/_material3-dark-definition.scss +1 -0
  47. package/styles/gantt/_material3-definition.scss +220 -0
  48. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  49. package/styles/gantt/_tailwind-definition.scss +219 -0
  50. package/styles/gantt/_theme.scss +734 -0
  51. package/styles/gantt/bootstrap-dark.scss +22 -1
  52. package/styles/gantt/bootstrap.scss +22 -1
  53. package/styles/gantt/bootstrap4.scss +22 -1
  54. package/styles/gantt/bootstrap5-dark.scss +22 -1
  55. package/styles/gantt/bootstrap5.scss +22 -1
  56. package/styles/gantt/fabric-dark.scss +22 -1
  57. package/styles/gantt/fabric.scss +22 -1
  58. package/styles/gantt/fluent-dark.scss +22 -1
  59. package/styles/gantt/fluent.scss +22 -1
  60. package/styles/gantt/highcontrast-light.scss +21 -1
  61. package/styles/gantt/highcontrast.scss +22 -1
  62. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  63. package/styles/gantt/icons/_bootstrap.scss +124 -0
  64. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  65. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  66. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  67. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  68. package/styles/gantt/icons/_fabric.scss +124 -0
  69. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  70. package/styles/gantt/icons/_fluent.scss +124 -0
  71. package/styles/gantt/icons/_fusionnew.scss +120 -0
  72. package/styles/gantt/icons/_highcontrast.scss +124 -0
  73. package/styles/gantt/icons/_material-dark.scss +124 -0
  74. package/styles/gantt/icons/_material.scss +124 -0
  75. package/styles/gantt/icons/_material3-dark.scss +1 -0
  76. package/styles/gantt/icons/_material3.scss +124 -0
  77. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  78. package/styles/gantt/icons/_tailwind.scss +124 -0
  79. package/styles/gantt/material-dark.scss +22 -1
  80. package/styles/gantt/material.scss +22 -1
  81. package/styles/gantt/material3-dark.scss +22 -1
  82. package/styles/gantt/material3.scss +22 -1
  83. package/styles/gantt/tailwind-dark.scss +22 -1
  84. package/styles/gantt/tailwind.scss +22 -1
  85. package/styles/material3-dark.scss +1 -0
  86. package/styles/material3.scss +1 -0
  87. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  88. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  89. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  90. package/@syncfusion/ej2-angular-gantt.js +0 -764
  91. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  92. package/CHANGELOG.md +0 -1825
  93. package/dist/ej2-angular-gantt.umd.js +0 -925
  94. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  95. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  96. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  97. package/ej2-angular-gantt.metadata.json +0 -1
  98. package/postinstall/tagchange.js +0 -18
  99. package/schematics/collection.json +0 -30
  100. package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
  101. package/schematics/generators/gantt-daymarkers/index.js +0 -8
  102. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
  103. package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
  104. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  105. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  106. package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
  107. package/schematics/generators/gantt-daymarkers/schema.js +0 -2
  108. package/schematics/generators/gantt-daymarkers/schema.json +0 -125
  109. package/schematics/generators/gantt-default/index.d.ts +0 -3
  110. package/schematics/generators/gantt-default/index.js +0 -8
  111. package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
  112. package/schematics/generators/gantt-default/sample-details.js +0 -7
  113. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  114. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  115. package/schematics/generators/gantt-default/schema.d.ts +0 -3
  116. package/schematics/generators/gantt-default/schema.js +0 -2
  117. package/schematics/generators/gantt-default/schema.json +0 -125
  118. package/schematics/generators/gantt-editing/index.d.ts +0 -3
  119. package/schematics/generators/gantt-editing/index.js +0 -8
  120. package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
  121. package/schematics/generators/gantt-editing/sample-details.js +0 -7
  122. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  123. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  124. package/schematics/generators/gantt-editing/schema.d.ts +0 -3
  125. package/schematics/generators/gantt-editing/schema.js +0 -2
  126. package/schematics/generators/gantt-editing/schema.json +0 -125
  127. package/schematics/generators/gantt-localdata/index.d.ts +0 -3
  128. package/schematics/generators/gantt-localdata/index.js +0 -8
  129. package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
  130. package/schematics/generators/gantt-localdata/sample-details.js +0 -7
  131. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  132. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  133. package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
  134. package/schematics/generators/gantt-localdata/schema.js +0 -2
  135. package/schematics/generators/gantt-localdata/schema.json +0 -125
  136. package/schematics/ng-add/index.d.ts +0 -3
  137. package/schematics/ng-add/index.js +0 -9
  138. package/schematics/ng-add/schema.d.ts +0 -13
  139. package/schematics/ng-add/schema.js +0 -2
  140. package/schematics/ng-add/schema.json +0 -34
  141. package/schematics/tsconfig.json +0 -25
  142. package/schematics/utils/lib-details.d.ts +0 -4
  143. package/schematics/utils/lib-details.js +0 -6
@@ -1,30 +0,0 @@
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
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
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;
@@ -1,5 +0,0 @@
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;
@@ -1,7 +0,0 @@
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';
@@ -1,9 +0,0 @@
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
- }
@@ -1,6 +0,0 @@
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
-
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
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
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
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;
@@ -1,5 +0,0 @@
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;
@@ -1,7 +0,0 @@
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';
@@ -1,5 +0,0 @@
1
-
2
- .control-section {
3
- overflow: auto;
4
- padding-bottom: 10px;
5
- }
@@ -1,4 +0,0 @@
1
- <div class="control-section">
2
- <ejs-gantt [dataSource]='data' height='350'>
3
- </ejs-gantt>
4
- </div>
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
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
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
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;
@@ -1,5 +0,0 @@
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;
@@ -1,7 +0,0 @@
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';
@@ -1,4 +0,0 @@
1
- .control-section {
2
- overflow: auto;
3
- padding-bottom: 10px;
4
- }
@@ -1,5 +0,0 @@
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
-
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "gantt-editing",
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-editing"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
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;
@@ -1,5 +0,0 @@
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;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'gantt';
4
- exports.sampleName = 'localdata';
5
- exports.diModules = null;
6
- exports.packageName = '@syncfusion/ej2-angular-gantt';
7
- exports.libModules = 'GanttModule';
@@ -1,4 +0,0 @@
1
- .control-section {
2
- overflow: auto;
3
- padding-bottom: 10px;
4
- }
@@ -1,5 +0,0 @@
1
- <div class="control-section">
2
- <!-- Gantt element -->
3
- <ejs-gantt id="ganttDefault" height="430px" [dataSource]="data" [taskFields]="taskSettings">
4
- </ejs-gantt>
5
- </div>
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });