[ADF-3551] Doc fixes for release (#3849)

* [ADF-3551] Fixed missing docs index pages and links

* [ADF-3551] Fixed link in datatable docs plus ToC tool update
This commit is contained in:
Andy Stark
2018-10-02 15:00:38 +01:00
committed by Eugenio Romano
parent e28850055c
commit 0ed5b2d5de
21 changed files with 2846 additions and 2657 deletions

View File

@@ -0,0 +1,26 @@
---
Added: v2.6.0
Status: Active
Last reviewed: 2018-10-02
---
# Login Dialog Panel component
Shows and manages a login dialog.
## Class members
### Events
| Name | Type | Description |
| ---- | ---- | ----------- |
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`LoginSuccessEvent`](../../lib/core/login/models/login-success.event.ts)`>` | Emitted when the login succeeds |
## Details
This component has similar features to the [Login Dialog component](../core/login-dialog.component.md)
but it also creates and manages the dialog for you.
## See also
- [Login Dialog component](../core/login-dialog.component.md)