You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| slotAltTitleFormat | String | "MMM D | "M/D" | Only for view:week and view:month. <br>Alternative slot title when it is needed.(e.g: month changed, start of calendar...)|
16
-
| showWeekends | Boolean | false | true | Show Saturday and Sunday. |
17
-
| slotMaxHeight | String | "150px" | "240px" | height of calendar cell. `hideOverflow` is set to `true` by force in this view. |
18
-
| weeksFormat | String | "[week] wo" | "wo" | Weeks mark of calendar. |
19
-
| monthFormat | String | "[Month:] MM" | "MMMM" | The title of month in current view. (CSS selector:`.monthViewTitle`) |
11
+
| field | value type | value example | default value | memo |
| slotAltTitleFormat | String | "MMM D"| "M/D" | Only for view:week and view:month. <br>Displayed instead of `slotTitle` on special cells (first cell, first day of month, etc.). <br>Set it to the same value as `slotTitleFormat` if you want consistent formatting everywhere.|
16
+
| showWeekends | Boolean | false | true | Show Saturday and Sunday. |
17
+
| slotMaxHeight | String | "150px" | "240px" | height of calendar cell. `hideOverflow` is set to `true` by force in this view. |
18
+
| weeksFormat | String | "[week] wo" | "wo" | Weeks mark of calendar. |
19
+
| monthFormat | String | "[Month:] MM" | "MMMM" | The title of month in current view. (CSS selector:`.monthViewTitle`) |
20
20
21
21
# View:month
22
22
23
-
| field | value type | value example | default value | memo |
| slotAltTitleFormat | String | "MMM D | "M/D" | Only for view:week and view:month. <br>Alternative slot title when it is needed.(e.g: month changed, start of calendar...)|
28
-
| showWeekends | Boolean | false | true | Show Saturday and Sunday. |
29
-
| slotMaxHeight | String | "120px" | "150px" | height of calendar cell. `hideOverflow` is set to `true` by force in this view. |
30
-
| weeksFormat | String | "[week] wo" | "wo" | Weeks mark of calendar. |
23
+
| field | value type | value example | default value | memo |
| slotAltTitleFormat | String | "MMM D"| "M/D" | Only for view:week and view:month. <br>Displayed instead of `slotTitle` on special cells (first cell, first day of month, etc.). <br>Set it to the same value as `slotTitleFormat` if you want consistent formatting everywhere.|
28
+
| showWeekends | Boolean | false | true | Show Saturday and Sunday. |
29
+
| slotMaxHeight | String | "120px" | "150px" | height of calendar cell. `hideOverflow` is set to `true` by force in this view. |
30
+
| weeksFormat | String | "[week] wo" | "wo" | Weeks mark of calendar. |
0 commit comments