@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
|
-
//default
|
|
2
|
-
$timepicker-skin-name: 'highcontrast-light' !default;
|
|
3
|
-
$timepicker-default-text-indent: 10px !default;
|
|
4
|
-
$timepicker-list-bigger-line-height: 48px !default;
|
|
5
|
-
$timepicker-list-normal-line-height: 36px !default;
|
|
6
|
-
$timepicker-list-normal-font-size: 14px !default;
|
|
7
|
-
$timepicker-list-bigger-font-size: 14px !default;
|
|
8
|
-
$timepicker-list-normal-text-indent: $timepicker-default-text-indent !default;
|
|
9
|
-
$timepicker-list-bigger-text-indent: 12px !default;
|
|
10
|
-
$timepicker-list-font-weight: 400 !default;
|
|
11
|
-
$timepicker-popup-border-radius: 0 !default;
|
|
12
|
-
$timepicker-popup-shadow: none !default;
|
|
13
|
-
$timepicker-list-default-font-color: $content-font !default;
|
|
14
|
-
$timepicker-list-default-border-style: 1px solid transparent !default;
|
|
15
|
-
$timepicker-list-hover-border-color: 1px solid $hover-border !default;
|
|
16
|
-
$timepicker-list-border-color: 1px solid $border-default !default;
|
|
17
|
-
$timepicker-list-bg-color: $bg-base-0 !default;
|
|
18
|
-
$timepicker-list-active-bg-color: $selection-bg !default;
|
|
19
|
-
$timepicker-list-active-font-color: $selection-font !default;
|
|
20
|
-
$timepicker-list-active-icon-color: $content-font !default;
|
|
21
|
-
$timepicker-list-hover-bg-color: $hover-bg !default;
|
|
22
|
-
$timepicker-list-hover-font-color: $hover-font !default;
|
|
23
|
-
$timepicker-list-popup-icon-active-color: $selection-font !default;
|
|
24
|
-
$timepicker-list-active-hover-bg-color: $hover-bg !default;
|
|
25
|
-
$timepicker-list-active-hover-font-color: $hover-font !default;
|
|
26
|
-
$timepicker-list-normal-padding: 0 !default;
|
|
27
|
-
$timepicker-list-bigger-padding: 0 !default;
|
|
28
|
-
$timepicker-font-icon: '\e97f' !default;
|
|
29
|
-
$timepicker-icon-normal-font-size: 16px !default;
|
|
30
|
-
$timepicker-icon-bigger-font-size: 18px !default;
|
|
31
|
-
$timepicker-disable-text: $disable !default;
|
|
32
|
-
$timepicker-disable-opacity: 1 !default;
|
|
33
|
-
$timepicker-default-overlay: rgba($bg-base-0, .6) !default;
|
|
34
|
-
|
|
35
|
-
// mouse small
|
|
36
|
-
$timepicker-list-small-font-size: 13px !default;
|
|
37
|
-
$timepicker-list-small-line-height: 26px !default;
|
|
38
|
-
$timepicker-list-small-text-indent: 10px !default;
|
|
39
|
-
$timepicker-list-small-font-color: $content-font !default;
|
|
40
|
-
|
|
41
|
-
// icon small
|
|
42
|
-
$timepicker-icon-small-font-size: 14px !default;
|
|
43
|
-
|
|
44
|
-
// Touch small
|
|
45
|
-
$timepicker-list-bigger-small-font-size: 14px !default;
|
|
46
|
-
$timepicker-list-bigger-small-line-height: 40px !default;
|
|
47
|
-
$timepicker-list-bigger-small-text-indent: 16px !default;
|
|
48
|
-
|
|
49
|
-
// Touch small icon
|
|
50
|
-
$timepicker-icon-bigger-small-font-size: 18px !default;
|
|
51
|
-
|
|
52
|
-
//enddefault
|
|
@@ -1,202 +0,0 @@
|
|
|
1
|
-
@include export-module('timepicker-layout') {
|
|
2
|
-
// timepicker layout
|
|
3
|
-
.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
4
|
-
.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
5
|
-
display: flex;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.e-time-wrapper,
|
|
9
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-time-wrapper {
|
|
10
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
11
|
-
-webkit-tap-highlight-color: transparent;
|
|
12
|
-
|
|
13
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons {
|
|
14
|
-
font-size: $timepicker-icon-normal-font-size;
|
|
15
|
-
@if $timepicker-skin-name == 'material' or $timepicker-skin-name == 'material-dark' or $timepicker-skin-name == 'Material3' {
|
|
16
|
-
min-height: $timepicker-normal-input-min-height;
|
|
17
|
-
min-width: $timepicker-normal-input-min-width;
|
|
18
|
-
}
|
|
19
|
-
@if $timepicker-skin-name == 'Material3' {
|
|
20
|
-
padding: $timepicker-icon-padding;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons.e-disabled {
|
|
25
|
-
pointer-events: none;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
#{if(&, '&', '*')} span {
|
|
29
|
-
cursor: pointer;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
#{&}.e-timepicker.e-time-modal {
|
|
34
|
-
@if $timepicker-skin-name != 'Material3' {
|
|
35
|
-
background-color: $timepicker-default-overlay;
|
|
36
|
-
}
|
|
37
|
-
@if $timepicker-skin-name == 'Material3' {
|
|
38
|
-
background: $timepicker-default-overlay;
|
|
39
|
-
}
|
|
40
|
-
height: 100%;
|
|
41
|
-
left: 0;
|
|
42
|
-
opacity: .5;
|
|
43
|
-
pointer-events: auto;
|
|
44
|
-
position: fixed;
|
|
45
|
-
top: 0;
|
|
46
|
-
width: 100%;
|
|
47
|
-
z-index: 999;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
#{&}.e-timepicker.e-popup {
|
|
51
|
-
border-style: solid;
|
|
52
|
-
border-width: 1px;
|
|
53
|
-
overflow: auto;
|
|
54
|
-
|
|
55
|
-
#{if(&, '&', '*')} .e-content {
|
|
56
|
-
position: relative;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
#{if(&, '&', '*')} .e-list-parent.e-ul {
|
|
60
|
-
margin: 0;
|
|
61
|
-
padding: $timepicker-list-normal-padding 0;
|
|
62
|
-
|
|
63
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
64
|
-
cursor: default;
|
|
65
|
-
font-size: $timepicker-list-normal-font-size;
|
|
66
|
-
overflow: hidden;
|
|
67
|
-
position: relative;
|
|
68
|
-
text-overflow: ellipsis;
|
|
69
|
-
vertical-align: middle;
|
|
70
|
-
white-space: nowrap;
|
|
71
|
-
width: 100%;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
#{if(&, '&', '*')} .e-list-item.e-hover {
|
|
75
|
-
cursor: pointer;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
//normal styles
|
|
81
|
-
|
|
82
|
-
#{&}.e-timepicker.e-popup {
|
|
83
|
-
#{if(&, '&', '*')} .e-list-parent.e-ul .e-list-item {
|
|
84
|
-
line-height: $timepicker-list-normal-line-height;
|
|
85
|
-
text-indent: $timepicker-list-normal-text-indent;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
//bigger styles
|
|
90
|
-
.e-bigger .e-time-wrapper,
|
|
91
|
-
#{if(&, '&', '*')}.e-bigger.e-time-wrapper,
|
|
92
|
-
#{if(&, '&', '*')}.e-bigger .e-control-wrapper .e-time-wrapper,
|
|
93
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-bigger.e-time-wrapper {
|
|
94
|
-
|
|
95
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons {
|
|
96
|
-
font-size: $timepicker-icon-bigger-font-size;
|
|
97
|
-
@if $timepicker-skin-name == 'material' or $timepicker-skin-name == 'material-dark' or $timepicker-skin-name == 'Material3' {
|
|
98
|
-
min-height: $timepicker-bigger-input-min-height;
|
|
99
|
-
min-width: $timepicker-bigger-input-min-width;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.e-bigger #{&}.e-timepicker.e-popup,
|
|
105
|
-
#{if(&, '&', '*')}.e-bigger#{&}.e-timepicker.e-popup {
|
|
106
|
-
|
|
107
|
-
#{if(&, '&', '*')} .e-list-parent.e-ul {
|
|
108
|
-
padding: $timepicker-list-bigger-padding 0;
|
|
109
|
-
|
|
110
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
111
|
-
font-size: $timepicker-list-bigger-font-size;
|
|
112
|
-
line-height: $timepicker-list-bigger-line-height;
|
|
113
|
-
text-indent: $timepicker-list-bigger-text-indent;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
//mouse small size
|
|
119
|
-
.e-small #{&}.e-timepicker.e-popup,
|
|
120
|
-
#{if(&, '&', '*')}.e-small#{&}.e-timepicker.e-popup {
|
|
121
|
-
|
|
122
|
-
#{if(&, '&', '*')} .e-list-parent.e-ul {
|
|
123
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
124
|
-
font-size: $timepicker-list-small-font-size;
|
|
125
|
-
line-height: $timepicker-list-small-line-height;
|
|
126
|
-
text-indent: $timepicker-list-small-text-indent;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.e-small .e-time-wrapper,
|
|
132
|
-
#{if(&, '&', '*')}.e-small.e-time-wrapper,
|
|
133
|
-
#{if(&, '&', '*')}.e-small .e-control-wrapper.e-time-wrapper,
|
|
134
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.e-time-wrapper {
|
|
135
|
-
|
|
136
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons {
|
|
137
|
-
font-size: $timepicker-icon-small-font-size;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
//mouse small size
|
|
142
|
-
.e-small.e-bigger #{&}.e-timepicker.e-popup,
|
|
143
|
-
#{if(&, '&', '*')}.e-small.e-bigger#{&}.e-timepicker.e-popup {
|
|
144
|
-
|
|
145
|
-
#{if(&, '&', '*')} .e-list-parent.e-ul {
|
|
146
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
147
|
-
font-size: $timepicker-list-bigger-small-font-size;
|
|
148
|
-
line-height: $timepicker-list-bigger-small-line-height;
|
|
149
|
-
text-indent: $timepicker-list-bigger-small-text-indent;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.e-small.e-bigger .e-time-wrapper,
|
|
155
|
-
#{if(&, '&', '*')}.e-small.e-bigger.e-time-wrapper,
|
|
156
|
-
#{if(&, '&', '*')}.e-small.bigger .e-control-wrapper.e-time-wrapper,
|
|
157
|
-
#{if(&, '&', '*')}.e-control-wrapper.e-small.bigger.e-time-wrapper {
|
|
158
|
-
|
|
159
|
-
#{if(&, '&', '*')} .e-time-icon.e-icons {
|
|
160
|
-
font-size: $timepicker-icon-bigger-small-font-size;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
|
|
165
|
-
background-size: 250px 33px;
|
|
166
|
-
min-height: 33px;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker,
|
|
170
|
-
.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
|
|
171
|
-
background-size: 250px 40px;
|
|
172
|
-
min-height: 40px;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/* stylelint-disable */
|
|
177
|
-
|
|
178
|
-
.e-time-overflow {
|
|
179
|
-
overflow: hidden;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.e-timepicker-mob-popup-wrap {
|
|
183
|
-
align-items: center;
|
|
184
|
-
display: flex;
|
|
185
|
-
flex-direction: column;
|
|
186
|
-
height: 100%;
|
|
187
|
-
justify-content: center;
|
|
188
|
-
left: 0;
|
|
189
|
-
max-height: 100%;
|
|
190
|
-
position: fixed;
|
|
191
|
-
top: 0;
|
|
192
|
-
width: 100%;
|
|
193
|
-
z-index: 1002;
|
|
194
|
-
|
|
195
|
-
.e-timepicker.e-popup.e-lib.e-control.e-popup-open {
|
|
196
|
-
left: 0 !important;
|
|
197
|
-
position: relative;
|
|
198
|
-
top: 0 !important;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
/* stylelint-enable */
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$timepicker-skin-name: 'material-dark' !default;
|
|
3
|
-
$timepicker-default-text-indent: 16px !default;
|
|
4
|
-
$timepicker-list-bigger-line-height: 48px !default;
|
|
5
|
-
$timepicker-list-normal-line-height: 36px !default;
|
|
6
|
-
$timepicker-list-normal-font-size: 13px !default;
|
|
7
|
-
$timepicker-list-bigger-font-size: 14px !default;
|
|
8
|
-
$timepicker-list-normal-text-indent: $timepicker-default-text-indent !default;
|
|
9
|
-
$timepicker-list-bigger-text-indent: 16px !default;
|
|
10
|
-
$timepicker-popup-border-radius: 2px !default;
|
|
11
|
-
$timepicker-list-font-weight: normal !default;
|
|
12
|
-
$timepicker-popup-shadow: 0 5px 5px -3px rgba($grey-light-font, .2), 0 8px 10px 1px rgba($grey-light-font, .14), 0 3px 14px 2px rgba($grey-light-font, .12) !default;
|
|
13
|
-
$timepicker-list-default-font-color: $grey-dark-font !default;
|
|
14
|
-
$timepicker-list-default-border-style: none !default;
|
|
15
|
-
$timepicker-list-border-color: none !default;
|
|
16
|
-
$timepicker-list-hover-border-color: none !default;
|
|
17
|
-
$timepicker-list-bg-color: $grey-800 !default;
|
|
18
|
-
$timepicker-list-active-bg-color: rgba($grey-white, .1) !default;
|
|
19
|
-
$timepicker-list-active-font-color: $accent !default;
|
|
20
|
-
$timepicker-list-active-icon-color: $accent !default;
|
|
21
|
-
$timepicker-list-hover-bg-color: rgba($grey-white, .1) !default;
|
|
22
|
-
$timepicker-list-hover-font-color: $grey-dark-font !default;
|
|
23
|
-
$timepicker-list-popup-icon-active-color: $accent !default;
|
|
24
|
-
$timepicker-list-active-hover-bg-color: rgba($grey-white, .1) !default;
|
|
25
|
-
$timepicker-list-active-hover-font-color: $accent !default;
|
|
26
|
-
$timepicker-list-normal-padding: 0 !default;
|
|
27
|
-
$timepicker-list-bigger-padding: 0 !default;
|
|
28
|
-
$timepicker-font-icon: '\e20c' !default;
|
|
29
|
-
$timepicker-icon-normal-font-size: 16px !default;
|
|
30
|
-
$timepicker-icon-bigger-font-size: 18px !default;
|
|
31
|
-
$timepicker-normal-input-min-height: 20px !default;
|
|
32
|
-
$timepicker-normal-input-min-width: 20px !default;
|
|
33
|
-
$timepicker-bigger-input-min-height: 22px !default;
|
|
34
|
-
$timepicker-bigger-input-min-width: 22px !default;
|
|
35
|
-
$timepicker-disable-text: rgba($grey-dark-font, .3) !default;
|
|
36
|
-
$timepicker-disable-opacity: 1 !default;
|
|
37
|
-
$timepicker-default-overlay: rgba($grey-black, .6) !default;
|
|
38
|
-
|
|
39
|
-
// mouse small
|
|
40
|
-
$timepicker-list-small-font-size: 12px !default;
|
|
41
|
-
$timepicker-list-small-line-height: 26px !default;
|
|
42
|
-
$timepicker-list-small-text-indent: 12px !default;
|
|
43
|
-
$timepicker-list-small-font-color: $grey-light-font !default;
|
|
44
|
-
|
|
45
|
-
// icon small
|
|
46
|
-
$timepicker-icon-small-font-size: 14px !default;
|
|
47
|
-
|
|
48
|
-
// Touch small
|
|
49
|
-
$timepicker-list-bigger-small-font-size: 13px !default;
|
|
50
|
-
$timepicker-list-bigger-small-line-height: 40px !default;
|
|
51
|
-
$timepicker-list-bigger-small-text-indent: 16px !default;
|
|
52
|
-
|
|
53
|
-
// Touch small icon
|
|
54
|
-
$timepicker-icon-bigger-small-font-size: 18px !default;
|
|
55
|
-
|
|
56
|
-
//enddefault
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
$timepicker-skin-name: 'material' !default;
|
|
2
|
-
$timepicker-default-text-indent: 16px !default;
|
|
3
|
-
$timepicker-list-bigger-line-height: 48px !default;
|
|
4
|
-
$timepicker-list-normal-line-height: 36px !default;
|
|
5
|
-
$timepicker-list-normal-font-size: 13px !default;
|
|
6
|
-
$timepicker-list-bigger-font-size: 14px !default;
|
|
7
|
-
$timepicker-list-normal-text-indent: $timepicker-default-text-indent !default;
|
|
8
|
-
$timepicker-list-bigger-text-indent: 16px !default;
|
|
9
|
-
$timepicker-popup-border-radius: 2px !default;
|
|
10
|
-
$timepicker-list-font-weight: normal !default;
|
|
11
|
-
$timepicker-popup-shadow: 0 5px 5px -3px rgba($grey-light-font, .2), 0 8px 10px 1px rgba($grey-light-font, .14), 0 3px 14px 2px rgba($grey-light-font, .12) !default;
|
|
12
|
-
$timepicker-list-default-font-color: rgba($grey-light-font, .87) !default;
|
|
13
|
-
$timepicker-list-default-border-style: none !default;
|
|
14
|
-
$timepicker-list-border-color: none !default;
|
|
15
|
-
$timepicker-list-hover-border-color: none !default;
|
|
16
|
-
$timepicker-list-bg-color: $grey-white !default;
|
|
17
|
-
$timepicker-list-active-bg-color: $grey-200 !default;
|
|
18
|
-
$timepicker-list-active-font-color: $accent !default;
|
|
19
|
-
$timepicker-list-active-icon-color: $accent !default;
|
|
20
|
-
$timepicker-list-hover-bg-color: $grey-200 !default;
|
|
21
|
-
$timepicker-list-hover-font-color: $grey-light-font !default;
|
|
22
|
-
$timepicker-list-popup-icon-active-color: $accent !default;
|
|
23
|
-
$timepicker-list-active-hover-bg-color: $grey-200 !default;
|
|
24
|
-
$timepicker-list-active-hover-font-color: $accent !default;
|
|
25
|
-
$timepicker-list-normal-padding: 0 !default;
|
|
26
|
-
$timepicker-list-bigger-padding: 0 !default;
|
|
27
|
-
$timepicker-font-icon: '\e20c' !default;
|
|
28
|
-
$timepicker-icon-normal-font-size: 16px !default;
|
|
29
|
-
$timepicker-icon-bigger-font-size: 18px !default;
|
|
30
|
-
$timepicker-normal-input-min-height: 20px !default;
|
|
31
|
-
$timepicker-normal-input-min-width: 20px !default;
|
|
32
|
-
$timepicker-bigger-input-min-height: 22px !default;
|
|
33
|
-
$timepicker-bigger-input-min-width: 22px !default;
|
|
34
|
-
$timepicker-disable-text: rgba($grey-light-font, .38) !default;
|
|
35
|
-
$timepicker-disable-opacity: 1 !default;
|
|
36
|
-
$timepicker-default-overlay: rgba($grey-black, .6) !default;
|
|
37
|
-
|
|
38
|
-
// mouse small
|
|
39
|
-
$timepicker-list-small-font-size: 12px !default;
|
|
40
|
-
$timepicker-list-small-line-height: 26px !default;
|
|
41
|
-
$timepicker-list-small-text-indent: 12px !default;
|
|
42
|
-
$timepicker-list-small-font-color: $grey-light-font !default;
|
|
43
|
-
|
|
44
|
-
// mouse small icon
|
|
45
|
-
$timepicker-icon-small-font-size: 14px !default;
|
|
46
|
-
|
|
47
|
-
// Touch small
|
|
48
|
-
$timepicker-list-bigger-small-font-size: 13px !default;
|
|
49
|
-
$timepicker-list-bigger-small-line-height: 40px !default;
|
|
50
|
-
$timepicker-list-bigger-small-text-indent: 16px !default;
|
|
51
|
-
|
|
52
|
-
// Touch small icon
|
|
53
|
-
$timepicker-icon-bigger-small-font-size: 18px !default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './tailwind-definition.scss';
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
// size variables
|
|
2
|
-
$timepicker-skin-name: 'tailwind' !default;
|
|
3
|
-
$timepicker-default-text-indent: 12px !default;
|
|
4
|
-
$timepicker-list-bigger-line-height: 36px !default;
|
|
5
|
-
$timepicker-list-normal-line-height: 30px !default;
|
|
6
|
-
$timepicker-list-normal-font-size: $text-sm !default;
|
|
7
|
-
$timepicker-list-bigger-font-size: $text-base !default;
|
|
8
|
-
$timepicker-list-normal-text-indent: $timepicker-default-text-indent !default;
|
|
9
|
-
$timepicker-list-bigger-text-indent: 16px !default;
|
|
10
|
-
$timepicker-popup-border-radius: 6px !default;
|
|
11
|
-
$timepicker-list-font-weight: $font-weight-normal !default;
|
|
12
|
-
$timepicker-list-normal-padding: 4px !default;
|
|
13
|
-
$timepicker-list-bigger-padding: 4px !default;
|
|
14
|
-
$timepicker-font-icon: '\e20c' !default;
|
|
15
|
-
$timepicker-icon-normal-font-size: $text-base !default;
|
|
16
|
-
$timepicker-icon-bigger-font-size: $text-lg !default;
|
|
17
|
-
$timepicker-normal-input-min-height: 20px !default;
|
|
18
|
-
$timepicker-normal-input-min-width: 20px !default;
|
|
19
|
-
$timepicker-bigger-input-min-height: 22px !default;
|
|
20
|
-
$timepicker-bigger-input-min-width: 22px !default;
|
|
21
|
-
$timepicker-list-default-border-style: none !default;
|
|
22
|
-
$timepicker-disable-opacity: 1 !default;
|
|
23
|
-
|
|
24
|
-
// mouse small
|
|
25
|
-
$timepicker-list-small-font-size: $text-sm !default;
|
|
26
|
-
$timepicker-list-small-line-height: 26px !default;
|
|
27
|
-
$timepicker-list-small-text-indent: 12px !default;
|
|
28
|
-
|
|
29
|
-
// mouse small icon
|
|
30
|
-
$timepicker-icon-small-font-size: $text-sm !default;
|
|
31
|
-
|
|
32
|
-
// Touch small
|
|
33
|
-
$timepicker-list-bigger-small-font-size: $text-sm !default;
|
|
34
|
-
$timepicker-list-bigger-small-line-height: 32px !default;
|
|
35
|
-
$timepicker-list-bigger-small-text-indent: 12px !default;
|
|
36
|
-
|
|
37
|
-
// Touch small icon
|
|
38
|
-
$timepicker-icon-bigger-small-font-size: $text-base !default;
|
|
39
|
-
|
|
40
|
-
// color variables
|
|
41
|
-
$timepicker-popup-shadow: $shadow-lg !default;
|
|
42
|
-
$timepicker-list-default-font-color: $content-text-color !default;
|
|
43
|
-
$timepicker-list-border-color: 1px solid $border-light !default;
|
|
44
|
-
$timepicker-list-hover-border-color: none !default;
|
|
45
|
-
$timepicker-list-bg-color: $content-bg-color !default;
|
|
46
|
-
$timepicker-list-active-bg-color: $content-bg-color-selected !default;
|
|
47
|
-
$timepicker-list-active-font-color: $content-text-color-selected !default;
|
|
48
|
-
$timepicker-list-active-icon-color: $content-text-color-selected !default;
|
|
49
|
-
$timepicker-list-hover-bg-color: $content-bg-color-hover !default;
|
|
50
|
-
$timepicker-list-hover-font-color: $content-text-color-hover !default;
|
|
51
|
-
$timepicker-list-popup-icon-active-color: $content-text-color-selected !default;
|
|
52
|
-
$timepicker-list-active-hover-bg-color: $content-bg-color-hover !default;
|
|
53
|
-
$timepicker-list-active-hover-font-color: $content-text-color-selected !default;
|
|
54
|
-
$timepicker-disable-text: $content-text-color-disabled !default;
|
|
55
|
-
$timepicker-default-overlay: $content-bg-color-alt2 !default;
|
|
56
|
-
$timepicker-list-small-font-color: $content-text-color !default;
|
|
@@ -1,100 +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
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './bootstrap5.scss';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './fluent.scss';
|