@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
|
@@ -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;
|
|
@@ -13,7 +13,6 @@ $calendar-bigger-month-view-padding: 0 !default;
|
|
|
13
13
|
$calendar-bigger-month-view-height: 36px !default;
|
|
14
14
|
$calendar-bigger-month-view-line-height: $calendar-bigger-month-view-height !default;
|
|
15
15
|
$calendar-bigger-month-view-width: 36px !default;
|
|
16
|
-
|
|
17
16
|
//header dimension
|
|
18
17
|
$calendar-header-font-size: $text-xs !default;
|
|
19
18
|
|
|
@@ -44,7 +43,6 @@ $calendar-lg-day-header-format-min-width: 540px !default;
|
|
|
44
43
|
$calendar-icon-padding-top: 0 !default;
|
|
45
44
|
$calendar-zero-value: 0 !default;
|
|
46
45
|
$calendar-disable-opacity: 1 !default;
|
|
47
|
-
|
|
48
46
|
//popup styles
|
|
49
47
|
$calendar-small-max-width: 200px !default;
|
|
50
48
|
$calendar-small-min-width: 200px !default;
|
|
@@ -58,11 +56,9 @@ $calendar-weeknumber-min-width: 262px !default;
|
|
|
58
56
|
$calendar-weeknumber-bigger-width: 325px !default;
|
|
59
57
|
$calendar-popup-padding: 0 !default;
|
|
60
58
|
$calendar-popup-bigger-padding: 0 !default;
|
|
61
|
-
|
|
62
59
|
// today button
|
|
63
60
|
$calendar-bigger-today-button-height: 48px !default;
|
|
64
61
|
$calendar-normal-today-button-height: 36px !default;
|
|
65
|
-
|
|
66
62
|
// year decade view
|
|
67
63
|
//dimension
|
|
68
64
|
$calendar-normal-year-decade-height: 50px !default;
|
|
@@ -82,7 +78,6 @@ $calendar-bigger-year-decade-width: 60px !default;
|
|
|
82
78
|
$calendar-yeardecade-header-padding: 8px 12px 6px 16px !default;
|
|
83
79
|
$calendar-bigger-yeardecade-header-padding: 16px 16px 8px 24px !default;
|
|
84
80
|
$calendar-decade-title-left-margin-style: 0 !default;
|
|
85
|
-
|
|
86
81
|
// table related styles
|
|
87
82
|
$calendar-table-padding: 0 8px 8px 8px !default;
|
|
88
83
|
$calendar-rtl-text-indent: 4px !default;
|
|
@@ -108,11 +103,10 @@ $calendar-footer-container-padding: 8px 8px !default;
|
|
|
108
103
|
$calendar-bigger-footer-container-padding: 12px 16px !default;
|
|
109
104
|
$calendar-small-footer-container-padding: 4px !default;
|
|
110
105
|
$calendar-bigger-small-footer-container-padding: 10px 12px !default;
|
|
111
|
-
|
|
112
106
|
// small size
|
|
113
107
|
$calendar-small-icon-size: 24px !default;
|
|
114
108
|
$calendar-small-icon-font-size-style: 18px !default;
|
|
115
|
-
$calendar-small-title-font-size: $text-base
|
|
109
|
+
$calendar-small-title-font-size: $text-base !default;
|
|
116
110
|
$calendar-small-icon-padding: 0 !default;
|
|
117
111
|
$calendar-small-header-height: 24px !default;
|
|
118
112
|
$calendar-small-day-header-height: 24px !default;
|
|
@@ -125,7 +119,6 @@ $calendar-small-table-padding: 0 4px 4px 4px !default;
|
|
|
125
119
|
$calendar-bigger-small-table-padding: 0 12px 12px 12px !default;
|
|
126
120
|
$calendar-bigger-small-yeardecade-font-size: 14px !default;
|
|
127
121
|
$calendar-small-font-size: 12px !default;
|
|
128
|
-
|
|
129
122
|
//week number
|
|
130
123
|
$calendar-week-number-font-size-style: 14px !default;
|
|
131
124
|
$calendar-week-normal-max-width: 294px !default;
|
|
@@ -136,10 +129,8 @@ $calendar-icon-padding: 0 !default;
|
|
|
136
129
|
$calendar-icon-button-margin: 0 !default;
|
|
137
130
|
$calendar-bigger-icon-padding: 0 !default;
|
|
138
131
|
$calendar-bigger-icon-margin: 0 !default;
|
|
139
|
-
|
|
140
132
|
//thead style
|
|
141
133
|
$calendar-thead-padding: 0 0 6px !default;
|
|
142
|
-
|
|
143
134
|
// common styles
|
|
144
135
|
$calendar-none-style: none !default;
|
|
145
136
|
$calendar-cursor-default-style: default !default;
|
|
@@ -155,17 +146,14 @@ $calendar-other-month-row-display-style: none !default;
|
|
|
155
146
|
$calendar-footer-border: none !default;
|
|
156
147
|
$calendar-bigger-footer-border: none !default;
|
|
157
148
|
$calendar-week-number-font-style: italic !default;
|
|
158
|
-
|
|
159
149
|
//dimension
|
|
160
150
|
$calendar-date-font-size: $text-sm !default;
|
|
161
151
|
$calendar-bigger-day-font-size: 15px !default;
|
|
162
152
|
$calendar-link-font-weight-style: normal !default;
|
|
163
153
|
$calendar-disable-font-weight-style: normal !default;
|
|
164
154
|
$calendar-border-radius: 4px !default;
|
|
165
|
-
|
|
166
155
|
//week header font size
|
|
167
156
|
$calendar-bigger-week-header-font-size: $text-sm !default;
|
|
168
|
-
|
|
169
157
|
//header color
|
|
170
158
|
$calendar-header-font-color: $content-text-color-alt1 !default;
|
|
171
159
|
$calendar-header-icon-color: $icon-color !default;
|
|
@@ -179,27 +167,22 @@ $calendar-default-border-color: none !default;
|
|
|
179
167
|
$calendar-icon-hover-border-color: $content-bg-color-hover !default;
|
|
180
168
|
$calendar-device-icon-hover-bg-color: none !default;
|
|
181
169
|
$calendar-active-state-icon-bg-color: transparent !default;
|
|
182
|
-
|
|
183
170
|
//popup styles
|
|
184
171
|
$calendar-border-style: 1px solid $border-light !default;
|
|
185
172
|
$calendar-bg-color: $flyout-bg-color !default;
|
|
186
173
|
$calendar-box-shadow: $shadow-sm !default;
|
|
187
|
-
|
|
188
|
-
// year decade view
|
|
174
|
+
// year decade view
|
|
189
175
|
//color
|
|
190
176
|
$calendar-yeardecade-bg-color: none !default;
|
|
191
177
|
$calendar-yeardecade-hover-bg: $content-bg-color-hover !default;
|
|
192
178
|
$calendar-yeardecade-selected-hover-bg: darken($primary-bg-color, 10%) !default;
|
|
193
|
-
|
|
194
179
|
//decade view color
|
|
195
180
|
$calendar-other-decade-cell-color: $content-text-color-alt2 !default;
|
|
196
|
-
|
|
197
|
-
// end year decade
|
|
181
|
+
// end year decade
|
|
198
182
|
//other months
|
|
199
183
|
$calendar-other-month-date: $content-text-color-alt2 !default;
|
|
200
184
|
$calendar-other-month-date-hover-bg: $calendar-other-month-date !default;
|
|
201
|
-
|
|
202
|
-
// td styles
|
|
185
|
+
// td styles
|
|
203
186
|
//color
|
|
204
187
|
$calendar-light-font: $content-text-color-alt1 !default;
|
|
205
188
|
$calendar-active-font-color: $primary-text-pressed !default;
|
|
@@ -223,28 +206,23 @@ $calendar-hover-border-color: none !default;
|
|
|
223
206
|
$calendar-disable-font-color: $content-text-color-disabled !default;
|
|
224
207
|
$calendar-focused-date-bg-style: $content-bg-color-pressed !default;
|
|
225
208
|
$calendar-small-title-font-color: $content-text-color-alt1 !default;
|
|
226
|
-
|
|
227
|
-
// end td styles
|
|
209
|
+
// end td styles
|
|
228
210
|
//today date
|
|
229
211
|
$calendar-today-bg-style: none !default;
|
|
230
212
|
$calendar-today-bg-hover-color: $content-bg-color-alt1 !default;
|
|
231
213
|
$calendar-today-box-shadow: inset 1px 0 $primary-bg-color, inset 0 1px $primary-bg-color, inset -1px 0 $primary-bg-color, inset 0 -1px $primary-bg-color !default;
|
|
232
214
|
$calendar-today-border-color: none !default;
|
|
233
215
|
$calendar-selected-border-color: none !default;
|
|
234
|
-
|
|
235
216
|
//pending
|
|
236
217
|
$calendar-today-color: $primary !default;
|
|
237
218
|
$calendar-today-focused-font-color: $content-text-color-alt1 !default;
|
|
238
219
|
$calendar-today-focus-color: $content-text-color-alt1 !default;
|
|
239
|
-
|
|
240
220
|
//week header
|
|
241
221
|
$calendar-week-header-font-color: $content-text-color-alt2 !default;
|
|
242
222
|
$calendar-week-header-bg-style: none !default;
|
|
243
|
-
|
|
244
223
|
//week number
|
|
245
224
|
$calendar-week-number-color-style: $content-text-color-disabled !default;
|
|
246
225
|
$calendar-week-number-font-color: $calendar-text-color !default;
|
|
247
|
-
|
|
248
226
|
//today button
|
|
249
227
|
$calendar-footer-background: $content-bg-color-alt1 !default;
|
|
250
228
|
$calendar-today-disabled-background-style: $content-bg-color-alt1 !default;
|