@syncfusion/ej2-angular-calendars 22.2.11 → 22.2.12-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-calendars.es5.js +1028 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +961 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/CHANGELOG.md +1418 -0
- package/dist/ej2-angular-calendars.umd.js +1073 -0
- package/dist/ej2-angular-calendars.umd.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.min.js +11 -0
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
- package/ej2-angular-calendars.d.ts +9 -0
- package/ej2-angular-calendars.metadata.json +1 -0
- package/package.json +14 -28
- 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/calendar/calendar-all.module.d.ts +0 -6
- package/src/calendar/calendar.component.d.ts +0 -3
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +0 -3
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +0 -3
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.scss +1 -5
- package/styles/calendar/bootstrap4.scss +1 -5
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.css +1 -1
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/material3-dark.scss +1 -5
- package/styles/calendar/material3.scss +1 -5
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.css +1 -1
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/material3-dark.scss +1 -7
- package/styles/datepicker/material3.scss +1 -7
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +1 -1
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/material3-dark.scss +1 -7
- package/styles/daterangepicker/material3.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.scss +1 -8
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap5.scss +1 -8
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.scss +1 -8
- package/styles/datetimepicker/fluent-dark.scss +1 -8
- package/styles/datetimepicker/fluent.scss +1 -8
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.css +1 -1
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/material3-dark.scss +1 -8
- package/styles/datetimepicker/material3.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/material-dark.css +1 -1
- package/styles/material3-dark.css +224 -0
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +444 -0
- package/styles/material3.scss +0 -1
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.css +1 -1
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/material3-dark.scss +1 -6
- package/styles/timepicker/material3.scss +1 -6
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
- package/esm2020/src/calendar/calendar.component.mjs +0 -90
- package/esm2020/src/calendar/calendar.module.mjs +0 -25
- package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
- package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
- package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
- package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -18
- package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
- package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
- package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/styles/calendar/_all.scss +0 -2
- package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
- package/styles/calendar/_bootstrap-definition.scss +0 -228
- package/styles/calendar/_bootstrap4-definition.scss +0 -228
- package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/calendar/_bootstrap5-definition.scss +0 -250
- package/styles/calendar/_fabric-dark-definition.scss +0 -192
- package/styles/calendar/_fabric-definition.scss +0 -190
- package/styles/calendar/_fluent-dark-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +0 -252
- package/styles/calendar/_fusionnew-definition.scss +0 -250
- package/styles/calendar/_highcontrast-definition.scss +0 -189
- package/styles/calendar/_highcontrast-light-definition.scss +0 -192
- package/styles/calendar/_layout.scss +0 -786
- package/styles/calendar/_material-dark-definition.scss +0 -194
- package/styles/calendar/_material-definition.scss +0 -189
- package/styles/calendar/_material3-dark-definition.scss +0 -1
- package/styles/calendar/_material3-definition.scss +0 -195
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -534
- package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
- package/styles/calendar/icons/_bootstrap.scss +0 -13
- package/styles/calendar/icons/_bootstrap4.scss +0 -13
- package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/calendar/icons/_bootstrap5.scss +0 -13
- package/styles/calendar/icons/_fabric-dark.scss +0 -13
- package/styles/calendar/icons/_fabric.scss +0 -13
- package/styles/calendar/icons/_fluent-dark.scss +0 -1
- package/styles/calendar/icons/_fluent.scss +0 -13
- package/styles/calendar/icons/_fusionnew.scss +0 -13
- package/styles/calendar/icons/_highcontrast-light.scss +0 -13
- package/styles/calendar/icons/_highcontrast.scss +0 -13
- package/styles/calendar/icons/_material-dark.scss +0 -13
- package/styles/calendar/icons/_material.scss +0 -13
- package/styles/calendar/icons/_material3-dark.scss +0 -1
- package/styles/calendar/icons/_material3.scss +0 -13
- package/styles/calendar/icons/_tailwind-dark.scss +0 -1
- package/styles/calendar/icons/_tailwind.scss +0 -13
- package/styles/datepicker/_all.scss +0 -2
- package/styles/datepicker/_bootstrap-dark-definition.scss +0 -97
- package/styles/datepicker/_bootstrap-definition.scss +0 -96
- package/styles/datepicker/_bootstrap4-definition.scss +0 -101
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -107
- package/styles/datepicker/_fabric-dark-definition.scss +0 -98
- package/styles/datepicker/_fabric-definition.scss +0 -95
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -107
- package/styles/datepicker/_fusionnew-definition.scss +0 -107
- package/styles/datepicker/_highcontrast-definition.scss +0 -96
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
- package/styles/datepicker/_layout.scss +0 -409
- package/styles/datepicker/_material-dark-definition.scss +0 -103
- package/styles/datepicker/_material-definition.scss +0 -100
- package/styles/datepicker/_material3-dark-definition.scss +0 -1
- package/styles/datepicker/_material3-definition.scss +0 -116
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -105
- package/styles/datepicker/_theme.scss +0 -53
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
- package/styles/datepicker/icons/_bootstrap.scss +0 -72
- package/styles/datepicker/icons/_bootstrap4.scss +0 -76
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -76
- package/styles/datepicker/icons/_fabric-dark.scss +0 -65
- package/styles/datepicker/icons/_fabric.scss +0 -65
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -76
- package/styles/datepicker/icons/_fusionnew.scss +0 -76
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
- package/styles/datepicker/icons/_highcontrast.scss +0 -72
- package/styles/datepicker/icons/_material-dark.scss +0 -99
- package/styles/datepicker/icons/_material.scss +0 -99
- package/styles/datepicker/icons/_material3-dark.scss +0 -1
- package/styles/datepicker/icons/_material3.scss +0 -79
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -76
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
- package/styles/daterangepicker/_fabric-definition.scss +0 -258
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -305
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
- package/styles/daterangepicker/_layout.scss +0 -1002
- package/styles/daterangepicker/_material-dark-definition.scss +0 -266
- package/styles/daterangepicker/_material-definition.scss +0 -266
- package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
- package/styles/daterangepicker/_material3-definition.scss +0 -278
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -287
- package/styles/daterangepicker/_theme.scss +0 -455
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
- package/styles/daterangepicker/icons/_fabric.scss +0 -85
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -92
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
- package/styles/daterangepicker/icons/_material-dark.scss +0 -119
- package/styles/daterangepicker/icons/_material.scss +0 -119
- package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
- package/styles/daterangepicker/icons/_material3.scss +0 -129
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -92
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-definition.scss +0 -57
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -65
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
- package/styles/datetimepicker/_layout.scss +0 -238
- package/styles/datetimepicker/_material-dark-definition.scss +0 -64
- package/styles/datetimepicker/_material-definition.scss +0 -62
- package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
- package/styles/datetimepicker/_material3-definition.scss +0 -71
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -65
- package/styles/datetimepicker/_theme.scss +0 -70
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
- package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
- package/styles/datetimepicker/icons/_fabric.scss +0 -11
- package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datetimepicker/icons/_fluent.scss +0 -11
- package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
- package/styles/datetimepicker/icons/_material-dark.scss +0 -53
- package/styles/datetimepicker/icons/_material.scss +0 -62
- package/styles/datetimepicker/icons/_material3-dark.scss +0 -1
- package/styles/datetimepicker/icons/_material3.scss +0 -11
- package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datetimepicker/icons/_tailwind.scss +0 -11
- package/styles/timepicker/_all.scss +0 -2
- package/styles/timepicker/_bootstrap-dark-definition.scss +0 -80
- package/styles/timepicker/_bootstrap-definition.scss +0 -77
- package/styles/timepicker/_bootstrap4-definition.scss +0 -85
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -86
- package/styles/timepicker/_fabric-dark-definition.scss +0 -80
- package/styles/timepicker/_fabric-definition.scss +0 -77
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -86
- package/styles/timepicker/_fusionnew-definition.scss +0 -86
- package/styles/timepicker/_highcontrast-definition.scss +0 -77
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
- package/styles/timepicker/_layout.scss +0 -287
- package/styles/timepicker/_material-dark-definition.scss +0 -84
- package/styles/timepicker/_material-definition.scss +0 -81
- package/styles/timepicker/_material3-dark-definition.scss +0 -1
- package/styles/timepicker/_material3-definition.scss +0 -99
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -84
- package/styles/timepicker/_theme.scss +0 -113
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
- package/styles/timepicker/icons/_bootstrap.scss +0 -24
- package/styles/timepicker/icons/_bootstrap4.scss +0 -24
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -24
- package/styles/timepicker/icons/_fabric-dark.scss +0 -24
- package/styles/timepicker/icons/_fabric.scss +0 -24
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -24
- package/styles/timepicker/icons/_fusionnew.scss +0 -24
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
- package/styles/timepicker/icons/_highcontrast.scss +0 -24
- package/styles/timepicker/icons/_material-dark.scss +0 -52
- package/styles/timepicker/icons/_material.scss +0 -54
- package/styles/timepicker/icons/_material3-dark.scss +0 -1
- package/styles/timepicker/icons/_material3.scss +0 -24
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -24
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-theme') {
|
|
2
|
-
|
|
3
|
-
/*! timepicker theme */
|
|
4
|
-
.e-time-wrapper {
|
|
5
|
-
#{if(&, '&', '*')} .e-input-group-icon.e-icons.e-active {
|
|
6
|
-
@if $timepicker-skin-name == 'bootstrap4' or $timepicker-skin-name == 'bootstrap5' {
|
|
7
|
-
background: $timepicker-icon-active-bg-color;
|
|
8
|
-
border-color: $timepicker-active-border-color;
|
|
9
|
-
}
|
|
10
|
-
color: $timepicker-list-active-icon-color;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
#{if(&, '&', '*')}.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
|
|
14
|
-
color: $timepicker-list-popup-icon-active-color;
|
|
15
|
-
@if $timepicker-skin-name == 'Material3' {
|
|
16
|
-
border: $timepicker-icon-active-border;
|
|
17
|
-
border-radius: $timepicker-icon-active-border-radius;
|
|
18
|
-
background: $timepicker-icon-active-bg-color;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
#{&}.e-timepicker.e-popup {
|
|
24
|
-
@if $timepicker-skin-name != 'Material3' {
|
|
25
|
-
background-color: $timepicker-list-bg-color;
|
|
26
|
-
}
|
|
27
|
-
@if $timepicker-skin-name == 'Material3' {
|
|
28
|
-
background: $timepicker-list-bg-color;
|
|
29
|
-
}
|
|
30
|
-
border: $timepicker-list-border-color;
|
|
31
|
-
border-radius: $timepicker-popup-border-radius;
|
|
32
|
-
box-shadow: $timepicker-popup-shadow;
|
|
33
|
-
|
|
34
|
-
#{if(&, '&', '*')} .e-list-parent.e-ul {
|
|
35
|
-
@if $timepicker-skin-name != 'Material3' {
|
|
36
|
-
background-color: $timepicker-list-bg-color;
|
|
37
|
-
}
|
|
38
|
-
@if $timepicker-skin-name == 'Material3' {
|
|
39
|
-
background: $timepicker-list-bg-color;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
#{if(&, '&', '*')} li.e-list-item {
|
|
43
|
-
border: $timepicker-list-default-border-style;
|
|
44
|
-
color: $timepicker-list-default-font-color;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
#{if(&, '&', '*')} .e-list-item.e-disabled {
|
|
48
|
-
color: $timepicker-disable-text;
|
|
49
|
-
opacity: $timepicker-disable-opacity;
|
|
50
|
-
pointer-events: none;
|
|
51
|
-
touch-action: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
#{if(&, '&', '*')} .e-list-item.e-hover,
|
|
55
|
-
#{if(&, '&', '*')} .e-list-item.e-navigation,
|
|
56
|
-
#{if(&, '&', '*')} .e-list-item:focus {
|
|
57
|
-
@if $timepicker-skin-name != 'Material3' {
|
|
58
|
-
background-color: $timepicker-list-hover-bg-color;
|
|
59
|
-
}
|
|
60
|
-
@if $timepicker-skin-name == 'Material3' {
|
|
61
|
-
background: $timepicker-list-hover-bg-color;
|
|
62
|
-
}
|
|
63
|
-
border: $timepicker-list-hover-border-color;
|
|
64
|
-
color: $timepicker-list-hover-font-color;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
#{if(&, '&', '*')} .e-list-item.e-active {
|
|
68
|
-
@if $timepicker-skin-name != 'Material3' {
|
|
69
|
-
background-color: $timepicker-list-active-bg-color;
|
|
70
|
-
}
|
|
71
|
-
@if $timepicker-skin-name == 'Material3' {
|
|
72
|
-
background: $timepicker-list-active-bg-color;
|
|
73
|
-
}
|
|
74
|
-
color: $timepicker-list-active-font-color;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
#{if(&, '&', '*')} .e-list-item.e-active.e-hover {
|
|
78
|
-
@if $timepicker-skin-name != 'Material3' {
|
|
79
|
-
background-color: $timepicker-list-active-hover-bg-color;
|
|
80
|
-
}
|
|
81
|
-
@if $timepicker-skin-name == 'Material3' {
|
|
82
|
-
background: $timepicker-list-active-hover-bg-color;
|
|
83
|
-
}
|
|
84
|
-
color: $timepicker-list-active-hover-font-color;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.e-small #{&}.e-timepicker.e-popup,
|
|
90
|
-
#{if(&, '&', '*')}.e-small#{&}.e-timepicker.e-popup,
|
|
91
|
-
.e-bigger.e-small #{&}.e-timepicker.e-popup,
|
|
92
|
-
#{if(&, '&', '*')}.e-bigger.e-small#{&}.e-timepicker.e-popup {
|
|
93
|
-
|
|
94
|
-
#{if(&, '&', '*')} .e-list-parent.e-ul {
|
|
95
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
96
|
-
color: $timepicker-list-small-font-color;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
102
|
-
.e-datetimepicker.e-popup-expand {
|
|
103
|
-
|
|
104
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
105
|
-
background-color: $modal-header-bg-color;
|
|
106
|
-
color: $modal-header-text-color;
|
|
107
|
-
|
|
108
|
-
#{if(&, '&', '*')} .e-popup-close {
|
|
109
|
-
color: $modal-header-text-color;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-bootstrap-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
.e-time-wrapper,
|
|
5
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
6
|
-
|
|
7
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
8
|
-
content: '\e93e';
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
13
|
-
.e-datetimepicker.e-popup-expand {
|
|
14
|
-
|
|
15
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
16
|
-
|
|
17
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
18
|
-
content: '\e7fc';
|
|
19
|
-
font-family: 'e-icons';
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-bootstrap-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e93e';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7fc';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-bootstrap4-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e7c7';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e745';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './bootstrap5.scss';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-bootstrap5-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e705';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7e7';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-fabric-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e97f';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7fc';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-fabric-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e97f';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7fc';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './fluent.scss';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-fluent-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e705';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7e7';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-fusionnew-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e705';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e932';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-highcontrast-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e97f';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7fc';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-highcontrast-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e97f';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7fc';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-material-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e20c';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
14
|
-
.e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
15
|
-
min-height: $zero-value;
|
|
16
|
-
min-width: 20px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-bigger .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
20
|
-
.e-time-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon,
|
|
21
|
-
.e-bigger .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
22
|
-
min-height: $zero-value;
|
|
23
|
-
min-width: 24px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-small .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
27
|
-
.e-time-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon,
|
|
28
|
-
.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
29
|
-
min-height: $zero-value;
|
|
30
|
-
min-width: 18px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.e-bigger.e-small .e-outline.e-time-wrapper .e-input-group-icon.e-time-icon,
|
|
34
|
-
.e-bigger.e-small.e-outline.e-time-wrapper .e-input-group-icon.e-time-icon,
|
|
35
|
-
.e-time-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-time-icon,
|
|
36
|
-
.e-bigger.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
37
|
-
min-height: $zero-value;
|
|
38
|
-
min-width: 20px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
42
|
-
.e-datetimepicker.e-popup-expand {
|
|
43
|
-
|
|
44
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
45
|
-
|
|
46
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
47
|
-
content: '\e932';
|
|
48
|
-
font-family: 'e-icons';
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-material-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e20c';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
// Outline textbox icon configuration
|
|
14
|
-
|
|
15
|
-
.e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
16
|
-
.e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
17
|
-
min-height: $zero-value;
|
|
18
|
-
min-width: 20px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-bigger .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
22
|
-
.e-time-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon,
|
|
23
|
-
.e-bigger .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
24
|
-
min-height: $zero-value;
|
|
25
|
-
min-width: 24px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.e-small .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
|
|
29
|
-
.e-time-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon,
|
|
30
|
-
.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
31
|
-
min-height: $zero-value;
|
|
32
|
-
min-width: 18px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.e-bigger.e-small .e-outline.e-time-wrapper .e-input-group-icon.e-time-icon,
|
|
36
|
-
.e-bigger.e-small.e-outline.e-time-wrapper .e-input-group-icon.e-time-icon,
|
|
37
|
-
.e-time-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-time-icon,
|
|
38
|
-
.e-bigger.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
|
|
39
|
-
min-height: $zero-value;
|
|
40
|
-
min-width: 20px;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
44
|
-
.e-datetimepicker.e-popup-expand {
|
|
45
|
-
|
|
46
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
47
|
-
|
|
48
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
49
|
-
content: '\e932';
|
|
50
|
-
font-family: 'e-icons';
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './material3.scss';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-Material3-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e705';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7e7';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './tailwind.scss';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-tailwind-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-time-wrapper,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
7
|
-
|
|
8
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons::before {
|
|
9
|
-
content: '\e705';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand,
|
|
14
|
-
.e-datetimepicker.e-popup-expand {
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')} .e-model-header {
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')} .e-popup-close::before {
|
|
19
|
-
content: '\e7e7';
|
|
20
|
-
font-family: 'e-icons';
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|