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
| in | String | Animate name when module will be shown (after dom update), it will use an `animateIn` type name (see [Animation Guide](../modules/animate#animatein)) |
362
-
| out | String | Animate name when module will be hidden (before dom update), it will use an `animateOut` type name (see [Animation Guide](../modules/animate#animateout)) |
| in | String | Animate name when module will be shown (after dom update), it will use an `animateIn` type name (see [Animation Guide](/modules/animate#animatein)) |
362
+
| out | String | Animate name when module will be hidden (before dom update), it will use an `animateOut` type name (see [Animation Guide](/modules/animate#animateout)) |
363
363
364
364
As an example:
365
365
@@ -429,7 +429,8 @@ Possible configurable options:
429
429
modules identifier as the locksString: `this.identifier`. See _visibility
430
430
locking_ below.
431
431
432
-
-`animate` - String - (_Introduced in version: 2.25.0._) Hide the module with a special animate. It will use an `animateOut` type name. All animations name are available in [Animation Guide](../modules/animate.html#animateout)
432
+
-`animate` - String - (_Introduced in version: 2.25.0._) Hide the module with a special animate. It will use an
433
+
`animateOut` type name. All animations name are available in [Animation Guide](/modules/animate.html#animateout)
433
434
434
435
::: warning Notes:
435
436
- If the hide animation is cancelled, for instance because the show
@@ -463,7 +464,8 @@ Possible configurable options:
463
464
-`onError(error)` - Function - If a module is hidden with other lock strings
464
465
and can therefore not be shown the onError callback triggers with an error
465
466
object, if specified in the options (_Introduced in version: 2.15.0_).
466
-
-`animate` - String - (_Introduced in version: 2.25.0._) Show the module with a special animation. It will use an `animateIn` type name. All animations name are available in [Animation Guide](../modules/animate.html#animatein)
467
+
-`animate` - String - (_Introduced in version: 2.25.0._) Show the module with a special animation. It will use an
468
+
`animateIn` type name. All animations name are available in [Animation Guide](/modules/animate.html#animatein)
467
469
468
470
::: warning Notes:
469
471
- If the show animation is canceled, for instance because the hide
Copy file name to clipboardExpand all lines: modules/calendar.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The following properties can be configured:
68
68
| `limitDaysNeverSkip` | If this property is set to true, every event for every day will be shown regardless of if the day on has a single full day event or not.<br><br> **Default value:** `false` |
69
69
| `flipDateHeaderTitle` | This property deterines if the title for the date header in the `dateheaders` time format will align to the left or right. <br><br> **Possible values:** `true` (right) or `false` (left) <br> **Default value:** `false` (left) |
70
70
| `hideTime` | If this property is set to true the time portion on relative times will be hidden.<br><br> **Default value:** `false` |
71
+
| `hideDuplicates` | If this property is set to true, entries with the same title, starting and ending time will be hidden.<br><br> **Default value:** `true` |
71
72
| `showTimeToday` | If this property is set to true, the event time will be displayed for same-day events even when relative display is being used.<br><br> **Default value:** `false` |
72
73
| `colored`<br>_(deprecated)_ | If this property is set to true, an individual color can be set for each calendar. <br><br> **Default value:** `false` |
73
74
| `coloredSymbolOnly`<br>_(deprecated)_ | If this property is set to true, an individual symbol color can be set for each calendar, not the whole line. This is only applicable when `colored` is also enabled.<br><br> **Default value:** `false` |
0 commit comments