From 1611b8211fe648c6fb3c0d7fde9102c64aaf2abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 11 Mar 2021 17:08:25 +0300 Subject: [PATCH] slot section added to docs --- src/views/calendar/CalendarDoc.vue | 26 ++++++++++++ src/views/card/CardDoc.vue | 34 +++++++++++++++ src/views/carousel/CarouselDoc.vue | 27 ++++++++++++ src/views/cascadeselect/CascadeSelectDoc.vue | 19 +++++++++ src/views/chips/ChipsDoc.vue | 18 ++++++++ src/views/dataview/DataViewDoc.vue | 44 ++++++++++++++++++++ src/views/dialog/DialogDoc.vue | 22 ++++++++++ src/views/editor/EditorDoc.vue | 18 ++++++++ src/views/fieldset/FieldsetDoc.vue | 18 ++++++++ src/views/fileupload/FileUploadDoc.vue | 18 ++++++++ src/views/inplace/InplaceDoc.vue | 22 ++++++++++ src/views/menubar/MenubarDoc.vue | 22 ++++++++++ src/views/orderlist/OrderListDoc.vue | 23 ++++++++++ src/views/paginator/PaginatorDoc.vue | 22 ++++++++++ src/views/panel/PanelDoc.vue | 22 ++++++++++ src/views/password/PasswordDoc.vue | 26 ++++++++++++ src/views/picklist/PickListDoc.vue | 27 ++++++++++++ src/views/selectbutton/SelectButtonDoc.vue | 19 +++++++++ src/views/timeline/TimelineDoc.vue | 29 +++++++++++++ src/views/toolbar/ToolbarDoc.vue | 22 ++++++++++ src/views/treetable/TreeTableDoc.vue | 34 +++++++++++++++ 21 files changed, 512 insertions(+) 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
+
+ + + + + + + + + + + + + + + + + + + + + +
NameParameters
header-
footer-
datedate: 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
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + + + + + + + + + +
NameParameters
header-
itemdata: 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
+
+ + + + + + + + + + + + + +
NameParameters
valuevalue: 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
+
+ + + + + + + + + + + + + +
NameParameters
chipvalue: 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
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameParameters
header-
paginatorLeft-
paginatorRight-
listdata: Value of the component
+ index: Index of the list
griddata: 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
+
+ + + + + + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + + + + + +
NameParameters
header-
itemitem: 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
+
+ + + + + + + + + + + + + + + + + +
NameParameters
leftstate: State of the paginator
rightstate: 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
+
+ + + + + + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + + + + + + + + + +
NameParameters
sourceHeader-
itemitem: 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
+
+ + + + + + + + + + + + + +
NameParameters
optionoption: 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
+
+ + + + + + + + + + + + + + + + + + + + + +
NameParameters
oppositeitem: Position of the component
+ index: Index of the item
markeritem: Custom marker of the component
+ index: Index of the item
contentitem: 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
+
+ + + + + + + + + + + + + + + + + +
NameParameters
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
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameParameters
header-
paginatorLeft-
paginatorRight-
empty-
footer-
+
+
Styling

Following is the list of structural style classes, for theming classes visit theming page.