From e40862e6f4a7f76027e30cec2cb03dd58d0919d1 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Mon, 13 Jan 2020 12:04:50 +0300 Subject: [PATCH] Doc update --- src/views/accordion/AccordionDoc.vue | 2 +- src/views/autocomplete/AutoCompleteDoc.vue | 2 +- src/views/breadcrumb/BreadcrumbDoc.vue | 2 +- src/views/button/ButtonDoc.vue | 2 +- src/views/calendar/CalendarDoc.vue | 2 +- src/views/chart/ChartDoc.vue | 2 +- src/views/checkbox/CheckboxDoc.vue | 2 +- src/views/chips/ChipsDoc.vue | 2 +- src/views/colorpicker/ColorPickerDoc.vue | 2 +- src/views/contextmenu/ContextMenuDoc.vue | 2 +- src/views/datatable/DataTableDoc.vue | 2 +- src/views/dropdown/DropdownDoc.vue | 2 +- src/views/fieldset/FieldsetDoc.vue | 2 +- src/views/inplace/InplaceDoc.vue | 2 +- src/views/inputswitch/InputSwitchDoc.vue | 2 +- src/views/listbox/ListboxDoc.vue | 2 +- src/views/megamenu/MegaMenuDoc.vue | 2 +- src/views/menu/MenuDoc.vue | 2 +- src/views/menubar/MenubarDoc.vue | 2 +- src/views/multiselect/MultiSelectDoc.vue | 2 +- src/views/orderlist/OrderListDoc.vue | 2 +- src/views/organizationchart/OrganizationChartDoc.vue | 2 +- src/views/panel/PanelDoc.vue | 2 +- src/views/panelmenu/PanelMenuDoc.vue | 2 +- src/views/password/PasswordDoc.vue | 2 +- src/views/picklist/PickListDoc.vue | 2 +- src/views/progressspinner/ProgressSpinnerDoc.vue | 2 +- src/views/radiobutton/RadioButtonDoc.vue | 2 +- src/views/rating/RatingDoc.vue | 2 +- src/views/selectbutton/SelectButtonDoc.vue | 2 +- src/views/slider/SliderDoc.vue | 2 +- src/views/spinner/SpinnerDoc.vue | 2 +- src/views/steps/StepsDoc.vue | 2 +- src/views/tabmenu/TabMenuDoc.vue | 2 +- src/views/tabview/TabViewDoc.vue | 2 +- src/views/tieredmenu/TieredMenuDoc.vue | 2 +- src/views/togglebutton/ToggleButtonDoc.vue | 2 +- src/views/tree/TreeDoc.vue | 2 +- src/views/treetable/TreeTableDoc.vue | 2 +- src/views/tristatecheckbox/TriStateCheckboxDoc.vue | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/views/accordion/AccordionDoc.vue b/src/views/accordion/AccordionDoc.vue index 6a6e4188f..bb59fc481 100644 --- a/src/views/accordion/AccordionDoc.vue +++ b/src/views/accordion/AccordionDoc.vue @@ -185,7 +185,7 @@ export default {

Properties of Accordion

-

Any attribute such as style and class are passed to the main container element. Following is the additional property to configure the component.

+

Any property as style and class are passed to the main container element. Following is the additional property to configure the component.

diff --git a/src/views/autocomplete/AutoCompleteDoc.vue b/src/views/autocomplete/AutoCompleteDoc.vue index 7723a43d9..51050675d 100644 --- a/src/views/autocomplete/AutoCompleteDoc.vue +++ b/src/views/autocomplete/AutoCompleteDoc.vue @@ -70,7 +70,7 @@ export default {

Properties

-

Any valid property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/breadcrumb/BreadcrumbDoc.vue b/src/views/breadcrumb/BreadcrumbDoc.vue index d6367c153..d01d89499 100644 --- a/src/views/breadcrumb/BreadcrumbDoc.vue +++ b/src/views/breadcrumb/BreadcrumbDoc.vue @@ -37,7 +37,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/button/ButtonDoc.vue b/src/views/button/ButtonDoc.vue index 374a8cf69..3899a01c0 100644 --- a/src/views/button/ButtonDoc.vue +++ b/src/views/button/ButtonDoc.vue @@ -58,7 +58,7 @@ import Button from 'primevue/button';

Properties

-

Any valid property such as style and class are passed to the underlying button element. Following are the additional properties to configure the component.

+

Any property such as style and class are passed to the underlying button element. Following are the additional properties to configure the component.

diff --git a/src/views/calendar/CalendarDoc.vue b/src/views/calendar/CalendarDoc.vue index fcca27f6a..4e398fcbb 100644 --- a/src/views/calendar/CalendarDoc.vue +++ b/src/views/calendar/CalendarDoc.vue @@ -167,7 +167,7 @@ export default {

Properties

-

Any valid property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/chart/ChartDoc.vue b/src/views/chart/ChartDoc.vue index 90a6c539f..67d14222e 100644 --- a/src/views/chart/ChartDoc.vue +++ b/src/views/chart/ChartDoc.vue @@ -77,7 +77,7 @@ options: {

Properties

-

Any attribute such as style and class are passed to the main container element. Following is the additional property to configure the component.

+

Any property as style and class are passed to the main container element. Following is the additional property to configure the component.

diff --git a/src/views/checkbox/CheckboxDoc.vue b/src/views/checkbox/CheckboxDoc.vue index 420c9093e..5f3c8fbdd 100644 --- a/src/views/checkbox/CheckboxDoc.vue +++ b/src/views/checkbox/CheckboxDoc.vue @@ -36,7 +36,7 @@ export default { checkboxes as checked by default.

Properties

-

Any valid property such as name and autofocus are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any property such as name and autofocus are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/chips/ChipsDoc.vue b/src/views/chips/ChipsDoc.vue index 561d22e74..a7900d9f4 100644 --- a/src/views/chips/ChipsDoc.vue +++ b/src/views/chips/ChipsDoc.vue @@ -29,7 +29,7 @@ import Chips from 'primevue/chips';

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/colorpicker/ColorPickerDoc.vue b/src/views/colorpicker/ColorPickerDoc.vue index bfd50821d..67f01d9df 100644 --- a/src/views/colorpicker/ColorPickerDoc.vue +++ b/src/views/colorpicker/ColorPickerDoc.vue @@ -30,7 +30,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/contextmenu/ContextMenuDoc.vue b/src/views/contextmenu/ContextMenuDoc.vue index 58f742fd9..f16a757f5 100644 --- a/src/views/contextmenu/ContextMenuDoc.vue +++ b/src/views/contextmenu/ContextMenuDoc.vue @@ -183,7 +183,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index 943ace2c1..9d66d6be4 100644 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -2151,7 +2151,7 @@ export default {

Styling

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/dropdown/DropdownDoc.vue b/src/views/dropdown/DropdownDoc.vue index fdb2fde25..4e180991d 100644 --- a/src/views/dropdown/DropdownDoc.vue +++ b/src/views/dropdown/DropdownDoc.vue @@ -54,7 +54,7 @@ data() {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/fieldset/FieldsetDoc.vue b/src/views/fieldset/FieldsetDoc.vue index 7ee65f9b9..98bf80f0a 100644 --- a/src/views/fieldset/FieldsetDoc.vue +++ b/src/views/fieldset/FieldsetDoc.vue @@ -57,7 +57,7 @@ import Fieldset from 'primevue/fieldset';

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/inplace/InplaceDoc.vue b/src/views/inplace/InplaceDoc.vue index 9bbb059bc..bfea4496f 100644 --- a/src/views/inplace/InplaceDoc.vue +++ b/src/views/inplace/InplaceDoc.vue @@ -81,7 +81,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/inputswitch/InputSwitchDoc.vue b/src/views/inputswitch/InputSwitchDoc.vue index 25c47025e..ee25e6458 100644 --- a/src/views/inputswitch/InputSwitchDoc.vue +++ b/src/views/inputswitch/InputSwitchDoc.vue @@ -36,7 +36,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/listbox/ListboxDoc.vue b/src/views/listbox/ListboxDoc.vue index d84fccd39..77118035a 100644 --- a/src/views/listbox/ListboxDoc.vue +++ b/src/views/listbox/ListboxDoc.vue @@ -58,7 +58,7 @@ data() {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/megamenu/MegaMenuDoc.vue b/src/views/megamenu/MegaMenuDoc.vue index 83df542d4..216118c54 100644 --- a/src/views/megamenu/MegaMenuDoc.vue +++ b/src/views/megamenu/MegaMenuDoc.vue @@ -160,7 +160,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/menu/MenuDoc.vue b/src/views/menu/MenuDoc.vue index 740ee3e6c..4a5d1ebcb 100644 --- a/src/views/menu/MenuDoc.vue +++ b/src/views/menu/MenuDoc.vue @@ -83,7 +83,7 @@ toggle(event) {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/menubar/MenubarDoc.vue b/src/views/menubar/MenubarDoc.vue index 2f9ebb3f9..e8bf0d4da 100644 --- a/src/views/menubar/MenubarDoc.vue +++ b/src/views/menubar/MenubarDoc.vue @@ -165,7 +165,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/multiselect/MultiSelectDoc.vue b/src/views/multiselect/MultiSelectDoc.vue index 0fcda4727..fba41d98b 100644 --- a/src/views/multiselect/MultiSelectDoc.vue +++ b/src/views/multiselect/MultiSelectDoc.vue @@ -64,7 +64,7 @@ data() {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/orderlist/OrderListDoc.vue b/src/views/orderlist/OrderListDoc.vue index cdd26ffe0..b9503e2d8 100644 --- a/src/views/orderlist/OrderListDoc.vue +++ b/src/views/orderlist/OrderListDoc.vue @@ -55,7 +55,7 @@ import OrderList from 'primevue/orderlist';

It is recommended to provide the name of the field that uniquely identifies the a record in the data via the dataKey property for better performance.

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/organizationchart/OrganizationChartDoc.vue b/src/views/organizationchart/OrganizationChartDoc.vue index c910e0297..129347da2 100644 --- a/src/views/organizationchart/OrganizationChartDoc.vue +++ b/src/views/organizationchart/OrganizationChartDoc.vue @@ -351,7 +351,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/panel/PanelDoc.vue b/src/views/panel/PanelDoc.vue index f65e30274..a3304caa2 100644 --- a/src/views/panel/PanelDoc.vue +++ b/src/views/panel/PanelDoc.vue @@ -57,7 +57,7 @@ import Panel from 'primevue/panel';

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/panelmenu/PanelMenuDoc.vue b/src/views/panelmenu/PanelMenuDoc.vue index 58587991f..1125a26ce 100644 --- a/src/views/panelmenu/PanelMenuDoc.vue +++ b/src/views/panelmenu/PanelMenuDoc.vue @@ -143,7 +143,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/password/PasswordDoc.vue b/src/views/password/PasswordDoc.vue index 9136034ab..f3b9977f6 100644 --- a/src/views/password/PasswordDoc.vue +++ b/src/views/password/PasswordDoc.vue @@ -14,7 +14,7 @@ import Password from 'primevue/password';

Properties

-

Any valid property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/picklist/PickListDoc.vue b/src/views/picklist/PickListDoc.vue index 813be5126..e308ceb0d 100644 --- a/src/views/picklist/PickListDoc.vue +++ b/src/views/picklist/PickListDoc.vue @@ -66,7 +66,7 @@ import PickList from 'primevue/picklist';

It is recommended to provide the name of the field that uniquely identifies the a record in the data via the dataKey property for better performance.

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/progressspinner/ProgressSpinnerDoc.vue b/src/views/progressspinner/ProgressSpinnerDoc.vue index 5cd59d59e..d5b48a050 100644 --- a/src/views/progressspinner/ProgressSpinnerDoc.vue +++ b/src/views/progressspinner/ProgressSpinnerDoc.vue @@ -37,7 +37,7 @@ import ProgressSpinner from 'primevue/progressspinner';

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/radiobutton/RadioButtonDoc.vue b/src/views/radiobutton/RadioButtonDoc.vue index f002c369e..e3bc25180 100644 --- a/src/views/radiobutton/RadioButtonDoc.vue +++ b/src/views/radiobutton/RadioButtonDoc.vue @@ -34,7 +34,7 @@ export default {

Properties

-

Any valid property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.

+

Any property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.

diff --git a/src/views/rating/RatingDoc.vue b/src/views/rating/RatingDoc.vue index f8f607ea5..2b9495f2a 100644 --- a/src/views/rating/RatingDoc.vue +++ b/src/views/rating/RatingDoc.vue @@ -26,7 +26,7 @@ import Rating from 'primevue/rating';

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/selectbutton/SelectButtonDoc.vue b/src/views/selectbutton/SelectButtonDoc.vue index 48112cedb..2f8d2b73f 100644 --- a/src/views/selectbutton/SelectButtonDoc.vue +++ b/src/views/selectbutton/SelectButtonDoc.vue @@ -50,7 +50,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/slider/SliderDoc.vue b/src/views/slider/SliderDoc.vue index e2d2e66fb..cdea59284 100644 --- a/src/views/slider/SliderDoc.vue +++ b/src/views/slider/SliderDoc.vue @@ -49,7 +49,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/spinner/SpinnerDoc.vue b/src/views/spinner/SpinnerDoc.vue index 8077e2930..3d77d8326 100644 --- a/src/views/spinner/SpinnerDoc.vue +++ b/src/views/spinner/SpinnerDoc.vue @@ -26,7 +26,7 @@ import Spinner from 'primevue/spinner';

Properties

-

Any valid property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/steps/StepsDoc.vue b/src/views/steps/StepsDoc.vue index 08f8848ce..a2c218358 100755 --- a/src/views/steps/StepsDoc.vue +++ b/src/views/steps/StepsDoc.vue @@ -50,7 +50,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/tabmenu/TabMenuDoc.vue b/src/views/tabmenu/TabMenuDoc.vue index ed63de259..3530733cf 100644 --- a/src/views/tabmenu/TabMenuDoc.vue +++ b/src/views/tabmenu/TabMenuDoc.vue @@ -34,7 +34,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/tabview/TabViewDoc.vue b/src/views/tabview/TabViewDoc.vue index 063bb1b1e..24a4ca8b2 100644 --- a/src/views/tabview/TabViewDoc.vue +++ b/src/views/tabview/TabViewDoc.vue @@ -167,7 +167,7 @@ export default {

Properties of TabView

-

Any attribute such as style and class are passed to the main container element.

+

Any property as style and class are passed to the main container element.

Events

diff --git a/src/views/tieredmenu/TieredMenuDoc.vue b/src/views/tieredmenu/TieredMenuDoc.vue index 846cd0bed..28bfde645 100644 --- a/src/views/tieredmenu/TieredMenuDoc.vue +++ b/src/views/tieredmenu/TieredMenuDoc.vue @@ -171,7 +171,7 @@ toggle(event) {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/togglebutton/ToggleButtonDoc.vue b/src/views/togglebutton/ToggleButtonDoc.vue index 5c2232d60..dfca5a348 100644 --- a/src/views/togglebutton/ToggleButtonDoc.vue +++ b/src/views/togglebutton/ToggleButtonDoc.vue @@ -31,7 +31,7 @@ export default {

Properties

-

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/tree/TreeDoc.vue b/src/views/tree/TreeDoc.vue index f841abe20..aa5fc2ed0 100644 --- a/src/views/tree/TreeDoc.vue +++ b/src/views/tree/TreeDoc.vue @@ -544,7 +544,7 @@ export default {

Properties

-

Any valid property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.

+

Any property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.

diff --git a/src/views/treetable/TreeTableDoc.vue b/src/views/treetable/TreeTableDoc.vue index 6162b762e..9019bea5b 100644 --- a/src/views/treetable/TreeTableDoc.vue +++ b/src/views/treetable/TreeTableDoc.vue @@ -1206,7 +1206,7 @@ export default {

Properties

-

Any valid property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.

+

Any property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.

diff --git a/src/views/tristatecheckbox/TriStateCheckboxDoc.vue b/src/views/tristatecheckbox/TriStateCheckboxDoc.vue index cde23af6b..b6365a016 100644 --- a/src/views/tristatecheckbox/TriStateCheckboxDoc.vue +++ b/src/views/tristatecheckbox/TriStateCheckboxDoc.vue @@ -14,7 +14,7 @@ import TriStateCheckbox from 'primevue/tristatecheckbox';

Properties

-

Any valid property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.

+

Any property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.