@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.
- package/@syncfusion/ej2-angular-schedule.es5.js +840 -0
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-schedule.js +788 -0
- package/@syncfusion/ej2-angular-schedule.js.map +1 -0
- package/CHANGELOG.md +1508 -0
- package/dist/ej2-angular-schedule.umd.js +978 -0
- package/dist/ej2-angular-schedule.umd.js.map +1 -0
- package/dist/ej2-angular-schedule.umd.min.js +11 -0
- package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
- package/ej2-angular-schedule.d.ts +6 -0
- package/ej2-angular-schedule.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +40 -0
- package/schematics/generators/schedule-agenda-views/index.d.ts +3 -0
- package/schematics/generators/schedule-agenda-views/index.js +8 -0
- package/schematics/generators/schedule-agenda-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-agenda-views/sample-details.js +7 -0
- package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/schedule-agenda-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-agenda-views/schema.js +2 -0
- package/schematics/generators/schedule-agenda-views/schema.json +125 -0
- package/schematics/generators/schedule-calendar-views/index.d.ts +3 -0
- package/schematics/generators/schedule-calendar-views/index.js +8 -0
- package/schematics/generators/schedule-calendar-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-calendar-views/sample-details.js +7 -0
- package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/schedule-calendar-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-calendar-views/schema.js +2 -0
- package/schematics/generators/schedule-calendar-views/schema.json +125 -0
- package/schematics/generators/schedule-horizontal-grouping/index.d.ts +3 -0
- package/schematics/generators/schedule-horizontal-grouping/index.js +8 -0
- package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-horizontal-grouping/sample-details.js +7 -0
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +92 -0
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +29 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +3 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.js +2 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.json +125 -0
- package/schematics/generators/schedule-time-scale/index.d.ts +3 -0
- package/schematics/generators/schedule-time-scale/index.js +8 -0
- package/schematics/generators/schedule-time-scale/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-time-scale/sample-details.js +7 -0
- package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/schedule-time-scale/schema.d.ts +3 -0
- package/schematics/generators/schedule-time-scale/schema.js +2 -0
- package/schematics/generators/schedule-time-scale/schema.json +125 -0
- package/schematics/generators/schedule-timeline-grouping/index.d.ts +3 -0
- package/schematics/generators/schedule-timeline-grouping/index.js +8 -0
- package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-timeline-grouping/sample-details.js +7 -0
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
- package/schematics/generators/schedule-timeline-grouping/schema.d.ts +3 -0
- package/schematics/generators/schedule-timeline-grouping/schema.js +2 -0
- package/schematics/generators/schedule-timeline-grouping/schema.json +125 -0
- package/schematics/generators/schedule-timeline-views/index.d.ts +3 -0
- package/schematics/generators/schedule-timeline-views/index.js +8 -0
- package/schematics/generators/schedule-timeline-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-timeline-views/sample-details.js +7 -0
- package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
- package/schematics/generators/schedule-timeline-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-timeline-views/schema.js +2 -0
- package/schematics/generators/schedule-timeline-views/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
- package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
- package/src/schedule/headerrows.directive.d.ts +0 -5
- package/src/schedule/resources.directive.d.ts +0 -5
- package/src/schedule/schedule-all.module.d.ts +0 -6
- package/src/schedule/schedule.component.d.ts +0 -3
- package/src/schedule/schedule.module.d.ts +0 -9
- package/src/schedule/views.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +5 -5
- package/styles/bootstrap.css +5 -5
- package/styles/bootstrap4.css +5 -5
- package/styles/bootstrap5-dark.css +5 -6
- package/styles/bootstrap5.css +5 -6
- package/styles/fabric-dark.css +5 -5
- package/styles/fabric.css +5 -5
- package/styles/fluent-dark.css +5 -5
- package/styles/fluent.css +5 -5
- package/styles/highcontrast-light.css +5 -5
- package/styles/highcontrast.css +5 -5
- package/styles/material-dark.css +5 -5
- package/styles/material.css +5 -5
- package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
- package/styles/recurrence-editor/bootstrap.scss +1 -3
- package/styles/recurrence-editor/bootstrap4.scss +1 -3
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
- package/styles/recurrence-editor/bootstrap5.scss +1 -3
- package/styles/recurrence-editor/fabric-dark.scss +1 -3
- package/styles/recurrence-editor/fabric.scss +1 -3
- package/styles/recurrence-editor/fluent-dark.scss +1 -3
- package/styles/recurrence-editor/fluent.scss +1 -3
- package/styles/recurrence-editor/highcontrast-light.scss +1 -3
- package/styles/recurrence-editor/highcontrast.scss +1 -3
- package/styles/recurrence-editor/material-dark.scss +1 -3
- package/styles/recurrence-editor/material.scss +1 -3
- package/styles/recurrence-editor/tailwind-dark.scss +1 -3
- package/styles/recurrence-editor/tailwind.scss +1 -3
- package/styles/schedule/bootstrap-dark.css +5 -5
- package/styles/schedule/bootstrap-dark.scss +1 -5
- package/styles/schedule/bootstrap.css +5 -5
- package/styles/schedule/bootstrap.scss +1 -5
- package/styles/schedule/bootstrap4.css +5 -5
- package/styles/schedule/bootstrap4.scss +1 -5
- package/styles/schedule/bootstrap5-dark.css +5 -6
- package/styles/schedule/bootstrap5-dark.scss +1 -4
- package/styles/schedule/bootstrap5.css +5 -6
- package/styles/schedule/bootstrap5.scss +1 -5
- package/styles/schedule/fabric-dark.css +5 -5
- package/styles/schedule/fabric-dark.scss +1 -5
- package/styles/schedule/fabric.css +5 -5
- package/styles/schedule/fabric.scss +1 -5
- package/styles/schedule/fluent-dark.css +5 -5
- package/styles/schedule/fluent-dark.scss +1 -4
- package/styles/schedule/fluent.css +5 -5
- package/styles/schedule/fluent.scss +1 -5
- package/styles/schedule/highcontrast-light.css +5 -5
- package/styles/schedule/highcontrast-light.scss +1 -5
- package/styles/schedule/highcontrast.css +5 -5
- package/styles/schedule/highcontrast.scss +1 -5
- package/styles/schedule/material-dark.css +5 -5
- package/styles/schedule/material-dark.scss +1 -5
- package/styles/schedule/material.css +5 -5
- package/styles/schedule/material.scss +1 -5
- package/styles/schedule/tailwind-dark.css +5 -5
- package/styles/schedule/tailwind-dark.scss +1 -4
- package/styles/schedule/tailwind.css +5 -5
- package/styles/schedule/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +5 -5
- package/styles/tailwind.css +5 -5
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
- package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
- package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
- package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
- package/esm2020/src/schedule/resources.directive.mjs +0 -58
- package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
- package/esm2020/src/schedule/schedule.component.mjs +0 -283
- package/esm2020/src/schedule/schedule.module.mjs +0 -52
- package/esm2020/src/schedule/views.directive.mjs +0 -126
- package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
- package/styles/recurrence-editor/_all.scss +0 -2
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -15
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -15
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -15
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -15
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -15
- package/styles/recurrence-editor/_fabric-definition.scss +0 -15
- package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -15
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -15
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -15
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -15
- package/styles/recurrence-editor/_layout.scss +0 -542
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -15
- package/styles/recurrence-editor/_material-definition.scss +0 -15
- package/styles/recurrence-editor/_material3-definition.scss +0 -15
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -15
- package/styles/recurrence-editor/_theme.scss +0 -1
- package/styles/schedule/_all.scss +0 -2
- package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
- package/styles/schedule/_bootstrap-definition.scss +0 -213
- package/styles/schedule/_bootstrap4-definition.scss +0 -215
- package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
- package/styles/schedule/_bootstrap5-definition.scss +0 -224
- package/styles/schedule/_fabric-dark-definition.scss +0 -213
- package/styles/schedule/_fabric-definition.scss +0 -213
- package/styles/schedule/_fluent-dark-definition.scss +0 -1
- package/styles/schedule/_fluent-definition.scss +0 -220
- package/styles/schedule/_fusionnew-definition.scss +0 -224
- package/styles/schedule/_highcontrast-definition.scss +0 -214
- package/styles/schedule/_highcontrast-light-definition.scss +0 -214
- package/styles/schedule/_layout.scss +0 -4465
- package/styles/schedule/_material-dark-definition.scss +0 -213
- package/styles/schedule/_material-definition.scss +0 -213
- package/styles/schedule/_material3-definition.scss +0 -224
- package/styles/schedule/_tailwind-dark-definition.scss +0 -1
- package/styles/schedule/_tailwind-definition.scss +0 -217
- package/styles/schedule/_theme.scss +0 -509
- package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
- package/styles/schedule/icons/_bootstrap.scss +0 -231
- package/styles/schedule/icons/_bootstrap4.scss +0 -231
- package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
- package/styles/schedule/icons/_bootstrap5.scss +0 -231
- package/styles/schedule/icons/_fabric-dark.scss +0 -231
- package/styles/schedule/icons/_fabric.scss +0 -231
- package/styles/schedule/icons/_fluent-dark.scss +0 -1
- package/styles/schedule/icons/_fluent.scss +0 -231
- package/styles/schedule/icons/_fusionnew.scss +0 -231
- package/styles/schedule/icons/_highcontrast-light.scss +0 -231
- package/styles/schedule/icons/_highcontrast.scss +0 -231
- package/styles/schedule/icons/_material-dark.scss +0 -231
- package/styles/schedule/icons/_material.scss +0 -231
- package/styles/schedule/icons/_material3.scss +0 -231
- package/styles/schedule/icons/_tailwind-dark.scss +0 -1
- package/styles/schedule/icons/_tailwind.scss +0 -231
- 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,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,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,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
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-schedule';
|
|
2
|
-
export const pkgVer = '^20.
|
|
2
|
+
export const pkgVer = '^20.2.43';
|
|
3
3
|
export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
4
|
-
export const themeVer = '~20.
|
|
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;
|
|
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;
|
|
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:
|
|
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:
|
|
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:
|
|
1987
|
+
font-weight: 400;
|
|
1988
1988
|
height: 30px;
|
|
1989
1989
|
padding: 5px;
|
|
1990
1990
|
text-align: center;
|
package/styles/bootstrap.css
CHANGED
|
@@ -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;
|
|
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;
|
|
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:
|
|
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:
|
|
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:
|
|
1985
|
+
font-weight: 400;
|
|
1986
1986
|
height: 30px;
|
|
1987
1987
|
padding: 5px;
|
|
1988
1988
|
text-align: center;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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;
|
|
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;
|
|
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:
|
|
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:
|
|
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:
|
|
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;
|
|
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;
|
|
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:
|
|
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:
|
|
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:
|
|
1996
|
+
font-weight: 400;
|
|
1998
1997
|
height: 34px;
|
|
1999
1998
|
padding: 5px;
|
|
2000
1999
|
text-align: center;
|