d.ts. fixes

pull/3699/head
Tuğçe Küçükoğlu 2023-03-03 17:17:03 +03:00
parent 7633aa73a4
commit 22077da98c
13 changed files with 12 additions and 13 deletions

View File

@ -69,7 +69,6 @@ export interface AccordionTabSlots {
/**
* Defines valid emits in AcordionTab component.
* @group Interfaces
*/
export interface AccordionTabEmits {}

View File

@ -2,7 +2,7 @@
*
* Badge directive is a small status indicator for another element.
*
* - [Live Demo](https://primevue.org/badge)
* [Live Demo](https://primevue.org/badge)
*
* @module badgedirective
*/

View File

@ -27,7 +27,7 @@ export interface DropdownChangeEvent {
}
/**
* Custom filetr event.
* Custom filter event.
* @see filter
*/
export interface DropdownFilterEvent {

View File

@ -2,7 +2,7 @@
*
* DynamicDialogs can be created dynamically with any component as the content using a DialogService.
*
* - [Live Demo](https://primevue.org/dynamicdialog)
* [Live Demo](https://primevue.org/dynamicdialog)
*
* @module dynamicdialog
*

View File

@ -2,7 +2,7 @@
*
* Focus Trap keeps focus within a certain DOM element while tabbing.
*
* - [Live Demo](https://primevue.org/focustrap)
* [Live Demo](https://primevue.org/focustrap)
*
* @module focustrap
*/

View File

@ -2,7 +2,7 @@
*
* OrderList is used to managed the order of a collection.
*
* - [Live Demo](https://primevue.org/orderlist)
* [Live Demo](https://primevue.org/orderlist)
*
* @module orderlist
*

View File

@ -2,7 +2,7 @@
*
* OverlayPanel is a container component positioned as connected to its target.
*
* - [Live Demo](https://primevue.org/overlaypanel)
* [Live Demo](https://primevue.org/overlaypanel)
*
* @module overlaypanel
*

View File

@ -2,7 +2,7 @@
*
* PickList is used to reorder items between different lists.
*
* - [Live Demo](https://primevue.org/picklist)
* [Live Demo](https://primevue.org/picklist)
*
* @module picklist
*

View File

@ -2,7 +2,7 @@
*
* Ripple directive adds ripple effect to the host element.
*
* - [Live Demo](https://primevue.org/ripple)
* [Live Demo](https://primevue.org/ripple)
*
* @module ripple
*/

View File

@ -2,7 +2,7 @@
*
* Sidebar is a panel component displayed as an overlay at the edges of the screen.
*
* - [Live Demo](https://primevue.org/sidebar)
* [Live Demo](https://primevue.org/sidebar)
*
* @module sidebar
*

View File

@ -2,7 +2,7 @@
*
* StyleClass manages css classes declaratively to during enter/leave animations or just to toggle classes on an element.
*
* - [Live Demo](https://primevue.org/styleclass)
* [Live Demo](https://primevue.org/styleclass)
*
* @module styleclass
*/

View File

@ -2,7 +2,7 @@
*
* Timeline visualizes a series of chained events.
*
* - [Live Demo](https://primevue.org/timeline)
* [Live Demo](https://primevue.org/timeline)
*
* @module timeline
*/

View File

@ -2,7 +2,7 @@
*
* Tooltip directive provides advisory information for a component.
*
* - [Live Demo](https://primevue.org/tooltip)
* [Live Demo](https://primevue.org/tooltip)
*
* @module tooltip
*