@syncfusion/ej2-angular-calendars 22.2.10 → 22.2.11-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 +1398 -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.css +1 -1
- 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.scss +1 -7
- package/styles/datepicker/material.css +1 -1
- 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.scss +1 -7
- package/styles/daterangepicker/material.css +1 -1
- 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.scss +1 -8
- package/styles/datetimepicker/material.css +1 -1
- 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.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.scss +1 -6
- package/styles/timepicker/material.css +1 -1
- 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,305 +0,0 @@
|
|
|
1
|
-
// size variables
|
|
2
|
-
$range-btn-font-weight: $font-weight-medium !default;
|
|
3
|
-
$range-btn-width: 50% !default;
|
|
4
|
-
$range-btn-normal-height: 30px !default;
|
|
5
|
-
$range-btn-bigger-height: 36px !default;
|
|
6
|
-
$range-btn-normal-line-height: 24px !default;
|
|
7
|
-
$range-btn-bigger-line-height: 32px !default;
|
|
8
|
-
$range-max-width: 730px !default;
|
|
9
|
-
$range-device-max-width: 294px !default;
|
|
10
|
-
$range-bigger-max-width: 770px !default;
|
|
11
|
-
$range-max-height: 500px !default;
|
|
12
|
-
$range-normal-nav-icon-width: 28px !default;
|
|
13
|
-
$range-control-border-right: 0 !default;
|
|
14
|
-
$range-normal-nav-icon-height: 28px !default;
|
|
15
|
-
$range-calendar-medium-font-size: $text-sm !default;
|
|
16
|
-
$range-calendar-btn-font-size: $text-sm !default;
|
|
17
|
-
$range-presets-normal-list-font-size: $text-sm !default;
|
|
18
|
-
$range-presets-bigger-list-font-size: $text-base !default;
|
|
19
|
-
$range-range-btn-font-weight: $font-weight-medium !default;
|
|
20
|
-
$range-header-label-size: $text-sm !default;
|
|
21
|
-
$range-bigger-header-label-size: $text-base !default;
|
|
22
|
-
$range-bigger-indicator-label-size: $text-xs !default;
|
|
23
|
-
$range-calendar-small-font-size: $text-xxs !default;
|
|
24
|
-
$range-calendar-bigger-font-size: $text-xl !default;
|
|
25
|
-
$range-calendar-header-padding: 12px 5px !default;
|
|
26
|
-
$range-e-bigger-header-padding: 10px 5px !default;
|
|
27
|
-
$range-device-control-header-margin: 0 !default;
|
|
28
|
-
$range-device-control-header-padding: 12px 6px 12px 6px !default;
|
|
29
|
-
$range-control-header-margin: 12px 0 !default;
|
|
30
|
-
$range-control-bigger-header-margin: 12px 0 !default;
|
|
31
|
-
$range-indicator-margin: 0 !default;
|
|
32
|
-
$range-lg-day-header-format-width: 100% !default;
|
|
33
|
-
$range-start-end-container-height: 28px !default;
|
|
34
|
-
$range-calendar-margin: 0 !default;
|
|
35
|
-
$range-start-end-label-width: 48% !default;
|
|
36
|
-
$range-change-icon-width: 4% !default;
|
|
37
|
-
$range-font-weight-bold: $font-weight-medium !default;
|
|
38
|
-
$range-font-size: $text-base !default;
|
|
39
|
-
$range-bigger-change-icon-size: $font-icon-18 !default;
|
|
40
|
-
$range-indicator-label-width: 100% !default;
|
|
41
|
-
$range-device-indicator-margin: 12px 0 !default;
|
|
42
|
-
$range-separator-height: 1px !default;
|
|
43
|
-
$range-border-value: 1px solid $border-light !default;
|
|
44
|
-
$range-separator-margin: 0 !default;
|
|
45
|
-
$range-footer-height: 78px !default;
|
|
46
|
-
$range-bigger-footer-height: 92px !default;
|
|
47
|
-
$range-btn-height: 36px !default;
|
|
48
|
-
$range-btn-padding: 0 16px !default;
|
|
49
|
-
$range-normal-footer-margin: 0 8px 0 8px !default;
|
|
50
|
-
$range-bigger-footer-margin: 0 8px 0 8px !default;
|
|
51
|
-
$range-normal-rtl-footer-margin: 0 8px 0 8px !default;
|
|
52
|
-
$range-bigger-rtl-footer-margin: 0 8px 0 8px !default;
|
|
53
|
-
$range-presets-height: 192px !default;
|
|
54
|
-
$range-bigger-presets-height: 240px !default;
|
|
55
|
-
$range-calendar-container-height: 100% !default;
|
|
56
|
-
$range-list-item-height: 48px !default;
|
|
57
|
-
$range-list-item-padding: 0 24px !default;
|
|
58
|
-
$range-listview-padding: 4px 0 !default;
|
|
59
|
-
$range-list-item-line-height: 47px !default;
|
|
60
|
-
$range-device-medium-font-size: $text-sm !default;
|
|
61
|
-
$range-device-medium-header-font-size: $text-sm !default;
|
|
62
|
-
$range-device-small-font-size: $text-xs !default;
|
|
63
|
-
$range-week-header-font-size: $text-sm !default;
|
|
64
|
-
$range-device-header-container-height: 36px !default;
|
|
65
|
-
$range-device-header-container-width: 100% !default;
|
|
66
|
-
$range-device-list-item-padding: 0 16px !default;
|
|
67
|
-
$range-value-zero: 0 !default;
|
|
68
|
-
$range-btn-border-value: 1px solid $primary !default;
|
|
69
|
-
$range-btn-left-radius: 2px 0 0 2px !default;
|
|
70
|
-
$range-btn-right-radius: 0 2px 2px 0 !default;
|
|
71
|
-
$range-day-span-height: 18px !default;
|
|
72
|
-
$range-indicator-size: 1px !default;
|
|
73
|
-
$range-preset-min-width: 588px !default;
|
|
74
|
-
$range-header-btn-max-width: 116px !default;
|
|
75
|
-
$range-header-btn-bigger-max-width: 141px !default;
|
|
76
|
-
$range-presets-width: 160px !default;
|
|
77
|
-
$range-hover-start-radius: 0 !default;
|
|
78
|
-
$range-hover-end-radius: 0 !default;
|
|
79
|
-
$range-selected-hover-radius: 50% !default;
|
|
80
|
-
$range-today-hover-line-height: 23px !default;
|
|
81
|
-
$range-other-hover-line-height: 25px !default;
|
|
82
|
-
$range-small-today-hover-line-height: 19px !default;
|
|
83
|
-
$range-bigger-today-hover-line-height: 28px !default;
|
|
84
|
-
$range-bigger-other-hover-line-height: 29px !default;
|
|
85
|
-
$range-btn-height: 36px !default;
|
|
86
|
-
$range-device-btn-line-height: 34px !default;
|
|
87
|
-
$range-icon-hover-color: $content-bg-color-hover !default;
|
|
88
|
-
$range-icon-border-radius: 50% !default;
|
|
89
|
-
$range-icon-container-min-height: 18px !default;
|
|
90
|
-
$range-icon-container-min-width: 30px !default;
|
|
91
|
-
$range-icon-bottom-right-radius: 0 !default;
|
|
92
|
-
$range-icon-top-right-radius: 0 !default;
|
|
93
|
-
$range-bigger-icon-container-min-height: 18px !default;
|
|
94
|
-
$range-bigger-icon-container-min-width: 36px !default;
|
|
95
|
-
$range-icon-margin: 0 !default;
|
|
96
|
-
$range-icon-bigger-margin: 0 !default;
|
|
97
|
-
$range-sart-end-btn-padding: 1px 6px !default;
|
|
98
|
-
$range-popup-padding: 0 !default;
|
|
99
|
-
$range-calendar-normal-table-padding: 0 !default;
|
|
100
|
-
$range-calendar-bigger-table-padding: 0 !default;
|
|
101
|
-
$range-popup-border-radius: 0 !default;
|
|
102
|
-
$range-list-border-radius: 0 !default;
|
|
103
|
-
$range-bigger-nav-icon-width: 32px !default;
|
|
104
|
-
$range-bigger-nav-icon-height: 32px !default;
|
|
105
|
-
$range-calendar-popup-padding: 0 8px !default;
|
|
106
|
-
$range-bigger-calendar-popup-padding: 0 8px !default;
|
|
107
|
-
$range-icon-bigger-padding: 0 !default;
|
|
108
|
-
$range-icon-normal-padding: 0 !default;
|
|
109
|
-
$range-preset-normal-list-height: 36px !default;
|
|
110
|
-
$range-preset-bigger-list-height: 48px !default;
|
|
111
|
-
$range-calendar-bigger-max: 296px !default;
|
|
112
|
-
$range-calendar-landscape-height: 130px !default;
|
|
113
|
-
|
|
114
|
-
// new variable
|
|
115
|
-
$range-icon: '\e245' !default;
|
|
116
|
-
$range-icon-font-size: $font-icon-16 !default;
|
|
117
|
-
$range-bigger-icon-font-size: $font-icon-18 !default;
|
|
118
|
-
$range-icon-next: '\e913' !default;
|
|
119
|
-
$range-icon-prev: '\e921' !default;
|
|
120
|
-
$range-change-icon: '\e85f' !default;
|
|
121
|
-
$range-rtl-icon-next: '\e921' !default;
|
|
122
|
-
$range-rtl-icon-prev: '\e913' !default;
|
|
123
|
-
$range-rtl-icon-change: '\e85b' !default;
|
|
124
|
-
|
|
125
|
-
// Mouse small size
|
|
126
|
-
$range-small-header-label-size: 16px !default;
|
|
127
|
-
$range-small-font-size: $text-xs !default;
|
|
128
|
-
$range-start-end-container-small-height: 32px !default;
|
|
129
|
-
$range-calendar-mouse-small-font-size: $text-xs !default;
|
|
130
|
-
$range-indicator-small-margin: 0 0 10px 0 !default;
|
|
131
|
-
$range-control-small-header-margin: 10px 10px 0 10px !default;
|
|
132
|
-
$range-separator-small-margin: 0 10px !default;
|
|
133
|
-
$range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
134
|
-
$range-preset-small-list-height: 26px !default;
|
|
135
|
-
$range-presets-small-list-font-size: $text-xs !default;
|
|
136
|
-
$calendar-bigger-small-max-width: 246px !default;
|
|
137
|
-
$range-control-header-width: auto !default;
|
|
138
|
-
$range-font-weight-normal: $font-weight-normal !default;
|
|
139
|
-
$range-flex-style: flex !default;
|
|
140
|
-
$range-flex-justify-content: flex-end !default;
|
|
141
|
-
$range-inline-block-style: inline-block !default;
|
|
142
|
-
$range-block-style: block !default;
|
|
143
|
-
$range-table-style: table !default;
|
|
144
|
-
$range-display-none: none !default;
|
|
145
|
-
$range-align-center: center !default;
|
|
146
|
-
$range-float-right: right !default;
|
|
147
|
-
$range-float-left: left !default;
|
|
148
|
-
$range-float-none: none !default;
|
|
149
|
-
$range-float-clear: both !default;
|
|
150
|
-
$range-calendar-border: none !default;
|
|
151
|
-
$range-calendar-selection-border: none !default;
|
|
152
|
-
$range-calendar-hover-border: none !default;
|
|
153
|
-
$range-calendar-other-month-border: none !default;
|
|
154
|
-
$range-cursor-default-style: default !default;
|
|
155
|
-
$range-cursor-pointer-style: pointer !default;
|
|
156
|
-
$range-browser-select-none: none !default;
|
|
157
|
-
$range-flex-direction-row-reverse: row-reverse !default;
|
|
158
|
-
$range-flex-direction-row: row !default;
|
|
159
|
-
$range-width-auto: auto !default;
|
|
160
|
-
$range-value-none: none !default;
|
|
161
|
-
$range-visibility-hidden: hidden !default;
|
|
162
|
-
$range-text-nowrap: nowrap !default;
|
|
163
|
-
$range-direction-left: ltr !default;
|
|
164
|
-
$range-text-overflow: ellipsis !default;
|
|
165
|
-
$range-calendar-other-normal-border: none !default;
|
|
166
|
-
|
|
167
|
-
// mouse small icon
|
|
168
|
-
$range-small-icon-font-size: $font-icon-14 !default;
|
|
169
|
-
|
|
170
|
-
// touch small icon
|
|
171
|
-
$range-bigger-small-icon-font-size: $font-icon-18 !default;
|
|
172
|
-
|
|
173
|
-
// color variables
|
|
174
|
-
$range-bg-color: $flyout-bg-color !default;
|
|
175
|
-
$range-primary-color: $primary !default;
|
|
176
|
-
$range-primary-font-color: $primary-text-color !default;
|
|
177
|
-
$range-presets-bg: $content-bg-color !default;
|
|
178
|
-
$range-preset-normal-font-color: $flyout-text-color !default;
|
|
179
|
-
$range-font-color: $content-text-color !default;
|
|
180
|
-
$range-background: $flyout-bg-color !default;
|
|
181
|
-
$range-footer-background: $flyout-bg-color !default;
|
|
182
|
-
$range-header-bg-color: $flyout-bg-color !default;
|
|
183
|
-
$range-active-icon-color: $content-text-color !default;
|
|
184
|
-
$range-active-state-icon-color: $content-text-color !default;
|
|
185
|
-
$range-hover-color: $flyout-bg-color-selected !default;
|
|
186
|
-
$range-hover-content-color: $content-bg-color-pressed !default;
|
|
187
|
-
$range-today-color: $content-bg-color-hover !default;
|
|
188
|
-
$range-selection-bg: $primary !default;
|
|
189
|
-
$range-other-hover-color: $content-bg-color !default;
|
|
190
|
-
$range-other-month-date: $content-text-color-alt2 !default;
|
|
191
|
-
$range-box-shadow: $shadow-lg !default;
|
|
192
|
-
$range-box-shadow-none: $shadow-md !default;
|
|
193
|
-
$range-calendar-dark-color: $content-text-color !default;
|
|
194
|
-
$range-calendar-header-text-color: $flyout-text-color !default;
|
|
195
|
-
$range-calendar-header-dark-color: $flyout-text-color !default;
|
|
196
|
-
$range-calendar-medium-color: $content-text-color-alt3 !default;
|
|
197
|
-
$range-calendar-light-color: $content-text-color-alt2 !default;
|
|
198
|
-
$range-btn-border-transparent: 1px solid transparent !default;
|
|
199
|
-
$range-calendar-hover-border-color: none !default;
|
|
200
|
-
$range-change-icon-color: $icon-color !default;
|
|
201
|
-
$range-separator-color: $border-light !default;
|
|
202
|
-
$range-popup-border: 1px solid $border-light !default;
|
|
203
|
-
$range-overlay: rgba($content-bg-color-hover, .6) !default;
|
|
204
|
-
$range-presets-bg-color: $transparent !default;
|
|
205
|
-
$range-presets-font-color: $primary !default;
|
|
206
|
-
$range-presets-hover-bg: $flyout-bg-color-selected !default;
|
|
207
|
-
$range-list-hover-color: $content-text-color-hover !default;
|
|
208
|
-
$range-calendar-active-border: 1px solid $primary !default;
|
|
209
|
-
$range-today-border-color: $range-calendar-active-border !default;
|
|
210
|
-
$range-calendar-today-color: $content-text-color !default;
|
|
211
|
-
$range-calendar-today-start-color: $range-calendar-active-border !default;
|
|
212
|
-
$range-active-font-color: $primary-text-color !default;
|
|
213
|
-
$range-today-hover-box-shadow: inset 0 0 0 1px $primary !default;
|
|
214
|
-
|
|
215
|
-
// apply and cancel button styles
|
|
216
|
-
$range-apply-disabled-background-style: $primary-bg-color-disabled !default;
|
|
217
|
-
$range-apply-disabled-border-style: $primary-border-color-disabled !default;
|
|
218
|
-
$range-apply-disabled-color: $primary-text-disabled !default;
|
|
219
|
-
$apply-buuton-bg: $primary-bg-color !default;
|
|
220
|
-
$apply-buuton-bg-border-color: $primary-border-color !default;
|
|
221
|
-
$apply-buuton-text-color: $primary-text-color !default;
|
|
222
|
-
$apply-buuton-hover-bg: $primary-bg-color-hover !default;
|
|
223
|
-
$apply-buuton-bg-border-hover-color: $primary-border-color-hover !default;
|
|
224
|
-
$apply-buuton-text-hover-color: $primary-text-hover !default;
|
|
225
|
-
$apply-buuton-active-bg: $primary-bg-color-pressed !default;
|
|
226
|
-
$apply-buuton-bg-border-active-color: $primary-border-color-pressed !default;
|
|
227
|
-
$apply-buuton-text-active-color: $primary-text-pressed !default;
|
|
228
|
-
$range-cancel-disabled-background-style: $secondary-bg-color-disabled !default;
|
|
229
|
-
$range-cancel-disabled-border-style: $secondary-border-color-disabled !default;
|
|
230
|
-
$range-cancel-disabled-color: $secondary-text-color-disabled !default;
|
|
231
|
-
$cancel-buuton-bg: $secondary-bg-color !default;
|
|
232
|
-
$cancel-buuton-bg-border-color: $secondary-border-color !default;
|
|
233
|
-
$cancel-buuton-text-color: $secondary-text-color !default;
|
|
234
|
-
$cancel-buuton-hover-bg: $secondary-bg-color-hover !default;
|
|
235
|
-
$cancel-buuton-bg-border-hover-color: $secondary-border-color-hover !default;
|
|
236
|
-
$cancel-buuton-text-hover-color: $secondary-text-color-hover !default;
|
|
237
|
-
$cancel-buuton-active-bg: $secondary-border-color-pressed !default;
|
|
238
|
-
$cancel-buuton-bg-border-active-color: $secondary-border-color-pressed !default;
|
|
239
|
-
$cancel-buuton-text-active-color: $secondary-text-color-pressed !default;
|
|
240
|
-
$selected-range-box-shadow: inset 1px 0 $border, inset 0 1px $border, inset -1px 0 $border, inset 0 -1px $border !default;
|
|
241
|
-
|
|
242
|
-
// modal full-screen styles
|
|
243
|
-
$modal-range-portrait-calendar-min-height: 100% !default;
|
|
244
|
-
$modal-range-portrait-calendar-min-width: 100% !default;
|
|
245
|
-
$modal-range-portrait-calendar-height: 100% !default;
|
|
246
|
-
$modal-range-portrait-header-height: 20vh !default;
|
|
247
|
-
$modal-range-portrait-header-padding: 2vh 2vw !default;
|
|
248
|
-
$modal-range-portrait-month-header-padding: 2vh 2vw !default;
|
|
249
|
-
$modal-range-portrait-icon-float: right !default;
|
|
250
|
-
$modal-range-portrait-header-month-height: 10vh !default;
|
|
251
|
-
$modal-range-month-header-line-height: 5vh !default;
|
|
252
|
-
$modal-range-month-landscape-title-line-height: 8vh !default;
|
|
253
|
-
$modal-range-month-header-title-line-height: inherit !default;
|
|
254
|
-
$modal-range-portrait-calendar-content-height: 69vh !default;
|
|
255
|
-
$modal-range-portrait-calendar-tabel-height: 69vh !default;
|
|
256
|
-
$modal-range-landscape-header-big-height: 25vh !default;
|
|
257
|
-
$modal-range-portrait-calendar-width: 100% !default;
|
|
258
|
-
$modal-range-start-end-margin: 3vh 0 0 0 !default;
|
|
259
|
-
$modal-range-start-end-tablet-margin: 5vh 0 0 0 !default;
|
|
260
|
-
$modal-range-portrait-calendar-height: 70vh !default;
|
|
261
|
-
$modal-range-landscape-calendar-height: 80vh !default;
|
|
262
|
-
$modal-range-landscape-container-height: 75vh !default;
|
|
263
|
-
$modal-range-header-height: 60vh !default;
|
|
264
|
-
$modal-range-tablet-header-height: 65vh !default;
|
|
265
|
-
$modal-range-calendar-padding: 0 !default;
|
|
266
|
-
$modal-range-calendar-overflow: unset !default;
|
|
267
|
-
$modal-range-calendar-header-border-style: solid !default;
|
|
268
|
-
$modal-range-calendar-header-border-width: 0 0 1px 0 !default;
|
|
269
|
-
$modal-range-prev-next-icon-size: 36px !default;
|
|
270
|
-
$modal-range-prev-next-icon-padding: 10px !default;
|
|
271
|
-
$modal-range-prev-next-icon-line-height: 1 !default;
|
|
272
|
-
$modal-range-calendar-th-size: 48px !default;
|
|
273
|
-
$modal-range-tablet-content-size: 64px !default;
|
|
274
|
-
$modal-range-range-hover-radius: 0 !default;
|
|
275
|
-
$modal-range-table-padding: 0 2vw !default;
|
|
276
|
-
$modal-range-footer-display: none !default;
|
|
277
|
-
$modal-range-landscape-header-height: 27vh !default;
|
|
278
|
-
$modal-range-landscape-conetent-overflow: auto !default;
|
|
279
|
-
$modal-range-table-display: table !default;
|
|
280
|
-
$modal-range-start-end-size: 38px !default;
|
|
281
|
-
|
|
282
|
-
// header styles for presets
|
|
283
|
-
$modal-range-presets-header-height: 10% !default;
|
|
284
|
-
$modal-range-presets-portrait-height: 90% !default;
|
|
285
|
-
$modal-range-presets-landscape-height: 85% !default;
|
|
286
|
-
$modal-range-header-padding: 2.5vh 2.5vw !default;
|
|
287
|
-
$modal-range-header-display-style: flex !default;
|
|
288
|
-
$modal-range-header-content-align: center !default;
|
|
289
|
-
$modal-range-header-portrait-font-size: 3vh !default;
|
|
290
|
-
$modal-close-icon-float: left !default;
|
|
291
|
-
$modal-portrait-content-padding: 1vh 2vw !default;
|
|
292
|
-
$modal-range-header-title-transform: capitalize !default;
|
|
293
|
-
$modal-range-header-border-bottom: none !default;
|
|
294
|
-
$modal-range-header-landscape-height: 15% !default;
|
|
295
|
-
$modal-range-header-landscape-font-size: 2vw !default;
|
|
296
|
-
$modal-landscape-padding: 1vh 1vw !default;
|
|
297
|
-
|
|
298
|
-
// modal dialog colors
|
|
299
|
-
$modal-range-header-bg-color: $secondary-border-color !default;
|
|
300
|
-
$modal-range-header-text-color: $content-bg-color !default;
|
|
301
|
-
|
|
302
|
-
// tablet device style changes for modal popup
|
|
303
|
-
$modal-range-tablet-font-size: 24px !default;
|
|
304
|
-
|
|
305
|
-
$range-header-font-size: 16px !default;
|
|
@@ -1,295 +0,0 @@
|
|
|
1
|
-
// size variables
|
|
2
|
-
$range-btn-font-weight: $font-weight-medium !default;
|
|
3
|
-
$range-btn-width: 50% !default;
|
|
4
|
-
$range-btn-normal-height: 30px !default;
|
|
5
|
-
$range-btn-bigger-height: 36px !default;
|
|
6
|
-
$range-btn-normal-line-height: 24px !default;
|
|
7
|
-
$range-btn-bigger-line-height: 32px !default;
|
|
8
|
-
$range-max-width: 730px !default;
|
|
9
|
-
$range-device-max-width: 294px !default;
|
|
10
|
-
$range-bigger-max-width: 770px !default;
|
|
11
|
-
$range-max-height: 500px !default;
|
|
12
|
-
$range-normal-nav-icon-width: 24px !default;
|
|
13
|
-
$range-control-border-right: 0 !default;
|
|
14
|
-
$range-normal-nav-icon-height: 24px !default;
|
|
15
|
-
$range-calendar-medium-font-size: 14px !default;
|
|
16
|
-
$range-calendar-btn-font-size: 14px !default;
|
|
17
|
-
$range-presets-normal-list-font-size: 13px !default;
|
|
18
|
-
$range-presets-bigger-list-font-size: 14px !default;
|
|
19
|
-
$range-range-btn-font-weight: 500 !default;
|
|
20
|
-
$range-header-label-size: $text-lg !default;
|
|
21
|
-
$range-calendar-small-font-size: $text-xs !default;
|
|
22
|
-
$range-calendar-bigger-font-size: 20px !default;
|
|
23
|
-
$range-calendar-header-padding: 8px 5px !default;
|
|
24
|
-
$range-e-bigger-header-padding: 10px 5px !default;
|
|
25
|
-
$range-device-control-header-margin: 0 !default;
|
|
26
|
-
$range-device-control-header-padding: 12px !default;
|
|
27
|
-
$range-control-header-margin: 12px 0 !default;
|
|
28
|
-
$range-control-bigger-header-margin: 12px 0 !default;
|
|
29
|
-
$range-indicator-margin: 0 !default;
|
|
30
|
-
$range-lg-day-header-format-width: 100% !default;
|
|
31
|
-
$range-start-end-container-height: 28px !default;
|
|
32
|
-
$range-calendar-margin: 0 !default;
|
|
33
|
-
$range-start-end-label-width: 48% !default;
|
|
34
|
-
$range-change-icon-width: 4% !default;
|
|
35
|
-
$range-font-weight-bold: $font-weight-medium !default;
|
|
36
|
-
$range-font-size: 15px !default;
|
|
37
|
-
$range-bigger-change-icon-size: 18px !default;
|
|
38
|
-
$range-indicator-label-width: 100% !default;
|
|
39
|
-
$range-device-indicator-margin: 10px 0 !default;
|
|
40
|
-
$range-separator-height: 1px !default;
|
|
41
|
-
$range-border-value: 1px solid $border-light !default;
|
|
42
|
-
$range-separator-margin: 0 !default;
|
|
43
|
-
$range-footer-height: 48px !default;
|
|
44
|
-
$range-bigger-footer-height: 58px !default;
|
|
45
|
-
$range-btn-height: 36px !default;
|
|
46
|
-
$range-btn-padding: 0 16px !default;
|
|
47
|
-
$range-normal-footer-margin: 0 8px 0 8px !default;
|
|
48
|
-
$range-bigger-footer-margin: 0 8px 0 8px !default;
|
|
49
|
-
$range-normal-rtl-footer-margin: 0 8px 0 8px !default;
|
|
50
|
-
$range-bigger-rtl-footer-margin: 0 8px 0 8px !default;
|
|
51
|
-
$range-presets-height: 192px !default;
|
|
52
|
-
$range-bigger-presets-height: 240px !default;
|
|
53
|
-
$range-calendar-container-height: 100% !default;
|
|
54
|
-
$range-list-item-height: 48px !default;
|
|
55
|
-
$range-list-item-padding: 0 24px !default;
|
|
56
|
-
$range-listview-padding: 4px 0 !default;
|
|
57
|
-
$range-list-item-line-height: 47px !default;
|
|
58
|
-
$range-device-medium-font-size: 13px !default;
|
|
59
|
-
$range-device-medium-header-font-size: 13px !default;
|
|
60
|
-
$range-device-small-font-size: 11px !default;
|
|
61
|
-
$range-week-header-font-size: 13px !default;
|
|
62
|
-
$range-device-header-container-height: 36px !default;
|
|
63
|
-
$range-device-header-container-width: 100% !default;
|
|
64
|
-
$range-device-list-item-padding: 0 16px !default;
|
|
65
|
-
$range-value-zero: 0 !default;
|
|
66
|
-
$range-btn-border-value: 1px solid $primary !default;
|
|
67
|
-
$range-btn-left-radius: 2px 0 0 2px !default;
|
|
68
|
-
$range-btn-right-radius: 0 2px 2px 0 !default;
|
|
69
|
-
$range-day-span-height: 18px !default;
|
|
70
|
-
$range-indicator-size: 1px !default;
|
|
71
|
-
$range-preset-min-width: 625px !default;
|
|
72
|
-
$range-header-btn-max-width: 116px !default;
|
|
73
|
-
$range-header-btn-bigger-max-width: 141px !default;
|
|
74
|
-
$range-presets-width: 160px !default;
|
|
75
|
-
$range-hover-start-radius: 50% 0 0 50% !default;
|
|
76
|
-
$range-hover-end-radius: 0 50% 50% 0 !default;
|
|
77
|
-
$range-btn-height: 36px !default;
|
|
78
|
-
$range-device-btn-line-height: 34px !default;
|
|
79
|
-
$range-icon-hover-color: $content-bg-color-hover !default;
|
|
80
|
-
$range-icon-border-radius: 50% !default;
|
|
81
|
-
$range-icon-container-min-height: 18px !default;
|
|
82
|
-
$range-icon-container-min-width: 30px !default;
|
|
83
|
-
$range-icon-bottom-right-radius: 0 !default;
|
|
84
|
-
$range-icon-top-right-radius: 0 !default;
|
|
85
|
-
$range-bigger-icon-container-min-height: 18px !default;
|
|
86
|
-
$range-bigger-icon-container-min-width: 36px !default;
|
|
87
|
-
$range-icon-margin: 0 !default;
|
|
88
|
-
$range-icon-bigger-margin: 0 !default;
|
|
89
|
-
$range-sart-end-btn-padding: 1px 6px !default;
|
|
90
|
-
$range-popup-padding: 0 !default;
|
|
91
|
-
$range-calendar-normal-table-padding: 0 !default;
|
|
92
|
-
$range-calendar-bigger-table-padding: 0 !default;
|
|
93
|
-
$range-popup-border-radius: 0 !default;
|
|
94
|
-
$range-list-border-radius: 0 !default;
|
|
95
|
-
$range-bigger-nav-icon-width: 24px !default;
|
|
96
|
-
$range-bigger-nav-icon-height: 24px !default;
|
|
97
|
-
$range-calendar-popup-padding: 0 8px !default;
|
|
98
|
-
$range-bigger-calendar-popup-padding: 0 8px !default;
|
|
99
|
-
$range-icon-bigger-padding: 0 !default;
|
|
100
|
-
$range-icon-normal-padding: 0 !default;
|
|
101
|
-
$range-preset-normal-list-height: 36px !default;
|
|
102
|
-
$range-preset-bigger-list-height: 48px !default;
|
|
103
|
-
$range-calendar-bigger-max: 296px !default;
|
|
104
|
-
$range-calendar-landscape-height: 130px !default;
|
|
105
|
-
|
|
106
|
-
// new variable
|
|
107
|
-
$range-icon: '\e245' !default;
|
|
108
|
-
$range-icon-font-size: 16px !default;
|
|
109
|
-
$range-bigger-icon-font-size: 18px !default;
|
|
110
|
-
$range-icon-next: '\e913' !default;
|
|
111
|
-
$range-icon-prev: '\e921' !default;
|
|
112
|
-
$range-change-icon: '\e85f' !default;
|
|
113
|
-
$range-rtl-icon-next: '\e921' !default;
|
|
114
|
-
$range-rtl-icon-prev: '\e913' !default;
|
|
115
|
-
$range-rtl-icon-change: '\e85b' !default;
|
|
116
|
-
|
|
117
|
-
// Mouse small size
|
|
118
|
-
$range-small-header-label-size: 16px !default;
|
|
119
|
-
$range-small-font-size: 12px !default;
|
|
120
|
-
$range-start-end-container-small-height: 32px !default;
|
|
121
|
-
$range-calendar-mouse-small-font-size: 12px !default;
|
|
122
|
-
$range-indicator-small-margin: 0 0 10px 0 !default;
|
|
123
|
-
$range-control-small-header-margin: 10px 10px 0 10px !default;
|
|
124
|
-
$range-separator-small-margin: 0 10px !default;
|
|
125
|
-
$range-small-footer-margin: 10px 10px 10px 8px !default;
|
|
126
|
-
$range-preset-small-list-height: 26px !default;
|
|
127
|
-
$range-presets-small-list-font-size: 12px !default;
|
|
128
|
-
$calendar-bigger-small-max-width: 246px !default;
|
|
129
|
-
$range-control-header-width: auto !default;
|
|
130
|
-
$range-font-weight-normal: normal !default;
|
|
131
|
-
$range-flex-style: flex !default;
|
|
132
|
-
$range-flex-justify-content: flex-end !default;
|
|
133
|
-
$range-inline-block-style: inline-block !default;
|
|
134
|
-
$range-block-style: block !default;
|
|
135
|
-
$range-table-style: table !default;
|
|
136
|
-
$range-display-none: none !default;
|
|
137
|
-
$range-align-center: center !default;
|
|
138
|
-
$range-float-right: right !default;
|
|
139
|
-
$range-float-left: left !default;
|
|
140
|
-
$range-float-none: none !default;
|
|
141
|
-
$range-float-clear: both !default;
|
|
142
|
-
$range-calendar-border: none !default;
|
|
143
|
-
$range-calendar-selection-border: none !default;
|
|
144
|
-
$range-calendar-hover-border: none !default;
|
|
145
|
-
$range-calendar-other-month-border: none !default;
|
|
146
|
-
$range-cursor-default-style: default !default;
|
|
147
|
-
$range-cursor-pointer-style: pointer !default;
|
|
148
|
-
$range-browser-select-none: none !default;
|
|
149
|
-
$range-flex-direction-row-reverse: row-reverse !default;
|
|
150
|
-
$range-flex-direction-row: row !default;
|
|
151
|
-
$range-width-auto: auto !default;
|
|
152
|
-
$range-value-none: none !default;
|
|
153
|
-
$range-visibility-hidden: hidden !default;
|
|
154
|
-
$range-text-nowrap: nowrap !default;
|
|
155
|
-
$range-direction-left: ltr !default;
|
|
156
|
-
$range-text-overflow: ellipsis !default;
|
|
157
|
-
$range-calendar-other-normal-border: none !default;
|
|
158
|
-
|
|
159
|
-
// mouse small icon
|
|
160
|
-
$range-small-icon-font-size: 14px !default;
|
|
161
|
-
|
|
162
|
-
// touch small icon
|
|
163
|
-
$range-bigger-small-icon-font-size: 18px !default;
|
|
164
|
-
|
|
165
|
-
// color variables
|
|
166
|
-
$range-bg-color: $flyout-bg-color !default;
|
|
167
|
-
$range-primary-color: $primary !default;
|
|
168
|
-
$range-primary-font-color: $primary-text-color !default;
|
|
169
|
-
$range-presets-bg: $content-bg-color !default;
|
|
170
|
-
$range-preset-normal-font-color: $content-text-color !default;
|
|
171
|
-
$range-font-color: $content-text-color !default;
|
|
172
|
-
$range-background: $flyout-bg-color !default;
|
|
173
|
-
$range-footer-background: $flyout-bg-color !default;
|
|
174
|
-
$range-header-bg-color: $flyout-bg-color !default;
|
|
175
|
-
$range-active-icon-color: $content-text-color !default;
|
|
176
|
-
$range-active-state-icon-color: $content-text-color !default;
|
|
177
|
-
$range-hover-color: $content-bg-color-alt3 !default;
|
|
178
|
-
$range-hover-content-color: $content-bg-color-pressed !default;
|
|
179
|
-
$range-today-color: $content-bg-color-hover !default;
|
|
180
|
-
$range-selection-bg: $primary !default;
|
|
181
|
-
$range-other-hover-color: $content-bg-color !default;
|
|
182
|
-
$range-other-month-date: $content-text-color-alt2 !default;
|
|
183
|
-
$range-box-shadow: $shadow-lg !default;
|
|
184
|
-
$range-box-shadow-none: none !default;
|
|
185
|
-
$range-calendar-dark-color: $content-text-color-alt1 !default;
|
|
186
|
-
$range-calendar-header-text-color: $content-text-color-alt2 !default;
|
|
187
|
-
$range-calendar-header-dark-color: $content-text-color-alt1 !default;
|
|
188
|
-
$range-calendar-medium-color: $content-text-color-alt3 !default;
|
|
189
|
-
$range-calendar-light-color: $content-text-color-alt2 !default;
|
|
190
|
-
$range-btn-border-transparent: 1px solid transparent !default;
|
|
191
|
-
$range-calendar-hover-border-color: none !default;
|
|
192
|
-
$range-change-icon-color: $icon-color !default;
|
|
193
|
-
$range-separator-color: $border-light !default;
|
|
194
|
-
$range-popup-border: 1px solid $border-light !default;
|
|
195
|
-
$range-overlay: $flyout-bg-color !default;
|
|
196
|
-
$range-presets-bg-color: $transparent !default;
|
|
197
|
-
$range-presets-font-color: $primary !default;
|
|
198
|
-
$range-presets-hover-bg: $content-bg-color-hover !default;
|
|
199
|
-
$range-list-hover-color: $content-text-color-hover !default;
|
|
200
|
-
$range-calendar-active-border: 1px solid $primary !default;
|
|
201
|
-
$range-today-border-color: $range-calendar-active-border !default;
|
|
202
|
-
$range-calendar-today-color: $content-text-color !default;
|
|
203
|
-
$range-calendar-today-start-color: $range-calendar-active-border !default;
|
|
204
|
-
$range-active-font-color: $primary-text-color !default;
|
|
205
|
-
|
|
206
|
-
// apply and cancel button styles
|
|
207
|
-
$range-apply-disabled-background-style: $primary-bg-color-disabled !default;
|
|
208
|
-
$range-apply-disabled-border-style: $primary-border-color-disabled !default;
|
|
209
|
-
$range-apply-disabled-color: $primary-text-disabled !default;
|
|
210
|
-
$apply-buuton-bg: $primary-bg-color !default;
|
|
211
|
-
$apply-buuton-bg-border-color: $primary-border-color !default;
|
|
212
|
-
$apply-buuton-text-color: $primary-text-color !default;
|
|
213
|
-
$apply-buuton-hover-bg: $primary-bg-color-hover !default;
|
|
214
|
-
$apply-buuton-bg-border-hover-color: $primary-border-color-hover !default;
|
|
215
|
-
$apply-buuton-text-hover-color: $primary-text-hover !default;
|
|
216
|
-
$apply-buuton-active-bg: $primary-bg-color-pressed !default;
|
|
217
|
-
$apply-buuton-bg-border-active-color: $primary-border-color-pressed !default;
|
|
218
|
-
$apply-buuton-text-active-color: $primary-text-pressed !default;
|
|
219
|
-
$range-cancel-disabled-background-style: $secondary-bg-color-disabled !default;
|
|
220
|
-
$range-cancel-disabled-border-style: $secondary-border-color-disabled !default;
|
|
221
|
-
$range-cancel-disabled-color: $secondary-text-color-disabled !default;
|
|
222
|
-
$cancel-buuton-bg: $secondary-bg-color !default;
|
|
223
|
-
$cancel-buuton-bg-border-color: $secondary-border-color !default;
|
|
224
|
-
$cancel-buuton-text-color: $secondary-text-color !default;
|
|
225
|
-
$cancel-buuton-hover-bg: $secondary-bg-color-hover !default;
|
|
226
|
-
$cancel-buuton-bg-border-hover-color: $secondary-border-color-hover !default;
|
|
227
|
-
$cancel-buuton-text-hover-color: $secondary-text-color-hover !default;
|
|
228
|
-
$cancel-buuton-active-bg: $secondary-border-color-pressed !default;
|
|
229
|
-
$cancel-buuton-bg-border-active-color: $secondary-border-color-pressed !default;
|
|
230
|
-
$cancel-buuton-text-active-color: $secondary-text-color-pressed !default;
|
|
231
|
-
|
|
232
|
-
// modal full-screen styles
|
|
233
|
-
$modal-range-portrait-calendar-min-height: 100% !default;
|
|
234
|
-
$modal-range-portrait-calendar-min-width: 100% !default;
|
|
235
|
-
$modal-range-portrait-calendar-height: 100% !default;
|
|
236
|
-
$modal-range-portrait-header-height: 20vh !default;
|
|
237
|
-
$modal-range-portrait-header-padding: 2vh 2vw !default;
|
|
238
|
-
$modal-range-portrait-month-header-padding: 2vh 2vw !default;
|
|
239
|
-
$modal-range-portrait-icon-float: right !default;
|
|
240
|
-
$modal-range-portrait-header-month-height: 10vh !default;
|
|
241
|
-
$modal-range-month-header-line-height: 5vh !default;
|
|
242
|
-
$modal-range-month-landscape-title-line-height: 8vh !default;
|
|
243
|
-
$modal-range-month-header-title-line-height: inherit !default;
|
|
244
|
-
$modal-range-portrait-calendar-content-height: 69vh !default;
|
|
245
|
-
$modal-range-portrait-calendar-tabel-height: 69vh !default;
|
|
246
|
-
$modal-range-landscape-header-big-height: 25vh !default;
|
|
247
|
-
$modal-range-portrait-calendar-width: 100% !default;
|
|
248
|
-
$modal-range-start-end-margin: 3vh 0 0 0 !default;
|
|
249
|
-
$modal-range-start-end-tablet-margin: 5vh 0 0 0 !default;
|
|
250
|
-
$modal-range-portrait-calendar-height: 70vh !default;
|
|
251
|
-
$modal-range-landscape-calendar-height: 80vh !default;
|
|
252
|
-
$modal-range-landscape-container-height: 75vh !default;
|
|
253
|
-
$modal-range-header-height: 60vh !default;
|
|
254
|
-
$modal-range-tablet-header-height: 65vh !default;
|
|
255
|
-
$modal-range-calendar-padding: 0 !default;
|
|
256
|
-
$modal-range-calendar-overflow: unset !default;
|
|
257
|
-
$modal-range-calendar-header-border-style: solid !default;
|
|
258
|
-
$modal-range-calendar-header-border-width: 0 0 1px 0 !default;
|
|
259
|
-
$modal-range-prev-next-icon-size: 36px !default;
|
|
260
|
-
$modal-range-prev-next-icon-padding: 10px !default;
|
|
261
|
-
$modal-range-prev-next-icon-line-height: 1 !default;
|
|
262
|
-
$modal-range-calendar-th-size: 48px !default;
|
|
263
|
-
$modal-range-tablet-content-size: 64px !default;
|
|
264
|
-
$modal-range-range-hover-radius: 0 !default;
|
|
265
|
-
$modal-range-table-padding: 0 2vw !default;
|
|
266
|
-
$modal-range-footer-display: none !default;
|
|
267
|
-
$modal-range-landscape-header-height: 27vh !default;
|
|
268
|
-
$modal-range-landscape-conetent-overflow: auto !default;
|
|
269
|
-
$modal-range-table-display: table !default;
|
|
270
|
-
$modal-range-start-end-size: 38px !default;
|
|
271
|
-
|
|
272
|
-
// header styles for presets
|
|
273
|
-
$modal-range-presets-header-height: 10% !default;
|
|
274
|
-
$modal-range-presets-portrait-height: 90% !default;
|
|
275
|
-
$modal-range-presets-landscape-height: 85% !default;
|
|
276
|
-
$modal-range-header-padding: 2.5vh 2.5vw !default;
|
|
277
|
-
$modal-range-header-display-style: flex !default;
|
|
278
|
-
$modal-range-header-content-align: center !default;
|
|
279
|
-
$modal-range-header-portrait-font-size: 3vh !default;
|
|
280
|
-
$modal-close-icon-float: left !default;
|
|
281
|
-
$modal-portrait-content-padding: 1vh 2vw !default;
|
|
282
|
-
$modal-range-header-title-transform: capitalize !default;
|
|
283
|
-
$modal-range-header-border-bottom: none !default;
|
|
284
|
-
$modal-range-header-landscape-height: 15% !default;
|
|
285
|
-
$modal-range-header-landscape-font-size: 2vw !default;
|
|
286
|
-
$modal-landscape-padding: 1vh 1vw !default;
|
|
287
|
-
|
|
288
|
-
// modal dialog colors
|
|
289
|
-
$modal-range-header-bg-color: $flyout-bg-color-alt !default;
|
|
290
|
-
$modal-range-header-text-color: $content-text-color !default;
|
|
291
|
-
|
|
292
|
-
// tablet device style changes for modal popup
|
|
293
|
-
$modal-range-tablet-font-size: 24px !default;
|
|
294
|
-
|
|
295
|
-
$range-header-font-size: 16px !default;
|