@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50
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/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +190 -13
- package/styles/bootstrap.css +190 -13
- package/styles/bootstrap4.css +190 -13
- package/styles/bootstrap5-dark.css +192 -17
- package/styles/bootstrap5.css +192 -17
- package/styles/calendar/_all.scss +1 -1
- package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
- package/styles/calendar/_bootstrap-definition.scss +6 -6
- package/styles/calendar/_bootstrap4-definition.scss +5 -6
- package/styles/calendar/_bootstrap5-definition.scss +3 -29
- package/styles/calendar/_fabric-dark-definition.scss +1 -4
- package/styles/calendar/_fabric-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +4 -30
- package/styles/calendar/_fusionnew-definition.scss +3 -29
- package/styles/calendar/_highcontrast-light-definition.scss +1 -3
- package/styles/calendar/_layout.scss +95 -153
- package/styles/calendar/_material-dark-definition.scss +1 -3
- package/styles/calendar/_material3-definition.scss +3 -29
- package/styles/calendar/_tailwind-definition.scss +5 -27
- package/styles/calendar/_theme.scss +66 -111
- package/styles/calendar/bootstrap-dark.css +0 -1
- package/styles/calendar/bootstrap.css +0 -1
- package/styles/calendar/bootstrap4.css +0 -1
- package/styles/calendar/bootstrap5-dark.css +0 -1
- package/styles/calendar/bootstrap5.css +0 -1
- package/styles/calendar/fabric-dark.css +0 -1
- package/styles/calendar/fabric.css +0 -1
- package/styles/calendar/fluent-dark.css +0 -1
- package/styles/calendar/fluent.css +0 -1
- package/styles/calendar/highcontrast-light.css +0 -1
- package/styles/calendar/highcontrast.css +0 -1
- package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
- package/styles/calendar/icons/_bootstrap.scss +1 -2
- package/styles/calendar/icons/_bootstrap4.scss +1 -2
- package/styles/calendar/icons/_bootstrap5.scss +1 -2
- package/styles/calendar/icons/_fabric-dark.scss +1 -2
- package/styles/calendar/icons/_fabric.scss +1 -2
- package/styles/calendar/icons/_fluent.scss +1 -2
- package/styles/calendar/icons/_fusionnew.scss +1 -2
- package/styles/calendar/icons/_highcontrast-light.scss +1 -2
- package/styles/calendar/icons/_highcontrast.scss +1 -2
- package/styles/calendar/icons/_material-dark.scss +1 -2
- package/styles/calendar/icons/_material.scss +1 -2
- package/styles/calendar/icons/_material3.scss +1 -2
- package/styles/calendar/icons/_tailwind.scss +1 -2
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/tailwind-dark.css +0 -2
- package/styles/calendar/tailwind.css +0 -2
- package/styles/datepicker/_all.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
- package/styles/datepicker/_bootstrap-definition.scss +0 -2
- package/styles/datepicker/_bootstrap4-definition.scss +0 -2
- package/styles/datepicker/_bootstrap5-definition.scss +1 -5
- package/styles/datepicker/_fabric-dark-definition.scss +0 -3
- package/styles/datepicker/_fabric-definition.scss +0 -2
- package/styles/datepicker/_fluent-definition.scss +1 -4
- package/styles/datepicker/_fusionnew-definition.scss +1 -5
- package/styles/datepicker/_highcontrast-definition.scss +0 -2
- package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
- package/styles/datepicker/_layout.scss +131 -6
- package/styles/datepicker/_material-dark-definition.scss +1 -4
- package/styles/datepicker/_material-definition.scss +0 -2
- package/styles/datepicker/_material3-definition.scss +1 -5
- package/styles/datepicker/_tailwind-definition.scss +1 -5
- package/styles/datepicker/_theme.scss +7 -7
- package/styles/datepicker/bootstrap-dark.css +79 -3
- package/styles/datepicker/bootstrap.css +79 -3
- package/styles/datepicker/bootstrap4.css +79 -3
- package/styles/datepicker/bootstrap5-dark.css +80 -4
- package/styles/datepicker/bootstrap5.css +80 -4
- package/styles/datepicker/fabric-dark.css +79 -3
- package/styles/datepicker/fabric.css +79 -3
- package/styles/datepicker/fluent-dark.css +80 -4
- package/styles/datepicker/fluent.css +80 -4
- package/styles/datepicker/highcontrast-light.css +79 -3
- package/styles/datepicker/highcontrast.css +79 -3
- package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
- package/styles/datepicker/icons/_bootstrap.scss +6 -7
- package/styles/datepicker/icons/_bootstrap4.scss +6 -7
- package/styles/datepicker/icons/_bootstrap5.scss +6 -7
- package/styles/datepicker/icons/_fabric-dark.scss +5 -6
- package/styles/datepicker/icons/_fabric.scss +6 -7
- package/styles/datepicker/icons/_fluent.scss +6 -7
- package/styles/datepicker/icons/_fusionnew.scss +6 -7
- package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
- package/styles/datepicker/icons/_highcontrast.scss +7 -7
- package/styles/datepicker/icons/_material-dark.scss +6 -7
- package/styles/datepicker/icons/_material.scss +6 -7
- package/styles/datepicker/icons/_material3.scss +6 -7
- package/styles/datepicker/icons/_tailwind.scss +6 -7
- package/styles/datepicker/material-dark.css +79 -3
- package/styles/datepicker/material.css +79 -3
- package/styles/datepicker/tailwind-dark.css +80 -4
- package/styles/datepicker/tailwind.css +80 -4
- package/styles/daterangepicker/_all.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
- package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
- package/styles/daterangepicker/_fabric-definition.scss +1 -5
- package/styles/daterangepicker/_fluent-definition.scss +1 -6
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
- package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
- package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
- package/styles/daterangepicker/_layout.scss +207 -111
- package/styles/daterangepicker/_material-dark-definition.scss +1 -6
- package/styles/daterangepicker/_material-definition.scss +1 -6
- package/styles/daterangepicker/_material3-definition.scss +0 -6
- package/styles/daterangepicker/_tailwind-definition.scss +0 -5
- package/styles/daterangepicker/_theme.scss +27 -52
- package/styles/daterangepicker/bootstrap-dark.css +111 -3
- package/styles/daterangepicker/bootstrap.css +111 -3
- package/styles/daterangepicker/bootstrap4.css +111 -3
- package/styles/daterangepicker/bootstrap5-dark.css +112 -4
- package/styles/daterangepicker/bootstrap5.css +112 -4
- package/styles/daterangepicker/fabric-dark.css +111 -3
- package/styles/daterangepicker/fabric.css +111 -3
- package/styles/daterangepicker/fluent-dark.css +112 -4
- package/styles/daterangepicker/fluent.css +112 -4
- package/styles/daterangepicker/highcontrast-light.css +111 -3
- package/styles/daterangepicker/highcontrast.css +111 -3
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
- package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
- package/styles/daterangepicker/icons/_fabric.scss +8 -13
- package/styles/daterangepicker/icons/_fluent.scss +8 -13
- package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
- package/styles/daterangepicker/icons/_material-dark.scss +7 -13
- package/styles/daterangepicker/icons/_material.scss +7 -13
- package/styles/daterangepicker/icons/_material3.scss +8 -13
- package/styles/daterangepicker/icons/_tailwind.scss +8 -13
- package/styles/daterangepicker/material-dark.css +111 -3
- package/styles/daterangepicker/material.css +111 -3
- package/styles/daterangepicker/tailwind-dark.css +112 -5
- package/styles/daterangepicker/tailwind.css +112 -5
- package/styles/datetimepicker/_all.scss +1 -1
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
- package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-definition.scss +0 -4
- package/styles/datetimepicker/_fluent-definition.scss +3 -8
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
- package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/datetimepicker/_layout.scss +3 -2
- package/styles/datetimepicker/_material-dark-definition.scss +1 -6
- package/styles/datetimepicker/_material-definition.scss +0 -4
- package/styles/datetimepicker/_material3-definition.scss +0 -5
- package/styles/datetimepicker/_tailwind-definition.scss +0 -5
- package/styles/datetimepicker/_theme.scss +1 -2
- package/styles/datetimepicker/bootstrap-dark.css +0 -2
- package/styles/datetimepicker/bootstrap.css +0 -2
- package/styles/datetimepicker/bootstrap4.css +0 -2
- package/styles/datetimepicker/bootstrap5-dark.css +0 -3
- package/styles/datetimepicker/bootstrap5.css +0 -3
- package/styles/datetimepicker/fabric-dark.css +0 -2
- package/styles/datetimepicker/fabric.css +0 -2
- package/styles/datetimepicker/fluent-dark.css +0 -3
- package/styles/datetimepicker/fluent.css +0 -3
- package/styles/datetimepicker/highcontrast-light.css +0 -2
- package/styles/datetimepicker/highcontrast.css +0 -2
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
- package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
- package/styles/datetimepicker/icons/_fabric.scss +1 -1
- package/styles/datetimepicker/icons/_fluent.scss +1 -1
- package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
- package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
- package/styles/datetimepicker/icons/_material-dark.scss +1 -1
- package/styles/datetimepicker/icons/_material.scss +0 -1
- package/styles/datetimepicker/icons/_material3.scss +1 -1
- package/styles/datetimepicker/icons/_tailwind.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -2
- package/styles/datetimepicker/material.css +0 -2
- package/styles/datetimepicker/tailwind-dark.css +0 -3
- package/styles/datetimepicker/tailwind.css +0 -3
- package/styles/fabric-dark.css +190 -13
- package/styles/fabric.css +190 -13
- package/styles/fluent-dark.css +192 -17
- package/styles/fluent.css +192 -17
- package/styles/highcontrast-light.css +190 -13
- package/styles/highcontrast.css +190 -13
- package/styles/material-dark.css +190 -13
- package/styles/material.css +190 -13
- package/styles/tailwind-dark.css +192 -19
- package/styles/tailwind.css +192 -19
- package/styles/timepicker/_all.scss +1 -1
- package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
- package/styles/timepicker/_bootstrap-definition.scss +0 -4
- package/styles/timepicker/_bootstrap4-definition.scss +0 -5
- package/styles/timepicker/_bootstrap5-definition.scss +0 -5
- package/styles/timepicker/_fabric-dark-definition.scss +1 -6
- package/styles/timepicker/_fabric-definition.scss +0 -4
- package/styles/timepicker/_fluent-definition.scss +0 -5
- package/styles/timepicker/_fusionnew-definition.scss +0 -5
- package/styles/timepicker/_highcontrast-definition.scss +0 -4
- package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/timepicker/_layout.scss +5 -4
- package/styles/timepicker/_material-dark-definition.scss +1 -6
- package/styles/timepicker/_material-definition.scss +0 -4
- package/styles/timepicker/_material3-definition.scss +0 -5
- package/styles/timepicker/_tailwind-definition.scss +0 -5
- package/styles/timepicker/_theme.scss +1 -2
- package/styles/timepicker/bootstrap-dark.css +0 -4
- package/styles/timepicker/bootstrap.css +0 -4
- package/styles/timepicker/bootstrap4.css +0 -4
- package/styles/timepicker/bootstrap5-dark.css +0 -5
- package/styles/timepicker/bootstrap5.css +0 -5
- package/styles/timepicker/fabric-dark.css +0 -4
- package/styles/timepicker/fabric.css +0 -4
- package/styles/timepicker/fluent-dark.css +0 -5
- package/styles/timepicker/fluent.css +0 -5
- package/styles/timepicker/highcontrast-light.css +0 -4
- package/styles/timepicker/highcontrast.css +0 -4
- package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
- package/styles/timepicker/icons/_bootstrap.scss +2 -1
- package/styles/timepicker/icons/_bootstrap4.scss +2 -1
- package/styles/timepicker/icons/_bootstrap5.scss +2 -1
- package/styles/timepicker/icons/_fabric-dark.scss +2 -1
- package/styles/timepicker/icons/_fabric.scss +2 -1
- package/styles/timepicker/icons/_fluent.scss +2 -1
- package/styles/timepicker/icons/_fusionnew.scss +2 -1
- package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
- package/styles/timepicker/icons/_highcontrast.scss +2 -1
- package/styles/timepicker/icons/_material-dark.scss +2 -1
- package/styles/timepicker/icons/_material.scss +1 -1
- package/styles/timepicker/icons/_material3.scss +2 -1
- package/styles/timepicker/icons/_tailwind.scss +2 -1
- package/styles/timepicker/material-dark.css +0 -4
- package/styles/timepicker/material.css +0 -4
- package/styles/timepicker/tailwind-dark.css +0 -5
- package/styles/timepicker/tailwind.css +0 -5
|
@@ -83,7 +83,6 @@ $calendar-prev-icon: '\e85e' !default;
|
|
|
83
83
|
$calendar-next-icon: '\e84f' !default;
|
|
84
84
|
$calendar-date-font-size: 12px !default;
|
|
85
85
|
$calendar-title-font-weight-style: 300 !default;
|
|
86
|
-
|
|
87
86
|
//$calendar-yeardecade-bg-color: $neutral-lighter !default;
|
|
88
87
|
$calendar-yeardecade-hover-color: $neutral-tertiary-alt !default;
|
|
89
88
|
$calendar-spanicon-font-weight-style: 300 !default;
|
|
@@ -10,7 +10,6 @@ $calendar-bigger-month-view-padding: 0 !default;
|
|
|
10
10
|
$calendar-bigger-month-view-height: 32px !default;
|
|
11
11
|
$calendar-bigger-month-view-line-height: $calendar-bigger-month-view-height !default;
|
|
12
12
|
$calendar-bigger-month-view-width: 32px !default;
|
|
13
|
-
|
|
14
13
|
//header dimension
|
|
15
14
|
$calendar-header-font-size: 12px !default;
|
|
16
15
|
$calendar-bigger-header-padding: 16px 16px 8px 16px !default;
|
|
@@ -26,7 +25,6 @@ $calendar-title-font-size: 14px !default;
|
|
|
26
25
|
$calendar-title-margin-left-style: 6px !default;
|
|
27
26
|
$calendar-title-font-weight-style: 600 !default;
|
|
28
27
|
$calendar-title-decoration-style: none !default;
|
|
29
|
-
|
|
30
28
|
// common size properties
|
|
31
29
|
$calendar-wrapper-border-radius: 0 !default;
|
|
32
30
|
$calendar-border-selected-radius: 50% !default;
|
|
@@ -36,7 +34,6 @@ $calendar-lg-day-header-format-min-width: 540px !default;
|
|
|
36
34
|
$calendar-icon-padding-top: 0 !default;
|
|
37
35
|
$calendar-zero-value: 0 !default;
|
|
38
36
|
$calendar-disable-opacity: 1 !default;
|
|
39
|
-
|
|
40
37
|
//popup styles
|
|
41
38
|
$calendar-normal-max-width: 229px !default;
|
|
42
39
|
$calendar-normal-min-width: 229px !default;
|
|
@@ -48,12 +45,10 @@ $calendar-weeknumber-min-width: 298px !default;
|
|
|
48
45
|
$calendar-weeknumber-bigger-width: 335px !default;
|
|
49
46
|
$calendar-popup-padding: 0 !default;
|
|
50
47
|
$calendar-popup-bigger-padding: 0 !default;
|
|
51
|
-
|
|
52
48
|
// today button
|
|
53
49
|
$calendar-bigger-today-button-height: 48px !default;
|
|
54
50
|
$calendar-normal-today-button-height: 36px !default;
|
|
55
|
-
|
|
56
|
-
// year decade view
|
|
51
|
+
// year decade view
|
|
57
52
|
//dimension
|
|
58
53
|
$calendar-normal-year-decade-height: 40px !default;
|
|
59
54
|
$calendar-normal-year-decade-width: 40px !default;
|
|
@@ -70,11 +65,9 @@ $calendar-bigger-year-decade-width: 44px !default;
|
|
|
70
65
|
$calendar-yeardecade-header-padding: 14px 12px 4px 12px !default;
|
|
71
66
|
$calendar-bigger-yeardecade-header-padding: 16px 16px 8px 16px !default;
|
|
72
67
|
$calendar-decade-title-left-margin-style: 9px !default;
|
|
73
|
-
|
|
74
68
|
// table related styles
|
|
75
69
|
$calendar-table-padding: 0 12px 0 12px !default;
|
|
76
70
|
$calendar-rtl-text-indent: 4px !default;
|
|
77
|
-
|
|
78
71
|
//font icons
|
|
79
72
|
$calendar-prev-icon: '\e910' !default;
|
|
80
73
|
$calendar-next-icon: '\e916' !default;
|
|
@@ -83,13 +76,11 @@ $calendar-icon-line-height: 1 !default;
|
|
|
83
76
|
$calendar-bigger-icon-size: 32px !default;
|
|
84
77
|
$calendar-normal-icon-size: 28px !default;
|
|
85
78
|
$calendar-spanicon-font-weight-style: normal !default;
|
|
86
|
-
|
|
87
79
|
//pending
|
|
88
80
|
$calendar-icon-font-size-style: 14px !default;
|
|
89
81
|
$calendar-bigger-icon-font-size: 16px !default;
|
|
90
82
|
$calendar-footer-container-padding: 8px !default;
|
|
91
83
|
$calendar-bigger-footer-container-padding: 16px !default;
|
|
92
|
-
|
|
93
84
|
// small size
|
|
94
85
|
$calendar-small-icon-size: 26px !default;
|
|
95
86
|
$calendar-small-icon-font-size-style: 12px !default;
|
|
@@ -105,7 +96,6 @@ $calendar-small-popup-padding: 0 !default;
|
|
|
105
96
|
$calendar-bigger-small-table-padding: 0 12px 0 12px !default;
|
|
106
97
|
$calendar-bigger-small-yeardecade-font-size: 14px !default;
|
|
107
98
|
$calendar-small-font-size: 12px !default;
|
|
108
|
-
|
|
109
99
|
//week number
|
|
110
100
|
$calendar-week-number-font-size-style: 14px !default;
|
|
111
101
|
$calendar-week-normal-max-width: 294px !default;
|
|
@@ -116,10 +106,8 @@ $calendar-icon-padding: 5px !default;
|
|
|
116
106
|
$calendar-icon-button-margin: 0 !default;
|
|
117
107
|
$calendar-bigger-icon-padding: 0 !default;
|
|
118
108
|
$calendar-bigger-icon-margin: 0 !default;
|
|
119
|
-
|
|
120
109
|
//thead style
|
|
121
110
|
$calendar-thead-padding: 0 0 6px !default;
|
|
122
|
-
|
|
123
111
|
// common styles
|
|
124
112
|
$calendar-none-style: none !default;
|
|
125
113
|
$calendar-cursor-default-style: default !default;
|
|
@@ -135,17 +123,14 @@ $calendar-other-month-row-display-style: none !default;
|
|
|
135
123
|
$calendar-footer-border: 0 solid $border-light !default;
|
|
136
124
|
$calendar-bigger-footer-border: 0 solid $border-light !default;
|
|
137
125
|
$calendar-week-number-font-style: normal !default;
|
|
138
|
-
|
|
139
126
|
//dimension
|
|
140
127
|
$calendar-date-font-size: $text-xs !default;
|
|
141
128
|
$calendar-bigger-day-font-size: 15px !default;
|
|
142
129
|
$calendar-link-font-weight-style: normal !default;
|
|
143
130
|
$calendar-disable-font-weight-style: normal !default;
|
|
144
131
|
$calendar-border-radius: 0 !default;
|
|
145
|
-
|
|
146
132
|
//week header font size
|
|
147
133
|
$calendar-bigger-week-header-font-size: $text-sm !default;
|
|
148
|
-
|
|
149
134
|
//header color
|
|
150
135
|
$calendar-header-font-color: $content-text-color-alt1 !default;
|
|
151
136
|
$calendar-header-icon-color: $icon-color !default;
|
|
@@ -159,29 +144,24 @@ $calendar-device-icon-hover-bg-color: none !default;
|
|
|
159
144
|
$calendar-default-border-color: none !default;
|
|
160
145
|
$calendar-icon-hover-border-color: $content-bg-color-hover !default;
|
|
161
146
|
$calendar-active-state-icon-bg-color: $secondary-border-color-pressed !default;
|
|
162
|
-
|
|
163
147
|
//popup styles
|
|
164
148
|
$calendar-border-style: 1px solid $border-light !default;
|
|
165
149
|
$calendar-bg-color: $transparent !default;
|
|
166
|
-
$calendar-week-number-bg-color: $content-bg-color-alt1
|
|
150
|
+
$calendar-week-number-bg-color: $content-bg-color-alt1 !default;
|
|
167
151
|
$calendar-week-number-font-weight: 400 !default;
|
|
168
152
|
$calendar-box-shadow: none !default;
|
|
169
|
-
|
|
170
153
|
// year decade view
|
|
171
154
|
//color
|
|
172
155
|
$calendar-yeardecade-bg-color: none !default;
|
|
173
156
|
$calendar-yeardecade-hover-bg: $content-bg-color-hover !default;
|
|
174
157
|
$calendar-yeardecade-selected-hover-bg: $flyout-bg-color-selected !default;
|
|
175
|
-
|
|
176
158
|
//decade view color
|
|
177
159
|
$calendar-other-decade-cell-color: $content-text-color-alt2 !default;
|
|
178
|
-
|
|
179
160
|
// end year decade
|
|
180
161
|
//other months
|
|
181
162
|
$calendar-other-month-date: $content-text-color-alt3 !default;
|
|
182
163
|
$calendar-other-month-date-hover-bg: $calendar-other-month-date !default;
|
|
183
|
-
|
|
184
|
-
// td styles
|
|
164
|
+
// td styles
|
|
185
165
|
//color
|
|
186
166
|
$calendar-light-font: $content-text-color-alt1 !default;
|
|
187
167
|
$calendar-active-font-color: $flyout-text-color-selected !default;
|
|
@@ -209,35 +189,29 @@ $calendar-small-title-font-color: $content-text-color !default;
|
|
|
209
189
|
$calendar-focused-state-box-shadow: 0 0 0 1px $border-alt !default;
|
|
210
190
|
$calendar-focused-state-border-radius: 4px !default;
|
|
211
191
|
$calendar-focused-state-month-box-shadow: 0 0 0 1px $border-alt !default;
|
|
212
|
-
|
|
213
|
-
// end td styles
|
|
192
|
+
// end td styles
|
|
214
193
|
//today date
|
|
215
194
|
$calendar-today-bg-style: $primary !default;
|
|
216
195
|
$calendar-today-bg-hover-color: $flyout-bg-color-hover !default;
|
|
217
196
|
$calendar-today-box-shadow: 0 0 0 1px $primary !default;
|
|
218
197
|
$calendar-today-border-color: none !default;
|
|
219
198
|
$calendar-selected-border-color: none !default;
|
|
220
|
-
|
|
221
199
|
//pending
|
|
222
200
|
$calendar-today-color: $primary-text-color !default;
|
|
223
201
|
$calendar-today-focused-font-color: $primary-text-color !default;
|
|
224
202
|
$calendar-today-focus-color: $primary-text-color !default;
|
|
225
|
-
|
|
226
203
|
//week header
|
|
227
204
|
$calendar-week-header-font-color: $content-text-color !default;
|
|
228
205
|
$calendar-week-header-bg-style: none !default;
|
|
229
|
-
|
|
230
206
|
//week number
|
|
231
207
|
$calendar-week-number-color-style: $content-text-color-alt3 !default;
|
|
232
208
|
$calendar-week-number-font-color: $content-text-color-alt3 !default;
|
|
233
|
-
|
|
234
209
|
//today button
|
|
235
210
|
$calendar-footer-background: $transparent !default;
|
|
236
211
|
$calendar-today-disabled-background-style: $primary-bg-color-disabled !default;
|
|
237
212
|
$calendar-today-disabled-border-style: $primary-border-color-disabled !default;
|
|
238
213
|
$calendar-today-disabled-box-shadow: none !default;
|
|
239
214
|
$calendar-today-disabled-color: $content-text-color-disabled !default;
|
|
240
|
-
|
|
241
215
|
//today button flat button override style
|
|
242
216
|
$today-button-bg: transparent !default;
|
|
243
217
|
$today-button-bg-border-color: transparent !default;
|
|
@@ -10,7 +10,6 @@ $calendar-bigger-month-view-padding: 0 !default;
|
|
|
10
10
|
$calendar-bigger-month-view-height: 38px !default;
|
|
11
11
|
$calendar-bigger-month-view-line-height: $calendar-bigger-month-view-height !default;
|
|
12
12
|
$calendar-bigger-month-view-width: 38px !default;
|
|
13
|
-
|
|
14
13
|
//header dimension
|
|
15
14
|
$calendar-header-font-size: 14px !default;
|
|
16
15
|
$calendar-bigger-header-padding: 10px 0 10px 15px !default;
|
|
@@ -26,7 +25,6 @@ $calendar-title-font-size: 16px !default;
|
|
|
26
25
|
$calendar-title-margin-left-style: 2px !default;
|
|
27
26
|
$calendar-title-font-weight-style: 600 !default;
|
|
28
27
|
$calendar-title-decoration-style: none !default;
|
|
29
|
-
|
|
30
28
|
// common size properties
|
|
31
29
|
$calendar-wrapper-border-radius: 4px !default;
|
|
32
30
|
$calendar-full-width: 100% !default;
|
|
@@ -35,7 +33,6 @@ $calendar-lg-day-header-format-min-width: 540px !default;
|
|
|
35
33
|
$calendar-icon-padding-top: 0 !default;
|
|
36
34
|
$calendar-zero-value: 0 !default;
|
|
37
35
|
$calendar-disable-opacity: 1 !default;
|
|
38
|
-
|
|
39
36
|
//popup styles
|
|
40
37
|
$calendar-normal-max-width: 242px !default;
|
|
41
38
|
$calendar-normal-min-width: 240px !default;
|
|
@@ -47,12 +44,10 @@ $calendar-weeknumber-min-width: 300px !default;
|
|
|
47
44
|
$calendar-weeknumber-bigger-width: 325px !default;
|
|
48
45
|
$calendar-popup-padding: 0 !default;
|
|
49
46
|
$calendar-popup-bigger-padding: 0 !default;
|
|
50
|
-
|
|
51
47
|
// today button
|
|
52
48
|
$calendar-bigger-today-button-height: 48px !default;
|
|
53
49
|
$calendar-normal-today-button-height: 36px !default;
|
|
54
|
-
|
|
55
|
-
// year decade view
|
|
50
|
+
// year decade view
|
|
56
51
|
//dimension
|
|
57
52
|
$calendar-normal-year-decade-height: 56px !default;
|
|
58
53
|
$calendar-normal-year-decade-width: 56px !default;
|
|
@@ -70,7 +65,6 @@ $calendar-bigger-year-decade-width: 66px !default;
|
|
|
70
65
|
$calendar-yeardecade-header-padding: 8px 0 8px 12px !default;
|
|
71
66
|
$calendar-bigger-yeardecade-header-padding: 10px !default;
|
|
72
67
|
$calendar-decade-title-left-margin-style: 15px !default;
|
|
73
|
-
|
|
74
68
|
// table related styles
|
|
75
69
|
$calendar-table-padding: 0 8px 8px 8px !default;
|
|
76
70
|
$calendar-rtl-text-indent: 12px !default;
|
|
@@ -79,7 +73,6 @@ $calendar-rtl-bigger-small-text-indent: 12px !default;
|
|
|
79
73
|
$calendar-rtl-bigger-text-indent: 15px !default;
|
|
80
74
|
$calendar-title-margin-bigger-small-left-style: 5px !default;
|
|
81
75
|
$calendar-title-margin-small-left-style: 0 !default;
|
|
82
|
-
|
|
83
76
|
//font icons
|
|
84
77
|
$calendar-prev-icon: '\e910' !default;
|
|
85
78
|
$calendar-next-icon: '\e916' !default;
|
|
@@ -88,14 +81,12 @@ $calendar-icon-line-height: 1 !default;
|
|
|
88
81
|
$calendar-bigger-icon-size: 24px !default;
|
|
89
82
|
$calendar-normal-icon-size: 24px !default;
|
|
90
83
|
$calendar-spanicon-font-weight-style: normal !default;
|
|
91
|
-
|
|
92
84
|
//pending
|
|
93
85
|
$calendar-icon-font-size-style: 14px !default;
|
|
94
86
|
$calendar-bigger-icon-font-size: 16px !default;
|
|
95
87
|
$calendar-footer-container-padding: 8px !default;
|
|
96
88
|
$calendar-bigger-footer-container-padding: 16px !default;
|
|
97
89
|
$calendar-week-number-font-weight: 500 !default;
|
|
98
|
-
|
|
99
90
|
// small size
|
|
100
91
|
$calendar-small-icon-size: 24px !default;
|
|
101
92
|
$calendar-small-icon-font-size-style: 12px !default;
|
|
@@ -111,7 +102,6 @@ $calendar-small-popup-padding: 0 !default;
|
|
|
111
102
|
$calendar-bigger-small-table-padding: 0 12px 12px 12px !default;
|
|
112
103
|
$calendar-bigger-small-yeardecade-font-size: 14px !default;
|
|
113
104
|
$calendar-small-font-size: 12px !default;
|
|
114
|
-
|
|
115
105
|
//week number
|
|
116
106
|
$calendar-week-number-font-size-style: 14px !default;
|
|
117
107
|
$calendar-week-normal-max-width: 294px !default;
|
|
@@ -122,10 +112,8 @@ $calendar-icon-padding: 5px !default;
|
|
|
122
112
|
$calendar-icon-button-margin: 8px !default;
|
|
123
113
|
$calendar-bigger-icon-padding: 0 !default;
|
|
124
114
|
$calendar-bigger-icon-margin: 12px !default;
|
|
125
|
-
|
|
126
115
|
//thead style
|
|
127
116
|
$calendar-thead-padding: 0 0 6px !default;
|
|
128
|
-
|
|
129
117
|
// common styles
|
|
130
118
|
$calendar-none-style: none !default;
|
|
131
119
|
$calendar-cursor-default-style: default !default;
|
|
@@ -141,17 +129,14 @@ $calendar-other-month-row-display-style: none !default;
|
|
|
141
129
|
$calendar-footer-border: 1px solid $border-light !default;
|
|
142
130
|
$calendar-bigger-footer-border: 1px solid $border-light !default;
|
|
143
131
|
$calendar-week-number-font-style: italic !default;
|
|
144
|
-
|
|
145
132
|
//dimension
|
|
146
133
|
$calendar-date-font-size: $text-sm !default;
|
|
147
134
|
$calendar-bigger-day-font-size: 15px !default;
|
|
148
135
|
$calendar-link-font-weight-style: normal !default;
|
|
149
136
|
$calendar-disable-font-weight-style: normal !default;
|
|
150
137
|
$calendar-border-radius: 4px !default;
|
|
151
|
-
|
|
152
138
|
//week header font size
|
|
153
139
|
$calendar-bigger-week-header-font-size: $text-sm !default;
|
|
154
|
-
|
|
155
140
|
//header color
|
|
156
141
|
$calendar-header-font-color: $content-text-color-alt1 !default;
|
|
157
142
|
$calendar-header-icon-color: $icon-color !default;
|
|
@@ -165,27 +150,22 @@ $calendar-device-icon-hover-bg-color: $secondary-bg-color-hover !default;
|
|
|
165
150
|
$calendar-default-border-color: none !default;
|
|
166
151
|
$calendar-icon-hover-border-color: $content-bg-color-hover !default;
|
|
167
152
|
$calendar-active-state-icon-bg-color: $secondary-border-color-pressed !default;
|
|
168
|
-
|
|
169
153
|
//popup styles
|
|
170
154
|
$calendar-border-style: 1px solid $border-light !default;
|
|
171
155
|
$calendar-bg-color: $flyout-bg-color !default;
|
|
172
156
|
$calendar-box-shadow: none !default;
|
|
173
|
-
|
|
174
157
|
// year decade view
|
|
175
158
|
//color
|
|
176
159
|
$calendar-yeardecade-bg-color: none !default;
|
|
177
160
|
$calendar-yeardecade-hover-bg: $content-bg-color-hover !default;
|
|
178
161
|
$calendar-yeardecade-selected-hover-bg: darken($primary-bg-color, 10%) !default;
|
|
179
|
-
|
|
180
162
|
//decade view color
|
|
181
163
|
$calendar-other-decade-cell-color: $content-text-color-alt2 !default;
|
|
182
|
-
|
|
183
164
|
// end year decade
|
|
184
165
|
//other months
|
|
185
166
|
$calendar-other-month-date: $content-text-color-alt3 !default;
|
|
186
167
|
$calendar-other-month-date-hover-bg: $calendar-other-month-date !default;
|
|
187
|
-
|
|
188
|
-
// td styles
|
|
168
|
+
// td styles
|
|
189
169
|
//color
|
|
190
170
|
$calendar-light-font: $content-text-color-alt1 !default;
|
|
191
171
|
$calendar-active-font-color: $secondary-text-color !default;
|
|
@@ -209,35 +189,29 @@ $calendar-hover-border-color: none !default;
|
|
|
209
189
|
$calendar-disable-font-color: $content-text-color-disabled !default;
|
|
210
190
|
$calendar-focused-date-bg-style: $content-bg-color-focus !default;
|
|
211
191
|
$calendar-small-title-font-color: $content-text-color-alt1 !default;
|
|
212
|
-
|
|
213
|
-
// end td styles
|
|
192
|
+
// end td styles
|
|
214
193
|
//today date
|
|
215
194
|
$calendar-today-bg-style: none !default;
|
|
216
195
|
$calendar-today-bg-hover-color: $content-bg-color-alt1 !default;
|
|
217
196
|
$calendar-today-box-shadow: inset 2px 0 $primary-bg-color, inset 0 2px $primary-bg-color, inset -2px 0 $primary-bg-color, inset 0 -2px $primary-bg-color !default;
|
|
218
197
|
$calendar-today-border-color: none !default;
|
|
219
198
|
$calendar-selected-border-color: none !default;
|
|
220
|
-
|
|
221
199
|
//pending
|
|
222
200
|
$calendar-today-color: $primary !default;
|
|
223
201
|
$calendar-today-focused-font-color: $content-text-color-alt1 !default;
|
|
224
202
|
$calendar-today-focus-color: $content-text-color-alt1 !default;
|
|
225
|
-
|
|
226
203
|
//week header
|
|
227
204
|
$calendar-week-header-font-color: $content-text-color-alt2 !default;
|
|
228
205
|
$calendar-week-header-bg-style: none !default;
|
|
229
|
-
|
|
230
206
|
//week number
|
|
231
207
|
$calendar-week-number-color-style: $content-text-color-disabled !default;
|
|
232
208
|
$calendar-week-number-font-color: $calendar-text-color !default;
|
|
233
|
-
|
|
234
209
|
//today button
|
|
235
210
|
$calendar-footer-background: $transparent !default;
|
|
236
211
|
$calendar-today-disabled-background-style: $primary-bg-color-disabled !default;
|
|
237
212
|
$calendar-today-disabled-border-style: $primary-border-color-disabled !default;
|
|
238
213
|
$calendar-today-disabled-box-shadow: none !default;
|
|
239
214
|
$calendar-today-disabled-color: $primary-text-disabled !default;
|
|
240
|
-
|
|
241
215
|
//today button flat button override style
|
|
242
216
|
$today-button-bg: $primary-bg-color !default;
|
|
243
217
|
$today-button-bg-border-color: $primary-border-color !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$calendar-title-hover-color: $selection-bg !default;
|
|
3
3
|
$calendar-icon-hover-color: $hover-font !default;
|
|
4
4
|
$calendar-icon-hover-border-color: 1px solid $hover-border !default;
|
|
@@ -155,7 +155,6 @@ $calendar-active-today-hover-font-color: $selection-font !default;
|
|
|
155
155
|
$calendar-today-focused-font-color: $selection-bg !default;
|
|
156
156
|
$calendar-active-today-font-color: $selection-font !default;
|
|
157
157
|
$calendar-bigger-week-header-font-size: 15px !default;
|
|
158
|
-
|
|
159
158
|
//today
|
|
160
159
|
$calendar-footer-container-padding: 0 10px 10px 10px !default;
|
|
161
160
|
$calendar-footer-border: none !default;
|
|
@@ -186,5 +185,4 @@ $calendar-small-title-font-color: $selection-bg !default;
|
|
|
186
185
|
$calendar-bigger-small-table-padding: 0 10px 10px 10px !default;
|
|
187
186
|
$calendar-bigger-small-yeardecade-font-size: 12px !default;
|
|
188
187
|
$calendar-small-font-size: 12px !default;
|
|
189
|
-
|
|
190
188
|
//enddefault
|