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