@syncfusion/ej2-angular-calendars 21.2.9 → 21.2.10-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 +1408 -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 +13 -27
- 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.scss +1 -5
- package/styles/calendar/material.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.scss +1 -7
- package/styles/datepicker/material.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.scss +1 -7
- package/styles/daterangepicker/material.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.scss +1 -8
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.scss +1 -8
- 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.scss +1 -6
- package/styles/timepicker/material.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 -741
- package/styles/calendar/_material-dark-definition.scss +0 -194
- package/styles/calendar/_material-definition.scss +0 -189
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -533
- 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.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 -37
- package/styles/datepicker/_bootstrap-definition.scss +0 -34
- package/styles/datepicker/_bootstrap4-definition.scss +0 -40
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -46
- package/styles/datepicker/_fabric-dark-definition.scss +0 -37
- package/styles/datepicker/_fabric-definition.scss +0 -34
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -46
- package/styles/datepicker/_fusionnew-definition.scss +0 -46
- package/styles/datepicker/_highcontrast-definition.scss +0 -35
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -38
- package/styles/datepicker/_layout.scss +0 -261
- package/styles/datepicker/_material-dark-definition.scss +0 -42
- package/styles/datepicker/_material-definition.scss +0 -39
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -44
- package/styles/datepicker/_theme.scss +0 -54
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -52
- package/styles/datepicker/icons/_bootstrap.scss +0 -52
- package/styles/datepicker/icons/_bootstrap4.scss +0 -56
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -56
- package/styles/datepicker/icons/_fabric-dark.scss +0 -52
- package/styles/datepicker/icons/_fabric.scss +0 -52
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -56
- package/styles/datepicker/icons/_fusionnew.scss +0 -56
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -52
- package/styles/datepicker/icons/_highcontrast.scss +0 -52
- package/styles/datepicker/icons/_material-dark.scss +0 -86
- package/styles/datepicker/icons/_material.scss +0 -86
- package/styles/datepicker/icons/_material3.scss +0 -56
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -56
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -193
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -193
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -203
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -231
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -196
- package/styles/daterangepicker/_fabric-definition.scss +0 -193
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -240
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -230
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -193
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -196
- package/styles/daterangepicker/_layout.scss +0 -821
- package/styles/daterangepicker/_material-dark-definition.scss +0 -201
- package/styles/daterangepicker/_material-definition.scss +0 -201
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -222
- package/styles/daterangepicker/_theme.scss +0 -435
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -74
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -72
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -65
- package/styles/daterangepicker/icons/_fabric.scss +0 -65
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -72
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -72
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -65
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -65
- package/styles/daterangepicker/icons/_material-dark.scss +0 -99
- package/styles/daterangepicker/icons/_material.scss +0 -99
- package/styles/daterangepicker/icons/_material3.scss +0 -99
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -72
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -55
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -54
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -55
- package/styles/datetimepicker/_fabric-definition.scss +0 -52
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -60
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -60
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -52
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -55
- package/styles/datetimepicker/_layout.scss +0 -195
- package/styles/datetimepicker/_material-dark-definition.scss +0 -59
- package/styles/datetimepicker/_material-definition.scss +0 -57
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -60
- 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.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 -52
- package/styles/timepicker/_bootstrap-definition.scss +0 -49
- package/styles/timepicker/_bootstrap4-definition.scss +0 -57
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -58
- package/styles/timepicker/_fabric-dark-definition.scss +0 -52
- package/styles/timepicker/_fabric-definition.scss +0 -49
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -58
- package/styles/timepicker/_fusionnew-definition.scss +0 -58
- package/styles/timepicker/_highcontrast-definition.scss +0 -49
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -52
- package/styles/timepicker/_layout.scss +0 -202
- package/styles/timepicker/_material-dark-definition.scss +0 -56
- package/styles/timepicker/_material-definition.scss +0 -53
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -56
- package/styles/timepicker/_theme.scss +0 -100
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/timepicker/icons/_bootstrap.scss +0 -12
- package/styles/timepicker/icons/_bootstrap4.scss +0 -12
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -12
- package/styles/timepicker/icons/_fabric-dark.scss +0 -12
- package/styles/timepicker/icons/_fabric.scss +0 -12
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -12
- package/styles/timepicker/icons/_fusionnew.scss +0 -12
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -12
- package/styles/timepicker/icons/_highcontrast.scss +0 -12
- package/styles/timepicker/icons/_material-dark.scss +0 -40
- package/styles/timepicker/icons/_material.scss +0 -42
- package/styles/timepicker/icons/_material3.scss +0 -12
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -12
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-fabric-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
outline: none;
|
|
10
|
-
|
|
11
|
-
#{if(&, '&', '*')}::before {
|
|
12
|
-
content: '\e93a';
|
|
13
|
-
font-family: 'e-icons';
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')}:focus {
|
|
17
|
-
background: $datepicker-icon-hover-color;
|
|
18
|
-
border-radius: $datepicker-icon-border-radius;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
24
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
25
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
26
|
-
margin: $datepicker-icon-bigger-margin;
|
|
27
|
-
|
|
28
|
-
#{if(&, '&', '*')}::before {
|
|
29
|
-
content: '\e93a';
|
|
30
|
-
font-family: 'e-icons';
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
#{if(&, '&', '*')}:focus {
|
|
34
|
-
background: $datepicker-icon-hover-color;
|
|
35
|
-
border-radius: $datepicker-icon-border-radius;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// mouse small icon
|
|
40
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
41
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
42
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
43
|
-
font-size: $datepicker-small-icon-font-size;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// Touch small icon
|
|
47
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
48
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
49
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
50
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-fabric-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
outline: none;
|
|
10
|
-
|
|
11
|
-
#{if(&, '&', '*')}::before {
|
|
12
|
-
content: '\e93a';
|
|
13
|
-
font-family: 'e-icons';
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')}:focus {
|
|
17
|
-
background: $datepicker-icon-hover-color;
|
|
18
|
-
border-radius: $datepicker-icon-border-radius;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
24
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
25
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
26
|
-
margin: $datepicker-icon-bigger-margin;
|
|
27
|
-
|
|
28
|
-
#{if(&, '&', '*')}::before {
|
|
29
|
-
content: '\e93a';
|
|
30
|
-
font-family: 'e-icons';
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
#{if(&, '&', '*')}:focus {
|
|
34
|
-
background: $datepicker-icon-hover-color;
|
|
35
|
-
border-radius: $datepicker-icon-border-radius;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// mouse small icon
|
|
40
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
41
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
42
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
43
|
-
font-size: $datepicker-small-icon-font-size;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// Touch small icon
|
|
47
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
48
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
49
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
50
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './fluent.scss';
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-fluent-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
min-height: $datepicker-icon-container-min-height;
|
|
10
|
-
min-width: $datepicker-icon-container-min-width;
|
|
11
|
-
outline: none;
|
|
12
|
-
|
|
13
|
-
#{if(&, '&', '*')}::before {
|
|
14
|
-
content: '\e75e';
|
|
15
|
-
font-family: 'e-icons';
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')}:focus {
|
|
19
|
-
background: $datepicker-icon-hover-color;
|
|
20
|
-
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
27
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
28
|
-
margin: $datepicker-icon-bigger-margin;
|
|
29
|
-
min-height: $datepicker-bigger-icon-container-min-height;
|
|
30
|
-
min-width: $datepicker-bigger-icon-container-min-width;
|
|
31
|
-
|
|
32
|
-
#{if(&, '&', '*')}::before {
|
|
33
|
-
content: '\e75e';
|
|
34
|
-
font-family: 'e-icons';
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#{if(&, '&', '*')}:focus {
|
|
38
|
-
background: $datepicker-icon-hover-color;
|
|
39
|
-
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// mouse small icon
|
|
44
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
45
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
46
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
47
|
-
font-size: $datepicker-small-icon-font-size;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// Touch small icon
|
|
51
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
52
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
53
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
54
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-fusionnew-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
min-height: $datepicker-icon-container-min-height;
|
|
10
|
-
min-width: $datepicker-icon-container-min-width;
|
|
11
|
-
outline: none;
|
|
12
|
-
|
|
13
|
-
#{if(&, '&', '*')}::before {
|
|
14
|
-
content: '\e75e';
|
|
15
|
-
font-family: 'e-icons';
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')}:focus {
|
|
19
|
-
background: $datepicker-icon-hover-color;
|
|
20
|
-
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
27
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
28
|
-
margin: $datepicker-icon-bigger-margin;
|
|
29
|
-
min-height: $datepicker-bigger-icon-container-min-height;
|
|
30
|
-
min-width: $datepicker-bigger-icon-container-min-width;
|
|
31
|
-
|
|
32
|
-
#{if(&, '&', '*')}::before {
|
|
33
|
-
content: '\e75e';
|
|
34
|
-
font-family: 'e-icons';
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#{if(&, '&', '*')}:focus {
|
|
38
|
-
background: $datepicker-icon-hover-color;
|
|
39
|
-
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// mouse small icon
|
|
44
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
45
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
46
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
47
|
-
font-size: $datepicker-small-icon-font-size;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// Touch small icon
|
|
51
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
52
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
53
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
54
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-highcontrast-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
outline: none;
|
|
10
|
-
|
|
11
|
-
#{if(&, '&', '*')}::before {
|
|
12
|
-
content: '\e93a';
|
|
13
|
-
font-family: 'e-icons';
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')}:focus {
|
|
17
|
-
background: $datepicker-icon-hover-color;
|
|
18
|
-
border-radius: $datepicker-icon-border-radius;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
24
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
25
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
26
|
-
margin: $datepicker-icon-bigger-margin;
|
|
27
|
-
|
|
28
|
-
#{if(&, '&', '*')}::before {
|
|
29
|
-
content: '\e93a';
|
|
30
|
-
font-family: 'e-icons';
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
#{if(&, '&', '*')}:focus {
|
|
34
|
-
background: $datepicker-icon-hover-color;
|
|
35
|
-
border-radius: $datepicker-icon-border-radius;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// mouse small icon
|
|
40
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
41
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
42
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
43
|
-
font-size: $datepicker-small-icon-font-size;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// Touch small icon
|
|
47
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
48
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
49
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
50
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-highcontrast-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
outline: none;
|
|
10
|
-
|
|
11
|
-
#{if(&, '&', '*')}::before {
|
|
12
|
-
content: '\e93a';
|
|
13
|
-
font-family: 'e-icons';
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
#{if(&, '&', '*')}:focus {
|
|
17
|
-
background: $datepicker-icon-hover-color;
|
|
18
|
-
border-radius: $datepicker-icon-border-radius;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
24
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
25
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
26
|
-
margin: $datepicker-icon-bigger-margin;
|
|
27
|
-
|
|
28
|
-
#{if(&, '&', '*')}::before {
|
|
29
|
-
content: '\e93a';
|
|
30
|
-
font-family: 'e-icons';
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
#{if(&, '&', '*')}:focus {
|
|
34
|
-
background: $datepicker-icon-hover-color;
|
|
35
|
-
border-radius: $datepicker-icon-border-radius;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// mouse small icon
|
|
40
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
41
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
42
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
43
|
-
font-size: $datepicker-small-icon-font-size;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// Touch small icon
|
|
47
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
48
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
49
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
50
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-material-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
min-height: $datepicker-icon-container-min-height;
|
|
10
|
-
min-width: $datepicker-icon-container-min-width;
|
|
11
|
-
outline: none;
|
|
12
|
-
|
|
13
|
-
#{if(&, '&', '*')}::before {
|
|
14
|
-
content: '\e901';
|
|
15
|
-
font-family: 'e-icons';
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')}:focus {
|
|
19
|
-
background: $datepicker-icon-hover-color;
|
|
20
|
-
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
27
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
28
|
-
margin: $datepicker-icon-bigger-margin;
|
|
29
|
-
min-height: $datepicker-bigger-icon-container-min-height;
|
|
30
|
-
min-width: $datepicker-bigger-icon-container-min-width;
|
|
31
|
-
|
|
32
|
-
#{if(&, '&', '*')}::before {
|
|
33
|
-
content: '\e901';
|
|
34
|
-
font-family: 'e-icons';
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#{if(&, '&', '*')}:focus {
|
|
38
|
-
background: $datepicker-icon-hover-color;
|
|
39
|
-
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// mouse small icon
|
|
44
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
45
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
46
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
47
|
-
font-size: $datepicker-small-icon-font-size;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// Touch small icon
|
|
51
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
52
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
53
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
54
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// Outline textbox icon configuration
|
|
58
|
-
|
|
59
|
-
.e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
60
|
-
.e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
61
|
-
min-height: $zero-value;
|
|
62
|
-
min-width: 20px;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.e-bigger .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
66
|
-
.e-date-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
|
|
67
|
-
.e-bigger .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
68
|
-
min-height: $zero-value;
|
|
69
|
-
min-width: 24px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
73
|
-
.e-date-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
74
|
-
.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
75
|
-
min-height: $zero-value;
|
|
76
|
-
min-width: 18px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-bigger.e-small .e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
|
|
80
|
-
.e-bigger.e-small.e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
|
|
81
|
-
.e-date-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
82
|
-
.e-bigger.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
83
|
-
min-height: $zero-value;
|
|
84
|
-
min-width: 20px;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-material-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
min-height: $datepicker-icon-container-min-height;
|
|
10
|
-
min-width: $datepicker-icon-container-min-width;
|
|
11
|
-
outline: none;
|
|
12
|
-
|
|
13
|
-
#{if(&, '&', '*')}::before {
|
|
14
|
-
content: '\e901';
|
|
15
|
-
font-family: 'e-icons';
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')}:focus {
|
|
19
|
-
background: $datepicker-icon-hover-color;
|
|
20
|
-
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
27
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
28
|
-
margin: $datepicker-icon-bigger-margin;
|
|
29
|
-
min-height: $datepicker-bigger-icon-container-min-height;
|
|
30
|
-
min-width: $datepicker-bigger-icon-container-min-width;
|
|
31
|
-
|
|
32
|
-
#{if(&, '&', '*')}::before {
|
|
33
|
-
content: '\e901';
|
|
34
|
-
font-family: 'e-icons';
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#{if(&, '&', '*')}:focus {
|
|
38
|
-
background: $datepicker-icon-hover-color;
|
|
39
|
-
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// mouse small icon
|
|
44
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
45
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
46
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
47
|
-
font-size: $datepicker-small-icon-font-size;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// Touch small icon
|
|
51
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
52
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
53
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
54
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// Outline textbox icon configuration
|
|
58
|
-
|
|
59
|
-
.e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
60
|
-
.e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
61
|
-
min-height: $zero-value;
|
|
62
|
-
min-width: 20px;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.e-bigger .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
66
|
-
.e-date-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
|
|
67
|
-
.e-bigger .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
68
|
-
min-height: $zero-value;
|
|
69
|
-
min-width: 24px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
73
|
-
.e-date-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
74
|
-
.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
75
|
-
min-height: $zero-value;
|
|
76
|
-
min-width: 18px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-bigger.e-small .e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
|
|
80
|
-
.e-bigger.e-small.e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
|
|
81
|
-
.e-date-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
82
|
-
.e-bigger.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
83
|
-
min-height: $zero-value;
|
|
84
|
-
min-width: 20px;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-Material3-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
min-height: $datepicker-icon-container-min-height;
|
|
10
|
-
min-width: $datepicker-icon-container-min-width;
|
|
11
|
-
outline: none;
|
|
12
|
-
|
|
13
|
-
#{if(&, '&', '*')}::before {
|
|
14
|
-
content: '\e778';
|
|
15
|
-
font-family: 'e-icons';
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')}:focus {
|
|
19
|
-
background: $datepicker-icon-hover-color;
|
|
20
|
-
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
27
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
28
|
-
margin: $datepicker-icon-bigger-margin;
|
|
29
|
-
min-height: $datepicker-bigger-icon-container-min-height;
|
|
30
|
-
min-width: $datepicker-bigger-icon-container-min-width;
|
|
31
|
-
|
|
32
|
-
#{if(&, '&', '*')}::before {
|
|
33
|
-
content: '\e778';
|
|
34
|
-
font-family: 'e-icons';
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#{if(&, '&', '*')}:focus {
|
|
38
|
-
background: $datepicker-icon-hover-color;
|
|
39
|
-
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// mouse small icon
|
|
44
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
45
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
46
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
47
|
-
font-size: $datepicker-small-icon-font-size;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// Touch small icon
|
|
51
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
52
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
53
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
54
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './tailwind.scss';
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
@include export-module('datepicker-tailwind-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
|
|
5
|
-
.e-input-group-icon.e-date-icon,
|
|
6
|
-
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
-
font-size: $datepicker-icon-font-size;
|
|
8
|
-
margin: $datepicker-icon-normal-margin;
|
|
9
|
-
min-height: $datepicker-icon-container-min-height;
|
|
10
|
-
min-width: $datepicker-icon-container-min-width;
|
|
11
|
-
outline: none;
|
|
12
|
-
|
|
13
|
-
#{if(&, '&', '*')}::before {
|
|
14
|
-
content: '\e75e';
|
|
15
|
-
font-family: 'e-icons';
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#{if(&, '&', '*')}:focus {
|
|
19
|
-
background: $datepicker-icon-hover-color;
|
|
20
|
-
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
27
|
-
font-size: $datepicker-bigger-icon-font-size;
|
|
28
|
-
margin: $datepicker-icon-bigger-margin;
|
|
29
|
-
min-height: $datepicker-bigger-icon-container-min-height;
|
|
30
|
-
min-width: $datepicker-bigger-icon-container-min-width;
|
|
31
|
-
|
|
32
|
-
#{if(&, '&', '*')}::before {
|
|
33
|
-
content: '\e75e';
|
|
34
|
-
font-family: 'e-icons';
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#{if(&, '&', '*')}:focus {
|
|
38
|
-
background: $datepicker-icon-hover-color;
|
|
39
|
-
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// mouse small icon
|
|
44
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
45
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
46
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
47
|
-
font-size: $datepicker-small-icon-font-size;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// Touch small icon
|
|
51
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
52
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
53
|
-
#{if(&, '&', '*')}.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
54
|
-
font-size: $datepicker-bigger-small-icon-font-size;
|
|
55
|
-
}
|
|
56
|
-
}
|