@syncfusion/ej2-angular-schedule 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 (192) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +840 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +788 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1591 -0
  6. package/dist/ej2-angular-schedule.umd.js +971 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +2 -0
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  10. package/ej2-angular-schedule.d.ts +6 -0
  11. package/ej2-angular-schedule.metadata.json +1 -0
  12. package/package.json +68 -91
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +40 -0
  15. package/schematics/generators/schedule-agenda-views/index.d.ts +3 -0
  16. package/schematics/generators/schedule-agenda-views/index.js +8 -0
  17. package/schematics/generators/schedule-agenda-views/sample-details.d.ts +5 -0
  18. package/schematics/generators/schedule-agenda-views/sample-details.js +7 -0
  19. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  20. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  21. package/schematics/generators/schedule-agenda-views/schema.d.ts +3 -0
  22. package/schematics/generators/schedule-agenda-views/schema.js +2 -0
  23. package/schematics/generators/schedule-agenda-views/schema.json +125 -0
  24. package/schematics/generators/schedule-calendar-views/index.d.ts +3 -0
  25. package/schematics/generators/schedule-calendar-views/index.js +8 -0
  26. package/schematics/generators/schedule-calendar-views/sample-details.d.ts +5 -0
  27. package/schematics/generators/schedule-calendar-views/sample-details.js +7 -0
  28. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  29. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
  30. package/schematics/generators/schedule-calendar-views/schema.d.ts +3 -0
  31. package/schematics/generators/schedule-calendar-views/schema.js +2 -0
  32. package/schematics/generators/schedule-calendar-views/schema.json +125 -0
  33. package/schematics/generators/schedule-horizontal-grouping/index.d.ts +3 -0
  34. package/schematics/generators/schedule-horizontal-grouping/index.js +8 -0
  35. package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +5 -0
  36. package/schematics/generators/schedule-horizontal-grouping/sample-details.js +7 -0
  37. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +92 -0
  38. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +29 -0
  39. package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +3 -0
  40. package/schematics/generators/schedule-horizontal-grouping/schema.js +2 -0
  41. package/schematics/generators/schedule-horizontal-grouping/schema.json +125 -0
  42. package/schematics/generators/schedule-time-scale/index.d.ts +3 -0
  43. package/schematics/generators/schedule-time-scale/index.js +8 -0
  44. package/schematics/generators/schedule-time-scale/sample-details.d.ts +5 -0
  45. package/schematics/generators/schedule-time-scale/sample-details.js +7 -0
  46. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  47. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  48. package/schematics/generators/schedule-time-scale/schema.d.ts +3 -0
  49. package/schematics/generators/schedule-time-scale/schema.js +2 -0
  50. package/schematics/generators/schedule-time-scale/schema.json +125 -0
  51. package/schematics/generators/schedule-timeline-grouping/index.d.ts +3 -0
  52. package/schematics/generators/schedule-timeline-grouping/index.js +8 -0
  53. package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +5 -0
  54. package/schematics/generators/schedule-timeline-grouping/sample-details.js +7 -0
  55. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  56. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
  57. package/schematics/generators/schedule-timeline-grouping/schema.d.ts +3 -0
  58. package/schematics/generators/schedule-timeline-grouping/schema.js +2 -0
  59. package/schematics/generators/schedule-timeline-grouping/schema.json +125 -0
  60. package/schematics/generators/schedule-timeline-views/index.d.ts +3 -0
  61. package/schematics/generators/schedule-timeline-views/index.js +8 -0
  62. package/schematics/generators/schedule-timeline-views/sample-details.d.ts +5 -0
  63. package/schematics/generators/schedule-timeline-views/sample-details.js +7 -0
  64. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  65. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  66. package/schematics/generators/schedule-timeline-views/schema.d.ts +3 -0
  67. package/schematics/generators/schedule-timeline-views/schema.js +2 -0
  68. package/schematics/generators/schedule-timeline-views/schema.json +125 -0
  69. package/schematics/ng-add/index.d.ts +3 -0
  70. package/schematics/ng-add/index.js +9 -0
  71. package/schematics/ng-add/schema.d.ts +13 -0
  72. package/schematics/ng-add/schema.js +2 -0
  73. package/schematics/ng-add/schema.json +34 -0
  74. package/schematics/tsconfig.json +25 -0
  75. package/schematics/utils/lib-details.d.ts +4 -0
  76. package/schematics/utils/lib-details.js +6 -0
  77. package/schematics/utils/lib-details.ts +2 -2
  78. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  79. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  80. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  81. package/src/schedule/headerrows.directive.d.ts +0 -5
  82. package/src/schedule/resources.directive.d.ts +0 -5
  83. package/src/schedule/schedule-all.module.d.ts +0 -6
  84. package/src/schedule/schedule.component.d.ts +0 -3
  85. package/src/schedule/schedule.module.d.ts +0 -9
  86. package/src/schedule/views.directive.d.ts +0 -5
  87. package/styles/bootstrap4.css +1 -1
  88. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  89. package/styles/recurrence-editor/bootstrap.scss +1 -8
  90. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  91. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  92. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  93. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  94. package/styles/recurrence-editor/fabric.scss +1 -8
  95. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  96. package/styles/recurrence-editor/fluent.scss +1 -8
  97. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  98. package/styles/recurrence-editor/highcontrast.scss +1 -8
  99. package/styles/recurrence-editor/material-dark.scss +1 -8
  100. package/styles/recurrence-editor/material.scss +1 -8
  101. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  102. package/styles/recurrence-editor/tailwind.scss +1 -8
  103. package/styles/schedule/bootstrap-dark.scss +1 -16
  104. package/styles/schedule/bootstrap.scss +1 -16
  105. package/styles/schedule/bootstrap4.css +1 -1
  106. package/styles/schedule/bootstrap4.scss +1 -16
  107. package/styles/schedule/bootstrap5-dark.scss +1 -15
  108. package/styles/schedule/bootstrap5.scss +1 -16
  109. package/styles/schedule/fabric-dark.scss +1 -16
  110. package/styles/schedule/fabric.scss +1 -16
  111. package/styles/schedule/fluent-dark.scss +1 -15
  112. package/styles/schedule/fluent.scss +1 -16
  113. package/styles/schedule/highcontrast-light.scss +1 -16
  114. package/styles/schedule/highcontrast.scss +1 -16
  115. package/styles/schedule/material-dark.scss +1 -16
  116. package/styles/schedule/material.scss +1 -16
  117. package/styles/schedule/tailwind-dark.scss +1 -15
  118. package/styles/schedule/tailwind.scss +1 -16
  119. package/esm2020/public_api.mjs +0 -3
  120. package/esm2020/src/index.mjs +0 -11
  121. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  122. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  123. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  124. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  125. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  126. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  127. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  128. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  129. package/esm2020/src/schedule/views.directive.mjs +0 -126
  130. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  131. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  132. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  133. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  134. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  135. package/styles/recurrence-editor/_all.scss +0 -2
  136. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  137. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  138. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  139. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  140. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  141. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  142. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  143. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  144. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  145. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  146. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  147. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  148. package/styles/recurrence-editor/_layout.scss +0 -548
  149. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  150. package/styles/recurrence-editor/_material-definition.scss +0 -13
  151. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  152. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  153. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  154. package/styles/recurrence-editor/_theme.scss +0 -1
  155. package/styles/schedule/_all.scss +0 -2
  156. package/styles/schedule/_bootstrap-dark-definition.scss +0 -272
  157. package/styles/schedule/_bootstrap-definition.scss +0 -272
  158. package/styles/schedule/_bootstrap4-definition.scss +0 -275
  159. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  160. package/styles/schedule/_bootstrap5-definition.scss +0 -282
  161. package/styles/schedule/_fabric-dark-definition.scss +0 -271
  162. package/styles/schedule/_fabric-definition.scss +0 -272
  163. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  164. package/styles/schedule/_fluent-definition.scss +0 -277
  165. package/styles/schedule/_fusionnew-definition.scss +0 -281
  166. package/styles/schedule/_highcontrast-definition.scss +0 -273
  167. package/styles/schedule/_highcontrast-light-definition.scss +0 -273
  168. package/styles/schedule/_layout.scss +0 -4100
  169. package/styles/schedule/_material-dark-definition.scss +0 -272
  170. package/styles/schedule/_material-definition.scss +0 -272
  171. package/styles/schedule/_material3-definition.scss +0 -283
  172. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  173. package/styles/schedule/_tailwind-definition.scss +0 -274
  174. package/styles/schedule/_theme.scss +0 -545
  175. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  176. package/styles/schedule/icons/_bootstrap.scss +0 -231
  177. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  178. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  179. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  180. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  181. package/styles/schedule/icons/_fabric.scss +0 -231
  182. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  183. package/styles/schedule/icons/_fluent.scss +0 -231
  184. package/styles/schedule/icons/_fusionnew.scss +0 -231
  185. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  186. package/styles/schedule/icons/_highcontrast.scss +0 -231
  187. package/styles/schedule/icons/_material-dark.scss +0 -231
  188. package/styles/schedule/icons/_material.scss +0 -231
  189. package/styles/schedule/icons/_material3.scss +0 -231
  190. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  191. package/styles/schedule/icons/_tailwind.scss +0 -231
  192. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "schedule-timeline-grouping",
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": "schedule-timeline-grouping"
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 = 'schedule';
4
+ exports.sampleName = 'timeline-views';
5
+ exports.diModules = 'TimelineViewsService,TimelineMonthService,ResizeService,DragAndDropService';
6
+ exports.packageName = '@syncfusion/ej2-angular-schedule';
7
+ exports.libModules = 'ScheduleModule';
@@ -0,0 +1,14 @@
1
+ <div class="control-section">
2
+ <div class="content-wrapper">
3
+ <ejs-schedule #schedule height='650px' [selectedDate]="currentDate" [eventSettings]="eventSettings" [currentView]="currentView">
4
+ <e-views>
5
+ <e-view option="TimelineDay"></e-view>
6
+ <e-view option="TimelineWeek"></e-view>
7
+ <e-view option="TimelineWorkWeek"></e-view>
8
+ <e-view option="TimelineMonth"></e-view>
9
+ </e-views>
10
+ </ejs-schedule>
11
+ </div>
12
+ </div>
13
+
14
+
@@ -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": "schedule-timeline-views",
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": "schedule-timeline-views"
125
+ }
@@ -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;
@@ -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 });
@@ -0,0 +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
+ }
@@ -0,0 +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
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-schedule";
2
+ export declare const pkgVer = "^20.4.38";
3
+ export declare const moduleName = "ScheduleModule, RecurrenceEditorModule";
4
+ export declare const themeVer = "~20.4.38";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-schedule';
4
+ exports.pkgVer = '^20.4.38';
5
+ exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
6
+ exports.themeVer = '~20.4.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-schedule';
2
- export const pkgVer = '^20.5.7';
2
+ export const pkgVer = '^20.4.38';
3
3
  export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
