@syncfusion/ej2-angular-schedule 20.2.40 → 20.2.43-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 (220) 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 +1508 -0
  6. package/dist/ej2-angular-schedule.umd.js +978 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +11 -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 +15 -29
  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/bootstrap-dark.css +5 -5
  88. package/styles/bootstrap.css +5 -5
  89. package/styles/bootstrap4.css +5 -5
  90. package/styles/bootstrap5-dark.css +5 -6
  91. package/styles/bootstrap5.css +5 -6
  92. package/styles/fabric-dark.css +5 -5
  93. package/styles/fabric.css +5 -5
  94. package/styles/fluent-dark.css +5 -5
  95. package/styles/fluent.css +5 -5
  96. package/styles/highcontrast-light.css +5 -5
  97. package/styles/highcontrast.css +5 -5
  98. package/styles/material-dark.css +5 -5
  99. package/styles/material.css +5 -5
  100. package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
  101. package/styles/recurrence-editor/bootstrap.scss +1 -3
  102. package/styles/recurrence-editor/bootstrap4.scss +1 -3
  103. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
  104. package/styles/recurrence-editor/bootstrap5.scss +1 -3
  105. package/styles/recurrence-editor/fabric-dark.scss +1 -3
  106. package/styles/recurrence-editor/fabric.scss +1 -3
  107. package/styles/recurrence-editor/fluent-dark.scss +1 -3
  108. package/styles/recurrence-editor/fluent.scss +1 -3
  109. package/styles/recurrence-editor/highcontrast-light.scss +1 -3
  110. package/styles/recurrence-editor/highcontrast.scss +1 -3
  111. package/styles/recurrence-editor/material-dark.scss +1 -3
  112. package/styles/recurrence-editor/material.scss +1 -3
  113. package/styles/recurrence-editor/tailwind-dark.scss +1 -3
  114. package/styles/recurrence-editor/tailwind.scss +1 -3
  115. package/styles/schedule/bootstrap-dark.css +5 -5
  116. package/styles/schedule/bootstrap-dark.scss +1 -5
  117. package/styles/schedule/bootstrap.css +5 -5
  118. package/styles/schedule/bootstrap.scss +1 -5
  119. package/styles/schedule/bootstrap4.css +5 -5
  120. package/styles/schedule/bootstrap4.scss +1 -5
  121. package/styles/schedule/bootstrap5-dark.css +5 -6
  122. package/styles/schedule/bootstrap5-dark.scss +1 -4
  123. package/styles/schedule/bootstrap5.css +5 -6
  124. package/styles/schedule/bootstrap5.scss +1 -5
  125. package/styles/schedule/fabric-dark.css +5 -5
  126. package/styles/schedule/fabric-dark.scss +1 -5
  127. package/styles/schedule/fabric.css +5 -5
  128. package/styles/schedule/fabric.scss +1 -5
  129. package/styles/schedule/fluent-dark.css +5 -5
  130. package/styles/schedule/fluent-dark.scss +1 -4
  131. package/styles/schedule/fluent.css +5 -5
  132. package/styles/schedule/fluent.scss +1 -5
  133. package/styles/schedule/highcontrast-light.css +5 -5
  134. package/styles/schedule/highcontrast-light.scss +1 -5
  135. package/styles/schedule/highcontrast.css +5 -5
  136. package/styles/schedule/highcontrast.scss +1 -5
  137. package/styles/schedule/material-dark.css +5 -5
  138. package/styles/schedule/material-dark.scss +1 -5
  139. package/styles/schedule/material.css +5 -5
  140. package/styles/schedule/material.scss +1 -5
  141. package/styles/schedule/tailwind-dark.css +5 -5
  142. package/styles/schedule/tailwind-dark.scss +1 -4
  143. package/styles/schedule/tailwind.css +5 -5
  144. package/styles/schedule/tailwind.scss +1 -5
  145. package/styles/tailwind-dark.css +5 -5
  146. package/styles/tailwind.css +5 -5
  147. package/esm2020/public_api.mjs +0 -3
  148. package/esm2020/src/index.mjs +0 -11
  149. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  150. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  151. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  152. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  153. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  154. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  155. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  156. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  157. package/esm2020/src/schedule/views.directive.mjs +0 -126
  158. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  159. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  160. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  161. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  162. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  163. package/styles/recurrence-editor/_all.scss +0 -2
  164. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -15
  165. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -15
  166. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -15
  167. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  168. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -15
  169. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -15
  170. package/styles/recurrence-editor/_fabric-definition.scss +0 -15
  171. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  172. package/styles/recurrence-editor/_fluent-definition.scss +0 -15
  173. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -15
  174. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -15
  175. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -15
  176. package/styles/recurrence-editor/_layout.scss +0 -542
  177. package/styles/recurrence-editor/_material-dark-definition.scss +0 -15
  178. package/styles/recurrence-editor/_material-definition.scss +0 -15
  179. package/styles/recurrence-editor/_material3-definition.scss +0 -15
  180. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  181. package/styles/recurrence-editor/_tailwind-definition.scss +0 -15
  182. package/styles/recurrence-editor/_theme.scss +0 -1
  183. package/styles/schedule/_all.scss +0 -2
  184. package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
  185. package/styles/schedule/_bootstrap-definition.scss +0 -213
  186. package/styles/schedule/_bootstrap4-definition.scss +0 -215
  187. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  188. package/styles/schedule/_bootstrap5-definition.scss +0 -224
  189. package/styles/schedule/_fabric-dark-definition.scss +0 -213
  190. package/styles/schedule/_fabric-definition.scss +0 -213
  191. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  192. package/styles/schedule/_fluent-definition.scss +0 -220
  193. package/styles/schedule/_fusionnew-definition.scss +0 -224
  194. package/styles/schedule/_highcontrast-definition.scss +0 -214
  195. package/styles/schedule/_highcontrast-light-definition.scss +0 -214
  196. package/styles/schedule/_layout.scss +0 -4465
  197. package/styles/schedule/_material-dark-definition.scss +0 -213
  198. package/styles/schedule/_material-definition.scss +0 -213
  199. package/styles/schedule/_material3-definition.scss +0 -224
  200. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  201. package/styles/schedule/_tailwind-definition.scss +0 -217
  202. package/styles/schedule/_theme.scss +0 -509
  203. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  204. package/styles/schedule/icons/_bootstrap.scss +0 -231
  205. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  206. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  207. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  208. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  209. package/styles/schedule/icons/_fabric.scss +0 -231
  210. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  211. package/styles/schedule/icons/_fluent.scss +0 -231
  212. package/styles/schedule/icons/_fusionnew.scss +0 -231
  213. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  214. package/styles/schedule/icons/_highcontrast.scss +0 -231
  215. package/styles/schedule/icons/_material-dark.scss +0 -231
  216. package/styles/schedule/icons/_material.scss +0 -231
  217. package/styles/schedule/icons/_material3.scss +0 -231
  218. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  219. package/styles/schedule/icons/_tailwind.scss +0 -231
  220. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -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.2.40";
