mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Class .d.ts comments added
This commit is contained in:
parent
9c906b4122
commit
145c91adfb
97 changed files with 4744 additions and 858 deletions
18
components/lib/dataview/style/DataViewStyle.d.ts
vendored
18
components/lib/dataview/style/DataViewStyle.d.ts
vendored
|
@ -10,11 +10,29 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum DataViewClasses {
|
||||
/**
|
||||
* Class name of the root element
|
||||
*/
|
||||
root = 'p-dataview',
|
||||
/**
|
||||
* Class name of the header element
|
||||
*/
|
||||
header = 'p-dataview-header',
|
||||
/**
|
||||
* Class name of the paginator element
|
||||
*/
|
||||
pcPaginator = 'p-dataview-paginator-[position]',
|
||||
/**
|
||||
* Class name of the content element
|
||||
*/
|
||||
content = 'p-dataview-content',
|
||||
/**
|
||||
* Class name of the empty message element
|
||||
*/
|
||||
emptyMessage = 'p-dataview-empty-message', // TODO: remove?
|
||||
/**
|
||||
* Class name of the footer element
|
||||
*/
|
||||
footer = 'p-dataview-footer'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue