Merge branch 'master' of https://github.com/primefaces/primevue
commit
41b08aa338
|
@ -28055,6 +28055,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "PaginatorPassThroughOptionType",
|
"type": "PaginatorPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the prev page button's DOM element.",
|
||||||
|
"deprecated": "since v3.30.0. Use 'previousPageButton' property instead."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "previousPageButton",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "PaginatorPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the prev page button's DOM element."
|
"description": "Uses to pass attributes to the prev page button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -28063,6 +28072,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "PaginatorPassThroughOptionType",
|
"type": "PaginatorPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the prev page icon's DOM element.",
|
||||||
|
"deprecated": "since v3.30.0. Use 'previousPageIcon' property instead."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "previousPageIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "PaginatorPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the prev page icon's DOM element."
|
"description": "Uses to pass attributes to the prev page icon's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -28127,6 +28145,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DropdownPassThroughOptionType",
|
"type": "DropdownPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the Dropdown component.",
|
||||||
|
"deprecated": "since v3.30.0. Use 'rowPerPageDropdown' property instead."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rowPerPageDropdown",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "DropdownPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the Dropdown component."
|
"description": "Uses to pass attributes to the Dropdown component."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -28135,6 +28162,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DropdownPassThroughOptionType",
|
"type": "DropdownPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the Dropdown component.",
|
||||||
|
"deprecated": "since v3.30.0. Use 'jumpToPageDropdown' property instead."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "jumpToPageDropdown",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "DropdownPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the Dropdown component."
|
"description": "Uses to pass attributes to the Dropdown component."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -28143,6 +28179,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "InputNumberPassThroughOptionType",
|
"type": "InputNumberPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the Dropdown component.",
|
||||||
|
"deprecated": "since v3.30.0. Use 'jumpToPageInput' property instead."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "jumpToPageInput",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "InputNumberPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the Dropdown component."
|
"description": "Uses to pass attributes to the Dropdown component."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue