@syncfusion/ej2-angular-schedule 20.2.50 → 20.3.47-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 (235) 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 +1532 -0
  6. package/dist/ej2-angular-schedule.umd.js +980 -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 +50 -33
  88. package/styles/bootstrap.css +50 -33
  89. package/styles/bootstrap4.css +50 -33
  90. package/styles/bootstrap5-dark.css +51 -38
  91. package/styles/bootstrap5.css +51 -38
  92. package/styles/fabric-dark.css +50 -33
  93. package/styles/fabric.css +50 -33
  94. package/styles/fluent-dark.css +52 -39
  95. package/styles/fluent.css +52 -39
  96. package/styles/highcontrast-light.css +50 -33
  97. package/styles/highcontrast.css +50 -33
  98. package/styles/material-dark.css +50 -33
  99. package/styles/material.css +50 -33
  100. package/styles/recurrence-editor/bootstrap-dark.css +21 -27
  101. package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
  102. package/styles/recurrence-editor/bootstrap.css +21 -27
  103. package/styles/recurrence-editor/bootstrap.scss +1 -3
  104. package/styles/recurrence-editor/bootstrap4.css +21 -27
  105. package/styles/recurrence-editor/bootstrap4.scss +1 -3
  106. package/styles/recurrence-editor/bootstrap5-dark.css +21 -27
  107. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
  108. package/styles/recurrence-editor/bootstrap5.css +21 -27
  109. package/styles/recurrence-editor/bootstrap5.scss +1 -3
  110. package/styles/recurrence-editor/fabric-dark.css +21 -27
  111. package/styles/recurrence-editor/fabric-dark.scss +1 -3
  112. package/styles/recurrence-editor/fabric.css +21 -27
  113. package/styles/recurrence-editor/fabric.scss +1 -3
  114. package/styles/recurrence-editor/fluent-dark.css +21 -27
  115. package/styles/recurrence-editor/fluent-dark.scss +1 -3
  116. package/styles/recurrence-editor/fluent.css +21 -27
  117. package/styles/recurrence-editor/fluent.scss +1 -3
  118. package/styles/recurrence-editor/highcontrast-light.css +21 -27
  119. package/styles/recurrence-editor/highcontrast-light.scss +1 -3
  120. package/styles/recurrence-editor/highcontrast.css +21 -27
  121. package/styles/recurrence-editor/highcontrast.scss +1 -3
  122. package/styles/recurrence-editor/material-dark.css +21 -27
  123. package/styles/recurrence-editor/material-dark.scss +1 -3
  124. package/styles/recurrence-editor/material.css +21 -27
  125. package/styles/recurrence-editor/material.scss +1 -3
  126. package/styles/recurrence-editor/tailwind-dark.css +21 -27
  127. package/styles/recurrence-editor/tailwind-dark.scss +1 -3
  128. package/styles/recurrence-editor/tailwind.css +21 -27
  129. package/styles/recurrence-editor/tailwind.scss +1 -3
  130. package/styles/schedule/bootstrap-dark.css +29 -6
  131. package/styles/schedule/bootstrap-dark.scss +1 -5
  132. package/styles/schedule/bootstrap.css +29 -6
  133. package/styles/schedule/bootstrap.scss +1 -5
  134. package/styles/schedule/bootstrap4.css +29 -6
  135. package/styles/schedule/bootstrap4.scss +1 -5
  136. package/styles/schedule/bootstrap5-dark.css +30 -11
  137. package/styles/schedule/bootstrap5-dark.scss +1 -4
  138. package/styles/schedule/bootstrap5.css +30 -11
  139. package/styles/schedule/bootstrap5.scss +1 -5
  140. package/styles/schedule/fabric-dark.css +29 -6
  141. package/styles/schedule/fabric-dark.scss +1 -5
  142. package/styles/schedule/fabric.css +29 -6
  143. package/styles/schedule/fabric.scss +1 -5
  144. package/styles/schedule/fluent-dark.css +31 -12
  145. package/styles/schedule/fluent-dark.scss +1 -4
  146. package/styles/schedule/fluent.css +31 -12
  147. package/styles/schedule/fluent.scss +1 -5
  148. package/styles/schedule/highcontrast-light.css +29 -6
  149. package/styles/schedule/highcontrast-light.scss +1 -5
  150. package/styles/schedule/highcontrast.css +29 -6
  151. package/styles/schedule/highcontrast.scss +1 -5
  152. package/styles/schedule/material-dark.css +29 -6
  153. package/styles/schedule/material-dark.scss +1 -5
  154. package/styles/schedule/material.css +29 -6
  155. package/styles/schedule/material.scss +1 -5
  156. package/styles/schedule/tailwind-dark.css +29 -6
  157. package/styles/schedule/tailwind-dark.scss +1 -4
  158. package/styles/schedule/tailwind.css +29 -6
  159. package/styles/schedule/tailwind.scss +1 -5
  160. package/styles/tailwind-dark.css +50 -33
  161. package/styles/tailwind.css +50 -33
  162. package/esm2020/public_api.mjs +0 -3
  163. package/esm2020/src/index.mjs +0 -11
  164. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  165. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  166. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  167. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  168. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  169. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  170. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  171. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  172. package/esm2020/src/schedule/views.directive.mjs +0 -126
  173. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  174. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  175. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  176. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  177. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  178. package/styles/recurrence-editor/_all.scss +0 -2
  179. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -15
  180. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -15
  181. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -15
  182. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  183. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -15
  184. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -16
  185. package/styles/recurrence-editor/_fabric-definition.scss +0 -15
  186. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  187. package/styles/recurrence-editor/_fluent-definition.scss +0 -15
  188. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -15
  189. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -15
  190. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -15
  191. package/styles/recurrence-editor/_layout.scss +0 -544
  192. package/styles/recurrence-editor/_material-dark-definition.scss +0 -15
  193. package/styles/recurrence-editor/_material-definition.scss +0 -15
  194. package/styles/recurrence-editor/_material3-definition.scss +0 -15
  195. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  196. package/styles/recurrence-editor/_tailwind-definition.scss +0 -15
  197. package/styles/recurrence-editor/_theme.scss +0 -1
  198. package/styles/schedule/_all.scss +0 -2
  199. package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
  200. package/styles/schedule/_bootstrap-definition.scss +0 -213
  201. package/styles/schedule/_bootstrap4-definition.scss +0 -216
  202. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  203. package/styles/schedule/_bootstrap5-definition.scss +0 -224
  204. package/styles/schedule/_fabric-dark-definition.scss +0 -213
  205. package/styles/schedule/_fabric-definition.scss +0 -213
  206. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  207. package/styles/schedule/_fluent-definition.scss +0 -220
  208. package/styles/schedule/_fusionnew-definition.scss +0 -224
  209. package/styles/schedule/_highcontrast-definition.scss +0 -214
  210. package/styles/schedule/_highcontrast-light-definition.scss +0 -214
  211. package/styles/schedule/_layout.scss +0 -4464
  212. package/styles/schedule/_material-dark-definition.scss +0 -213
  213. package/styles/schedule/_material-definition.scss +0 -213
  214. package/styles/schedule/_material3-definition.scss +0 -224
  215. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  216. package/styles/schedule/_tailwind-definition.scss +0 -217
  217. package/styles/schedule/_theme.scss +0 -508
  218. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  219. package/styles/schedule/icons/_bootstrap.scss +0 -231
  220. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  221. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  222. package/styles/schedule/icons/_bootstrap5.scss +0 -232
  223. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  224. package/styles/schedule/icons/_fabric.scss +0 -231
  225. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  226. package/styles/schedule/icons/_fluent.scss +0 -232
  227. package/styles/schedule/icons/_fusionnew.scss +0 -232
  228. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  229. package/styles/schedule/icons/_highcontrast.scss +0 -231
  230. package/styles/schedule/icons/_material-dark.scss +0 -231
  231. package/styles/schedule/icons/_material.scss +0 -231
  232. package/styles/schedule/icons/_material3.scss +0 -232
  233. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  234. package/styles/schedule/icons/_tailwind.scss +0 -232
  235. 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 = "^19.21.4";
3
+ export declare const moduleName = "ScheduleModule, RecurrenceEditorModule";
4
+ export declare const themeVer = "~19.21.4";
@@ -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.3.47';
5
+ exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
6
+ exports.themeVer = '~20.3.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-schedule';
2
- export const pkgVer = '^20.2.45';
2
+ export const pkgVer = '^20.3.47';
3
3
  export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
4
- export const themeVer = '~20.2.45';
4
+ export const themeVer = '~20.3.47';
@@ -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;
414
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
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;
589
+ height: 0 !important; /* stylelint-disable-line declaration-no-important */
590
590
  }
591
591
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
592
592
  background: #0070f0;
@@ -798,6 +798,13 @@
798
798
  .e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
799
799
  background-color: rgba(0, 0, 0, 0.08);
800
800
  }
801
+ .e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
802
+ background-color: rgba(0, 0, 0, 0.08);
803
+ box-shadow: inset 0 0 0 8px #2a2a2a;
804
+ }
805
+ .e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
806
+ background-color: rgba(0, 0, 0, 0.08);
807
+ }
801
808
  .e-schedule .e-vertical-view .e-current-time {
802
809
  font-size: 11px;
803
810
  }
@@ -1086,7 +1093,7 @@
1086
1093
  }
1087
1094
  .e-schedule .e-month-view .e-header-cells {
1088
1095
  cursor: default;
1089
- font-weight: 400;
1096
+ font-weight: normal;
1090
1097
  height: 30px;
1091
1098
  padding: 3px;
1092
1099
  }
@@ -1114,6 +1121,13 @@
1114
1121
  .e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
1115
1122
  background-color: rgba(0, 0, 0, 0.08);
1116
1123
  }
1124
+ .e-schedule .e-month-view.e-virtual-mask .e-work-cells {
1125
+ background-color: rgba(0, 0, 0, 0.08);
1126
+ box-shadow: inset 0 0 0 8px #2a2a2a;
1127
+ }
1128
+ .e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
1129
+ background-color: rgba(0, 0, 0, 0.08);
1130
+ }
1117
1131
  .e-schedule .e-month-view .e-date-header {
1118
1132
  cursor: pointer;
1119
1133
  display: table;
@@ -1461,7 +1475,7 @@
1461
1475
  .e-schedule .e-timeline-year-view .e-left-indent,
1462
1476
  .e-schedule .e-timeline-year-view .e-header-cells {
1463
1477
  cursor: default;
1464
- font-weight: 400;
1478
+ font-weight: normal;
1465
1479
  height: 30px;
1466
1480
  padding: 0;
1467
1481
  text-align: center;
@@ -1865,9 +1879,14 @@
1865
1879
  .e-schedule .e-timeline-month-view .e-content-wrap table col {
1866
1880
  width: 70px;
1867
1881
  }
1882
+ .e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
1883
+ transform: translateX(0);
1884
+ }
1885
+ .e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
1886
+ transform: translateY(0);
1887
+ }
1868
1888
  .e-schedule .e-virtual-scroll .e-content-table {
1869
1889
  position: absolute;
1870
- transform: translateY(0);
1871
1890
  }
1872
1891
  .e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
1873
1892
  position: relative;
@@ -1984,7 +2003,7 @@
1984
2003
  }
1985
2004
  .e-schedule .e-month-agenda-view .e-header-cells {
1986
2005
  cursor: default;
1987
- font-weight: 400;
2006
+ font-weight: normal;
1988
2007
  height: 30px;
1989
2008
  padding: 5px;
1990
2009
  text-align: center;
@@ -3729,6 +3748,9 @@
3729
3748
  .e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
3730
3749
  border-right-width: 0;
3731
3750
  }
3751
+ .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
3752
+ text-align: right;
3753
+ }
3732
3754
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
3733
3755
  .e-schedule.e-rtl .e-vertical-view .e-work-cells {
3734
3756
  border-width: 0 1px 1px 0;
@@ -3746,6 +3768,7 @@
3746
3768
  border-right-width: 0;
3747
3769
  }
3748
3770
  .e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
3771
+ text-align: right;
3749
3772
  border-width: 0 1px 1px 0;
3750
3773
  }
3751
3774
  .e-schedule.e-rtl .e-month-view .e-work-cells,
