@syncfusion/ej2-angular-calendars 21.2.9 → 21.2.10-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +961 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/CHANGELOG.md +1408 -0
- package/dist/ej2-angular-calendars.umd.js +1073 -0
- package/dist/ej2-angular-calendars.umd.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.min.js +11 -0
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
- package/ej2-angular-calendars.d.ts +9 -0
- package/ej2-angular-calendars.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar-all.module.d.ts +0 -6
- package/src/calendar/calendar.component.d.ts +0 -3
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +0 -3
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +0 -3
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.scss +1 -5
- package/styles/calendar/bootstrap4.scss +1 -5
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.scss +1 -8
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap5.scss +1 -8
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.scss +1 -8
- package/styles/datetimepicker/fluent-dark.scss +1 -8
- package/styles/datetimepicker/fluent.scss +1 -8
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
- package/esm2020/src/calendar/calendar.component.mjs +0 -90
- package/esm2020/src/calendar/calendar.module.mjs +0 -25
- package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
- package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
- package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
- package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -18
- package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
- package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
- package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/styles/calendar/_all.scss +0 -2
- package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
- package/styles/calendar/_bootstrap-definition.scss +0 -228
- package/styles/calendar/_bootstrap4-definition.scss +0 -228
- package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/calendar/_bootstrap5-definition.scss +0 -250
- package/styles/calendar/_fabric-dark-definition.scss +0 -192
- package/styles/calendar/_fabric-definition.scss +0 -190
- package/styles/calendar/_fluent-dark-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +0 -252
- package/styles/calendar/_fusionnew-definition.scss +0 -250
- package/styles/calendar/_highcontrast-definition.scss +0 -189
- package/styles/calendar/_highcontrast-light-definition.scss +0 -192
- package/styles/calendar/_layout.scss +0 -741
- package/styles/calendar/_material-dark-definition.scss +0 -194
- package/styles/calendar/_material-definition.scss +0 -189
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -533
- package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
- package/styles/calendar/icons/_bootstrap.scss +0 -13
- package/styles/calendar/icons/_bootstrap4.scss +0 -13
- package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/calendar/icons/_bootstrap5.scss +0 -13
- package/styles/calendar/icons/_fabric-dark.scss +0 -13
- package/styles/calendar/icons/_fabric.scss +0 -13
- package/styles/calendar/icons/_fluent-dark.scss +0 -1
- package/styles/calendar/icons/_fluent.scss +0 -13
- package/styles/calendar/icons/_fusionnew.scss +0 -13
- package/styles/calendar/icons/_highcontrast-light.scss +0 -13
- package/styles/calendar/icons/_highcontrast.scss +0 -13
- package/styles/calendar/icons/_material-dark.scss +0 -13
- package/styles/calendar/icons/_material.scss +0 -13
- package/styles/calendar/icons/_material3.scss +0 -13
- package/styles/calendar/icons/_tailwind-dark.scss +0 -1
- package/styles/calendar/icons/_tailwind.scss +0 -13
- package/styles/datepicker/_all.scss +0 -2
- package/styles/datepicker/_bootstrap-dark-definition.scss +0 -37
- package/styles/datepicker/_bootstrap-definition.scss +0 -34
- package/styles/datepicker/_bootstrap4-definition.scss +0 -40
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -46
- package/styles/datepicker/_fabric-dark-definition.scss +0 -37
- package/styles/datepicker/_fabric-definition.scss +0 -34
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -46
- package/styles/datepicker/_fusionnew-definition.scss +0 -46
- package/styles/datepicker/_highcontrast-definition.scss +0 -35
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -38
- package/styles/datepicker/_layout.scss +0 -261
- package/styles/datepicker/_material-dark-definition.scss +0 -42
- package/styles/datepicker/_material-definition.scss +0 -39
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -44
- package/styles/datepicker/_theme.scss +0 -54
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -52
- package/styles/datepicker/icons/_bootstrap.scss +0 -52
- package/styles/datepicker/icons/_bootstrap4.scss +0 -56
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -56
- package/styles/datepicker/icons/_fabric-dark.scss +0 -52
- package/styles/datepicker/icons/_fabric.scss +0 -52
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -56
- package/styles/datepicker/icons/_fusionnew.scss +0 -56
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -52
- package/styles/datepicker/icons/_highcontrast.scss +0 -52
- package/styles/datepicker/icons/_material-dark.scss +0 -86
- package/styles/datepicker/icons/_material.scss +0 -86
- package/styles/datepicker/icons/_material3.scss +0 -56
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -56
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -193
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -193
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -203
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -231
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -196
- package/styles/daterangepicker/_fabric-definition.scss +0 -193
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -240
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -230
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -193
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -196
- package/styles/daterangepicker/_layout.scss +0 -821
- package/styles/daterangepicker/_material-dark-definition.scss +0 -201
- package/styles/daterangepicker/_material-definition.scss +0 -201
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -222
- package/styles/daterangepicker/_theme.scss +0 -435
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -74
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -72
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -65
- package/styles/daterangepicker/icons/_fabric.scss +0 -65
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -72
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -72
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -65
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -65
- package/styles/daterangepicker/icons/_material-dark.scss +0 -99
- package/styles/daterangepicker/icons/_material.scss +0 -99
- package/styles/daterangepicker/icons/_material3.scss +0 -99
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -72
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -55
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -54
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -55
- package/styles/datetimepicker/_fabric-definition.scss +0 -52
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -60
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -60
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -52
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -55
- package/styles/datetimepicker/_layout.scss +0 -195
- package/styles/datetimepicker/_material-dark-definition.scss +0 -59
- package/styles/datetimepicker/_material-definition.scss +0 -57
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -60
- package/styles/datetimepicker/_theme.scss +0 -70
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
- package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
- package/styles/datetimepicker/icons/_fabric.scss +0 -11
- package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datetimepicker/icons/_fluent.scss +0 -11
- package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
- package/styles/datetimepicker/icons/_material-dark.scss +0 -53
- package/styles/datetimepicker/icons/_material.scss +0 -62
- package/styles/datetimepicker/icons/_material3.scss +0 -11
- package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datetimepicker/icons/_tailwind.scss +0 -11
- package/styles/timepicker/_all.scss +0 -2
- package/styles/timepicker/_bootstrap-dark-definition.scss +0 -52
- package/styles/timepicker/_bootstrap-definition.scss +0 -49
- package/styles/timepicker/_bootstrap4-definition.scss +0 -57
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -58
- package/styles/timepicker/_fabric-dark-definition.scss +0 -52
- package/styles/timepicker/_fabric-definition.scss +0 -49
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -58
- package/styles/timepicker/_fusionnew-definition.scss +0 -58
- package/styles/timepicker/_highcontrast-definition.scss +0 -49
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -52
- package/styles/timepicker/_layout.scss +0 -202
- package/styles/timepicker/_material-dark-definition.scss +0 -56
- package/styles/timepicker/_material-definition.scss +0 -53
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -56
- package/styles/timepicker/_theme.scss +0 -100
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/timepicker/icons/_bootstrap.scss +0 -12
- package/styles/timepicker/icons/_bootstrap4.scss +0 -12
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -12
- package/styles/timepicker/icons/_fabric-dark.scss +0 -12
- package/styles/timepicker/icons/_fabric.scss +0 -12
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -12
- package/styles/timepicker/icons/_fusionnew.scss +0 -12
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -12
- package/styles/timepicker/icons/_highcontrast.scss +0 -12
- package/styles/timepicker/icons/_material-dark.scss +0 -40
- package/styles/timepicker/icons/_material.scss +0 -42
- package/styles/timepicker/icons/_material3.scss +0 -12
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -12
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@include export-module('calendar-material-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
.e-calendar .e-header {
|
|
5
|
-
#{if(&, '&', '*')} .e-date-icon-prev::before {
|
|
6
|
-
content: '\e910';
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
#{if(&, '&', '*')} .e-date-icon-next::before {
|
|
10
|
-
content: '\e916';
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@include export-module('calendar-material-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
.e-calendar .e-header {
|
|
5
|
-
#{if(&, '&', '*')} .e-date-icon-prev::before {
|
|
6
|
-
content: '\e910';
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
#{if(&, '&', '*')} .e-date-icon-next::before {
|
|
10
|
-
content: '\e916';
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@include export-module('calendar-Material3-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
.e-calendar .e-header {
|
|
5
|
-
#{if(&, '&', '*')} .e-date-icon-prev::before {
|
|
6
|
-
content: '\e765';
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
#{if(&, '&', '*')} .e-date-icon-next::before {
|
|
10
|
-
content: '\e748';
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './tailwind.scss';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@include export-module('calendar-tailwind-icons') {
|
|
2
|
-
|
|
3
|
-
/*! component icons */
|
|
4
|
-
.e-calendar .e-header {
|
|
5
|
-
#{if(&, '&', '*')} .e-date-icon-prev::before {
|
|
6
|
-
content: '\e776';
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
#{if(&, '&', '*')} .e-date-icon-next::before {
|
|
10
|
-
content: '\e729';
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$datepicker-icon-color: none !default;
|
|
3
|
-
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
4
|
-
$datepicker-popup-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
5
|
-
$datepicker-input-border-style: none !default;
|
|
6
|
-
$datepicker-popup-border-radius: 4px !default;
|
|
7
|
-
$datepicker-calendar-border-style: none !default;
|
|
8
|
-
$datepicker-icon: '\e960' !default;
|
|
9
|
-
$datepicker-popup-border: 1px solid $grey-44 !default;
|
|
10
|
-
$datepicker-icon-font-size: 16px !default;
|
|
11
|
-
$datepicker-bigger-icon-font-size: 18px !default;
|
|
12
|
-
$datepicker-overlay: rgba($grey-base, .6) !default;
|
|
13
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
14
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
15
|
-
$datepicker-icon-hover-color: $grey-e6 !default;
|
|
16
|
-
$datepicker-popup-bg-color: $grey-dark !default;
|
|
17
|
-
$datepicker-icon-border-radius: 0 !default;
|
|
18
|
-
$datepicker-box-sizing: border-box !default;
|
|
19
|
-
$datepicker-othermonth-row: table-row !default;
|
|
20
|
-
$datepicker-modal-header-bg: transparent !default;
|
|
21
|
-
$datepicker-modal-header-color: transparent !default;
|
|
22
|
-
$datepicker-modal-header-display: none !default;
|
|
23
|
-
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
24
|
-
|
|
25
|
-
// mouse small icon
|
|
26
|
-
$datepicker-small-icon-font-size: 14px !default;
|
|
27
|
-
|
|
28
|
-
// Touch small icon
|
|
29
|
-
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
30
|
-
$model-year-font-size: 14px !default;
|
|
31
|
-
$model-year-font-weight: 500 !default;
|
|
32
|
-
$model-year-line-height: 32px !default;
|
|
33
|
-
$model-month-font-size: 20px !default;
|
|
34
|
-
$model-month-font-weight: 500 !default;
|
|
35
|
-
$model-month-line-height: 32px !default;
|
|
36
|
-
|
|
37
|
-
//enddefault
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
$datepicker-icon-color: none !default;
|
|
2
|
-
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
3
|
-
$datepicker-popup-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
4
|
-
$datepicker-input-border-style: none !default;
|
|
5
|
-
$datepicker-popup-bg-color: $grey-white !default;
|
|
6
|
-
$datepicker-popup-border-radius: 4px !default;
|
|
7
|
-
$datepicker-calendar-border-style: none !default;
|
|
8
|
-
$datepicker-icon: '\e960' !default;
|
|
9
|
-
$datepicker-popup-border: 1px solid $grey-cc !default;
|
|
10
|
-
$datepicker-icon-font-size: 16px !default;
|
|
11
|
-
$datepicker-bigger-icon-font-size: 18px !default;
|
|
12
|
-
$datepicker-overlay: rgba($grey-base, .6) !default;
|
|
13
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
14
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
15
|
-
$datepicker-icon-hover-color: $grey-e6 !default;
|
|
16
|
-
$datepicker-icon-border-radius: 0 !default;
|
|
17
|
-
$datepicker-box-sizing: border-box !default;
|
|
18
|
-
$datepicker-othermonth-row: table-row !default;
|
|
19
|
-
$datepicker-modal-header-bg: transparent !default;
|
|
20
|
-
$datepicker-modal-header-color: transparent !default;
|
|
21
|
-
$datepicker-modal-header-display: none !default;
|
|
22
|
-
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
23
|
-
|
|
24
|
-
// mouse small icon
|
|
25
|
-
$datepicker-small-icon-font-size: 14px !default;
|
|
26
|
-
|
|
27
|
-
// Touch small icon
|
|
28
|
-
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
29
|
-
$model-year-font-size: 14px !default;
|
|
30
|
-
$model-year-font-weight: 500 !default;
|
|
31
|
-
$model-year-line-height: 32px !default;
|
|
32
|
-
$model-month-font-size: 20px !default;
|
|
33
|
-
$model-month-font-weight: 500 !default;
|
|
34
|
-
$model-month-line-height: 32px !default;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
$datepicker-icon-color: $white !default;
|
|
2
|
-
$datepicker-active-icon-color: $white !default;
|
|
3
|
-
$datepicker-popup-box-shadow: none !default;
|
|
4
|
-
$datepicker-input-border-style: none !default;
|
|
5
|
-
$datepicker-popup-bg-color: $content-bg !default;
|
|
6
|
-
$datepicker-popup-border-radius: 4px !default;
|
|
7
|
-
$datepicker-calendar-border-style: none !default;
|
|
8
|
-
$datepicker-icon: '\e960' !default;
|
|
9
|
-
$datepicker-popup-border: 1px solid rgba($black, .15) !default;
|
|
10
|
-
$datepicker-icon-font-size: 14px !default;
|
|
11
|
-
$datepicker-icon-container-min-height: 29px !default;
|
|
12
|
-
$datepicker-icon-container-min-width: 24px !default;
|
|
13
|
-
$datepicker-bigger-icon-container-min-height: 36px !default;
|
|
14
|
-
$datepicker-bigger-icon-container-min-width: 34px !default;
|
|
15
|
-
$datepicker-bigger-icon-font-size: 16px !default;
|
|
16
|
-
$datepicker-overlay: rgba($black, .5) !default;
|
|
17
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
18
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
19
|
-
$datepicker-icon-hover-color: $gray-900 !default;
|
|
20
|
-
$datepicker-icon-active-bg-color: darken($gray-600, 10%) !default;
|
|
21
|
-
$datepicker-active-border-color: darken($gray-600, 10%) !default;
|
|
22
|
-
$datepicker-icon-border-radius: 0 !default;
|
|
23
|
-
$datepicker-box-sizing: border-box !default;
|
|
24
|
-
$datepicker-othermonth-row: table-row !default;
|
|
25
|
-
$datepicker-modal-header-bg: transparent !default;
|
|
26
|
-
$datepicker-modal-header-color: transparent !default;
|
|
27
|
-
$datepicker-modal-header-display: none !default;
|
|
28
|
-
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
29
|
-
|
|
30
|
-
// mouse small icon
|
|
31
|
-
$datepicker-small-icon-font-size: 12px !default;
|
|
32
|
-
|
|
33
|
-
// Touch small icon
|
|
34
|
-
$datepicker-bigger-small-icon-font-size: 15px !default;
|
|
35
|
-
$model-year-font-size: 14px !default;
|
|
36
|
-
$model-year-font-weight: 500 !default;
|
|
37
|
-
$model-year-line-height: 32px !default;
|
|
38
|
-
$model-month-font-size: 20px !default;
|
|
39
|
-
$model-month-font-weight: 500 !default;
|
|
40
|
-
$model-month-line-height: 32px !default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './bootstrap5-definition.scss';
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$datepicker-icon: '\e901' !default;
|
|
3
|
-
$datepicker-icon-font-size: $font-icon-16 !default;
|
|
4
|
-
$datepicker-icon-container-min-height: 18px !default;
|
|
5
|
-
$datepicker-icon-container-min-width: 30px !default;
|
|
6
|
-
$datepicker-bigger-icon-container-min-height: 18px !default;
|
|
7
|
-
$datepicker-bigger-icon-container-min-width: 36px !default;
|
|
8
|
-
$datepicker-bigger-icon-font-size: $font-icon-18 !default;
|
|
9
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
10
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
11
|
-
$datepicker-icon-border-radius: 50% !default;
|
|
12
|
-
$datepicker-popup-border-radius: 6px !default;
|
|
13
|
-
$datepicker-box-sizing: border-box !default;
|
|
14
|
-
$datepicker-modal-header-display: block !default;
|
|
15
|
-
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
16
|
-
$datepicker-popup-bigger-margin-top: 8px !default;
|
|
17
|
-
|
|
18
|
-
// mouse small icon
|
|
19
|
-
$datepicker-small-icon-font-size: $font-icon-16 !default;
|
|
20
|
-
|
|
21
|
-
// Touch small icon
|
|
22
|
-
$datepicker-bigger-small-icon-font-size: $font-icon-20 !default;
|
|
23
|
-
|
|
24
|
-
// color variables
|
|
25
|
-
$datepicker-popup-border: 1px solid $border-light !default;
|
|
26
|
-
$datepicker-input-border-style: none !default;
|
|
27
|
-
$datepicker-calendar-border-style: none !default;
|
|
28
|
-
$datepicker-icon-color: $secondary-text-color !default;
|
|
29
|
-
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
30
|
-
$datepicker-icon-active-bg-color: $secondary-bg-color-pressed !default;
|
|
31
|
-
$datepicker-active-border-color: $border !default;
|
|
32
|
-
$datepicker-popup-box-shadow: $shadow-lg !default;
|
|
33
|
-
$datepicker-overlay: rgba($black, .5) !default;
|
|
34
|
-
$datepicker-icon-hover-color: $secondary-text-color-hover !default;
|
|
35
|
-
$datepicker-popup-bg-color: $flyout-bg-color !default;
|
|
36
|
-
$datepicker-othermonth-row: none !default;
|
|
37
|
-
$datepicker-modal-header-bg: $icon-color !default;
|
|
38
|
-
$datepicker-modal-header-color: $content-bg-color-alt2 !default;
|
|
39
|
-
$model-year-font-size: $text-sm !default;
|
|
40
|
-
$model-year-font-weight: $font-weight-medium !default;
|
|
41
|
-
$model-year-line-height: 32px !default;
|
|
42
|
-
$model-month-font-size: $text-xl !default;
|
|
43
|
-
$model-month-font-weight: $font-weight-medium !default;
|
|
44
|
-
$model-month-line-height: 32px !default;
|
|
45
|
-
|
|
46
|
-
//enddefault
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$datepicker-icon-color: none !default;
|
|
3
|
-
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
4
|
-
$datepicker-popup-box-shadow: none !default;
|
|
5
|
-
$datepicker-input-border-style: 1px solid $theme-primary !default;
|
|
6
|
-
$datepicker-calendar-border-style: none !default;
|
|
7
|
-
$datepicker-icon: '\e93a' !default;
|
|
8
|
-
$datepicker-popup-border: 1px solid $neutral-light !default;
|
|
9
|
-
$datepicker-icon-font-size: 16px !default;
|
|
10
|
-
$datepicker-bigger-icon-font-size: 18px !default;
|
|
11
|
-
$datepicker-overlay: rgba($neutral-black, .6) !default;
|
|
12
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
13
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
14
|
-
$datepicker-popup-bg-color: $neutral-lighter-alt !default;
|
|
15
|
-
$datepicker-icon-hover-color: $hover-bg-color !default;
|
|
16
|
-
$datepicker-icon-border-radius: 0 !default;
|
|
17
|
-
$datepicker-popup-border-radius: 0 !default;
|
|
18
|
-
$datepicker-box-sizing: border-box !default;
|
|
19
|
-
$datepicker-othermonth-row: table-row !default;
|
|
20
|
-
$datepicker-modal-header-bg: $theme-primary !default;
|
|
21
|
-
$datepicker-modal-header-color: $neutral-white !default;
|
|
22
|
-
$datepicker-modal-header-display: none !default;
|
|
23
|
-
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
24
|
-
|
|
25
|
-
// mouse small icon
|
|
26
|
-
$datepicker-small-icon-font-size: 14px !default;
|
|
27
|
-
|
|
28
|
-
// Touch small icon
|
|
29
|
-
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
30
|
-
$model-year-font-size: 14px !default;
|
|
31
|
-
$model-year-font-weight: 500 !default;
|
|
32
|
-
$model-year-line-height: 32px !default;
|
|
33
|
-
$model-month-font-size: 20px !default;
|
|
34
|
-
$model-month-font-weight: 500 !default;
|
|
35
|
-
$model-month-line-height: 32px !default;
|
|
36
|
-
|
|
37
|
-
//enddefault
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
$datepicker-icon-color: none !default;
|
|
2
|
-
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
3
|
-
$datepicker-popup-box-shadow: 0 0 5px 0 rgba($neutral-black, .4) !default;
|
|
4
|
-
$datepicker-input-border-style: 1px solid $theme-primary !default;
|
|
5
|
-
$datepicker-calendar-border-style: none !default;
|
|
6
|
-
$datepicker-icon: '\e93a' !default;
|
|
7
|
-
$datepicker-popup-border: 1px solid $neutral-light !default;
|
|
8
|
-
$datepicker-popup-bg-color: $content-bg-color !default;
|
|
9
|
-
$datepicker-icon-font-size: 16px !default;
|
|
10
|
-
$datepicker-bigger-icon-font-size: 18px !default;
|
|
11
|
-
$datepicker-overlay: rgba($neutral-black, .6) !default;
|
|
12
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
13
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
14
|
-
$datepicker-icon-hover-color: $hover-bg-color !default;
|
|
15
|
-
$datepicker-icon-border-radius: 0 !default;
|
|
16
|
-
$datepicker-popup-border-radius: 0 !default;
|
|
17
|
-
$datepicker-box-sizing: border-box !default;
|
|
18
|
-
$datepicker-othermonth-row: table-row !default;
|
|
19
|
-
$datepicker-modal-header-bg: $theme-primary !default;
|
|
20
|
-
$datepicker-modal-header-color: $neutral-white !default;
|
|
21
|
-
$datepicker-modal-header-display: none !default;
|
|
22
|
-
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
23
|
-
|
|
24
|
-
// mouse small icon
|
|
25
|
-
$datepicker-small-icon-font-size: 14px !default;
|
|
26
|
-
|
|
27
|
-
// Touch small icon
|
|
28
|
-
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
29
|
-
$model-year-font-size: 14px !default;
|
|
30
|
-
$model-year-font-weight: 500 !default;
|
|
31
|
-
$model-year-line-height: 32px !default;
|
|
32
|
-
$model-month-font-size: 20px !default;
|
|
33
|
-
$model-month-font-weight: 500 !default;
|
|
34
|
-
$model-month-line-height: 32px !default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './fluent-definition.scss';
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$datepicker-icon: '\e901' !default;
|
|
3
|
-
$datepicker-icon-font-size: $font-icon-16 !default;
|
|
4
|
-
$datepicker-icon-container-min-height: 18px !default;
|
|
5
|
-
$datepicker-icon-container-min-width: 30px !default;
|
|
6
|
-
$datepicker-bigger-icon-container-min-height: 18px !default;
|
|
7
|
-
$datepicker-bigger-icon-container-min-width: 36px !default;
|
|
8
|
-
$datepicker-bigger-icon-font-size: $font-icon-18 !default;
|
|
9
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
10
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
11
|
-
$datepicker-icon-border-radius: 50% !default;
|
|
12
|
-
$datepicker-popup-border-radius: 6px !default;
|
|
13
|
-
$datepicker-box-sizing: border-box !default;
|
|
14
|
-
$datepicker-modal-header-display: block !default;
|
|
15
|
-
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
16
|
-
$datepicker-popup-bigger-margin-top: 8px !default;
|
|
17
|
-
|
|
18
|
-
// mouse small icon
|
|
19
|
-
$datepicker-small-icon-font-size: $font-icon-16 !default;
|
|
20
|
-
|
|
21
|
-
// Touch small icon
|
|
22
|
-
$datepicker-bigger-small-icon-font-size: $font-icon-20 !default;
|
|
23
|
-
|
|
24
|
-
// color variables
|
|
25
|
-
$datepicker-popup-border: 0 solid $border-light !default;
|
|
26
|
-
$datepicker-input-border-style: none !default;
|
|
27
|
-
$datepicker-calendar-border-style: none !default;
|
|
28
|
-
$datepicker-icon-color: $icon-color !default;
|
|
29
|
-
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
30
|
-
$datepicker-icon-active-bg-color: $content-bg-color-alt4 !default;
|
|
31
|
-
$datepicker-active-border-color: $border !default;
|
|
32
|
-
$datepicker-popup-box-shadow: $shadow-md !default;
|
|
33
|
-
$datepicker-overlay: $overlay-bg-color !default;
|
|
34
|
-
$datepicker-icon-hover-color: $icon-color-hover !default;
|
|
35
|
-
$datepicker-popup-bg-color: $flyout-bg-color !default;
|
|
36
|
-
$datepicker-othermonth-row: none !default;
|
|
37
|
-
$datepicker-modal-header-bg: $secondary-border-color-focus !default;
|
|
38
|
-
$datepicker-modal-header-color: $primary-text-color !default;
|
|
39
|
-
$model-year-font-size: $text-sm !default;
|
|
40
|
-
$model-year-font-weight: $font-weight-medium !default;
|
|
41
|
-
$model-year-line-height: 22px !default;
|
|
42
|
-
$model-month-font-size: $text-lg !default;
|
|
43
|
-
$model-month-font-weight: $font-weight-medium !default;
|
|
44
|
-
$model-month-line-height: 28px !default;
|
|
45
|
-
|
|
46
|
-
//enddefault
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$datepicker-icon: '\e901' !default;
|
|
3
|
-
$datepicker-icon-font-size: 16px !default;
|
|
4
|
-
$datepicker-icon-container-min-height: 18px !default;
|
|
5
|
-
$datepicker-icon-container-min-width: 30px !default;
|
|
6
|
-
$datepicker-bigger-icon-container-min-height: 18px !default;
|
|
7
|
-
$datepicker-bigger-icon-container-min-width: 36px !default;
|
|
8
|
-
$datepicker-bigger-icon-font-size: 18px !default;
|
|
9
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
10
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
11
|
-
$datepicker-icon-border-radius: 50% !default;
|
|
12
|
-
$datepicker-popup-border-radius: 6px !default;
|
|
13
|
-
$datepicker-box-sizing: border-box !default;
|
|
14
|
-
$datepicker-modal-header-display: block !default;
|
|
15
|
-
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
16
|
-
$datepicker-popup-bigger-margin-top: 8px !default;
|
|
17
|
-
|
|
18
|
-
// mouse small icon
|
|
19
|
-
$datepicker-small-icon-font-size: 16px !default;
|
|
20
|
-
|
|
21
|
-
// Touch small icon
|
|
22
|
-
$datepicker-bigger-small-icon-font-size: 20px !default;
|
|
23
|
-
|
|
24
|
-
// color variables
|
|
25
|
-
$datepicker-popup-border: 1px solid $border-light !default;
|
|
26
|
-
$datepicker-input-border-style: none !default;
|
|
27
|
-
$datepicker-calendar-border-style: none !default;
|
|
28
|
-
$datepicker-icon-color: $secondary-text-color !default;
|
|
29
|
-
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
30
|
-
$datepicker-icon-active-bg-color: $secondary-bg-color-pressed !default;
|
|
31
|
-
$datepicker-active-border-color: $border !default;
|
|
32
|
-
$datepicker-popup-box-shadow: $shadow-lg !default;
|
|
33
|
-
$datepicker-overlay: rgba($black, .5) !default;
|
|
34
|
-
$datepicker-icon-hover-color: $secondary-text-color-hover !default;
|
|
35
|
-
$datepicker-popup-bg-color: $flyout-bg-color !default;
|
|
36
|
-
$datepicker-othermonth-row: none !default;
|
|
37
|
-
$datepicker-modal-header-bg: $icon-color !default;
|
|
38
|
-
$datepicker-modal-header-color: $content-bg-color-alt2 !default;
|
|
39
|
-
$model-year-font-size: 14px !default;
|
|
40
|
-
$model-year-font-weight: 500 !default;
|
|
41
|
-
$model-year-line-height: 32px !default;
|
|
42
|
-
$model-month-font-size: 20px !default;
|
|
43
|
-
$model-month-font-weight: 500 !default;
|
|
44
|
-
$model-month-line-height: 32px !default;
|
|
45
|
-
|
|
46
|
-
//enddefault
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
$datepicker-icon-color: $content-font !default;
|
|
2
|
-
$datepicker-active-icon-color: $content-font !default;
|
|
3
|
-
$datepicker-popup-box-shadow: none !default;
|
|
4
|
-
$datepicker-input-border-style: 2px solid $border-fg !default;
|
|
5
|
-
$datepicker-calendar-border-style: none !default;
|
|
6
|
-
$datepicker-icon: '\e93a' !default;
|
|
7
|
-
$datepicker-popup-bg-color: $bg-base-0 !default;
|
|
8
|
-
$datepicker-popup-border: 1px solid $border-default !default;
|
|
9
|
-
$datepicker-icon-font-size: 16px !default;
|
|
10
|
-
$datepicker-bigger-icon-font-size: 18px !default;
|
|
11
|
-
$datepicker-overlay: rgba($bg-base-0, .6) !default;
|
|
12
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
13
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
14
|
-
$datepicker-icon-margin: 0 !default;
|
|
15
|
-
$datepicker-icon-hover-color: $hover-bg !default;
|
|
16
|
-
$datepicker-icon-border-radius: 0 !default;
|
|
17
|
-
$datepicker-popup-border-radius: 0 !default;
|
|
18
|
-
$datepicker-box-sizing: border-box !default;
|
|
19
|
-
$datepicker-othermonth-row: table-row !default;
|
|
20
|
-
$datepicker-modal-header-bg: $header-font !default;
|
|
21
|
-
$datepicker-modal-header-color: $header-font-alt !default;
|
|
22
|
-
$datepicker-modal-header-display: none !default;
|
|
23
|
-
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
24
|
-
|
|
25
|
-
// mouse small icon
|
|
26
|
-
$datepicker-small-icon-font-size: 14px !default;
|
|
27
|
-
|
|
28
|
-
// Touch small icon
|
|
29
|
-
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
30
|
-
$model-year-font-size: 14px !default;
|
|
31
|
-
$model-year-font-weight: 500 !default;
|
|
32
|
-
$model-year-line-height: 32px !default;
|
|
33
|
-
$model-month-font-size: 20px !default;
|
|
34
|
-
$model-month-font-weight: 500 !default;
|
|
35
|
-
$model-month-line-height: 32px !default;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$datepicker-icon-color: $content-font !default;
|
|
3
|
-
$datepicker-active-icon-color: $content-font !default;
|
|
4
|
-
$datepicker-popup-box-shadow: none !default;
|
|
5
|
-
$datepicker-input-border-style: 2px solid $border-fg !default;
|
|
6
|
-
$datepicker-calendar-border-style: none !default;
|
|
7
|
-
$datepicker-icon: '\e93a' !default;
|
|
8
|
-
$datepicker-popup-border: 1px solid $border-default !default;
|
|
9
|
-
$datepicker-icon-font-size: 16px !default;
|
|
10
|
-
$datepicker-bigger-icon-font-size: 18px !default;
|
|
11
|
-
$datepicker-overlay: rgba($bg-base-0, .6) !default;
|
|
12
|
-
$datepicker-icon-normal-margin: 0 !default;
|
|
13
|
-
$datepicker-icon-bigger-margin: 0 !default;
|
|
14
|
-
$datepicker-popup-bg-color: $bg-base-0 !default;
|
|
15
|
-
$datepicker-icon-margin: 0 !default;
|
|
16
|
-
$datepicker-icon-hover-color: $hover-bg !default;
|
|
17
|
-
$datepicker-icon-border-radius: 0 !default;
|
|
18
|
-
$datepicker-popup-border-radius: 0 !default;
|
|
19
|
-
$datepicker-box-sizing: border-box !default;
|
|
20
|
-
$datepicker-othermonth-row: table-row !default;
|
|
21
|
-
$datepicker-modal-header-bg: $header-font !default;
|
|
22
|
-
$datepicker-modal-header-color: $header-font-alt !default;
|
|
23
|
-
$datepicker-modal-header-display: none !default;
|
|
24
|
-
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
25
|
-
|
|
26
|
-
// mouse small icon
|
|
27
|
-
$datepicker-small-icon-font-size: 14px !default;
|
|
28
|
-
|
|
29
|
-
// Touch small icon
|
|
30
|
-
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
31
|
-
$model-year-font-size: 14px !default;
|
|
32
|
-
$model-year-font-weight: 500 !default;
|
|
33
|
-
$model-year-line-height: 32px !default;
|
|
34
|
-
$model-month-font-size: 20px !default;
|
|
35
|
-
$model-month-font-weight: 500 !default;
|
|
36
|
-
$model-month-line-height: 32px !default;
|
|
37
|
-
|
|
38
|
-
//enddefault
|