3
+ export declare const moduleName = "ScheduleModule, RecurrenceEditorModule";
4
+ export declare const themeVer = "~20.2.40";
@@ -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.2.43';
5
+ exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
6
+ exports.themeVer = '~20.2.43';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-schedule';
2
- export const pkgVer = '^20.1.59';
2
+ export const pkgVer = '^20.2.43';
3
3
  export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
4
- export const themeVer = '~20.1.59';
4
+ export const themeVer = '~20.2.43';
@@ -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"; "calendarMode": "calendarMode"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "cssClass": "cssClass"; "currentView": "currentView"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "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`).
@@ -231,8 +230,6 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
231
230
  timeScale_majorSlotTemplate: any;
232
231
  group_headerTooltipTemplate: any;
233
232
  constructor(viewContainerRef: ViewContainerRef);
234
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewDirective, never>;
235
- static ɵdir: i0.ɵɵDirectiveDeclaration<ViewDirective, "e-views>e-view", never, { "allowVirtualScrolling": "allowVirtualScrolling"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "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"]>;
236
233
  }
237
234
  /**
238
235
  * View Array Directive
@@ -240,6 +237,4 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
240
237
  */
241
238
  export declare class ViewsDirective extends ArrayBase<ViewsDirective> {
242
239
  constructor();
243
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewsDirective, never>;
244
- static ɵdir: i0.ɵɵDirectiveDeclaration<ViewsDirective, "ejs-schedule>e-views", never, {}, {}, ["children"]>;
245
240
  }
@@ -411,7 +411,7 @@
411
411
  }
412
412
  .e-schedule .e-content-wrap,
413
413
  .e-schedule .e-scroll-container {
414
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
414
+ -webkit-overflow-scrolling: touch;
415
415
  overflow: auto;
416
416
  }
417
417
  .e-schedule .e-hide-childs > * {
@@ -586,7 +586,7 @@
586
586
  }
587
587
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
588
588
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
589
- height: 0 !important; /* stylelint-disable-line declaration-no-important */
589
+ height: 0 !important;
590
590
  }
591
591
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
592
592
  background: #0070f0;
@@ -1086,7 +1086,7 @@
1086
1086
  }
1087
1087
  .e-schedule .e-month-view .e-header-cells {
1088
1088
  cursor: default;
1089
- font-weight: normal;
1089
+ font-weight: 400;
1090
1090
  height: 30px;
1091
1091
  padding: 3px;
1092
1092
  }
@@ -1461,7 +1461,7 @@
1461
1461
  .e-schedule .e-timeline-year-view .e-left-indent,
1462
1462
  .e-schedule .e-timeline-year-view .e-header-cells {
1463
1463
  cursor: default;
1464
- font-weight: normal;
1464
+ font-weight: 400;
1465
1465
  height: 30px;
1466
1466
  padding: 0;
1467
1467
  text-align: center;
@@ -1984,7 +1984,7 @@
1984
1984
  }
1985
1985
  .e-schedule .e-month-agenda-view .e-header-cells {
1986
1986
  cursor: default;
1987
- font-weight: normal;
1987
+ font-weight: 400;
1988
1988
  height: 30px;
1989
1989
  padding: 5px;
1990
1990
  text-align: center;
@@ -409,7 +409,7 @@
409
409
  }
410
410
  .e-schedule .e-content-wrap,
411
411
  .e-schedule .e-scroll-container {
412
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
412
+ -webkit-overflow-scrolling: touch;
413
413
  overflow: auto;
414
414
  }
415
415
  .e-schedule .e-hide-childs > * {
@@ -584,7 +584,7 @@
584
584
  }
585
585
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
586
586
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
587
- height: 0 !important; /* stylelint-disable-line declaration-no-important */
587
+ height: 0 !important;
588
588
  }
589
589
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
590
590
  background: #317ab9;
@@ -1084,7 +1084,7 @@
1084
1084
  }
1085
1085
  .e-schedule .e-month-view .e-header-cells {
1086
1086
  cursor: default;
1087
- font-weight: normal;
1087
+ font-weight: 400;
1088
1088
  height: 30px;
1089
1089
  padding: 3px;
1090
1090
  }
@@ -1459,7 +1459,7 @@
1459
1459
  .e-schedule .e-timeline-year-view .e-left-indent,
1460
1460
  .e-schedule .e-timeline-year-view .e-header-cells {
1461
1461
  cursor: default;
1462
- font-weight: normal;
1462
+ font-weight: 400;
1463
1463
  height: 30px;
1464
1464
  padding: 0;
1465
1465
  text-align: center;
@@ -1982,7 +1982,7 @@
1982
1982
  }
1983
1983
  .e-schedule .e-month-agenda-view .e-header-cells {
1984
1984
  cursor: default;
1985
- font-weight: normal;
1985
+ font-weight: 400;
1986
1986
  height: 30px;
1987
1987
  padding: 5px;
1988
1988
  text-align: center;
@@ -407,7 +407,7 @@
407
407
  }
408
408
  .e-schedule .e-content-wrap,
409
409
  .e-schedule .e-scroll-container {
410
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
410
+ -webkit-overflow-scrolling: touch;
411
411
  overflow: auto;
412
412
  }
413
413
  .e-schedule .e-hide-childs > * {
@@ -581,7 +581,7 @@
581
581
  }
582
582
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
583
583
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
584
- height: 0 !important; /* stylelint-disable-line declaration-no-important */
584
+ height: 0 !important;
585
585
  }
586
586
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
587
587
  background: #007bff;
@@ -1086,7 +1086,7 @@
1086
1086
  }
1087
1087
  .e-schedule .e-month-view .e-header-cells {
1088
1088
  cursor: default;
1089
- font-weight: normal;
1089
+ font-weight: 400;
1090
1090
  height: 35px;
1091
1091
  padding: 8px;
1092
1092
  }
@@ -1464,7 +1464,7 @@
1464
1464
  .e-schedule .e-timeline-year-view .e-left-indent,
1465
1465
  .e-schedule .e-timeline-year-view .e-header-cells {
1466
1466
  cursor: default;
1467
- font-weight: normal;
1467
+ font-weight: 400;
1468
1468
  height: 35px;
1469
1469
  padding: 0;
1470
1470
  text-align: center;
@@ -1987,7 +1987,7 @@
1987
1987
  }
1988
1988
  .e-schedule .e-month-agenda-view .e-header-cells {
1989
1989
  cursor: default;
1990
- font-weight: normal;
1990
+ font-weight: 400;
1991
1991
  height: 35px;
1992
1992
  padding: 5px;
1993
1993
  text-align: center;
@@ -1,5 +1,4 @@
1
1
  /*! Schedule's bootstrap5 theme wise override definitions and variables */
2
- /* stylelint-disable */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e765";
5
4
  }
@@ -415,7 +414,7 @@
415
414
  }
416
415
  .e-schedule .e-content-wrap,
417
416
  .e-schedule .e-scroll-container {
418
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
417
+ -webkit-overflow-scrolling: touch;
419
418
  overflow: auto;
420
419
  }
421
420
  .e-schedule .e-hide-childs > * {
@@ -590,7 +589,7 @@
590
589
  }
591
590
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
592
591
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
593
- height: 0 !important; /* stylelint-disable-line declaration-no-important */
592
+ height: 0 !important;
594
593
  }
595
594
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
596
595
  background: #0d6efd;
@@ -1094,7 +1093,7 @@
1094
1093
  }
1095
1094
  .e-schedule .e-month-view .e-header-cells {
1096
1095
  cursor: default;
1097
- font-weight: normal;
1096
+ font-weight: 400;
1098
1097
  height: 34px;
1099
1098
  padding: 8px;
1100
1099
  }
@@ -1470,7 +1469,7 @@
1470
1469
  .e-schedule .e-timeline-year-view .e-left-indent,
1471
1470
  .e-schedule .e-timeline-year-view .e-header-cells {
1472
1471
  cursor: default;
1473
- font-weight: normal;
1472
+ font-weight: 400;
1474
1473
  height: 34px;
1475
1474
  padding: 0;
1476
1475
  text-align: center;
@@ -1994,7 +1993,7 @@
1994
1993
  }
1995
1994
  .e-schedule .e-month-agenda-view .e-header-cells {
1996
1995
  cursor: default;
1997
- font-weight: normal;
1996
+ font-weight: 400;
1998
1997
  height: 34px;
1999
1998
  padding: 5px;
2000
1999
  text-align: center;