d.ts. fixes
parent
7633aa73a4
commit
22077da98c
|
@ -69,7 +69,6 @@ export interface AccordionTabSlots {
|
|||
|
||||
/**
|
||||
* Defines valid emits in AcordionTab component.
|
||||
* @group Interfaces
|
||||
*/
|
||||
export interface AccordionTabEmits {}
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -27,7 +27,7 @@ export interface DropdownChangeEvent {
|
|||
}
|
||||
|
||||
/**
|
||||
* Custom filetr event.
|
||||
* Custom filter event.
|
||||
* @see filter
|
||||
*/
|
||||
export interface DropdownFilterEvent {
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue