@syncfusion/ej2-angular-calendars 20.4.38-ngcc → 20.4.38
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/calendar/calendar-all.module.mjs +29 -0
- package/esm2020/src/calendar/calendar.component.mjs +90 -0
- package/esm2020/src/calendar/calendar.module.mjs +25 -0
- package/esm2020/src/datepicker/datepicker-all.module.mjs +29 -0
- package/esm2020/src/datepicker/datepicker.component.mjs +98 -0
- package/esm2020/src/datepicker/datepicker.module.mjs +25 -0
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +23 -0
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +102 -0
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +34 -0
- package/esm2020/src/daterangepicker/presets.directive.mjs +58 -0
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +23 -0
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +98 -0
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +25 -0
- package/esm2020/src/index.mjs +18 -0
- package/esm2020/src/timepicker/timepicker-all.module.mjs +23 -0
- package/esm2020/src/timepicker/timepicker.component.mjs +91 -0
- package/esm2020/src/timepicker/timepicker.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +732 -0
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +732 -0
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/calendar/calendar-all.module.d.ts +6 -0
- package/src/calendar/calendar.component.d.ts +3 -0
- package/src/calendar/calendar.module.d.ts +6 -0
- package/src/datepicker/datepicker-all.module.d.ts +6 -0
- package/src/datepicker/datepicker.component.d.ts +3 -0
- package/src/datepicker/datepicker.module.d.ts +6 -0
- package/src/daterangepicker/daterangepicker-all.module.d.ts +6 -0
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -0
- package/src/daterangepicker/daterangepicker.module.d.ts +7 -0
- package/src/daterangepicker/presets.directive.d.ts +5 -0
- package/src/datetimepicker/datetimepicker-all.module.d.ts +6 -0
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -0
- package/src/datetimepicker/datetimepicker.module.d.ts +6 -0
- package/src/timepicker/timepicker-all.module.d.ts +6 -0
- package/src/timepicker/timepicker.component.d.ts +3 -0
- package/src/timepicker/timepicker.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +0 -7
- package/styles/bootstrap.css +0 -7
- package/styles/bootstrap4.css +0 -7
- package/styles/bootstrap5-dark.css +1 -8
- package/styles/bootstrap5.css +0 -7
- package/styles/calendar/_all.scss +2 -0
- package/styles/calendar/_bootstrap-dark-definition.scss +228 -0
- package/styles/calendar/_bootstrap-definition.scss +228 -0
- package/styles/calendar/_bootstrap4-definition.scss +228 -0
- package/styles/calendar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/calendar/_bootstrap5-definition.scss +250 -0
- package/styles/calendar/_fabric-dark-definition.scss +190 -0
- package/styles/calendar/_fabric-definition.scss +188 -0
- package/styles/calendar/_fluent-dark-definition.scss +1 -0
- package/styles/calendar/_fluent-definition.scss +252 -0
- package/styles/calendar/_fusionnew-definition.scss +250 -0
- package/styles/calendar/_highcontrast-definition.scss +187 -0
- package/styles/calendar/_highcontrast-light-definition.scss +190 -0
- package/styles/calendar/_layout.scss +694 -0
- package/styles/calendar/_material-dark-definition.scss +192 -0
- package/styles/calendar/_material-definition.scss +187 -0
- package/styles/calendar/_material3-definition.scss +250 -0
- package/styles/calendar/_tailwind-dark-definition.scss +1 -0
- package/styles/calendar/_tailwind-definition.scss +262 -0
- package/styles/calendar/_theme.scss +472 -0
- package/styles/calendar/bootstrap-dark.scss +5 -1
- package/styles/calendar/bootstrap.scss +5 -1
- package/styles/calendar/bootstrap4.scss +5 -1
- package/styles/calendar/bootstrap5-dark.css +1 -1
- package/styles/calendar/bootstrap5-dark.scss +5 -1
- package/styles/calendar/bootstrap5.scss +5 -1
- package/styles/calendar/fabric-dark.css +1 -1
- package/styles/calendar/fabric-dark.scss +5 -1
- package/styles/calendar/fabric.css +1 -1
- package/styles/calendar/fabric.scss +5 -1
- package/styles/calendar/fluent-dark.css +3 -3
- package/styles/calendar/fluent-dark.scss +5 -1
- package/styles/calendar/fluent.css +2 -2
- package/styles/calendar/fluent.scss +5 -1
- package/styles/calendar/highcontrast-light.scss +5 -1
- package/styles/calendar/highcontrast.scss +5 -1
- package/styles/calendar/icons/_bootstrap-dark.scss +13 -0
- package/styles/calendar/icons/_bootstrap.scss +13 -0
- package/styles/calendar/icons/_bootstrap4.scss +13 -0
- package/styles/calendar/icons/_bootstrap5-dark.scss +1 -0
- package/styles/calendar/icons/_bootstrap5.scss +13 -0
- package/styles/calendar/icons/_fabric-dark.scss +13 -0
- package/styles/calendar/icons/_fabric.scss +13 -0
- package/styles/calendar/icons/_fluent-dark.scss +1 -0
- package/styles/calendar/icons/_fluent.scss +13 -0
- package/styles/calendar/icons/_fusionnew.scss +13 -0
- package/styles/calendar/icons/_highcontrast-light.scss +13 -0
- package/styles/calendar/icons/_highcontrast.scss +13 -0
- package/styles/calendar/icons/_material-dark.scss +13 -0
- package/styles/calendar/icons/_material.scss +13 -0
- package/styles/calendar/icons/_material3.scss +13 -0
- package/styles/calendar/icons/_tailwind-dark.scss +1 -0
- package/styles/calendar/icons/_tailwind.scss +13 -0
- package/styles/calendar/material-dark.scss +5 -1
- package/styles/calendar/material.css +3 -3
- package/styles/calendar/material.scss +5 -1
- package/styles/calendar/tailwind-dark.scss +5 -1
- package/styles/calendar/tailwind.scss +5 -1
- package/styles/datepicker/_all.scss +2 -0
- package/styles/datepicker/_bootstrap-dark-definition.scss +37 -0
- package/styles/datepicker/_bootstrap-definition.scss +34 -0
- package/styles/datepicker/_bootstrap4-definition.scss +40 -0
- package/styles/datepicker/_bootstrap5-dark-definition.scss +1 -0
- package/styles/datepicker/_bootstrap5-definition.scss +46 -0
- package/styles/datepicker/_fabric-dark-definition.scss +37 -0
- package/styles/datepicker/_fabric-definition.scss +34 -0
- package/styles/datepicker/_fluent-dark-definition.scss +1 -0
- package/styles/datepicker/_fluent-definition.scss +46 -0
- package/styles/datepicker/_fusionnew-definition.scss +46 -0
- package/styles/datepicker/_highcontrast-definition.scss +35 -0
- package/styles/datepicker/_highcontrast-light-definition.scss +38 -0
- package/styles/datepicker/_layout.scss +251 -0
- package/styles/datepicker/_material-dark-definition.scss +42 -0
- package/styles/datepicker/_material-definition.scss +39 -0
- package/styles/datepicker/_material3-definition.scss +46 -0
- package/styles/datepicker/_tailwind-dark-definition.scss +1 -0
- package/styles/datepicker/_tailwind-definition.scss +44 -0
- package/styles/datepicker/_theme.scss +44 -0
- package/styles/datepicker/bootstrap-dark.scss +7 -1
- package/styles/datepicker/bootstrap.scss +7 -1
- package/styles/datepicker/bootstrap4.scss +7 -1
- package/styles/datepicker/bootstrap5-dark.scss +7 -1
- package/styles/datepicker/bootstrap5.scss +7 -1
- package/styles/datepicker/fabric-dark.scss +7 -1
- package/styles/datepicker/fabric.scss +7 -1
- package/styles/datepicker/fluent-dark.scss +7 -1
- package/styles/datepicker/fluent.scss +7 -1
- package/styles/datepicker/highcontrast-light.scss +7 -1
- package/styles/datepicker/highcontrast.scss +7 -1
- package/styles/datepicker/icons/_bootstrap-dark.scss +52 -0
- package/styles/datepicker/icons/_bootstrap.scss +52 -0
- package/styles/datepicker/icons/_bootstrap4.scss +56 -0
- package/styles/datepicker/icons/_bootstrap5-dark.scss +1 -0
- package/styles/datepicker/icons/_bootstrap5.scss +56 -0
- package/styles/datepicker/icons/_fabric-dark.scss +52 -0
- package/styles/datepicker/icons/_fabric.scss +52 -0
- package/styles/datepicker/icons/_fluent-dark.scss +1 -0
- package/styles/datepicker/icons/_fluent.scss +56 -0
- package/styles/datepicker/icons/_fusionnew.scss +56 -0
- package/styles/datepicker/icons/_highcontrast-light.scss +52 -0
- package/styles/datepicker/icons/_highcontrast.scss +52 -0
- package/styles/datepicker/icons/_material-dark.scss +86 -0
- package/styles/datepicker/icons/_material.scss +86 -0
- package/styles/datepicker/icons/_material3.scss +56 -0
- package/styles/datepicker/icons/_tailwind-dark.scss +1 -0
- package/styles/datepicker/icons/_tailwind.scss +56 -0
- package/styles/datepicker/material-dark.scss +7 -1
- package/styles/datepicker/material.scss +7 -1
- package/styles/datepicker/tailwind-dark.scss +7 -1
- package/styles/datepicker/tailwind.scss +7 -1
- package/styles/daterangepicker/_all.scss +2 -0
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +192 -0
- package/styles/daterangepicker/_bootstrap-definition.scss +192 -0
- package/styles/daterangepicker/_bootstrap4-definition.scss +202 -0
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +1 -0
- package/styles/daterangepicker/_bootstrap5-definition.scss +230 -0
- package/styles/daterangepicker/_fabric-dark-definition.scss +195 -0
- package/styles/daterangepicker/_fabric-definition.scss +192 -0
- package/styles/daterangepicker/_fluent-dark-definition.scss +1 -0
- package/styles/daterangepicker/_fluent-definition.scss +234 -0
- package/styles/daterangepicker/_fusionnew-definition.scss +229 -0
- package/styles/daterangepicker/_highcontrast-definition.scss +192 -0
- package/styles/daterangepicker/_highcontrast-light-definition.scss +195 -0
- package/styles/daterangepicker/_layout.scss +767 -0
- package/styles/daterangepicker/_material-dark-definition.scss +200 -0
- package/styles/daterangepicker/_material-definition.scss +200 -0
- package/styles/daterangepicker/_material3-definition.scss +229 -0
- package/styles/daterangepicker/_tailwind-dark-definition.scss +1 -0
- package/styles/daterangepicker/_tailwind-definition.scss +221 -0
- package/styles/daterangepicker/_theme.scss +324 -0
- package/styles/daterangepicker/bootstrap-dark.css +0 -7
- package/styles/daterangepicker/bootstrap-dark.scss +7 -1
- package/styles/daterangepicker/bootstrap.css +0 -7
- package/styles/daterangepicker/bootstrap.scss +7 -1
- package/styles/daterangepicker/bootstrap4.css +0 -7
- package/styles/daterangepicker/bootstrap4.scss +7 -1
- package/styles/daterangepicker/bootstrap5-dark.css +0 -7
- package/styles/daterangepicker/bootstrap5-dark.scss +7 -1
- package/styles/daterangepicker/bootstrap5.css +0 -7
- package/styles/daterangepicker/bootstrap5.scss +7 -1
- package/styles/daterangepicker/fabric-dark.css +0 -7
- package/styles/daterangepicker/fabric-dark.scss +7 -1
- package/styles/daterangepicker/fabric.css +0 -7
- package/styles/daterangepicker/fabric.scss +7 -1
- package/styles/daterangepicker/fluent-dark.css +0 -30
- package/styles/daterangepicker/fluent-dark.scss +7 -1
- package/styles/daterangepicker/fluent.css +0 -30
- package/styles/daterangepicker/fluent.scss +7 -1
- package/styles/daterangepicker/highcontrast-light.css +0 -7
- package/styles/daterangepicker/highcontrast-light.scss +7 -1
- package/styles/daterangepicker/highcontrast.css +0 -7
- package/styles/daterangepicker/highcontrast.scss +7 -1
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +65 -0
- package/styles/daterangepicker/icons/_bootstrap.scss +65 -0
- package/styles/daterangepicker/icons/_bootstrap4.scss +74 -0
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +1 -0
- package/styles/daterangepicker/icons/_bootstrap5.scss +72 -0
- package/styles/daterangepicker/icons/_fabric-dark.scss +65 -0
- package/styles/daterangepicker/icons/_fabric.scss +65 -0
- package/styles/daterangepicker/icons/_fluent-dark.scss +1 -0
- package/styles/daterangepicker/icons/_fluent.scss +72 -0
- package/styles/daterangepicker/icons/_fusionnew.scss +72 -0
- package/styles/daterangepicker/icons/_highcontrast-light.scss +65 -0
- package/styles/daterangepicker/icons/_highcontrast.scss +65 -0
- package/styles/daterangepicker/icons/_material-dark.scss +99 -0
- package/styles/daterangepicker/icons/_material.scss +99 -0
- package/styles/daterangepicker/icons/_material3.scss +72 -0
- package/styles/daterangepicker/icons/_tailwind-dark.scss +1 -0
- package/styles/daterangepicker/icons/_tailwind.scss +72 -0
- package/styles/daterangepicker/material-dark.css +0 -7
- package/styles/daterangepicker/material-dark.scss +7 -1
- package/styles/daterangepicker/material.css +0 -5
- package/styles/daterangepicker/material.scss +7 -1
- package/styles/daterangepicker/tailwind-dark.css +0 -7
- package/styles/daterangepicker/tailwind-dark.scss +7 -1
- package/styles/daterangepicker/tailwind.css +0 -7
- package/styles/daterangepicker/tailwind.scss +7 -1
- package/styles/datetimepicker/_all.scss +2 -0
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +55 -0
- package/styles/datetimepicker/_bootstrap-definition.scss +54 -0
- package/styles/datetimepicker/_bootstrap4-definition.scss +60 -0
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +1 -0
- package/styles/datetimepicker/_bootstrap5-definition.scss +60 -0
- package/styles/datetimepicker/_fabric-dark-definition.scss +55 -0
- package/styles/datetimepicker/_fabric-definition.scss +52 -0
- package/styles/datetimepicker/_fluent-dark-definition.scss +1 -0
- package/styles/datetimepicker/_fluent-definition.scss +60 -0
- package/styles/datetimepicker/_fusionnew-definition.scss +60 -0
- package/styles/datetimepicker/_highcontrast-definition.scss +52 -0
- package/styles/datetimepicker/_highcontrast-light-definition.scss +55 -0
- package/styles/datetimepicker/_layout.scss +190 -0
- package/styles/datetimepicker/_material-dark-definition.scss +59 -0
- package/styles/datetimepicker/_material-definition.scss +57 -0
- package/styles/datetimepicker/_material3-definition.scss +60 -0
- package/styles/datetimepicker/_tailwind-dark-definition.scss +1 -0
- package/styles/datetimepicker/_tailwind-definition.scss +60 -0
- package/styles/datetimepicker/_theme.scss +50 -0
- package/styles/datetimepicker/bootstrap-dark.scss +8 -1
- package/styles/datetimepicker/bootstrap.scss +8 -1
- package/styles/datetimepicker/bootstrap4.scss +8 -1
- package/styles/datetimepicker/bootstrap5-dark.scss +8 -1
- package/styles/datetimepicker/bootstrap5.scss +8 -1
- package/styles/datetimepicker/fabric-dark.scss +8 -1
- package/styles/datetimepicker/fabric.scss +8 -1
- package/styles/datetimepicker/fluent-dark.scss +8 -1
- package/styles/datetimepicker/fluent.scss +8 -1
- package/styles/datetimepicker/highcontrast-light.scss +8 -1
- package/styles/datetimepicker/highcontrast.scss +8 -1
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +11 -0
- package/styles/datetimepicker/icons/_bootstrap.scss +11 -0
- package/styles/datetimepicker/icons/_bootstrap4.scss +11 -0
- package/styles/datetimepicker/icons/_bootstrap5-dark.scss +1 -0
- package/styles/datetimepicker/icons/_bootstrap5.scss +11 -0
- package/styles/datetimepicker/icons/_fabric-dark.scss +11 -0
- package/styles/datetimepicker/icons/_fabric.scss +11 -0
- package/styles/datetimepicker/icons/_fluent-dark.scss +1 -0
- package/styles/datetimepicker/icons/_fluent.scss +11 -0
- package/styles/datetimepicker/icons/_fusionnew.scss +11 -0
- package/styles/datetimepicker/icons/_highcontrast-light.scss +11 -0
- package/styles/datetimepicker/icons/_highcontrast.scss +11 -0
- package/styles/datetimepicker/icons/_material-dark.scss +53 -0
- package/styles/datetimepicker/icons/_material.scss +62 -0
- package/styles/datetimepicker/icons/_material3.scss +11 -0
- package/styles/datetimepicker/icons/_tailwind-dark.scss +1 -0
- package/styles/datetimepicker/icons/_tailwind.scss +11 -0
- package/styles/datetimepicker/material-dark.scss +8 -1
- package/styles/datetimepicker/material.scss +8 -1
- package/styles/datetimepicker/tailwind-dark.scss +8 -1
- package/styles/datetimepicker/tailwind.scss +8 -1
- package/styles/fabric-dark.css +1 -8
- package/styles/fabric.css +1 -8
- package/styles/fluent-dark.css +3 -33
- package/styles/fluent.css +2 -32
- package/styles/highcontrast-light.css +0 -7
- package/styles/highcontrast.css +0 -7
- package/styles/material-dark.css +0 -7
- package/styles/material.css +3 -8
- package/styles/tailwind-dark.css +0 -7
- package/styles/tailwind.css +0 -7
- package/styles/timepicker/_all.scss +2 -0
- package/styles/timepicker/_bootstrap-dark-definition.scss +51 -0
- package/styles/timepicker/_bootstrap-definition.scss +48 -0
- package/styles/timepicker/_bootstrap4-definition.scss +56 -0
- package/styles/timepicker/_bootstrap5-dark-definition.scss +1 -0
- package/styles/timepicker/_bootstrap5-definition.scss +57 -0
- package/styles/timepicker/_fabric-dark-definition.scss +51 -0
- package/styles/timepicker/_fabric-definition.scss +48 -0
- package/styles/timepicker/_fluent-dark-definition.scss +1 -0
- package/styles/timepicker/_fluent-definition.scss +57 -0
- package/styles/timepicker/_fusionnew-definition.scss +57 -0
- package/styles/timepicker/_highcontrast-definition.scss +48 -0
- package/styles/timepicker/_highcontrast-light-definition.scss +51 -0
- package/styles/timepicker/_layout.scss +194 -0
- package/styles/timepicker/_material-dark-definition.scss +55 -0
- package/styles/timepicker/_material-definition.scss +52 -0
- package/styles/timepicker/_material3-definition.scss +57 -0
- package/styles/timepicker/_tailwind-dark-definition.scss +1 -0
- package/styles/timepicker/_tailwind-definition.scss +55 -0
- package/styles/timepicker/_theme.scss +70 -0
- package/styles/timepicker/bootstrap-dark.scss +6 -1
- package/styles/timepicker/bootstrap.scss +6 -1
- package/styles/timepicker/bootstrap4.scss +6 -1
- package/styles/timepicker/bootstrap5-dark.scss +6 -1
- package/styles/timepicker/bootstrap5.scss +6 -1
- package/styles/timepicker/fabric-dark.scss +6 -1
- package/styles/timepicker/fabric.scss +6 -1
- package/styles/timepicker/fluent-dark.scss +6 -1
- package/styles/timepicker/fluent.scss +6 -1
- package/styles/timepicker/highcontrast-light.scss +6 -1
- package/styles/timepicker/highcontrast.scss +6 -1
- package/styles/timepicker/icons/_bootstrap-dark.scss +11 -0
- package/styles/timepicker/icons/_bootstrap.scss +12 -0
- package/styles/timepicker/icons/_bootstrap4.scss +12 -0
- package/styles/timepicker/icons/_bootstrap5-dark.scss +1 -0
- package/styles/timepicker/icons/_bootstrap5.scss +12 -0
- package/styles/timepicker/icons/_fabric-dark.scss +12 -0
- package/styles/timepicker/icons/_fabric.scss +12 -0
- package/styles/timepicker/icons/_fluent-dark.scss +1 -0
- package/styles/timepicker/icons/_fluent.scss +12 -0
- package/styles/timepicker/icons/_fusionnew.scss +12 -0
- package/styles/timepicker/icons/_highcontrast-light.scss +12 -0
- package/styles/timepicker/icons/_highcontrast.scss +12 -0
- package/styles/timepicker/icons/_material-dark.scss +40 -0
- package/styles/timepicker/icons/_material.scss +42 -0
- package/styles/timepicker/icons/_material3.scss +12 -0
- package/styles/timepicker/icons/_tailwind-dark.scss +1 -0
- package/styles/timepicker/icons/_tailwind.scss +12 -0
- package/styles/timepicker/material-dark.scss +6 -1
- package/styles/timepicker/material.scss +6 -1
- package/styles/timepicker/tailwind-dark.scss +6 -1
- package/styles/timepicker/tailwind.scss +6 -1
- package/syncfusion-ej2-angular-calendars.d.ts +5 -0
- package/@syncfusion/ej2-angular-calendars.es5.js +0 -1028
- package/@syncfusion/ej2-angular-calendars.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-calendars.js +0 -961
- package/@syncfusion/ej2-angular-calendars.js.map +0 -1
- package/CHANGELOG.md +0 -1334
- package/dist/ej2-angular-calendars.umd.js +0 -1073
- package/dist/ej2-angular-calendars.umd.js.map +0 -1
- package/dist/ej2-angular-calendars.umd.min.js +0 -11
- package/dist/ej2-angular-calendars.umd.min.js.map +0 -1
- package/ej2-angular-calendars.d.ts +0 -9
- package/ej2-angular-calendars.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent.scss';
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@include export-module('datetimepicker-material-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
.e-datetime-wrapper {
|
|
5
|
+
|
|
6
|
+
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
7
|
+
content: '\e20c';
|
|
8
|
+
font-family: 'e-icons';
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// Outline textbox icon configuration
|
|
13
|
+
|
|
14
|
+
.e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
15
|
+
.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
16
|
+
.e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
17
|
+
.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
18
|
+
min-height: $zero-value;
|
|
19
|
+
min-width: 20px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-bigger .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
23
|
+
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
|
|
24
|
+
.e-bigger .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
25
|
+
.e-bigger .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
26
|
+
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon,
|
|
27
|
+
.e-bigger .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
28
|
+
min-height: $zero-value;
|
|
29
|
+
min-width: 24px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
33
|
+
.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
34
|
+
.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
35
|
+
.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
36
|
+
.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon,
|
|
37
|
+
.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
38
|
+
min-height: $zero-value;
|
|
39
|
+
min-width: 18px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-bigger.e-small .e-outline.e-datetime-wrapper .e-input-group-icon.e-date-icon,
|
|
43
|
+
.e-bigger.e-small.e-outline.e-datetime-wrapper .e-input-group-icon.e-date-icon,
|
|
44
|
+
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
45
|
+
.e-bigger.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
46
|
+
.e-bigger.e-small .e-outline.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
47
|
+
.e-bigger.e-small.e-outline.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
48
|
+
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-time-icon,
|
|
49
|
+
.e-bigger.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
50
|
+
min-height: $zero-value;
|
|
51
|
+
min-width: 20px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
@include export-module('datetimepicker-material-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
.e-datetime-wrapper {
|
|
5
|
+
|
|
6
|
+
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
7
|
+
content: '\e20c';
|
|
8
|
+
font-family: 'e-icons';
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// Outline textbox icon configuration
|
|
13
|
+
|
|
14
|
+
.e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
15
|
+
.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
16
|
+
.e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
17
|
+
.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
18
|
+
min-height: $zero-value;
|
|
19
|
+
min-width: 20px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-bigger .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
23
|
+
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
|
|
24
|
+
.e-bigger .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
25
|
+
.e-bigger .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
26
|
+
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon,
|
|
27
|
+
.e-bigger .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
28
|
+
min-height: $zero-value;
|
|
29
|
+
min-width: 24px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
33
|
+
.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
34
|
+
.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
35
|
+
.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
36
|
+
.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon,
|
|
37
|
+
.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
38
|
+
min-height: $zero-value;
|
|
39
|
+
min-width: 18px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-bigger.e-small .e-outline.e-datetime-wrapper .e-input-group-icon.e-date-icon,
|
|
43
|
+
.e-bigger.e-small.e-outline.e-datetime-wrapper .e-input-group-icon.e-date-icon,
|
|
44
|
+
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
45
|
+
.e-bigger.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
46
|
+
.e-bigger.e-small .e-outline.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
47
|
+
.e-bigger.e-small.e-outline.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
48
|
+
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-time-icon,
|
|
49
|
+
.e-bigger.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
50
|
+
min-height: $zero-value;
|
|
51
|
+
min-width: 20px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon,
|
|
55
|
+
.e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon,
|
|
56
|
+
.e-rtl.e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon,
|
|
57
|
+
.e-rtl.e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon,
|
|
58
|
+
.e-rtl .e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon,
|
|
59
|
+
.e-rtl .e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon {
|
|
60
|
+
margin: $zero-value;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './tailwind.scss';
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
5
|
+
@import '../datepicker/material-dark-definition.scss';
|
|
6
|
+
@import 'material-dark-definition.scss';
|
|
7
|
+
@import 'icons/material-dark.scss';
|
|
8
|
+
@import 'all.scss';
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
5
|
+
@import '../datepicker/material-definition.scss';
|
|
6
|
+
@import 'material-definition.scss';
|
|
7
|
+
@import 'icons/material.scss';
|
|
8
|
+
@import 'all.scss';
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
5
|
+
@import '../datepicker/tailwind-dark-definition.scss';
|
|
6
|
+
@import 'tailwind-dark-definition.scss';
|
|
7
|
+
@import 'icons/tailwind-dark.scss';
|
|
8
|
+
@import 'all.scss';
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
5
|
+
@import '../datepicker/tailwind-definition.scss';
|
|
6
|
+
@import 'tailwind-definition.scss';
|
|
7
|
+
@import 'icons/tailwind.scss';
|
|
8
|
+
@import 'all.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -649,7 +649,7 @@ ejs-calendar {
|
|
|
649
649
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
650
650
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
651
651
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
652
|
-
background-color: #
|
|
652
|
+
background-color: #514f4f;
|
|
653
653
|
}
|
|
654
654
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
655
655
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1830,13 +1830,6 @@ ejs-calendar {
|
|
|
1830
1830
|
min-height: 40px;
|
|
1831
1831
|
}
|
|
1832
1832
|
|
|
1833
|
-
@media screen and (orientation: landscape) {
|
|
1834
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1835
|
-
display: inline-block;
|
|
1836
|
-
height: 150px;
|
|
1837
|
-
overflow: auto;
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
1833
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1841
1834
|
width: calc(100% - 80px);
|
|
1842
1835
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -650,7 +650,7 @@ ejs-calendar {
|
|
|
650
650
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
651
651
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
652
652
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
653
|
-
background-color: #
|
|
653
|
+
background-color: #dadada;
|
|
654
654
|
}
|
|
655
655
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
656
656
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1837,13 +1837,6 @@ ejs-calendar {
|
|
|
1837
1837
|
min-height: 40px;
|
|
1838
1838
|
}
|
|
1839
1839
|
|
|
1840
|
-
@media screen and (orientation: landscape) {
|
|
1841
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1842
|
-
display: inline-block;
|
|
1843
|
-
height: 150px;
|
|
1844
|
-
overflow: auto;
|
|
1845
|
-
}
|
|
1846
|
-
}
|
|
1847
1840
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1848
1841
|
width: calc(100% - 80px);
|
|
1849
1842
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -188,7 +188,7 @@ ejs-calendar {
|
|
|
188
188
|
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover,
|
|
189
189
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
190
190
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
191
|
-
background-color:
|
|
191
|
+
background-color: transparent;
|
|
192
192
|
cursor: default;
|
|
193
193
|
background-color: #201f1e;
|
|
194
194
|
}
|
|
@@ -568,7 +568,7 @@ ejs-calendar {
|
|
|
568
568
|
|
|
569
569
|
.e-calendar,
|
|
570
570
|
.e-bigger.e-small .e-calendar {
|
|
571
|
-
background-color:
|
|
571
|
+
background-color: transparent;
|
|
572
572
|
border: 1px solid #292827;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
}
|
|
@@ -660,7 +660,7 @@ ejs-calendar {
|
|
|
660
660
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
661
661
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
662
662
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
663
|
-
background-color: #
|
|
663
|
+
background-color: #252423;
|
|
664
664
|
}
|
|
665
665
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
666
666
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1984,13 +1984,6 @@ ejs-calendar {
|
|
|
1984
1984
|
min-height: 40px;
|
|
1985
1985
|
}
|
|
1986
1986
|
|
|
1987
|
-
@media screen and (orientation: landscape) {
|
|
1988
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1989
|
-
display: inline-block;
|
|
1990
|
-
height: 130px;
|
|
1991
|
-
overflow: auto;
|
|
1992
|
-
}
|
|
1993
|
-
}
|
|
1994
1987
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1995
1988
|
width: calc(100% - 80px);
|
|
1996
1989
|
}
|
|
@@ -2283,29 +2276,6 @@ ejs-calendar {
|
|
|
2283
2276
|
color: #3b3a39;
|
|
2284
2277
|
}
|
|
2285
2278
|
|
|
2286
|
-
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
2287
|
-
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2288
|
-
line-height: 26px;
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
2292
|
-
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
2293
|
-
line-height: 28px;
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
2297
|
-
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2298
|
-
line-height: 24px;
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2302
|
-
line-height: 30px;
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2306
|
-
line-height: 32px;
|
|
2307
|
-
}
|
|
2308
|
-
|
|
2309
2279
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2310
2280
|
/* stylelint-disable-line no-empty-source */
|
|
2311
2281
|
/*! component icons */
|
package/styles/fluent.css
CHANGED
|
@@ -188,7 +188,7 @@ ejs-calendar {
|
|
|
188
188
|
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover,
|
|
189
189
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
190
190
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
191
|
-
background-color:
|
|
191
|
+
background-color: transparent;
|
|
192
192
|
cursor: default;
|
|
193
193
|
background-color: #faf9f8;
|
|
194
194
|
}
|
|
@@ -568,7 +568,7 @@ ejs-calendar {
|
|
|
568
568
|
|
|
569
569
|
.e-calendar,
|
|
570
570
|
.e-bigger.e-small .e-calendar {
|
|
571
|
-
background-color:
|
|
571
|
+
background-color: transparent;
|
|
572
572
|
border: 1px solid #edebe9;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
}
|
|
@@ -1984,13 +1984,6 @@ ejs-calendar {
|
|
|
1984
1984
|
min-height: 40px;
|
|
1985
1985
|
}
|
|
1986
1986
|
|
|
1987
|
-
@media screen and (orientation: landscape) {
|
|
1988
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1989
|
-
display: inline-block;
|
|
1990
|
-
height: 130px;
|
|
1991
|
-
overflow: auto;
|
|
1992
|
-
}
|
|
1993
|
-
}
|
|
1994
1987
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1995
1988
|
width: calc(100% - 80px);
|
|
1996
1989
|
}
|
|
@@ -2283,29 +2276,6 @@ ejs-calendar {
|
|
|
2283
2276
|
color: #a19f9d;
|
|
2284
2277
|
}
|
|
2285
2278
|
|
|
2286
|
-
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
2287
|
-
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2288
|
-
line-height: 26px;
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
2292
|
-
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
2293
|
-
line-height: 28px;
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
2297
|
-
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2298
|
-
line-height: 24px;
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2302
|
-
line-height: 30px;
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2306
|
-
line-height: 32px;
|
|
2307
|
-
}
|
|
2308
|
-
|
|
2309
2279
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2310
2280
|
/* stylelint-disable-line no-empty-source */
|
|
2311
2281
|
/*! component icons */
|
|
@@ -1841,13 +1841,6 @@ ejs-calendar {
|
|
|
1841
1841
|
min-height: 40px;
|
|
1842
1842
|
}
|
|
1843
1843
|
|
|
1844
|
-
@media screen and (orientation: landscape) {
|
|
1845
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1846
|
-
display: inline-block;
|
|
1847
|
-
height: 150px;
|
|
1848
|
-
overflow: auto;
|
|
1849
|
-
}
|
|
1850
|
-
}
|
|
1851
1844
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1852
1845
|
width: calc(100% - 80px);
|
|
1853
1846
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -1844,13 +1844,6 @@ ejs-calendar {
|
|
|
1844
1844
|
min-height: 40px;
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
-
@media screen and (orientation: landscape) {
|
|
1848
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1849
|
-
display: inline-block;
|
|
1850
|
-
height: 150px;
|
|
1851
|
-
overflow: auto;
|
|
1852
|
-
}
|
|
1853
|
-
}
|
|
1854
1847
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1855
1848
|
width: calc(100% - 80px);
|
|
1856
1849
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -1960,13 +1960,6 @@ ejs-calendar {
|
|
|
1960
1960
|
min-height: 40px;
|
|
1961
1961
|
}
|
|
1962
1962
|
|
|
1963
|
-
@media screen and (orientation: landscape) {
|
|
1964
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1965
|
-
display: inline-block;
|
|
1966
|
-
height: 130px;
|
|
1967
|
-
overflow: auto;
|
|
1968
|
-
}
|
|
1969
|
-
}
|
|
1970
1963
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1971
1964
|
width: calc(100% - 80px);
|
|
1972
1965
|
}
|
package/styles/material.css
CHANGED
|
@@ -306,7 +306,7 @@ ejs-calendar {
|
|
|
306
306
|
}
|
|
307
307
|
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
308
308
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
309
|
-
line-height:
|
|
309
|
+
line-height: 30px;
|
|
310
310
|
}
|
|
311
311
|
.e-calendar .e-content.e-year table, .e-calendar .e-content.e-decade table,
|
|
312
312
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -451,7 +451,7 @@ ejs-calendar {
|
|
|
451
451
|
}
|
|
452
452
|
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
453
453
|
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
454
|
-
line-height:
|
|
454
|
+
line-height: 36px;
|
|
455
455
|
}
|
|
456
456
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
457
457
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
@@ -502,7 +502,7 @@ ejs-calendar {
|
|
|
502
502
|
}
|
|
503
503
|
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
504
504
|
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
505
|
-
line-height:
|
|
505
|
+
line-height: 24px;
|
|
506
506
|
}
|
|
507
507
|
.e-small.e-calendar .e-content.e-month td,
|
|
508
508
|
.e-small .e-calendar .e-content.e-month td {
|
|
@@ -2109,11 +2109,6 @@ ejs-calendar {
|
|
|
2109
2109
|
}
|
|
2110
2110
|
|
|
2111
2111
|
@media screen and (orientation: landscape) {
|
|
2112
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
2113
|
-
display: inline-block;
|
|
2114
|
-
height: 130px;
|
|
2115
|
-
overflow: auto;
|
|
2116
|
-
}
|
|
2117
2112
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2118
2113
|
float: left;
|
|
2119
2114
|
height: 100%;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1991,13 +1991,6 @@ ejs-calendar {
|
|
|
1991
1991
|
min-height: 40px;
|
|
1992
1992
|
}
|
|
1993
1993
|
|
|
1994
|
-
@media screen and (orientation: landscape) {
|
|
1995
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1996
|
-
display: inline-block;
|
|
1997
|
-
height: 130px;
|
|
1998
|
-
overflow: auto;
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
1994
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2002
1995
|
width: calc(100% - 80px);
|
|
2003
1996
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -1991,13 +1991,6 @@ ejs-calendar {
|
|
|
1991
1991
|
min-height: 40px;
|
|
1992
1992
|
}
|
|
1993
1993
|
|
|
1994
|
-
@media screen and (orientation: landscape) {
|
|
1995
|
-
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1996
|
-
display: inline-block;
|
|
1997
|
-
height: 130px;
|
|
1998
|
-
overflow: auto;
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
1994
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2002
1995
|
width: calc(100% - 80px);
|
|
2003
1996
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
//default
|
|
2
|
+
$timepicker-default-text-indent: 20px !default;
|
|
3
|
+
$timepicker-list-bigger-line-height: 40px !default;
|
|
4
|
+
$timepicker-list-normal-line-height: 26px !default;
|
|
5
|
+
$timepicker-list-normal-font-size: 14px !default;
|
|
6
|
+
$timepicker-list-bigger-font-size: 15px !default;
|
|
7
|
+
$timepicker-list-normal-text-indent: $timepicker-default-text-indent !default;
|
|
8
|
+
$timepicker-list-bigger-text-indent: 20px !default;
|
|
9
|
+
$timepicker-popup-border-radius: 4px !default;
|
|
10
|
+
$timepicker-list-font-weight: regular !default;
|
|
11
|
+
$timepicker-popup-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
12
|
+
$timepicker-list-default-font-color: $grey-dark-font !default;
|
|
13
|
+
$timepicker-list-default-border-style: none !default;
|
|
14
|
+
$timepicker-list-hover-border-color: none !default;
|
|
15
|
+
$timepicker-list-border-color: 1px solid $grey-44 !default;
|
|
16
|
+
$timepicker-list-bg-color: $grey-dark !default;
|
|
17
|
+
$timepicker-list-active-bg-color: $brand-primary !default;
|
|
18
|
+
$timepicker-list-active-icon-color: $grey-light-font !default;
|
|
19
|
+
$timepicker-list-active-font-color: $brand-primary-font !default;
|
|
20
|
+
$timepicker-list-hover-bg-color: $grey-44 !default;
|
|
21
|
+
$timepicker-list-hover-font-color: $grey-dark-font !default;
|
|
22
|
+
$timepicker-list-popup-icon-active-color: $grey-dark-font !default;
|
|
23
|
+
$timepicker-list-active-hover-bg-color: $brand-primary !default;
|
|
24
|
+
$timepicker-list-active-hover-font-color: $grey-light-font !default;
|
|
25
|
+
$timepicker-list-normal-padding: 0 !default;
|
|
26
|
+
$timepicker-list-bigger-padding: 0 !default;
|
|
27
|
+
$timepicker-font-icon: '\e93e' !default;
|
|
28
|
+
$timepicker-icon-normal-font-size: 16px !default;
|
|
29
|
+
$timepicker-icon-bigger-font-size: 16px !default;
|
|
30
|
+
$timepicker-disable-text: $grey-8c !default;
|
|
31
|
+
$timepicker-disable-opacity: 1 !default;
|
|
32
|
+
$timepicker-default-overlay: rgba($grey-base, .6) !default;
|
|
33
|
+
|
|
34
|
+
// mouse small
|
|
35
|
+
$timepicker-list-small-font-size: 13px !default;
|
|
36
|
+
$timepicker-list-small-line-height: 22px !default;
|
|
37
|
+
$timepicker-list-small-text-indent: 12px !default;
|
|
38
|
+
$timepicker-list-small-font-color: $grey-dark-font !default;
|
|
39
|
+
|
|
40
|
+
// icon small
|
|
41
|
+
$timepicker-icon-small-font-size: 14px !default;
|
|
42
|
+
|
|
43
|
+
// Touch small
|
|
44
|
+
$timepicker-list-bigger-small-font-size: 14px !default;
|
|
45
|
+
$timepicker-list-bigger-small-line-height: 34px !default;
|
|
46
|
+
$timepicker-list-bigger-small-text-indent: 20px !default;
|
|
47
|
+
|
|
48
|
+
// Touch small icon
|
|
49
|
+
$timepicker-icon-bigger-small-font-size: 18px !default;
|
|
50
|
+
|
|
51
|
+
//enddefault
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
$timepicker-default-text-indent: 20px !default;
|
|
2
|
+
$timepicker-list-bigger-line-height: 40px !default;
|
|
3
|
+
$timepicker-list-normal-line-height: 26px !default;
|
|
4
|
+
$timepicker-list-normal-font-size: 14px !default;
|
|
5
|
+
$timepicker-list-bigger-font-size: 15px !default;
|
|
6
|
+
$timepicker-list-normal-text-indent: $timepicker-default-text-indent !default;
|
|
7
|
+
$timepicker-list-bigger-text-indent: 20px !default;
|
|
8
|
+
$timepicker-popup-border-radius: 4px !default;
|
|
9
|
+
$timepicker-list-font-weight: regular !default;
|
|
10
|
+
$timepicker-popup-shadow: 0 6px 12px rgba($grey-light-font, .175) !default;
|
|
11
|
+
$timepicker-list-default-font-color: $grey-light-font !default;
|
|
12
|
+
$timepicker-list-default-border-style: none !default;
|
|
13
|
+
$timepicker-list-hover-border-color: none !default;
|
|
14
|
+
$timepicker-list-border-color: 1px solid $grey-cc !default;
|
|
15
|
+
$timepicker-list-bg-color: $grey-white !default;
|
|
16
|
+
$timepicker-list-active-bg-color: $brand-primary !default;
|
|
17
|
+
$timepicker-list-active-icon-color: $grey-light-font !default;
|
|
18
|
+
$timepicker-list-active-font-color: $brand-primary-font !default;
|
|
19
|
+
$timepicker-list-hover-bg-color: $grey-f5 !default;
|
|
20
|
+
$timepicker-list-hover-font-color: $grey-light-font !default;
|
|
21
|
+
$timepicker-list-popup-icon-active-color: $grey-light-font !default;
|
|
22
|
+
$timepicker-list-active-hover-bg-color: $grey-f5 !default;
|
|
23
|
+
$timepicker-list-active-hover-font-color: $grey-light-font !default;
|
|
24
|
+
$timepicker-list-normal-padding: 0 !default;
|
|
25
|
+
$timepicker-list-bigger-padding: 0 !default;
|
|
26
|
+
$timepicker-font-icon: '\e93e' !default;
|
|
27
|
+
$timepicker-icon-normal-font-size: 16px !default;
|
|
28
|
+
$timepicker-icon-bigger-font-size: 16px !default;
|
|
29
|
+
$timepicker-disable-text: rgba($grey, .65) !default;
|
|
30
|
+
$timepicker-disable-opacity: 1 !default;
|
|
31
|
+
$timepicker-default-overlay: rgba($grey-base, .6) !default;
|
|
32
|
+
|
|
33
|
+
// mouse small
|
|
34
|
+
$timepicker-list-small-font-size: 13px !default;
|
|
35
|
+
$timepicker-list-small-line-height: 22px !default;
|
|
36
|
+
$timepicker-list-small-text-indent: 12px !default;
|
|
37
|
+
$timepicker-list-small-font-color: $grey-light-font !default;
|
|
38
|
+
|
|
39
|
+
// icon small
|
|
40
|
+
$timepicker-icon-small-font-size: 14px !default;
|
|
41
|
+
|
|
42
|
+
// Touch small
|
|
43
|
+
$timepicker-list-bigger-small-font-size: 14px !default;
|
|
44
|
+
$timepicker-list-bigger-small-line-height: 34px !default;
|
|
45
|
+
$timepicker-list-bigger-small-text-indent: 20px !default;
|
|
46
|
+
|
|
47
|
+
// Touch small icon
|
|
48
|
+
$timepicker-icon-bigger-small-font-size: 18px !default;
|