@syncfusion/ej2-angular-schedule 21.1.39 → 21.1.41-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 +850 -0
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-schedule.js +798 -0
- package/@syncfusion/ej2-angular-schedule.js.map +1 -0
- package/CHANGELOG.md +1703 -0
- package/dist/ej2-angular-schedule.umd.js +991 -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 +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 +6 -2
- package/styles/bootstrap.css +6 -2
- package/styles/bootstrap4.css +6 -2
- package/styles/bootstrap5-dark.css +6 -2
- package/styles/bootstrap5.css +6 -2
- package/styles/fabric-dark.css +6 -2
- package/styles/fabric.css +6 -2
- package/styles/fluent-dark.css +6 -2
- package/styles/fluent.css +6 -2
- package/styles/highcontrast-light.css +6 -2
- package/styles/highcontrast.css +6 -2
- package/styles/material-dark.css +6 -2
- package/styles/material.css +6 -2
- 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.scss +1 -8
- package/styles/recurrence-editor/material.scss +1 -8
- package/styles/recurrence-editor/tailwind-dark.scss +1 -8
- package/styles/recurrence-editor/tailwind.scss +1 -8
- package/styles/schedule/bootstrap-dark.css +6 -2
- package/styles/schedule/bootstrap-dark.scss +1 -16
- package/styles/schedule/bootstrap.css +6 -2
- package/styles/schedule/bootstrap.scss +1 -16
- package/styles/schedule/bootstrap4.css +6 -2
- package/styles/schedule/bootstrap4.scss +1 -16
- package/styles/schedule/bootstrap5-dark.css +6 -2
- package/styles/schedule/bootstrap5-dark.scss +1 -15
- package/styles/schedule/bootstrap5.css +6 -2
- package/styles/schedule/bootstrap5.scss +1 -16
- package/styles/schedule/fabric-dark.css +6 -2
- package/styles/schedule/fabric-dark.scss +1 -16
- package/styles/schedule/fabric.css +6 -2
- package/styles/schedule/fabric.scss +1 -16
- package/styles/schedule/fluent-dark.css +6 -2
- package/styles/schedule/fluent-dark.scss +1 -15
- package/styles/schedule/fluent.css +6 -2
- package/styles/schedule/fluent.scss +1 -16
- package/styles/schedule/highcontrast-light.css +6 -2
- package/styles/schedule/highcontrast-light.scss +1 -16
- package/styles/schedule/highcontrast.css +6 -2
- package/styles/schedule/highcontrast.scss +1 -16
- package/styles/schedule/material-dark.css +6 -2
- package/styles/schedule/material-dark.scss +1 -16
- package/styles/schedule/material.css +6 -2
- package/styles/schedule/material.scss +1 -16
- package/styles/schedule/tailwind-dark.css +6 -2
- package/styles/schedule/tailwind-dark.scss +1 -15
- package/styles/schedule/tailwind.css +6 -2
- package/styles/schedule/tailwind.scss +1 -16
- package/styles/tailwind-dark.css +6 -2
- package/styles/tailwind.css +6 -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/_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 -279
- package/styles/schedule/_bootstrap-definition.scss +0 -279
- package/styles/schedule/_bootstrap4-definition.scss +0 -282
- package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
- package/styles/schedule/_bootstrap5-definition.scss +0 -289
- package/styles/schedule/_fabric-dark-definition.scss +0 -278
- package/styles/schedule/_fabric-definition.scss +0 -279
- package/styles/schedule/_fluent-dark-definition.scss +0 -1
- package/styles/schedule/_fluent-definition.scss +0 -284
- package/styles/schedule/_fusionnew-definition.scss +0 -288
- package/styles/schedule/_highcontrast-definition.scss +0 -280
- package/styles/schedule/_highcontrast-light-definition.scss +0 -280
- package/styles/schedule/_layout.scss +0 -4115
- package/styles/schedule/_material-dark-definition.scss +0 -279
- package/styles/schedule/_material-definition.scss +0 -279
- package/styles/schedule/_tailwind-dark-definition.scss +0 -1
- package/styles/schedule/_tailwind-definition.scss +0 -281
- package/styles/schedule/_theme.scss +0 -546
- 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
package/styles/highcontrast.css
CHANGED
|
@@ -745,7 +745,9 @@
|
|
|
745
745
|
}
|
|
746
746
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
747
747
|
height: 100%;
|
|
748
|
-
width:
|
|
748
|
+
min-width: 1px;
|
|
749
|
+
max-width: 10px;
|
|
750
|
+
width: 20%;
|
|
749
751
|
}
|
|
750
752
|
.e-schedule .e-event-resize.e-left-handler {
|
|
751
753
|
cursor: ew-resize;
|
|
@@ -758,7 +760,9 @@
|
|
|
758
760
|
right: 0;
|
|
759
761
|
}
|
|
760
762
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
761
|
-
height:
|
|
763
|
+
min-height: 1px;
|
|
764
|
+
max-height: 10px;
|
|
765
|
+
height: 20%;
|
|
762
766
|
width: 100%;
|
|
763
767
|
}
|
|
764
768
|
.e-schedule .e-event-resize.e-top-handler {
|
package/styles/material-dark.css
CHANGED
|
@@ -686,7 +686,9 @@
|
|
|
686
686
|
}
|
|
687
687
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
688
688
|
height: 100%;
|
|
689
|
-
width:
|
|
689
|
+
min-width: 1px;
|
|
690
|
+
max-width: 10px;
|
|
691
|
+
width: 20%;
|
|
690
692
|
}
|
|
691
693
|
.e-schedule .e-event-resize.e-left-handler {
|
|
692
694
|
cursor: ew-resize;
|
|
@@ -699,7 +701,9 @@
|
|
|
699
701
|
right: 0;
|
|
700
702
|
}
|
|
701
703
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
702
|
-
height:
|
|
704
|
+
min-height: 1px;
|
|
705
|
+
max-height: 10px;
|
|
706
|
+
height: 20%;
|
|
703
707
|
width: 100%;
|
|
704
708
|
}
|
|
705
709
|
.e-schedule .e-event-resize.e-top-handler {
|
package/styles/material.css
CHANGED
|
@@ -722,7 +722,9 @@
|
|
|
722
722
|
}
|
|
723
723
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
724
724
|
height: 100%;
|
|
725
|
-
width:
|
|
725
|
+
min-width: 1px;
|
|
726
|
+
max-width: 10px;
|
|
727
|
+
width: 20%;
|
|
726
728
|
}
|
|
727
729
|
.e-schedule .e-event-resize.e-left-handler {
|
|
728
730
|
cursor: ew-resize;
|
|
@@ -735,7 +737,9 @@
|
|
|
735
737
|
right: 0;
|
|
736
738
|
}
|
|
737
739
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
738
|
-
height:
|
|
740
|
+
min-height: 1px;
|
|
741
|
+
max-height: 10px;
|
|
742
|
+
height: 20%;
|
|
739
743
|
width: 100%;
|
|
740
744
|
}
|
|
741
745
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/bootstrap-dark.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
7
|
-
@import 'bootstrap-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/bootstrap.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
7
|
-
@import 'bootstrap4-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/bootstrap4.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/bootstrap5-dark.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
7
|
-
@import 'bootstrap5-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/bootstrap5.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
7
|
-
@import 'fabric-dark-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/fabric-dark.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
7
|
-
@import 'fabric-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/fabric.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
7
|
-
@import 'fluent-dark-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/fluent-dark.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
7
|
-
@import 'fluent-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/fluent.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
|
|
7
|
-
@import 'highcontrast-light-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/highcontrast-light.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
|
|
7
|
-
@import 'highcontrast-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/highcontrast.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
|
|
7
|
-
@import 'material-dark-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/material-dark.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/material-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
7
|
-
@import 'material-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/material.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'tailwind-dark-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/tailwind-dark.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
|
|
6
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
7
|
-
@import 'tailwind-definition.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/recurrence-editor/tailwind.scss';
|
|
@@ -697,7 +697,9 @@
|
|
|
697
697
|
}
|
|
698
698
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
699
699
|
height: 100%;
|
|
700
|
-
width:
|
|
700
|
+
min-width: 1px;
|
|
701
|
+
max-width: 10px;
|
|
702
|
+
width: 20%;
|
|
701
703
|
}
|
|
702
704
|
.e-schedule .e-event-resize.e-left-handler {
|
|
703
705
|
cursor: ew-resize;
|
|
@@ -710,7 +712,9 @@
|
|
|
710
712
|
right: 0;
|
|
711
713
|
}
|
|
712
714
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
713
|
-
height:
|
|
715
|
+
min-height: 1px;
|
|
716
|
+
max-height: 10px;
|
|
717
|
+
height: 20%;
|
|
714
718
|
width: 100%;
|
|
715
719
|
}
|
|
716
720
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -697,7 +697,9 @@
|
|
|
697
697
|
}
|
|
698
698
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
699
699
|
height: 100%;
|
|
700
|
-
width:
|
|
700
|
+
min-width: 1px;
|
|
701
|
+
max-width: 10px;
|
|
702
|
+
width: 20%;
|
|
701
703
|
}
|
|
702
704
|
.e-schedule .e-event-resize.e-left-handler {
|
|
703
705
|
cursor: ew-resize;
|
|
@@ -710,7 +712,9 @@
|
|
|
710
712
|
right: 0;
|
|
711
713
|
}
|
|
712
714
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
713
|
-
height:
|
|
715
|
+
min-height: 1px;
|
|
716
|
+
max-height: 10px;
|
|
717
|
+
height: 20%;
|
|
714
718
|
width: 100%;
|
|
715
719
|
}
|
|
716
720
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -776,7 +776,9 @@
|
|
|
776
776
|
}
|
|
777
777
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
778
778
|
height: 100%;
|
|
779
|
-
width:
|
|
779
|
+
min-width: 1px;
|
|
780
|
+
max-width: 10px;
|
|
781
|
+
width: 20%;
|
|
780
782
|
}
|
|
781
783
|
.e-schedule .e-event-resize.e-left-handler {
|
|
782
784
|
cursor: ew-resize;
|
|
@@ -789,7 +791,9 @@
|
|
|
789
791
|
right: 0;
|
|
790
792
|
}
|
|
791
793
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
792
|
-
height:
|
|
794
|
+
min-height: 1px;
|
|
795
|
+
max-height: 10px;
|
|
796
|
+
height: 20%;
|
|
793
797
|
width: 100%;
|
|
794
798
|
}
|
|
795
799
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -750,7 +750,9 @@
|
|
|
750
750
|
}
|
|
751
751
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
752
752
|
height: 100%;
|
|
753
|
-
width:
|
|
753
|
+
min-width: 1px;
|
|
754
|
+
max-width: 10px;
|
|
755
|
+
width: 20%;
|
|
754
756
|
}
|
|
755
757
|
.e-schedule .e-event-resize.e-left-handler {
|
|
756
758
|
cursor: ew-resize;
|
|
@@ -763,7 +765,9 @@
|
|
|
763
765
|
right: 0;
|
|
764
766
|
}
|
|
765
767
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
766
|
-
height:
|
|
768
|
+
min-height: 1px;
|
|
769
|
+
max-height: 10px;
|
|
770
|
+
height: 20%;
|
|
767
771
|
width: 100%;
|
|
768
772
|
}
|
|
769
773
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -750,7 +750,9 @@
|
|
|
750
750
|
}
|
|
751
751
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
752
752
|
height: 100%;
|
|
753
|
-
width:
|
|
753
|
+
min-width: 1px;
|
|
754
|
+
max-width: 10px;
|
|
755
|
+
width: 20%;
|
|
754
756
|
}
|
|
755
757
|
.e-schedule .e-event-resize.e-left-handler {
|
|
756
758
|
cursor: ew-resize;
|
|
@@ -763,7 +765,9 @@
|
|
|
763
765
|
right: 0;
|
|
764
766
|
}
|
|
765
767
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
766
|
-
height:
|
|
768
|
+
min-height: 1px;
|
|
769
|
+
max-height: 10px;
|
|
770
|
+
height: 20%;
|
|
767
771
|
width: 100%;
|
|
768
772
|
}
|
|
769
773
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -664,7 +664,9 @@
|
|
|
664
664
|
}
|
|
665
665
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
666
666
|
height: 100%;
|
|
667
|
-
width:
|
|
667
|
+
min-width: 1px;
|
|
668
|
+
max-width: 10px;
|
|
669
|
+
width: 20%;
|
|
668
670
|
}
|
|
669
671
|
.e-schedule .e-event-resize.e-left-handler {
|
|
670
672
|
cursor: ew-resize;
|
|
@@ -677,7 +679,9 @@
|
|
|
677
679
|
right: 0;
|
|
678
680
|
}
|
|
679
681
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
680
|
-
height:
|
|
682
|
+
min-height: 1px;
|
|
683
|
+
max-height: 10px;
|
|
684
|
+
height: 20%;
|
|
681
685
|
width: 100%;
|
|
682
686
|
}
|
|
683
687
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -659,7 +659,9 @@
|
|
|
659
659
|
}
|
|
660
660
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
661
661
|
height: 100%;
|
|
662
|
-
width:
|
|
662
|
+
min-width: 1px;
|
|
663
|
+
max-width: 10px;
|
|
664
|
+
width: 20%;
|
|
663
665
|
}
|
|
664
666
|
.e-schedule .e-event-resize.e-left-handler {
|
|
665
667
|
cursor: ew-resize;
|
|
@@ -672,7 +674,9 @@
|
|
|
672
674
|
right: 0;
|
|
673
675
|
}
|
|
674
676
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
675
|
-
height:
|
|
677
|
+
min-height: 1px;
|
|
678
|
+
max-height: 10px;
|
|
679
|
+
height: 20%;
|
|
676
680
|
width: 100%;
|
|
677
681
|
}
|
|
678
682
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -727,7 +727,9 @@
|
|
|
727
727
|
}
|
|
728
728
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
729
729
|
height: 100%;
|
|
730
|
-
width:
|
|
730
|
+
min-width: 1px;
|
|
731
|
+
max-width: 10px;
|
|
732
|
+
width: 20%;
|
|
731
733
|
}
|
|
732
734
|
.e-schedule .e-event-resize.e-left-handler {
|
|
733
735
|
cursor: ew-resize;
|
|
@@ -740,7 +742,9 @@
|
|
|
740
742
|
right: 0;
|
|
741
743
|
}
|
|
742
744
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
743
|
-
height:
|
|
745
|
+
min-height: 1px;
|
|
746
|
+
max-height: 10px;
|
|
747
|
+
height: 20%;
|
|
744
748
|
width: 100%;
|
|
745
749
|
}
|
|
746
750
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -727,7 +727,9 @@
|
|
|
727
727
|
}
|
|
728
728
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
729
729
|
height: 100%;
|
|
730
|
-
width:
|
|
730
|
+
min-width: 1px;
|
|
731
|
+
max-width: 10px;
|
|
732
|
+
width: 20%;
|
|
731
733
|
}
|
|
732
734
|
.e-schedule .e-event-resize.e-left-handler {
|
|
733
735
|
cursor: ew-resize;
|
|
@@ -740,7 +742,9 @@
|
|
|
740
742
|
right: 0;
|
|
741
743
|
}
|
|
742
744
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
743
|
-
height:
|
|
745
|
+
min-height: 1px;
|
|
746
|
+
max-height: 10px;
|
|
747
|
+
height: 20%;
|
|
744
748
|
width: 100%;
|
|
745
749
|
}
|
|
746
750
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -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';
|
|
@@ -741,7 +741,9 @@
|
|
|
741
741
|
}
|
|
742
742
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
743
743
|
height: 100%;
|
|
744
|
-
width:
|
|
744
|
+
min-width: 1px;
|
|
745
|
+
max-width: 10px;
|
|
746
|
+
width: 20%;
|
|
745
747
|
}
|
|
746
748
|
.e-schedule .e-event-resize.e-left-handler {
|
|
747
749
|
cursor: ew-resize;
|
|
@@ -754,7 +756,9 @@
|
|
|
754
756
|
right: 0;
|
|
755
757
|
}
|
|
756
758
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
757
|
-
height:
|
|
759
|
+
min-height: 1px;
|
|
760
|
+
max-height: 10px;
|
|
761
|
+
height: 20%;
|
|
758
762
|
width: 100%;
|
|
759
763
|
}
|
|
760
764
|
.e-schedule .e-event-resize.e-top-handler {
|