@@ -3839,7 +3862,7 @@
3839
3862
  .e-recurrenceeditor .e-recurrence-table .e-week-position {
3840
3863
  min-width: 98px;
3841
3864
  position: relative;
3842
- right: 27px;
3865
+ right: 20px;
3843
3866
  }
3844
3867
  .e-recurrenceeditor .e-recurrence-table .e-day-position {
3845
3868
  min-width: 120px;
@@ -3885,8 +3908,8 @@
3885
3908
  right: 10px;
3886
3909
  }
3887
3910
  .e-recurrenceeditor.e-rtl .e-week-position {
3888
- position: relative;
3889
- right: -27px;
3911
+ left: 20px;
3912
+ right: 0;
3890
3913
  }
3891
3914
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
3892
3915
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
@@ -3905,7 +3928,7 @@
3905
3928
  padding-right: 8px;
3906
3929
  }
3907
3930
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
3908
- width: 0;
3931
+ width: 30px;
3909
3932
  }
3910
3933
  .e-recurrenceeditor .e-days .e-week-expander-label {
3911
3934
  font-size: 12px;
@@ -3985,9 +4008,6 @@
3985
4008
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
3986
4009
  padding: 0 0 10px 12px;
3987
4010
  }
3988
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
3989
- right: 24px;
3990
- }
3991
4011
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
3992
4012
  padding-bottom: 6px;
3993
4013
  }
@@ -3995,9 +4015,8 @@
3995
4015
  padding-left: 70px;
3996
4016
  }
3997
4017
  .e-bigger .e-recurrenceeditor .e-week-position {
3998
- min-width: 162px;
3999
- padding-left: 55px;
4000
- padding-right: 0;
4018
+ min-width: 130px;
4019
+ right: 0;
4001
4020
  }
4002
4021
  .e-bigger .e-recurrenceeditor .e-day-position {
4003
4022
  min-width: 190px;
@@ -4030,7 +4049,7 @@
4030
4049
  margin-bottom: 11px;
4031
4050
  }
4032
4051
  .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4033
- width: 0;
4052
+ width: 30px;
4034
4053
  }
4035
4054
  .e-bigger .e-recurrenceeditor .e-days button {
4036
4055
  height: 40px;
@@ -4044,7 +4063,8 @@
4044
4063
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
4045
4064
  padding: 0 12px 10px 0;
4046
4065
  }
4047
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
4066
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
4067
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4048
4068
  padding-left: 0;
4049
4069
  padding-right: 64px;
4050
4070
  }
@@ -4065,10 +4085,7 @@
4065
4085
  padding-right: 12px;
4066
4086
  }
4067
4087
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
4068
- right: 33px;
4069
- }
4070
- .e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
4071
- padding-left: 46px;
4088
+ left: 0;
4072
4089
  }
4073
4090
 
4074
4091
  .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
@@ -4115,6 +4132,13 @@
4115
4132
  .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
4116
4133
  padding-right: 0;
4117
4134
  }
4135
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
4136
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
4137
+ padding-left: 20px;
4138
+ }
4139
+ .e-device .e-recurrenceeditor .e-week-position {
4140
+ right: 0;
4141
+ }
4118
4142
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
4119
4143
  padding-right: 0;
4120
4144
  }
@@ -4126,19 +4150,12 @@
4126
4150
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
4127
4151
  padding-left: 0;
4128
4152
  }
4129
- .e-device .e-recurrenceeditor.e-rtl .e-week-position {
4130
- padding-left: 16px;
4131
- padding-right: 0;
4132
- }
4133
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
4134
- padding-left: 20px;
4135
- }
4136
- .e-device .e-recurrenceeditor .e-week-position {
4153
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4154
+ padding-right: 20px;
4137
4155
  padding-left: 0;
4138
- padding-right: 0;
4139
4156
  }
4140
- .e-device .e-recurrenceeditor .e-week-position {
4141
- padding-left: 0;
4157
+ .e-device .e-recurrenceeditor.e-rtl .e-week-position {
4158
+ left: 0;
4142
4159
  }
4143
4160
  .e-device.e-recurrence-dialog .e-dlg-header-content {
4144
4161
  background: none;