update docs

pull/1361/head
Tuğçe Küçükoğlu 2021-06-14 17:05:13 +03:00
parent 4d1891b47c
commit 3b8bec5f30
15 changed files with 229 additions and 17 deletions

View File

@ -218,6 +218,13 @@ export default {
<td>A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body <td>A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body
and "self" for the element itself.</td> and "self" for the element itself.</td>
</tr> </tr>
<tr>
<td>forceSelection</td>
<td>boolean</td>
<td>false</td>
<td>When present, autocomplete clears the manual input if it does not match of the suggestions to force only
accepting values from the suggestions.</td>
</tr>
<tr> <tr>
<td>inputStyle</td> <td>inputStyle</td>
<td>any</td> <td>any</td>
@ -231,11 +238,16 @@ export default {
<td>Style class of the input field.</td> <td>Style class of the input field.</td>
</tr> </tr>
<tr> <tr>
<td>forceSelection</td> <td>style</td>
<td>boolean</td> <td>any</td>
<td>false</td> <td>null</td>
<td>When present, autocomplete clears the manual input if it does not match of the suggestions to force only <td>Style class of the component input field.</td>
accepting values from the suggestions.</td> </tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr> </tr>
<tr> <tr>
<td>panelClass</td> <td>panelClass</td>

View File

@ -408,6 +408,18 @@ export default {
<td>null</td> <td>null</td>
<td>Style class of the input field.</td> <td>Style class of the input field.</td>
</tr> </tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Style class of the component.</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>

View File

@ -67,6 +67,18 @@ export default {
<td>boolean</td> <td>boolean</td>
<td>false</td> <td>false</td>
<td>Allows to select a boolean value instead of multiple values.</td> <td>Allows to select a boolean value instead of multiple values.</td>
</tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Style class of the component input field.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -74,6 +86,29 @@ export default {
<h5>Events</h5> <h5>Events</h5>
<p>Any valid event such as focus and blur.</p> <p>Any valid event such as focus and blur.</p>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Parameters</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>click</td>
<td>event: Browser event</td>
<td>Callback to invoke on value click.</td>
</tr>
<tr>
<td>change</td>
<td>event: Browser event</td>
<td>Callback to invoke on value change.</td>
</tr>
</tbody>
</table>
</div>
<h5>Styling</h5> <h5>Styling</h5>
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p> <p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>

View File

@ -69,6 +69,18 @@ import Chips from 'primevue/chips';
<td>boolean</td> <td>boolean</td>
<td>true</td> <td>true</td>
<td>Whether to allow duplicate values or not.</td> <td>Whether to allow duplicate values or not.</td>
</tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Style class of the component input field.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -239,12 +239,12 @@ export default {
<tbody> <tbody>
<tr> <tr>
<td>hide</td> <td>hide</td>
<td>event: Event object</td> <td>-</td>
<td>Callback to invoke when dialog is hidden.</td> <td>Callback to invoke when dialog is hidden.</td>
</tr> </tr>
<tr> <tr>
<td>show</td> <td>show</td>
<td>event: Event object</td> <td>-</td>
<td>Callback to invoke when dialog is showed.</td> <td>Callback to invoke when dialog is showed.</td>
</tr> </tr>
<tr> <tr>

View File

@ -272,6 +272,18 @@ Vertical
<td>null</td> <td>null</td>
<td>Style class of the input field.</td> <td>Style class of the input field.</td>
</tr> </tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Style class of the component input field.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>

View File

@ -55,6 +55,18 @@ export default {
<td>boolean</td> <td>boolean</td>
<td>null</td> <td>null</td>
<td>Specifies whether a inputswitch should be checked or not.</td> <td>Specifies whether a inputswitch should be checked or not.</td>
</tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Style class of the component input field.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -62,6 +74,29 @@ export default {
<h5>Events</h5> <h5>Events</h5>
<p>Any valid event such as focus, blur and input are passed to the underlying input element. Following are the additional events to configure the component.</p> <p>Any valid event such as focus, blur and input are passed to the underlying input element. Following are the additional events to configure the component.</p>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Parameters</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>click</td>
<td>-</td>
<td>Callback to invoke on click.</td>
</tr>
<tr>
<td>change</td>
<td>-</td>
<td>Callback to invoke on value change.</td>
</tr>
</tbody>
</table>
</div>
<h5>Styling</h5> <h5>Styling</h5>
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p> <p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>

View File

@ -370,7 +370,7 @@ export default {
<td>Shows the overlay.</td> <td>Shows the overlay.</td>
</tr> </tr>
<tr> <tr>
<td>Hide</td> <td>hide</td>
<td>-</td> <td>-</td>
<td>Hides the overlay.</td> <td>Hides the overlay.</td>
</tr> </tr>

View File

@ -137,6 +137,13 @@ import OrderList from 'primevue/orderlist';
event.direction: Direction of the change; "up", "down", "bottom", "top" event.direction: Direction of the change; "up", "down", "bottom", "top"
</td> </td>
<td>Callback to invoke when the list is reordered.</td> <td>Callback to invoke when the list is reordered.</td>
</tr>
<tr>
<td>selection-change</td>
<td>event.originalEvent: browser event <br />
event.value: Ordered list
</td>
<td>Callback to invoke when selection changes.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -130,6 +130,18 @@ import Password from 'primevue/password';
<td>A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body <td>A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body
and "self" for the element itself.</td> and "self" for the element itself.</td>
</tr> </tr>
<tr>
<td>hideIcon</td>
<td>string</td>
<td>pi pi-eye-slash</td>
<td>Icon to hide displaying the password as plain text.</td>
</tr>
<tr>
<td>showIcon</td>
<td>string</td>
<td>pi pi-eye</td>
<td>Icon to show displaying the password as plain text.</td>
</tr>
<tr> <tr>
<td>inputStyle</td> <td>inputStyle</td>
<td>any</td> <td>any</td>
@ -143,16 +155,22 @@ import Password from 'primevue/password';
<td>Style class of the input field.</td> <td>Style class of the input field.</td>
</tr> </tr>
<tr> <tr>
<td>hideIcon</td> <td>style</td>
<td>string</td> <td>any</td>
<td>pi pi-eye-slash</td> <td>null</td>
<td>Icon to hide displaying the password as plain text.</td> <td>Style class of the component input field.</td>
</tr> </tr>
<tr> <tr>
<td>showIcon</td> <td>class</td>
<td>string</td> <td>string</td>
<td>pi pi-eye</td> <td>null</td>
<td>Icon to show displaying the password as plain text.</td> <td>Inline style of the component.</td>
</tr>
<tr>
<td>panelClass</td>
<td>string</td>
<td>null</td>
<td>Style class of the overlay panel.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -179,6 +179,12 @@ import PickList from 'primevue/picklist';
event.items: Moved items event.items: Moved items
</td> </td>
<td>Callback to invoke when all items are moved to the source list.</td> <td>Callback to invoke when all items are moved to the source list.</td>
</tr>
<tr>
<td>selection-change</td>
<td>event.originalEvent: browser event <br />
event.value: Selected item</td>
<td>Callback to invoke when one or more items are moved to the other list.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -195,7 +201,7 @@ import PickList from 'primevue/picklist';
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>sourceHeader</td> <td>header</td>
<td>-</td> <td>-</td>
</tr> </tr>
<tr> <tr>
@ -203,6 +209,10 @@ import PickList from 'primevue/picklist';
<td>item: Item of the component<br /> <td>item: Item of the component<br />
index: Index of the item</td> index: Index of the item</td>
</tr> </tr>
<tr>
<td>sourceHeader</td>
<td>-</td>
</tr>
<tr> <tr>
<td>targetHeader</td> <td>targetHeader</td>
<td>-</td> <td>-</td>

View File

@ -59,6 +59,18 @@ export default {
<td>any</td> <td>any</td>
<td>null</td> <td>null</td>
<td>Value binding of the checkbox.</td> <td>Value binding of the checkbox.</td>
</tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Style class of the component input field.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -66,6 +78,29 @@ export default {
<h5>Events</h5> <h5>Events</h5>
<p>Any valid event such as focus and blur.</p> <p>Any valid event such as focus and blur.</p>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Parameters</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>click</td>
<td>-</td>
<td>Callback to invoke on radio button click.</td>
</tr>
<tr>
<td>change</td>
<td>-</td>
<td>Callback to invoke on radio button value change.</td>
</tr>
</tbody>
</table>
</div>
<h5>Styling</h5> <h5>Styling</h5>
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p> <p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>

View File

@ -125,6 +125,18 @@ export default {
<td>string</td> <td>string</td>
<td>body</td> <td>body</td>
<td>A valid query selector or an HTMLElement to specify where the overlay gets attached.</td> <td>A valid query selector or an HTMLElement to specify where the overlay gets attached.</td>
</tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Style class of the component.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -411,7 +411,7 @@ data() {
<td>Shows the overlay.</td> <td>Shows the overlay.</td>
</tr> </tr>
<tr> <tr>
<td>Hide</td> <td>hide</td>
<td>-</td> <td>-</td>
<td>Hides the overlay.</td> <td>Hides the overlay.</td>
</tr> </tr>

View File

@ -31,6 +31,18 @@ import TriStateCheckbox from 'primevue/tristatecheckbox';
<td>boolean</td> <td>boolean</td>
<td>null</td> <td>null</td>
<td>Value of the component.</td> <td>Value of the component.</td>
</tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Style class of the component.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>