@syncfusion/ej2-angular-schedule 22.2.12 → 23.1.36-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 +860 -0
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-schedule.js +808 -0
- package/@syncfusion/ej2-angular-schedule.js.map +1 -0
- package/CHANGELOG.md +1812 -0
- package/dist/ej2-angular-schedule.umd.js +1004 -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/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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 +20 -3
- package/src/schedule/schedule.module.d.ts +0 -9
- package/src/schedule/views.directive.d.ts +8 -6
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -0
- package/styles/bootstrap5.css +15 -0
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -0
- package/styles/fluent.css +15 -0
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -1
- package/styles/material.css +15 -1
- package/styles/material3-dark.css +71 -2
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +127 -2
- package/styles/material3.scss +0 -1
- package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
- package/styles/recurrence-editor/bootstrap.scss +1 -8
- package/styles/recurrence-editor/bootstrap4.scss +1 -8
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
- package/styles/recurrence-editor/bootstrap5.scss +1 -8
- package/styles/recurrence-editor/fabric-dark.scss +1 -8
- package/styles/recurrence-editor/fabric.scss +1 -8
- package/styles/recurrence-editor/fluent-dark.scss +1 -8
- package/styles/recurrence-editor/fluent.scss +1 -8
- package/styles/recurrence-editor/highcontrast-light.scss +1 -8
- package/styles/recurrence-editor/highcontrast.scss +1 -8
- package/styles/recurrence-editor/material-dark.css +0 -1
- package/styles/recurrence-editor/material-dark.scss +1 -8
- package/styles/recurrence-editor/material.css +0 -1
- package/styles/recurrence-editor/material.scss +1 -8
- package/styles/recurrence-editor/material3-dark.css +0 -1
- package/styles/recurrence-editor/material3-dark.scss +1 -8
- package/styles/recurrence-editor/material3.css +0 -1
- package/styles/recurrence-editor/material3.scss +1 -8
- package/styles/recurrence-editor/tailwind-dark.css +0 -1
- package/styles/recurrence-editor/tailwind-dark.scss +1 -8
- package/styles/recurrence-editor/tailwind.css +0 -1
- package/styles/recurrence-editor/tailwind.scss +1 -8
- package/styles/schedule/bootstrap-dark.css +15 -0
- package/styles/schedule/bootstrap-dark.scss +1 -16
- package/styles/schedule/bootstrap.css +15 -0
- package/styles/schedule/bootstrap.scss +1 -16
- package/styles/schedule/bootstrap4.css +15 -0
- package/styles/schedule/bootstrap4.scss +1 -16
- package/styles/schedule/bootstrap5-dark.css +15 -0
- package/styles/schedule/bootstrap5-dark.scss +1 -15
- package/styles/schedule/bootstrap5.css +15 -0
- package/styles/schedule/bootstrap5.scss +1 -16
- package/styles/schedule/fabric-dark.css +15 -0
- package/styles/schedule/fabric-dark.scss +1 -16
- package/styles/schedule/fabric.css +15 -0
- package/styles/schedule/fabric.scss +1 -16
- package/styles/schedule/fluent-dark.css +15 -0
- package/styles/schedule/fluent-dark.scss +1 -15
- package/styles/schedule/fluent.css +15 -0
- package/styles/schedule/fluent.scss +1 -16
- package/styles/schedule/highcontrast-light.css +15 -0
- package/styles/schedule/highcontrast-light.scss +1 -16
- package/styles/schedule/highcontrast.css +15 -0
- package/styles/schedule/highcontrast.scss +1 -16
- package/styles/schedule/material-dark.css +15 -1
- package/styles/schedule/material-dark.scss +1 -16
- package/styles/schedule/material.css +15 -1
- package/styles/schedule/material.scss +1 -16
- package/styles/schedule/material3-dark.css +16 -2
- package/styles/schedule/material3-dark.scss +1 -15
- package/styles/schedule/material3.css +16 -2
- package/styles/schedule/material3.scss +1 -16
- package/styles/schedule/tailwind-dark.css +15 -1
- package/styles/schedule/tailwind-dark.scss +1 -15
- package/styles/schedule/tailwind.css +15 -1
- package/styles/schedule/tailwind.scss +1 -16
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
- 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 -289
- package/esm2020/src/schedule/schedule.module.mjs +0 -52
- package/esm2020/src/schedule/views.directive.mjs +0 -132
- package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -745
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -745
- 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 -13
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
- package/styles/recurrence-editor/_fabric-definition.scss +0 -13
- package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -13
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
- package/styles/recurrence-editor/_layout.scss +0 -548
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
- package/styles/recurrence-editor/_material-definition.scss +0 -13
- package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_material3-definition.scss +0 -13
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
- package/styles/recurrence-editor/_theme.scss +0 -1
- package/styles/schedule/_all.scss +0 -2
- package/styles/schedule/_bootstrap-dark-definition.scss +0 -280
- package/styles/schedule/_bootstrap-definition.scss +0 -280
- package/styles/schedule/_bootstrap4-definition.scss +0 -283
- package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
- package/styles/schedule/_bootstrap5-definition.scss +0 -290
- package/styles/schedule/_fabric-dark-definition.scss +0 -279
- package/styles/schedule/_fabric-definition.scss +0 -280
- package/styles/schedule/_fluent-dark-definition.scss +0 -1
- package/styles/schedule/_fluent-definition.scss +0 -285
- package/styles/schedule/_fusionnew-definition.scss +0 -289
- package/styles/schedule/_highcontrast-definition.scss +0 -281
- package/styles/schedule/_highcontrast-light-definition.scss +0 -281
- package/styles/schedule/_layout.scss +0 -4134
- package/styles/schedule/_material-dark-definition.scss +0 -280
- package/styles/schedule/_material-definition.scss +0 -280
- package/styles/schedule/_material3-dark-definition.scss +0 -1
- package/styles/schedule/_material3-definition.scss +0 -292
- package/styles/schedule/_tailwind-dark-definition.scss +0 -1
- package/styles/schedule/_tailwind-definition.scss +0 -282
- package/styles/schedule/_theme.scss +0 -551
- 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-dark.scss +0 -1
- 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
|
@@ -3626,6 +3626,21 @@
|
|
|
3626
3626
|
text-overflow: ellipsis;
|
|
3627
3627
|
white-space: nowrap;
|
|
3628
3628
|
}
|
|
3629
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3630
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3634
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3635
|
+
background: transparent;
|
|
3636
|
+
border: 0;
|
|
3637
|
+
color: #fff;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
font-weight: 500;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
padding-top: 4px;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
}
|
|
3629
3644
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3630
3645
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3631
3646
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/bootstrap-dark.scss';
|
|
@@ -3626,6 +3626,21 @@
|
|
|
3626
3626
|
text-overflow: ellipsis;
|
|
3627
3627
|
white-space: nowrap;
|
|
3628
3628
|
}
|
|
3629
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3630
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3634
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3635
|
+
background: transparent;
|
|
3636
|
+
border: 0;
|
|
3637
|
+
color: #fff;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
font-weight: 500;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
padding-top: 4px;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
}
|
|
3629
3644
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3630
3645
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3631
3646
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/bootstrap-definition.scss';
|
|
14
|
-
@import 'bootstrap-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/bootstrap.scss';
|
|
@@ -3705,6 +3705,21 @@
|
|
|
3705
3705
|
text-overflow: ellipsis;
|
|
3706
3706
|
white-space: nowrap;
|
|
3707
3707
|
}
|
|
3708
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3709
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3710
|
+
display: none;
|
|
3711
|
+
}
|
|
3712
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3713
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3714
|
+
background: transparent;
|
|
3715
|
+
border: 0;
|
|
3716
|
+
color: #fff;
|
|
3717
|
+
font-size: 13px;
|
|
3718
|
+
font-weight: 500;
|
|
3719
|
+
line-height: 1.2;
|
|
3720
|
+
padding-top: 4px;
|
|
3721
|
+
width: 100%;
|
|
3722
|
+
}
|
|
3708
3723
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3709
3724
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3710
3725
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/bootstrap4-definition.scss';
|
|
14
|
-
@import 'bootstrap4-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap4.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/bootstrap4.scss';
|
|
@@ -3679,6 +3679,21 @@
|
|
|
3679
3679
|
text-overflow: ellipsis;
|
|
3680
3680
|
white-space: nowrap;
|
|
3681
3681
|
}
|
|
3682
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3683
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3686
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3687
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3688
|
+
background: transparent;
|
|
3689
|
+
border: 0;
|
|
3690
|
+
color: #fff;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
font-weight: 500;
|
|
3693
|
+
line-height: 1.2;
|
|
3694
|
+
padding-top: 4px;
|
|
3695
|
+
width: 100%;
|
|
3696
|
+
}
|
|
3682
3697
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3683
3698
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3684
3699
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/bootstrap5-dark.scss';
|
|
@@ -3679,6 +3679,21 @@
|
|
|
3679
3679
|
text-overflow: ellipsis;
|
|
3680
3680
|
white-space: nowrap;
|
|
3681
3681
|
}
|
|
3682
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3683
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3686
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3687
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3688
|
+
background: transparent;
|
|
3689
|
+
border: 0;
|
|
3690
|
+
color: #fff;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
font-weight: 500;
|
|
3693
|
+
line-height: 1.2;
|
|
3694
|
+
padding-top: 4px;
|
|
3695
|
+
width: 100%;
|
|
3696
|
+
}
|
|
3682
3697
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3683
3698
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3684
3699
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/bootstrap5-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap5-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/bootstrap5-definition.scss';
|
|
14
|
-
@import 'bootstrap5-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap5.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/bootstrap5.scss';
|
|
@@ -3593,6 +3593,21 @@
|
|
|
3593
3593
|
text-overflow: ellipsis;
|
|
3594
3594
|
white-space: nowrap;
|
|
3595
3595
|
}
|
|
3596
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3597
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3598
|
+
display: none;
|
|
3599
|
+
}
|
|
3600
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3601
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3602
|
+
background: transparent;
|
|
3603
|
+
border: 0;
|
|
3604
|
+
color: #fff;
|
|
3605
|
+
font-size: 13px;
|
|
3606
|
+
font-weight: 500;
|
|
3607
|
+
line-height: 1.2;
|
|
3608
|
+
padding-top: 4px;
|
|
3609
|
+
width: 100%;
|
|
3610
|
+
}
|
|
3596
3611
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3597
3612
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3598
3613
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/fabric-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/fabric-dark-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/fabric-dark-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/fabric-dark-definition.scss';
|
|
14
|
-
@import 'fabric-dark-definition.scss';
|
|
15
|
-
@import 'icons/fabric-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/fabric-dark.scss';
|
|
@@ -3588,6 +3588,21 @@
|
|
|
3588
3588
|
text-overflow: ellipsis;
|
|
3589
3589
|
white-space: nowrap;
|
|
3590
3590
|
}
|
|
3591
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3592
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3593
|
+
display: none;
|
|
3594
|
+
}
|
|
3595
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3596
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3597
|
+
background: transparent;
|
|
3598
|
+
border: 0;
|
|
3599
|
+
color: #fff;
|
|
3600
|
+
font-size: 13px;
|
|
3601
|
+
font-weight: 500;
|
|
3602
|
+
line-height: 1.2;
|
|
3603
|
+
padding-top: 4px;
|
|
3604
|
+
width: 100%;
|
|
3605
|
+
}
|
|
3591
3606
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3592
3607
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3593
3608
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/fabric-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/fabric-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/fabric-definition.scss';
|
|
14
|
-
@import 'fabric-definition.scss';
|
|
15
|
-
@import 'icons/fabric.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/fabric.scss';
|
|
@@ -3656,6 +3656,21 @@
|
|
|
3656
3656
|
text-overflow: ellipsis;
|
|
3657
3657
|
white-space: nowrap;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3660
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3661
|
+
display: none;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3664
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3665
|
+
background: transparent;
|
|
3666
|
+
border: 0;
|
|
3667
|
+
color: #1b1a19;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
font-weight: 500;
|
|
3670
|
+
line-height: 1.2;
|
|
3671
|
+
padding-top: 4px;
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
}
|
|
3659
3674
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3660
3675
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3661
3676
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/fluent-dark-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/fluent-dark-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
13
|
-
@import 'fluent-dark-definition.scss';
|
|
14
|
-
@import 'icons/fluent-dark.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/fluent-dark.scss';
|
|
@@ -3656,6 +3656,21 @@
|
|
|
3656
3656
|
text-overflow: ellipsis;
|
|
3657
3657
|
white-space: nowrap;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3660
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3661
|
+
display: none;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3664
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3665
|
+
background: transparent;
|
|
3666
|
+
border: 0;
|
|
3667
|
+
color: #fff;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
font-weight: 500;
|
|
3670
|
+
line-height: 1.2;
|
|
3671
|
+
padding-top: 4px;
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
}
|
|
3659
3674
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3660
3675
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3661
3676
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/fluent-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/fluent-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/fluent-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/fluent-definition.scss';
|
|
14
|
-
@import 'fluent-definition.scss';
|
|
15
|
-
@import 'icons/fluent.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/fluent.scss';
|
|
@@ -3670,6 +3670,21 @@
|
|
|
3670
3670
|
text-overflow: ellipsis;
|
|
3671
3671
|
white-space: nowrap;
|
|
3672
3672
|
}
|
|
3673
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3674
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3675
|
+
display: none;
|
|
3676
|
+
}
|
|
3677
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3678
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3679
|
+
background: transparent;
|
|
3680
|
+
border: 0;
|
|
3681
|
+
color: #fff;
|
|
3682
|
+
font-size: 13px;
|
|
3683
|
+
font-weight: 500;
|
|
3684
|
+
line-height: 1.2;
|
|
3685
|
+
padding-top: 4px;
|
|
3686
|
+
width: 100%;
|
|
3687
|
+
}
|
|
3673
3688
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3674
3689
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3675
3690
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/highcontrast-light-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/highcontrast-light-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/highcontrast-light-definition.scss';
|
|
14
|
-
@import 'highcontrast-light-definition.scss';
|
|
15
|
-
@import 'icons/highcontrast-light.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/highcontrast-light.scss';
|
|
@@ -3674,6 +3674,21 @@
|
|
|
3674
3674
|
text-overflow: ellipsis;
|
|
3675
3675
|
white-space: nowrap;
|
|
3676
3676
|
}
|
|
3677
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3678
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3679
|
+
display: none;
|
|
3680
|
+
}
|
|
3681
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3682
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3683
|
+
background: transparent;
|
|
3684
|
+
border: 0;
|
|
3685
|
+
color: #fff;
|
|
3686
|
+
font-size: 13px;
|
|
3687
|
+
font-weight: 500;
|
|
3688
|
+
line-height: 1.2;
|
|
3689
|
+
padding-top: 4px;
|
|
3690
|
+
width: 100%;
|
|
3691
|
+
}
|
|
3677
3692
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3678
3693
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3679
3694
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/highcontrast-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/highcontrast-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/highcontrast-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/highcontrast-definition.scss';
|
|
14
|
-
@import 'highcontrast-definition.scss';
|
|
15
|
-
@import 'icons/highcontrast.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/highcontrast.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
@keyframes tbar-popup-shadow {
|
|
3
2
|
0% {
|
|
4
3
|
border-color: rgba(255, 255, 255, 0.5);
|
|
@@ -3615,6 +3614,21 @@
|
|
|
3615
3614
|
text-overflow: ellipsis;
|
|
3616
3615
|
white-space: nowrap;
|
|
3617
3616
|
}
|
|
3617
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3618
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3619
|
+
display: none;
|
|
3620
|
+
}
|
|
3621
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3622
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3623
|
+
background: transparent;
|
|
3624
|
+
border: 0;
|
|
3625
|
+
color: #fff;
|
|
3626
|
+
font-size: 13px;
|
|
3627
|
+
font-weight: 500;
|
|
3628
|
+
line-height: 1.2;
|
|
3629
|
+
padding-top: 4px;
|
|
3630
|
+
width: 100%;
|
|
3631
|
+
}
|
|
3618
3632
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3619
3633
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3620
3634
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/material-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/material-dark-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/material-dark-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/material-dark-definition.scss';
|
|
14
|
-
@import 'material-dark-definition.scss';
|
|
15
|
-
@import 'icons/material-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/material-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
@keyframes tbar-popup-shadow {
|
|
4
3
|
0% {
|
|
@@ -3651,6 +3650,21 @@
|
|
|
3651
3650
|
text-overflow: ellipsis;
|
|
3652
3651
|
white-space: nowrap;
|
|
3653
3652
|
}
|
|
3653
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3654
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3655
|
+
display: none;
|
|
3656
|
+
}
|
|
3657
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3658
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3659
|
+
background: transparent;
|
|
3660
|
+
border: 0;
|
|
3661
|
+
color: #fff;
|
|
3662
|
+
font-size: 13px;
|
|
3663
|
+
font-weight: 500;
|
|
3664
|
+
line-height: 1.2;
|
|
3665
|
+
padding-top: 4px;
|
|
3666
|
+
width: 100%;
|
|
3667
|
+
}
|
|
3654
3668
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3655
3669
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3656
3670
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
3
|
-
@import 'ej2-navigations/styles/treeview/material-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/calendar/material-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/material-definition.scss';
|
|
11
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
13
|
-
@import '../recurrence-editor/material-definition.scss';
|
|
14
|
-
@import 'material-definition.scss';
|
|
15
|
-
@import 'icons/material.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/material.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2574,7 +2573,7 @@
|
|
|
2574
2573
|
line-height: 18px;
|
|
2575
2574
|
margin: 4px 0;
|
|
2576
2575
|
min-width: 18px;
|
|
2577
|
-
padding: 8px;
|
|
2576
|
+
padding: 0 8px;
|
|
2578
2577
|
}
|
|
2579
2578
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2580
2579
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -3718,6 +3717,21 @@
|
|
|
3718
3717
|
text-overflow: ellipsis;
|
|
3719
3718
|
white-space: nowrap;
|
|
3720
3719
|
}
|
|
3720
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3721
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3722
|
+
display: none;
|
|
3723
|
+
}
|
|
3724
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3725
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3726
|
+
background: transparent;
|
|
3727
|
+
border: 0;
|
|
3728
|
+
color: rgba(var(--color-sf-surface));
|
|
3729
|
+
font-size: 13px;
|
|
3730
|
+
font-weight: 500;
|
|
3731
|
+
line-height: 1.2;
|
|
3732
|
+
padding-top: 4px;
|
|
3733
|
+
width: 100%;
|
|
3734
|
+
}
|
|
3721
3735
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3722
3736
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3723
3737
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,16 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3-dark-definition.scss';
|
|
2
1
|
|
|
3
|
-
@import 'ej2-
|
|
4
|
-
@import 'ej2-navigations/styles/treeview/material3-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/input/material3-dark-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/numerictextbox/material3-dark-definition.scss';
|
|
7
|
-
@import 'ej2-calendars/styles/calendar/material3-dark-definition.scss';
|
|
8
|
-
@import 'ej2-calendars/styles/datepicker/material3-dark-definition.scss';
|
|
9
|
-
@import 'ej2-calendars/styles/datetimepicker/material3-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material3-dark-definition.scss';
|
|
11
|
-
@import 'ej2-dropdowns/styles/multi-select/material3-dark-definition.scss';
|
|
12
|
-
@import 'ej2-buttons/styles/button/material3-dark-definition.scss';
|
|
13
|
-
@import 'ej2-buttons/styles/check-box/material3-dark-definition.scss';
|
|
14
|
-
@import 'material3-dark-definition.scss';
|
|
15
|
-
@import 'icons/material3-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-schedule/styles/schedule/material3-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2630,7 +2629,7 @@
|
|
|
2630
2629
|
line-height: 18px;
|
|
2631
2630
|
margin: 4px 0;
|
|
2632
2631
|
min-width: 18px;
|
|
2633
|
-
padding: 8px;
|
|
2632
|
+
padding: 0 8px;
|
|
2634
2633
|
}
|
|
2635
2634
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2636
2635
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -3774,6 +3773,21 @@
|
|
|
3774
3773
|
text-overflow: ellipsis;
|
|
3775
3774
|
white-space: nowrap;
|
|
3776
3775
|
}
|
|
3776
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3777
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3778
|
+
display: none;
|
|
3779
|
+
}
|
|
3780
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3781
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3782
|
+
background: transparent;
|
|
3783
|
+
border: 0;
|
|
3784
|
+
color: rgba(var(--color-sf-surface));
|
|
3785
|
+
font-size: 13px;
|
|
3786
|
+
font-weight: 500;
|
|
3787
|
+
line-height: 1.2;
|
|
3788
|
+
padding-top: 4px;
|
|
3789
|
+
width: 100%;
|
|
3790
|
+
}
|
|
3777
3791
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3778
3792
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3779
3793
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|