diff --git a/layouts/AppMenu.vue b/layouts/AppMenu.vue index 90c47ccbb..56ea731ca 100755 --- a/layouts/AppMenu.vue +++ b/layouts/AppMenu.vue @@ -1,8 +1,8 @@ -

router-link with route configuration can also be used within templating for further customization.

+

nuxt-link with route configuration can also be used within templating for further customization.


@@ -93,7 +93,7 @@ export default {
                         exact
                         boolean
                         true
-                        Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
+                        Whether to apply 'nuxt-link-active-exact' class if route exactly matches the item path.
                     
                 
             
@@ -118,7 +118,7 @@ export default {
         
 
         
Styling
-

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

+

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

diff --git a/pages/button/ButtonDoc.vue b/pages/button/ButtonDoc.vue index f4f4fc46c..7949dc22c 100755 --- a/pages/button/ButtonDoc.vue +++ b/pages/button/ButtonDoc.vue @@ -94,7 +94,7 @@ import Button from 'primevue/button';
Badges
-

Badge is a small status indicator for a button. Refer to the badge documentation for available styling options.

+

Badge is a small status indicator for a button. Refer to the badge documentation for available styling options.


 <Button type="button" label="Emails" badge="8" />
@@ -116,7 +116,7 @@ import Button from 'primevue/button';
         
Sizes

2 more sizes are available in addition to a regular button, for a smaller input add p-button-sm and for a larger one, use p-button-lg. Note that these classes available to change the size of a particular button, for global - scaling see the theming page. + scaling see the theming page.


 <Button label="Small" icon="pi pi-check" class="p-button-sm"  />
@@ -212,7 +212,7 @@ import Button from 'primevue/button';
         
 
         
Styling
-

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

+

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

diff --git a/pages/calendar/CalendarDoc.vue b/pages/calendar/CalendarDoc.vue index 3d5f2bcdc..3f025aff8 100755 --- a/pages/calendar/CalendarDoc.vue +++ b/pages/calendar/CalendarDoc.vue @@ -51,7 +51,7 @@ export default {
DateFormat
-

Default date format is mm/dd/yy, to customize this use dateFormat property or define it at PrimeVue Locale globally. Note that standalone property overrides the value in locale settings.

+

Default date format is mm/dd/yy, to customize this use dateFormat property or define it at PrimeVue Locale globally. Note that standalone property overrides the value in locale settings.


 <Calendar v-model="value" dateFormat="dd.mm.yy" />
@@ -116,7 +116,7 @@ export default {
 
Locale
-

Locale for different languages and formats is defined globally, refer to the PrimeVue Locale configuration for more information.

+

Locale for different languages and formats is defined globally, refer to the PrimeVue Locale configuration for more information.

Custom Content

Calendar UI accepts custom content using header and footer templates.

@@ -201,7 +201,7 @@ export default {
- + @@ -617,7 +617,7 @@ export default {
Styling
-

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

+

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

dateFormat string nullFormat of the date. Defaults to PrimeVue Locale configuration.Format of the date. Defaults to PrimeVue Locale configuration.
inline
@@ -687,7 +687,7 @@ export default {

The optional calendar button requires includes aria-haspopup, aria-expanded for states along with aria-controls to define the relation between the popup and the button. The value to read is retrieved from the - chooseDate key of the aria property from the locale API. This label is also used for the aria-label of the popup as well. When there is a value selected, it is formatted and appended + chooseDate key of the aria property from the locale API. This label is also used for the aria-label of the popup as well. When there is a value selected, it is formatted and appended to the label to be able to notify users about the current value.

diff --git a/pages/card/CardDoc.vue b/pages/card/CardDoc.vue index 4ce74998a..2668499b9 100755 --- a/pages/card/CardDoc.vue +++ b/pages/card/CardDoc.vue @@ -70,7 +70,7 @@ import Card from 'primevue/card';
Styling
-

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

+

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

diff --git a/pages/card/index.vue b/pages/card/index.vue index ba810be56..bf3c14363 100755 --- a/pages/card/index.vue +++ b/pages/card/index.vue @@ -21,7 +21,7 @@ diff --git a/pages/carousel/CarouselDoc.vue b/pages/carousel/CarouselDoc.vue index 5b4d49307..f3f750e94 100755 --- a/pages/carousel/CarouselDoc.vue +++ b/pages/carousel/CarouselDoc.vue @@ -260,7 +260,7 @@ data() {
Styling
-

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

+

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

diff --git a/pages/cascadeselect/CascadeSelectDoc.vue b/pages/cascadeselect/CascadeSelectDoc.vue index 96060d9a3..f8db4988d 100644 --- a/pages/cascadeselect/CascadeSelectDoc.vue +++ b/pages/cascadeselect/CascadeSelectDoc.vue @@ -427,7 +427,7 @@ data() {
Styling
-

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

+

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

diff --git a/pages/checkbox/CheckboxDoc.vue b/pages/checkbox/CheckboxDoc.vue index 36a6ac8a2..64c8ca177 100755 --- a/pages/checkbox/CheckboxDoc.vue +++ b/pages/checkbox/CheckboxDoc.vue @@ -176,7 +176,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/chip/ChipDoc.vue b/pages/chip/ChipDoc.vue index 50372a06f..88c2c12a2 100644 --- a/pages/chip/ChipDoc.vue +++ b/pages/chip/ChipDoc.vue @@ -106,7 +106,7 @@ import Chip from 'primevue/chip';
Styling
-

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

+

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

diff --git a/pages/chips/ChipsDoc.vue b/pages/chips/ChipsDoc.vue index 82d21a2ec..948a7565b 100755 --- a/pages/chips/ChipsDoc.vue +++ b/pages/chips/ChipsDoc.vue @@ -168,7 +168,7 @@ import Chips from 'primevue/chips';
Styling
-

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

+

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

diff --git a/pages/confirmdialog/ConfirmDialogDoc.vue b/pages/confirmdialog/ConfirmDialogDoc.vue index 8b9be0a13..9dded7012 100644 --- a/pages/confirmdialog/ConfirmDialogDoc.vue +++ b/pages/confirmdialog/ConfirmDialogDoc.vue @@ -179,13 +179,13 @@ export default { - + - + @@ -300,7 +300,7 @@ export default {
Styling
-

ConfirmDialog inherits all the classes from the Dialog component, visit dialog for more information.

+

ConfirmDialog inherits all the classes from the Dialog component, visit dialog for more information.

acceptLabel string nullLabel of the accept button. Defaults to PrimeVue Locale configuration.Label of the accept button. Defaults to PrimeVue Locale configuration.
rejectLabel string nullLabel of the reject button. Defaults to PrimeVue Locale configuration.Label of the reject button. Defaults to PrimeVue Locale configuration.
acceptIcon
diff --git a/pages/confirmpopup/ConfirmPopupDoc.vue b/pages/confirmpopup/ConfirmPopupDoc.vue index 0abbc6f76..b608d60ec 100644 --- a/pages/confirmpopup/ConfirmPopupDoc.vue +++ b/pages/confirmpopup/ConfirmPopupDoc.vue @@ -164,13 +164,13 @@ export default { - + - + @@ -267,7 +267,7 @@ export default {
Styling
-

ConfirmDialog inherits all the classes from the Dialog component, visit dialog for more information.

+

ConfirmDialog inherits all the classes from the Dialog component, visit dialog for more information.

acceptLabel string nullLabel of the accept button. Defaults to PrimeVue Locale configuration.Label of the accept button. Defaults to PrimeVue Locale configuration.
rejectLabel string nullLabel of the reject button. Defaults to PrimeVue Locale configuration.Label of the reject button. Defaults to PrimeVue Locale configuration.
acceptIcon
diff --git a/pages/contextmenu/ContextMenuDoc.vue b/pages/contextmenu/ContextMenuDoc.vue index 62c19444e..e534d46bc 100755 --- a/pages/contextmenu/ContextMenuDoc.vue +++ b/pages/contextmenu/ContextMenuDoc.vue @@ -14,7 +14,7 @@ import ContextMenu from 'primevue/contextmenu';
MenuModel
-

ContextMenu uses the common MenuModel API to define the items, visit MenuModel API for details.

+

ContextMenu uses the common MenuModel API to define the items, visit MenuModel API for details.

Getting Started

ContextMenu requires a collection of menuitems as its model.

@@ -202,13 +202,13 @@ export default { -

router-link with route configuration can also be used within templating for further customization.

+

nuxt-link with route configuration can also be used within templating for further customization.


@@ -261,7 +261,7 @@ export default {
                         
- +
exact boolean trueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.Whether to apply 'nuxt-link-active-exact' class if route exactly matches the item path.
@@ -316,7 +316,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/datatable/DataTableDoc.vue b/pages/datatable/DataTableDoc.vue index 41a6d8871..cf92ea0ef 100755 --- a/pages/datatable/DataTableDoc.vue +++ b/pages/datatable/DataTableDoc.vue @@ -620,7 +620,7 @@ export default {
Pagination

- Pagination is enabled by setting paginator property to true and defining the rows property defines the number of rows per page. See the Paginator for the available customization + Pagination is enabled by setting paginator property to true and defining the rows property defines the number of rows per page. See the Paginator for the available customization options such as paginator templates, page links, rows per page options and more which can be passed through the DataTable.

@@ -1011,7 +1011,7 @@ matchModes: [
Full Page Scroll
-

FlexScroll can also be used for cases where scrollable viewport should be responsive with respect to the window size. See the full page demo for an example.

+

FlexScroll can also be used for cases where scrollable viewport should be responsive with respect to the window size. See the full page demo for an example.


 
-

router-link with route configuration can also be used within templating for further customization.

+

nuxt-link with route configuration can also be used within templating for further customization.


@@ -207,7 +207,7 @@ export default {
                         
- +
exact boolean trueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.Whether to apply 'nuxt-link-active-exact' class if route exactly matches the item path.
@@ -240,7 +240,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/menu/MenuDoc.vue b/pages/menu/MenuDoc.vue index 008a324dc..74dbab12a 100755 --- a/pages/menu/MenuDoc.vue +++ b/pages/menu/MenuDoc.vue @@ -13,7 +13,7 @@ import Menu from 'primevue/menu';
MenuModel
-

Menu uses the common MenuModel API to define the items, visit MenuModel API for details.

+

Menu uses the common MenuModel API to define the items, visit MenuModel API for details.

Getting Started

Menu requires a collection of menuitems as its model.

@@ -103,13 +103,13 @@ toggle(event) { -

router-link with route configuration can also be used within templating for further customization.

+

nuxt-link with route configuration can also be used within templating for further customization.


@@ -162,7 +162,7 @@ toggle(event) {
                         
- +
exact boolean trueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.Whether to apply 'nuxt-link-active-exact' class if route exactly matches the item path.
@@ -242,7 +242,7 @@ toggle(event) {
Styling
-

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

+

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

diff --git a/pages/menubar/MenubarDoc.vue b/pages/menubar/MenubarDoc.vue index c8b110895..c60b93317 100755 --- a/pages/menubar/MenubarDoc.vue +++ b/pages/menubar/MenubarDoc.vue @@ -14,7 +14,7 @@ import Menubar from 'primevue/menubar';
MenuModel
-

Menubar uses the common MenuModel API to define the items, visit MenuModel API for details.

+

Menubar uses the common MenuModel API to define the items, visit MenuModel API for details.

Getting Started

Menubar requires a collection of menuitems as its model.

@@ -175,13 +175,13 @@ export default { -

router-link with route configuration can also be used within templating for further customization.

+

nuxt-link with route configuration can also be used within templating for further customization.


@@ -210,7 +210,7 @@ export default {
                         
- +
exact boolean trueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.Whether to apply 'nuxt-link-active-exact' class if route exactly matches the item path.
@@ -243,7 +243,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/message/MessageDoc.vue b/pages/message/MessageDoc.vue index 55f951319..3e8e9df1a 100755 --- a/pages/message/MessageDoc.vue +++ b/pages/message/MessageDoc.vue @@ -168,7 +168,7 @@ import InlineMessage from 'primevue/inlinemessage';
Styling
-

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

+

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

Message
diff --git a/pages/multiselect/MultiSelectDoc.vue b/pages/multiselect/MultiSelectDoc.vue index 0f1e3a00d..216708a01 100755 --- a/pages/multiselect/MultiSelectDoc.vue +++ b/pages/multiselect/MultiSelectDoc.vue @@ -345,7 +345,7 @@ export default {
- + @@ -589,7 +589,7 @@ export default {
Styling
-

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

+

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

virtualScrollerOptions object nullWhether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.
autoOptionFocus
@@ -649,12 +649,12 @@ export default {

Checkbox component at the header uses a hidden native checkbox element internally that is only visible to screen readers. Value to read is defined with the selectAll and unselectAll keys of the aria property from the - locale API. + locale API.

If filtering is enabled, filterInputProps can be defined to give aria-* props to the input element.

-

Close button uses close key of the aria property from the locale API as the aria-label by default, this can be overriden with the closeButtonProps.

+

Close button uses close key of the aria property from the locale API as the aria-label by default, this can be overriden with the closeButtonProps.


 <span id="dd1">Options</span>
 <MultiSelect aria-labelledby="dd1" />
diff --git a/pages/orderlist/OrderListDoc.vue b/pages/orderlist/OrderListDoc.vue
index 646142b59..3403db8c6 100755
--- a/pages/orderlist/OrderListDoc.vue
+++ b/pages/orderlist/OrderListDoc.vue
@@ -204,7 +204,7 @@ import OrderList from 'primevue/orderlist';
         
 
         
Styling
-

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

+

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

diff --git a/pages/organizationchart/OrganizationChartDoc.vue b/pages/organizationchart/OrganizationChartDoc.vue index 694551af7..4f5fe9a9f 100755 --- a/pages/organizationchart/OrganizationChartDoc.vue +++ b/pages/organizationchart/OrganizationChartDoc.vue @@ -440,7 +440,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/overlaypanel/OverlayPanelDoc.vue b/pages/overlaypanel/OverlayPanelDoc.vue index b4ab2da5f..424810046 100755 --- a/pages/overlaypanel/OverlayPanelDoc.vue +++ b/pages/overlaypanel/OverlayPanelDoc.vue @@ -173,7 +173,7 @@ toggle(event) {
Styling
-

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

+

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

diff --git a/pages/paginator/PaginatorDoc.vue b/pages/paginator/PaginatorDoc.vue index 9ad447641..f58c2baef 100755 --- a/pages/paginator/PaginatorDoc.vue +++ b/pages/paginator/PaginatorDoc.vue @@ -221,7 +221,7 @@ onPage(event) {
Styling
-

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

+

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

diff --git a/pages/panel/PanelDoc.vue b/pages/panel/PanelDoc.vue index 9d4f16d0d..10df2a74a 100755 --- a/pages/panel/PanelDoc.vue +++ b/pages/panel/PanelDoc.vue @@ -169,7 +169,7 @@ import Panel from 'primevue/panel';
Styling
-

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

+

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

diff --git a/pages/panelmenu/PanelMenuDoc.vue b/pages/panelmenu/PanelMenuDoc.vue index 8e58ddce4..ffa207d19 100755 --- a/pages/panelmenu/PanelMenuDoc.vue +++ b/pages/panelmenu/PanelMenuDoc.vue @@ -14,7 +14,7 @@ import PanelMenu from 'primevue/panelmenu';
MenuModel
-

PanelMenu uses the common MenuModel API to define the items, visit MenuModel API for details.

+

PanelMenu uses the common MenuModel API to define the items, visit MenuModel API for details.

Getting Started

PanelMenu requires a collection of menuitems as its model.

@@ -163,13 +163,13 @@ export default { -

router-link with route configuration can also be used within templating for further customization.

+

nuxt-link with route configuration can also be used within templating for further customization.


@@ -401,7 +401,7 @@ export default {
                         
- +
exact boolean trueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.Whether to apply 'nuxt-link-active-exact' class if route exactly matches the item path.
@@ -426,7 +426,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/password/PasswordDoc.vue b/pages/password/PasswordDoc.vue index 65055449a..0ef165284 100755 --- a/pages/password/PasswordDoc.vue +++ b/pages/password/PasswordDoc.vue @@ -92,7 +92,7 @@ import Password from 'primevue/password'; - + @@ -110,19 +110,19 @@ import Password from 'primevue/password'; - + - + - + @@ -254,7 +254,7 @@ import Password from 'primevue/password';
Styling
-

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

+

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

promptLabel string nullText to prompt password entry. Defaults to PrimeVue Locale configuration.Text to prompt password entry. Defaults to PrimeVue Locale configuration.
mediumRegexweakLabel string nullText for a weak password. Defaults to PrimeVue Locale configuration.Text for a weak password. Defaults to PrimeVue Locale configuration.
mediumLabel string nullText for a medium password. Defaults to PrimeVue Locale configuration.Text for a medium password. Defaults to PrimeVue Locale configuration.
strongLabel string nullText for a strong password. Defaults to PrimeVue Locale configuration.Text for a strong password. Defaults to PrimeVue Locale configuration.
feedback
diff --git a/pages/picklist/PickListDoc.vue b/pages/picklist/PickListDoc.vue index 3132d412f..1d973591b 100755 --- a/pages/picklist/PickListDoc.vue +++ b/pages/picklist/PickListDoc.vue @@ -284,7 +284,7 @@ import PickList from 'primevue/picklist';
Styling
-

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

+

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

diff --git a/pages/progressbar/ProgressBarDoc.vue b/pages/progressbar/ProgressBarDoc.vue index aeb711000..b83a4ead3 100755 --- a/pages/progressbar/ProgressBarDoc.vue +++ b/pages/progressbar/ProgressBarDoc.vue @@ -78,7 +78,7 @@ data() {
Styling
-

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

+

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

diff --git a/pages/progressspinner/ProgressSpinnerDoc.vue b/pages/progressspinner/ProgressSpinnerDoc.vue index 4de1a1f66..b13d6b554 100755 --- a/pages/progressspinner/ProgressSpinnerDoc.vue +++ b/pages/progressspinner/ProgressSpinnerDoc.vue @@ -78,7 +78,7 @@ import ProgressSpinner from 'primevue/progressspinner';
Styling
-

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

+

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

diff --git a/pages/radiobutton/RadioButtonDoc.vue b/pages/radiobutton/RadioButtonDoc.vue index 65aa38903..cf7e59406 100755 --- a/pages/radiobutton/RadioButtonDoc.vue +++ b/pages/radiobutton/RadioButtonDoc.vue @@ -134,7 +134,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/rating/RatingDoc.vue b/pages/rating/RatingDoc.vue index da074ed98..f2506faf2 100755 --- a/pages/rating/RatingDoc.vue +++ b/pages/rating/RatingDoc.vue @@ -111,7 +111,7 @@ import Rating from 'primevue/rating';
Styling
-

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

+

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

@@ -144,7 +144,7 @@ import Rating from 'primevue/rating';
Accessibility
Screen Reader

- Rating component internally uses radio buttons that are only visible to screen readers. The value to read for item is retrieved from the locale API via star and stars of the + Rating component internally uses radio buttons that are only visible to screen readers. The value to read for item is retrieved from the locale API via star and stars of the aria property.

diff --git a/pages/scrollpanel/ScrollPanelDoc.vue b/pages/scrollpanel/ScrollPanelDoc.vue index fb4656d49..a584ecdf1 100644 --- a/pages/scrollpanel/ScrollPanelDoc.vue +++ b/pages/scrollpanel/ScrollPanelDoc.vue @@ -81,7 +81,7 @@ import ScrollPanel from 'primevue/scrollpanel';
Styling
-

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

+

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

diff --git a/pages/scrolltop/ScrollTopDoc.vue b/pages/scrolltop/ScrollTopDoc.vue index 690e1ff7a..15064d2dc 100644 --- a/pages/scrolltop/ScrollTopDoc.vue +++ b/pages/scrolltop/ScrollTopDoc.vue @@ -79,7 +79,7 @@ import ScrollTop from 'primevue/scrolltop';
Styling
-

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

+

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

diff --git a/pages/setup/index.vue b/pages/setup/index.vue index 665089eea..64437567c 100755 --- a/pages/setup/index.vue +++ b/pages/setup/index.vue @@ -306,7 +306,7 @@ app.use(PrimeVue, {
Locale
-

PrimeVue provides a Locale API to support i18n and l7n, visit the Locale documentation for more information.

+

PrimeVue provides a Locale API to support i18n and l7n, visit the Locale documentation for more information.

Browser Support
diff --git a/pages/sidebar/SidebarDoc.vue b/pages/sidebar/SidebarDoc.vue index 3237d27e3..a63a8ca17 100755 --- a/pages/sidebar/SidebarDoc.vue +++ b/pages/sidebar/SidebarDoc.vue @@ -159,7 +159,7 @@ import Sidebar from 'primevue/sidebar';
Styling
-

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

+

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

diff --git a/pages/skeleton/SkeletonDoc.vue b/pages/skeleton/SkeletonDoc.vue index 2fc4025b5..20ab462fa 100644 --- a/pages/skeleton/SkeletonDoc.vue +++ b/pages/skeleton/SkeletonDoc.vue @@ -103,7 +103,7 @@ import Skeleton from 'primevue/skeleton';
Styling
-

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

+

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

diff --git a/pages/slider/SliderDoc.vue b/pages/slider/SliderDoc.vue index 9ea1b86f5..9a51b7c15 100755 --- a/pages/slider/SliderDoc.vue +++ b/pages/slider/SliderDoc.vue @@ -154,7 +154,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/speeddial/SpeedDialDoc.vue b/pages/speeddial/SpeedDialDoc.vue index bf31cf38e..f9b40e016 100644 --- a/pages/speeddial/SpeedDialDoc.vue +++ b/pages/speeddial/SpeedDialDoc.vue @@ -66,7 +66,7 @@ items: [
MenuModel API
-

SpeedDial uses the common MenuModel API to define the items, visit MenuModel API for details.

+

SpeedDial uses the common MenuModel API to define the items, visit MenuModel API for details.

Type

SpeedDial has 4 types; linear, circle, semi-circle and quarter-circle.

@@ -196,7 +196,7 @@ items: [ - +
tooltipOptions object nullWhether to display the tooltip on items. The modifiers of Tooltip can be used like an object in it. Valid keys are 'event' and 'position'.Whether to display the tooltip on items. The modifiers of Tooltip can be used like an object in it. Valid keys are 'event' and 'position'.
@@ -255,7 +255,7 @@ items: [
Styling
-

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

+

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

diff --git a/pages/splitbutton/SplitButtonDoc.vue b/pages/splitbutton/SplitButtonDoc.vue index 0d5d9cf68..0cdd1daad 100755 --- a/pages/splitbutton/SplitButtonDoc.vue +++ b/pages/splitbutton/SplitButtonDoc.vue @@ -59,7 +59,7 @@ export default {
MenuModel
-

SplitButton uses the common MenuModel API to define the items, visit MenuModel API for details.

+

SplitButton uses the common MenuModel API to define the items, visit MenuModel API for details.

Severity

Different color options are available as severity levels.

@@ -190,7 +190,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/splitter/SplitterDoc.vue b/pages/splitter/SplitterDoc.vue index a582eab22..5002c09c2 100644 --- a/pages/splitter/SplitterDoc.vue +++ b/pages/splitter/SplitterDoc.vue @@ -241,7 +241,7 @@ import SplitterPanel from 'primevue/splitterpanel';
Styling
-

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

+

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

diff --git a/pages/steps/StepsDoc.vue b/pages/steps/StepsDoc.vue index 6e88847dc..eca55b690 100755 --- a/pages/steps/StepsDoc.vue +++ b/pages/steps/StepsDoc.vue @@ -14,7 +14,7 @@ import Steps from 'primevue/steps';
MenuModel
-

Steps uses the common MenuModel API to define the items, visit MenuModel API for details.

+

Steps uses the common MenuModel API to define the items, visit MenuModel API for details.

Getting Started

Steps is integrated with Vue Router and requires a collection of menuitems as its model.

@@ -69,13 +69,13 @@ export default { -

router-link with route configuration can also be used within templating for further customization.

+

nuxt-link with route configuration can also be used within templating for further customization.


@@ -116,7 +116,7 @@ export default {
                         
- +
exact boolean trueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.Whether to apply 'nuxt-link-active-exact' class if route exactly matches the item path.
@@ -141,7 +141,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/tabmenu/TabMenuDoc.vue b/pages/tabmenu/TabMenuDoc.vue index da77ece2e..a62a20b43 100755 --- a/pages/tabmenu/TabMenuDoc.vue +++ b/pages/tabmenu/TabMenuDoc.vue @@ -14,7 +14,7 @@ import TabMenu from 'primevue/tabmenu';
MenuModel
-

TabMenu uses the common MenuModel API to define the items, visit MenuModel API for details.

+

TabMenu uses the common MenuModel API to define the items, visit MenuModel API for details.

Getting Started

TabMenu requires a collection of menuitems as its model.

@@ -166,7 +166,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/tabview/TabViewDoc.vue b/pages/tabview/TabViewDoc.vue index a0f71adc8..9750e9225 100755 --- a/pages/tabview/TabViewDoc.vue +++ b/pages/tabview/TabViewDoc.vue @@ -361,7 +361,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/tag/TagDoc.vue b/pages/tag/TagDoc.vue index ca2f0a538..c97b45255 100644 --- a/pages/tag/TagDoc.vue +++ b/pages/tag/TagDoc.vue @@ -88,7 +88,7 @@ import Tag from 'primevue/tag';
Styling
-

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

+

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

diff --git a/pages/terminal/TerminalDoc.vue b/pages/terminal/TerminalDoc.vue index 49b7dee8e..e2b30b8f1 100755 --- a/pages/terminal/TerminalDoc.vue +++ b/pages/terminal/TerminalDoc.vue @@ -93,7 +93,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/textarea/TextareaDoc.vue b/pages/textarea/TextareaDoc.vue index 18a289178..6c58df59b 100755 --- a/pages/textarea/TextareaDoc.vue +++ b/pages/textarea/TextareaDoc.vue @@ -60,7 +60,7 @@ import Textarea from 'primevue/textarea';

Any valid event such as focus, blur and input are passed to the underlying input element.

Styling
-

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

+

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

diff --git a/pages/tieredmenu/TieredMenuDoc.vue b/pages/tieredmenu/TieredMenuDoc.vue index 60af497e5..ec54e9744 100755 --- a/pages/tieredmenu/TieredMenuDoc.vue +++ b/pages/tieredmenu/TieredMenuDoc.vue @@ -13,7 +13,7 @@ import TieredMenu from 'primevue/tieredmenu';
MenuModel
-

TieredMenu uses the common MenuModel API to define the items, visit MenuModel API for details.

+

TieredMenu uses the common MenuModel API to define the items, visit MenuModel API for details.

Getting Started

TieredMenu requires a collection of menuitems as its model.

@@ -187,13 +187,13 @@ toggle(event) { -

router-link with route configuration can also be used within templating for further customization.

+

nuxt-link with route configuration can also be used within templating for further customization.


@@ -246,7 +246,7 @@ toggle(event) {
                         
- +
exact boolean trueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.Whether to apply 'nuxt-link-active-exact' class if route exactly matches the item path.
@@ -301,7 +301,7 @@ toggle(event) {
Styling
-

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

+

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

diff --git a/pages/timeline/TimelineDoc.vue b/pages/timeline/TimelineDoc.vue index 972f8f0f5..1aba78cbf 100644 --- a/pages/timeline/TimelineDoc.vue +++ b/pages/timeline/TimelineDoc.vue @@ -221,7 +221,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/toast/ToastDoc.vue b/pages/toast/ToastDoc.vue index 9fc7013aa..cc0e9e592 100755 --- a/pages/toast/ToastDoc.vue +++ b/pages/toast/ToastDoc.vue @@ -317,7 +317,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/togglebutton/ToggleButtonDoc.vue b/pages/togglebutton/ToggleButtonDoc.vue index d44c449da..df4c8a15c 100755 --- a/pages/togglebutton/ToggleButtonDoc.vue +++ b/pages/togglebutton/ToggleButtonDoc.vue @@ -159,7 +159,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/toolbar/ToolbarDoc.vue b/pages/toolbar/ToolbarDoc.vue index f66201bd2..a3c69f176 100755 --- a/pages/toolbar/ToolbarDoc.vue +++ b/pages/toolbar/ToolbarDoc.vue @@ -56,7 +56,7 @@ import Toolbar from 'primevue/toolbar';
Styling
-

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

+

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

diff --git a/pages/tooltip/TooltipDoc.vue b/pages/tooltip/TooltipDoc.vue index f2dea14c2..f766a261c 100755 --- a/pages/tooltip/TooltipDoc.vue +++ b/pages/tooltip/TooltipDoc.vue @@ -106,7 +106,7 @@ directives: {
Styling
-

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

+

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

diff --git a/pages/tree/TreeDoc.vue b/pages/tree/TreeDoc.vue index 109c33813..17104c89c 100755 --- a/pages/tree/TreeDoc.vue +++ b/pages/tree/TreeDoc.vue @@ -731,7 +731,7 @@ export default {
Styling
-

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

+

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

diff --git a/pages/treeselect/TreeSelectDoc.vue b/pages/treeselect/TreeSelectDoc.vue index 7b34e8636..1a99431e0 100644 --- a/pages/treeselect/TreeSelectDoc.vue +++ b/pages/treeselect/TreeSelectDoc.vue @@ -479,7 +479,7 @@ data() {
Styling
-

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

+

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

diff --git a/pages/treetable/TreeTableDoc.vue b/pages/treetable/TreeTableDoc.vue index 4cd5338dc..ce62b0f34 100755 --- a/pages/treetable/TreeTableDoc.vue +++ b/pages/treetable/TreeTableDoc.vue @@ -791,7 +791,7 @@ export default {
Pagination

- Pagination is enabled by setting paginator property to true and defining the rows property defines the number of rows per page. See the Paginator for the available customization + Pagination is enabled by setting paginator property to true and defining the rows property defines the number of rows per page. See the Paginator for the available customization options such as paginator templates, page links, rows per page options and more which can be passed through the TreeTable.

@@ -1395,7 +1395,7 @@ export default { FirstPageLink PrevPageLink PageLinks
NextPageLink LastPageLink RowsPerPageDropdown - + @@ -1677,7 +1677,7 @@ export default {
Styling
-

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

+

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

Template of the paginator. See the Paginator for all available options.Template of the paginator. See the Paginator for all available options.
pageLinkSize
diff --git a/pages/tristatecheckbox/TriStateCheckboxDoc.vue b/pages/tristatecheckbox/TriStateCheckboxDoc.vue index 9face82ef..4aeb9632d 100755 --- a/pages/tristatecheckbox/TriStateCheckboxDoc.vue +++ b/pages/tristatecheckbox/TriStateCheckboxDoc.vue @@ -71,7 +71,7 @@ import TriStateCheckbox from 'primevue/tristatecheckbox';

Any valid event such as focus and blur.

Styling
-

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

+

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

@@ -106,7 +106,7 @@ import TriStateCheckbox from 'primevue/tristatecheckbox';

TriStateCheckbox component uses an element with checkbox role. Value to describe the component can either be provided with aria-labelledby or aria-label props. Component adds an element with aria-live attribute that is only visible to screen readers to read the value displayed. Values to read are defined with the trueLabel, falseLabel and nullLabel keys of the aria property from the - locale API. This is an example of a custom accessibility implementation as there is no one to one mapping between the component design and the WCAG specification. + locale API. This is an example of a custom accessibility implementation as there is no one to one mapping between the component design and the WCAG specification.


diff --git a/pages/virtualscroller/VirtualScrollerDoc.vue b/pages/virtualscroller/VirtualScrollerDoc.vue
index d6cbe90b4..eaff62e2f 100644
--- a/pages/virtualscroller/VirtualScrollerDoc.vue
+++ b/pages/virtualscroller/VirtualScrollerDoc.vue
@@ -360,7 +360,7 @@ export default {
         
 
         
Styling
-

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

+

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