diff --git a/src/views/calendar/CalendarDoc.vue b/src/views/calendar/CalendarDoc.vue
index d29a2db87..0e693ee28 100755
--- a/src/views/calendar/CalendarDoc.vue
+++ b/src/views/calendar/CalendarDoc.vue
@@ -474,6 +474,32 @@ export default {
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ footer |
+ - |
+
+
+ date |
+ date: Value of the component |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/card/CardDoc.vue b/src/views/card/CardDoc.vue
index e388c6adc..2437f9089 100755
--- a/src/views/card/CardDoc.vue
+++ b/src/views/card/CardDoc.vue
@@ -30,6 +30,40 @@ import Card from 'primevue/card';
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ title |
+ - |
+
+
+ subtitle |
+ - |
+
+
+ content |
+ - |
+
+
+ footer |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/carousel/CarouselDoc.vue b/src/views/carousel/CarouselDoc.vue
index e6b9ec34d..b1f1847ed 100755
--- a/src/views/carousel/CarouselDoc.vue
+++ b/src/views/carousel/CarouselDoc.vue
@@ -214,6 +214,33 @@ data() {
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ item |
+ data: Data of the component
+ index: Index of the item |
+
+
+ footer |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/cascadeselect/CascadeSelectDoc.vue b/src/views/cascadeselect/CascadeSelectDoc.vue
index 29807eed0..d5a749eb7 100644
--- a/src/views/cascadeselect/CascadeSelectDoc.vue
+++ b/src/views/cascadeselect/CascadeSelectDoc.vue
@@ -266,6 +266,25 @@ data() {
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ value |
+ value: Value of the component
+ placeholder: Placeholder text to show |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/chips/ChipsDoc.vue b/src/views/chips/ChipsDoc.vue
index c4f6cbd20..521be7913 100755
--- a/src/views/chips/ChipsDoc.vue
+++ b/src/views/chips/ChipsDoc.vue
@@ -104,6 +104,24 @@ import Chips from 'primevue/chips';
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ chip |
+ value: Value of the component |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/dataview/DataViewDoc.vue b/src/views/dataview/DataViewDoc.vue
index 61fbcf8ac..b7749ad98 100755
--- a/src/views/dataview/DataViewDoc.vue
+++ b/src/views/dataview/DataViewDoc.vue
@@ -357,6 +357,50 @@ export default {
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ paginatorLeft |
+ - |
+
+
+ paginatorRight |
+ - |
+
+
+ list |
+ data: Value of the component
+ index: Index of the list |
+
+
+ grid |
+ data: Value of the component
+ index: Index of the grid |
+
+
+ empty |
+ - |
+
+
+ footer |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/dialog/DialogDoc.vue b/src/views/dialog/DialogDoc.vue
index d2f79ecf3..53c9f6fc1 100755
--- a/src/views/dialog/DialogDoc.vue
+++ b/src/views/dialog/DialogDoc.vue
@@ -223,6 +223,28 @@ export default {
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ footer |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/editor/EditorDoc.vue b/src/views/editor/EditorDoc.vue
index f89d35f22..3ddf099a5 100755
--- a/src/views/editor/EditorDoc.vue
+++ b/src/views/editor/EditorDoc.vue
@@ -105,6 +105,24 @@ import Editor from 'primevue/editor';
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ toolbar |
+ - |
+
+
+
+
+
Refer to Quill documentation for more information.
Styling
diff --git a/src/views/fieldset/FieldsetDoc.vue b/src/views/fieldset/FieldsetDoc.vue
index e5b881462..7f300efa9 100755
--- a/src/views/fieldset/FieldsetDoc.vue
+++ b/src/views/fieldset/FieldsetDoc.vue
@@ -119,6 +119,24 @@ import Fieldset from 'primevue/fieldset';
+ Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ legend |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/fileupload/FileUploadDoc.vue b/src/views/fileupload/FileUploadDoc.vue
index 643edf081..5ff67577f 100755
--- a/src/views/fileupload/FileUploadDoc.vue
+++ b/src/views/fileupload/FileUploadDoc.vue
@@ -284,6 +284,24 @@ myUploader(event) {
+ Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ empty |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/inplace/InplaceDoc.vue b/src/views/inplace/InplaceDoc.vue
index 1fd06f185..04dcf3b11 100755
--- a/src/views/inplace/InplaceDoc.vue
+++ b/src/views/inplace/InplaceDoc.vue
@@ -133,6 +133,28 @@ export default {
+ Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ display |
+ - |
+
+
+ content |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/menubar/MenubarDoc.vue b/src/views/menubar/MenubarDoc.vue
index a8faf2c48..0c8ffd4d5 100755
--- a/src/views/menubar/MenubarDoc.vue
+++ b/src/views/menubar/MenubarDoc.vue
@@ -193,6 +193,28 @@ export default {
+ Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ start |
+ - |
+
+
+ end |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/orderlist/OrderListDoc.vue b/src/views/orderlist/OrderListDoc.vue
index 203000b9a..5e44363dc 100755
--- a/src/views/orderlist/OrderListDoc.vue
+++ b/src/views/orderlist/OrderListDoc.vue
@@ -144,6 +144,29 @@ import OrderList from 'primevue/orderlist';
+ Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ item |
+ item: Item of the component
+ index: Index of the item |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/paginator/PaginatorDoc.vue b/src/views/paginator/PaginatorDoc.vue
index b61843c9e..3dddcf230 100755
--- a/src/views/paginator/PaginatorDoc.vue
+++ b/src/views/paginator/PaginatorDoc.vue
@@ -196,6 +196,28 @@ onPage(event) {
+ Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ left |
+ state: State of the paginator |
+
+
+ right |
+ state: State of the paginator |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/panel/PanelDoc.vue b/src/views/panel/PanelDoc.vue
index 330957702..45fadb640 100755
--- a/src/views/panel/PanelDoc.vue
+++ b/src/views/panel/PanelDoc.vue
@@ -135,6 +135,28 @@ import Panel from 'primevue/panel';
+ Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ icons |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/password/PasswordDoc.vue b/src/views/password/PasswordDoc.vue
index b6e1aaae1..62281d5c7 100755
--- a/src/views/password/PasswordDoc.vue
+++ b/src/views/password/PasswordDoc.vue
@@ -150,6 +150,32 @@ import Password from 'primevue/password';
Events
Any valid event such as focus, blur and input are passed to the underlying input element.
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ content |
+ - |
+
+
+ footer |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/picklist/PickListDoc.vue b/src/views/picklist/PickListDoc.vue
index bdc74c7c6..218dd7fe3 100755
--- a/src/views/picklist/PickListDoc.vue
+++ b/src/views/picklist/PickListDoc.vue
@@ -186,6 +186,33 @@ import PickList from 'primevue/picklist';
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ sourceHeader |
+ - |
+
+
+ item |
+ item: Item of the component
+ index: Index of the item |
+
+
+ targetHeader |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/selectbutton/SelectButtonDoc.vue b/src/views/selectbutton/SelectButtonDoc.vue
index 3956c5bfe..e9bdf3583 100755
--- a/src/views/selectbutton/SelectButtonDoc.vue
+++ b/src/views/selectbutton/SelectButtonDoc.vue
@@ -148,6 +148,25 @@ export default {
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ option |
+ option: Option instance
+ index: Index of the option |
+
+
+
+
+
Dependencies
None.
diff --git a/src/views/timeline/TimelineDoc.vue b/src/views/timeline/TimelineDoc.vue
index a96854db8..1f8e85efd 100644
--- a/src/views/timeline/TimelineDoc.vue
+++ b/src/views/timeline/TimelineDoc.vue
@@ -154,6 +154,35 @@ export default {
+ Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ opposite |
+ item: Position of the component
+ index: Index of the item |
+
+
+ marker |
+ item: Custom marker of the component
+ index: Index of the item |
+
+
+ content |
+ item: Content of the component
+ index: Index of the item |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/toolbar/ToolbarDoc.vue b/src/views/toolbar/ToolbarDoc.vue
index e0ce6485f..cba711a6c 100755
--- a/src/views/toolbar/ToolbarDoc.vue
+++ b/src/views/toolbar/ToolbarDoc.vue
@@ -28,6 +28,28 @@ import Toolbar from 'primevue/toolbar';
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ left |
+ - |
+
+
+ right |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/src/views/treetable/TreeTableDoc.vue b/src/views/treetable/TreeTableDoc.vue
index 86720b209..4880d7327 100755
--- a/src/views/treetable/TreeTableDoc.vue
+++ b/src/views/treetable/TreeTableDoc.vue
@@ -1553,6 +1553,40 @@ export default {
+
Slots
+
+
+
+
+ Name |
+ Parameters |
+
+
+
+
+ header |
+ - |
+
+
+ paginatorLeft |
+ - |
+
+
+ paginatorRight |
+ - |
+
+
+ empty |
+ - |
+
+
+ footer |
+ - |
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.