Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lib/behavior/overlay/overlay-behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const scrollingBlockedClass = (id: string) => `${OVERLAY_SCROLLING_BLOCKED_CLASS

/**
* Provides overlay behavior.
* @event didshow - Dispatches after the overlay has been shown.
* @event didhide - Dispatches after the overlay has been hidden.
* @event didShow - Dispatches after the overlay has been shown.
* @event didHide - Dispatches after the overlay has been hidden.
*/
export abstract class OverlayBehavior<R, C extends Partial<IOverlayBehaviorBaseProperties>> extends LitElement implements IOverlayBehaviorProperties {
static styles = [sharedStyles, cssResult(styles)];
Expand Down
4 changes: 2 additions & 2 deletions src/lib/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Highly interruptive messages.

| Event | Description |
|-----------|-----------------------------------------------|
| `didhide` | Dispatches after the overlay has been hidden. |
| `didshow` | Dispatches after the overlay has been shown. |
| `didHide` | Dispatches after the overlay has been hidden. |
| `didShow` | Dispatches after the overlay has been shown. |


[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#css-custom-properties)
Expand Down
4 changes: 2 additions & 2 deletions src/lib/popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Contextual anchored elements.

| Event | Description |
|-----------|-----------------------------------------------|
| `didhide` | Dispatches after the overlay has been hidden. |
| `didshow` | Dispatches after the overlay has been shown. |
| `didHide` | Dispatches after the overlay has been hidden. |
| `didShow` | Dispatches after the overlay has been shown. |


[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#css-custom-properties)
Expand Down
4 changes: 2 additions & 2 deletions src/lib/snackbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Provide brief messages at the bottom of the screen.

| Event | Description |
|-----------|-----------------------------------------------|
| `didhide` | Dispatches after the overlay has been hidden. |
| `didshow` | Dispatches after the overlay has been shown. |
| `didHide` | Dispatches after the overlay has been hidden. |
| `didShow` | Dispatches after the overlay has been shown. |


[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#css-custom-properties)
Expand Down
4 changes: 2 additions & 2 deletions src/lib/tooltip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Informative context related text.

| Event | Description |
|-----------|-----------------------------------------------|
| `didhide` | Dispatches after the overlay has been hidden. |
| `didshow` | Dispatches after the overlay has been shown. |
| `didHide` | Dispatches after the overlay has been hidden. |
| `didShow` | Dispatches after the overlay has been shown. |


[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#css-custom-properties)
Expand Down