@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
package/styles/fluent-dark.css
CHANGED
|
@@ -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,
|
package/styles/fluent.css
CHANGED
|
@@ -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,
|
|
@@ -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,
|
package/styles/highcontrast.css
CHANGED
|
@@ -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,
|
package/styles/material-dark.css
CHANGED
|
@@ -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,
|
package/styles/material.css
CHANGED
|
@@ -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,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,
|
|
@@ -4199,6 +4213,61 @@
|
|
|
4199
4213
|
color: rgba(var(--color-sf-error));
|
|
4200
4214
|
}
|
|
4201
4215
|
|
|
4216
|
+
:root {
|
|
4217
|
+
--color-sf-black: 0, 0, 0;
|
|
4218
|
+
--color-sf-white: 255, 255, 255;
|
|
4219
|
+
--color-sf-primary: 208, 188, 255;
|
|
4220
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
4221
|
+
--color-sf-secondary: 204, 194, 220;
|
|
4222
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
4223
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
4224
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
4225
|
+
--color-sf-surface: 28, 27, 31;
|
|
4226
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
4227
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4228
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4229
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4230
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4231
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4232
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4233
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4234
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4235
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4236
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4237
|
+
--color-sf-outline: 147, 143, 153;
|
|
4238
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4239
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4240
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4241
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4242
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4243
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4244
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4245
|
+
--color-sf-error: 242, 184, 181;
|
|
4246
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4247
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4248
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4249
|
+
--color-sf-success: 83, 202, 23;
|
|
4250
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4251
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4252
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4253
|
+
--color-sf-info: 71, 172, 251;
|
|
4254
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4255
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4256
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4257
|
+
--color-sf-warning: 245, 180, 130;
|
|
4258
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4259
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4260
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4261
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4262
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4263
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4264
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4265
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4266
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4267
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4268
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4269
|
+
}
|
|
4270
|
+
|
|
4202
4271
|
/*! recurrence editor theme wise definitions*/
|
|
4203
4272
|
/*! Recurrence-Editor component layout */
|
|
4204
4273
|
.e-recurrenceeditor .e-editor {
|
package/styles/material3.css
CHANGED
|
@@ -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,
|
|
@@ -4255,6 +4269,117 @@
|
|
|
4255
4269
|
color: rgba(var(--color-sf-error));
|
|
4256
4270
|
}
|
|
4257
4271
|
|
|
4272
|
+
:root {
|
|
4273
|
+
--color-sf-black: 0, 0, 0;
|
|
4274
|
+
--color-sf-white: 255, 255, 255;
|
|
4275
|
+
--color-sf-primary: 103, 80, 164;
|
|
4276
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
4277
|
+
--color-sf-secondary: 98, 91, 113;
|
|
4278
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
4279
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
4280
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
4281
|
+
--color-sf-surface: 255, 255, 255;
|
|
4282
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
4283
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4284
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
4285
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
4286
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
4287
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
4288
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
4289
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
4290
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
4291
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
4292
|
+
--color-sf-on-background: 28, 27, 31;
|
|
4293
|
+
--color-sf-outline: 121, 116, 126;
|
|
4294
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
4295
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4296
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
4297
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
4298
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
4299
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
4300
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4301
|
+
--color-sf-error: 179, 38, 30;
|
|
4302
|
+
--color-sf-error-container: 249, 222, 220;
|
|
4303
|
+
--color-sf-on-error: 255, 250, 250;
|
|
4304
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
4305
|
+
--color-sf-success: 32, 81, 7;
|
|
4306
|
+
--color-sf-success-container: 209, 255, 186;
|
|
4307
|
+
--color-sf-on-success: 244, 255, 239;
|
|
4308
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
4309
|
+
--color-sf-info: 1, 87, 155;
|
|
4310
|
+
--color-sf-info-container: 233, 245, 255;
|
|
4311
|
+
--color-sf-on-info: 250, 253, 255;
|
|
4312
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
4313
|
+
--color-sf-warning: 145, 76, 0;
|
|
4314
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
4315
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
4316
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
4317
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
4318
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
4319
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
4320
|
+
--color-sf-success-text: 255, 255, 255;
|
|
4321
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
4322
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
4323
|
+
--color-sf-info-text: 255, 255, 255;
|
|
4324
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
4325
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
.e-dark-mode {
|
|
4329
|
+
--color-sf-black: 0, 0, 0;
|
|
4330
|
+
--color-sf-white: 255, 255, 255;
|
|
4331
|
+
--color-sf-primary: 208, 188, 255;
|
|
4332
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
4333
|
+
--color-sf-secondary: 204, 194, 220;
|
|
4334
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
4335
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
4336
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
4337
|
+
--color-sf-surface: 28, 27, 31;
|
|
4338
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
4339
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4340
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4341
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4342
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4343
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4344
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4345
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4346
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4347
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4348
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4349
|
+
--color-sf-outline: 147, 143, 153;
|
|
4350
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4351
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4352
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4353
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4354
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4355
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4356
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4357
|
+
--color-sf-error: 242, 184, 181;
|
|
4358
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4359
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4360
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4361
|
+
--color-sf-success: 83, 202, 23;
|
|
4362
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4363
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4364
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4365
|
+
--color-sf-info: 71, 172, 251;
|
|
4366
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4367
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4368
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4369
|
+
--color-sf-warning: 245, 180, 130;
|
|
4370
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4371
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4372
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4373
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4374
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4375
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4376
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4377
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4378
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4379
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4380
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4258
4383
|
/*! recurrence editor theme wise definitions*/
|
|
4259
4384
|
/*! Recurrence-Editor component layout */
|
|
4260
4385
|
.e-recurrenceeditor .e-editor {
|
package/styles/material3.scss
CHANGED
|
@@ -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,9 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3-dark-definition.scss';
|
|
2
1
|
|
|
3
|
-
@import 'ej2-
|
|
4
|
-
@import 'ej2-buttons/styles/button/material3-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/material3-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datepicker/material3-dark-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material3-dark-definition.scss';
|
|
8
|
-
@import 'material3-dark-definition.scss';
|
|
9
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-schedule/styles/recurrence-editor/material3-dark.scss';
|
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3-definition.scss';
|
|
2
1
|
|
|
3
|
-
@import 'ej2-
|
|
4
|
-
@import 'ej2-buttons/styles/button/material3-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/material3-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datepicker/material3-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material3-definition.scss';
|
|
8
|
-
@import 'material3-definition.scss';
|
|
9
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-schedule/styles/recurrence-editor/material3.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';
|