4
- export const themeVer = '~20.5.7';
4
+ export const themeVer = '~20.4.38';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./recurrenceeditor.module";
4
1
  /**
5
2
  * NgModule definition for the RecurrenceEditor component with providers.
6
3
  */
7
4
  export declare class RecurrenceEditorAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceEditorAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RecurrenceEditorAllModule, never, [typeof i1.CommonModule, typeof i2.RecurrenceEditorModule], [typeof i2.RecurrenceEditorModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<RecurrenceEditorAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { RecurrenceEditor } from '@syncfusion/ej2-schedule';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -26,6 +25,4 @@ export declare class RecurrenceEditorComponent extends RecurrenceEditor implemen
26
25
  ngAfterContentChecked(): void;
27
26
  registerEvents: (eventList: string[]) => void;
28
27
  addTwoWay: (propList: string[]) => void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceEditorComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceEditorComponent, "ejs-recurrenceeditor", never, { "calendarMode": "calendarMode"; "cssClass": "cssClass"; "dateFormat": "dateFormat"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "firstDayOfWeek": "firstDayOfWeek"; "frequencies": "frequencies"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "selectedType": "selectedType"; "startDate": "startDate"; "value": "value"; }, { "change": "change"; }, never, never>;
31
28
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./recurrenceeditor.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the RecurrenceEditor component.
6
3
  */
7
4
  export declare class RecurrenceEditorModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceEditorModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RecurrenceEditorModule, [typeof i1.RecurrenceEditorComponent], [typeof i2.CommonModule], [typeof i1.RecurrenceEditorComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<RecurrenceEditorModule>;
11
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-header-rows` directive represent a header rows of the Schedule.
6
5
  * It must be contained in a Schedule component(`ejs-schedule`).
@@ -34,8 +33,6 @@ export declare class HeaderRowDirective extends ComplexBase<HeaderRowDirective>
34
33
  */
35
34
  template: any;
36
35
  constructor(viewContainerRef: ViewContainerRef);
37
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowDirective, never>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowDirective, "e-header-rows>e-header-row", never, { "option": "option"; "template": "template"; }, {}, ["template"]>;
39
36
  }
40
37
  /**
41
38
  * HeaderRow Array Directive
@@ -43,6 +40,4 @@ export declare class HeaderRowDirective extends ComplexBase<HeaderRowDirective>
43
40
  */
44
41
  export declare class HeaderRowsDirective extends ArrayBase<HeaderRowsDirective> {
45
42
  constructor();
46
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowsDirective, never>;
47
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowsDirective, "ejs-schedule>e-header-rows", never, {}, {}, ["children"]>;
48
43
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-resources` directive represent a resources of the Angular Schedule.
6
5
  * It must be contained in a Schedule component(`ejs-schedule`).
@@ -101,8 +100,6 @@ export declare class ResourceDirective extends ComplexBase<ResourceDirective> {
101
100
  */
102
101
  workDaysField: any;
103
102
  constructor(viewContainerRef: ViewContainerRef);
104
- static ɵfac: i0.ɵɵFactoryDeclaration<ResourceDirective, never>;
105
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResourceDirective, "e-resources>e-resource", never, { "allowMultiple": "allowMultiple"; "colorField": "colorField"; "cssClassField": "cssClassField"; "dataSource": "dataSource"; "endHourField": "endHourField"; "expandedField": "expandedField"; "field": "field"; "groupIDField": "groupIDField"; "idField": "idField"; "name": "name"; "query": "query"; "startHourField": "startHourField"; "textField": "textField"; "title": "title"; "workDaysField": "workDaysField"; }, {}, never>;
106
103
  }
107
104
  /**
108
105
  * Resource Array Directive
@@ -110,6 +107,4 @@ export declare class ResourceDirective extends ComplexBase<ResourceDirective> {
110
107
  */
111
108
  export declare class ResourcesDirective extends ArrayBase<ResourcesDirective> {
112
109
  constructor();
113
- static ɵfac: i0.ɵɵFactoryDeclaration<ResourcesDirective, never>;
114
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResourcesDirective, "ejs-schedule>e-resources", never, {}, {}, ["children"]>;
115
110
  }
@@ -1,7 +1,4 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./schedule.module";
5
2
  export declare const DayService: ValueProvider;
6
3
  export declare const WeekService: ValueProvider;
7
4
  export declare const WorkWeekService: ValueProvider;
@@ -22,7 +19,4 @@ export declare const PrintService: ValueProvider;
22
19
  * NgModule definition for the Schedule component with providers.
23
20
  */
24
21
  export declare class ScheduleAllModule {
25
- static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleAllModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScheduleAllModule, never, [typeof i1.CommonModule, typeof i2.ScheduleModule], [typeof i2.ScheduleModule]>;
27
- static ɵinj: i0.ɵɵInjectorDeclaration<ScheduleAllModule>;
28
22
  }
@@ -4,7 +4,6 @@ import { Schedule } from '@syncfusion/ej2-schedule';
4
4
  import { ViewsDirective } from './views.directive';
5
5
  import { ResourcesDirective } from './resources.directive';
6
6
  import { HeaderRowsDirective } from './headerrows.directive';
7
- import * as i0 from "@angular/core";
8
7
  export declare const inputs: string[];
9
8
  export declare const outputs: string[];
10
9
  export declare const twoWays: string[];
@@ -151,6 +150,4 @@ export declare class ScheduleComponent extends Schedule implements IComponentBas
151
150
  ngAfterContentChecked(): void;
152
151
  registerEvents: (eventList: string[]) => void;
153
152
  addTwoWay: (propList: string[]) => void;
154
- static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleComponent, never>;
155
- static ɵcmp: i0.ɵɵComponentDeclaration<ScheduleComponent, "ejs-schedule", never, { "agendaDaysCount": "agendaDaysCount"; "allowDragAndDrop": "allowDragAndDrop"; "allowInline": "allowInline"; "allowKeyboardInteraction": "allowKeyboardInteraction"; "allowMultiCellSelection": "allowMultiCellSelection"; "allowMultiDrag": "allowMultiDrag"; "allowMultiRowSelection": "allowMultiRowSelection"; "allowResizing": "allowResizing"; "allowSwiping": "allowSwiping"; "calendarMode": "calendarMode"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "cssClass": "cssClass"; "currentView": "currentView"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dateRangeTemplate": "dateRangeTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "editorTemplate": "editorTemplate"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAllDayScroll": "enableAllDayScroll"; "enablePersistence": "enablePersistence"; "enableRecurrenceValidation": "enableRecurrenceValidation"; "enableRtl": "enableRtl"; "endHour": "endHour"; "eventDragArea": "eventDragArea"; "eventSettings": "eventSettings"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "height": "height"; "hideEmptyAgendaDays": "hideEmptyAgendaDays"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "quickInfoOnSelectionEnd": "quickInfoOnSelectionEnd"; "quickInfoTemplates": "quickInfoTemplates"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "resources": "resources"; "rowAutoHeight": "rowAutoHeight"; "selectedDate": "selectedDate"; "showHeaderBar": "showHeaderBar"; "showQuickInfo": "showQuickInfo"; "showTimeIndicator": "showTimeIndicator"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "timezone": "timezone"; "timezoneDataSource": "timezoneDataSource"; "views": "views"; "weekRule": "weekRule"; "width": "width"; "workDays": "workDays"; "workHours": "workHours"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "cellClick": "cellClick"; "cellDoubleClick": "cellDoubleClick"; "created": "created"; "dataBinding": "dataBinding"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "eventClick": "eventClick"; "eventRendered": "eventRendered"; "hover": "hover"; "moreEventsClick": "moreEventsClick"; "navigating": "navigating"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "renderCell": "renderCell"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "select": "select"; "currentViewChange": "currentViewChange"; "selectedDateChange": "selectedDateChange"; }, ["dateHeaderTemplate", "dayHeaderTemplate", "cellTemplate", "cellHeaderTemplate", "eventSettings_tooltipTemplate", "eventSettings_template", "editorTemplate", "monthHeaderTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "quickInfoTemplates_header", "quickInfoTemplates_content", "quickInfoTemplates_footer", "group_headerTooltipTemplate", "childViews", "childResources", "childHeaderRows"], never>;
156
153
  }
@@ -1,14 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./schedule.component";
3
- import * as i2 from "./views.directive";
4
- import * as i3 from "./resources.directive";
5
- import * as i4 from "./headerrows.directive";
6
- import * as i5 from "@angular/common";
7
1
  /**
8
2
  * NgModule definition for the Schedule component.
9
3
  */
10
4
  export declare class ScheduleModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScheduleModule, [typeof i1.ScheduleComponent, typeof i2.ViewDirective, typeof i2.ViewsDirective, typeof i3.ResourceDirective, typeof i3.ResourcesDirective, typeof i4.HeaderRowDirective, typeof i4.HeaderRowsDirective], [typeof i5.CommonModule], [typeof i1.ScheduleComponent, typeof i2.ViewDirective, typeof i2.ViewsDirective, typeof i3.ResourceDirective, typeof i3.ResourcesDirective, typeof i4.HeaderRowDirective, typeof i4.HeaderRowsDirective]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<ScheduleModule>;
14
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-views` directive represent a view of the Angular Schedule.
6
5
  * It must be contained in a Schedule component(`ejs-schedule`).
@@ -236,8 +235,6 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
236
235
  timeScale_majorSlotTemplate: any;
237
236
  group_headerTooltipTemplate: any;
238
237
  constructor(viewContainerRef: ViewContainerRef);
239
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewDirective, never>;
240
- static ɵdir: i0.ɵɵDirectiveDeclaration<ViewDirective, "e-views>e-view", never, { "allowVirtualScrolling": "allowVirtualScrolling"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dateRangeTemplate": "dateRangeTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "displayDate": "displayDate"; "displayName": "displayName"; "endHour": "endHour"; "eventTemplate": "eventTemplate"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "interval": "interval"; "isSelected": "isSelected"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "numberOfWeeks": "numberOfWeeks"; "option": "option"; "orientation": "orientation"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "workDays": "workDays"; }, {}, ["dateHeaderTemplate", "dayHeaderTemplate", "cellHeaderTemplate", "cellTemplate", "eventTemplate", "monthHeaderTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "group_headerTooltipTemplate"]>;
241
238
  }
242
239
  /**
243
240
  * View Array Directive
@@ -245,6 +242,4 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
245
242
  */
246
243
  export declare class ViewsDirective extends ArrayBase<ViewsDirective> {
247
244
  constructor();
248
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewsDirective, never>;
249
- static ɵdir: i0.ɵɵDirectiveDeclaration<ViewsDirective, "ejs-schedule>e-views", never, {}, {}, ["children"]>;
250
245
  }
@@ -162,7 +162,7 @@
162
162
 
163
163
  .e-bigger .e-multi-select-wrapper .e-chips-close {
164
164
  height: 30px;
165
- width: auto;
165
+ width: 30px;
166
166
  }
167
167
 
168
168
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
@@ -1,8 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
6
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
7
- @import 'bootstrap-dark-definition.scss';
8
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/bootstrap-dark.scss';
@@ -1,8 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
6
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
7
- @import 'bootstrap-definition.scss';
8
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/bootstrap.scss';
@@ -1,8 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
6
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
7
- @import 'bootstrap4-definition.scss';
8
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/bootstrap4.scss';