@syncfusion/ej2-angular-schedule 21.2.10 → 22.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -121
- package/esm2020/src/schedule/headerrows.directive.mjs +1 -1
- package/esm2020/src/schedule/schedule.component.mjs +3 -9
- package/esm2020/src/schedule/views.directive.mjs +3 -9
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +4 -16
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +4 -16
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -1
- package/license +10 -0
- package/package.json +29 -11
- package/schematics/utils/lib-details.ts +2 -2
- package/src/schedule/headerrows.directive.d.ts +5 -5
- package/src/schedule/schedule.component.d.ts +6 -11
- package/src/schedule/views.directive.d.ts +17 -23
- package/styles/bootstrap-dark.css +15 -12
- package/styles/bootstrap.css +15 -12
- package/styles/bootstrap4.css +16 -13
- package/styles/bootstrap5-dark.css +15 -12
- package/styles/bootstrap5.css +15 -12
- package/styles/fabric-dark.css +15 -12
- package/styles/fabric.css +15 -12
- package/styles/fluent-dark.css +15 -12
- package/styles/fluent.css +15 -12
- package/styles/highcontrast-light.css +16 -13
- package/styles/highcontrast.css +16 -13
- package/styles/material-dark.css +15 -12
- package/styles/material.css +15 -12
- package/styles/material3-dark.css +4597 -0
- package/styles/material3-dark.scss +4 -0
- package/styles/material3.css +4653 -0
- package/styles/material3.scss +4 -0
- package/styles/recurrence-editor/_material3-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_material3-definition.scss +13 -0
- package/styles/recurrence-editor/material3-dark.css +593 -0
- package/styles/recurrence-editor/material3-dark.scss +9 -0
- package/styles/recurrence-editor/material3.css +649 -0
- package/styles/recurrence-editor/material3.scss +9 -0
- package/styles/schedule/_bootstrap-dark-definition.scss +3 -2
- package/styles/schedule/_bootstrap-definition.scss +3 -2
- package/styles/schedule/_bootstrap4-definition.scss +3 -2
- package/styles/schedule/_bootstrap5-definition.scss +3 -2
- package/styles/schedule/_fabric-dark-definition.scss +3 -2
- package/styles/schedule/_fabric-definition.scss +3 -2
- package/styles/schedule/_fluent-definition.scss +3 -2
- package/styles/schedule/_fusionnew-definition.scss +3 -2
- package/styles/schedule/_highcontrast-definition.scss +3 -2
- package/styles/schedule/_highcontrast-light-definition.scss +3 -2
- package/styles/schedule/_layout.scss +31 -16
- package/styles/schedule/_material-dark-definition.scss +3 -2
- package/styles/schedule/_material-definition.scss +3 -2
- package/styles/schedule/_material3-dark-definition.scss +1 -0
- package/styles/schedule/_material3-definition.scss +292 -0
- package/styles/schedule/_tailwind-definition.scss +3 -2
- package/styles/schedule/_theme.scss +7 -2
- package/styles/schedule/bootstrap-dark.css +15 -12
- package/styles/schedule/bootstrap.css +15 -12
- package/styles/schedule/bootstrap4.css +16 -13
- package/styles/schedule/bootstrap5-dark.css +15 -12
- package/styles/schedule/bootstrap5.css +15 -12
- package/styles/schedule/fabric-dark.css +15 -12
- package/styles/schedule/fabric.css +15 -12
- package/styles/schedule/fluent-dark.css +15 -12
- package/styles/schedule/fluent.css +15 -12
- package/styles/schedule/highcontrast-light.css +16 -13
- package/styles/schedule/highcontrast.css +16 -13
- package/styles/schedule/icons/_material3-dark.scss +1 -0
- package/styles/schedule/material-dark.css +15 -12
- package/styles/schedule/material.css +15 -12
- package/styles/schedule/material3-dark.css +4191 -0
- package/styles/schedule/material3-dark.scss +16 -0
- package/styles/schedule/material3.css +4247 -0
- package/styles/schedule/material3.scss +17 -0
- package/styles/schedule/tailwind-dark.css +15 -12
- package/styles/schedule/tailwind.css +15 -12
- package/styles/tailwind-dark.css +15 -12
- package/styles/tailwind.css +15 -12
- package/schematics/collection.json +0 -40
- package/schematics/generators/schedule-agenda-views/index.d.ts +0 -3
- package/schematics/generators/schedule-agenda-views/index.js +0 -8
- package/schematics/generators/schedule-agenda-views/sample-details.d.ts +0 -5
- package/schematics/generators/schedule-agenda-views/sample-details.js +0 -7
- 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 +0 -13
- package/schematics/generators/schedule-agenda-views/schema.d.ts +0 -3
- package/schematics/generators/schedule-agenda-views/schema.js +0 -2
- package/schematics/generators/schedule-agenda-views/schema.json +0 -125
- package/schematics/generators/schedule-calendar-views/index.d.ts +0 -3
- package/schematics/generators/schedule-calendar-views/index.js +0 -8
- package/schematics/generators/schedule-calendar-views/sample-details.d.ts +0 -5
- package/schematics/generators/schedule-calendar-views/sample-details.js +0 -7
- 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 +0 -11
- package/schematics/generators/schedule-calendar-views/schema.d.ts +0 -3
- package/schematics/generators/schedule-calendar-views/schema.js +0 -2
- package/schematics/generators/schedule-calendar-views/schema.json +0 -125
- package/schematics/generators/schedule-horizontal-grouping/index.d.ts +0 -3
- package/schematics/generators/schedule-horizontal-grouping/index.js +0 -8
- package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +0 -5
- package/schematics/generators/schedule-horizontal-grouping/sample-details.js +0 -7
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -92
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -29
- package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +0 -3
- package/schematics/generators/schedule-horizontal-grouping/schema.js +0 -2
- package/schematics/generators/schedule-horizontal-grouping/schema.json +0 -125
- package/schematics/generators/schedule-time-scale/index.d.ts +0 -3
- package/schematics/generators/schedule-time-scale/index.js +0 -8
- package/schematics/generators/schedule-time-scale/sample-details.d.ts +0 -5
- package/schematics/generators/schedule-time-scale/sample-details.js +0 -7
- 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 +0 -13
- package/schematics/generators/schedule-time-scale/schema.d.ts +0 -3
- package/schematics/generators/schedule-time-scale/schema.js +0 -2
- package/schematics/generators/schedule-time-scale/schema.json +0 -125
- package/schematics/generators/schedule-timeline-grouping/index.d.ts +0 -3
- package/schematics/generators/schedule-timeline-grouping/index.js +0 -8
- package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +0 -5
- package/schematics/generators/schedule-timeline-grouping/sample-details.js +0 -7
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
- package/schematics/generators/schedule-timeline-grouping/schema.d.ts +0 -3
- package/schematics/generators/schedule-timeline-grouping/schema.js +0 -2
- package/schematics/generators/schedule-timeline-grouping/schema.json +0 -125
- package/schematics/generators/schedule-timeline-views/index.d.ts +0 -3
- package/schematics/generators/schedule-timeline-views/index.js +0 -8
- package/schematics/generators/schedule-timeline-views/sample-details.d.ts +0 -5
- package/schematics/generators/schedule-timeline-views/sample-details.js +0 -7
- 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 +0 -14
- package/schematics/generators/schedule-timeline-views/schema.d.ts +0 -3
- package/schematics/generators/schedule-timeline-views/schema.js +0 -2
- package/schematics/generators/schedule-timeline-views/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@import 'ej2-base/styles/material3-definition.scss';
|
|
2
|
+
|
|
3
|
+
@import 'ej2-navigations/styles/toolbar/material3-definition.scss';
|
|
4
|
+
@import 'ej2-navigations/styles/treeview/material3-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/input/material3-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/numerictextbox/material3-definition.scss';
|
|
7
|
+
@import 'ej2-calendars/styles/calendar/material3-definition.scss';
|
|
8
|
+
@import 'ej2-calendars/styles/datepicker/material3-definition.scss';
|
|
9
|
+
@import 'ej2-calendars/styles/datetimepicker/material3-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/material3-definition.scss';
|
|
11
|
+
@import 'ej2-dropdowns/styles/multi-select/material3-definition.scss';
|
|
12
|
+
@import 'ej2-buttons/styles/button/material3-definition.scss';
|
|
13
|
+
@import 'ej2-buttons/styles/check-box/material3-definition.scss';
|
|
14
|
+
@import '../recurrence-editor/material3-definition.scss';
|
|
15
|
+
@import 'material3-definition.scss';
|
|
16
|
+
@import 'icons/material3.scss';
|
|
17
|
+
@import 'all.scss';
|
|
@@ -1663,20 +1663,13 @@
|
|
|
1663
1663
|
}
|
|
1664
1664
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1665
1665
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1666
|
-
line-height:
|
|
1666
|
+
line-height: 26px;
|
|
1667
1667
|
padding: 0 5px;
|
|
1668
1668
|
}
|
|
1669
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
|
|
1670
|
-
display: block;
|
|
1671
|
-
}
|
|
1672
1669
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1673
1670
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
padding-right: 7px;
|
|
1677
|
-
}
|
|
1678
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1679
|
-
padding-right: 5px;
|
|
1671
|
+
line-height: 26px;
|
|
1672
|
+
padding: 0 2px;
|
|
1680
1673
|
}
|
|
1681
1674
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1682
1675
|
border: 0;
|
|
@@ -2143,6 +2136,12 @@
|
|
|
2143
2136
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2144
2137
|
background: #6b7280;
|
|
2145
2138
|
}
|
|
2139
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2140
|
+
display: -ms-inline-flexbox;
|
|
2141
|
+
display: inline-flex;
|
|
2142
|
+
-ms-flex-direction: row-reverse;
|
|
2143
|
+
flex-direction: row-reverse;
|
|
2144
|
+
}
|
|
2146
2145
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2147
2146
|
display: -ms-flexbox;
|
|
2148
2147
|
display: flex;
|
|
@@ -2538,9 +2537,9 @@
|
|
|
2538
2537
|
height: 38px;
|
|
2539
2538
|
}
|
|
2540
2539
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2541
|
-
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2540
|
+
.e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
|
|
2542
2541
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2543
|
-
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2542
|
+
.e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
|
|
2544
2543
|
font-size: 16px;
|
|
2545
2544
|
}
|
|
2546
2545
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
@@ -2557,6 +2556,10 @@
|
|
|
2557
2556
|
.e-bigger.e-schedule .e-month-view .e-m-day {
|
|
2558
2557
|
font-size: 14px;
|
|
2559
2558
|
}
|
|
2559
|
+
.e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
|
|
2560
|
+
.e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
2561
|
+
min-width: 306px;
|
|
2562
|
+
}
|
|
2560
2563
|
|
|
2561
2564
|
.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
2562
2565
|
border: 1px solid rgba(75, 85, 99, 0.5);
|
|
@@ -1663,20 +1663,13 @@
|
|
|
1663
1663
|
}
|
|
1664
1664
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1665
1665
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1666
|
-
line-height:
|
|
1666
|
+
line-height: 26px;
|
|
1667
1667
|
padding: 0 5px;
|
|
1668
1668
|
}
|
|
1669
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
|
|
1670
|
-
display: block;
|
|
1671
|
-
}
|
|
1672
1669
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1673
1670
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
padding-right: 7px;
|
|
1677
|
-
}
|
|
1678
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1679
|
-
padding-right: 5px;
|
|
1671
|
+
line-height: 26px;
|
|
1672
|
+
padding: 0 2px;
|
|
1680
1673
|
}
|
|
1681
1674
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1682
1675
|
border: 0;
|
|
@@ -2143,6 +2136,12 @@
|
|
|
2143
2136
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2144
2137
|
background: #e5e7eb;
|
|
2145
2138
|
}
|
|
2139
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2140
|
+
display: -ms-inline-flexbox;
|
|
2141
|
+
display: inline-flex;
|
|
2142
|
+
-ms-flex-direction: row-reverse;
|
|
2143
|
+
flex-direction: row-reverse;
|
|
2144
|
+
}
|
|
2146
2145
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2147
2146
|
display: -ms-flexbox;
|
|
2148
2147
|
display: flex;
|
|
@@ -2538,9 +2537,9 @@
|
|
|
2538
2537
|
height: 38px;
|
|
2539
2538
|
}
|
|
2540
2539
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2541
|
-
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2540
|
+
.e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
|
|
2542
2541
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2543
|
-
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2542
|
+
.e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
|
|
2544
2543
|
font-size: 16px;
|
|
2545
2544
|
}
|
|
2546
2545
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
@@ -2557,6 +2556,10 @@
|
|
|
2557
2556
|
.e-bigger.e-schedule .e-month-view .e-m-day {
|
|
2558
2557
|
font-size: 14px;
|
|
2559
2558
|
}
|
|
2559
|
+
.e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
|
|
2560
|
+
.e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
2561
|
+
min-width: 306px;
|
|
2562
|
+
}
|
|
2560
2563
|
|
|
2561
2564
|
.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
2562
2565
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1664,20 +1664,13 @@
|
|
|
1664
1664
|
}
|
|
1665
1665
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1666
1666
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1667
|
-
line-height:
|
|
1667
|
+
line-height: 26px;
|
|
1668
1668
|
padding: 0 5px;
|
|
1669
1669
|
}
|
|
1670
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
|
|
1671
|
-
display: block;
|
|
1672
|
-
}
|
|
1673
1670
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1674
1671
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
padding-right: 7px;
|
|
1678
|
-
}
|
|
1679
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1680
|
-
padding-right: 5px;
|
|
1672
|
+
line-height: 26px;
|
|
1673
|
+
padding: 0 2px;
|
|
1681
1674
|
}
|
|
1682
1675
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1683
1676
|
border: 0;
|
|
@@ -2144,6 +2137,12 @@
|
|
|
2144
2137
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2145
2138
|
background: #6b7280;
|
|
2146
2139
|
}
|
|
2140
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2141
|
+
display: -ms-inline-flexbox;
|
|
2142
|
+
display: inline-flex;
|
|
2143
|
+
-ms-flex-direction: row-reverse;
|
|
2144
|
+
flex-direction: row-reverse;
|
|
2145
|
+
}
|
|
2147
2146
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2148
2147
|
display: -ms-flexbox;
|
|
2149
2148
|
display: flex;
|
|
@@ -2539,9 +2538,9 @@
|
|
|
2539
2538
|
height: 38px;
|
|
2540
2539
|
}
|
|
2541
2540
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2542
|
-
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2541
|
+
.e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
|
|
2543
2542
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2544
|
-
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2543
|
+
.e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
|
|
2545
2544
|
font-size: 16px;
|
|
2546
2545
|
}
|
|
2547
2546
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
@@ -2558,6 +2557,10 @@
|
|
|
2558
2557
|
.e-bigger.e-schedule .e-month-view .e-m-day {
|
|
2559
2558
|
font-size: 14px;
|
|
2560
2559
|
}
|
|
2560
|
+
.e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
|
|
2561
|
+
.e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
2562
|
+
min-width: 306px;
|
|
2563
|
+
}
|
|
2561
2564
|
|
|
2562
2565
|
.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
2563
2566
|
border: 1px solid rgba(75, 85, 99, 0.5);
|
package/styles/tailwind.css
CHANGED
|
@@ -1664,20 +1664,13 @@
|
|
|
1664
1664
|
}
|
|
1665
1665
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1666
1666
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1667
|
-
line-height:
|
|
1667
|
+
line-height: 26px;
|
|
1668
1668
|
padding: 0 5px;
|
|
1669
1669
|
}
|
|
1670
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
|
|
1671
|
-
display: block;
|
|
1672
|
-
}
|
|
1673
1670
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1674
1671
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
padding-right: 7px;
|
|
1678
|
-
}
|
|
1679
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1680
|
-
padding-right: 5px;
|
|
1672
|
+
line-height: 26px;
|
|
1673
|
+
padding: 0 2px;
|
|
1681
1674
|
}
|
|
1682
1675
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1683
1676
|
border: 0;
|
|
@@ -2144,6 +2137,12 @@
|
|
|
2144
2137
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2145
2138
|
background: #e5e7eb;
|
|
2146
2139
|
}
|
|
2140
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2141
|
+
display: -ms-inline-flexbox;
|
|
2142
|
+
display: inline-flex;
|
|
2143
|
+
-ms-flex-direction: row-reverse;
|
|
2144
|
+
flex-direction: row-reverse;
|
|
2145
|
+
}
|
|
2147
2146
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2148
2147
|
display: -ms-flexbox;
|
|
2149
2148
|
display: flex;
|
|
@@ -2539,9 +2538,9 @@
|
|
|
2539
2538
|
height: 38px;
|
|
2540
2539
|
}
|
|
2541
2540
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2542
|
-
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2541
|
+
.e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
|
|
2543
2542
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2544
|
-
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2543
|
+
.e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
|
|
2545
2544
|
font-size: 16px;
|
|
2546
2545
|
}
|
|
2547
2546
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
@@ -2558,6 +2557,10 @@
|
|
|
2558
2557
|
.e-bigger.e-schedule .e-month-view .e-m-day {
|
|
2559
2558
|
font-size: 14px;
|
|
2560
2559
|
}
|
|
2560
|
+
.e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
|
|
2561
|
+
.e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
2562
|
+
min-width: 306px;
|
|
2563
|
+
}
|
|
2561
2564
|
|
|
2562
2565
|
.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
2563
2566
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
-
"schematics": {
|
|
4
|
-
"ng-add": {
|
|
5
|
-
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
-
"factory": "./ng-add",
|
|
7
|
-
"schema": "./ng-add/schema.json"
|
|
8
|
-
},
|
|
9
|
-
"schedule-agenda-views": {
|
|
10
|
-
"description": "Creates an Angular Scheduler component with agenda and month-agenda views.",
|
|
11
|
-
"factory": "./generators/schedule-agenda-views",
|
|
12
|
-
"schema": "./generators/schedule-agenda-views/schema.json"
|
|
13
|
-
},
|
|
14
|
-
"schedule-calendar-views": {
|
|
15
|
-
"description": "Creates an Angular Scheduler component with calendar views.",
|
|
16
|
-
"factory": "./generators/schedule-calendar-views",
|
|
17
|
-
"schema": "./generators/schedule-calendar-views/schema.json"
|
|
18
|
-
},
|
|
19
|
-
"schedule-horizontal-grouping": {
|
|
20
|
-
"description": "Creates an Angular Scheduler component with horizontal grouping of resources.",
|
|
21
|
-
"factory": "./generators/schedule-horizontal-grouping",
|
|
22
|
-
"schema": "./generators/schedule-horizontal-grouping/schema.json"
|
|
23
|
-
},
|
|
24
|
-
"schedule-time-scale": {
|
|
25
|
-
"description": "Creates an Angular Scheduler component with modified timescale options.",
|
|
26
|
-
"factory": "./generators/schedule-time-scale",
|
|
27
|
-
"schema": "./generators/schedule-time-scale/schema.json"
|
|
28
|
-
},
|
|
29
|
-
"schedule-timeline-grouping": {
|
|
30
|
-
"description": "Creates an Angular Scheduler component with grouping of resources in timeline views.",
|
|
31
|
-
"factory": "./generators/schedule-timeline-grouping",
|
|
32
|
-
"schema": "./generators/schedule-timeline-grouping/schema.json"
|
|
33
|
-
},
|
|
34
|
-
"schedule-timeline-views": {
|
|
35
|
-
"description": "Creates an Angular Scheduler component with timeline views",
|
|
36
|
-
"factory": "./generators/schedule-timeline-views",
|
|
37
|
-
"schema": "./generators/schedule-timeline-views/schema.json"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
-
const sampleDetails = require("./sample-details");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
-
}
|
|
8
|
-
exports.default = default_1;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.componentName = 'schedule';
|
|
4
|
-
exports.sampleName = 'agenda-views';
|
|
5
|
-
exports.diModules = 'ResizeService,DragAndDropService,AgendaService,MonthAgendaService';
|
|
6
|
-
exports.packageName = '@syncfusion/ej2-angular-schedule';
|
|
7
|
-
exports.libModules = 'ScheduleModule';
|
|
File without changes
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<div class="control-section">
|
|
2
|
-
<div class="col-lg-9 content-wrapper">
|
|
3
|
-
<ejs-schedule #scheduleObj width='100%' height='650px' [selectedDate]="selectedDate" [eventSettings]="eventSettings"
|
|
4
|
-
[currentView]="currentView">
|
|
5
|
-
<e-views>
|
|
6
|
-
<e-view option="Agenda"></e-view>
|
|
7
|
-
<e-view option="MonthAgenda"></e-view>
|
|
8
|
-
</e-views>
|
|
9
|
-
</ejs-schedule>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
|
|
13
|
-
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"$id": "EJ2SchemaTemplateID",
|
|
4
|
-
"title": "schedule-agenda-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-agenda-views"
|
|
125
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
-
const sampleDetails = require("./sample-details");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
-
}
|
|
8
|
-
exports.default = default_1;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.componentName = 'schedule';
|
|
4
|
-
exports.sampleName = 'calendar-views';
|
|
5
|
-
exports.diModules = 'DayService,WeekService,WorkWeekService,MonthService,AgendaService,ResizeService,DragAndDropService';
|
|
6
|
-
exports.packageName = '@syncfusion/ej2-angular-schedule';
|
|
7
|
-
exports.libModules = 'ScheduleModule';
|
|
File without changes
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<div class="control-section">
|
|
2
|
-
<div class="content-wrapper">
|
|
3
|
-
<ejs-schedule [eventSettings]="eventSettings" height='550px' [selectedDate]="currentDate">
|
|
4
|
-
<e-views>
|
|
5
|
-
<e-view option="Day"></e-view>
|
|
6
|
-
<e-view option="Week"></e-view>
|
|
7
|
-
<e-view option="WorkWeek"></e-view>
|
|
8
|
-
<e-view option="Month"></e-view>
|
|
9
|
-
</e-views>
|
|
10
|
-
</ejs-schedule>
|
|
11
|
-
</div>
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"$id": "EJ2SchemaTemplateID",
|
|
4
|
-
"title": "schedule-calendar-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-calendar-views"
|
|
125
|
-
}
|