mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
d.ts. fixes
This commit is contained in:
parent
7633aa73a4
commit
22077da98c
13 changed files with 12 additions and 13 deletions
1
components/accordiontab/AccordionTab.d.ts
vendored
1
components/accordiontab/AccordionTab.d.ts
vendored
|
@ -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
|
||||
*/
|
||||
|
|
2
components/dropdown/Dropdown.d.ts
vendored
2
components/dropdown/Dropdown.d.ts
vendored
|
@ -27,7 +27,7 @@ export interface DropdownChangeEvent {
|
|||
}
|
||||
|
||||
/**
|
||||
* Custom filetr event.
|
||||
* Custom filter event.
|
||||
* @see filter
|
||||
*/
|
||||
export interface DropdownFilterEvent {
|
||||
|
|
2
components/dynamicdialog/DynamicDialog.d.ts
vendored
2
components/dynamicdialog/DynamicDialog.d.ts
vendored
|
@ -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
components/focustrap/FocusTrap.d.ts
vendored
2
components/focustrap/FocusTrap.d.ts
vendored
|
@ -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
components/orderlist/OrderList.d.ts
vendored
2
components/orderlist/OrderList.d.ts
vendored
|
@ -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
components/overlaypanel/OverlayPanel.d.ts
vendored
2
components/overlaypanel/OverlayPanel.d.ts
vendored
|
@ -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
components/picklist/PickList.d.ts
vendored
2
components/picklist/PickList.d.ts
vendored
|
@ -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
components/ripple/Ripple.d.ts
vendored
2
components/ripple/Ripple.d.ts
vendored
|
@ -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
components/sidebar/Sidebar.d.ts
vendored
2
components/sidebar/Sidebar.d.ts
vendored
|
@ -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
components/styleclass/StyleClass.d.ts
vendored
2
components/styleclass/StyleClass.d.ts
vendored
|
@ -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
components/timeline/Timeline.d.ts
vendored
2
components/timeline/Timeline.d.ts
vendored
|
@ -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
components/tooltip/Tooltip.d.ts
vendored
2
components/tooltip/Tooltip.d.ts
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue